@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-slate-50 text-slate-900;}}@layer components{.tab-btn{@apply px-4 py-2 text-sm font-medium rounded-lg transition-all duration-200;}.tab-btn-active{@apply bg-indigo-600 text-white shadow-sm;}.tab-btn-inactive{@apply bg-white text-slate-600 hover:bg-slate-100 border border-slate-200;}.upload-area{@apply border-2 border-dashed border-slate-300 rounded-xl p-8 text-center cursor-pointer transition-all duration-200 hover:border-indigo-400 hover:bg-indigo-50/50;}.upload-area.dragover{@apply border-indigo-500 bg-indigo-50;}.btn-primary{@apply bg-indigo-600 hover:bg-indigo-700 text-white px-6 py-2.5 rounded-lg font-medium transition-colors duration-200 disabled:opacity-50 disabled:cursor-not-allowed;}.btn-secondary{@apply bg-white hover:bg-slate-50 text-slate-700 border border-slate-300 px-4 py-2 rounded-lg font-medium transition-colors duration-200;}.input-field{@apply w-full px-4 py-2.5 rounded-lg border border-slate-300 focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 outline-none transition-all duration-200;}.card{@apply bg-white rounded-xl shadow-sm border border-slate-200 p-6;}}
