:root {
  --font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow: 0 1px 3px rgb(0 0 0 / 0.08);
  --shadow-lg: 0 8px 24px rgb(0 0 0 / 0.12);
  --header-h: 56px;
  --maxw: 1200px;
}

[data-theme="light"] {
  --bg: #f6f7fb;
  --bg-elev: #ffffff;
  --text: #1a1d26;
  --text-muted: #5c6370;
  --border: #e2e5ec;
  --accent: #2563eb;
  --accent-hover: #1d4ed8;
  --success: #059669;
  --danger: #dc2626;
  --header-bg: #ffffff;
  --card-hover: #f0f4ff;
}

[data-theme="dark"] {
  --bg: #0f1219;
  --bg-elev: #181c27;
  --text: #e8eaef;
  --text-muted: #9aa0ac;
  --border: #2a3142;
  --accent: #3b82f6;
  --accent-hover: #60a5fa;
  --success: #34d399;
  --danger: #f87171;
  --header-bg: #131824;
  --card-hover: #1e2436;
}
