@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{@apply antialiased;}body{@apply bg-gray-50 text-gray-900 font-sans;}}@layer components{.btn-primary{@apply inline-flex items-center justify-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-primary-600 hover:bg-primary-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-500 disabled:opacity-50 disabled:cursor-not-allowed;}.btn-secondary{@apply inline-flex items-center justify-center px-4 py-2 border border-gray-300 text-sm font-medium rounded-md shadow-sm text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-500;}.input-field{@apply block w-full rounded-md border-gray-300 shadow-sm focus:border-primary-500 focus:ring-primary-500 sm:text-sm;}.card{@apply bg-white rounded-lg shadow-sm border border-gray-200 overflow-hidden;}.page-header{@apply flex items-center justify-between mb-6;}.page-title{@apply text-2xl font-bold text-gray-900;}.badge-red{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800;}.badge-black{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-gray-900 text-white;}}
