html.splash-lock-root,
body.splash-lock {
    background: #000000 !important;
}

.site-splash {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000 !important;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.site-splash img {
    display: block;
    width: auto;
    height: auto;
    max-width: min(56vw, 200px);
    max-height: min(56vw, 200px);
    object-fit: contain;
    image-rendering: auto;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.site-splash.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

body.splash-lock {
    overflow: hidden;
}
