html,body{margin:0;width:100%;height:100%;background:#0d1023;color:#f5f5ff;font-family:system-ui,-apple-system,sans-serif;overscroll-behavior-y:none}*{box-sizing:border-box}#launch{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;flex-direction:column;background:radial-gradient(ellipse at 50% 42%,#242242 0,#0d1023 62%);gap:18px;padding:24px;text-align:center}#launch img{border-radius:23px;box-shadow:0 14px 70px #6f52ed40}#launch strong{font-size:28px;letter-spacing:1px}#launch p{color:#b1b3cc;font-size:14px;margin:0;line-height:1.65;max-width:340px}.progress{width:104px;height:3px;background:#30304e;border-radius:6px;overflow:hidden;margin-top:12px}.progress span{display:block;width:50%;height:100%;background:linear-gradient(90deg,#6093ff,#986bff,#38e0c5);animation:load 1.4s ease-in-out infinite;border-radius:6px}#launch button{border:1px solid #8471e3;border-radius:12px;padding:12px 24px;background:#4b3f87;color:white;font:inherit;cursor:pointer}#launch button[hidden]{display:none}#launch.failed .progress{display:none}.no-script{position:fixed;bottom:20px;left:20px;right:20px;z-index:100000;text-align:center;color:#f5f5ff}@keyframes load{0%,100%{transform:translateX(-80%)}50%{transform:translateX(180%)}}@media(prefers-reduced-motion:reduce){.progress span{animation:none;width:100%}}
