@tailwind base;@tailwind components;@tailwind utilities;:root{--background: 0 0% 97%;--foreground: 222 25% 10%;--primary: 4 86% 58%;--primary-foreground: 0 0% 100%;--secondary: 220 14% 94%;--secondary-foreground: 222 25% 10%;--muted: 220 14% 94%;--muted-foreground: 220 14% 45%;--accent: 220 14% 94%;--accent-foreground: 222 25% 10%;--destructive: 4 86% 55%;--destructive-foreground: 0 0% 100%;--border: 220 14% 90%;--input: 220 14% 90%;--ring: 4 86% 58%;--radius: .75rem}.dark{--background: 222 47% 7%;--foreground: 210 20% 96%;--primary: 4 86% 60%;--primary-foreground: 0 0% 100%;--secondary: 220 20% 15%;--secondary-foreground: 210 20% 90%;--muted: 220 20% 14%;--muted-foreground: 220 15% 55%;--accent: 220 20% 15%;--accent-foreground: 210 20% 96%;--destructive: 4 86% 58%;--destructive-foreground: 0 0% 100%;--border: 220 20% 14%;--input: 220 20% 14%;--ring: 4 86% 58%}@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;}.card{@apply rounded-lg border bg-card text-card-foreground shadow-sm;}.btn{@apply inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50;}.btn-primary{@apply bg-primary text-primary-foreground shadow hover:bg-primary/90;}.btn-secondary{@apply bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80;}.btn-outline{@apply border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground;}.input{@apply flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50;}.badge{@apply inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2;}.badge-success{@apply border-transparent bg-green-500/10 text-green-600;}.badge-warning{@apply border-transparent bg-yellow-500/10 text-yellow-600;}.badge-danger{@apply border-transparent bg-red-500/10 text-red-600;}}
