/* Mobile-only projection of the source Load scene. The DOM and progress
 * lifecycle remain owned by login.html and desktop-scene.js. */
.html-shell--mobile #loadingOverlay.is-boot-variant .html-shell__loading-card {
    width: min(56.27vw, 377px);
    max-height: none;
    gap: 18px;
    padding: 0;
    transform: none;
}

.html-shell--mobile #loadingOverlay.is-boot-variant .html-shell__loading-brand {
    position: relative;
    inset: auto;
    display: flex;
    width: 100%;
    min-height: 104px;
    align-items: center;
    justify-content: center;
}

.html-shell--mobile #loadingOverlay.is-boot-variant .html-shell__loading-brand::before,
.html-shell--mobile #loadingOverlay.is-boot-variant .html-shell__loading-brand::after,
.html-shell--mobile #loadingOverlay.is-boot-variant .html-shell__loading-crest,
.html-shell--mobile #loadingOverlay.is-boot-variant .html-shell__loading-logo,
.html-shell--mobile #loadingOverlay.is-boot-variant .html-shell__loading-progress-pattern,
.html-shell--mobile #loadingOverlay.is-boot-variant .html-shell__loading-progress-tip {
    display: none;
    content: none;
}

.html-shell--mobile #loadingOverlay.is-boot-variant .html-shell__loading-wordmark {
    position: static;
    display: block;
    width: min(31%, 122px);
    height: auto;
    max-width: none;
    object-fit: contain;
    opacity: 0.98;
    filter: none;
    transform: none;
    animation: wanli-login-loading-wordmark-in 820ms ease-out both;
}

.html-shell--mobile #loadingOverlay.is-boot-variant .html-shell__loading-progress-clip {
    position: absolute;
    inset: 2px auto 2px 2px;
    width: calc((100% - 4px) * var(--loading-progress, 0));
    height: auto;
    overflow: hidden;
}

.html-shell--mobile #loadingOverlay.is-boot-variant .html-shell__loading-progress-fill {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    transition: none;
    transform: none;
}
