/* تخصيصات بسيطة فوق تايلويند */
.rtl { direction: rtl; }
.card { @apply bg-white border border-slate-200 rounded-2xl overflow-hidden shadow-sm; }
.card img { @apply w-full h-40 object-cover; }
.badge { @apply inline-block px-2 py-0.5 text-xs rounded-full bg-sky-100 text-sky-700; }
.button { @apply inline-flex items-center justify-center px-4 py-2 rounded-xl bg-sky-600 text-white hover:bg-sky-700; }
.input { @apply w-full px-4 py-2 rounded-xl border border-slate-300; }
