:root {
  color-scheme: dark;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bg: #0c1210;
  --surface: #121a17;
  --surface-raised: #19231f;
  --surface-soft: #1f2c27;
  --text: #f4f8f6;
  --text-muted: #9fb0a8;
  --line: #2b3b34;
  --accent: #b7f65d;
  --accent-strong: #8bd72c;
  --accent-ink: #15200c;
  --info: #8fd5ff;
  --warning: #ffd27a;
  --danger: #ff8d91;
  --success: #8ee6ae;
  --shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --tap: 48px;
  --content: 760px;
  --nav-height: 76px;
}

[data-theme="light"] {
  color-scheme: light;
  --bg: #f4f7f2;
  --surface: #ffffff;
  --surface-raised: #f8fbf6;
  --surface-soft: #eaf1e7;
  --text: #172019;
  --text-muted: #65736a;
  --line: #d9e3da;
  --accent: #5f9f16;
  --accent-strong: #4e8610;
  --accent-ink: #ffffff;
  --info: #176e9f;
  --warning: #8b5a00;
  --danger: #a82e35;
  --success: #18763a;
  --shadow: 0 18px 54px rgba(28, 46, 34, 0.12);
}
