.LoadingScreen_loadingContainer__OX2AP{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:24px;background-color:#1d1d1d;font-family:Inter,sans-serif;animation:LoadingScreen_fadeIn__1opj2 .5s ease-out}.LoadingScreen_logoWrapper__O_Zmt{animation:LoadingScreen_logoScale__a7osh .4s cubic-bezier(.34,1.56,.64,1);transform-origin:center}.LoadingScreen_logo__wT_KO{width:150px;height:150px;filter:drop-shadow(0 0 30px rgba(252,252,252,.1));animation:LoadingScreen_logoPulse__QrtH0 2s ease-in-out infinite}.LoadingScreen_brandName__xwB_Y{font-size:36px;font-weight:600;color:#fcfcfc;letter-spacing:4px;animation:LoadingScreen_slideUp__WrOtH .4s ease-out .3s both;position:relative}.LoadingScreen_loadingIndicator__K5s6f{display:flex;gap:8px;margin-top:20px;animation:LoadingScreen_fadeIn__1opj2 1s ease-out .4s both}.LoadingScreen_loadingDot__KBGmr{width:8px;height:8px;background-color:#fcfcfc;border-radius:50%;animation:LoadingScreen_dotBounce__8Z6jm 1.4s ease-in-out infinite}.LoadingScreen_loadingDot__KBGmr:first-child{animation-delay:-.32s}.LoadingScreen_loadingDot__KBGmr:nth-child(2){animation-delay:-.16s}.LoadingScreen_loadingDot__KBGmr:nth-child(3){animation-delay:0}@keyframes LoadingScreen_fadeIn__1opj2{0%{opacity:0}to{opacity:1}}@keyframes LoadingScreen_logoScale__a7osh{0%{transform:scale(.5) rotate(-10deg);opacity:0}50%{transform:scale(1.1) rotate(5deg)}to{transform:scale(1) rotate(0deg);opacity:1}}@keyframes LoadingScreen_slideUp__WrOtH{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes LoadingScreen_logoPulse__QrtH0{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes LoadingScreen_dotBounce__8Z6jm{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.LoadingScreen_gradientOverlay__cQOX2{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(252,252,252,.03) 0,transparent 70%);animation:LoadingScreen_gradientPulse___Q2kz 3s ease-in-out infinite;pointer-events:none}@keyframes LoadingScreen_gradientPulse___Q2kz{0%,to{opacity:.5}50%{opacity:1}}