@tailwind base;@tailwind components;@tailwind utilities;:root{--rtl: 1}html[dir=ltr] :root{--rtl: 0}.container{@apply max-w-7xl mx-auto px-4;}.card{@apply bg-white rounded-2xl shadow-sm border border-gray-200;}.badge{@apply text-xs px-2 py-0.5 rounded-full bg-pink-100 text-pink-700;}.btn{@apply rounded-xl px-4 py-2 font-medium bg-brand text-white hover:opacity-90 transition;}.iconbtn{@apply rounded-xl p-2 bg-gray-100 hover:bg-gray-200;}.input{@apply w-full rounded-xl border border-gray-300 px-3 py-2 focus:ring-2 focus:ring-brand outline-none;}.checkbox{@apply w-4 h-4 text-brand;}
