:root{
  --gmt-navy:#071827;
  --gmt-blue:#0d63ff;
  --gmt-cyan:#06b6d4;
  --gmt-ink:#132033;
  --gmt-muted:#64748b;
  --gmt-line:#e2e8f0;
  --gmt-soft:#f5f8fc;
  --gmt-green:#0f9f6e;
}
.gmt-tracker-shell,.gmt-coverage-box,.gmt-public-form{font-family:inherit}
.gmt-track-form{padding:24px;background:#fff;border:1px solid rgba(148,163,184,.25);border-radius:20px;box-shadow:0 20px 55px rgba(7,24,39,.1)}
.gmt-track-label{font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--gmt-muted);margin-bottom:10px}
.gmt-track-input-row{display:flex;gap:10px}
.gmt-track-input-row input{flex:1;min-width:0;height:58px;border:1px solid #cbd5e1;border-radius:12px;padding:0 17px;font-size:16px;outline:none}
.gmt-track-input-row input:focus{border-color:var(--gmt-blue);box-shadow:0 0 0 3px rgba(13,99,255,.11)}
.gmt-track-input-row button,.gmt-submit{border:0;border-radius:12px;background:var(--gmt-blue);color:white;font-weight:800;padding:0 22px;cursor:pointer;min-height:52px}
.gmt-track-input-row button:hover,.gmt-submit:hover{filter:brightness(.94)}
.gmt-form-hint{font-size:12px;color:var(--gmt-muted);margin:10px 0 0}
.gmt-track-feedback{padding:10px 4px;color:var(--gmt-muted);font-weight:600}
.gmt-track-feedback.is-error{color:#b42318}
.gmt-track-result{margin-top:18px}
.gmt-result-card{background:#fff;border:1px solid var(--gmt-line);border-radius:22px;overflow:hidden;box-shadow:0 24px 60px rgba(15,23,42,.10)}
.gmt-result-top{padding:26px 28px;background:linear-gradient(135deg,#071827,#102d48);color:#fff}
.gmt-result-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.14em;opacity:.72;font-weight:800}
.gmt-result-status-row{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-top:7px}
.gmt-result-status{font-size:30px;font-weight:850;letter-spacing:-.03em}
.gmt-result-id{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;opacity:.8}
.gmt-progress{height:7px;border-radius:99px;background:rgba(255,255,255,.14);margin-top:20px;overflow:hidden}
.gmt-progress span{display:block;height:100%;background:linear-gradient(90deg,#22d3ee,#38bdf8);border-radius:99px}
.gmt-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--gmt-line);border-bottom:1px solid var(--gmt-line)}
.gmt-summary-item{background:#fff;padding:20px}
.gmt-summary-item span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:var(--gmt-muted);font-weight:800;margin-bottom:6px}
.gmt-summary-item strong{color:var(--gmt-ink);font-size:14px}
.gmt-route-panel{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,1fr);gap:0}
.gmt-timeline{padding:28px}
.gmt-timeline h3{margin:0 0 22px;color:var(--gmt-ink);font-size:18px}
.gmt-event{position:relative;padding:0 0 26px 34px}
.gmt-event:before{content:"";position:absolute;left:8px;top:8px;bottom:-3px;width:2px;background:var(--gmt-line)}
.gmt-event:last-child:before{display:none}
.gmt-event-dot{position:absolute;left:2px;top:4px;width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid #94a3b8}
.gmt-event:first-child .gmt-event-dot{border-color:var(--gmt-blue);box-shadow:0 0 0 5px rgba(13,99,255,.1)}
.gmt-event strong{display:block;color:var(--gmt-ink);font-size:14px}
.gmt-event-meta{font-size:12px;color:var(--gmt-muted);margin-top:3px}
.gmt-event-note{font-size:13px;color:#475569;margin-top:6px}

.gmt-map-panel{min-height:390px;background:radial-gradient(circle at 30% 20%,rgba(13,99,255,.10),transparent 35%),linear-gradient(150deg,#edf5ff,#f8fbff);border-left:1px solid var(--gmt-line);position:relative;overflow:hidden}
.gmt-route-visual{padding:24px 24px 56px}
.gmt-route-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.gmt-route-kicker{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gmt-muted);font-weight:800;margin-bottom:6px}
.gmt-route-head strong{display:block;font-size:20px;color:var(--gmt-ink)}
.gmt-mode-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid rgba(148,163,184,.3);box-shadow:0 10px 26px rgba(15,23,42,.08);font-size:12px;font-weight:800;color:var(--gmt-ink)}
.gmt-mode-badge svg,.gmt-route-vehicle svg{display:block;width:18px;height:18px}
.gmt-mode-badge.gmt-mode-air,.gmt-route-vehicle.gmt-mode-air{color:#8b5cf6}
.gmt-mode-badge.gmt-mode-ground,.gmt-route-vehicle.gmt-mode-ground{color:var(--gmt-blue)}
.gmt-route-stage{position:relative;height:120px;margin-top:18px}
.gmt-route-line,.gmt-route-line-fill{position:absolute;left:18px;right:18px;top:54px;height:10px;border-radius:999px}
.gmt-route-line{background:rgba(148,163,184,.28);overflow:hidden}
.gmt-route-line::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 6%,rgba(255,255,255,.65) 6% 10%,transparent 10% 16%,rgba(255,255,255,.65) 16% 20%,transparent 20% 100%);opacity:.6}
.gmt-route-line-fill{right:auto;width:calc((100% - 36px) * var(--gmt-progress-num) / 100);max-width:calc(100% - 36px);background:linear-gradient(90deg,#22d3ee,#0d63ff)}
.gmt-route-node{position:absolute;top:46px;width:26px;height:26px;border-radius:50%;background:#fff;border:5px solid var(--gmt-blue);box-shadow:0 10px 30px rgba(13,99,255,.18)}
.gmt-route-node-start{left:8px}
.gmt-route-node-end{right:8px}
.gmt-route-point{position:absolute;top:43px;left:var(--gmt-progress);transform:translateX(-50%);width:32px;height:32px;border-radius:50%;background:rgba(13,99,255,.12);display:flex;align-items:center;justify-content:center;animation:gmtPulse 1.8s ease-in-out infinite}
.gmt-route-point::after{content:"";width:14px;height:14px;border-radius:50%;background:var(--gmt-blue);border:3px solid #fff;box-shadow:0 0 0 6px rgba(13,99,255,.12)}
.gmt-route-vehicle{position:absolute;top:10px;left:var(--gmt-progress);transform:translateX(-50%);display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.14);animation:gmtFloat 2.4s ease-in-out infinite}
.gmt-route-cities{display:flex;justify-content:space-between;gap:20px;margin-top:8px}
.gmt-route-city{max-width:46%}
.gmt-route-city span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:var(--gmt-muted);margin-bottom:5px}
.gmt-route-city strong{display:block;color:var(--gmt-ink);font-size:14px;line-height:1.35}
.gmt-route-city-end{text-align:right}
.gmt-route-meta-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px}
.gmt-route-meta-card{background:#fff;border:1px solid rgba(148,163,184,.24);border-radius:16px;padding:14px 15px;box-shadow:0 10px 24px rgba(15,23,42,.06)}
.gmt-route-meta-card span{display:block;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--gmt-muted);font-weight:800;margin-bottom:6px}
.gmt-route-meta-card strong{display:block;color:var(--gmt-ink);font-size:14px;line-height:1.45}
.gmt-map-disclaimer{position:absolute;bottom:16px;left:18px;right:18px;font-size:10px;line-height:1.4;color:#64748b;text-align:center}
@keyframes gmtPulse{0%,100%{transform:translateX(-50%) scale(1)}50%{transform:translateX(-50%) scale(1.08)}}
@keyframes gmtFloat{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-4px)}}

.gmt-coverage-box{position:relative;padding:22px;background:#fff;border:1px solid var(--gmt-line);border-radius:18px}
.gmt-coverage-box input,.gmt-public-form input,.gmt-public-form select,.gmt-public-form textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:12px 13px;font:inherit;background:#fff}
.gmt-coverage-box input:focus,.gmt-public-form input:focus,.gmt-public-form textarea:focus,.gmt-public-form select:focus{outline:none;border-color:var(--gmt-blue);box-shadow:0 0 0 3px rgba(13,99,255,.08)}
.gmt-public-city-results{position:absolute;z-index:30;background:#fff;border:1px solid var(--gmt-line);box-shadow:0 12px 30px rgba(15,23,42,.13);border-radius:10px;max-height:230px;overflow:auto;min-width:280px}
.gmt-public-city-results:empty{display:none}
.gmt-public-city-option{padding:10px 12px;border-bottom:1px solid #f1f5f9;cursor:pointer}
.gmt-public-city-option:hover{background:#f8fafc}
.gmt-public-form{padding:28px;background:#fff;border:1px solid var(--gmt-line);border-radius:20px}
.gmt-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.gmt-public-form label{display:block;font-size:13px;font-weight:700;color:var(--gmt-ink);margin-bottom:16px;position:relative}
.gmt-public-form label input,.gmt-public-form label select,.gmt-public-form label textarea{margin-top:7px;font-weight:400}
.gmt-submit{padding:0 24px}
.gmt-public-form-status{margin-top:12px;color:var(--gmt-muted);font-size:13px}
.gmt-public-form-status.is-error{color:#b42318}

@media(max-width:900px){
  .gmt-track-input-row{flex-direction:column}
  .gmt-track-input-row button{height:52px}
  .gmt-summary-grid{grid-template-columns:1fr 1fr}
  .gmt-route-panel{grid-template-columns:1fr}
  .gmt-map-panel{border-left:0;border-top:1px solid var(--gmt-line);min-height:320px}
  .gmt-result-status-row{align-items:flex-start;flex-direction:column}
  .gmt-result-status{font-size:25px}
  .gmt-form-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .gmt-route-head{flex-direction:column;align-items:flex-start}
  .gmt-route-stage{height:106px}
  .gmt-route-line,.gmt-route-line-fill{left:14px;right:14px}
  .gmt-route-node-start{left:4px}
  .gmt-route-node-end{right:4px}
  .gmt-route-cities{flex-direction:column;gap:12px}
  .gmt-route-city,.gmt-route-city-end{max-width:100%;text-align:left}
}


/* v1.1 route transport visualization */
.gmt-route-visual{padding:28px;background:linear-gradient(180deg,#f8fbff,#f3f7fc);border-bottom:1px solid var(--gmt-line);position:relative;overflow:hidden}
.gmt-route-visual-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:34px}.gmt-route-visual-head span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--gmt-muted);margin-bottom:5px}.gmt-route-visual-head strong{font-size:18px;color:var(--gmt-ink)}.gmt-route-percent{font-size:13px;font-weight:850;color:var(--gmt-blue);background:#fff;border:1px solid #dbe7f5;border-radius:999px;padding:7px 11px;box-shadow:0 6px 18px rgba(15,23,42,.06)}
.gmt-route-stage{height:74px;position:relative;margin:0 18px}.gmt-route-line{position:absolute;left:0;right:0;top:34px;height:5px;border-radius:99px;background:#d9e4f0;overflow:visible}.gmt-route-complete{position:absolute;left:0;top:0;bottom:0;width:var(--gmt-route-progress);border-radius:99px;background:linear-gradient(90deg,#0d63ff,#22c8e5);box-shadow:0 0 16px rgba(13,99,255,.22);transition:width .8s ease}
.gmt-route-origin-dot,.gmt-route-destination-dot{position:absolute;top:27px;width:18px;height:18px;border-radius:50%;background:#fff;border:5px solid #0d63ff;z-index:3;box-shadow:0 0 0 5px rgba(13,99,255,.08)}.gmt-route-origin-dot{left:-6px}.gmt-route-destination-dot{right:-6px;border-color:#0f9f6e;box-shadow:0 0 0 5px rgba(15,159,110,.08)}
.gmt-route-vehicle{position:absolute;left:clamp(18px,var(--gmt-route-progress),calc(100% - 18px));top:10px;width:48px;height:48px;transform:translateX(-50%);border-radius:50%;background:#071827;color:#fff;display:grid;place-items:center;z-index:5;box-shadow:0 10px 28px rgba(7,24,39,.22);transition:left .85s ease;animation:gmtVehicleFloat 2.1s ease-in-out infinite}.gmt-route-vehicle svg{width:25px;height:25px;fill:currentColor}.gmt-mode-air .gmt-route-line{height:3px;background:repeating-linear-gradient(90deg,#cad7e5 0 12px,transparent 12px 20px);overflow:visible}.gmt-mode-air .gmt-route-complete{height:3px;background:repeating-linear-gradient(90deg,#0d63ff 0 12px,transparent 12px 20px);box-shadow:none}.gmt-mode-air .gmt-route-vehicle{background:#0d63ff}.gmt-mode-ground .gmt-route-vehicle{background:#071827}
@keyframes gmtVehicleFloat{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-3px)}}
.gmt-route-labels{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;margin-top:7px}.gmt-route-labels>div:last-child{text-align:right}.gmt-route-labels span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--gmt-muted);font-weight:800;margin-bottom:5px}.gmt-route-labels strong{font-size:13px;color:var(--gmt-ink);line-height:1.35}.gmt-route-current{text-align:center}.gmt-route-current strong{color:var(--gmt-blue)}.gmt-route-note{margin-top:24px;padding-top:15px;border-top:1px solid #dfe8f2;color:#64748b;font-size:11px;line-height:1.5;text-align:center}
.gmt-route-panel{display:block}.gmt-timeline{padding:28px 32px}.gmt-map-panel{display:none!important}
@media(max-width:800px){.gmt-route-visual{padding:22px 18px}.gmt-route-stage{margin:0 10px}.gmt-route-labels{gap:8px}.gmt-route-labels strong{font-size:11px}.gmt-route-current{padding:0 4px}.gmt-route-visual-head{margin-bottom:28px}}

/* Mobile polish v1.1.1 */
@media(max-width:640px){
  .gmt-track-form{padding:22px 20px;border-radius:18px}
  .gmt-track-label{font-size:11px;margin-bottom:9px;letter-spacing:.1em}
  .gmt-track-input-row{gap:12px}
  .gmt-track-input-row input{width:100%;height:56px;min-height:56px;border-radius:11px;padding:0 15px;font-size:16px;line-height:1.2}
  .gmt-track-input-row input::placeholder{font-size:16px;color:#7b8794;opacity:1}
  .gmt-track-input-row button{width:100%;min-height:54px;border-radius:11px;font-size:15px}
  .gmt-form-hint{font-size:12px;line-height:1.55;margin-top:14px}
}

/* v1.2.0 — United States route map */
.gmt-route-visual{padding:28px 30px 26px;background:linear-gradient(180deg,#f8fbff 0%,#eef5fc 100%)}
.gmt-us-map-wrap{position:relative;width:100%;aspect-ratio:1000/560;min-height:330px;border:1px solid #dbe6f2;border-radius:20px;overflow:hidden;background:radial-gradient(circle at 76% 20%,rgba(13,99,255,.08),transparent 26%),linear-gradient(180deg,#f9fcff 0%,#edf5fb 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.gmt-us-map-wrap:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(98,124,153,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(98,124,153,.055) 1px,transparent 1px);background-size:38px 38px;pointer-events:none}
.gmt-us-map{position:absolute;inset:0;width:100%;height:100%;display:block}
.gmt-us-land{fill:url(#gmtMapFill);stroke:#bdcedf;stroke-width:3;filter:url(#gmtMapShadow)}
.gmt-us-coast-detail{fill:none;stroke:#bdcedf;stroke-width:2;stroke-linecap:round}
.gmt-map-watermark{fill:#9bb0c5;font-size:26px;font-weight:850;letter-spacing:.24em;opacity:.22}
.gmt-route-track,.gmt-route-track-complete{fill:none;stroke-width:7;stroke-linecap:round;stroke-linejoin:round}
.gmt-route-track{stroke:#c7d6e5;opacity:.95}
.gmt-route-track-complete{stroke:#0d63ff;transition:stroke-dashoffset .9s ease;filter:drop-shadow(0 3px 5px rgba(13,99,255,.18))}
.gmt-mode-air .gmt-route-track,.gmt-mode-air .gmt-route-track-complete{stroke-width:5;stroke-dasharray:9 12}
.gmt-map-start circle:first-child,.gmt-map-end circle:first-child{fill:#fff;stroke:#0d63ff;stroke-width:6;filter:drop-shadow(0 4px 8px rgba(13,99,255,.18))}
.gmt-map-start circle:last-child{fill:#0d63ff}.gmt-map-end circle:first-child{stroke:#0f9f6e}.gmt-map-end circle:last-child{fill:#0f9f6e}
.gmt-map-checkpoint circle:first-child{fill:rgba(255,255,255,.94);stroke:#f59e0b;stroke-width:4;filter:drop-shadow(0 3px 7px rgba(245,158,11,.22))}.gmt-map-checkpoint circle:last-child{fill:#f59e0b}
.gmt-map-vehicle{position:absolute;width:54px;height:54px;border-radius:50%;transform:translate(-50%,-50%);display:grid;place-items:center;color:#fff;z-index:6;box-shadow:0 12px 28px rgba(7,24,39,.22);transition:left .9s ease,top .9s ease;animation:gmtMapVehicleFloat 2.2s ease-in-out infinite;border:4px solid rgba(255,255,255,.95)}
.gmt-map-vehicle svg{width:27px;height:27px;fill:currentColor}.gmt-map-vehicle-air{background:#0d63ff}.gmt-map-vehicle-ground{background:#071827}
@keyframes gmtMapVehicleFloat{0%,100%{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-4px)}}
.gmt-map-status-chip{position:absolute;left:20px;bottom:18px;display:flex;align-items:center;gap:8px;max-width:calc(100% - 40px);padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid #d8e4f0;box-shadow:0 8px 24px rgba(15,23,42,.09);color:#41536a;font-size:12px;font-weight:750;backdrop-filter:blur(8px)}
.gmt-map-status-chip span{width:8px;height:8px;border-radius:50%;background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.12);flex:0 0 auto}
.gmt-map-route-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:14px}.gmt-map-route-card{padding:14px 16px;border:1px solid #dce6f0;background:rgba(255,255,255,.76);border-radius:14px}.gmt-map-route-card span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:850;color:#708197;margin-bottom:5px}.gmt-map-route-card strong{display:block;color:#152239;font-size:13px;line-height:1.35}.gmt-map-current-card{text-align:center}.gmt-map-current-card strong{color:#0d63ff}.gmt-map-route-card:last-child{text-align:right}
@media(max-width:800px){
  .gmt-route-visual{padding:22px 18px}
  .gmt-us-map-wrap{min-height:260px;border-radius:16px}
  .gmt-map-vehicle{width:46px;height:46px;border-width:3px}.gmt-map-vehicle svg{width:23px;height:23px}
  .gmt-map-route-cards{gap:8px}.gmt-map-route-card{padding:12px 10px}.gmt-map-route-card strong{font-size:11px}
  .gmt-map-status-chip{left:12px;bottom:12px;max-width:calc(100% - 24px);font-size:11px;padding:8px 10px}
}
@media(max-width:560px){
  .gmt-route-visual-head{margin-bottom:18px}
  .gmt-us-map-wrap{aspect-ratio:1.35/1;min-height:0}
  .gmt-map-watermark{font-size:21px}
  .gmt-route-track,.gmt-route-track-complete{stroke-width:8}
  .gmt-mode-air .gmt-route-track,.gmt-mode-air .gmt-route-track-complete{stroke-width:6}
  .gmt-map-vehicle{width:42px;height:42px}.gmt-map-vehicle svg{width:21px;height:21px}
  .gmt-map-route-cards{grid-template-columns:1fr;gap:8px}.gmt-map-route-card,.gmt-map-current-card,.gmt-map-route-card:last-child{text-align:left}
  .gmt-route-note{text-align:left;margin-top:16px}
}
.gmt-us-lake{fill:#f8fcff;stroke:#c8d8e8;stroke-width:2;opacity:.95}
.gmt-us-inset{fill:#eaf3fb;stroke:#bdcedf;stroke-width:2}.gmt-hi-inset circle{fill:#eaf3fb;stroke:#bdcedf;stroke-width:2}.gmt-inset-label{fill:#8ea3b8;font-size:10px;font-weight:850;letter-spacing:.13em}

/* v1.3.0 — real interactive Leaflet/OpenStreetMap route map */
.gmt-route-visual{padding:28px 30px 26px;background:linear-gradient(180deg,#f8fbff 0%,#eef5fc 100%);border-bottom:1px solid var(--gmt-line)}
.gmt-live-map-shell{position:relative;width:100%;height:440px;border:1px solid #dbe6f2;border-radius:20px;overflow:hidden;background:#edf4fa;box-shadow:inset 0 1px 0 rgba(255,255,255,.92)}
.gmt-interactive-map{position:absolute;inset:0;width:100%;height:100%;z-index:1;background:#eaf2f8}
.gmt-map-load-state{position:absolute;inset:0;z-index:2;display:grid;place-items:center;padding:24px;text-align:center;color:#64748b;font-size:13px;font-weight:700;background:linear-gradient(180deg,#f8fbff,#edf5fb)}
.gmt-map-load-state.is-error{color:#9f241c}
.gmt-interactive-map .leaflet-control-zoom,.gmt-interactive-map .gmt-fit-control{border:0!important;box-shadow:0 8px 24px rgba(15,23,42,.16)!important}
.gmt-interactive-map .leaflet-control-zoom a,.gmt-fit-route-button{width:36px!important;height:36px!important;line-height:36px!important;border:0!important;background:#fff!important;color:#10243a!important;font-weight:800!important}
.gmt-interactive-map .leaflet-control-zoom a:first-child{border-radius:10px 10px 0 0!important}
.gmt-interactive-map .leaflet-control-zoom a:last-child{border-radius:0 0 10px 10px!important;border-top:1px solid #e2e8f0!important}
.gmt-fit-control{margin-top:10px!important;border-radius:10px!important;overflow:hidden}
.gmt-fit-route-button{display:block;padding:0!important;cursor:pointer;font:inherit;font-size:19px!important;border-radius:10px!important}
.gmt-fit-route-button:hover,.gmt-interactive-map .leaflet-control-zoom a:hover{background:#f7fafc!important;color:#0d63ff!important}
.gmt-interactive-map .leaflet-control-attribution{font-size:10px;background:rgba(255,255,255,.88);backdrop-filter:blur(6px);border-radius:8px 0 0 0}
.gmt-leaflet-icon{background:transparent!important;border:0!important}
.gmt-leaflet-pin{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;box-shadow:0 7px 18px rgba(15,23,42,.22)}
.gmt-leaflet-pin span{display:block;width:11px;height:11px;border-radius:50%}
.gmt-leaflet-pin-origin{border:5px solid #0d63ff}.gmt-leaflet-pin-origin span{background:#0d63ff}
.gmt-leaflet-pin-destination{border:5px solid #0f9f6e}.gmt-leaflet-pin-destination span{background:#0f9f6e}
.gmt-leaflet-pin-checkpoint{border:5px solid #f59e0b}.gmt-leaflet-pin-checkpoint span{background:#f59e0b}
.gmt-leaflet-vehicle{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;color:#fff;border:4px solid rgba(255,255,255,.96);box-shadow:0 12px 26px rgba(7,24,39,.28);animation:gmtMapVehicleFloat 2.2s ease-in-out infinite}
.gmt-leaflet-vehicle svg{width:27px;height:27px;fill:currentColor}
.gmt-leaflet-vehicle-air{background:#0d63ff}.gmt-leaflet-vehicle-ground{background:#071827}
.gmt-map-popup{min-width:130px}.gmt-map-popup strong{display:block;color:#10243a;font-size:13px;margin-bottom:3px}.gmt-map-popup span{display:block;color:#64748b;font-size:12px}
.gmt-interactive-map .leaflet-tooltip{border:1px solid #dbe6f2;border-radius:8px;box-shadow:0 8px 18px rgba(15,23,42,.12);color:#10243a;font-weight:750;padding:6px 9px}
.gmt-map-route-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:14px}
.gmt-map-route-card{padding:14px 16px;border:1px solid #dce6f0;background:rgba(255,255,255,.82);border-radius:14px}
.gmt-map-route-card span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:850;color:#708197;margin-bottom:5px}
.gmt-map-route-card strong{display:block;color:#152239;font-size:13px;line-height:1.35}
.gmt-map-current-card{text-align:center}.gmt-map-current-card strong{color:#0d63ff}.gmt-map-route-card:last-child{text-align:right}
.gmt-route-note{margin-top:18px;padding-top:15px;border-top:1px solid #dfe8f2;color:#64748b;font-size:11px;line-height:1.55;text-align:center}
@media(max-width:800px){
  .gmt-route-visual{padding:22px 18px}
  .gmt-live-map-shell{height:360px;border-radius:16px}
  .gmt-map-route-cards{gap:8px}.gmt-map-route-card{padding:12px 10px}.gmt-map-route-card strong{font-size:11px}
  .gmt-leaflet-vehicle{width:46px;height:46px;border-width:3px}.gmt-leaflet-vehicle svg{width:23px;height:23px}
}
@media(max-width:520px){
  .gmt-live-map-shell{height:330px}
  .gmt-map-route-cards{grid-template-columns:1fr;gap:8px}
  .gmt-map-route-card,.gmt-map-current-card,.gmt-map-route-card:last-child{text-align:left}
  .gmt-route-note{text-align:left;margin-top:16px}
  .gmt-interactive-map .leaflet-control-attribution{font-size:9px;max-width:78%;white-space:normal;text-align:right;line-height:1.25}
}

/* v1.4.0 — routed road paths + premium shipment markers */
.gmt-route-source{display:block;margin-top:5px;font-style:normal;font-size:11px;line-height:1.35;font-weight:750;color:#6b7e93}
.gmt-map-load-state{inset:auto;top:14px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:8px;width:max-content;max-width:calc(100% - 90px);padding:9px 13px;border:1px solid rgba(203,216,230,.92);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(15,23,42,.12);backdrop-filter:blur(8px);color:#40546a;font-size:11px;line-height:1.2;font-weight:800;white-space:nowrap;pointer-events:none}
.gmt-map-load-state.is-error{color:#9f241c;background:rgba(255,248,247,.96);white-space:normal;text-align:left}
.gmt-map-spinner{width:13px;height:13px;border:2px solid #cbd8e6;border-top-color:#0d63ff;border-radius:50%;flex:0 0 auto;animation:gmtMapSpin .8s linear infinite}
@keyframes gmtMapSpin{to{transform:rotate(360deg)}}

.gmt-leaflet-icon{overflow:visible!important}
.gmt-endpoint-marker{display:block;width:42px;height:50px;filter:drop-shadow(0 7px 9px rgba(15,23,42,.24))}
.gmt-endpoint-marker svg{display:block;width:42px;height:50px;overflow:visible}
.gmt-endpoint-origin .gmt-pin-body{fill:#0d63ff;stroke:#fff;stroke-width:2}
.gmt-endpoint-destination .gmt-pin-body{fill:#0f9f6e;stroke:#fff;stroke-width:2}
.gmt-endpoint-marker .gmt-pin-face{fill:#fff}
.gmt-endpoint-origin .gmt-pin-symbol{fill:#0d63ff}
.gmt-endpoint-destination .gmt-pin-symbol{fill:#0f9f6e}

.gmt-checkpoint-ring{position:relative;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:rgba(245,158,11,.14);border:1px solid rgba(245,158,11,.22)}
.gmt-checkpoint-ring:before{content:"";position:absolute;inset:4px;border-radius:50%;background:#fff;box-shadow:0 4px 12px rgba(15,23,42,.18)}
.gmt-checkpoint-ring:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:#f59e0b;border:3px solid #fff;box-shadow:0 0 0 2px #f59e0b}
.gmt-checkpoint-ring span{position:absolute;inset:0;border-radius:50%;border:2px solid rgba(245,158,11,.38);animation:gmtCheckpointPulse 2s ease-out infinite}
@keyframes gmtCheckpointPulse{0%{transform:scale(.75);opacity:.9}70%,100%{transform:scale(1.55);opacity:0}}

.gmt-vehicle-wrap{position:relative;display:grid;place-items:center;width:62px;height:62px}
.gmt-vehicle-pulse{position:absolute;width:52px;height:52px;border-radius:50%;background:rgba(13,99,255,.14);animation:gmtVehiclePulse 2.2s ease-out infinite}
.gmt-vehicle-ground .gmt-vehicle-pulse{background:rgba(7,24,39,.14)}
@keyframes gmtVehiclePulse{0%{transform:scale(.72);opacity:.95}75%,100%{transform:scale(1.4);opacity:0}}
.gmt-vehicle-badge{position:relative;z-index:2;display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:linear-gradient(145deg,#1475ff,#0754df);border:3px solid #fff;box-shadow:0 10px 22px rgba(13,99,255,.30),0 2px 5px rgba(15,23,42,.2)}
.gmt-vehicle-ground .gmt-vehicle-badge{background:linear-gradient(145deg,#14314a,#061522);box-shadow:0 10px 22px rgba(7,24,39,.30),0 2px 5px rgba(15,23,42,.2)}
.gmt-vehicle-heading{display:grid;place-items:center;width:34px;height:34px;transform:rotate(var(--gmt-bearing,0deg));transition:transform .7s ease}
.gmt-vehicle-heading svg{display:block;width:34px;height:34px;overflow:visible}
.gmt-vehicle-heading .gmt-vehicle-main{fill:#fff}
.gmt-vehicle-heading .gmt-vehicle-detail{fill:#bfdbfe}
.gmt-vehicle-air .gmt-vehicle-heading .gmt-vehicle-detail{fill:#7dd3fc}
.gmt-vehicle-ground .gmt-vehicle-heading .gmt-vehicle-detail{fill:#dbe7ef}
.gmt-vehicle-heading .gmt-vehicle-window{fill:#7dd3fc}
.gmt-vehicle-heading .gmt-vehicle-wheel{fill:#071827;stroke:#fff;stroke-width:.7}

.gmt-interactive-map .leaflet-tooltip{background:rgba(7,24,39,.94);border:0;color:#fff;border-radius:9px;box-shadow:0 8px 20px rgba(15,23,42,.22);font-size:11px;font-weight:800;padding:7px 10px}
.gmt-interactive-map .leaflet-tooltip-top:before{border-top-color:rgba(7,24,39,.94)}
.gmt-map-popup{padding:2px 1px}.gmt-map-popup strong{font-size:13px}.gmt-map-popup span{font-size:11px;line-height:1.4}

@media(max-width:520px){
  .gmt-map-load-state{top:10px;max-width:calc(100% - 82px);padding:8px 10px;font-size:10px}
  .gmt-endpoint-marker,.gmt-endpoint-marker svg{width:36px;height:43px}
  .gmt-vehicle-wrap{width:54px;height:54px}.gmt-vehicle-badge{width:44px;height:44px;border-radius:14px}.gmt-vehicle-heading,.gmt-vehicle-heading svg{width:30px;height:30px}
}
/* Global Max Transport premium skin */
:root{--gmt-navy:#0b0e12;--gmt-blue:#b98138;--gmt-cyan:#d7aa62;--gmt-ink:#17191d;--gmt-muted:#74716b;--gmt-line:#ded9cf;--gmt-soft:#f4f0e8;--gmt-green:#2e7d5b}
.gmt-track-form{border-radius:0;background:#fff;border:1px solid #ddd6ca;box-shadow:none}
.gmt-track-input-row input{border-radius:0;border-color:#d8d0c4;background:#fbfaf7}
.gmt-track-input-row input:focus{border-color:#b98138;box-shadow:0 0 0 3px rgba(185,129,56,.10)}
.gmt-track-input-row button,.gmt-submit{border-radius:0;background:#111419;color:#fff;letter-spacing:.06em;text-transform:uppercase;font-size:11px}
.gmt-result-card{border-radius:0;border-color:#d9d2c7;box-shadow:0 22px 54px rgba(14,16,19,.09)}
.gmt-result-top{background:#111419;color:#fff}
.gmt-progress span{background:linear-gradient(90deg,#b98138,#e1b976)}
.gmt-route-visual{background:linear-gradient(180deg,#f8f5ef,#eee8de);border-color:#ddd5c8}
.gmt-route-percent{color:#8b642e;border-color:#d9c7aa;border-radius:0}
.gmt-route-complete{background:linear-gradient(90deg,#8f622a,#d7aa62)}
.gmt-route-current strong{color:#9a6e32}
.gmt-leaflet-pin-origin{border-color:#b98138}.gmt-leaflet-pin-origin span{background:#b98138}
.gmt-leaflet-pin-destination{border-color:#2e7d5b}.gmt-leaflet-pin-destination span{background:#2e7d5b}
.gmt-leaflet-pin-checkpoint{border-color:#d7aa62}.gmt-leaflet-pin-checkpoint span{background:#d7aa62}
.gmt-vehicle-pulse{background:rgba(185,129,56,.18)}.gmt-vehicle-ground .gmt-vehicle-pulse{background:rgba(17,20,25,.15)}
.gmt-vehicle-badge{background:linear-gradient(145deg,#d0a45f,#a87331);box-shadow:0 10px 22px rgba(138,94,39,.28),0 2px 5px rgba(15,23,42,.2)}
.gmt-vehicle-ground .gmt-vehicle-badge{background:linear-gradient(145deg,#292e35,#0f1216)}
.gmt-vehicle-heading .gmt-vehicle-detail,.gmt-vehicle-air .gmt-vehicle-heading .gmt-vehicle-detail{fill:#f0d6ad}.gmt-vehicle-ground .gmt-vehicle-heading .gmt-vehicle-detail{fill:#d7d9dd}
.gmt-interactive-map .leaflet-tooltip{background:rgba(17,20,25,.95)}.gmt-interactive-map .leaflet-tooltip-top:before{border-top-color:rgba(17,20,25,.95)}
.gmt-public-form{border-radius:0;border-color:#ded7cb}.gmt-public-form input,.gmt-public-form select,.gmt-public-form textarea,.gmt-coverage-box input{border-radius:0;background:#fbfaf7}
.gmt-public-form input:focus,.gmt-public-form textarea:focus,.gmt-public-form select:focus,.gmt-coverage-box input:focus{border-color:#b98138;box-shadow:0 0 0 3px rgba(185,129,56,.08)}
.gmt-coverage-box{border-radius:0;border-color:#d9d1c5}


/* Global Max Transport — Executive Blue tracker skin v1.1 */
:root{--gmt-navy:#061827;--gmt-blue:#2f6bff;--gmt-cyan:#71dcf0;--gmt-ink:#0b1f33;--gmt-muted:#617387;--gmt-line:#dce6ef;--gmt-soft:#f3f7fb;--gmt-green:#10a574}
.gmt-track-form{border-radius:18px;background:#fff;border:1px solid #d9e5ef;box-shadow:0 18px 45px rgba(8,34,55,.08)}
.gmt-track-input-row input{border-radius:12px;border-color:#cfdde8;background:#fbfdff}
.gmt-track-input-row input:focus{border-color:#2f6bff;box-shadow:0 0 0 3px rgba(47,107,255,.10)}
.gmt-track-input-row button,.gmt-submit{border-radius:12px;background:#2f6bff;color:#fff;letter-spacing:.04em;text-transform:none;font-size:13px}
.gmt-track-input-row button:hover,.gmt-submit:hover{background:#245be0}
.gmt-result-card{border-radius:22px;border-color:#dce6ef;box-shadow:0 24px 60px rgba(8,34,55,.10)}
.gmt-result-top{background:linear-gradient(135deg,#061827,#0d3048);color:#fff}
.gmt-progress span{background:linear-gradient(90deg,#71dcf0,#2f6bff)}
.gmt-route-visual{background:linear-gradient(180deg,#f8fbfe,#edf5fa);border-color:#dce6ef}
.gmt-route-percent{color:#2f6bff;border-color:#cfe0ef;border-radius:999px}
.gmt-route-complete{background:linear-gradient(90deg,#26c6da,#2f6bff)}
.gmt-route-current strong{color:#2f6bff}
.gmt-leaflet-pin-origin{border-color:#2f6bff}.gmt-leaflet-pin-origin span{background:#2f6bff}
.gmt-leaflet-pin-destination{border-color:#10a574}.gmt-leaflet-pin-destination span{background:#10a574}
.gmt-leaflet-pin-checkpoint{border-color:#23b9d5}.gmt-leaflet-pin-checkpoint span{background:#23b9d5}
.gmt-vehicle-pulse{background:rgba(47,107,255,.16)}.gmt-vehicle-ground .gmt-vehicle-pulse{background:rgba(6,24,39,.14)}
.gmt-vehicle-badge{background:linear-gradient(145deg,#3f7dff,#245be0);box-shadow:0 10px 24px rgba(47,107,255,.28),0 2px 5px rgba(15,23,42,.16)}
.gmt-vehicle-ground .gmt-vehicle-badge{background:linear-gradient(145deg,#123a55,#061827)}
.gmt-vehicle-heading .gmt-vehicle-detail,.gmt-vehicle-air .gmt-vehicle-heading .gmt-vehicle-detail{fill:#bfefff}.gmt-vehicle-ground .gmt-vehicle-heading .gmt-vehicle-detail{fill:#d9edf7}
.gmt-interactive-map .leaflet-tooltip{background:rgba(6,24,39,.96)}.gmt-interactive-map .leaflet-tooltip-top:before{border-top-color:rgba(6,24,39,.96)}
.gmt-public-form{border-radius:18px;border-color:#dce6ef}.gmt-public-form input,.gmt-public-form select,.gmt-public-form textarea,.gmt-coverage-box input{border-radius:11px;background:#fbfdff}
.gmt-public-form input:focus,.gmt-public-form textarea:focus,.gmt-public-form select:focus,.gmt-coverage-box input:focus{border-color:#2f6bff;box-shadow:0 0 0 3px rgba(47,107,255,.09)}
.gmt-coverage-box{border-radius:18px;border-color:#dce6ef}

/* Global Max Transport tracker icons v1.0.3 */
.gmt-vehicle-wrap{width:68px;height:68px}
.gmt-vehicle-pulse{width:58px;height:58px}
.gmt-vehicle-badge{width:56px;height:56px;border-radius:18px;border:3px solid rgba(255,255,255,.98);box-shadow:0 14px 28px rgba(47,107,255,.28),0 3px 8px rgba(15,23,42,.18)}
.gmt-vehicle-ground .gmt-vehicle-badge{box-shadow:0 14px 28px rgba(6,24,39,.28),0 3px 8px rgba(15,23,42,.18)}
.gmt-vehicle-heading{width:40px;height:40px}
.gmt-vehicle-heading svg{width:40px;height:40px}
.gmt-vehicle-heading .gmt-vehicle-main{fill:#fff}
.gmt-vehicle-heading .gmt-vehicle-detail{fill:#dff4ff}
.gmt-vehicle-air .gmt-vehicle-heading .gmt-vehicle-accent{fill:#8eeaff}
.gmt-vehicle-ground .gmt-vehicle-heading .gmt-vehicle-accent{fill:#9fc4db}
.gmt-vehicle-heading .gmt-vehicle-window{fill:#9de8ff}
.gmt-vehicle-heading .gmt-vehicle-wheel{fill:#0c1621;stroke:#fff;stroke-width:1.1}
.gmt-vehicle-heading .gmt-vehicle-hub{fill:#d9edf7}
@media(max-width:520px){
  .gmt-vehicle-wrap{width:58px;height:58px}
  .gmt-vehicle-pulse{width:48px;height:48px}
  .gmt-vehicle-badge{width:48px;height:48px;border-radius:16px}
  .gmt-vehicle-heading,.gmt-vehicle-heading svg{width:34px;height:34px}
}

/* Global Max Transport tracker refinement v1.0.4 */
.gmt-endpoint-marker{width:38px;height:48px;filter:drop-shadow(0 8px 16px rgba(15,23,42,.18))}
.gmt-endpoint-marker svg{width:38px;height:48px}
.gmt-endpoint-origin .gmt-pin-body{fill:#2f6bff;stroke:#fff;stroke-width:2}
.gmt-endpoint-destination .gmt-pin-body{fill:#10a574;stroke:#fff;stroke-width:2}
.gmt-endpoint-marker .gmt-pin-face{fill:#fff}
.gmt-endpoint-origin .gmt-pin-symbol-dot{fill:#2f6bff}
.gmt-endpoint-destination .gmt-pin-symbol-check{fill:#10a574}
.gmt-checkpoint-ring{width:28px;height:28px;background:rgba(47,107,255,.12);border:1px solid rgba(47,107,255,.18)}
.gmt-checkpoint-ring:before{inset:4px;background:#fff;box-shadow:0 4px 10px rgba(15,23,42,.14)}
.gmt-checkpoint-ring:after{width:10px;height:10px;background:#2f6bff;border:3px solid #fff;box-shadow:0 0 0 2px #2f6bff}
.gmt-checkpoint-ring span{border-color:rgba(47,107,255,.32)}
.gmt-vehicle-wrap{width:58px;height:58px}
.gmt-vehicle-pulse{width:48px;height:48px;background:rgba(47,107,255,.12)}
.gmt-vehicle-ground .gmt-vehicle-pulse{background:rgba(6,24,39,.10)}
.gmt-vehicle-badge{width:46px;height:46px;border-radius:50%;border:3px solid #fff;background:linear-gradient(145deg,#4d89ff,#2f6bff);box-shadow:0 12px 24px rgba(47,107,255,.22),0 3px 8px rgba(15,23,42,.15)}
.gmt-vehicle-ground .gmt-vehicle-badge{background:linear-gradient(145deg,#1b4768,#061827);box-shadow:0 12px 24px rgba(6,24,39,.20),0 3px 8px rgba(15,23,42,.15)}
.gmt-vehicle-heading{width:28px;height:28px}
.gmt-vehicle-heading svg{width:28px;height:28px}
.gmt-vehicle-heading .gmt-vehicle-main{fill:#fff}
.gmt-vehicle-heading .gmt-vehicle-detail{fill:#dff2ff}
.gmt-vehicle-air .gmt-vehicle-heading .gmt-vehicle-accent{fill:#8fe9ff}
.gmt-vehicle-ground .gmt-vehicle-heading .gmt-vehicle-accent{fill:#a9d2ea}
.gmt-vehicle-heading .gmt-vehicle-window{fill:#9ce8ff}
.gmt-vehicle-heading .gmt-vehicle-wheel{fill:#0d2032;stroke:#fff;stroke-width:1}
.gmt-vehicle-heading .gmt-vehicle-hub{fill:#dff2ff}
.gmt-interactive-map .leaflet-control-zoom a,.gmt-fit-route{box-shadow:0 6px 16px rgba(15,23,42,.1)}
@media(max-width:520px){
  .gmt-endpoint-marker{width:34px;height:43px}.gmt-endpoint-marker svg{width:34px;height:43px}
  .gmt-vehicle-wrap{width:52px;height:52px}.gmt-vehicle-pulse{width:42px;height:42px}
  .gmt-vehicle-badge{width:42px;height:42px}
  .gmt-vehicle-heading,.gmt-vehicle-heading svg{width:25px;height:25px}
}

/* GMT Tracker build 1.0.5 */


/* GMT 3D vehicle icon refinement v1.0.7 */
.gmt-vehicle-wrap{width:60px;height:60px}
.gmt-vehicle-pulse{width:50px;height:50px;background:rgba(47,107,255,.10)}
.gmt-vehicle-ground .gmt-vehicle-pulse{background:rgba(6,24,39,.10)}
.gmt-vehicle-badge{position:relative;overflow:hidden;width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.98);background:radial-gradient(circle at 30% 28%,#6ea3ff 0%,#3d7cff 40%,#2556d7 100%);box-shadow:0 14px 24px rgba(47,107,255,.25),inset 0 -3px 8px rgba(0,0,0,.18),inset 0 2px 8px rgba(255,255,255,.18)}
.gmt-vehicle-badge:before{content:"";position:absolute;left:7px;right:7px;top:5px;height:16px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.45),rgba(255,255,255,0));pointer-events:none}
.gmt-vehicle-ground .gmt-vehicle-badge{background:radial-gradient(circle at 30% 28%,#234b69 0%,#0f2f48 42%,#061827 100%);box-shadow:0 14px 24px rgba(6,24,39,.24),inset 0 -3px 8px rgba(0,0,0,.22),inset 0 2px 8px rgba(255,255,255,.08)}
.gmt-vehicle-heading{width:31px;height:31px}
.gmt-vehicle-heading svg{width:31px;height:31px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.15))}
.gmt-vehicle-heading .gmt-vehicle-main{fill:#f8fbff}
.gmt-vehicle-heading .gmt-vehicle-detail{fill:#d7ecff}
.gmt-vehicle-heading .gmt-vehicle-accent{fill:#8fe9ff}
.gmt-vehicle-heading .gmt-vehicle-window{fill:#8fe9ff}
.gmt-vehicle-heading .gmt-vehicle-wheel{fill:#0b2236;stroke:#fff;stroke-width:.9}
.gmt-vehicle-heading .gmt-vehicle-hub{fill:#d9ecfb}
@media(max-width:520px){.gmt-vehicle-wrap{width:54px;height:54px}.gmt-vehicle-pulse{width:44px;height:44px}.gmt-vehicle-badge{width:44px;height:44px}.gmt-vehicle-heading,.gmt-vehicle-heading svg{width:28px;height:28px}}
