body,html{margin:0;padding:0;font-family:PingFang SC,Microsoft YaHei,Segoe UI,Arial,sans-serif;background:#23272f;min-height:100vh}.wrapper{min-height:100vh;width:100vw;position:relative;overflow:hidden}.background-image{width:100vw;height:100vh;-o-object-fit:cover;object-fit:cover;pointer-events:none;display:block;position:absolute;z-index:-1;top:0;left:0;filter:blur(.8px) brightness(.94) saturate(1.12)}.fade-enter-active,.fade-leave-active{transition:opacity .5s cubic-bezier(.4,0,.2,1)}.fade-enter,.fade-leave-to{opacity:0}.loading-overlay{box-shadow:0 6px 32px 2px rgba(0,0,0,.22);position:fixed;min-width:360px;max-width:94vw;width:420px;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,rgba(58,78,116,.85),rgba(38,50,56,.96));color:#fff;padding:38px 32px 34px 32px;border-radius:18px;font-size:19px;display:flex;flex-direction:column;align-items:center;border:2px solid hsla(0,0%,100%,.07);box-sizing:border-box}.loader-container{display:flex;justify-content:center;margin-bottom:22px}.loader{border:5px solid #f3f3f3ad;border-top:5px solid #5094ff;border-radius:50%;width:46px;height:46px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.overlay-content,.title{display:flex;flex-direction:column;align-items:center}.title{font-weight:600;font-size:18px;letter-spacing:1.6px;margin-bottom:18px;background:linear-gradient(90deg,#4faaff,#a5e9ff);color:transparent;background-clip:text;-webkit-background-clip:text;text-align:center;justify-content:center}.description{font-size:17px;color:#e1ebfc;margin-top:8px;display:flex;align-items:center;gap:7px}.arrow.right{border:solid #53baff;border-width:0 4px 4px 0;display:inline-block;padding:5px;margin-right:7px;transform:rotate(-45deg) scale(.9);-webkit-transform:rotate(-45deg) scale(.9);margin-bottom:2px}.jumping-text{font-weight:500;margin-right:3px;position:relative}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#53baff;margin-left:1px;animation:dot-blink 1s infinite both;opacity:.7}.dot1{animation-delay:0s}.dot2{animation-delay:.23s}.dot3{animation-delay:.46s}@keyframes dot-blink{0%,80%,to{opacity:.3}40%{opacity:1}}.countdown{font-weight:700;background:#1c64f2;color:#fff;padding:2.5px 10px 2.5px 10px;margin-left:9px;margin-right:2px;border-radius:8px;font-size:18px;box-shadow:0 2px 7px 0 rgba(51,137,255,.12);letter-spacing:1px}@media (max-width:499px){.loading-overlay{min-width:0;width:96vw;padding:20px 6vw 18px 6vw;border-radius:9px;font-size:15px}.title{font-size:18px}.countdown{font-size:15px}}