:root {
  color-scheme: light;
  --color-primary: #2563eb;
  --color-primary-dark: #1d4ed8;
  --color-secondary: #3b82f6;
  --color-cta: #f97316;
  --color-cta-dark: #ea580c;
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-danger: #be4b63;
  --color-bg: #f8fafc;
  --color-bg-alt: #ffffff;
  --color-bg-card: #ffffff;
  --color-bg-muted: #f1f5f9;
  --color-text: #1e293b;
  --color-text-strong: #0f172a;
  --color-text-muted: #64748b;
  --color-text-subtle: #94a3b8;
  --color-border: #e2e8f0;
  --color-border-hover: #cbd5e1;
  --color-on-primary: #ffffff;
  --chart-solar-color: #d7b85d;
  --chart-charge-color: #7db8c8;
  --chart-discharge-color: #6f8fc9;
  --chart-grid-color: #b08a5a;
  --chart-usage-color: #9a8fd0;
  --font-heading: "Microsoft YaHei", "PingFang SC", "Segoe UI", sans-serif;
  --font-body: "Microsoft YaHei", "PingFang SC", "Segoe UI", sans-serif;
  --space-4: 4px;
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-32: 32px;
  --space-40: 40px;
  --space-48: 48px;
  --space-64: 64px;
  --space-80: 80px;
  --radius-sm: 4px;
  --radius-control: 8px;
  --radius-panel: 12px;
  --radius-card: 16px;
  --radius-pill: 999px;
  --shadow-soft: 0 4px 20px #0000000d;
  --shadow-elevated: 0 8px 30px rgba(15, 23, 42, 0.08);
  --shadow-active: 0 8px 30px #2563eb1a;
  --shadow-primary: 0 4px 12px #2563eb4d;
  --max-page: 1200px;
  --header-height: 76px;
  --motion-fast: 160ms ease;
  --motion-base: 220ms ease;
}
