:root {
  --ink: #14211c;
  --muted: #6f7973;
  --paper: #f6f1e7;
  --paper-2: #efe9de;
  --forest: #10231d;
  --forest-2: #19372d;
  --accent: #d85d45;
  --gold: #e7a960;
  --line: rgba(20, 33, 28, .12);
  --shadow: 0 18px 50px rgba(20, 33, 28, .18);
  --sidebar: 326px;
  --detail: 370px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none!important; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body { color: var(--ink); background: var(--forest); -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 200; color: white; background: var(--forest); padding: 10px 14px; border-radius: 9px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid rgba(216, 93, 69, .72); outline-offset: 2px; }

.app-shell { display: grid; grid-template-columns: var(--sidebar) minmax(0, 1fr) 0; width: 100%; height: 100dvh; transition: grid-template-columns .32s cubic-bezier(.2,.8,.2,1); }
.app-shell.detail-open { grid-template-columns: var(--sidebar) minmax(0, 1fr) var(--detail); }
.itinerary { position: relative; z-index: 20; display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: var(--paper); border-right: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; padding: 24px 22px 12px; }
.brand-mark, .boot-mark { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; color: var(--paper); background: var(--forest); font-family: Georgia, serif; font-size: 20px; font-weight: 700; }
.eyebrow { margin: 0 0 3px; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 500; letter-spacing: -.03em; }
.trip-summary { display: flex; align-items: center; gap: 7px; padding: 0 22px 17px; color: var(--muted); font-size: 10px; font-weight: 650; }
.trip-summary i { width: 2px; height: 2px; border-radius: 50%; background: #a7aaa4; }
.search-wrap { position: relative; margin: 0 18px 13px; }
.search-wrap svg { position: absolute; top: 50%; left: 13px; width: 16px; transform: translateY(-50%); color: #8d948f; }
.search-wrap input { width: 100%; min-height: 43px; padding: 0 13px 0 39px; border: 1px solid transparent; border-radius: 12px; outline: 0; color: var(--ink); background: rgba(20,33,28,.055); font-size: 12px; }
.search-wrap input:focus { border-color: rgba(216,93,69,.45); background: white; box-shadow: 0 0 0 3px rgba(216,93,69,.08); }
.search-wrap input::placeholder { color: #929892; }
.day-nav, .drawer-days { display: flex; gap: 6px; padding: 0 18px 14px; overflow-x: auto; scrollbar-width: none; }
.day-nav::-webkit-scrollbar, .drawer-days::-webkit-scrollbar { display: none; }
.day-button { min-width: 36px; height: 36px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--muted); font-size: 11px; font-weight: 750; cursor: pointer; }
.day-button:hover { border-color: rgba(216,93,69,.4); color: var(--accent); }
.day-button.active { border-color: var(--forest); color: var(--paper); background: var(--forest); }
.day-button.today { box-shadow: 0 0 0 2px var(--gold); }
.itinerary-list, .drawer-list { flex: 1; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: rgba(20,33,28,.18) transparent; padding-bottom: 116px; }
.day-group { border-top: 1px solid var(--line); }
.day-heading { position: sticky; top: 0; z-index: 3; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 13px 19px 10px; border: 0; color: var(--ink); background: rgba(246,241,231,.96); backdrop-filter: blur(8px); cursor: pointer; }
.day-heading > span { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.day-heading b { font-family: Georgia, serif; font-size: 15px; font-weight: 600; }
.day-heading span { color: var(--muted); font-size: 10px; font-weight: 650; }
.day-heading svg { width: 14px; margin-left: 8px; transition: transform .2s; }
.day-group.collapsed .day-heading svg { transform: rotate(-90deg); }
.day-group.collapsed .timeline { display: none; }
.timeline { position: relative; padding: 0 10px 8px 17px; }
.timeline::before { content: ""; position: absolute; left: 49px; top: 0; bottom: 13px; width: 1px; background: rgba(20,33,28,.1); }
.timeline-row { position: relative; display: grid; grid-template-columns: 28px 12px minmax(0,1fr); gap: 8px; width: 100%; min-height: 56px; padding: 7px 5px; border: 0; border-radius: 11px; color: inherit; text-align: left; background: transparent; cursor: pointer; }
.timeline-row:hover { background: rgba(255,255,255,.54); }
.timeline-row.selected { background: white; box-shadow: 0 8px 24px rgba(20,33,28,.07); }
.timeline-row.completed .row-title { color: #778078; text-decoration: line-through; text-decoration-thickness: 1px; }
.timeline-row.current::after { content: "Current"; position: absolute; right: 8px; top: 7px; padding: 2px 5px; border-radius: 5px; color: var(--paper); background: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.row-time { padding-top: 4px; color: var(--muted); font-size: 9px; font-variant-numeric: tabular-nums; }
.row-dot { position: relative; z-index: 1; width: 9px; height: 9px; margin-top: 4px; border: 2px solid var(--paper); border-radius: 50%; background: var(--forest); box-shadow: 0 0 0 1px rgba(20,33,28,.18); }
.timeline-row[data-type="DRIVE"] .row-dot { border-radius: 2px; background: var(--gold); transform: rotate(45deg); }
.timeline-row[data-type="FOOD"] .row-dot { background: #ad6a3a; }
.timeline-row[data-type="ACCOMMODATION"] .row-dot { background: #536e88; }
.timeline-row[data-status="alternative"] .row-dot { background: var(--paper); border-color: #9a9e97; box-shadow: none; }
.row-copy { min-width: 0; padding-right: 4px; }
.row-title { display: block; padding-right: 58px; overflow: hidden; color: var(--ink); font-size: 12px; font-weight: 700; line-height: 1.32; text-overflow: ellipsis; white-space: nowrap; }
.row-meta { display: flex; gap: 5px; margin-top: 3px; overflow: hidden; color: var(--muted); font-size: 9px; white-space: nowrap; }
.row-meta .kind { color: var(--accent); font-weight: 800; letter-spacing: .06em; }
.empty-search { padding: 34px 22px; color: var(--muted); font-size: 13px; text-align: center; }

.map-stage { position: relative; z-index: 1; min-width: 0; overflow: hidden; background: #d9ddcf; }
#map { position: absolute; inset: 0; }
.map-wash { position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 80px rgba(16,35,29,.08); }
.map-topbar { position: absolute; z-index: 5; top: 18px; left: 18px; right: 18px; display: flex; align-items: center; gap: 8px; pointer-events: none; }
.map-pill, .status-pill { display: inline-flex; align-items: center; gap: 7px; min-height: 39px; padding: 0 13px; border: 1px solid rgba(20,33,28,.1); border-radius: 12px; color: var(--ink); background: rgba(246,241,231,.94); box-shadow: 0 8px 24px rgba(20,33,28,.12); backdrop-filter: blur(12px); font-size: 10px; font-weight: 750; pointer-events: auto; }
.map-pill { cursor: pointer; }
.map-pill:hover { background: white; }
.map-pill svg { width: 16px; height: 16px; }
.status-pill { margin-left: auto; color: var(--muted); }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: #4b966c; box-shadow: 0 0 0 3px rgba(75,150,108,.15); }
.status-pill.offline span { background: var(--accent); box-shadow: 0 0 0 3px rgba(216,93,69,.14); }
.mobile-itinerary-button { display: none; }
.day-context { position: absolute; z-index: 4; top: 74px; left: 18px; max-width: 250px; padding: 9px 12px; border-radius: 10px; color: var(--paper); background: rgba(16,35,29,.88); box-shadow: var(--shadow); opacity: 0; transform: translateY(-5px); transition: .2s; pointer-events: none; }
.day-context.show { opacity: 1; transform: translateY(0); }
.day-context b { display: block; font-family: Georgia, serif; font-size: 14px; }
.day-context span { display: block; margin-top: 2px; color: rgba(246,241,231,.7); font-size: 9px; }
.offline-map-note { position: absolute; z-index: 4; top: 76px; left: 50%; display: flex; flex-direction: column; padding: 11px 15px; border-radius: 11px; color: var(--paper); background: rgba(16,35,29,.9); transform: translateX(-50%); text-align: center; }
.offline-map-note b { font-size: 11px; }.offline-map-note span { margin-top: 2px; color: rgba(246,241,231,.7); font-size: 9px; }
.journey { position: absolute; z-index: 6; left: 50%; bottom: max(20px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; width: min(510px, calc(100% - 36px)); min-height: 78px; padding: 13px 14px 12px 18px; border: 1px solid rgba(246,241,231,.1); border-radius: 18px; color: var(--paper); background: rgba(16,35,29,.95); box-shadow: 0 16px 50px rgba(16,35,29,.36); backdrop-filter: blur(14px); transform: translateX(-50%); }
.journey-progress { position: absolute; top: 0; left: 16px; right: 16px; height: 2px; overflow: hidden; border-radius: 2px; background: rgba(246,241,231,.12); }
.journey-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--gold); transition: width .25s; }
.journey-copy { min-width: 0; padding-right: 12px; }
.journey-copy p { margin: 0 0 4px; color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.journey-copy strong { display: block; overflow: hidden; font-family: Georgia, serif; font-size: 15px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.journey-controls { display: flex; align-items: center; gap: 5px; }
.journey-controls button { display: grid; place-items: center; width: 37px; height: 37px; border: 0; border-radius: 50%; color: rgba(246,241,231,.76); background: transparent; cursor: pointer; }
.journey-controls button:hover { color: white; background: rgba(246,241,231,.08); }
.journey-controls svg { width: 18px; height: 18px; }
.journey-controls .play-button { width: 45px; height: 45px; color: var(--forest); background: var(--gold); }
.journey-controls .play-button:hover { color: var(--forest); background: #f0bb79; }
.pause-icon { display: none; }.journey.playing .play-icon { display: none; }.journey.playing .pause-icon { display: block; }

.detail-panel { position: relative; z-index: 15; min-width: 0; overflow: hidden auto; color: var(--ink); background: var(--paper); box-shadow: -12px 0 40px rgba(20,33,28,.12); opacity: 0; transition: opacity .18s; scrollbar-width: thin; }
.detail-open .detail-panel { opacity: 1; }
.close-detail { position: sticky; z-index: 6; top: 14px; float: right; display: grid; place-items: center; width: 37px; height: 37px; margin: 14px 14px -51px 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(246,241,231,.9); cursor: pointer; backdrop-filter: blur(10px); }
.close-detail svg { width: 17px; }
.detail-hero { min-height: 148px; padding: 30px 58px 24px 24px; color: var(--paper); background: var(--forest); }
.detail-hero .detail-type { display: inline-flex; gap: 6px; align-items: center; margin-bottom: 15px; color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.detail-hero h2 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 500; line-height: 1.05; letter-spacing: -.025em; }
.korean-name { display: block; margin-top: 9px; color: rgba(246,241,231,.72); font-size: 12px; font-weight: 550; }
.detail-date { margin: 14px 0 0; color: rgba(246,241,231,.65); font-size: 10px; }
.detail-body { padding: 6px 22px 80px; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 7px; padding: 15px 0; scrollbar-width: none; }
.action { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 38px; flex: 0 0 auto; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: white; font-size: 10px; font-weight: 750; text-decoration: none; cursor: pointer; }
.action.primary { border-color: var(--accent); color: white; background: var(--accent); }
.action svg { width: 14px; height: 14px; }
.detail-section { padding: 17px 0; border-top: 1px solid var(--line); }
.detail-section h3 { margin: 0 0 9px; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.detail-section p { margin: 0; color: #3e4b45; font-size: 12px; line-height: 1.65; white-space: pre-line; }
.fact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fact { min-width: 0; }
.fact small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 9px; }
.fact b, .fact a { color: var(--ink); font-size: 11px; font-weight: 700; line-height: 1.4; text-decoration: none; overflow-wrap: anywhere; }
.practical-list { display: grid; gap: 10px; }
.practical-row { display: grid; grid-template-columns: 72px 1fr; gap: 10px; font-size: 11px; line-height: 1.45; }
.practical-row span { color: var(--muted); }.practical-row b { font-weight: 650; overflow-wrap: anywhere; }
.alternative-button { display: grid; grid-template-columns: 1fr auto; gap: 6px; width: 100%; margin-top: 7px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: rgba(255,255,255,.52); text-align: left; cursor: pointer; }
.alternative-button:hover { background: white; }.alternative-button b { font-size: 11px; }.alternative-button span { color: var(--muted); font-size: 9px; }.alternative-button svg { width: 14px; }
.alternative-button > span { display: flex; flex-direction: column; gap: 2px; }
.more-details summary { color: var(--muted); font-size: 10px; font-weight: 750; cursor: pointer; }
.more-details .more-body { margin-top: 12px; }
.more-details a { color: var(--accent); overflow-wrap: anywhere; }
.current-action { width: 100%; min-height: 42px; border: 1px solid rgba(216,93,69,.3); border-radius: 11px; color: var(--accent); background: rgba(216,93,69,.06); font-size: 10px; font-weight: 800; cursor: pointer; }
.current-action.is-current { border-color: var(--forest); color: var(--forest); background: rgba(16,35,29,.07); }

.mobile-sheet, .mobile-drawer { display: none; }
.toast { position: fixed; z-index: 100; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 14px; padding: 11px 12px 11px 15px; border-radius: 12px; color: var(--paper); background: var(--forest); box-shadow: var(--shadow); font-size: 11px; }
.toast button { min-height: 34px; border: 0; border-radius: 8px; color: var(--forest); background: var(--gold); font-size: 10px; font-weight: 800; cursor: pointer; }
.boot { position: fixed; z-index: 300; inset: 0; display: grid; place-content: center; justify-items: center; color: var(--paper); background: var(--forest); transition: opacity .35s, visibility .35s; }
.boot.hidden { opacity: 0; visibility: hidden; }
.boot .boot-mark { color: var(--forest); background: var(--gold); animation: breathe 1.5s ease-in-out infinite; }
.boot p { margin-top: 14px; color: rgba(246,241,231,.65); font-size: 11px; }
@keyframes breathe { 50% { transform: scale(1.06); } }

.maplibregl-ctrl-bottom-right { right: 8px; bottom: 108px; }
.maplibregl-ctrl-group { overflow: hidden; border: 1px solid rgba(20,33,28,.1)!important; border-radius: 11px!important; background: rgba(246,241,231,.94)!important; box-shadow: 0 8px 25px rgba(20,33,28,.12)!important; }
.maplibregl-ctrl-group button { width: 35px!important; height: 35px!important; }
.maplibregl-ctrl-attrib { color: #56615c; background: rgba(246,241,231,.8)!important; font-size: 9px!important; }
.maplibregl-ctrl-attrib a { color: #34433c; }
.travel-marker { --bearing: 0deg; --hop: 0px; display: grid; place-items: center; width: 34px; height: 34px; border: 3px solid var(--paper); border-radius: 50% 50% 50% 8px; color: var(--paper); background: var(--accent); box-shadow: 0 6px 18px rgba(16,35,29,.35); transform: rotate(calc(var(--bearing) + 45deg)) translateY(var(--hop)); transition: box-shadow .2s; }
.travel-marker svg { width: 17px; transform: rotate(-45deg); stroke-width: 2.3; }
.travel-marker.arrived { animation: arrive .55s ease-out; }
@keyframes arrive { 0% { box-shadow: 0 0 0 0 rgba(216,93,69,.55); } 100% { box-shadow: 0 0 0 22px rgba(216,93,69,0); } }

@media (max-width: 1100px) and (min-width: 768px) {
  :root { --sidebar: 286px; --detail: 340px; }
  .trip-summary span:nth-of-type(2), .trip-summary i:nth-of-type(2) { display: none; }
  .app-shell.detail-open { grid-template-columns: var(--sidebar) minmax(0,1fr); }
  .detail-panel { position: fixed; top: 0; right: 0; bottom: 0; width: var(--detail); transform: translateX(100%); transition: transform .3s, opacity .18s; }
  .detail-open .detail-panel { transform: translateX(0); }
  .row-title { max-width: 185px; }
}

@media (max-width: 767px) {
  .app-shell, .app-shell.detail-open { display: block; height: 100dvh; }
  .itinerary, .detail-panel { display: none; }
  .map-stage { width: 100%; height: 100%; }
  .map-topbar { top: max(12px, env(safe-area-inset-top)); left: 12px; right: 12px; }
  .mobile-itinerary-button { display: grid; align-content: center; justify-items: center; gap: 3px; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(20,33,28,.1); border-radius: 13px; background: rgba(246,241,231,.95); box-shadow: 0 8px 24px rgba(20,33,28,.12); pointer-events: auto; }
  .mobile-itinerary-button span { width: 16px; height: 1.5px; border-radius: 2px; background: var(--ink); }
  .map-pill { min-height: 42px; padding: 0 11px; border-radius: 13px; }
  .status-pill { width: 42px; height: 42px; justify-content: center; min-height: 0; padding: 0; border-radius: 13px; }
  .status-pill b { display: none; }
  .day-context { top: calc(max(12px, env(safe-area-inset-top)) + 52px); left: 12px; }
  .offline-map-note { top: calc(max(12px, env(safe-area-inset-top)) + 54px); width: calc(100% - 90px); }
  .journey { left: 12px; right: 12px; bottom: calc(91px + env(safe-area-inset-bottom)); width: auto; min-height: 65px; padding: 10px 10px 9px 14px; border-radius: 16px; transform: none; transition: bottom .3s; }
  .sheet-half ~ .journey { bottom: calc(45dvh + 9px); }
  .journey-copy strong { font-size: 13px; }.journey-copy p { margin-bottom: 2px; }
  .journey-controls { gap: 1px; }.journey-controls button { width: 32px; height: 32px; }.journey-controls .play-button { width: 41px; height: 41px; }
  .maplibregl-ctrl-bottom-right { right: 4px; bottom: calc(170px + env(safe-area-inset-bottom)); }
  .maplibregl-ctrl-group button { width: 33px!important; height: 33px!important; }
  .maplibregl-ctrl-attrib { max-width: 155px; font-size: 8px!important; }

  .mobile-sheet { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; height: calc(82px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); overflow: hidden; border-radius: 19px 19px 0 0; color: var(--ink); background: var(--paper); box-shadow: 0 -15px 50px rgba(16,35,29,.2); transition: height .3s cubic-bezier(.2,.8,.2,1); touch-action: none; }
  .mobile-sheet.half { height: 45dvh; }.mobile-sheet.full { height: calc(100dvh - max(28px, env(safe-area-inset-top))); }
  .sheet-handle { width: 100%; height: 20px; flex: 0 0 auto; padding: 8px 0 5px; border: 0; background: transparent; cursor: ns-resize; }
  .sheet-handle span { display: block; width: 34px; height: 4px; margin: auto; border-radius: 3px; background: rgba(20,33,28,.18); }
  .sheet-peek { display: grid; grid-template-columns: 35px minmax(0,1fr) auto; align-items: center; gap: 9px; width: 100%; min-height: 55px; padding: 0 15px 9px; border: 0; color: inherit; background: transparent; text-align: left; cursor: pointer; }
  .peek-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: var(--paper); background: var(--forest); font-size: 10px; font-weight: 850; }
  .peek-copy { min-width: 0; }.peek-copy b { display: block; overflow: hidden; font-family: Georgia, serif; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }.peek-copy span { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; }
  .peek-chevron { display: grid; place-items: center; width: 28px; height: 28px; }.peek-chevron svg { width: 15px; transition: transform .25s; }.half .peek-chevron svg, .full .peek-chevron svg { transform: rotate(180deg); }
  .sheet-content { flex: 1; overflow: auto; overscroll-behavior: contain; touch-action: pan-y; -webkit-overflow-scrolling: touch; }
  .sheet-content .detail-hero { min-height: 0; padding: 20px 22px; }.sheet-content .detail-hero h2 { font-size: 25px; }.sheet-content .detail-body { padding-bottom: 44px; }

  .mobile-drawer { position: fixed; z-index: 80; inset: 0; display: block; visibility: hidden; }
  .mobile-drawer.open { visibility: visible; }
  .drawer-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(16,35,29,.42); opacity: 0; transition: opacity .25s; }
  .open .drawer-backdrop { opacity: 1; }
  .drawer-panel { position: absolute; top: 0; left: 0; bottom: 0; display: flex; flex-direction: column; width: min(90vw, 380px); padding-top: env(safe-area-inset-top); background: var(--paper); box-shadow: 20px 0 60px rgba(16,35,29,.28); transform: translateX(-102%); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
  .open .drawer-panel { transform: translateX(0); }
  .drawer-panel header { display: flex; align-items: center; justify-content: space-between; padding: 19px 19px 12px; }.drawer-panel h2 { margin: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }.drawer-panel header button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 22px; }
  .drawer-days { padding-left: 19px; }.drawer-list { padding-bottom: max(30px, env(safe-area-inset-bottom)); }
  .drawer-list .day-heading { background: rgba(246,241,231,.97); }
  .toast { left: 12px; right: 12px; bottom: calc(94px + env(safe-area-inset-bottom)); justify-content: space-between; }
}

@media (max-width: 380px) {
  .map-pill { font-size: 0; }.map-pill svg { margin: 0; }
  .journey-copy { max-width: 145px; }.journey-controls button { width: 29px; }.journey-controls .play-button { width: 39px; }
  .journey { padding-left: 12px; padding-right: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}
