*,*:before,*:after{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;padding:0}body{overflow:hidden}.app-root{position:relative;width:100%;min-height:100dvh}.route-loading{width:100%;height:100dvh;display:grid;place-content:center;justify-items:center;gap:12px;color:#dce9ff;background:#070e18}.loading-spinner{width:28px;height:28px;border:3px solid rgba(220,233,255,.25);border-top-color:#8fd2ff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.loading-spinner{animation:none}}
