:root{
  --bg:#070806;--bg-soft:#0b0d0c;--surface:#111311;--card:rgba(255,255,255,.03);
  --line:rgba(214,171,91,.18);--line-strong:rgba(240,207,135,.42);
  --gold:#d6ab5b;--gold-bright:#f0cf87;--text:#f5f1e8;--muted:#a7a298;
  --danger:#d38b78;--success:#9bb48b;--radius:18px;--radius-sm:12px;
  --header-h:64px;--mini-player-height:76px;--mini-player-gap:12px;--player-h:var(--mini-player-height);--max:1280px;--ease:260ms ease;
  --sans:var(--font-body);--serif:var(--font-heading);
}

@media(max-width:767px){
  :root{--mini-player-height:68px}
}
