:root{--bg: #fdfdfc;--text: #171717;--muted: #737373;--accent: #0066cc;--border: #e5e5e5;--surface: #f5f5f4;--font: "JetBrains Mono", ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace}*,*:before,*:after{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.shell{width:min(52rem,calc(100% - 2rem));margin:0 auto;padding:1.5rem 0 4rem}.header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border);margin-bottom:3rem}.brand{display:inline-flex;align-items:center;gap:.5rem;font-weight:400;font-size:.93rem;text-decoration:none;color:var(--text)}.brand-bold{font-weight:700}.brand-logo{width:64px;height:64px}.brand:hover{text-decoration:none}nav{display:flex;flex-wrap:wrap;gap:1.25rem}nav a{color:var(--muted);font-size:.87rem;text-decoration:none}nav a:hover{color:var(--text);text-decoration:none}h1,h2,h3{font-weight:700;line-height:1.3;margin:0 0 .5rem;letter-spacing:-.02em}h1{font-size:1.6rem;margin-bottom:1rem}h2{font-size:1.2rem;margin-bottom:.6rem}h3{font-size:1rem;margin-bottom:.25rem}p,li{color:var(--muted);margin:0 0 .75rem}.lead{color:var(--text);font-size:1rem;line-height:1.65;max-width:44rem;margin-bottom:1rem}section{margin-bottom:2.5rem}hr{border:none;border-top:1px solid var(--border);margin:0 0 2.5rem}code{font-family:var(--font);font-size:.93em;background:var(--surface);padding:.15em .35em;border-radius:3px}pre{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1rem 1.25rem;overflow-x:auto;font-size:.87rem;line-height:1.6;margin:.75rem 0;font-variant-numeric:tabular-nums}pre code{background:none;padding:0}table{width:100%;border-collapse:collapse;font-size:.9rem;margin:.5rem 0 1rem;font-variant-numeric:tabular-nums}th,td{text-align:left;padding:.6rem 1.25rem .6rem 0;border-bottom:1px solid var(--border);transition:background .12s ease}th{color:var(--muted);font-weight:400;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}td:first-child{white-space:nowrap}tr:hover td{background:var(--surface)}.stats{display:flex;flex-wrap:wrap;gap:1.25rem 2.25rem;margin:.75rem 0;font-variant-numeric:tabular-nums}.stats>div{min-width:5.5rem}.stat-val{font-weight:700;color:var(--text);font-size:1.7rem;line-height:1.15;letter-spacing:-.02em}.stat-lbl{color:var(--muted);font-size:.78rem;margin-top:.15rem}.links{list-style:none;padding:0;margin:.5rem 0}.links li{padding:.5rem 0;border-bottom:1px solid var(--border)}.links li:first-child{border-top:1px solid var(--border)}ul{padding-left:1.5rem;margin:.5rem 0 1rem}li{padding:.15rem 0}h2[id],h3[id],section[id]{scroll-margin-top:1.5rem}.toc{display:none}@media(min-width:1240px){.toc{display:block;position:fixed;top:7rem;left:max(1rem,calc(50% - 39.5rem));width:11.5rem;max-height:calc(100vh - 9rem);overflow-y:auto;font-size:.78rem;line-height:1.5}}.toc a,.toc-label{display:block;color:var(--muted);margin:0;padding:.14rem 0 .14rem .6rem;border-left:1px solid var(--border);text-decoration:none;overflow-wrap:anywhere}.toc a:hover{color:var(--text);text-decoration:none}.toc a.active{color:var(--text);border-left-color:var(--accent);font-weight:700}.toc ul{list-style:none;padding:0;margin:0}.toc ul a{padding-left:1.4rem}.toc li{padding:0;margin:0}.toc-group+.toc-group>a:first-child,.toc-group+.toc-group>.toc-label:first-child{padding-top:.75rem}.drive{border:1px solid var(--border);border-radius:6px;padding:1rem 1.25rem 1.1rem;margin:1rem 0 .5rem}.drive-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.6rem}.drive-route{font-weight:700;text-transform:uppercase;letter-spacing:.04em}.drive-pos{color:var(--muted);font-size:.8rem;font-variant-numeric:tabular-nums}.drive-range{-webkit-appearance:none;appearance:none;width:100%;height:2px;background:var(--border);border-radius:1px;margin:.4rem 0 1rem;cursor:pointer}.drive-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--accent);border:none}.drive-range::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--accent);border:none}.drive-exit{font-weight:700;font-size:1.15rem;letter-spacing:-.02em;margin-bottom:.5rem}.drive-panel{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:1.5rem;align-items:start;min-height:18rem}.drive-map{position:relative;width:380px;height:288px;border:1px solid var(--border);border-radius:6px;background:var(--surface);overflow:hidden}.drive-tiles img{position:absolute;width:256px;height:256px;max-width:none;filter:grayscale(1) brightness(1.04) contrast(.9)}.drive-overlay{position:absolute;inset:0;width:100%;height:100%}.drive-attrib{position:absolute;right:4px;bottom:3px;font-size:7.5px;color:var(--muted);background:#fdfdfccc;padding:0 3px;border-radius:2px;text-decoration:none}.drive-here{fill:var(--accent);stroke:var(--bg);stroke-width:2}.drive-conn{fill:none;stroke:var(--accent);stroke-width:1.4;opacity:.85}.drive-poi-bg{fill:var(--bg);stroke:#78716c;stroke-width:1.2}.drive-poi-ic{fill:#44403c}.drive-ic{width:12px;height:12px;fill:currentColor;margin-right:.45rem;vertical-align:-1.5px}.drive-map-min{font-family:var(--font);font-size:9px;font-weight:700;fill:#44403c;paint-order:stroke;stroke:#fdfdfce6;stroke-width:3px}@keyframes drive-draw{to{stroke-dashoffset:0}}@keyframes drive-pop{to{opacity:1}}@media(max-width:760px){.drive-panel{grid-template-columns:1fr;min-height:0}.drive-map{width:100%;height:240px;order:-1}}.drive-row{display:flex;gap:1rem;align-items:baseline;padding:.22rem 0;font-size:.9rem}.drive-cat{color:var(--muted);font-size:.78rem;width:7.5rem;flex-shrink:0}.drive-place{color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-min{margin-left:auto;color:var(--muted);font-variant-numeric:tabular-nums;flex-shrink:0}.drive-none{color:var(--muted)}.drive-foot{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--border)}.drive-btn{font-family:var(--font);font-size:.85rem;font-weight:700;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:.3rem 1rem;cursor:pointer}.drive-btn:hover{border-color:var(--accent);color:var(--accent)}.drive-src{color:var(--muted);font-size:.72rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:640px){.drive-cat{width:5rem}}.footer{margin-top:4rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.8rem}.footer p{margin-bottom:.25rem}.footer a{color:var(--muted)}.footer a:hover{color:var(--text)}@media(max-width:640px){html{font-size:14px}.header{flex-direction:column;align-items:flex-start;gap:.75rem}nav{gap:.75rem 1rem}.stats{gap:1.25rem}.stat-val{font-size:1.4rem}table{font-size:.85rem}td,th{padding:.4rem .75rem .4rem 0}}
