.gf-league-page {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 22px 0 48px;
    color: #f6f8fb;
    font-family: font-1, Arial, sans-serif;
}

.gf-league-top,
.gf-league-hero,
.gf-league-tabs,
.gf-league-panel,
.gf-game-hero {
    background: rgba(20, 24, 31, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.gf-league-top {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 18px;
    border-radius: 8px;
}

.gf-league-logo {
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    text-decoration: none;
}

.gf-league-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.gf-league-nav a,
.gf-league-tabs a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    color: #d9e4f2;
    text-decoration: none;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.06);
}

.gf-league-nav a.is-active,
.gf-league-tabs a.is-active,
.gf-league-tabs a:hover,
.gf-league-nav a:hover {
    color: #fff;
    background: #cf2618;
}

.gf-league-hero {
    margin-top: 18px;
    min-height: 190px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding: 26px;
    border-radius: 8px;
    background:
        linear-gradient(120deg, rgba(9, 14, 20, 0.96), rgba(23, 34, 44, 0.86)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 2px, transparent 2px 18px),
        radial-gradient(circle at 86% 44%, rgba(207, 38, 24, 0.42) 0 0, transparent 30%),
        radial-gradient(circle at 76% 48%, rgba(255, 207, 69, 0.18) 0 0, transparent 24%);
    position: relative;
    overflow: hidden;
}

.gf-league-hero::after {
    content: "EL";
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.08);
    font: 900 112px/1 Arial, sans-serif;
    letter-spacing: 0;
    pointer-events: none;
}

.gf-league-hero > * {
    position: relative;
    z-index: 1;
}

.gf-league-kicker {
    margin: 0 0 8px;
    color: #ffcf45;
    font-size: 13px;
}

.gf-league-hero h1 {
    margin: 0;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: 0;
}

.gf-league-hero p {
    max-width: 620px;
    margin: 10px 0 0;
    color: #c9d4df;
    font-size: 15px;
    line-height: 1.6;
}

.gf-league-updated {
    flex: 0 0 auto;
    padding: 10px 12px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.08);
    color: #f8f8f8;
    font-size: 13px;
}

.gf-league-hero + .gf-league-panel {
    margin-top: 16px;
}

.gf-league-panel + .gf-league-tabs {
    margin-top: 16px;
}

.gf-league-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px;
    padding: 10px;
    border-radius: 8px;
}

.gf-league-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.75fr);
    gap: 16px;
    margin-top: 16px;
    align-items: start;
}

.gf-league-panel {
    padding: 18px;
    border-radius: 8px;
    overflow: hidden;
}

.gf-league-panel + .gf-league-panel {
    margin-top: 16px;
}

.gf-league-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.gf-league-panel-head h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
}

.gf-league-panel-head span {
    color: #9fb2c6;
    font-size: 13px;
    white-space: nowrap;
}

.gf-season-switcher {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
}

.gf-season-switcher a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #d9e4f2;
    font-size: 13px;
    text-decoration: none;
}

.gf-season-switcher a.is-active,
.gf-season-switcher a:hover {
    color: #fff;
    border-color: rgba(207, 38, 24, 0.55);
    background: #cf2618;
}

.gf-panel-link {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.07);
    color: #dbe7f3;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
}

.gf-panel-link:hover {
    background: #cf2618;
    color: #fff;
}

.gf-table-wrap {
    overflow-x: auto;
}

.gf-standings {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
}

.gf-standings th,
.gf-standings td {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dce5ef;
    text-align: center;
    font-size: 14px;
}

.gf-standings th {
    color: #91a4b8;
    font-size: 12px;
}

.gf-standings .gf-club-cell {
    min-width: 210px;
    text-align: left;
}

.gf-club-cell,
.gf-team {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gf-club-cell a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    padding: 3px 8px 3px 3px;
    border-radius: 999px;
    color: inherit;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease;
}

.gf-club-cell a:hover,
.gf-club-cell a:focus-visible {
    background: rgba(255, 221, 89, 0.12);
    color: #ffdd59;
}

.gf-club-cell img,
.gf-team img,
.gf-club-card img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex: 0 0 auto;
}

.gf-pos,
.gf-points {
    color: #fff;
    font-weight: 800;
}

.gf-match-list,
.gf-results-grid {
    display: grid;
    gap: 10px;
}

.gf-match-date-groups {
    display: grid;
    gap: 16px;
}

.gf-match-date-group {
    display: grid;
    gap: 10px;
}

.gf-match-date-group h3 {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    margin: 0;
    padding: 7px 13px;
    border: 1px solid rgba(255, 221, 89, 0.22);
    border-radius: 999px;
    background: rgba(255, 221, 89, 0.1);
    color: #ffdd59;
    font-size: 14px;
    font-weight: 900;
}

.gf-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gf-match,
.gf-result,
a.gf-match-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
}

a.gf-match-link {
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

a.gf-match-link:hover {
    border-color: rgba(255, 211, 77, 0.45);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.gf-club-games-wrap.is-collapsed .gf-match.is-hidden {
    display: none;
}

.gf-hub-matches-wrap.is-collapsed .gf-match-hidden {
    display: none;
}

.gf-hub-matches-wrap .gf-match-date-group > div > div:not(.gf-match-hidden) {
    display: contents;
}

.gf-club-expand-btn {
    width: 100%;
    min-height: 40px;
    margin-top: 10px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #dbe7f3;
    font: inherit;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.gf-club-expand-btn:hover,
.gf-club-expand-btn:focus-visible {
    color: #fff;
    border-color: rgba(207, 38, 24, 0.55);
    background: rgba(207, 38, 24, 0.22);
    outline: none;
}

.gf-team {
    min-width: 0;
    color: #fff;
    font-size: 13px;
}

.gf-team span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gf-team.is-away {
    justify-content: flex-end;
    text-align: right;
}

.gf-match-mid,
.gf-score {
    text-align: center;
}

.gf-match-mid b,
.gf-score {
    color: #ffcf45;
    font-size: 20px;
    font-weight: 900;
}

.gf-match-mid small {
    display: block;
    margin-top: 3px;
    color: #8fa2b5;
    font-size: 11px;
    line-height: 1.25;
}

.gf-clubs-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.gf-club-card {
    min-height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
}

.gf-club-card:hover {
    background: rgba(207, 38, 24, 0.82);
}

.gf-club-card img {
    width: 42px;
    height: 42px;
}

.gf-club-detail-main {
    display: flex;
    align-items: center;
    gap: 22px;
}

.gf-club-detail-main > img {
    width: 104px;
    height: 104px;
    object-fit: contain;
    padding: 14px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.gf-club-detail-main h2 {
    margin: 4px 0 12px;
    color: #fff;
    font-size: 34px;
    line-height: 1.1;
}

.gf-club-stats-strip,
.gf-club-picker,
.gf-player-tops {
    display: grid;
    gap: 10px;
}

.gf-club-stats-strip {
    display: flex;
    flex-wrap: wrap;
}

.gf-club-stats-strip span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
}

.gf-club-stats-strip b,
.gf-player-row b {
    color: #fff;
}

.gf-club-profile {
    margin-top: 22px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(8, 13, 18, 0.34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gf-club-profile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.gf-club-profile-head span,
.gf-club-profile-grid small {
    color: #ffdd59;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.gf-club-profile-head b {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 13px;
    border-radius: 999px;
    background: rgba(255, 221, 89, 0.14);
    color: #ffdd59;
    font-size: 14px;
}

.gf-club-profile-lead {
    max-width: 900px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
}

.gf-club-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gf-club-profile-grid article {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.055);
}

.gf-club-profile-grid p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.gf-club-picker {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 26px;
    padding: 24px;
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 247, 249, 0.88));
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.gf-club-picker a {
    display: flex;
    min-height: 124px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 10px;
    border: 1px solid rgba(17, 24, 39, 0.06);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.46);
    color: #243044;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-shadow: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56);
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.gf-club-picker a.is-active {
    border-color: rgba(255, 211, 77, 0.86);
    background: rgba(255, 255, 255, 0.62);
    color: #162033;
    transform: translateY(-2px);
}

.gf-club-picker a span {
    color: inherit;
}

.gf-club-picker img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.14));
}

.gf-player-tops {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gf-player-top-card {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.055);
}

.gf-player-top-card h3 {
    margin: 0 0 12px;
    color: #ffd34d;
    font-size: 17px;
}

.gf-player-row {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    color: rgba(255, 255, 255, 0.82);
}

.gf-player-row + .gf-player-row {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gf-player-row.is-leader {
    min-height: 38px;
}

.gf-player-row img {
    display: none;
}

.gf-player-rank {
    color: rgba(255, 255, 255, 0.56);
}

.gf-club-stats-wrap.is-collapsed .gf-club-stat-list,
.gf-club-stats-wrap.is-collapsed .gf-stat-block-extra {
    display: none;
}

.gf-club-stats-wrap.is-collapsed .gf-club-stats-blocks {
    grid-template-columns: 1fr;
}

.gf-club-stats-wrap.is-collapsed .gf-club-stats-block {
    display: grid;
    grid-template-columns: minmax(120px, auto) minmax(0, 1fr);
    align-items: center;
    gap: 18px 22px;
    padding: 18px 20px;
}

.gf-club-stats-wrap.is-collapsed .gf-club-stats-block h3 {
    margin: 0;
    align-self: center;
}

.gf-club-stats-wrap.is-collapsed .gf-club-stat-summary {
    margin-bottom: 0;
}

.gf-club-stats-wrap.is-collapsed .gf-club-stat-summary span {
    min-height: 62px;
}

.gf-club-stats-wrap .gf-club-expand-btn {
    margin-top: 14px;
}

.gf-club-stats-blocks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gf-club-stats-block {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.055);
}

.gf-club-stats-block h3 {
    margin: 0 0 14px;
    color: #ffd34d;
    font-size: 18px;
}

.gf-club-stat-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.gf-club-stat-summary span {
    display: grid;
    align-content: center;
    min-height: 70px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 221, 89, 0.10);
    color: rgba(255, 255, 255, 0.74);
    text-align: center;
    font-size: 12px;
}

.gf-club-stat-summary b {
    color: #fff;
    font-size: 25px;
    line-height: 1.1;
}

.gf-club-stat-list {
    display: grid;
    gap: 0;
}

.gf-club-stat-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 38px;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gf-club-stat-list span {
    color: rgba(255, 255, 255, 0.72);
}

.gf-club-stat-list b {
    color: #fff;
    font-size: 15px;
}

.gf-league-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.gf-league-news-card {
    display: grid;
    grid-template-rows: 170px minmax(92px, auto);
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    color: #fff;
    text-decoration: none;
}

.gf-league-news-card:hover {
    background: rgba(207, 38, 24, 0.22);
}

.gf-league-news-img {
    display: block;
    background: rgba(0, 0, 0, 0.18);
}

.gf-league-news-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gf-league-news-body {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 13px;
}

.gf-league-news-body b {
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
}

.gf-league-news-body small {
    color: #9fb2c6;
    font-size: 12px;
}

.gf-league-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.gf-league-pagination a {
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.07);
    color: #dbe7f3;
    text-decoration: none;
    font-size: 13px;
}

.gf-league-pagination a:hover,
.gf-league-pagination a.is-active {
    background: #cf2618;
    color: #fff;
}

@media (max-width: 900px) {
    .gf-league-page {
        width: min(100% - 20px, 720px);
        padding-top: 12px;
    }

    .gf-league-top,
    .gf-league-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .gf-league-nav {
        justify-content: flex-start;
    }

    .gf-league-hero {
        min-height: 0;
        padding: 20px;
        background:
            linear-gradient(120deg, rgba(9, 14, 20, 0.96), rgba(23, 34, 44, 0.88)),
            repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 16px),
            radial-gradient(circle at 86% 20%, rgba(207, 38, 24, 0.32) 0 0, transparent 26%);
    }

    .gf-league-hero::after {
        right: 14px;
        top: 24px;
        transform: none;
        font-size: 62px;
    }

    .gf-league-hero h1 {
        font-size: 32px;
    }

    .gf-league-grid,
    .gf-results-grid {
        grid-template-columns: 1fr;
    }

    .gf-clubs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gf-league-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gf-player-tops {
        grid-template-columns: 1fr;
    }

    .gf-club-profile-grid {
        grid-template-columns: 1fr;
    }

    .gf-club-stats-blocks {
        grid-template-columns: 1fr;
    }

    .gf-club-stats-wrap.is-collapsed .gf-club-stats-block {
        grid-template-columns: 1fr;
    }

    .gf-club-stats-wrap.is-collapsed .gf-club-stats-block h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 520px) {
    .gf-league-nav a,
    .gf-league-tabs a {
        flex: 1 1 auto;
        padding: 0 9px;
        font-size: 12px;
    }

    .gf-match,
    .gf-result {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .gf-team.is-away {
        justify-content: flex-start;
        text-align: left;
    }

    .gf-match-mid,
    .gf-score {
        text-align: left;
    }

    .gf-team span {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .gf-standings {
        min-width: 560px;
    }

    .gf-standings th,
    .gf-standings td {
        padding: 10px 8px;
    }

    .gf-league-news-grid {
        grid-template-columns: 1fr;
    }

    .gf-league-news-card {
        grid-template-rows: 190px auto;
    }

    .gf-club-detail-main {
        align-items: flex-start;
        gap: 14px;
    }

    .gf-club-detail-main > img {
        width: 78px;
        height: 78px;
        padding: 10px;
        border-radius: 14px;
    }

    .gf-club-detail-main h2 {
        font-size: 25px;
    }

    .gf-club-profile {
        margin-top: 18px;
        padding: 15px;
        border-radius: 14px;
    }

    .gf-club-profile-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .gf-club-profile-lead {
        font-size: 16px;
    }

    .gf-club-profile-grid article {
        padding: 13px;
    }

    .gf-club-stat-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gf-club-stat-list div {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .gf-club-picker {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 14px;
    }

    .gf-club-picker a {
        min-height: 108px;
        font-size: 13px;
    }

    .gf-club-picker img {
        width: 44px;
        height: 44px;
    }
}

.gf-game-back {
    margin: 0 0 16px;
}

.gf-game-back a {
    color: #ffd34d;
    text-decoration: none;
}

.gf-game-hero {
    margin-bottom: 18px;
    padding: 22px 24px;
    border-radius: 14px;
    color: #f6f8fb;
}

.gf-game-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.gf-game-meta span {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
}

.gf-game-scoreboard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
}

.gf-game-team {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.gf-game-team span {
    color: #fff;
}

.gf-game-team.is-away {
    justify-content: flex-end;
    text-align: right;
}

.gf-game-team img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.gf-game-center {
    display: grid;
    gap: 6px;
    justify-items: center;
    text-align: center;
}

.gf-game-center strong {
    color: #fff;
    font-size: 34px;
    line-height: 1;
}

.gf-game-center small {
    color: rgba(255, 255, 255, 0.62);
}

.gf-game-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gf-game-info-card {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.gf-game-info-card h2 {
    margin: 0 0 14px;
    color: #ffd34d;
    font-size: 18px;
}

.gf-game-info-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gf-game-info-card li {
    display: grid;
    gap: 4px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gf-game-info-card li:first-child {
    border-top: 0;
    padding-top: 0;
}

.gf-game-info-card span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.gf-game-info-card b {
    color: #fff;
}

.gf-game-lineups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gf-game-lineup-card {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.gf-game-lineup-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.gf-game-lineup-head img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.gf-game-lineup-head h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.gf-game-lineup-head span {
    color: #ffd34d;
    font-size: 13px;
}

.gf-game-lineup-card h4 {
    margin: 16px 0 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.gf-game-players {
    display: grid;
    gap: 8px;
}

.gf-game-player {
    display: grid;
    gap: 2px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.gf-game-players.is-bench .gf-game-player {
    background: rgba(255, 255, 255, 0.03);
}

.gf-game-player img {
    display: none;
}

.gf-game-player span {
    color: #fff;
    font-weight: 700;
}

.gf-game-player small {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.gf-game-coach {
    display: grid;
    gap: 4px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gf-game-coach span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.gf-game-coach b {
    color: #fff;
}

.gf-game-h2h {
    display: grid;
    grid-template-columns: 160px repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gf-game-h2h-total {
    display: grid;
    align-content: center;
    justify-items: center;
    padding: 18px;
    border-radius: 12px;
    background: rgba(255, 221, 89, 0.08);
    text-align: center;
}

.gf-game-h2h-total strong {
    color: #fff;
    font-size: 34px;
}

.gf-game-h2h-total span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
}

.gf-game-h2h article {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.gf-game-h2h article h3 {
    margin: 0 0 12px;
    color: #ffd34d;
    font-size: 16px;
}

.gf-game-h2h article div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gf-game-h2h article div:first-of-type {
    border-top: 0;
}

@media (max-width: 900px) {
    .gf-game-info-grid,
    .gf-game-lineups,
    .gf-game-h2h {
        grid-template-columns: 1fr;
    }

    .gf-game-scoreboard {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .gf-game-team,
    .gf-game-team.is-away {
        justify-content: center;
        text-align: center;
    }
}
