/* أنماط مكمّلة لـ Tailwind */
[x-cloak]{ display:none !important; }
*{ font-family:'Cairo', system-ui, -apple-system, 'Segoe UI', Tahoma, sans-serif; }
body{ -webkit-tap-highlight-color: transparent; }
::-webkit-scrollbar{ width:8px; height:8px; }
::-webkit-scrollbar-thumb{ background:#cbd5e1; border-radius:8px; }
::-webkit-scrollbar-track{ background:transparent; }
/* تحسين إدخالات RTL */
input, select, textarea{ outline:none; }
input:focus, select:focus, textarea:focus{ border-color:#0f766e; box-shadow:0 0 0 3px rgba(15,118,110,.15); }
