html,body,#root{width:100%;height:100%;margin:0}body{background:#080c16;overflow:hidden}#root>.route-loading-state{text-align:center;color:#f8fafc;place-content:center;gap:10px;min-height:100%;font-family:Inter,system-ui,sans-serif;display:grid}#root>.route-loading-state .route-loading-pulse{border:3px solid #7dd3fc38;border-top-color:#22d3ee;border-radius:50%;width:34px;height:34px;margin:0 auto;animation:.9s linear infinite entry-loading-spin}@keyframes entry-loading-spin{to{transform:rotate(360deg)}}
