*,*:before,*:after{box-sizing:border-box}#root{min-height:100vh}.route-loading{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0b263e}.route-loading-dot{width:8px;height:8px;border-radius:50%;background:#ffffffe6;box-shadow:0 0 16px #91c5dfbf;animation:route-loading-pulse 1.1s ease-in-out infinite}@keyframes route-loading-pulse{50%{opacity:.35;transform:scale(.72)}}@media(prefers-reduced-motion:reduce){.route-loading-dot{animation:none}}
