:root{--bg:#f7f7f1;--paper:#eeefe7;--white:#fff;--ink:#213e36;--muted:#667269;--green:#183e37;--green-light:#e6eee7;--line:#d8dfd4;--gold:#b16b3d;--amber-bg:#f8eee0;--serif:"Noto Serif CJK SC","Songti SC","STSong",serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;--radius:12px;--shadow:0 12px 32px #183e3709}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:86px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:14px;line-height:1.75;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a,input,textarea{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}a:hover{color:var(--gold)}button:disabled{cursor:default;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible,textarea:focus-visible{outline:3px solid #bf7849;outline-offset:4px}button,input,textarea{color:inherit}img,svg{max-width:100%;vertical-align:middle}h1,h2,h3,h4,p,dl,dd{margin:0}h1,h2,h3,h4{font-weight:650;line-height:1.45}h2{font-size:27px;letter-spacing:-.5px}h3{font-size:18px}h4{font-size:14px}p+p{margin-top:8px}strong,b{font-weight:650}small{font-size:12px}sup{margin-left:4px;line-height:0;font-size:10px}table{border-collapse:collapse;width:100%;text-align:left}thead{background:#e9eee7}th{font-size:12px;letter-spacing:.04em;font-weight:650;white-space:nowrap}th,td{padding:12px 15px;border-bottom:1px solid var(--line);vertical-align:top}td{font-size:13px;line-height:1.8}tbody tr:last-child td{border-bottom:0}td strong{display:block}td small{display:block;color:var(--muted);line-height:1.6;margin-top:3px}time{font-variant-numeric:tabular-nums}input[type=number]{min-width:0;width:100%;border:1px solid #c8d3c7;border-radius:6px;padding:8px 9px;background:var(--white);font-variant-numeric:tabular-nums}input[aria-invalid=true]{border-color:#b95031;background:#fff1ec}.wrap{width:min(1200px,calc(100% - 72px));margin-inline:auto}.section{padding-top:56px;padding-bottom:56px;scroll-margin-top:8px}.paper{background:var(--paper);border-top:1px solid #e2e6dc;border-bottom:1px solid #e2e6dc}.section-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.section-head>div{display:flex;gap:17px;align-items:center}.section-head p{color:var(--muted);font-size:12px;max-width:420px;text-align:right}.section-no{font-size:12px;font-family:monospace;border:1px solid #cdd6c9;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;flex-shrink:0}.kicker{font-size:11px;letter-spacing:.07em;font-weight:650;color:var(--muted);margin-bottom:8px}.muted{color:var(--muted);font-size:12px}.footnote{color:var(--muted);font-size:11.5px;margin-top:11px}.ref{color:#9b592e;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.tag{display:inline-flex;font-size:10px;padding:1px 7px;border-radius:3px;margin-bottom:5px}.tag.green{background:var(--green-light);color:var(--green)}.tag.amber{background:var(--amber-bg);color:#86512d}.tag.gray{background:#eee;color:#6f746e}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:9px;background:var(--white);scrollbar-width:thin;overscroll-behavior-x:contain}.btn,.small-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;border-radius:6px;line-height:1.4;font-weight:600;transition:background .15s,transform .15s}.btn{font-size:13px;padding:12px 17px;min-height:44px}.small-btn{padding:8px 12px;font-size:12px;border-color:#cdd6ca;background:transparent;min-height:36px}.small-btn:hover{background:#e4ebe1;color:var(--green)}.btn.dark{background:var(--green);color:#fff}.btn.dark:hover{background:#2c554a}.btn.cream{background:#f7f2e7;color:var(--green)}.btn.outline{background:transparent;border-color:#c7d2c4}.btn.outline:hover{background:#e8ede4}.text-btn{font-size:12px;color:var(--green);border:0;background:none;padding:5px 0;text-decoration:underline;text-underline-offset:4px}.text-btn:hover{color:var(--gold)}.icon-btn{display:grid;place-items:center;width:38px;height:38px;border:1px solid #d1daca;border-radius:6px;background:transparent;font-size:24px}.skip{position:fixed;left:16px;top:-80px;background:var(--green);color:white;padding:10px 16px;z-index:200}.skip:focus{top:8px}[hidden]{display:none!important}.js-controls{display:none}body.js .js-controls{display:flex}
/* Masthead and compact photographic cover */
.site-header{position:sticky;top:0;z-index:30;background:#f7f7f1f5;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-inner{width:min(1320px,calc(100% - 64px));margin:auto;height:76px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}.brand svg{width:36px;stroke:currentColor;stroke-width:1.6;stroke-linejoin:round;stroke-linecap:round}.brand>span{font-family:var(--serif);font-size:23px;font-weight:700;line-height:1.25;letter-spacing:2px}.brand small{display:block;font-family:var(--sans);font-weight:500;font-size:8px;letter-spacing:1.5px;margin-top:4px}.site-header nav{display:flex;gap:23px;margin-left:auto;align-items:center}.site-header nav a{font-size:12px;font-weight:600;white-space:nowrap}.site-header nav a.active{color:var(--gold)}.menu-toggle{display:none}.edition{display:flex;align-items:center;justify-content:space-between;padding:18px 0 13px;font-size:11px;letter-spacing:.08em;color:var(--muted)}.edition b{font-weight:500;margin-left:11px;letter-spacing:0}.edition .edition-label{display:inline-block;padding:2px 8px;background:var(--green);color:var(--bg);border-radius:3px;font-size:10px}.hero{position:relative;height:314px;overflow:hidden;border-radius:12px;background:#162d38;color:#fff}.hero>img{width:100%;height:100%;object-fit:cover;object-position:center 45%;position:absolute;inset:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0b201ddb 0,#11272591 44%,#10272213 85%),linear-gradient(0deg,#0a1b276e,transparent 70%)}.hero-copy{position:relative;z-index:1;padding:54px 46px 38px}.hero-eyebrow{font-size:11px;letter-spacing:.22em;color:#e6e3d8}.hero h1{font-family:var(--serif);font-size:46px;font-weight:600;letter-spacing:1px;line-height:1.4;margin:12px 0 10px}.hero h1 span{font-family:var(--sans);font-weight:200;font-size:.75em;color:#ddc6a2;margin:0 6px}.hero p{font-size:12px;color:#e0e6dd;letter-spacing:.02em}.hero-buttons{display:flex;gap:24px;align-items:center;margin-top:24px}.hero-link{font-size:12px;color:#eee5d4;border-bottom:1px solid #cabf9c90;padding:4px 0}.hero-link:hover{color:white}.photo-label{position:absolute;bottom:13px;right:20px;font-size:9px;color:#f5eee1c7;z-index:1}.summary-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:var(--white);border:1px solid var(--line);border-top:0;border-radius:0 0 10px 10px;padding:19px 0;box-shadow:var(--shadow)}.summary-bar>div{padding:0 23px;border-right:1px solid var(--line)}.summary-bar>div:last-child{border:0}.summary-bar span{display:block;font-family:monospace;font-size:13px;letter-spacing:.03em;color:var(--gold);margin-bottom:3px}.summary-bar strong{display:block;font-size:13px}.summary-bar small{font-size:10.5px;color:var(--muted);display:block;margin-top:2px}.status-line{display:flex;align-items:center;gap:20px;font-size:10px;color:var(--muted);padding-top:13px}.status-line>span{display:flex;align-items:center;gap:7px;white-space:nowrap}.status-line i{width:6px;height:6px;display:inline-block;background:#829778;border-radius:50%}.status-line a{margin-left:auto;white-space:nowrap;border-bottom:1px solid #bcc8b7}.status-line+.section{padding-top:38px}
/* Overview */
.decision-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px}.decision{display:block;padding:17px 19px;border:1px solid var(--line);border-left:3px solid #759078;border-radius:8px;background:#fcfcf8}.decision:hover{color:var(--ink);border-color:#a9b8a0;background:var(--white)}.decision>span{font-size:10px;color:var(--gold);letter-spacing:.08em}.decision strong{font-size:14px;display:block;margin-top:3px}.decision p{font-size:12px;color:var(--muted);line-height:1.8;margin-top:5px}.overview-table table{min-width:960px}.overview-table td:nth-child(1){width:95px}.overview-table td:nth-child(2){width:32%}.overview-table td:nth-child(3){width:18%}.overview-table td:nth-child(4){width:17%}.overview-table td:last-child{font-size:11.5px;color:var(--muted)}.overview-table td{padding-top:10px;padding-bottom:10px;font-size:12px}.day-link{border:0;padding:0;background:none;text-align:left;font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.day-link small{font-size:10px;font-weight:400}.day-link:hover{color:var(--gold)}
/* Daily plans */
.itinerary-tools{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px;gap:14px;font-size:12px;color:var(--muted)}.itinerary-tools>div{display:flex;gap:8px}.day-tabs{gap:5px;overflow-x:auto;margin-bottom:16px;padding:2px 0 6px;scrollbar-width:thin;overscroll-behavior-x:contain}.day-tab{border:1px solid #cdd7c8;border-radius:7px;min-width:84px;flex:1;padding:10px 8px;background:#ffffff82;line-height:1.4}.day-tab b{display:block;font-size:17px;font-weight:600;font-variant-numeric:tabular-nums}.day-tab small{display:block;font-size:10px;margin-top:4px;color:var(--muted)}.day-tab[aria-selected=true]{background:var(--green);color:white;border-color:var(--green);box-shadow:0 3px 6px #0a33221a}.day-tab[aria-selected=true] small{color:#d5e2d0}.day-tab:hover{border-color:#81947d}.day-panel{border:1px solid var(--line);border-radius:11px;background:var(--white);overflow:hidden;margin-bottom:20px;box-shadow:var(--shadow);scroll-margin-top:94px}.day-heading{display:flex;align-items:flex-start;gap:23px;padding:27px 30px 22px}.day-number{font-family:var(--serif);font-size:31px;line-height:1.2;flex-shrink:0;min-width:88px}.day-number small{display:block;font-family:var(--sans);font-size:9px;letter-spacing:.03em;color:var(--muted);margin-top:9px}.day-heading h3{font-size:23px;line-height:1.45}.day-heading .kicker{font-size:10px;margin-bottom:3px}.day-heading p:not(.kicker){font-size:12px;color:var(--muted);margin-top:5px}.copy-day{margin-left:auto;white-space:nowrap;flex-shrink:0}.day-stats{display:grid;grid-template-columns:1.25fr 1.25fr 1fr;background:#f3f5ef;border-top:1px solid #e5eade;border-bottom:1px solid #e5eade;padding:15px 30px;gap:20px}.day-stats span{display:block;font-size:10px;color:var(--muted);margin-bottom:3px}.day-stats strong{display:block;font-size:12px;line-height:1.7}.deadline{display:flex;align-items:flex-start;gap:15px;padding:11px 30px;background:#f9f1e5;font-size:12px;color:#87552c}.deadline>span{font-size:10px;flex-shrink:0;letter-spacing:.04em;padding-top:2px}.schedule-table{border:none;border-radius:0;box-shadow:none}.schedule-table thead{background:transparent}.schedule-table th{padding-top:13px;padding-bottom:8px;font-size:10px;color:var(--muted)}.schedule-table td{padding-top:12px;padding-bottom:12px;font-size:13px}.schedule-table th:first-child,.schedule-table td:first-child{padding-left:30px;width:155px}.schedule-table td:first-child{font-size:12px;line-height:1.8;color:#53674f;font-weight:600}.schedule-table td:nth-child(2){width:235px}.schedule-table td:last-child{padding-right:30px;color:#526252}.schedule-table td strong{color:var(--ink);font-size:13px}.day-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);gap:25px;padding:22px 30px}.day-notes h4{font-size:12px;margin-bottom:7px}.day-notes p{font-size:12px;line-height:1.8;color:var(--muted)}.day-notes>div:last-child h4{color:#a1673a}.day-money{padding:11px 30px;background:#f5f7f1;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.day-money b{margin-right:15px;color:var(--ink)}.day-pagination{align-items:center;justify-content:space-between;gap:15px;margin-top:0}.day-pagination>span{font-size:11px;color:var(--muted)}
/* Destination detail */
.detail-split{display:grid;grid-template-columns:310px minmax(0,1fr);gap:24px;align-items:start}.location-card{border:1px solid #cbd6c4;background:#e7ede2;padding:26px;border-radius:10px}.location-card h3{font-family:var(--serif);font-size:26px;line-height:1.5;margin-bottom:20px}.location-card dl>div{padding:10px 0;border-bottom:1px solid #cfd9c8}.location-card dt{font-size:10px;color:var(--muted);margin-bottom:3px}.location-card dd{font-size:12px;line-height:1.8;font-weight:600}.location-card .btn{width:100%;margin-top:22px}.notice{background:#eef3e9;border:1px solid #d6e0cd;border-radius:7px;padding:15px 19px;font-size:12px;line-height:1.8}.notice.amber{background:var(--amber-bg);border-color:#e8d8bf}.notice p{color:#71674f;margin-top:3px}.baipu-main>.notice{margin-bottom:16px}.baipu-main td{font-size:12px}.baipu-main th:first-child,.baipu-main td:first-child{width:142px}.baipu-main td:nth-child(2){width:40%}.three-col{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.fact-cards{margin-top:23px}.fact-cards article{position:relative;border-top:2px solid #9aaa8f;padding:22px 20px 18px;background:#f0f2e9;border-radius:0 0 8px 8px}.fact-cards h3{font-size:16px;margin-bottom:10px;padding-right:25px}.fact-cards p{font-size:12px;line-height:1.9}.fact-cards .muted{font-size:11px;color:#778070;margin-top:9px}.card-index{font-family:var(--serif);font-size:20px;position:absolute;right:20px;top:16px;color:#9dad92}.compact-details{border:1px solid var(--line);border-radius:8px;margin-top:18px;background:#ffffff80}.compact-details summary,.sources-details summary{display:flex;justify-content:space-between;gap:15px;padding:14px 18px;font-size:13px;font-weight:600;cursor:pointer;list-style:none}.compact-details summary::-webkit-details-marker,.sources-details summary::-webkit-details-marker{display:none}.compact-details summary>span,.sources-details summary>span{color:#819273;font-size:17px}.compact-details[open] summary>span,.sources-details[open] summary>span{transform:rotate(45deg)}.detail-body{border-top:1px solid var(--line);padding:16px 20px;font-size:12px;line-height:1.9}.detail-body a{text-decoration:underline;text-underline-offset:3px}
/* Charter comparison */
.forest{background:var(--green);color:#eef1e8}.forest .section-head p{color:#b8c8b6}.forest .section-no{border-color:#607d67;color:#c5d4bb}.scenario-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.scenario-toolbar>span{font-size:12px;color:#d0ddc5}.segmented{display:inline-flex;border:1px solid #60816a;border-radius:6px;padding:3px;gap:3px}.segmented button{color:#d4e1cd;background:transparent;border:0;border-radius:4px;font-size:11px;padding:8px 16px}.segmented button[aria-pressed=true]{background:#f4f2e6;color:var(--green);font-weight:650}.scenario-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.scenario-card{background:#fafaf3;color:var(--ink);border:2px solid transparent;border-radius:10px;padding:24px 26px}.scenario-card.is-focus{border-color:#dab886;box-shadow:0 0 0 3px #dab88644}.scenario-card.is-muted{opacity:.72}.scenario-title{display:flex;align-items:center;gap:13px}.scenario-title>span{width:40px;height:40px;display:grid;place-items:center;background:#e6ecdf;font-family:var(--serif);font-size:22px;border-radius:7px}.scenario-title small{color:var(--muted);font-size:9px;letter-spacing:.05em}.scenario-title h3{font-size:21px;line-height:1.35;margin-top:3px}.scenario-title>b{margin-left:auto;font-size:10px;color:#8a6138;background:#f5ead6;border-radius:3px;padding:3px 7px}.scenario-route{margin:19px 0 14px;padding-bottom:12px;border-bottom:1px solid #d9dfd1;font-size:13px;font-weight:600}.mini-timeline{padding:0;margin:0;list-style:none}.mini-timeline li{display:flex;gap:15px;position:relative;font-size:12px;padding:5px 0 10px;align-items:flex-start}.mini-timeline li b{white-space:nowrap;font-size:11px;background:#e9eee2;padding:1px 7px;border-radius:4px;color:#68805c}.mini-timeline li span{color:#50634f}.quote-line{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #d9dfd1;margin-top:5px;padding:14px 0 13px;gap:15px}.quote-line>span{font-size:10px;color:var(--muted)}.quote-line>strong{font-size:23px;font-variant-numeric:tabular-nums;white-space:nowrap}.scenario-card>.btn{width:100%;font-size:12px}.forest-alert{margin:20px 0;display:flex;align-items:flex-start;gap:17px;border:1px solid #5f795c;padding:13px 18px;background:#2a4c3f;border-radius:7px;font-size:12px;color:#dfe8d7}.forest-alert b{white-space:nowrap;color:#e5c493}.comparison .table-wrap{border-color:#77916e;background:#f4f5ed;color:var(--ink)}.comparison thead{background:#dce7d7}.comparison th,.comparison td{padding-top:11px;padding-bottom:11px;font-size:12px}.comparison table{min-width:680px}.comparison td:first-child{width:150px;font-weight:650;color:#54704e}.comparison td:not(:first-child){width:calc((100% - 150px)/2)}.sapu-bottom{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:30px}.sapu-bottom article{padding:0 3px}.sapu-bottom .kicker{color:#b6caab;font-size:10px}.sapu-bottom h3{font-size:20px;margin-bottom:12px}.sapu-bottom p{font-size:12px;color:#d0dcc7;line-height:1.95}.sapu-bottom b{color:#f3f4ea}.forest .ref{color:#e0bf84}.driving-strip{border-top:1px solid #5f775c;margin-top:28px;padding-top:21px;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.driving-strip>span{color:#c5d5bf;font-size:10px}.driving-strip b{display:block;font-variant-numeric:tabular-nums;font-size:21px;color:#eee6cf;font-weight:500}.driving-strip p{grid-column:1/-1;color:#9fb49c;font-size:10px;margin-top:2px}
/* Rail and accommodations */
.rail-summary{display:flex;align-items:center;justify-content:space-between;gap:25px;background:#e9eee3;border:1px solid #d1dcc6;border-radius:9px;padding:25px 28px;margin-bottom:20px}.rail-summary h3{font-size:28px;font-weight:500;letter-spacing:1px}.rail-summary h3 span{font-size:19px;color:#8d9f7e;margin:0 12px}.rail-summary .kicker{font-size:10px;margin-bottom:5px}.rail-summary p{font-size:11px;color:var(--muted)}.rail-summary>div:nth-child(2){padding-left:27px;border-left:1px solid #cad7bd}.rail-summary>div:nth-child(2)>strong{font-size:31px;font-weight:500;white-space:nowrap}.rail-summary strong span{font-size:13px;margin:0 5px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:25px}.practical{margin-top:24px}.practical article{border:1px solid var(--line);border-radius:8px;padding:20px 23px;background:#fbfcf7}.practical h3{font-size:16px;margin-bottom:11px}.practical p{font-size:12px;color:var(--muted);line-height:1.95}.practical b{color:var(--ink)}.practical .text-btn{margin-top:10px}.subheading{font-size:19px;margin:30px 0 16px}#transport>.table-wrap:not(:last-child) table{min-width:620px}#transport>.table-wrap td{font-size:12px}
/* Budget */
.budget-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.budget-topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.budget-topline h3{font-size:17px}.budget-table thead{background:#e0e7d9}.budget-table th{font-size:10px}.budget-table td{padding:12px 14px}.budget-table td:first-child{width:62%}.budget-table td:nth-child(2){width:22%}.budget-table td:last-child{width:16%;text-align:right;font-size:12px;padding-top:16px;font-variant-numeric:tabular-nums;white-space:nowrap}.budget-table td strong{font-size:12px}.budget-table td small{font-size:10px;line-height:1.7;margin-top:4px}.budget-table input{padding:6px 5px;border:none;background:transparent;font-size:13px;font-weight:650;text-align:right;-moz-appearance:textfield;appearance:textfield;width:100%;min-width:0}.budget-table input::-webkit-inner-spin-button,.budget-table input::-webkit-outer-spin-button{appearance:none;margin:0}.number-field{display:flex;align-items:center;gap:5px;border:1px solid #bbcbb4;background:#f7faf3;border-radius:5px;padding:0 6px;width:100%;max-width:124px}.number-field>span{font-size:12px;color:#7c8f70}.number-field:focus-within{outline:2px solid #9aa985;outline-offset:2px}.number-field input:focus{outline:0}.number-field input[aria-invalid=true]{background:#fff1ec}.subtotal-line{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #b8c9ad;padding:17px 14px;font-size:13px;font-weight:650}.subtotal-line output{font-size:22px;font-weight:500}.budget-aside{padding-top:3px}.budget-input-card{background:#f8faf3;border:1px solid #cad5c1;border-radius:9px;padding:20px}.budget-input-card h3{font-size:16px;margin-bottom:14px}.budget-input-card label{font-size:11px;display:block;margin:13px 0 5px}.budget-input-card input{font-size:16px;font-weight:600}.budget-input-card p{font-size:10px;line-height:1.75;color:var(--muted);margin-top:8px}.budget-result{margin-top:14px;background:var(--green);color:#f5f5e9;border-radius:9px;padding:21px}.budget-result>span{font-size:11px;color:#c4d4bb;display:block}.budget-result>output{display:block;font-size:35px;font-weight:500;line-height:1.4;letter-spacing:-.5px;font-variant-numeric:tabular-nums;margin:6px 0}.budget-result p{font-size:12px;color:#d0dfc7}.budget-result p b{color:#fff;font-size:15px;margin-left:5px}.budget-result small{font-size:9px;color:#a8bda0;display:block;margin-top:9px;border-top:1px solid #52704e;padding-top:9px}.budget-result.alternative{background:#ecf1e3;color:var(--ink);border:1px solid #b9c8ab}.budget-result.alternative>span,.budget-result.alternative p{color:#667d59}.budget-result.alternative p b{color:var(--ink)}.budget-result.alternative small{color:#738166;border-color:#c6d4b8}.budget-note{font-size:10px;color:var(--muted);margin:14px 0 10px}.budget-warning{margin-top:24px;font-size:11px}
/* Preparation, sources and utilities */
.check-progress{display:flex;gap:20px;align-items:center;background:#eaf0e3;padding:13px 18px;border-radius:7px;margin-bottom:22px;font-size:12px}.check-progress>b{font-size:14px}.check-progress progress{width:200px;flex:1;max-width:430px;height:6px;appearance:none;border:0;border-radius:4px;background:#d7e1cf}.check-progress progress::-webkit-progress-bar{background:#d7e1cf;border-radius:4px}.check-progress progress::-webkit-progress-value{background:#628254;border-radius:4px}.check-progress progress::-moz-progress-bar{background:#628254;border-radius:4px}.check-progress button{margin-left:auto;white-space:nowrap}.check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.check-group h3{font-size:16px;padding-bottom:10px;border-bottom:2px solid #ced9c4;margin-bottom:6px}.check-item{display:flex;align-items:flex-start;gap:11px;padding:13px 0;border-bottom:1px solid #e1e7d9;cursor:pointer}.check-item input{width:17px;height:17px;flex-shrink:0;margin:3px 0 0;accent-color:var(--green)}.check-item strong{font-size:12px;line-height:1.8;display:block}.check-item small{display:block;font-size:10.5px;color:var(--muted);line-height:1.8;margin-top:3px}.check-item:has(input:checked) strong{color:#7a8b6e;text-decoration:line-through}.safety{border:1px solid #ddc8a8;border-left:4px solid #b98a4e;background:#f7eee0;border-radius:8px;padding:24px;display:grid;grid-template-columns:270px minmax(0,1fr);gap:30px;margin-top:28px}.safety .kicker{color:#9b6e3a}.safety h3{font-size:20px;line-height:1.6}.safety p{font-size:12px;line-height:1.9;color:#6c644f}.safety small{display:block;font-size:10px;color:#96876e;margin-top:8px}.source-intro{display:flex;gap:25px;margin-bottom:20px;font-size:11px;color:var(--muted)}.source-intro p{margin:0}.source-intro p:first-child{flex:0 0 38%}.source-intro b{color:var(--ink)}.sources-details{background:#f9faf4;border:1px solid #cdd8c4;border-radius:8px}.source-list{list-style:none;margin:0;padding:0 22px 6px;border-top:1px solid #d5dfca;display:grid;grid-template-columns:1fr 1fr;column-gap:30px}.source-list li{display:flex;gap:12px;padding:17px 0;border-bottom:1px solid #d9e1d1;scroll-margin-top:95px;min-width:0}.source-list li:target{background:#fff1d5;outline:8px solid #fff1d5;border-radius:2px}.source-id{font-family:monospace;font-size:10px;color:#7d906f;background:#e8efdf;border-radius:3px;padding:0 5px;height:21px;margin-top:1px;flex-shrink:0}.source-list a{font-size:12px;font-weight:650;text-decoration:underline;text-underline-offset:3px}.source-list small{display:block;color:#849276;font-size:9px;margin-top:4px}.source-list p{font-size:11px;color:#687660;line-height:1.85;margin-top:6px}.tools-footer{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:35px;padding-bottom:35px}.tools-footer h2{font-size:23px}.tools-footer p{font-size:11px;color:var(--muted);margin-top:6px}.tools-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px;max-width:530px}.tools-actions small{display:block;flex:0 0 100%;text-align:right;color:var(--muted);font-size:10px;margin-top:2px}.site-footer{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding-top:20px;padding-bottom:24px;gap:20px;font-size:10px;color:var(--muted)}.site-footer>span:first-child{font-weight:650;color:var(--green)}.site-footer b{font-weight:400;color:#a4af99;margin:0 9px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,15px);z-index:150;padding:12px 20px;background:#203d31f5;color:white;box-shadow:0 8px 25px #102a231f;border-radius:7px;font-size:12px;max-width:calc(100% - 32px);text-align:center;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}.toast.visible{opacity:1;transform:translate(-50%,0)}dialog{border:1px solid #ccd7c1;background:var(--bg);color:var(--ink);border-radius:12px;width:min(720px,calc(100vw - 32px));max-height:calc(100dvh - 50px);padding:28px;box-shadow:0 25px 100px #102b2355;overflow:auto}dialog::backdrop{background:#122a236e;backdrop-filter:blur(3px)}.dialog-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.dialog-top .kicker{margin:0}dialog h2{font-size:24px}dialog p{font-size:12px;color:var(--muted);margin:7px 0 15px}dialog textarea{display:block;width:100%;min-height:290px;resize:vertical;border:1px solid #ccd8c2;padding:16px;border-radius:7px;background:#fff;font-size:13px;line-height:1.85}.dialog-actions{display:flex;gap:10px;margin-top:16px}
/* Mid-size screens */
@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.header-inner{width:calc(100% - 44px);gap:17px}.site-header nav{gap:15px}.header-print{display:none}.brand>span{font-size:21px}.hero-copy{padding-left:33px}.summary-bar>div{padding:0 17px}.summary-bar strong{font-size:12px}.summary-bar small{font-size:10px}.detail-split{grid-template-columns:270px minmax(0,1fr);gap:18px}.location-card{padding:22px}.location-card h3{font-size:23px}.baipu-main .table-wrap table{min-width:530px}.budget-layout{grid-template-columns:minmax(0,1fr) 265px;gap:18px}.budget-table td{padding:11px 10px}.rail-summary{gap:16px;padding:22px}.rail-summary h3{font-size:25px}.rail-summary p{font-size:10px}.rail-summary>div:nth-child(2){padding-left:20px}.rail-summary .btn{font-size:11px;padding:11px}.safety{grid-template-columns:240px 1fr}.schedule-table td:nth-child(2){width:205px}.day-heading{gap:18px}}
@media(max-width:850px){html{scroll-padding-top:77px}.header-inner{height:66px;gap:16px}.brand svg{width:31px}.brand>span{font-size:21px}.site-header nav{gap:14px}.site-header nav a{font-size:11px}.section-head{align-items:flex-start}.section-head p{max-width:260px;font-size:11px}h2{font-size:23px}.hero{height:294px}.hero-copy{padding-top:46px}.hero h1{font-size:39px}.hero-buttons{gap:20px}.summary-bar{grid-template-columns:1fr 1fr;padding:0}.summary-bar>div{padding:16px 20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.summary-bar>div:nth-child(2){border-right:0}.summary-bar>div:nth-child(3){border-bottom:0}.summary-bar>div:nth-child(4){border:0}.summary-bar strong{font-size:13px}.summary-bar small{font-size:10.5px}.status-line{gap:12px;flex-wrap:wrap}.status-line p{order:3;flex-basis:100%;font-size:9.5px}.status-line a{margin-left:auto}.decision-grid{gap:10px}.decision{padding:14px}.decision strong{font-size:12px}.decision p{font-size:11px}.section{padding-top:42px;padding-bottom:42px}.detail-split{grid-template-columns:1fr}.location-card{display:grid;grid-template-columns:260px 1fr;column-gap:25px;padding:24px}.location-card>.kicker{grid-column:1}.location-card>h3{grid-column:1;grid-row:2;margin:0;font-size:24px}.location-card>dl{grid-column:2;grid-row:1/4;display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.location-card>.btn{grid-column:1;margin-top:20px;align-self:end}.location-card dl>div{padding:6px 0}.location-card dl>div:last-child{grid-column:1/-1}.location-card dd{font-size:11px}.three-col{gap:14px}.fact-cards article{padding:19px 15px}.fact-cards h3{font-size:14px}.fact-cards p{font-size:11px}.card-index{right:14px}.scenario-card{padding:20px 19px}.scenario-title{gap:9px}.scenario-title>span{width:33px;height:36px}.scenario-title h3{font-size:19px}.scenario-title>b{font-size:9px;padding:2px 5px}.scenario-route{font-size:12px}.mini-timeline li{font-size:11px;gap:10px}.forest-alert{display:block}.forest-alert b{display:block;margin-bottom:4px}.sapu-bottom{gap:23px}.sapu-bottom h3{font-size:17px}.sapu-bottom p{font-size:11px}.rail-summary{flex-wrap:wrap}.rail-summary>div:first-child{flex:1 0 60%}.rail-summary>div:nth-child(2){border:0;padding:0;flex-shrink:0}.rail-summary>.btn{min-height:36px;padding:8px 15px}.budget-layout{grid-template-columns:1fr}.budget-aside{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}.budget-input-card{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px 20px}.budget-input-card h3{grid-column:1/-1;margin-bottom:0}.budget-input-card label{margin:3px 0 0}.budget-input-card label[for=cost-naqu]{grid-column:1;grid-row:2}.budget-input-card #cost-naqu{grid-column:1;grid-row:3}.budget-input-card label[for=cost-biru]{grid-column:2;grid-row:2}.budget-input-card #cost-biru{grid-column:2;grid-row:3}.budget-input-card label[for=cost-biru-transfer]{grid-column:1;grid-row:4}.budget-input-card #cost-biru-transfer{grid-column:1;grid-row:5}.budget-input-card label[for=reserve]{grid-column:2;grid-row:4}.budget-input-card #reserve{grid-column:2;grid-row:5}.budget-input-card p{grid-column:1/-1;grid-row:6;margin:0}.budget-result{margin-top:0}.budget-note{margin:0}.budget-aside>#export-budget{justify-self:end}.budget-table td:first-child{width:65%}.budget-table td:nth-child(2){width:20%}.budget-table td:last-child{width:15%}.check-grid{gap:20px}.check-group h3{font-size:14px}.check-item strong{font-size:11px}.check-item small{font-size:10px}.safety{grid-template-columns:1fr;gap:10px;padding:22px}.safety h3{font-size:18px}.safety .kicker{font-size:10px;margin-bottom:5px}.source-list{column-gap:22px}.tools-footer{gap:24px}.tools-footer h2{font-size:21px}.tools-actions{max-width:340px;gap:6px}.tools-actions .btn{font-size:11px;padding:10px 12px}}
/* Small screens: short rows become readable cards instead of a shrunken desktop */
@media(max-width:700px){.wrap{width:calc(100% - 32px)}.header-inner{width:calc(100% - 32px);height:62px}.brand>span{font-size:20px}.brand small{font-size:7px}.menu-toggle{display:grid;margin-left:auto;font-size:22px;width:34px;height:34px}.site-header nav{position:absolute;left:0;right:0;top:62px;padding:15px 20px 20px;gap:6px;display:none;grid-template-columns:repeat(3,1fr);background:var(--bg);border-bottom:1px solid var(--line);box-shadow:0 9px 15px #16372d13}.site-header nav.open{display:grid}.site-header nav a{font-size:12px;text-align:center;padding:9px 4px;border-radius:4px;background:#eaf0e4}.edition{padding-top:13px;padding-bottom:11px;font-size:9px;letter-spacing:.03em;gap:10px}.edition b{margin-left:5px;font-size:9px}.edition .edition-label{font-size:8px;padding:2px 5px}.hero{height:282px;border-radius:9px}.hero-copy{padding:31px 23px}.hero h1{font-size:34px;max-width:380px;line-height:1.45;letter-spacing:0;margin:13px 0 12px}.hero h1 span{margin:0 2px}.hero-eyebrow{font-size:9px;letter-spacing:.1em}.hero p{font-size:10px;max-width:280px;line-height:1.9}.hero-buttons{margin-top:19px;gap:12px;flex-wrap:wrap}.hero .btn{font-size:11px;padding:10px 13px;min-height:38px}.hero-link{font-size:10px;line-height:1.6}.hero-overlay{background:linear-gradient(90deg,#0b221fc4,#102b2742),linear-gradient(0deg,#10272db3,transparent 75%)}.photo-label{font-size:8px;right:12px;bottom:9px}.summary-bar>div{padding:13px 14px}.summary-bar span{font-size:11px}.summary-bar strong{font-size:11px}.summary-bar small{font-size:9px;line-height:1.65}.status-line{font-size:9px;gap:5px 10px;padding-top:10px}.status-line p{font-size:9px;line-height:1.7}.status-line+.section{padding-top:28px}.section{padding-top:32px;padding-bottom:32px}.section-head{display:block;margin-bottom:17px}.section-head>div{gap:11px}.section-no{width:27px;height:27px;font-size:10px}h2{font-size:22px}.section-head p{text-align:left;max-width:none;font-size:10px;margin-top:8px;line-height:1.8}.decision-grid{grid-template-columns:1fr;gap:8px;margin-bottom:15px}.decision{padding:11px 13px;border-left-width:3px;display:grid;grid-template-columns:66px 1fr;column-gap:8px;align-items:start}.decision>span{grid-row:1/3;grid-column:1;padding-top:2px;font-size:9px}.decision strong{grid-column:2;font-size:12px;margin:0}.decision p{grid-column:2;font-size:10.5px;line-height:1.75;margin:3px 0 0}.overview-table table{min-width:0}.overview-table thead{display:none}.overview-table table,.overview-table tbody{display:block}.overview-table tr{display:grid;grid-template-columns:65px minmax(0,1fr);padding:12px 13px;border-bottom:1px solid var(--line);gap:4px 10px}.overview-table tr:last-child{border:0}.overview-table td{border:none;padding:0!important;width:auto!important;font-size:11px!important;line-height:1.75}.overview-table td:first-child{grid-row:1/5;grid-column:1}.overview-table .day-link{font-size:15px}.overview-table .day-link small{font-size:9px;margin-top:4px}.overview-table td:nth-child(2){grid-column:2;font-size:12px!important}.overview-table td:nth-child(3):before{content:'交通 ';font-size:9px;color:#87957a;margin-right:5px}.overview-table td:nth-child(4):before{content:'住宿 ';font-size:9px;color:#87957a;margin-right:5px}.overview-table td:nth-child(5):before{content:'边界 ';font-size:9px;color:#ab8058;margin-right:5px}.overview-table td:last-child{font-size:10px!important;color:#8a6a48}.footnote{font-size:9.5px;line-height:1.85}.itinerary-tools{font-size:10px;gap:8px;align-items:center}.itinerary-tools>div{gap:5px}.itinerary-tools .small-btn{font-size:10px;padding:7px 8px;min-height:33px}.day-tabs{gap:5px;margin-bottom:11px}.day-tab{min-width:66px;padding:8px 6px;flex:none}.day-tab b{font-size:15px}.day-tab small{font-size:9px}.day-panel{margin-bottom:14px;scroll-margin-top:76px}.day-heading{padding:18px 16px;gap:11px;position:relative;flex-wrap:wrap}.day-number{font-size:25px;min-width:65px}.day-number small{font-size:8px;margin-top:7px}.day-heading>div:nth-child(2){flex:1;min-width:0;padding-right:0}.day-heading h3{font-size:19px}.day-heading .kicker{font-size:8px;margin-bottom:3px}.day-heading p:not(.kicker){font-size:11px;line-height:1.8;margin-top:6px}.copy-day{margin:0 0 0 76px;min-height:30px;font-size:10px;padding:5px 10px}.day-stats{grid-template-columns:1fr;gap:8px;padding:13px 16px}.day-stats>div{display:grid;grid-template-columns:57px 1fr;gap:8px}.day-stats span{font-size:9px;margin:0;padding-top:1px}.day-stats strong{font-size:11px}.deadline{padding:11px 16px;gap:8px;font-size:11px}.deadline>span{font-size:9px;padding-top:1px;width:57px;flex-shrink:0}.schedule-table table,.schedule-table tbody{display:block}.schedule-table thead{display:none}.schedule-table tr{display:grid;grid-template-columns:81px minmax(0,1fr);gap:6px 11px;padding:14px 16px;border-bottom:1px solid #e4eadc}.schedule-table tr:last-child{border:0}.schedule-table td{display:block;width:auto!important;padding:0!important;border:0;font-size:12px!important;line-height:1.85}.schedule-table td:first-child{grid-column:1;grid-row:1/3;font-size:10px!important;line-height:1.8;padding-top:1px!important;font-weight:500}.schedule-table td:nth-child(2){grid-column:2;grid-row:1}.schedule-table td:last-child{grid-column:2;grid-row:2;font-size:11px!important;color:#67725e}.schedule-table td strong{font-size:12px;line-height:1.65}.day-notes{grid-template-columns:1fr;gap:13px;padding:16px}.day-notes>div{display:grid;grid-template-columns:76px 1fr;column-gap:13px}.day-notes h4{font-size:11px;margin:0;padding-top:1px}.day-notes p{font-size:11px}.day-money{padding:12px 16px;font-size:10px;line-height:1.9}.day-money b{display:block;margin:0 0 3px}.day-pagination{gap:10px}.day-pagination>span{display:none}.day-pagination .small-btn{font-size:10px;min-height:34px;padding:7px 10px}.location-card{display:block;padding:20px}.location-card h3{font-size:25px;margin-bottom:14px}.location-card br{display:none}.location-card>.kicker{font-size:9px}.location-card>dl{display:grid;grid-template-columns:1fr 1fr;gap:0 17px}.location-card dl>div:last-child{grid-column:1/-1}.location-card dt{font-size:9px}.location-card dd{font-size:11px}.location-card .btn{margin-top:18px;font-size:11px;min-height:38px}.baipu-main>.notice{font-size:11px;padding:13px 15px}.baipu-main .table-wrap table{min-width:0;display:block}.baipu-main .table-wrap thead{display:none}.baipu-main .table-wrap tbody{display:block}.baipu-main tr{display:block;padding:15px;border-bottom:1px solid var(--line)}.baipu-main tr:last-child{border:0}.baipu-main td{display:block;width:100%!important;border:0;padding:0!important;font-size:11px}.baipu-main td+td{margin-top:7px}.baipu-main td:first-child{display:flex;align-items:center;gap:8px}.baipu-main td .tag{margin-bottom:0;font-size:9px}.baipu-main td strong{font-size:12px}.baipu-main td:last-child{color:var(--muted)}.fact-cards{grid-template-columns:1fr;gap:11px;margin-top:18px}.fact-cards article{padding:17px 18px 15px}.fact-cards h3{font-size:15px;margin-bottom:7px}.fact-cards p{font-size:11px}.fact-cards .muted{font-size:10px}.compact-details summary,.sources-details summary{padding:13px 15px;font-size:11px}.detail-body{padding:15px;font-size:11px}.scenario-toolbar{display:block;margin-bottom:17px}.scenario-toolbar>span{font-size:10px;display:block;margin-bottom:10px}.segmented{display:flex}.segmented button{flex:1;padding:8px 10px;font-size:11px}.scenario-cards{grid-template-columns:1fr;gap:14px}.scenario-card{padding:20px}.scenario-title h3{font-size:21px}.scenario-title>span{width:38px;height:40px}.scenario-title small{font-size:9px}.scenario-title>b{font-size:9px}.scenario-route{font-size:12px;margin-top:16px}.mini-timeline li{font-size:11px;gap:13px}.quote-line{padding:12px 0}.quote-line>strong{font-size:24px}.quote-line>span{font-size:9px}.scenario-card>.btn{font-size:11px;min-height:39px}.scenario-card.is-muted{opacity:.8}.forest-alert{font-size:11px;padding:14px;margin:17px 0}.forest-alert b{white-space:normal}.comparison td,.comparison th{font-size:11px;padding:10px 12px}.comparison table{min-width:610px}.comparison td:first-child{width:110px}.sapu-bottom{grid-template-columns:1fr;gap:25px;margin-top:25px}.sapu-bottom h3{font-size:19px}.sapu-bottom p{font-size:11px}.driving-strip{gap:8px;margin-top:22px;padding-top:18px}.driving-strip b{font-size:19px}.driving-strip>span{font-size:9px;line-height:1.8}.driving-strip p{font-size:9px;margin-top:7px}.rail-summary{padding:20px;gap:15px}.rail-summary>div:first-child{flex-basis:100%}.rail-summary h3{font-size:29px}.rail-summary h3 span{font-size:20px}.rail-summary p{font-size:10px;line-height:1.8;max-width:280px}.rail-summary>div:nth-child(2)>strong{font-size:28px}.rail-summary strong span{font-size:11px}.rail-summary>div:nth-child(2){flex:1}.rail-summary>.btn{font-size:11px;min-height:37px}.two-col{grid-template-columns:1fr;gap:13px}.practical{margin-top:18px}.practical article{padding:19px}.practical h3{font-size:15px}.practical p{font-size:11px}.subheading{font-size:17px;margin-top:25px}.budget-layout{gap:20px}.budget-topline h3{font-size:15px}.budget-topline .text-btn{font-size:10px}.budget-table th,.budget-table td{padding:10px}.budget-table th{font-size:9px;white-space:normal}.budget-table td:first-child{width:auto}.budget-table td:nth-child(2){width:88px}.budget-table td:last-child{width:61px;padding-left:4px;padding-right:8px;font-size:11px}.budget-table td strong{font-size:11px;line-height:1.7}.budget-table td small{font-size:9px;line-height:1.8}.budget-table input{font-size:12px}.number-field{max-width:90px;padding:0 4px;gap:2px}.number-field>span{font-size:10px}.subtotal-line{padding:14px 10px;font-size:12px}.subtotal-line output{font-size:21px}.budget-input-card{padding:18px;gap:8px 14px}.budget-input-card h3{font-size:15px;margin-bottom:4px}.budget-input-card label{font-size:10px}.budget-input-card p{font-size:9px}.budget-result{padding:17px 15px;border-radius:8px}.budget-result>span{font-size:9px;line-height:1.8}.budget-result>output{font-size:27px;letter-spacing:-1px}.budget-result p{font-size:10px}.budget-result p b{display:block;margin:3px 0 0;font-size:14px}.budget-result small{font-size:9px;line-height:1.6}.budget-note{font-size:9px}.budget-aside>#export-budget{font-size:10px;min-height:34px;padding:7px 8px}.budget-warning{font-size:10px;padding:13px 15px;margin-top:20px}.check-progress{font-size:10px;padding:12px 13px;gap:10px}.check-progress .text-btn{font-size:10px}.check-progress progress{min-width:25px}.check-grid{grid-template-columns:1fr;gap:20px}.check-group h3{font-size:16px}.check-item{padding:11px 0;gap:12px}.check-item strong{font-size:12px}.check-item small{font-size:10.5px}.safety{padding:18px;gap:12px;margin-top:22px}.safety h3{font-size:18px}.safety p{font-size:11px}.safety small{font-size:9px}.source-intro{display:block;font-size:10px}.source-intro p+p{margin-top:8px}.source-list{grid-template-columns:1fr;padding:0 16px 5px}.source-list li{padding:14px 0;gap:10px;scroll-margin-top:79px}.source-list a{font-size:11px}.source-list small{font-size:9px}.source-list p{font-size:10px}.source-id{font-size:9px;padding:0 4px;height:19px}.tools-footer{display:block;padding-top:27px;padding-bottom:27px}.tools-footer h2{font-size:22px}.tools-footer p{font-size:10px;line-height:1.9}.tools-actions{max-width:none;justify-content:flex-start;gap:7px;margin-top:16px}.tools-actions .btn{font-size:10px;min-height:37px;padding:9px 11px}.tools-actions small{text-align:left;font-size:9px;line-height:1.8;margin-top:4px}.site-footer{font-size:9px;padding-top:16px;padding-bottom:21px;flex-wrap:wrap;gap:7px 13px}.site-footer>span:first-child{flex-basis:100%}.site-footer a{margin-left:auto}dialog{padding:20px}dialog h2{font-size:20px}dialog p{font-size:11px}dialog textarea{font-size:12px;padding:12px;min-height:260px}.dialog-actions .btn{font-size:12px}.dialog-top .icon-btn{width:32px;height:32px}}
@media(max-width:370px){.wrap{width:calc(100% - 24px)}.header-inner{width:calc(100% - 24px)}.edition{font-size:8px}.edition b{font-size:8px}.hero-copy{padding:28px 18px}.hero h1{font-size:30px}.hero p{font-size:9px}.hero-buttons{gap:9px}.hero-link{font-size:9px}.hero{height:284px}.summary-bar>div{padding:12px}.summary-bar span{font-size:10px}.summary-bar strong{font-size:10px}.summary-bar small{font-size:8.5px}.day-heading{padding:16px 13px}.day-heading h3{font-size:17px}.day-heading .kicker{font-size:7.5px}.day-number{font-size:23px;min-width:59px}.copy-day{margin-left:70px}.schedule-table tr{padding:13px;grid-template-columns:69px minmax(0,1fr);gap:5px 10px}.schedule-table td:first-child{font-size:9px!important}.day-notes{padding:15px 13px}.day-notes>div{grid-template-columns:67px minmax(0,1fr);gap:12px}.decision{grid-template-columns:60px 1fr;padding:10px 11px}.decision strong{font-size:11px}.decision p{font-size:10px}.budget-table td,.budget-table th{padding:9px 7px}.budget-table td:nth-child(2){width:78px}.budget-table td:last-child{width:55px;font-size:10px}.budget-table td strong{font-size:10px}.budget-table td small{font-size:8.5px}.budget-result{padding:14px 12px}.budget-result>output{font-size:23px}.budget-aside{gap:10px}.tools-actions .btn{padding:8px 9px;font-size:9px}h2{font-size:20px}.scenario-card{padding:17px}.check-progress{font-size:9px;gap:7px}.check-progress .text-btn{font-size:9px}.location-card h3{font-size:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Print every day, irrespective of the on-screen tab. Sources are opened by JS. */
@media print{@page{size:A4;margin:13mm}html{scroll-behavior:auto;scroll-padding:0}body{background:#fff;color:#18271a;font-size:10pt;line-height:1.6;-webkit-print-color-adjust:exact;print-color-adjust:exact}.wrap{width:100%}.site-header,.hero,.edition,.summary-bar,.status-line,.itinerary-tools,.day-tabs,.day-pagination,.copy-day,.scenario-toolbar,.tools-footer,.site-footer,.toast,dialog,.skip,.text-btn,.small-btn,.btn,.hero-link,.menu-toggle{display:none!important}.section{padding:15px 0;border:0;break-inside:auto;scroll-margin:0}.paper,.forest{background:#fff;color:#18271a;border:0}.section-head{margin:10px 0 15px}.section-head h2{font-size:18pt}.section-head p,.forest .section-head p{color:#59684e;font-size:8pt}.section-no{font-size:9pt}.day-panel,.day-panel[hidden]{display:block!important;box-shadow:none;border:1px solid #b8c4ae;margin:18px 0;break-before:page}.day-heading{padding:15px}.day-heading h3{font-size:16pt}.day-stats{padding:10px 15px}.day-stats strong{font-size:9pt}.day-stats span{font-size:8pt}.deadline{padding:8px 15px}.schedule-table table,.schedule-table tbody{display:table}.schedule-table tbody{display:table-row-group}.schedule-table thead{display:table-header-group}.schedule-table tr{display:table-row;break-inside:avoid}.schedule-table td,.schedule-table th{display:table-cell;padding:8px 10px!important;font-size:9pt!important}.schedule-table td:first-child{width:90px!important;font-size:8pt!important}.schedule-table td:nth-child(2){width:170px!important}.schedule-table td strong{font-size:9pt}.day-notes{padding:12px 15px;gap:15px}.day-notes p{font-size:8pt}.day-money{font-size:8pt;padding:8px 15px}.table-wrap{overflow:visible;border-radius:0}.table-wrap table{min-width:0!important}.table-wrap tr{break-inside:avoid}th,td{padding:7px 9px;font-size:8pt}.overview-table td,.overview-table td:last-child{font-size:8pt}.overview-table table,.overview-table tbody{display:table}.overview-table tbody{display:table-row-group}.overview-table thead{display:table-header-group}.overview-table tr{display:table-row}.overview-table td{display:table-cell;width:auto;line-height:1.6}.day-link{font-size:9pt}.day-link small{font-size:7pt}.decision-grid{gap:10px}.decision{padding:10px;break-inside:avoid}.decision strong{font-size:9pt}.decision p{font-size:8pt}.detail-split{grid-template-columns:1fr}.location-card{display:block;padding:15px;break-inside:avoid}.location-card h3{font-size:15pt}.location-card dl{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0 15px}.location-card dl dd{font-size:8pt}.location-card dl dt{font-size:7pt}.fact-cards{gap:12px}.fact-cards h3{font-size:11pt}.fact-cards p{font-size:8pt}.notice{padding:10px 13px;font-size:8pt}.compact-details,.sources-details{border-radius:0}.detail-body{font-size:8pt}.scenario-cards{gap:13px}.scenario-card,.scenario-card.is-muted{opacity:1;border:1px solid #c3cfb9;padding:15px;break-inside:avoid;box-shadow:none}.scenario-title h3{font-size:15pt}.scenario-title>b{font-size:7pt}.scenario-route,.mini-timeline li{font-size:8pt}.quote-line>strong{font-size:16pt}.forest-alert{background:#ecf0e6;color:#223522;font-size:8pt;border-color:#bacab2}.forest-alert b{color:#745124}.sapu-bottom h3{font-size:14pt}.sapu-bottom p,.sapu-bottom b,.sapu-bottom .kicker{color:#344831}.sapu-bottom p{font-size:8pt}.forest .ref{color:#8b5931}.driving-strip>span,.driving-strip b,.driving-strip p{color:#53654d}.rail-summary{padding:14px}.rail-summary h3{font-size:18pt}.two-col.practical h3{font-size:12pt}.two-col.practical p{font-size:8pt}.budget-layout{grid-template-columns:1fr}.budget-aside{display:grid;grid-template-columns:1fr 1fr;gap:15px}.budget-input-card{grid-column:1/-1;padding:15px}.budget-input-card input{padding:2px 6px;font-size:10pt}.budget-result{margin:0;padding:15px}.budget-note{grid-column:1/-1}.budget-table td strong{font-size:9pt}.budget-table td small{font-size:7pt}.budget-table input{font-size:9pt}.budget-result>output{font-size:24pt}.check-grid{gap:15px}.check-item{padding:8px 0}.check-item strong{font-size:8pt}.check-item small{font-size:7pt}.safety{padding:15px;grid-template-columns:190px 1fr;gap:20px}.safety h3{font-size:13pt}.safety p{font-size:8pt}.source-list{grid-template-columns:1fr 1fr;column-gap:18px}.source-list li{padding:10px 0;break-inside:avoid}.source-list a{font-size:8pt}.source-list small{font-size:6.5pt}.source-list p{font-size:7pt}.source-intro{font-size:8pt}.footnote{font-size:7pt}h2,h3,h4{break-after:avoid}.check-progress{font-size:8pt}.check-progress button{display:none}#sources{break-before:page}.scenario-card a,.location-card a{display:none}.budget-warning{font-size:8pt}a{color:inherit}a.ref{text-decoration:none}body.js .day-pagination{display:none!important}}

/* Progressive enhancement: non-JS readers still get usable section navigation. */
body:not(.js) .menu-toggle,body:not(.js) .print-trigger,body:not(.js) #expand-days,body:not(.js) .copy-day,body:not(.js) [data-template],body:not(.js) .scenario-toolbar,body:not(.js) #offline-save,body:not(.js) #reset-budget,body:not(.js) #export-budget,body:not(.js) #reset-checks{display:none}
@media(max-width:850px){body:not(.js) .site-header{position:static}body:not(.js) .header-inner{height:auto;flex-wrap:wrap;padding-block:14px;gap:12px}body:not(.js) .site-header nav{position:static;display:flex;flex-wrap:wrap;background:transparent;box-shadow:none;border:0;padding:0;width:100%;gap:5px}body:not(.js) .site-header nav a{padding:5px 8px}}
