@import"https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600&family=DM+Sans:wght@400;500;600&display=swap";:root{font-family:DM Sans,PingFang SC,Microsoft YaHei,sans-serif;color:#28483e;background:#e9ede4;font-synthesis:none;--paper:#fafaf3;--ink:#28483e;--muted:#647569;--line:#dce2d7;--green:#315d47;--accent:#9e563d;--shadow:0 12px 36px #223e2920}*{box-sizing:border-box}body{margin:0;overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button{border:0;background:none}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,#scene:focus-visible{outline:2px solid #ae633f;outline-offset:4px}button:disabled{opacity:.45;cursor:wait}::selection{background:#b7ceaa;color:#193a2a}svg{display:block;width:18px;height:18px;stroke-width:1.6}i{display:inline-flex;font-style:normal;flex-shrink:0}#app,#scene,#labels{position:absolute;top:0;right:0;bottom:0;left:0}#scene canvas{display:block;width:100%;height:100%}#labels{pointer-events:none;overflow:hidden}header{position:absolute;top:30px;left:32px;right:30px;display:flex;align-items:center;justify-content:space-between;pointer-events:none;z-index:5}header>*{pointer-events:auto}.brand{display:flex;gap:13px;align-items:center}.seal{font-family:"Noto Serif SC",serif;background:#8b4b37;color:#fffaf0;font-size:24px;display:grid;place-items:center;width:42px;height:47px;border-radius:3px}.brand h1{font-family:"Noto Serif SC",serif;font-size:27px;letter-spacing:3px;margin:0;font-weight:600}.brand h1 span{color:#8b4b37}.brand-en{font-size:9px;letter-spacing:2.7px;margin-top:5px;display:block}.time-switch{display:flex;padding:5px;border-radius:30px;box-shadow:0 5px 24px #253b2110;background:var(--paper);position:absolute;left:50%;transform:translate(-50%);gap:3px}.time-switch button{border-radius:24px;display:flex;align-items:center;gap:7px;padding:10px 18px;font-size:12px;transition:background .2s,color .2s}.time-switch button.active{background:var(--green);color:#fff}.time-switch button:not(.active):hover{background:#e6eadf}.round-button,.paper-button{background:var(--paper);box-shadow:0 4px 16px #253b2110;display:flex;align-items:center;justify-content:center}.round-button{width:40px;height:40px;border-radius:50%}.round-button:hover,.map-tools button:hover{background:#dae3d2}.icon-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px}.icon-button:hover{background:#dce3d3}#explorer{position:absolute;left:30px;top:119px;width:265px;bottom:128px;max-height:593px;background:var(--paper);box-shadow:var(--shadow);border-radius:13px;display:flex;flex-direction:column;z-index:4}.explorer-heading{display:flex;align-items:flex-start;justify-content:space-between;padding:23px 18px 0 23px}.explorer-heading h2{font-family:"Noto Serif SC",serif;font-size:17px;font-weight:500;margin:0;letter-spacing:.5px}.explorer-heading p{font-size:11px;color:var(--muted);margin:9px 0 0}.explorer-heading svg{width:15px}.filter-tabs{display:flex;gap:4px;margin:20px 20px 9px;padding-bottom:12px;border-bottom:1px solid var(--line)}.filter-tabs button{font-size:11px;padding:6px 12px;border-radius:5px;color:var(--muted)}.filter-tabs button.active{background:#e2e9dc;color:#31553d}.filter-tabs button:hover{color:var(--ink);background:#edf0e8}#places{overflow:auto;padding:0 11px 9px;scrollbar-width:thin;scrollbar-color:#c3cfba transparent;flex:1}.place-row{display:flex;width:100%;align-items:center;text-align:left;gap:12px;padding:12px;border-radius:8px;transition:background .2s}.place-row:hover{background:#edf0e7}.place-row.active{background:#e6eddf}.place-row .place-icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#edf0e6;color:#708569}.place-row.active .place-icon{background:#d6e2cc;color:#345a3c}.place-name{font-family:"Noto Serif SC",serif;font-size:13px;display:block;font-weight:500}.place-en{font-size:9px;color:var(--muted);display:block;margin-top:3px;letter-spacing:.3px}.place-row>.row-arrow{margin-left:auto;opacity:0;color:var(--green)}.place-row:hover>.row-arrow,.place-row.active>.row-arrow{opacity:1}.row-arrow svg{width:14px}.explorer-foot{margin:0 22px;border-top:1px solid var(--line);display:flex;gap:6px;align-items:center;font-size:9px;padding:15px 0;color:var(--muted)}.explorer-foot>span:last-child{margin-left:auto;display:flex;align-items:center;gap:5px}.explorer-foot svg{width:12px;height:12px}.status-dot{width:5px;height:5px;background:#769c60;border-radius:50%;display:inline-block}.map-label{position:absolute;pointer-events:auto;display:flex;align-items:center;gap:7px;white-space:nowrap;transform:translate(-50%,-100%);font-size:11px;background:#fafaf3ef;padding:7px 11px 7px 8px;border-radius:5px;box-shadow:0 3px 10px #29463515;transition:background .2s;color:#294638}.map-label:before{content:"";height:6px;width:6px;background:#6e8c5d;border-radius:50%}.map-label.active{background:#365b42;color:#fff}.map-label.active:before{background:#d0e3b7}.map-label:hover{background:#e1ebd7;z-index:4}.map-label.active:hover{color:#28483e}.map-label:after{content:"";position:absolute;width:1px;height:15px;top:100%;left:50%;background:#71816c80}.map-tools{position:absolute;right:30px;bottom:96px;display:flex;align-items:center;gap:11px;flex-direction:column;z-index:3}.compass{height:63px;display:flex;align-items:center;flex-direction:column;font-size:10px;gap:2px}.compass svg{width:25px;height:35px}.zoom-group{background:var(--paper);border-radius:22px;overflow:hidden;box-shadow:0 4px 16px #253b2110}.zoom-group button{width:40px;height:40px;display:grid;place-items:center}.zoom-group button:first-child{border-bottom:1px solid var(--line)}footer{position:absolute;bottom:20px;left:30px;right:30px;display:flex;align-items:center;justify-content:space-between;color:#4c6757;font-size:9px;pointer-events:none;z-index:3}.interaction-hint{display:flex;gap:14px}.interaction-hint span{display:flex;align-items:center;gap:5px}.interaction-hint svg{width:13px;height:13px}.map-attribution{display:flex;gap:10px;align-items:center}.map-attribution a,.map-attribution button{pointer-events:auto}.map-attribution button{font-size:9px;padding:0}#scale{border-bottom:1px solid #5d735c;padding:0 8px 3px;min-width:38px;text-align:center;font-variant-numeric:tabular-nums}#place-detail{position:absolute;right:91px;bottom:104px;width:310px;background:var(--paper);border-radius:12px;padding:25px;box-shadow:var(--shadow);z-index:5}#place-detail .icon-button{position:absolute;top:14px;right:13px}#detail-category{font-size:10px;color:#658050}#detail-title{font-family:"Noto Serif SC",serif;font-size:26px;font-weight:500;margin:12px 0}#detail-description{font-size:12px;color:var(--muted);line-height:1.9;margin:0 0 20px}.detail-bottom{border-top:1px solid var(--line);padding-top:14px;display:flex;justify-content:space-between;font-size:9px}.detail-bottom a{display:flex;gap:4px}.detail-bottom svg{width:11px;height:11px}#detail-coord{font-variant-numeric:tabular-nums}#expand{position:absolute;left:30px;top:120px;border-radius:24px;padding:12px 18px;font-size:12px;gap:8px;z-index:5}[hidden]{display:none!important}#loader{position:absolute;top:0;right:0;bottom:0;left:0;background:#eeeee6;z-index:20;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:opacity .6s}.loading-mark{font-family:"Noto Serif SC",serif;color:#f9f5e9;background:#91533c;padding:9px 12px;font-size:35px;border-radius:3px}#loader h2{font-family:"Noto Serif SC",serif;font-size:24px;font-weight:400;margin:27px 0 0}#loader p{font-size:12px;color:var(--muted);margin-top:14px}.loading-line{height:2px;width:170px;background:#d6dfcf;margin-top:22px;overflow:hidden}.loading-line span{display:block;background:#4e7350;width:40%;height:100%;animation:loading 1.5s infinite ease-in-out}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(350%)}}dialog{background:var(--paper);color:var(--ink);border:0;border-radius:15px;padding:30px 34px;max-width:570px;width:calc(100% - 32px);box-shadow:0 24px 90px #13271840}dialog::backdrop{background:#18312360;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.dialog-top h2{font-family:"Noto Serif SC",serif;font-size:22px;font-weight:500;margin:0}dialog p,dialog dd{font-size:12px;line-height:1.9;color:var(--muted)}dialog p{margin-top:20px}dialog dt{font-weight:600;font-size:12px;margin-top:19px}dialog dd{margin:7px 0 0}dialog a{text-decoration:underline;text-underline-offset:3px}.data-note{border-top:1px solid var(--line);padding-top:15px}#toast{position:absolute;left:50%;bottom:105px;transform:translate(-50%);background:#28483eee;color:#fff;padding:10px 18px;font-size:11px;border-radius:20px;opacity:0;pointer-events:none;transition:opacity .25s;z-index:10}#toast.show{opacity:1}body.night{--paper:#192f36;--ink:#e1e9dc;--muted:#b3c2b7;--line:#3b5052;--green:#587759;color:var(--ink)}body.night .brand,body.night footer,body.night .compass{color:#e4e7d5}body.night .map-label{background:#203940ef;color:#edf1db}body.night .filter-tabs button.active,body.night .place-row.active{background:#344d47;color:#eff2df}body.night .place-row .place-icon{background:#344d47;color:#d2dfc9}body.night .place-row:hover{background:#294249}body.night .time-switch button:not(.active):hover{background:#344d47}body.night .round-button:hover,body.night .map-tools button:hover{background:#38524e}body.night .map-label.active{background:#6b7e53}body.night .icon-button:hover{background:#3c524c}body.sunset{--paper:#faf3e5;--line:#e3d9c9;--muted:#776e56;--green:#675d3c;--ink:#554934;color:var(--ink)}@media(min-width:1600px){#explorer{width:280px;max-height:640px}.place-row{padding:14px 12px}header{top:38px;left:38px}#explorer{top:140px;left:38px}}@media(max-height:730px)and (min-width:701px){#explorer{top:108px;bottom:112px}.explorer-heading{padding-top:18px}.filter-tabs{margin-top:15px}.place-row{padding:9px 12px}}@media(max-width:950px){.interaction-hint{display:none}.map-attribution{margin-left:auto}#explorer{width:239px}.explorer-heading{padding-left:18px}.explorer-heading h2{font-size:15px}.filter-tabs{margin-left:15px;margin-right:15px}.time-switch button{padding:10px 13px}#place-detail{width:280px}}@media(max-width:700px){header{top:19px;left:20px;right:18px;align-items:flex-start}.brand{gap:9px}.seal{width:32px;height:38px;font-size:21px}.brand h1{font-size:21px;letter-spacing:2px}.brand-en{font-size:7px;letter-spacing:1.9px}.time-switch{top:62px;left:auto;right:0;transform:none;padding:4px}.time-switch button{font-size:11px;padding:8px 11px;gap:5px}.time-switch svg{width:14px;height:14px}#about{width:34px;height:34px}#explorer{top:133px;left:18px;width:250px;bottom:140px;max-height:520px}#expand{left:18px;top:82px;padding:10px 14px;font-size:11px}.map-tools{right:18px;bottom:130px;gap:9px}.map-tools .round-button,.zoom-group button{width:36px;height:36px}footer{left:18px;right:18px;bottom:17px;font-size:8px}.map-attribution{width:100%;justify-content:space-between;gap:7px}.map-attribution button{font-size:8px}#place-detail{left:18px;right:70px;bottom:122px;width:auto;padding:20px}#detail-title{font-size:23px;margin:8px 0}#detail-description{font-size:11px;line-height:1.8;margin-bottom:12px}.map-label{font-size:10px;padding:6px 8px}dialog{padding:24px}.dialog-top h2{font-size:19px}#toast{bottom:108px;max-width:90%;white-space:nowrap}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}header:before{content:"";position:fixed;top:0;left:0;right:0;height:110px;background:linear-gradient(to bottom,#e7eddeed,transparent);pointer-events:none;z-index:-1}body.night header:before{background:linear-gradient(to bottom,#132930f0,transparent)}body.sunset header:before{background:linear-gradient(to bottom,#ecd5b6ee,transparent)}.collection-tabs{display:flex;gap:3px;margin:18px 20px 0;background:#e9eee3;padding:3px;border-radius:8px}.collection-tabs button{flex:1;white-space:nowrap;font-size:11px;padding:8px 3px;border-radius:6px;color:var(--muted)}.collection-tabs button.active{background:var(--paper);color:var(--ink);box-shadow:0 2px 6px #2d402214}.place-search{display:flex;gap:8px;align-items:center;margin:13px 22px 0;border-bottom:1px solid var(--line);padding-bottom:9px;color:var(--muted)}.place-search svg{width:14px;height:14px}.place-search input{width:100%;min-width:0;font:inherit;font-size:11px;border:0;background:transparent;color:var(--ink);outline-offset:4px;caret-color:var(--green)}.place-search input::placeholder{color:var(--muted)}.filter-tabs{margin-top:9px;padding-bottom:9px;margin-bottom:5px}.empty-places{padding:24px 12px;font-size:12px;line-height:2;color:var(--muted)}#catalog-note{font-size:9px;line-height:1.7;margin:3px 23px 10px;color:var(--muted)}.source-note{font-size:10px;line-height:1.7;color:var(--muted);margin:-7px 0 16px}.entry-label{border:1px dashed #9b7749}.entry-label:before{border-radius:1px;background:#a17645}.place-row:has(.place-icon svg) .place-en{max-width:155px}body.night .collection-tabs{background:#294249}body.sunset .collection-tabs{background:#e9e1d1}@media(max-width:700px){.collection-tabs{margin-top:14px}.place-search{margin-top:11px}#explorer{max-height:570px}.source-note{font-size:9px;margin-bottom:10px}}.auto-time-status{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);font-size:10px;white-space:nowrap;color:var(--ink);background:var(--paper);border-radius:12px;padding:3px 10px;font-variant-numeric:tabular-nums;pointer-events:none}@media(min-width:701px)and (max-width:950px){.time-switch{left:auto;right:52px;transform:none}}@media(max-width:700px){.time-switch{left:0;right:auto}.auto-time-status{left:10px;transform:none}#expand,#explorer{top:156px}}.explore-modes{display:flex;gap:4px;margin:18px 20px 0;padding-bottom:10px;border-bottom:1px solid var(--line)}.explore-modes button{flex:1;padding:7px;font-size:12px;border-radius:6px;color:var(--muted)}.explore-modes button.active{color:var(--ink);background:#dde6d5}body.night .explore-modes button.active{background:#344d47}#route-planner{padding:14px 21px 8px;max-height:245px;overflow:auto}#route-planner>label{font-size:10px;display:block;color:var(--muted);margin-bottom:8px}#trip-select{font:500 16px "Noto Serif SC",serif;width:100%;padding:8px 9px;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:6px}#trip-duration{font-size:10px;line-height:1.7;color:var(--muted);margin:9px 0}#trip-intro,#trip-tip{font-size:11px;line-height:1.8;margin:8px 0}#route-planner details{font-size:10px;color:var(--muted)}#route-planner details small{display:block;font-size:9px;margin-top:5px}#trip-source{text-decoration:underline}#route-planner summary{cursor:pointer}#start-trip{margin-top:12px;width:100%;background:var(--green);color:#fff;border-radius:7px;padding:10px;font-size:12px}#place-detail,body.is-roaming #place-detail{top:119px;bottom:auto;right:30px;width:340px;max-height:calc(100dvh - 235px);padding:22px;overflow:auto;scrollbar-width:thin}#detail-title{font-size:23px;margin:8px 0 14px}#detail-photo{margin:0 0 14px}#enlarge-photo{display:block;position:relative;width:100%;padding:0;border-radius:7px;overflow:hidden;background:#d6ddd0}#detail-image{display:block;width:100%;height:157px;object-fit:cover}#enlarge-photo>span{position:absolute;left:0;bottom:0;background:#192c2acc;color:#fff;padding:5px 9px;font-size:9px;border-top-right-radius:6px}#detail-photo figcaption{display:flex;justify-content:space-between;gap:8px;font-size:8px;line-height:1.5;color:var(--muted);padding-top:5px}#photo-credit{max-width:78%;text-decoration:underline}#photo-date{white-space:nowrap}.story-copy h3{font-size:10px;font-weight:500;margin:13px 0 5px;color:var(--ink)}.story-copy p{font-size:12px;line-height:1.85;margin:0;color:var(--muted)}#detail-source{margin-top:15px}#photo-dialog{width:min(960px,calc(100% - 28px));max-width:960px;padding:20px}#close-photo{position:absolute;right:8px;top:6px;font-size:24px;background:var(--paper)}#full-photo{display:block;max-height:75dvh;max-width:100%;margin:auto;object-fit:contain}#full-photo-caption{font-size:11px;margin:12px 0 6px}#full-photo-source{font-size:11px;text-decoration:underline}@media(max-width:700px){.explore-modes{margin:13px 15px 0}#route-planner{padding:10px 16px;max-height:200px}#place-detail,body.is-roaming #place-detail{top:auto;left:18px;right:18px;bottom:108px;width:auto;max-height:38dvh;padding:17px 18px}#detail-image{height:130px}#detail-photo{margin-bottom:9px}.story-copy p{font-size:11px}#detail-title{font-size:21px;margin:7px 0 10px}body.is-roaming .map-tools{bottom:calc(38dvh + 120px);gap:5px}body.is-roaming .map-tools .compass,body.is-roaming .map-tools .zoom-group,body.is-roaming .map-tools #region,body.is-roaming .map-tools #toggle-labels{display:none}}@media(max-height:650px)and (max-width:700px){#detail-image{height:90px}#place-detail,body.is-roaming #place-detail{max-height:35dvh}body.is-roaming .map-tools{display:none}}@media(min-width:701px){#place-detail,body.is-roaming #place-detail{right:91px}}.community-open{position:absolute;right:59px;top:4px;padding:11px 16px;border-radius:24px;font-size:12px}.detail-community{width:100%;border:1px solid var(--line);border-radius:12px;text-align:left;padding:12px 14px;margin:12px 0;font-size:12px;background:#e9eee3}.community-dialog{width:min(880px,calc(100vw - 32px));max-height:90dvh;padding:28px;border:0;border-radius:24px;background:var(--paper);color:var(--ink);box-shadow:var(--shadow);overflow:auto}.community-dialog::backdrop{background:#183f345c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.community-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.community-head h2{font-family:"Noto Serif SC",serif;font-size:29px;margin:9px 0 20px;font-weight:500}.community-head .icon-button{font-size:25px}.community-eyebrow{font-size:11px;letter-spacing:1px;color:var(--muted)}.community-dialog label{display:flex;flex-direction:column;gap:7px;font-size:12px}.community-dialog input:not([type=checkbox]):not([type=range]),.community-dialog select,.community-dialog textarea{font:inherit;color:var(--ink);width:100%;min-height:42px;padding:10px 12px;border:1px solid var(--line);border-radius:9px;background:#fffef9;resize:vertical}.community-dialog select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.community-location{max-width:300px}.community-tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin:22px 0 18px;padding-bottom:10px}.community-tabs button{padding:9px 20px;border-radius:20px;font-size:13px}.community-tabs button[aria-pressed=true]{background:var(--green);color:#fff}.community-muted{font-size:11px;line-height:1.8;color:var(--muted)}#community-state{font-size:13px;line-height:1.9;max-width:590px}.community-two{display:grid;grid-template-columns:1fr 1fr;gap:16px}#contribution-form{display:grid;gap:16px}.community-dialog .community-consent{display:flex;flex-direction:row;align-items:flex-start;line-height:1.8;gap:10px}.community-consent input{margin-top:4px;accent-color:var(--green)}.community-primary{padding:13px 20px;background:var(--green);color:#fff;border-radius:12px;font-size:14px}#contribution-result{margin:0;font-size:13px;line-height:1.8}#community-items{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.community-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;padding:15px;background:#fffef9}.community-card img,.community-card video{width:100%;height:190px;object-fit:contain;border-radius:8px;background:#e7eade}.community-card h3{font-size:15px;margin:13px 0 7px}.community-card p{font-size:12px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere}.comparison-heading{display:flex;justify-content:space-between;gap:20px;align-items:center}.comparison-heading h3{font-family:"Noto Serif SC",serif;font-weight:500;font-size:20px}.comparison-heading label{max-width:50%}.compare-selectors{display:grid;grid-template-columns:1fr 20px 1fr;align-items:center;gap:10px;margin:14px 0}.compare-selectors>span{text-align:center}.compare-stage{position:relative;height:390px;border-radius:14px;overflow:hidden;background:#dce3d6}.compare-stage img{position:absolute;width:100%;height:100%;object-fit:contain;background:#dce3d6}.compare-date{position:absolute;top:14px;padding:7px 12px;background:#153c32c9;color:#fff;font-size:12px;border-radius:20px}.compare-date.before{left:14px}.compare-date.after{right:14px}#compare-divider{position:absolute;top:0;bottom:0;left:50%;border-left:2px solid white;box-shadow:0 0 6px #0004}.compare-slider{margin:14px 0;align-items:center}.compare-slider input{width:100%;accent-color:var(--green)}@media(max-width:700px){.community-open{right:40px;top:0;padding:9px 10px;font-size:10px}.community-dialog{padding:20px;max-height:92dvh;border-radius:19px}.community-head h2{font-size:25px}.community-two,#community-items{grid-template-columns:1fr}.compare-stage{height:260px}.comparison-heading{display:block}.comparison-heading label{max-width:100%}.community-tabs button{flex:1}.community-dialog input,.community-dialog select,.community-dialog textarea{font-size:16px!important}.community-card img,.community-card video{height:220px}}.community-draft-badge{display:inline-block;background:#eee8d6;padding:4px 9px;border-radius:7px;color:#786337;font-size:11px!important}.community-draft-actions{display:flex;justify-content:flex-end;gap:10px}.community-draft-actions button{font-size:12px;border:1px solid var(--line);padding:7px 10px;border-radius:8px}.community-tabs button{white-space:nowrap}@media(max-width:700px){.community-tabs button{padding:9px 8px}}.map-label.pier-label{background:#f5e5bd;color:#4b4e31;border:1px solid #b79a58;box-shadow:0 3px 12px #493d2526;font-weight:500}.map-label.pier-label:before{width:8px;height:8px;background:#315d47;box-shadow:0 0 0 3px #315d4720;flex-shrink:0}.map-label.pier-label:after{width:2px;background:#9e813e;height:18px}.map-label.pier-label.active{background:#44664c;border-color:#44664c;color:#fff6df}.map-label.pier-label.active:before{background:#edd299}body.night .map-label.pier-label{background:#4b513d;color:#fff0c7;border-color:#a69666}.map-stop-number[hidden]{display:none}.map-label.route-stop{padding:6px 10px 6px 6px;gap:7px;min-height:34px}.map-label.route-stop:before{display:none}.map-stop-number{display:grid;place-items:center;flex-shrink:0;min-width:22px;height:22px;padding:0 3px;border-radius:50%;background:#e0e8d8;color:#345b43;font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1}.map-label.current-stop{background:#365b42;color:#fff;box-shadow:0 0 0 2px #fafaf3,0 3px 12px #183c3433}.map-label.current-stop .map-stop-number{background:#f0e6c4;color:#36533f}.map-label.compact-stop{width:32px;min-height:32px;height:32px;padding:4px;border-radius:50%;justify-content:center;gap:0}.compact-stop .map-stop-name{display:none}.compact-stop .map-stop-number{min-width:24px;height:24px}.map-label:focus-visible{outline:2px solid var(--green);outline-offset:4px;z-index:5}body.night .map-stop-number{background:#39564d;color:#e7efdb}body.night .map-label.current-stop{background:#527350;box-shadow:0 0 0 2px #cbdabb,0 3px 12px #071c2855}body.night .current-stop .map-stop-number{background:#ebdfb6;color:#2c4c3d}.brand-logo{display:block;width:48px;height:48px;object-fit:contain;border-radius:12px;flex-shrink:0}.loading-logo{display:block;width:76px;height:76px;border-radius:19px;box-shadow:0 6px 20px #28483e18}@media(max-width:700px){.brand-logo{width:38px;height:38px;border-radius:10px}}:root{--surface-soft:#edf1e7;--field-bg:#fffef9;--control-hover:#e1e9d9;--on-accent:#fffdf4;--focus:#997749;--roam-height:60px;--edge:32px;--dock-bottom:42px;--safe-bottom:env(safe-area-inset-bottom,0px);--motion-ease:cubic-bezier(.22,1,.36,1)}body.sunset{--surface-soft:#eee5d4;--field-bg:#fff9ed;--control-hover:#e7dbc3;--focus:#85682e}body.night{--surface-soft:#263f44;--field-bg:#20383e;--control-hover:#35504e;--focus:#d6bd83;--on-accent:#fffef2;color-scheme:dark}button{touch-action:manipulation}button:disabled{cursor:not-allowed}:where(button,a,input,textarea,select,summary):focus-visible{outline:2px solid var(--focus);outline-offset:3px}:where(input,textarea){caret-color:var(--ink)}:where(#places,#place-detail,dialog,#route-planner){scrollbar-width:thin;scrollbar-color:var(--line) transparent;overscroll-behavior:contain}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}.roam-bar{position:absolute;bottom:calc(var(--dock-bottom) + var(--safe-bottom));left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:7px;background:var(--paper);border-radius:32px;box-shadow:0 8px 28px #193a3026;z-index:6;max-width:calc(100% - 32px);white-space:nowrap}#roam{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;flex-shrink:0;padding:12px 20px;border-radius:24px;background:var(--green);color:var(--on-accent);font-size:13px}#roam svg{width:16px;height:16px}#roam:hover{filter:brightness(.94)}#roam:disabled{filter:none}.roam-divider{height:24px;width:1px;background:var(--line);margin:0 3px}.mascot-toggle{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:6px 12px 6px 6px;border-radius:24px;color:var(--ink);font-size:12px;white-space:nowrap}.mascot-toggle img{width:28px;height:28px;border-radius:50%;transition:opacity .2s var(--motion-ease)}.mascot-toggle:hover{background:var(--surface-soft)}.mascot-toggle[aria-pressed=false] img{opacity:.5}.companion-switch{position:relative;width:27px;height:16px;border-radius:10px;background:var(--line);transition:background .18s var(--motion-ease);flex-shrink:0}.companion-switch:after{content:"";position:absolute;left:3px;top:3px;width:10px;height:10px;border-radius:50%;background:var(--paper);transition:transform .18s var(--motion-ease)}.mascot-toggle[aria-pressed=true] .companion-switch{background:var(--green)}.mascot-toggle[aria-pressed=true] .companion-switch:after{transform:translate(11px);background:var(--on-accent)}#tour-controls{display:flex;align-items:center;gap:3px}#tour-controls button{min-height:44px;padding:10px 12px;font-size:12px;border-radius:20px;white-space:nowrap}#tour-controls button:hover:not(:disabled),#tour-hold[aria-pressed=true]{background:var(--control-hover);color:var(--ink)}#tour-controls button:disabled{opacity:.35;cursor:default}.roam-progress{position:absolute;bottom:0;left:0;right:0;height:3px;pointer-events:none}#roam-progress-fill{height:100%;width:0;background:var(--green)}.place-row{transition:background .18s var(--motion-ease)}.place-row>.row-arrow{transition:opacity .18s var(--motion-ease)}#explorer{bottom:calc(var(--dock-bottom) + var(--safe-bottom) + var(--roam-height) + 20px)}#place-detail,body.is-roaming #place-detail{max-height:calc(100dvh - 119px - var(--dock-bottom) - var(--safe-bottom) - var(--roam-height) - 18px);border-radius:14px}#detail-title{padding-right:20px;line-height:1.4}.story-copy h3{font-size:12px;margin-top:17px}.story-copy p{font-size:13px;line-height:1.85}.detail-community{background:var(--surface-soft);color:var(--ink);min-height:44px}#detail-photo figcaption{font-size:10px;gap:8px;flex-wrap:wrap}#photo-credit{max-width:100%}#enlarge-photo>span{font-size:10px}#toast{bottom:calc(var(--dock-bottom) + var(--safe-bottom) + var(--roam-height) + 12px);max-width:calc(100% - 32px);width:max-content;white-space:normal;line-height:1.6;text-align:center;border-radius:12px;z-index:8}.map-label{font-size:12px;box-shadow:0 3px 12px #2442331c}.map-label:hover{background:var(--control-hover);color:var(--ink)}footer{bottom:calc(14px + var(--safe-bottom));color:var(--ink)}.map-attribution,.interaction-hint{padding:5px 8px;border-radius:7px;background:var(--paper);line-height:1.4}.map-attribution{gap:10px}#scale{font-variant-numeric:tabular-nums}.community-dialog input:not([type=checkbox]):not([type=range]),.community-dialog select,.community-dialog textarea,.community-card{background:var(--field-bg);color:var(--ink)}.community-card img,.community-card video,.compare-stage,.compare-stage img{background:var(--surface-soft)}body.night .community-draft-badge{background:#4b4935;color:#f1ddb0}.community-dialog :where(label,.community-muted){line-height:1.7}.community-muted{font-size:12px}.community-draft-actions button,.community-tabs button{min-height:44px}.community-draft-actions button:hover{background:var(--control-hover)}@media(min-width:701px)and (max-width:1050px){header{height:98px}.time-switch{top:59px;left:50%;right:auto;transform:translate(-50%)}header:before{height:165px}#explorer,#expand{top:160px}#place-detail,body.is-roaming #place-detail{top:160px;width:300px;max-height:calc(100dvh - 160px - var(--dock-bottom) - var(--roam-height) - 18px)}}@media(max-width:700px){:root{--edge:16px;--dock-bottom:48px}header{top:16px;left:var(--edge);right:var(--edge)}.brand-logo{width:36px;height:36px;border-radius:10px}.brand h1{font-size:20px}.brand-en{font-size:7px}.community-open{right:44px;min-height:40px;padding:8px 10px;font-size:11px;top:-2px}#about{width:40px;height:40px;margin-top:-2px}.time-switch{top:57px;left:0;right:0;justify-content:space-between;padding:3px}.time-switch button{min-height:42px;padding:8px 12px;font-size:12px;flex:1;justify-content:center}.auto-time-status{top:calc(100% + 4px);left:auto;right:5px;transform:none;font-size:10px;background:var(--paper);padding:3px 9px}#expand{top:144px;left:var(--edge);min-height:44px;padding:10px 14px}.round-button,.zoom-group button{width:44px;height:44px}#explorer{top:144px;left:var(--edge);width:min(280px,calc(100% - 32px));bottom:calc(var(--dock-bottom) + var(--safe-bottom) + var(--roam-height) + 14px);max-height:none}.explorer-heading .icon-button,#close-detail{width:36px;height:36px}.explore-modes button{min-height:40px;font-size:13px}.collection-tabs button{min-height:38px;font-size:12px}.place-search input{font-size:16px}.place-row{min-height:52px}.place-name{font-size:14px}.place-en{font-size:10px}.filter-tabs button{min-height:36px;font-size:12px}.filter-tabs{gap:2px}.roam-bar{width:max-content;max-width:calc(100% - 32px);gap:6px;padding:7px;border-radius:30px}#roam{font-size:13px;padding:11px 16px;min-height:44px}.mascot-toggle{font-size:12px;gap:6px;padding:6px 8px 6px 4px}.mascot-toggle img{width:26px;height:26px}.roam-divider{margin:0 1px;height:22px}body.is-roaming .roam-bar{width:calc(100% - 32px);max-width:390px;display:grid;grid-template-columns:minmax(0,1fr) auto;border-radius:22px;gap:6px 8px}body.is-roaming .roam-divider{display:none}body.is-roaming #roam{grid-column:1;grid-row:1}body.is-roaming .mascot-toggle{grid-column:2;grid-row:1}#tour-controls{grid-column:1/-1;grid-row:2;display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid var(--line);padding-top:4px}#tour-controls button{font-size:12px;padding:8px;min-height:44px;border-radius:14px}#place-detail,body.is-roaming #place-detail{top:auto;bottom:calc(var(--dock-bottom) + var(--safe-bottom) + var(--roam-height) + 12px);left:var(--edge);right:var(--edge);width:auto;max-height:min(40dvh,calc(100dvh - 158px - var(--dock-bottom) - var(--safe-bottom) - var(--roam-height) - 12px));padding:18px 20px}#detail-title{font-size:22px}.story-copy p{font-size:14px;line-height:1.8}.story-copy h3{font-size:13px}#detail-image{height:142px}.source-note{font-size:11px}.detail-bottom{font-size:10px}.map-tools,body.is-roaming .map-tools{right:var(--edge);bottom:calc(var(--dock-bottom) + var(--safe-bottom) + var(--roam-height) + 18px);gap:8px}.map-tools .round-button,.map-tools .zoom-group button{width:44px;height:44px}body.is-roaming .map-tools .zoom-group,body.is-roaming .map-tools .compass{display:none}body:has(#place-detail:not([hidden])) .map-tools{display:none}.map-label{font-size:11px;padding:7px 10px}.map-attribution{gap:6px;padding:5px 7px;font-size:8px}.map-attribution button{font-size:8px}footer{left:var(--edge);right:var(--edge);bottom:calc(10px + var(--safe-bottom))}.community-dialog{padding:20px}.community-head h2{font-size:24px}.community-dialog label,.community-muted,#community-state{font-size:14px}.community-head .icon-button{width:44px;height:44px}.community-dialog .community-consent{font-size:13px}}@media(max-width:360px){.brand h1{font-size:18px}.brand-en{font-size:6px}.brand-logo{width:32px;height:32px}.community-open{font-size:10px;padding:8px}.roam-bar{gap:4px}#roam{padding:11px 12px;font-size:12px}.mascot-toggle{gap:5px;font-size:11px}.mascot-toggle img{width:24px;height:24px}.companion-switch{width:25px}.mascot-toggle[aria-pressed=true] .companion-switch:after{transform:translate(9px)}}@media(prefers-reduced-motion:reduce){.companion-switch,.companion-switch:after,.mascot-toggle img,.place-row,.row-arrow{transition:none}}.time-switch{padding:0;gap:0;background:transparent;box-shadow:none;width:auto}#time-menu-toggle{min-height:44px;padding:10px 16px;gap:8px;background:var(--paper);color:var(--ink);box-shadow:0 4px 16px #253b2114;border-radius:24px;font-size:12px;display:flex;align-items:center;white-space:nowrap}#time-icon{display:flex}#time-icon svg{width:16px;height:16px}.time-chevron{width:6px;height:6px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg);margin-left:4px;margin-top:-3px}#time-menu-toggle[aria-expanded=true] .time-chevron{transform:rotate(225deg);margin-top:3px}#time-menu{position:absolute;top:calc(100% + 8px);right:0;display:grid;grid-template-columns:1fr 1fr;gap:5px;width:236px;padding:10px;background:var(--paper);box-shadow:var(--shadow);border-radius:14px;z-index:12}#time-menu [data-time]{justify-content:flex-start;min-height:44px;padding:10px;gap:7px;font-size:12px;border-radius:8px}#time-menu [data-time]:not(.active):hover{background:var(--surface-soft)}#time-menu .auto-time-status{position:static;transform:none;grid-column:1/-1;padding:7px 4px 2px;background:transparent;border-top:1px solid var(--line);border-radius:0;margin-top:3px;font-size:11px;color:var(--muted)}@media(min-width:701px)and (max-width:1050px){.time-switch{top:0;left:50%;right:auto;transform:translate(-50%)}header{height:auto}header:before{height:110px}#explorer{top:119px}#expand{top:120px}#place-detail,body.is-roaming #place-detail{top:119px;max-height:calc(100dvh - 119px - var(--dock-bottom) - var(--roam-height) - 18px)}}@media(max-width:700px){.time-switch{top:57px;left:auto;right:0;transform:none;justify-content:initial}#time-menu-toggle{padding:10px 13px;font-size:12px}#expand{top:73px}#explorer{top:128px}#time-menu{width:232px}header:before{height:132px}}.roam-dock{position:absolute;left:50%;bottom:calc(var(--dock-bottom) + var(--safe-bottom));transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;width:max-content;max-width:calc(100% - 32px);z-index:6;pointer-events:none}.roam-dock .roam-bar{position:relative;left:auto;bottom:auto;transform:none;max-width:100%;pointer-events:auto}#tour-status{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px 12px;width:max-content;max-width:min(100%,440px);padding:11px 16px;border:1px solid var(--line);border-radius:14px;background:var(--paper);box-shadow:0 6px 24px #193a301c;pointer-events:none;white-space:normal}#tour-phase{font-size:11px;line-height:1.5;color:var(--muted)}#tour-destination{font-size:13px;font-weight:600;line-height:1.5;overflow-wrap:anywhere}#tour-route-note{grid-column:1/-1;font-size:10px;line-height:1.5;color:var(--muted)}@media(max-width:700px){body.is-roaming .roam-dock{width:calc(100% - 32px);max-width:390px}body.is-roaming .roam-dock .roam-bar{width:100%}#tour-status{gap:4px 10px;padding:10px 13px}#tour-destination{font-size:12px}}
