@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:0 0% 98%;--foreground:240 10% 9.8%;--primary:224 71% 61%;--primary-foreground:0 0% 100%;--secondary:224 71% 61%;--secondary-foreground:0 0% 100%;--muted:0 0% 96.1%;--muted-foreground:240 5% 47%;--border:0 0% 89.4%;--input:0 0% 89.4%;--ring:224 71% 61%;--accent:224 71% 61%;--accent-foreground:0 0% 100%;--success:160 84% 39%;--success-foreground:0 0% 100%;--warning:37 93% 50%;--warning-foreground:0 0% 100%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--popover:0 0% 100%;--popover-foreground:240 10% 9.8%;--card:0 0% 100%;--card-foreground:240 10% 9.8%;--font-sans:ui-sans-serif,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-size-xs:12px;--font-size-sm:14px;--font-size-base:16px;--font-size-lg:20px;--font-size-xl:24px;--font-size-2xl:32px;--font-size-3xl:48px;--spacing-1:4px;--spacing-2:8px;--spacing-3:12px;--spacing-4:16px;--spacing-6:24px;--spacing-8:32px;--spacing-12:48px;--spacing-16:64px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--radius:0.5rem}[data-theme=dark]{--background:240 10% 9.8%;--foreground:0 0% 98%;--primary:224 71% 61%;--primary-foreground:240 10% 9.8%;--secondary:224 71% 61%;--secondary-foreground:240 10% 9.8%;--muted:240 10% 20%;--muted-foreground:240 5% 64%;--border:240 10% 16%;--input:240 10% 16%;--ring:224 71% 61%;--accent:224 71% 61%;--accent-foreground:240 10% 9.8%;--popover:240 10% 14%;--popover-foreground:0 0% 98%;--card:240 10% 12%;--card-foreground:0 0% 98%}*{@apply border-border}body{@apply bg-background text-foreground;font-family:var(--font-sans)}}