:root {
  color-scheme: light;
  --color-background: #f5f7fa;
  --color-surface: #ffffff;
  --color-sidebar: #0c1118;
  --color-text: #15181d;
  --color-text-muted: #667085;
  --color-border: #d9dee7;
  --color-brand: #c99a1a;
  --color-brand-strong: #a97900;
  --color-brand-soft: #f8efd1;
  --color-success: #238636;
  --color-warning: #a35d00;
  --color-danger: #b42318;
  --color-danger-soft: #fef3f2;
  --color-info: #175cd3;
  --color-focus: #b88400;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --control-height: 50px;
  --card-padding: 40px;
  --shadow-card: 0 20px 60px rgba(12, 17, 24, 0.10);
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
