:root {
  --forest-950: #102f28;
  --forest-800: #1b4f42;
  --forest-700: #276454;
  --forest-100: #dcebe4;
  --mint-50: #f3f8f5;
  --paper: #ffffff;
  --ink: #18211e;
  --muted: #64706b;
  --line: #dce3df;
  --amber: #f2b84b;
  --coral: #df6b50;
  --blue: #3988a4;
  --shadow: 0 12px 32px rgba(16, 47, 40, .09);
  --page: min(1120px, calc(100% - 40px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; line-height: 1.6; letter-spacing: 0; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.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; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.page-section { width: var(--page); margin: 0 auto; }

.topbar { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100% - 1120px) / 2)); color: #fff; background: rgba(11, 36, 30, .72); border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.brand-mark { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--forest-950); background: var(--amber); font-weight: 900; }
.topnav { display: flex; gap: 28px; font-size: 14px; }
.topnav a { opacity: .86; }
.topnav a:hover { opacity: 1; }
.plan-picker { position: relative; display: flex; align-items: center; margin-left: auto; margin-right: 34px; }
.plan-picker select { min-height: 40px; max-width: 220px; padding: 7px 34px 7px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; outline: 0; color: #fff; background: rgba(16,47,40,.45); font-weight: 700; appearance: none; cursor: pointer; }
.plan-picker select:focus-visible { box-shadow: 0 0 0 3px rgba(242,184,75,.35); }
.plan-picker option { color: var(--ink); background: #fff; }
.plan-picker > svg { position: absolute; right: 10px; width: 15px; pointer-events: none; transform: rotate(90deg); }

.hero { position: relative; min-height: min(760px, 82svh); display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: var(--forest-950); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 42%; }
.hero-shade { background: linear-gradient(90deg, rgba(8,28,23,.82) 0%, rgba(8,28,23,.55) 42%, rgba(8,28,23,.08) 78%), linear-gradient(0deg, rgba(8,28,23,.65) 0%, transparent 48%); }
.hero-content { position: relative; z-index: 1; width: var(--page); margin: 0 auto; padding: 160px 0 110px; }
.eyebrow, .section-kicker { margin: 0 0 10px; color: var(--amber); font-size: 13px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; font-size: 76px; line-height: 1.03; letter-spacing: 0; }
.hero-route { margin: 25px 0 24px; font-size: 18px; font-weight: 600; }
.hero-route span { margin: 0 8px; color: var(--amber); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 6px; background: rgba(16,47,40,.35); font-size: 14px; backdrop-filter: blur(8px); }
.trip-status { position: absolute; z-index: 2; right: max(24px, calc((100% - 1120px) / 2)); bottom: 28px; display: flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; background: rgba(8,28,23,.62); font-size: 13px; backdrop-filter: blur(10px); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(242,184,75,.17); }

.overview { padding: 78px 0 86px; }
.section-heading { max-width: 680px; }
.section-heading h2 { margin: 0 0 12px; color: var(--forest-950); font-size: 42px; line-height: 1.16; letter-spacing: 0; }
.section-heading > p:last-child, .section-heading > div > p:last-child { margin: 0; color: var(--muted); }
.route-strip { display: flex; align-items: center; margin-top: 50px; padding-bottom: 8px; overflow-x: auto; scrollbar-width: thin; }
.route-stop { display: flex; align-items: center; gap: 12px; }
.route-stop div { display: flex; flex-direction: column; white-space: nowrap; }
.route-stop strong { font-size: 17px; }
.route-stop small { color: var(--muted); }
.route-index { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--forest-700); border-radius: 50%; color: var(--forest-700); font-size: 12px; font-weight: 800; }
.route-stop.featured .route-index { color: #fff; background: var(--forest-700); }
.route-line { position: relative; flex: 1 1 90px; min-width: 54px; height: 1px; margin: 0 20px; background: var(--line); }
.route-line::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid var(--forest-700); border-right: 1px solid var(--forest-700); transform: rotate(45deg); }
.route-line span { position: absolute; left: 50%; bottom: 8px; color: var(--muted); font-size: 11px; white-space: nowrap; transform: translateX(-50%); }

.itinerary-band { padding: 84px 0 96px; background: var(--mint-50); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.itinerary-band .page-section { position: relative; }
.heading-row { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.day-switch { position: absolute; top: 0; right: 0; display: inline-grid; grid-auto-flow: column; grid-auto-columns: minmax(112px, 1fr); max-width: 62%; padding: 4px; border-radius: 7px; background: var(--forest-100); overflow-x: auto; scrollbar-width: none; }
.day-switch::-webkit-scrollbar { display: none; }
.day-tab { min-width: 112px; padding: 10px 16px; border: 0; border-radius: 5px; color: var(--forest-700); background: transparent; font-weight: 800; cursor: pointer; }
.day-tab span { margin-left: 4px; font-size: 12px; font-weight: 500; }
.day-tab.active { color: #fff; background: var(--forest-800); box-shadow: 0 2px 8px rgba(16,47,40,.16); }
.day-panel { margin-top: 42px; }
.day-banner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 120px; padding: 28px 34px; border-radius: 8px; color: #fff; background: var(--forest-800) var(--banner-image) center 48% / cover; overflow: hidden; position: relative; }
.day-banner::before { content: ""; position: absolute; inset: 0; background: rgba(16,47,40,.76); }
.day-banner > * { position: relative; z-index: 1; }
.day-banner div { display: flex; flex-direction: column; }
.day-banner span { color: var(--amber); font-size: 13px; font-weight: 800; }
.day-banner strong { font-size: 25px; }
.day-banner p { margin: 0; text-align: right; }

.timeline { position: relative; margin: 46px 0 0; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; top: 22px; bottom: 22px; left: 88px; width: 1px; background: #bfd0c7; }
.timeline-item { position: relative; display: grid; grid-template-columns: 64px 20px minmax(0,1fr); gap: 14px; align-items: start; margin-bottom: 22px; scroll-margin-top: 110px; }
.timeline-item time { padding-top: 19px; color: var(--forest-700); font-size: 14px; font-weight: 800; }
.timeline-dot { position: relative; z-index: 2; box-sizing: border-box; width: 13px; height: 13px; min-width: 13px; min-height: 13px; margin: 23px auto 0; padding: 0; border: 3px solid var(--mint-50); border-radius: 50%; background: var(--forest-700); box-shadow: 0 0 0 2px var(--forest-700); }
.timeline-dot.play { background: var(--coral); box-shadow: 0 0 0 2px var(--coral); }
.timeline-dot.food { background: var(--amber); box-shadow: 0 0 0 2px #c88b1b; }
.timeline-dot.stay { background: var(--blue); box-shadow: 0 0 0 2px var(--blue); }
.event-card { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 5px 18px rgba(16,47,40,.05); }
.current-stop .event-card { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(219,103,78,.14), 0 8px 24px rgba(16,47,40,.09); }
.current-stop .timeline-dot { background: var(--coral); box-shadow: 0 0 0 2px var(--coral), 0 0 0 7px rgba(219,103,78,.14); }
.event-main { min-width: 0; }
.event-main h3 { margin: 1px 0 3px; color: var(--forest-950); font-size: 19px; line-height: 1.35; }
.event-main p { margin: 0; color: var(--muted); font-size: 14px; }
.event-tag { color: var(--coral); font-size: 11px; font-weight: 800; }
.current-label { display: inline-flex; margin-left: 8px; padding: 2px 7px; border-radius: 999px; color: #fff; background: var(--coral); font-size: 10px; font-weight: 800; }
.media-card { display: grid; grid-template-columns: minmax(220px, 38%) minmax(0, 1fr); align-items: stretch; gap: 0; padding: 0; overflow: hidden; }
.media-card > img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.media-card.reverse > img { object-position: center 62%; }
.event-body { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 28px 28px 28px 6px; }
.event-body .event-main h3 { font-size: 25px; }
.event-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 20px; }
.event-facts span { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 5px; color: var(--forest-800); background: var(--forest-100); font-size: 12px; font-weight: 700; }
.event-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.nav-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 9px 16px; border: 1px solid var(--forest-800); border-radius: 6px; color: #fff; background: var(--forest-800); font-size: 14px; font-weight: 800; white-space: nowrap; transition: transform .15s ease, background .15s ease; }
.nav-button:hover { background: var(--forest-700); transform: translateY(-1px); }
.nav-button.secondary { color: var(--forest-800); background: #fff; }
.nav-button.secondary:hover { color: #fff; background: var(--forest-800); }
.text-link { display: inline-flex; align-items: center; gap: 4px; color: var(--forest-700); font-size: 14px; font-weight: 800; white-space: nowrap; }
.text-link svg { width: 15px; }

section.stay { padding: 84px 0 96px; }
.selected-stay { display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border-radius: 6px; color: var(--forest-800); background: var(--forest-100); font-size: 13px; font-weight: 800; }
.stay-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 40px; }
.stay-option { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; min-height: 142px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); cursor: pointer; }
.stay-option:has(input:checked) { border-color: var(--forest-700); box-shadow: 0 0 0 2px rgba(39,100,84,.12), var(--shadow); }
.stay-option input { position: absolute; opacity: 0; pointer-events: none; }
.radio-mark { width: 20px; height: 20px; border: 2px solid #a8b7b0; border-radius: 50%; }
.stay-option input:checked + .radio-mark { border: 6px solid var(--forest-700); }
.stay-static { cursor: default; }
.stay-static > svg { width: 22px; height: 22px; color: var(--forest-700); }
.stay-copy { display: flex; flex-direction: column; min-width: 0; }
.stay-copy small { color: var(--coral); font-weight: 800; }
.stay-copy strong { color: var(--forest-950); font-size: 21px; }
.stay-copy > span { color: var(--muted); font-size: 14px; }
.stay-actions { display: flex; gap: 8px; }
.icon-button { display: inline-grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 6px; color: var(--forest-800); background: #fff; cursor: pointer; }
.icon-button:hover { color: #fff; border-color: var(--forest-800); background: var(--forest-800); }

.budget-band { padding: 84px 0 90px; background: #f7f9f8; border-top: 1px solid var(--line); }
.budget-summary { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 38px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.budget-summary > div { display: flex; flex-direction: column; }
.budget-summary span { color: var(--muted); font-size: 13px; font-weight: 700; }
.budget-summary strong { color: var(--forest-800); font-size: 34px; line-height: 1.2; }
.budget-summary p { max-width: 560px; margin: 0; color: var(--muted); font-size: 13px; }
.budget-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(250px, .8fr); gap: 48px; margin-top: 44px; }
.budget-layout h3, .tips-wrap h3 { margin: 0 0 18px; color: var(--forest-950); font-size: 19px; }
.table-scroll { max-width: 100%; overflow-x: auto; }
.ticket-wrap table { width: 100%; border-collapse: collapse; font-size: 14px; }
.ticket-wrap th, .ticket-wrap td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.ticket-wrap th { color: var(--muted); font-size: 12px; }
.ticket-wrap td:first-child { color: var(--forest-950); font-weight: 700; }
.ticket-link { display: inline-flex; align-items: center; gap: 4px; color: var(--forest-800); }
.ticket-link svg { width: 14px; height: 14px; }
.cost-wrap dl { margin: 0; }
.cost-wrap dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cost-wrap dt { color: var(--muted); }
.cost-wrap dd { margin: 0; color: var(--forest-950); font-weight: 800; white-space: nowrap; }
.tips-wrap { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
.tips-wrap ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 34px; margin: 0; padding-left: 20px; color: var(--muted); }
.tips-wrap li { padding-left: 4px; }
.image-credits { margin-top: 34px; color: var(--muted); font-size: 12px; }
.image-credits summary { display: inline-flex; min-height: 38px; align-items: center; color: var(--forest-700); font-weight: 700; cursor: pointer; }
.image-credits ul { margin: 8px 0 0; padding-left: 18px; }
.image-credits a { text-decoration: underline; text-underline-offset: 2px; }

.checklist-band { padding: 84px 0 72px; color: #fff; background: var(--forest-950); }
.checklist-band .section-heading h2 { color: #fff; }
.checklist-band .section-heading p:last-child { color: #afc3ba; }
.progress-wrap { display: grid; grid-template-columns: auto auto; align-items: end; gap: 0 7px; min-width: 180px; }
.progress-wrap strong { color: var(--amber); font-size: 27px; line-height: 1; }
.progress-wrap span { color: #afc3ba; font-size: 12px; }
.progress-track { grid-column: 1 / -1; height: 5px; margin-top: 12px; border-radius: 4px; background: rgba(255,255,255,.13); overflow: hidden; }
.progress-track i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--amber); transition: width .25s ease; }
.checklist-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 42px; }
.check-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.check-group legend { width: 100%; margin-bottom: 15px; padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.16); color: var(--amber); font-size: 13px; font-weight: 800; }
.check-group label { display: flex; align-items: center; gap: 10px; min-height: 42px; color: #f4f7f5; cursor: pointer; }
.check-group input { position: absolute; opacity: 0; }
.check-group label > span { display: grid; place-items: center; width: 21px; height: 21px; border: 1px solid #708a7f; border-radius: 5px; color: transparent; }
.check-group label > span svg { width: 14px; }
.check-group input:checked + span { color: var(--forest-950); border-color: var(--amber); background: var(--amber); }
.check-group label:has(input:checked) { color: #8ea69b; text-decoration: line-through; }
.reset-button { display: inline-flex; align-items: center; gap: 8px; margin-top: 30px; padding: 8px 0; border: 0; color: #afc3ba; background: transparent; font-size: 13px; cursor: pointer; }
.reset-button:hover { color: #fff; }

footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 28px max(24px, calc((100% - 1120px) / 2)); color: var(--muted); background: #f7f9f8; font-size: 12px; }
footer > div { display: flex; align-items: center; gap: 10px; color: var(--forest-950); }
footer .brand-mark { width: 28px; height: 28px; font-size: 12px; }
footer p { margin: 0; text-align: right; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: max(24px, env(safe-area-inset-bottom)); padding: 10px 16px; border-radius: 6px; color: #fff; background: rgba(16,47,40,.94); font-size: 13px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.mobile-nav { display: none; }

@media (max-width: 760px) {
  :root { --page: calc(100% - 28px); }
  html { scroll-padding-top: 116px; }
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  #itinerary, #stay, #budget, #checklist { scroll-margin-top: 112px; }
  .topbar { height: 58px; padding: 0 14px; padding-top: env(safe-area-inset-top); }
  .brand { font-size: 14px; }
  .brand-mark { width: 29px; height: 29px; }
  .topnav { display: none; }
  .plan-picker { min-width: 0; margin: 0 0 0 12px; }
  .plan-picker select { width: min(52vw, 210px); min-height: 42px; padding-left: 10px; overflow: hidden; text-overflow: ellipsis; font-size: 13px; }
  .hero { min-height: 72svh; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,28,23,.88) 0%, rgba(8,28,23,.3) 72%), linear-gradient(90deg, rgba(8,28,23,.25), transparent); }
  .hero-content { padding: 108px 0 96px; }
  .hero h1 { font-size: 44px; }
  .hero-route { font-size: 15px; }
  .hero-meta span { font-size: 12px; }
  .trip-status { right: 14px; bottom: 16px; }
  .overview, section.stay { padding: 58px 0 66px; }
  .section-heading h2 { font-size: 30px; }
  .route-strip { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; margin-top: 30px; padding: 0; overflow: visible; }
  .route-stop { width: 100%; min-height: 56px; padding: 4px 0; }
  .route-line { flex: none; width: 1px; min-width: 1px; height: 30px; margin: 0 0 0 18px; }
  .route-line::after { right: -3px; top: auto; bottom: 0; transform: rotate(135deg); }
  .route-line span { left: 16px; bottom: 5px; transform: none; }
  .itinerary-band { padding: 60px 0 68px; }
  .heading-row { display: block; }
  .day-switch { position: sticky; z-index: 20; top: calc(58px + env(safe-area-inset-top)); right: auto; width: 100%; max-width: none; margin: 22px 0 26px; padding: 5px; grid-auto-columns: minmax(96px, 1fr); box-shadow: 0 8px 18px rgba(16,47,40,.12); }
  .day-tab { min-width: 0; min-height: 44px; }
  .day-switch.compact-days { grid-template-columns: repeat(var(--day-count), minmax(0, 1fr)); grid-auto-flow: row; overflow: visible; }
  .day-switch.compact-days .day-tab { width: auto; padding: 6px 2px; font-size: 11px; line-height: 1.25; }
  .day-switch.compact-days .day-tab span { display: block; margin-left: 0; font-size: 10px; }
  .day-panel { margin-top: 0; }
  .day-banner { display: block; min-height: 148px; padding: 24px; }
  .day-banner strong { font-size: 21px; }
  .day-banner p { margin-top: 13px; text-align: left; font-size: 13px; }
  .timeline { margin-top: 32px; }
  .timeline::before { left: 8px; }
  .timeline-item { grid-template-columns: 20px minmax(0,1fr); gap: 10px; margin-bottom: 18px; }
  .timeline-item time { grid-column: 2; grid-row: 1; padding: 0 0 2px; font-size: 13px; }
  .timeline-dot { grid-column: 1; grid-row: 1 / span 2; margin-top: 5px; }
  .event-card { grid-column: 2; grid-row: 2; display: flex; flex-direction: column; align-items: stretch; gap: 14px; min-width: 0; padding: 17px; }
  .event-card .nav-button, .event-card .text-link { align-self: flex-start; }
  .event-actions { width: 100%; flex-direction: column; }
  .media-card { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; width: 100%; padding: 0; }
  .media-card > img { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 45%; }
  .media-card.reverse > img { object-position: center 58%; }
  .event-body { width: 100%; padding: 18px; }
  .event-body .event-main h3 { font-size: 22px; }
  .event-facts { margin: 14px 0 18px; }
  .nav-button { width: 100%; }
  .stay-options { grid-template-columns: 1fr; margin-top: 28px; }
  .selected-stay { margin-top: 20px; }
  .stay-option { min-height: 128px; padding: 19px 16px; gap: 12px; }
  .stay-actions { flex-direction: column; }
  .icon-button { width: 46px; height: 46px; }
  .budget-band { padding: 58px 0 64px; }
  .budget-summary { display: block; margin-top: 28px; padding: 20px 0; }
  .budget-summary strong { font-size: 30px; }
  .budget-summary p { margin-top: 12px; }
  .budget-layout { grid-template-columns: 1fr; gap: 38px; margin-top: 34px; }
  .ticket-wrap table { min-width: 560px; }
  .tips-wrap { margin-top: 38px; padding-top: 26px; }
  .tips-wrap ul { grid-template-columns: 1fr; gap: 9px; }
  .checklist-band { padding: 60px 0 52px; }
  .progress-wrap { width: 100%; margin-top: 22px; }
  .checklist-groups { grid-template-columns: 1fr; gap: 26px; margin-top: 34px; }
  footer { display: block; padding: 26px 18px; }
  footer p { margin-top: 15px; text-align: left; }
  .mobile-nav { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); height: calc(66px + env(safe-area-inset-bottom)); padding: 5px 12px env(safe-area-inset-bottom); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 -8px 24px rgba(16,47,40,.1); backdrop-filter: blur(14px); }
  .mobile-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-width: 0; min-height: 56px; border-radius: 6px; color: var(--muted); font-size: 11px; font-weight: 700; }
  .mobile-nav a svg { width: 21px; height: 21px; }
  .mobile-nav a.active { color: var(--forest-800); background: var(--mint-50); }
  .toast { bottom: calc(82px + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
