/* ════════════════════════════════════════════════════
   DESIGN TOKENS — copied verbatim from the v6 reference :root{}
   Do not edit values here; this is the single source of truth.
════════════════════════════════════════════════════ */
:root{
  /* Warm dark — slight brown undertone, not blue-black */
  --bg-0:#0A0908;
  --bg-1:#0F0D0B;
  --bg-2:#15120F;
  --bg-3:#1B1814;
  --bg-4:#221E19;
  --bg-5:#2A2520;

  --surface-hi:rgba(255,255,255,0.06);
  --surface-mid:rgba(255,255,255,0.03);
  /* Neutral borders — gold is reserved for accents only */
  --line:rgba(255,255,255,0.06);
  --line-strong:rgba(255,255,255,0.10);
  --line-gold:rgba(212,162,76,0.30);

  --text-0:#F5EFE3;
  --text-1:#A19A8E;
  --text-2:#706A60;
  --text-3:#494540;

  /* Warm gold accent palette */
  --gold:#D4A24C;
  --gold-hi:#E8B547;
  --gold-dim:#A07A2B;
  --gold-mute:#B58938;        /* eyebrow / label gold — quieter than main */
  --gold-tint:rgba(212,162,76,0.08);
  --gold-glow:rgba(232,181,71,0.4);

  /* Series accents — icon palette */
  --master:#3C79C9;
  --field:#E3640C;
  --inner:#6535BD;
  --career:#AC4877;
  --tool:#29B09A;
}
