/* ---------- Match Night tokens (FM26-inspired) — from mockups/overview-fm.html ---------- */
:root{
  --bg:#0a0f1e; --bg-glow:#0d1326;
  --card:#111830; --card-2:#18203a; --line:#232d4c; --line-soft:#1b2440;
  --text:#e7eaf6; --muted:#8a93ad;
  --acc:#a78bfa;          /* violet — active nav, links, interactive (NOT body labels) */
  --acc-deep:#7c5cf0;     /* CTA gradient end */
  --label:#dbe0f4;        /* near-white section headers (M4: violet was hard to read) */
  --volt:#9be15d;         /* volt green — positive, the .ai nod to pitch */
  --down:#fb5648; --flag:#f5b330; --info:#6ea8ff;   /* M4: bolder red + gold, distinct grade trio */
  --pitch-a:#101728; --pitch-b:#0f1626;        /* /team pitch surface */
  --cta-glow:rgba(124,92,240,.35);             /* CTA button shadow */
  --volt-glow:rgba(155,225,93,.12);            /* "us" crest halo */
  /* FDR scale: 1 volt-tinted (gimme) -> 3 neutral -> 5 red-tinted (nightmare) */
  --fdr1:color-mix(in srgb, var(--volt) 34%, var(--card-2));
  --fdr2:color-mix(in srgb, var(--volt) 16%, var(--card-2));
  --fdr3:var(--card-2);
  --fdr4:color-mix(in srgb, var(--down) 18%, var(--card-2));
  --fdr5:color-mix(in srgb, var(--down) 38%, var(--card-2));
}

/* ---------- Pitch & Chalk light theme (BRAND.md §2) — same variable names ---------- */
[data-theme="light"]{
  --bg:#f7f4eb; --bg-glow:#efe9da;
  --card:#ffffff; --card-2:#fbf8ef; --line:#d8d2c1; --line-soft:#e4decd;
  --text:#0e2a1a; --muted:#6b6055;
  --acc:#1f6f3a;          /* --pitch green — interactive */
  --acc-deep:#14522a;     /* deeper green, CTA gradient end */
  --label:#0e2a1a;        /* strong ink section headers on chalk (M4) */
  --volt:#2f6b35;         /* positive — readable green on chalk */
  --down:#b3261e; --flag:#c98a13; --info:#1c4d8e;
  --pitch-a:#eef3ea; --pitch-b:#e6eee2;
  --cta-glow:rgba(31,111,58,.25);
  --volt-glow:rgba(47,107,53,.14);
}
