.fun-loading-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;text-align:center;background:#02061766;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;inset:0}.loading-orbit-wrapper{justify-content:center;align-items:center;width:150px;height:150px;margin-bottom:3rem;display:flex;position:relative}.loading-ring-outer{border:1px solid #38bdf81a;border-top-color:#0ea5e9;border-radius:50%;width:100%;height:100%;animation:2s linear infinite spin;position:absolute}.loading-ring-inner{border:1px solid #8b5cf61a;border-bottom-color:#8b5cf6;border-radius:50%;width:70%;height:70%;animation:1.5s linear infinite reverse spin;position:absolute}.loading-core{background:#fff;border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite pulse;box-shadow:0 0 20px #fff,0 0 40px #0ea5e9}.loading-text-glitch{letter-spacing:.5em;color:#fff;margin-bottom:.5rem;font-family:Orbitron,sans-serif;font-size:.75rem;font-weight:900;position:relative}.loading-sub{letter-spacing:.2em;color:#64748b;text-transform:uppercase;font-size:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}
