.df-boot{position:fixed;inset:0;z-index:var(--z-modal);justify-content:center;gap:var(--space-8);padding:var(--space-8);background:var(--bg);color:var(--text-ink)}.df-boot,.df-boot__lockup{display:flex;flex-direction:column;align-items:center}.df-boot__lockup{gap:var(--space-5)}.df-boot__mark{width:4.5rem;height:auto;animation:df-boot-giro 5.2s linear infinite}@keyframes df-boot-giro{to{transform:rotate(1turn)}}.df-boot__word{width:9.25rem;height:auto;color:var(--text-ink);opacity:.92}.df-boot__bar{position:relative;width:8.5rem;height:2px;border-radius:var(--radius-full);background:var(--line-hairline);overflow:hidden}.df-boot__bar-fill{position:absolute;inset:0 auto 0 0;width:38%;border-radius:inherit;background:linear-gradient(90deg,transparent,var(--accent) 50%,transparent);transform:translateX(-130%);animation:df-boot-sweep 1.3s var(--ease-standard) infinite}@keyframes df-boot-sweep{0%{transform:translateX(-130%)}to{transform:translateX(330%)}}.df-boot__caption{margin-top:calc(var(--space-2) * -1);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:var(--tracking-tight);color:var(--text-body)}@media (prefers-reduced-motion:reduce){.df-boot__mark{animation:none}.df-boot__bar-fill{width:100%;transform:none;opacity:.45;background:var(--accent);animation:none}}