body.login-loading{overflow:hidden}.loading-screen,.loading-screen *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.loading-screen{--bg: #0B0B0B;--cycle: 5.2s;--ease: cubic-bezier(.45, 0, .25, 1);--green-main: rgba(104, 138, 120, .52);--green-core: rgba(124, 154, 137, .48);z-index:10000;position:fixed;inset:0;display:grid;place-items:center;min-height:100vh;min-height:100dvh;padding:max(24px,env(safe-area-inset-top)) 24px max(24px,env(safe-area-inset-bottom));background:var(--bg);isolation:isolate}.loading-screen:before{content:"";position:absolute;left:50%;top:50%;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(71,106,89,.1) 0%,rgba(71,106,89,.035) 48%,transparent 76%);transform:translate(-50%,-50%);filter:blur(18px);pointer-events:none;z-index:-1}.loading-screen .loader-stage{position:relative;width:250px;height:250px;display:grid;place-items:center}.loading-screen .breath-ring,.loading-screen .release-wave,.loading-screen .core,.loading-screen .core-halo{position:absolute;border-radius:50%;pointer-events:none}.loading-screen .breath-ring{width:138px;height:138px;border:1.2px solid var(--green-main);opacity:.52;transform:scale(.88);animation:blackLoadingBreathe var(--cycle) var(--ease) infinite;will-change:transform,opacity,border-color}.loading-screen .release-wave{width:146px;height:146px;border:1px solid rgba(118,145,130,0);opacity:0;transform:scale(.98);animation:blackLoadingRelease var(--cycle) var(--ease) infinite;will-change:transform,opacity,border-color}.loading-screen .release-wave.second{animation-delay:calc(var(--cycle) / -2)}.loading-screen .core{width:6px;height:6px;background:var(--green-core);opacity:.48;transform:scale(1);animation:blackLoadingCorePulse var(--cycle) var(--ease) infinite;box-shadow:0 0 0 1px #7c9a890f;will-change:transform,opacity}.loading-screen .core-halo{width:18px;height:18px;border:1px solid rgba(124,154,137,.16);opacity:.16;transform:scale(.72);animation:blackLoadingCoreHalo var(--cycle) var(--ease) infinite;will-change:transform,opacity}@keyframes blackLoadingBreathe{0%{transform:scale(.88);opacity:.42;border-color:#688a786b}38%{transform:scale(1.12);opacity:.58;border-color:#688a7894}48%{transform:scale(1.12);opacity:.56;border-color:#718e7f8a}86%{transform:scale(.88);opacity:.34;border-color:#969c9838}to{transform:scale(.88);opacity:.42;border-color:#688a786b}}@keyframes blackLoadingRelease{0%,34%{transform:scale(.98);opacity:0;border-color:#76918200}39%{transform:scale(1);opacity:.34;border-color:#76918257}62%{opacity:.2;border-color:#84958c33}86%{opacity:.06;border-color:#969c9814}to{transform:scale(1.48);opacity:0;border-color:#969c9800}}@keyframes blackLoadingCorePulse{0%{transform:scale(.92);opacity:.38}38%{transform:scale(1.25);opacity:.58}48%{transform:scale(1.18);opacity:.54}86%{transform:scale(.88);opacity:.34}to{transform:scale(.92);opacity:.38}}@keyframes blackLoadingCoreHalo{0%{transform:scale(.72);opacity:.08}38%{transform:scale(1.18);opacity:.2}48%{transform:scale(1.28);opacity:.16}86%{transform:scale(.7);opacity:.05}to{transform:scale(.72);opacity:.08}}@media (max-width: 390px){.loading-screen .loader-stage{width:230px;height:230px}.loading-screen .breath-ring{width:132px;height:132px}.loading-screen .release-wave{width:140px;height:140px}}@media (max-width: 340px){.loading-screen .loader-stage{width:210px;height:210px}.loading-screen .breath-ring{width:122px;height:122px}.loading-screen .release-wave{width:130px;height:130px}}@media (orientation: landscape) and (max-height: 520px){.loading-screen .loader-stage{width:180px;height:180px}.loading-screen .breath-ring{width:108px;height:108px}.loading-screen .release-wave{width:116px;height:116px}}@media (prefers-reduced-motion: reduce){.loading-screen .breath-ring,.loading-screen .release-wave,.loading-screen .core,.loading-screen .core-halo{animation:none!important}.loading-screen .breath-ring{transform:none;opacity:.48}.loading-screen .release-wave{display:none}.loading-screen .core{opacity:.48}.loading-screen .core-halo{opacity:.14}}
