:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{margin:0}.app-shell{min-height:100vh;font-family:system-ui,sans-serif;overflow:auto}.app-shell svg{width:100%;min-width:1000px;height:auto;display:block}@media (width>=1000px){.app-shell{height:100vh;overflow:hidden}.app-shell svg{height:100%}}@keyframes station-highlight-pulse{0%{opacity:.9;transform:scale(1)}to{opacity:0;transform:scale(2.6)}}.station-highlight-ring{fill:none;stroke:#ff3b30;stroke-width:2px;opacity:1;transform-box:fill-box;transform-origin:50%;pointer-events:none;animation:1.3s ease-out 5 station-highlight-pulse}.route-stop-marker{fill:none;stroke:#2a338d;pointer-events:none}@keyframes route-pulse-travel{0%{stroke-dashoffset:0}to{stroke-dashoffset:-100px}}.route-pulse-overlay{stroke:#fff;stroke-opacity:.6;stroke-width:6px;stroke-dasharray:4 96;pointer-events:none;animation:4s linear infinite route-pulse-travel}.route-stop-endpoint{stroke-width:3px;opacity:.9}.route-stop-interchange{stroke-width:2px;opacity:.8}
