.crt-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9998}.scanlines{position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,rgba(0,0,0,.1) 0px,rgba(0,0,0,.1) 1px,transparent 1px,transparent 3px);animation:crt-flicker .1s infinite}.scanlines:after{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to bottom,rgba(255,255,255,.03),transparent);animation:scanline 8s linear infinite}.crt-glow{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:inset 0 0 100px #00d4ff08,inset 0 0 50px #39ff1405;border-radius:0}.crt-overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 60%,rgba(0,0,0,.3) 100%)}.audio-indicator{position:fixed;bottom:2rem;left:2rem;z-index:99999!important;display:flex;flex-direction:column;background:#000000e6;border:1px solid rgba(255,0,0,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;animation:slide-in-up .5s ease-out;max-width:280px}.audio-indicator:hover{border-color:red;box-shadow:0 0 30px #ff00004d,inset 0 0 20px #ff00000d}.audio-indicator.muted{border-color:#ffffff26}.audio-indicator.muted .indicator-visualizer .bar{animation:none;height:3px;background:#444}.audio-indicator.muted .indicator-status{color:#555}.audio-indicator.muted .indicator-track{color:#666}.audio-indicator.playing:not(.muted){border-color:#f009;box-shadow:0 0 15px #f003}.audio-indicator.playing:not(.muted) .indicator-visualizer .bar{animation:equalizer-wave .6s ease-in-out infinite}.audio-indicator.playing:not(.muted) .indicator-visualizer .bar:nth-child(1){animation-delay:0s;height:12px}.audio-indicator.playing:not(.muted) .indicator-visualizer .bar:nth-child(2){animation-delay:.15s;height:16px}.audio-indicator.playing:not(.muted) .indicator-visualizer .bar:nth-child(3){animation-delay:.3s;height:20px}.audio-indicator.playing:not(.muted) .indicator-visualizer .bar:nth-child(4){animation-delay:.15s;height:16px}.audio-indicator.playing:not(.muted) .indicator-visualizer .bar:nth-child(5){animation-delay:0s;height:12px}.audio-indicator.expanded .playlist-panel{max-height:200px;opacity:1;padding:.5rem;border-top:1px solid rgba(255,0,0,.3)}@keyframes slide-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.player-main{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem}.indicator-visualizer{display:flex;align-items:flex-end;gap:2px;height:20px;padding-right:.5rem;border-right:1px solid rgba(255,255,255,.1)}.indicator-visualizer .bar{width:3px;height:4px;background:red;border-radius:1px;transition:height .1s ease}@keyframes equalizer-wave{0%,to{transform:scaleY(.3);opacity:.6}50%{transform:scaleY(1);opacity:1}}.indicator-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.indicator-status{font-family:var(--font-terminal);font-size:.55rem;letter-spacing:.2em;color:red;text-transform:uppercase}.indicator-track{font-family:var(--font-terminal);font-size:.7rem;color:var(--color-text-muted);letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-controls{display:flex;align-items:center;gap:2px;padding-left:.5rem;border-left:1px solid rgba(255,255,255,.1)}.control-btn{background:transparent;border:none;color:#888;font-size:.9rem;padding:4px 6px;cursor:pointer;transition:all .2s ease;line-height:1}.control-btn:hover{color:red;text-shadow:0 0 10px rgba(255,0,0,.5)}.control-btn.play-btn{font-size:1rem;color:red}.playlist-panel{max-height:0;opacity:0;overflow:hidden;transition:all .3s ease;padding:0 1rem}.playlist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.playlist-title{font-family:var(--font-terminal);font-size:.6rem;color:#00d4ff;letter-spacing:.15em}.playlist-count{font-family:var(--font-terminal);font-size:.5rem;color:#666;letter-spacing:.1em}.playlist-tracks{list-style:none;padding:0;margin:0}.playlist-track{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;cursor:pointer;transition:all .2s ease;border-left:2px solid transparent}.playlist-track:hover{background:#ff00001a;border-left-color:red}.playlist-track.active{background:#ff000026;border-left-color:red}.playlist-track.active .track-name,.playlist-track.active .track-number{color:red}.track-number{font-family:var(--font-terminal);font-size:.6rem;color:#555;min-width:18px}.track-name{font-family:var(--font-terminal);font-size:.7rem;color:#aaa;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-playing{font-size:.6rem;color:red;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media(max-width:768px){.audio-indicator{bottom:1rem;left:1rem;max-width:240px}.player-main{padding:.25rem .5rem;gap:.25rem}.indicator-track{font-size:.6rem}.indicator-visualizer{padding-right:.25rem}.indicator-visualizer .bar{width:2px}.control-btn{padding:2px 4px;font-size:.8rem}.control-btn.play-btn{font-size:.9rem}}html[data-theme=light] .audio-indicator{background:#fffffff2;border-color:#cc00004d;box-shadow:0 4px 20px #0000001a}html[data-theme=light] .audio-indicator:hover{border-color:#c00;background:#fffffffa;box-shadow:0 4px 30px #c003}html[data-theme=light] .audio-indicator.playing:not(.muted){border-color:#cc000080;box-shadow:0 4px 20px #cc000026}html[data-theme=light] .audio-indicator.expanded .playlist-panel{border-top-color:#c003}html[data-theme=light] .indicator-status{color:#c00}html[data-theme=light] .indicator-track{color:#555}html[data-theme=light] .indicator-visualizer{border-right-color:#0000001a}html[data-theme=light] .indicator-visualizer .bar{background:#c00}html[data-theme=light] .player-controls{border-left-color:#0000001a}html[data-theme=light] .control-btn{color:#666}html[data-theme=light] .control-btn:hover,html[data-theme=light] .control-btn.play-btn{color:#c00}html[data-theme=light] .playlist-title{color:#009fcc}html[data-theme=light] .playlist-track:hover{background:#cc000014;border-left-color:#c00}html[data-theme=light] .playlist-track.active{background:#cc00001f;border-left-color:#c00}html[data-theme=light] .playlist-track.active .track-name,html[data-theme=light] .playlist-track.active .track-number{color:#c00}html[data-theme=light] .track-name{color:#444}html[data-theme=light] .track-playing{color:#c00}.app{position:relative;width:100%;min-height:100vh;background:var(--gradient-bg);transition:background .3s ease}.content{position:relative;z-index:1}.theme-toggle-container{position:fixed;bottom:2rem;right:2rem;z-index:1000}@media(max-width:768px){.theme-toggle-container{bottom:1rem;right:1rem}}.page-loader{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%}.page-loader__spinner{width:40px;height:40px;border:3px solid var(--color-text-muted);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
