@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Cinzel:wght@400;500;600;700&display=swap";:root{--color-void:#000;--color-obsidian:#0a0a0c;--color-stone:#141418;--color-stone-light:#1e1e24;--color-ash:#2a2a32;--color-smoke:#4a4a58;--color-dust:#8a8a98;--color-light:#e8e8ec;--color-white:#fff;--color-ember:#f59e0b;--color-ember-bright:#fbbf24;--color-ember-deep:#d97706;--color-ember-glow:#f59e0b66;--color-molten:#ef4444;--color-molten-deep:#dc2626;--color-records-violet:#a78bfa;--color-records-violet-glow:#a78bfa66;--font-display:"Cinzel", serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--void:var(--color-void);--obsidian:var(--color-obsidian);--basalt:var(--color-stone);--slate:var(--color-ash);--ember:var(--color-records-violet);--molten:var(--color-ember-bright);--gold:var(--color-ember);--amber:var(--color-ember-bright);--heat-critical:var(--color-molten);--cool-smoke:var(--color-smoke);--ash:var(--color-dust);--font-heading:var(--font-display);--font-mono:"Courier New", monospace;--sidebar-width:240px;--player-height:96px;--player-height-mobile:80px;--nav-height-mobile:56px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{background:var(--color-void);color:var(--color-light);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:.05em;font-weight:500;line-height:1.2}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}input,select,textarea{font-family:var(--font-body)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-obsidian)}::-webkit-scrollbar-thumb{background:var(--color-ash);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-smoke)}@keyframes spin{to{transform:rotate(360deg)}}
