.global-loader-wrapper{z-index:99999;background-color:var(--main-color,#0a2240);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;inset:0;overflow:hidden}.global-loader-wrapper .loader-backdrop-glow{pointer-events:none;background:radial-gradient(circle,#f4b35a26 0%,#0a224000 70%);border-radius:50%;width:350px;height:350px;animation:3s ease-in-out infinite pulseGlow;position:absolute}.global-loader-wrapper .loader-content-box{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:28px;display:flex;position:relative}.global-loader-wrapper .logo-pulse-container{justify-content:center;align-items:center;display:flex;position:relative}.global-loader-wrapper .logo-pulse-container .logo-wrapper{z-index:2;filter:drop-shadow(0 8px 20px #0000004d);animation:2.5s ease-in-out infinite floatLogo;position:relative}.global-loader-wrapper .logo-pulse-container .pulse-ring{z-index:1;background:#f4b35a14;border:1px solid #f4b35a33;border-radius:50%;width:110px;height:110px;animation:2s ease-out infinite ripple;position:absolute}.global-loader-wrapper .custom-spinner{justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.global-loader-wrapper .custom-spinner .spinner-arc{border:3px solid #ffffff14;border-top-color:var(--accent-gold,#f4b35a);border-right-color:var(--accent-gold,#f4b35a);border-radius:50%;width:100%;height:100%;animation:.85s linear infinite spin}.global-loader-wrapper .loading-dots-text{align-items:center;gap:6px;display:flex}.global-loader-wrapper .loading-dots-text .dot{background-color:var(--accent-gold,#f4b35a);border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite both bounceDot;display:inline-block}.global-loader-wrapper .loading-dots-text .dot:first-child{animation-delay:-.32s}.global-loader-wrapper .loading-dots-text .dot:nth-child(2){animation-delay:-.16s}.global-loader-wrapper .loading-dots-text .dot:nth-child(3){animation-delay:0s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes floatLogo{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-6px)scale(1.03)}}@keyframes pulseGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.9;transform:scale(1.15)}}@keyframes ripple{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(1.6)}}@keyframes bounceDot{0%,80%,to{opacity:.3;transform:scale(0)}40%{opacity:1;transform:scale(1)}}
