:root{--background:0 0% 99%;--foreground:230 25% 14%;--card:0 0% 100%;--card-foreground:230 25% 14%;--popover:0 0% 100%;--popover-foreground:230 25% 14%;--primary:230 28% 18%;--primary-foreground:0 0% 99%;--secondary:230 18% 95%;--secondary-foreground:230 25% 14%;--muted:230 14% 96%;--muted-foreground:230 8% 47%;--accent:22 90% 55%;--accent-foreground:0 0% 99%;--destructive:0 75% 55%;--destructive-foreground:0 0% 99%;--border:230 14% 91%;--input:230 14% 93%;--ring:22 90% 55%;--radius:0.625rem;--surface:230 18% 97%;--accent-soft:22 85% 93%;--soft:22 70% 97%;--shadow-card:0 1px 2px hsl(230 25% 14%/0.04),0 4px 16px -8px hsl(230 25% 14%/0.08);--shadow-lift:0 8px 24px -12px hsl(230 25% 14%/0.18);--shadow-pop:0 6px 18px -6px hsl(22 90% 55%/0.30)}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.font-display,h1,h2,h3,h4,h5{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;letter-spacing:-.02em;font-weight:600}.bg-surface{background-color:hsl(var(--surface))}.bg-accent-soft{background-color:hsl(var(--accent-soft))}.bg-soft{background-color:hsl(var(--soft))}.text-accent{color:hsl(var(--accent))}.border-accent{border-color:hsl(var(--accent))}.shadow-card{box-shadow:var(--shadow-card)}.shadow-lift{box-shadow:var(--shadow-lift)}.shadow-pop{box-shadow:var(--shadow-pop)}