@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-slate-50 text-slate-900 antialiased;}*{@apply box-border;}}@layer components{.btn{@apply inline-flex items-center gap-2 px-4 py-2 rounded-lg font-medium text-sm transition-colors focus:outline-none focus:ring-2 focus:ring-offset-1;}.btn-primary{@apply btn bg-brand-800 text-white hover:bg-brand-900 focus:ring-brand-600;}.btn-secondary{@apply btn bg-white text-slate-700 border border-slate-200 hover:bg-slate-50 focus:ring-slate-300;}.btn-danger{@apply btn bg-red-600 text-white hover:bg-red-700 focus:ring-red-500;}.btn-sm{@apply px-3 py-1.5 text-xs;}.card{@apply bg-white rounded-xl border border-slate-200 shadow-sm;}.card-body{@apply p-5;}.input{@apply block w-full rounded-lg border border-slate-200 bg-white px-3 py-2 text-sm text-slate-900 placeholder-slate-400 focus:border-brand-500 focus:outline-none focus:ring-1 focus:ring-brand-500;}.label{@apply block text-xs font-semibold text-slate-500 uppercase tracking-wide mb-1.5;}.badge{@apply inline-flex items-center rounded-full px-2.5 py-0.5 text-xs font-semibold;}}
