body {
    margin: 0;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

a {
    text-decoration: none;
}

picture, img {
    width: 100%;
    height: auto;
}

ul {
    list-style: none;
    list-style-image: none;
}

#webStandalone {
    width: 100%;
    min-height: 100vh;
}

/* Main container */

.webStandaloneContainer {
    max-width: 900px;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.webStandaloneLogoGame {
    margin: 5px auto 0;
}

#webStandaloneCentral {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.webStandaloneTitle {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    width: 940px;
    height: 172px;
    text-align: center;
    margin: 10px auto 0;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    background: url('/sources/assets/images/title-ribbon-full.png?v=20260319a') no-repeat;
    background-position: center 40px;
    padding-top: 24px;
    z-index: 1;
}

.webStandaloneTitle span {
    font-size: 20px;
    display: block;
    margin: 2px auto 0;
}

.webStandaloneBody {
    background: url('/sources/assets/images/body-back.png?v=20260319a') no-repeat;
    width: 680px;
    height: 432px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -121px;
}

#webStandaloneVideoContainer {
    position: absolute;
    width: 614px;
    background-color: black;
    display: none;
}

#webStandaloneVideo {
    width: 100%;
}

#webStandaloneVideoPlayButton {
    background: url('/sources/assets/images/body-play-button.png?v=20260319a') no-repeat;
    width: 136px;
    height: 136px;
    transition: transform .3s, opacity .15s;
    cursor: pointer;
    z-index: 2;
    position: absolute;
}

#webStandaloneVideoPlayButton:hover {
    transform: scale(1.1);
}

#webStandaloneVideoPlayButton:active {
    transform: scale(1);
}

#webStandaloneBodyFrame {
    background: url('/sources/assets/images/body-frame.png?v=20260319a') no-repeat;
    width: 660px;
    height: 392px;
    position: absolute;
    pointer-events: none;
}

.webStandaloneAuth {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    object-fit: contain;
    margin-top: -15px;
}
