:root{--font-sans: "Inter", "Cairo", "Segoe UI", system-ui, -apple-system, sans-serif;--font-ar: "Cairo", "Inter", "Segoe UI", system-ui, sans-serif;--color-bg: #f6f7fb;--color-surface: #ffffff;--color-surface-2: #f9fafb;--color-border: #e5e7eb;--color-border-strong: #d1d5db;--color-text: #0f172a;--color-text-muted: #64748b;--color-text-subtle: #94a3b8;--color-primary: #4f46e5;--color-primary-hover: #4338ca;--color-primary-soft: #eef2ff;--color-primary-soft-2: #e0e7ff;--color-success: #16a34a;--color-success-soft: #dcfce7;--color-warning: #d97706;--color-warning-soft: #fef3c7;--color-danger: #dc2626;--color-danger-soft: #fee2e2;--color-info: #0284c7;--color-info-soft: #e0f2fe;--sidebar-bg: #0b1220;--sidebar-bg-2: #111a2e;--sidebar-border: #1f2a44;--sidebar-text: #cbd5e1;--sidebar-text-muted: #94a3b8;--sidebar-active-bg: rgba(99, 102, 241, .18);--sidebar-active-text: #ffffff;--sidebar-active-bar: #818cf8;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--shadow-md: 0 4px 14px rgba(15, 23, 42, .07);--shadow-lg: 0 16px 40px rgba(15, 23, 42, .12);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 22px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--sidebar-width: 272px;--topbar-height: 64px;color-scheme:light}html,body{margin:0;padding:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html[lang=ar] body{font-family:var(--font-ar)}*,*:before,*:after{box-sizing:border-box}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6,p{margin:0}.app-shell{display:grid;grid-template-columns:var(--sidebar-width) 1fr;min-height:100vh}.app-shell__main{display:flex;flex-direction:column;min-width:0}.app-shell__content{flex:1;padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-5);max-width:100%;margin-inline:auto;width:100%}.sidebar{background:linear-gradient(180deg,var(--sidebar-bg) 0%,var(--sidebar-bg-2) 100%);color:var(--sidebar-text);display:flex;flex-direction:column;padding:var(--space-5) var(--space-4);gap:var(--space-5);border-inline-end:1px solid var(--sidebar-border);position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar__brand{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3)}.sidebar__brand-mark{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:grid;place-items:center;font-weight:700;font-size:16px;box-shadow:0 6px 16px #6366f159}.sidebar__brand-text{display:flex;flex-direction:column}.sidebar__brand-title{font-weight:700;color:#fff;font-size:14px}.sidebar__brand-subtitle{font-size:12px;color:var(--sidebar-text-muted)}.sidebar__nav{display:flex;flex-direction:column;gap:var(--space-4);flex:1}.sidebar__section-title{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--sidebar-text-muted);padding-inline:var(--space-3);margin-bottom:var(--space-2)}.sidebar__group{display:flex;flex-direction:column;gap:2px}.sidebar__link{display:flex;align-items:center;gap:var(--space-3);padding:10px 12px;border-radius:var(--radius-sm);color:var(--sidebar-text);font-weight:500;font-size:13.5px;transition:background .15s ease,color .15s ease;position:relative}.sidebar__link:hover{background:#ffffff0f;color:#fff}.sidebar__link.is-active{background:var(--sidebar-active-bg);color:var(--sidebar-active-text)}.sidebar__link.is-active:before{content:"";position:absolute;inset-block:8px;inset-inline-start:0;width:3px;border-radius:2px;background:var(--sidebar-active-bar)}.sidebar__link-icon{width:18px;height:18px;flex-shrink:0;opacity:.9}.sidebar__footer{border-top:1px solid var(--sidebar-border);padding-top:var(--space-3)}.sidebar__user{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);background:#ffffff0a}.sidebar__user-info{display:flex;flex-direction:column;min-width:0}.sidebar__user-name{color:#fff;font-weight:600;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__user-meta{font-size:11.5px;color:var(--sidebar-text-muted)}.topbar{height:var(--topbar-height);background:var(--color-surface);border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding-inline:var(--space-6);position:sticky;top:0;z-index:10}.topbar__search{flex:1;max-width:480px;position:relative}.topbar__search input{width:100%;height:40px;border-radius:10px;background:var(--color-surface-2);border:1px solid var(--color-border);padding-inline:40px var(--space-3);font-size:13.5px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.topbar__search input:focus{outline:none;background:#fff;border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e51f}.topbar__search-icon{position:absolute;inset-inline-start:12px;top:50%;transform:translateY(-50%);color:var(--color-text-subtle);pointer-events:none}.topbar__actions{display:flex;align-items:center;gap:var(--space-2)}.topbar__tenant{display:flex;align-items:center;gap:var(--space-2);padding:6px var(--space-3);border-radius:999px;background:var(--color-primary-soft);color:var(--color-primary-hover);font-weight:600;font-size:12.5px;border:1px solid var(--color-primary-soft-2)}.topbar__tenant-dot{width:8px;height:8px;border-radius:50%;background:var(--color-success);box-shadow:0 0 0 3px var(--color-success-soft)}.icon-btn{width:38px;height:38px;border-radius:10px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease,border-color .15s ease}.icon-btn:hover{background:var(--color-surface-2);color:var(--color-text)}.icon-btn--primary{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.icon-btn--primary:hover{background:var(--color-primary-hover);color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:10px 16px;border-radius:10px;font-weight:600;font-size:13.5px;border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .05s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn--primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:0 4px 14px #4f46e540}.btn--primary:hover:not(:disabled){background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.btn--secondary{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}.btn--secondary:hover:not(:disabled){background:var(--color-surface-2);border-color:var(--color-border-strong)}.btn--ghost{background:transparent;color:var(--color-text-muted);border-color:transparent}.btn--ghost:hover:not(:disabled){background:var(--color-surface-2);color:var(--color-text)}.btn--danger{background:var(--color-danger);border-color:var(--color-danger);color:#fff}.btn--block{width:100%}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap}.page-header__text{display:flex;flex-direction:column;gap:4px}.page-header__title{font-size:22px;font-weight:700;color:var(--color-text)}.page-header__subtitle{color:var(--color-text-muted);font-size:13.5px}.page-header__actions{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:0 10px 25px -5px #0000000d;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.card:hover{box-shadow:0 15px 35px -5px #00000014}.card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-3);padding:var(--space-6) var(--space-6) var(--space-4)}.card__title{font-size:15px;font-weight:600;color:var(--color-text)}.card__subtitle{color:var(--color-text-muted);font-size:13px;margin-top:2px}.card__body{padding:var(--space-4) var(--space-6) var(--space-6)}.card__actions{display:flex;align-items:center;gap:var(--space-2)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-4)}.stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-3);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.stat-card__icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--color-primary-soft);color:var(--color-primary)}.stat-card__icon--success{background:var(--color-success-soft);color:var(--color-success)}.stat-card__icon--warning{background:var(--color-warning-soft);color:var(--color-warning)}.stat-card__icon--info{background:var(--color-info-soft);color:var(--color-info)}.stat-card__label{font-size:13px;color:var(--color-text-muted)}.stat-card__value{font-size:28px;font-weight:700;color:var(--color-text);line-height:1.1}.stat-card__trend{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;color:var(--color-text-muted)}.stat-card__trend--up{color:var(--color-success)}.stat-card__trend--down{color:var(--color-danger)}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:var(--space-4)}.field__label{font-size:12.5px;font-weight:600;color:var(--color-text)}.input{height:42px;border-radius:10px;border:1px solid var(--color-border);background:var(--color-surface);padding-inline:var(--space-3);font-size:14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e51f}.input::placeholder{color:var(--color-text-subtle)}.search-input{position:relative}.search-input__icon{position:absolute;inset-inline-start:12px;top:50%;transform:translateY(-50%);color:var(--color-text-subtle);pointer-events:none}.search-input .input{padding-inline-start:38px}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;font-size:11.5px;font-weight:600;letter-spacing:.01em}.badge--success{background:var(--color-success-soft);color:var(--color-success)}.badge--warning{background:var(--color-warning-soft);color:var(--color-warning)}.badge--danger{background:var(--color-danger-soft);color:var(--color-danger)}.badge--info{background:var(--color-info-soft);color:var(--color-info)}.badge--neutral{background:var(--color-surface-2);color:var(--color-text-muted);border:1px solid var(--color-border)}.avatar{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600;font-size:13px;flex-shrink:0;text-transform:uppercase}.avatar--sm{width:28px;height:28px;font-size:11px}.avatar--lg{width:48px;height:48px;font-size:16px}.table-wrap{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);overflow:hidden;box-shadow:0 10px 25px -5px #00000008}.table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border);flex-wrap:wrap}.table-toolbar__filters{display:flex;align-items:center;gap:var(--space-2);flex:1;min-width:240px}.table-toolbar__filters .search-input{flex:1;max-width:360px}.table-scroll{overflow-x:auto}.table{width:100%;border-collapse:separate;border-spacing:0;font-size:13.5px}.table thead th{text-align:start;font-weight:600;font-size:13px;color:var(--color-text-muted);background:var(--color-bg);padding:16px var(--space-5);border-bottom:1px solid var(--color-border);white-space:nowrap}.table tbody td{padding:16px var(--space-5);border-bottom:1px solid var(--color-border);color:var(--color-text);vertical-align:middle;text-align:start}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover td{background:var(--color-surface-2)}.table__user-cell{display:flex;align-items:center;gap:var(--space-3)}.table__user-cell-text{display:flex;flex-direction:column}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-fade-in-up{animation:fadeInUp .2s cubic-bezier(.16,1,.3,1) forwards}.table__user-cell-name{font-weight:600;color:var(--color-text)}.table__user-cell-sub{font-size:12.5px;color:var(--color-text-muted)}.pagination{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-border);background:var(--color-surface-2);flex-wrap:wrap}.pagination__info{color:var(--color-text-muted);font-size:12.5px}.pagination__controls{display:flex;align-items:center;gap:var(--space-2)}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--space-8) var(--space-5);gap:var(--space-3)}.empty-state__icon{width:64px;height:64px;border-radius:18px;background:var(--color-primary-soft);color:var(--color-primary);display:grid;place-items:center}.empty-state__title{font-size:16px;font-weight:600;color:var(--color-text)}.empty-state__hint{font-size:13.5px;color:var(--color-text-muted);max-width:420px}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr;background:var(--color-bg)}.auth-shell__hero{background:linear-gradient(135deg,#312e81,#4338ca 45%,#6366f1);color:#fff;padding:var(--space-8);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-shell__hero:before{content:"";position:absolute;inset:-40% -10% auto auto;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle at center,rgba(255,255,255,.18),transparent 70%)}.auth-shell__hero:after{content:"";position:absolute;inset:auto -20% -50% -10%;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle at center,rgba(139,92,246,.35),transparent 70%)}.auth-shell__hero-content{position:relative;display:flex;flex-direction:column;gap:var(--space-3);max-width:480px}.auth-shell__hero-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:#ffffffb3}.auth-shell__hero-title{font-size:36px;font-weight:800;line-height:1.15}.auth-shell__hero-body{font-size:15px;color:#ffffffd9;line-height:1.6}.auth-shell__hero-bullets{position:relative;display:flex;flex-direction:column;gap:10px;margin-top:var(--space-5)}.auth-shell__hero-bullet{display:flex;align-items:center;gap:var(--space-3);color:#ffffffe6;font-size:14px}.auth-shell__hero-bullet-mark{width:28px;height:28px;border-radius:8px;background:#ffffff26;display:grid;place-items:center}.auth-shell__form-area{display:flex;align-items:center;justify-content:center;padding:var(--space-8);position:relative}.auth-shell__language{position:absolute;top:var(--space-5);inset-inline-end:var(--space-5)}.auth-card{width:min(440px,100%);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:var(--space-8)}.auth-card__brand{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-5)}.auth-card__brand-mark{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:grid;place-items:center;font-weight:700}.auth-card__title{font-size:22px;font-weight:700;margin-bottom:6px}.auth-card__subtitle{color:var(--color-text-muted);font-size:13.5px;margin-bottom:var(--space-5)}.alert{border-radius:var(--radius-md);padding:10px 14px;font-size:13px;margin-bottom:var(--space-4);border:1px solid transparent}.alert--danger{background:var(--color-danger-soft);border-color:#dc262633;color:var(--color-danger)}.muted{color:var(--color-text-muted)}.divider{height:1px;background:var(--color-border);margin-block:var(--space-3)}.lang-switch{display:inline-flex;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:999px;padding:3px;gap:2px}.lang-switch__option{border:none;background:transparent;padding:6px 14px;border-radius:999px;font-size:12.5px;font-weight:600;color:var(--color-text-muted);transition:background .15s ease,color .15s ease}.lang-switch__option.is-active{background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-sm)}@media (max-width: 1024px){.auth-shell{grid-template-columns:1fr}.auth-shell__hero{display:none}}@media (max-width: 900px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto;flex-direction:column;width:100%}.topbar__search{display:none}}.reports-tab-btn{outline:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent}.reports-tab-btn:focus,.reports-tab-btn:active,.reports-tab-btn:focus-visible{outline:none!important;box-shadow:none!important}
