@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 0 0% 3.6%;--card: 0 0% 100%;--card-foreground: 0 0% 3.6%;--popover: 0 0% 100%;--popover-foreground: 0 0% 3.6%;--primary: 200 100% 50%;--primary-foreground: 0 0% 100%;--secondary: 160 84% 39.7%;--secondary-foreground: 0 0% 100%;--muted: 0 0% 96.1%;--muted-foreground: 0 0% 45.1%;--accent: 200 100% 50%;--accent-foreground: 0 0% 100%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 100%;--border: 0 0% 89.8%;--input: 0 0% 89.8%;--ring: 200 100% 50%;--radius: .5rem}.dark{--background: 0 0% 3.6%;--foreground: 0 0% 98.2%;--card: 0 0% 3.6%;--card-foreground: 0 0% 98.2%;--popover: 0 0% 3.6%;--popover-foreground: 0 0% 98.2%;--primary: 200 100% 50%;--primary-foreground: 0 0% 0%;--secondary: 160 84% 39.7%;--secondary-foreground: 0 0% 100%;--muted: 0 0% 14.9%;--muted-foreground: 0 0% 63.9%;--accent: 200 100% 50%;--accent-foreground: 0 0% 0%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98.2%;--border: 0 0% 14.9%;--input: 0 0% 14.9%;--ring: 200 100% 50%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}@layer components{.container{@apply mx-auto max-w-7xl px-4 sm:px-6 lg:px-8;}.flex{@apply flex min-h-0 min-w-0;}}
