.styles_modalOverlay__TZ4x3{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.styles_modalContent__b71D9{background:white;padding:20px;border-radius:8px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;max-width:90%;width:400px;overflow:hidden}.styles_spinner__Gb4Cf{margin-bottom:20px;animation:styles_spin__FJJsX 2s linear infinite}.styles_modalText___Arag{font-size:16px;color:#333;line-height:1.5;word-wrap:break-word;white-space:pre-wrap;text-align:center}@keyframes styles_spin__FJJsX{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_progressContainer__YzNT2{width:100%;margin-top:20px;display:flex;flex-direction:column;align-items:center;gap:8px}.styles_progressBar__WJXni{width:100%;height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden;position:relative}.styles_progressFill__f2b0w{height:100%;background-color:#4caf50;border-radius:4px;transition:width .1s ease-out;position:relative}.styles_progressText__e_V_8{font-size:12px;color:#666;font-weight:500}.styles_progressFill__f2b0w:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:styles_shimmer__Mh2fK 2s infinite}@keyframes styles_shimmer__Mh2fK{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}