*,: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)}}.toast-container{z-index:9999;flex-direction:column-reverse;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.toast{cursor:pointer;background:#1e2130;border:1px solid #2d3148;border-radius:10px;align-items:center;gap:10px;min-width:280px;max-width:360px;padding:12px 16px;animation:.3s toast-in;display:flex;box-shadow:0 8px 24px #0006}@keyframes toast-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.toast-success{border-left:3px solid #10b981}.toast-warning{border-left:3px solid #f59e0b}.toast-error{border-left:3px solid #ef4444}.toast-info{border-left:3px solid #6366f1}.toast-icon{flex-shrink:0;font-size:16px}.toast-msg{color:#e2e8f0;flex:1;font-size:13px;line-height:1.4}.toast-close{color:#475569;flex-shrink:0;font-size:11px}.toast-close:hover{color:#e2e8f0}.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}.drawer-overlay{z-index:500;background:#00000080;animation:.2s fade-in;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.drawer,.drawer-panel{z-index:501;background:#1a1d27;border-left:1px solid #2d3148;flex-direction:column;width:750px;animation:.3s slide-in-right;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-tabs{white-space:nowrap;scrollbar-width:thin;border-bottom:1px solid #2d3148;flex-shrink:0;gap:4px;padding:0 20px;display:flex;overflow:auto hidden}.drawer-tabs::-webkit-scrollbar{height:6px}.drawer-tabs::-webkit-scrollbar-thumb{background:#334155;border-radius:6px}.drawer-tab{color:#64748b;white-space:nowrap;border-bottom:2px solid #0000;flex:none;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s}.drawer-tab:hover{color:#e2e8f0}.drawer-tab.active{color:#a78bfa;border-bottom-color:#a78bfa}.drawer-body{flex-direction:column;flex:1;gap:14px;padding:16px 20px;display:flex;overflow-y:auto}.drawer-section-title{color:#64748b;text-transform:uppercase;letter-spacing:.8px;border-bottom:1px solid #2d3148;padding-bottom:6px;font-size:11px;font-weight:700}.drawer-header{border-bottom:1px solid #2d3148;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:20px;display:flex}.drawer-id{color:#a78bfa;margin-bottom:4px;font-size:20px;font-weight:700}.drawer-status{text-transform:capitalize;font-size:13px;font-weight:600}.drawer-close{color:#64748b;padding:4px;font-size:16px}.drawer-close:hover{color:#e2e8f0}.drawer-section{border-bottom:1px solid #2d3148;padding:16px 20px}.drawer-label{color:#64748b;text-transform:uppercase;letter-spacing:.8px;margin-bottom:14px;font-size:11px;font-weight:600}.timeline{align-items:flex-start;gap:0;display:flex}.timeline-step{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.timeline-dot{color:#475569;z-index:1;background:#252836;border:2px solid #2d3148;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:flex}.timeline-step.done .timeline-dot{color:#fff;background:#10b981;border-color:#10b981}.timeline-step.current .timeline-dot{color:#fff;background:#6366f1;border-color:#a78bfa;box-shadow:0 0 10px #6366f180}.timeline-line{z-index:0;background:#2d3148;width:100%;height:2px;position:absolute;top:14px;left:50%}.timeline-step.done .timeline-line{background:#10b981}.timeline-label{color:#64748b;text-transform:capitalize;text-align:center;margin-top:6px;font-size:10px}.timeline-step.done .timeline-label{color:#10b981}.timeline-step.current .timeline-label{color:#a78bfa}.drawer-grid{flex-direction:column;gap:0;display:flex}.drawer-row{border-bottom:1px solid #1e2130;justify-content:space-between;padding:8px 0;font-size:13px;display:flex}.drawer-row:last-child{border-bottom:none}.drawer-key{color:#64748b}.drawer-val{color:#e2e8f0;font-weight:500}.drawer-warning{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;margin:0 20px;padding:10px 14px;font-size:12px}.drawer-actions{flex-direction:column;gap:8px;margin-top:auto;padding:16px 20px;display:flex}.drawer-btn{border-radius:8px;width:100%;padding:10px;font-size:13px;font-weight:600;transition:opacity .2s}.drawer-btn.primary{color:#fff;background:#6366f1}.drawer-btn.primary:hover{background:#4f46e5}.drawer-btn.secondary{color:#94a3b8;background:#252836;border:1px solid #2d3148}.drawer-btn.secondary:hover{color:#e2e8f0}body.light .drawer,body.light .drawer-panel{background:#fff;border-color:#e2e8f0}body.light .drawer-header,body.light .drawer-section,body.light .drawer-tabs{border-color:#e2e8f0}body.light .drawer-tab{color:#94a3b8}body.light .drawer-tab:hover{color:#1e293b}body.light .drawer-tab.active{color:#6366f1;border-bottom-color:#6366f1}body.light .drawer-section-title{color:#94a3b8;border-color:#e2e8f0}body.light .drawer-row{border-color:#f1f5f9}body.light .timeline-dot{background:#f1f5f9;border-color:#e2e8f0}body.light .timeline-line{background:#e2e8f0}body.light .drawer-btn.secondary{background:#f1f5f9;border-color:#e2e8f0}.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}}.ord-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:16px;padding:20px;display:flex}.ord-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ord-header-left{flex-direction:column;gap:2px;display:flex}.ord-title{color:#f1f5f9;font-size:22px;font-weight:700}.ord-subtitle{color:#64748b;margin-top:2px;font-size:13px}.ord-header-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ord-search-wrap{position:relative}.ord-search-icon{font-size:13px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.ord-search{color:#e2e8f0;background:#1a1d27;border:1px solid #2d3148;border-radius:8px;outline:none;width:240px;padding:8px 12px 8px 32px;font-size:13px}.ord-search:focus{border-color:#6366f1}.ord-live-btn{border:1px solid;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.live-on{color:#10b981;background:#10b9811a;border-color:#10b981}.live-off{color:#64748b;background:#64748b1a;border-color:#475569}.live-dot{border-radius:50%;width:8px;height:8px}.dot-on{background:#10b981;animation:1.5s infinite pulse-badge;box-shadow:0 0 6px #10b981}.dot-off{background:#475569}.ord-bell{border-radius:8px;padding:6px;font-size:20px;transition:background .2s;position:relative}.ord-bell:hover{background:#252836}.ord-bell-badge{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:0;right:0}.bell-ring{animation:.5s bell-shake}@keyframes bell-shake{0%,to{transform:rotate(0)}20%{transform:rotate(-15deg)}40%{transform:rotate(15deg)}60%{transform:rotate(-10deg)}80%{transform:rotate(10deg)}}.ord-summary-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.ord-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:16px;transition:transform .2s;position:relative;overflow:hidden}.ord-card:before{content:"";background:var(--c);border-radius:12px 12px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.ord-card:hover{transform:translateY(-2px)}.ord-card-urgent{animation:2s infinite urgent-pulse}.ord-card-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ord-card-icon{font-size:22px}.ord-card-trend.up{color:#10b981;background:#10b98126}.ord-card-trend.down{color:#ef4444;background:#ef444426}.ord-card-val{color:#f1f5f9;margin-bottom:4px;font-size:26px;font-weight:700;line-height:1}.ord-card-label{color:#64748b;font-size:12px}.ord-card-urgent-bar{color:#ef4444;background:#ef44441a;border-radius:4px;margin-top:8px;padding:4px 8px;font-size:11px}.ord-filterbar{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:14px 16px}.ord-filters-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ord-select{color:#e2e8f0;cursor:pointer;background:#0f1117;border:1px solid #2d3148;border-radius:8px;outline:none;padding:7px 12px;font-size:13px}.ord-select:focus{border-color:#6366f1}.ord-input{color:#e2e8f0;background:#0f1117;border:1px solid #2d3148;border-radius:8px;outline:none;width:160px;padding:7px 12px;font-size:13px}.ord-input:focus{border-color:#6366f1}.ord-checkbox{color:#94a3b8;cursor:pointer;white-space:nowrap;align-items:center;gap:6px;font-size:13px;display:flex}.ord-checkbox input{accent-color:#6366f1;width:14px;height:14px}.ord-reset-btn{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.ord-reset-btn:hover{background:#ef444433}.bulk-bar{background:#252836;border:1px solid #6366f1;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 16px;animation:.3s slide-in;display:flex}.bulk-count{color:#a78bfa;white-space:nowrap;font-size:13px;font-weight:600}.bulk-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.bulk-action-btn{color:#e2e8f0;background:#1a1d27;border:1px solid #2d3148;border-radius:7px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .2s}.bulk-action-btn:hover{color:#a78bfa;border-color:#6366f1}.bulk-action-btn.priority:hover{color:#f59e0b;border-color:#f59e0b}.bulk-action-btn.print:hover{color:#10b981;border-color:#10b981}.bulk-clear{color:#64748b;border-radius:6px;padding:6px 12px;font-size:12px;transition:color .2s}.bulk-clear:hover{color:#ef4444}.bulk-dropdown-wrap{position:relative}.bulk-dropdown{z-index:50;background:#1e2130;border:1px solid #2d3148;border-radius:8px;min-width:180px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 24px #0006}.bulk-dropdown-item{color:#94a3b8;text-align:left;align-items:center;gap:8px;width:100%;padding:9px 14px;font-size:13px;transition:background .2s;display:flex}.bulk-dropdown-item:hover{color:#e2e8f0;background:#252836}.rider-online-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:7px;height:7px}.ord-table-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;overflow:hidden}.ord-table-header{border-bottom:1px solid #2d3148;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.ord-table-title{color:#e2e8f0;align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.ord-table-count{color:#a78bfa;background:#252836;border-radius:10px;padding:2px 8px;font-size:12px}.ord-table-hint{color:#475569;font-size:11px}.ord-table{border-collapse:collapse;width:100%;min-width:960px;font-size:13px}.ord-thead-row{background:#1a1d27;border-bottom:2px solid #2d3148}.ord-th{text-align:left;color:#94a3b8;white-space:nowrap;text-transform:uppercase;letter-spacing:.6px;background:#1a1d27;padding:11px 12px;font-size:11px;font-weight:700}body.light .ord-thead-row{background:#f8fafc;border-bottom-color:#e2e8f0}body.light .ord-th{color:#64748b;background:#f8fafc}.ord-td{vertical-align:middle;border-bottom:1px solid #1e2130;padding:11px 12px}.ord-row:last-child .ord-td{border-bottom:none}.ord-row-delayed .ord-td{background:#ef44440a}.ord-row-delayed:hover .ord-td{background:#ef444414}.ord-row-new{animation:2s new-order-glow}@keyframes new-order-glow{0%{box-shadow:none}30%{box-shadow:inset 0 0 0 2px #6366f199}to{box-shadow:none}}.ord-row-priority .ord-td:first-child{border-left:3px solid #f59e0b}.ord-id-wrap{align-items:center;gap:5px;display:flex}.ord-id{color:#a78bfa;font-weight:600}.ord-new-badge{color:#fff;background:#6366f1;border-radius:4px;padding:1px 5px;font-size:9px;font-weight:700;animation:1s infinite pulse-badge}.ord-priority-badge{font-size:12px}.ord-time{color:#64748b;white-space:nowrap;font-size:12px}.ord-customer-name{color:#e2e8f0;font-weight:500}.ord-customer-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:flex}.ord-customer-phone{color:#6366f1;margin-top:2px;font-size:11px;text-decoration:none;display:block}.ord-customer-phone:hover{text-decoration:underline}.ord-items-count{color:#e2e8f0;font-weight:500}.ord-items-list{color:#64748b;white-space:nowrap;text-overflow:ellipsis;max-width:140px;margin-top:2px;font-size:11px;overflow:hidden}.ord-amount{color:#10b981;white-space:nowrap;font-weight:600}.ord-badge{white-space:nowrap;border-radius:20px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-block}.ord-status-wrap,.ord-rider-info{align-items:center;gap:6px;display:flex}.ord-rider-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.ord-rider-name{color:#94a3b8;font-size:12px}.ord-assign-btn{color:#a78bfa;white-space:nowrap;background:#6366f11a;border:1px solid #6366f1;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .2s}.ord-assign-btn:hover{color:#fff;background:#6366f1}.ord-checkbox-input{accent-color:#6366f1;cursor:pointer;width:14px;height:14px}.sla-timer{color:#10b981;font-family:monospace;font-size:12px;font-weight:600}.sla-urgent{color:#f59e0b;animation:1s infinite pulse-badge}.sla-delayed{color:#ef4444;font-family:monospace;font-size:12px;font-weight:700}.ord-actions{align-items:center;gap:4px;display:flex}.ord-action-icon{color:#64748b;border-radius:6px;padding:4px 6px;font-size:14px;text-decoration:none;transition:all .2s;display:inline-flex}.ord-action-icon:hover{color:#e2e8f0;background:#252836}.ord-status-drop-wrap{position:relative}.ord-status-dropdown{z-index:50;background:#1e2130;border:1px solid #2d3148;border-radius:8px;min-width:160px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #0006}.ord-status-drop-item{color:#94a3b8;text-align:left;width:100%;padding:8px 14px;font-size:12px;transition:background .2s;display:block}.ord-status-drop-item:hover{color:#e2e8f0;background:#252836}.ord-pagination{border-top:1px solid #2d3148;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:12px 18px;display:flex}.ord-page-btns{align-items:center;gap:4px;display:flex}.ord-page-btn{color:#64748b;background:#252836;border:1px solid #2d3148;border-radius:6px;padding:5px 11px;font-size:13px;transition:all .2s}.ord-page-btn:hover:not(:disabled){color:#a78bfa;border-color:#6366f1}.ord-page-btn:disabled{opacity:.3;cursor:not-allowed}.ord-page-active{color:#fff!important;background:#6366f1!important;border-color:#6366f1!important}.ord-page-ellipsis{color:#475569;padding:0 4px;font-size:13px}.ord-empty{text-align:center;padding:48px 20px}.ord-empty-icon{margin-bottom:12px;font-size:48px}.ord-empty-sub{color:#64748b;margin-bottom:16px;font-size:13px}.modal-overlay{z-index:600;background:#000000a6;justify-content:center;align-items:center;animation:.2s fade-in;display:flex;position:fixed;inset:0}.modal-box{background:#1a1d27;border:1px solid #2d3148;border-radius:14px;width:440px;max-width:95vw;max-height:85vh;animation:.25s slide-up;overflow-y:auto;box-shadow:0 20px 60px #00000080}.modal-lg{width:560px}.modal-title{color:#e2e8f0;font-size:17px;font-weight:700}.modal-sub{color:#64748b;margin-top:3px;font-size:12px}.modal-close{color:#64748b;padding:4px;font-size:16px;transition:color .2s}.modal-close:hover{color:#e2e8f0}.modal-body{flex-direction:column;gap:10px;padding:16px 20px;display:flex}.rider-option{border:1px solid #2d3148;border-radius:10px;justify-content:space-between;align-items:center;padding:12px;transition:border-color .2s;display:flex}.rider-option:hover:not(.rider-offline){border-color:#6366f1}.rider-offline{opacity:.45}.rider-opt-info{align-items:center;gap:10px;display:flex}.rider-opt-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.rider-opt-name{color:#e2e8f0;font-size:14px;font-weight:600}.rider-opt-meta{color:#64748b;margin-top:2px;font-size:11px}.rider-opt-right{align-items:center;gap:8px;display:flex}.rider-status-pill{border-radius:20px;padding:3px 9px;font-size:11px;font-weight:600}.rider-status-pill.online{color:#10b981;background:#10b98126}.rider-status-pill.offline{color:#64748b;background:#64748b26}.rider-select-btn{color:#fff;background:#6366f1;border-radius:7px;padding:5px 14px;font-size:12px;font-weight:600;transition:background .2s}.rider-select-btn:hover{background:#4f46e5}.detail-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;display:grid}.detail-section{background:#0f1117;border-radius:8px;padding:10px 12px}.detail-label{color:#64748b;text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px;font-size:10px;font-weight:600}.detail-val{color:#e2e8f0;font-size:14px;font-weight:600}.detail-items{background:#0f1117;border-radius:8px;padding:12px}.detail-items-list{flex-direction:column;gap:6px;margin-top:8px;display:flex}.detail-item-row{color:#94a3b8;border-bottom:1px solid #1e2130;padding:6px 0;font-size:13px}.detail-item-row:last-child{border-bottom:none}body.light .ord-page{color:#1e293b;background:#f1f5f9}body.light .ord-search,body.light .ord-select,body.light .ord-input{color:#1e293b;background:#fff;border-color:#e2e8f0}body.light .ord-table-card,body.light .ord-filterbar,body.light .ord-card{background:#fff;border-color:#e2e8f0}body.light .ord-th{color:#94a3b8}body.light .ord-td{border-color:#f1f5f9}body.light .ord-thead-row,body.light .ord-table-header,body.light .ord-pagination{border-color:#e2e8f0}body.light .bulk-bar{background:#f1f5f9}body.light .bulk-action-btn{color:#1e293b;background:#fff;border-color:#e2e8f0}body.light .bulk-dropdown,body.light .ord-status-dropdown{background:#fff;border-color:#e2e8f0}body.light .bulk-dropdown-item,body.light .ord-status-drop-item{color:#475569}body.light .bulk-dropdown-item:hover,body.light .ord-status-drop-item:hover{color:#1e293b;background:#f1f5f9}body.light .modal-box{background:#fff;border-color:#e2e8f0}body.light .modal-header,body.light .rider-option{border-color:#e2e8f0}body.light .detail-section,body.light .detail-items{background:#f8fafc}body.light .detail-item-row{border-color:#e2e8f0}body.light .ord-page-btn{background:#f8fafc;border-color:#e2e8f0}body.light .ord-table-count{background:#f1f5f9}@media (width<=1100px){.ord-summary-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.ord-summary-grid{grid-template-columns:repeat(2,1fr)}.ord-header{flex-direction:column}.ord-search{width:100%}.ord-table-wrap{font-size:12px}.ord-th:nth-child(5),.ord-td:nth-child(5),.ord-th:nth-child(10),.ord-td:nth-child(10){display:none}.detail-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.ord-summary-grid{grid-template-columns:1fr 1fr}.ord-filters-row{flex-direction:column;align-items:stretch}.ord-select,.ord-input{width:100%}}body.light .status-tab{color:#64748b;background:#fff;border-color:#e2e8f0}body.light .status-tab-active,body.light .status-tab-count{background:#f1f5f9}.adv-filter-btn{color:#94a3b8;background:#252836;border:1px solid #2d3148;border-radius:8px;padding:6px 12px;font-size:12px;transition:all .2s}.adv-filter-btn:hover{color:#a78bfa;border-color:#6366f1}.form-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}body.light .adv-filter-btn{background:#f8fafc;border-color:#e2e8f0}.col-toggle-btn{color:#94a3b8;background:#252836;border:1px solid #2d3148;border-radius:8px;padding:6px 12px;font-size:12px;transition:all .2s}.col-toggle-btn:hover{color:#a78bfa;border-color:#6366f1}.col-toggle-dropdown{z-index:50;background:#1e2130;border:1px solid #2d3148;border-radius:10px;min-width:160px;padding:10px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0006}.col-toggle-item{color:#94a3b8;cursor:pointer;text-transform:capitalize;border-radius:6px;align-items:center;gap:8px;padding:6px 8px;font-size:13px;transition:background .2s;display:flex}.col-toggle-item:hover{color:#e2e8f0;background:#252836}.col-toggle-item input{accent-color:#6366f1}body.light .col-toggle-btn{background:#f8fafc;border-color:#e2e8f0}body.light .col-toggle-dropdown{background:#fff;border-color:#e2e8f0}body.light .col-toggle-item:hover{color:#1e293b;background:#f1f5f9}.ord-export-btn{color:#94a3b8;background:#252836;border:1px solid #2d3148;border-radius:8px;padding:7px 14px;font-size:13px;font-weight:500;transition:all .2s}.ord-export-btn:hover{color:#10b981;border-color:#10b981}.timeline-wrap{padding:4px 0}.timeline-label-top{color:#64748b;text-transform:uppercase;letter-spacing:.6px;margin-bottom:16px;font-size:11px;font-weight:600}.ord-timeline{flex-direction:column;gap:0;display:flex}.tl-step{gap:14px;display:flex}.tl-left{flex-direction:column;align-items:center;display:flex}.tl-dot{color:#475569;z-index:1;background:#252836;border:2px solid #2d3148;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.tl-done{color:#10b981;background:#1e2130;border-color:#10b981}.tl-current{color:#fff;font-size:14px}.tl-line{background:#2d3148;flex:1;width:2px;min-height:24px;margin:2px 0}.tl-content{padding:4px 0 20px}.tl-status{font-size:13px;font-weight:600}.tl-status-current{color:#e2e8f0}.tl-status-done{color:#10b981}.tl-status-pending{color:#475569}.tl-time{color:#64748b;margin-top:2px;font-size:11px}.tl-reason{color:#ef4444;margin-top:2px;font-size:11px}.detail-tabs{border-bottom:1px solid #2d3148;padding:0 20px;display:flex}.detail-tab{color:#64748b;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 16px;font-size:13px;transition:all .2s}.detail-tab:hover{color:#e2e8f0}.tab-active{color:#a78bfa;border-bottom-color:#6366f1}body.light .detail-tabs{border-color:#e2e8f0}body.light .tab-active{color:#6366f1}.notes-section{flex-direction:column;gap:12px;display:flex}.notes-list{flex-direction:column;gap:8px;max-height:240px;display:flex;overflow-y:auto}.notes-empty{color:#475569;text-align:center;padding:20px;font-size:13px}.note-item{background:#0f1117;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.note-text{color:#94a3b8;flex:1;font-size:13px;line-height:1.5}.note-time{color:#475569;white-space:nowrap;flex-shrink:0;font-size:10px}.note-input-row{gap:8px;display:flex}.note-add-btn{color:#fff;white-space:nowrap;background:#6366f1;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .2s}.note-add-btn:hover{background:#4f46e5}body.light .note-item{background:#f8fafc}.modal-xl{width:640px}.retry-pay-btn{color:#10b981;background:#10b9811a;border:1px solid #10b981;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.retry-pay-btn:hover{color:#fff;background:#10b981}.cancel-order-btn{color:#ef4444;background:#ef44441a;border:1px solid #ef4444;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.cancel-order-btn:hover{color:#fff;background:#ef4444}.assign-now-btn{color:#fff;background:#6366f1;border-radius:8px;width:100%;margin-top:8px;padding:10px;font-size:13px;font-weight:600;transition:background .2s}.assign-now-btn:hover{background:#4f46e5}.retry-hint{color:#ef4444;cursor:pointer;margin-top:2px;font-size:10px}.create-form{flex-direction:column;gap:14px;display:flex}.form-section-title{color:#a78bfa;text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid #2d3148;padding-bottom:6px;font-size:12px;font-weight:700}.form-row{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.form-group{flex-direction:column;gap:5px;display:flex}.form-group.full{grid-column:1/-1}.form-input{color:#e2e8f0;background:#0f1117;border:1px solid #2d3148;border-radius:8px;outline:none;width:100%;padding:8px 12px;font-size:13px;transition:border-color .2s}.form-input:focus{border-color:#6366f1}.input-error{border-color:#ef4444!important}.form-error{color:#ef4444;font-size:11px}.form-textarea{resize:vertical;min-height:60px;font-family:inherit}.item-add-row{gap:8px;display:flex}.item-add-btn{color:#fff;white-space:nowrap;background:#6366f1;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;transition:background .2s}.item-add-btn:hover{background:#4f46e5}.item-suggestions{flex-wrap:wrap;gap:5px;margin-top:6px;display:flex}.item-suggestion{color:#94a3b8;background:#252836;border:1px solid #2d3148;border-radius:20px;padding:3px 10px;font-size:11px;transition:all .2s}.item-suggestion:hover{color:#a78bfa;border-color:#6366f1}.item-tags{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.item-tag{color:#a78bfa;background:#6366f126;border:1px solid #6366f1;border-radius:20px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;display:flex}.item-tag button{color:#6366f1;font-size:10px}.form-cancel-btn{color:#94a3b8;background:#252836;border:1px solid #2d3148;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;transition:all .2s}.form-cancel-btn:hover{color:#e2e8f0}.form-submit-btn{color:#fff;background:#6366f1;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;transition:background .2s}.form-submit-btn:hover{background:#4f46e5}.danger-btn{background:#ef4444!important}.danger-btn:hover{background:#dc2626!important}.danger-btn:disabled{opacity:.4;cursor:not-allowed}body.light .form-input{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}body.light .form-section-title,body.light .form-actions{border-color:#e2e8f0}body.light .item-suggestion,body.light .form-cancel-btn{background:#f1f5f9;border-color:#e2e8f0}.cancel-warning{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;padding:10px 14px;font-size:13px}.cancel-reason-option{color:#94a3b8;cursor:pointer;border-radius:7px;align-items:center;gap:8px;padding:8px 10px;font-size:13px;transition:background .2s;display:flex}.cancel-reason-option:hover{color:#e2e8f0;background:#252836}.cancel-reason-option input{accent-color:#ef4444}body.light .cancel-reason-option:hover{color:#1e293b;background:#f1f5f9}.invoice-preview{color:#111;background:#fff;border-radius:8px;padding:24px}.inv-header{border-bottom:2px solid #6366f1;justify-content:space-between;margin-bottom:18px;padding-bottom:14px;display:flex}.inv-logo{color:#6366f1;font-size:20px;font-weight:800}.inv-title{color:#666;margin-top:2px;font-size:12px}.inv-id{color:#111;font-size:16px;font-weight:700}.inv-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px;display:grid}.inv-section{background:#f9fafb;border-radius:8px;padding:10px 12px}.inv-label{color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:10px}.inv-val{color:#111;margin-bottom:2px;font-size:13px;font-weight:500}.inv-table{border-collapse:collapse;width:100%;margin-bottom:16px}.inv-table th{text-align:left;color:#555;background:#f3f4f6;padding:8px 12px;font-size:12px}.inv-table td{color:#333;border-bottom:1px solid #e5e7eb;padding:8px 12px;font-size:13px}.inv-total{text-align:right;color:#6366f1;margin-bottom:12px;font-size:20px;font-weight:700}.inv-footer{text-align:center;color:#999;border-top:1px solid #e5e7eb;padding-top:10px;font-size:11px}.ord-age-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.age-green{background:#10b981;box-shadow:0 0 4px #10b981}.age-yellow{background:#f59e0b;box-shadow:0 0 4px #f59e0b}.age-red{background:#ef4444;animation:1.5s infinite pulse-badge;box-shadow:0 0 4px #ef4444}.ord-copy-btn{color:#475569;opacity:0;border-radius:4px;padding:1px 4px;font-size:12px;transition:all .2s}.ord-row:hover .ord-copy-btn{opacity:1}.ord-copy-btn:hover{color:#a78bfa;background:#252836}.ord-wa-btn{border-radius:4px;align-items:center;padding:2px 5px;transition:background .2s;display:inline-flex}.ord-wa-btn:hover{background:#25d3661a}.ord-contact-row{align-items:center;gap:4px;margin-top:2px;display:flex}.ord-sticky-header{z-index:10;background:#1a1d27;position:sticky;top:0}.ord-table-wrap{max-height:600px;overflow:auto}.ord-sticky-thead th{z-index:9;background:#1a1d27;border-bottom:2px solid #2d3148;position:sticky;top:0}body.light .ord-sticky-header{background:#fff}body.light .ord-sticky-thead th{background:#fff;border-bottom-color:#e2e8f0}.expanded-row .expanded-td{border-bottom:2px solid #6366f1;padding:0}.expanded-content{background:#0f1117;grid-template-columns:repeat(4,1fr);gap:16px;padding:14px 16px;display:grid}.exp-section{flex-direction:column;gap:6px;display:flex}.exp-label{color:#64748b;text-transform:uppercase;letter-spacing:.6px;font-size:10px;font-weight:700}.exp-items{flex-wrap:wrap;gap:5px;display:flex}.exp-item-tag{color:#94a3b8;background:#252836;border:1px solid #2d3148;border-radius:20px;padding:3px 8px;font-size:11px}.exp-timeline{flex-direction:column;gap:5px;display:flex}.exp-tl-item{align-items:center;gap:6px;font-size:12px;display:flex}.exp-tl-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.exp-tl-status{font-weight:500}.exp-tl-time{color:#64748b;margin-left:auto;font-size:11px}.exp-note{color:#94a3b8;background:#1a1d27;border-radius:6px;padding:5px 8px;font-size:12px}.exp-empty{color:#475569;font-size:12px}.exp-actions{flex-direction:row;justify-content:flex-end;align-items:flex-start;gap:8px}.exp-btn{border-radius:7px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.exp-btn.primary{color:#fff;background:#6366f1}.exp-btn.primary:hover{background:#4f46e5}.exp-btn.secondary{color:#94a3b8;background:#252836;border:1px solid #2d3148}.exp-btn.secondary:hover{color:#e2e8f0}body.light .exp-item-tag{background:#f1f5f9;border-color:#e2e8f0}body.light .exp-note{background:#fff}body.light .exp-btn.secondary{background:#f1f5f9;border-color:#e2e8f0}.analytics-panel{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;padding:16px}.analytics-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.section-title-ord{color:#e2e8f0;font-size:14px;font-weight:600}.analytics-sub{color:#64748b;font-size:12px}.analytics-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.analytics-stat{background:#0f1117;border-radius:8px;padding:10px 14px}.analytics-stat-val{color:#f1f5f9;font-size:18px;font-weight:700}.analytics-stat-label{color:#64748b;margin-top:2px;font-size:11px}.chart-legend{gap:14px;margin-bottom:10px;font-size:12px;display:flex}.legend-today{color:#6366f1;font-weight:600}.legend-yesterday{color:#475569}.legend-peak{color:#f59e0b;font-weight:600}.chart-bars{align-items:flex-end;gap:4px;height:100px;display:flex}.chart-bar-group{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:3px;height:100%;display:flex}.chart-bar-pair{align-items:flex-end;gap:2px;width:100%;display:flex}.chart-bar{border-radius:3px 3px 0 0;flex:1;min-height:2px;transition:height .4s}.today-bar{background:#6366f1}.today-bar:hover{background:#a78bfa}.yesterday-bar{background:#2d3148}.peak-bar{background:#f59e0b!important}.chart-bar-label{color:#475569;white-space:nowrap;font-size:9px}body.light .analytics-panel{background:#fff;border-color:#e2e8f0}body.light .analytics-stat{background:#f8fafc}body.light .yesterday-bar{background:#e2e8f0}.ord-refresh-btn{color:#94a3b8;background:#252836;border:1px solid #2d3148;border-radius:8px;padding:7px 14px;font-size:13px;font-weight:500;transition:all .2s}.search-history{z-index:50;background:#1e2130;border:1px solid #2d3148;border-radius:8px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0006}.search-history-item{color:#94a3b8;text-align:left;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:13px;transition:background .2s;display:flex}.search-history-item:hover{color:#e2e8f0;background:#252836}body.light .search-history{background:#fff;border-color:#e2e8f0}body.light .search-history-item:hover{color:#1e293b;background:#f1f5f9}.refund-confirm-box{background:#0f1117;border-radius:10px;flex-direction:column;gap:10px;margin-bottom:16px;padding:14px;display:flex}.refund-confirm-row{border-bottom:1px solid #1e2130;justify-content:space-between;padding:6px 0;font-size:13px;display:flex}.refund-confirm-row:last-child{border-bottom:none}.refund-confirm-row span{color:#64748b}.refund-confirm-row strong{color:#e2e8f0}.refund-amount{font-size:16px;color:#10b981!important}.refund-success{text-align:center;padding:24px}.refund-success-icon{margin-bottom:12px;font-size:48px}.refund-success-text{color:#10b981;margin-bottom:6px;font-size:16px;font-weight:700}.refund-success-sub{color:#64748b;font-size:13px}body.light .refund-confirm-box{background:#f8fafc}body.light .refund-confirm-row{border-color:#e2e8f0}.ord-row{cursor:pointer}.ord-row-expanded .ord-td{border-bottom:none;background:#1e2130!important}.ord-row-expanded:hover .ord-td{background:#252836!important}body.light .ord-row-expanded .ord-td{background:#f1f5f9!important}@keyframes panel-slide-in{0%{opacity:0;filter:blur(2px);transform:translate(100%)}to{opacity:1;filter:blur();transform:translate(0)}}.ofp-items-list{background:#0f1117;border:1px solid #2d3148;border-radius:10px;flex-direction:column;gap:0;margin-bottom:0;display:flex;overflow:hidden}body.light .order-full-panel,body.light .ofp-header{background:#fff;border-color:#e2e8f0}body.light .ofp-back-btn{color:#64748b;border-color:#e2e8f0}@media (width<=600px){.order-full-panel{width:100vw}.ofp-stats-bar{gap:0}.ofp-stat{padding:0 10px}.ofp-info-grid{grid-template-columns:1fr}.ofp-info-row:nth-child(odd){border-right:none}.ofp-info-row:nth-last-child(-n+2){border-bottom:1px solid #1e2130}.ofp-info-row:last-child{border-bottom:none}}.panel-backdrop{z-index:500;background:#00000080;animation:.2s fade-in;position:fixed;inset:0}.order-full-panel{z-index:501;background:#1a1d27;border-left:1px solid #2d3148;flex-direction:column;width:560px;max-width:100vw;animation:.3s cubic-bezier(.16,1,.3,1) panel-slide-in;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-8px 0 40px #0006}.ofp-header{background:#1a1d27;border-bottom:1px solid #2d3148;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:14px 18px;display:flex}.ofp-header-left{align-items:center;gap:10px;display:flex}.ofp-back-btn{color:#64748b;white-space:nowrap;border:1px solid #2d3148;border-radius:7px;padding:5px 10px;font-size:13px;transition:all .2s}.ofp-back-btn:hover{color:#a78bfa;border-color:#6366f1}.ofp-id-wrap{align-items:center;gap:6px;display:flex}.ofp-id{color:#a78bfa;font-size:17px;font-weight:700}.ofp-status-badge{font-size:12px!important}.ofp-header-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ofp-action-btn{white-space:nowrap;cursor:pointer;border:1px solid;border-radius:7px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.ofp-action-btn.green{color:#10b981;background:#10b9811a;border-color:#10b981}.ofp-action-btn.green:hover{color:#fff;background:#10b981}.ofp-action-btn.purple{color:#a78bfa;background:#6366f11a;border-color:#6366f1}.ofp-action-btn.purple:hover{color:#fff;background:#6366f1}.ofp-action-btn.blue{color:#60a5fa;background:#3b82f61a;border-color:#3b82f6}.ofp-action-btn.blue:hover{color:#fff;background:#3b82f6}.ofp-action-btn.red{color:#ef4444;background:#ef44441a;border-color:#ef4444}.ofp-action-btn.red:hover{color:#fff;background:#ef4444}.ofp-action-btn.gray{color:#94a3b8;background:#252836;border-color:#2d3148}.ofp-action-btn.gray:hover{color:#a78bfa;border-color:#6366f1}.ofp-close-btn{color:#64748b;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;transition:all .2s;display:flex}.ofp-close-btn:hover{color:#e2e8f0;background:#252836}.ofp-status-drop{z-index:10;background:#1e2130;border:1px solid #2d3148;border-radius:8px;min-width:160px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #0006}.ofp-status-drop-item{color:#94a3b8;text-align:left;width:100%;padding:8px 14px;font-size:12px;transition:background .2s;display:block}.ofp-status-drop-item:hover{color:#e2e8f0;background:#252836}.ofp-stats-bar{background:#0f1117;border-bottom:1px solid #2d3148;flex-shrink:0;align-items:center;gap:0;padding:12px 18px;display:flex;overflow-x:auto}.ofp-stat{flex-direction:column;flex-shrink:0;gap:3px;padding:0 16px;display:flex}.ofp-stat:first-child{padding-left:0}.ofp-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600}.ofp-stat-val{color:#e2e8f0;font-size:13px;font-weight:600}.ofp-stat-val.green{color:#10b981}.ofp-stat-divider{background:#2d3148;flex-shrink:0;width:1px;height:32px}.ofp-tabs{background:#1a1d27;border-bottom:1px solid #2d3148;flex-shrink:0;padding:0 18px;display:flex;overflow-x:auto}.ofp-tab{color:#64748b;white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:5px;margin-bottom:-1px;padding:11px 14px;font-size:13px;transition:all .2s;display:flex}.ofp-tab:hover{color:#e2e8f0}.ofp-tab-active{color:#a78bfa;border-bottom-color:#6366f1}.ofp-tab-badge{color:#fff;background:#6366f1;border-radius:10px;padding:1px 5px;font-size:10px;font-weight:700}.ofp-body{flex:1;padding:20px 18px;overflow-y:auto}.ofp-section{margin-bottom:24px}.ofp-section-title{color:#64748b;text-transform:uppercase;letter-spacing:.7px;border-bottom:1px solid #2d3148;margin-bottom:12px;padding-bottom:8px;font-size:11px;font-weight:700}.ofp-info-key{color:#64748b}.ofp-rider-card{background:#0f1117;border:1px solid #2d3148;border-radius:10px;align-items:center;gap:12px;padding:14px;display:flex}.ofp-rider-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.ofp-rider-info{flex:1}.ofp-rider-name{color:#e2e8f0;font-size:14px;font-weight:600}.ofp-rider-meta{color:#64748b;text-transform:capitalize;margin-top:2px;font-size:12px}.ofp-cancel-reason{color:#ef4444;background:#ef444414;border:1px solid #ef444433;border-radius:8px;padding:12px 14px;font-size:13px}.ofp-items-list{background:#0f1117;border:1px solid #2d3148;border-radius:10px 10px 0 0;flex-direction:column;gap:0;display:flex;overflow:hidden}.ofp-item-row{border-bottom:1px solid #1e2130;align-items:center;gap:12px;padding:12px 14px;transition:background .2s;display:flex}.ofp-item-row:last-child{border-bottom:none}.ofp-item-row:hover{background:#1e2130}.ofp-item-icon{flex-shrink:0;font-size:16px}.ofp-item-name{color:#e2e8f0;flex:1;font-size:13px}.ofp-item-qty{color:#64748b;font-size:12px}.ofp-items-total{color:#94a3b8;background:#252836;border:1px solid #2d3148;border-top:none;border-radius:0 0 10px 10px;justify-content:space-between;padding:12px 14px;font-size:14px;font-weight:600;display:flex}.ofp-total-val{color:#10b981;font-size:16px}.ofp-notes-list{flex-direction:column;gap:10px;max-height:300px;margin-bottom:16px;display:flex;overflow-y:auto}.ofp-notes-empty{text-align:center;color:#475569;padding:32px;font-size:13px}.ofp-note-item{align-items:flex-start;gap:10px;display:flex}.ofp-note-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:flex}.ofp-note-content{background:#0f1117;border-radius:8px;flex:1;padding:10px 12px}.ofp-note-text{color:#94a3b8;font-size:13px;line-height:1.5}.ofp-note-time{color:#475569;margin-top:4px;font-size:10px}.ofp-note-input-wrap{flex-direction:column;gap:8px;display:flex}.ofp-note-input{color:#e2e8f0;resize:none;background:#0f1117;border:1px solid #2d3148;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.5;transition:border-color .2s}.ofp-note-input:focus{border-color:#6366f1}.ofp-note-submit{color:#fff;background:#6366f1;border-radius:8px;align-self:flex-end;padding:8px 20px;font-size:13px;font-weight:600;transition:background .2s}.ofp-note-submit:hover:not(:disabled){background:#4f46e5}.ofp-note-submit:disabled{opacity:.4;cursor:not-allowed}.ofp-customer-card{background:#0f1117;border:1px solid #2d3148;border-radius:10px;align-items:center;gap:14px;margin-bottom:14px;padding:16px;display:flex}.ofp-customer-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;font-weight:700;display:flex}.ofp-customer-name{color:#e2e8f0;font-size:16px;font-weight:700}.ofp-customer-meta{color:#64748b;margin-top:3px;font-size:12px}.ofp-contact-actions{flex-wrap:wrap;gap:10px;margin-bottom:8px;display:flex}.ofp-contact-btn{border-radius:9px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.ofp-order-history-note{color:#475569;font-size:12px;font-style:italic}body.light .order-full-panel,body.light .ofp-header{background:#fff;border-color:#e2e8f0}body.light .ofp-stats-bar{background:#f8fafc;border-color:#e2e8f0}body.light .ofp-tabs{background:#fff;border-color:#e2e8f0}body.light .ofp-back-btn{border-color:#e2e8f0}body.light .ofp-action-btn.gray{background:#f1f5f9;border-color:#e2e8f0}body.light .ofp-rider-card,body.light .ofp-customer-card,body.light .ofp-items-list,body.light .ofp-note-content{background:#f8fafc;border-color:#e2e8f0}body.light .ofp-item-row{border-color:#f1f5f9}body.light .ofp-item-row:hover{background:#f1f5f9}body.light .ofp-items-total{background:#f1f5f9;border-color:#e2e8f0}body.light .ofp-note-input{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}body.light .ofp-section-title{border-color:#e2e8f0}body.light .ofp-status-drop{background:#fff;border-color:#e2e8f0}body.light .ofp-status-drop-item:hover{color:#1e293b;background:#f1f5f9}body.light .panel-backdrop{background:#0000004d}@media (width<=600px){.order-full-panel{width:100vw}.ofp-info-grid{grid-template-columns:1fr}.ofp-info-row:nth-child(odd){border-right:none}.ofp-info-row:nth-last-child(-n+2){border-bottom:1px solid #1e2130}.ofp-info-row:last-child{border-bottom:none}}.ord-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.ord-empty-illustration{background:#252836;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:20px;font-size:48px;display:flex;box-shadow:0 0 0 12px #6366f10f,0 0 0 24px #6366f108}.ord-empty-text{color:#e2e8f0;margin-bottom:8px;font-size:18px;font-weight:700}.ord-empty-sub{color:#64748b;max-width:280px;margin-bottom:20px;font-size:13px;line-height:1.6}body.light .ord-empty-illustration{background:#f1f5f9}body.light .ord-empty-text{color:#1e293b}.error-boundary{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:60px 20px;display:flex}.error-boundary-icon{margin-bottom:16px;font-size:48px}.error-boundary-title{color:#e2e8f0;margin-bottom:8px;font-size:18px;font-weight:700}.error-boundary-msg{color:#64748b;max-width:360px;margin-bottom:20px;font-size:13px;line-height:1.6}.error-boundary-btn{color:#fff;background:#6366f1;border-radius:8px;padding:10px 24px;font-size:13px;font-weight:600;transition:background .2s}.error-boundary-btn:hover{background:#4f46e5}body.light .error-boundary-title{color:#1e293b}.ord-row{transition:background .15s,box-shadow .15s}.ord-row:hover .ord-td{background:#6366f10d!important}.ord-row:hover .ord-td:first-child{box-shadow:inset 3px 0 #6366f1}.ord-row-delayed:hover .ord-td:first-child{box-shadow:inset 3px 0 #ef4444}.ord-row-expanded .ord-td:first-child{box-shadow:inset 3px 0 #a78bfa}.ord-td{transition:background .15s}.ord-sticky-thead th{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:2px solid #2d3148;background:#1a1d27f7!important}body.light .ord-sticky-thead th{border-bottom:2px solid #e2e8f0;background:#fffffff7!important}.ord-badge{letter-spacing:.2px;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:700;transition:opacity .2s;display:inline-flex}.ord-badge[data-status=pending],.ord-badge.status-pending{color:#f59e0b;background:#f59e0b1f;border-color:#f59e0b40}.ord-badge[data-status=confirmed],.ord-badge.status-confirmed{color:#a78bfa;background:#6366f11f;border-color:#6366f140}.ord-badge[data-status=preparing],.ord-badge.status-preparing{color:#60a5fa;background:#3b82f61f;border-color:#3b82f640}.ord-badge[data-status=ready],.ord-badge.status-ready{color:#2dd4bf;background:#14b8a61f;border-color:#14b8a640}.ord-badge[data-status=picked_up],.ord-badge[data-status=in-transit],.ord-badge.status-in-transit{color:#a78bfa;background:#8b5cf61f;border-color:#8b5cf640}.ord-badge[data-status=delivered],.ord-badge.status-delivered{color:#10b981;background:#10b9811f;border-color:#10b98140}.ord-badge[data-status=cancelled],.ord-badge.status-cancelled{color:#ef4444;background:#ef44441a;border-color:#ef444433}.ord-badge[data-status=refunded],.ord-badge.status-refunded{color:#94a3b8;background:#64748b1f;border-color:#64748b33}.ord-badge[data-status]:before{content:"";background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.ord-pay-badge{border:1px solid #0000;border-radius:999px;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-flex}.ord-pay-badge.paid{color:#10b981;background:#10b9811a;border-color:#10b98133}.ord-pay-badge.pending{color:#f59e0b;background:#f59e0b1a;border-color:#f59e0b33}.ord-pay-badge.failed{color:#ef4444;background:#ef44441a;border-color:#ef444433}.ord-pay-badge.cod{color:#a78bfa;background:#6366f11a;border-color:#6366f133}.status-tabs{scrollbar-width:none;background:#1a1d2799;border:1px solid #2d3148;border-radius:12px;flex-wrap:nowrap;gap:4px;padding:4px;display:flex;overflow-x:auto}.status-tabs::-webkit-scrollbar{display:none}.status-tab{border:1px solid #0000;border-radius:9px;gap:5px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .18s}.status-tab:hover{color:#a78bfa;background:#6366f114;border-color:#6366f133}.status-tab-active{box-shadow:0 2px 8px #6366f126;color:#a78bfa!important;background:#6366f126!important;border-color:#6366f159!important}.status-tab-active .status-tab-count{background:#6366f140}body.light .status-tabs{background:#f8fafc;border-color:#e2e8f0;width:100%}body.light .status-tab{color:#64748b;background:0 0}body.light .status-tab:hover{background:#6366f10f}body.light .status-tab-count{color:#64748b;background:#f1f5f9}.ord-card{transition:transform .2s,box-shadow .2s,border-color .2s}.ord-card:hover{box-shadow:0 8px 24px #00000040, 0 0 0 1px var(--c,#6366f1);transform:translateY(-3px);border-color:var(--c,#6366f1)!important}.ord-card-val{letter-spacing:-.5px;font-size:28px;font-weight:800}.ord-card-trend{border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.order-full-panel{border-left:1px solid #6366f133;box-shadow:-12px 0 48px #00000080,-1px 0 #6366f126}.panel-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009}body.light .panel-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a59}.ofp-header{background-image:linear-gradient(#1a1d27,#1a1d27),linear-gradient(90deg,#6366f1,#a78bfa,#10b981);background-origin:border-box;background-clip:padding-box,border-box;border-top:3px solid #0000}body.light .ofp-header{background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#6366f1,#a78bfa,#10b981)}.ofp-tab{padding-bottom:12px;position:relative}.ofp-tab:after{content:"";background:#6366f1;border-radius:2px 2px 0 0;height:2px;transition:left .2s,right .2s;position:absolute;bottom:-1px;left:50%;right:50%}.ofp-tab-active:after{left:0;right:0}.ofp-tab:hover:after{background:#6366f166;left:20%;right:20%}.ofp-tab-active:hover:after{background:#6366f1;left:0;right:0}.ofp-body::-webkit-scrollbar{width:4px}.ofp-body::-webkit-scrollbar-track{background:0 0}.ofp-body::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:4px}.ofp-body::-webkit-scrollbar-thumb:hover{background:#6366f180}.ofp-info-row{transition:background .15s}.ofp-info-row:hover{background:#6366f10a}.ofp-action-btn{transition:all .18s;transform:translateY(0)}.ofp-action-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.ofp-action-btn:active{transform:translateY(0)}.ord-empty{padding:72px 20px}.ord-empty-illustration{background:linear-gradient(135deg,#6366f11a,#10b98114);border:1px solid #6366f126;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:24px;font-size:44px;animation:3s ease-in-out infinite empty-float;display:flex;box-shadow:0 0 0 12px #6366f10d,0 0 0 24px #6366f106}@keyframes empty-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.ord-empty-text{letter-spacing:-.2px;margin-bottom:8px;font-size:18px;font-weight:700}.ord-empty-sub{max-width:300px;margin:0 auto 20px;font-size:13px;line-height:1.7}body.light .ord-empty-illustration{background:linear-gradient(135deg,#6366f112,#10b9810d);border-color:#6366f11f}.error-boundary-icon{animation:3s ease-in-out infinite empty-float}.ord-table-card{border-radius:14px;transition:box-shadow .2s;overflow:hidden;box-shadow:0 1px 3px #0000001f}.ord-table-header{background:linear-gradient(90deg,#6366f10a,#0000);padding:14px 20px}.ord-table-title{letter-spacing:-.1px;font-size:14px;font-weight:700}.ord-table-count{color:#a78bfa;background:#6366f11f;border:1px solid #6366f133;border-radius:999px;padding:2px 9px;font-size:11px;font-weight:700}.bulk-bar{background:linear-gradient(135deg,#6366f11a,#6366f10f);border:1px solid #6366f14d;border-radius:12px;padding:10px 16px;animation:.25s cubic-bezier(.16,1,.3,1) bulk-bar-in;box-shadow:0 2px 12px #6366f11a}@keyframes bulk-bar-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.bulk-count{color:#a78bfa;font-size:13px;font-weight:700}.bulk-action-btn{border-radius:8px;font-weight:600;transition:all .18s}.bulk-action-btn:hover{transform:translateY(-1px);box-shadow:0 3px 8px #00000026}.ord-pagination{background:#0f111766}.ord-page-btn{border-radius:8px;font-weight:600;transition:all .18s}.ord-page-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 8px #6366f126}.ord-page-active{background:linear-gradient(135deg,#6366f1,#4f46e5)!important;box-shadow:0 3px 10px #6366f159!important}body.light .ord-pagination{background:#f8fafccc}.ord-filterbar{border-radius:12px;transition:border-color .2s}.ord-filterbar:focus-within{border-color:#6366f14d}.ord-select,.ord-input{transition:border-color .2s,box-shadow .2s}.ord-select:focus,.ord-input:focus{box-shadow:0 0 0 3px #6366f11a}.ord-search{transition:border-color .2s,box-shadow .2s,width .2s}.ord-search:focus{width:280px;box-shadow:0 0 0 3px #6366f11a}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000a6}.modal-box{border-radius:16px;animation:.25s cubic-bezier(.16,1,.3,1) modal-pop;box-shadow:0 24px 64px #00000080,0 0 0 1px #6366f11a}@keyframes modal-pop{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-header{background:linear-gradient(90deg,#6366f10a,#0000)}.modal-title{letter-spacing:-.2px;font-size:17px;font-weight:700}.rider-option{transition:all .18s}.rider-option:hover:not(.rider-offline){background:#6366f10a;border-color:#6366f180;transform:translate(2px)}.tl-dot{transition:all .2s;box-shadow:0 0 #0000}.tl-done{box-shadow:0 0 0 4px #10b98126}.tl-current{animation:2s infinite tl-pulse;box-shadow:0 0 0 4px #6366f133}@keyframes tl-pulse{0%,to{box-shadow:0 0 0 4px #6366f133}50%{box-shadow:0 0 0 8px #6366f114}}.tl-line-done{background:linear-gradient(#10b981,#10b98166)}.expanded-row .expanded-td{border-bottom:2px solid #6366f166}.expanded-content{background:linear-gradient(#6366f10a,#0f1117cc);border-top:1px solid #6366f11a;animation:.2s expand-in}@keyframes expand-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.exp-item-tag{transition:all .15s}.exp-item-tag:hover{color:#a78bfa;border-color:#6366f166}.exp-btn{transition:all .18s}.exp-btn:hover{transform:translateY(-1px)}body.light .expanded-content{background:linear-gradient(#6366f108,#f8fafc)}.ord-action-icon{transition:all .15s}.ord-action-icon:hover{color:#a78bfa;background:#6366f11a;transform:scale(1.1)}.ord-assign-btn{transition:all .18s}.ord-assign-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}body.light .ord-row:hover .ord-td{background:#6366f108!important}body.light .ord-row:hover .ord-td:first-child{box-shadow:inset 3px 0 #6366f180}body.light .ord-table-header{background:linear-gradient(90deg,#6366f108,#0000)}body.light .ord-table-count{background:#6366f114;border-color:#6366f126}body.light .bulk-bar{background:linear-gradient(135deg,#6366f112,#6366f10a);border-color:#6366f133}body.light .modal-overlay{background:#0f172a80}body.light .modal-box{box-shadow:0 24px 64px #0f172a33,0 0 0 1px #6366f114}body.light .ord-page-active{box-shadow:0 3px 10px #6366f140!important}.ord-card-icon-wrap{justify-content:center;align-items:center;display:inline-flex}.ord-card-bar-track{background:#ffffff14;border-radius:2px;height:3px;margin-top:10px;overflow:hidden}.ord-card-bar-fill{opacity:.7;border-radius:2px;height:100%;transition:width .6s}body.light .ord-card-bar-track{background:#0000000f}.ord-customer-cell{align-items:center;gap:9px;display:flex}.ord-customer-avatar{color:#fff;letter-spacing:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:flex}.ord-filter-select-wrap{align-items:center;display:flex;position:relative}.ord-filter-icon{pointer-events:none;z-index:1;font-size:12px;position:absolute;left:9px}.ord-filter-select-wrap .ord-select,.ord-filter-select-wrap .ord-input{padding-left:28px}.ord-filter-spacer{flex:1}.adv-filter-btn-active{color:#a78bfa!important;background:#6366f114!important;border-color:#6366f1!important}.ord-active-chips{border-top:1px solid #2d3148;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:10px;display:flex}.ord-filter-chip{color:#a78bfa;background:#6366f11a;border:1px solid #6366f140;border-radius:999px;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.ord-chip-remove{color:#a78bfa;cursor:pointer;opacity:.7;background:0 0;border:none;padding:0;font-size:10px;transition:opacity .15s}.ord-chip-remove:hover{opacity:1}.ord-advanced-row{border-top:1px solid #2d3148;flex-wrap:wrap;gap:20px;margin-top:12px;padding-top:12px;animation:.2s expand-in;display:flex}.ord-adv-group{flex-direction:column;gap:6px;display:flex}.ord-adv-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.ord-adv-range{align-items:center;gap:6px;display:flex}.ord-adv-dash{color:#475569;font-size:13px}.ord-checkbox-pill{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#0f1117;border:1px solid #2d3148;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .18s;display:flex}.ord-checkbox-pill:hover{color:#a78bfa;border-color:#6366f1}.ord-checkbox-pill input:checked~span{color:#a78bfa}body.light .ord-active-chips,body.light .ord-advanced-row{border-color:#e2e8f0}body.light .ord-checkbox-pill{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.bulk-count-wrap{align-items:center;gap:7px;display:flex}.bulk-count-dot{background:#a78bfa;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.5s infinite pulse-badge;box-shadow:0 0 6px #a78bfa}.bulk-divider{background:#6366f14d;flex-shrink:0;width:1px;height:20px}.bulk-dropdown-header{color:#475569;text-transform:uppercase;letter-spacing:.6px;padding:8px 14px 4px;font-size:10px;font-weight:700}.bulk-rider-name{color:#e2e8f0;flex:1;font-weight:600}.bulk-rider-meta{color:#64748b;font-size:11px}body.light .bulk-rider-name{color:#1e293b}.exp-amount{color:#64748b;margin-top:6px;font-size:12px}.exp-amount strong{color:#10b981}.exp-rider-pill{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.exp-rider-dot{background:#10b981;border-radius:50%;width:6px;height:6px;box-shadow:0 0 4px #10b981}.modal-assign{max-width:460px}.modal-order-id{color:#a78bfa;font-family:monospace;font-weight:700}.modal-sep{color:#475569;margin:0 6px}.assign-section-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;margin-bottom:8px;font-size:11px;font-weight:700;display:flex}.assign-online-dot{background:#10b981;border-radius:50%;width:7px;height:7px;box-shadow:0 0 5px #10b981}.assign-no-riders{text-align:center;color:#64748b;padding:32px 20px;font-size:13px}.rider-load-bar{background:#ffffff14;border-radius:2px;width:120px;height:3px;margin-top:5px;overflow:hidden}.rider-load-fill{border-radius:2px;height:100%;transition:width .4s}.rider-opt-sep{color:#475569;margin:0 5px}body.light .rider-load-bar{background:#0000000f}.analytics-live-badge{color:#10b981;vertical-align:middle;background:#10b9811a;border:1px solid #10b98133;border-radius:999px;margin-left:8px;padding:2px 8px;font-size:10px;font-weight:700;animation:2s infinite pulse-badge;display:inline-block}.analytics-stat{border-radius:10px;padding:12px 14px;transition:transform .2s}.analytics-stat:hover{transform:translateY(-2px)}.analytics-stat-icon{margin-bottom:6px;font-size:16px;display:block}.analytics-stat-val{letter-spacing:-.3px;margin-bottom:4px;font-size:20px;font-weight:800;line-height:1}.analytics-stat-label{color:#64748b;font-size:11px;line-height:1.3}body.light .analytics-stat-label{color:#94a3b8}.sla-timer{color:#10b981;background:#10b98114;border:1px solid #10b98126;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-family:Courier New,monospace;font-size:12px;font-weight:700;display:inline-flex}.sla-urgent{animation:1s infinite pulse-badge;color:#f59e0b!important;background:#f59e0b1a!important;border-color:#f59e0b33!important}.sla-delayed{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-family:Courier New,monospace;font-size:12px;font-weight:700;animation:1.5s infinite pulse-badge;display:inline-flex}.ord-row-sla-breach .ord-td{background:#ef44440f;border-left:3px solid #ef4444}.ord-row-sla-breach:hover .ord-td{background:#ef44441a}.rdr-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:16px;padding:20px;display:flex}.rdr-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.rdr-title{color:#f1f5f9;font-size:22px;font-weight:700}.rdr-subtitle{color:#64748b;margin-top:2px;font-size:13px}.rdr-header-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.rdr-view-toggle{background:#0f1117;border:1px solid #2d3148;border-radius:8px;padding:2px;display:flex}.rdr-view-btn{color:#64748b;border-radius:6px;padding:5px 12px;font-size:12px;transition:all .2s}.rdr-view-btn.active{color:#a78bfa;background:#252836}.rdr-view-btn:hover:not(.active){color:#e2e8f0}.rdr-stats-grid{grid-template-columns:repeat(8,1fr);gap:10px;display:grid}.rdr-stat-card{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;padding:14px 12px;transition:transform .2s;position:relative;overflow:hidden}.rdr-stat-card:before{content:"";background:var(--rc);border-radius:10px 10px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.rdr-stat-card:hover{transform:translateY(-2px)}.rdr-stat-top{margin-bottom:6px}.rdr-stat-icon{font-size:18px}.rdr-stat-val{color:#f1f5f9;margin-bottom:3px;font-size:20px;font-weight:700;line-height:1}.rdr-stat-label{color:#64748b;font-size:10px}.rdr-sort-wrap{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.rdr-sort-label{color:#64748b;white-space:nowrap;font-size:12px}.rdr-sort-btn{color:#64748b;background:#252836;border:1px solid #2d3148;border-radius:6px;padding:4px 10px;font-size:11px;transition:all .2s}.rdr-sort-btn:hover{color:#a78bfa;border-color:#6366f1}.rdr-sort-btn.active{color:#a78bfa;background:#6366f126;border-color:#6366f1}.rdr-row{cursor:pointer;transition:background .15s}.rdr-row:hover .rdr-td{background:#1e2130}.rdr-row-selected .rdr-td{background:#6366f10f!important}.rdr-row-priority .rdr-td:first-child{border-left:3px solid #f59e0b}.rdr-td{vertical-align:middle;border-bottom:1px solid #1e2130;padding:12px}.rdr-row:last-child .rdr-td{border-bottom:none}.rdr-name-cell{align-items:center;gap:10px;display:flex}.rdr-avatar-wrap{flex-shrink:0;position:relative}.rdr-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.rdr-status-ring{border:2px solid #1a1d27;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.rdr-status-ring.online{background:#10b981}.rdr-status-ring.offline{background:#475569}.rdr-status-ring.on-delivery{background:#a78bfa}.rdr-status-ring.on-break{background:#f59e0b}.rdr-name{color:#e2e8f0;align-items:center;gap:5px;font-size:13px;font-weight:600;display:flex}.rdr-id{color:#64748b;margin-top:1px;font-size:11px}.rdr-priority-badge{font-size:11px}.rdr-verified{color:#10b981;font-size:11px;font-weight:700}.rdr-contact-cell{flex-direction:column;gap:3px;display:flex}.rdr-phone{color:#6366f1;font-size:12px;text-decoration:none}.rdr-phone:hover{text-decoration:underline}.rdr-contact-icons{gap:4px;display:flex}.rdr-icon-btn{color:#64748b;border-radius:5px;padding:3px 5px;font-size:13px;text-decoration:none;transition:all .2s;display:inline-flex}.rdr-icon-btn:hover{color:#e2e8f0;background:#252836}.rdr-zone-badge{color:#a78bfa;white-space:nowrap;background:#6366f11a;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:500}.rdr-vehicle{color:#e2e8f0;font-size:13px;font-weight:500}.rdr-vehicle-no{color:#64748b;margin-top:1px;font-size:11px}.rdr-status-wrap{align-items:center;gap:6px;display:flex}.rdr-status-badge{white-space:nowrap;border-radius:20px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-block}.rdr-status-drop{z-index:50;background:#1e2130;border:1px solid #2d3148;border-radius:8px;min-width:140px;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 8px 24px #0006}.rdr-status-drop-item{color:#94a3b8;text-align:left;width:100%;padding:8px 12px;font-size:12px;transition:background .2s;display:block}.rdr-status-drop-item:hover{color:#e2e8f0;background:#252836}.rdr-orders-count{color:#64748b;font-size:14px;font-weight:700}.rdr-orders-count.has-orders{color:#a78bfa}.rdr-rating{color:#f59e0b;font-size:13px}.rdr-rating strong{color:#e2e8f0}.rdr-today-del{color:#e2e8f0;font-size:14px;font-weight:600}.rdr-ontime{color:#64748b;margin-top:1px;font-size:11px}.rdr-earnings{color:#10b981;white-space:nowrap;font-size:13px;font-weight:600}.rdr-actions{align-items:center;gap:4px;display:flex}.rdr-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.rdr-card{cursor:pointer;background:#1a1d27;border:1px solid #2d3148;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:16px;transition:all .2s;display:flex;position:relative}.rdr-card:hover{border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.rdr-card-selected{background:#1e2130;border-color:#6366f1!important}.rdr-card-priority{border-top:3px solid #f59e0b}.rdr-card-top{justify-content:space-between;align-items:center;display:flex;position:absolute;top:10px;left:10px;right:10px}.rdr-card-star{color:#64748b;font-size:14px;transition:color .2s}.rdr-card-star:hover{color:#f59e0b}.rdr-card-avatar-wrap{margin-top:20px;position:relative}.rdr-card-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:22px;font-weight:700;display:flex}.rdr-card-status-dot{border:2px solid #1a1d27;border-radius:50%;width:14px;height:14px;position:absolute;bottom:2px;right:2px}.rdr-card-status-dot.online{background:#10b981;box-shadow:0 0 6px #10b981}.rdr-card-status-dot.offline{background:#475569}.rdr-card-status-dot.on-delivery{background:#a78bfa;box-shadow:0 0 6px #a78bfa}.rdr-card-status-dot.on-break{background:#f59e0b}.rdr-card-name{color:#e2e8f0;align-items:center;gap:5px;font-size:14px;font-weight:700;display:flex}.rdr-card-id{color:#64748b;font-size:11px}.rdr-card-status-wrap{align-items:center;gap:6px;display:flex}.rdr-card-stats{background:#0f1117;border-radius:8px;align-items:center;width:100%;margin-top:4px;padding:10px 0;display:flex}.rdr-card-stat{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.rdr-card-stat-val{color:#e2e8f0;font-size:13px;font-weight:700}.rdr-card-stat-label{color:#64748b;font-size:10px}.rdr-card-stat-divider{background:#2d3148;width:1px;height:28px}.rdr-card-active-orders{color:#a78bfa;background:#6366f11a;border-radius:20px;padding:4px 10px;font-size:11px}.rdr-card-footer{gap:8px;width:100%;margin-top:4px;display:flex}.rdr-card-action-btn{text-align:center;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:4px;padding:7px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.rdr-card-action-btn.call{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f6}.rdr-card-action-btn.call:hover{color:#fff;background:#3b82f6}.rdr-card-action-btn.wa{color:#25d366;background:#25d3661a;border:1px solid #25d366}.rdr-card-action-btn.wa:hover{color:#fff;background:#25d366}.rdr-panel-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;font-weight:700;display:flex}.order-full-panel{width:800px!important}.ofp-info-grid{background:#0f1117;border:1px solid #2d3148;border-radius:12px;grid-template-columns:1fr 1fr;gap:0;display:grid;overflow:hidden}.ofp-info-row{border-bottom:1px solid #1e2130;justify-content:space-between;align-items:center;padding:16px 38px;font-size:15px;display:flex}.ofp-info-row:nth-child(odd){border-right:1px solid #1e2130}.ofp-info-row:nth-last-child(-n+2){border-bottom:none}.ofp-info-key{color:#64748b;font-weight:500}.ofp-info-val{color:#e2e8f0;text-align:right;font-weight:600}.ofp-contact-actions{gap:12px;display:flex}.ofp-contact-btn{text-align:center;border-radius:10px;flex:1;padding:14px 18px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s}.ofp-contact-btn.call{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f6}.ofp-contact-btn.call:hover{color:#fff;background:#3b82f6}.ofp-contact-btn.whatsapp{color:#25d366;background:#25d3661a;border:1px solid #25d366}.ofp-contact-btn.whatsapp:hover{color:#fff;background:#25d366}body.light .ofp-info-grid{background:#f8fafc;border-color:#e2e8f0}body.light .ofp-info-row{border-color:#f1f5f9}body.light .ofp-info-row:nth-child(odd){border-right-color:#f1f5f9}body.light .ofp-info-key{color:#94a3b8}body.light .ofp-info-val{color:#1e293b}.rdr-perf-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px;display:grid}.rdr-perf-stat{text-align:center;border-top:3px solid var(--pc);background:#0f1117;border-radius:10px;padding:14px 10px}.rdr-perf-icon{margin-bottom:6px;font-size:20px}.rdr-perf-val{color:#f1f5f9;margin-bottom:3px;font-size:18px;font-weight:700}.rdr-perf-label{color:#64748b;font-size:11px}.rdr-perf-bar-wrap{margin-bottom:12px}.rdr-perf-bar-header{justify-content:space-between;margin-bottom:5px;font-size:12px;display:flex}.rdr-perf-bar-label{color:#94a3b8}.rdr-perf-bar-val{color:#e2e8f0;font-weight:600}.rdr-perf-bar-track{background:#252836;border-radius:3px;height:6px;overflow:hidden}.rdr-perf-bar-fill{border-radius:3px;height:100%;transition:width .6s}.rdr-no-orders{text-align:center;color:#475569;padding:32px;font-size:13px}.rdr-orders-list{background:#0f1117;border:1px solid #2d3148;border-radius:10px;flex-direction:column;gap:0;display:flex;overflow:hidden}.rdr-order-item{border-bottom:1px solid #1e2130;align-items:center;gap:10px;padding:11px 14px;font-size:12px;transition:background .2s;display:flex}.rdr-order-item:last-child{border-bottom:none}.rdr-order-item:hover{background:#1e2130}.rdr-order-id{color:#a78bfa;min-width:70px;font-weight:600}.rdr-order-customer{color:#e2e8f0;flex:1}.rdr-order-zone{color:#64748b;min-width:90px}.rdr-order-amount{color:#10b981;min-width:55px;font-weight:600}.rdr-order-eta{color:#f59e0b;min-width:60px}.rdr-order-status{color:#a78bfa;white-space:nowrap;background:#6366f11a;border-radius:4px;padding:2px 7px;font-size:10px}body.light .rdr-page{color:#1e293b;background:#f1f5f9}body.light .rdr-stat-card{background:#fff;border-color:#e2e8f0}body.light .rdr-stat-val{color:#0f172a}body.light .rdr-td{border-color:#f1f5f9}body.light .rdr-row:hover .rdr-td{background:#f8fafc}body.light .rdr-card{background:#fff;border-color:#e2e8f0}body.light .rdr-card:hover{border-color:#6366f1}body.light .rdr-card-stats{background:#f8fafc}body.light .rdr-card-stat-divider{background:#e2e8f0}body.light .rdr-card-status-dot{border-color:#fff}body.light .rdr-status-drop{background:#fff;border-color:#e2e8f0}body.light .rdr-status-drop-item:hover{color:#1e293b;background:#f1f5f9}body.light .rdr-sort-btn,body.light .rdr-view-toggle{background:#f8fafc;border-color:#e2e8f0}body.light .rdr-view-btn.active{background:#fff}body.light .rdr-perf-stat{background:#f8fafc}body.light .rdr-orders-list{background:#f8fafc;border-color:#e2e8f0}body.light .rdr-order-item{border-color:#f1f5f9}body.light .rdr-order-item:hover{background:#f1f5f9}body.light .rdr-name,body.light .rdr-card-name,body.light .rdr-vehicle,body.light .rdr-today-del{color:#1e293b}@media (width<=1200px){.rdr-stats-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=768px){.rdr-stats-grid{grid-template-columns:repeat(2,1fr)}.rdr-header{flex-direction:column}.rdr-grid,.rdr-perf-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.rdr-stats-grid{grid-template-columns:repeat(2,1fr)}.rdr-grid{grid-template-columns:1fr}}.rdr-trend-chart{background:#0f1117;border-radius:8px;align-items:flex-end;gap:6px;height:80px;padding:10px 12px 0;display:flex}.rdr-trend-bar-wrap{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.rdr-trend-bar{background:#6366f1;border-radius:3px 3px 0 0;width:100%;min-height:3px;transition:height .4s}.rdr-trend-bar:hover{background:#a78bfa}.rdr-trend-label{color:#475569;padding-bottom:4px;font-size:9px}body.light .rdr-trend-chart{background:#f8fafc}.rdr-shift-card{background:#0f1117;border:1px solid #2d3148;border-radius:10px;flex-direction:column;gap:12px;padding:16px;display:flex}.rdr-shift-time{align-items:center;gap:10px;display:flex}.rdr-shift-start,.rdr-shift-end{color:#e2e8f0;white-space:nowrap;font-size:13px;font-weight:700}.rdr-shift-bar-track{background:#252836;border-radius:4px;flex:1;height:8px;position:relative;overflow:visible}.rdr-shift-bar-fill{background:linear-gradient(90deg,#6366f1,#a78bfa);border-radius:4px;height:100%}.rdr-shift-now{color:#a78bfa;font-size:10px;font-weight:600;position:absolute;top:-18px;right:35%}.rdr-shift-meta{color:#64748b;gap:20px;font-size:12px;display:flex}.rdr-shift-meta strong{color:#e2e8f0}.rdr-shift-options{flex-direction:column;gap:8px;display:flex}.rdr-shift-option{color:#64748b;text-align:left;background:#0f1117;border:1px solid #2d3148;border-radius:8px;padding:10px 14px;font-size:13px;transition:all .2s}.rdr-shift-option:hover{color:#a78bfa;border-color:#6366f1}.rdr-shift-option.active{color:#a78bfa;background:#6366f11a;border-color:#6366f1}body.light .rdr-shift-card{background:#f8fafc;border-color:#e2e8f0}body.light .rdr-shift-option{color:#64748b;background:#f8fafc;border-color:#e2e8f0}body.light .rdr-shift-option.active{background:#6366f114}.rdr-attendance-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.rdr-att-stat{text-align:center;border-top:3px solid var(--ac);background:#0f1117;border-radius:10px;padding:14px 10px}.rdr-att-val{color:#f1f5f9;font-size:22px;font-weight:700}.rdr-att-label{color:#64748b;margin-top:3px;font-size:11px}body.light .rdr-att-stat{background:#f8fafc}body.light .rdr-att-val{color:#1e293b}.rdr-earnings-summary{text-align:center;background:#0f1117;border-radius:10px;margin-bottom:14px;padding:20px}.rdr-earn-main{color:#10b981;font-size:36px;font-weight:800}.rdr-earn-sub{color:#64748b;margin-top:4px;font-size:12px}.rdr-earn-breakdown{flex-direction:column;gap:8px;display:flex}.rdr-earn-row{background:#0f1117;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:flex}.rdr-earn-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.rdr-earn-label{color:#94a3b8;flex:1}.rdr-earn-amount{color:#e2e8f0;font-weight:600}body.light .rdr-earnings-summary,body.light .rdr-earn-row{background:#f8fafc}body.light .rdr-earn-amount{color:#1e293b}.rdr-payout-list{background:#0f1117;border:1px solid #2d3148;border-radius:10px;flex-direction:column;gap:0;margin-bottom:10px;display:flex;overflow:hidden}.rdr-payout-row{border-bottom:1px solid #1e2130;align-items:center;gap:12px;padding:12px 14px;font-size:13px;display:flex}.rdr-payout-row:last-child{border-bottom:none}.rdr-payout-week{color:#94a3b8;flex:1}.rdr-payout-amount{color:#e2e8f0;min-width:80px;font-weight:600}.rdr-payout-status{border-radius:20px;padding:3px 8px;font-size:11px;font-weight:600}.rdr-payout-status.paid{color:#10b981;background:#10b9811f}.rdr-payout-status.pending{color:#f59e0b;background:#f59e0b1f}.rdr-pay-now-btn{color:#fff;background:#6366f1;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;transition:background .2s}.rdr-pay-now-btn:hover{background:#4f46e5}.rdr-payout-total{color:#64748b;background:#10b9810f;border:1px solid #10b98133;border-radius:8px;align-items:center;gap:10px;padding:12px 14px;font-size:13px;display:flex}.rdr-payout-total strong{color:#10b981;font-size:16px}body.light .rdr-payout-list{background:#f8fafc;border-color:#e2e8f0}body.light .rdr-payout-row{border-color:#f1f5f9}body.light .rdr-payout-amount{color:#1e293b}.rdr-doc-alert-badge{color:#ef4444;background:#ef44441f;border-radius:10px;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:600}.rdr-docs-list{background:#0f1117;border:1px solid #2d3148;border-radius:10px;flex-direction:column;gap:0;display:flex;overflow:hidden}.rdr-doc-row{border-bottom:1px solid #1e2130;align-items:center;gap:12px;padding:12px 14px;transition:background .2s;display:flex}.rdr-doc-row:last-child{border-bottom:none}.rdr-doc-row:hover{background:#1e2130}.rdr-doc-icon{flex-shrink:0;font-size:18px}.rdr-doc-info{flex:1}.rdr-doc-name{color:#e2e8f0;font-size:13px;font-weight:600}.rdr-doc-meta{color:#64748b;margin-top:2px;font-size:11px}.rdr-doc-right{align-items:center;gap:8px;display:flex}.rdr-doc-status{white-space:nowrap;border-radius:20px;padding:3px 8px;font-size:11px;font-weight:600}.rdr-doc-upload-btn{color:#6366f1;white-space:nowrap;background:0 0;border:1px solid #6366f1;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .2s}.rdr-doc-upload-btn:hover{color:#fff;background:#6366f1}body.light .rdr-docs-list{background:#f8fafc;border-color:#e2e8f0}body.light .rdr-doc-row{border-color:#f1f5f9}body.light .rdr-doc-row:hover{background:#f1f5f9}body.light .rdr-doc-name{color:#1e293b}.gig-stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:24px;display:grid}.gig-stat-card{background:#fff;border-top:3px solid;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .3s;display:flex;box-shadow:0 1px 3px #0000001a}.gig-stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.gig-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex}.gig-stat-content{flex:1;min-width:0}.gig-stat-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:13px;font-weight:600}.gig-stat-value{margin-bottom:4px;font-size:28px;font-weight:700;line-height:1}.gig-stat-subtitle{color:var(--text-secondary);font-size:13px}.gig-stats-loading{background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:12px;margin-bottom:24px;padding:40px;display:flex;box-shadow:0 1px 3px #0000001a}.spinner-small{border:3px solid #f3f4f6;border-top-color:#667eea;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}.gig-stats-loading span{color:var(--text-secondary);font-size:14px}@media (width<=768px){.gig-stats-grid{grid-template-columns:1fr}}.gig-row{transition:background .2s}.gig-row:hover{background:#f9fafb}.gig-date{color:var(--text-primary);font-weight:600}.gig-time{align-items:center;gap:6px;font-size:13px;display:flex}.time-start{color:var(--text-primary);font-weight:600}.time-separator,.time-end{color:var(--text-secondary)}.gig-location{flex-direction:column;gap:4px;display:flex}.location-name{color:var(--text-primary);font-weight:600}.location-address{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:12px;overflow:hidden}.gig-earnings{flex-direction:column;gap:4px;display:flex}.earnings-final{color:#10b981;font-size:16px;font-weight:700}.earnings-surge{color:#f59e0b;text-transform:uppercase;font-size:11px;font-weight:600}.gig-slots{flex-direction:column;gap:6px;display:flex}.slots-numbers{align-items:center;gap:4px;font-size:14px;display:flex}.slots-available{color:#10b981;font-weight:700}.slots-separator{color:var(--text-secondary)}.slots-total{color:var(--text-secondary);font-weight:500}.slots-bar{background:#e5e7eb;border-radius:3px;width:80px;height:6px;overflow:hidden}.slots-bar-fill{background:linear-gradient(90deg,#10b981 0%,#059669 100%);height:100%;transition:width .3s}.gig-bookings{flex-direction:column;gap:4px;display:flex}.booking-stat{align-items:center;gap:6px;font-size:12px;display:flex}.booking-label{color:var(--text-secondary)}.booking-value{color:var(--text-primary);font-weight:700}.gig-status-badge{text-transform:capitalize;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.gig-actions{align-items:center;gap:8px;display:flex}.action-btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .2s;display:flex}.action-view{background:#dbeafe}.action-view:hover{background:#bfdbfe;transform:scale(1.1)}.action-edit{background:#fef3c7}.action-edit:hover{background:#fde68a;transform:scale(1.1)}.action-delete{background:#fee2e2}.action-delete:hover{background:#fecaca;transform:scale(1.1)}.modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;animation:.3s slideUp;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:24px;display:flex}.modal-header h2{color:var(--text-primary);margin:0;font-size:24px;font-weight:700}.modal-close{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:all .2s;display:flex}.modal-close:hover{color:#374151;background:#e5e7eb}.gig-form{padding:24px}.form-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px;display:grid}.form-field{flex-direction:column;gap:8px;display:flex}.form-field.full-width{grid-column:1/-1}.form-field label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.form-field input,.form-field select,.form-field textarea{border:1px solid #e5e7eb;border-radius:8px;padding:12px;font-family:inherit;font-size:14px;transition:all .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.form-field input[type=number]::-webkit-inner-spin-button{opacity:1}.form-field input[type=number]::-webkit-outer-spin-button{opacity:1}.field-error{color:#ef4444;font-size:12px;font-weight:500}.earnings-display{color:#667eea;text-align:center;background:linear-gradient(135deg,#667eea22,#10b98122);border:2px solid #667eea;border-radius:8px;padding:12px;font-size:20px;font-weight:700}.form-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;padding-top:20px;display:flex}.btn-cancel,.btn-save{cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.btn-cancel{color:#6b7280;background:#f3f4f6}.btn-cancel:hover:not(:disabled){color:#374151;background:#e5e7eb}.btn-save{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 2px 8px #667eea4d}.btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-cancel:disabled,.btn-save:disabled{opacity:.6;cursor:not-allowed}@media (width<=768px){.modal-overlay{padding:0}.modal-content{border-radius:0;max-width:100%;max-height:100vh}.form-grid{grid-template-columns:1fr}.form-field.full-width{grid-column:1}}.bookings-modal{max-width:1200px}.gig-info{flex-wrap:wrap;gap:16px;margin-top:8px;display:flex}.gig-info-item{color:var(--text-secondary);font-size:13px;font-weight:500}.bookings-content{padding:24px}.bookings-filters{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.status-filter-tabs{flex-wrap:wrap;gap:8px;display:flex}.filter-tab{color:var(--text-secondary);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.filter-tab:hover{color:#667eea;border-color:#667eea}.filter-tab.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea}.export-bookings-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.export-bookings-btn:hover{background:#059669;transform:translateY(-2px)}.bookings-loading,.bookings-empty{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex}.bookings-loading .spinner{border:4px solid #f3f4f6;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.bookings-loading p{color:var(--text-secondary);font-size:15px}.empty-icon{font-size:64px}.bookings-empty p{color:var(--text-secondary);font-size:15px}.bookings-table-container{border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto}.bookings-table{border-collapse:collapse;width:100%;min-width:900px}.bookings-table thead{background:#f9fafb}.bookings-table th{text-align:left;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);border-bottom:2px solid #e5e7eb;padding:12px 16px;font-size:12px;font-weight:600}.bookings-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .2s}.bookings-table tbody tr:hover{background:#f9fafb}.bookings-table td{color:var(--text-primary);padding:16px;font-size:14px}.rider-info{flex-direction:column;gap:4px;display:flex}.rider-name{color:var(--text-primary);font-weight:600}.rider-rating{color:var(--text-secondary);font-size:12px}.rider-contact{flex-direction:column;gap:4px;display:flex}.rider-email{color:var(--text-secondary);font-size:12px}.status-badge{text-transform:capitalize;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.earnings-cell{color:#10b981;font-weight:600}.earnings-cell.total{color:#667eea;font-size:15px}.date-cell{color:var(--text-secondary);font-size:13px}@media (width<=768px){.bookings-filters{flex-direction:column;align-items:stretch}.status-filter-tabs{justify-content:center}.export-bookings-btn{width:100%}}.gigs-page{max-width:1600px;margin:0 auto;padding:24px}.gigs-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.gigs-title{color:var(--text-primary);margin-bottom:4px;font-size:28px;font-weight:700}.gigs-subtitle{color:var(--text-secondary);font-size:14px}.gigs-header-right{align-items:center;gap:12px;display:flex}.gigs-create-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:10px 20px;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #667eea4d}.gigs-create-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.gigs-filters{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:16px;display:flex;box-shadow:0 1px 3px #0000001a}.gigs-filters-left{align-items:flex-end;gap:16px;display:flex}.filter-group{flex-direction:column;gap:6px;display:flex}.filter-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.filter-group input[type=date]{border:1px solid #e5e7eb;border-radius:6px;padding:8px 12px;font-size:14px;transition:all .2s}.filter-group input[type=date]:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.filter-reset-btn{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.filter-reset-btn:hover{background:#fecaca}.gigs-filters-right{align-items:center;gap:12px;display:flex}.gigs-count{color:var(--text-secondary);font-size:14px;font-weight:500}.gigs-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.gigs-table{border-collapse:collapse;width:100%}.gigs-table thead{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.gigs-table th{text-align:left;text-transform:uppercase;letter-spacing:.5px;padding:16px;font-size:13px;font-weight:600}.gigs-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.gigs-table th.sortable:hover{background:#ffffff1a}.sort-indicator{margin-left:6px;font-size:12px}.gigs-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .2s}.gigs-table tbody tr:hover{background:#f9fafb}.gigs-table td{color:var(--text-primary);padding:16px;font-size:14px}.no-data{text-align:center;color:var(--text-secondary);font-size:15px;padding:60px 20px!important}.gigs-pagination{background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:16px;margin-top:24px;padding:16px;display:flex;box-shadow:0 1px 3px #0000001a}.gigs-pagination button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.gigs-pagination button:hover:not(:disabled){color:#667eea;background:#f9fafb;border-color:#667eea}.gigs-pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:var(--text-secondary);font-size:14px;font-weight:500}.gigs-loading,.gigs-error{background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex;box-shadow:0 1px 3px #0000001a}.gigs-loading .spinner{border:4px solid #f3f4f6;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:.8s linear infinite spin}.gigs-loading p{color:var(--text-secondary);font-size:15px}.gigs-error{gap:16px}.error-icon{font-size:48px}.gigs-error p{color:#dc2626;font-size:15px;font-weight:500}.gigs-error button{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;padding:10px 24px;font-weight:600;transition:all .2s}.gigs-error button:hover{background:#5568d3}@media (width<=1200px){.gigs-header{flex-direction:column}.gigs-header-right{flex-wrap:wrap;width:100%}}@media (width<=768px){.gigs-page{padding:16px}.gigs-filters{flex-direction:column;gap:16px}.gigs-filters-left{flex-wrap:wrap;width:100%}.gigs-filters-right{justify-content:space-between;width:100%}.gigs-table-container{overflow-x:auto}.gigs-table{min-width:1000px}}.slo-list{flex-direction:column;gap:16px;padding:16px 0;display:flex}.slo-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 16px;display:flex}.slo-spinner{border:3px solid #2d3148;border-top-color:#4f46e5;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite slo-spin}@keyframes slo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.slo-loading-text{color:#64748b;font-size:14px}.slo-error-message{color:#fca5a5;margin:0;font-size:14px}.slo-retry-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;align-items:center;padding:8px 20px;font-size:13px;font-weight:600;transition:background .15s;display:inline-flex}.slo-retry-btn:hover{background:#4338ca}.slo-empty-text{color:#64748b;margin:0;font-size:14px}.shop-live-orders{background:#0f1117;flex-direction:column;flex:1;gap:0;min-height:0;display:flex}.order-accept-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;flex-direction:column;gap:12px;padding:16px 18px;transition:border-color .15s;display:flex}.order-accept-card:hover{border-color:#3d4168}.accept-timer{color:#e2e8f0;white-space:nowrap;background:#4f46e51a;border:1px solid #4f46e566;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:13px;font-weight:700;transition:color .3s,background .3s,border-color .3s;display:inline-flex}.accept-timer--urgent{color:#ef4444;background:#ef44441a;border-color:#ef444466}.accept-timer--expired{color:#64748b;background:#64748b1a;border-color:#2d3148}.packing-bar{background:#2d3148;border-radius:4px;height:8px;overflow:hidden}.packing-bar--green{background:#16a34a}.packing-bar--amber{background:#d97706}.packing-bar--red{background:#dc2626}.sla-breached-label{color:#ef4444;white-space:nowrap;align-items:center;gap:4px;font-size:12px;font-weight:700;display:inline-flex}.item-unavailable-modal{z-index:1000;background:#000000a6;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.item-unavailable-modal__card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;flex-direction:column;width:100%;max-width:520px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 24px 48px #00000080}.item-unavailable-section{background:#ef444412;border:1px solid #ef44444d;border-radius:8px;padding:10px 12px}.item-unavailable-section__heading{color:#fca5a5;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:12px;font-weight:600}.item-unavailable-section__list{flex-direction:column;gap:4px;margin:0;padding:0 0 0 16px;display:flex}.item-unavailable-section__item{color:#fca5a5;font-size:13px}.item-unavailable-section__substitution{color:#94a3b8;margin-left:6px}.prt-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:16px;padding:20px;display:flex}.prt-stats-grid{grid-template-columns:repeat(10,1fr);gap:10px;display:grid}@media (width<=1400px){.prt-stats-grid{grid-template-columns:repeat(5,1fr)}}@media (width<=900px){.prt-stats-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=600px){.prt-stats-grid{grid-template-columns:repeat(2,1fr)}}.prt-stat-card{text-align:center;background:#1a1d27;border:1px solid #2d3148;border-radius:10px;padding:14px 12px;transition:transform .2s;position:relative;overflow:hidden}.prt-stat-card:before{content:"";background:var(--rc);border-radius:10px 10px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.prt-stat-card:hover{transform:translateY(-2px)}.prt-stat-card-highlight{background:linear-gradient(135deg,#10b98114,#10b98105);border-color:#10b9814d}.prt-stat-card-highlight:before{height:4px}.prt-stat-icon{margin-bottom:6px;font-size:20px}.prt-stat-val{color:#f1f5f9;margin-bottom:3px;font-size:20px;font-weight:700;line-height:1}.prt-stat-label{color:#64748b;font-size:10px}.prt-row{cursor:pointer;transition:background .15s}.prt-row:hover .ord-td{background:#1e2130}.prt-row-selected .ord-td{background:#6366f10f!important}.prt-table{min-width:1100px}.prt-name-cell{align-items:center;gap:10px;display:flex}.prt-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;display:flex}.prt-name{color:#e2e8f0;align-items:center;gap:5px;font-size:13px;font-weight:600;display:flex}.prt-id{color:#64748b;margin-top:1px;font-size:11px}.prt-verified{color:#10b981;font-size:11px;font-weight:700}.prt-owner{color:#e2e8f0;font-size:13px;font-weight:500}.prt-category-badge{color:#10b981;white-space:nowrap;background:#10b9811a;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:500}.prt-low-stock-badge{color:#f59e0b;white-space:nowrap;background:#f59e0b1f;border-radius:4px;padding:2px 7px;font-size:10px;font-weight:600}.prt-out-stock-badge{color:#ef4444;white-space:nowrap;background:#ef44441f;border-radius:4px;padding:2px 7px;font-size:10px;font-weight:600}.prt-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.prt-card{cursor:pointer;background:#1a1d27;border:1px solid #2d3148;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:16px;transition:all .2s;display:flex;position:relative}.prt-card:hover{border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.prt-card-selected{background:#1e2130;border-color:#6366f1!important}.prt-card-top{justify-content:space-between;align-items:center;display:flex;position:absolute;top:10px;left:10px;right:10px}.prt-card-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-top:20px;font-size:24px;font-weight:700;display:flex}.prt-card-name{color:#e2e8f0;align-items:center;gap:5px;font-size:14px;font-weight:700;display:flex}.prt-card-owner{color:#64748b;font-size:11px}.prt-card-meta{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.prt-card-stats{background:#0f1117;border-radius:8px;align-items:center;width:100%;margin-top:4px;padding:10px 0;display:flex}.prt-card-stat{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.prt-card-stat-val{color:#e2e8f0;font-size:13px;font-weight:700}.prt-card-stat-label{color:#64748b;font-size:10px}.prt-card-stat-divider{background:#2d3148;width:1px;height:28px}.prt-add-btn{color:#fff;white-space:nowrap;background:#6366f1;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:600;transition:background .2s}.prt-add-btn:hover{background:#4f46e5}.prt-cancel-btn{color:#94a3b8;background:0 0;border:1px solid #2d3148;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .2s}.prt-cancel-btn:hover{color:#e2e8f0;border-color:#64748b}.prt-panel-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;font-weight:700;display:flex}.prt-info-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.prt-info-row{background:#0f1117;border-radius:8px;flex-direction:column;gap:3px;padding:10px 12px;display:flex}.prt-info-row.full{grid-column:1/-1}.prt-info-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:10px}.prt-info-value{color:#e2e8f0;word-break:break-all;font-size:13px;font-weight:500}.inv-panel{flex-direction:column;gap:14px;display:flex}.inv-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.inv-title{color:#f1f5f9;font-size:15px;font-weight:700}.inv-form{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;flex-direction:column;gap:14px;padding:16px;display:flex}.inv-form-title{color:#f1f5f9;font-size:14px;font-weight:700}.inv-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.inv-form-group{flex-direction:column;gap:5px;display:flex}.inv-form-group label{color:#94a3b8;font-size:11px;font-weight:500}.inv-form-group input,.inv-form-group select{color:#e2e8f0;background:#0f1117;border:1px solid #2d3148;border-radius:7px;outline:none;padding:8px 10px;font-size:13px;transition:border .2s}.inv-form-group input:focus,.inv-form-group select:focus{border-color:#6366f1}.inv-form-actions{justify-content:flex-end;gap:8px;display:flex}.inv-table-wrap{overflow-x:auto}.inv-stock-badge{white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600}.inv-stock-badge.ok{color:#10b981;background:#10b9811f}.inv-stock-badge.low{color:#f59e0b;background:#f59e0b1f}.inv-stock-badge.out{color:#ef4444;background:#ef44441f}.inv-toggle-btn{border-radius:20px;padding:3px 10px;font-size:11px;font-weight:600;transition:all .2s}.inv-toggle-btn.active{color:#10b981;background:#10b9811f;border:1px solid #10b981}.inv-toggle-btn.inactive{color:#64748b;background:#64748b1f;border:1px solid #475569}.inv-toggle-btn:hover{opacity:.8}.prt-steps{align-items:center;gap:0;padding:16px 20px 0;display:flex}.prt-step{color:#64748b;flex:1;align-items:center;gap:8px;font-size:12px;display:flex}.prt-step:not(:last-child){padding-right:8px}.prt-step:not(:last-child):after{content:"";background:#2d3148;flex:1;height:1px;margin:0 8px}.prt-step-num{border:2px solid #2d3148;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.prt-step.active .prt-step-num{color:#fff;background:#6366f1;border-color:#6366f1}.prt-step.active{color:#e2e8f0}.prt-step.done .prt-step-num{color:#fff;background:#10b981;border-color:#10b981}.prt-step.done{color:#10b981}.prt-doc-note{color:#94a3b8;background:#6366f114;border:1px solid #6366f133;border-radius:8px;padding:12px 14px;font-size:12px}.doc-upload-card{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;transition:border-color .2s;display:flex}.doc-upload-card:has(.doc-status-badge){border-color:#f59e0b4d}.doc-upload-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.doc-upload-icon{flex-shrink:0;font-size:22px}.doc-upload-label{color:#e2e8f0;font-size:13px;font-weight:600}.doc-required{color:#ef4444}.doc-upload-hint{color:#64748b;margin-top:2px;font-size:11px}.doc-upload-filename{color:#10b981;text-overflow:ellipsis;white-space:nowrap;max-width:200px;margin-top:3px;font-size:11px;font-weight:500;overflow:hidden}.doc-upload-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.doc-img-preview{object-fit:cover;border:1px solid #2d3148;border-radius:6px;width:40px;height:40px}.doc-choose-btn{color:#a78bfa;cursor:pointer;white-space:nowrap;background:#6366f11f;border:1px solid #6366f14d;border-radius:7px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.doc-choose-btn:hover{background:#6366f133}.doc-remove-btn{color:#ef4444;cursor:pointer;background:#ef44441f;border:1px solid #ef44444d;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;display:flex}.doc-status-badge{white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600}.doc-status-badge.pending{color:#f59e0b;background:#f59e0b1f}.doc-summary-row{flex-wrap:wrap;gap:8px;display:flex}.doc-summary-chip{border-radius:20px;padding:4px 12px;font-size:11px;font-weight:600}.doc-summary-chip.verified{color:#10b981;background:#10b9811f}.doc-summary-chip.pending{color:#f59e0b;background:#f59e0b1f}.doc-summary-chip.rejected{color:#ef4444;background:#ef44441f}.doc-detail-card{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.doc-detail-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.doc-detail-icon{flex-shrink:0;font-size:22px}.doc-detail-label{color:#e2e8f0;font-size:13px;font-weight:600}.doc-detail-filename{color:#94a3b8;margin-top:2px;font-size:11px}.doc-detail-date{color:#64748b;margin-top:2px;font-size:10px}.doc-detail-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.doc-preview-btn{color:#a78bfa;cursor:pointer;background:#6366f11a;border:1px solid #6366f133;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .2s}.doc-preview-btn:hover{background:#6366f133}body.light .doc-upload-card,body.light .doc-detail-card{background:#fff;border-color:#e2e8f0}body.light .doc-upload-label,body.light .doc-detail-label{color:#1e293b}.perf-tab{flex-direction:column;gap:10px;display:flex}.perf-score-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;align-items:center;gap:20px;padding:18px 20px;display:flex}.perf-score-left{flex-direction:column;align-items:center;gap:4px;min-width:90px;display:flex}.perf-score-num{font-size:42px;font-weight:800;line-height:1}.perf-score-label{color:#64748b;font-size:11px}.perf-score-badge{border-radius:20px;margin-top:2px;padding:3px 10px;font-size:11px;font-weight:700}.perf-score-right{flex:1}.perf-score-chart-label{color:#64748b;margin-bottom:8px;font-size:11px}.perf-bar-chart{align-items:flex-end;gap:6px;height:64px;display:flex}.perf-bar-wrap{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.perf-bar{border-radius:4px 4px 0 0;width:100%;min-height:4px;transition:height .3s}.perf-bar-label{color:#64748b;font-size:9px}.perf-section-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;margin-top:4px;font-size:12px;font-weight:700}.perf-metrics-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px;display:grid}.perf-metric-card{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.perf-metric-val{font-size:20px;font-weight:700;line-height:1}.perf-metric-label{color:#64748b;font-size:10px}.perf-metric-bar-bg{background:#2d3148;border-radius:2px;height:4px;margin-top:6px;overflow:hidden}.perf-metric-bar-fill{border-radius:2px;height:100%;transition:width .4s}.perf-flags{background:#ef44440f;border:1px solid #ef444433;border-radius:10px;flex-direction:column;gap:6px;margin-top:4px;padding:14px 16px;display:flex}.perf-flags-title{color:#ef4444;margin-bottom:2px;font-size:12px;font-weight:700}.perf-flag{border-radius:6px;padding:5px 10px;font-size:12px;font-weight:500}.perf-flag.red{color:#fca5a5;background:#ef444414}.perf-flag.yellow{color:#fcd34d;background:#f59e0b14}body.light .perf-score-card,body.light .perf-metric-card{background:#fff;border-color:#e2e8f0}body.light .perf-metric-val{color:#0f172a}body.light .perf-metric-bar-bg{background:#e2e8f0}body.light .perf-flags{background:#ef44440a}body.light .perf-flag.red{color:#dc2626}body.light .perf-flag.yellow{color:#d97706}.vord-tab{flex-direction:column;gap:12px;display:flex}.vord-summary{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.vord-sum-item{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.vord-sum-val{color:#f1f5f9;font-size:18px;font-weight:700}.vord-sum-label{color:#64748b;font-size:10px}.vord-sum-divider{background:#2d3148;width:1px;height:32px}.vord-filters{flex-wrap:wrap;gap:6px;display:flex}.vord-filter-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:600;transition:all .2s}.vord-filter-btn.active{color:#a78bfa;background:#6366f126;border-color:#6366f1}.vord-filter-btn:hover:not(.active){color:#94a3b8;border-color:#475569}.vord-list{flex-direction:column;gap:6px;display:flex}.vord-row{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;overflow:hidden}.vord-row-main{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;transition:background .15s;display:flex}.vord-row-main:hover{background:#1e2130}.vord-row-left{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.vord-order-id{color:#a78bfa;font-size:12px;font-weight:700}.vord-order-meta{color:#64748b;font-size:11px}.vord-order-items{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.vord-row-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.vord-status-badge{white-space:nowrap;border-radius:20px;padding:3px 9px;font-size:11px;font-weight:600}.vord-amount{color:#e2e8f0;font-size:13px;font-weight:700}.vord-earning{font-size:11px;font-weight:600}.vord-expand-icon{color:#475569;font-size:9px}.vord-timeline{background:#6366f10a;border-top:1px solid #2d3148;flex-direction:column;gap:10px;padding:12px 14px;display:flex}.vord-tl-title{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.vord-tl-steps{align-items:flex-start;gap:0;display:flex}.vord-tl-step{flex:1;align-items:flex-start;gap:8px;display:flex;position:relative}.vord-tl-step:not(:last-child):after{content:"";background:#2d3148;width:calc(100% - 18px);height:2px;position:absolute;top:6px;left:18px}.vord-tl-step.done:after{background:#6366f1}.vord-tl-dot{z-index:1;background:#0f1117;border:2px solid #2d3148;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:2px;position:relative}.vord-tl-step.done .vord-tl-dot{background:#6366f1;border-color:#6366f1}.vord-tl-label{color:#94a3b8;font-size:11px;font-weight:600}.vord-tl-step.done .vord-tl-label{color:#e2e8f0}.vord-tl-time{color:#64748b;margin-top:1px;font-size:10px}.vord-tl-commission{color:#64748b;font-size:11px}body.light .vord-summary{background:#fff;border-color:#e2e8f0}body.light .vord-sum-val{color:#0f172a}body.light .vord-sum-divider{background:#e2e8f0}body.light .vord-row{background:#fff;border-color:#e2e8f0}body.light .vord-row-main:hover{background:#f8fafc}body.light .vord-amount{color:#1e293b}body.light .vord-timeline{background:#6366f108;border-color:#e2e8f0}body.light .vord-tl-dot{background:#f8fafc;border-color:#e2e8f0}body.light .vord-tl-step.done .vord-tl-dot{background:#6366f1;border-color:#6366f1}body.light .vord-tl-step:after{background:#e2e8f0}body.light .vord-tl-step.done:after{background:#6366f1}.reject-modal-overlay{z-index:1100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.reject-modal{background:#1a1d27;border:1px solid #2d3148;border-radius:14px;flex-direction:column;width:100%;max-width:460px;display:flex;box-shadow:0 20px 60px #00000080}.reject-modal-header{color:#ef4444;border-bottom:1px solid #2d3148;justify-content:space-between;align-items:center;padding:16px 20px;font-size:15px;font-weight:700;display:flex}.reject-modal-body{flex-direction:column;gap:12px;padding:20px;display:flex}.reject-vendor-name{color:#f1f5f9;font-size:14px;font-weight:700}.reject-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.reject-textarea{color:#e2e8f0;resize:vertical;background:#0f1117;border:1px solid #2d3148;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.5;transition:border .2s}.reject-textarea:focus{border-color:#ef4444}.reject-quick-reasons{flex-wrap:wrap;gap:6px;display:flex}.reject-quick-btn{color:#fca5a5;cursor:pointer;background:#ef444414;border:1px solid #ef444433;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .2s}.reject-quick-btn:hover{background:#ef444426}.reject-modal-footer{border-top:1px solid #2d3148;justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}.reject-confirm-btn{color:#fff;cursor:pointer;background:#ef4444;border-radius:8px;padding:7px 16px;font-size:12px;font-weight:700;transition:background .2s}.reject-confirm-btn:hover:not(:disabled){background:#dc2626}.reject-confirm-btn:disabled{opacity:.4;cursor:not-allowed}.reject-reason-chip{color:#fca5a5;text-overflow:ellipsis;white-space:nowrap;background:#ef44441a;border:1px solid #ef444433;border-radius:20px;max-width:260px;padding:3px 10px;font-size:11px;overflow:hidden}body.light .reject-modal{background:#fff;border-color:#e2e8f0}body.light .reject-vendor-name{color:#0f172a}body.light .reject-textarea{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}body.light .reject-textarea:focus{border-color:#ef4444}.perf-badge-cell{flex-direction:column;gap:4px;display:flex}.perf-score-pill{white-space:nowrap;border-radius:20px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-block}.perf-flag-chips{flex-wrap:wrap;gap:4px;display:flex}.perf-flag-chip{color:#fca5a5;white-space:nowrap;background:#ef44441a;border:1px solid #ef444433;border-radius:20px;padding:2px 7px;font-size:10px;font-weight:600}.prt-card-perf{flex-wrap:wrap;justify-content:center;gap:5px;width:100%;margin-top:2px;display:flex}body.light .perf-flag-chip{color:#dc2626;background:#ef444414;border-color:#ef444433}.inv-engine-notice{color:#94a3b8;background:#6366f114;border:1px solid #6366f133;border-radius:8px;padding:10px 14px;font-size:12px;line-height:1.5}.inv-engine-notice strong{color:#a78bfa}.inv-field-tag{vertical-align:middle;border-radius:10px;margin-left:6px;padding:1px 7px;font-size:10px;font-weight:600;display:inline-block}.inv-field-tag.editable{color:#10b981;background:#10b9811f}.inv-field-tag.engine{color:#a78bfa;background:#6366f11f}.inv-engine-price-display{color:#a78bfa;background:#6366f10f;border:1px dashed #6366f14d;border-radius:7px;align-items:center;gap:8px;padding:8px 10px;font-size:15px;font-weight:700;display:flex}.inv-engine-hint{color:#64748b;font-size:10px;font-weight:400}.inv-engine-cell{align-items:center;gap:5px;display:flex}.inv-engine-price{color:#a78bfa;font-size:13px;font-weight:700}.inv-engine-lock{opacity:.6;font-size:11px}body.light .inv-engine-notice{background:#6366f10d}body.light .inv-engine-price-display{background:#6366f10a}body.light .prt-page{color:#1e293b;background:#f1f5f9}body.light .prt-stat-card{background:#fff;border-color:#e2e8f0}body.light .prt-stat-val{color:#0f172a}body.light .prt-card{background:#fff;border-color:#e2e8f0}body.light .prt-card:hover{border-color:#6366f1}body.light .prt-card-stats{background:#f8fafc}body.light .prt-card-stat-divider{background:#e2e8f0}body.light .prt-name,body.light .prt-card-name,body.light .prt-owner{color:#1e293b}body.light .prt-info-row{background:#f8fafc}body.light .prt-info-value{color:#1e293b}body.light .inv-form{background:#fff;border-color:#e2e8f0}body.light .inv-form-group input,body.light .inv-form-group select{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}body.light .prt-row:hover .ord-td{background:#f8fafc}body.light .prt-doc-note{background:#6366f10d}@media (width<=1200px){.prt-stats-grid{grid-template-columns:repeat(5,1fr)}}@media (width<=768px){.prt-stats-grid,.prt-grid{grid-template-columns:repeat(2,1fr)}.inv-form-grid,.prt-info-grid{grid-template-columns:1fr}}@media (width<=480px){.prt-grid{grid-template-columns:1fr}}.perf-metric-bar{background:#2d3148;border-radius:2px;height:4px;margin-top:6px;overflow:hidden}.perf-metric-bar .perf-metric-bar-fill{border-radius:2px;height:100%;transition:width .4s}body.light .perf-metric-bar{background:#e2e8f0}.perf-alerts{background:#ef44440f;border:1px solid #ef444433;border-radius:10px;flex-direction:column;gap:6px;margin-top:12px;padding:12px 14px;display:flex}.perf-alert{border-radius:6px;align-items:center;gap:8px;padding:5px 8px;font-size:12px;font-weight:500;display:flex}.perf-alert:before{content:"⚠";flex-shrink:0;font-size:13px}.perf-alert.red{color:#fca5a5;background:#ef444414}.perf-alert.yellow{color:#fcd34d;background:#f59e0b14}body.light .perf-alerts{background:#ef44440a;border-color:#ef444426}body.light .perf-alert.red{color:#dc2626}body.light .perf-alert.yellow{color:#d97706}.vord-row-expanded{background:#6366f10a;border-top:1px solid #2d3148;flex-direction:column;gap:8px;padding:12px 14px;animation:.2s expand-in;display:flex}.vord-order-date{color:#64748b;font-size:11px}body.light .vord-row-expanded{background:#6366f108;border-color:#e2e8f0}.doc-detail-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.doc-detail-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}body.light .doc-detail-body .doc-detail-label{color:#1e293b}body.light .doc-detail-body .doc-detail-filename{color:#64748b}.prt-status-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:600;transition:all .2s}.prt-status-btn:hover{opacity:.85}.prt-status-btn.active-status{color:#10b981;background:#10b9811f;border-color:#10b98180}.prt-status-btn.pending-status{color:#f59e0b;background:#f59e0b1f;border-color:#f59e0b80}.prt-status-btn.suspended-status,.prt-status-btn.rejected-status{color:#ef4444;background:#ef44441f;border-color:#ef444480}.prt-status-bar{border-bottom:1px solid #2d3148;flex-wrap:wrap;align-items:center;gap:6px;padding:12px 20px;display:flex}body.light .prt-status-btn{color:#94a3b8;border-color:#e2e8f0}body.light .prt-status-btn.active-status{color:#059669;background:#10b98114;border-color:#10b9814d}body.light .prt-status-btn.pending-status{color:#d97706;background:#f59e0b14;border-color:#f59e0b4d}body.light .prt-status-btn.suspended-status,body.light .prt-status-btn.rejected-status{color:#dc2626;background:#ef444414;border-color:#ef44444d}body.light .prt-status-bar{border-color:#e2e8f0}.inv-detail-overlay{z-index:1200;background:#0000009e;justify-content:flex-end;display:flex;position:fixed;inset:0}.inv-detail-modal{background:#111522;border-left:1px solid #2d3148;flex-direction:column;width:min(900px,100vw);height:100vh;display:flex;box-shadow:-20px 0 40px #00000073}.inv-detail-header{border-bottom:1px solid #2d3148;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.inv-detail-title{color:#f1f5f9;font-size:16px;font-weight:700}.inv-detail-body{flex-direction:column;gap:12px;padding:14px 18px 24px;display:flex;overflow-y:auto}.inv-detail-warning{background:#f59e0b1a;border:1px solid #f59e0b47;border-radius:10px;padding:10px 12px}.inv-detail-warning-title{color:#f59e0b;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.inv-detail-warning-list{color:#fcd34d;margin-top:6px;font-size:12px;line-height:1.4}.inv-detail-section{background:#171c2b;border:1px solid #2d3148;border-radius:10px;padding:12px}.inv-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.inv-visibility-actions{flex-wrap:wrap;gap:8px;display:flex}.inv-visibility-btn.disable{color:#fca5a5;border-color:#ef444459}.inv-visibility-btn.enable{color:#6ee7b7;border-color:#10b98159}.inv-detail-field{background:#0f1117;border:1px solid #2d3148;border-radius:8px;padding:10px 11px}.inv-detail-field.full{grid-column:1/-1}.inv-detail-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:10px}.inv-detail-value{color:#e2e8f0;word-break:break-word;font-size:13px;font-weight:500}.inv-detail-value.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px}.inv-history-item{color:#cbd5e1;white-space:pre-wrap;word-break:break-word;background:#0f1117;border:1px solid #2d3148;border-radius:8px;margin:0;padding:10px 11px;font-size:12px;line-height:1.45}.inv-history-kv-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.inv-history-kv{background:#94a3b80f;border:1px solid #2d3148b3;border-radius:7px;padding:8px}.inv-history-kv-key{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:10px}.inv-history-kv-val{color:#e2e8f0;word-break:break-word;margin-top:4px;font-size:12px;line-height:1.35}.inv-history-details{margin-top:8px}.inv-history-details>summary{cursor:pointer;color:#94a3b8;font-size:11px;font-weight:600}.inv-history-raw{color:#cbd5e1;white-space:pre-wrap;word-break:break-word;background:#0b0f18;border:1px solid #2d3148;border-radius:7px;margin:8px 0 0;padding:8px;font-size:12px;line-height:1.45}body.light .inv-detail-modal{background:#fff;border-left-color:#e2e8f0}body.light .inv-detail-header{border-bottom-color:#e2e8f0}body.light .inv-detail-title{color:#0f172a}body.light .inv-detail-section{background:#f8fafc;border-color:#e2e8f0}body.light .inv-detail-field{background:#fff;border-color:#e2e8f0}body.light .inv-detail-value{color:#1e293b}body.light .inv-history-item{color:#334155;background:#fff;border-color:#e2e8f0}body.light .inv-history-kv{background:#fff;border-color:#e2e8f0}body.light .inv-history-kv-val{color:#1e293b}body.light .inv-history-details>summary{color:#64748b}body.light .inv-history-raw{color:#334155;background:#f8fafc;border-color:#e2e8f0}@media (width<=768px){.inv-detail-grid,.inv-history-kv-grid{grid-template-columns:1fr}.inv-detail-modal{width:100vw}}.cpm-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out cpm-fade;display:flex;position:fixed;inset:0}@keyframes cpm-fade{0%{opacity:0}to{opacity:1}}.cpm-modal{background:#1a1d2e;border:1px solid #2d3148;border-radius:16px;flex-direction:column;width:100%;max-width:760px;max-height:90vh;animation:.25s ease-out cpm-slide;display:flex;box-shadow:0 24px 64px #0009}@keyframes cpm-slide{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.cpm-header{border-bottom:1px solid #2d3148;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:22px 28px 18px;display:flex}.cpm-title{color:#f1f5f9;font-size:18px;font-weight:700}.cpm-subtitle{color:#64748b;margin-top:3px;font-size:12px}.cpm-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:18px;line-height:1;transition:all .2s}.cpm-close:hover{color:#e2e8f0;background:#2d3148}.cpm-close:disabled{opacity:.4;cursor:not-allowed}.cpm-steps{border-bottom:1px solid #2d3148;flex-shrink:0;align-items:center;gap:0;padding:16px 28px;display:flex}.cpm-step{color:#475569;align-items:center;gap:8px;font-size:13px;font-weight:600;transition:color .2s;display:flex}.cpm-step.active{color:#e2e8f0}.cpm-step.done{color:#10b981}.cpm-step-dot{color:#64748b;background:#2d3148;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.cpm-step.active .cpm-step-dot{color:#fff;background:#6366f1}.cpm-step.done .cpm-step-dot{color:#fff;background:#10b981}.cpm-step-line{background:#2d3148;border-radius:2px;flex:1;height:2px;margin:0 12px}.cpm-body{flex-direction:column;flex:1;display:flex;overflow:hidden}.cpm-step-content{flex-direction:column;flex:1;gap:18px;padding:24px 28px;display:flex;overflow-y:auto}.cpm-step-content::-webkit-scrollbar{width:6px}.cpm-step-content::-webkit-scrollbar-track{background:0 0}.cpm-step-content::-webkit-scrollbar-thumb{background:#2d3148;border-radius:3px}.cpm-image-row{align-items:flex-start;gap:16px;display:flex}.cpm-image-preview{background:#0f1117;border:1px solid #2d3148;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.cpm-image-preview img{object-fit:cover;width:100%;height:100%}.cpm-image-placeholder{font-size:28px}.cpm-image-fields{flex-direction:column;flex:1;display:flex}.cpm-field{flex-direction:column;gap:6px;display:flex}.cpm-field-wide{grid-column:1/-1}.cpm-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.cpm-label{color:#94a3b8;font-size:12px;font-weight:600}.cpm-req{color:#ef4444;margin-left:2px}.cpm-input,.cpm-select,.cpm-textarea{color:#e2e8f0;box-sizing:border-box;background:#0f1117;border:1px solid #2d3148;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s}.cpm-input:focus,.cpm-select:focus,.cpm-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.cpm-input.error,.cpm-select.error{border-color:#ef4444}.cpm-input:disabled,.cpm-select:disabled,.cpm-textarea:disabled{opacity:.55;cursor:not-allowed}.cpm-input::placeholder{color:#475569}.cpm-textarea{resize:vertical;min-height:72px}.cpm-hint{color:#475569;font-size:11px}.cpm-error{color:#ef4444;font-size:11px}.cpm-attr-grid{background:#111827;border:1px solid #2d3148;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:14px;display:grid}.cpm-brand-panel{background:linear-gradient(135deg,#6366f11f,#10b98114);border:1px solid #2d3148;border-radius:12px;flex-direction:column;gap:10px;padding:14px;display:flex}.cpm-brand-actions,.cpm-brand-footer{align-items:end;gap:8px;display:flex}.cpm-brand-actions{justify-content:flex-end}.cpm-mini-btn{color:#cbd5e1;cursor:pointer;background:#111827;border:1px solid #374151;border-radius:8px;padding:9px 12px;font-size:12px;font-weight:700}.cpm-mini-btn:hover:not(:disabled){color:#fff;border-color:#6366f1}.cpm-mini-btn.primary{color:#fff;background:#16a34a;border-color:#16a34a}.cpm-mini-btn.danger{color:#fecaca;border-color:#ef444473}.cpm-mini-btn:disabled{opacity:.45;cursor:not-allowed}.cpm-tags-wrap{cursor:text;background:#0f1117;border:1px solid #2d3148;border-radius:8px;flex-wrap:wrap;align-items:center;gap:6px;min-height:40px;padding:7px 10px;transition:border-color .2s;display:flex}.cpm-tags-wrap:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.cpm-tag-chip{color:#a78bfa;background:#6366f126;border:1px solid #6366f14d;border-radius:20px;align-items:center;gap:5px;padding:2px 8px 2px 10px;font-size:12px;font-weight:600;display:inline-flex}.cpm-tag-remove{color:#a78bfa;cursor:pointer;opacity:.7;background:0 0;border:none;padding:0;font-size:10px;line-height:1;transition:opacity .15s}.cpm-tag-remove:hover{opacity:1}.cpm-tag-input{color:#e2e8f0;background:0 0;border:none;outline:none;flex:1;min-width:100px;font-family:inherit;font-size:13px}.cpm-tag-input::placeholder{color:#475569}.cpm-cat-preview{border:1px solid;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;display:flex}.cpm-variants-header{justify-content:space-between;align-items:center;display:flex}.cpm-variants-title{color:#e2e8f0;font-size:14px;font-weight:700}.cpm-add-variant-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:600;transition:background .2s}.cpm-add-variant-btn:hover:not(:disabled){background:#4f46e5}.cpm-add-variant-btn:disabled{opacity:.5;cursor:not-allowed}.cpm-variants-list{flex-direction:column;gap:12px;display:flex}.cpm-variant-card{background:#0f1117;border:1px solid #2d3148;border-radius:12px;padding:16px;transition:border-color .2s}.cpm-variant-card:hover{border-color:#3d4158}.cpm-variant-head{border-bottom:1px solid #1e2130;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:10px;display:flex}.cpm-variant-num{color:#6366f1;font-size:13px;font-weight:700}.cpm-variant-remove{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef444466;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .2s}.cpm-variant-remove:hover{background:#ef44441a}.cpm-variant-remove:disabled{opacity:.4;cursor:not-allowed}.cpm-variant-body{grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;align-items:start;gap:10px;display:grid}.cpm-variant-summary{border-top:1px solid #1e2130;margin-top:10px;padding-top:10px}.cpm-variant-pill{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.cpm-footer{border-top:1px solid #2d3148;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;padding:16px 28px;display:flex}.cpm-btn-cancel,.cpm-btn-back{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;transition:all .2s}.cpm-btn-cancel:hover:not(:disabled),.cpm-btn-back:hover:not(:disabled){color:#e2e8f0;background:#2d3148}.cpm-btn-next{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;transition:background .2s}.cpm-btn-next:hover:not(:disabled){background:#4f46e5}.cpm-btn-submit{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;padding:9px 22px;font-size:13px;font-weight:600;transition:all .2s}.cpm-btn-submit:hover:not(:disabled){background:#059669;box-shadow:0 4px 12px #10b9814d}.cpm-btn-cancel:disabled,.cpm-btn-back:disabled,.cpm-btn-next:disabled,.cpm-btn-submit:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.cpm-modal{border-radius:0;max-height:100vh}.cpm-header,.cpm-step-content,.cpm-footer,.cpm-steps{padding-left:16px;padding-right:16px}.cpm-row,.cpm-attr-grid{grid-template-columns:1fr}.cpm-variant-body{grid-template-columns:1fr 1fr}.cpm-field-wide{grid-column:1/-1}.cpm-image-row{flex-direction:column;align-items:center}.cpm-image-preview{width:64px;height:64px}}body.light .cpm-modal{background:#fff;border-color:#e2e8f0}body.light .cpm-header{border-color:#e2e8f0}body.light .cpm-title{color:#0f172a}body.light .cpm-steps{border-color:#e2e8f0}body.light .cpm-step-dot{background:#f1f5f9}body.light .cpm-step-line{background:#e2e8f0}body.light .cpm-input,body.light .cpm-select,body.light .cpm-textarea{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}body.light .cpm-tags-wrap,body.light .cpm-image-preview,body.light .cpm-variant-card{background:#f8fafc;border-color:#e2e8f0}body.light .cpm-footer{border-color:#e2e8f0}body.light .cpm-btn-cancel,body.light .cpm-btn-back{color:#64748b;border-color:#e2e8f0}.cat-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:16px;min-height:100%;padding:24px;display:flex}.cat-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.cat-title{color:#f1f5f9;font-size:20px;font-weight:700}.cat-subtitle{color:#64748b;margin-top:2px;font-size:13px}.cat-header-actions{align-items:center;gap:8px;display:flex}.cat-btn-refresh{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s}.cat-btn-refresh:hover:not(:disabled){color:#e2e8f0;border-color:#475569}.cat-btn-refresh:disabled{opacity:.5;cursor:not-allowed}.cat-btn-create{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .2s}.cat-btn-create:hover{background:#4f46e5}.cat-stats{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.cat-stat-card{text-align:center;background:#1a1d27;border:1px solid #2d3148;border-radius:10px;padding:14px 12px;transition:transform .2s;position:relative;overflow:hidden}.cat-stat-card:before{content:"";background:var(--sc,#6366f1);border-radius:10px 10px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.cat-stat-card:hover{transform:translateY(-2px)}.cat-stat-icon{margin-bottom:6px;font-size:18px}.cat-stat-val{color:#f1f5f9;margin-bottom:4px;font-size:22px;font-weight:700;line-height:1}.cat-stat-label{color:#64748b;font-size:11px}.cat-filters{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cat-search{color:#e2e8f0;background:#1a1d27;border:1px solid #2d3148;border-radius:8px;outline:none;flex:1;min-width:200px;padding:8px 12px;font-size:13px;transition:border-color .2s}.cat-search:focus{border-color:#6366f1}.cat-search::placeholder{color:#475569}.cat-select{color:#e2e8f0;cursor:pointer;background:#1a1d27;border:1px solid #2d3148;border-radius:8px;outline:none;padding:8px 12px;font-size:13px;transition:border-color .2s}.cat-select:focus{border-color:#6366f1}.cat-status-tabs{background:#1a1d27;border:1px solid #2d3148;border-radius:8px;gap:4px;padding:3px;display:flex}.cat-status-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;transition:all .2s}.cat-status-tab.active{color:#fff;background:#6366f1}.cat-status-tab:not(.active):hover{color:#e2e8f0}.cat-bulk-bar{background:#6366f114;border:1px solid #6366f133;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 14px;display:flex}.cat-bulk-count{color:#a78bfa;margin-right:4px;font-size:13px;font-weight:600}.cat-bulk-btn{color:#a78bfa;cursor:pointer;background:#6366f11a;border:1px solid #6366f140;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600;transition:all .2s}.cat-bulk-btn:hover{background:#6366f133}.cat-bulk-btn.danger{color:#ef4444;background:#ef44441a;border-color:#ef444440}.cat-bulk-btn.danger:hover{background:#ef444433}.cat-bulk-clear{color:#64748b;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:2px 6px;font-size:12px}.cat-bulk-clear:hover{color:#e2e8f0}.cat-table-wrap{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;overflow:hidden}.cat-table{border-collapse:collapse;width:100%}.cat-th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#161925;border-bottom:1px solid #2d3148;padding:12px 14px;font-size:11px;font-weight:700}.cat-th-check,.cat-td-check{text-align:center;width:40px}.cat-th-actions{text-align:right}.cat-tr{border-bottom:1px solid #1e2130;transition:background .15s}.cat-tr:last-child{border-bottom:none}.cat-tr:hover{background:#6366f10a}.cat-tr.selected{background:#6366f112}.cat-td{color:#e2e8f0;vertical-align:middle;padding:12px 14px;font-size:13px}.cat-td-actions{text-align:right}.cat-product-cell{align-items:center;gap:10px;display:flex}.cat-avatar{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;font-weight:700;display:flex;overflow:hidden}.cat-avatar-img{object-fit:cover;width:100%;height:100%}.cat-product-name{color:#f1f5f9;font-size:13px;font-weight:600}.cat-product-id{color:#475569;margin-top:1px;font-size:11px}.cat-tags{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.cat-tag{color:#a78bfa;background:#6366f11a;border-radius:20px;padding:1px 7px;font-size:10px;font-weight:600}.cat-category-badge{white-space:nowrap;border:1px solid;border-radius:6px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.cat-variant-count{color:#e2e8f0;font-size:14px;font-weight:700}.cat-variant-names{color:#64748b;margin-top:2px;font-size:11px}.cat-mrp{color:#10b981;font-size:14px;font-weight:700}.cat-mrp-na{color:#475569}.cat-status-badge{border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.cat-status-badge.active{color:#10b981;background:#10b9811f;border:1px solid #10b98140}.cat-status-badge.inactive{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.cat-action-btn{cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:6px;margin-left:4px;padding:5px 8px;font-size:14px;transition:all .2s}.cat-action-btn:hover:not(:disabled){background:#ffffff0d;border-color:#475569}.cat-action-btn:disabled{opacity:.5;cursor:not-allowed}.cat-action-btn.delete:hover:not(:disabled){background:#ef444414;border-color:#ef444466}.cat-loading{color:#64748b;justify-content:center;align-items:center;gap:12px;padding:60px 20px;font-size:14px;display:flex}.cat-spinner{border:2px solid #2d3148;border-top-color:#6366f1;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite cat-spin}@keyframes cat-spin{to{transform:rotate(360deg)}}.cat-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:60px 20px;display:flex}.cat-empty-icon{margin-bottom:4px;font-size:40px}.cat-empty-title{color:#e2e8f0;font-size:16px;font-weight:600}.cat-empty-desc{color:#64748b;margin-bottom:8px;font-size:13px}.cat-footer{color:#475569;text-align:right;padding:0 4px;font-size:12px}@media (width<=1200px){.cat-stats{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.cat-page{padding:16px}.cat-stats{grid-template-columns:repeat(2,1fr)}.cat-filters{flex-direction:column;align-items:stretch}.cat-search{min-width:unset}}body.light .cat-page{color:#1e293b;background:#f1f5f9}body.light .cat-title{color:#0f172a}body.light .cat-stat-card{background:#fff;border-color:#e2e8f0}body.light .cat-stat-val{color:#0f172a}body.light .cat-search,body.light .cat-select{color:#1e293b;background:#fff;border-color:#e2e8f0}body.light .cat-status-tabs,body.light .cat-table-wrap{background:#fff;border-color:#e2e8f0}body.light .cat-th{color:#94a3b8;background:#f8fafc;border-color:#e2e8f0}body.light .cat-tr{border-color:#f1f5f9}body.light .cat-tr:hover{background:#6366f108}body.light .cat-product-name{color:#0f172a}body.light .cat-action-btn{border-color:#e2e8f0}.product-details-modal{background:#1a1d2e;max-width:800px;max-height:90vh;overflow-y:auto}.product-detail-image{background:#0f1117;border:1px solid #2d3148;border-radius:8px;justify-content:center;align-items:center;width:100%;max-height:300px;margin-bottom:20px;display:flex;overflow:hidden}.product-detail-image img{object-fit:contain;max-width:100%;max-height:300px}.product-detail-section{border-bottom:1px solid #3d4158;margin-bottom:24px;padding-bottom:24px}.product-detail-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.product-detail-section h3{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:17px;font-weight:700}.product-detail-section p{color:#cbd5e1;font-size:14px;line-height:1.6}.product-detail-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.product-detail-item{background:#0f1117;border:1px solid #2d3148;border-radius:6px;flex-direction:column;gap:8px;padding:12px;display:flex}.product-detail-item label{color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:700}.product-detail-item div{color:#f1f5f9;font-size:15px;font-weight:500}.product-code-highlight{letter-spacing:1px;text-align:center;background:linear-gradient(135deg,#1e3a8a 0%,#1e40af 100%);border:2px solid #3b82f6;border-radius:6px;padding:8px 12px;font-family:Courier New,monospace;box-shadow:0 2px 8px #3b82f64d;color:#60a5fa!important;font-size:16px!important;font-weight:700!important}.product-id-text{word-break:break-all;background:#0a0c10;border-radius:4px;padding:4px 6px;font-family:Courier New,monospace;color:#cbd5e1!important;font-size:11px!important}.product-variants-list{gap:12px;display:grid}.product-variant-card{background:#0f1117;border:1px solid #3d4158;border-radius:8px;padding:16px}.variant-header{border-bottom:1px solid #3d4158;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;display:flex}.variant-header strong{color:#fff;font-size:15px;font-weight:600}.variant-details{color:#cbd5e1;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;font-size:14px;display:grid}.variant-details div{background:#1a1d2e;border:1px solid #2d3148;border-radius:4px;padding:8px 10px}.variant-details label{color:#94a3b8;margin-right:6px;font-size:12px;font-weight:700}.inv-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:16px;padding:20px;display:flex}.inv-stats-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.inv-inline-input{color:#f1f5f9;background:#0f1117;border:1px solid #6366f1;border-radius:6px;outline:none;width:72px;padding:4px 8px;font-size:12px;font-weight:600}.inv-inline-input:focus{border-color:#a78bfa}.inv-alert-card{border-color:#ef444433!important}.inv-alert-list{flex-direction:column;display:flex}.inv-alert-row{border-bottom:1px solid #1e2130;align-items:center;gap:12px;padding:10px 18px;transition:background .15s;display:flex}.inv-alert-row:last-child{border-bottom:none}.inv-alert-row:hover{background:#ef444408}.inv-alert-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.inv-alert-dot.out{background:#ef4444;box-shadow:0 0 6px #ef4444}.inv-alert-dot.low{background:#f59e0b;box-shadow:0 0 6px #f59e0b}.inv-history-panel{border-top:1px solid #2d3148;padding:12px 20px 14px 32px}.inv-history-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:11px;font-weight:700}.inv-history-list{flex-direction:column;gap:6px;display:flex}.inv-history-row{background:#1a1d27;border:1px solid #2d3148;border-radius:7px;align-items:center;gap:16px;padding:7px 12px;font-size:12px;display:flex}.inv-history-type{white-space:nowrap;border-radius:5px;padding:2px 8px;font-size:11px;font-weight:700}.inv-history-type.restock{color:#10b981;background:#10b9811a}.inv-history-type.sale{color:#ef4444;background:#ef44441a}body.light .inv-page{color:#1e293b;background:#f1f5f9}body.light .inv-inline-input{color:#1e293b;background:#fff;border-color:#6366f1}body.light .inv-alert-row{border-color:#f1f5f9}body.light .inv-alert-row:hover{background:#ef444405}body.light .inv-history-panel{border-color:#e2e8f0}body.light .inv-history-row{background:#fff;border-color:#e2e8f0}@media (width<=1200px){.inv-stats-grid{grid-template-columns:repeat(2,1fr)}}.pricing-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:16px;padding:20px;display:flex}.pricing-stats-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.pricing-gst-badge{color:#a78bfa;background:#6366f11f;border-radius:5px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.pricing-margin-wrap{flex-direction:column;gap:4px;min-width:80px;display:flex}.pricing-margin-bar-bg{background:#1e2130;border-radius:2px;height:4px;overflow:hidden}.pricing-margin-bar{border-radius:2px;height:100%;transition:width .3s}body.light .pricing-page{color:#1e293b;background:#f1f5f9}.pricing-tabs{flex-wrap:wrap;gap:8px;display:flex}.pricing-tab{color:#94a3b8;cursor:pointer;background:#1a1d27;border:1px solid #2d3148;border-radius:8px;padding:8px 16px;font-size:13px}.pricing-tab.active{color:#fff;background:#6366f1;border-color:#6366f1}.pricing-approvals-header{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.pricing-approvals-header h3{margin:0;font-size:16px}.pricing-approvals-badge{color:#fbbf24;background:#f59e0b33;border-radius:999px;padding:4px 10px;font-size:12px}.pricing-table{border-collapse:collapse;width:100%;font-size:13px}.pricing-table th,.pricing-table td{text-align:left;border-bottom:1px solid #2d3148;padding:10px 12px}.pricing-table th{color:#94a3b8;font-weight:600}.pricing-btn{cursor:pointer;border:none;border-radius:6px;margin-right:4px;padding:6px 12px;font-size:12px}.pricing-btn.primary{color:#fff;background:#6366f1}.pricing-btn.secondary{color:#e2e8f0;background:#2d3148}.pricing-btn.danger{color:#fecaca;background:#7f1d1d}.pricing-approvals-actions{white-space:nowrap}.pricing-panel-msg{color:#94a3b8;padding:24px}.pricing-override-modal{z-index:100;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pricing-override-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;min-width:280px;padding:24px}.pricing-override-card input{color:#e2e8f0;background:#0f1117;border:1px solid #2d3148;border-radius:6px;width:100%;margin:12px 0;padding:8px}.pricing-override-btns{gap:8px;display:flex}.pricing-approvals-table-wrap{overflow-x:auto}.pricing-market-n{color:#64748b;font-size:11px;font-weight:400}.pricing-hint{color:#94a3b8;margin-top:8px;font-size:13px}.pricing-vs-high{color:#f87171;font-weight:600}.pricing-vs-low{color:#34d399;font-weight:600}@media (width<=1200px){.pricing-stats-grid{grid-template-columns:repeat(2,1fr)}}.quality-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:16px;padding:20px;display:flex}.quality-stats-grid{grid-template-columns:repeat(7,1fr);gap:10px;display:grid}.workflow-select{cursor:pointer;background:#1a1d27;border:1px solid;border-radius:6px;outline:none;padding:4px 8px;font-size:11px;font-weight:700}.workflow-select:focus{opacity:.9}.quality-bar-bg{background:#1e2130;border-radius:3px;height:6px;overflow:hidden}.quality-bar{border-radius:3px;height:100%;transition:width .4s}.quality-missing-badge{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:5px;padding:2px 7px;font-size:10px;font-weight:600}.quality-alert-card{border-color:#ef444433!important}.quality-alert-row{border-bottom:1px solid #1e2130;align-items:center;gap:12px;padding:10px 18px;display:flex}.quality-alert-row:last-child{border-bottom:none}.quality-alert-row:hover{background:#ef444408}.quality-dupe-card{border-color:#f59e0b33!important}body.light .quality-page{color:#1e293b;background:#f1f5f9}body.light .quality-bar-bg{background:#e2e8f0}@media (width<=1200px){.quality-stats-grid{grid-template-columns:repeat(2,1fr)}}.analytics-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:16px;padding:20px;display:flex}.analytics-stats-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.analytics-bar-bg{background:#1e2130;border-radius:4px;flex:1;height:8px;overflow:hidden}.analytics-bar{border-radius:4px;height:100%;transition:width .5s}.analytics-velocity-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.analytics-velocity-row{border-bottom:1px solid #1e2130;align-items:center;gap:12px;padding:12px 18px;display:flex}.analytics-velocity-row:last-child{border-bottom:none}.analytics-velocity-row:hover{background:#6366f10a}body.light .analytics-page{color:#1e293b;background:#f1f5f9}body.light .analytics-bar-bg{background:#e2e8f0}body.light .analytics-velocity-row{border-color:#f1f5f9}@media (width<=1100px){.analytics-stats-grid{grid-template-columns:repeat(2,1fr)}.analytics-velocity-grid{grid-template-columns:1fr}}.products-wrapper{background:#0f1117;flex-direction:column;height:100%;display:flex}.products-tabbar{background:#1a1d27;border-bottom:1px solid #2d3148;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 20px;display:flex}.products-tabbar-title{color:#f1f5f9;white-space:nowrap;font-size:15px;font-weight:700}.products-tabbar-tabs{align-items:flex-end;gap:2px;display:flex}.products-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:12px 18px;font-size:13px;font-weight:600;transition:all .2s;display:flex;position:relative}.products-tab:hover:not(.soon){color:#94a3b8}.products-tab.active{color:#a78bfa;background:#6366f10f;border-bottom-color:#6366f1}.products-tab.soon{cursor:not-allowed;opacity:.45}.products-tab-soon{color:#a78bfa;background:#6366f126;border-radius:4px;margin-left:2px;padding:1px 5px;font-size:9px;font-weight:700}.products-tab-content{flex:1;overflow-y:auto}.activity-row{border-bottom:1px solid #1e2130;align-items:flex-start;gap:12px;padding:12px 18px;transition:background .15s;display:flex}.activity-row:last-child{border-bottom:none}.activity-row:hover{background:#6366f10a}.activity-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:5px}body.light .products-wrapper{background:#f1f5f9}body.light .products-tabbar{background:#fff;border-color:#e2e8f0}body.light .products-tabbar-title{color:#0f172a}body.light .products-tab:hover:not(.soon){color:#475569}body.light .products-tab.active{color:#6366f1}.prod-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:16px;padding:20px;display:flex}.prod-stats-grid{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.prod-stat-card{text-align:center;background:#1a1d27;border:1px solid #2d3148;border-radius:10px;padding:14px 12px;transition:transform .2s;position:relative;overflow:hidden}.prod-stat-card:before{content:"";background:var(--pc);border-radius:10px 10px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.prod-stat-card:hover{transform:translateY(-2px)}.prod-stat-icon{margin-bottom:6px;font-size:20px}.prod-stat-val{color:#f1f5f9;margin-bottom:3px;font-size:20px;font-weight:700;line-height:1}.prod-stat-label{color:#64748b;font-size:10px}.prod-name-cell{align-items:center;gap:10px;display:flex}.prod-avatar{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;display:flex}.prod-name{color:#e2e8f0;font-size:13px;font-weight:600}.prod-id{color:#64748b;margin-top:1px;font-size:11px}.prod-cat-badge{white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600}.prod-variant-cell{flex-direction:column;gap:2px;display:flex}.prod-variant-total{color:#e2e8f0;font-size:12px;font-weight:500}.prod-variant-active{color:#64748b;font-size:10px}.prod-panel-avatar{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;font-weight:700;display:flex}.prod-section-card{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;flex-direction:column;gap:10px;padding:16px;display:flex}.prod-section-header{justify-content:space-between;align-items:center;display:flex}.prod-variant-list{flex-direction:column;gap:6px;margin-top:10px;display:flex}.prod-variant-row{background:#0f1117;border:1px solid #2d3148;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;transition:all .2s;display:flex}.prod-variant-row.inactive{opacity:.5}.prod-variant-row:hover{border-color:#475569}.prod-variant-info{flex-direction:column;flex:1;gap:2px;display:flex}.prod-variant-name{color:#e2e8f0;font-size:13px;font-weight:600}.prod-variant-meta{color:#64748b;font-size:11px}.prod-variant-right{align-items:center;gap:10px;display:flex}.prod-variant-mrp{color:#10b981;font-size:13px;font-weight:700}.prod-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;display:grid}.prod-card{cursor:pointer;background:#1a1d27;border:1px solid #2d3148;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:16px;transition:all .2s;display:flex;position:relative}.prod-card:hover{border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.prod-card-selected{background:#1e2130;border-color:#6366f1!important}.prod-card-top{justify-content:space-between;align-items:center;display:flex;position:absolute;top:10px;left:10px;right:10px}.prod-card-avatar{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-top:20px;font-size:24px;font-weight:700;display:flex}.prod-card-name{color:#e2e8f0;text-align:center;font-size:14px;font-weight:700}.prod-card-stats{background:#0f1117;border-radius:8px;align-items:center;width:100%;margin-top:4px;padding:10px 0;display:flex}.prod-card-mrp{color:#10b981;font-size:13px;font-weight:700}body.light .prod-card{background:#fff;border-color:#e2e8f0}body.light .prod-card:hover{border-color:#6366f1}body.light .prod-card-name{color:#1e293b}body.light .prod-card-stats{background:#f8fafc}.prod-img-upload-wrap{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;align-items:center;gap:14px;padding:14px;display:flex}.prod-img-preview{background:#0f1117;border:1px solid #2d3148;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.prod-img-thumb{object-fit:cover;width:100%;height:100%}.prod-img-placeholder{font-size:24px}.prod-img-label{color:#94a3b8;margin-bottom:6px;font-size:11px;font-weight:600;display:block}.prod-img-input{color:#94a3b8;width:100%;font-size:12px}.prod-img-remove{color:#ef4444;cursor:pointer;background:0 0;border:none;margin-top:6px;padding:0;font-size:11px}.prod-img-remove:hover{text-decoration:underline}body.light .prod-img-upload-wrap{background:#fff;border-color:#e2e8f0}body.light .prod-img-preview{background:#f8fafc;border-color:#e2e8f0}.vbulk-bar{background:#6366f114;border:1px solid #6366f133;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;padding:8px 12px;display:flex}.vbulk-count{color:#a78bfa;margin-right:4px;font-size:12px;font-weight:600}.vbulk-btn{color:#a78bfa;cursor:pointer;background:#6366f11a;border:1px solid #6366f140;border-radius:6px;padding:3px 10px;font-size:11px;font-weight:600;transition:all .2s}.vbulk-btn:hover{background:#6366f133}.vbulk-btn.danger{color:#ef4444;background:#ef44441a;border-color:#ef444440}.vbulk-btn.danger:hover{background:#ef444433}.vbulk-clear{color:#64748b;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:2px 6px;font-size:12px}.vbulk-clear:hover{color:#e2e8f0}.vbulk-mrp-wrap{align-items:center;gap:4px;display:flex}.vbulk-mrp-input{color:#e2e8f0;background:#6366f114;border:1px solid #6366f140;border-radius:6px;outline:none;width:110px;padding:3px 8px;font-size:11px}.vbulk-mrp-input::placeholder{color:#475569}.vbulk-mrp-input:focus{border-color:#6366f1}.bulk-cat-select{color:#a78bfa;cursor:pointer;background:#6366f11a;border:1px solid #6366f140;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600}.bulk-cat-select:focus{border-color:#6366f1;outline:none}.prod-variant-selected{background:#6366f10d!important;border-color:#6366f166!important}.cat-list{flex-direction:column;gap:6px;max-height:340px;display:flex;overflow-y:auto}.cat-row{background:#1a1d27;border:1px solid #2d3148;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.cat-row-left{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.cat-name{color:#e2e8f0;font-size:13px;font-weight:600}.cat-count{color:#64748b;font-size:11px}.cat-row-actions{flex-shrink:0;gap:6px;display:flex}.cat-edit-input{color:#e2e8f0;background:#0f1117;border:1px solid #6366f1;border-radius:6px;outline:none;flex:1;padding:5px 10px;font-size:13px}body.light .cat-row{background:#fff;border-color:#e2e8f0}body.light .cat-name{color:#1e293b}body.light .cat-edit-input{color:#1e293b;background:#f8fafc}.prod-sku-badge{color:#a78bfa;background:#6366f11a;border-radius:4px;margin-top:3px;margin-right:4px;padding:1px 7px;font-size:10px;font-weight:600;display:inline-block}.prod-barcode-badge{color:#94a3b8;background:#64748b1a;border-radius:4px;margin-top:3px;padding:1px 7px;font-family:monospace;font-size:10px;font-weight:500;display:inline-block}.prod-variant-info{flex:1;align-items:flex-start;gap:8px;min-width:0;display:flex}body.light .prod-sku-badge{background:#6366f114}body.light .prod-barcode-badge{color:#64748b;background:#64748b14}.prod-tag-filter-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #2d3148;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .2s}.prod-tag-filter-btn:hover{color:#94a3b8;border-color:#475569}.prod-tag-filter-btn.active{color:#a78bfa;background:#6366f126;border-color:#6366f1}.prod-tags-cell{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.prod-tag-badge{white-space:nowrap;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:600}.prod-tags-edit{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.prod-tag-toggle{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:20px;padding:5px 12px;font-size:11px;font-weight:600;transition:all .2s}.prod-tag-toggle:hover{color:#94a3b8;border-color:#475569}body.light .prod-tag-filter-btn{color:#94a3b8;border-color:#e2e8f0}body.light .prod-tag-filter-btn:hover{color:#64748b;border-color:#cbd5e1}body.light .prod-tag-toggle{color:#94a3b8;border-color:#e2e8f0}body.light .prod-page{color:#1e293b;background:#f1f5f9}body.light .prod-stat-card{background:#fff;border-color:#e2e8f0}body.light .prod-stat-val{color:#0f172a}body.light .prod-name{color:#1e293b}body.light .prod-section-card{background:#fff;border-color:#e2e8f0}body.light .prod-variant-row{background:#f8fafc;border-color:#e2e8f0}body.light .prod-variant-name{color:#1e293b}.adv-filter-group{flex-direction:column;gap:6px;display:flex}.adv-filter-label{color:#64748b;white-space:nowrap;font-size:11px;font-weight:600}.adv-slider{accent-color:#6366f1;cursor:pointer;width:100px}.adv-date-input{color:#e2e8f0;background:#1a1d27;border:1px solid #2d3148;border-radius:6px;outline:none;padding:4px 8px;font-size:11px}.adv-date-input:focus{border-color:#6366f1}.inline-edit-input{color:#f1f5f9;background:#0f1117;border:1px solid #6366f1;border-radius:6px;outline:none;width:100%;padding:3px 8px;font-size:13px;font-weight:600}.inline-edit-hint{color:#475569;opacity:0;font-size:10px;transition:opacity .15s}.prod-name:hover .inline-edit-hint{opacity:1}.drag-handle{color:#475569;cursor:grab;-webkit-user-select:none;user-select:none;flex-shrink:0;padding:0 6px 0 0;font-size:12px}.drag-handle:hover{color:#94a3b8}.drag-over{background:#6366f114!important;border-color:#6366f1!important}body.light .adv-date-input{color:#1e293b;background:#fff;border-color:#e2e8f0}body.light .inline-edit-input{color:#1e293b;background:#f8fafc}.pa-section-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:700}.pa-vendor-row{background:#0f1117;border:1px solid #2d3148;border-radius:8px;align-items:center;gap:14px;padding:10px 12px;display:flex}.pa-vendor-row:hover{border-color:#475569}.pa-alert-row{cursor:pointer;border-bottom:1px solid #1e2130;align-items:center;gap:12px;padding:12px 18px;transition:background .15s;display:flex}.pa-alert-row:last-child{border-bottom:none}.pa-alert-row:hover{background:#ef44440a}.pa-low-badge{color:#ef4444;white-space:nowrap;background:#ef44441f;border:1px solid #ef444433;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:700}body.light .pa-vendor-row{background:#f8fafc;border-color:#e2e8f0}body.light .pa-alert-row:hover{background:#ef444408}body.light .pa-alert-row{border-color:#f1f5f9}@media (width<=1200px){.prod-stats-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.prod-stats-grid{grid-template-columns:repeat(2,1fr)}}.cm-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:16px;height:100%;min-height:0;padding:24px;display:flex;overflow:hidden}.cm-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.cm-title{color:#f1f5f9;font-size:20px;font-weight:700}.cm-subtitle{color:#64748b;margin-top:2px;font-size:13px}.cm-header-actions{gap:8px;display:flex}.cm-btn-refresh{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s}.cm-btn-refresh:hover:not(:disabled){color:#e2e8f0;border-color:#475569}.cm-btn-refresh:disabled{opacity:.5;cursor:not-allowed}.cm-btn-primary{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .2s}.cm-btn-primary:hover{background:#4f46e5}.cm-stats{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.cm-stat-card{text-align:center;background:#1a1d27;border:1px solid #2d3148;border-radius:10px;padding:14px 12px;transition:transform .2s;position:relative;overflow:hidden}.cm-stat-card:before{content:"";background:var(--sc,#6366f1);border-radius:10px 10px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.cm-stat-card:hover{transform:translateY(-2px)}.cm-stat-icon{margin-bottom:6px;font-size:18px}.cm-stat-val{color:#f1f5f9;margin-bottom:4px;font-size:22px;font-weight:700;line-height:1}.cm-stat-label{color:#64748b;font-size:11px}.cm-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cm-search{color:#e2e8f0;background:#1a1d27;border:1px solid #2d3148;border-radius:8px;outline:none;flex:1;min-width:200px;padding:8px 12px;font-size:13px}.cm-search:focus{border-color:#6366f1}.cm-search::placeholder{color:#475569}.cm-btn-sm{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:7px;padding:7px 12px;font-size:12px;font-weight:600;transition:all .2s}.cm-btn-sm:hover{color:#e2e8f0;border-color:#475569}.cm-tree-card{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;flex-direction:column;flex:1;min-height:240px;display:flex;overflow:hidden}.cm-tree{overscroll-behavior:contain;flex:1;min-height:0;padding:8px 0;overflow:auto}.cm-tree::-webkit-scrollbar{width:8px;height:8px}.cm-tree::-webkit-scrollbar-thumb{background:#3b4058;border-radius:8px}.cm-tree::-webkit-scrollbar-thumb:hover{background:#4b556d}.cm-node{cursor:default;border-bottom:1px solid #1a1d27;align-items:center;gap:8px;padding:9px 14px 9px 12px;transition:background .15s;display:flex}.cm-node:hover{background:#6366f10d}.cm-expand-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;transition:color .15s;display:flex}.cm-expand-btn:hover{color:#e2e8f0}.cm-node-icon{flex-shrink:0;font-size:16px}.cm-node-thumb{object-fit:cover;background:#0f1117;border:1px solid #2d3148;border-radius:8px;flex-shrink:0;width:28px;height:28px}.cm-node-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.cm-node-info{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.cm-node-name{color:#e2e8f0;font-size:13px;font-weight:600}.cm-node-meta{align-items:center;gap:6px;display:flex}.cm-node-count,.cm-node-attrs,.cm-node-children{border-radius:20px;padding:1px 7px;font-size:10px;font-weight:600}.cm-node-count{color:#10b981;background:#10b9811f}.cm-node-attrs{color:#a78bfa;background:#6366f11f}.cm-node-children{color:#f59e0b;background:#f59e0b1f}.cm-node-actions{opacity:0;gap:4px;transition:opacity .15s;display:flex}.cm-node:hover .cm-node-actions{opacity:1}.cm-children{border-left:2px solid #2d3148;margin-left:22px}.cm-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:6px;padding:4px 9px;font-size:11px;font-weight:600;transition:all .2s}.cm-btn:hover{color:#e2e8f0;border-color:#475569}.cm-btn-add{color:#10b981;border-color:#10b9814d}.cm-btn-add:hover{background:#10b9811a}.cm-btn-edit{color:#a78bfa;border-color:#6366f14d}.cm-btn-edit:hover{background:#6366f11a}.cm-btn-delete{color:#ef4444;border-color:#ef44444d}.cm-btn-delete:hover{background:#ef44441a}.cm-loading{color:#64748b;flex:1;justify-content:center;align-items:center;gap:12px;padding:60px 20px;font-size:14px;display:flex}.cm-spinner{border:2px solid #2d3148;border-top-color:#6366f1;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite cm-spin}@keyframes cm-spin{to{transform:rotate(360deg)}}.cm-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:60px 20px;display:flex}.cm-empty-icon{margin-bottom:4px;font-size:40px}.cm-empty-title{color:#e2e8f0;font-size:16px;font-weight:600}.cm-empty-desc{color:#64748b;margin-bottom:8px;font-size:13px}.cm-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out cm-fade;display:flex;position:fixed;inset:0}@keyframes cm-fade{0%{opacity:0}to{opacity:1}}.cm-modal{background:#1a1d2e;border:1px solid #2d3148;border-radius:16px;flex-direction:column;width:100%;max-width:680px;max-height:90vh;animation:.25s ease-out cm-slide;display:flex;box-shadow:0 24px 64px #0009}@keyframes cm-slide{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.cm-modal-header{border-bottom:1px solid #2d3148;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.cm-modal-title{color:#f1f5f9;font-size:16px;font-weight:700}.cm-modal-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:18px;transition:all .2s}.cm-modal-close:hover{color:#e2e8f0;background:#2d3148}.cm-modal-body{flex-direction:column;flex:1;gap:16px;padding:20px 24px;display:flex;overflow-y:auto}.cm-modal-body::-webkit-scrollbar{width:6px}.cm-modal-body::-webkit-scrollbar-thumb{background:#2d3148;border-radius:3px}.cm-modal-footer{border-top:1px solid #2d3148;flex-shrink:0;justify-content:flex-end;gap:10px;padding:14px 24px;display:flex}.cm-btn-cancel{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:8px;padding:8px 18px;font-size:13px;font-weight:600;transition:all .2s}.cm-btn-cancel:hover:not(:disabled){color:#e2e8f0;background:#2d3148}.cm-btn-save{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;padding:8px 20px;font-size:13px;font-weight:600;transition:all .2s}.cm-btn-save:hover:not(:disabled){background:#059669}.cm-btn-cancel:disabled,.cm-btn-save:disabled{opacity:.5;cursor:not-allowed}.cm-field{flex-direction:column;gap:6px;display:flex}.cm-label{color:#94a3b8;font-size:12px;font-weight:600}.cm-req{color:#ef4444;margin-left:2px}.cm-input,.cm-select{color:#e2e8f0;box-sizing:border-box;background:#0f1117;border:1px solid #2d3148;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-family:inherit;font-size:13px;transition:border-color .2s}.cm-input:focus,.cm-select:focus{border-color:#6366f1}.cm-input::placeholder{color:#475569}.cm-select-full{width:100%}.cm-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.cm-icon-grid{flex-wrap:wrap;gap:4px;display:flex}.cm-icon-btn{cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .15s;display:flex}.cm-icon-btn:hover{background:#ffffff0d;border-color:#475569}.cm-icon-btn.active{background:#6366f126;border-color:#6366f1}.cm-label-sub{margin-top:10px;margin-bottom:6px;display:block}.cm-custom-icon{margin-top:8px}.cm-custom-icon-row{align-items:center;gap:8px;display:flex}.cm-custom-icon-preview{color:#94a3b8;background:#0f1117;border:1px solid #2d3148;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex;overflow:hidden}.cm-icon-image,.cm-color-preview-icon,.cm-image-preview-icon{object-fit:contain;width:100%;height:100%;display:block}.cm-node-icon-img{object-fit:contain}.cm-color-preview-icon{flex-shrink:0;width:20px;height:20px}.cm-image-preview-icon{width:70%;height:70%}.cm-color-grid{flex-wrap:wrap;gap:6px;display:flex}.cm-color-btn{cursor:pointer;border:2px solid #0000;border-radius:50%;width:24px;height:24px;transition:transform .15s}.cm-color-btn:hover{transform:scale(1.2)}.cm-color-btn.active{border-color:#fff;transform:scale(1.15)}.cm-color-preview{color:#fff;border-radius:8px;align-items:center;gap:8px;margin-top:8px;padding:8px 12px;font-size:13px;font-weight:600;display:flex}.cm-image-row{align-items:center;gap:12px;display:flex}.cm-image-preview{color:#94a3b8;background:#0f1117;border:2px solid #6366f1;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:74px;height:74px;font-size:26px;display:flex;overflow:hidden}.cm-image-preview img{object-fit:cover;width:100%;height:100%;display:block}.cm-image-input-wrap{flex:1;min-width:0}.cm-field-hint{color:#64748b;margin-top:6px;font-size:11px;line-height:1.4}.cm-attr-editor{background:#0f1117;border:1px solid #2d3148;border-radius:10px;flex-direction:column;gap:10px;padding:14px;display:flex}.cm-attr-header{justify-content:space-between;align-items:center;display:flex}.cm-attr-title{color:#e2e8f0;font-size:13px;font-weight:700}.cm-attr-empty{color:#475569;text-align:center;padding:8px 0;font-size:12px}.cm-attr-row{background:#1a1d27;border:1px solid #2d3148;border-radius:8px;flex-wrap:wrap;align-items:center;gap:6px;padding:8px 10px;display:flex}.cm-attr-key{flex-shrink:0;width:110px}.cm-attr-label{flex-shrink:0;width:120px}.cm-attr-opts{flex:1;min-width:100px}.cm-attr-req{color:#94a3b8;white-space:nowrap;cursor:pointer;align-items:center;gap:4px;font-size:11px;display:flex}.cm-attr-req input{cursor:pointer;accent-color:#6366f1}@media (width<=1024px){.cm-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.cm-page{padding:16px;overflow-y:auto}.cm-stats{grid-template-columns:repeat(2,1fr)}.cm-row{grid-template-columns:1fr}.cm-image-row{align-items:flex-start}.cm-modal{border-radius:0;max-height:100vh}.cm-attr-row{flex-direction:column;align-items:stretch}.cm-attr-key,.cm-attr-label{width:100%}}body.light .cm-page{color:#1e293b;background:#f1f5f9}body.light .cm-title{color:#0f172a}body.light .cm-stat-card{background:#fff;border-color:#e2e8f0}body.light .cm-stat-val{color:#0f172a}body.light .cm-tree-card{background:#fff;border-color:#e2e8f0}body.light .cm-node:hover{background:#6366f10a}body.light .cm-node-name{color:#0f172a}body.light .cm-children{border-color:#e2e8f0}body.light .cm-node-thumb,body.light .cm-image-preview{background:#f8fafc;border-color:#e2e8f0}body.light .cm-modal{background:#fff;border-color:#e2e8f0}body.light .cm-input,body.light .cm-select{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}body.light .cm-attr-editor{background:#f8fafc;border-color:#e2e8f0}body.light .cm-attr-row{background:#fff;border-color:#e2e8f0}body.light .cm-search{color:#1e293b;background:#fff;border-color:#e2e8f0}.cm-btn-sequence{color:#38bdf8;border-color:#38bdf859;min-width:28px;padding-left:7px;padding-right:7px}.cm-btn-sequence:hover{background:#38bdf81f}.cst-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:16px;padding:20px 24px;display:flex}.cst-card-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;padding:16px;display:grid}.cst-card{cursor:pointer;background:#1a1d2e;border:1px solid #2d3148;border-radius:12px;flex-direction:column;gap:4px;padding:16px;transition:border-color .2s,transform .15s;display:flex}.cst-card:hover{border-color:#6366f1;transform:translateY(-2px)}.cst-card-selected{background:#6366f10f;border-color:#6366f1}.cst-card-blocked{opacity:.65;border-color:#ef444466}.cst-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.cst-card-checkbox{cursor:pointer;width:16px;height:16px}.cst-row{cursor:pointer;transition:background .15s}.cst-row:hover .ord-td,.cst-row:hover td{background:#6366f10f}.cst-row-selected .ord-td{background:#6366f114!important}.cst-segment-badge,.cst-tag-chip{display:inline-block}.cst-avatar{flex-shrink:0}.status-tabs{flex-wrap:wrap;gap:6px;display:flex}.status-tab{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.status-tab:hover{color:#94a3b8;border-color:#475569}.status-tab-active{color:#a78bfa;background:#6366f11f;border-color:#6366f1}.status-tab-count{color:#64748b;background:#252836;border-radius:10px;padding:1px 7px;font-size:11px;font-weight:600}.status-tab-active .status-tab-count{color:#a78bfa;background:#6366f133}.ord-refresh-btn{color:#94a3b8;white-space:nowrap;cursor:pointer;background:#1a1d27;border:1px solid #2d3148;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .2s}.ord-refresh-btn:hover{color:#a78bfa;border-color:#6366f1}.ord-export-btn{color:#10b981;white-space:nowrap;cursor:pointer;background:#10b9811a;border:1px solid #10b9814d;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .2s}.ord-export-btn:hover{background:#10b98133}.ord-action-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .2s;display:inline-flex}.ord-action-btn:hover{color:#a78bfa;border-color:#6366f1}.ord-pagination{border-top:1px solid #2d3148;padding:10px 18px}.ord-page-info{color:#64748b;font-size:12px}.ord-empty{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:60px 20px;display:flex}.ord-empty-illustration{font-size:48px}.ord-empty-text{color:#64748b;font-size:15px;font-weight:600}.ord-empty-sub{color:#475569;font-size:13px}.cst-page .rdr-stat-top{justify-content:space-between;align-items:flex-start;display:flex}.cst-unblock-btn{color:#10b981;cursor:pointer;background:#10b9811f;border:1px solid #10b98166;border-radius:8px;width:100%;padding:10px;font-size:13px;font-weight:600;transition:all .2s}.cst-unblock-btn:hover{background:#10b98138}.cst-block-btn{color:#ef4444;cursor:pointer;background:#ef44441f;border:1px solid #ef444466;border-radius:8px;width:100%;padding:10px;font-size:13px;font-weight:600;transition:all .2s}.cst-block-btn:hover{background:#ef444438}.cst-stat-bar-track{background:#ffffff14;border-radius:2px;height:3px;margin-top:8px;overflow:hidden}.cst-stat-bar-fill{opacity:.7;border-radius:2px;height:100%;transition:width .6s}.cst-stat-trend{border-radius:4px;margin-top:4px;padding:2px 6px;font-size:10px;font-weight:700;display:inline-block}.cst-stat-trend.up{color:#10b981;background:#10b98126}.cst-stat-trend.down{color:#ef4444;background:#ef444426}body.light .cst-page{color:#1e293b;background:#f1f5f9}body.light .cst-card{background:#fff;border-color:#e2e8f0}body.light .cst-card:hover{border-color:#6366f1}body.light .cst-card-selected{background:#6366f10d}body.light .cst-row:hover .ord-td,body.light .cst-row:hover td{background:#f8fafc}body.light .cst-unblock-btn{background:#10b98114}body.light .cst-block-btn{background:#ef444414}body.light .cst-stat-bar-track{background:#0000000f}body.light .status-tab{color:#64748b;border-color:#e2e8f0}body.light .status-tab:hover{border-color:#cbd5e1}body.light .status-tab-active{background:#6366f114}body.light .status-tab-count{background:#f1f5f9}body.light .ord-refresh-btn{background:#fff;border-color:#e2e8f0}body.light .ord-export-btn{background:#10b9810f}body.light .ord-action-btn{color:#64748b;border-color:#e2e8f0}@media (width<=768px){.cst-card-grid{grid-template-columns:repeat(2,1fr)}.cst-page{padding:12px}}@media (width<=480px){.cst-card-grid{grid-template-columns:1fr}}.fin-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:16px;min-height:100%;padding:20px 24px;display:flex}.fin-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.fin-title{color:#f1f5f9;font-size:22px;font-weight:700}.fin-subtitle{color:#64748b;margin-top:2px;font-size:13px}.fin-header-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.fin-kpi-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.fin-kpi-card{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;padding:16px 14px;transition:transform .2s;position:relative;overflow:hidden}.fin-kpi-card:before{content:"";background:var(--fc);border-radius:10px 10px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.fin-kpi-card:hover{transform:translateY(-2px)}.fin-kpi-icon{margin-bottom:8px;font-size:20px;display:block}.fin-kpi-val{color:#f1f5f9;margin-bottom:4px;font-size:20px;font-weight:700;line-height:1}.fin-kpi-label{color:#64748b;font-size:11px}.fin-toolbar{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;display:flex}.fin-period-toggle{background:#0f1117;border:1px solid #2d3148;border-radius:8px;padding:2px;display:flex}.fin-period-btn{color:#64748b;border-radius:6px;padding:5px 14px;font-size:12px;font-weight:600;transition:all .2s}.fin-period-btn.active{color:#a78bfa;background:#252836}.fin-period-btn:hover:not(.active){color:#e2e8f0}.fin-select{color:#94a3b8;cursor:pointer;background:#252836;border:1px solid #2d3148;border-radius:6px;padding:6px 10px;font-size:12px}.fin-select:focus{border-color:#6366f1;outline:none}.fin-search-wrap{align-items:center;display:flex;position:relative}.fin-search-icon{color:#475569;font-size:13px;position:absolute;left:10px}.fin-search{color:#e2e8f0;background:#252836;border:1px solid #2d3148;border-radius:8px;width:200px;padding:7px 12px 7px 32px;font-size:12px}.fin-search:focus{border-color:#6366f1;outline:none}.fin-export-btn{color:#10b981;cursor:pointer;white-space:nowrap;background:#10b9811a;border:1px solid #10b9814d;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .2s}.fin-export-btn:hover{background:#10b98133}.fin-reset-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:6px;padding:6px 12px;font-size:12px;transition:all .2s}.fin-reset-btn:hover{color:#ef4444;border-color:#ef4444}.fin-chart-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.fin-chart{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;padding:16px 20px}.fin-chart-title{color:#e2e8f0;margin-bottom:16px;font-size:13px;font-weight:700}.fin-chart-bars{align-items:flex-end;gap:40px;height:140px;padding:0 20px;display:flex}.fin-bar-group{flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.fin-bar-pair{justify-content:center;align-items:flex-end;gap:8px;width:100%;height:120px;display:flex}.fin-bar-wrap{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.fin-bar-label-top{color:#64748b;white-space:nowrap;font-size:10px}.fin-bar{border-radius:4px 4px 0 0;width:100%;transition:height .4s}.fin-bar-pending{background:#f59e0b}.fin-bar-paid{background:#10b981}.fin-bar-group-label{color:#94a3b8;font-size:12px;font-weight:500}.fin-chart-legend{border-top:1px solid #2d3148;justify-content:center;gap:16px;margin-top:12px;padding-top:12px;display:flex}.fin-legend-item{color:#94a3b8;align-items:center;gap:4px;font-size:12px;display:flex}.fin-legend-pending{color:#f59e0b}.fin-legend-paid{color:#10b981}.fin-gst-card{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;flex-direction:column;gap:10px;padding:16px 20px;display:flex}.fin-gst-title{color:#e2e8f0;margin-bottom:4px;font-size:13px;font-weight:700}.fin-gst-row{border-bottom:1px solid #1e2130;justify-content:space-between;align-items:center;padding:8px 0;font-size:13px;display:flex}.fin-gst-row:last-of-type{border-bottom:none}.fin-gst-key{color:#64748b}.fin-gst-val{color:#e2e8f0;font-weight:500}.fin-gst-total{color:#a78bfa;font-size:15px;font-weight:700}.fin-gst-note{color:#475569;border-top:1px solid #1e2130;padding-top:8px;font-size:11px;font-style:italic}.fin-table-card{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;overflow:hidden}.fin-table-header{border-bottom:1px solid #2d3148;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.fin-table-title{color:#e2e8f0;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.fin-table-count{color:#a78bfa;background:#6366f126;border-radius:10px;padding:2px 8px;font-size:12px;font-weight:600}.fin-table-hint{color:#475569;font-size:11px}.fin-table-wrap{overflow-x:auto}.fin-table{border-collapse:collapse;width:100%}.fin-th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#1a1d27;border-bottom:1px solid #2d3148;padding:10px 12px;font-size:11px;font-weight:700}.fin-td{color:#94a3b8;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #1e2130;padding:11px 12px;font-size:13px}.fin-row{transition:background .15s}.fin-row:hover .fin-td{background:#6366f10a}.fin-row-selected .fin-td{background:#6366f114!important}.fin-row:last-child .fin-td{border-bottom:none}.fin-entity-badge{white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600}.fin-entity-badge--rider{color:#60a5fa;background:#3b82f61f;border:1px solid #3b82f64d}.fin-entity-badge--partner{color:#10b981;background:#10b9811f;border:1px solid #10b9814d}.fin-zone-badge{color:#a78bfa;white-space:nowrap;background:#6366f11a;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:500}.fin-status-pending{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b4d;border-radius:20px;padding:3px 9px;font-size:11px;font-weight:600}.fin-status-paid{color:#10b981;background:#10b9811f;border:1px solid #10b9814d;border-radius:20px;padding:3px 9px;font-size:11px;font-weight:600}.fin-amount-gross{font-weight:600;color:#10b981!important}.fin-amount-net{font-weight:600;color:#a78bfa!important}.fin-payee-name{color:#e2e8f0;font-size:13px;font-weight:600}.fin-payee-id{color:#64748b;margin-top:1px;font-size:11px}.fin-btn-pay{color:#10b981;cursor:pointer;white-space:nowrap;background:#10b9811a;border:1px solid #10b98166;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .2s}.fin-btn-pay:hover{color:#fff;background:#10b981}.fin-bulk-bar{background:#6366f114;border:1px solid #6366f14d;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 16px;display:flex}.fin-bulk-count{color:#a78bfa;font-size:13px;font-weight:600}.fin-bulk-actions{flex-wrap:wrap;gap:8px;display:flex}.fin-bulk-pay-btn{color:#10b981;cursor:pointer;background:#10b9811f;border:1px solid #10b98166;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.fin-bulk-pay-btn:hover{color:#fff;background:#10b981}.fin-bulk-clear{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:6px;padding:6px 12px;font-size:12px;transition:all .2s}.fin-bulk-clear:hover{color:#ef4444;border-color:#ef4444}.fin-empty{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:60px 20px;display:flex}.fin-empty-icon{font-size:48px}.fin-empty-text{color:#64748b;font-size:15px;font-weight:600}.fin-empty-sub{color:#475569;font-size:13px}.fin-sort-wrap{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.fin-sort-label{color:#64748b;white-space:nowrap;font-size:12px}.fin-sort-btn{color:#64748b;cursor:pointer;background:#252836;border:1px solid #2d3148;border-radius:6px;padding:4px 10px;font-size:11px;transition:all .2s}.fin-sort-btn:hover{color:#a78bfa;border-color:#6366f1}.fin-sort-btn.active{color:#a78bfa;background:#6366f126;border-color:#6366f1}body.light .fin-page{color:#1e293b;background:#f1f5f9}body.light .fin-kpi-card{background:#fff;border-color:#e2e8f0}body.light .fin-kpi-val{color:#0f172a}body.light .fin-toolbar{background:#fff;border-color:#e2e8f0}body.light .fin-select,body.light .fin-search{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}body.light .fin-chart,body.light .fin-gst-card,body.light .fin-table-card,body.light .fin-th{background:#fff;border-color:#e2e8f0}body.light .fin-td{border-color:#f1f5f9}body.light .fin-row:hover .fin-td{background:#f8fafc}body.light .fin-period-toggle{background:#f8fafc;border-color:#e2e8f0}body.light .fin-period-btn.active{background:#fff}@media (width<=1200px){.fin-kpi-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.fin-chart-row{grid-template-columns:1fr}.fin-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.fin-kpi-grid{grid-template-columns:1fr 1fr}.fin-page{padding:12px}}.ntf-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:16px;padding:20px 24px;display:flex}.ntf-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ntf-title{color:#f1f5f9;font-size:22px;font-weight:700}.ntf-subtitle{color:#64748b;margin-top:2px;font-size:13px}.ntf-unread-badge{color:#ef4444;background:#ef444426;border:1px solid #ef44444d;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:700}.ntf-header-actions{flex-wrap:wrap;gap:8px;display:flex}.ntf-btn-mark-all{color:#a78bfa;cursor:pointer;background:#6366f11a;border:1px solid #6366f14d;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .2s}.ntf-btn-mark-all:hover{background:#6366f133}.ntf-btn-clear-resolved{color:#10b981;cursor:pointer;background:#10b9811a;border:1px solid #10b9814d;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:600;transition:all .2s}.ntf-btn-clear-resolved:hover{background:#10b98133}.ntf-filterbar{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;display:flex}.ntf-select{color:#94a3b8;cursor:pointer;background:#252836;border:1px solid #2d3148;border-radius:6px;padding:6px 10px;font-size:12px}.ntf-select:focus{border-color:#6366f1;outline:none}.ntf-btn-clear-filters{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:6px;padding:6px 12px;font-size:12px;transition:all .2s}.ntf-btn-clear-filters:hover{color:#ef4444;border-color:#ef4444}.ntf-list{flex-direction:column;gap:8px;display:flex}.ntf-card{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;align-items:flex-start;gap:14px;padding:14px 16px;transition:border-color .2s;display:flex}.ntf-card:hover{border-color:#475569}.ntf-card--read{opacity:.55;background:#14161f}.ntf-card-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ntf-card-icon-emoji{font-size:18px}.ntf-card-body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.ntf-card-type-label{text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.ntf-card-message{color:#e2e8f0;margin:0;font-size:13px;font-weight:600}.ntf-card-meta{color:#64748b;align-items:center;gap:6px;font-size:11px;display:flex}.ntf-card-sep{color:#2d3148}.ntf-card-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.ntf-badge{white-space:nowrap;border-radius:20px;padding:3px 9px;font-size:11px;font-weight:600}.ntf-badge--resolved{color:#10b981;background:#10b9811f;border:1px solid #10b9814d}.ntf-badge--active{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b4d}.ntf-card-actions{align-items:center;gap:6px;display:flex}.ntf-btn{cursor:pointer;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .2s}.ntf-btn--read{color:#a78bfa;background:#6366f11a;border:1px solid #6366f14d}.ntf-btn--read:hover{background:#6366f133}.ntf-btn--dismiss{color:#64748b;background:0 0;border:1px solid #2d3148}.ntf-btn--dismiss:hover{color:#ef4444;border-color:#ef4444}.ntf-empty{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:60px 20px;display:flex}.ntf-empty-icon{font-size:48px}.ntf-empty-text{color:#64748b;text-align:center;font-size:15px;font-weight:600}.ntf-pref-panel{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;padding:16px 20px}.ntf-pref-title{color:#e2e8f0;margin:0 0 14px;font-size:14px;font-weight:700}.ntf-pref-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.ntf-pref-row{border-bottom:1px solid #1e2130;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.ntf-pref-row:last-child{border-bottom:none}.ntf-pref-row--muted .ntf-pref-label{opacity:.5}.ntf-pref-label{color:#e2e8f0;align-items:center;gap:8px;font-size:13px;display:flex}.ntf-pref-icon{font-size:16px}.ntf-pref-muted-hint{color:#475569;margin-left:4px;font-size:11px}.ntf-pref-toggle{cursor:pointer;align-items:center;display:flex}.ntf-pref-checkbox{cursor:pointer;accent-color:#6366f1;width:16px;height:16px}body.light .ntf-page{color:#1e293b;background:#f1f5f9}body.light .ntf-card{background:#fff;border-color:#e2e8f0}body.light .ntf-card--read{background:#f8fafc}body.light .ntf-filterbar{background:#fff;border-color:#e2e8f0}body.light .ntf-select{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}body.light .ntf-pref-panel{background:#fff;border-color:#e2e8f0}body.light .ntf-pref-row{border-color:#f1f5f9}body.light .ntf-empty{background:#fff;border-color:#e2e8f0}body.light .ntf-card-message,body.light .ntf-pref-label{color:#1e293b}.stg-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:0;min-height:100%;padding:20px 24px;display:flex}.stg-header{margin-bottom:20px}.stg-title{color:#f1f5f9;font-size:22px;font-weight:700}.stg-subtitle{color:#64748b;margin-top:2px;font-size:13px}.stg-tabs{border-bottom:1px solid #2d3148;flex-wrap:wrap;gap:4px;margin-bottom:24px;display:flex}.stg-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 18px;font-size:13px;font-weight:500;transition:all .2s}.stg-tab:hover{color:#e2e8f0}.stg-tab.active{color:#a78bfa;border-bottom-color:#a78bfa}.stg-section{background:#1a1d27;border:1px solid #2d3148;border-radius:12px;flex-direction:column;gap:20px;padding:24px;display:flex}.stg-section-title{color:#f1f5f9;margin-bottom:4px;font-size:15px;font-weight:700}.stg-section-desc{color:#64748b;font-size:12px}.stg-field{flex-direction:column;gap:6px;display:flex}.stg-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.stg-input{color:#e2e8f0;background:#252836;border:1px solid #2d3148;border-radius:8px;width:100%;max-width:400px;padding:9px 12px;font-size:13px;transition:border-color .2s}.stg-input:focus{border-color:#6366f1;outline:none}.stg-input.error{border-color:#ef4444}.stg-select{color:#e2e8f0;cursor:pointer;background:#252836;border:1px solid #2d3148;border-radius:8px;width:100%;max-width:400px;padding:9px 12px;font-size:13px}.stg-select:focus{border-color:#6366f1;outline:none}.stg-field-error{color:#ef4444;margin-top:2px;font-size:11px}.stg-help-text{color:#64748b;font-size:11px}.stg-help-text.warning{color:#f59e0b;font-weight:700}.stg-loading{color:#94a3b8;padding:12px 0;font-size:13px}.stg-theme-grid{grid-template-columns:minmax(280px,1fr) 260px;align-items:start;gap:24px;display:grid}.stg-color-row{align-items:center;gap:10px;display:flex}.stg-color-picker{cursor:pointer;background:#252836;border:1px solid #2d3148;border-radius:8px;width:42px;height:38px;padding:0}.stg-color-input{text-transform:uppercase;max-width:160px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.stg-theme-preview{justify-content:center;display:flex}.stg-phone-preview{background:#fff;border:8px solid #111827;border-radius:24px;width:210px;height:360px;overflow:hidden;box-shadow:0 18px 45px #00000047}.stg-phone-status{background:var(--status);height:24px}.stg-phone-top{background:var(--top);height:128px;padding:14px}.stg-phone-title{color:#1f2937;font-size:10px;font-weight:700}.stg-phone-eta{color:#111827;margin-top:2px;font-size:22px;font-weight:800;line-height:1}.stg-phone-search{background:#ffffffeb;border-radius:999px;height:30px;margin-top:16px}.stg-phone-chips{gap:6px;margin-top:12px;display:flex}.stg-phone-chips span{background:#ffffff8c;border-radius:8px;width:48px;height:22px;display:block}.stg-phone-category{background:var(--category);align-items:center;gap:8px;height:34px;padding:0 12px;display:flex}.stg-phone-category span{background:#1118272e;border-radius:999px;width:48px;height:16px;display:block}.stg-phone-promo{background:var(--promo);padding:12px 14px 14px}.stg-phone-card{background:linear-gradient(135deg,#118a3a,#7ed957);border-radius:14px;height:74px;box-shadow:0 8px 18px #118a3a38}.stg-phone-body{background:#f8fafc;height:120px}.stg-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.stg-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.stg-grid-item{flex-direction:column;gap:6px;display:flex}.stg-grid-label{color:#94a3b8;font-size:12px;font-weight:600}.stg-hint{color:#64748b;font-size:11px}.stg-card{border:1px solid #2d3148;border-radius:12px;padding:16px}.stg-input-pct{align-items:center;gap:6px;display:flex}.stg-input-pct .stg-input{max-width:120px}.stg-pct-symbol{color:#64748b;font-size:13px}.stg-toggle-row{border-bottom:1px solid #1e2130;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.stg-toggle-row:last-child{border-bottom:none}.stg-toggle-label{color:#e2e8f0;font-size:13px}.stg-toggle-desc{color:#64748b;margin-top:2px;font-size:11px}.stg-toggle{cursor:pointer;align-items:center;gap:8px;display:flex}.stg-toggle input[type=checkbox]{accent-color:#6366f1;cursor:pointer;width:16px;height:16px}.stg-zone-list{flex-direction:column;gap:8px;display:flex}.stg-zone-item{background:#252836;border:1px solid #2d3148;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex}.stg-zone-name{color:#e2e8f0;flex:1;font-size:13px}.stg-zone-input{color:#e2e8f0;background:#1a1d27;border:1px solid #6366f1;border-radius:6px;flex:1;padding:4px 8px;font-size:13px}.stg-zone-edit-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:6px;padding:4px 10px;font-size:11px;transition:all .2s}.stg-zone-edit-btn:hover{color:#a78bfa;border-color:#6366f1}.stg-zone-del-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:6px;padding:4px 8px;font-size:11px;transition:all .2s}.stg-zone-del-btn:hover{color:#ef4444;border-color:#ef4444}.stg-zone-add-row{align-items:center;gap:8px;margin-top:8px;display:flex}.stg-zone-add-input{flex:1;max-width:300px}.stg-actions{border-top:1px solid #2d3148;flex-wrap:wrap;align-items:center;gap:10px;padding-top:8px;display:flex}.stg-save-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;align-items:center;gap:6px;padding:9px 20px;font-size:13px;font-weight:600;transition:background .2s;display:flex}.stg-save-btn:hover{background:#4f46e5}.stg-save-btn.dirty:after{content:"●";color:#fbbf24;margin-left:4px;font-size:8px}.stg-cancel-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:600;transition:all .2s}.stg-cancel-btn:hover{color:#94a3b8;border-color:#475569}.stg-reset-btn{color:#f59e0b;cursor:pointer;background:0 0;border:1px solid #f59e0b4d;border-radius:8px;margin-left:auto;padding:9px 16px;font-size:13px;font-weight:600;transition:all .2s}.stg-reset-btn:hover{background:#f59e0b1a}.stg-dirty-badge{color:#fbbf24;background:#fbbf241a;border:1px solid #fbbf244d;border-radius:10px;padding:2px 8px;font-size:11px}body.light .stg-page{color:#1e293b;background:#f1f5f9}body.light .stg-section{background:#fff;border-color:#e2e8f0}body.light .stg-tabs{border-color:#e2e8f0}body.light .stg-input,body.light .stg-select{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}body.light .stg-color-picker,body.light .stg-zone-item{background:#f8fafc;border-color:#e2e8f0}body.light .stg-toggle-row{border-color:#f1f5f9}body.light .stg-toggle-label,body.light .stg-zone-name{color:#1e293b}@media (width<=768px){.stg-page{padding:12px}.stg-grid,.stg-grid-2,.stg-theme-grid{grid-template-columns:1fr}.stg-theme-preview{justify-content:flex-start}}.qlt-page{color:#e2e8f0;background:#0f1117;flex-direction:column;gap:16px;min-height:100%;padding:20px 24px;display:flex}.qlt-header{margin-bottom:4px}.qlt-title{color:#f1f5f9;font-size:22px;font-weight:700}.qlt-subtitle{color:#64748b;margin-top:2px;font-size:13px}.qlt-tab-bar{border-bottom:1px solid #2d3148;flex-wrap:wrap;gap:4px;display:flex}.qlt-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.qlt-tab:hover{color:#e2e8f0}.qlt-tab.active{color:#a78bfa;border-bottom-color:#a78bfa}.qlt-tab-badge{color:#ef4444;background:#ef444426;border-radius:10px;padding:1px 6px;font-size:10px;font-weight:700}.qlt-tab.active .qlt-tab-badge{color:#a78bfa;background:#a78bfa26}.qlt-kpi-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.qlt-kpi-card{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;padding:16px 14px;transition:transform .2s;position:relative;overflow:hidden}.qlt-kpi-card:before{content:"";background:var(--qc);border-radius:10px 10px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.qlt-kpi-card:hover{transform:translateY(-2px)}.qlt-kpi-icon{margin-bottom:8px;font-size:20px;display:block}.qlt-kpi-value{color:#f1f5f9;margin-bottom:4px;font-size:22px;font-weight:700;line-height:1}.qlt-kpi-label{color:#64748b;font-size:11px}.qlt-indicator-dot{border-radius:50%;width:8px;height:8px;margin-left:6px;display:inline-block}.qlt-indicator-green{background:#10b981}.qlt-indicator-amber{background:#f59e0b}.qlt-indicator-red{background:#ef4444}.qlt-filter-bar{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;display:flex}.qlt-select{color:#94a3b8;cursor:pointer;background:#252836;border:1px solid #2d3148;border-radius:6px;padding:6px 10px;font-size:12px}.qlt-select:focus{border-color:#6366f1;outline:none}.qlt-reset-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:6px;padding:6px 12px;font-size:12px;transition:all .2s}.qlt-reset-btn:hover{color:#ef4444;border-color:#ef4444}.qlt-table-card{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;overflow:hidden}.qlt-table-header{border-bottom:1px solid #2d3148;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.qlt-table-title{color:#e2e8f0;font-size:14px;font-weight:700}.qlt-table-wrap{overflow-x:auto}.qlt-table{border-collapse:collapse;width:100%}.qlt-th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #2d3148;padding:10px 12px;font-size:11px;font-weight:700}.qlt-th:hover{color:#a78bfa}.qlt-td{color:#94a3b8;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #1e2130;padding:11px 12px;font-size:13px}.qlt-row{cursor:pointer;transition:background .15s}.qlt-row:hover .qlt-td{background:#6366f10a}.qlt-row.selected .qlt-td{background:#6366f114}.qlt-row:last-child .qlt-td{border-bottom:none}.qlt-severity-badge,.qlt-status-badge,.qlt-tier-badge{white-space:nowrap;border-radius:20px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-block}.qlt-score-bar-wrap{flex-direction:column;gap:8px;display:flex}.qlt-score-bar-row{align-items:center;gap:10px;display:flex}.qlt-score-bar-label{color:#64748b;min-width:140px;font-size:12px}.qlt-score-bar-track{background:#252836;border-radius:4px;flex:1;height:8px;overflow:hidden}.qlt-score-bar-fill{border-radius:4px;height:100%;transition:width .5s}.qlt-score-bar-val{color:#e2e8f0;text-align:right;min-width:36px;font-size:12px;font-weight:600}.qlt-sparkline{align-items:flex-end;gap:3px;height:32px;display:flex}.qlt-spark-bar{background:#6366f1;border-radius:2px 2px 0 0;flex:1;min-height:2px;transition:height .3s}.qlt-breach-amber{font-weight:700;color:#f59e0b!important}.qlt-breach-red{font-weight:700;color:#ef4444!important}.qlt-summary-row{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;grid-template-columns:repeat(4,1fr);gap:12px;padding:16px;display:grid}.qlt-summary-item{text-align:center}.qlt-summary-val{color:#f1f5f9;font-size:20px;font-weight:700}.qlt-summary-label{color:#64748b;margin-top:2px;font-size:11px}.qlt-suggestion-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.qlt-suggestion-card{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;flex-direction:column;gap:10px;padding:16px;display:flex}.qlt-suggestion-type{border-radius:20px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-block}.qlt-suggestion-penalty{color:#ef4444;background:#ef44441f;border:1px solid #ef44444d}.qlt-suggestion-reward{color:#10b981;background:#10b9811f;border:1px solid #10b9814d}.qlt-suggestion-name{color:#e2e8f0;font-size:14px;font-weight:700}.qlt-suggestion-reason{color:#64748b;font-size:12px}.qlt-suggestion-actions{gap:8px;margin-top:4px;display:flex}.qlt-apply-btn{color:#10b981;cursor:pointer;background:#10b9811a;border:1px solid #10b9814d;border-radius:6px;flex:1;padding:7px;font-size:12px;font-weight:600;transition:all .2s}.qlt-apply-btn:hover{color:#fff;background:#10b981}.qlt-dismiss-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:6px;flex:1;padding:7px;font-size:12px;font-weight:600;transition:all .2s}.qlt-dismiss-btn:hover{color:#ef4444;border-color:#ef4444}.qlt-form-panel{background:#1a1d27;border:1px solid #2d3148;border-radius:10px;flex-direction:column;gap:14px;padding:16px 20px;display:flex}.qlt-form-title{color:#e2e8f0;font-size:14px;font-weight:700}.qlt-form-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.qlt-form-field{flex-direction:column;gap:5px;display:flex}.qlt-form-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.qlt-form-input,.qlt-form-select,.qlt-form-textarea{color:#e2e8f0;background:#252836;border:1px solid #2d3148;border-radius:6px;width:100%;padding:8px 10px;font-size:13px}.qlt-form-input:focus,.qlt-form-select:focus,.qlt-form-textarea:focus{border-color:#6366f1;outline:none}.qlt-form-input.error,.qlt-form-select.error,.qlt-form-textarea.error{border-color:#ef4444}.qlt-form-error{color:#ef4444;font-size:11px}.qlt-form-textarea{resize:vertical;min-height:80px;font-family:inherit}.qlt-form-actions{gap:10px;display:flex}.qlt-submit-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600;transition:background .2s}.qlt-submit-btn:hover{background:#4f46e5}.qlt-submit-btn:disabled{color:#475569;cursor:not-allowed;background:#252836}.qlt-cancel-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #2d3148;border-radius:8px;padding:9px 16px;font-size:13px}.qlt-pagination{border-top:1px solid #2d3148;justify-content:space-between;align-items:center;padding:10px 18px;display:flex}.qlt-page-info{color:#64748b;font-size:12px}.qlt-page-btns{gap:4px;display:flex}.qlt-page-btn{color:#64748b;cursor:pointer;background:#252836;border:1px solid #2d3148;border-radius:6px;padding:5px 10px;font-size:12px;transition:all .2s}.qlt-page-btn:hover{color:#a78bfa;border-color:#6366f1}.qlt-page-btn.active{color:#a78bfa;background:#6366f126;border-color:#6366f1}.qlt-page-btn:disabled{opacity:.4;cursor:not-allowed}.qlt-empty{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:60px 20px;display:flex}.qlt-empty-icon{font-size:48px}.qlt-empty-text{color:#64748b;text-align:center;font-size:14px}.qlt-detail-panel{background:#252836;border:1px solid #2d3148;border-radius:10px;margin-top:12px;padding:16px}.qlt-detail-title{color:#e2e8f0;margin-bottom:12px;font-size:13px;font-weight:700}body.light .qlt-page{color:#1e293b;background:#f1f5f9}body.light .qlt-kpi-card{background:#fff;border-color:#e2e8f0}body.light .qlt-tab-bar{border-color:#e2e8f0}body.light .qlt-filter-bar{background:#fff;border-color:#e2e8f0}body.light .qlt-select{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}body.light .qlt-table-card{background:#fff;border-color:#e2e8f0}body.light .qlt-td{border-color:#f1f5f9}body.light .qlt-form-panel{background:#fff;border-color:#e2e8f0}body.light .qlt-form-input,body.light .qlt-form-select,body.light .qlt-form-textarea{color:#1e293b;background:#f8fafc;border-color:#e2e8f0}body.light .qlt-suggestion-card,body.light .qlt-summary-row{background:#fff;border-color:#e2e8f0}body.light .qlt-detail-panel{background:#f8fafc;border-color:#e2e8f0}@media (width<=1200px){.qlt-kpi-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.qlt-kpi-grid,.qlt-summary-row{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.qlt-page{padding:12px}.qlt-kpi-grid{grid-template-columns:1fr 1fr}}.ps-page{color:#e2e8f0;background:radial-gradient(circle at 10% 0,#10b98126,#0000 34%),radial-gradient(circle at 90% 10%,#f59e0b29,#0000 32%),#0f1117;min-height:100%;padding:24px}.ps-hero{background:linear-gradient(135deg,#1a1d27f0,#151822db);border:1px solid #94a3b829;border-radius:22px;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px;display:flex;box-shadow:0 18px 50px #0206173d}.ps-kicker{color:#34d399;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:800}.ps-hero h1{color:#f8fafc;margin:8px 0;font-size:30px;line-height:1}.ps-hero p{color:#94a3b8;max-width:680px;line-height:1.6}.ps-actions{flex-wrap:wrap;gap:10px;display:flex}.ps-btn{border:1px solid #0000;border-radius:12px;padding:10px 16px;font-weight:800}.ps-btn.primary{color:#07130d;background:linear-gradient(135deg,#34d399,#facc15)}.ps-btn.ghost{color:#e2e8f0;background:#0f1117b3;border-color:#94a3b82e}.ps-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0;display:grid}.ps-metric{background:#1a1d27;border:1px solid #2d3148;border-radius:18px;padding:16px}.ps-metric span,.ps-metric small{color:#64748b;font-size:12px;font-weight:700;display:block}.ps-metric strong{color:#f8fafc;margin:7px 0 4px;font-size:24px;display:block}.ps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.ps-card{background:#1a1d27f5;border:1px solid #2d3148;border-radius:20px;padding:18px}.ps-card-head{justify-content:space-between;gap:12px;margin-bottom:16px;display:flex}.ps-card h2{color:#f8fafc;margin-bottom:4px;font-size:17px}.ps-card p{color:#64748b;font-size:13px}.ps-toggle{color:#cbd5e1;border-bottom:1px solid #94a3b81c;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;font-weight:700;display:flex}.ps-toggle:last-child{border-bottom:0}.ps-toggle input{accent-color:#10b981;width:20px;height:20px}.ps-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ps-form-grid label{color:#94a3b8;flex-direction:column;gap:7px;font-size:12px;font-weight:800;display:flex}.ps-form-grid input{color:#f8fafc;background:#0f1117;border:1px solid #2d3148;border-radius:12px;outline:none;width:100%;padding:10px 12px}.ps-form-grid input[type=color]{height:42px;padding:4px}.ps-manager-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px;display:grid}.ps-manager-list button{color:#f8fafc;background:#0f1117db;border:1px solid #34d39940;border-radius:14px;padding:12px;font-weight:800}.ps-mini-preview{flex-direction:column;gap:10px;min-height:190px;padding:14px;display:flex}.ps-preview-hero,.ps-preview-secondary,.ps-preview-cards span{background:#0f111747;border:1px solid #ffffff29;border-radius:14px}.ps-preview-hero{color:#fff;place-items:center;min-height:86px;font-weight:900;display:grid}.ps-preview-secondary{color:#fff;padding:12px;font-weight:800}.ps-preview-cards{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.ps-preview-cards span{height:46px}.ps-loading{color:#94a3b8;padding:40px}body.light .ps-page{color:#1e293b;background:#f1f5f9}body.light .ps-hero,body.light .ps-card,body.light .ps-metric{background:#fff;border-color:#e2e8f0}body.light .ps-hero h1,body.light .ps-card h2,body.light .ps-metric strong{color:#0f172a}@media (width<=1000px){.ps-hero,.ps-grid{grid-template-columns:1fr}.ps-hero{flex-direction:column}.ps-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.ps-page{padding:14px}.ps-metrics,.ps-form-grid,.ps-manager-list{grid-template-columns:1fr}}.pilot-ops-page{color:#e2e8f0;max-width:1400px;padding:20px 24px 32px}.pilot-ops-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.pilot-ops-title{color:#f8fafc;font-size:22px;font-weight:700}.pilot-ops-subtitle{color:#94a3b8;margin-top:4px;font-size:13px}.pilot-ops-actions{flex-wrap:wrap;gap:10px;display:flex}.pilot-btn{color:#e2e8f0;cursor:pointer;background:#1e2230;border:1px solid #94a3b833;border-radius:8px;padding:8px 14px;font-size:13px}.pilot-btn:hover{border-color:#6366f1}.pilot-btn.primary{background:linear-gradient(135deg,#6366f1,#4f46e5);border-color:#0000}.pilot-kpi-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin-bottom:20px;display:grid}.pilot-kpi-grid.compact{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-bottom:16px}.pilot-kpi{background:#1a1d27;border:1px solid #94a3b81f;border-radius:12px;padding:14px 16px}.pilot-kpi-label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:11px}.pilot-kpi-value{color:#f8fafc;margin-top:6px;font-size:24px;font-weight:700}.pilot-kpi-value.ok{color:#34d399}.pilot-kpi-value.warn{color:#fbbf24}.pilot-kpi-value.bad{color:#f87171}.pilot-tabs{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.pilot-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600}.pilot-tab.active{color:#a5b4fc;background:#6366f133}.pilot-panel{background:#151822;border:1px solid #94a3b81f;border-radius:12px;padding:16px}.pilot-checks{gap:8px;display:grid}.pilot-check{background:#1a1d27;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:13px;display:flex}.pilot-check.ok{border-left:3px solid #34d399}.pilot-check.fail{border-left:3px solid #f87171}.pilot-table-wrap{overflow-x:auto}.pilot-table{border-collapse:collapse;width:100%;font-size:13px}.pilot-table th,.pilot-table td{text-align:left;border-bottom:1px solid #94a3b814;padding:10px 12px}.pilot-table th{color:#94a3b8;text-transform:uppercase;font-size:11px;font-weight:600}.pilot-badge{color:#c7d2fe;background:#6366f133;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.pilot-badge.ready{color:#6ee7b7;background:#34d39926}.pilot-badge.broadcasted{color:#fcd34d;background:#fbbf2426}.pilot-badge.delivered{color:#6ee7b7;background:#34d39926}.pilot-badge.active{color:#93c5fd;background:#3b82f629}.pilot-badge.danger{color:#fca5a5;background:#f8717124}.pilot-badge.rank-excellent{color:#6ee7b7;background:#34d39926}.pilot-badge.rank-good{color:#93c5fd;background:#3b82f629}.pilot-badge.rank-average{color:#fcd34d;background:#fbbf2426}.pilot-badge.rank-poor{color:#fdba74;background:#f9731626}.pilot-badge.rank-critical{color:#fca5a5;background:#f8717124}.pilot-empty{text-align:center;color:#64748b;padding:32px}.pilot-filter-bar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.pilot-filter{color:#e2e8f0;background:#1a1d27;border:1px solid #94a3b82e;border-radius:8px;min-height:34px;padding:7px 10px;font-size:13px}.pilot-filter.search{flex:1;min-width:260px}.pilot-inline-error{color:#fca5a5;background:#f871711a;border-radius:8px;margin:0 0 12px;padding:10px 12px;font-size:13px}.pilot-muted{color:#64748b;margin-top:3px;font-size:11px;display:block}.pilot-delayed-count{color:#fbbf24;font-weight:700}.pilot-launch-box{color:#cbd5e1;background:#6366f114;border:1px dashed #6366f159;border-radius:10px;margin-top:16px;padding:14px;font-size:12px;line-height:1.6}.pilot-launch-box code{background:#0f1117;border-radius:4px;padding:2px 6px;font-size:11px}.pilot-ranking-layout{grid-template-columns:1fr 1.2fr;gap:20px;display:grid}@media (width<=960px){.pilot-ranking-layout{grid-template-columns:1fr}}.pilot-ranking-heading{color:#cbd5e1;margin:0 0 12px;font-size:14px;font-weight:600}.pilot-row-selected{cursor:pointer;background:#6366f11f}.pilot-table tbody tr{cursor:default}.pilot-ranking-stores tbody tr{cursor:pointer}.pilot-score-pill{color:#6ee7b7;background:#34d3991f;border-radius:6px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.pilot-event-type{color:#a5b4fc;font-size:11px;font-weight:600}.pilot-delta-up{color:#34d399;font-weight:600}.pilot-delta-down{color:#f87171;font-weight:600}.pilot-btn-sm{padding:4px 10px;font-size:12px}.ranking-summary{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.ranking-table{min-width:1380px}.pilot-rank-number{color:#f8fafc;font-weight:700}.pilot-warning-panel{background:#fbbf2414;border:1px solid #fbbf244d;border-radius:8px;margin-bottom:14px;padding:10px 12px}.pilot-warning-title{color:#fcd34d;margin-bottom:6px;font-size:12px;font-weight:700}.pilot-warning-list{flex-wrap:wrap;gap:6px;display:flex}.pilot-warning-list span{color:#fde68a;background:#fbbf241a;border-radius:999px;padding:3px 8px;font-size:11px}.ranking-calculated{margin:-4px 0 12px}.pilot-pagination{color:#94a3b8;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;font-size:12px;display:flex}.pilot-pagination-actions{gap:8px;display:flex}.pilot-btn:disabled{opacity:.5;cursor:not-allowed}.promo-banners-page{max-width:1400px;margin:0 auto;padding:24px}.promo-loading{color:#64748b;justify-content:center;align-items:center;min-height:400px;font-size:18px;display:flex}.promo-header{border-bottom:2px solid #94a3b833;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:20px;display:flex}.promo-header-left h1{color:#f8fafc;margin:0 0 8px;font-size:28px;font-weight:700}.promo-header-left p{color:#94a3b8;margin:0;font-size:14px}.promo-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#10b981);border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #6366f14d}.promo-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f166}.promo-btn-secondary{color:#94a3b8;cursor:pointer;background:#94a3b81a;border:1px solid #94a3b833;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.promo-btn-secondary:hover{background:#94a3b826;border-color:#94a3b84d}.promo-btn-icon{cursor:pointer;background:#94a3b81a;border:1px solid #94a3b833;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.promo-btn-icon:hover{background:#94a3b833;transform:scale(1.05)}.promo-btn-danger:hover{background:#ef444433;border-color:#ef44444d}.promo-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.promo-empty{text-align:center;background:#94a3b80d;border:2px dashed #94a3b833;border-radius:16px;grid-column:1/-1;padding:80px 20px}.promo-empty-icon{margin-bottom:16px;font-size:64px}.promo-empty h3{color:#f8fafc;margin:0 0 8px;font-size:20px}.promo-empty p{color:#94a3b8;margin:0 0 24px;font-size:14px}.promo-card{background:#1e293b;border:1px solid #94a3b81a;border-radius:16px;transition:all .3s;overflow:hidden}.promo-card:hover{border-color:#6366f14d;transform:translateY(-4px);box-shadow:0 12px 24px #0000004d}.promo-card-preview{flex-direction:column;justify-content:center;min-height:180px;padding:24px;display:flex;position:relative}.promo-card-type{opacity:.8;font-size:24px;position:absolute;top:12px;right:12px}.promo-card-badge{border-radius:6px;width:fit-content;margin-bottom:12px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-block}.promo-card-preview h3{margin:0 0 8px;font-size:24px;font-weight:700}.promo-card-preview p{opacity:.9;margin:0;font-size:14px}.promo-card-info{background:#0f172a80;padding:20px}.promo-card-meta{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.promo-status{border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600}.promo-status.active{color:#10b981;background:#10b98133}.promo-status.inactive{color:#ef4444;background:#ef444433}.promo-priority{color:#94a3b8;font-size:12px}.promo-card-stats{background:#94a3b80d;border-radius:8px;gap:16px;margin-bottom:16px;padding:12px;display:flex}.promo-stat{text-align:center;flex:1}.promo-stat-value{color:#f8fafc;margin-bottom:4px;font-size:18px;font-weight:700;display:block}.promo-stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:11px;display:block}.promo-card-actions{justify-content:flex-end;gap:8px;display:flex}.promo-modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.promo-modal{background:#1e293b;border:1px solid #94a3b833;border-radius:16px;width:100%;max-width:1200px;max-height:90vh;overflow-y:auto}.promo-modal-header{border-bottom:1px solid #94a3b81a;justify-content:space-between;align-items:center;padding:24px;display:flex}.promo-modal-header h2{color:#f8fafc;margin:0;font-size:24px}.promo-modal-close{color:#94a3b8;cursor:pointer;background:#94a3b81a;border:none;border-radius:8px;width:36px;height:36px;font-size:20px;transition:all .2s}.promo-modal-close:hover{color:#ef4444;background:#ef444433}.promo-form{padding:24px}.promo-form-grid{grid-template-columns:1fr 400px;gap:32px;margin-bottom:24px;display:grid}.promo-form-group{margin-bottom:20px}.promo-form-group label{color:#f8fafc;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.promo-form-group input,.promo-form-group textarea,.promo-form-group select{color:#f8fafc;background:#0f172a80;border:1px solid #94a3b833;border-radius:8px;width:100%;padding:12px;font-size:14px;transition:all .2s}.promo-form-group input:focus,.promo-form-group textarea:focus,.promo-form-group select:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.promo-form-group select option{color:#f8fafc;background:#0f172a}.promo-form-help{color:#94a3b8;margin-top:6px;font-size:12px;font-weight:600;display:block}.promo-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.promo-color-control{grid-template-columns:46px 1fr;align-items:center;gap:10px;display:grid}.promo-form-group .promo-color-control input[type=color]{cursor:pointer;height:44px;padding:4px}.promo-checkbox-label{cursor:pointer;align-items:center;gap:8px;padding-top:8px;display:flex}.promo-checkbox-label input[type=checkbox]{cursor:pointer;width:auto}.promo-design-panel{background:#0f172a6b;border:1px solid #10b98138;border-radius:16px;margin-top:24px;padding:18px}.promo-design-title{flex-direction:column;gap:4px;margin-bottom:16px;display:flex}.promo-design-title span{color:#f8fafc;font-size:16px;font-weight:800}.promo-design-title small{color:#94a3b8;font-size:12px}.promo-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.promo-toggle-card{background:#0f172a6b;border:1px solid #94a3b82e;border-radius:10px;margin:0;padding:10px 12px}.promo-type-selector{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.promo-type-btn{cursor:pointer;color:#94a3b8;background:#0f172a80;border:2px solid #94a3b833;border-radius:12px;align-items:center;gap:12px;padding:16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.promo-type-btn:hover{background:#6366f11a;border-color:#6366f166}.promo-type-btn.active{color:#f8fafc;background:#6366f133;border-color:#6366f1}.promo-type-emoji{font-size:24px}.promo-preview-label{color:#f8fafc;margin-bottom:12px;font-size:13px;font-weight:600}.promo-preview{position:sticky;top:20px}.promo-preview-banner{border-radius:16px;min-height:300px;padding:32px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000004d}.promo-preview-hidden{color:#94a3b8;text-align:center;background:#0f172a73;border:2px dashed #94a3b859;border-radius:16px;justify-content:center;align-items:center;min-height:180px;padding:24px;font-size:14px;font-weight:700;display:flex}.promo-preview-logo{color:#0b8f3a;letter-spacing:-.2px;background:#fffffff0;border-radius:8px;padding:4px 8px;font-size:12px;font-weight:900;position:absolute;top:12px;right:12px}.promo-preview-badge{border-radius:8px;margin-bottom:16px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-block}.promo-preview-content h2{margin:0 0 8px;font-size:32px;font-weight:700}.promo-preview-content h3{opacity:.9;margin:0 0 12px;font-size:20px;font-weight:600}.promo-preview-content p{opacity:.8;margin:0 0 20px;font-size:14px}.promo-preview-banner.has-media-right .promo-preview-content{max-width:calc(100% - 132px)}.promo-preview-banner.has-media-left .promo-preview-content{max-width:calc(100% - 132px);margin-left:132px}.promo-preview-banner.has-media-top .promo-preview-content{padding-top:56px}.promo-preview-media,.promo-preview-media-background{pointer-events:none;border-radius:18px;overflow:hidden}.promo-preview-media{z-index:1;background:#ffffff24;border:1px solid #ffffff2e;position:absolute;box-shadow:0 12px 26px #0f172a2e}.promo-preview-media-right{bottom:18px;right:18px}.promo-preview-media-left{bottom:18px;left:18px}.promo-preview-media-top{top:14px;left:18px}.promo-preview-media-background{z-index:0;border-radius:inherit;position:absolute;inset:0}.promo-preview-content,.promo-preview-badge,.promo-preview-button,.promo-preview-emojis,.promo-preview-logo{z-index:2;position:relative}.promo-preview-media-element{width:100%;height:100%;display:block}.promo-preview-lottie{text-align:center;color:#f8fafc;background:linear-gradient(135deg,#0f172aa8,#14b8a652);place-items:center;width:100%;height:100%;display:grid}.promo-preview-lottie span{letter-spacing:-.4px;font-weight:900}.promo-preview-lottie small{opacity:.76;max-width:92px;font-size:10px;display:block}.promo-preview-button{cursor:pointer;border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.promo-preview-button:hover{transform:scale(1.05)}.promo-preview-emojis{gap:12px;display:flex;position:absolute;bottom:20px;right:20px}.promo-preview-emoji{opacity:.8;animation:3s ease-in-out infinite float}.promo-preview-image{object-fit:cover;background:#ffffffe6;border-radius:14px;animation:3s ease-in-out infinite float;box-shadow:0 8px 18px #0f172a38}.promo-stack-panel{background:linear-gradient(135deg,#22c55e14,#3b82f60f);border-color:#22c55e38}.promo-model-lock{color:#bbf7d0;letter-spacing:-.2px;background:#22c55e1f;border:1px solid #22c55e5c;border-radius:10px;width:100%;padding:13px 14px;font-weight:800}.promo-stack-tiles-header{color:#f8fafc;justify-content:space-between;align-items:center;gap:12px;margin:18px 0 12px;display:flex}.promo-stack-empty{color:#94a3b8;background:#0f172a61;border:1px dashed #94a3b852;border-radius:12px;padding:16px}.promo-stack-tiles{gap:14px;display:grid}.promo-stack-tile-editor{background:#0f172a8a;border:1px solid #94a3b82e;border-radius:14px;padding:14px}.promo-child-tile-block{background:#02061747;border:1px solid #94a3b824;border-radius:12px;margin-top:14px;padding:12px}.promo-child-tile-editor{background:#0f172ab8;border:1px solid #22c55e29;border-radius:12px;margin-top:12px;padding:12px}.promo-below-tile-block{background:#713f1229;border-color:#facc152e}.promo-stack-tile-top{color:#f8fafc;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.promo-blinkit-builder{background:linear-gradient(135deg,#facc1514,#22c55e0f);border-color:#facc1538}.promo-blinkit-preview{background:#f6f7fb;border:1px solid #0f172a14;border-radius:26px;padding:0;overflow:hidden}.promo-blinkit-hero-preview{color:#fff;align-items:flex-end;padding:20px;display:flex;position:relative;overflow:hidden}.promo-blinkit-hero-preview img{object-fit:cover;opacity:.9;width:100%;height:100%;position:absolute;inset:0}.promo-blinkit-hero-preview:after{content:none}.promo-blinkit-hero-overlay-preview{z-index:1;position:absolute;inset:0}.promo-blinkit-hero-copy{z-index:2;max-width:74%;position:relative}.promo-blinkit-hero-copy span{color:#14532d;text-transform:uppercase;background:#ffffffdb;border-radius:999px;margin-bottom:8px;padding:5px 9px;font-size:10px;font-weight:900;display:inline-block}.promo-blinkit-hero-copy h2{letter-spacing:-1px;margin:0;font-size:28px;font-weight:950;line-height:1}.promo-blinkit-hero-copy p{margin:8px 0 0;font-size:13px;font-weight:750}.promo-blinkit-tile-preview-grid{background:#fff;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px;display:grid}.promo-blinkit-tile-stack-preview{min-width:0}.promo-blinkit-tile-preview{text-align:center;border:1px solid #0f172a0f;border-radius:12px;flex-direction:column;min-height:126px;display:flex;position:relative;overflow:hidden}.promo-blinkit-child-preview{z-index:3;text-align:center;border:1px solid #ffffffb8;place-items:center;font-weight:900;display:grid;position:absolute;overflow:hidden;box-shadow:0 8px 20px #0f172a24}.promo-blinkit-below-preview{box-shadow:0 10px 20px #0f172a14}.promo-blinkit-child-preview img{object-fit:contain;opacity:.8;width:100%;height:100%;position:absolute;inset:0}.promo-blinkit-child-preview span{z-index:1;padding:2px 4px;position:relative}.promo-blinkit-tile-preview>div{color:#fff;padding:4px;font-size:9px;font-weight:900}.promo-blinkit-tile-preview img,.promo-blinkit-tile-preview>span{object-fit:contain;color:#64748b;flex:1;place-items:center;width:100%;min-height:68px;padding:8px;font-size:11px;display:grid}.promo-blinkit-tile-preview strong{color:#111827;min-height:34px;padding:0 6px 8px;font-size:10px;line-height:1.12}.promo-blinkit-featured-preview{background:#fff;padding:16px}.promo-blinkit-featured-preview h3{color:#111827;margin:0 0 12px;font-size:20px;font-weight:950}.promo-blinkit-featured-preview>div{gap:10px;display:flex}.promo-blinkit-featured-preview span{color:#991b1b;background:linear-gradient(135deg,#fee2e2,#fef3c7);border-radius:14px;flex:1;place-items:center;min-height:74px;font-size:12px;font-weight:900;display:grid}.promo-preview-emoji:nth-child(2){animation-delay:.5s}.promo-preview-emoji:nth-child(3){animation-delay:1s}.promo-preview-emoji:nth-child(4){animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.promo-form-actions{border-top:1px solid #94a3b81a;justify-content:flex-end;gap:12px;padding-top:24px;display:flex}@media (width<=1024px){.promo-form-grid{grid-template-columns:1fr}.promo-preview{position:static}}@media (width<=768px){.promo-grid{grid-template-columns:1fr}.promo-header{flex-direction:column;align-items:flex-start;gap:16px}.promo-form-row,.promo-type-selector{grid-template-columns:1fr}}.secondary-banners-page{color:#f8fafc;padding:24px}.sb-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.sb-header h1{margin:0 0 6px;font-size:28px}.sb-header p{color:#94a3b8;margin:0}.sb-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16a34a,#84cc16);border:0;border-radius:10px;padding:11px 18px;font-weight:800}.sb-loading{color:#94a3b8;padding:40px}.sb-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px;display:grid}.sb-card{background:#111827;border:1px solid #94a3b82e;border-radius:16px;padding:16px}.sb-preview{color:#111;flex-direction:column;justify-content:center;gap:4px;display:flex}.sb-actions{gap:8px;margin-top:14px;display:flex}.sb-actions button,.sb-form-actions button,.sb-add-image button{color:#f8fafc;cursor:pointer;background:#0f172aa6;border:1px solid #94a3b84d;border-radius:8px;padding:9px 12px}.sb-actions .danger{color:#fca5a5}.sb-modal{z-index:1000;background:#020617bf;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.sb-form{background:#0f172a;border:1px solid #94a3b833;border-radius:18px;width:min(1040px,96vw);max-height:92vh;padding:22px;overflow:auto}.sb-form-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.sb-form-head h2{margin:0}.sb-form-head button{color:#fff;cursor:pointer;background:#1f2937;border:0;border-radius:999px;width:34px;height:34px}.sb-columns{grid-template-columns:1fr 1fr;gap:24px;display:grid}.sb-form label{color:#dbeafe;margin:12px 0 7px;font-size:13px;font-weight:700;display:block}.sb-form input,.sb-form textarea{box-sizing:border-box;color:#f8fafc;background:#0f172acc;border:1px solid #94a3b840;border-radius:9px;width:100%;padding:11px}.sb-row{grid-template-columns:repeat(2,1fr);gap:8px;margin:12px 0;display:grid}.sb-row label{background:#1e293bb3;border-radius:9px;align-items:center;gap:8px;margin:0;padding:10px;display:flex}.sb-row input{width:auto}.sb-two{grid-template-columns:1fr 1fr;gap:12px;display:grid}.sb-two input[type=color]{height:42px;padding:4px}.sb-add-image{grid-template-columns:1fr auto;gap:8px;display:grid}.sb-images{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.sb-image-chip{background:#1f2937;border-radius:12px;place-items:center;width:62px;height:62px;display:grid;position:relative;overflow:hidden}.sb-image-chip img{object-fit:cover;width:100%;height:100%}.sb-image-chip span{font-size:28px}.sb-image-chip button{color:#fff;cursor:pointer;background:#000000a6;border:0;border-radius:50%;width:20px;height:20px;position:absolute;top:2px;right:2px}.sb-form-actions{justify-content:flex-end;gap:12px;margin-top:22px;display:flex}@media (width<=900px){.sb-columns,.sb-two{grid-template-columns:1fr}}.discount-cards-page{max-width:1400px;margin:0 auto;padding:24px}.discount-loading{color:#64748b;justify-content:center;align-items:center;min-height:400px;font-size:18px;display:flex}.discount-header{border-bottom:2px solid #94a3b833;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:20px;display:flex}.discount-header-left h1{color:#f8fafc;margin:0 0 8px;font-size:28px;font-weight:700}.discount-header-left p{color:#94a3b8;margin:0;font-size:14px}.discount-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#10b981);border:none;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #6366f14d}.discount-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f166}.discount-btn-secondary{color:#94a3b8;cursor:pointer;background:#94a3b81a;border:1px solid #94a3b833;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.discount-btn-secondary:hover{background:#94a3b826;border-color:#94a3b84d}.discount-btn-icon{cursor:pointer;background:#94a3b81a;border:1px solid #94a3b833;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.discount-btn-icon:hover{background:#94a3b833;transform:scale(1.05)}.discount-btn-danger:hover{background:#ef444433;border-color:#ef44444d}.discount-btn-add{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#6366f1,#10b981);border:none;border-radius:8px;padding:10px 16px;font-size:13px;font-weight:600;transition:all .2s}.discount-btn-add:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.discount-btn-remove{color:#ef4444;cursor:pointer;background:#ef444433;border:none;border-radius:4px;padding:4px 8px;font-size:12px;transition:all .2s}.discount-btn-remove:hover{background:#ef44444d}.discount-modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.discount-modal{background:#1e293b;border:1px solid #94a3b833;border-radius:16px;width:100%;max-width:1200px;max-height:90vh;overflow-y:auto}.discount-modal-header{z-index:10;background:#1e293b;border-bottom:1px solid #94a3b81a;justify-content:space-between;align-items:center;padding:24px;display:flex;position:sticky;top:0}.discount-modal-header h2{color:#f8fafc;margin:0;font-size:24px}.discount-modal-close{color:#94a3b8;cursor:pointer;background:#94a3b81a;border:none;border-radius:8px;width:36px;height:36px;font-size:20px;transition:all .2s}.discount-modal-close:hover{color:#ef4444;background:#ef444433}.discount-form{padding:24px}.discount-form-grid{grid-template-columns:1fr 1fr;gap:32px;margin-bottom:24px;display:grid}.discount-form-left,.discount-form-right{flex-direction:column;gap:20px;display:flex}.discount-form-group{flex-direction:column;gap:8px;margin-bottom:0;display:flex}.discount-form-group label{color:#f8fafc;font-size:13px;font-weight:600}.discount-form-group input[type=text],.discount-form-group input[type=number],.discount-form-group textarea{color:#f8fafc;background:#0f172a80;border:1px solid #94a3b833;border-radius:8px;padding:12px;font-size:14px;transition:all .2s}.discount-form-group input:focus,.discount-form-group textarea:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.discount-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.discount-checkbox-label{cursor:pointer;color:#94a3b8;border:1px solid #94a3b833;border-radius:8px;align-items:center;gap:8px;padding:12px;transition:all .2s;display:flex}.discount-checkbox-label:hover{background:#6366f10d;border-color:#6366f1}.discount-checkbox-label input[type=checkbox]{cursor:pointer;width:18px;height:18px}.discount-category-selector{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.discount-category-btn{cursor:pointer;color:#94a3b8;background:#0f172a80;border:2px solid #94a3b833;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.discount-category-btn:hover{background:#6366f11a;border-color:#6366f166}.discount-category-btn.active{color:#f8fafc;background:#6366f133;border-color:#6366f1}.discount-category-emoji{font-size:24px}.discount-color-input{align-items:center;gap:12px;display:flex}.discount-color-input input[type=color]{cursor:pointer;background:#0f172a80;border:1px solid #94a3b833;border-radius:8px;width:60px;height:44px;padding:4px}.discount-color-input input[type=text]{flex:1}.discount-images-manager{flex-direction:column;gap:12px;display:flex}.discount-add-image{grid-template-columns:1.5fr 1fr auto;gap:12px;display:grid}.discount-add-image input{color:#f8fafc;background:#0f172a80;border:1px solid #94a3b833;border-radius:8px;flex:1;padding:12px;font-size:13px}.discount-add-image input:focus{border-color:#6366f1;outline:none}.discount-images-list{background:#0f172a4d;border:1px solid #94a3b81a;border-radius:8px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;min-height:120px;padding:12px;display:grid}.discount-image-item{background:#0f172a80;border:1px solid #94a3b833;border-radius:8px;padding:8px;transition:all .2s;position:relative;overflow:visible}.discount-image-item:hover{border-color:#6366f1}.discount-image-preview{justify-content:center;align-items:center;width:100%;height:78px;padding:8px;display:flex}.discount-image-offer-input{color:#f8fafc;background:#0f172abf;border:1px solid #94a3b838;border-radius:7px;width:100%;margin-top:8px;padding:8px;font-size:12px}.discount-image-preview img{object-fit:contain;max-width:100%;max-height:100%}.discount-emoji-preview{font-size:3rem}.discount-image-error{color:#ef4444;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:12px;display:flex}.discount-image-error span{font-size:2rem}.discount-image-item .discount-btn-remove{z-index:10;padding:3px 6px;font-size:11px;position:absolute;top:4px;right:4px}.discount-images-empty{text-align:center;color:#64748b;grid-column:1/-1;padding:24px;font-size:13px}.discount-preview-label{color:#f8fafc;margin-bottom:12px;font-size:13px;font-weight:600}.discount-preview{position:sticky;top:20px}.discount-preview-card{border-radius:16px;flex-direction:column;justify-content:space-between;min-height:200px;padding:24px;transition:all .3s;display:flex;box-shadow:0 8px 24px #0000004d}.discount-preview-content{flex:1}.discount-preview-category{color:#333;margin-bottom:8px;font-size:14px;font-weight:600}.discount-preview-discount{color:#333;margin-bottom:4px;font-size:3rem;font-weight:800;line-height:1}.discount-preview-text{color:#555;margin-bottom:16px;font-size:14px;font-weight:600}.discount-preview-button{color:#fff;cursor:pointer;background:#333;border:none;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .2s;display:inline-block}.discount-preview-images{justify-content:flex-end;gap:12px;margin-top:16px;display:flex}.discount-preview-image{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff4d;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.discount-preview-image img{object-fit:contain;max-width:100%;max-height:100%}.discount-preview-image span{font-size:2rem}.discount-form-actions{border-top:1px solid #94a3b81a;justify-content:flex-end;gap:12px;padding-top:24px;display:flex}.discount-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.discount-empty{text-align:center;background:#94a3b80d;border:2px dashed #94a3b833;border-radius:16px;grid-column:1/-1;padding:80px 20px}.discount-empty-icon{margin-bottom:16px;font-size:64px}.discount-empty h3{color:#f8fafc;margin:0 0 8px;font-size:20px}.discount-empty p{color:#94a3b8;margin:0 0 24px}.discount-card{background:#1e293b;border:1px solid #94a3b81a;border-radius:16px;transition:all .3s;overflow:hidden}.discount-card:hover{border-color:#6366f14d;transform:translateY(-4px);box-shadow:0 12px 24px #0000004d}.discount-card-preview{flex-direction:column;justify-content:space-between;min-height:180px;padding:24px;display:flex;position:relative}.discount-card-category{color:#333;margin-bottom:8px;font-size:13px;font-weight:600}.discount-card-discount{color:#333;margin-bottom:4px;font-size:2.5rem;font-weight:800;line-height:1}.discount-card-text{color:#555;margin-bottom:16px;font-size:13px;font-weight:600}.discount-card-images{justify-content:flex-end;gap:8px;display:flex}.discount-card-image{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff4d;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.discount-card-image img{object-fit:contain;max-width:100%;max-height:100%}.discount-card-image span{font-size:1.5rem}.discount-card-info{background:#0f172a80;padding:20px}.discount-card-meta{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.discount-status{border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600}.discount-status.active{color:#10b981;background:#10b98133}.discount-status.inactive{color:#ef4444;background:#ef444433}.discount-order{color:#94a3b8;font-size:12px;font-weight:600}.discount-card-stats{background:#94a3b80d;border-radius:8px;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px;padding:12px;display:grid}.discount-stat{text-align:center}.discount-stat-value{color:#f8fafc;margin-bottom:4px;font-size:18px;font-weight:700;display:block}.discount-stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:11px;display:block}.discount-card-actions{justify-content:flex-end;gap:8px;display:flex}@media (width<=1024px){.discount-form-grid{grid-template-columns:1fr}.discount-preview{position:static}}@media (width<=768px){.discount-cards-page{padding:16px}.discount-header{flex-direction:column;align-items:flex-start;gap:16px}.discount-grid{grid-template-columns:1fr}.discount-category-selector{grid-template-columns:repeat(2,1fr)}.discount-form-row{grid-template-columns:1fr}.discount-modal{max-height:95vh}.discount-form{padding:16px}}.discount-style-panel{background:#0f172a6b;border:1px solid #94a3b82e;border-radius:14px;margin:18px 0;padding:16px}.discount-style-title{color:#f8fafc;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px;font-weight:800;display:flex}.discount-style-title small{color:#94a3b8;font-weight:600}.discount-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.discount-toggle-grid .discount-checkbox-label{background:#1e293bad;border:1px solid #94a3b829;border-radius:10px;padding:10px}.training-page{flex-direction:column;gap:16px;display:flex}.training-header h2{color:#0f172a;margin:0;font-size:22px}.training-header p{color:#475569;margin:6px 0 0}.training-tabs{flex-wrap:wrap;gap:10px;display:flex}.training-tab{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:8px 14px;font-weight:600}.training-tab.active{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.training-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.training-card h3{color:#0f172a;margin:0}.training-card p{color:#475569;margin:8px 0 0}.training-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:14px;display:grid}.training-module{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.training-module h4{color:#0f172a;margin:0 0 8px;font-size:15px}.training-meta{color:#64748b;justify-content:space-between;font-size:12px;font-weight:600;display:flex}:root{--bg:#f5f7fb;--surface:#fff;--surface-soft:#f8fafc;--surface-muted:#eef2f7;--text:#162033;--text-muted:#64748b;--text-soft:#94a3b8;--border:#dfe7f1;--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;--text:#eef4ff;--text-muted:#a8b3c7;--text-soft:#748096;--border:#263348;--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)}}
