@tailwind base;@tailwind components;@tailwind utilities;@layer components{.btn{@apply inline-flex items-center justify-center rounded-lg px-4 py-2 text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50;}.btn-primary{@apply bg-primary text-primary-foreground hover:bg-primary/90;}.btn-outline{@apply border border-input bg-background hover:bg-accent hover:text-accent-foreground;}.btn-ghost{@apply hover:bg-accent hover:text-accent-foreground;}.btn-lg{@apply h-11 rounded-lg px-8;}.btn-sm{@apply h-9 rounded-lg px-3;}.card{@apply rounded-lg border bg-card text-card-foreground shadow-sm;}}html{scroll-behavior:smooth}@layer utilities{.container{@apply mx-auto max-w-7xl px-4 sm:px-6 lg:px-8;}}
