:root {
  --navy-950: #070d1a;
  --navy-900: #0c1629;
  --navy-800: #132040;
  --navy-700: #1a2d5a;
  --navy-600: #213872;
  --navy-500: #2c4a8e;
  --navy-300: #6a8fd4;
  --navy-100: #d8e5f5;
  --navy-50: #eef4fc;
  --brand-600: #2f33d6;
  --brand-500: #3b3ff5;
  --brand-400: #6366ff;
  --brand-100: #eef0ff;
  --gold-600: #b45309;
  --gold-500: #d97706;
  --gold-400: #f59e0b;
  --gold-100: #fef3c7;
  --slate-900: #0f1419;
  --slate-700: #2d3748;
  --slate-500: #718096;
  --slate-400: #a0aec0;
  --slate-300: #cbd5e0;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --emerald-600: #15803d;
  --emerald-500: #16a34a;
  --emerald-100: #dcfce7;
  --emerald-50: #f0fdf4;
  --rose-600: #9b2335;
  --rose-500: #c8384e;
  --rose-100: #ffe4e8;
  --rose-50: #fff5f5;
  --amber-500: #d97706;
  --amber-400: #f59e0b;
  --amber-100: #fef3c7;
  --amber-50: #fffbeb;
  --bg-primary: #f8fafc;
  --bg-secondary: #ffffff;
  --bg-tertiary: #f1f5f9;
  --bg-card: #ffffff;
  --text-primary: #0f1419;
  --text-secondary: #4a5568;
  --text-tertiary: #718096;
  --border-default: #e2e8f0;
  --border-strong: #cbd5e0;
  --border-subtle: #f7fafc;
  --accent-primary: #3b3ff5;
  --accent-hover: #2f33d6;
  --focus-ring: var(--brand-500);
  --shadow-sm: 0 1px 2px rgb(0 0 0 / 5%);
  --shadow-md: 0 4px 12px -2px rgb(0 0 0 / 8%), 0 2px 6px -1px rgb(0 0 0 / 4%);
  --shadow-lg: 0 10px 30px -5px rgb(0 0 0 / 10%), 0 4px 10px -2px rgb(0 0 0 / 5%);
  --shadow-xl: 0 20px 50px -10px rgb(0 0 0 / 15%);
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-full: 9999px;
  --sidebar-w: 252px;
  --header-h: 64px;
  --font-display: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'IBM Plex Mono', 'Courier New', monospace;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum' 1, 'cv02' 1, 'cv03' 1;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-theme='dark'] {
  --bg-primary: #070d1a;
  --bg-secondary: #0c1629;
  --bg-tertiary: #132040;
  --bg-card: #0c1629;
  --text-primary: #f1f5f9;
  --text-secondary: #b2bfd0;
  --text-tertiary: #8d9cb2;
  --border-default: #1a2d5a;
  --border-strong: #213872;
  --border-subtle: #0c1629;
}
