.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);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.gh-pubg-overview__hero {
    background:
        radial-gradient(circle at top left, rgba(255, 223, 0, 0.14), transparent 32%),
        linear-gradient(145deg, rgba(21, 23, 31, 0.98), rgba(14, 16, 22, 0.98));
    border-radius: 22px;
    padding: 1.15rem 1.2rem;
}

.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: rgba(255, 223, 0, 0.84);
    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: rgba(255, 255, 255, 0.05);
    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: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 0.9rem 1rem;
}

.gh-pubg-featured-stat--accent {
    background: linear-gradient(180deg, rgba(255, 223, 0, 0.12), rgba(255, 255, 255, 0.03));
    border-color: rgba(255, 223, 0, 0.22);
}

.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: linear-gradient(145deg, rgba(20, 22, 29, 0.98), rgba(13, 15, 20, 0.98));
    border-radius: 20px;
    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: rgba(255, 223, 0, 0.08);
    border: 1px solid rgba(255, 223, 0, 0.16);
    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:
        radial-gradient(circle at top right, rgba(255, 215, 0, 0.06), transparent 35%),
        linear-gradient(145deg, rgba(21, 23, 31, 0.98), rgba(14, 16, 22, 0.98));
    border-radius: 22px;
    padding: 1.15rem 1.2rem;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.gh-pubg-mode-card:hover {
    border-color: rgba(255, 215, 0, 0.22);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    transform: translateY(-2px);
}

.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:
        radial-gradient(circle at 30% 30%, rgba(255, 215, 0, 0.22), rgba(255, 215, 0, 0.08)),
        rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.18);
    border-radius: 18px;
    color: #ffdf00;
    display: flex;
    flex: 0 0 54px;
    font-size: 1.15rem;
    height: 54px;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.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: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    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: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 0.85rem 0.9rem;
    min-height: 90px;
}

.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: linear-gradient(135deg, rgba(255, 215, 0, 0.14), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 215, 0, 0.18);
    border-radius: 18px;
    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,
    .gh-pubg-mode-card__stats {
        grid-template-columns: 1fr;
    }

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

    .gh-pubg-mode-card__left {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .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;
    }
}
