:root {
  --surface: #f6f7f9;
  --surface-elevated: #ffffff;
  --surface-muted: #f0f2f5;
  --text-primary: #111114;
  --text-secondary: #5c5e66;
  --border-subtle: #d8dbe2;
  --brand-primary: #0a64ff;
  --brand-primary-strong: #004ed1;
  --success: #1d9b5f;
  --warning: #b0771e;
  --danger: #be2f2f;

  --space-4: 4px;
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-24: 24px;
  --space-32: 32px;
  --space-48: 48px;
  --space-64: 64px;

  --radius-8: 8px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-24: 24px;

  --shadow-sm: 0 6px 14px rgba(17, 17, 20, 0.04);
  --shadow-md: 0 14px 34px rgba(17, 17, 20, 0.06);
  --shadow-lg: 0 26px 56px rgba(17, 17, 20, 0.08);

  --z-nav: 40;
  --z-sidebar: 30;

  --motion-fast: 120ms;
  --motion-mid: 180ms;
  --motion-slow: 220ms;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --motion-fast: 0ms;
    --motion-mid: 0ms;
    --motion-slow: 0ms;
  }
}
