.LoadingScreen-module__OBtEAW__loadingContainer{background:var(--auth-loading-bg);width:100vw;min-height:100dvh;color:var(--foreground);z-index:9999;flex-direction:column;justify-content:center;align-items:center;transition:background .3s,color .3s;display:flex;position:fixed;inset:0;overflow:hidden}.LoadingScreen-module__OBtEAW__backgroundOverlay{background:var(--auth-loading-overlay);pointer-events:none;width:200%;height:200%;animation:60s linear infinite LoadingScreen-module__OBtEAW__bgRotate;position:absolute;inset-block-start:-50%;inset-inline-start:-50%}@keyframes LoadingScreen-module__OBtEAW__bgRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LoadingScreen-module__OBtEAW__solarSystem{justify-content:center;align-items:center;width:200px;height:200px;margin-bottom:2rem;display:flex;position:relative}.LoadingScreen-module__OBtEAW__sun{background:linear-gradient(135deg, var(--app-accent) 0%, var(--app-primary) 100%);width:60px;height:60px;box-shadow:0 0 20px var(--app-accent-soft);z-index:10;border-radius:50%;position:relative}.LoadingScreen-module__OBtEAW__orbit{border:1px solid var(--auth-loading-orbit);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LoadingScreen-module__OBtEAW__orbit1{width:100px;height:100px;animation:4s linear infinite LoadingScreen-module__OBtEAW__spin}.LoadingScreen-module__OBtEAW__orbit2{width:140px;height:140px;animation:7s linear infinite reverse LoadingScreen-module__OBtEAW__spin}.LoadingScreen-module__OBtEAW__orbit3{width:180px;height:180px;animation:10s linear infinite LoadingScreen-module__OBtEAW__spin}.LoadingScreen-module__OBtEAW__planet{border-radius:50%;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.LoadingScreen-module__OBtEAW__planet1{background-color:var(--app-primary-contrast);width:8px;height:8px}.LoadingScreen-module__OBtEAW__planet2{background-color:var(--app-primary);width:10px;height:10px;top:50%;left:100%;transform:translate(-50%,-50%)}.LoadingScreen-module__OBtEAW__planet3{background-color:var(--app-primary-hover);width:6px;height:6px;top:100%;left:50%;transform:translate(-50%,-50%)}.LoadingScreen-module__OBtEAW__textContainer{justify-content:center;align-items:center;height:2rem;margin-top:1rem;display:flex}.LoadingScreen-module__OBtEAW__loadingText{color:var(--app-accent);font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:500;animation:3s ease-in-out infinite LoadingScreen-module__OBtEAW__fadeText}@keyframes LoadingScreen-module__OBtEAW__spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes LoadingScreen-module__OBtEAW__fadeText{0%,to{opacity:.6}50%{opacity:1}}.LoadingScreen-module__OBtEAW__progressBarContainer{background-color:var(--app-accent-soft);border-radius:2px;width:200px;height:4px;margin-top:1rem;overflow:hidden}.LoadingScreen-module__OBtEAW__progressBar{background:linear-gradient(90deg, var(--app-accent), var(--app-primary));border-radius:2px;width:0%;height:100%;animation:2s ease-in-out infinite LoadingScreen-module__OBtEAW__progress}@keyframes LoadingScreen-module__OBtEAW__progress{0%{width:0%;transform:translate(0)}50%{width:70%;transform:translate(0)}to{width:100%;transform:translate(100%)}}@media (max-width:480px){.LoadingScreen-module__OBtEAW__solarSystem{width:160px;height:160px}.LoadingScreen-module__OBtEAW__sun{width:52px;height:52px}.LoadingScreen-module__OBtEAW__orbit1{width:88px;height:88px}.LoadingScreen-module__OBtEAW__orbit2{width:120px;height:120px}.LoadingScreen-module__OBtEAW__orbit3{width:152px;height:152px}.LoadingScreen-module__OBtEAW__loadingText{font-size:1rem}.LoadingScreen-module__OBtEAW__progressBarContainer{width:min(200px,100vw - 3rem)}}@media (prefers-reduced-motion:reduce){.LoadingScreen-module__OBtEAW__backgroundOverlay,.LoadingScreen-module__OBtEAW__orbit1,.LoadingScreen-module__OBtEAW__orbit2,.LoadingScreen-module__OBtEAW__orbit3,.LoadingScreen-module__OBtEAW__loadingText,.LoadingScreen-module__OBtEAW__progressBar{animation-duration:1ms;animation-iteration-count:1}}
