/* MISTER FAST LiveMapChat WEB — Sprint A Route Workspace
   Extends V2.1.1 Recovery Baseline without altering Map, Chat, Driver Feed, API, or MINI. */
.mf-route-workspace-a{padding:0!important}
.mf-route-a-grid{
  display:grid;
  grid-template-columns:minmax(420px,1.45fr) minmax(210px,.72fr) minmax(360px,1fr) minmax(150px,.48fr);
  align-items:stretch;
  gap:10px;
  width:100%;
}
.mf-route-a-points{display:grid;grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr);align-items:stretch;gap:8px;min-width:0}
.mf-route-a-point{
  min-width:0;min-height:72px;display:grid;grid-template-columns:40px minmax(0,1fr) 26px;align-items:center;gap:10px;
  padding:10px 12px;border:1px solid #d6e1ef;border-radius:14px;background:#fff;color:#102849;text-align:left;cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.mf-route-a-point:hover{border-color:#8fb2e3;box-shadow:0 7px 18px rgba(0,61,165,.09)}
.mf-route-a-point.is-active{border-color:#ffc400;background:#fffaf0;box-shadow:0 0 0 2px rgba(255,196,0,.18)}
.mf-route-a-point.is-complete{border-color:#61b98b;background:#f4fff8}
.mf-route-a-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#f2f6fc;font-size:18px}
.mf-route-a-point.is-active .mf-route-a-icon{background:#fff0ad}
.mf-route-a-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.mf-route-a-copy small{font-size:10px;font-weight:800;color:#6b7c95}
.mf-route-a-copy b{overflow:hidden;font-size:13px;line-height:1.25;white-space:nowrap;text-overflow:ellipsis;color:#0d2850}
.mf-route-a-copy em{overflow:hidden;font-size:10px;font-style:normal;color:#7c899b;white-space:nowrap;text-overflow:ellipsis}
.mf-route-a-point>i{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#edf3fb;color:#31577f;font-size:11px;font-style:normal;font-weight:900}
.mf-route-a-point.is-complete>i{background:#20a667;color:#fff}
.mf-route-a-swap{width:42px;min-height:42px;align-self:center;border:1px solid #d6e1ef;border-radius:12px;background:#fff;color:#003da5;font-size:18px;font-weight:900;cursor:pointer}
.mf-route-a-swap:hover:not(:disabled){border-color:#003da5;background:#eef5ff}
.mf-route-a-swap:disabled{opacity:.35;cursor:not-allowed}
.mf-route-a-tools{display:flex;flex-direction:column;justify-content:center;gap:7px;min-width:0}
.mf-route-a-locate{width:100%!important;min-height:38px!important;margin:0!important;padding:8px 12px!important;border-radius:11px!important;font-size:11px!important;white-space:nowrap}
.mf-route-a-tools p{margin:0;padding:0 4px;font-size:10px;line-height:1.4;color:#607189}
.mf-route-a-tools p b{color:#003da5}
.mf-route-a-summary{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin:0!important;align-self:center}
.mf-route-a-summary>span{min-width:0;min-height:54px;display:flex!important;flex-direction:column;justify-content:center;padding:8px 10px!important;border:1px solid #dce5f1!important;border-radius:11px!important;background:#f8fbff!important}
.mf-route-a-summary small{font-size:9px!important;color:#74849b!important;white-space:nowrap}
.mf-route-a-summary b{overflow:hidden;font-size:13px!important;color:#062b62!important;white-space:nowrap;text-overflow:ellipsis}
.mf-route-a-next{align-self:center;min-height:48px!important;margin:0!important;border-radius:12px!important;white-space:nowrap}
.mf-route-a-next:disabled{background:#a8bfdf!important;color:#fff!important;cursor:not-allowed!important;box-shadow:none!important}
@media (max-width:1180px){
  .mf-route-a-grid{grid-template-columns:minmax(420px,1.35fr) minmax(190px,.65fr) minmax(330px,1fr)}
  .mf-route-a-next{grid-column:1/-1;width:100%}
}
@media (max-width:900px){
  .mf-route-a-grid{grid-template-columns:1fr}
  .mf-route-a-points{grid-template-columns:1fr 40px 1fr}
  .mf-route-a-tools{display:grid;grid-template-columns:1fr 1fr;align-items:center}
  .mf-route-a-summary{width:100%}
}
@media (max-width:620px){
  .mf-route-a-points{grid-template-columns:1fr}
  .mf-route-a-swap{width:100%;min-height:34px;transform:none}
  .mf-route-a-tools{grid-template-columns:1fr}
  .mf-route-a-summary{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .mf-route-a-summary>span{padding:7px!important}
  .mf-route-a-summary b{font-size:11px!important}
}
@media (prefers-reduced-motion:reduce){.mf-route-a-point{transition:none}}
