.LoadingSpinner-module__lYDM-q__container{min-height:100vh;font-family:var(--font-inter,sans-serif);color:var(--text-gray,#666);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:16px;display:flex}.LoadingSpinner-module__lYDM-q__progressBar{background:var(--primary-blue,#0057ff);z-index:9999;width:0;height:3px;animation:2s ease-out forwards LoadingSpinner-module__lYDM-q__progress;position:fixed;top:0;left:0}.LoadingSpinner-module__lYDM-q__content{opacity:0;flex-direction:column;align-items:center;gap:16px;animation:.3s ease-in .4s forwards LoadingSpinner-module__lYDM-q__fadeIn;display:flex}.LoadingSpinner-module__lYDM-q__spinner{border:3px solid var(--background-light-gray,#f0f0f0);border-top:3px solid var(--primary-blue,#0057ff);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite LoadingSpinner-module__lYDM-q__spin}@keyframes LoadingSpinner-module__lYDM-q__progress{0%{width:0}20%{width:35%}50%{width:65%}to{width:90%}}@keyframes LoadingSpinner-module__lYDM-q__fadeIn{to{opacity:1}}@keyframes LoadingSpinner-module__lYDM-q__spin{to{transform:rotate(360deg)}}
