:root{--ink:#10241e;--forest:#0b3026;--forest2:#154b3b;--cream:#f4efe5;--paper:#fffdf8;--gold:#d6b36d;--muted:#6f7d77;--line:rgba(16,36,30,.11);--rust:#b45f40}*{box-sizing:border-box}html{background:var(--forest)}body{margin:0;min-height:100svh;background:radial-gradient(circle at 90% -10%,rgba(214,179,109,.2),transparent 32%),var(--cream);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink)}.route-icons{position:absolute;width:0;height:0;overflow:hidden}.route-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.route-shell{width:min(100%,620px);min-height:100svh;margin:auto;padding:max(16px,env(safe-area-inset-top)) 14px max(26px,env(safe-area-inset-bottom))}.route-view{display:none}.route-view.is-active{display:block;animation:route-in .2s ease-out}.route-toolbar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;margin-bottom:14px}.route-toolbar>strong{text-align:center;font-family:Georgia,serif;font-size:1.18rem}.route-round{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;border:0;background:var(--forest);color:#fff;text-decoration:none;box-shadow:0 10px 24px rgba(11,48,38,.18);cursor:pointer}.route-round--light{background:var(--paper);color:var(--forest);border:1px solid var(--line)}.route-round svg,.route-choice svg,.route-map-controls svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.route-choice-list{display:grid;gap:9px}.route-choice{width:100%;display:grid;grid-template-columns:50px 1fr;align-items:center;gap:12px;padding:8px;border:1px solid var(--line);border-radius:21px;background:var(--paper);color:inherit;text-align:left;box-shadow:0 10px 26px rgba(20,52,43,.075);font:inherit;cursor:pointer}.route-choice-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--forest2),var(--forest));color:var(--gold)}.route-choice span:last-child{display:flex;flex-direction:column}.route-choice strong{font-size:1rem}.route-choice small{margin-top:3px;color:var(--muted);font-size:.77rem}.route-footnote{text-align:center;margin:15px 8px;color:var(--muted);font-size:.68rem}.route-map{position:relative;height:min(50svh,420px);min-height:320px;overflow:hidden;border-radius:24px;background:#d9e2d9;box-shadow:0 18px 42px rgba(11,48,38,.16)}.route-tiles,.route-overlay{position:absolute;inset:0}.route-tiles img{position:absolute;width:256px;height:256px;max-width:none;user-select:none}.route-overlay{width:100%;height:100%;overflow:visible;pointer-events:none}.route-map-controls{position:absolute;right:10px;top:10px;display:grid;gap:7px}.route-map-controls button{width:40px;height:40px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(255,253,248,.95);color:var(--forest);box-shadow:0 7px 18px rgba(0,0,0,.16);cursor:pointer}.route-map-status{position:absolute;left:10px;bottom:10px;max-width:68%;padding:7px 10px;border-radius:999px;background:rgba(8,39,31,.9);color:#fff;font-size:.67rem;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-osm-credit{position:absolute;right:6px;bottom:5px;padding:2px 4px;border-radius:4px;background:rgba(255,255,255,.83);color:#345048;text-decoration:none;font-size:.48rem}.route-summary{margin-top:12px;padding:16px;border:1px solid var(--line);border-radius:23px;background:var(--paper);box-shadow:0 12px 30px rgba(20,52,43,.07)}.route-title-row>span{display:block;color:var(--rust);font-size:.63rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.route-title-row h2{margin:4px 0 11px;font-family:Georgia,serif;font-size:clamp(1.35rem,6vw,1.85rem);line-height:1.05}.route-stats{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.route-stats span{padding:6px 9px;border-radius:999px;background:#edf2ed;color:#38564d;font-size:.67rem;font-weight:750}.route-description{margin:0;color:#455d55;font-size:.84rem;line-height:1.55}.route-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px}.route-highlight{padding:9px;border-radius:13px;background:#f5efe3;color:#344c44;font-size:.72rem;font-weight:750}.route-warning{margin:12px 0 0;padding:10px 11px;border-left:3px solid var(--rust);border-radius:0 12px 12px 0;background:#fff6f0;color:#6a4335;font-size:.72rem;line-height:1.45}.route-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.route-links a{display:inline-flex;padding:8px 11px;border-radius:999px;background:var(--forest);color:#fff;text-decoration:none;font-size:.7rem;font-weight:800}.route-links a+ a{background:#e9ede8;color:var(--forest)}.route-toast{position:fixed;left:50%;bottom:max(16px,env(safe-area-inset-bottom));z-index:30;transform:translate(-50%,18px);padding:9px 13px;border-radius:999px;background:rgba(8,39,31,.94);color:#fff;font-size:.72rem;opacity:0;pointer-events:none;transition:.2s}.route-toast.is-visible{opacity:1;transform:translate(-50%,0)}@media(max-width:390px){.route-map{min-height:300px}.route-highlights{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@keyframes route-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
