:root{--bg:#f7fafc;--card:#fff;--text:#0f172a;--muted:#475569;--brand:#EB2E1B;--border:#e5e7eb;--ok:#10b981;--bad:#ef4444}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button{cursor:pointer}.topbar{position:sticky;top:0;z-index:1000;background:var(--card);border-bottom:1px solid var(--border)}.hdrbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem}.brandpack{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.brandpack img{height:40px;width:auto;display:block}.brandstack{display:flex;flex-direction:column;min-width:0}.brandname{font-weight:800;font-size:1.05rem;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ordernum{color:var(--muted);font-size:.9rem}.help-btn{height:32px;padding:0 .65rem;border-radius:10px;border:1px solid var(--border);background:var(--card);font-weight:700}.help-menu{position:absolute;top:calc(100% + 8px);right:.75rem;display:none;background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:0 6px 18px #00000014;padding:.35rem;min-width:200px;z-index:1200}.help-menu a{display:block;padding:.55rem .7rem;border-radius:8px}.help-menu a:hover{background:#f3f4f6}.actions{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-bottom:1px solid var(--border);background:var(--card)}.back-btn{background:transparent;border:1px solid var(--border);padding:0 .5rem;border-radius:10px;font-weight:800;font-size:1rem;line-height:28px;height:30px}.cust-name{font-size:1.15rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:52vw}.actions-spacer{flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 .9rem;border-radius:999px;border:1px solid var(--border);background:var(--card);font-weight:700}.btn.primary{background:var(--brand);color:#fff;border-color:var(--brand)}.btn[disabled],.btn.disabled,[aria-disabled=true]{opacity:.5;pointer-events:none}main.shell{padding:6px}.body{display:grid;grid-template-columns:1fr;gap:.6rem}.page{display:grid;gap:.6rem}@media (min-width:960px){.body{grid-template-columns:1.4fr 1fr}}.map-wrap{position:relative}.map{width:100%;height:min(68vh,520px);max-height:520px;border-radius:16px;border:1px solid var(--border);overflow:hidden;background:#eaeaea}.arrive-overlay{position:absolute;top:10px;right:10px;z-index:700;display:grid;gap:8px;justify-items:end}.eta-pill{font-weight:800;border:1px solid var(--border);padding:.4rem .65rem;border-radius:999px;background:var(--card)}.arrive-chip{display:inline-block;font-weight:800;border:1px solid var(--brand);padding:.42rem .7rem;border-radius:999px;background:var(--brand);color:#fff;cursor:pointer;animation:arriveFlash 1.2s ease-in-out infinite}@keyframes arriveFlash{0%{box-shadow:0 0 #eb2e1b66}50%{box-shadow:0 0 0 10px #eb2e1b0f}to{box-shadow:0 0 #eb2e1b00}}.recenter-btn{position:absolute;left:10px;bottom:10px;z-index:900;background:#fff;border:1px solid var(--border);border-radius:999px;width:40px;height:40px;box-shadow:0 1px 3px #00000026;font-size:20px;line-height:38px;text-align:center}.panel{display:flex;flex-direction:column;gap:.6rem}.card{border:1px solid var(--border);background:var(--card);border-radius:16px;padding:.9rem}.card>h3{margin-top:0}.row{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:.4rem;padding:.2rem 0}.val{font-weight:800}.note{background:#f8fafc;border:1px dashed var(--border);border-radius:8px;padding:1rem;margin:.6rem 0}.note.note-alert{background:#FEF2F2;border:1px solid #FECACA;color:#7f1d1d}.note-title{font-weight:800;text-transform:uppercase;font-size:.85rem;letter-spacing:.02em;margin-bottom:.25rem}.summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:.75rem}.summary .tile{border:1px solid var(--border);border-radius:16px;padding:1rem;background:var(--card);display:flex;flex-direction:column;align-items:flex-start;height:74px;white-space:nowrap}.summary .k{text-transform:uppercase;font-size:.72rem;letter-spacing:.06em;color:var(--muted)}.summary .v{font-weight:900;font-size:1.05rem}.summary .v.cash{color:var(--bad)}ul.list{list-style:none;padding:0;margin:0}ul.list li{padding:.4rem 0;border-bottom:1px dashed #e2e8f0}ul.list li:last-child{border-bottom:0}.it-title{font-weight:700}.mods{display:block;color:#64748b;font-size:.9rem;margin-top:.2rem}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.devbar{position:fixed;bottom:10px;left:10px;display:flex;gap:.5rem;flex-wrap:wrap;background:rgba(255,255,255,.95);border:1px solid var(--border);border-radius:12px;padding:.5rem .6rem;box-shadow:0 8px 24px #0000001f;z-index:1100}.devbar .group{display:flex;gap:.35rem;align-items:center}.devbar .label{font-size:.8rem;color:#334155;margin-right:.25rem}.data-modal{position:fixed;inset:0;display:none;place-items:center;z-index:1200;background:rgba(0,0,0,.35)}.data-modal .panel{width:min(560px,92vw);background:#fff;border-radius:14px;padding:12px;border:1px solid var(--border);box-shadow:0 10px 30px #0000002e}.data-modal .row{display:grid;grid-template-columns:160px 1fr;gap:.5rem;align-items:center;margin:.35rem 0}.data-modal input,.data-modal textarea,.data-modal select{width:100%;height:38px;border:1px solid var(--border);border-radius:10px;padding:.5rem}.data-modal textarea{height:auto}.data-modal .foot{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem}.toast{position:fixed;left:50%;bottom:16px;transform:translate(-50%);background:#111827;color:#fff;padding:.55rem .8rem;border-radius:10px;box-shadow:0 4px 14px #0003;z-index:2000;font-weight:800;opacity:0;transition:opacity .2s ease}.toast.show{opacity:1}.leaflet-marker-pane{z-index:700!important}.leaflet-tooltip-pane{z-index:800!important}.leaflet-tooltip{background:#fff;border:1px solid var(--border);color:#111827;font-weight:800;font-size:12px;padding:2px 6px;border-radius:6px;box-shadow:0 1px 2px #00000014}.pin{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;font-size:13px;border:3px solid #fff;box-shadow:0 0 0 2px #00000014;position:relative}.pin.rest{background:#0ea5e9}.pin.cust{background:#ef4444;transform:translateY(-40px)}.pin.driver{background:#10b981;transform:translateY(-40px)}.pin.driver:after{content:"";position:absolute;inset:-6px;border-radius:50%;box-shadow:0 0 #10b98159;animation:driverPulse 1.4s ease-out infinite}@keyframes driverPulse{0%{box-shadow:0 0 #10b98159;opacity:1}to{box-shadow:0 0 0 14px #10b98100;opacity:0}}.banner{display:flex;justify-content:space-between;align-items:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:.65rem .8rem;margin-bottom:.6rem}.link-btn{color:#0ea5e9;cursor:pointer;font-weight:800}.chip{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:999px;padding:.35rem .7rem;font-weight:800;background:#fff}.chip:active{transform:translateY(1px)}.money-input{display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:12px;overflow:hidden;max-width:260px}.money-input .prefix{padding:.5rem .6rem;background:#f1f5f9;border-right:1px solid #cbd5e1;font-weight:800}.money-input input{flex:1;min-width:0;border:0;outline:0;padding:.5rem .6rem;font-size:1rem}.line{display:flex;justify-content:space-between;padding:.35rem 0;border-bottom:1px dashed #e2e8f0}.line:last-child{border-bottom:0}.muted{color:#64748b}.sig-wrap canvas{touch-action:none;background:#f8fafc;border:1px dashed #dbe3ea;border-radius:14px}footer.foot{text-align:center;padding:8px;border-top:1px solid var(--border);background:var(--card);color:var(--muted)}.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;left:0;top: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:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.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{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.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{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.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{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: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: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{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.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-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(layers-2x.png);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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;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{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.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{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.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{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;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{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{print-color-adjust:exact}}
