@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.upscaleProgress{flex-direction:column;align-items:center;gap:12px;width:100%;max-width:720px;padding:64px 0;display:flex}.upscaleProgress>.progressBarTrack{background-color:#e9ecef;border-radius:9999px;width:100%;height:6px;overflow:hidden}.upscaleProgress>.progressBarTrack>.progressBarFill{background-color:#0090e1;border-radius:9999px;height:100%;transition:width .3s}.upscaleProgress>.progressText{color:#6c757d;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500}
