/* Legacy web/poster names (feed, videos, events, pros, the tournaments and clubs lists),
   mapped onto the new tokens (NORTH_STAR §11.2). Declared on the page wrapper (.ctx-poster)
   so --muted here (text) can't leak into other contexts. Delete this sheet when
   the last poster page is rebuilt (B7, B9). Gold means first place (§2.3), so the
   poster accent maps to ink-2. */
.ctx-poster {
  --bg: var(--surface-0);
  --surface: var(--surface-1);
  --fg: var(--ink);
  --muted: var(--ink-2);
  --faint: var(--ink-2);
  --hairline: var(--line);
  --hairline-strong: var(--line-strong);
  --brand: var(--ink);
  --brand-bright: var(--ink);
  --coral: var(--ink);
  --gold-bright: var(--ink-2);
  --amber: var(--ink-2);
  --brand-glow: transparent;
  --amber-glow: transparent;
  --serif: var(--font);
  --sans: var(--font);
}
