* { font-family: 'Cairo', sans-serif; }
body { direction: rtl; }
.scrollbar-thin::-webkit-scrollbar { width: 6px; }
.scrollbar-thin::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 3px; }
.badge { display: inline-block; padding: 2px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.badge-green { background: #dcfce7; color: #166534; }
.badge-yellow { background: #fef9c3; color: #854d0e; }
.badge-red { background: #fee2e2; color: #991b1b; }
.badge-blue { background: #dbeafe; color: #1e40af; }
.badge-gray { background: #f1f5f9; color: #475569; }
.sidebar-link.active { background: #1e3a8a; color: #fff; }
.card { background: #fff; border-radius: 12px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
table.data-table th { background: #f8fafc; font-weight: 700; font-size: 13px; }
table.data-table td, table.data-table th { padding: 8px 12px; border-bottom: 1px solid #eef2f7; font-size: 13px; }
input, select, textarea { font-family: 'Cairo', sans-serif; }
