@tailwind base;@tailwind components;@tailwind utilities;:root{--background:0 0% 97%;--foreground:0 0% 10%;--card:0 0% 100%;--card-foreground:0 0% 10%;--popover:0 0% 100%;--popover-foreground:0 0% 10%;--primary:0 0% 13%;--primary-foreground:0 0% 100%;--secondary:0 0% 96%;--secondary-foreground:0 0% 10%;--muted:0 0% 96%;--muted-foreground:0 0% 53%;--accent:0 0% 96%;--accent-foreground:0 0% 10%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:0 0% 88%;--input:0 0% 88%;--ring:0 0% 13%;--radius:4px}@media (prefers-color-scheme:dark){:root{--background:0 0% 7%;--foreground:0 0% 95%;--card:0 0% 11%;--card-foreground:0 0% 95%;--popover:0 0% 11%;--popover-foreground:0 0% 95%;--primary:0 0% 95%;--primary-foreground:0 0% 7%;--secondary:0 0% 16%;--secondary-foreground:0 0% 95%;--muted:0 0% 16%;--muted-foreground:0 0% 60%;--accent:0 0% 16%;--accent-foreground:0 0% 95%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:0 0% 22%;--input:0 0% 22%;--ring:0 0% 83%}}*{border-color:hsl(var(--border))}body{background:hsl(var(--background));color:hsl(var(--foreground));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:3rem 0}.muted{color:hsl(var(--muted-foreground))}