.world-tour-page #site_content { padding: 22px 20px 26px; box-sizing: border-box; width: 898px; }
.world-tour-page #content { width: 100%; float: none; }
.world-tour-page #header { height: auto; }
.world-tour-page #menubar { height: auto; min-height: 52px; }
.world-tour-page ul#menu { display: flex; flex-wrap: wrap; float: none; padding-bottom: 10px; }
.world-tour-page ul#menu li a { padding-left: 21px; padding-right: 21px; }
#sts-tour { color-scheme: dark; color: #aaa; background: #000; font: 13px/1.5 'Courier New', Courier, monospace; }
#sts-tour * { box-sizing: border-box; }
#sts-tour .sts-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px 16px; }
#sts-tour h1 { color: #ff0; font: bold clamp(17px, 2.6vw, 23px)/1.3 'Courier New', monospace; letter-spacing: .04em; margin: 0; padding: 0; }
#map-status { color: #55ff55; font-size: 12px; }
#sts-tour p { padding: 0; margin: 10px 0; line-height: 1.5; }
#sts-tour #tour-status { color: #ff5555; min-height: 20px; margin: 9px 0 10px; }
#tour-map-area { border: 1px solid #5555ff; }
#tour-map { display: block; width: 100%; height: clamp(350px, 48vw, 448px); background: #000; }
#sts-tour .sts-sun { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 18px; margin: 10px 0; font-size: 11px; }
#sts-tour .sts-sun-key, #sts-tour .sts-sun-dot { display: inline-flex; align-items: center; gap: 8px; color: #ffff00; }
#sts-tour .sts-sun-key::before { content: ''; width: 20px; height: 1px; flex-shrink: 0; background: #ffff00; }
#sts-tour .sts-sun-dot::before { content: ''; width: 8px; height: 8px; flex-shrink: 0; border-radius: 50%; background: #ffff00; }
#sts-tour #sun-status { color: #dbe7ec; }
#sts-tour button, #sts-tour select, #sts-tour input { font: inherit; border: 1px solid #344953; border-radius: 2px; background: #090f12; color: #dbe7ec; min-height: 36px; padding: 5px 9px; max-width: 100%; }
#sts-tour button, #sts-tour select, #sts-tour summary { cursor: pointer; }
#sts-tour button:hover, #sts-tour summary:hover { color: #55ffff; border-color: #00aaaa; }
#sts-tour button[aria-pressed="true"] { color: #55ffff; border-color: #00aaaa; background: #062027; }
#sts-tour button:disabled { opacity: .45; cursor: default; }
#sts-tour :focus-visible { outline: 2px solid #55ffff; outline-offset: 3px; }
#sts-tour .sts-controls { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin: 12px 0; }
#sts-tour .sts-controls label { margin-left: auto; font-size: 12px; }
#sts-tour .sts-legend { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 14px; margin: 11px 0 15px; text-transform: uppercase; color: #aaa; }
#sts-tour .sts-legend span { color: var(--mode); display: inline-flex; align-items: center; gap: 8px; }
#sts-tour .sts-legend span::before { content: ''; display: block; width: 20px; height: 2px; background: var(--mode); }
#sts-tour .sts-timeline { border-block: 1px solid #24343c; margin-top: 16px; padding: 1px 0 4px; }
#sts-tour #journey-detail { min-height: 20px; }
#sts-tour .sts-track { position: relative; height: 27px; margin: 12px 0 0; }
#timeline-events { position: absolute; inset: 7px 0; border: 1px solid #00aaaa; pointer-events: none; }
#timeline-events i { position: absolute; top: 3px; height: 5px; min-width: 2px; }
#sts-tour #timeline { appearance: none; position: absolute; width: 100%; inset: 0; height: 27px; min-height: 27px; padding: 0; margin: 0; background: transparent; border: 0; cursor: ew-resize; }
#timeline::-webkit-slider-runnable-track { background: transparent; height: 27px; }
#timeline::-webkit-slider-thumb { appearance: none; width: 5px; height: 25px; margin-top: 1px; border: 0; border-radius: 0; background: #ff5555; }
#timeline::-moz-range-track { background: transparent; height: 27px; }
#timeline::-moz-range-thumb { width: 5px; height: 25px; border: 0; border-radius: 0; background: #ff5555; }
#sts-tour .sts-endpoints { display: flex; justify-content: space-between; font-size: 11px; }
#sts-tour .sts-route-controls { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
#sts-tour #leg { flex: 1; min-width: 160px; }
#sts-tour #leg-detail { color: #aaa; }
#sts-tour details { padding: 12px 0; border-bottom: 1px solid #24343c; }
#sts-tour summary { color: #55ffff; width: fit-content; }
#sts-tour .sts-note, #sts-tour .sts-credit { font-size: 11px; color: #939da3; margin-top: 16px; }
#sts-tour a { color: #a5c5cb; text-underline-offset: 3px; }
#sts-tour .sts-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; }
@media (max-width: 920px) { .world-tour-page #site_content { width: 100%; } }
@media (max-width: 600px) {
  .world-tour-page #site_content { padding: 18px 12px; }
  #sts-tour { font-size: 12px; }
  #sts-tour h1 span { white-space: nowrap; }
  #sts-tour .sts-controls label { margin-left: 0; }
  #sts-tour .sts-legend { justify-content: flex-start; font-size: 11px; }
  #sts-tour .sts-route-controls #leg { width: calc(100% - 88px); flex: auto; }
}

#sts-tour .sts-academic { padding: 22px 0 26px; }
#sts-tour .sts-academic h2 { margin: 0 0 10px; padding: 0; font: bold 17px/1.4 'Courier New', monospace; color: #a5c5cb; }
#sts-tour .sts-tribute { border-top: 1px solid #00aaaa; padding: 26px 0 8px; margin-top: 4px; max-width: 760px; }
#sts-tour .sts-tribute .sts-eyebrow { margin: 0 0 10px; color: #55ff55; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
#sts-tour .sts-tribute h2 { margin: 0 0 18px; padding: 0; color: #ffff00; font: bold 21px/1.4 'Courier New', monospace; }
#sts-tour .sts-tribute p { color: #c2c8ca; font: 14px/1.8 Arial, sans-serif; margin: 0 0 14px; }
#sts-tour .sts-tribute strong { color: #e7ebed; font-weight: 600; }
#sts-tour .sts-tribute-link { display: inline-block; color: #55ffff; line-height: 1.7; margin-top: 4px; }
