:root:root{
  --background: #f7f8fc;
  --foreground: #0a0e2a;
  --card: #ffffff;
  --card-foreground: #0a0e2a;
  --popover: #ffffff;
  --popover-foreground: #0a0e2a;
  --primary: #0a0e2a;
  --primary-foreground: #ffffff;
  --secondary: #e3e7f2;
  --secondary-foreground: #0a0e2a;
  --muted: #e3e7f2;
  --muted-foreground: #4b5273;
  --accent: #dffbfc;
  --accent-foreground: #007c91;
  --gold: #00dfe8;
  --gold-foreground: #0a0e2a;
  --gold-ink: #007c91;
  --navy: #0a0e2a;
  --navy-foreground: #ffffff;
  --graphite: #2e304c;
  --surface: #eef1f8;
  --surface-2: #e3e7f2;
  --sunken: #ffffff;
  --ok: #1a8a4a;
  --bad: #c1273d;
  --warn: #c96a00;
  --destructive: #c1273d;
  --destructive-foreground: #ffffff;
  --border: #d9deea;
  --input: #cfd5e4;
  --ring: #007c91;
  --gradient-navy: linear-gradient(135deg,#0a0e2a,#05071a);
  --gradient-gold: linear-gradient(135deg,#00dfe8,#007c91);
  --shadow-gold: 0 10px 40px -10px color-mix(in oklab, var(--gold) 45%, transparent);
  --shadow-elegant: 0 20px 60px -20px color-mix(in oklab, var(--navy) 35%, transparent);
  --font-display: "Playfair Display", Georgia, serif;
  --font-sans: Geist, system-ui, sans-serif;
}
:root:root.dark{
  --background: #01020c;
  --foreground: #ffffff;
  --card: #0a0e2a;
  --card-foreground: #ffffff;
  --popover: #0a0e2a;
  --popover-foreground: #ffffff;
  --primary: #ffffff;
  --primary-foreground: #0a0e2a;
  --secondary: #161731;
  --secondary-foreground: #ffffff;
  --muted: #161731;
  --muted-foreground: rgba(255,255,255,.7);
  --accent: #0d1238;
  --accent-foreground: #00dfe8;
  --gold: #00dfe8;
  --gold-foreground: #0a0e2a;
  --gold-ink: #00dfe8;
  --navy: #0a0e2a;
  --navy-foreground: #ffffff;
  --graphite: rgba(255,255,255,.85);
  --surface: #0d1238;
  --surface-2: #161731;
  --sunken: #05071a;
  --ok: #24c369;
  --bad: #ff6568;
  --warn: #fcbb00;
  --destructive: #c1273d;
  --destructive-foreground: #ffffff;
  --border: rgba(255,255,255,.08);
  --input: rgba(255,255,255,.15);
  --ring: #00dfe8;
  --gradient-navy: linear-gradient(135deg,#0a0e2a,#05071a);
  --gradient-gold: linear-gradient(135deg,#00dfe8,#007c91);
  --shadow-gold: 0 10px 40px -10px color-mix(in oklab, var(--gold) 45%, transparent);
  --shadow-elegant: 0 20px 60px -20px color-mix(in oklab, var(--navy) 35%, transparent);
  --font-display: "Playfair Display", Georgia, serif;
  --font-sans: Geist, system-ui, sans-serif;
}
:root:root{--font-display:"Playfair Display", Georgia, serif;--font-sans:"Geist", system-ui, sans-serif;}
