.boot-screen{min-height:100vh;display:grid;place-items:center;background:#f8f8f1;padding:24px;box-sizing:border-box}.boot-card{width:min(350px,80vw);padding:32px;border:1px solid #dfe4d7;border-radius:16px;background:white;box-shadow:0 20px 50px #244b3d0a}.boot-card p{font:14px system-ui;color:#647568;margin:24px 0 0}.boot-line,.boot-tiles span{background:#edf1e5;border-radius:6px;animation:boot-pulse 1.5s ease-in-out infinite alternate}.boot-line{height:16px;width:75%;margin-top:25px}.boot-line.short{width:45%;height:10px;margin-top:12px}.boot-tiles{display:flex;gap:12px;margin-top:25px}.boot-tiles span{height:85px;flex:1}@keyframes boot-pulse{to{opacity:.4}}@media(prefers-reduced-motion:reduce){.boot-line,.boot-tiles span{animation:none}}