@tailwind base;
@tailwind components;
@tailwind utilities;

.btn { @apply inline-flex items-center justify-center rounded-md px-4 py-2 font-medium bg-blue-600 text-white hover:bg-blue-700; }
.card { @apply rounded-xl border border-gray-200 bg-white p-4 shadow-sm; }
.badge { @apply inline-flex items-center rounded-full bg-gray-100 px-2 py-0.5 text-xs font-medium text-gray-700; }

