.logo-loader{z-index:9999;background:#050508;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.loader-center{justify-content:center;align-items:center;display:flex;position:relative}.loader-center:before{content:"";background:radial-gradient(circle,#508cff24,#0000 65%);border-radius:50%;width:280px;height:280px;animation:3s ease-in-out infinite glowPulse;position:absolute}@keyframes glowPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.9;transform:scale(1.18)}}.ring{border-radius:50%;position:absolute}.ring-1{border:.5px solid #78a0ff2e;width:190px;height:190px;animation:7s linear infinite spin}.ring-2{border:.5px dashed #78a0ff17;width:280px;height:280px;animation:11s linear infinite reverse spin}.ring-arc{border-radius:50%;width:230px;height:230px;animation:2.4s cubic-bezier(.4,0,.2,1) infinite spin;position:absolute}.ring-arc svg{width:100%;height:100%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orbit-dot{border-radius:50%;width:190px;height:190px;animation:7s linear infinite spin;position:absolute}.orbit-dot:after{content:"";background:#508cff;border-radius:50%;width:5px;height:5px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 8px #508cffcc,0 0 16px #508cff66}.logo-img{z-index:5;opacity:0;width:110px;animation:1.3s cubic-bezier(.22,1,.36,1) forwards logoPop}@keyframes logoPop{0%{opacity:0;transform:scale(.8)}65%{opacity:1;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}.loading-dots{gap:5px;display:flex;position:absolute;bottom:-52px}.loading-dots span{background:#78a0ff80;border-radius:50%;width:4px;height:4px;animation:1.3s ease-in-out infinite dotA}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes dotA{0%,to{opacity:.2;transform:scale(.5)}50%{opacity:1;background:#7aaeff;transform:scale(1.4)}}.logo-loader.exit{opacity:0;transition:opacity .6s}
