:root {
  --bg: #f7f8fa;
  --surface: #ffffff;
  --surface-2: #f1f3f7;
  --text: #10131a;
  --text-muted: #5b6472;
  --border: #e2e6ee;
  --border-strong: #cdd4e0;
  --accent: #2563eb;
  --accent-hover: #1d4ed8;
  --accent-soft: #eaf0ff;
  --success: #0f9d58;
  --warning: #d97706;
  --error: #dc2626;
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 2px rgba(16,19,26,.05);
  --shadow: 0 4px 16px rgba(16,19,26,.07);
  --shadow-lg: 0 12px 40px rgba(16,19,26,.12);
  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px;
  --space-5: 24px; --space-6: 32px; --space-7: 48px; --space-8: 64px;
  --container: 1180px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}