.LoadingOverlay-module__LPCIBG__overlay{padding:var(--space-2xl);justify-content:center;align-items:center;animation:.3s forwards LoadingOverlay-module__LPCIBG__fadeIn;display:flex}.LoadingOverlay-module__LPCIBG__fullScreen{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#e8e4ded9;position:fixed;inset:0}.LoadingOverlay-module__LPCIBG__card{align-items:center;gap:var(--space-lg);padding:var(--space-2xl)var(--space-3xl);background:var(--white);border:var(--border-bold)solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:center;flex-direction:column;min-width:280px;display:flex}.LoadingOverlay-module__LPCIBG__iconWrap{width:80px;height:90px;position:relative}.LoadingOverlay-module__LPCIBG__iconDoc{background:var(--white);border:3px solid var(--border);width:60px;height:80px;box-shadow:3px 3px 0px var(--shadow);border-radius:6px;flex-direction:column;gap:6px;padding:12px 8px;animation:1.5s ease-in-out infinite LoadingOverlay-module__LPCIBG__docBob;display:flex}.LoadingOverlay-module__LPCIBG__iconDocLine{background:var(--bg);border-radius:2px;height:4px;animation:2s infinite LoadingOverlay-module__LPCIBG__lineShimmer}.LoadingOverlay-module__LPCIBG__iconDocLine:first-child{animation-delay:0s}.LoadingOverlay-module__LPCIBG__iconDocLine:nth-child(2){animation-delay:.2s}.LoadingOverlay-module__LPCIBG__iconDocLine:nth-child(3){animation-delay:.4s}.LoadingOverlay-module__LPCIBG__iconDocLine:nth-child(4){animation-delay:.6s}.LoadingOverlay-module__LPCIBG__gearWrap{animation:2s linear infinite LoadingOverlay-module__LPCIBG__gearSpin;position:absolute;bottom:-4px;right:-8px}.LoadingOverlay-module__LPCIBG__gear{font-size:1.75rem}.LoadingOverlay-module__LPCIBG__message{font-size:1.1rem;font-weight:700}.LoadingOverlay-module__LPCIBG__subMessage{font-size:.8rem;font-family:var(--font-mono);color:#888;margin-top:-8px}.LoadingOverlay-module__LPCIBG__progressWrap{align-items:center;gap:var(--space-sm);width:100%;max-width:260px;display:flex}.LoadingOverlay-module__LPCIBG__progressTrack{background:var(--bg);border:2px solid var(--border);border-radius:999px;flex:1;height:14px;overflow:hidden}.LoadingOverlay-module__LPCIBG__progressFill{background:var(--green);border-radius:999px;height:100%;transition:width .4s;position:relative}.LoadingOverlay-module__LPCIBG__progressFill:after{content:"";background:linear-gradient(90deg,#0000 0%,#fff6 50%,#0000 100%);animation:1.5s infinite LoadingOverlay-module__LPCIBG__progressShine;position:absolute;inset:0}.LoadingOverlay-module__LPCIBG__progressLabel{font-family:var(--font-mono);text-align:right;min-width:36px;font-size:.75rem;font-weight:700}.LoadingOverlay-module__LPCIBG__dots{gap:6px;display:flex}.LoadingOverlay-module__LPCIBG__dot{background:var(--black);border-radius:50%;width:10px;height:10px;animation:1s infinite LoadingOverlay-module__LPCIBG__dotBounce}@keyframes LoadingOverlay-module__LPCIBG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LoadingOverlay-module__LPCIBG__docBob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes LoadingOverlay-module__LPCIBG__lineShimmer{0%,to{opacity:.4}50%{opacity:1}}@keyframes LoadingOverlay-module__LPCIBG__gearSpin{to{transform:rotate(360deg)}}@keyframes LoadingOverlay-module__LPCIBG__dotBounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-10px)}}@keyframes LoadingOverlay-module__LPCIBG__progressShine{0%{transform:translate(-100%)}to{transform:translate(200%)}}
