.gh-pubg-overview {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
    margin-top: 1rem;
}

.gh-pubg-overview__hero,
.gh-pubg-quickstat,
.gh-pubg-mode-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.gh-pubg-overview__hero {
    background: #171718;
    border-radius: 16px;
    padding: 1.1rem;
}

.gh-pubg-overview__top {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.gh-pubg-overview__kicker,
.gh-pubg-section-head__kicker,
.gh-pubg-mode-card__eyebrow {
    color: #ffdf00;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

.gh-pubg-overview__name {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 800;
}

.gh-pubg-overview__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.gh-pubg-overview__meta span,
.gh-pubg-overview__badge {
    align-items: center;
    background: #111112;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.76);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 0.42rem;
    padding: 0.42rem 0.72rem;
}

.gh-pubg-overview__badge i,
.gh-pubg-best-mode i,
.gh-pubg-quickstat__label i,
.gh-pubg-chip i {
    color: #ffdf00;
}

.gh-pubg-overview__featured {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gh-pubg-featured-stat {
    background: #111112;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0.9rem 1rem;
}

.gh-pubg-featured-stat--accent {
    background: #111112;
    border-color: rgba(255, 223, 0, 0.42);
}

.gh-pubg-featured-stat__label,
.gh-pubg-mode-metric__label {
    color: rgba(255, 255, 255, 0.58);
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}

.gh-pubg-featured-stat__value {
    color: #fff;
    display: block;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
}

.gh-pubg-quickstats {
    display: grid;
    gap: 1rem;
}

.gh-pubg-quickstat {
    background: #171718;
    border-radius: 16px;
    padding: 1rem 1.05rem;
}

.gh-pubg-quickstat__label {
    align-items: center;
    color: rgba(255, 255, 255, 0.66);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    gap: 0.45rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.65rem;
    text-transform: uppercase;
}

.gh-pubg-quickstat__value {
    color: #fff;
    display: block;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1;
}

.gh-pubg-section-head {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: space-between;
    margin: 1.35rem 0 0.9rem;
}

.gh-pubg-best-mode {
    align-items: center;
    background: #111112;
    border: 1px solid rgba(255, 223, 0, 0.3);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 600;
    gap: 0.5rem;
    padding: 0.45rem 0.8rem;
}

.gh-pubg-mode-list {
    display: grid;
    gap: 1rem;
}

.gh-pubg-mode-card {
    background: #171718;
    border-radius: 16px;
    padding: 1rem 1.1rem;
    transition: border-color 0.18s ease;
}

.gh-pubg-mode-card:hover {
    border-color: rgba(255, 223, 0, 0.3);
}

.gh-pubg-mode-card__main {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
}

.gh-pubg-mode-card__left {
    align-items: center;
    display: flex;
    gap: 1rem;
    min-width: 0;
}

.gh-pubg-mode-card__icon {
    align-items: center;
    background: #111112;
    /* border: 1px solid rgba(255, 223, 0, 0.32); */
    border-radius: 12px;
    color: #ffdf00;
    display: flex;
    flex: 0 0 54px;
    font-size: 1.15rem;
    height: 54px;
    justify-content: center;
}

.gh-pubg-mode-card__icon img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.gh-pubg-mode-card__identity {
    min-width: 0;
}

.gh-pubg-mode-card__title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 0.6rem;
}

.gh-pubg-mode-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.gh-pubg-chip {
    align-items: center;
    background: #111112;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 600;
    gap: 0.42rem;
    padding: 0.45rem 0.75rem;
}

.gh-pubg-chip i {
    font-size: 0.82rem;
}

.gh-pubg-mode-card__stats {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gh-pubg-mode-metric {
    background: #111112;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    min-height: 82px;
    padding: 0.8rem 0.9rem;
}

.gh-pubg-mode-metric__value {
    color: #fff;
    display: block;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
}

.gh-pubg-hero {
    margin-bottom: 1rem;
}

.gh-pubg-avatar-shell {
    align-items: center;
    background: #111112;
    border: 1px solid rgba(255, 223, 0, 0.3);
    border-radius: 12px;
    display: flex;
    flex: 0 0 72px;
    height: 72px;
    justify-content: center;
    overflow: hidden;
    width: 72px;
}

.gh-pubg-avatar {
    display: block;
    height: 78%;
    object-fit: contain;
    width: 78%;
}

@media (max-width: 1199px) {

    .gh-pubg-overview,
    .gh-pubg-mode-card__main {
        grid-template-columns: 1fr;
    }

    .gh-pubg-mode-card__stats {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .gh-pubg-overview__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .gh-pubg-overview__featured {
        grid-template-columns: 1fr;
    }

    .gh-pubg-mode-card {
        padding: 0.85rem;
    }

    .gh-pubg-mode-card__left {
        align-items: center;
        flex-direction: row;
        gap: 0.75rem;
    }

    .gh-pubg-mode-card__icon {
        flex-basis: 50px;
        height: 50px;
    }

    .gh-pubg-mode-card__icon img {
        width: 38px;
        height: 38px;
    }

    .gh-pubg-mode-card__identity {
        display: grid;
        flex: 1 1 auto;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        column-gap: 0.65rem;
    }

    .gh-pubg-mode-card__title {
        font-size: 1.15rem;
        margin: 0;
    }

    .gh-pubg-mode-card__eyebrow {
        margin: 0;
    }

    .gh-pubg-mode-card__chips {
        grid-column: 1 / -1;
        margin-top: 0.65rem;
    }

    .gh-pubg-mode-card__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .gh-pubg-mode-metric {
        min-height: 72px;
        padding: 0.65rem;
    }

    .gh-pubg-mode-metric__label {
        font-size: 0.68rem;
    }

    .gh-pubg-best-mode {
        font-size: 0.85rem;
    }

    .gh-pubg-featured-stat__value,
    .gh-pubg-quickstat__value,
    .gh-pubg-mode-metric__value {
        font-size: 1.3rem;
    }
}

@media (max-width: 420px) {
    .gh-pubg-mode-metric__value {
        font-size: 1.05rem;
    }

    .gh-pubg-chip {
        font-size: 0.78rem;
        padding: 0.38rem 0.55rem;
    }
}