:root{--bg-primary:#080a10;--bg-secondary:#0f131f;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-cyan:#00f2fe;--accent-purple:#4facfe;--accent-pink:#ff0844;--accent-gold:#ffb199;--glass-bg:#0f172aa6;--glass-border:#ffffff1a;--font-main:"Outfit", sans-serif;--font-mono:"Space Grotesk", monospace}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);width:100%;height:100%;overflow:hidden}#root{width:100%;height:100%;overflow:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-cyan)}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:0 8px 32px #0000005e}.glow-text-cyan{background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 15px #00f2fe4d);-webkit-background-clip:text}.glow-text-pink{background:linear-gradient(135deg,#ff0844 0%,#ffb199 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 15px #ff08444d);-webkit-background-clip:text}@keyframes pulseGlow{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.floating{animation:6s ease-in-out infinite float}.coming-soon-container{background-color:#050508;justify-content:center;align-items:center;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.canvas-container{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.mobile-vertical-frame{z-index:10;justify-content:center;align-items:center;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}@media (width>=769px){.mobile-vertical-frame{aspect-ratio:9/16;border-radius:28px;width:auto;max-width:480px;height:94vh;box-shadow:0 0 60px #000c,0 0 0 1px #ffffff1a}}.bg-video{object-fit:cover;object-position:center;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hidden-yt-player{opacity:0;pointer-events:none;z-index:-10;width:1px;height:1px;position:absolute;bottom:0;left:0}.winamp-player-box{z-index:50;background:#11131a;border:2px solid #fff;flex-direction:column;gap:6px;width:250px;padding:6px 8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:3px 3px #000,3px 3px 0 1px #00f2fe}.winamp-screen{background:#040804;border:2px inset #1a2a1a;flex-direction:column;gap:3px;padding:4px 6px;display:flex;overflow:hidden;box-shadow:inset 1px 1px #000}.winamp-status-led{letter-spacing:1px;font-family:"Press Start 2P",monospace;font-size:7px}.winamp-status-led.status-playing{color:#ffe600;text-shadow:0 0 4px #ffe600b3}.winamp-status-led.status-paused{color:#00f2fe;text-shadow:0 0 4px #00f2feb3}.song-display-box{justify-content:center;align-items:center;gap:8px;padding:2px 0;display:flex;overflow:hidden}.song-title-text{color:#0f6;text-shadow:0 0 5px #00ff66b3;white-space:nowrap;text-overflow:ellipsis;font-family:Silkscreen,monospace;font-size:11px;overflow:hidden}.eq-bars{align-items:flex-end;gap:2px;height:12px;display:flex}.eq-bar{background:#0f6;width:2px;height:3px;box-shadow:0 0 3px #0f6c}@keyframes bounceEq{0%{height:3px}50%{height:11px}to{height:6px}}.eq-active .bar-1{animation:.45s ease-in-out infinite alternate bounceEq}.eq-active .bar-2{animation:.55s ease-in-out .15s infinite alternate bounceEq}.eq-active .bar-3{animation:.35s ease-in-out 80ms infinite alternate bounceEq}.eq-active .bar-4{animation:.5s ease-in-out .25s infinite alternate bounceEq}.winamp-controls{justify-content:space-between;align-items:center;gap:5px;display:flex}.winamp-btn{color:#fff;cursor:pointer;background:#1c2135;border:1px solid #fff;flex:1;justify-content:center;align-items:center;height:28px;transition:all 50ms;display:flex;box-shadow:1px 1px #000}.winamp-btn:focus{outline:none}@media (hover:hover){.winamp-btn:hover{color:#000;background:#00f2fe}}.winamp-btn:active{color:#000;background:#00f2fe;transform:translate(1px,1px);box-shadow:0 0 #000}
