.puli-launch{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:32px;background:radial-gradient(ellipse at 50% 38%,#fffdf9 0%,#f4eee4 70%);color:#352c22;font-family:system-ui,sans-serif;text-align:center}
.puli-launch img{display:block;margin:0 auto;width:100px;height:100px;object-fit:contain;border-radius:24px;box-shadow:0 12px 36px #76562d12}
.puli-launch h1{margin:24px 0 8px;font-size:26px;font-weight:600;letter-spacing:4px}
.puli-launch p{margin:0;color:#988770;font-size:13px;letter-spacing:2px}
.puli-launch .launch-progress{margin-top:32px;width:72px;height:3px;border-radius:8px;background:#dfd2be;overflow:hidden}
.puli-launch .launch-progress::after{content:"";display:block;width:32px;height:100%;background:#a17b44;border-radius:8px;animation:puli-loading 1.2s ease-in-out infinite alternate}
@keyframes puli-loading{from{transform:translateX(-12px)}to{transform:translateX(52px)}}
@media(prefers-reduced-motion:reduce){.puli-launch .launch-progress::after{animation:none;margin:auto}}
