html.cd-deeplink-boot body::after{content:"";position:fixed;inset:0;z-index:99000;background:var(--cd-bg, #fffaf7);pointer-events:none}
html.cd-deeplink-boot.neo-mode body::after{background:var(--cd-bg, #0d1234)}
.cd-boot-gate__veil{display:none}html.cd-boot-gate .cd-boot-gate__veil{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100400;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#fffaf7;color:#3c1830}html.cd-boot-gate.neo-mode .cd-boot-gate__veil{background:#0a0818;color:#f4eeff}html.cd-boot-gate .cd-boot-gate__logo{width:88px;height:88px;border-radius:24px;object-fit:contain;background:#ffffffe6;box-shadow:0 14px 32px #9648682e;animation:cdBootPulse 2.4s ease-in-out infinite}html.cd-boot-gate.neo-mode .cd-boot-gate__logo{background:#14102ce6;box-shadow:0 16px 36px #00000080}html.cd-boot-gate .cd-boot-gate__word{font-size:.82rem;font-weight:900;letter-spacing:.24em;text-transform:uppercase;opacity:.72}html.cd-boot-gate .cd-boot-gate__bar{width:132px;height:3px;border-radius:999px;overflow:hidden;background:#3c183024}html.cd-boot-gate.neo-mode .cd-boot-gate__bar{background:#f4eeff29}html.cd-boot-gate .cd-boot-gate__bar i{display:block;width:100%;height:100%;border-radius:inherit;background:#b31955;transform-origin:left center;transform:scaleX(var(--cd-boot-progress,0));transition:transform .28s cubic-bezier(.22,1,.36,1)}html.cd-boot-gate.neo-mode .cd-boot-gate__bar i{background:#e8d5a3}html.cd-boot-gate-out .cd-boot-gate__veil{opacity:0;transition:opacity .3s ease}@keyframes cdBootPulse{0%,to{opacity:.78;transform:scale(.985)}50%{opacity:1;transform:scale(1.015)}}@media (prefers-reduced-motion:reduce){html.cd-boot-gate .cd-boot-gate__logo{animation:none}html.cd-boot-gate .cd-boot-gate__bar i,html.cd-boot-gate-out .cd-boot-gate__veil{transition:none}}
