.LoadingScreen_overlay__39FhI{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background:#0b0d17;transition:opacity .5s ease;pointer-events:all}.LoadingScreen_overlayVisible__gA1CG{opacity:1}.LoadingScreen_overlayHidden__9Xl_2{opacity:0;pointer-events:none}.LoadingScreen_nebulaWrap__QqACr{position:absolute;inset:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.LoadingScreen_nebula__VVAc5{position:absolute;width:min(90vw,520px);height:min(90vw,520px);border-radius:50%;background:conic-gradient(from 0deg,rgba(124,58,237,.22),rgba(59,130,246,.14),rgba(34,211,238,.18),rgba(124,58,237,.22));filter:blur(48px);animation:LoadingScreen_spinSlow__TjgdS 18s linear infinite}.LoadingScreen_nebulaInner__YnKrR{position:absolute;width:min(70vw,380px);height:min(70vw,380px);border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.2) 0,rgba(124,58,237,.08) 45%,transparent 70%);filter:blur(32px);animation:LoadingScreen_spinSlow__TjgdS 24s linear infinite reverse}.LoadingScreen_center__lbaUB{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px}.LoadingScreen_lightning__Uc8A0{animation:LoadingScreen_lightningPulse__nCuws 1.8s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(251,191,36,.9))}.LoadingScreen_lcLetters__tJ15b{display:flex;align-items:baseline;gap:2px;font-family:var(--font-space),"Space Grotesk",system-ui,sans-serif;font-weight:800;font-size:clamp(3rem,12vw,4.5rem);letter-spacing:-.06em;line-height:1;background:linear-gradient(135deg,#a78bfa,#6366f1 45%,#22d3ee);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 0 24px rgba(124,58,237,.55)) drop-shadow(0 0 48px rgba(99,102,241,.25))}.LoadingScreen_subtitle__B8ZGL{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:rgba(167,139,250,.45)}.LoadingScreen_dots__pLTdl{display:flex;gap:6px;margin-top:8px}.LoadingScreen_dot__UqdQg{width:6px;height:6px;border-radius:50%;background:rgba(124,58,237,.5);animation:LoadingScreen_dotBounce__rnXyE 1.4s ease-in-out infinite}.LoadingScreen_dot__UqdQg:nth-child(2){animation-delay:.2s}.LoadingScreen_dot__UqdQg:nth-child(3){animation-delay:.4s}@keyframes LoadingScreen_spinSlow__TjgdS{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes LoadingScreen_lightningPulse__nCuws{0%,to{transform:scale(1);filter:drop-shadow(0 0 6px rgba(251,191,36,.7)) brightness(1)}50%{transform:scale(1.15);filter:drop-shadow(0 0 18px rgba(251,191,36,1)) drop-shadow(0 0 32px rgba(245,158,11,.6)) brightness(1.35)}}@keyframes LoadingScreen_dotBounce__rnXyE{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-6px);opacity:1}}