*,:before,:after{box-sizing:border-box}body{margin:0}#root{min-height:100vh}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#e2e8f0;background:#0f1117;font-family:Segoe UI,system-ui,sans-serif;font-size:14px}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{font-family:inherit}.app{flex-direction:column;height:100vh;display:flex;overflow:hidden}.body{flex:1;display:flex;overflow:hidden}.main{flex-direction:column;flex:1;gap:16px;min-height:0;padding:16px;transition:margin-left .3s;display:flex;overflow-y:auto}.header{z-index:100;background:#1a1d27;border-bottom:1px solid #2d3148;flex-shrink:0;align-items:center;gap:16px;height:56px;padding:0 20px;display:flex}.header-logo{color:#a78bfa;white-space:nowrap;font-size:18px;font-weight:700}.live-badge{color:#fff;background:#ef4444;border-radius:20px;padding:2px 7px;font-size:10px;font-weight:700;animation:1.5s infinite pulse-badge}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.5}}.header-center{flex:1;max-width:480px;margin:0 auto}.search{color:#e2e8f0;background:#252836;border:1px solid #2d3148;border-radius:8px;outline:none;width:100%;padding:8px 14px;font-size:13px;transition:border-color .2s}.search:focus{border-color:#6366f1}.header-right{align-items:center;gap:12px;margin-left:auto;display:flex}.icon-btn{color:#94a3b8;border-radius:8px;padding:6px;font-size:18px;transition:background .2s;position:relative}.icon-btn:hover{color:#e2e8f0;background:#252836}.badge-dot{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.notif-wrap{position:relative}.notif-dropdown{z-index:200;background:#1e2130;border:1px solid #2d3148;border-radius:10px;width:280px;padding:12px;position:absolute;top:40px;right:0;box-shadow:0 8px 32px #0006}.notif-title{color:#a78bfa;margin-bottom:10px;font-weight:600}.notif-item{color:#94a3b8;border-bottom:1px solid #2d3148;align-items:center;gap:8px;padding:6px 0;font-size:12px;display:flex}.notif-item:last-child{border-bottom:none}.notif-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.notif-dot.delayed{background:#ef4444}.notif-dot.unassigned{background:#f59e0b}.notif-dot.inventory{background:#8b5cf6}.notif-dot.payment{background:#ec4899}.notif-empty{color:#64748b;text-align:center;padding:8px 0;font-size:13px}.avatar{cursor:pointer;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.sidebar{background:#1a1d27;border-right:1px solid #2d3148;flex-direction:column;flex-shrink:0;width:200px;padding:12px 0;transition:width .3s;display:flex;overflow:hidden}.collapse-btn{color:#64748b;border-radius:6px;align-self:flex-end;margin:0 8px 12px;padding:6px 8px;font-size:11px}.collapse-btn:hover{color:#e2e8f0;background:#252836}.nav-item{color:#64748b;text-align:left;white-space:nowrap;border-radius:0;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:13px;transition:all .2s;display:flex}.nav-item:hover{color:#e2e8f0;background:#252836}.nav-item.active{color:#a78bfa;background:#252836;border-left:3px solid #a78bfa}.nav-icon{flex-shrink:0;font-size:16px}.nav-label{font-size:13px}.kpi-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.kpi-card{cursor:pointer;background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:16px;transition:all .2s;position:relative;overflow:hidden}.kpi-card:before{content:"";background:var(--card-color);border-radius:12px 12px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.kpi-card:hover{border-color:var(--card-color);transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.kpi-active{border-color:var(--card-color)!important;box-shadow:0 0 0 2px var(--card-color)!important;background:#1e2130!important}.kpi-urgent{animation:2s infinite urgent-pulse}@keyframes urgent-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444400}}.kpi-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.kpi-icon{font-size:20px}.kpi-trend{border-radius:4px;padding:2px 6px;font-size:11px;font-weight:600}.kpi-trend.pos{color:#10b981;background:#10b98126}.kpi-trend.neg{color:#ef4444;background:#ef444426}.kpi-trend.neu{color:#64748b;background:#64748b26}.kpi-value{color:#f1f5f9;margin-bottom:4px;font-size:24px;font-weight:700;line-height:1}.kpi-label{color:#64748b;margin-bottom:10px;font-size:11px}.sparkline{display:block}.center-grid{grid-template-columns:1fr 320px;gap:16px;display:grid}.center-left{flex-direction:column;gap:16px;display:flex}.center-right{flex-direction:column;gap:16px;max-height:calc(100vh - 200px);display:flex;overflow-y:auto}.map-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;overflow:hidden}.map-header{border-bottom:1px solid #2d3148;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:14px 16px;display:flex}.section-title{color:#e2e8f0;font-size:14px;font-weight:600}.map-legend{flex-wrap:wrap;gap:12px;display:flex}.legend-item{color:#64748b;text-transform:capitalize;align-items:center;gap:4px;font-size:11px;display:flex}.legend-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.map-area{background:#0f1117;height:340px;position:relative;overflow:hidden}.map-area:before{content:"";background:radial-gradient(at 52% 38%,#6366f114 0%,#0000 50%),radial-gradient(at 68% 28%,#10b9810f 0%,#0000 40%),radial-gradient(at 58% 55%,#6366f112 0%,#0000 45%),radial-gradient(at 50% 65%,#ef44440f 0%,#0000 40%);position:absolute;inset:0}.zone-label{color:#475569;white-space:nowrap;pointer-events:none;background:#1a1d27b3;border-radius:4px;padding:2px 6px;font-size:10px;position:absolute;transform:translate(-50%,-50%)}.zone-label.demand-high{color:#f59e0b}.zone-label.demand-medium{color:#6366f1}.map-rider{cursor:pointer;z-index:2;filter:drop-shadow(0 0 4px #22d3ee);font-size:18px;transition:left 3s,top 3s;position:absolute;transform:translate(-50%,-50%)}.map-rider.idle{opacity:.4;filter:none}.map-order{color:#fff;cursor:pointer;z-index:3;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:700;transition:left .5s,top .5s;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 6px #00000080}.map-order:hover{z-index:10;transform:translate(-50%,-50%)scale(1.4)}.pulse-urgent{animation:1.5s infinite pulse-ring}@keyframes pulse-ring{0%{box-shadow:0 0 #ef444499}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.map-tooltip{z-index:20;pointer-events:none;background:#1e2130;border:1px solid #2d3148;border-radius:8px;flex-direction:column;gap:3px;min-width:160px;padding:10px 12px;font-size:12px;display:flex;position:absolute;bottom:12px;left:12px}.map-tooltip strong{color:#e2e8f0}.map-tooltip span{color:#94a3b8}.tt-status{text-transform:capitalize;font-weight:600}.order-popup{z-index:30;background:#1e2130;border:1px solid #6366f1;border-radius:10px;width:200px;padding:14px;position:absolute;top:12px;right:12px;box-shadow:0 8px 32px #00000080}.popup-close{color:#64748b;font-size:12px;position:absolute;top:8px;right:8px}.popup-close:hover{color:#e2e8f0}.popup-id{color:#a78bfa;margin-bottom:10px;font-size:15px;font-weight:700}.popup-row{border-bottom:1px solid #2d3148;justify-content:space-between;padding:4px 0;font-size:12px;display:flex}.popup-row span{color:#64748b}.popup-row strong{color:#e2e8f0}.assign-btn{color:#fff;background:#6366f1;border-radius:8px;width:100%;margin-top:12px;padding:8px;font-size:12px;font-weight:600;transition:background .2s}.assign-btn:hover{background:#4f46e5}.graph-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:16px}.graph-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.graph-controls{flex-wrap:wrap;gap:8px;display:flex}.toggle-group{background:#0f1117;border-radius:8px;padding:2px;display:flex}.toggle-btn{color:#64748b;border-radius:6px;padding:5px 10px;font-size:12px;transition:all .2s}.toggle-btn.active{color:#a78bfa;background:#252836}.toggle-btn:hover:not(.active){color:#e2e8f0}.graph-area{align-items:flex-end;gap:6px;height:140px;padding-top:30px;display:flex}.bar-wrap{cursor:pointer;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex;position:relative}.bar{border-radius:4px 4px 0 0;width:100%;min-height:4px;transition:height .4s,background .2s}.bar-clicked{outline:2px solid #a78bfa}.bar-label{color:#64748b;white-space:nowrap;font-size:10px}.bar-tooltip{white-space:nowrap;z-index:10;pointer-events:none;background:#252836;border:1px solid #2d3148;border-radius:6px;flex-direction:column;gap:2px;padding:6px 10px;font-size:11px;display:flex;position:absolute;bottom:calc(100% + 4px)}.bar-tooltip strong{color:#e2e8f0}.bar-tooltip span{color:#94a3b8}.alert-panel,.ai-panel,.activity-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:14px}.panel-title{color:#e2e8f0;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;display:flex}.alert-count{color:#fff;background:#ef4444;border-radius:10px;padding:1px 6px;font-size:10px;font-weight:700}.pulse{animation:1.5s infinite pulse-badge}.all-clear{color:#64748b;text-align:center;padding:12px 0;font-size:13px}.alert-item{border:1px solid #2d3148;border-left:3px solid var(--alert-color);border-radius:8px;margin-bottom:8px;overflow:hidden}.alert-header{cursor:pointer;align-items:center;gap:8px;padding:10px;transition:background .2s;display:flex}.alert-header:hover{background:#252836}.alert-icon{flex-shrink:0;font-size:16px}.alert-info{flex:1;min-width:0}.alert-label{color:#e2e8f0;font-size:12px;font-weight:600;display:block}.alert-msg{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.alert-chevron{color:#64748b;flex-shrink:0;font-size:10px}.alert-body{background:#0f1117;border-top:1px solid #2d3148;padding:10px}.alert-detail{color:#94a3b8;flex-direction:column;gap:3px;margin-bottom:8px;font-size:12px;display:flex}.alert-detail strong{color:#e2e8f0}.action-btn{background:var(--alert-color);color:#fff;border-radius:7px;width:100%;padding:8px;font-size:12px;font-weight:600;transition:opacity .2s}.action-btn:hover{opacity:.85}.resolved-section{border-top:1px solid #2d3148;margin-top:10px;padding-top:10px}.resolved-title{color:#64748b;margin-bottom:6px;font-size:11px}.alert-resolved{color:#475569;padding:4px 0;font-size:11px}.insight-item{border:1px solid #2d3148;border-radius:8px;margin-bottom:8px;padding:12px;position:relative}.insight-item.priority-high{border-left:3px solid #ef4444}.insight-item.priority-medium{border-left:3px solid #f59e0b}.insight-dismiss{color:#475569;font-size:11px;position:absolute;top:8px;right:8px}.insight-dismiss:hover{color:#e2e8f0}.insight-top{align-items:center;gap:8px;margin-bottom:6px;display:flex}.insight-icon{font-size:16px}.insight-title{color:#e2e8f0;font-size:13px;font-weight:600}.insight-desc{color:#64748b;margin-bottom:10px;font-size:11px;line-height:1.5}.insight-action{color:#a78bfa;background:#252836;border:1px solid #6366f1;border-radius:7px;width:100%;padding:7px;font-size:12px;font-weight:600;transition:all .2s}.insight-action:hover:not(:disabled){color:#fff;background:#6366f1}.insight-action.acted{color:#10b981;background:#10b9811a;border-color:#10b981}.insight-action:disabled{cursor:default}.activity-list{flex-direction:column;gap:2px;max-height:280px;display:flex;overflow-y:auto}.activity-item{cursor:pointer;border-left:2px solid #0000;border-radius:7px;align-items:flex-start;gap:8px;padding:8px;transition:background .2s;display:flex}.activity-item:hover{background:#252836}.activity-item.activity-new{border-left-color:var(--act-color);background:#6366f10d;animation:.4s slide-in}.activity-item.activity-selected{border-left-color:var(--act-color);background:#252836}@keyframes slide-in{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.act-icon{flex-shrink:0;margin-top:1px;font-size:14px}.act-content{flex:1;min-width:0}.act-text{color:#94a3b8;font-size:12px;display:block}.act-detail{color:#64748b;gap:10px;margin-top:4px;font-size:11px;display:flex}.act-time{color:#475569;white-space:nowrap;flex-shrink:0;font-size:10px}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#2d3148;border-radius:4px}@media (width<=1200px){.kpi-grid{grid-template-columns:repeat(3,1fr)}.center-grid{grid-template-columns:1fr}.center-right{grid-template-columns:repeat(2,1fr);max-height:none;display:grid}}@media (width<=768px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.center-right{grid-template-columns:1fr}.sidebar{width:52px}.nav-label{display:none}}.table-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:16px}.table-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.table-controls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.table-search{color:#e2e8f0;background:#0f1117;border:1px solid #2d3148;border-radius:8px;outline:none;width:180px;padding:7px 12px;font-size:12px}.table-search:focus{border-color:#6366f1}.status-filters{flex-wrap:wrap;gap:6px;display:flex}.filter-chip{color:#64748b;text-transform:capitalize;background:0 0;border:1px solid #2d3148;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .2s}.filter-chip:hover{color:#a78bfa;border-color:#6366f1}.filter-chip.active{color:#a78bfa;background:#252836;border-color:#6366f1}.bulk-btn{color:#fff;background:#6366f1;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;transition:background .2s}.bulk-btn:hover{background:#4f46e5}.table-wrap{overflow-x:auto}.orders-table{border-collapse:collapse;width:100%;font-size:13px}.orders-table thead tr{border-bottom:1px solid #2d3148}.orders-table th{text-align:left;color:#64748b;white-space:nowrap;-webkit-user-select:none;user-select:none;padding:8px 12px;font-size:11px;font-weight:600}.orders-table th.sortable{cursor:pointer}.orders-table th.sortable:hover,.sort-arrow{color:#a78bfa}.orders-table td{color:#94a3b8;white-space:nowrap;border-bottom:1px solid #1e2130;padding:10px 12px}.orders-table tr:last-child td{border-bottom:none}.orders-table tr:hover td{background:#1e2130}.row-selected td{background:#6366f10f!important}.row-urgent td{background:#ef44440a!important}.td-id{font-weight:600;color:#a78bfa!important}.no-rider{color:#475569}.status-badge{text-transform:capitalize;border:1px solid;border-radius:20px;padding:3px 8px;font-size:11px;font-weight:500}.row-assign-btn{color:#fff;background:#6366f1;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;transition:background .2s}.row-assign-btn:hover{background:#4f46e5}.table-empty{text-align:center;color:#475569;padding:24px;font-size:13px}.table-footer{color:#475569;text-align:right;margin-top:10px;font-size:11px}.rider-panel{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:16px}.rider-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;margin-top:14px;display:grid}.rider-card{cursor:pointer;background:#0f1117;border:1px solid #2d3148;border-radius:10px;padding:12px;transition:all .2s}.rider-card:hover{border-color:#6366f1}.rider-card.rider-selected{background:#1e2130;border-color:#a78bfa}.rider-card.active{border-left:3px solid #10b981}.rider-card.idle{opacity:.7;border-left:3px solid #475569}.rider-top{align-items:center;gap:8px;margin-bottom:8px;display:flex}.rider-avatar{background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.rider-info{flex:1;min-width:0}.rider-name{color:#e2e8f0;font-size:13px;font-weight:600;display:block}.rider-zone{color:#64748b;font-size:11px;display:block}.rider-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.rider-status-dot.active{background:#10b981;box-shadow:0 0 6px #10b981}.rider-status-dot.idle{background:#475569}.rider-stats{color:#64748b;gap:12px;font-size:11px;display:flex}.rider-actions{border-top:1px solid #2d3148;margin-top:10px;padding-top:10px}.rider-orders-list{flex-direction:column;gap:4px;margin-bottom:8px;display:flex}.rider-order-item{color:#94a3b8;background:#1a1d27;border-radius:5px;justify-content:space-between;padding:4px 6px;font-size:11px;display:flex}.rider-order-eta{color:#f59e0b}.rider-btn-row{gap:6px;display:flex}.rider-btn{border-radius:7px;flex:1;padding:6px;font-size:11px;font-weight:600;transition:opacity .2s}.rider-btn.reassign{color:#a78bfa;background:#6366f126;border:1px solid #6366f1}.rider-btn.offline{color:#ef4444;background:#ef44441a;border:1px solid #ef4444}.rider-btn:hover{opacity:.8}body.light{color:#1e293b;background:#f1f5f9}body.light .header,body.light .sidebar,body.light .kpi-card,body.light .map-card,body.light .graph-card,body.light .alert-panel,body.light .ai-panel,body.light .activity-card,body.light .table-card,body.light .rider-panel{background:#fff;border-color:#e2e8f0}body.light .map-area{background:#e8edf5}body.light .search,body.light .table-search{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}body.light .nav-item{color:#64748b}body.light .nav-item:hover,body.light .nav-item.active{background:#f1f5f9}body.light .kpi-value{color:#0f172a}body.light .kpi-label{color:#94a3b8}body.light .orders-table td{color:#475569}body.light .orders-table tr:hover td,body.light .rider-card{background:#f8fafc}body.light .notif-dropdown{background:#fff;border-color:#e2e8f0}body.light .alert-item{background:#fafafa}body.light .alert-body{background:#f1f5f9}body.light .insight-item{background:#fafafa}body.light .toggle-group{background:#f1f5f9}body.light .toggle-btn.active{background:#fff}body.light .section-title,body.light .panel-title{color:#0f172a}body.light .act-text{color:#475569}body.light .bar-tooltip{background:#fff;border-color:#e2e8f0}body.light .order-popup{background:#fff}body.light .map-tooltip{background:#fff;border-color:#e2e8f0}body.light .rider-orders-list .rider-order-item{background:#f1f5f9}.zone-heat{pointer-events:none;border-radius:50%;transition:all 3s;position:absolute;transform:translate(-50%,-50%)}.zone-label{align-items:center;gap:4px;display:flex}.zone-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.zone-count{color:#fff;background:#00000080;border-radius:4px;padding:1px 4px;font-size:9px;font-weight:700}.leaderboard-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:16px}.lb-subtitle{color:#64748b;font-size:11px}.lb-list{flex-direction:column;gap:4px;margin-top:14px;display:flex}.lb-row{background:#0f1117;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;transition:background .2s;display:flex}.lb-row:hover,.lb-top{background:#1e2130}.lb-rank{text-align:center;flex-shrink:0;width:28px;font-size:18px}.lb-avatar{background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:flex}.lb-info{flex:1;min-width:0}.lb-name{color:#e2e8f0;font-size:13px;font-weight:600;display:block}.lb-zone{color:#64748b;font-size:11px;display:block}.lb-badge{white-space:nowrap;border-radius:20px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:600}.lb-stats{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.lb-stat{color:#64748b;font-size:11px}.lb-stat strong{color:#e2e8f0}.export-btn{color:#94a3b8;background:#252836;border:1px solid #2d3148;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s}.export-btn:hover{color:#10b981;border-color:#10b981}.status-footer{color:#64748b;background:#1a1d27;border:1px solid #2d3148;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 16px;font-size:12px;display:flex}.footer-left{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.footer-sep{color:#2d3148}.footer-health{align-items:center;gap:4px;display:flex}.health-ok{font-size:12px}.footer-shortcuts-btn{color:#64748b;border:1px solid #2d3148;border-radius:6px;padding:4px 10px;font-size:12px;transition:all .2s}.footer-shortcuts-btn:hover{color:#a78bfa;border-color:#6366f1}.shortcuts-overlay{z-index:600;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.shortcuts-modal{background:#1a1d27;border:1px solid #2d3148;border-radius:14px;min-width:320px;padding:24px;box-shadow:0 20px 60px #00000080}.shortcuts-title{color:#e2e8f0;margin-bottom:16px;font-size:16px;font-weight:700}.shortcut-row{color:#94a3b8;border-bottom:1px solid #2d3148;align-items:center;gap:14px;padding:8px 0;font-size:13px;display:flex}.shortcut-row:last-of-type{border-bottom:none}.kbd{color:#a78bfa;text-align:center;background:#252836;border:1px solid #2d3148;border-radius:5px;flex-shrink:0;min-width:32px;padding:3px 8px;font-family:monospace;font-size:12px;font-weight:700}.shortcuts-close{color:#94a3b8;background:#252836;border:1px solid #2d3148;border-radius:8px;width:100%;margin-top:16px;padding:8px;font-size:13px;transition:all .2s}.shortcuts-close:hover{color:#e2e8f0;border-color:#6366f1}body.light .leaderboard-card,body.light .status-footer{background:#fff;border-color:#e2e8f0}body.light .lb-row{background:#f8fafc}body.light .lb-top{background:#f1f5f9}body.light .shortcuts-modal{background:#fff;border-color:#e2e8f0}body.light .shortcut-row{border-color:#f1f5f9}body.light .kbd,body.light .shortcuts-close{background:#f1f5f9;border-color:#e2e8f0}body.light .export-btn{background:#f8fafc;border-color:#e2e8f0}@media (width<=900px){.bottom-grid{grid-template-columns:1fr}}.confirm-overlay{z-index:700;background:#0009;justify-content:center;align-items:center;animation:.2s fade-in;display:flex;position:fixed;inset:0}.confirm-modal{background:#1a1d27;border:1px solid #2d3148;border-radius:14px;width:340px;padding:24px;box-shadow:0 20px 60px #00000080}.confirm-title{color:#e2e8f0;margin-bottom:10px;font-size:16px;font-weight:700}.confirm-msg{color:#94a3b8;margin-bottom:20px;font-size:13px;line-height:1.6}.confirm-actions{gap:10px;display:flex}.confirm-btn{border-radius:8px;flex:1;padding:9px;font-size:13px;font-weight:600;transition:opacity .2s}.confirm-btn.cancel{color:#94a3b8;background:#252836;border:1px solid #2d3148}.confirm-btn.cancel:hover{color:#e2e8f0}.confirm-btn.primary{color:#fff;background:#6366f1}.confirm-btn.primary:hover{background:#4f46e5}.confirm-btn.danger{color:#fff;background:#ef4444}.confirm-btn.danger:hover{opacity:.85}.revenue-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:16px}.revenue-body{flex-wrap:wrap;align-items:center;gap:24px;margin-top:16px;display:flex}.revenue-legend{flex-direction:column;flex:1;gap:6px;min-width:200px;display:flex}.rev-legend-item{cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:7px 10px;font-size:13px;transition:background .2s;display:flex}.rev-legend-item:hover,.rev-legend-item.rev-active{background:#252836}.rev-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.rev-label{color:#94a3b8;flex:1}.rev-value{color:#e2e8f0;font-weight:600}.rev-pct{color:#64748b;text-align:right;min-width:32px;font-size:11px}.fullscreen-btn{color:#64748b;white-space:nowrap;border:1px solid #2d3148;border-radius:6px;padding:4px 10px;font-size:12px;transition:all .2s}.fullscreen-btn:hover{color:#a78bfa;border-color:#6366f1}.map-fullscreen{z-index:400;position:fixed;inset:0;border-radius:0!important}.map-fullscreen .map-area{height:calc(100vh - 56px)!important}.city-select{color:#a78bfa;cursor:pointer;background:#252836;border:1px solid #2d3148;border-radius:8px;outline:none;padding:4px 10px;font-size:13px;font-weight:600}.city-select:focus{border-color:#6366f1}.conn-status{align-items:center;gap:5px;font-size:12px;font-weight:600;display:flex}.conn-status.conn-ok{color:#10b981}.conn-status.conn-lost{color:#ef4444}.conn-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.conn-ok .conn-dot{background:#10b981;animation:1.5s infinite pulse-badge;box-shadow:0 0 6px #10b981}.conn-lost .conn-dot{background:#ef4444;animation:.8s infinite pulse-badge}.health-warn{font-size:12px}body.light .confirm-modal{background:#fff;border-color:#e2e8f0}body.light .confirm-btn.cancel{background:#f1f5f9;border-color:#e2e8f0}body.light .revenue-card{background:#fff;border-color:#e2e8f0}body.light .rev-legend-item:hover,body.light .rev-legend-item.rev-active{background:#f1f5f9}body.light .city-select{background:#f1f5f9;border-color:#e2e8f0}body.light .fullscreen-btn{border-color:#e2e8f0}body.light .map-fullscreen{background:#fff}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skel{background:linear-gradient(90deg,#252836 25%,#2d3148 50%,#252836 75%) 0 0/400px 100%;border-radius:6px;animation:1.4s infinite shimmer}body.light .skel{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/400px 100%}.skel-circle{border-radius:50%;width:32px;height:32px}.skel-circle-sm{border-radius:50%;flex-shrink:0;width:24px;height:24px}.skel-sm{width:48px;height:16px}.skel-md{width:80px;height:12px;margin-top:6px}.skel-lg{width:100%;height:28px;margin:8px 0 4px}.skel-line{width:80px;height:28px;margin-top:8px}.skel-full{width:100%;height:12px}.skel-half{width:60%;height:10px;margin-top:6px}.skel-row-cell{border-radius:4px;height:14px}.skeleton-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;flex-direction:column;gap:4px;padding:16px;display:flex}body.light .skeleton-card{background:#fff;border-color:#e2e8f0}.skeleton-top{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.skeleton-row td{padding:10px 12px}.skeleton-panel{flex-direction:column;gap:10px;padding:4px 0;display:flex}.skeleton-alert-item{align-items:center;gap:10px;padding:8px;display:flex}.skeleton-lines{flex-direction:column;flex:1;gap:6px;display:flex}.search-highlight{color:#1e1e2d;background:#fbbf24;border-radius:2px;padding:0 2px;font-weight:700}body.light .search-highlight{color:#1e293b;background:#fbbf24}.notif-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.notif-title{color:#a78bfa;font-size:13px;font-weight:600}.mark-read-btn{color:#6366f1;border:1px solid #6366f1;border-radius:6px;padding:2px 8px;font-size:11px;transition:all .2s}.mark-read-btn:hover{color:#fff;background:#6366f1}.notif-tabs{margin-bottom:6px}.notif-tab-label{color:#64748b;text-transform:uppercase;letter-spacing:.6px;padding:4px 0;font-size:10px;font-weight:600;display:block}.notif-resolved-label{border-top:1px solid #2d3148;margin-top:10px;padding-top:10px}.notif-item{border-radius:6px;align-items:center;gap:8px;padding:7px 6px;font-size:12px;transition:background .2s;display:flex}.notif-item:hover{background:#252836}.notif-unread{color:#e2e8f0}.notif-read{color:#475569}.notif-item-content{flex:1;justify-content:space-between;align-items:center;gap:6px;display:flex}.notif-new-dot{background:#6366f1;border-radius:50%;flex-shrink:0;width:6px;height:6px}.notif-resolved-text{color:#475569;font-size:11px}.notif-dropdown{max-height:400px;overflow-y:auto}body.light .notif-item:hover{background:#f1f5f9}body.light .notif-resolved-label{border-color:#e2e8f0}@media (width<=1100px){.kpi-grid{grid-template-columns:repeat(3,1fr)}.center-grid{grid-template-columns:1fr}.center-right{grid-template-columns:repeat(2,1fr);max-height:none;display:grid}}@media (width<=768px){.header{gap:8px;padding:0 12px}.header-logo{font-size:15px}.city-select,.header-center{display:none}.kpi-grid{grid-template-columns:repeat(2,1fr);gap:8px}.sidebar{width:48px}.sidebar .nav-label,.collapse-btn{display:none}.main{gap:10px;margin-left:0;padding:10px}.center-right,.bottom-grid{grid-template-columns:1fr}.map-area{height:240px}.graph-area{height:100px}.revenue-body{flex-direction:column}.table-controls{flex-direction:column;align-items:flex-start}.status-filters{flex-wrap:wrap}.orders-table th:nth-child(5),.orders-table td:nth-child(5),.orders-table th:nth-child(7),.orders-table td:nth-child(7){display:none}.drawer{width:100%}.notif-dropdown{width:260px;right:-60px}.lb-badge,.lb-stats{display:none}}@media (width<=480px){.kpi-grid{grid-template-columns:1fr 1fr}.kpi-value{font-size:18px}.header-right{gap:6px}.icon-btn{padding:4px;font-size:15px}.avatar{width:28px;height:28px;font-size:10px}.map-area{height:200px}.rider-grid{grid-template-columns:1fr 1fr}.orders-table th:nth-child(4),.orders-table td:nth-child(4){display:none}}.table-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:12px;display:flex}.table-footer span{color:#475569;font-size:11px}.pagination{align-items:center;gap:4px;display:flex}.page-btn{color:#64748b;background:#252836;border:1px solid #2d3148;border-radius:6px;padding:4px 10px;font-size:12px;transition:all .2s}.page-btn:hover:not(:disabled){color:#a78bfa;border-color:#6366f1}.page-btn:disabled{opacity:.3;cursor:not-allowed}.page-btn.page-active{color:#fff;background:#6366f1;border-color:#6366f1}body.light .page-btn{color:#64748b;background:#f8fafc;border-color:#e2e8f0}body.light .page-btn.page-active{color:#fff;background:#6366f1}.nav-badge{color:#fff;text-align:center;background:#ef4444;border-radius:10px;min-width:18px;margin-left:auto;padding:1px 6px;font-size:10px;font-weight:700}.nav-item.active .nav-badge{background:#a78bfa}.ai-live-badge{color:#fff;background:#10b981;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:700;animation:1.5s infinite pulse-badge}.tour-overlay{z-index:800;pointer-events:none;background:#000000b3;position:fixed;inset:0}.tour-spotlight{z-index:801;pointer-events:none;border-radius:10px;transition:all .4s;position:fixed;box-shadow:0 0 0 4px #a78bfa,0 0 0 9999px #000000b3}.tour-card{z-index:802;background:#1a1d27;border:1px solid #6366f1;border-radius:16px;width:420px;max-width:90vw;padding:24px 28px;animation:.3s slide-up;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 20px 60px #0009}@keyframes slide-up{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.tour-progress{gap:6px;margin-bottom:16px;display:flex}.tour-dot{background:#2d3148;border-radius:50%;width:8px;height:8px;transition:all .2s}.tour-dot.active{background:#a78bfa;border-radius:4px;width:20px}.tour-dot.done{background:#10b981}.tour-title{color:#e2e8f0;margin-bottom:8px;font-size:16px;font-weight:700}.tour-desc{color:#94a3b8;margin-bottom:20px;font-size:13px;line-height:1.6}.tour-actions{justify-content:space-between;align-items:center;display:flex}.tour-skip{color:#475569;font-size:12px;transition:color .2s}.tour-skip:hover{color:#94a3b8}.tour-nav{gap:8px;display:flex}.tour-btn{border-radius:8px;padding:8px 18px;font-size:13px;font-weight:600;transition:all .2s}.tour-btn.primary{color:#fff;background:#6366f1}.tour-btn.primary:hover{background:#4f46e5}.tour-btn.secondary{color:#94a3b8;background:#252836;border:1px solid #2d3148}.tour-btn.secondary:hover{color:#e2e8f0}body.light .tour-card{background:#fff;border-color:#6366f1}body.light .tour-dot{background:#e2e8f0}body.light .tour-btn.secondary{background:#f1f5f9;border-color:#e2e8f0}.zone-summary-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:16px}.zone-summary-list{flex-direction:column;gap:10px;margin-top:14px;display:flex}.zone-summary-row{align-items:center;gap:10px;display:flex}.zone-summary-left{align-items:center;gap:7px;min-width:120px;display:flex}.zone-summary-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.zone-summary-name{color:#e2e8f0;font-size:13px;font-weight:500}.zone-summary-bar-wrap{flex:1}.zone-summary-bar-track{background:#252836;border-radius:3px;height:6px;overflow:hidden}.zone-summary-bar-fill{opacity:.8;border-radius:3px;height:100%;transition:width .6s}.zone-summary-stats{justify-content:flex-end;gap:5px;min-width:90px;display:flex}.zone-stat{border-radius:4px;padding:2px 5px;font-size:10px;font-weight:600}.zone-stat.pending{color:#f59e0b;background:#f59e0b26}.zone-stat.active{color:#a78bfa;background:#6366f126}.zone-stat.delayed{color:#ef4444;background:#ef444426}.zone-summary-total{color:#64748b;text-align:right;min-width:24px;font-size:13px;font-weight:700}body.light .zone-summary-card{background:#fff;border-color:#e2e8f0}body.light .zone-summary-name{color:#1e293b}body.light .zone-summary-bar-track{background:#f1f5f9}.quick-rider-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.qr-manage-btn{color:#6366f1;border:1px solid #6366f1;border-radius:6px;padding:4px 10px;font-size:12px;transition:all .2s}.qr-manage-btn:hover{color:#fff;background:#6366f1}.qr-summary{background:#0f1117;border-radius:10px;align-items:center;padding:12px 0;display:flex}.qr-stat{flex-direction:column;flex:1;align-items:center;gap:3px;display:flex}.qr-stat-val{color:#e2e8f0;font-size:20px;font-weight:700}.qr-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:10px}.qr-stat-divider{background:#2d3148;width:1px;height:32px}.qr-util-bar-track{background:#252836;border-radius:3px;height:6px;overflow:hidden}.qr-util-bar-fill{background:linear-gradient(90deg,#6366f1,#10b981);border-radius:3px;height:100%;transition:width .6s}.qr-top-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.qr-riders-list{flex-direction:column;gap:6px;display:flex}.qr-rider-row{background:#0f1117;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:background .2s;display:flex}.qr-rider-row:hover{background:#1e2130}.qr-rider-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:flex}.qr-rider-info{flex-direction:column;flex:1;gap:1px;display:flex}.qr-rider-name{color:#e2e8f0;font-size:13px;font-weight:600}.qr-rider-zone{color:#64748b;font-size:11px}.qr-rider-right{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.qr-rider-status{border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.qr-rider-status.active{color:#10b981;background:#10b98126}.qr-rider-status.idle{color:#f59e0b;background:#f59e0b26}.qr-rider-orders{color:#64748b;font-size:11px}.qr-full-btn{color:#6366f1;text-align:center;background:#252836;border:1px solid #6366f1;border-radius:8px;width:100%;padding:9px;font-size:13px;font-weight:600;transition:all .2s}.qr-full-btn:hover{color:#fff;background:#6366f1}body.light .quick-rider-card{background:#fff;border-color:#e2e8f0}body.light .qr-summary{background:#f8fafc}body.light .qr-stat-val{color:#1e293b}body.light .qr-rider-row{background:#f8fafc}body.light .qr-rider-row:hover{background:#f1f5f9}body.light .qr-rider-name{color:#1e293b}body.light .qr-util-bar-track{background:#e2e8f0}body.light .qr-full-btn{background:#f1f5f9;border-color:#6366f1}body.light .qr-stat-divider{background:#e2e8f0}.spinner{border:4px solid #2d3148;border-top-color:#6366f1;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.map-data-summary,.table-subtitle{color:#64748b;margin-top:4px;font-size:11px;display:block}.live-map-canvas:before{display:none}.operations-leaflet-map{background:#dbeafe;width:100%;height:100%}.operations-leaflet-map .leaflet-control-attribution{font-size:9px}.map-empty-state{z-index:500;color:#cbd5e1;pointer-events:none;text-align:center;background:#0f172ae6;border:1px solid #94a3b859;border-radius:12px;flex-direction:column;align-items:center;width:min(420px,100% - 32px);padding:12px 16px;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #0206174d}.map-empty-state span{color:#94a3b8;margin-top:4px;font-size:11px}.map-popup-content{color:#1f2937;flex-direction:column;gap:4px;min-width:180px;display:flex}.map-popup-actions{gap:8px;margin-top:7px;display:flex}.map-popup-actions a,.map-popup-actions button{color:#fff;cursor:pointer;background:#0f766e;border:0;border-radius:7px;padding:6px 8px;font-size:11px;text-decoration:none}.map-popup-actions button{background:#4f46e5}.activity-item{color:inherit;text-decoration:none}.act-order-id{color:#a78bfa;margin-bottom:2px;font-size:11px;font-weight:700;display:block}.activity-empty{color:#64748b;text-align:center;padding:18px 8px;font-size:12px}.order-row-link{cursor:pointer}.order-row-link:focus-visible{outline-offset:-2px;outline:2px solid #6366f1}.td-id a{color:#a78bfa;font-weight:700;text-decoration:none}.td-id a:hover{text-decoration:underline}.route-loading{background:var(--bg-primary,#0f172a);min-height:100vh;color:var(--text-primary,#f8fafc);letter-spacing:.02em;place-items:center;font-weight:700;display:grid}.theme-toggle{cursor:pointer;background:0 0;border:none;outline:none;padding:0;position:relative}.theme-toggle-track{background:var(--surface-muted);border:1px solid var(--border);border-radius:999px;align-items:center;width:56px;height:28px;padding:2px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.theme-toggle-track:hover{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.theme-toggle-track.dark{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%)}.theme-toggle-track.light{background:linear-gradient(135deg,#fef3c7 0%,#fbbf24 100%)}.theme-toggle-thumb{background:var(--surface);z-index:2;width:22px;height:22px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;left:3px;box-shadow:0 2px 8px #00000026}.theme-toggle-track.dark .theme-toggle-thumb{color:#fbbf24;background:#1e293b;transform:translate(28px)}.theme-toggle-track.light .theme-toggle-thumb{color:#f59e0b;background:#fff;transform:translate(0)}.theme-toggle-icons{pointer-events:none;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 6px;display:flex;position:absolute}.theme-icon{justify-content:center;align-items:center;font-size:12px;transition:all .3s;display:flex}.sun-icon{opacity:1;transform:scale(1)rotate(0)}.moon-icon{opacity:.4;transform:scale(.8)rotate(-30deg)}.theme-toggle-track.dark .sun-icon{opacity:.4;transform:scale(.8)rotate(30deg)}.theme-toggle-track.dark .moon-icon{opacity:1;transform:scale(1)rotate(0)}@media (width<=768px){.theme-toggle-track{width:48px;height:24px}.theme-toggle-thumb{width:18px;height:18px}.theme-toggle-track.dark .theme-toggle-thumb{transform:translate(24px)}.theme-icon{font-size:10px}}@keyframes theme-toggle-appear{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.theme-toggle{animation:.3s theme-toggle-appear}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--bg:#f5f7fb;--surface:#fff;--surface-soft:#f8fafc;--surface-muted:#eef2f7;--surface-inset:#edf2f8;--text:#162033;--text-muted:#64748b;--text-soft:#94a3b8;--border:#dfe7f1;--border-strong:#cbd5e1;--text-primary:var(--text);--text-secondary:var(--text-muted);--card-bg:var(--surface);--panel-bg:var(--surface);--input-bg:var(--surface-soft);--hover-bg:var(--surface-muted);--scrim:#0f172a94;--primary:#2563eb;--primary-strong:#1d4ed8;--primary-soft:#2563eb1a;--success:#059669;--warning:#d97706;--danger:#dc2626;--radius:8px;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 14px 34px #0f172a1a;font-synthesis-weight:none}body{background:linear-gradient(180deg, #2563eb0d, transparent 220px), var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body:not(.light){--bg:#0b1220;--surface:#111827;--surface-soft:#172033;--surface-muted:#1f2937;--surface-inset:#0f172a;--text:#eef4ff;--text-muted:#a8b3c7;--text-soft:#748096;--border:#263348;--border-strong:#38475e;--scrim:#020617c2;--primary:#60a5fa;--primary-strong:#3b82f6;--primary-soft:#60a5fa24;--success:#34d399;--warning:#fbbf24;--danger:#f87171}.app{background:var(--bg)}.header{border-bottom:1px solid var(--border);height:64px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe0;gap:18px;padding:0 24px}body:not(.light) .header{background:#111827e6}.header-left{align-items:center;gap:12px;min-width:max-content;display:flex}.header-logo{color:var(--text);letter-spacing:0;font-size:17px;font-weight:800}.live-badge{color:var(--success);background:#0596691a;border:1px solid #0596693d;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;animation:none;display:inline-flex}.live-offline{color:var(--danger);background:#dc26261a;border-color:#dc26263d}.search,.table-search,.ord-search,.ord-select,.ord-input,.city-select,.adv-date-input,.inline-edit-input,.ofp-note-input,select,input,textarea{box-shadow:0 1px #0f172a05;background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--text)!important;border-radius:var(--radius)!important}.search{height:40px;padding:0 14px}.search:focus,.table-search:focus,.ord-search:focus,.ord-select:focus,.ord-input:focus,.city-select:focus,input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px var(--primary-soft);outline:none;border-color:var(--primary)!important}.sidebar{background:var(--surface);border-right:1px solid var(--border);width:232px;padding:14px 12px;box-shadow:1px 0 #0f172a05}.sidebar.collapsed{width:72px}.sidebar nav{flex-direction:column;gap:4px;display:flex}.collapse-btn,.nav-item,.icon-btn,.page-btn,.ord-page-btn,.filter-chip,.status-tab,.adv-filter-btn,.col-toggle-btn,.ord-export-btn,.fullscreen-btn,.footer-shortcuts-btn,.mark-read-btn{border-radius:var(--radius)}.collapse-btn{color:var(--text-muted)}.nav-item{min-height:42px;color:var(--text-muted);border-radius:var(--radius);border:1px solid #0000;padding:10px 12px;font-weight:600}.nav-item:hover{background:var(--surface-soft);color:var(--text)}.nav-item.active{background:var(--primary-soft);color:var(--primary-strong);border-color:#2563eb2e;border-left-style:solid;border-left-width:1px}body:not(.light) .nav-item.active{color:var(--primary);border-color:#60a5fa3d}.nav-icon{background:var(--surface-muted);width:22px;height:22px;color:var(--text-muted);border-radius:6px;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.nav-item.active .nav-icon{background:var(--primary);color:#fff}.main{background:var(--bg);gap:20px;padding:24px}.kpi-grid,.ord-summary-grid,.prod-stats-grid{gap:16px}.kpi-card,.map-card,.graph-card,.alert-panel,.ai-panel,.activity-card,.table-card,.leaderboard-card,.revenue-card,.status-footer,.zone-summary-card,.quick-rider-card,.ord-card,.ord-filterbar,.ord-table-card,.prod-stat-card,.prod-card,.prod-section-card,.modal-box,.confirm-modal,.shortcuts-modal,.skeleton-card{box-shadow:var(--shadow-sm);background:var(--surface)!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important}.kpi-card,.ord-card,.prod-stat-card{padding:18px}.kpi-card:hover,.ord-card:hover,.prod-card:hover,.prod-stat-card:hover,.rider-card:hover,.partner-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.kpi-value,.ord-card-val,.prod-stat-val,.section-title,.panel-title,.ord-title,.ord-table-title,.prod-card-name,.prod-name,.modal-title,.confirm-title,.qr-stat-val,.zone-summary-name,.lb-name,.rider-name,.ofp-id,.ofp-info-val{color:var(--text)!important}.kpi-label,.ord-subtitle,.ord-card-label,.prod-stat-label,.legend-item,.act-text,.act-detail,.ord-page-info,.table-footer,.footer-left,.footer-shortcuts-btn,.notif-empty,.form-label,.ofp-info-key,.ofp-section-title{color:var(--text-muted)!important}.center-grid{grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:20px}.center-left,.center-right,.bottom-grid{gap:20px}.bottom-grid{grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:20px;display:grid}.map-header,.table-header,.ord-table-header,.modal-header,.ofp-header,.ofp-tabs,.status-footer,.ord-pagination{border-color:var(--border)!important}.map-area,.toggle-group,.qr-summary,.prod-card-stats,.detail-section,.detail-items,.ofp-stats-bar,.ofp-info-grid,.ofp-items-list,.ofp-note-content,.ofp-rider-card,.ofp-customer-card{background:var(--surface-soft)!important}.orders-table th,.ord-th{background:var(--surface-soft);text-transform:uppercase;letter-spacing:0;font-size:11px;color:var(--text-muted)!important}.orders-table td,.ord-td{color:var(--text-muted);border-color:var(--border)!important}.orders-table tr:hover td,.ord-row:hover .ord-td,.activity-item:hover,.notif-item:hover,.rev-legend-item:hover,.qr-rider-row:hover,.ofp-item-row:hover{background:var(--surface-soft)!important}.assign-btn,.bulk-btn,.row-assign-btn,.rider-select-btn,.confirm-btn.primary,.tour-btn.primary,.ofp-note-submit,.error-boundary-btn,.ord-page-active,.page-btn.page-active{background:var(--primary-strong)!important;color:#fff!important;border-color:var(--primary-strong)!important}.assign-btn:hover,.bulk-btn:hover,.row-assign-btn:hover,.rider-select-btn:hover,.confirm-btn.primary:hover,.tour-btn.primary:hover,.ofp-note-submit:hover,.error-boundary-btn:hover{background:var(--primary)!important}.notif-dropdown,.search-dropdown,.bulk-dropdown,.ord-status-dropdown,.col-toggle-dropdown,.ofp-status-drop{background:var(--surface)!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;box-shadow:var(--shadow-md)!important}.notif-view-all{text-align:center;border-top:1px solid var(--border);width:100%;margin-top:8px;padding:9px 10px}.user-menu{min-width:220px;right:0}.user-menu-header{border-bottom:1px solid var(--border);padding-bottom:12px}.user-menu-meta{flex-direction:column;gap:4px;display:flex}.user-menu-phone{color:var(--text-muted);font-size:12px}.user-menu-role{color:var(--primary-strong);text-transform:uppercase;font-size:11px;font-weight:700}.user-menu-logout{width:100%;color:var(--danger);text-align:left;padding:12px 14px;font-weight:700;display:flex}.avatar{background:linear-gradient(135deg, var(--primary-strong), #14b8a6);color:#fff;box-shadow:0 6px 16px #2563eb3d}.icon-btn{color:var(--text-muted)}.icon-btn:hover{background:var(--surface-soft);color:var(--text)}.badge-dot,.nav-badge,.ord-bell-badge{background:var(--danger)}.status-badge,.ord-badge,.filter-chip,.status-tab,.prod-tag-badge,.prod-sku-badge,.prod-barcode-badge{border-radius:999px}.table-wrap,.ord-table-wrap{border-radius:var(--radius)}@media (width<=1100px){.center-grid,.bottom-grid{grid-template-columns:1fr}.center-right{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width<=768px){.header{flex-wrap:wrap;height:auto;min-height:64px;padding:12px}.header-left,.header-right{justify-content:space-between;width:100%}.sidebar,.sidebar.collapsed{width:60px;padding:10px 8px}.main{gap:14px;padding:14px}.kpi-grid,.ord-summary-grid,.prod-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.center-right{grid-template-columns:1fr}}@media (width<=520px){.kpi-grid,.ord-summary-grid,.prod-stats-grid{grid-template-columns:1fr}}:root{--accent-teal:#0f766e;--accent-amber:#b45309;--accent-rose:#be123c;--surface-raised:#ffffffeb;--focus-ring:0 0 0 3px #2563eb2e}body:not(.light){--accent-teal:#2dd4bf;--accent-amber:#fbbf24;--accent-rose:#fb7185;--surface-raised:#111827eb;--focus-ring:0 0 0 3px #60a5fa38}button,input,select,textarea{font:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--focus-ring)!important}.modern-header{z-index:100;min-height:68px;position:sticky;top:0}.logo-wrap{align-items:center;gap:10px;min-width:0;display:inline-flex}.logo-icon{background:linear-gradient(135deg, var(--primary-strong), var(--accent-teal));color:#fff;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-weight:900;display:inline-flex;box-shadow:0 10px 24px #2563eb38}.modern-search{max-width:560px;position:relative}.search-input{width:100%;height:42px;padding:0 14px 0 16px;box-shadow:inset 0 1px #0f172a05;background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--text)!important;border-radius:8px!important}.search-input::placeholder,.auth-input::placeholder{color:var(--text-soft)}.modern-select{min-width:132px;height:38px;padding:0 34px 0 12px;font-weight:650}.modern-btn,.modern-avatar{border:1px solid var(--border);background:var(--surface);justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.modern-btn:hover,.modern-avatar:hover{border-color:#2563eb57;transform:translateY(-1px)}.modern-dropdown{min-width:300px;overflow:hidden}.search-dropdown{top:calc(100% + 10px);left:0;right:0}.dropdown-item,.dropdown-state,.dropdown-empty,.dropdown-error{color:var(--text-muted);padding:11px 12px;font-size:13px}.dropdown-item{cursor:pointer;color:var(--text)}.dropdown-item:hover{background:var(--surface-soft)}.dropdown-error{color:var(--danger)}.notif-header,.user-info{color:var(--text)}.notif-header button,.logout-btn,.mark-read-btn,.auth-link-btn,.auth-back-btn{border-radius:8px}.notif-item{line-height:1.45;color:var(--text-muted)!important}.logout-btn{width:100%;color:var(--danger);text-align:left;background:#dc262614;margin-top:10px;padding:11px 12px;font-weight:700}.main{scroll-behavior:smooth}.kpi-card,.ord-card,.prod-stat-card,.table-card,.ord-table-card,.fin-table-card,.stg-section,.analytics-page,.catalog-page,.inventory-page{transition:border-color .18s,box-shadow .18s,transform .18s}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.kpi-card{min-height:144px}.kpi-top,.ord-header,.fin-header,.stg-header,.rdr-header{min-width:0}.ord-header,.fin-header,.stg-header{align-items:flex-start}.ord-header-right,.fin-header-right,.rdr-header-right{flex-wrap:wrap;justify-content:flex-end}.ord-table-hint{text-overflow:ellipsis;white-space:nowrap;max-width:460px;overflow:hidden}.ord-table-wrap,.table-wrap{overflow:auto}.ord-table,.orders-table{min-width:920px}.status-tabs,.products-tabbar-tabs,.stg-tabs{scrollbar-width:thin;overflow-x:auto}.status-tab,.products-tab,.stg-tab,.filter-chip,.vord-filter-btn{white-space:nowrap}.auth-shell{min-height:100vh;color:var(--text);background:linear-gradient(180deg, #2563eb14, transparent 260px), radial-gradient(circle at 16% 18%, #14b8a61f, transparent 28%), var(--bg);place-items:center;padding:24px;display:grid}.auth-shell-dark{background:linear-gradient(135deg,#2563eb38,#0000 40%),linear-gradient(#07111f,#0b1220 58%,#111827)}.auth-card{background:var(--surface-raised);border:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:12px;width:min(100%,430px);padding:32px;box-shadow:0 24px 70px #0f172a3d}.auth-card-light{background:#fff}body:not(.light) .auth-card-light{background:var(--surface)}.auth-brand{text-align:center;margin-bottom:28px}.auth-mark{background:linear-gradient(135deg, var(--primary-strong), var(--accent-teal));color:#fff;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 14px;font-size:22px;font-weight:900;display:inline-flex;box-shadow:0 16px 34px #2563eb42}.auth-brand-icon{width:30px;height:30px}.auth-brand h1,.auth-copy h2{color:var(--text);letter-spacing:0}.auth-brand h1{margin:0;font-size:25px;font-weight:850}.auth-brand p,.auth-copy p,.auth-footnote{color:var(--text-muted)}.auth-brand p{margin:6px 0 0;font-size:13px}.auth-copy{margin-bottom:22px}.auth-copy h2{margin:0 0 8px;font-size:22px;font-weight:800}.auth-copy p{margin:0;font-size:14px;line-height:1.5}.auth-form,.auth-field{flex-direction:column;gap:16px;display:flex}.auth-field label{color:var(--text);font-size:13px;font-weight:750}.auth-phone-input{background:var(--surface);border:1px solid var(--border);border-radius:8px;align-items:center;gap:10px;padding:0 12px;display:flex}.auth-phone-input span{color:var(--text-muted);font-weight:750}.auth-input{width:100%;height:48px;color:var(--text)!important;box-shadow:none!important;background:0 0!important;border:0!important}.auth-primary-btn{background:linear-gradient(135deg, var(--primary-strong), #0f766e);color:#fff;border-radius:8px;width:100%;min-height:48px;padding:0 18px;font-weight:800;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 14px 28px #2563eb38}.auth-primary-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 36px #2563eb47}.auth-primary-btn:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.auth-loading,.auth-error,.auth-timer-pill,.auth-secondary-actions{justify-content:center;align-items:center;gap:8px;display:flex}.auth-spinner{width:18px;height:18px;animation:.8s linear infinite spin}.auth-error{color:var(--danger);background:#dc262614;border:1px solid #dc262638;border-radius:8px;justify-content:flex-start;padding:11px 12px;font-size:13px}.auth-error-icon{flex:none;width:18px;height:18px}.auth-dev-note,.auth-dev-otp{border-top:1px solid var(--border);color:var(--text-muted);text-align:center;margin-top:20px;padding-top:16px;font-size:12px}.auth-dev-otp{background:#05966914;border:1px solid #05966933;border-radius:8px;padding:14px}.auth-dev-otp p{color:var(--success);margin:0 0 6px;font-size:12px;font-weight:800}.auth-dev-otp strong{color:var(--success);letter-spacing:.08em;font:800 24px ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;display:block}.auth-otp-wrap{margin-bottom:20px}.otp-input-group{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.otp-box{aspect-ratio:1/1.08;text-align:center;width:100%;min-height:52px;font-size:24px;font-weight:850;background:var(--surface-soft)!important;border:1px solid var(--border)!important;color:var(--text)!important;border-radius:8px!important}.auth-timer{text-align:center;margin-bottom:18px}.auth-timer-pill{background:var(--surface-soft);width:fit-content;color:var(--text-muted);border-radius:999px;margin:0 auto;padding:8px 12px;font-size:13px}.auth-timer-pill strong{color:var(--primary-strong)}.auth-timer-icon{width:16px;height:16px}.auth-expired{color:var(--danger);margin:0;font-weight:800}.auth-secondary-actions{margin:14px 0 8px}.auth-link-btn,.auth-back-btn{color:var(--primary-strong);font-weight:750}.auth-link-btn:disabled{color:var(--text-soft);cursor:not-allowed}.auth-back-btn{width:100%;min-height:38px;color:var(--text-muted)}.auth-back-btn:hover,.auth-link-btn:hover:not(:disabled){color:var(--primary);background:var(--surface-soft)}.auth-footnote{text-align:center;margin:18px 0 0;font-size:12px}@media (width<=900px){.modern-header{align-items:stretch}.header-center{order:3;width:100%;max-width:none;display:block}.ord-table-hint{display:none}}@media (width<=640px){.auth-shell{place-items:stretch stretch;padding:14px}.auth-card{align-self:center;padding:24px 18px}.otp-input-group{gap:6px}.otp-box{min-height:46px;font-size:20px}.modern-dropdown{min-width:min(320px,100vw - 24px)}}.search-dropdown{max-height:min(520px,100vh - 110px);overflow-y:auto}.search-result-group+.search-result-group{border-top:1px solid var(--border)}.search-result-heading{color:var(--text-soft);letter-spacing:.09em;text-transform:uppercase;padding:9px 12px 6px;font-size:10px;font-weight:800}.search-result-item{text-align:left;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.search-result-item.is-selected,.search-result-item:focus-visible{background:var(--surface-soft);outline:none}.search-result-title{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:750;overflow:hidden}.search-result-meta{min-width:0;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}@media (width<=760px){.search-result-item{flex-direction:column;align-items:flex-start;gap:3px}}body{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body.dark,body:not(.light){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body :is(.promo-banners-page,.promo-editor-page,.discount-cards-page,.pilot-ops-page,.order-details-page,.earnings-page,.fin-dashboard,.transactions-page,.secondary-banners-page,.gigs-page,.training-page,.store-earnings-page,.shop-live-orders){color:var(--text)}body :is(.promo-editor-page,.pilot-ops-page,.order-details-page,.order-details-loading,.earnings-page,.fin-dashboard,.transactions-page,.shop-live-orders){background:var(--bg)}body :is(.promo-empty,.promo-card,.promo-editor-surface,.promo-design-panel,.promo-stack-panel,.promo-stack-tile-editor,.promo-child-tile-editor,.promo-blinkit-builder,.discount-modal,.discount-empty,.discount-card,.discount-images-manager,.discount-style-panel,.pilot-kpi,.pilot-tabs,.pilot-panel,.pilot-table-wrap,.pilot-launch-box,.pilot-warning-panel,.order-details-hero,.order-detail-card,.order-attention-banner,.fin-kpi-card,.ear-stat-card,.ear-table-card,.trx-table-card,.fin-summary-item,.trx-filters,.trx-pagination,.sb-card,.sb-form,.gigs-filters,.gigs-table-container,.gigs-pagination,.gigs-loading,.gigs-error,.training-card,.earnings-card,.stores-list,.earnings-detail,.wallet-details,.order-accept-card,.item-unavailable-modal__card,.cm-modal,.modal-content,.bookings-filters,.bookings-table-container){color:var(--text);background:var(--surface);border-color:var(--border);box-shadow:var(--shadow-sm)}body :is(.promo-card-info,.promo-card-stats,.promo-toggle-card,.promo-stack-tile-top,.promo-model-lock,.discount-images-list,.discount-image-item,.discount-card-info,.discount-card-stats,.discount-toggle-grid .discount-checkbox-label,.pilot-check,.pilot-table th,.pilot-filter-bar,.order-payment-record,.order-issue-record,.training-module,.store-stat,.wallet-balance,.cm-panel,.cm-panel-header,.cm-item,.cm-attr-row,.cm-attr-form,.cm-footer,.gig-info,.status-filter-tabs){color:var(--text);background:var(--surface-soft);border-color:var(--border)}body :is(.promo-header-left h1,.promo-empty h3,.promo-editor-header h1,.promo-design-title,.discount-header-left h1,.discount-empty h3,.discount-modal-header h2,.discount-style-title,.pilot-ops-title,.pilot-kpi-value,.pilot-ranking-heading,.pilot-warning-title,.order-hero-main h1,.order-detail-card h2,.order-info-row strong,.order-items-table td,.order-time-strip strong,.ear-header h1,.fin-header h1,.trx-header h1,.fin-kpi-val,.ear-stat-val,.ear-table-title,.trx-table-title,.fin-summary-item strong,.sb-header h1,.sb-form-head h2,.gigs-title,.gigs-table td,.training-header h2,.training-card h3,.training-module h4,.store-item-name,.store-stat-value,.cm-title,.cm-item-name,.cm-attr-label,.modal-header h2,.rider-name){color:var(--text)}body :is(.promo-header-left p,.promo-empty p,.promo-card-meta,.promo-stat-label,.promo-editor-header p,.promo-form-help,.promo-design-title small,.discount-header-left p,.discount-empty p,.discount-card-meta,.discount-stat-label,.discount-style-title small,.pilot-ops-subtitle,.pilot-kpi-label,.pilot-muted,.pilot-table th,.order-hero-main p,.order-hero-metrics small,.order-time-strip,.order-info-row span,.order-empty-copy,.order-payment-record>div:first-child span,.order-issue-record p,.order-items-table th,.order-product-cell span,.order-timeline-heading time,.order-timeline p,.order-timeline li>div>span,.ear-subtitle,.fin-subtitle,.trx-subtitle,.fin-kpi-label,.ear-stat-label,.ear-table th,.trx-table th,.fin-summary-item span,.trx-filter-group label,.sb-header p,.gigs-subtitle,.gigs-count,.pagination-info,.no-data,.training-header p,.training-card p,.training-meta,.earnings-card-label,.store-item-earnings,.store-stat-label,.wallet-ledger-empty,.empty-detail,.slo-loading-text,.slo-empty-text,.item-unavailable-section__substitution,.cm-panel-title,.cm-item-count,.cm-empty-text,.cm-attr-form-title,.cm-attr-form-label,.cm-attr-option,.form-field label,.gig-info-item,.filter-tab,.rider-rating,.rider-email,.date-cell){color:var(--text-muted)}body :is(.promo-btn-secondary,.promo-btn-icon,.promo-editor-close,.promo-type-btn,.discount-btn-secondary,.discount-btn-icon,.discount-category-btn,.pilot-btn,.pilot-filter,.order-details-actions button,.order-details-actions a,.order-details-empty button,.trx-filter-group input,.trx-filter-group select,.trx-pagination button,.sb-actions button,.sb-form-actions button,.sb-add-image button,.sb-form-head button,.gigs-pagination button,.filter-group input[type=date],.modal-close,.btn-cancel,.filter-tab,.cm-close,.cm-item-btn,.cm-cancel-btn,.cm-icon-btn){color:var(--text);background:var(--surface-soft);border-color:var(--border)}body :is(.promo-form-group input,.promo-form-group textarea,.promo-form-group select,.discount-form-group input,.discount-form-group textarea,.discount-add-image input,.discount-color-input input[type=text],.sb-form input,.sb-form textarea,.form-field input,.form-field select,.form-field textarea,.cm-inline-input,.cm-add-input,.cm-attr-form-input,.cm-attr-form-select){color:var(--text);background:var(--input-bg);border-color:var(--border)}body :is(.promo-form-group input,.promo-form-group textarea,.discount-form-group input,.discount-form-group textarea,.discount-add-image input,.discount-color-input input[type=text],.sb-form input,.sb-form textarea,.form-field input,.form-field textarea,.cm-inline-input,.cm-add-input,.cm-attr-form-input)::placeholder{color:var(--text-soft)}body :is(.promo-card,.promo-editor-surface,.promo-design-panel,.discount-card,.discount-modal,.pilot-kpi,.pilot-panel,.pilot-check,.pilot-table th,.pilot-table td,.order-info-row,.order-payment-record,.order-issue-record,.order-items-table th,.order-items-table td,.ear-table th,.ear-table td,.trx-table th,.trx-table td,.gigs-table tbody tr,.modal-header,.form-actions,.bookings-table th,.bookings-table td,.bookings-table tbody tr,.store-item,.store-stat,.wallet-balance,.wallet-ledger-table th,.wallet-ledger-table td,.cm-header,.cm-panel,.cm-panel-header,.cm-add-form,.cm-footer){border-color:var(--border)}body :is(.gigs-table tbody tr:hover,.bookings-table tbody tr:hover,.store-item:hover,.cm-item:hover,.gigs-pagination button:hover:not(:disabled),.btn-cancel:hover:not(:disabled),.modal-close:hover){color:var(--text);background:var(--hover-bg)}body .gigs-table-container,body .bookings-table-container,body .pilot-table-wrap,body .ear-table-card,body .trx-table-card{scrollbar-color:var(--border-strong) var(--surface-soft)}body .order-details-page{background:radial-gradient(circle at top left, color-mix(in srgb, var(--primary) 10%, transparent), transparent 34%), radial-gradient(circle at top right, color-mix(in srgb, var(--success) 8%, transparent), transparent 28%), var(--bg)}body .order-timeline-dot{background:var(--surface)}body .item-unavailable-modal,body .modal-overlay,body .discount-modal-overlay,body .sb-modal{background:var(--scrim)}body .store-item.selected{background:color-mix(in srgb, var(--success) 12%, var(--surface))}body .packing-bar{background:var(--surface-muted)}body .promo-editor-error,body .pilot-inline-error{background:color-mix(in srgb, var(--danger) 10%, var(--surface))}@media (prefers-reduced-motion:reduce){body *,body :before,body :after{scroll-behavior:auto!important}}
