@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 224 71.4% 4.1%;--card: 0 0% 100%;--card-foreground: 224 71.4% 4.1%;--popover: 0 0% 100%;--popover-foreground: 224 71.4% 4.1%;--primary: 220 90% 50%;--primary-foreground: 210 20% 98%;--secondary: 220 14.3% 95.9%;--secondary-foreground: 220 9.1% 30.8%;--muted: 220 14.3% 95.9%;--muted-foreground: 220 8.6% 45.9%;--accent: 160 80% 45%;--accent-foreground: 210 20% 98%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 20% 98%;--border: 220 13% 91%;--input: 220 13% 91%;--ring: 220 90% 50%;--radius: .75rem}.dark{--background: 224 71.4% 4.1%;--foreground: 210 20% 98%;--card: 224 71.4% 4.1%;--card-foreground: 210 20% 98%;--popover: 224 71.4% 4.1%;--popover-foreground: 210 20% 98%;--primary: 210 90% 55%;--primary-foreground: 220 9.1% 30.8%;--secondary: 215 27.9% 16.9%;--secondary-foreground: 210 20% 98%;--muted: 215 27.9% 16.9%;--muted-foreground: 215 20.7% 76.7%;--accent: 160 70% 50%;--accent-foreground: 210 20% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 20% 98%;--border: 215 27.9% 16.9%;--input: 215 27.9% 16.9%;--ring: 210 90% 55%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{@apply font-bold;}h1{@apply text-4xl lg:text-5xl;}h2{@apply text-3xl lg:text-4xl;}h3{@apply text-2xl lg:text-3xl;}}.glassmorphism{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.dark .glassmorphism{background:rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.1)}
