:root {
  --ink: #171717;
  --forest: #111111;
  --teal: #8b6b2d;
  --paper: #ffffff;
  --paper-deep: #f1eee8;
  --gold: #c39a45;
  --gold-light: #ffde7a;
  --crimson: #843c2f;
  --white: #ffffff;
  --muted: #69645d;
  --line: #d8d3ca;
}

* { box-sizing: border-box; }

/* Leaflet layout is kept locally because embedded browsers may block its CDN stylesheet. */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container { overflow: hidden; -webkit-tap-highlight-color: transparent; }
.leaflet-tile { visibility: hidden; user-select: none; -webkit-user-drag: none; }
.leaflet-tile-loaded { visibility: inherit; }
.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: 256px; height: 256px; padding: 0; }
.leaflet-zoom-animated { transform-origin: 0 0; }
.leaflet-map-pane { z-index: 100; }
.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-control { position: relative; z-index: 800; 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-zoom { margin: 10px; border: 1px solid #bcc8cc; }
.leaflet-control-zoom a { display: grid; place-items: center; width: 30px; height: 30px; text-decoration: none; }
.leaflet-control-zoom a + a { border-top: 1px solid #bcc8cc; }
.leaflet-control-attribution { margin: 0; padding: 2px 5px; font-size: 10px; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: #f3f3f3;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

button, a { font: inherit; }

.journey-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 32px auto;
  background: var(--white);
  border: 1px solid #cfcac1;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .14);
}

.order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 30px 36px 26px;
  min-height: 250px;
  color: var(--white);
  background-image: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.52) 54%, rgba(0,0,0,.9) 100%), url("assets/site-header.jpg");
  background-position: center;
  background-size: cover;
  border-bottom: 3px solid var(--gold-light);
}

.brand, .eyebrow {
  margin: 0 0 7px;
  color: var(--gold-light);
  font: 700 12px/1.2 "Cinzel", Georgia, serif;
  text-transform: uppercase;
}

h1, h2, h3, p { letter-spacing: 0; }
h1, h2 { font-family: "Cinzel", Georgia, serif; }
h1 { margin: 0; font-size: 38px; line-height: 1.12; font-weight: 600; }
h2 { margin: 0; font-size: 23px; line-height: 1.25; font-weight: 600; }
h3 { margin: 5px 0 4px; font-size: 16px; line-height: 1.35; }

.order-reference { margin: 11px 0 0; color: #cbd2cf; font-size: 14px; }
.order-reference span { margin: 0 7px; color: var(--gold); }

.shipment-state {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 188px;
  padding: 12px 15px;
  border: 1px solid #806b45;
  background: rgba(0, 0, 0, .76);
}

.shipment-state svg { width: 25px; color: var(--gold-light); }
.shipment-state span, .latest-scan span, .arrival span { display: block; color: #87938f; font-size: 11px; text-transform: uppercase; font-weight: 600; }
.shipment-state strong { display: block; margin-top: 3px; color: var(--white); font-size: 15px; }

.progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 24px 36px;
  background: #f7f8f6;
  border-bottom: 1px solid #d5dbd8;
}

.progress-line { position: absolute; top: 39px; left: 14%; right: 14%; height: 2px; background: #bec8c4; }
.progress-line span { display: block; width: 0; height: 100%; background: var(--gold); transition: width .35s ease; }
.progress-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 7px; color: #7f8a86; font-size: 12px; font-weight: 600; }
.progress-step svg { width: 31px; height: 31px; padding: 7px; color: #75807c; background: #f7f8f6; border: 1px solid #bec8c4; border-radius: 50%; }
.progress-step.complete svg { color: var(--ink); background: var(--gold-light); border-color: var(--gold); }
.progress-step.active svg { color: var(--gold-light); background: var(--ink); border-color: var(--ink); box-shadow: 0 0 0 4px rgba(195, 154, 69, .18); }
.progress-step.complete, .progress-step.active { color: var(--ink); }

.map-section { padding: 34px 36px 28px; background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 18px; }
.section-heading .eyebrow, .demo-controls .eyebrow { color: #7b5c20; }
.live-indicator { display: flex; align-items: center; gap: 8px; color: #53605c; font-size: 12px; font-weight: 600; }
.live-indicator span { width: 8px; height: 8px; background: #3f8b65; border-radius: 50%; box-shadow: 0 0 0 4px rgba(63, 139, 101, .15); }

.map-frame { position: relative; height: clamp(340px, 48vw, 510px); padding: 12px; overflow: hidden; border: 3px solid #130c08; background: #2a1710 url("assets/dark-walnut-map-texture.png") center / cover; box-shadow: 0 10px 25px rgba(23, 14, 10, .34), inset 0 0 0 2px #8c623c; }
.map-frame::before { content: ""; position: absolute; z-index: 9; inset: 5px; border: 1px solid #b58349; box-shadow: inset 0 0 0 3px #29170f; pointer-events: none; }
#map { width: 100%; height: 100%; background: #b98b58; }
#map::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: url("assets/light-oak-map-texture.png") center / cover;
  opacity: .28;
  mix-blend-mode: multiply;
  pointer-events: none;
}
#map::after { content: none; }
#map .maplibregl-canvas { z-index: 0; }
#map .maplibregl-marker { z-index: 5; }
#map .maplibregl-control-container { position: relative; z-index: 8; }
#map .maplibregl-ctrl-group { border: 1px solid #8b7055; border-radius: 0; background: #251913; }
#map .maplibregl-ctrl-group button { background-color: #251913; }
#map .maplibregl-ctrl-group button + button { border-top: 1px solid #8b7055; }
#map .maplibregl-ctrl-icon { filter: invert(1) sepia(.3); }
#map .maplibregl-ctrl-attrib { color: #d6cab8; background: rgba(31,22,17,.9); }
#map .maplibregl-ctrl-attrib a { color: #eee6d7; }
.map-plaque { position: absolute; z-index: 12; top: 20px; left: 50%; transform: translateX(-50%); min-width: min(360px, calc(100% - 150px)); padding: 9px 20px; color: #29180f; background: #c49a68 url("assets/light-oak-map-texture.png") center / cover; border: 2px solid #3b2114; box-shadow: 0 4px 10px rgba(19,12,8,.38), inset 0 0 0 1px #d7b784; font: 700 15px/1.2 "Cinzel", Georgia, serif; text-align: center; text-transform: uppercase; }
#map .leaflet-control-zoom a { color: #eee6d7; background: #251913; border-color: #7d654f; }
#map .leaflet-control-attribution { color: #d6cab8; background: rgba(31, 22, 17, .9); }

.map-corner { display: none; }
.compass { position: absolute; z-index: 500; top: 18px; right: 18px; display: grid; place-items: center; width: 48px; height: 54px; color: #d5c3a8; background: rgba(31, 22, 17, .94); border: 1px solid #8b7055; pointer-events: none; }
.compass b { position: absolute; top: 2px; font: 700 10px "Cinzel", Georgia, serif; color: #d9aa56; }
.compass svg { width: 31px; height: 31px; margin-top: 8px; }
.map-note { position: absolute; z-index: 500; left: 16px; bottom: 16px; display: flex; align-items: center; gap: 8px; max-width: calc(100% - 32px); padding: 9px 12px; color: #eee6d7; background: rgba(31, 22, 17, .94); border: 1px solid #8b7055; font-size: 11px; }
.map-note svg { width: 15px; height: 15px; color: var(--crimson); }
.route-legend { position: absolute; z-index: 500; right: 16px; bottom: 16px; display: flex; gap: 14px; padding: 9px 11px; color: #eee6d7; background: rgba(31, 22, 17, .94); border: 1px solid #8b7055; font-size: 10px; font-weight: 600; }
.route-legend span { display: flex; align-items: center; gap: 6px; }
.line-sample { display: inline-block; width: 30px; height: 0; border-top: 3px solid #ffd39a; box-shadow: 0 0 5px #ff7a2d; }
.line-sample.remaining { border-top: 2px dashed #e6c08a; box-shadow: none; }

.fantasy-marker { position: relative; display: grid; place-items: center; width: 42px; height: 42px; color: #26180e; background: linear-gradient(135deg, #6e4518 0%, #f2d188 38%, #a86f25 62%, #f6df9f 100%); border: 2px solid #f1d28b; border-radius: 50% 50% 50% 5px; transform: rotate(-45deg); box-shadow: 0 3px 12px rgba(0,0,0,.48), inset 0 0 0 1px rgba(255,255,255,.3); }
.fantasy-marker svg { width: 20px; height: 20px; transform: rotate(45deg); }
.fantasy-marker::after { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(184,138,56,.45); border-radius: 50%; animation: scanPulse 2s ease-out infinite; }
@keyframes scanPulse { 0% { transform: scale(.55); opacity: 1; } 100% { transform: scale(1.45); opacity: 0; } }
.route-path { stroke-linecap: round; }

.endpoint-marker { display: grid; place-items: center; width: 34px; height: 34px; color: #17191a; border: 2px solid #e4e4df; border-radius: 50%; box-shadow: 0 3px 10px rgba(0, 0, 0, .45), inset 0 0 0 1px rgba(255,255,255,.3); }
.endpoint-marker svg { width: 17px; height: 17px; }
.endpoint-marker.origin { background: linear-gradient(135deg, #4c5354 0%, #f0f1ec 36%, #737c7d 63%, #d5d8d5 100%); }
.endpoint-marker.destination { background: linear-gradient(135deg, #69331d 0%, #e4a06c 36%, #9b4b27 63%, #f0bb8e 100%); }
.endpoint-label { min-width: 104px; padding: 6px 8px; color: #f0e8db; background: rgba(31,22,17,.94); border: 1px solid #8b7055; font: 600 10px/1.25 "Open Sans", Arial, sans-serif; text-align: center; box-shadow: 0 2px 7px rgba(0,0,0,.3); }
.endpoint-label span { display: block; margin-top: 2px; color: #c7b7a2; font-weight: 500; }
.vector-current-marker { width: 48px; height: 56px; }
.vector-endpoint { display: flex; flex-direction: column; align-items: center; width: 118px; }
.vector-endpoint .endpoint-label { margin-top: 5px; }
.remaining-route { stroke-dasharray: 3 9; }

.shipment-details { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) auto; align-items: stretch; margin-top: 14px; border: 1px solid var(--line); background: rgba(255, 253, 247, .68); }
.latest-scan, .arrival { display: flex; gap: 14px; align-items: center; min-width: 0; padding: 18px; }
.arrival { border-left: 1px solid var(--line); }
.latest-scan p, .arrival p { margin: 0; color: var(--muted); font-size: 12px; }
.detail-icon { display: grid; place-items: center; flex: 0 0 38px; height: 38px; color: var(--crimson); border: 1px solid var(--line); background: var(--white); }
.detail-icon svg { width: 20px; }
.fedex-link { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 18px 20px; color: var(--gold-light); background: var(--forest); text-decoration: none; font-family: "Cinzel", Georgia, serif; font-weight: 600; font-size: 13px; }
.fedex-link:hover { color: var(--white); background: #2a2a2a; }
.fedex-link svg { width: 16px; }

.demo-controls { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 36px; background: var(--white); border-top: 1px solid #d5dbd8; }
.demo-controls h2 { font-size: 18px; }
.stage-selector { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.stage-selector button { min-height: 36px; padding: 8px 12px; color: var(--ink); background: #eef1ef; border: 1px solid #c8cfcb; cursor: pointer; }
.stage-selector button:hover { border-color: var(--teal); }
.stage-selector button.selected { color: var(--white); background: var(--crimson); border-color: var(--crimson); }

[hidden] { display: none !important; }

.lookup-section {
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(420px, 1.5fr);
  align-items: center;
  gap: 36px;
  padding: 28px 36px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.lookup-heading .eyebrow { color: #7b5c20; }
.lookup-heading h2 { font-size: 20px; }
.tracking-form label { display: block; margin-bottom: 7px; color: #53605c; font-size: 12px; font-weight: 600; }
.tracking-entry { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: stretch; border: 1px solid #aeb9b4; background: #fbfcfa; }
.tracking-entry > svg { align-self: center; justify-self: center; width: 18px; color: #8b6b2d; }
.tracking-entry input { min-width: 0; height: 48px; padding: 0 12px 0 0; color: var(--ink); background: transparent; border: 0; outline: 0; font: 600 16px/1 "Open Sans", Arial, sans-serif; text-transform: uppercase; }
.tracking-entry:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(195,154,69,.15); }
.tracking-entry button { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 138px; padding: 0 17px; color: var(--gold-light); background: var(--forest); border: 0; cursor: pointer; font-family: "Cinzel", Georgia, serif; font-weight: 700; }
.tracking-entry button:hover { color: var(--white); background: #2a2a2a; }
.tracking-entry button:disabled { cursor: wait; opacity: .7; }
.tracking-entry button svg { width: 17px; }
.lookup-message { min-height: 18px; margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.lookup-message.error { color: #a13c31; }
.lookup-message.success { color: #2c7651; }
.order-summary { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 22px 36px; background: var(--paper); border-bottom: 1px solid var(--line); }
.order-summary .eyebrow { color: #7b5c20; }
.order-summary h2 { font-size: 19px; }
.order-summary > p { max-width: 65%; margin: 0; color: #4d5955; font-size: 13px; line-height: 1.55; text-align: right; }
.live-indicator b { font-weight: 600; }

.workshop-update {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 26px 36px;
  color: var(--ink);
  background: #f3f0ea;
  border-top: 1px solid #ded8ce;
  border-bottom: 1px solid #d3c9b9;
}
.workshop-update-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--gold-light); background: var(--ink); }
.workshop-update-icon svg { width: 23px; }
.workshop-update .eyebrow { color: #7b5c20; }
.workshop-update h2 { font-size: 20px; }
.workshop-update-copy > p:not(.eyebrow) { max-width: 850px; margin: 8px 0 0; color: #4e5c57; font-size: 13px; line-height: 1.6; }
.workshop-update-copy .customer-note { padding-left: 12px; color: #263c38; border-left: 3px solid var(--gold); font-weight: 600; }
.odoo-update-time { display: block; margin-top: 10px; color: #71807a; font-size: 11px; }

.phase-story {
  display: grid;
  grid-template-columns: minmax(240px, 38%) minmax(0, 1fr);
  min-height: 260px;
  color: #f4f1eb;
  background: #0d0c0a;
  border-bottom: 1px solid #493d2b;
}
.phase-story[hidden] { display: none; }
.phase-story-media { min-width: 0; min-height: 260px; background: #17130f; overflow: hidden; }
.phase-story-media img,
.phase-story-media video { display: block; width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.phase-story-media video { background: #050505; }
.phase-story-copy { align-self: center; padding: 34px 40px; }
.phase-story-copy .eyebrow { color: #c39a45; }
.phase-story-copy h2 { margin-top: 5px; color: #f4f1eb; font-size: 24px; }
.phase-story-copy > p:not(.eyebrow) { max-width: 620px; margin: 11px 0 0; color: #bbb4a9; font-size: 13px; line-height: 1.7; }
.phase-story-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding: 11px 15px;
  color: #17130f;
  background: #d5ad55;
  border: 1px solid #f0d586;
  font-family: "Cinzel", Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.phase-story-link:hover { color: #050505; background: #f0cf76; }
.phase-story-link svg { width: 16px; height: 16px; }

body.embed-mode { background: transparent; }
.embed-mode.panel-status, .embed-mode.panel-map { background: #050505; }
.embed-mode .journey-shell { width: 100%; margin: 0; border: 0; box-shadow: none; }
.embed-mode .order-header { display: none; }
.embed-mode .lookup-section { padding-top: 34px; padding-bottom: 34px; }

.map-waiting { display: none; }
.panel-status, .panel-map { color: #f4f1eb; background: #050505; }
.panel-status .journey-shell, .panel-map .journey-shell { width: 100%; margin: 0; background: #050505; border: 0; box-shadow: none; }
.panel-status .order-header,
.panel-status .map-section,
.panel-status .map-waiting,
.panel-map .order-header,
.panel-map .lookup-section,
.panel-map .order-summary,
.panel-map .progress,
.panel-map .workshop-update,
.panel-map .phase-story { display: none; }
.panel-status .lookup-section { padding-top: 24px; padding-bottom: 24px; background: #050505; border-color: #342f27; }
.panel-status .lookup-heading h2,
.panel-status .order-summary h2,
.panel-status .workshop-update h2,
.panel-map .section-heading h2,
.panel-map .shipment-details h3,
.panel-map .map-waiting h2 { color: #f4f1eb; }
.panel-status .tracking-form label,
.panel-status .order-summary > p,
.panel-status .workshop-update-copy > p:not(.eyebrow),
.panel-status .odoo-update-time,
.panel-map .live-indicator,
.panel-map .shipment-details p,
.panel-map .map-waiting p:last-child { color: #bbb4a9; }
.panel-status .tracking-entry { background: #f7f5ef; border-color: #74613c; }
.panel-status .tracking-entry input { color: #171717; }
.panel-status .order-summary { background: #0a0a0a; border-color: #342f27; }
.panel-status .progress { background: #101010; border-color: #342f27; }
.panel-status .progress-line { background: #4d4b45; }
.panel-status .progress-step { color: #aaa59b; }
.panel-status .progress-step svg { color: #aaa59b; background: #171717; border-color: #5a574f; }
.panel-status .progress-step.complete,
.panel-status .progress-step.active { color: #f4f1eb; }
.panel-status .workshop-update { color: #f4f1eb; background: #17130f; border-color: #493d2b; }
.panel-status .customer-note { color: #f4f1eb; }
.panel-map .map-section { background: #050505; }
.panel-map .shipment-details { background: #111; border-color: #403a31; }
.panel-map .latest-scan,
.panel-map .arrival { border-color: #403a31; }
.panel-map .detail-icon { background: #1a1713; border-color: #514735; }
.panel-map .map-waiting {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 180px;
  padding: 28px 36px;
  color: #f4f1eb;
  background: #050505;
  border: 1px solid #342f27;
}
.panel-map .map-waiting[hidden] { display: none; }
.map-waiting-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--gold-light); background: var(--ink); }
.map-waiting-icon svg { width: 23px; }
.map-waiting .eyebrow { color: #7b5c20; }
.map-waiting p:last-child { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.panel-map .map-section { padding-top: 20px; }

@media (max-width: 820px) {
  .journey-shell { width: 100%; margin: 0; border: 0; }
  .order-header { align-items: flex-start; padding: 24px 20px; }
  .shipment-state { min-width: 0; }
  .progress, .map-section, .demo-controls { padding-left: 20px; padding-right: 20px; }
  .shipment-details { grid-template-columns: 1fr 1fr; }
  .fedex-link { grid-column: 1 / -1; min-height: 52px; }
  .demo-controls { align-items: flex-start; flex-direction: column; }
  .stage-selector { justify-content: flex-start; }
  .lookup-section { grid-template-columns: 1fr; gap: 18px; padding-left: 20px; padding-right: 20px; }
  .order-summary { padding-left: 20px; padding-right: 20px; }
  .workshop-update { padding-left: 20px; padding-right: 20px; }
  .phase-story { grid-template-columns: minmax(200px, 42%) minmax(0, 1fr); }
  .phase-story-copy { padding: 28px 26px; }
}

@media (max-width: 560px) {
  .order-header { min-height: 230px; flex-direction: column; }
  h1 { font-size: 28px; }
  .shipment-state { width: 100%; }
  .progress { padding-top: 20px; padding-bottom: 20px; }
  .progress-line { top: 35px; }
  .progress-step span { font-size: 10px; }
  .progress-step svg { width: 29px; height: 29px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .map-frame { height: 390px; }
  .map-plaque { top: 18px; min-width: 210px; padding: 7px 12px; font-size: 11px; }
  .map-note { bottom: 58px; }
  .route-legend { left: 16px; right: auto; }
  .shipment-details { grid-template-columns: 1fr; }
  .arrival { border-left: 0; border-top: 1px solid var(--line); }
  .stage-selector { display: grid; width: 100%; grid-template-columns: 1fr 1fr; }
  .stage-selector button { width: 100%; }
  .tracking-entry { grid-template-columns: 34px minmax(0, 1fr); }
  .tracking-entry button { grid-column: 1 / -1; min-height: 46px; }
  .order-summary { align-items: flex-start; flex-direction: column; gap: 10px; }
  .order-summary > p { max-width: none; text-align: left; }
  .workshop-update { grid-template-columns: 38px minmax(0, 1fr); gap: 13px; }
  .workshop-update-icon { width: 38px; height: 38px; }
  .phase-story { grid-template-columns: 1fr; }
  .phase-story-media,
  .phase-story-media img,
  .phase-story-media video { min-height: 210px; max-height: 260px; }
  .phase-story-copy { padding: 26px 20px 30px; }
  .phase-story-copy h2 { font-size: 20px; }
  .progress { overflow-x: auto; padding-left: 10px; padding-right: 10px; }
  .progress-step { min-width: 64px; }
  .panel-map .map-waiting { grid-template-columns: 38px minmax(0, 1fr); gap: 13px; padding: 22px 20px; }
  .panel-map .map-waiting-icon { width: 38px; height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .fantasy-marker::after, .route-path { animation: none; }
}
