.loading-screen-container{z-index:9999;background:#020617;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.loading-content{z-index:10;flex-direction:column;align-items:center;gap:2rem;display:flex;position:relative}.loader-wrapper{width:80px;height:80px;position:relative}.loader-ring{border:4px solid #3b82f61a;border-top-color:#3b82f6;border-radius:50%;width:100%;height:100%;animation:1.2s cubic-bezier(.5,0,.5,1) infinite spin;position:absolute}.loader-core{background:#3b82f6;border-radius:50%;width:12px;height:12px;animation:1.5s ease-in-out infinite pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 15px #3b82f6}.loading-text{color:#94a3b8;letter-spacing:.1em;text-transform:uppercase;font-size:.95rem;font-weight:500;animation:2s ease-in-out infinite fadeInOut}.loading-glow{filter:blur(40px);z-index:1;background:radial-gradient(circle,#3b82f60d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.8;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.5)}}@keyframes fadeInOut{0%,to{opacity:.5}50%{opacity:1}}
