/* The Gridiron King — per-sport token contract.
 *
 * §2.2 of the design system: each site sets exactly two extra variables. NFL had
 * none — it served the family gold as its accent, which is why it was visually
 * indistinguishable from HRK.
 *
 * --brand-gold stays #F5C542 fleet-wide (already correct here). --sport is new.
 *
 * PROVISIONAL. #5AA9F5 is validated on its own (7.95:1 on --bg, >=6.2:1 on every
 * panel surface) but NOT as part of a whole-fleet set: against the proposed NBA
 * accent it is deutan dE 0.9 — the same colour to a red-green colour-blind reader,
 * in the control whose job is telling you which site you are on. It ships because
 * both collisions are with sites not yet assigned, so the constraint lands on them.
 *
 * The flag below is machine-readable and has an expiry. scripts/check_sport_tokens.py
 * warns before review_by and fails after. The 22-hue allocation pass must clear it by
 * rewriting this file — removing the flag is part of the pass, never a human follow-up.
 *
 *   review_by: 2026-09-30
 */
:root{
  --sport:#5AA9F5;
  --sport-soft:rgba(90,169,245,.12);
  --sport-provisional:1;          /* review_by: 2026-09-30 */
}
