/* Legacy foos.css token names, mapped onto the new tokens (NORTH_STAR §11.2).
   Loaded by layouts/app for views and inline styles that still say --muted, --card …
   Here --muted is a TEXT colour. Delete this sheet when the last view using these names is rebuilt. */
:root {
  --background: var(--surface-0);
  --card: var(--surface-1);
  --card-2: var(--surface-2);
  --secondary: var(--surface-2);
  --success-subtle: var(--surface-2);
  --play-deck-bg: var(--surface-2);
  --play-wait-bg: var(--surface-2);
  --takeover-deck-bg: var(--surface-2);
  --gold-panel-bg: var(--surface-2);
  --border: var(--line);
  --conn-line: var(--line);
  --play-deck-border: var(--line);
  --border-strong: var(--line-strong);
  --foreground: var(--ink);
  --muted: var(--ink-2);
  --muted-2: var(--ink-2);
  --silver: var(--ink-2);
  --bronze: var(--ink-2);
  --primary: var(--ink);
  --primary-grad: var(--ink);
  --primary-press: var(--ink);
  --primary-ink: var(--ink); /* §11.2 says on-ink, but the old name was text on a surface */
  --success: var(--win);
  --warning: var(--alert);
  --gold-line: var(--gold-fill);
  --gold-panel-line: var(--gold-fill);
  --champion-bg: var(--field);
  --takeover-bg: var(--field);
  --play-now-bg: var(--field);
  --play-now-border: var(--field);
  --takeover-card-bg: var(--field-deep);
  --play-shadow: none;
  --toast-ok-bg: var(--surface-1);   --toast-ok-border: var(--line);   --toast-ok-ink: var(--ink);
  --toast-info-bg: var(--surface-1); --toast-info-border: var(--line); --toast-info-ink: var(--ink);
  --toast-err-bg: var(--surface-1);  --toast-err-border: var(--alert); --toast-err-ink: var(--ink);
  --font-display: var(--font);
  --font-body: var(--font);
  --radius: var(--radius-card);
  --radius-sm: var(--radius-control);
  --motion-fast: var(--dur-slot);
  --motion-normal: var(--dur-sheet-in);
  --motion-slow: var(--dur-advance);
  --motion-ease: var(--ease-out);
  --confetti-ease: var(--ease-fall);
  --shell-max: var(--page-max);
}
