.PageLoading_screen__pAV8k{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;min-height:100vh;background:var(--surface-0,#080c12);color:var(--text-primary,#e5e7eb)}.PageLoading_content__A6_X6{display:flex;flex-direction:column;align-items:center;gap:14px}.PageLoading_spinner__x41i8{width:34px;height:34px;border:2px solid var(--border-strong,#263244);border-top-color:var(--accent,#8b92ff);border-radius:999px;animation:PageLoading_spin__jq_gM .75s linear infinite}.PageLoading_label__qeeOA{margin:0;color:var(--text-secondary,#9ca3af);font-size:13px;letter-spacing:.01em}.PageLoading_routeProgress__pQeEz{position:fixed;inset:0 0 auto;z-index:1000;height:3px;overflow:hidden;pointer-events:none;background:color-mix(in srgb,var(--accent,#8b92ff) 14%,transparent)}.PageLoading_routeProgressBar__zWerR{display:block;width:36%;height:100%;border-radius:999px;background:var(--accent,#8b92ff);box-shadow:0 0 12px color-mix(in srgb,var(--accent,#8b92ff) 72%,transparent);animation:PageLoading_route-progress__i1LGA 1.05s cubic-bezier(.4,0,.2,1) infinite}@keyframes PageLoading_spin__jq_gM{to{transform:rotate(1turn)}}@keyframes PageLoading_route-progress__i1LGA{0%{transform:translateX(-110%)}to{transform:translateX(310%)}}@media (prefers-reduced-motion:reduce){.PageLoading_spinner__x41i8{animation-duration:1.5s}.PageLoading_routeProgressBar__zWerR{width:100%;animation:none}}