:root {
  /* ---- surfaces ---- */
  --c-bg:            #fdfbf7;   /* ✅ read from frame 4:6 fill */
  --c-surface:       #ffffff;   /* cards, available item cards */
  --c-surface-sunk:  #f5efe6;   /* claimed item card */
  --c-surface-accent:#fdf4ed;   /* on-the-clock card, active roster row */
  --c-border:        #eae1d4;   /* card + header borders */
  --c-divider:       #f1ded0;   /* hairline INSIDE the on-the-clock card — not the same as --c-border */
  --c-border-strong: #c2410c;   /* 2px on the on-the-clock card */

  /* ---- ink ---- */
  --c-ink:           #2e1c0c;   /* headings, active names          16.3:1 on white */
  --c-ink-muted:     #7c634f;   /* meta, labels                     5.6:1 on white */
  --c-ink-faint:     #a38f80;   /* claimed items, inactive roster */
  --c-accent:        #c2410c;   /* terracotta                       5.2:1 on white */
  --c-accent-wash:   rgba(249, 115, 22, 0.1);   /* LIVE badge fill */
  --c-on-accent:     #ffffff;

  /* ---- points badge ---- */
  --c-pts-bg:        #fef3c7;
  --c-pts-ink:       #b45309;   /* design says #d97706 — adjusted for A11y */
  --c-pts-bg-muted:  #e8dfd5;
  --c-pts-ink-muted: #a38f80;

  /* ---- chips / disabled ---- */
  --c-chip-bg:       rgba(163, 143, 128, 0.13);
  --c-disabled-border: #d6ccbf; /* design says #d1d5db — adjusted to warm palette */
  --c-disabled-ink:    #a38f80; /* design says #9ca3af — adjusted to warm palette */

  /* ---- participant palette (7 hues, cycles) ---- */
  --p-1: #ef4444;  --p-2: #ec4899;  --p-3: #3b82f6;  --p-4: #d97706;
  --p-5: #10b981;  --p-6: #8b5cf6;  --p-7: #6b7280;

  /* ---- type ---- */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-ui:      "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fraunces-axes: "SOFT" 0, "WONK" 1;   /* required — enables wonky alternates */

  --t-h1:      36px;  /* Fraunces Black 900, tracking -1px */
  --t-section: 22px;  /* Fraunces Bold */
  --t-turn:    24px;  /* Fraunces Bold */
  --t-card:    20px;  /* Fraunces Bold */
  --t-item:    15px;  /* Work Sans SemiBold */
  --t-body:    14px;
  --t-sm:      13px;
  --t-xs:      12px;
  --t-2xs:     11px;

  /* ---- space (4px base) ---- */
  --s-1: 4px;  --s-2: 8px;  --s-3: 12px; --s-4: 16px;
  --s-5: 20px; --s-6: 24px; --s-7: 28px; --s-8: 32px;

  /* ---- radius ---- */
  --r-xs:  4px;   /* points badge */
  --r-sm:  8px;   /* roster row, secondary button */
  --r-md:  12px;  /* item card, owner chip, icon button */
  --r-lg:  16px;  /* sidebar cards */
  --r-pill: 999px;

  /* ---- misc ---- */
  --sidebar-w: 340px;
  --item-w:    220px;
  --gutter:    32px;
}
