@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-slate-50 text-slate-900 antialiased;font-family:Inter,system-ui,-apple-system,sans-serif}h1,h2,h3,h4,h5,h6{@apply font-bold;}}@layer components{.btn-primary{@apply bg-blue-600 text-white px-6 py-2 rounded-lg hover:bg-blue-700 transition-colors shadow-lg shadow-blue-600/20 disabled:opacity-50 disabled:cursor-not-allowed;}.card{@apply bg-white rounded-xl shadow-sm border border-slate-100 p-6;}}@layer utilities{.animate-fadeIn{animation:fadeIn .6s ease-out forwards}.animate-slideUp{animation:slideUp .6s ease-out forwards;opacity:0}.animate-scaleIn{animation:scaleIn .4s ease-out forwards}.text-brand-primary{@apply text-blue-600;}.bg-brand-primary{@apply bg-blue-600;}.bg-brand-bg{@apply bg-slate-50;}.text-brand-text{@apply text-slate-900;}.bg-brand-card{@apply bg-white;}.border-brand-border{@apply border-slate-200;}.text-brand-muted{@apply text-slate-500;}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
