@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";:root{--background:30 15% 97%;--foreground:220 15% 18%;--card:30 10% 99%;--card-foreground:220 15% 18%;--popover:30 10% 99%;--popover-foreground:220 15% 18%;--primary:345 45% 35%;--primary-foreground:30 10% 98%;--secondary:35 25% 93%;--secondary-foreground:220 15% 18%;--muted:30 10% 92%;--muted-foreground:220 10% 45%;--accent:220 30% 25%;--accent-foreground:30 10% 98%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:30 15% 85%;--input:30 15% 85%;--ring:345 45% 35%;--radius:.5rem;--brand-burgundy:345 45% 35%;--brand-charcoal:220 15% 22%;--brand-cream:35 30% 95%;--brand-navy:220 30% 25%;--brand-gold:40 60% 50%;--gradient-warm:linear-gradient(135deg, #813145, #602e3b);--gradient-elegant:linear-gradient(180deg, #f8f7f6, #f3f0ed);--gradient-dark:linear-gradient(180deg, #272c35, #181d25);--shadow-soft:0 2px 8px #272c350f;--shadow-medium:0 4px 16px #272c351a;--shadow-strong:0 8px 32px #272c3524;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce:all .5s cubic-bezier(.68, -.55, .265, 1.55)}.dark{--background:220 20% 10%;--foreground:30 15% 95%;--card:220 18% 14%;--card-foreground:30 15% 95%;--popover:220 18% 14%;--popover-foreground:30 15% 95%;--primary:345 50% 45%;--primary-foreground:30 10% 98%;--secondary:220 15% 18%;--secondary-foreground:30 15% 95%;--muted:220 15% 16%;--muted-foreground:30 10% 60%;--accent:40 60% 50%;--accent-foreground:220 20% 10%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:220 15% 20%;--input:220 15% 20%;--ring:345 50% 45%}*{box-sizing:border-box}html,body,#root{height:100%}body{background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,Georgia,serif;font-weight:600}.gradient-warm{background:var(--gradient-warm)}.gradient-elegant{background:var(--gradient-elegant)}.gradient-dark{background:var(--gradient-dark)}.shadow-soft{box-shadow:var(--shadow-soft)}.shadow-medium{box-shadow:var(--shadow-medium)}.shadow-strong{box-shadow:var(--shadow-strong)}.transition-smooth{transition:var(--transition-smooth)}.transition-bounce{transition:var(--transition-bounce)}.age-gate-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#14181fd9}
