.route-page-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.route-page-intro .section-title{margin:0;min-width:0}
.route-history-card{display:flex;flex-direction:column;gap:16px}
.route-history-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.route-history-head h2{margin:3px 0 2px;font-size:20px}
.route-history-head p{margin:0;color:#667A72;font-size:13px}
.route-id-label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#087F69}
.route-history-metrics{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}
.route-history-metrics>div{min-width:82px;display:flex;flex-direction:column;border:1px solid #DDE8E3;background:#F7FAF8;border-radius:14px;padding:10px 12px}
.route-history-metrics strong{font-size:18px;color:#183C32}.route-history-metrics span{font-size:11px;color:#71837B}
.route-stop-stack{display:flex;flex-direction:column;gap:10px}
.route-stop-detail{border:1px solid #DCE8E3;border-radius:18px;padding:14px;background:#fff;display:flex;flex-direction:column;gap:11px}
.route-stop-detail.is-next{border-color:#6BBEAA;box-shadow:0 0 0 2px rgba(8,127,105,.08);background:linear-gradient(180deg,#F6FCFA,#fff)}
.route-stop-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.route-stop-detail-head h3{font-size:16px;margin:2px 0 0;color:#16392F}
.route-stop-sequence{font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:#087F69}
.route-address{font-size:13px;line-height:1.45;color:#50675F;background:#F7FAF8;border-radius:12px;padding:10px 11px}
.route-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.route-data-grid>div{border:1px solid #E4ECE8;border-radius:12px;padding:9px 10px;min-width:0;display:flex;flex-direction:column;gap:2px}.route-data-grid span{font-size:10px;color:#7A8B84;text-transform:uppercase;font-weight:700;letter-spacing:.04em}.route-data-grid strong{font-size:12px;color:#263F37;overflow-wrap:anywhere}
.route-stop-actions,.route-history-actions{display:flex;gap:8px;flex-wrap:wrap}.route-stop-actions .btn,.route-history-actions .btn{flex:1;min-width:132px}
.route-products-panel{border-top:1px solid #E4ECE8;padding-top:11px}.route-products-panel.hidden{display:none}
.route-products-summary{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;color:#667A72}.route-products-summary strong{color:#087F69}
.route-products-list{display:flex;flex-direction:column;gap:7px}.route-product-row{display:flex;justify-content:space-between;gap:12px;background:#F7FAF8;border-radius:12px;padding:9px 10px}.route-product-row>div:first-child{display:flex;flex-direction:column;gap:2px;min-width:0}.route-product-row strong{font-size:12px;color:#203E35}.route-product-row span{font-size:11px;color:#6E8179}.route-product-values{display:flex;flex-direction:column;align-items:flex-end;white-space:nowrap}
.route-complete-card{display:flex;flex-direction:column;gap:12px;border:1px solid #CFE5DD;background:linear-gradient(145deg,#F5FBF8,#fff)}.route-complete-card .section-title{margin:0}
.route-token-input{text-align:center;font-size:30px!important;font-weight:800;letter-spacing:.35em;padding-left:.35em!important;font-variant-numeric:tabular-nums}
.delivery-token-card{display:flex;flex-direction:column;gap:14px;border-color:#BFDCD2;background:linear-gradient(160deg,#F4FCF9 0,#fff 45%)}
.delivery-token-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.delivery-token-top>div{display:flex;flex-direction:column;gap:2px}.delivery-token-top>div>span{font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:800;color:#587168}.delivery-token-top>div>strong{font-size:38px;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:.13em;color:#087F69}
.delivery-token-meta{font-size:12px;color:#6C7F77}.token-delivery-list{display:flex;flex-direction:column;gap:8px}.token-delivery-row{display:flex;justify-content:space-between;gap:12px;padding:11px;border-radius:13px;background:#F6FAF8;border:1px solid #E1EBE7}.token-delivery-row>div{min-width:0;display:flex;flex-direction:column;gap:2px}.token-delivery-row strong{font-size:13px;color:#203E35}.token-delivery-row span{font-size:11px;color:#6C7F77;line-height:1.35}.token-session-card{border-color:#F0D7A4;background:#FFFBF1}
@media(max-width:640px){.route-page-intro{flex-direction:column}.route-page-intro>.btn{width:100%}.route-history-head{align-items:flex-start}.route-data-grid{grid-template-columns:1fr 1fr}.route-stop-actions,.route-history-actions{flex-direction:column}.route-stop-actions .btn,.route-history-actions .btn{width:100%;min-width:0}.delivery-token-top>div>strong{font-size:34px}.route-product-row{flex-direction:column}.route-product-values{align-items:flex-start;flex-direction:row;gap:8px}}

.active-route-nav{display:flex;justify-content:flex-end}.active-route-nav .btn{width:100%}
.route-all-routes-full{position:absolute;z-index:31;top:max(78px,calc(env(safe-area-inset-top) + 66px));left:50%;transform:translateX(-50%);min-height:38px;padding:0 16px;border:1px solid rgba(8,127,105,.18);border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 7px 22px rgba(0,0,0,.14);color:#087F69;font-size:12px;font-weight:900;white-space:nowrap;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.route-all-routes-full:active{transform:translateX(-50%) scale(.97)}

.delivery-confirm-modal{gap:14px}.delivery-confirm-icon{width:58px;height:58px;margin:0 auto;border-radius:50%;display:grid;place-items:center;background:#DDF1EB;color:#087F69;font-size:28px;font-weight:900}.delivery-confirm-summary{display:grid;gap:4px;padding:12px 13px;border-radius:16px;background:#F5F9F7;border:1px solid #DCE8E3}.delivery-confirm-summary strong{font-size:14px;color:#173A31}.delivery-confirm-summary span{font-size:12px;line-height:1.4;color:#667A72}.delivery-confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.delivery-confirm-actions .btn{width:100%}
@media(max-width:360px){.delivery-confirm-actions{grid-template-columns:1fr}}
