.bottom-bar.svelte-16ix90v{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:space-between;padding:2rem;background:#0000;z-index:2;flex-wrap:wrap;transition:opacity .4s ease}button.svelte-16ix90v{background:none;border:none}.download-btn.svelte-16ix90v,.close-panel.svelte-16ix90v{text-decoration:none;font-weight:700;display:inline-flex;align-items:center;cursor:pointer}.download-btn.svelte-16ix90v img:where(.svelte-16ix90v){width:2rem;height:2rem}.close-panel.svelte-16ix90v img:where(.svelte-16ix90v){width:1.8rem}.left-btns.svelte-16ix90v{display:flex;gap:1rem;align-items:center}.tab-container.svelte-16ix90v{position:relative}.tab-button.svelte-16ix90v{background:none;border:none;padding:0;cursor:pointer;display:flex;gap:.5rem}.tab-button.svelte-16ix90v span:where(.svelte-16ix90v){background-color:var(--primary-color);color:var(--secondary-color);border:none;border-radius:15px;padding:2px 16px;cursor:pointer;font-family:var(--font-stylistic);font-size:26px;transition:background-color .2s ease,color .2s ease}.tab-button.svelte-16ix90v:hover span:where(.svelte-16ix90v),.tab-button[aria-expanded=true].svelte-16ix90v span:where(.svelte-16ix90v){background-color:var(--secondary-color);color:var(--primary-color)}.panel.svelte-16ix90v{position:fixed;bottom:0;right:0;transform-origin:bottom;transform:translateY(160%);width:50vw;max-height:80vh;padding:0 2rem 2rem .5rem;display:flex;flex-direction:column;overflow:hidden;transition:transform .4s ease;pointer-events:none;z-index:2}.panel.show.svelte-16ix90v{transform:translateY(0);pointer-events:auto}.panel-content.svelte-16ix90v{padding:1.4rem;overflow-y:auto;flex-grow:1;background:var(--secondary-color);color:var(--primary-color);border-radius:1rem}.herbarium-panel.svelte-16ix90v{height:80vh}.herbarium-content.svelte-16ix90v{display:flex;flex-direction:column;overflow-y:hidden}.close-panel.svelte-16ix90v{cursor:pointer;font-size:40px;float:right}@media(max-width:900px){.bottom-bar.svelte-16ix90v{flex-direction:column;gap:1rem;width:auto}.panel.svelte-16ix90v{width:100vw;max-height:80vh;padding:0 2rem 2rem}}#audio-container.svelte-1jf0v07{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.hotspot.svelte-1jf0v07{pointer-events:auto;position:absolute;width:2.5rem;height:2.5rem;border-radius:.8rem;background-color:var(--primary-color);border:none;cursor:pointer;transform:translate(-50%,-50%);transition:transform .2s ease,background-color .3s;font-family:var(--font-body);color:var(--secondary-color);display:flex;align-items:center;justify-content:center}.hotspot.svelte-1jf0v07 span:where(.svelte-1jf0v07){font-size:2rem;display:flex;align-items:center;justify-content:center}.hotspot.svelte-1jf0v07:hover{transform:translate(-50%,-50%) scale(1.1);background:var(--secondary-color);color:var(--primary-color)}@keyframes svelte-1jf0v07-hotspotPulse{0%{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 #c0ce2899}70%{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 0 20px 10px #c0ce2800}to{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 #c0ce2800}}#audio-ui.svelte-1v2f69j{position:fixed;left:0;right:0;bottom:0;display:flex;align-items:end;gap:1rem;padding:2rem;z-index:1;transition:transform .45s ease;transform:translateY(100%);pointer-events:none;background:transparent}#audio-ui.active.svelte-1v2f69j{transform:translateY(0);pointer-events:auto}.audio-left.svelte-1v2f69j{background:var(--secondary-color);color:var(--primary-color);border-radius:1rem;padding:.5rem 1rem;flex:1 1 50%;min-width:0;position:relative;display:flex;flex-direction:column;gap:1rem;background:var(--primary-color);color:var(--secondary-color);height:fit-content;overflow:hidden}.audio-title-row.svelte-1v2f69j{display:flex;align-items:center;justify-content:space-between;gap:2rem}.audio-title-row.svelte-1v2f69j div:where(.svelte-1v2f69j),.audio-title-row.svelte-1v2f69j a:where(.svelte-1v2f69j),.audio-title-row.svelte-1v2f69j button:where(.svelte-1v2f69j){font-size:1.4rem}.audio-title.svelte-1v2f69j{display:flex;align-items:center;gap:.5rem;line-height:1.4;flex:1;min-width:0}.audio-title-text.svelte-1v2f69j{flex:1;min-width:0;overflow:hidden;position:relative}.audio-title-text.svelte-1v2f69j span:where(.svelte-1v2f69j){display:inline-block;white-space:nowrap}.audio-title-text.scrollable.svelte-1v2f69j{mask-image:linear-gradient(to right,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 90%,transparent 100%)}.audio-title-text.scrollable.svelte-1v2f69j span:where(.svelte-1v2f69j){padding-right:2rem;animation:svelte-1v2f69j-scroll-text 10s linear infinite}@keyframes svelte-1v2f69j-scroll-text{0%{transform:translate(0)}to{transform:translate(-50%)}}.audio-title.svelte-1v2f69j img:where(.svelte-1v2f69j){width:1rem;flex-shrink:0}.audio-download.svelte-1v2f69j{color:var(--secondary-color);background:var(--primary-color);text-decoration:none;border-radius:10px;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem}.audio-download.svelte-1v2f69j img:where(.svelte-1v2f69j){width:1rem}.audio-title-row.svelte-1v2f69j button.audio-close:where(.svelte-1v2f69j){background:transparent;border:none;color:var(--secondary-color);font-size:1.6rem;font-weight:700;cursor:pointer}.audio-functions.svelte-1v2f69j{display:flex;gap:1rem;align-items:center;justify-content:space-between;width:50%}.audio-right.svelte-1v2f69j{flex:1 1 50%;min-width:0;display:flex;flex-direction:row;gap:1rem;align-items:stretch}.audio-player.svelte-1v2f69j{flex:1 1 50%;min-width:0;background:var(--secondary-color);color:var(--primary-color);border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:1.5rem}.audio-info.svelte-1v2f69j{flex:1 1 50%;min-width:0;background:var(--secondary-color);color:var(--primary-color);border-radius:1rem;padding:1rem}.audio-artist.svelte-1v2f69j{display:flex;align-items:flex-start;width:100%;margin:0;padding:0}.audio-artist.svelte-1v2f69j img:where(.svelte-1v2f69j){width:1rem;margin-right:.5rem;flex-shrink:0}.audio-artist.svelte-1v2f69j p:where(.svelte-1v2f69j){margin:0;font-size:1.2rem;width:100%;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:1}.player-row.svelte-1v2f69j{display:flex;align-items:start;gap:.5rem}.icon-btn.svelte-1v2f69j{background:transparent;color:var(--primary-color);border:none;font-size:.5rem;cursor:pointer;line-height:1;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;margin-right:.5rem}.audio-icon.svelte-1v2f69j{width:1.6rem;height:1.5rem;vertical-align:middle}.timeline.svelte-1v2f69j{display:flex;flex-direction:column;height:100%;align-items:flex-end;gap:.2rem;flex:1;justify-content:flex-end}.small-text.svelte-1v2f69j{font-size:.5rem;line-height:1}.time.svelte-1v2f69j{flex:1;font-variant-numeric:tabular-nums;display:flex;flex-direction:row;align-items:end;justify-content:flex-end;white-space:nowrap}.time.svelte-1v2f69j h4:where(.svelte-1v2f69j){display:block;margin:0;font-size:1.8rem;line-height:1}p.duration.svelte-1v2f69j{display:block;margin:0;font-size:.875rem;color:var(--primary-color);font-family:var(--font-normnum)}:root{--accent: var(--primary-color);--accent-bright: #e8f55a;--track: rgba(255, 255, 255, .25)}#seek.svelte-1v2f69j,#vol.svelte-1v2f69j{-webkit-appearance:none;appearance:none;width:100%;height:10px;border-radius:3px;outline:none;border:1px solid var(--primary-color);transition:height .2s ease}#vol.svelte-1v2f69j{max-width:160px;height:6px;background-color:var(--secondary-color)}#seek-tooltip.svelte-1v2f69j{position:absolute;bottom:110px;left:0;transform:translate(-50%);padding:4px 8px;background:#95127ce6;color:var(--primary-color);font-size:14px;border-radius:6px;pointer-events:none;opacity:0;transition:opacity .15s ease,transform .15s ease;z-index:1200}#seek.svelte-1v2f69j::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:8px;background:var(--accent);border:none;cursor:pointer;margin-top:-2px;margin-left:-1px;transition:transform .15s ease,background-color .2s ease}#seek.svelte-1v2f69j::-webkit-slider-thumb:hover{transform:scale(1.2)}#seek.svelte-1v2f69j::-moz-range-thumb{width:24px;height:24px;border-radius:8px;background:var(--accent);border:none;cursor:pointer;margin-left:-10px;transition:transform .15s ease,background-color .2s ease}#seek.svelte-1v2f69j::-moz-range-thumb:hover{transform:scale(1.2);background:var(--accent-bright)}#vol.svelte-1v2f69j::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:var(--accent);border:2px solid #fff;cursor:pointer;margin-top:-4px;transition:transform .15s ease}#vol.svelte-1v2f69j::-webkit-slider-thumb:hover{transform:scale(1.2)}#vol.svelte-1v2f69j::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--accent);border:2px solid #fff;cursor:pointer;transition:transform .15s ease}#vol.svelte-1v2f69j::-moz-range-thumb:hover{transform:scale(1.2)}@media(max-width:900px){#audio-ui.svelte-1v2f69j{flex-direction:column;gap:.5rem}.audio-left.svelte-1v2f69j,.audio-right.svelte-1v2f69j{flex:1 1 auto;width:100%}.audio-right.svelte-1v2f69j{flex-direction:column;gap:.5rem}.audio-player.svelte-1v2f69j{width:100%}.audio-info.svelte-1v2f69j{width:100%;height:fit-content}}body{margin:0;padding:0;overflow:hidden}html{width:100%;height:100%}canvas.webgl.svelte-1uha8ag{display:block;width:100%;height:100vh;position:fixed;top:0;left:0;outline:none;cursor:grab}canvas.webgl.svelte-1uha8ag:active{cursor:grabbing}
