:root{font-family:system-ui,-apple-system,"Microsoft JhengHei","PingFang HK",sans-serif;color:#14273e;background:#f1f4f8;font-size:16px;line-height:1.6;--navy:#11283f;--yellow:#ffd34e;--line:#dbe3ec}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,select{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #258bd5;outline-offset:3px}button{border:1px solid var(--line);background:white;color:var(--navy);border-radius:8px;padding:8px 14px}button:hover{background:#eaf0f6}a{color:#235985}button.active{background:var(--navy);color:white;border-color:var(--navy)}[hidden]{display:none!important}.topbar{height:88px;background:var(--navy);color:white;display:flex;align-items:center;justify-content:space-between;padding:0 30px;gap:15px}.brand{display:flex;align-items:center;gap:14px;color:white;text-decoration:none;font-size:20px;font-weight:700}.brand small{display:block;color:#b7c7d8;font-weight:400;font-size:13px;letter-spacing:.14em}.brand-shield{width:44px;height:48px;background:var(--yellow);color:var(--navy);display:grid;place-items:center;border-radius:4px 4px 18px 18px;font-weight:800;font-size:20px}.local-tag{font-size:14px;border:1px solid #52677c;border-radius:20px;padding:5px 13px}.app{display:grid;grid-template-columns:242px minmax(0,1fr);max-width:1800px;margin:auto}.sidebar{padding:25px 16px;border-right:1px solid var(--line);background:#fff}.nav-caption{font-size:13px;color:#60758a;margin:0 12px 14px;letter-spacing:.1em}#routes{display:flex;flex-direction:column;gap:5px}.route-button{display:flex;text-align:left;gap:11px;align-items:center;border:0;width:100%;padding:10px 11px;background:transparent}.route-button.active{background:#e7eef6;color:#122b44;box-shadow:inset 3px 0 #1e5d92}.route-shield{display:inline-grid;place-items:center;flex-shrink:0;width:30px;height:34px;background:var(--yellow);border-radius:3px 3px 12px 12px;color:#182538;font-weight:800}.route-button small{display:block;font-size:12px;color:#586c80}.route-button strong{font-weight:600;font-size:15px}.sidebar-note{font-size:12px;color:#60758a;padding:24px 10px}main{padding:30px 36px;min-width:0}.page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.eyebrow{font-size:13px;color:#486784;letter-spacing:.12em}h1{font-size:28px;line-height:1.3;margin:5px 0 10px;letter-spacing:-.02em}.page-head p{margin:0;color:#5a6f82;font-size:15px}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:16px}.tabs{display:flex;gap:6px;flex-wrap:wrap}.zoom-controls{display:flex;gap:5px}.zoom-controls button{font-size:14px;padding:7px 11px}.map-shell{background:white;border:1px solid var(--line);border-radius:12px;overflow:auto;max-height:none;padding:14px}.map-shell img{display:block;width:100%;height:auto;max-width:none}.caption{font-size:13px;color:#5b6f82;margin:12px 0}.source-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;margin:22px 0;color:#60758a;font-size:13px}.source-row a{font-size:13px}.exit-tools{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:18px}.exit-tools label{font-size:14px}.exit-tools input,.exit-tools select{border:1px solid var(--line);border-radius:8px;padding:10px;background:white;max-width:100%}.exit-list{display:grid;gap:0;background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden}.exit-row{display:grid;grid-template-columns:64px minmax(0,1fr);gap:18px;align-items:center;padding:16px 22px;border-bottom:1px solid #e8edf3}.exit-row:last-child{border:0}.exit-num{font-weight:750;font-size:18px;color:#254f78;border-right:3px solid #f1c84a;text-align:center;padding-right:15px}.exit-name{font-size:17px}.exit-note{color:#66788a;font-size:13px}.direction-note{padding:14px 0;color:#52677a;font-size:14px}.photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.photo-card{background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden}.photo-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:contain;background:#e8edf2}.photo-copy{padding:16px}.photo-copy h3{margin:0 0 6px;font-size:18px}.photo-copy p{margin:5px 0;font-size:14px}.photo-copy .credit{font-size:12px;color:#60758a}.coverage{background:#fff5d7;border-left:4px solid #dbac26;padding:14px 18px;margin-bottom:20px;font-size:14px}.empty{padding:35px 20px;background:white;border:1px solid var(--line);border-radius:12px;color:#52677a}.overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.map-shell.zoomed{max-height:80vh}.bookmark-on{background:#fff0b4}.summary-strip{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.summary-strip span{background:#e4ebf3;color:#334d67;font-size:14px;padding:5px 11px;border-radius:5px}@media(min-width:1500px){main{padding:35px 60px}.map-shell img{max-height:none}}@media(max-width:850px){.app{grid-template-columns:1fr}.sidebar{padding:14px 16px;border-right:0;border-bottom:1px solid var(--line)}.nav-caption,.sidebar-note{display:none}#routes{flex-direction:row;overflow-x:auto;padding-bottom:5px}.route-button{width:auto;flex-shrink:0;padding:8px}.route-button small{display:none}.route-button strong{font-size:14px}.route-button.active{box-shadow:inset 0 -3px #1e5d92}.topbar{padding:0 18px;height:76px}main{padding:22px 18px}.brand{font-size:18px}h1{font-size:24px}.photo-grid{grid-template-columns:1fr}.map-shell{padding:7px}.exit-row{padding:14px;gap:12px}.page-head{align-items:flex-start}.local-tag{font-size:12px;padding:4px 9px}.toolbar{gap:10px}}@media(prefers-reduced-motion:no-preference){button{transition:background .15s}}
.workbench{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,1fr);gap:24px;align-items:start}.geo-left,.exit-right{min-width:0}.geo-canvas-wrap{height:560px;position:relative;border:1px solid #d2dfe9;border-radius:12px;overflow:hidden;background:#f5f8fb}.geo-canvas-wrap canvas{width:100%;height:100%;display:block;touch-action:none;cursor:grab}.map-buttons{position:absolute;top:12px;left:12px;display:flex;gap:5px}.map-buttons button{box-shadow:0 2px 5px #11283f15;min-width:38px}.map-north{position:absolute;right:14px;top:15px;font-weight:700;color:#264965}.map-attribution{position:absolute;bottom:0;right:0;background:#ffffffde;padding:3px 8px;font-size:11px;color:#435a6d}.map-selection{padding:12px 2px;font-size:14px;color:#3e5d78;min-height:60px}.section-title{font-size:18px;margin:18px 0 12px}.exit-tools{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:4px}.exit-tools select,.exit-tools input{width:100%;min-width:0}.exit-tools label{color:#536c82}.exit-list{max-height:780px;overflow-y:auto}.exit-row{width:100%;text-align:left;border:0;border-radius:0;background:white;line-height:1.5;padding:15px 13px;grid-template-columns:48px minmax(0,1fr);gap:12px;display:grid}.exit-row.selected{background:#fff4cc}.exit-name,.exit-note{display:block}.exit-name{font-size:16px}.exit-num{font-size:16px;padding-right:10px}.exit-item{border-bottom:1px solid #e1e8ef}.exit-item:last-child{border:0}.exit-item .photo-card{margin:0 12px 15px}.compact-photo .photo-copy{padding:12px}.compact-photo .photo-copy h3{font-size:16px}.compact-photo .photo-copy p{font-size:13px}.geo-left .photo-grid{grid-template-columns:1fr}.overview-routes{display:grid;gap:8px;margin-bottom:20px}.overview-route{display:flex;align-items:center;gap:12px;text-align:left;padding:14px}.overview-route>span:nth-child(2){flex:1}.overview-route small{display:block;color:#607589;font-size:13px}.overview-route strong{font-weight:600;font-size:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1200px){main{padding:24px}.workbench{grid-template-columns:1fr}.geo-canvas-wrap{height:460px}.geo-left .photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.exit-list{max-height:none}.geo-left:has(.photo-grid){display:contents}.geo-left>.section-title,.geo-left>.photo-grid{order:3}.exit-right{order:2}.geo-left>#geo-map,.geo-left>.caption{order:1}}@media(max-width:600px){.geo-left .photo-grid{grid-template-columns:1fr}.geo-canvas-wrap{height:400px}.page-head{gap:8px}#bookmark{font-size:13px;padding:8px;white-space:nowrap}.brand{font-size:16px}.local-tag{white-space:nowrap}main{padding:20px 14px}.source-row{font-size:12px}}
.sidebar,#geo-map,.workbench,.photo-card{min-width:0}.photo-copy{overflow-wrap:anywhere}@media(max-width:1200px){.workbench{grid-template-columns:minmax(0,1fr)}}@media(max-width:850px){.app{grid-template-columns:minmax(0,1fr)}.sidebar{max-width:100%}}
.tabs button{transition:none}
.direction-intro h2{font-size:24px;margin:20px 0 8px}.direction-intro p{color:#52677a;margin:0 0 22px}.direction-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:20px 0 40px}.direction-choice{padding:26px;text-align:left;border:2px solid #c9d8e5;display:flex;flex-direction:column;gap:12px;min-height:180px}.direction-choice strong{font-size:22px;line-height:1.5}.direction-choice>span{font-size:15px;color:#52677a}.direction-choice .direction-action{color:#164e7c;font-weight:600;margin-top:auto}.direction-choice:hover{border-color:#326b9a;background:#eaf1f8}.selected-direction{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#11283f;color:white;padding:18px 22px;border-radius:10px}.selected-direction strong{display:block;font-size:20px}.direction-kicker{font-size:13px;color:#c1d2e2}.selected-direction button{white-space:nowrap}.photo-progress{font-size:14px;color:#815500;background:#fff5d7;padding:10px 14px;margin:12px 0 20px}.missing-photo{font-size:14px;color:#726249;background:#faf5e9;padding:13px 16px}.exit-item>.missing-photo{margin:0 12px 12px;border-radius:5px}.exit-photo-section{margin:0 0 22px;border-bottom:1px solid #dbe3ec;padding-bottom:22px}.exit-photo-section h2{display:flex;gap:12px;align-items:center;font-size:19px}.exit-photo-section .route-shield{width:auto;min-width:40px;padding:0 5px}.direction-photo-list .photo-grid{grid-template-columns:minmax(0,1fr);max-width:850px}@media(max-width:700px){.direction-choices{grid-template-columns:minmax(0,1fr);gap:14px}.direction-choice{min-height:150px;padding:20px}.direction-choice strong{font-size:20px}.selected-direction{padding:14px;align-items:flex-start}.selected-direction strong{font-size:17px}.selected-direction button{font-size:13px;padding:8px}.photo-progress{font-size:13px}}
