.mvp-final-loading-screen,.mvp-final-loading{box-sizing:border-box}.mvp-final-loading-screen{background:var(--color-azure-hover);place-items:center;width:100%;min-height:100dvh;margin:0;display:grid}.mvp-final-loading{min-width:min(280px,100vw - 32px);color:var(--text-on-deep);text-align:center;background:var(--color-azure-hover);place-items:center;gap:5px;padding:24px;display:grid}.mvp-final-loading>img{object-fit:contain;width:72px;height:72px;margin-bottom:12px;animation:1.8s ease-in-out infinite mvp-final-loading-breathe}.mvp-final-loading>strong{color:var(--text-on-deep);font:700 18px/24px var(--font-display)}.mvp-final-loading>small{color:var(--text-on-deep);font:400 16px/24px var(--font-body)}.mvp-final-loading__track{background:color-mix(in srgb, var(--text-on-deep) 24%, transparent);border-radius:999px;width:156px;height:5px;margin-top:9px;display:block;overflow:hidden}.mvp-final-loading__track>i{background:var(--text-on-deep);border-radius:inherit;width:42%;height:100%;animation:1.35s cubic-bezier(.4,0,.2,1) infinite mvp-final-loading-progress;display:block}@keyframes mvp-final-loading-breathe{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-5px)scale(1.035)}}@keyframes mvp-final-loading-progress{0%{transform:translate(-110%)}to{transform:translate(345%)}}@media (prefers-reduced-motion:reduce){.mvp-final-loading>img,.mvp-final-loading__track>i{animation:none;transform:none}}
