.route-exec-view{--route-sheet:clamp(20rem,45dvh,34rem);position:relative;min-height:calc(100dvh - 6rem);max-width:76rem;margin:0 auto;background:var(--surface,#fff);overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg,18px)}
.route-exec-head{height:3.5rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.5rem .75rem;border-bottom:1px solid var(--border);background:var(--surface,#fff);position:relative;z-index:5}.route-exec-head strong{text-align:center}.route-exec-head .route-edit{justify-self:end}.route-exec-back{justify-self:start}
.route-exec-map{height:calc(100dvh - var(--route-sheet) - 6rem);min-height:18rem;background:var(--surface-muted,#eef3f8)}.route-exec-map>.visit-map-shell{height:100%;min-height:100%}.route-exec-map .visit-map-layout,.route-exec-map .visit-map-canvas,.route-exec-map .map-fallback-canvas{height:100%;min-height:100%}.route-exec-map .visit-map-canvas.google-map-canvas{border:0;border-radius:0}.route-exec-map .visit-map-list{display:none}
.route-exec-sheet{position:relative;min-height:var(--route-sheet);padding:.65rem 1rem calc(5.5rem + env(safe-area-inset-bottom));background:var(--surface,#fff);border-top:1px solid var(--border);border-radius:1.25rem 1.25rem 0 0;box-shadow:0 -8px 24px rgb(29 54 79 / 10%)}
.route-sheet-handle{display:block;width:2.5rem;height:.25rem;margin:0 auto .65rem;border-radius:999px;background:var(--border-strong,#b8c4d0)}
.route-exec-provider{display:flex;align-items:center;gap:.6rem;min-height:2rem;margin-bottom:.55rem}.route-exec-provider .route-count{font-weight:700;margin-right:auto}.route-provider-note{display:block;color:var(--text-muted);font-size:.75rem}
.route-group-title{margin:.6rem 0 .35rem;font-size:.78rem;color:var(--text-muted);letter-spacing:.03em}.route-group-title.after{margin-top:1rem}
.route-exec-row{display:grid;grid-template-columns:2rem minmax(5.5rem,auto) 1fr auto;grid-template-areas:"sequence time title badge" "sequence address address badge" "sequence items items controls";gap:.16rem .55rem;align-items:center;padding:.75rem .5rem;border-bottom:1px solid var(--border);cursor:pointer;border-radius:.7rem}.route-exec-row:hover,.route-exec-row:focus-visible,.route-exec-row.is-current{background:var(--primary-soft,#eaf3ff);outline:none}.route-exec-row.is-current{box-shadow:inset 3px 0 var(--primary,#1677c8)}.route-exec-row.is-finished{opacity:.55}.route-exec-row.compact{grid-template-areas:"sequence time title controls" "sequence address address controls";padding:.58rem .5rem}.route-sequence{grid-area:sequence;display:grid;place-items:center;width:1.8rem;height:1.8rem;border-radius:50%;color:#fff;background:var(--primary,#1677c8);font-weight:800}.route-exec-row>strong{grid-area:time;color:var(--primary,#1677c8)}.route-row-title{grid-area:title;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.route-row-address{grid-area:address;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.route-row-items{grid-area:items;color:var(--text-muted)}.route-exec-row>.badge{grid-area:badge}.route-order-controls{grid-area:controls;display:flex;gap:.3rem}
.route-exec-secondary{display:flex;gap:.65rem;margin-top:.8rem}.route-exec-secondary>*{flex:1;text-align:center}.route-exec-primary{position:absolute;left:1rem;right:1rem;bottom:calc(.75rem + env(safe-area-inset-bottom));width:calc(100% - 2rem);min-height:3.25rem;font-size:1rem;z-index:6}.route-case-time{display:block;color:var(--primary,#1677c8);font-size:1.15rem}.route-exec-content h2{margin:.3rem 0}.route-case-address{margin:.35rem 0}.route-progress{font-weight:800}.route-complete-mark{display:grid;place-items:center;width:3rem;height:3rem;margin:.5rem auto;border-radius:50%;color:#fff;background:var(--success,#18845d);font-size:1.5rem}.route-all-done,.route-exec-content>.empty{text-align:center;padding:2rem 1rem;color:var(--text-muted)}
@media (max-width:700px){body:has(.route-exec-view:not([hidden])) .shell{padding:0}body:has(.route-exec-view:not([hidden])) .topbar{display:none}.route-exec-view{min-height:100dvh;border:0;border-radius:0}.route-exec-head{height:3.5rem}.route-exec-map{height:48dvh;min-height:15rem}.route-exec-sheet{min-height:calc(52dvh - 3.5rem);padding-inline:.8rem}.route-exec-back{font-size:0;gap:0}.route-exec-back .ui-icon{margin:0}.route-exec-row{grid-template-columns:2rem 5.8rem 1fr auto}.route-exec-row>.badge{font-size:.68rem}.route-exec-primary{left:.8rem;right:.8rem;width:calc(100% - 1.6rem)}}
@media (min-width:701px){.route-exec-view{display:grid;grid-template-columns:minmax(0,58%) minmax(22rem,42%);grid-template-rows:3.5rem minmax(38rem,calc(100dvh - 8rem))}.route-exec-head{grid-column:1/-1}.route-exec-map{grid-column:1;grid-row:2;height:100%}.route-exec-sheet{grid-column:2;grid-row:2;min-height:0;overflow-y:auto;border-top:0;border-left:1px solid var(--border);border-radius:0;padding-bottom:6rem}.route-sheet-handle{display:none}}
