.LoadingScreen_page__URHRd{position:relative;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;background:var(--bg-0);padding:1.5rem;overflow:hidden;animation:LoadingScreen_fadeIn__e_nj2 .5s cubic-bezier(.22,1,.36,1)}.LoadingScreen_stage__6pNQG{position:relative;width:64px;height:64px}.LoadingScreen_halo__UKMrr{position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 0deg,rgba(255,255,255,0) 0deg,rgba(255,255,255,0) 240deg,rgba(255,255,255,.75) 330deg,rgba(255,255,255,0) 1turn);animation:LoadingScreen_spin__b_7r1 1.6s linear infinite;mask:radial-gradient(circle,transparent 58%,#000 60%,#000 72%,transparent 74%);-webkit-mask:radial-gradient(circle,transparent 58%,#000 60%,#000 72%,transparent 74%)}.LoadingScreen_mark__n3TaN{position:relative;height:44px;width:auto;max-width:60vw;object-fit:contain;image-rendering:-webkit-optimize-contrast}.LoadingScreen_caption__3z0qA{position:relative;display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center;animation:LoadingScreen_slideUp__BJsPx .6s cubic-bezier(.22,1,.36,1) .1s both}.LoadingScreen_label__xbJ2h{font-size:.85rem;color:var(--text-secondary);letter-spacing:-.01em;background:linear-gradient(90deg,rgba(245,245,247,.35),rgba(245,245,247,.9) 50%,rgba(245,245,247,.35));background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);animation:LoadingScreen_shimmer__kZGgl 2.2s ease-in-out infinite}.LoadingScreen_dots__fP_d8{display:flex;gap:6px}.LoadingScreen_dots__fP_d8 span{width:4px;height:4px;border-radius:50%;background:var(--text-tertiary);animation:LoadingScreen_bounce__fqJWB 1.2s ease-in-out infinite}.LoadingScreen_dots__fP_d8 span:nth-child(2){animation-delay:.15s}.LoadingScreen_dots__fP_d8 span:nth-child(3){animation-delay:.3s}@keyframes LoadingScreen_spin__b_7r1{to{transform:rotate(1turn)}}@keyframes LoadingScreen_shimmer__kZGgl{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes LoadingScreen_bounce__fqJWB{0%,80%,to{transform:translateY(0);opacity:.3}40%{transform:translateY(-3px);opacity:1}}@keyframes LoadingScreen_fadeIn__e_nj2{0%{opacity:0}to{opacity:1}}@keyframes LoadingScreen_slideUp__BJsPx{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.LoadingScreen_dots__fP_d8 span,.LoadingScreen_halo__UKMrr,.LoadingScreen_label__xbJ2h{animation:none}}@media(max-width:640px){.LoadingScreen_mark__n3TaN{height:34px}}.CallbackHandler_errorPage__lN7GE{min-height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--bg-0);padding:1.5rem}.CallbackHandler_error__4qgY5{max-width:360px;text-align:center;font-size:.85rem;color:var(--text-secondary);line-height:1.55}.CallbackHandler_error__4qgY5 strong{display:block;color:var(--text-primary);font-weight:600;margin-bottom:.35rem}