:root {
    --content-bg: rgba(15, 23, 42, 0.72);
    --content-bg-strong: rgba(15, 23, 42, 0.9);
    --content-border: rgba(148, 163, 184, 0.18);
    --content-text: rgba(255, 255, 255, 0.86);
    --content-muted: rgba(226, 232, 240, 0.68);
    --content-accent: #ff9d4d;
    --content-accent-soft: rgba(255, 157, 77, 0.16);
    --content-highlight: #4ecca3;
}

a.logo {
    text-decoration: none;
    color: inherit;
}

.header-main {
    display: contents;
}

.nav-categories-desktop,
.header-tools-desktop {
    display: flex;
}

.mobile-menu-toggle,
.mobile-menu-panel {
    display: none;
}

.header-tools {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 24px;
    flex-wrap: wrap;
}

.header-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--content-accent-soft);
    border: 1px solid rgba(255, 157, 77, 0.24);
    color: #fff7ed;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
}

.header-pill.secondary {
    background: rgba(78, 204, 163, 0.12);
    border-color: rgba(78, 204, 163, 0.24);
    color: #d1fae5;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.lang-switch-label {
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.66);
}

.lang-switch-links {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lang-switch-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    padding: 7px 12px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid transparent;
    transition: all 0.25s ease;
}

.lang-switch-link:hover {
    color: #ffffff;
    background: rgba(255, 157, 77, 0.12);
    border-color: rgba(255, 157, 77, 0.22);
}

.lang-switch-link.active {
    color: #fff7ed;
    background: rgba(255, 157, 77, 0.18);
    border-color: rgba(255, 157, 77, 0.32);
}

.mobile-menu-toggle {
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
}

.mobile-menu-toggle-label {
    font-size: 12px;
    font-weight: 600;
}

.mobile-menu-toggle-bars {
    display: inline-grid;
    gap: 4px;
}

.mobile-menu-toggle-bars span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.mobile-menu-panel {
    width: 100%;
}

.mobile-menu-card {
    background: rgba(8, 15, 28, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mobile-menu-header strong {
    color: #fff7ed;
    font-size: 14px;
}

.mobile-menu-close {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
}

.mobile-nav-list {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.mobile-nav-list .nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.mobile-menu-meta {
    display: grid;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-menu-section-label {
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.56);
}

.mobile-menu-actions {
    display: grid;
    gap: 10px;
}

.mobile-lang-switch {
    width: 100%;
    justify-content: space-between;
}

.page-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 13px;
    color: var(--content-muted);
}

.page-breadcrumb a {
    color: #ffd9ba;
    text-decoration: none;
}

.page-breadcrumb a:hover {
    text-decoration: underline;
}

.page-copy,
.guide-copy {
    color: var(--content-text);
}

.page-copy p,
.guide-copy p,
.page-copy li,
.guide-copy li {
    color: var(--content-text);
}

.lead-copy {
    font-size: 1.05rem;
    color: var(--content-muted);
    margin-bottom: 20px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 1fr);
    gap: 18px;
    margin: 20px 0 28px;
}

.hero-card {
    height: 100%;
}

.hero-card-primary .stat-grid {
    margin-bottom: 0;
}

.hero-card-secondary {
    background: linear-gradient(160deg, rgba(255, 157, 77, 0.12), rgba(78, 204, 163, 0.08));
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 18px 0 0;
}

.button-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--content-accent) 0%, #ff7a18 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(255, 122, 24, 0.22);
}

.button-link.secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.button-link:hover {
    transform: translateY(-1px);
}

.play-trigger {
    border: none;
    cursor: pointer;
}

.play-trigger.is-loaded {
    background: rgba(78, 204, 163, 0.14);
    box-shadow: none;
}

.stat-grid,
.guide-grid,
.info-grid,
.summary-grid,
.category-jump-grid,
.article-grid {
    display: grid;
    gap: 16px;
}

.stat-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    margin: 24px 0;
}

.guide-grid,
.article-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.info-grid,
.summary-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 18px 0;
}

.category-jump-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin: 18px 0 30px;
}

.stat-card,
.guide-card,
.info-card,
.summary-card,
.jump-card,
.article-card,
.catalog-card,
.site-note,
.callout-card {
    background: var(--content-bg);
    border: 1px solid var(--content-border);
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.stat-card h3,
.guide-card h3,
.info-card h3,
.summary-card h3,
.jump-card h3,
.article-card h3,
.catalog-card h3,
.callout-card h3 {
    margin: 0 0 10px;
    color: #fff7ed;
    font-size: 1rem;
}

.stat-card p,
.guide-card p,
.info-card p,
.summary-card p,
.jump-card p,
.article-card p,
.catalog-card p,
.site-note p,
.callout-card p {
    margin: 0;
    color: var(--content-muted);
}

.guide-card a,
.jump-card a,
.article-card a,
.catalog-link {
    color: #ffd9ba;
    text-decoration: none;
}

.guide-card a:hover,
.jump-card a:hover,
.article-card a:hover,
.catalog-link:hover {
    text-decoration: underline;
}

.embed-note,
.catalog-note,
.editor-note,
.content-note {
    margin: 14px 0 0;
    padding: 14px 16px;
    border-left: 4px solid var(--content-accent);
    background: rgba(15, 23, 42, 0.62);
    color: var(--content-muted);
    border-radius: 12px;
}

.support-note {
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 157, 77, 0.24);
    border-radius: 14px;
    background: rgba(255, 157, 77, 0.08);
    color: #ffe0bf;
}

.section-stack {
    display: grid;
    gap: 24px;
}

.section-block {
    background: rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 20px;
}

.section-block h2,
.guide-copy h2,
.guide-copy h3,
.page-copy h2,
.page-copy h3 {
    color: #fff7ed;
    margin-top: 0;
}

.section-block ul,
.guide-copy ul,
.page-copy ul {
    padding-left: 20px;
}

.catalog-section {
    margin-top: 32px;
}

.catalog-section:first-of-type {
    margin-top: 0;
}

.catalog-section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.catalog-section-header p {
    margin: 0;
    color: var(--content-muted);
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.catalog-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0;
    overflow: hidden;
}

.catalog-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.deferred-play-shell {
    margin-top: 18px;
}

.play-frame-shell {
    min-height: 360px;
    background:
        radial-gradient(circle at top left, rgba(78, 204, 163, 0.22), transparent 40%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.88));
}

.play-placeholder {
    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    width: 100%;
    padding: 24px;
}

.play-placeholder-thumb {
    width: 100%;
    max-width: 240px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.26);
}

.play-placeholder-copy {
    display: grid;
    gap: 14px;
}

.play-placeholder-copy h3 {
    margin: 0;
    color: #fff7ed;
    font-size: 1.3rem;
}

.play-placeholder-copy p {
    margin: 0;
}

.play-mobile-note {
    display: none;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--content-muted);
}

.play-mobile-note strong {
    color: #fff7ed;
    font-size: 12px;
}

.play-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(78, 204, 163, 0.14);
    border: 1px solid rgba(78, 204, 163, 0.24);
    color: #d1fae5;
    font-size: 12px;
    letter-spacing: 0.02em;
}

.play-status {
    color: var(--content-muted);
    font-size: 13px;
}

.play-trigger-label-mobile,
.game-title-note,
.mobile-play-disclaimer {
    display: none;
}

.catalog-card-body {
    padding: 0 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.catalog-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.catalog-card-top h3 {
    margin: 0;
}

.catalog-badge,
.meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    background: rgba(78, 204, 163, 0.14);
    color: #d1fae5;
    border: 1px solid rgba(78, 204, 163, 0.2);
}

.meta-badge.warn {
    background: rgba(255, 157, 77, 0.14);
    color: #ffe0bf;
    border-color: rgba(255, 157, 77, 0.24);
}

.catalog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.catalog-tags span,
.guide-tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #dbeafe;
    font-size: 11px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.guide-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0 0;
}

.mini-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 18px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
}

.related-card {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    background: var(--content-bg);
    border: 1px solid var(--content-border);
}

.related-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.related-card span {
    display: block;
    padding: 12px;
    font-size: 13px;
    color: var(--content-text);
}

.page-anchor-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
}

.page-anchor-links a {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.page-anchor-links a:hover {
    background: rgba(255, 255, 255, 0.12);
}

.article-shell {
    max-width: 960px;
}

.article-shell .game-info {
    padding: 28px;
}

.footer-meta {
    margin-top: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.58);
}

.page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffe6bf;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hub-hero,
.catalog-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.95fr);
    gap: 20px;
    margin-bottom: 28px;
}

.hub-hero-main,
.hub-hero-panel,
.catalog-hero-main,
.catalog-hero-panel {
    background:
        radial-gradient(circle at top right, rgba(255, 157, 77, 0.18), transparent 36%),
        radial-gradient(circle at bottom left, rgba(78, 204, 163, 0.16), transparent 34%),
        rgba(8, 15, 28, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.hub-hero-main h1,
.catalog-hero-main h1 {
    margin: 0 0 16px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
    color: #fff8ef;
}

.hub-hero-panel h2,
.catalog-hero-panel h2 {
    margin: 0 0 12px;
    color: #fff7ed;
}

.hero-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 0;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #edf6ff;
    text-decoration: none;
    font-size: 13px;
}

.hero-chip:hover,
.text-link:hover,
.hub-card-link:hover,
.section-link:hover {
    text-decoration: underline;
}

.hub-spotlight-image {
    width: 100%;
    max-width: 180px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
    margin-bottom: 18px;
}

.hub-stat-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.hub-stat {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hub-stat strong {
    display: block;
    margin-bottom: 4px;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff4dc;
}

.hub-stat span {
    color: var(--content-muted);
    font-size: 13px;
}

.text-link,
.hub-card-link,
.section-link {
    color: #ffd9ba;
    text-decoration: none;
}

.section-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.section-heading p {
    margin: 0;
    color: var(--content-muted);
}

.hub-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.hub-category-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        rgba(8, 15, 28, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.hub-category-thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.hub-category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hub-category-count {
    position: absolute;
    left: 14px;
    top: 14px;
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--hub-accent-soft, rgba(255, 157, 77, 0.16));
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff4dc;
    font-size: 12px;
    backdrop-filter: blur(10px);
}

.hub-category-body {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.hub-category-body h3 {
    margin: 0;
    color: #fff7ed;
    font-size: 1.15rem;
}

.hub-category-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hub-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--hub-accent-soft, rgba(255, 157, 77, 0.16));
    color: var(--hub-accent, #ff9d4d);
}

.hub-category-kicker {
    color: var(--content-muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hub-rail-stack,
.catalog-stack {
    display: grid;
    gap: 26px;
}

.hub-rail {
    padding: 22px;
    border-radius: 22px;
    background:
        radial-gradient(circle at right top, var(--hub-accent-soft, rgba(255, 157, 77, 0.16)), transparent 34%),
        rgba(8, 15, 28, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hub-rail-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.hub-rail-header h3 {
    margin: 0 0 8px;
    color: #fff7ed;
}

.hub-rail-header p {
    margin: 0;
    color: var(--content-muted);
}

.hub-rail-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hub-mini-card {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hub-mini-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.hub-mini-card-body {
    display: grid;
    gap: 10px;
    padding: 16px;
}

.hub-mini-card-body h3 {
    margin: 0;
    font-size: 1rem;
}

.jump-card {
    position: relative;
    overflow: hidden;
}

.jump-card::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--hub-accent, #ff9d4d);
}

.jump-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    color: var(--content-muted);
    font-size: 12px;
}

.jump-card-meta a {
    color: #ffd9ba;
    text-decoration: none;
}

.hub-category-section .catalog-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.catalog-card,
.hub-mini-card,
.hub-category-card,
.jump-card,
.summary-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.catalog-card:hover,
.hub-mini-card:hover,
.hub-category-card:hover,
.jump-card:hover,
.summary-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
    border-color: rgba(255, 255, 255, 0.14);
}

.catalog-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
        rgba(8, 15, 28, 0.72);
}

.catalog-card img {
    height: 170px;
}

.catalog-card-body p,
.hub-mini-card-body p,
.hub-category-body p {
    line-height: 1.6;
}

.footer-summary {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
}

body.home-page .main-container {
    max-width: 1400px;
    padding-top: 12px;
}

body.home-page .game-info.home-shell {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.home-stage {
    display: grid;
    grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.45fr);
    gap: 24px;
    align-items: stretch;
    margin-bottom: 28px;
}

.home-stage-copy,
.stage-player-shell,
.home-band {
    background:
        radial-gradient(circle at top right, rgba(255, 145, 77, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(10, 18, 32, 0.94), rgba(9, 16, 28, 0.86));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.home-stage-copy {
    display: grid;
    align-content: start;
    padding: 28px;
    border-radius: 28px;
    min-height: 100%;
}

.home-stage-copy h1 {
    margin: 0 0 14px;
    color: #fff9f0;
    font-size: clamp(2rem, 3vw, 3.5rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.home-stage-copy .lead-copy {
    max-width: 34rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.7;
}

.home-stage-actions {
    margin-top: 20px;
}

.home-stage-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0 16px;
}

.home-stage-stat {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-stage-stat strong {
    display: block;
    margin-bottom: 4px;
    color: #fff3df;
    font-size: 1.55rem;
    line-height: 1;
}

.home-stage-stat span {
    color: var(--content-muted);
    font-size: 12px;
}

.home-stage-note {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.6;
}

.home-hero-category-list {
    display: grid;
    gap: 10px;
}

.home-hero-category-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 14px 14px 14px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #edf4ff;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-hero-category-item:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.07);
}

.home-hero-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--hub-accent-soft, rgba(255, 157, 77, 0.16));
    color: var(--hub-accent, #ff9d4d);
}

.home-hero-category-copy {
    display: grid;
    gap: 3px;
}

.home-hero-category-copy strong {
    color: #fff8ef;
    font-size: 14px;
}

.home-hero-category-copy span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.home-hero-category-arrow {
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
}

.home-stage-play {
    min-width: 0;
}

.stage-player-shell {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.stage-player-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 24px 18px;
}

.stage-player-heading h2 {
    margin: 0 0 10px;
    color: #fff9f1;
    font-size: clamp(1.7rem, 2.5vw, 2.6rem);
    letter-spacing: -0.03em;
}

.stage-player-heading p {
    margin: 0;
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.65;
}

.stage-fullscreen-button {
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.06);
}

.stage-player-frame {
    margin: 0 24px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #070d16;
    aspect-ratio: 16 / 9;
    min-height: 520px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.stage-player-frame iframe {
    height: calc(100% + 72px);
    margin-bottom: -72px;
}

.stage-player-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 24px 24px;
}

.stage-player-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.stage-player-tags span {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
}

.stage-player-link {
    color: #ffd8ba;
    text-decoration: none;
    font-size: 13px;
}

.home-sections {
    gap: 22px;
}

.home-band {
    border-radius: 24px;
    padding: 24px;
}

body.home-page .hub-category-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

body.home-page .catalog-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.catalog-hero-panel .summary-grid {
    margin: 0;
}

.footer-copyright:first-of-type {
    display: none;
}

.game-action-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
}

.game-action-button[hidden] {
    display: none !important;
}

@media (max-width: 1024px) {
    .header {
        gap: 18px;
    }

    .header-tools {
        margin-left: 0;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .hub-hero,
    .catalog-hero {
        grid-template-columns: 1fr;
    }

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

    .home-stage {
        grid-template-columns: 1fr;
    }

    .home-stage-copy {
        order: 2;
    }

    .home-stage-play {
        order: 1;
    }

    .stage-player-frame {
        min-height: 460px;
    }
}

@media (max-width: 768px) {
    body.mobile-menu-open {
        overflow: hidden;
    }

    .header {
        padding: 18px;
        border-radius: 0 0 18px 18px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .header-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
    }

    .nav-categories-desktop,
    .header-tools-desktop {
        display: none;
    }

    .mobile-menu-toggle {
        display: inline-flex;
    }

    .mobile-menu-panel:not([hidden]) {
        display: block;
    }

    .nav-categories {
        width: 100%;
    }

    .lang-switch {
        width: 100%;
        justify-content: space-between;
    }

    .lang-switch-links {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .footer-links {
        flex-wrap: wrap;
        gap: 12px;
    }

    .game-showcase {
        margin-bottom: 16px;
    }

    .play-frame-shell {
        min-height: 0;
    }

    .play-frame-shell[data-loaded='true'] {
        display: block;
        aspect-ratio: auto;
        min-height: 400px;
    }

    .play-frame-shell[data-loaded='true'] iframe {
        display: block;
        height: 70vh;
        min-height: 400px;
        max-height: 620px;
        margin-bottom: 0;
    }

    .catalog-grid,
    .guide-grid,
    .article-grid,
    .info-grid,
    .summary-grid,
    .category-jump-grid,
    .related-grid,
    .hero-grid,
    .play-placeholder,
    .hub-category-grid,
    .hub-rail-grid,
    .hub-stat-strip,
    .home-stage-stats {
        grid-template-columns: 1fr;
    }

    .catalog-card img {
        height: 200px;
    }

    .play-placeholder {
        padding: 20px;
    }

    .play-placeholder-thumb {
        max-width: 220px;
        margin: 0 auto;
    }

    .play-placeholder-copy {
        gap: 12px;
    }

    .hub-hero-main,
    .hub-hero-panel,
    .catalog-hero-main,
    .catalog-hero-panel,
    .hub-rail {
        padding: 20px;
        border-radius: 20px;
    }

    .hub-hero-main h1,
    .catalog-hero-main h1 {
        font-size: 2rem;
    }

    .section-heading {
        align-items: flex-start;
    }

    .hub-spotlight-image {
        max-width: 160px;
    }

    body.home-page .main-container {
        padding-top: 8px;
    }

    .home-stage-copy,
    .home-band,
    .stage-player-shell {
        border-radius: 22px;
    }

    .home-stage-copy,
    .home-band {
        padding: 20px;
    }

    .stage-player-top {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 20px 14px;
    }

    .stage-player-frame {
        margin: 0 20px;
        min-height: 360px;
        border-radius: 18px;
    }

    .stage-player-footer {
        padding: 16px 20px 20px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .play-mobile-note {
        display: grid;
    }

    .play-trigger-label-desktop {
        display: none;
    }

    .play-trigger-label-mobile {
        display: inline;
    }

    .game-controls {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 14px 16px;
    }

    .game-title-section {
        width: 100%;
        align-items: flex-start;
    }

    .game-title-copy {
        display: grid;
        gap: 6px;
    }

    .game-title {
        font-size: 15px;
    }

    .game-title-note {
        display: block;
        font-size: 12px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.62);
    }

    .game-actions {
        width: 100%;
    }

    .game-action-button {
        width: 100%;
        justify-content: center;
    }

    .embed-note {
        display: none;
    }

    .mobile-play-disclaimer {
        display: block;
        margin-top: 12px;
        padding: 12px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.05);
        color: rgba(255, 255, 255, 0.62);
        font-size: 12px;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 14px;
        margin-bottom: 14px;
    }

    .logo-text {
        font-size: 18px;
    }

    .mobile-menu-toggle {
        padding: 9px 12px;
        gap: 10px;
    }

    .mobile-menu-toggle-label,
    .lang-switch-label,
    .mobile-menu-section-label {
        font-size: 10px;
    }

    .header-pill,
    .lang-switch-link,
    .button-link,
    .page-anchor-links a {
        font-size: 11px;
    }

    .header-pill,
    .lang-switch-link {
        padding: 8px 10px;
    }

    .button-link {
        width: 100%;
        justify-content: center;
        padding: 11px 14px;
    }

    .lang-switch,
    .mobile-lang-switch {
        align-items: flex-start;
        gap: 8px;
        border-radius: 16px;
        padding: 10px 12px;
    }

    .lang-switch-links {
        width: 100%;
        justify-content: flex-start;
    }

    .play-placeholder {
        padding: 16px;
        gap: 16px;
    }

    .play-frame-shell[data-loaded='true'] {
        min-height: 360px;
    }

    .play-frame-shell[data-loaded='true'] iframe {
        height: 64vh;
        min-height: 360px;
    }

    .play-placeholder-thumb {
        max-width: 180px;
    }

    .play-placeholder-copy h3,
    .game-info h1 {
        font-size: 1.2rem;
    }

    .home-stage-copy h1,
    .stage-player-heading h2 {
        font-size: 1.8rem;
    }

    .hub-category-body,
    .catalog-card-body,
    .hub-mini-card-body {
        padding: 15px;
    }

    .play-kicker,
    .play-status,
    .game-title-note,
    .mobile-play-disclaimer {
        font-size: 11px;
    }

    .stage-player-frame {
        margin: 0 16px;
        min-height: 300px;
    }

    .stage-player-footer,
    .stage-player-top,
    .home-stage-copy,
    .home-band {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-hero-category-item {
        grid-template-columns: 40px minmax(0, 1fr) auto;
        padding: 12px;
    }

    .stat-card,
    .guide-card,
    .info-card,
    .summary-card,
    .jump-card,
    .article-card,
    .catalog-card,
    .site-note,
    .callout-card,
    .section-block {
        padding-left: 14px;
        padding-right: 14px;
    }
}
