:root {
  color-scheme: light;
  --bg: #faf9f7;
  --surface: #ffffff;
  --surface-soft: #f5f3ef;
  --surface-strong: #eeece7;
  --text: #1a1a2e;
  --text-muted: #6f7288;
  --border: #e5e2dc;
  --accent: #4f46e5;
  --accent-strong: #4338ca;
  --accent-soft: #eef2ff;
  --law: #2563eb;
  --law-soft: #eff6ff;
  --warn: #b45309;
  --warn-soft: #fff2dd;
  --danger: #dc2626;
  --danger-soft: #fef2f2;
  --success: #16a34a;
  --success-soft: #f0fdf4;
  --shadow: 0 4px 12px rgba(26, 26, 46, 0.08);
  --font-body: Georgia, "Times New Roman", serif;
  --font-ui: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-size-base: 18px;
  --topbar-height: 56px;
  --content-width: 940px;
  --spur-width-collapsed: 68px;
  --spur-width-expanded: 248px;
  --radius: 8px;
}

[data-theme="dark"] {
  color-scheme: dark;
  --bg: #111114;
  --surface: #18181d;
  --surface-soft: #202027;
  --surface-strong: #2a2a33;
  --text: #f3f3f6;
  --text-muted: #a7a7b5;
  --border: #343440;
  --accent: #8b7cf6;
  --accent-strong: #a99cff;
  --accent-soft: #292449;
  --law: #93c5fd;
  --law-soft: #17243a;
  --warn: #f0bd72;
  --warn-soft: #3a2a18;
  --danger: #f29a9a;
  --danger-soft: #3a2025;
  --success: #86d39b;
  --success-soft: #1b3023;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}
