/* GENERATED by generate_tokens.py from brand.yaml. DO NOT EDIT BY HAND.
   Brand: RelayOps Product Review | mode: light | zero LLM tokens.
   Re-run `python3 generate_tokens.py` after editing brand.yaml. */
:root {
  /* decision thresholds */
  --confidence-threshold: 0.7;
  --confidence-threshold-label: "70%";
  --mvp-capacity-weeks: 4;
  --mvp-capacity-label: "4 weeks max";
  --test-window-days: 10;
  --test-window-label: "10 days";
  --outcome-target-pct: 20.0;
  --outcome-target-label: "20% target movement";

  /* status and risk language */
  --status-now: "Now: validated opportunity";
  --status-next: "Next: solution under test";
  --status-later: "Later: opportunity under assessment";
  --risk-primary: "Riskiest assumption";
  --risk-secondary: "Known dependency";

  /* product decision colors */
  --color-bg: #f5f7f4;
  --color-panel: #ffffff;
  --color-ink: #17221d;
  --color-muted: #5f6d66;
  --color-line: #cfd9d2;
  --color-outcome: #1f6f50;
  --color-risk: #9a4f18;
  --color-test: #335c99;
  --color-mvp: #6a4b9b;

  /* spacing */
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --space-7: 56px;
}
