.audio-dock.audio-dock--sheet-open{z-index:90}.audio-sheet{position:fixed;inset:0;z-index:1;display:flex;justify-content:center;align-items:stretch}.audio-sheet[hidden]{display:none}.audio-sheet__scrim{position:absolute;inset:0;background:#0000008c;opacity:0;transition:opacity .32s var(--ds-ease-smooth, cubic-bezier(.4, 0, .2, 1))}.audio-sheet.is-open .audio-sheet__scrim{opacity:1}.audio-sheet__panel{position:relative;width:100%;height:100vh;height:100dvh;display:flex;flex-direction:column;gap:18px;padding:max(12px,env(safe-area-inset-top)) 20px calc(20px + env(safe-area-inset-bottom));background:var(--ds-ink, #0d1b2a);color:#fff;overflow:hidden;touch-action:none;transform:translateY(100%);opacity:0;transition:transform .32s var(--ds-ease-smooth, cubic-bezier(.4, 0, .2, 1)),opacity .32s var(--ds-ease-smooth, cubic-bezier(.4, 0, .2, 1))}.audio-sheet.is-open .audio-sheet__panel{transform:translateY(0);opacity:1}@media(min-width:768px){.audio-sheet__panel{width:min(560px,92vw);height:min(820px,92vh);margin:auto;border-radius:20px;box-shadow:0 24px 80px #00000080}}.audio-sheet__header{position:relative;min-height:24px;flex-shrink:0}.audio-sheet__grabber{position:absolute;top:6px;left:50%;transform:translate(-50%);width:44px;height:5px;border-radius:999px;background:#ffffff4d}.audio-sheet__panel>:not(.audio-sheet__bg){position:relative;z-index:1}.audio-sheet__bg{position:absolute;inset:0;z-index:0;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .8s ease}.audio-sheet__bg.is-active-bg{opacity:.6}.audio-sheet__blob{position:absolute;width:88vw;height:88vw;max-width:640px;max-height:640px;filter:blur(52px);will-change:transform,border-radius}.audio-sheet__blob--1{top:-24%;left:-26%;background:radial-gradient(circle at 50% 50%,var(--spk-1, transparent),transparent 64%);border-radius:58% 42% 55% 45%;animation:audio-sheet-blob-1 19s ease-in-out infinite}.audio-sheet__blob--2{bottom:-28%;right:-24%;background:radial-gradient(circle at 50% 50%,var(--spk-2, transparent),transparent 64%);border-radius:45% 55% 40% 60%;animation:audio-sheet-blob-2 25s ease-in-out infinite}.audio-sheet__blob--3{top:28%;right:-32%;background:radial-gradient(circle at 50% 50%,var(--spk-3, transparent),transparent 62%);border-radius:50% 50% 55% 45%;animation:audio-sheet-blob-3 22s ease-in-out infinite}.audio-sheet--playing .audio-sheet__bg.is-active-bg{opacity:.66}@keyframes audio-sheet-blob-1{0%,to{transform:translate(0) scale(1) rotate(0);border-radius:58% 42% 55% 45%}33%{transform:translate(30%,18%) scale(1.28) rotate(50deg);border-radius:40% 60% 65% 35%}66%{transform:translate(-14%,32%) scale(.88) rotate(-32deg);border-radius:62% 38% 36% 64%}}@keyframes audio-sheet-blob-2{0%,to{transform:translate(0) scale(1.12) rotate(0);border-radius:45% 55% 40% 60%}40%{transform:translate(-30%,-20%) scale(.85) rotate(-44deg);border-radius:60% 40% 58% 42%}75%{transform:translate(16%,-28%) scale(1.22) rotate(36deg);border-radius:38% 62% 45% 55%}}@keyframes audio-sheet-blob-3{0%,to{transform:translate(0) scale(.95) rotate(0);border-radius:50% 50% 55% 45%}50%{transform:translate(-34%,22%) scale(1.2) rotate(60deg);border-radius:64% 36% 42% 58%}}.audio-sheet__top{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.audio-sheet__nowplaying{display:flex;align-items:center;gap:14px}.audio-sheet__art-img{width:54px;height:54px;flex-shrink:0;-o-object-fit:cover;object-fit:cover;border-radius:11px;box-shadow:0 8px 24px #0006}.audio-sheet__art-img[hidden]{display:none}.audio-sheet__meta{min-width:0;flex:1;text-align:left}.audio-sheet__actions{display:flex;gap:8px;flex-shrink:0}.audio-sheet__actions[hidden]{display:none}.audio-sheet__action{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:transparent;color:#fffc;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.audio-sheet__action.is-active{color:var(--ds-ink, #0d1b2a);background:var(--ds-green, #adffbe);border-color:var(--ds-green, #adffbe)}@media(hover:hover){.audio-sheet__action:hover{color:#fff;border-color:#fff6}.audio-sheet__action.is-active:hover{color:var(--ds-ink, #0d1b2a)}}.audio-sheet__action--sep{margin-left:10px}.audio-sheet__action--info{width:32px;height:32px;margin-left:-2px;align-self:center;border-color:transparent;color:#ffffff8c}.audio-sheet__info-note{margin:-2px 0 0;font-size:12px;line-height:1.4;color:#fff9}.audio-sheet__info-note[hidden]{display:none}.audio-sheet__title{margin:0;font-size:16px;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.audio-sheet__source{margin:3px 0 0;font-size:13px;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audio-sheet__progress{flex-shrink:0}.audio-sheet__chapter{min-height:16px;margin-bottom:8px;font-size:12px;font-weight:600;color:var(--ds-green, #adffbe);text-align:center}.audio-sheet__seek{position:relative;display:block;width:100%;height:11px;border:none;padding:0;border-radius:999px;background:#ffffff2e;cursor:pointer;touch-action:none}.audio-sheet__seek-fill{position:absolute;inset:0;width:0%;background:var(--ds-green, #adffbe);border-radius:inherit;transition:width .1s linear;z-index:2}.audio-sheet__seek.is-scrubbing .audio-sheet__seek-fill{transition:none}.audio-sheet__seek-podbit{position:absolute;top:0;bottom:0;z-index:1;border-radius:2px;pointer-events:none;mix-blend-mode:screen}.audio-sheet__seek-bubble{position:absolute;bottom:calc(100% + 8px);transform:translate(-50%);padding:2px 8px;border-radius:6px;background:#fff;color:var(--ds-ink, #0d1b2a);font-family:var(--ds-font-mono, "JetBrains Mono", monospace);font-size:11px;font-weight:600;white-space:nowrap;pointer-events:none;box-shadow:0 4px 12px #0000004d}.audio-sheet__seek-bubble[hidden]{display:none}.audio-sheet__times{display:flex;justify-content:space-between;margin-top:10px;font-family:var(--ds-font-mono, "JetBrains Mono", monospace);font-size:12px;color:#fff9}.audio-sheet__transport{display:flex;align-items:center;justify-content:center;gap:36px;flex-shrink:0;padding:4px 0}.audio-sheet__btn{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:transparent;color:#ffffffd9;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}@media(hover:hover){.audio-sheet__btn:hover{color:#fff;border-color:#fff6;background:#ffffff0f}}.audio-sheet .audio-sheet__play{width:76px;height:76px}.audio-sheet .audio-sheet__play .audio-play-btn__icon{width:26px;height:26px}.audio-sheet .audio-play-btn.is-playing{box-shadow:3px 3px #ffffff2e}.audio-sheet__transcript{flex:1;min-height:0;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px 4px}.audio-sheet__transcript-empty{text-align:center;font-size:14px;color:#ffffff80}.audio-sheet__transcript-empty[hidden]{display:none}.audio-sheet__lyric{position:absolute;left:0;right:0;padding:0 14px;text-align:center;font-size:clamp(1.6rem,6.5vw,2.5rem);line-height:1.3;font-weight:700;color:#ffffff80;opacity:0;pointer-events:none;transition:opacity .45s ease}.audio-sheet__lyric[data-len=s]{font-size:clamp(2.1rem,9.5vw,3.4rem)}.audio-sheet__lyric[data-len=m]{font-size:clamp(1.8rem,7.5vw,2.9rem)}.audio-sheet__lyric.is-active-lyric{opacity:1;pointer-events:auto}.audio-sheet__word{color:inherit;cursor:pointer;transition:color .2s ease,text-shadow .2s ease}.audio-sheet__word.is-spoken{color:var(--ds-green, #adffbe)}.audio-sheet__word.is-current{color:var(--ds-green, #adffbe);text-shadow:0 0 12px rgba(173,255,190,.5)}.audio-sheet--transcript .audio-sheet__transcript{order:3}.audio-sheet--transcript .audio-sheet__progress{order:4}.audio-sheet--transcript .audio-sheet__transport{order:5}@media(prefers-reduced-motion:reduce){.audio-sheet__scrim,.audio-sheet__panel,.audio-sheet__lyric,.audio-sheet__word,.audio-sheet__bg{transition:none}.audio-sheet__blob{animation:none}}
