/* ============================================================
   Stellar Grooves — Main stylesheet
   "Analog Revival" design system — warm walnut, brushed chrome,
   amber spotlight, ruby glow.

   Load order matters:
     theme.css         — tokens, fonts, base, light/dark modes
     components.css    — UI primitives (cards, buttons, tables…)
     layout.css        — page compositions (dashboard, auth, help)
     jukebox.css       — Wurlitzer player (preserved)
     engraving-light.css — light-mode "Bone Engraving" thrash
                            treatment; remove this @import to
                            revert to the cream/walnut light skin.
   ============================================================ */

@import url('theme.css');
@import url('components.css');
@import url('layout.css');
@import url('jukebox.css');
@import url('engraving-light.css');
