:root {
  --color-bg: #f6f8fc;
  --color-surface: #ffffff;
  --color-ink: #0f172a;
  --color-muted: #475569;
  --color-line: #e2e8f0;
  --color-accent: #1e4ed8;
  --color-accent-hover: #163db5;
  --color-accent-soft: #e8efff;
  --color-ok: #0f766e;
  --color-warn-bg: #fff7ed;
  --color-warn-border: #fed7aa;
  --shadow-soft: 0 18px 50px rgba(15, 23, 42, 0.08);
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-pill: 999px;
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --max-read: 42rem;
  --max-site: 72rem;
}

[data-theme="dark"] {
  --color-bg: #0f172a;
  --color-surface: #1e293b;
  --color-ink: #f1f5f9;
  --color-muted: #94a3b8;
  --color-line: #334155;
  --color-accent: #3b82f6;
  --color-accent-hover: #60a5fa;
  --color-accent-soft: #1e3a5f;
  --color-warn-bg: #422006;
  --color-warn-border: #854d0e;
  --shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.35);
}
