html:has(.ft-loading),body:has(.ft-loading){margin:0;background:#fff}
.ft-loading{box-sizing:border-box;width:100%;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:32px;background:#fff;color:#292b31;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;text-align:center}
.ft-loading-art{display:block;width:168px;height:168px;object-fit:contain;margin-bottom:20px}
.ft-loading-wordmark{display:block;width:120px;height:24px;object-fit:contain}
.ft-loading p{margin:16px 0 22px;font-size:12px;line-height:1.6;font-weight:400;letter-spacing:.15px;color:#81796d}
.ft-loading-line{display:block;width:64px;height:2px;overflow:hidden;border-radius:4px;background:#f1ece3}
.ft-loading-line>span{display:block;width:28px;height:100%;background:#c9b17b;border-radius:inherit;animation:ft-loading-glide 1.6s cubic-bezier(.45,0,.55,1) infinite alternate}
@keyframes ft-loading-glide{from{transform:translateX(-12px);opacity:.4}to{transform:translateX(48px);opacity:1}}
@media(prefers-reduced-motion:reduce){.ft-loading-line>span{animation:none;width:100%;opacity:.65}}
