.lyric-section{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.lyric-display{height:100%;position:relative;overflow:hidden}.lyric-display--empty{justify-content:center;align-items:center;display:flex}.lyric-display__empty-text{color:var(--color-text-muted);font-size:14px}.lyric-display__background{z-index:0;filter:blur(30px);opacity:.25;background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.1)}.lyric-display__overlay{z-index:0;background:linear-gradient(#000000eb,#000000c7,#000000eb);position:absolute;inset:0}.lyric-display__content{z-index:10;scrollbar-width:none;-ms-overflow-style:none;height:100%;padding:20px 12px;position:relative;overflow:hidden auto;-webkit-mask-image:linear-gradient(#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 10% 90%,#0000 100%)}@media (min-width:375px){.lyric-display__content{padding:24px 14px}}@media (min-width:640px){.lyric-display__content{padding:40px 20px}}@media (min-width:768px){.lyric-display__content{padding:48px 24px}}@media (min-width:1024px){.lyric-display__content{padding:56px 32px}}@media (min-width:1280px){.lyric-display__content{padding:64px 40px}}@media (min-width:1536px){.lyric-display__content{padding:72px 48px}}.lyric-display__content::-webkit-scrollbar{display:none}.lyric-display__lines{flex-direction:column;gap:12px;display:flex}@media (min-width:640px){.lyric-display__lines{gap:14px}}@media (min-width:768px){.lyric-display__lines{gap:16px}}@media (min-width:1024px){.lyric-display__lines{gap:18px}}@media (min-width:1280px){.lyric-display__lines{gap:20px}}@media (min-width:1536px){.lyric-display__lines{gap:24px}}.lyric-line-wrapper{border-radius:var(--border-radius-sm);margin:-4px -8px;padding:4px 8px;transition:background-color .2s}.lyric-line-wrapper:hover{background:#ffffff0d}.lyric-line{padding:8px 0;transition:opacity .5s ease-out,transform .5s ease-out}.lyric-line--active{opacity:1}.lyric-line--next{opacity:.6}.lyric-line--past{opacity:.3}.lyric-line--future{opacity:.5}.lyric-line__content{align-items:center;gap:12px;display:flex}.lyric-line__words{overflow-wrap:break-word;word-break:break-word;flex-wrap:wrap;max-width:100%;display:flex}.lyric-word{white-space:pre;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-feature-settings:"kern" 1;contain:layout style;align-items:center;display:inline-flex;position:relative}.lyric-word__text{text-shadow:0 0 12px #000000e6,0 2px 6px #000000b3,0 4px 8px #00000080;position:relative}.lyric-word__unfilled{color:var(--color-text-weak);text-shadow:0 0 10px #000c,0 2px 4px #0009;transition:color .3s}.lyric-line--active .lyric-word__unfilled{color:#fff9;text-shadow:0 0 12px #000000d9,0 2px 5px #000000a6}.lyric-word__unfilled--next{color:#ffffff80}.lyric-word__filled{background:linear-gradient(135deg, var(--color-accent) 0%, var(--color-gradient-start) 50%, var(--color-accent-muted) 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 8px var(--color-accent-glow));-webkit-background-clip:text;background-clip:text}.lyric-word__progress{background:linear-gradient(90deg, var(--color-accent) 0%, var(--color-gradient-start) 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 12px var(--color-accent-glow));contain:layout style;-webkit-background-clip:text;background-clip:text;position:absolute;top:0;left:0}.lyric-countdown{justify-content:center;align-items:center;min-width:3rem;transition:transform .2s,opacity .2s;display:flex}.lyric-countdown__inner{justify-content:center;align-items:center;display:flex;position:relative}.lyric-countdown__ring{width:32px;height:32px;position:absolute;transform:rotate(-90deg)}.lyric-countdown__ring-bg{fill:none;stroke:var(--color-accent);stroke-width:2px;stroke-opacity:.2}.lyric-countdown__ring-progress{fill:none;stroke:var(--color-accent);stroke-width:2px;transition:stroke-dasharray .1s}.lyric-countdown__text{color:var(--color-text);font-family:monospace;font-size:12px;font-weight:700}.lyric-countdown__mic{color:#fff;background:linear-gradient(135deg,#f44,#ff6b6b);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;animation:.6s ease-in-out infinite countdown-mic-pulse;display:flex;box-shadow:0 0 20px #f449,0 0 40px #f446}@keyframes countdown-mic-pulse{0%,to{transform:scale(1);box-shadow:0 0 20px #f449,0 0 40px #f446}50%{transform:scale(1.15);box-shadow:0 0 30px #f44c,0 0 60px #f449}}.lyric-countdown--normal .lyric-countdown__ring-progress{stroke-opacity:.5}.lyric-countdown--notice .lyric-countdown__ring-progress{stroke:#ffb800;stroke-opacity:.7}.lyric-countdown--notice .lyric-countdown__text{color:#ffb800}.lyric-countdown--warning .lyric-countdown__ring-progress{stroke:#ff8c00;stroke-opacity:.85}.lyric-countdown--warning .lyric-countdown__text{color:#ff8c00}.lyric-countdown--urgent .lyric-countdown__ring-progress{stroke:#f44;stroke-opacity:1;filter:drop-shadow(0 0 4px #f449)}.lyric-countdown--urgent .lyric-countdown__text{color:#f44;animation:.5s ease-in-out infinite countdown-urgent-pulse}@keyframes countdown-urgent-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes lyric-pulse{0%,to{text-shadow:0 0 10px var(--color-accent-glow);filter:drop-shadow(0 0 8px var(--color-accent-glow))}50%{text-shadow:0 0 20px var(--color-accent-glow), 0 0 40px var(--color-accent-muted);filter:drop-shadow(0 0 16px var(--color-accent-glow))}}@keyframes lyric-glow{0%,to{filter:drop-shadow(0 0 8px var(--color-accent-glow))}50%{filter:drop-shadow(0 0 16px var(--color-accent-glow)) drop-shadow(0 0 24px var(--color-accent-muted))}}.lyric-line--active .lyric-word[data-very-long-note=true] .lyric-word__filled{animation:1.5s ease-in-out infinite lyric-pulse,1.5s ease-in-out infinite lyric-glow}.lyric-line--active .lyric-word[data-long-note=true] .lyric-word__filled{animation:2s ease-in-out infinite lyric-pulse,2s ease-in-out infinite lyric-glow}.lyric-line--active .lyric-word__filled{text-shadow:0 0 20px var(--color-accent-glow)}.lyric-line--active .lyric-word__progress{text-shadow:0 0 15px var(--color-accent-glow)}.lyric-word:hover .lyric-word__filled{filter:drop-shadow(0 0 12px var(--color-accent-glow))}.lyric-word:hover .lyric-word__progress{filter:drop-shadow(0 0 16px var(--color-accent-glow))}.lyric-display--fullscreen{flex-direction:column;height:100%;display:flex}.lyric-display--fullscreen .lyric-display__background{opacity:.15}.lyric-display--fullscreen .lyric-display__overlay{background:linear-gradient(#000000f0,#000000d1,#000000f0)}.lyric-display--fullscreen .lyric-display__content{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:clamp(40px,6vh,100px) clamp(32px,5vw,80px) clamp(60px,10vh,120px);display:flex;overflow:hidden;-webkit-mask-image:none;mask-image:none}.lyric-display--fullscreen .lyric-display__lines{flex-direction:column;justify-content:center;align-items:center;gap:clamp(20px,3.5vh,40px);width:100%;max-width:100%;min-height:100%;display:flex}.lyric-display--fullscreen .lyric-line-wrapper{background:0 0;margin:0;padding:0}.lyric-display--fullscreen .lyric-line-wrapper:hover{background:0 0}.lyric-display--fullscreen .lyric-line{opacity:1;margin:0;padding:0}.lyric-display--fullscreen .lyric-line--active,.lyric-display--fullscreen .lyric-line--next{opacity:1}.lyric-display--fullscreen .lyric-line__content{white-space:normal;flex-wrap:wrap;gap:clamp(1.5rem,4vh,3rem)}.lyric-display--fullscreen .lyric-countdown{min-width:clamp(5rem,8vw,10rem)}.lyric-display--fullscreen .lyric-countdown__inner{transform:scale(1.5)}.lyric-display--fullscreen .lyric-countdown__ring{width:clamp(48px,6vh,72px);height:clamp(48px,6vh,72px)}.lyric-display--fullscreen .lyric-countdown__text{font-size:clamp(16px,2vh,24px)}.lyric-display--fullscreen .lyric-countdown__mic{width:clamp(56px,7vh,84px);height:clamp(56px,7vh,84px)}@keyframes breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.95;transform:scale(1.05)}}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 0 10px);opacity:1}50%{filter:drop-shadow(0 0 25px);opacity:.9}}.lyric-line--active .lyric-word--breathe{animation:2s ease-in-out infinite breathe}.lyric-line--active .lyric-word--pulse-glow{animation:1.5s ease-in-out infinite pulse-glow}@media (max-width:768px){.lyric-word--breathe,.lyric-word--pulse-glow{animation:none}.lyric-word{transition:opacity .2s,color .2s}.lyric-line{transition:opacity .2s}.lyric-word--active,.lyric-word--long,.lyric-word--very-long,.lyric-word--filled{filter:none!important;text-shadow:none!important}.lyric-display__content{flex-direction:column;justify-content:center;padding:1.5rem 1rem;display:flex}.lyric-display__lines{flex-direction:column;gap:1rem;width:100%;display:flex}.lyric-line-wrapper{background:0 0;width:100%;margin:0;padding:0;display:flex}.lyric-line-wrapper:hover{background:0 0}.lyric-line{width:100%;margin:0;padding:.5rem 0;display:flex}.lyric-line--past,.lyric-line--future{opacity:.35;transform:scale(.9)}.lyric-line--active{opacity:1;transform:scale(1.1)}.lyric-line--next{opacity:.5;transform:scale(.95)}.lyric-line__content{white-space:normal;flex-wrap:wrap;max-width:100%;font-size:1rem;line-height:1.6}.lyric-line--active .lyric-line__content{font-size:1.25rem;font-weight:600}.lyric-line--next .lyric-line__content{font-size:1.05rem}.lyric-word{font-size:inherit;font-weight:inherit}.lyric-word--active{color:var(--color-accent)}}
