@tailwind base;@tailwind components;@tailwind utilities;:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%}body{font-family:Inter,system-ui,sans-serif}@layer components{.btn{@apply px-4 py-2 rounded-lg font-medium transition-colors}.btn-primary{@apply btn bg-primary-600 text-white hover:bg-primary-700}.btn-ghost{@apply btn text-gray-700 hover:bg-gray-100}.card{@apply bg-white rounded-xl shadow-sm border border-gray-200 p-6}.input{@apply w-full px-3 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary-500}.label{@apply block text-sm font-medium text-gray-700 mb-1}.table{@apply w-full text-sm text-left}.table th{@apply px-4 py-2 font-semibold text-gray-700 bg-gray-50 border-b}.table td{@apply px-4 py-2 border-b border-gray-100}}