/* ORIGIN Prototype v2 — cobalt-only light tokens */
:root {
  /* Brand */
  --cobalt: #2348E6;
  --cobalt-deep: #1A38B8;
  --cobalt-50: #EEF1FE;
  --cobalt-glow: rgba(35, 72, 230, 0.28);

  /* Surfaces */
  --paper: #F8F7F4;
  --surface: #FFFFFF;
  --line: #E7E5E0;
  --border: rgba(21, 22, 26, 0.06);

  /* Typography */
  --ink: #15161A;
  --body: #3F4147;
  --muted: #6B6F76;

  /* Semantic (benefits / watch-outs only) */
  --success: #1FA463;
  --success-soft: #E8F6EF;
  --warn: #E0A93B;
  --warn-soft: #FBF3E0;
  --poor: #DC4B43;
  --poor-soft: #FBE7E6;

  /* Score tiers */
  --exc: #1FA463;
  --exc-soft: #E8F6EF;
  --good: #2D8F6F;
  --good-soft: #E2F4EF;
  --fair: #E0A93B;
  --fair-soft: #FBF3E0;
  --ring-track: #E7E5E0;

  /* Shadows — dual (Linear-style) */
  --shadow-ambient: 0 1px 2px rgba(21, 22, 26, 0.04);
  --shadow-key: 0 4px 16px -4px rgba(21, 22, 26, 0.08);
  --shadow-card: var(--shadow-ambient), var(--shadow-key);
  --shadow-btn: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 8px 24px -8px var(--cobalt-glow);

  /* Typography stacks */
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Spacing grid (4px base) */
  --pad-screen: 24px;
  --pad-card: 18px;
  --gap-section: 24px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-pill: 999px;
  --chip-h: 48px;
  --btn-h: 52px;

  /* Motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-screen: 280ms;
  --dur-scan: 2500ms;
  --dur-reveal: 2000ms;
}
