@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--navy: 222 47% 11%;--navy-soft: 222 40% 16%;--charcoal: 220 13% 14%;--charcoal-soft: 220 10% 20%;--background: 0 0% 100%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 222 47% 11%;--primary-foreground: 0 0% 100%;--secondary: 220 13% 94%;--secondary-foreground: 222 47% 11%;--muted: 220 13% 94%;--muted-foreground: 220 9% 42%;--accent: 43 74% 50%;--accent-foreground: 222 47% 11%;--destructive: 0 72% 51%;--destructive-foreground: 0 0% 100%;--border: 220 13% 88%;--input: 220 13% 88%;--ring: 43 74% 50%;--radius: .5rem;--sidebar-background: 0 0% 98%;--sidebar-foreground: 220 13% 14%;--sidebar-primary: 222 47% 11%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 220 13% 94%;--sidebar-accent-foreground: 222 47% 11%;--sidebar-border: 220 13% 91%;--sidebar-ring: 43 74% 50%}.dark{--navy: 222 47% 11%;--navy-soft: 222 40% 16%;--charcoal: 220 13% 14%;--charcoal-soft: 220 10% 20%;--background: 222 47% 11%;--foreground: 210 40% 98%;--card: 222 40% 14%;--card-foreground: 210 40% 98%;--popover: 222 40% 14%;--popover-foreground: 210 40% 98%;--primary: 210 40% 98%;--primary-foreground: 222 47% 11%;--secondary: 220 10% 20%;--secondary-foreground: 210 40% 98%;--muted: 220 10% 20%;--muted-foreground: 215 20% 65%;--accent: 43 74% 50%;--accent-foreground: 222 47% 11%;--destructive: 0 62% 45%;--destructive-foreground: 210 40% 98%;--border: 220 10% 24%;--input: 220 10% 24%;--ring: 43 74% 50%;--sidebar-background: 222 40% 14%;--sidebar-foreground: 210 40% 98%;--sidebar-primary: 43 74% 50%;--sidebar-primary-foreground: 222 47% 11%;--sidebar-accent: 220 10% 20%;--sidebar-accent-foreground: 210 40% 98%;--sidebar-border: 220 10% 24%;--sidebar-ring: 43 74% 50%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-feature-settings:"ss01","cv01"}}@layer components{.font-display{font-family:Oswald,Bebas Neue,Arial Narrow,sans-serif;letter-spacing:.01em}.font-body{font-family:Inter,system-ui,-apple-system,sans-serif}.gold-rule{height:3px;width:56px;background:hsl(var(--accent));border-radius:9999px}.bg-navy{background-color:hsl(var(--navy))}.bg-navy-soft{background-color:hsl(var(--navy-soft))}.bg-charcoal{background-color:hsl(var(--charcoal))}.text-navy{color:hsl(var(--navy))}.text-gold{color:hsl(var(--accent))}.btn-gold{background:linear-gradient(135deg,#e8b430,#b67f20);color:hsl(var(--navy))}.btn-gold:hover{filter:brightness(1.06)}.hero-overlay{background:linear-gradient(180deg,#0f17298c,#0f1729c7)}}
