/* Stronger day hierarchy and linked itinerary/map navigation. */
:root{--green:#18755c;--orange:#c15a22;--blue:#356cc3}
.hero{min-height:350px}.hero figure{height:340px}h1{font-size:64px}.ribbon{margin-bottom:28px}
#overview{scroll-margin-top:16px}#overview .section-title h2{font-size:36px}
.daycard{border-top:5px solid var(--day);transition:box-shadow .2s,transform .2s}.daycard.selected{box-shadow:0 0 0 2px var(--day),0 12px 25px #203f3512;transform:translateY(-3px)}
.daycard .photo{height:150px}.daycard img{height:150px}.daynum{font-size:36px;font-weight:bold;color:var(--day)!important}.daydate{font-size:14px;color:var(--ink)}.daytext h3{font:600 23px/1.4 'Microsoft YaHei',sans-serif;margin:12px 0 16px}.daytext p{font-size:13px}
.mini-agenda{display:grid;gap:10px;margin:16px 0}.mini-agenda div{display:grid;grid-template-columns:46px 1fr;gap:10px;font-size:14px}.mini-agenda small{color:var(--day);font-size:12px;border-right:2px solid var(--day);line-height:22px}.day-action{display:block;width:100%;border:0;background:var(--day);color:#fff;padding:11px;border-radius:4px;margin-top:15px;font-weight:600;font-size:14px}.forecast-pill{background:#f3f0e7;border-radius:4px;padding:7px 10px;font-size:12px;color:#645d49}
.weather-brief{background:#f1ede0;border:1px solid #e3d8ba;padding:12px 18px;border-radius:4px;margin:0 0 25px;font-size:14px;display:flex;justify-content:space-between;gap:12px}.weather-brief a{white-space:nowrap}.mapbar{display:grid;grid-template-columns:repeat(3,1fr) auto auto;gap:10px;padding:17px}.mapbar .tab{border-radius:5px;text-align:left;padding:10px 16px}.mapbar .tab[data-map="0"],.mapbar .tab[data-map="1"],.mapbar .tab[data-map="2"]{border-left:5px solid var(--day);background:#fafbf8}.mapbar .tab.active{background:var(--day,#203f35);color:white;border-color:var(--day,#203f35);box-shadow:0 3px 8px #0001}.mapbar .tab b{display:block;font-size:18px}.mapbar .tab small{font-size:12px;display:block;margin-top:3px}.map-layout{grid-template-columns:minmax(0,1fr) 345px}#map{height:555px}.leaflet-tile-pane{filter:saturate(.48) brightness(1.035)}.mapaside{padding:23px 25px;max-height:555px;overflow:auto;border-left:1px solid var(--line)}.mapaside .route-day{font-size:13px;font-weight:bold;letter-spacing:1px;color:var(--day)}.mapaside h3{font-size:25px;line-height:1.45;margin:7px 0 12px}.route-stop{display:flex;gap:12px;align-items:flex-start;width:100%;border:0;border-bottom:1px solid #dfe5d8;background:transparent;text-align:left;padding:12px 0;color:var(--ink)}.route-stop:hover{background:#e6eddf}.route-stop .badge{background:var(--day);color:white;min-width:27px;height:27px;border-radius:50%;display:grid;place-items:center;font-size:13px}.route-stop strong{display:block;font-size:14px;font-weight:600}.route-stop small{display:block;font-size:12px;color:var(--muted);margin-top:2px}.route-weather{font-size:12px;padding:10px 12px;border-left:3px solid var(--day);background:white;margin:12px 0}.route-summary{font-size:12px!important;margin-bottom:8px}.mapaside .mini-day{width:100%;text-align:left;border:1px solid var(--line);background:white;padding:13px;margin:7px 0;border-left:4px solid var(--day);border-radius:4px}.mini-day b{color:var(--day);font-size:15px}.mini-day span{display:block;font-size:12px;margin-top:6px;color:var(--muted)}.route-dot{background:var(--day);border:3px solid white;color:white;border-radius:50%;display:grid;place-items:center;box-shadow:0 2px 7px #0004;font-size:12px;font-weight:bold}.route-arrow{font-size:25px;font-weight:bold;line-height:26px;text-shadow:0 0 3px white,0 0 3px white}.place-label{font-size:12px;font-weight:500}.mapnote{background:#fafaf5}.mapaside .btn{font-size:12px;padding:8px 14px;margin-top:12px}.dayswitch .tab.active{background:var(--day);border-color:var(--day)}
@media(max-width:760px){.hero h1{font-size:46px}.hero figure{height:240px}.hero{min-height:0}.weather-brief{font-size:12px}#overview .section-title h2{font-size:28px}.daycard{display:block}.daycard .photo,.daycard img{height:145px;min-height:0}.daytext{padding:20px}.daydate{float:right;display:inline}.daynum{font-size:32px}.daytext h3{font-size:22px}.mapbar{grid-template-columns:repeat(3,minmax(0,1fr));padding:10px;gap:7px}.mapbar .tab{padding:8px;font-size:12px}.mapbar .tab b{font-size:15px}.mapbar .tab small{font-size:10px}.mapbar .tab[data-map="all"],.mapbar .tab[data-map="transfer"]{text-align:center}.map-layout{grid-template-columns:1fr}#map{height:400px}.mapaside{max-height:none;border-left:0;border-top:1px solid var(--line);padding:20px}.place-label{font-size:10px}.daycard.selected{transform:none}.ribbon{margin-bottom:20px}.section-title p{max-width:100%}}
@media print{.day-action,.weather-brief,.mapbar{display:none}.daycard.selected{box-shadow:none;transform:none}.hero figure{height:250px}.mapaside{max-height:none}}

@media(min-width:761px){#map{height:auto;min-height:640px}.mapaside{max-height:none;overflow:visible}}
