@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";
@layer base{:root{--background:210 30% 99%;--foreground:222 47% 11%;--card:0 0% 100%;--card-foreground:222 47% 11%;--popover:0 0% 100%;--popover-foreground:222 47% 11%;--primary:225 73% 57%;--primary-foreground:0 0% 100%;--secondary:210 40% 96%;--secondary-foreground:222 47% 11%;--muted:210 40% 96%;--muted-foreground:215 16% 47%;--accent:280 60% 65%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:214 32% 91%;--input:214 32% 91%;--ring:225 73% 57%;--radius:.75rem;--gradient-hero:linear-gradient(135deg, #edf4f7 0%, #efe8f3 50%, #f4e6ed 100%);--gradient-primary:linear-gradient(135deg, #4169e1, #b870db);--gradient-card:linear-gradient(180deg, #fff 0%, #f8fafc 100%);--shadow-card:0 4px 24px -4px #4169e114;--shadow-elevated:0 12px 40px -8px #4169e126;--sidebar-background:0 0% 98%;--sidebar-foreground:240 5.3% 26.1%;--sidebar-primary:240 5.9% 10%;--sidebar-primary-foreground:0 0% 98%;--sidebar-accent:240 4.8% 95.9%;--sidebar-accent-foreground:240 5.9% 10%;--sidebar-border:220 13% 91%;--sidebar-ring:217.2 91.2% 59.8%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}html,body{width:100%;position:relative;overflow-x:hidden}@layer utilities{.gradient-hero{background:var(--gradient-hero)}.gradient-primary{background:var(--gradient-primary)}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.shadow-card{box-shadow:var(--shadow-card)}.shadow-elevated{box-shadow:var(--shadow-elevated)}}@layer components{.container{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:1024px){.container{padding-left:8rem;padding-right:8rem}}}
