.LoadingScreen_appScreen__hl2XM{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:9999;overflow:hidden;background:linear-gradient(180deg,#ffb74d,#ff9800 50%,#ffc107);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:40px 20px}.LoadingScreen_sunburstOverlay__nN6Rv{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:repeating-conic-gradient(hsla(0,0%,100%,.05) 0deg 10deg,transparent 10deg 20deg);animation:LoadingScreen_rotate__4rqg1 60s linear infinite;pointer-events:none;z-index:0}@keyframes LoadingScreen_rotate__4rqg1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.LoadingScreen_content__DiAWz{z-index:1;width:100%;max-width:414px;display:flex;flex-direction:column;align-items:center;height:100%}.LoadingScreen_logoArea__MbHnP{margin-top:15vh;font-size:24px;font-weight:700;display:flex;align-items:center;gap:10px;letter-spacing:1px}.LoadingScreen_logoIcon__XXfBn{font-size:20px}.LoadingScreen_stepsWrapper__T859o{margin:auto 0;width:100%;position:relative}.LoadingScreen_stepsContainer__kd1iB{display:flex;justify-content:space-between;width:100%}.LoadingScreen_stepItem__TDDHu{display:flex;flex-direction:column;align-items:center;width:25%;text-align:center;opacity:.4;filter:grayscale(100%);transition:all .3s ease}.LoadingScreen_stepItem__TDDHu.LoadingScreen_active__wa_Iw{opacity:1;filter:grayscale(0);transform:scale(1.15)}.LoadingScreen_iconCircle__hQF1p{width:70px;height:70px;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:15px;box-shadow:0 0 0 4px hsla(0,0%,100%,.2),0 0 15px hsla(0,0%,100%,.5);transition:transform .3s ease}.LoadingScreen_iconCircle__hQF1p i{color:#ff9800;font-size:30px}.LoadingScreen_stepText__f4Rlu{font-size:13px;font-weight:600;line-height:1.2;font-family:Quicksand,sans-serif;text-shadow:0 2px 4px rgba(0,0,0,.1)}.LoadingScreen_statusPill__VcbEU{background-color:rgba(189,140,61,.4);padding:12px 30px;border-radius:30px;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:50px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.LoadingScreen_footer__DuPfX{margin-bottom:30px;text-align:center}.LoadingScreen_socialIcons__Y9pbR{display:flex;justify-content:center;gap:25px;margin-bottom:25px;position:relative;z-index:10}.LoadingScreen_socialIcons__Y9pbR a{font-size:24px;color:hsla(0,0%,100%,.8);transition:all .3s ease;cursor:pointer}.LoadingScreen_socialIcons__Y9pbR a:hover{transform:scale(1.2);color:#fff}.LoadingScreen_socialIcons__Y9pbR a:first-child:hover{color:#e1306c}.LoadingScreen_socialIcons__Y9pbR a:nth-child(2):hover{color:#000}.LoadingScreen_socialIcons__Y9pbR a:nth-child(3):hover{color:#1877f2}.LoadingScreen_socialIcons__Y9pbR a:nth-child(4):hover{color:red}.LoadingScreen_socialIcons__Y9pbR a:nth-child(5):hover{color:#25d366}.LoadingScreen_loadingDots__jkSMU{display:flex;justify-content:center;gap:12px}.LoadingScreen_dot__UqdQg{width:12px;height:6px;background-color:#fff;border-radius:10px;opacity:.5;animation:LoadingScreen_pulse__4SfbE 1.5s ease-in-out infinite}.LoadingScreen_dot__UqdQg:first-child{width:25px;opacity:1}.LoadingScreen_dot__UqdQg:nth-child(2){animation-delay:.2s}.LoadingScreen_dot__UqdQg:nth-child(3){animation-delay:.4s}.LoadingScreen_dot__UqdQg:nth-child(4){animation-delay:.6s}@keyframes LoadingScreen_pulse__4SfbE{0%,to{opacity:.5}50%{opacity:1}}