@charset "UTF-8";:root{--navy: #1E3A8A;--blue: #2563EB;--blue-600: #1D4ED8;--green: #16A34A;--red: #DC2626;--purple: #7C3AED;--orange: #F97316;--teal: #0D9488;--sky: #38BDF8;--pill-green-bg: #DCFCE7;--pill-green-fg: #15803D;--pill-purple-bg: #EDE9FE;--pill-purple-fg: #6D28D9;--pill-yellow-bg: #FEF3C7;--pill-yellow-fg: #B45309;--pill-red-bg: #FEE2E2;--pill-red-fg: #B91C1C;--pill-gray-bg: #F1F5F9;--pill-gray-fg: #64748B;--dot-red: #EF4444;--dot-yellow: #F59E0B;--dot-green: #22C55E;--bg: #F3F4F6;--surface: #FFFFFF;--border: #E2E8F0;--border-strong: #CBD5E1;--text: #1E293B;--muted: #64748B;--disabled: #CBD5E1;--radius: 10px;--radius-sm: 7px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--shadow: 0 4px 16px rgba(15, 23, 42, .1);--header-badge: #DBEAFE}*{box-sizing:border-box}html,body{margin:0;height:100%;font-family:Cairo,Segoe UI,Tahoma,sans-serif;background:var(--bg);color:var(--text);direction:rtl}body{font-size:14px;line-height:1.6}button{font-family:inherit;cursor:pointer;border:none}input,select{font-family:inherit}a{color:inherit;text-decoration:none}.pill{display:inline-flex;align-items:center;gap:5px;padding:3px 12px;border-radius:999px;font-size:12.5px;font-weight:600;background:var(--pill-gray-bg);color:var(--pill-gray-fg)}.pill.green{background:var(--pill-green-bg);color:var(--pill-green-fg)}.pill.purple{background:var(--pill-purple-bg);color:var(--pill-purple-fg)}.pill.yellow{background:var(--pill-yellow-bg);color:var(--pill-yellow-fg)}.pill.red{background:var(--pill-red-bg);color:var(--pill-red-fg)}.dot{width:11px;height:11px;border-radius:50%;display:inline-block;flex:none}.dot.red{background:var(--dot-red)}.dot.yellow{background:var(--dot-yellow)}.dot.green{background:var(--dot-green)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:6px}::-webkit-scrollbar-track{background:transparent}
