.launch-screen{position:fixed;inset:0;z-index:1000;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:32px;text-align:center;background:#111713;color:#f7f4e9;font-family:'DM Sans',system-ui,sans-serif}.launch-screen img{width:88px;height:88px;margin-bottom:24px}.launch-screen h1{font-family:'Space Grotesk',system-ui,sans-serif;font-size:32px;letter-spacing:-1.5px;margin:0 0 8px}.launch-screen p{color:#a5b0a5;font-size:16px;margin:0;line-height:1.6;max-width:320px}.launch-progress{width:96px;height:3px;margin-top:32px;background:#344035;border-radius:3px;overflow:hidden}.launch-progress:after{content:'';display:block;width:40%;height:100%;background:#f4d35e;animation:launch-slide 1.2s ease-in-out infinite alternate}.launch-screen button{margin-top:24px;min-height:48px;padding:12px 28px;border:0;border-radius:12px;background:#f4d35e;color:#17231b;font:600 16px system-ui;cursor:pointer}.launch-screen button:focus-visible{outline:3px solid #f7f4e9;outline-offset:4px}@keyframes launch-slide{to{transform:translateX(150%)}}@media(prefers-reduced-motion:reduce){.launch-progress:after{animation:none;width:100%}}
