@keyframes lane-draw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes hub-pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.9;transform:scale(1.6)}}.lane-line{stroke-dasharray:1;stroke-dashoffset:1;animation:lane-draw 2.2s cubic-bezier(.4,0,.2,1) forwards}@keyframes lane-drift{to{stroke-dashoffset:-9}}@keyframes lane-appear{0%{opacity:0}to{opacity:.62}}.lane-dotted{stroke-dasharray:3 6;stroke-linecap:round;opacity:0;animation:lane-appear 1s ease-out forwards,lane-drift 2.6s linear infinite}.hub-halo{transform-box:fill-box;transform-origin:center;animation:hub-pulse 3.2s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.lane-line{animation:none;stroke-dashoffset:0}.lane-dotted{animation:none;opacity:.62}.hub-halo{animation:none;opacity:.5}}