:root{--sidebar-w: 11%;--sidebar-min: 160px;--topbar-h: 56.8px}.admin-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.admin-topbar{position:fixed;z-index:2147483000;top:0;left:0;right:0;height:var(--topbar-h);display:flex;align-items:stretch;background:transparent;border-bottom:none;box-shadow:none;pointer-events:auto}.topbar-right{margin-left:auto;display:flex;align-items:center;padding:0 60px}.btn-logout{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 12px;border:1px solid #e5e7eb;background:#fff;color:#111827;border-radius:10px;cursor:pointer;font-size:13px;font-weight:600;line-height:1;white-space:nowrap}.btn-logout:hover{background:#f8fafc}.btn-logout:active{transform:translateY(1px)}.btn-logout:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f640}.topbar-left{width:var(--sidebar-w);min-width:var(--sidebar-min);display:flex;align-items:center;padding:0 8px;background:#f1f5f9;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 6px #00000014;margin-bottom:2px;transition:width .22s ease,min-width .22s ease}.admin-layout.collapsed .topbar-left{width:24px;min-width:24px}.hamburger{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;line-height:1;height:34px;padding:0 10px;font-size:16px;display:inline-flex;align-items:center;justify-content:center}.hamburger:focus,.hamburger:active{outline:none;box-shadow:none;background:none}.admin-body{display:flex;flex:1;overflow:hidden;margin-top:0}.admin-sidebar{position:fixed;z-index:900;top:var(--topbar-h);left:0;bottom:0;width:var(--sidebar-w);min-width:var(--sidebar-min);background:#fff;color:#111;overflow-y:auto;box-shadow:4px 2px 10px #00000026;transform:translate(0);transition:transform .22s ease;will-change:transform}.admin-sidebar::-webkit-scrollbar{display:none}.admin-layout.collapsed .admin-sidebar{transform:translate(-100%);pointer-events:none}.sidebar-nav ul{list-style:none;margin:0;padding:0}.sidebar-nav li{padding:8px 12px;cursor:pointer;color:#5f5f5f}.sidebar-nav li:hover{background:#f8fafc}.menu-title{display:block;font-weight:700;font-size:13px}.sidebar-nav li ul{margin-left:12px;margin-top:4px}.sidebar-nav li ul li{padding:6px 12px;font-size:12px}.admin-content{flex:1;background:#f8fafc;overflow-y:auto;padding:0 16px 16px;margin-left:calc(var(--sidebar-w) - 18px);transition:margin-left .22s ease}.admin-layout.collapsed .admin-content{margin-left:9px}.sidebar-nav>ul>li>.menu-title{padding:8px 10px;border-radius:10px;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.sidebar-nav>ul>li>.menu-title.is-active{background:#1c71be;color:#fff;box-shadow:0 2px 8px #00000026}.sidebar-nav>ul>li>.menu-title:not(.is-active):hover{background:#e8f0fb;color:#0f3f6e}.submenu{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-4px);transition:grid-template-rows .2s ease,opacity .2s ease,transform .2s ease}.submenu.open{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.submenu>ul{overflow:hidden;margin-left:12px;margin-top:4px}.submenu li{color:#64748b;cursor:pointer;transition:color .15s ease}.submenu li:hover{color:#0f3f6e}.submenu li.is-active{color:#1c71be;font-weight:600}.admin-sidebar .menu-title{color:#64748b;text-decoration:none;display:block}.admin-sidebar .menu-title:hover{background:#f8fafc;color:#334155}.admin-sidebar .submenu a{color:#64748b!important;text-decoration:none!important;display:block}.admin-sidebar .submenu a:hover{color:#0f3f6e!important}.admin-sidebar .submenu a.is-active,.admin-sidebar .submenu li.is-active>a{color:#1c71be!important;font-weight:600}.admin-sidebar .submenu a:focus,.admin-sidebar .submenu a:active{text-decoration:none!important;outline:none}.table.external-table.order-table th,.table.external-table.order-table td,.table.external-table.order-table .cell-ellip,.table.external-table.order-table .badge{font-size:calc(1em - 1.4pt)!important}:root{--order-pay-badge-h: 23px}.table.external-table.order-table tbody tr>td:nth-child(11) .badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:calc(var(--order-pay-badge-h) - 2pt)!important;line-height:1!important;padding:0 10px!important}.status-box{border:1px solid #e5e7eb;background:#f8fafc;border-radius:12px;padding:10px}.status-list{display:flex;flex-wrap:wrap;gap:8px}.status-pill{--dot: #94a3b8;display:inline-flex;align-items:center;gap:8px;padding:5px 8px;border-radius:9999px;background:#f3f4f6;border:1px solid #e5e7eb;color:#111;font-size:12px;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease,box-shadow .12s ease}.status-pill:hover{background:#eef2ff;border-color:#c7d2fe}.status-pill:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f659}.status-dot{width:10px;height:10px;border-radius:50%;background:var(--dot);box-shadow:0 0 0 2px #0000000f inset}.status-pill.is-active{background:var(--dot);color:#fff;border-color:transparent}.status-pill.is-active .status-dot{background:#fff;box-shadow:none}.admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;box-shadow:0 2px 8px #0000000a}.form-row{display:flex;gap:10px;align-items:center;margin:8px 0}.form-row input,.form-row select{height:34px;padding:4px 8px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 12px;border:1px solid #e5e7eb;background:#f8fafc;border-radius:8px;cursor:pointer}.btn.primary{background:#1c71be;color:#fff;border-color:#1c71be}.btn.small{height:30px;padding:0 10px}.btn-row{display:flex;gap:8px;align-items:center}.simple-table{width:100%;border-collapse:collapse}.simple-table th,.simple-table td{border-bottom:1px solid #e5e7eb;padding:8px 10px;font-size:13px;text-align:left;background:#fff}.simple-table th{background:#f1f5f9;font-weight:700}.admin-layout.embed-inspections .admin-topbar,.admin-layout.embed-inspections .admin-topbar *{pointer-events:auto}.admin-layout.embed-inspections .admin-topbar .hamburger,.admin-layout.embed-inspections .admin-topbar .btn-logout{opacity:1}.embed-inspections .inspect-float-layer{position:fixed;inset:0;z-index:2147483646;pointer-events:none}.embed-inspections .inspect-float-layer .inspect-float-btn{pointer-events:auto}.inspect-embed-page{background:#fff;overflow:hidden}.inspect-embed-iframe{width:100%;height:100%;border:0;display:block}.inspect-embed-wrap{margin:0 -16px -16px 0;height:calc(100vh - var(--topbar-h));display:flex;flex-direction:column;background:#fff}.inspect-page-header{height:56px;display:flex;align-items:center;padding:0 16px;background:#659fff;border-bottom:none;flex:0 0 auto}.inspect-page-title{font-weight:800;font-size:16px;color:#fff;letter-spacing:-.2px}.inspect-embed-wrap .inspect-embed-page{flex:1 1 auto}.embed-inspections .admin-topbar{pointer-events:auto}.embed-inspections .inspect-float-layer{position:fixed;inset:0;z-index:2147483647;pointer-events:none}.embed-inspections .admin-topbar .hamburger,.embed-inspections .admin-topbar .btn-logout{opacity:1}.embed-inspections .inspect-float-btn{position:fixed;z-index:2147483647;pointer-events:auto;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;width:auto!important;min-width:88px;padding:8px 12px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.embed-inspections .inspect-float-burger{top:12px;left:12px;min-width:auto;padding:8px 10px}.embed-inspections .inspect-float-logout{top:12px;right:28px;border:1px solid #e5e7eb!important;background:#fff!important;color:#111827!important}.gd-wrap.legacy{padding:82px 18px 18px;display:flex;flex-direction:column;gap:10px;position:relative}.gd-adminbar-patched{background:#60a5fa!important;border-bottom:1px solid rgba(255,255,255,.25)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:0 16px!important;box-sizing:border-box!important}.gd-adminbar-injected-title{position:absolute;left:200px;top:50%;transform:translateY(-50%);color:#fff;font-weight:900;font-size:18px;line-height:1;pointer-events:none;text-shadow:0 1px 0 rgba(0,0,0,.12)}.gd-toprow{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.gd-actions{display:flex;gap:8px;flex-wrap:wrap}.gd-header{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:2}@media (max-width: 768px){.gd-wrap.legacy{padding-top:74px}}.gd-h2{font-size:18px;font-weight:800;margin:0}.gd-header-right{display:flex;gap:8px;flex-wrap:wrap}.gd-btn{border:1px solid #cbd5e1;background:#fff;color:#111827;padding:8px 12px;border-radius:6px;font-size:13px;cursor:pointer}.gd-btn:hover{background:#f8fafc}.gd-btn.disabled,.gd-btn:disabled{opacity:.5;cursor:not-allowed}.gd-btn.danger{border-color:#ef4444;color:#ef4444}.gd-btn.danger:hover{background:#ef44440f}.gd-tabrow{display:flex;align-items:center}.gd-pillwrap{display:flex;gap:8px;flex-wrap:wrap;padding:10px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 6px 18px #1118270f}@media (max-width: 768px){.gd-toprow{align-items:stretch}.gd-actions{justify-content:flex-end;width:100%}}.gd-pill{padding:6px 12px;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:12px;cursor:pointer;color:#111827}.gd-pill.on{background:#0ea5e9;border-color:#0ea5e9;color:#fff}.gd-underbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 4px}.gd-count{font-size:13px;color:#374151}.gd-underbar .gd-select{width:auto;min-width:170px;max-width:220px;padding:6px 10px;border-radius:10px}.gd-all{display:flex;align-items:center;gap:8px}.gd-all-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#111827}.gd-all-input{width:120px;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px}.gd-tablewrap{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:auto;box-shadow:0 6px 18px #1118270f}.gd-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.gd-table thead th{text-align:left;padding:10px 12px;border-bottom:1px solid #e5e7eb;background:#fafafa;color:#111827}.gd-table tbody td{padding:10px 12px;border-bottom:1px solid #f1f5f9;color:#111827;vertical-align:middle}.gd-table th,.gd-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gd-table tbody tr:hover{background:#f8fafc}.gd-empty{padding:20px 12px!important;text-align:center;color:#6b7280}.gd-money{display:flex;align-items:center;gap:8px}.gd-money-input{width:110px;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;background:#fff}.gd-money-input.ro{background:#f3f4f6;color:#6b7280}.gd-won{color:#6b7280;font-size:12px}.gd-modal-backdrop{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.gd-modal{width:min(760px,100%);background:#fff;border-radius:14px;border:1px solid #e5e7eb;box-shadow:0 20px 60px #00000040}.gd-modal.lg{width:min(1100px,96vw)}.gd-modal-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e5e7eb}.gd-modal-title{font-size:15px;font-weight:800}.gd-x{border:none;background:transparent;font-size:18px;cursor:pointer}.gd-modal-body,.gd-modal-body.legacy-add{padding:14px 16px;display:flex;flex-direction:column;gap:12px}.gd-modal-row{display:flex;gap:12px;align-items:flex-start}.gd-modal-label{width:120px;font-size:13px;color:#374151;padding-top:8px}.gd-pathhint{margin-top:6px;font-size:12px;color:#6b7280}.gd-modal-foot{padding:14px 16px;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid #e5e7eb}.gd-add-row{display:flex;align-items:center;gap:12px}.gd-add-label{width:120px;font-size:13px;color:#374151;font-weight:800}.gd-add-control{flex:1}.gd-chip{display:inline-block;padding:8px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#f8fafc;color:#111827;font-weight:800;font-size:13px}.gd-add-grid{display:grid;grid-template-columns:240px 1fr 280px;gap:12px;align-items:start}.gd-add-col{border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:12px;box-shadow:0 6px 18px #1118270a}.gd-add-col.wide,.gd-add-col.price{padding:12px}.gd-bulk-row{display:grid;grid-template-columns:44px 1fr 56px;align-items:center;gap:8px;margin-bottom:10px;padding:10px;border:1px dashed #e5e7eb;border-radius:12px;background:#fafafa;width:100%;box-sizing:border-box}.gd-bulk-label{font-size:12px;color:#374151;font-weight:900;width:auto;white-space:nowrap}.gd-bulk-money{width:100%;justify-content:flex-start;margin:0;box-sizing:border-box}.gd-bulk-money .gd-money-input{width:100%;min-width:0}.gd-add-label2{font-weight:900;font-size:13px;color:#111827;margin-bottom:10px}.gd-sub2{font-size:12px;color:#6b7280;margin-bottom:6px}.gd-select,.gd-input{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:10px;font-size:13px;outline:none}.gd-select:focus,.gd-input:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e926}.gd-dual{display:grid;grid-template-columns:1fr 80px 1fr;gap:10px;align-items:center}.gd-dual-col{display:flex;flex-direction:column}.gd-dual-title{font-weight:900;text-align:center;margin-bottom:8px;color:#111827}.gd-multi{width:100%;min-height:380px;border:1px solid #d1d5db;border-radius:12px;padding:8px;font-size:13px;outline:none}.gd-multi:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91f}.gd-dual-mid{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.gd-price-list{max-height:420px;overflow:auto;display:flex;flex-direction:column;gap:10px}.gd-price-row{border:1px solid #e5e7eb;border-radius:12px;padding:10px;background:#f9fafb;display:flex;flex-direction:column;gap:8px}.gd-price-name{font-weight:900;font-size:13px;color:#111827}@media (max-width: 980px){.gd-add-grid,.gd-dual{grid-template-columns:1fr}.gd-dual-mid{flex-direction:row}.gd-multi{min-height:220px}}.gd-err{margin-top:6px;color:#ef4444;font-size:12px;white-space:pre-wrap}.address-main{width:100%;background:#eef2f5;border-radius:6px}.address-top{padding:10px 12px 0;position:relative;z-index:9999}.tab-branch{list-style:none;display:flex;gap:8px;flex-wrap:wrap;width:100%;margin:0;padding:0}.tab-branch li a{display:inline-block;padding:8px 16px;background:#fff;border:1px solid #d9dde2;border-radius:4px;color:#222;text-decoration:none;font-weight:600;font-size:13px}.tab-branch li.current a{background:#2aa6df;border-color:#2aa6df;color:#fff}.map-control{margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:9999}.route-history{display:flex;flex-direction:row-reverse;align-items:center;gap:6px;margin-right:10px;flex-wrap:nowrap;white-space:nowrap;max-width:none;overflow-x:auto;overflow-y:hidden}.road-summary-btn{cursor:pointer;border:1px solid var(--border);background:#fff;border-radius:999px;padding:6px 10px;display:inline-flex;align-items:center;gap:6px;font-size:13px;line-height:1}.road-summary-btn:hover{filter:brightness(.98)}.road-summary-btn.is-active{border-color:var(--accent);box-shadow:0 0 0 2px #2563eb2e}.road-summary-btn:disabled{opacity:.6;cursor:not-allowed}.control-left{display:flex;align-items:center;gap:10px}.ctl-label{font-size:13px;font-weight:600;color:#333}.map-control input[type=date],.map-control select{height:32px;padding:0 10px;border:1px solid #cfd5dc;border-radius:4px;background:#fff;font-size:13px}.control-right{display:flex;align-items:center;gap:8px}.road-summary{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px;border-radius:10px;background:#1118271a;border:1px solid rgba(17,24,39,.18);font-size:12px;font-weight:800;color:#111827;box-shadow:0 6px 16px #00000014;-webkit-user-select:none;user-select:none}.road-summary-dot{opacity:.55}.road-summary-time,.road-summary-dist{white-space:nowrap}.address-main .btn.btn-road{background:#349909!important;border-color:#349909!important;color:#fff!important}.address-main .btn.btn-road.is-active{box-shadow:0 10px 22px #00000038!important;transform:translateY(-1px);filter:brightness(1.02)}.address-main .btn.btn-road.is-active:active{transform:translateY(0)}.address-main .btn.btn-save{background:#0a6bd6!important;border-color:#0a6bd6!important;color:#fff!important}.btn{height:32px;padding:0 12px;border-radius:3px;border:1px solid #cfd5dc;background:#fff;cursor:pointer;font-weight:700;font-size:12px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-sm{height:32px;padding:0 12px}.btn-warning{background:#349909;border-color:#349909;color:#fff}.btn-success{background:#0a6bd6;border-color:#0a6bd6;color:#fff}.maps-error{margin-top:8px;padding:8px 10px;background:#fff3f3;border:1px solid #ffcdcd;color:#b40000;border-radius:4px;font-size:12px}.maps-warn{margin-top:8px;padding:8px 10px;background:#fff7e6;border:1px solid #ffe1a6;color:#8a5b00;border-radius:4px;font-size:12px}.map-bottom{margin-top:10px;display:flex;gap:10px;padding:0 12px 12px}.map{flex:1;background:#ddd;border:1px solid #d9dde2;height:100%;min-height:0}.panel{width:290px;flex:0 0 290px;background:#fff;border:1px solid #d9dde2}.panel.list-sec{width:305px;flex:0 0 305px}.panel-head{padding:10px 12px;font-size:16px;font-weight:800;color:#222;border-bottom:1px solid #e3e7ec}.list-fst .panel-head,.list-sec .panel-head{background:#f2f5f3;border-bottom-color:#8a8a8a;box-shadow:1px 1px #0000001f}.panel-body.list-body{height:auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:10px}.empty{height:100%;display:grid;place-items:center;gap:10px;color:#8b97a3}.empty-icon{width:44px;height:44px;border-radius:50%;background:#e9eef3}.empty-text{font-weight:700}.item{position:relative;border:2px solid #d9dde2;border-radius:6px;background:#fff;padding:10px 34px 8px 10px;margin-bottom:10px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,outline-color .12s ease}.item.is-hover{border-color:#000!important;border-width:3px;outline:3px solid rgba(0,0,0,.25);box-shadow:0 10px 24px #00000038;transform:translateY(-2px);z-index:2}.map.is-zooming~.panel .item,.map.is-zooming~.panel .item.is-hover{transition:none!important}.map.is-zooming~.panel .item.is-hover{box-shadow:none!important;transform:none!important;outline-color:transparent!important}.map.is-zooming .customoverlay .title{transition:none!important;box-shadow:none!important;transform:none!important;will-change:auto!important}.item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;position:relative;z-index:3}.item-title{font-size:13px;font-weight:800;color:#222;line-height:1.2}.item-title .zip{font-weight:900}.item-title .name{font-weight:800}.item-addr{margin-top:6px;font-size:12px;color:#2a2f35;line-height:1.35;word-break:keep-all}.item-addr.sub{color:#6a7682}.xbtn{width:20px;height:20px;border-radius:8px;background:#eee;position:absolute;right:8px;top:12px;border:0;cursor:pointer;z-index:10;flex:0 0 auto}.xbtn:before,.xbtn:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:2px;background:#666;transform-origin:center}.xbtn:before{transform:translate(-50%,-50%) rotate(45deg)}.xbtn:after{transform:translate(-50%,-50%) rotate(-45deg)}.xbtn:hover{background:#ddd}.xbtn{opacity:0;transition:.2s ease-in-out}.item:hover .xbtn{opacity:1}.item:focus-within .xbtn{opacity:1}.item-sort{display:flex;gap:10px;align-items:stretch;position:relative}.sort_no{width:28px;height:28px;border-radius:50%;color:#fff;font-weight:900;display:grid;place-items:center;flex:0 0 auto;margin-top:2px}.item-sort-body{flex:1}.drop-line{height:3px;background:#2aa6df;border-radius:2px;margin:6px 0 10px}.list-fst .item:before,.list-fst .item:after{content:none!important}.juso-sort-round-span{display:inline-flex;align-items:center;justify-content:center;min-width:25px;height:25px;padding:2px 6px;border-radius:999px;color:#fff;font-weight:900;font-size:14px;margin-right:6px;flex:0 0 auto}.route-check{position:absolute;right:8px;bottom:8px;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffffe6;border:1px solid rgba(0,0,0,.18);box-shadow:0 6px 14px #0000001f;z-index:11}.route-check input{width:16px;height:16px;cursor:pointer;accent-color:var(--accent)}.route-check.is-locked{background:#fffffff2;border:1px solid rgba(0,0,0,.35)}.route-check.is-locked input{accent-color:#111;pointer-events:none;cursor:default}.route-check input:disabled{cursor:default;opacity:1;accent-color:#111}.route-check.is-anchor{outline:2px solid rgba(0,0,0,.55);outline-offset:1px}.customoverlay .title{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;border:1px solid rgba(0,0,0,.25);color:#fff;font-weight:900;font-size:12px;box-shadow:0 2px 6px #0000002e;position:relative;transition:transform .12s ease,box-shadow .12s ease,border .12s ease;will-change:transform}.map.is-zooming .customoverlay .title{transition:none!important;box-shadow:none!important;will-change:auto!important}.map.is-zooming .customoverlay .title.is-hover{transform:scale(1.15)!important;border-width:2px!important}.customoverlay .title.is-hover{border:3px solid #000;box-shadow:0 8px 16px #00000059;transform:scale(1.45);z-index:999}.customoverlay.marker-null .title{color:transparent;opacity:.5}.customoverlay.marker-null .title.is-hover{opacity:1}.customoverlay.marker-num .title{color:#fff}@keyframes mapsExportSpin{to{transform:rotate(360deg)}}.maps-export-spinner{display:inline-block;width:12px;height:12px;margin-right:8px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;vertical-align:-2px;animation:mapsExportSpin .8s linear infinite}.maps-toast{position:fixed;top:14px;right:14px;z-index:9999;padding:10px 12px;border-radius:10px;font-size:13px;box-shadow:0 10px 24px #0000002e;background:#111827eb;color:#fff;max-width:min(420px,calc(100vw - 28px));line-height:1.25}.maps-toast.is-ok{border-left:4px solid #22c55e}.maps-toast.is-err{border-left:4px solid #ef4444}.maps-export-overlay{position:fixed;inset:0;z-index:10000;background:#00000059;display:flex;align-items:center;justify-content:center;padding:16px}.maps-export-overlay-card{width:min(420px,calc(100vw - 32px));background:#111827f5;color:#fff;border-radius:16px;box-shadow:0 18px 50px #00000059;padding:22px 18px;text-align:center}@keyframes mapsOverlaySpin{to{transform:rotate(360deg)}}.maps-export-overlay-spinner{display:inline-block;width:42px;height:42px;border-radius:50%;border:4px solid rgba(255,255,255,.35);border-top-color:#fff;animation:mapsOverlaySpin .9s linear infinite}.maps-export-overlay-title{margin-top:12px;font-size:18px;font-weight:800}.maps-export-overlay-sub{margin-top:6px;font-size:13px;opacity:.9}.maps-modal-backdrop{position:fixed;inset:0;z-index:10001;background:#0000006b;display:flex;align-items:center;justify-content:center;padding:16px}.maps-modal{width:min(520px,calc(100vw - 32px));background:#fff;border-radius:18px;box-shadow:0 22px 60px #0000004d;padding:22px 20px}.maps-modal.is-ok{border-top:6px solid #22c55e}.maps-modal.is-err{border-top:6px solid #ef4444}.maps-modal-title{font-size:20px;font-weight:900;line-height:1.2;margin-bottom:10px}.maps-modal-detail{font-size:14px;color:#111827d9;white-space:pre-wrap;margin-bottom:14px}.maps-modal-actions{display:flex;justify-content:center;gap:10px}.maps-modal-btn{border:0;border-radius:12px;padding:10px 18px;font-size:14px;font-weight:800;cursor:pointer;background:#111827;color:#fff}.maps-modal-btn:active{transform:translateY(1px)}html.maps-no-scroll,body.maps-no-scroll{overflow:hidden;height:100%}.address-main{height:100vh;overflow:hidden;display:flex;flex-direction:column;min-height:0}.address-top{flex:0 0 auto}.map-bottom{flex:1 1 auto;min-height:0;overflow:hidden;display:flex}.map-bottom .map{flex:1 1 auto;min-height:0}.map-bottom .panel{display:flex;flex-direction:column;min-height:0}.map-bottom .panel-head{flex:0 0 auto}.map-bottom .panel-body.list-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain}.panel-subhead{padding:6px 10px;min-height:26px;font-size:12px;line-height:1.2;display:flex;gap:10px;flex-wrap:wrap;align-items:center;border-bottom:1px solid rgba(0,0,0,.08);background:#00000008}.panel-subhead b{font-weight:700}.panel-head.head-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.panel-head.head-row .head-title{display:inline-flex;align-items:center;min-width:0}.eta-badge{position:relative;display:inline-flex;align-items:center;margin-left:6px;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:900;background:linear-gradient(#fff,#e9eef5);border:1px solid #a9b5c5;box-shadow:inset 1px 1px #fffffff2,inset -1px -1px #0000002e,inset -1px 1px #00000014,inset 1px -1px #00000014;cursor:pointer;-webkit-user-select:none;user-select:none;border:none;outline:none}.eta-badge:active{transform:translateY(1px);background:linear-gradient(#e9eef5,#fff);box-shadow:inset -1px -1px #ffffffe6,inset 1px 1px #00000038,inset -1px 1px #0000001a,inset 1px -1px #0000001a}.eta-badge:before,.eta-badge:after{display:none!important;content:none!important}.eta-tooltip-layer{position:fixed;inset:0;pointer-events:none;z-index:2147483647}.eta-tooltip{position:fixed;max-width:min(520px,calc(100vw - 16px));white-space:nowrap;background:#000000e0;color:#fff;padding:6px 10px;border-radius:10px;font-size:12px;font-weight:900;transform:translate(-50%,-100%)}.eta-tooltip.align-right{transform:translate(-100%,-100%)}.eta-tooltip.align-left{transform:translateY(-100%)}.eta-tooltip.top:after{content:"";position:absolute;left:50%;transform:translate(-50%);top:100%;border:6px solid transparent;border-top-color:#000000e0}.eta-tooltip.top.align-right:after{left:calc(100% - 12px);transform:translate(-50%)}.eta-tooltip.top.align-left:after{left:12px;transform:translate(-50%)}.eta-tooltip.bottom{transform:translate(-50%)}.eta-tooltip.bottom.align-right{transform:translate(-100%)}.eta-tooltip.bottom.align-left{transform:translate(0)}.eta-tooltip.bottom:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:100%;border:6px solid transparent;border-bottom-color:#000000e0}.eta-tooltip.bottom.align-right:after{left:calc(100% - 12px);transform:translate(-50%)}.eta-tooltip.bottom.align-left:after{left:12px;transform:translate(-50%)}.tab-branch.tab-groups{align-items:center}.tab-branch.tab-groups .tab-members{display:flex;align-items:center;padding-left:6px}.tab-members-wrap{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.tab-memberbox{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 10px;border-radius:8px;background:#eef2f5;border:1px solid rgba(15,23,42,.14);font-size:12px;font-weight:900;color:#0f172a;white-space:nowrap;cursor:pointer}.tab-memberbox.is-selected{background:#111827;border-color:#111827;color:#fff}.tab-memberbox.is-empty{opacity:.6;cursor:default}.eta-tooltip.is-warn{background:#dc2626eb}.eta-tooltip.is-warn.top:after{border-top-color:#dc2626eb}.eta-tooltip.is-warn.bottom:after{border-bottom-color:#dc2626eb}html,body,#root{height:100%}body{margin:0;color:#000;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{max-width:none;margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}:root{--bg:#f6f8fb;--card:#ffffff;--ink:#0f172a;--muted:#64748b;--line:#e5e9f2;--brand:#5f9bff;--brand-ink:#0b3b85;--focus:#94c2ff;--radius:14px;--shadow:0 8px 24px rgba(16,24,40,.08)}body{background:var(--bg);color:var(--ink)}.admin-shell{min-height:100vh;display:flex;flex-direction:column}.admin-appbar{position:sticky;top:0;z-index:10;background:linear-gradient(180deg,#6ea6ff,#5f9bff);color:#fff;padding:14px 16px;box-shadow:0 4px 16px #00000014}.admin-title{margin:0;font-size:18px;font-weight:700;letter-spacing:.2px}.admin-main{width:100%;margin:18px 0;padding:0 20px 24px;box-sizing:border-box}.admin-card{width:100%;max-width:none;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;min-width:0}.admin-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}.btn{border:1px solid var(--line);background:#fff;color:var(--ink);padding:10px 14px;border-radius:10px;cursor:pointer}.btn:focus{outline:3px solid var(--focus);outline-offset:2px}.btn.primary{background:var(--brand);color:#fff;border-color:transparent}.btn.ghost{background:#f4f7ff}.badge{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 10px;border-radius:999px;font-size:12px;background:#f4cccc;color:#000}.badge--linked{background:#a4c2f4;color:#000}.table-wrap{overflow:auto;border-radius:12px;border:1px solid var(--line)}.table{width:100%;border-collapse:collapse;min-width:960px}@media (max-width: 768px){.table{min-width:720px}}.table thead th{position:sticky;top:0;z-index:1;background:#e3f2ff!important;color:#6b7280!important;text-align:left;padding:6px 8px;font-weight:700;line-height:1.2}.table tbody td{padding:6px 8px;border-top:1px solid var(--line);color:var(--ink);line-height:1.2}.table tbody tr:hover{background:#f7fbff}.table thead th,.table tbody td{text-align:center;border-right:1px solid var(--line);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;vertical-align:middle}.table thead th:last-child,.table tbody td:last-child{border-right:none}.cell-ellip{display:block;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pager{display:flex;align-items:center;gap:6px;margin-top:10px;flex-wrap:nowrap;white-space:nowrap}.pager--compact{gap:4px;justify-content:center}.pager-btn{padding:3px 8px;font-size:12px;min-width:38px;height:28px;display:inline-flex;align-items:center;justify-content:center;line-height:1.2}.pager--compact .pager-btn{padding:2px 6px;font-size:10px;min-width:26px;height:19px;border-radius:8px;line-height:1}.pager-btn.is-active{background:#5f9bff;color:#fff;border-color:transparent}.pager-btn.is-disabled{opacity:.5;pointer-events:none}.pager-ellipsis{padding:0 4px;color:#64748b;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center}.order-row.is-selected{background:#eef5ff}.orders-two-col{display:grid;grid-template-columns:42.5% 57.5%;gap:16px;align-items:start}.order-left-card{padding:12px}.order-list-empty{color:#64748b;padding:8px 2px}.order-detail-empty-card{padding:12px;min-height:0}.order-detail-empty{color:#64748b;text-align:center;padding:20px 8px}.order-detail-grid{display:grid;grid-template-rows:auto 1fr auto;gap:6px;align-content:start}.order-detail-top{align-self:start}.order-items-scroll{max-height:320px;overflow:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--line);border-radius:10px;min-width:0}.order-totals{border:1px solid var(--line);border-radius:10px;padding:12px;background:#fffbfb;display:flex;flex-direction:column;gap:10px;height:fit-content}.order-total-row{display:flex;align-items:center;justify-content:space-between;font-size:13.5px}.order-actions{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.action-card{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:6px;min-height:36px;text-align:center;font-weight:600;font-size:12px;color:var(--ink);text-decoration:none}.action-card:hover{background:#f7fbff}@media (max-width: 960px){.orders-two-col{grid-template-columns:39% 61%}.order-detail-grid{grid-template-rows:auto}.order-items-scroll{max-height:260px}.order-actions{grid-template-columns:repeat(2,1fr)}}.table.order-list-table{width:max-content!important;table-layout:fixed!important;min-width:0}.table.order-list-table thead th,.table.order-list-table tbody td{width:auto!important}.table.order-list-table.has-colgroup th,.table.order-list-table.has-colgroup td{min-width:0!important;max-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.table.order-list-table thead th>.cell-ellip,.table.order-list-table tbody td>.cell-ellip{display:block;width:100%;min-width:0;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.order-list-table th,.order-list-table td{font-size:12px!important;line-height:1.2;padding-top:4px;padding-bottom:4px}.muted-time{color:#9ca3af;font-weight:380;opacity:.9;font-size:11.5px}.claim-badge{height:12px;padding:2 6px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;line-height:14px;transform:translateY(-1.6px)}.order-items-table{table-layout:fixed;width:auto}.order-items-table thead th,.order-items-table tbody td{font-size:11.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding-top:5px;padding-bottom:5px;line-height:1.2}.order-items-table th,.order-items-table td{cursor:pointer;min-width:0;overflow:hidden}.order-items-table thead th>.cell-ellip{display:block;min-width:0;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.order-items-table.has-colgroup{table-layout:fixed!important;width:max-content!important;min-width:0!important}.order-items-table.has-colgroup th,.order-items-table.has-colgroup td{min-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:0}.order-items-table:not(.has-colgroup) th:nth-child(1),.order-items-table:not(.has-colgroup) td:nth-child(1){min-width:178px}.order-items-table:not(.has-colgroup) th:nth-child(2),.order-items-table:not(.has-colgroup) td:nth-child(2){min-width:170px}.order-items-table:not(.has-colgroup) th:nth-child(3),.order-items-table:not(.has-colgroup) td:nth-child(3){min-width:180px}.order-items-table:not(.has-colgroup) th:nth-child(4),.order-items-table:not(.has-colgroup) td:nth-child(4){min-width:74px}.order-items-table:not(.has-colgroup) th:nth-child(5),.order-items-table:not(.has-colgroup) td:nth-child(5){min-width:96px}.order-items-table:not(.has-colgroup) th:nth-child(6),.order-items-table:not(.has-colgroup) td:nth-child(6){min-width:40px}.order-items-table .section-action-pill{min-height:14px;min-width:18px;display:inline-flex;align-items:center;justify-content:center}.external-table{min-width:0!important;width:100%;table-layout:fixed}.external-table:not(.order-items-table) thead th,.external-table:not(.order-items-table) tbody td{white-space:normal!important}.addresses-table .col-address{white-space:normal;word-break:break-word}.addresses-table .col-status,.addresses-table .col-source{width:90px;white-space:nowrap}.addr-last-badge{height:12px;width:12px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#a0c285;vertical-align:middle;transform:translateY(-1.6px)}.external-table.customer-ids-table{table-layout:fixed;width:100%;min-width:0}.external-table.customer-ids-table thead th,.external-table.addresses-table thead th,.external-table.claims-table thead th{font-size:12.3px!important}.external-table.customer-ids-table tbody td,.external-table.addresses-table tbody td,.external-table.claims-table tbody td{font-size:11.5px!important}.external-table.customer-ids-table thead th,.external-table.customer-ids-table tbody td{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.external-table.customer-ids-table.has-colgroup th,.external-table.customer-ids-table.has-colgroup td{min-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.external-table.customer-ids-table thead th>.cell-ellip,.external-table.customer-ids-table tbody td>.cell-ellip{display:block;min-width:0;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.table.external-table.customer-ids-table td.actions-cell,.table.external-table.customer-ids-table th.actions-cell,.table.external-table.customer-ids-table td:last-child,.table.external-table.customer-ids-table th:last-child{overflow:visible!important;max-width:none!important;white-space:nowrap!important}.external-table.customer-ids-table td.actions-cell .btn,.external-table.customer-ids-table td.actions-cell .badge{font-size:12px!important}.customer-ids-wrap{overflow:auto;min-width:0}.table.external-table.claims-table,.table.external-table.addresses-table{table-layout:fixed;width:max-content!important;min-width:0}.external-table.claims-table.has-colgroup th,.external-table.claims-table.has-colgroup td,.external-table.addresses-table.has-colgroup th,.external-table.addresses-table.has-colgroup td{min-width:0!important;max-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.external-table.claims-table thead th>.cell-ellip,.external-table.claims-table tbody td>.cell-ellip,.external-table.addresses-table thead th>.cell-ellip,.external-table.addresses-table tbody td>.cell-ellip{display:block;width:100%;min-width:0;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.order-tracking-input{height:32px;line-height:32px;text-align:center}.order-tracking-input::placeholder{font-size:12px}.external-form select,.external-form input,.external-form button{border:1px solid var(--line);border-radius:6px;background:#fff;height:32px;font-size:14px;padding:0 8px;box-sizing:border-box}.section-headline{display:flex;align-items:center}.section-title{margin:0;font-size:16px;font-weight:700;letter-spacing:.2px;color:var(--ink);display:inline-flex;align-items:center;gap:8px}.section-toggle{display:inline-flex;align-items:center;gap:8px}.section-chevron{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;text-align:center;vertical-align:middle;font-size:9px}.section-chevron.is-collapsed{transform:rotate(-90deg)}.section-chevron:focus,.section-chevron:focus-visible,.section-chevron:active{outline:none!important;box-shadow:none!important}.section-chevron::-moz-focus-inner{border:0;padding:0}.section-hide-pill{background:#fff2e5!important;color:#000!important;border:.5px solid #fff2e5!important;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:11px;padding:2px 6px;vertical-align:middle;color:var(--muted)!important}.section-action-pill{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border:1px solid #dde9d5;background:#dde9d5;color:var(--muted);border-radius:999px;font-size:11px;cursor:pointer;white-space:nowrap;vertical-align:middle}.section-action-pill.is-empty{background:transparent!important;border-color:var(--line)!important;color:var(--muted)!important}.staff-chip::-webkit-scrollbar{display:none}.profile-row div{min-height:0!important;line-height:1.2}
