@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-family:Inter,system-ui,sans-serif}body{@apply bg-gray-100 text-gray-900 antialiased}}@layer components{.btn-primary,.btn-secondary,.card{@apply inline-flex items-center justify-center px-4 py-2 bg-secondary text-secondary-foreground rounded-lg font-medium transition-colors hover:bg-secondary/90 disabled:opacity-50}}