@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";
:root{--background:270 30% 98%;--foreground:260 30% 15%;--card:270 40% 97%;--card-foreground:260 30% 15%;--popover:0 0% 100%;--popover-foreground:260 30% 15%;--primary:340 65% 55%;--primary-foreground:0 0% 100%;--secondary:270 40% 92%;--secondary-foreground:260 30% 20%;--muted:270 20% 94%;--muted-foreground:260 10% 45%;--accent:210 60% 88%;--accent-foreground:210 40% 25%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:270 25% 90%;--input:270 25% 90%;--ring:340 65% 55%;--radius:.75rem;--sidebar-background:270 30% 97%;--sidebar-foreground:260 30% 20%;--sidebar-primary:340 65% 55%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:270 40% 92%;--sidebar-accent-foreground:260 30% 20%;--sidebar-border:270 25% 90%;--sidebar-ring:340 65% 55%;--gradient-hero:linear-gradient(135deg, #ebe0f5, #f5e0e7, #e0ebf5);--gradient-card:linear-gradient(145deg, #f7f4fa, #faf5f7);--gradient-accent:linear-gradient(135deg, #d74273, #96c);--shadow-soft:0 4px 20px -4px #b394d14d;--shadow-card:0 2px 12px -2px #b394d133}.dark{--background:260 30% 8%;--foreground:270 20% 92%;--card:260 25% 12%;--card-foreground:270 20% 92%;--popover:260 25% 12%;--popover-foreground:270 20% 92%;--primary:340 70% 65%;--primary-foreground:260 30% 8%;--secondary:270 20% 18%;--secondary-foreground:270 20% 90%;--muted:260 15% 18%;--muted-foreground:270 10% 60%;--accent:210 30% 22%;--accent-foreground:210 40% 85%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--border:260 15% 20%;--input:260 15% 20%;--ring:340 70% 65%;--sidebar-background:260 25% 10%;--sidebar-foreground:270 20% 90%;--sidebar-primary:340 70% 65%;--sidebar-primary-foreground:260 30% 8%;--sidebar-accent:270 20% 18%;--sidebar-accent-foreground:270 20% 90%;--sidebar-border:260 15% 20%;--sidebar-ring:340 70% 65%;--gradient-hero:linear-gradient(135deg, #1f1528, #25181d, #181f25);--gradient-card:linear-gradient(145deg, #1c1726, #231a1d);--gradient-accent:linear-gradient(135deg, #e46791, #8c53c6);--shadow-soft:0 4px 20px -4px #0006;--shadow-card:0 2px 12px -2px #0000004d}*{box-sizing:border-box}body{background:hsl(var(--background));color:hsl(var(--foreground));margin:0;font-family:Montserrat,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 16px}@media (max-width:640px){.container{padding:0 12px}}.page{background:hsl(var(--background));flex-direction:column;min-height:100vh;display:flex}.page>footer{margin-top:auto}.gradient-hero{background:var(--gradient-hero)}.gradient-card{background:var(--gradient-card)}.gradient-accent{background:var(--gradient-accent)}.shadow-soft{box-shadow:var(--shadow-soft)}.shadow-card{box-shadow:var(--shadow-card)}.font-display{font-family:Montserrat,sans-serif;font-weight:700}.font-body{font-family:Montserrat,sans-serif}
