@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&family=Cairo:wght@300;400;500;600;700&display=swap";:root{--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-title:"Cairo", var(--font-sans);--font-ar:"Cairo", var(--font-sans);--font-he:"Inter", var(--font-sans);--color-primary:#171717;--color-black:#000;--color-black-soft:#0a0a0a;--color-secondary:#3b82f6;--color-accent:#171717;--bg-base:#fafafa;--bg-surface:#fff;--bg-surface-hover:#f5f5f5;--bg-card:#fff;--bg-secondary:#f5f5f5;--bg-hover:#f0f0f0;--border-color:#d1d6db;--font-mono:"JetBrains Mono", "Courier New", monospace;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--text-primary:#000;--text-secondary:#525252;--text-muted:#737373;--text-disabled:#a3a3a3;--color-success:#22c55e;--color-danger:#dc2626;--color-danger-hover:#ef4444;--color-warning:#f87171;--grad-primary:linear-gradient(180deg, var(--color-primary) 0%, var(--color-black-soft) 100%);--grad-accent:linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);--glass-bg:#ffffffd9;--glass-border:#00000014;--glass-shadow:0 8px 32px 0 #0000000f;--spacing-xs:.5rem;--spacing-sm:.75rem;--spacing-md:1.25rem;--spacing-lg:2rem;--spacing-xl:3rem;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1);--sidebar-width:240px;--sidebar-collapsed-width:64px;--header-height:64px;--border-radius-xs:4px;--border-radius-sm:8px;--border-radius-md:12px;--border-radius-lg:16px;--border-radius-xl:24px;--border-radius-full:9999px}@media (prefers-color-scheme:dark){:root{--bg-base:#121212;--bg-surface:#1e1e1e;--bg-surface-hover:#2a2a2a;--bg-card:#1e1e1e;--bg-secondary:#27272a;--bg-hover:#2e2e32;--border-color:#333;--text-primary:#fff;--text-secondary:#a3a3a3;--text-muted:#737373;--text-disabled:#525252;--glass-bg:#1e1e1ebf;--glass-border:#ffffff0f;--glass-shadow:0 8px 32px 0 #0000004d;--grad-accent:linear-gradient(135deg, #fff 0%, var(--color-secondary) 100%)}}[lang=ar]{--font-current:var(--font-ar)}[lang=he]{--font-current:var(--font-he)}[lang=en],:not([lang=ar]):not([lang=he]){--font-current:var(--font-sans)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-current);background-color:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.5;overflow-x:hidden}body:before{content:"";top:-10%;z-index:-1;pointer-events:none;background:radial-gradient(circle,#8b5cf614 0%,#0000 70%);width:50%;height:50%;position:fixed;inset-inline-start:-10%}body:after{content:"";bottom:-10%;z-index:-1;pointer-events:none;background:radial-gradient(circle,#be5a3214 0%,#0000 70%);width:50%;height:50%;position:fixed;inset-inline-end:-10%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--bg-surface-hover);border-radius:var(--border-radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);letter-spacing:-.02em;color:var(--text-primary);font-weight:600}a,button{color:inherit;cursor:pointer;transition:var(--transition-fast);font-family:inherit;text-decoration:none}button{background:0 0;border:none;outline:none}.app-container{width:100%;max-width:100%;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.main-content{min-height:100vh;width:calc(100% - var(--sidebar-width));min-width:0;padding-top:var(--header-height);padding-inline-start:var(--spacing-lg);padding-inline-end:var(--spacing-lg);padding-bottom:var(--spacing-xl);transition:margin-inline-start var(--transition-normal), width var(--transition-normal);box-sizing:border-box;flex-grow:1;margin-inline-start:var(--sidebar-width)}.top-header{top:0;height:var(--header-height);background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);z-index:90;transition:inset-inline-start var(--transition-normal);justify-content:space-between;align-items:center;padding-inline-start:var(--spacing-lg);padding-inline-end:var(--spacing-lg);display:flex;position:fixed;inset-inline-start:var(--sidebar-width);inset-inline-end:0}.sidebar{top:0;bottom:0;width:var(--sidebar-width);z-index:100;transition:transform var(--transition-normal), width var(--transition-normal);background:#000;border-inline-end:1px solid #1f1f23;flex-direction:column;display:flex;position:fixed;inset-inline-start:0;overflow-y:auto}.sidebar-brand{border-bottom:1px solid #1f1f23!important}.sidebar-footer{background:#000!important;border-top:1px solid #1f1f23!important}.sidebar-footer-actions-row{flex-direction:row;align-items:center;gap:8px;width:100%;display:flex}.sidebar-nav-item{transition:var(--transition-fast);color:#a3a3a3!important;background:0 0!important}.sidebar-nav-item:hover{color:#fff!important;background:#ffffff14!important}.sidebar-nav-item.active,.sidebar-nav-item.active:hover{color:#000!important;background:#fff!important}.sidebar-nav-item.active .sidebar-item-label,.sidebar-nav-item.active svg{color:#000!important}.sidebar-nav-item svg{color:#a3a3a3;transition:var(--transition-fast)}.sidebar-nav-item:hover svg{color:#fff}.grid-container{gap:var(--spacing-md);width:100%;display:grid}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-stack{gap:var(--spacing-sm);flex-direction:column;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeIn}.text-start{text-align:start}.text-end{text-align:end}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:var(--border-radius-md);padding:var(--spacing-md);box-shadow:var(--glass-shadow);transition:transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);gap:var(--spacing-sm);flex-direction:column;display:flex;position:relative;overflow:hidden}.glass-card.clickable{cursor:pointer}.glass-card.clickable:hover{border-color:#8b5cf640;transform:translateY(-4px);box-shadow:0 12px 40px #00000080,0 0 20px #8b5cf626}.glass-card.status-warning{background:linear-gradient(#f59e0b0d 0%,#121420a6 100%);border-color:#f59e0b66}.glass-card.status-danger{background:linear-gradient(#ef44440d 0%,#121420a6 100%);border-color:#ef444466}.card-header{padding-bottom:var(--spacing-xs);margin-bottom:var(--spacing-xs);border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;display:flex}.card-title{color:var(--text-secondary);font-size:1.05rem;font-weight:500}.card-actions{gap:var(--spacing-xs);display:flex}.card-body{flex-direction:column;flex-grow:1;display:flex}.sidebar-footer-actions-row{align-items:center;gap:4px;display:flex}.sidebar-settings-link{border-radius:var(--border-radius-sm);flex-grow:1;align-items:center;gap:10px;padding:10px 12px;font-size:.875rem;text-decoration:none;display:flex}@media (width>=769px) and (width<=1024px){:root{--sidebar-width:var(--sidebar-collapsed-width);--spacing-lg:1.25rem}.sidebar{width:var(--sidebar-collapsed-width)!important}.main-content{margin-inline-start:var(--sidebar-collapsed-width)!important}.top-header{inset-inline-start:var(--sidebar-collapsed-width)!important}.sidebar-brand{padding:var(--spacing-sm) 0!important;justify-content:center!important}.sidebar-brand-text,.sidebar-section-title,.sidebar-item-label,.sidebar-item-badge,.sidebar-user-details,.sidebar-user-chevron{display:none!important}.sidebar-scrollable-body{padding:var(--spacing-sm)!important}.sidebar-nav-item{justify-content:center!important;padding:10px!important}.sidebar-footer .sidebar-nav-item{justify-content:center!important}.sidebar-footer .user-profile-capsule{justify-content:center!important;padding:4px!important}.sidebar-footer .user-profile-capsule img{margin:0!important}.sidebar-footer-actions-row{gap:4px;flex-direction:column!important;align-items:center!important}.sidebar-footer-actions-row a,.sidebar-footer-actions-row button{flex-grow:0!important;justify-content:center!important;width:auto!important}.sidebar-settings-link{flex-shrink:0;justify-content:center!important;width:40px!important;height:40px!important;padding:10px!important}.sidebar-lang-selector{justify-content:center!important;display:flex!important}.grid-cols-4,.grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){:root{--sidebar-width:260px;--spacing-lg:1rem;--spacing-md:.75rem}.menu-toggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:flex!important}.sidebar{transform:translate(-100%);background:#09090b!important}[dir=rtl] .sidebar{transform:translate(100%)}.sidebar.open{transform:translate(0)!important}.main-content{padding-inline-start:var(--spacing-md);padding-inline-end:var(--spacing-md);width:100%!important;margin-inline-start:0!important}.top-header{display:none!important}.main-content{padding-top:0!important}.grid-cols-4,.grid-cols-3,.grid-cols-2{grid-template-columns:repeat(1,minmax(0,1fr))}.sidebar-backdrop{top:0;bottom:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99;animation:fadeIn var(--transition-fast) forwards;background:#0009;position:fixed;inset-inline:0}.mobile-bottom-tabs{display:flex!important}}@media (width>=1025px){.main-content{padding-inline-start:var(--spacing-lg)!important;padding-inline-end:var(--spacing-lg)!important;padding-top:var(--header-height)!important;box-sizing:border-box!important;width:auto!important;max-width:none!important}.top-header{border-bottom:1px solid var(--border-color)!important;box-sizing:border-box!important;width:auto!important;height:64px!important;inset-inline-start:var(--sidebar-width)!important;inset-inline-end:0!important}.live-activity-center-header{border-bottom:1px solid var(--border-color)!important;box-sizing:border-box!important;justify-content:space-between!important;align-items:center!important;width:100%!important;max-width:none!important;height:105px!important;padding:20px 32px!important;display:flex!important}.live-desktop-map-card{border-radius:16px!important;flex:2!important;min-width:500px!important;height:582px!important}.live-desktop-feed-card{border-radius:16px!important;flex:1!important;min-width:268px!important;height:582px!important}.live-desktop-jobs-card{border-radius:16px!important;flex:1.5!important;min-width:300px!important;height:519px!important}.live-desktop-suspicious-card{border-radius:16px!important;flex:1.2!important;min-width:268px!important;height:519px!important}.live-desktop-busy-zones-card{border-radius:16px!important;flex:1!important;min-width:197px!important;height:519px!important;padding:21px!important}}.notification-bell{transition:background var(--transition-fast)!important;background:0 0!important;border:none!important}.notification-bell:hover{background:var(--bg-surface-hover)!important}.lang-option:hover{background:var(--bg-surface-hover)!important;color:var(--text-primary)!important}.mobile-only{display:none!important}@media (width<=768px){.mobile-only{display:flex!important}.desktop-tablet-only{display:none!important}}@media (width>=769px){.desktop-tablet-page-header{background:var(--bg-surface)!important;border-bottom:1px solid var(--border-color)!important;padding-top:24px!important;padding-bottom:24px!important;margin-inline-start:calc(-1 * var(--spacing-lg))!important;margin-inline-end:calc(-1 * var(--spacing-lg))!important;margin-top:0!important;margin-bottom:var(--spacing-lg)!important;box-sizing:border-box!important;justify-content:space-between!important;align-items:center!important;width:auto!important;padding-inline-start:var(--spacing-lg)!important;padding-inline-end:var(--spacing-lg)!important;display:flex!important}}@media (width<=768px){.mobile-header{background:var(--bg-surface)!important;box-sizing:border-box!important;border-bottom:none!important;justify-content:space-between!important;align-items:center!important;width:100%!important;height:96px!important;padding:48px 20px 12px!important;display:flex!important}.mobile-header-left{align-items:center!important;gap:8px!important;display:flex!important}.mobile-logo{color:#fff!important;background:#0a0a0a!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;font-size:12px!important;font-weight:700!important;display:flex!important}.mobile-logo-text{text-align:start!important;flex-direction:column!important;font-size:10px!important;line-height:1.1!important;display:flex!important}.mobile-logo-text strong{color:#737373!important;letter-spacing:1px!important;text-transform:uppercase!important;font-weight:700!important}.mobile-logo-text span{color:#a3a3a3!important}.mobile-header-right{gap:4px!important;display:flex!important}.mobile-action-btn{color:#171717!important;cursor:pointer!important;background:0 0!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;display:flex!important}.mobile-action-btn:hover{background:#f5f5f5!important}.mobile-badge{background:#ef4444!important;border-radius:50%!important;width:6px!important;height:6px!important;position:absolute!important;top:8px!important;right:8px!important}.mobile-subheader{text-align:start!important;box-sizing:border-box!important;background:#fff!important;border-bottom:1px solid #f5f5f5!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;width:100%!important;height:63.5px!important;padding:0 20px!important;display:flex!important}.mobile-subheader.row-layout{flex-direction:row!important;justify-content:space-between!important;align-items:center!important}.mobile-subheader h2{color:#171717!important;letter-spacing:-.4px!important;text-align:start!important;margin:0!important;font-size:20px!important;font-weight:700!important;line-height:1.2!important}.mobile-subheader span{color:#737373!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:start!important;width:100%!important;margin-top:4px!important;font-size:11px!important;overflow:hidden!important}}@keyframes livePulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.sidebar-scrollable-body{scrollbar-width:thin;scrollbar-color:#2e2e32 #0a0a0a}.sidebar-scrollable-body::-webkit-scrollbar{width:4px}.sidebar-scrollable-body::-webkit-scrollbar-track{background:#0a0a0a;border-radius:9999px}.sidebar-scrollable-body::-webkit-scrollbar-thumb{background:#2e2e32;border-radius:9999px}.sidebar-scrollable-body::-webkit-scrollbar-thumb:hover{background:#3f3f46}.desktop-tablet-page-header h1{color:var(--text-primary)!important;font-feature-settings:"dlig" on!important;letter-spacing:-.7px!important;font-family:Inter,sans-serif!important;font-size:28px!important;font-style:normal!important;font-weight:600!important;line-height:42px!important}.category-title,.sm-left-item .category-title,.rp-filter-pill-btn,.feed-tab-btn,.mobile-tab-btn,.rp-report-item-btn .rp-report-title,.vr-tab-btn,.vr-tab,.sm-table tbody td p.category-title,select.select-filter-btn,.sm-split-body select,.desktop-tablet-page-header select{color:#171717!important;font-feature-settings:"dlig" on!important;font-family:Inter,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:21px!important}
