

.game-hub {
    --hub-accent: #ff6b35;
    --hub-accent-glow: rgba(255, 107, 53, 0.3);
    --hub-hero-min-h: 100svh;
    --hub-section-py: clamp(3rem, 6vw, 5rem);
    --hub-section-gap: 0;
    --hub-card-radius: 12px;
    --hub-text-color: var(--fe-color-text);
    --hub-bg: var(--fe-color-bg);
    --hub-bg-alt: var(--fe-color-bg-alt);
    --hub-surface: var(--fe-color-surface);
    --hub-border: var(--fe-color-border);
    --hub-muted: var(--fe-color-text-muted);
}

[data-theme="dark"] .game-hub {
    --hub-accent-glow: rgba(255, 107, 53, 0.2);
}

.game-hub__hero {
    position: relative;
    min-height: var(--hub-hero-min-h);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: calc(-1 * var(--fe-spacing-lg, 1.5rem));
    margin-bottom: -1px;
    background-color: #0a0a0a;
    padding-top: 80px;
    padding-bottom: 60px;
}
.game-hub__hero--no-img {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}
[data-theme="dark"] .game-hub__hero--no-img {
    background: linear-gradient(135deg, #0b1120 0%, #1e293b 100%);
}

.game-hub__hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 3;
    background: var(--fe-color-bg);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0 80h1440V32C1320 8 1200 0 1080 12 960 24 840 48 720 56 600 64 480 44 360 32 240 20 120 12 0 24z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0 80h1440V32C1320 8 1200 0 1080 12 960 24 840 48 720 56 600 64 480 44 360 32 240 20 120 12 0 24z'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    pointer-events: none;
}

.game-hub__hero-bg {
    position: absolute;
    inset: 0;
    background-image: var(--hub-hero-bg, none);
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
    z-index: 0;
}

.game-hub__hero-img-seo {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.game-hub__hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.15) 0%,
        rgba(0,0,0,0.35) 40%,
        rgba(0,0,0,0.88) 100%
    );
    z-index: 1;
}

.game-hub__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 1rem 1.5rem 2rem;
    max-width: 860px;
    width: 100%;
    color: #fff;
}

.game-hub__hero-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    font-size: 0.8125rem;
    opacity: 0.75;
    margin-bottom: 1.25rem;
}
.game-hub__hero-breadcrumb a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.game-hub__hero-breadcrumb a:hover {
    text-decoration: underline;
}
.game-hub__hero-breadcrumb-sep {
    opacity: 0.5;
    flex-shrink: 0;
}

.game-hub__hero-title {
    font-size: clamp(2.25rem, 7vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.08;
    margin: 0 0 1rem;
    color: #fff;
    text-shadow:
        0 2px 4px rgba(0,0,0,0.9),
        0 6px 24px rgba(0,0,0,0.6);
    text-wrap: balance;
}

.game-hub__hero-sponsor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.85rem auto 0;
    max-width: min(36rem, 100%);
    padding: 0 0.75rem;
    box-sizing: border-box;
}
.game-hub__sponsor-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #1c1917;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 1px solid rgba(180, 140, 45, 0.35);
    border-radius: 100px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
    max-width: 100%;
}
.game-hub__sponsor-badge span {
    text-align: start;
    line-height: 1.25;
    overflow-wrap: anywhere;
}
.game-hub__sponsor-badge:hover {
    background: linear-gradient(135deg, #fde68a 0%, #fcd34d 100%);
    border-color: rgba(180, 140, 45, 0.5);
    color: #1c1917;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.game-hub__sponsor-badge--static {
    cursor: default;
    pointer-events: none;
}
.game-hub__sponsor-badge--static:hover {
    transform: none;
}
.game-hub__sponsor-badge__icon {
    flex-shrink: 0;
    opacity: 0.9;
}
[data-theme="dark"] .game-hub__sponsor-badge {
    color: #fef3c7;
    background: linear-gradient(135deg, rgba(180, 140, 45, 0.5) 0%, rgba(161, 98, 7, 0.45) 100%);
    border-color: rgba(254, 243, 199, 0.25);
}
[data-theme="dark"] .game-hub__sponsor-badge:hover {
    background: linear-gradient(135deg, rgba(180, 140, 45, 0.65) 0%, rgba(161, 98, 7, 0.6) 100%);
    color: #fef9c3;
}

.game-hub__hero-tagline {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 400;
    opacity: 0.9;
    margin: 0 0 2rem;
    letter-spacing: 0.04em;
}

.game-hub__countdown {
    margin-bottom: 0;
}
.game-hub__countdown-released {
    display: inline-block;
    background: var(--hub-accent);
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 0.5rem 2rem;
    border-radius: 999px;
    letter-spacing: 0.1em;
    animation: hub-pulse 2s ease-in-out infinite;
}
@keyframes hub-pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 var(--hub-accent-glow); }
    50% { transform: scale(1.04); box-shadow: 0 0 20px 4px var(--hub-accent-glow); }
}

.game-hub__countdown-units {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}
.game-hub__countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    padding: 0.75rem 0.5rem 0.5rem;
}
.game-hub__countdown-num {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    letter-spacing: -0.02em;
}
.game-hub__countdown-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.7;
    margin-top: 0.25rem;
}
.game-hub__countdown-sep {
    font-size: 2rem;
    font-weight: 700;
    opacity: 0.5;
    padding-bottom: 1.2rem;
}

.game-hub__hero-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    margin-bottom: 1rem;
}
.game-hub__hero-play:hover {
    background: var(--hub-accent);
    transform: scale(1.08);
}
.game-hub__hero-play-icon { display: flex; align-items: center; justify-content: center; }

.game-hub__hero-video-wrap {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    transition: opacity 0.3s;
}
.game-hub__hero-video-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.game-hub__hero-video-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 6;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}
.game-hub__hero-video-close:hover {
    background: var(--hub-accent);
}

.game-hub__hero--playing .game-hub__hero-video-close {
    display: flex;
}
.game-hub__hero--playing .game-hub__hero-overlay,
.game-hub__hero--playing .game-hub__hero-content {
    opacity: 0;
    pointer-events: none;
}
.game-hub__hero--playing .game-hub__hero-video-wrap {
    z-index: 4;
    opacity: 1;
    pointer-events: auto;
}
.game-hub__hero--playing .game-hub__hero-play {
    display: none;
}

.game-hub__hero-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.game-hub__hero-platforms {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}
.game-hub__hero-plat {
    font-size: 1.375rem;
    color: rgba(255,255,255,0.9);
    transition: color 0.2s;
    line-height: 1;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.4));
}
.game-hub__hero-plat:hover { color: #fff; }
.game-hub__hero-companies {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.375rem;
}
.game-hub__hero-companies .game-card-company {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}
.game-hub__hero-companies .game-card-company--developer {
    background: rgba(74, 144, 226, 0.2);
    border-color: rgba(74, 144, 226, 0.5);
    color: #a0cbff;
}
.game-hub__hero-companies .game-card-company--developer .game-card-company__icon { color: #a0cbff; }
.game-hub__hero-companies .game-card-company--developer:hover {
    background: rgba(74, 144, 226, 0.35);
    border-color: #6ba3e8;
    color: #fff;
}
.game-hub__hero-companies .game-card-company--publisher {
    background: rgba(255, 107, 53, 0.2);
    border-color: rgba(255, 107, 53, 0.5);
    color: #ffb08a;
}
.game-hub__hero-companies .game-card-company--publisher .game-card-company__icon { color: #ffb08a; }
.game-hub__hero-companies .game-card-company--publisher:hover {
    background: rgba(255, 107, 53, 0.35);
    border-color: #ff8960;
    color: #fff;
}

.game-hub__countdown--date .game-hub__countdown-label {
    display: none;
}

.game-hub__nav {
    position: sticky;
    top: var(--hub-nav-top, 0px);
    z-index: 200;
    margin-top: -56px;
}
.game-hub__nav .container {
    position: relative;
    max-width: var(--fe-main-max);
    margin: 0 auto;
    padding: 0 1rem;
    background: rgba(15, 20, 35, 0.65);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
[data-theme="dark"] .game-hub__nav .container {
    background: rgba(10, 14, 28, 0.7);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.game-hub__nav-list--desktop {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.game-hub__nav-list--desktop::-webkit-scrollbar { display: none; }

.game-hub__nav .container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    background: linear-gradient(to right, transparent, rgba(15, 20, 35, 0.65));
    border-radius: 0 14px 14px 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s;
}
.game-hub__nav .container.has-overflow::after {
    opacity: 1;
}

.is-game-hub .sh-alt-header {
    display: none !important;
}

.game-hub__nav-item {
    flex-shrink: 0;
}

.game-hub__nav-link {
    display: block;
    padding: 0.75rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}
.game-hub__nav-link:hover {
    color: rgba(255, 255, 255, 0.95);
}
.game-hub__nav-link.is-active {
    color: #fff;
    border-bottom-color: var(--hub-accent);
}

.game-hub__nav-mobile {
    display: none;
    position: relative;
}
.game-hub__nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 0;
    background: none;
    border: none;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    gap: 0.5rem;
}
.game-hub__nav-toggle-icon {
    transition: transform 0.2s;
    flex-shrink: 0;
}
.game-hub__nav-toggle[aria-expanded="true"] .game-hub__nav-toggle-icon {
    transform: rotate(180deg);
}
.game-hub__nav-dropdown {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0.25rem 0 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.game-hub__nav-dropdown[aria-hidden="false"] {
    display: block;
}
.game-hub__nav-dropdown-link {
    display: block;
    padding: 0.625rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    border-radius: 6px;
    transition: color 0.15s, background 0.15s;
}
.game-hub__nav-dropdown-link:hover,
.game-hub__nav-dropdown-link.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .game-hub__nav-list--desktop {
        display: none;
    }
    .game-hub__nav-mobile {
        display: block;
    }
}

.game-hub__body {
    background: var(--hub-bg);
}

.game-hub__section {
    padding: var(--hub-section-py) 0;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.game-hub__section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.game-hub__section:nth-child(even) {
    background: var(--hub-bg-alt);
}

.game-hub__section .container {
    max-width: var(--fe-main-max);
    margin: 0 auto;
    padding: 0 1rem;
}

.game-hub__section-title {
    font-size: clamp(1.45rem, 2.8vw, 2.05rem);
    font-weight: 800;
    margin: 0 0 1.5rem;
    line-height: 1.18;
    letter-spacing: -0.035em;
    position: relative;
    padding: 0 0 0.65rem 0.75rem;
    border-left: 4px solid var(--hub-accent);
}
.game-hub__section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.75rem;
    width: min(5rem, 35%);
    height: 3px;
    background: var(--hub-accent);
    border-radius: 3px;
}

.hub-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--hub-border);
    border-radius: 50%;
    background: var(--hub-surface);
    color: var(--hub-text);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: opacity 0.25s, transform 0.25s, background 0.2s, box-shadow 0.2s;
    opacity: 1;
}
.hub-scroll-btn:hover {
    background: var(--hub-accent);
    color: #fff;
    border-color: var(--hub-accent);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.hub-scroll-btn--prev { left: -12px; }
.hub-scroll-btn--next { right: -12px; }
.hub-scroll-btn.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) scale(0.8);
}
@media (max-width: 768px) {
    .hub-scroll-btn { width: 34px; height: 34px; }
    .hub-scroll-btn--prev { left: -4px; }
    .hub-scroll-btn--next { right: -4px; }
    .hub-scroll-btn svg { width: 16px; height: 16px; }
}
[data-theme="dark"] .hub-scroll-btn {
    box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

.hub-hscroll-wrap {
    position: relative;
}
.hub-hscroll-track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0.25rem 0;
}
.hub-hscroll-track::-webkit-scrollbar { display: none; }
.hub-hscroll-card {
    flex: 0 0 300px;
    max-width: 300px;
    scroll-snap-align: start;
}
.hub-trailer-card.hub-hscroll-card {
    flex: 0 0 340px;
    max-width: 340px;
}
.hub-review-quote.hub-hscroll-card {
    flex: 0 0 320px;
    max-width: 320px;
}
@media (max-width: 768px) {
    .hub-hscroll-card {
        flex: 0 0 260px;
        max-width: 260px;
    }
    .hub-trailer-card.hub-hscroll-card {
        flex: 0 0 280px;
        max-width: 280px;
    }
    .hub-review-quote.hub-hscroll-card {
        flex: 0 0 270px;
        max-width: 270px;
    }
}

.hub-characters {
    position: relative;
}
.hub-characters__scroll {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.hub-characters__scroll::-webkit-scrollbar { display: none; }

.hub-char-card {
    flex: 0 0 260px;
    scroll-snap-align: start;
    border-radius: var(--hub-card-radius);
    overflow: hidden;
    background: var(--hub-surface);
    box-shadow: var(--card-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.hub-char-card:focus-visible {
    outline: 2px solid var(--hub-accent);
    outline-offset: 2px;
}
.hub-char-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: var(--card-shadow-hover);
}

.hub-char-card__img-wrap {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--card-img-placeholder);
}
.hub-char-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.hub-char-card:hover .hub-char-card__img {
    transform: scale(1.06);
}
.hub-char-card__img-placeholder {
    width: 100%;
    height: 100%;
    min-height: 8rem;
    background: linear-gradient(160deg, rgba(80, 80, 96, 0.35) 0%, #16161c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hub-char-card__img-placeholder .hub-char-noimg-svg {
    width: 36px;
    height: 36px;
    opacity: 0.35;
}

.hub-char-card__body {
    padding: 1rem 1.125rem 1.25rem;
}
.hub-char-card__name {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
}
.hub-char-card__role {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--hub-accent);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}
.hub-char-card__desc {
    font-size: 0.875rem;
    color: var(--hub-muted);
    line-height: 1.5;
    margin: 0 0 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hub-char-card__quote {
    font-size: 0.8125rem;
    font-style: italic;
    color: var(--hub-muted);
    border-left: 2px solid var(--hub-accent);
    padding-left: 0.75rem;
    margin: 0;
}

.hub-char-lightbox {
    position: fixed;
    inset: 0;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    z-index: 10050;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
    box-sizing: border-box;
}
.hub-char-lightbox[hidden] {
    display: none !important;
}
.hub-char-lightbox__backdrop {
    position: absolute;
    inset: 0;
    
    background: #000;
    cursor: pointer;
}
.hub-char-lightbox__inner {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    align-self: stretch;
    width: 100%;
    min-height: 0;
    max-height: none;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    background: #000;
}
.hub-char-lightbox__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: var(--hub-radius-sm, 8px);
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    cursor: pointer;
    transition: background 0.15s;
}
.hub-char-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.15);
}
.hub-char-lightbox__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    cursor: pointer;
    transition: background 0.15s;
}
.hub-char-lightbox__arrow:hover {
    background: rgba(255, 255, 255, 0.12);
}
.hub-char-lightbox__arrow--prev { left: 8px; }
.hub-char-lightbox__arrow--next { right: 8px; }
.hub-char-lightbox--single .hub-char-lightbox__arrow {
    display: none;
}
.hub-char-lightbox__stage {
    position: relative;
    flex: 1;
    min-height: min(52vh, 560px);
    background: #000;
}
.hub-char-lightbox__media {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.hub-char-lightbox__img[hidden],
.hub-char-lightbox__media-placeholder[hidden] {
    display: none !important;
}
.hub-char-lightbox__img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.hub-char-lightbox__media-placeholder:not([hidden]) {
    display: flex;
}
.hub-char-noimg-svg {
    display: block;
    color: rgba(255, 255, 255, 0.22);
    flex-shrink: 0;
}
.hub-char-noimg-svg--lg {
    width: 64px;
    height: 64px;
    color: rgba(255, 255, 255, 0.2);
}
.hub-char-lightbox__media-placeholder {
    width: 100%;
    height: 100%;
    min-height: 280px;
    background: #121218;
    align-items: center;
    justify-content: center;
}
.hub-char-lightbox__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.45) 18%, rgba(0, 0, 0, 0.9) 55%, rgba(0, 0, 0, 0.96) 100%);
    padding: 3rem 1.25rem 1rem;
    pointer-events: none;
}
.hub-char-lightbox__overlay-inner {
    pointer-events: auto;
    max-height: min(42vh, 460px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 4px;
}
.hub-char-lightbox__name {
    margin: 0 0 0.35rem;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
.hub-char-lightbox__role {
    margin: 0 0 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--hub-accent, #94a3b8);
}
.hub-char-lightbox__desc-wrap {
    margin: 0;
}
.hub-char-lightbox__desc {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
    white-space: pre-wrap;
}
.hub-char-lightbox__quotes {
    margin-top: 1rem;
}
.hub-char-lightbox__quote {
    margin: 0 0 0.65rem;
    padding: 0 0 0 0.85rem;
    border-left: 3px solid var(--hub-accent, #64748b);
    font-size: 0.9rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.5;
}
.hub-char-lightbox__quote:last-child {
    margin-bottom: 0;
}
.hub-char-lightbox__thumbs-wrap {
    flex-shrink: 0;
    padding: 0.65rem 0.5rem 0.85rem;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hub-char-lightbox__thumbs {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    padding: 0.15rem 0;
    justify-content: safe center;
}
.hub-char-lightbox__thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    scroll-snap-align: center;
    background: #1a1a1a;
    opacity: 0.72;
    transition: opacity 0.15s, border-color 0.15s;
}
.hub-char-lightbox__thumb:hover {
    opacity: 1;
}
.hub-char-lightbox__thumb.is-active {
    opacity: 1;
    border-color: var(--hub-accent, #38bdf8);
}
.hub-char-lightbox__thumb-img,
.hub-char-lightbox__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hub-char-lightbox__thumb-noimg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 52px;
    background: #1c1c22;
    color: rgba(255, 255, 255, 0.28);
}
.hub-char-lightbox__thumb-noimg .hub-char-noimg-svg {
    opacity: 0.9;
}
@media (max-width: 640px) {
    .hub-char-lightbox__stage {
        min-height: min(48vh, 520px);
    }
    .hub-char-lightbox__arrow {
        width: 40px;
        height: 40px;
    }
    .hub-char-lightbox__arrow--prev { left: 4px; }
    .hub-char-lightbox__arrow--next { right: 4px; }
    .hub-char-lightbox__overlay {
        padding: 2.25rem 1rem 0.85rem;
    }
}

.hub-story__content {
    font-size: 1.0625rem;
    line-height: 1.75;
}
.hub-story__content p {
    margin-bottom: 1.25rem;
}
.hub-story__content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--hub-card-radius);
    margin: 1.5rem 0;
}

.hub-map-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.hub-map-card {
    border-radius: var(--hub-card-radius);
    overflow: hidden;
    background: var(--hub-surface);
    box-shadow: var(--card-shadow);
    transition: transform 0.3s, box-shadow 0.3s;
}
.hub-map-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--card-shadow-hover);
}
.hub-map-card__zoom {
    display: block;
    position: relative;
    cursor: zoom-in;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.hub-map-card__zoom:focus-visible {
    box-shadow: inset 0 0 0 3px rgba(59, 130, 246, 0.65);
}
.hub-map-card__img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.hub-map-card__zoom:hover .hub-map-card__img {
    transform: scale(1.03);
}
.hub-map-card__noimg {
    width: 100%;
    aspect-ratio: 16 / 10;
    background: linear-gradient(145deg, rgba(0,0,0,0.06), rgba(0,0,0,0.02));
}
.hub-map-lightbox--single .hub-lightbox__prev,
.hub-map-lightbox--single .hub-lightbox__next {
    display: none;
}
.hub-map-card__body {
    padding: 1rem 1.125rem 1.25rem;
}
.hub-map-card__name {
    font-size: 1.0625rem;
    font-weight: 600;
    margin: 0 0 0.375rem;
}
.hub-map-card__desc {
    font-size: 0.875rem;
    color: var(--hub-muted);
    line-height: 1.5;
    margin: 0;
}

.hub-trailers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.25rem;
}

.hub-trailer-card {
    border-radius: var(--hub-card-radius);
    overflow: hidden;
    background: var(--hub-surface);
    box-shadow: var(--card-shadow);
}
.hub-trailer-card__thumb-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}
.hub-trailer-card__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.hub-trailer-card:hover .hub-trailer-card__thumb {
    transform: scale(1.04);
}
.hub-trailer-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s;
    z-index: 2;
}
.hub-trailer-card__play:hover {
    transform: translate(-50%, -50%) scale(1.15);
}

.hub-video-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
}
.hub-video-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}
.hub-video-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.85);
    cursor: pointer;
}
.hub-video-lightbox__inner {
    position: relative;
    z-index: 1;
    width: min(90vw, 960px);
    max-width: 100%;
}
.hub-video-lightbox__wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    border-radius: var(--hub-card-radius);
    overflow: hidden;
}
.hub-video-lightbox__wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.hub-video-lightbox__close {
    position: absolute;
    top: -48px;
    right: 0;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(4px);
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}
.hub-video-lightbox__close:hover { background: var(--hub-accent); }
@media (max-width: 480px) {
    .hub-video-lightbox__close {
        top: -44px;
        right: 4px;
    }
}
.hub-video-lightbox__title {
    color: rgba(255,255,255,0.8);
    font-size: 0.875rem;
    text-align: center;
    margin: 0.75rem 0 0;
}
.hub-trailer-card__title {
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.75rem 1rem 0.25rem;
    margin: 0;
}
.hub-trailer-card__date {
    display: block;
    font-size: 0.75rem;
    color: var(--hub-muted);
    padding: 0 1rem 0.75rem;
}

.hub-timeline {
    position: relative;
    padding: 1rem 0;
}
.hub-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--hub-border);
    transform: translateX(-50%);
}

.hub-timeline__item {
    position: relative;
    width: 50%;
    padding: 0 2rem 2rem;
}
.hub-timeline__item--left {
    padding-right: 2.5rem;
    text-align: right;
}
.hub-timeline__item--right {
    margin-left: 50%;
    padding-left: 2.5rem;
}

.hub-timeline__dot {
    position: absolute;
    top: 0.25rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--hub-accent);
    border: 3px solid var(--hub-bg);
    box-shadow: 0 0 0 2px var(--hub-accent);
    z-index: 2;
    animation: hub-dot-pulse 3s ease-in-out infinite;
}
@keyframes hub-dot-pulse {
    0%, 100% { box-shadow: 0 0 0 2px var(--hub-accent); }
    50% { box-shadow: 0 0 0 6px var(--hub-accent-glow); }
}
.hub-timeline__item--left .hub-timeline__dot {
    right: -7px;
}
.hub-timeline__item--right .hub-timeline__dot {
    left: -7px;
}

.hub-timeline__card {
    background: var(--hub-surface);
    border-radius: var(--hub-card-radius);
    padding: 1.25rem;
    box-shadow: var(--card-shadow);
}

.hub-timeline__year {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--hub-accent);
    background: var(--fe-color-primary-soft);
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}
.hub-timeline__title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.375rem;
}
.hub-timeline__desc {
    font-size: 0.875rem;
    color: var(--hub-muted);
    line-height: 1.5;
    margin: 0;
}
.hub-timeline__link {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--hub-accent, #e8457c);
    text-decoration: none;
    transition: color 0.2s;
}
.hub-timeline__link:hover {
    color: color-mix(in srgb, var(--hub-accent, #e8457c), #fff 20%);
    text-decoration: underline;
}
.hub-timeline__img {
    width: 100%;
    border-radius: 8px;
    margin-top: 0.75rem;
}

.hub-gallery__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}
.hub-gallery__filter {
    background: var(--hub-surface);
    border: 1px solid var(--hub-border);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    color: var(--hub-muted);
    transition: all 0.2s;
}
.hub-gallery__filter:hover,
.hub-gallery__filter.is-active {
    background: var(--hub-accent);
    color: #fff;
    border-color: var(--hub-accent);
}

.hub-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.75rem;
}
.hub-gallery-scroll-wrap > .hub-scroll-btn {
    display: none;
}
@media (max-width: 480px) {
    .hub-gallery-scroll-wrap > .hub-scroll-btn {
        display: flex;
    }
}
.hub-gallery__item {
    display: block;
    border-radius: var(--hub-card-radius);
    overflow: hidden;
    aspect-ratio: 16 / 10;
    cursor: pointer;
    position: relative;
}
.hub-gallery__item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    transition: background 0.2s;
}
.hub-gallery__item:hover::after {
    background: rgba(0,0,0,0.15);
}
.hub-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.hub-gallery__item:hover .hub-gallery__img {
    transform: scale(1.05);
}

.hub-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}
.hub-lightbox[hidden] { display: none; }
.hub-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.hub-lightbox__close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 3;
}
.hub-lightbox__close:hover { background: rgba(255,255,255,0.25); }
.hub-lightbox__prev,
.hub-lightbox__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
    z-index: 3;
}
.hub-lightbox__prev:hover,
.hub-lightbox__next:hover { background: rgba(255,255,255,0.2); }
.hub-lightbox__prev { left: 1rem; }
.hub-lightbox__next { right: 1rem; }
.hub-lightbox__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 94vw;
    max-height: 94vh;
    padding: 3rem 4rem;
}
.hub-lightbox__img {
    max-width: 90vw;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
    animation: hubLbFadeIn 0.2s ease;
}
@keyframes hubLbFadeIn {
    from { opacity: 0; transform: scale(0.96); }
    to   { opacity: 1; transform: scale(1); }
}
.hub-lightbox__info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    max-width: 90vw;
}
.hub-lightbox__caption {
    color: rgba(255,255,255,0.85);
    font-size: 0.9375rem;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}
.hub-lightbox__counter {
    color: rgba(255,255,255,0.5);
    font-size: 0.8125rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.hub-specs__platforms {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.hub-specs__platform-badge {
    background: var(--hub-accent);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
}

.hub-specs__table-wrap {
    overflow-x: auto;
}
.hub-specs__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
}
.hub-specs__table th,
.hub-specs__table td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--hub-border);
}
.hub-specs__table th {
    font-weight: 600;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--hub-muted);
    background: var(--hub-bg-alt);
}
.hub-specs__label {
    font-weight: 600;
    white-space: nowrap;
    min-width: 120px;
}

.hub-faq {
}
.hub-faq__item {
    border-bottom: 1px solid var(--hub-border);
}
.hub-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.125rem 0;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    list-style: none;
    color: var(--hub-text-color);
}
.hub-faq__question::-webkit-details-marker { display: none; }
.hub-faq__question::marker { content: ''; }

.hub-faq__chevron {
    flex-shrink: 0;
    transition: transform 0.25s ease;
    color: var(--hub-muted);
}
details[open] > .hub-faq__question .hub-faq__chevron {
    transform: rotate(180deg);
}

.hub-faq__answer {
    font-size: 0.9375rem;
    color: var(--hub-muted);
    line-height: 1.65;
    padding: 0 0 1.25rem;
}
.hub-faq__answer p {
    margin: 0 0 0.75rem;
}

.hub-news__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
}
.hub-news__more-wrap {
    text-align: center;
    margin-top: 1.5rem;
}
.hub-news__more-btn {
    background: var(--hub-accent);
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 999px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    min-height: 44px;
}
.hub-news__more-btn:hover {
    background: var(--fe-color-primary-hover);
    transform: translateY(-1px);
}
.hub-news__more-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.content-card {
    display: flex;
    flex-direction: column;
    background: var(--hub-surface);
    border-radius: var(--hub-card-radius);
    overflow: hidden;
    text-decoration: none;
    color: var(--hub-text);
    transition: transform 0.2s, box-shadow 0.2s;
}
.content-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.content-card__img-wrap {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.content-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-card__body {
    padding: 0.875rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.content-card__title {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}
.content-card__excerpt {
    font-size: 0.8125rem;
    color: var(--hub-muted);
    line-height: 1.5;
    margin: 0;
}
.content-card__meta {
    font-size: 0.75rem;
    color: var(--hub-muted);
    margin-top: auto;
}

.hub-codes__list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.hub-codes__item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem 1.25rem;
    background: var(--hub-surface);
    border: 1px solid var(--hub-border);
    border-radius: var(--hub-card-radius);
    text-decoration: none;
    color: var(--hub-text-color);
    transition: border-color 0.2s, box-shadow 0.2s;
}
.hub-codes__item:hover {
    border-color: var(--hub-accent);
    box-shadow: 0 0 0 1px var(--hub-accent);
}
.hub-codes__title {
    font-weight: 600;
    font-size: 0.9375rem;
}
.hub-codes__excerpt {
    font-size: 0.8125rem;
    color: var(--hub-muted);
}

.hub-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}
.hub-feature-card {
    background: var(--hub-surface);
    border-radius: var(--hub-card-radius);
    padding: 1.5rem;
    box-shadow: var(--card-shadow);
    transition: transform 0.3s, box-shadow 0.3s;
}
.hub-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--card-shadow-hover);
}
.hub-feature-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    border-radius: 0.625rem;
    background: color-mix(in srgb, var(--hub-accent, #e8457c) 12%, transparent);
    color: var(--hub-accent, #e8457c);
}
.hub-feature-card__title {
    font-size: 1.0625rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
}
.hub-feature-card__meta {
    display: block;
    font-size: 0.8125rem;
    color: var(--hub-accent);
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.hub-feature-card__body {
    font-size: 0.875rem;
    color: var(--hub-muted);
    line-height: 1.5;
}
.hub-feature-card__body p { margin: 0 0 0.5rem; }

.hub-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: var(--hub-bg-alt);
    color: var(--hub-muted);
    border: 1px solid var(--hub-border);
}
.hub-badge--accent {
    background: var(--hub-accent);
    color: #fff;
    border-color: var(--hub-accent);
}

.hub-multiplayer__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}
.hub-multiplayer__note {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: var(--hub-muted);
    line-height: 1.5;
}

.hub-dlc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
}
.hub-dlc-card {
    background: var(--hub-surface);
    border-radius: var(--hub-card-radius);
    padding: 1.25rem;
    box-shadow: var(--card-shadow);
    transition: transform 0.3s, box-shadow 0.3s;
}
.hub-dlc-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--card-shadow-hover);
}
.hub-dlc-card__head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.hub-dlc-card__title {
    font-size: 1.0625rem;
    font-weight: 600;
    margin: 0;
}
.hub-dlc-card__meta {
    display: flex;
    gap: 1rem;
    font-size: 0.8125rem;
    color: var(--hub-muted);
    margin-bottom: 0.5rem;
}
.hub-dlc-card__price {
    font-weight: 600;
    color: var(--hub-accent);
}
.hub-dlc-card__body {
    font-size: 0.875rem;
    color: var(--hub-muted);
    line-height: 1.5;
}

.hub-editions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}
.hub-edition-card {
    background: var(--hub-surface);
    border-radius: var(--hub-card-radius);
    padding: 1.5rem;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--hub-border);
    transition: border-color 0.3s, box-shadow 0.3s;
}
.hub-edition-card:hover {
    border-color: var(--hub-accent);
    box-shadow: 0 0 0 1px var(--hub-accent);
}
.hub-edition-card__name {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.375rem;
}
.hub-edition-card__price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--hub-accent);
    margin-bottom: 0.75rem;
}
.hub-edition-card__platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-bottom: 0.75rem;
}
.hub-edition-card__includes {
    list-style: none;
    padding: 0;
    margin: 0 0 0.75rem;
}
.hub-edition-card__includes li {
    position: relative;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.75;
    color: var(--hub-muted);
}
.hub-edition-card__includes li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--hub-accent);
    font-weight: 700;
}
.hub-edition-card__bonus {
    font-size: 0.8125rem;
    color: var(--hub-muted);
    background: var(--hub-bg-alt);
    padding: 0.75rem;
    border-radius: 8px;
    margin-top: 0.5rem;
}

.hub-reviews__scores {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}
.hub-score-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--hub-surface);
    border-radius: var(--hub-card-radius);
    padding: 1.25rem 2rem;
    box-shadow: var(--card-shadow);
    min-width: 120px;
}
.hub-score-card__value {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--hub-accent);
    line-height: 1;
}
.hub-score-card__label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--hub-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.25rem;
}
.hub-reviews { width: 100%; }
.hub-reviews__editor-note {
    font-size: 0.9375rem;
    color: var(--hub-muted);
    line-height: 1.65;
    margin-bottom: 1.5rem;
}
.hub-reviews__quotes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}
.hub-review-quote {
    background: var(--hub-surface);
    border-left: 3px solid var(--hub-accent);
    border-radius: 0 var(--hub-card-radius) var(--hub-card-radius) 0;
    padding: 1.25rem;
    margin: 0;
}
.hub-review-quote__text {
    font-size: 0.9375rem;
    font-style: italic;
    line-height: 1.5;
    margin: 0 0 0.75rem;
}
.hub-review-quote__footer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: var(--hub-muted);
}
.hub-review-quote__footer cite {
    font-style: normal;
    font-weight: 600;
}
.hub-review-quote__score {
    background: var(--hub-accent);
    color: #fff;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.75rem;
}
.hub-reviews__sub-title,
.hub-guides__sub-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    color: var(--hub-text);
}
.hub-reviews__sub-title:first-child,
.hub-guides__sub-title:first-child {
    margin-top: 0;
}

.hub-guides-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.hub-guide-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: var(--hub-surface);
    border: 1px solid var(--hub-border);
    border-radius: var(--hub-card-radius);
    text-decoration: none;
    color: var(--hub-text-color);
    transition: border-color 0.2s, box-shadow 0.2s;
}
.hub-guide-item:hover {
    border-color: var(--hub-accent);
    box-shadow: 0 0 0 1px var(--hub-accent);
}
.hub-guide-item__title {
    flex: 1;
    font-weight: 600;
    font-size: 0.9375rem;
}
.hub-guide-item__arrow {
    color: var(--hub-accent);
    font-size: 1.125rem;
    font-weight: 700;
    flex-shrink: 0;
}

.hub-soundtrack__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hub-soundtrack__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.875rem 0;
    border-bottom: 1px solid var(--hub-border);
}
.hub-soundtrack__num {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--hub-muted);
    min-width: 2rem;
    text-align: right;
    font-variant-numeric: tabular-nums;
}
.hub-soundtrack__title {
    flex: 1;
    font-weight: 600;
    font-size: 0.9375rem;
}
.hub-soundtrack__artist {
    font-size: 0.8125rem;
    color: var(--hub-muted);
}

.hub-achievements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}
.hub-achievement-card {
    background: var(--hub-surface);
    border-radius: var(--hub-card-radius);
    padding: 1.25rem;
    box-shadow: var(--card-shadow);
}
.hub-achievement-card__name {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.375rem;
}
.hub-achievement-card__desc {
    font-size: 0.875rem;
    color: var(--hub-muted);
    line-height: 1.5;
    margin: 0.5rem 0 0;
}

.hub-community-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.75rem;
}
.hub-community-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding: 0.875rem 1rem;
    background: var(--hub-surface);
    border: 1px solid var(--hub-border);
    border-radius: var(--hub-card-radius);
    text-decoration: none;
    color: var(--hub-text-color);
    font-weight: 600;
    font-size: 0.9375rem;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.hub-community-card:hover {
    border-color: var(--hub-accent);
    transform: translateY(-2px);
    box-shadow: var(--card-shadow-hover);
}
.hub-community-card__icon {
    font-size: 1.5rem;
}
@media (max-width: 480px) {
    .hub-community-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }
    .hub-community-card {
        flex: 0 0 auto;
        width: 48px;
        height: 48px;
        padding: 0;
        border-radius: 50%;
        justify-content: center;
    }
    .hub-community-card__label {
        display: none;
    }
    .hub-community-card__icon {
        font-size: 1.25rem;
    }
}

.hub-lists-grid {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}
.hub-lists-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: var(--hub-card-radius);
    background: var(--hub-surface);
    border: 1px solid var(--hub-border);
    text-decoration: none;
    color: var(--hub-text-color, var(--hub-text));
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.hub-lists-card:hover {
    border-color: var(--hub-accent);
    box-shadow: var(--card-shadow-hover);
    transform: translateX(4px);
}
.hub-lists-card__rank {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--hub-accent);
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
}
.hub-lists-card__body { flex: 1; min-width: 0; }
.hub-lists-card__title {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 0.125rem;
}
.hub-lists-card__desc {
    font-size: 0.8125rem;
    color: var(--hub-muted);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hub-series-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.hub-series-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    padding: 1.25rem;
    flex: 0 0 calc(25% - 0.5625rem);
    background: var(--hub-surface);
    border: 1px solid var(--hub-border);
    border-radius: var(--hub-card-radius);
    text-decoration: none;
    color: var(--hub-text-color);
    transition: border-color 0.2s, box-shadow 0.2s;
}
.hub-series-card:hover {
    border-color: var(--hub-accent);
    box-shadow: 0 0 0 1px var(--hub-accent);
}
.hub-series-card__title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 768px) {
    .game-hub__hero {
        min-height: 80svh;
    }
    .game-hub__hero::after {
        height: 60px;
    }
    .game-hub__hero-content {
        padding: 1rem 1rem 2rem;
    }
    .game-hub__hero-breadcrumb {
        display: none;
    }
    .game-hub__hero-title {
        font-size: 2rem;
    }
    .game-hub__hero-tagline {
        font-size: 1rem;
    }
    .game-hub__hero-play {
        width: 56px;
        height: 56px;
    }
    .game-hub__hero-play svg {
        width: 36px;
        height: 36px;
    }

    .hub-char-card {
        flex: 0 0 200px;
    }

    .hub-map-grid {
        grid-template-columns: 1fr;
    }

    .hub-trailers-grid {
        grid-template-columns: 1fr;
    }

    
    .hub-timeline::before {
        left: 16px;
    }
    .hub-timeline__item,
    .hub-timeline__item--left,
    .hub-timeline__item--right {
        width: 100%;
        margin-left: 0;
        padding-left: 44px;
        padding-right: 0;
        text-align: left;
    }
    .hub-timeline__item--left .hub-timeline__dot,
    .hub-timeline__item--right .hub-timeline__dot {
        left: 9px;
        right: auto;
    }

    .hub-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hub-news__grid,
    .hub-features-grid,
    .hub-dlc-grid,
    .hub-reviews__quotes {
        grid-template-columns: 1fr;
    }

    .hub-reviews__scores {
        flex-wrap: wrap;
    }
    .hub-score-card {
        min-width: 0;
        flex: 1;
        padding: 1rem;
    }
    .hub-score-card__value {
        font-size: 1.75rem;
    }

    .hub-editions-grid,
    .hub-achievements-grid {
        grid-template-columns: 1fr;
    }
    .hub-series-card {
        flex: 0 0 calc(50% - 0.375rem);
    }

    .hub-lightbox__prev { left: 0.25rem; width: 40px; height: 40px; }
    .hub-lightbox__next { right: 0.25rem; width: 40px; height: 40px; }
    .hub-lightbox__content { padding: 3.5rem 0.5rem 1rem; }
    .hub-lightbox__img { max-width: 98vw; max-height: 72vh; }
    .hub-lightbox__info { flex-direction: column; gap: 0.25rem; }
}

@media (max-width: 480px) {
    .game-hub__hero {
        min-height: 70svh;
    }
    .game-hub__hero::after {
        height: 50px;
    }
    .game-hub__hero-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-bottom: 1.5rem;
    }
    .game-hub__hero-title {
        font-size: 1.625rem;
        letter-spacing: -0.02em;
    }

    .hub-gallery__grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 0.625rem;
        padding-bottom: 0.25rem;
    }
    .hub-gallery__grid::-webkit-scrollbar { display: none; }
    .hub-gallery__item {
        flex: 0 0 72vw;
        max-width: 280px;
        scroll-snap-align: start;
        aspect-ratio: 16 / 10;
    }
    .hub-series-card {
        flex: 0 0 100%;
    }

    .game-hub__countdown-unit {
        min-width: 48px;
        padding: 0.5rem 0.35rem 0.35rem;
    }
    .game-hub__countdown-num {
        font-size: 1.75rem;
    }

    .hub-char-card {
        flex: 0 0 170px;
    }
    .hub-char-card__img-wrap {
        aspect-ratio: 3 / 3.5;
    }
}

.hub-faq__question {
    min-height: 44px;
}
.hub-gallery__filter {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}
.hub-trailer-card__play {
    min-width: 48px;
    min-height: 48px;
}

.game-hub__hero-share {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    margin-top: 1.25rem;
    opacity: 0.75;
    transition: opacity 0.3s;
}
.game-hub__hero-share:hover {
    opacity: 1;
}
.game-hub__share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
    position: relative;
}
.game-hub__share-btn:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.5);
    transform: scale(1.1);
}
.game-hub__share-copy {
    font: inherit;
}
.game-hub__share-tooltip {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.6875rem;
    font-weight: 600;
    color: #fff;
    background: var(--hub-accent, #e8457c);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s;
}
.game-hub__share-tooltip.is-visible {
    opacity: 1;
}

.game-hub__body > .ad-slot-hub-content {
    margin: 0;
    padding: 0.75rem 0;
    text-align: center;
}
.game-hub__body > .game-hub__section + .ad-slot-hub-content {
    margin-top: calc(var(--hub-section-py) * -0.4);
}
.game-hub__body > .ad-slot-hub-content + .game-hub__section {
    padding-top: calc(var(--hub-section-py) * 0.6);
}

.game-hub__legal {
    padding: 1.5rem 0;
    border-top: 1px solid color-mix(in srgb, var(--fe-color-text-muted, #94a3b8) 15%, transparent);
}
.game-hub__legal-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}
.game-hub__legal-text {
    font-size: 0.7rem;
    line-height: 1.55;
    color: var(--fe-color-text-muted, #94a3b8);
    margin: 0;
    opacity: 0.7;
}

@media print {
    .game-hub__nav,
    .hub-lightbox { display: none !important; }
    .game-hub__section { opacity: 1; transform: none; }
}
