/*
 * Shared CRT theme tokens — extracted from inline :root blocks across
 * index.html, models.html, status.html, docs.html (NC-34 + NC-44).
 *
 * Contains ONLY the 12 truly-shared tokens. Page-specific tokens
 * (--border opacity, --max width, --sidebar-w, --blue color, etc.)
 * remain in each page's inline <style> for intentional per-page overrides.
 *
 * Design system: Inter (logo) + DM Sans + JetBrains Mono, green accent
 * (#22c55e), grid background (per .claude/skills/crt-theme.md).
 */

:root {
  --bg: #09090f;
  --bg2: #0f1017;
  --bg3: #161721;
  --text: #e8e9ed;
  --text2: #9395a5;
  --text3: #5a5c6e;
  --accent: #22c55e;
  --accent-dim: rgba(34, 197, 94, 0.1);
  --green: #22c55e;
  --amber: #f59e0b;
  --mono: 'JetBrains Mono', monospace;
  --sans: 'DM Sans', system-ui, sans-serif;
}
