@keyframes ttRouteGlow{0%,100%{filter:drop-shadow(0 0 2px rgba(244,108,49,.25))}50%{filter:drop-shadow(0 0 7px rgba(244,108,49,.75))}}
.route-map-card{overflow:hidden;border-radius:20px;box-shadow:0 24px 70px rgba(3,16,11,.34)}.route-map-card .map-toolbar{background:rgba(255,255,255,.025)}.route-map-view{position:relative}.route-map-view>svg{background:radial-gradient(circle at 72% 25%,rgba(92,132,111,.16),transparent 34%),#1c342b}.route-map-view .map-route{stroke-width:5;animation:routeFlow 7s linear infinite,ttRouteGlow 2.8s ease-in-out infinite}.route-map-view .pin{cursor:pointer;outline:none}.route-map-view .pin circle{stroke-width:5;transition:transform .25s,fill .25s,filter .25s}.route-map-view .pin text{paint-order:stroke;stroke:#1b3028;stroke-width:3px;stroke-linejoin:round;transition:fill .25s}.route-map-view .pin:hover circle,.route-map-view .pin:focus-visible circle,.route-map-view .pin.active circle{fill:var(--orange);filter:drop-shadow(0 0 9px rgba(244,108,49,.75));transform:scale(1.4)}.route-map-view .pin.active text{fill:#fff}.route-map-view .pin.active:after{content:""}.route-stop-panel{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 18px;border-top:1px solid rgba(255,255,255,.12);background:linear-gradient(90deg,rgba(244,108,49,.12),rgba(255,255,255,.025));color:#fff}.route-stop-panel>span{display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(244,108,49,.55);border-radius:50%;color:var(--orange);font-size:8px;font-weight:800;letter-spacing:.08em}.route-stop-panel>div{display:grid;gap:3px}.route-stop-panel strong{font-size:13px;letter-spacing:.05em}.route-stop-panel small{color:#aebbb4;font-size:9px}.route-stop-panel>i{color:#84928b;font-size:8px;font-style:normal;letter-spacing:.09em;text-transform:uppercase}.route-map-summary{padding-block:13px}.route-map-view .map-legend{background:rgba(0,0,0,.08)}.route-map-view .map-legend span{padding:5px 2px}.route-map-view .map-legend b{font-size:18px}
@media(max-width:650px){.route-map-card{border-radius:16px}.route-map-view>svg{max-height:none}.route-map-view .pin circle{stroke-width:6}.route-map-view .pin text{font-size:13px}.route-stop-panel{grid-template-columns:auto 1fr;padding:12px 14px}.route-stop-panel>i{display:none}.route-stop-panel>span{width:43px;height:43px}.route-stop-panel strong{font-size:12px}.route-map-summary{padding:13px 16px;font-size:11px}.route-map-view .map-legend b{font-size:17px}}
@media(prefers-reduced-motion:reduce){.route-map-view .map-route{animation:none}}
