/*
 * Application semantic aliases for the active 21st.dev theme.
 *
 * Existing styles use these aliases rather than a theme's raw palette. When
 * changing themes, replace only graphite-mono.css with another 21st token
 * file that provides the same standard shadcn/21st variables.
 */
:root {
  --bg: var(--background);
  --ink: var(--foreground);
  --mute: var(--muted-foreground);
  --line: var(--border);
  --panel: var(--card);
  --win: var(--foreground);
  --loss: var(--destructive);
  --draw: var(--muted-foreground);
  --live: var(--primary);
  --flash: var(--muted);
  --cr-accent: var(--accent);
  --cr-primary: var(--primary);
  --cr-primary-foreground: var(--primary-foreground);
  --cr-focus-ring: var(--ring);
  --cr-warning: var(--primary);
  --editorial-rule: var(--border);
  --editorial-soft: var(--muted);
}
