:root,
body.light {
  color-scheme: light;
  --bg-app: #f6f7f9;
  --bg-card: #ffffff;
  --bg-sidebar: #ffffff;
  --bg-input: #f4f4f5;
  --border: #e9ecf1;
  --line: var(--border);
  --bg-active-tab: rgba(79, 70, 229, 0.08);
  --text-primary: #0f172a;
  --text-secondary: #5f6f82;
  --accent-gold: #4f46e5;
  --accent-gold-rgb: 79, 70, 229;
  --accent-gold2: #6366f1;
  --accent-green: #15803d;
  --accent-red: #be123c;
  --accent-blue: #4f46e5;
  --tech: #0284c7;
  --warn: #b45309;
  --hero-grad: linear-gradient(135deg, #4f46e5, #6366f1);
  --dark-panel: #0f172a;
  --shadow-soft: 0 1px 2px rgba(15, 23, 42, 0.04);

  --text: var(--text-primary);
  --mute: var(--text-secondary);
  --gold: var(--accent-gold);
  --gold2: var(--accent-gold2);
  --green: var(--accent-green);
  --red: var(--accent-red);
  --blue: var(--accent-blue);
  --ink: #ffffff;
  --ink2: #ffffff;
  --ink3: #f4f4f5;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --touch-min: 44px;
  --sidebar-width: 280px;
  --content-gutter: 32px;
  --focus-ring: 0 0 0 3px rgba(79, 70, 229, 0.24);
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
}
