/* The Puck King — design tokens.
 *
 * NHL's --sport hue is DELIBERATELY NOT ASSIGNED HERE. NFL blue shipped provisional
 * precisely so the next assignment would not be made in isolation; picking a hue for
 * NHL now would repeat the thing that flag exists to prevent. It is decided in the
 * 22-hue pass, due before nfl's review_by: 2026-09-30 regardless.
 *
 * --sport below is a PLACEHOLDER, not an identity: it is the family accent, chosen so
 * king-shell.css's four var(--sport) references resolve instead of collapsing to
 * unset. It is flagged provisional so check_sport_tokens.py reports NHL as pending
 * the pass rather than as a finished assignment.
 *
 * bball.css:208 pins these as a per-sport theme block with !important -- that block is
 * also where the violet came from, setting --brand-gold, the family accent, to
 * #8b6bff -- so an override needs the same weight.
 */
:root{
  --brand-gold:#F5C542!important;
  --gold:#F5C542!important;

  --sport:#F5C542!important;              /* placeholder = family accent, NOT an NHL hue */
  --sport-soft:rgba(245,197,66,.12)!important;
  --sport-provisional:1;                  /* review_by: 2026-09-30 */
  /* review_reason: hue deferred to the 22-site pass so it is not chosen in isolation */

  /* #8A8A98, not CFB's #7A7A86: that value measures 4.66:1 on --bg but only 3.93 on
     the raised tile surface it actually sits on. Contrast is a claim about a PAIR. */
  --muted-2:#8A8A98;
  --pos:#7dd3a8;
  --neg:#ff8a8a;
  --fs-cell:12px;
}
