@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-family:Inter,system-ui,sans-serif}body{@apply bg-gray-50 text-gray-900;}}@layer components{.btn{@apply px-4 py-2 rounded-lg font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2;}.btn-primary{@apply bg-primary-600 text-white hover:bg-primary-700 focus:ring-primary-500;}.btn-secondary{@apply bg-secondary-600 text-white hover:bg-secondary-700 focus:ring-secondary-500;}.btn-outline{@apply border border-gray-300 bg-white text-gray-700 hover:bg-gray-50 focus:ring-primary-500;}.card{@apply bg-white rounded-lg shadow-sm border border-gray-200;}.input{@apply block w-full px-3 py-2 border border-gray-300 rounded-lg shadow-sm focus:outline-none focus:ring-1 focus:ring-primary-500 focus:border-primary-500;}.sidebar-item{@apply flex items-center px-3 py-2 text-sm font-medium rounded-lg transition-colors;}.sidebar-item-active{@apply bg-primary-100 text-primary-700;}.sidebar-item-inactive{@apply text-gray-600 hover:bg-gray-50 hover:text-gray-900;}}
