.loading-overlay-container{z-index:9999;background-color:#f8fafc;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out forwards overlayFadeIn;display:flex;position:fixed;top:0;left:0;overflow:hidden}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.bg-blob{filter:blur(100px);opacity:.16;z-index:1;pointer-events:none;border-radius:50%;position:absolute}.blob-teal{background:#109168;width:480px;height:480px;animation:24s ease-in-out infinite alternate floatTeal;top:-8%;left:-8%}.blob-mint{background:#0ad1ab;width:520px;height:520px;animation:28s ease-in-out infinite alternate floatMint;bottom:-12%;right:-8%}@keyframes floatTeal{0%{transform:translate(0)scale(1)}50%{transform:translate(50px,35px)scale(1.12)}to{transform:translate(-20px,70px)scale(.95)}}@keyframes floatMint{0%{transform:translate(0)scale(1)}50%{transform:translate(-70px,-45px)scale(.9)}to{transform:translate(30px,-80px)scale(1.08)}}.loading-card{z-index:10;box-shadow:none;text-align:center;box-sizing:border-box;background:0 0;border:none;flex-direction:column;align-items:center;width:100%;max-width:480px;padding:20px;display:flex;position:relative}.sandbox-badge{color:#109168;letter-spacing:.8px;background:#10916814;border:1px solid #10916826;border-radius:50px;align-items:center;gap:6px;margin-bottom:24px;padding:5px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.badge-dot{background-color:#109168;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite alternate badgeDotPulse}@keyframes badgeDotPulse{0%{opacity:.3;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}.logo-wrapper{margin-bottom:24px;animation:3s ease-in-out infinite breathe}.loading-logo{object-fit:contain;width:auto;height:140px}@keyframes breathe{0%,to{opacity:.88;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}}.progress-value{color:#109168;letter-spacing:-.5px;unicode-bidi:isolate;margin-bottom:12px;font-family:Courier New,Courier,monospace;font-size:1.8rem;font-weight:700;direction:ltr!important}.progress-track{background:#10916826;border-radius:8px;width:320px;height:8px;margin-bottom:32px;position:relative;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a;direction:ltr!important}.progress-bar-shimmer{background:linear-gradient(90deg,#0000,#109168,#0000);width:50%;height:100%;animation:1.4s linear infinite infiniteShimmer;position:absolute;top:0;left:-100%}@keyframes infiniteShimmer{0%{left:-100%}to{left:150%}}.progress-bar-fill{background:linear-gradient(90deg,#109168,#0ad1ab);border-radius:8px;height:100%;transition:width .1s ease-out;box-shadow:0 0 12px #10916899}.loading-text-group{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.loading-message{color:#222845;unicode-bidi:isolate;font-size:1.1rem;font-weight:700;transition:color .2s}.loading-submessage{color:#64748b;unicode-bidi:isolate;max-width:320px;margin:0 auto;font-size:.85rem;line-height:1.4}
