body.map-shell #journey-guide { background: var(--paper); color: var(--ink); }
body.map-shell .guide-head { align-items: center; gap: 12px; }
body.map-shell .guide-head > div { min-width: 0; }
body.map-shell .guide-head h2 { font-size: 20px; line-height: 1.2; overflow-wrap: anywhere; }
body.map-shell .guide-head p { font-size: 12px; line-height: 1.4; }
body.map-shell #close-journey-guide { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; padding: 0; background: var(--paper); color: var(--muted); }
body.map-shell #close-journey-guide svg { width: 20px; height: 20px; }
body.map-shell #guide-fold { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; margin: 4px 0 0; padding: 8px 0; border: 0; background: transparent; color: var(--night-link, var(--navy)); font: 600 12px/1.3 'DM Sans', sans-serif; }
body.map-shell #guide-fold svg { width: 16px; height: 16px; }
body.map-shell .guide-step b { font-size: 13px; line-height: 1.35; }
body.map-shell .guide-step small { font-size: 11px; line-height: 1.4; }
body.map-shell .guide-live { font-size: 12px; line-height: 1.4; }
body.map-shell .guide-actions { background: var(--paper); }
body.map-shell .guide-actions button { min-height: 44px; font-size: 12px; line-height: 1.3; }
body.map-shell.journey-guide-compact #journey-guide { max-height: min(42dvh, 330px); }
body.map-shell.journey-guide-compact :is(#guide-summary, #guide-live, #guide-steps, .guide-handle) { display: none; }
body.map-shell.journey-guide-compact #guide-prompt { font-weight: 500; font-size: 12px; margin-bottom: 8px; }
body.map-shell.journey-guide-compact #guide-gps { margin: 0 0 8px; padding: 0; border: 0; background: transparent; font-size: 11px; }
body.map-shell.journey-guide-compact .guide-actions { margin-top: 2px; padding-top: 4px; }
body.map-shell #guide-fold:focus-visible { outline: 3px solid var(--night-link, var(--navy)); outline-offset: 3px; border-radius: 8px; }
@media (max-width: 359px) {
  body.map-shell .guide-head h2 { font-size: 18px; }
  body.map-shell .guide-actions button { font-size: 11px; }
}
