.dm-scroll::-webkit-scrollbar{width:0;height:0}@keyframes dmSheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes dmFade{0%{opacity:0}to{opacity:1}}@keyframes dmCardIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dm-root *{box-sizing:border-box}.dm-root a{color:#4338ca;text-decoration:none}.dispatch-v2{--font: "Golos Text", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--bg: #F4F3EF;--bg2: #F0EFEA;--bg3: #FBFAF7;--surface: #FFFFFF;--surface2: #F7F6F2;--border: #EAE8E2;--border2: #E4E2DC;--text: #1C1C1A;--text1: #1C1C1A;--text2: #76766E;--text3: #A3A39A;--accent: #6366f1;--accent-glow: rgba(99,102,241,.22);--green: #10b981;--green-text: #047857;--green-dim: #DDF3E7;--amber: #f59e0b;--amber-text: #B45309;--amber-dim: #FBEFD6;--red: #ef4444;--red-text: #BE123C;--red-dim: #FDE7EC;--blue: #0EA5E9;--blue-text: #0369A1;--blue-dim: #DCEEFB;--purple: #818CF8;--purple-text: #4338CA;--purple-dim: #ECEBFE;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-xl: 20px;--topbar-h: 48px;--kpi-h: 50px;--sidebar-w: 240px;--detail-w: 360px;--sh: 0 1px 3px rgba(28,28,26,.08), 0 8px 24px rgba(28,28,26,.06);--sh-card: 0 1px 2px rgba(28,28,26,.06), 0 4px 12px rgba(28,28,26,.05);width:100vw;height:100vh;overflow:hidden;display:flex;flex-direction:column;font-family:var(--font);background:var(--bg);color:var(--text);font-size:13px;line-height:1.5;-webkit-font-smoothing:antialiased}.dispatch-v2 *,.dispatch-v2 *:before,.dispatch-v2 *:after{box-sizing:border-box}.dispatch-v2 button{font-family:var(--font);cursor:pointer;border:0;outline:0}.dispatch-v2 input,.dispatch-v2 select{font-family:var(--font);outline:0;border:0;font-size:16px}.dispatch-v2 ::-webkit-scrollbar{width:4px;height:4px}.dispatch-v2 ::-webkit-scrollbar-track{background:transparent}.dispatch-v2 ::-webkit-scrollbar-thumb{background:var(--border2);border-radius:99px}.dv2-topbar{height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 14px;gap:10px;flex-shrink:0;z-index:20}.dv2-brand{display:flex;align-items:center;gap:8px;min-width:240px}.dv2-brand-icon{width:26px;height:26px;background:var(--accent);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;box-shadow:0 4px 20px var(--accent-glow)}.dv2-brand-main{font-size:13px;font-weight:700;line-height:1.1}.dv2-brand-tag{font-size:10px;font-weight:800;letter-spacing:.08em;color:var(--accent);text-transform:uppercase;opacity:.85}.dv2-sep{width:1px;height:24px;background:var(--border);flex-shrink:0}.dv2-cmd{display:flex;align-items:center;gap:8px;background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 12px;color:var(--text2);font-size:12px;transition:border-color .15s}.dv2-cmd:hover{border-color:var(--border2)}.dv2-cmd kbd{font-size:10px;font-weight:800;background:var(--surface2);padding:2px 5px;border-radius:4px;color:var(--text3)}.dv2-spacer{flex:1}.dv2-pill{display:flex;align-items:center;gap:6px;padding:5px 10px;border-radius:var(--radius-sm);font-size:11px;font-weight:600;background:var(--bg3);color:var(--text2);border:1px solid var(--border)}.dv2-dot-live{width:6px;height:6px;border-radius:50%;background:var(--green);animation:dv2Pulse 2s infinite}@keyframes dv2Pulse{0%,to{opacity:1;box-shadow:0 0 #10b98166}50%{opacity:.8;box-shadow:0 0 0 4px #10b98100}}.dv2-icon-btn{width:30px;height:30px;background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--text2);font-size:16px;position:relative;transition:background .15s,color .15s}.dv2-icon-btn:hover{background:var(--surface2);color:var(--text)}.dv2-avatar{width:30px;height:30px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff}.dv2-notif{position:absolute;top:-4px;right:-4px;width:16px;height:16px;border-radius:50%;background:var(--red);color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center}.dv2-shortcuts{position:fixed;left:24px;bottom:24px;z-index:700;min-width:260px;padding:14px;background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius-lg);box-shadow:var(--sh)}.dv2-shortcuts-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}.dv2-shortcuts-title{font-size:12px;font-weight:800;color:var(--text2);text-transform:uppercase;letter-spacing:.06em}.dv2-shortcuts-close{width:24px;height:24px;display:grid;place-items:center;border-radius:6px;background:var(--bg3);color:var(--text2);font-size:18px;line-height:1}.dv2-shortcuts-close:hover{color:var(--text);background:var(--surface2)}.dv2-shortcut-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:6px;font-size:12px;color:var(--text2)}.dv2-shortcut-row:last-child{margin-bottom:0}.dv2-shortcut-row kbd{padding:2px 7px;border-radius:4px;background:var(--bg3);border:1px solid var(--border2);color:var(--text);font-size:11px;font-weight:800;white-space:nowrap}.dv2-kpibar{height:var(--kpi-h);background:var(--bg2);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 12px;gap:3px;flex-shrink:0;overflow-x:auto}.dv2-kpi{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);flex-shrink:0;white-space:nowrap;transition:border-color .15s}.dv2-kpi:hover{border-color:var(--border2)}.dv2-kpi.alert{border-color:var(--red);background:var(--red-dim)}.dv2-kpi-icon{width:34px;height:34px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--bg3);color:var(--text2)}.dv2-kpi-icon.indigo{background:var(--purple-dim);color:var(--purple-text)}.dv2-kpi-icon.blue{background:var(--blue-dim);color:var(--blue-text)}.dv2-kpi-icon.rose{background:var(--red-dim);color:var(--red-text)}.dv2-kpi-val{font-size:16px;font-weight:900;line-height:1}.dv2-kpi-lbl{font-size:9px;color:var(--text2);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.dv2-kpi-sep{width:1px;height:32px;background:var(--border);margin:0 4px;flex-shrink:0}.dv2-tabbar{display:flex;align-items:center;gap:4px;padding:8px 16px;background:var(--bg2);border-bottom:1px solid var(--border);flex-shrink:0}.dv2-tab{padding:6px 14px;border-radius:var(--radius-sm);font-size:12px;line-height:16px;font-weight:600;color:var(--text2);background:transparent;display:flex;align-items:center;gap:6px;transition:all .15s}.dv2-tab:hover{background:var(--surface);color:var(--text)}.dv2-tab.active{background:var(--surface);color:var(--text);box-shadow:var(--sh-card)}.dv2-tab-cnt{min-width:18px;height:18px;border-radius:9px;background:var(--accent);color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 5px}.dv2-date-tabs{display:flex;gap:4px;align-items:center}.dv2-date{padding:5px 10px;border-radius:var(--radius-sm);font-size:11px;font-weight:700;color:var(--text2);background:var(--bg3)}.dv2-date.active{background:var(--accent);color:#fff}.dv2-main{flex:1;display:flex;overflow:hidden;min-height:0}.dv2-couriers{width:var(--sidebar-w);min-width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.dv2-cs-header{padding:16px;border-bottom:1px solid var(--border);flex-shrink:0}.dv2-section-label{font-size:11px;font-weight:800;color:var(--text2);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.dv2-fleet-stats{display:grid;grid-template-columns:1fr 1fr;gap:6px}.dv2-cs-stat{background:var(--bg3);border-radius:var(--radius-sm);padding:8px 10px}.dv2-cs-stat-val{font-size:20px;font-weight:900}.dv2-cs-stat-lbl{font-size:10px;color:var(--text2);font-weight:600;margin-top:1px}.dv2-cs-stat.green .dv2-cs-stat-val{color:var(--green-text)}.dv2-cs-stat.amber .dv2-cs-stat-val{color:var(--amber-text)}.dv2-cs-stat.red .dv2-cs-stat-val{color:var(--red-text)}.dv2-cs-stat.gray .dv2-cs-stat-val{color:var(--text3)}.dv2-courier-list{flex:1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:4px}.dv2-courier{padding:12px;background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius);transition:all .15s;text-align:left;color:var(--text)}.dv2-courier:hover{border-color:var(--border2);background:var(--surface2)}.dv2-courier.selected{border-color:var(--accent);background:#6366f114}.dv2-courier.intake-off{border-color:#ef444459;background:#ef444414}.dv2-courier.intake-off:hover{border-color:#ef44448c;background:#ef44441f}.dv2-courier-top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.dv2-courier-avatar{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;flex-shrink:0}.dv2-courier-name{font-size:13px;font-weight:700;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dv2-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dv2-status-dot.available{background:var(--green);box-shadow:0 0 6px var(--green)}.dv2-status-dot.busy{background:var(--amber)}.dv2-status-dot.overloaded{background:var(--red)}.dv2-status-dot.offline{background:var(--text3)}.dv2-bar-label{display:flex;justify-content:space-between;font-size:10px;color:var(--text2);margin-bottom:4px}.dv2-bar-track{height:4px;background:var(--border);border-radius:99px;overflow:hidden}.dv2-bar-fill{height:100%;border-radius:99px;transition:width .4s ease}.dv2-bar-fill.green{background:var(--green)}.dv2-bar-fill.amber{background:var(--amber)}.dv2-bar-fill.red{background:var(--red)}.dv2-courier-row{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--text2);margin-top:8px;gap:8px}.dv2-courier-row strong{color:var(--text);font-weight:700}.dv2-cash{font-size:11px;color:var(--green-text);font-weight:700}.dv2-courier-cities{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.dv2-city-tag{display:inline-flex;align-items:center;padding:2px 7px;border-radius:10px;font-size:10px;font-weight:600;background:var(--purple-dim);color:var(--purple-text);border:1px solid transparent}.dv2-courier-intake-off{margin-top:8px;padding:7px 8px;border-radius:var(--radius-sm);border:1px solid rgba(239,68,68,.18);background:#0f172a2e;color:#f87171eb;font-size:10px;line-height:1.35}.dv2-courier-intake-off strong,.dv2-courier-intake-off span{display:block}.dv2-courier-intake-off span{margin-top:2px;color:var(--text2)}.dv2-board-wrap{flex:1;overflow:hidden;display:flex;min-width:0}.dv2-board{flex:1;display:flex;gap:10px;padding:12px;overflow-x:auto;overflow-y:hidden;min-width:0}.dv2-col{flex:1;min-width:190px;max-width:340px;display:flex;flex-direction:column;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;max-height:100%}.dv2-col-head{padding:10px 12px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px;flex-shrink:0;position:relative}.dv2-col-head:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:0 3px 3px 0;background:var(--col-color)}.dv2-col-title{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;flex:1}.dv2-col-cnt{min-width:22px;height:20px;border-radius:10px;background:var(--bg3);color:var(--text2);font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 6px}.dv2-col-body{flex:1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:6px}.dv2-order{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:10px;cursor:pointer;transition:all .15s;position:relative;color:var(--text);text-align:left;box-shadow:var(--sh-card);animation:dv2CardIn .2s ease}@keyframes dv2CardIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dv2-order:hover{border-color:var(--border2);box-shadow:var(--sh-card);transform:translateY(-1px)}.dv2-order.selected{border-color:var(--accent)}.dv2-order.urgent-red{border-color:#f4c9d4}.dv2-order.urgent-amber{border-color:#f3dcb2}.dv2-oc-head{display:flex;align-items:center;gap:6px;margin-bottom:6px}.dv2-oc-num{font-size:11px;font-weight:800;color:var(--text2)}.dv2-oc-badges{display:flex;gap:4px;flex:1;flex-wrap:wrap;min-width:0}.dv2-badge{padding:1px 6px;border-radius:4px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.dv2-badge.cash{background:var(--green-dim);color:var(--green-text)}.dv2-badge.card{background:var(--blue-dim);color:var(--blue-text)}.dv2-badge.urgent{background:var(--red-dim);color:var(--red-text)}.dv2-badge.claimable{background:var(--amber-dim);color:var(--amber-text)}.dv2-badge.today{background:var(--green-dim);color:var(--green-text)}.dv2-badge.tomorrow{background:var(--blue-dim);color:var(--blue-text)}.dv2-badge.scheduled{background:var(--purple-dim);color:var(--purple-text)}.dv2-badge.issue{background:var(--red-dim);color:var(--red-text)}.dv2-oc-name{font-size:13px;font-weight:700;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dv2-oc-addr{font-size:11px;color:var(--text2);margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dv2-oc-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.dv2-oc-amount{font-size:14px;font-weight:800}.dv2-oc-courier{font-size:10px;color:var(--text2);display:flex;align-items:center;gap:4px;min-width:0}.dv2-oc-courier span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dv2-oc-dot{width:6px;height:6px;border-radius:50%;background:var(--amber);flex-shrink:0}.dv2-oc-actions{position:absolute;right:8px;top:8px;display:none;gap:4px}.dv2-order:hover .dv2-oc-actions{display:flex}.dv2-oc-action{width:24px;height:24px;border-radius:6px;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--text2)}.dv2-oc-action:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.dv2-oc-action:disabled{opacity:.5;cursor:default;pointer-events:none}.dv2-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;text-align:center;color:var(--text2)}.dv2-empty-icon{font-size:32px;margin-bottom:12px;opacity:.5}.dv2-empty-title{font-size:13px;font-weight:700;margin-bottom:4px}.dv2-empty-sub{font-size:11px;opacity:.7}.dv2-detail{position:fixed;right:0;top:0;bottom:0;width:var(--detail-w);background:var(--surface);border-left:1px solid var(--border);display:flex;flex-direction:column;z-index:600;transform:translate(100%);transition:transform .25s cubic-bezier(.4,0,.2,1);overflow:hidden}.dv2-detail.open{transform:translate(0)}.dv2-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:599;background:#00000059;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.dv2-dp-header{padding:14px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px;flex-shrink:0}.dv2-dp-left{flex:1;min-width:0}.dv2-dp-num{font-size:18px;font-weight:900;line-height:1}.dv2-dp-date{font-size:11px;color:var(--text2);margin-top:3px}.dv2-dp-close{width:30px;height:30px;border-radius:var(--radius-sm);background:var(--bg3);color:var(--text2);display:flex;align-items:center;justify-content:center;font-size:18px}.dv2-dp-close:hover{background:var(--red-dim);color:var(--red-text)}.dv2-dp-body{flex:1;overflow-y:auto;padding:16px}.dv2-dp-section{margin-bottom:20px}.dv2-dp-title{font-size:10px;font-weight:800;color:var(--text2);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.dv2-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dv2-info{background:var(--bg3);border-radius:var(--radius-sm);padding:10px 12px}.dv2-info.full{grid-column:span 2}.dv2-info-lbl{font-size:10px;color:var(--text2);margin-bottom:4px}.dv2-info-val{font-size:13px;font-weight:700;overflow-wrap:anywhere}.dv2-dp-courier{background:var(--bg3);border-radius:var(--radius-sm);padding:12px;display:flex;align-items:center;gap:10px}.dv2-dp-actions{padding:14px 16px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;flex-shrink:0}.dv2-btn{padding:10px 16px;border-radius:var(--radius-sm);font-size:13px;font-weight:700;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:8px}.dv2-btn-primary{background:var(--accent);color:#fff}.dv2-btn-success{background:var(--green-dim);color:var(--green-text);border:1px solid rgba(16,185,129,.3)}.dv2-btn-danger{background:var(--red-dim);color:var(--red-text);border:1px solid rgba(239,68,68,.3)}.dv2-btn-ghost{background:var(--bg3);color:var(--text2);border:1px solid var(--border)}.dv2-btn-row{display:flex;gap:8px}.dv2-btn-row .dv2-btn{flex:1}.dv2-cash-view{flex:1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:10px;min-width:0}.dv2-cash-toolbar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.dv2-cash-title{font-size:15px;font-weight:800}.dv2-cash-title.small{font-size:13px}.dv2-cash-sub{color:var(--text2);font-size:12px;margin-top:2px}.dv2-cash-controls{display:flex;align-items:center;gap:8px}.dv2-date-tabs.hidden{visibility:hidden;pointer-events:none}.dv2-field-label{display:block;font-size:11px;font-weight:600;color:var(--text3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px}.dv2-cash-select,.dv2-cash-custom input,.dv2-search-field input,.dv2-reject-box input,.dv2-card-actions input{min-height:34px;background:var(--bg3);color:var(--text);border:1px solid var(--border2);border-radius:var(--radius-sm);padding:6px 10px;font-size:16px}.dv2-cash-select{min-width:190px}.dv2-history-controls{flex-wrap:wrap;justify-content:flex-end}.dv2-cash-compact-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dv2-cash-compact-bar>.dv2-cash-range,.dv2-cash-compact-bar>.dv2-cash-select{flex:0 0 auto}.dv2-cashregister-bar{flex-direction:column;align-items:stretch;gap:8px}.dv2-kpi-strip{display:flex;gap:8px;flex-wrap:wrap}.dv2-kpi-strip .dv2-cash-metric{flex:1 1 0;min-width:90px;padding:8px 12px;display:flex;align-items:center;gap:10px}.dv2-kpi-strip .dv2-cash-metric-label{font-size:10px;font-weight:700;color:var(--text2);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.dv2-kpi-strip .dv2-cash-metric-value{margin-top:0;font-size:14px;font-weight:800;white-space:nowrap}.dv2-photo-lg{width:120px;height:80px;border-radius:var(--radius);overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.dv2-photo-lg:hover{transform:scale(1.06);box-shadow:0 4px 16px #00000059;z-index:2}.dv2-photo-lg img{opacity:1}.dv2-photo-icon{position:absolute;opacity:.5;pointer-events:none}.dv2-history-view{gap:10px}.dv2-history-toolbar{display:flex;flex-direction:column;gap:8px}.dv2-history-search{width:100%;min-width:0;min-height:42px}.dv2-history-search input{min-height:40px;font-size:16px}.dv2-history-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dv2-history-filters>.dv2-cash-range,.dv2-history-filters>.dv2-cash-select,.dv2-history-filters>.dv2-search-field{flex:1 1 150px;min-width:0}.dv2-history-filters .dv2-cash-select,.dv2-history-filters .dv2-search-field,.dv2-history-filters .dv2-cash-range-btn{min-height:40px}.dv2-history-filters--desktop-only{display:none}@media (min-width: 768px){.dv2-history-filters--desktop-only{display:flex}.dv2-history-filters{flex-wrap:wrap}.dv2-history-filters>.dv2-cash-range,.dv2-history-filters>.dv2-cash-select,.dv2-history-filters>.dv2-search-field{flex:0 0 auto}.dv2-history-filters .dv2-cash-select{min-width:150px}.dv2-history-filters .dv2-search-field{min-width:130px}.dv2-history-filters .dv2-cash-select,.dv2-history-filters .dv2-cash-range-btn{min-height:36px;height:36px;padding:0 12px;border-radius:var(--radius-sm);border:1px solid var(--border2);background:var(--surface);color:var(--text2);font-size:12px;font-weight:600;box-shadow:none}.dv2-history-filters .dv2-cash-select:hover,.dv2-history-filters .dv2-cash-range-btn:hover{background:var(--surface2)}.dv2-cash-range-btn.dv2-cash-range-btn--mobile-only{display:none}}.dv2-filter-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dv2-search-field{min-height:38px;min-width:180px;background:var(--surface);color:var(--text2);border:1px solid var(--border2);border-radius:var(--radius);padding:0 10px;display:flex;align-items:center;gap:8px}.dv2-search-field.wide{min-width:min(360px,100%);flex:1}.dv2-search-field input{min-height:30px;min-width:0;width:100%;border:0;padding:0;background:transparent}.dv2-cash-range{position:relative;align-self:flex-start}.dv2-cash-range-btn{min-height:38px;background:var(--surface);color:var(--text);border:1px solid var(--border2);border-radius:var(--radius);padding:8px 12px;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;box-shadow:var(--sh-card)}.dv2-cash-range-btn:hover{background:var(--surface2)}.dv2-cash-range-popover{position:absolute;left:0;top:calc(100% + 8px);z-index:80;width:min(440px,calc(100vw - 32px));background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius-lg);box-shadow:var(--sh);padding:10px}.dv2-cash-range--end .dv2-cash-range-popover{left:auto;right:0}.dv2-cash-presets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.dv2-cash-preset{min-height:32px;background:var(--bg3);color:var(--text2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:5px 8px;font-size:11px;font-weight:700}.dv2-cash-preset:hover,.dv2-cash-preset.active{color:var(--text);border-color:var(--accent);background:var(--purple-dim)}.dv2-cash-custom{margin-top:10px;display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:8px;color:var(--text2)}.dv2-cash-custom label{display:flex;flex-direction:column;gap:4px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.dv2-cash-apply{min-height:34px;padding:6px 12px;border-radius:var(--radius-sm);background:var(--accent);color:#fff;font-size:12px;font-weight:800}.dv2-cash-apply:disabled{opacity:.45;cursor:not-allowed}.dv2-cash-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.dv2-cash-metric{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);padding:12px;min-width:0}.dv2-cash-metric.green{border-left-color:var(--green)}.dv2-cash-metric.amber{border-left-color:var(--amber)}.dv2-cash-metric.red{border-left-color:var(--red)}.dv2-cash-metric.blue{border-left-color:var(--blue)}.dv2-cash-metric.purple{border-left-color:var(--purple)}.dv2-cash-metric-label{color:var(--text2);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.dv2-cash-metric-value{margin-top:4px;color:var(--text);font-size:18px;font-weight:850;line-height:1.15;overflow-wrap:anywhere}.dv2-cash-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.dv2-cash-head{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.dv2-cash-table{width:100%;border-collapse:collapse}.dv2-data-table{table-layout:auto}.dv2-history-table{min-width:1120px}.dv2-cash-table th{padding:10px 16px;text-align:left;font-size:11px;font-weight:800;color:var(--text2);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1;background:var(--surface)}.dv2-cash-table td{padding:12px 16px;font-size:13px;border-bottom:1px solid var(--border)}.dv2-cash-table tr:last-child td{border-bottom:0}.dv2-cash-table tr:hover td{background:var(--bg3)}.dv2-cash-courier{display:flex;align-items:center;gap:9px;min-width:190px}.dv2-cash-courier-name{font-size:13px;font-weight:800;color:var(--text)}.dv2-cash-courier-phone{font-size:11px;color:var(--text2)}.dv2-cash-online{margin-left:auto;padding:2px 7px;border-radius:99px;font-size:9px;font-weight:800;text-transform:uppercase}.dv2-cash-online.online{background:var(--green-dim);color:var(--green-text)}.dv2-cash-online.offline{background:var(--bg3);color:var(--text3)}.dv2-cash-num{font-weight:800;font-variant-numeric:tabular-nums;white-space:nowrap}.dv2-cash-num.green{color:var(--green-text)}.dv2-cash-num.red{color:var(--red-text)}.dv2-cash-num.purple{color:#6d28d9}.dv2-cash-status{padding:3px 10px;border-radius:99px;font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:5px}.dv2-cash-status.pending{background:var(--amber-dim);color:var(--amber-text)}.dv2-cash-status.settled{background:var(--green-dim);color:var(--green-text)}.dv2-cash-status.mismatch{background:var(--red-dim);color:var(--red-text)}.dv2-muted{color:var(--text3)}.dv2-note-cell{max-width:260px;color:var(--text2);white-space:normal;overflow-wrap:anywhere}.dv2-product-lines{display:flex;flex-direction:column;gap:3px;color:var(--text);min-width:150px}.dv2-photo-thumb{width:42px;height:34px;border:1px solid var(--border2);border-radius:var(--radius-sm);background:var(--bg3);color:var(--text2);display:grid;place-items:center;overflow:hidden;position:relative}.dv2-photo-thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.82}.dv2-action-stack{min-width:180px;display:flex;flex-direction:column;gap:8px}.dv2-reject-box{display:flex;gap:6px}.dv2-reject-box input{min-width:120px;flex:1}.dv2-card-headline{display:flex;align-items:center;justify-content:space-between;gap:10px}.dv2-card-actions{margin-top:12px;display:grid;grid-template-columns:1fr;gap:8px}.dv2-pagination{padding:12px 16px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:flex-end;gap:10px;color:var(--text2);font-size:12px;font-weight:800}.dv2-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#04060cd1;display:grid;place-items:center;padding:24px}.dv2-lightbox img{max-width:min(900px,94vw);max-height:86vh;border-radius:var(--radius);border:1px solid var(--border2);box-shadow:var(--sh);background:var(--surface)}.dv2-lightbox-close{position:fixed;top:18px;right:18px;width:38px;height:38px;border-radius:50%;background:var(--surface);color:var(--text);border:1px solid var(--border2);display:grid;place-items:center}.dv2-cash-state{padding:16px;display:flex;flex-direction:column;gap:10px}.dv2-cash-error{align-items:center;text-align:center;padding:34px 16px;background:linear-gradient(180deg,rgba(239,68,68,.08),transparent)}.dv2-cash-state-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:var(--amber-text);background:var(--amber-dim);border:1px solid rgba(245,158,11,.25)}.dv2-cash-state .dv2-btn{align-self:flex-start}.dv2-cash-error .dv2-btn{align-self:center}.dv2-cash-cards{display:none}.dv2-cash-card{border-bottom:1px solid var(--border);padding:12px}.dv2-cash-card:last-child{border-bottom:0}.dv2-cash-card-grid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dv2-mobile-board,.dv2-bottom-nav,.dv2-mobile-action{display:none}@media (max-width: 767px){.dispatch-v2{--topbar-h: 48px;--kpi-h: auto;--mobile-nav-h: 58px}.dv2-topbar{height:48px;padding:0 10px;gap:6px}.dv2-brand{min-width:0}.dv2-brand-icon{width:26px;height:26px}.dv2-brand-tag,.dv2-cmd,.dv2-sep,.dv2-pill,.dv2-hide-mobile{display:none!important}.dv2-shortcuts{display:none}.dv2-mobile-action{display:flex}.dv2-kpibar{height:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:8px 10px;overflow:visible}.dv2-kpi-sep{display:none}.dv2-kpi{flex-direction:column;align-items:flex-start;padding:10px 12px;gap:2px;border-radius:var(--radius);white-space:normal}.dv2-kpi-mobile-extra{display:none}.dv2-kpi-icon{width:30px;height:30px;margin-bottom:4px}.dv2-kpi-val{font-size:26px;line-height:1}.dv2-kpi-lbl{font-size:9px;line-height:1.3}.dv2-tabbar{display:none}.dv2-main{position:relative;overflow:hidden}.dv2-couriers{position:fixed;left:0;top:var(--topbar-h);bottom:calc(var(--mobile-nav-h) + env(safe-area-inset-bottom,0px));width:min(290px,86vw);min-width:0;z-index:501;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);border-right:1px solid var(--border2);box-shadow:4px 0 32px #00000080}.dv2-couriers.mobile-open{transform:translate(0)}.dv2-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dv2-board{display:none}.dv2-board-wrap{flex:1;overflow:hidden}.dv2-mobile-board{display:flex;flex-direction:column;flex:1;height:100%;overflow:hidden}.dv2-mobile-datebar,.dv2-mobile-tabs{display:flex;gap:5px;padding:7px 10px 6px;background:var(--bg2);border-bottom:1px solid var(--border);overflow-x:auto;scrollbar-width:none;flex-shrink:0}.dv2-mobile-tabs{padding:8px 10px}.dv2-mobile-datebar::-webkit-scrollbar,.dv2-mobile-tabs::-webkit-scrollbar{display:none}.dv2-chip-mobile{padding:5px 12px;border-radius:99px;flex-shrink:0;font-size:11px;font-weight:700;background:var(--surface);color:var(--text2);border:1px solid var(--border);white-space:nowrap}.dv2-chip-mobile.active{background:var(--accent);color:#fff;border-color:var(--accent)}.dv2-mobile-list{flex:1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:7px;padding-bottom:calc(var(--mobile-nav-h) + env(safe-area-inset-bottom,0px) + 8px);-webkit-overflow-scrolling:touch}.dv2-order{background:var(--surface);border-radius:var(--radius-lg);padding:11px 12px 10px;overflow:hidden}.dv2-order:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--card-color, var(--text3))}.dv2-oc-name{font-size:15px}.dv2-oc-amount{font-size:17px}.dv2-oc-actions{display:none!important}.dv2-detail{position:fixed;left:0;right:0;bottom:0;top:auto;width:100%;min-width:0;height:92vh;border-left:0;border-top:1px solid var(--border2);border-radius:var(--radius-xl) var(--radius-xl) 0 0;z-index:600;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.dv2-detail.open{transform:translateY(0);width:100%;min-width:0;border-left:0}.dv2-detail:before{content:"";display:block;width:40px;height:4px;background:var(--border2);border-radius:99px;margin:10px auto 0;flex-shrink:0}.dv2-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:300;height:var(--mobile-nav-h);background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom,0px)}.dv2-bn-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--text2);padding:6px 2px 0;position:relative;min-width:44px;background:transparent}.dv2-bn-item.active{color:var(--accent)}.dv2-bn-item.active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:28px;height:3px;border-radius:0 0 3px 3px;background:var(--accent)}.dv2-bn-icon{font-size:20px;line-height:1}.dv2-bn-label{font-size:9px;font-weight:700;letter-spacing:.03em}.dv2-cash-view{padding:8px;padding-bottom:calc(var(--mobile-nav-h) + 10px);gap:8px}.dv2-cash-toolbar{flex-direction:column;align-items:stretch;padding:10px}.dv2-cash-controls,.dv2-history-controls,.dv2-filter-row{flex-direction:column;align-items:stretch}.dv2-cash-select,.dv2-search-field,.dv2-search-field.wide{width:100%;min-width:0}.dv2-history-filters{flex-direction:row;flex-wrap:wrap}.dv2-history-filters>.dv2-cash-range,.dv2-history-filters>.dv2-cash-select,.dv2-history-filters>.dv2-search-field{flex:1 1 calc(50% - 4px);width:auto}.dv2-history-filters>.dv2-cash-range{flex-basis:100%}.dv2-cash-range{align-self:stretch}.dv2-cash-range-btn{width:100%;justify-content:space-between}.dv2-cash-range-popover{width:100%;left:0;right:0}.dv2-cash-presets{grid-template-columns:repeat(2,minmax(0,1fr))}.dv2-cash-preset{min-width:0;padding:6px 4px}.dv2-cash-custom{width:100%;grid-template-columns:1fr}.dv2-cash-custom input{flex:1;min-width:0}.dv2-cash-apply{width:100%}.dv2-cash-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dv2-cash-metric{padding:10px}.dv2-cash-metric-value{font-size:15px}.dv2-kpi-strip{gap:6px}.dv2-kpi-strip .dv2-cash-metric{flex:1 1 calc(50% - 3px);min-width:0}.dv2-cash-compact-bar{flex-direction:column;align-items:stretch}.dv2-cash-compact-bar>.dv2-cash-range,.dv2-cash-compact-bar>.dv2-cash-select{flex:1}.dv2-photo-lg{width:80px;height:56px}.dv2-cash-table{display:none}.dv2-cash-cards{display:block}.dv2-cash-courier{min-width:0}.dv2-cash-card-grid .dv2-info{padding:8px}.dv2-pagination{justify-content:center;padding:10px}.dv2-card-actions input{width:100%}}
