:root {
  /* Mission Control v2 (decision 2026-07-09, restyle-brief.md) */
  --canvas-dark: #0A0F0D;
  --panel-dark: #111917;
  --line-dark: #1E2B26;
  --canvas-light: #F7F8F5;
  --card: #EDEAE2;
  --ink: #182420;
  --ink-rgb: 24, 36, 32;
  --paper-rgb: 232, 239, 234; /* text-on-dark rgb, kept under the old name for any stray references */

  --green: #0E6B4A;       /* us, on light surfaces */
  --green-dark: #0A4F38;
  --green-signal: #2BD98A; /* us, on dark surfaces — the glow color */
  --green-signal-rgb: 43, 217, 138;
  --green-tint: #7FE8B8;   /* muted mint text/badges on dark */
  --red: #A93B2A;          /* competitors/losses on light — never us */
  --red-dark: #E2604A;     /* competitors/losses on dark */
  --amber: #D9A13B;        /* Ratio Guard warning zone only */

  --border-light: rgba(var(--ink-rgb), 0.1);
  --border-light-strong: rgba(var(--ink-rgb), 0.2);
  --border-dark: var(--line-dark);
  --border-dark-soft: rgba(232, 239, 234, 0.14);
  --border-dark-strong: rgba(232, 239, 234, 0.22);

  --text-light-primary: var(--ink);
  --text-light-body: rgba(var(--ink-rgb), 0.68);
  --text-light-muted: rgba(var(--ink-rgb), 0.5);
  --text-on-dark: #E8EFEA;
  --text-dark-body: rgba(232, 239, 234, 0.72);
  --text-dark-muted: rgba(232, 239, 234, 0.5);
  --text-dark-label: rgba(232, 239, 234, 0.75);

  --font-display: "Space Grotesk", sans-serif;
  --font-serif-accent: "Fraunces", serif; /* wordmark + italic pull-quotes only */
  --font-body: "Inter", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;

  --radius-card: 14px;
  --radius-panel: 12px;
  --radius-control: 8px;
  --radius-pill: 999px;

  --section-pad-y: 88px;
  --section-pad-x: 56px;
  --content-max: 1440px;
  --text-max: 760px;

  --shadow-elevated: 0 20px 40px -12px rgba(0, 0, 0, 0.45);
  --glow-signal: 0 0 24px rgba(var(--green-signal-rgb), 0.35);

  --grid-line-dark: rgba(232, 239, 234, 0.035);
}
