@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-gray-50 text-gray-900;}}@layer components{.btn{@apply px-4 py-2 rounded-lg font-medium transition-colors duration-150 disabled:opacity-50 disabled:cursor-not-allowed;}.btn-primary{@apply btn bg-orchid-600 text-white hover:bg-orchid-700;}.btn-secondary{@apply btn bg-white text-gray-700 border border-gray-300 hover:bg-gray-50;}.btn-danger{@apply btn bg-red-600 text-white hover:bg-red-700;}.input{@apply w-full px-3 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-orchid-500 text-sm;}.label{@apply block text-sm font-medium text-gray-700 mb-1;}.card{@apply bg-white rounded-xl shadow-sm border border-gray-200 p-6;}.badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;}}
