.splash-screen {
    position: fixed !important;
    inset: 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.splash-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    box-sizing: border-box;
}

.game-icon {
    width: 49px;
    height: 49px;
    border-radius: 10px;
    object-fit: cover;
    margin: 0 auto;
}

.game-name {
    margin-top: 12px;
    font-size: 1em;
    font-weight: 400;
    color: #222;
    letter-spacing: 0;
    text-align: center;
}

.zalo-games-logo {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: auto;
}