/* AUTO-GENERATED from design/tokens.json — do not edit by hand */
/* Regenerate: php bin/apply-design-tokens.php */
:root {
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: ui-monospace, 'Cascadia Code', 'Segoe UI Mono', monospace;
  --bg: #080b12;
  --bg-sidebar: #0a0e18;
  --bg-card: #0d1117;
  --bg-elevated: #131a26;
  --bg-input: #131a26;
  --text: #e2e8f0;
  --text-muted: #64748b;
  --text-soft: #94a3b8;
  --primary: #00e5a0;
  --primary-fg: #080b12;
  --accent: #00b4d8;
  --accent-purple: #7c3aed;
  --accent-amber: #f59e0b;
  --success: #00e5a0;
  --error: #ef4444;
  --warning: #f59e0b;
  --border: rgba(255, 255, 255, 0.07);
  --border-soft: rgba(255, 255, 255, 0.06);
  --radius: 6px;
  --sidebar-width: 224px;
  --font-size-base: 15px;
}
