body.cpg-game-hub-page .cpg-game-hub-breadcrumb {
    width: 100%;
    max-width: 1180px;
    margin: 22px auto 0;
    padding: 0;
}

.cpg-game-hub-page .cpg-game-hub-column {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.cpg-game-hub {
    --cpg-hub-brand: var(--brand-color, #7b3f99);
    --cpg-hub-brand-dark: var(--dark-brand-color, #55256f);
    --cpg-hub-accent: #c9a0df;
    --cpg-hub-bg: #f5f6f7;
    --cpg-hub-surface: #ffffff;
    --cpg-hub-surface-2: #eef0f2;
    --cpg-hub-text: var(--base-color, #2c2f34);
    --cpg-hub-muted: #676d76;
    --cpg-hub-border: rgba(35, 39, 45, 0.13);
    --cpg-hub-focus: rgba(123, 63, 153, 0.42);
    width: 100%;
    max-width: 1180px;
    margin: 30px auto 48px;
    color: var(--cpg-hub-text);
    font-family: inherit;
    font-size: 15px;
    line-height: 1.6;
}

.dark-skin .cpg-game-hub {
    --cpg-hub-bg: var(--tie-dark-skin-bg, #27292d);
    --cpg-hub-surface: var(--tie-dark-skin-bg-main, #1f2024);
    --cpg-hub-surface-2: #29252f;
    --cpg-hub-text: #ffffff;
    --cpg-hub-muted: #c7c7ca;
    --cpg-hub-border: rgba(255, 255, 255, 0.11);
}

.cpg-game-hub,
.cpg-game-hub * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.cpg-game-hub [hidden] {
    display: none !important;
}

body.cpg-game-hub-page .cpg-game-hub a:focus-visible,
.cpg-game-hub button:focus-visible {
    outline: 3px solid var(--cpg-hub-focus);
    outline-offset: 3px;
}

.cpg-game-hub__hero {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    isolation: isolate;
    background: #15161a;
    border: 1px solid var(--cpg-hub-border);
    border-radius: 6px 6px 0 0;
}

.cpg-game-hub__hero-media,
.cpg-game-hub__hero-shade {
    position: absolute;
    inset: 0;
}

.cpg-game-hub__hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cpg-game-hub__hero-shade {
    z-index: 1;
    background: rgba(10, 11, 14, 0.38);
}

.cpg-game-hub__identity {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    gap: 22px;
    min-height: 168px;
    padding: 22px 28px 24px;
    background: rgba(23, 20, 31, 0.94);
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.cpg-game-hub__identity-cover {
    flex: 0 0 126px;
    width: 126px;
    margin: -58px 0 0;
    overflow: hidden;
    aspect-ratio: 264 / 374;
    background: #15161a;
    border: 4px solid #21182f;
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
}

.cpg-game-hub__identity-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cpg-game-hub__identity-copy {
    flex: 1;
    min-width: 0;
}

.cpg-game-hub__eyebrow {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 4px;
    color: var(--cpg-hub-accent);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}

.cpg-game-hub__identity h1 {
    max-width: 100%;
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.14;
    font-weight: 700;
    text-transform: none;
    overflow-wrap: anywhere;
}

.cpg-game-hub__identity-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 18px;
    margin: 10px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    line-height: 1.4;
    list-style: none;
}

.cpg-game-hub__identity-facts li {
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.cpg-game-hub__identity-facts li > span {
    flex: 0 0 14px;
    margin-top: 2px;
    color: var(--cpg-hub-accent);
    text-align: center;
}

.cpg-game-hub__identity-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
    margin-top: 14px;
}

.cpg-game-hub__metric {
    display: grid;
    grid-template-columns: 18px auto;
    column-gap: 6px;
    align-items: center;
    min-height: 42px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
}

.cpg-game-hub__metric > span {
    grid-row: 1 / span 2;
    color: var(--cpg-hub-accent);
    text-align: center;
}

.cpg-game-hub__metric strong,
.cpg-game-hub__metric small {
    line-height: 1.1;
}

.cpg-game-hub__metric strong {
    color: #ffffff;
    font-size: 13px;
}

.cpg-game-hub__metric small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
}

body.cpg-game-hub-page .cpg-game-hub a.cpg-game-hub__official,
body.cpg-game-hub-page .cpg-game-hub a.cpg-game-hub__official:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    margin: 0;
    padding: 9px 14px;
    color: #ffffff;
    background: var(--cpg-hub-brand);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.cpg-game-hub-page .cpg-game-hub a.cpg-game-hub__official:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.cpg-game-hub__tabs-wrap.container-wrapper {
    margin: 0;
    padding: 0;
    background: var(--cpg-hub-surface);
    border-top: 0;
    border-radius: 0 0 6px 6px;
}

.cpg-game-hub__tabs {
    display: flex;
    align-items: stretch;
    min-height: 54px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.cpg-game-hub__tab {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 128px;
    min-height: 54px;
    margin: 0;
    padding: 10px 18px;
    color: var(--cpg-hub-muted);
    background: transparent;
    border: 0;
    border-right: 1px solid var(--cpg-hub-border);
    border-radius: 0;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
}

.cpg-game-hub__tab::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 0;
    left: 12px;
    height: 3px;
    background: transparent;
}

.cpg-game-hub__tab:hover,
.cpg-game-hub__tab.is-active {
    color: var(--cpg-hub-text);
    background: rgba(123, 63, 153, 0.08);
}

.cpg-game-hub__tab.is-active::after {
    background: var(--cpg-hub-brand);
}

.cpg-game-hub__tab > span:first-child {
    color: var(--cpg-hub-accent);
    font-size: 14px;
}

.cpg-game-hub__panels {
    margin-top: 20px;
}

.cpg-game-hub__panel {
    min-width: 0;
}

.cpg-game-hub__panel.container-wrapper,
.cpg-game-hub__news-heading.container-wrapper,
.cpg-game-hub__details-heading.container-wrapper {
    padding: 28px;
    color: var(--cpg-hub-text);
    background: var(--cpg-hub-surface);
    border-color: var(--cpg-hub-border);
    border-radius: 6px;
}

.cpg-game-hub__section-title {
    position: relative;
    margin: 0 0 24px;
    padding: 0 0 11px;
    border-bottom: 2px solid var(--cpg-hub-border);
}

.cpg-game-hub__section-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 72px;
    height: 2px;
    background: var(--cpg-hub-brand);
}

.cpg-game-hub__section-title h2 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: var(--cpg-hub-text);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: none;
}

.cpg-game-hub__section-title h2 > span {
    color: var(--cpg-hub-accent);
    font-size: 17px;
}

.cpg-game-hub__overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
    gap: 38px;
    align-items: start;
}

.cpg-game-hub__prose {
    min-width: 0;
    color: var(--cpg-hub-text);
    font-size: 16px;
    line-height: 1.75;
}

.cpg-game-hub__prose p {
    margin: 0 0 17px;
}

.cpg-game-hub__prose p:last-child {
    margin-bottom: 0;
}

.cpg-game-hub__glance {
    min-width: 0;
    padding-left: 24px;
    border-left: 1px solid var(--cpg-hub-border);
}

.cpg-game-hub__glance h3,
.cpg-game-hub__media-section h3,
.cpg-game-hub__time h3 {
    margin: 0 0 12px;
    color: var(--cpg-hub-text);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: none;
}

.cpg-game-hub__glance dl,
.cpg-game-hub__time dl {
    margin: 0;
}

.cpg-game-hub__glance dl > div {
    display: grid;
    grid-template-columns: minmax(104px, 0.8fr) minmax(0, 1.2fr);
    gap: 14px;
    padding: 9px 0;
    border-top: 1px solid var(--cpg-hub-border);
}

.cpg-game-hub__glance dt,
.cpg-game-hub__glance dd,
.cpg-game-hub__time dt,
.cpg-game-hub__time dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.cpg-game-hub__glance dt {
    color: var(--cpg-hub-muted);
    font-size: 11px;
    line-height: 1.45;
    font-weight: 600;
    text-transform: uppercase;
}

.cpg-game-hub__glance dt > span {
    width: 16px;
    margin-right: 5px;
    color: var(--cpg-hub-accent);
    text-align: center;
}

.cpg-game-hub__glance dd {
    color: var(--cpg-hub-text);
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
}

.cpg-game-hub__time {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--cpg-hub-border);
}

.cpg-game-hub__time h3 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cpg-game-hub__time h3 > span {
    color: var(--cpg-hub-accent);
}

.cpg-game-hub__time dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: var(--cpg-hub-surface-2);
    border: 1px solid var(--cpg-hub-border);
    border-radius: 6px;
}

.cpg-game-hub__time dl > div {
    min-width: 0;
    padding: 14px 18px;
    text-align: center;
}

.cpg-game-hub__time dl > div + div {
    border-left: 1px solid var(--cpg-hub-border);
}

.cpg-game-hub__time dt {
    color: var(--cpg-hub-muted);
    font-size: 11px;
    line-height: 1.3;
}

.cpg-game-hub__time dd {
    margin-top: 4px;
    color: var(--cpg-hub-text);
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
}

.cpg-game-hub__news-heading.container-wrapper,
.cpg-game-hub__details-heading.container-wrapper {
    margin-bottom: 18px;
}

.cpg-game-hub__news-heading .cpg-game-hub__section-title,
.cpg-game-hub__details-heading .cpg-game-hub__section-title {
    margin-bottom: 0;
}

.cpg-game-hub__panel--news .mag-box {
    margin-top: 0;
}

.cpg-game-hub__panel--news .mag-box > .container-wrapper {
    border-color: var(--cpg-hub-border);
}

.cpg-game-hub__panel--news .pages-nav,
.cpg-game-hub__panel--news .navigation.pagination {
    margin-top: 18px;
}

.cpg-game-hub__media-section + .cpg-game-hub__media-section {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid var(--cpg-hub-border);
}

.cpg-game-hub__embed,
.cpg-game-hub__videos iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #101115;
    border: 0;
    border-radius: 6px;
}

.cpg-game-hub__embed {
    position: relative;
    overflow: hidden;
}

.cpg-game-hub__embed iframe,
.cpg-game-hub__embed video {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
}

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

.cpg-game-hub__video {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    color: #ffffff;
    background: #101115;
    border: 1px solid var(--cpg-hub-border);
    border-radius: 6px;
    cursor: pointer;
}

.cpg-game-hub__video img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.82;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.cpg-game-hub__video:hover img {
    opacity: 1;
    transform: scale(1.015);
}

.cpg-game-hub__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    color: #ffffff;
    background: var(--cpg-hub-brand);
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.32);
    transform: translate(-50%, -50%);
}

.cpg-game-hub__video-play-icon,
.cpg-game-hub__video-play-icon::before {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 15px !important;
}

.cpg-game-hub__video-play-icon {
    transform: translateX(1px);
}

.cpg-game-hub__video-title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 24px 12px 10px;
    color: #ffffff;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.88));
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
    text-align: left;
}

.cpg-game-hub__gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.cpg-game-hub__gallery-item {
    display: block;
    min-width: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #15161a;
    border: 1px solid var(--cpg-hub-border);
    border-radius: 4px;
}

.cpg-game-hub__gallery-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.cpg-game-hub__gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.cpg-game-hub__gallery-item:hover img {
    opacity: 0.9;
    transform: scale(1.015);
}

.cpg-game-hub__attribution {
    margin: 24px 0 0;
    padding-top: 16px;
    color: var(--cpg-hub-muted);
    border-top: 1px solid var(--cpg-hub-border);
    font-size: 11px;
    line-height: 1.5;
}

body.cpg-game-hub-page .cpg-game-hub .cpg-game-hub__attribution a:not(:hover) {
    color: var(--cpg-hub-accent);
}

.cpg-game-hub__panel#cpg-hub-panel-details {
    background: transparent;
}

.cpg-game-hub .cpg-game-profile--hub {
    width: 100%;
    max-width: none;
    margin: 0;
}

.cpg-game-hub .cpg-game-profile--hub .cpg-game-profile__link--official {
    margin-top: 4px;
}

.cpg-game-hub__fallback-news {
    display: grid;
    gap: 18px;
}

.cpg-game-hub__fallback-news article {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--cpg-hub-border);
}

.cpg-game-hub__fallback-news article img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.cpg-game-hub__fallback-news time {
    color: var(--cpg-hub-muted);
    font-size: 11px;
}

.cpg-game-hub__fallback-news h3 {
    margin: 5px 0 8px;
    font-size: 20px;
    line-height: 1.3;
}

.cpg-game-hub__fallback-news p {
    margin: 0;
    color: var(--cpg-hub-muted);
}

@media (max-width: 991px) {
    .cpg-game-hub {
        margin-top: 20px;
    }

    .cpg-game-hub__hero {
        min-height: 330px;
    }

    .cpg-game-hub__identity {
        min-height: 160px;
        padding-inline: 22px;
    }

    .cpg-game-hub__identity-cover {
        flex-basis: 112px;
        width: 112px;
    }

    .cpg-game-hub__overview-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .cpg-game-hub__glance {
        padding: 24px 0 0;
        border-top: 1px solid var(--cpg-hub-border);
        border-left: 0;
    }

    .cpg-game-hub__gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 670px) {
    .cpg-game-hub {
        margin: 15px auto 32px;
    }

    .cpg-game-hub__hero {
        min-height: 400px;
        border-radius: 0;
    }

    .cpg-game-hub__hero-media {
        bottom: 188px;
    }

    .cpg-game-hub__identity {
        min-height: 188px;
        gap: 14px;
        padding: 18px 16px;
    }

    .cpg-game-hub__identity-cover {
        flex-basis: 88px;
        width: 88px;
        margin: 0;
        border-width: 3px;
    }

    .cpg-game-hub__identity h1 {
        font-size: 27px;
        line-height: 1.15;
    }

    .cpg-game-hub__identity-facts {
        display: grid;
        gap: 5px;
        margin-top: 7px;
        font-size: 11px;
    }

    .cpg-game-hub__identity-facts li:nth-child(n+3) {
        display: none;
    }

    .cpg-game-hub__identity-footer {
        margin-top: 10px;
    }

    .cpg-game-hub__metric {
        min-height: 38px;
        padding: 5px 8px;
    }

    body.cpg-game-hub-page .cpg-game-hub a.cpg-game-hub__official {
        min-height: 38px;
        padding: 8px 10px;
    }

    .cpg-game-hub__tabs-wrap.container-wrapper {
        border-radius: 0;
    }

    .cpg-game-hub__tab {
        min-width: 110px;
        min-height: 50px;
        padding-inline: 13px;
    }

    .cpg-game-hub__panel.container-wrapper,
    .cpg-game-hub__news-heading.container-wrapper,
    .cpg-game-hub__details-heading.container-wrapper {
        padding: 22px 16px;
        border-radius: 0;
    }

    .cpg-game-hub__section-title h2 {
        font-size: 20px;
    }

    .cpg-game-hub__prose {
        font-size: 15px;
    }

    .cpg-game-hub__glance dl > div {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .cpg-game-hub__time dl {
        grid-template-columns: minmax(0, 1fr);
    }

    .cpg-game-hub__time dl > div + div {
        border-top: 1px solid var(--cpg-hub-border);
        border-left: 0;
    }

    .cpg-game-hub__videos {
        grid-template-columns: minmax(0, 1fr);
    }

    .cpg-game-hub__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .cpg-game-hub__gallery-item:first-child {
        grid-column: span 2;
        grid-row: span 1;
    }

    .cpg-game-hub__fallback-news article {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 430px) {
    .cpg-game-hub__hero {
        min-height: 438px;
    }

    .cpg-game-hub__hero-media {
        bottom: 226px;
    }

    .cpg-game-hub__identity {
        min-height: 226px;
        align-items: flex-start;
    }

    .cpg-game-hub__metric small {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cpg-game-hub *,
    .cpg-game-hub *::before,
    .cpg-game-hub *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
