:root{--background:210 20% 98%;--foreground:215 25% 12%;--border:210 15% 88%;--card:0 0% 100%;--card-foreground:215 25% 12%;--primary:205 85% 45%;--primary-foreground:0 0% 100%;--secondary:210 15% 92%;--secondary-foreground:215 25% 20%;--muted:210 15% 94%;--muted-foreground:215 15% 45%;--accent:205 20% 92%;--accent-foreground:215 25% 18%;--popover:0 0% 100%;--popover-foreground:215 25% 12%;--input:210 15% 75%;--ring:205 85% 45%;--radius:.5rem;--font-sans:'Inter',system-ui,sans-serif}
.dark{--background:220 20% 8%;--foreground:210 20% 95%;--border:220 15% 18%;--card:220 18% 11%;--card-foreground:210 20% 93%;--primary:205 85% 50%;--primary-foreground:0 0% 100%;--secondary:220 15% 18%;--secondary-foreground:210 20% 88%;--muted:220 15% 14%;--muted-foreground:215 15% 60%;--accent:220 18% 16%;--accent-foreground:210 20% 85%;--popover:220 18% 12%;--popover-foreground:210 20% 90%;--input:220 15% 28%;--ring:205 85% 50%}
html{background:hsl(var(--background));color:hsl(var(--foreground))}
body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0;background:hsl(var(--background));color:hsl(var(--foreground))}
.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}
#root{display:flex;flex-direction:column;min-height:100vh}
