:root {
  color-scheme: light;

  /* Production theme surfaces: Mythic Sports Almanac. */
  --ink: #1d2c28;
  --muted: #657065;
  --line: #d8cdbb;
  --line-strong: #b9aa92;
  --paper: #f4efe4;
  --surface: #fffdf8;
  --surface-alt: #eee6d8;
  --surface-soft: #f8f3e9;
  --forest: #123d2f;
  --forest-2: #1f513f;
  --gold: #d3946d;
  --red: #934d3f;
  --blue: #5f7864;
  --green: #496b52;
  --saddle: #9b5738;
  --saddle-dark: #79402a;
  --field-sage: #5f7864;
  --copper: #d3946d;
  --primary-soft: #f3e6dd;
  --primary-border: #cfa68f;
  --secondary-soft: #e7eee8;
  --secondary-border: #a8b9aa;
  --shadow: 0 8px 24px rgba(41, 35, 26, 0.07);
  --ceremony-art: url("design/assets/ceremonial/pantheon-coronation.jpg");
  --time-capsule-art: url("design/assets/ceremonial/oracle-time-capsule.jpg");

  /* Immutable semantic sports and status colors: never remap with a theme. */
  --podium-gold: #f1bf4d;
  --podium-silver: #c6d0da;
  --podium-bronze: #c7825a;
  --pos-qb: #c65345;
  --pos-rb: #5f7864;
  --pos-wr: #287da8;
  --pos-te: #875d91;
  --pos-def: #145842;
  --pos-pick: #d98a14;
  --pos-other: #7d8581;
  --pending-pick: var(--pos-other);
  --pending-pick-text: var(--pos-rb);
  --pending-pick-soft: #ecefeb;
  --pending-pick-border: #b1b8b3;
  --pending-pick-ink: #5e6560;
  --you-accent: #123d2f;
  --you-surface: #e7eee8;
  --you-surface-strong: #dce8df;
  --you-border: #a8b9aa;
  --you-ink: #123d2f;

  /* Typography, interaction, and shared component geometry. */
  --font-display: "Literata", Charter, Georgia, serif;
  --font-ui: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  --focus-ring: #9b5738;
  --focus-ring-halo: #fffdf8;
  --control-action-height: 44px;
  --control-action-radius: 6px;
  --control-filter-height: 34px;
  --control-compact-min: 24px;
  --control-filter-radius: 999px;
  --control-identity-radius: 6px;
  --control-badge-radius: 4px;

  /* Design Library aliases for the approved production defaults. */
  --navy: var(--forest);
  --burgundy: var(--saddle);
  --burgundy-dark: var(--saddle-dark);
  --primary-rgb: 155, 87, 56;
  --secondary: var(--field-sage);
  --secondary-dark: #48614d;
  --chart-gold: #9a5b38;
  --rule-color: rgba(18, 61, 47, 0.024);
}
