:root {
  --bg: #0d1117;
  --bg-raised: #161b22;
  --bg-overlay: #1c2128;
  --bg-input: #0d1117;
  --border: #30363d;
  --border-strong: #484f58;
  --text: #e6edf3;
  --text-muted: #8b949e;
  --text-faint: #6e7681;
  --accent: #388bfd;
  --accent-hover: #58a6ff;
  --accent-muted: rgba(56, 139, 253, 0.15);
  --danger: #f85149;
  --danger-muted: rgba(248, 81, 73, 0.12);
  --success: #3fb950;
  --success-muted: rgba(63, 185, 80, 0.12);
  --warning: #d29922;
  --warning-muted: rgba(210, 153, 34, 0.12);
  --focus: #58a6ff;
  --shadow: 0 8px 24px rgba(1, 4, 9, 0.45);
  --radius: 6px;
  --radius-sm: 4px;
  --sidebar: 240px;
  --sidebar-collapsed: 56px;
  --topbar: 52px;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --mono: ui-monospace, "Cascadia Code", "SF Mono", Consolas, monospace;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --text-xs: 12px;
  --text-sm: 13px;
  --text-md: 14px;
  --text-lg: 16px;
  --text-xl: 20px;
  --text-2xl: 24px;
  --line: 1.45;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --motion: 0;
  }
}
