body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: oklch(15.3% 0.006 107.1);
    color: #fff
}

.navbar {
    background-color: oklch(22.8% 0.013 107.4);
    border-bottom: 1px solid oklch(28.6% 0.016 107.4);
}

.nav-inner {
    max-width: 1200px;
    margin: auto;
    width: 100%
}

.navbar-brand {
    color: #fff !important;
    font-weight: bold;
    font-size: 30px;
}

.nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: 14px
}

.nav-link:hover {
    text-decoration: underline
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.left-panel {
    flex: 1 1 70%;
    display: flex;
    flex-direction: column;
    gap: 16px
}

#info {
    background-color: oklch(22.8% 0.013 107.4);
    border: 1px solid oklch(28.6% 0.016 107.4);
    padding: 16px;
    border-radius: 5px;
    text-align: start;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
}

#info h2 {
    font-size: 1.5rem;
    margin: 8px 0;
    text-align: start;
    font-weight: 600;
    color: white;
}

#info p {
    color: white;
    margin: 4px 0
}

.flex-teams {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 100px;
    margin-top: 12px;
    font-weight: 600
}

.flex-teams div {
    text-align: center
}

.flex-teams img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: oklch(39.4% 0.023 107.4);
    padding: 3px;
}

.vs-text {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 10px;
    color: white;
    margin-top: 30px;
}

.player {
    background-color: oklch(22.8% 0.013 107.4);
    border: 1px solid oklch(28.6% 0.016 107.4);
    padding: 10px 10px;
    border-radius: 5px;
    overflow: hidden
}

#player {
    width: 100%;
    height: 450px;
    border: none
}

.right-panel {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ad-box {
    background-color: oklch(22.8% 0.013 107.4);
    border: 1px solid oklch(28.6% 0.016 107.4);
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.ad-container {
    width: 100%;
    overflow: hidden;
    text-align: start
}

.ad-container iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: 90px !important;
    border: 0;
    margin-bottom: 10px
}

@media(min-width:769px) {
    .ad-container {
        display: flex;
        justify-content: start
    }

    .ad-container iframe {
        width: 728px !important;
        height: 90px !important
    }
}