/* Screenshot-matched white mobile interface. Loaded after the core styles. */
:root {
    --ink: #172033;
    --ink-soft: #536174;
    --muted: #667386;
    --blue: #2d69e8;
    --blue-dark: #2159ce;
    --blue-soft: #edf3ff;
    --sky: #f3f7ff;
    --line: #e6e9ef;
    --green: #0aaa77;
}

html { background: #fff; }
body {
    color: var(--ink);
    background: #fff;
    font-family: Roboto, Arial, "Helvetica Neue", sans-serif;
    letter-spacing: 0;
}
h1, h2, h3, strong { letter-spacing: -.015em; }
.container { width: min(calc(100% - 36px), var(--container)); }

/* Header and the five-cell quick navigation. */
.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: #fff;
    border-bottom: 0;
    backdrop-filter: none;
}
.header-main {
    height: 78px;
    gap: 14px;
}
.brand { gap: 14px; }
.brand-mark {
    display: block;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 13px;
    box-shadow: 0 4px 12px rgba(14, 43, 36, .16);
}
.brand-mark::before { display: none; }
.brand-mark > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-copy { line-height: 1.2; }
.brand-copy strong {
    overflow: hidden;
    max-width: 235px;
    color: #182033;
    font-size: 20px;
    font-weight: 760;
    letter-spacing: -.02em;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brand-copy small { display: none; }
.menu-toggle {
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 9px;
    gap: 5px;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.menu-toggle i {
    width: 23px;
    height: 3px;
    background: #087cb9;
    border-radius: 4px;
}
.mobile-menu { inset: 78px 0 0; }
.chip-nav {
    background: #fff;
    border-top: 1px solid #e1e4e9;
    border-bottom: 1px solid #e1e4e9;
}
.chip-scroll {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
    padding: 0;
}
.chip-nav .container { width: 100%; max-width: none; }
.chip-nav a {
    display: inline-flex;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    overflow: hidden;
    padding: 0 3px;
    color: #4f5c70;
    background: #fff;
    border: 0;
    border-right: 1px solid #e1e4e9;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.chip-nav a:last-child {
    color: #2375df;
    border-right: 0;
}
.chip-nav a.active,
.chip-nav a:hover {
    color: #2375df;
    background: #fff;
    border-color: #e1e4e9;
}
.chip-nav a img {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    object-fit: contain;
}

/* Homepage hero. */
.home-hero {
    background: #f3f7ff;
}
.home-hero::before { display: none; }
.home-hero .hero-layout {
    display: block;
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 25px;
}
.home-hero .hero-copy {
    max-width: 620px;
    margin-inline: auto;
    text-align: center;
}
.home-hero .eyebrow,
.home-hero .hero-search,
.home-hero .hero-visual { display: none; }
.home-hero h1 {
    max-width: none;
    margin: 0 0 15px;
    color: #172033;
    font-size: clamp(32px, 8vw, 45px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -.025em;
    white-space: nowrap;
}
.home-hero h1 span { color: #2d69e8; }
.home-hero .hero-copy > p {
    max-width: 520px;
    margin: 0 auto 14px;
    color: #536174;
    font-size: 15.5px;
    line-height: 1.68;
}
.home-hero .trust-row {
    display: grid;
    max-width: 520px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    align-items: center;
    margin: 0 auto 18px;
    padding: 0;
    border: 0;
}
.home-hero .trust-row > span {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: inherit;
    background: transparent;
    border: 0;
    font-size: inherit;
    line-height: 1;
}
.home-hero .trust-row > span > img {
    display: block;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    object-fit: contain;
}
.home-hero .trust-row > span > span {
    display: grid;
    min-width: 0;
    justify-items: start;
    line-height: 1.15;
}
.home-hero .trust-row strong {
    color: #2d69e8;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}
.home-hero .trust-row small {
    margin-top: 3px;
    color: #657184;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}
.home-hero .hero-actions {
    display: grid;
    max-width: 520px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 auto;
}
.home-hero .hero-actions .button {
    width: 100%;
    min-height: 48px;
    padding-inline: 10px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 750;
}
.home-hero .hero-actions .button-primary {
    background: #2d69e8;
    box-shadow: none;
}
.home-hero .hero-actions .button-secondary {
    color: #2d69e8;
    background: transparent;
    border: 1.5px solid #2d69e8;
}
.home-legal-notice { display: none; }

/* Screenshot-style one-column game directory. */
.directory-preview {
    padding: 38px 0 48px;
    background: #fafafa;
}
.directory-preview .section-heading {
    display: block;
    margin: 0 0 18px;
}
.directory-preview .section-heading .eyebrow,
.directory-preview .section-heading p,
.directory-preview .section-heading > .button { display: none; }
.directory-preview .section-heading h2 {
    margin: 0;
    color: #172033;
    font-size: 30px;
    font-weight: 760;
    line-height: 1.15;
    letter-spacing: -.025em;
}
.directory-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
}
.game-card {
    min-width: 0;
    background: #fff;
    border: 1px solid #eceef2;
    border-radius: 17px;
    box-shadow: 0 1px 3px rgba(20, 32, 55, .04);
}
.game-card:hover {
    transform: translateY(-1px);
    border-color: #dce5f5;
    box-shadow: 0 7px 20px rgba(20, 32, 55, .08);
}
.game-card-main {
    display: grid;
    min-height: 98px;
    grid-template-columns: 68px minmax(0, 1fr) 92px;
    gap: 13px;
    align-items: center;
    padding: 14px;
}
.game-card .app-icon,
.featured-grid .game-card .app-icon,
.directory-grid .game-card .app-icon {
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 5px 12px rgba(15, 39, 34, .18);
}
.game-card-copy {
    display: grid;
    min-width: 0;
    align-content: center;
}
.game-card .game-name {
    overflow: hidden;
    margin-bottom: 3px;
    color: #172033;
    font-size: 18px;
    font-weight: 760;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-card-detail {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    color: #687487;
    font-size: 13px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-card-detail img {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    object-fit: contain;
}
.game-card-detail-positive { color: #0a986e; }
.card-action {
    display: inline-flex;
    width: 92px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #2d69e8;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1;
}
.featured-grid,
.directory-grid { gap: 13px; }
.center-action { margin-top: 25px; }
.center-action .button { border-radius: 11px; }

/* Individual game hero: icon, split-color title, facts strip, stacked CTAs. */
.game-profile-hero {
    padding: 24px 0 25px;
    background: #f3f7ff;
}
.game-showcase {
    max-width: 650px;
    text-align: center;
}
.game-showcase .game-cover { display: none; }
.game-showcase .game-hero-icon {
    display: grid;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    object-fit: cover;
    border: 4px solid #fff;
    border-radius: 25px;
    box-shadow: 0 10px 24px rgba(15, 38, 75, .16);
}
.game-showcase h1 {
    margin: 20px 0 17px;
    color: #172033;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.025em;
}
.game-showcase h1 span { color: #172033; }
.game-showcase h1 em {
    color: #2d69e8;
    font-style: normal;
}
.game-intro-copy {
    width: 100%;
    margin-inline: auto;
    text-align: left;
}
.game-intro-copy h2 {
    margin: 0 0 9px;
    color: #172033;
    font-size: 18px;
    font-weight: 760;
    line-height: 1.35;
    letter-spacing: -.015em;
}
.game-intro-copy p {
    margin: 0 0 17px;
    color: #536174;
    font-size: 16px;
    line-height: 1.72;
}
.game-hero-metrics {
    display: grid;
    width: 100%;
    min-height: 64px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    align-items: center;
    padding: 8px 8px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 5px 16px rgba(25, 47, 83, .06);
}
.game-hero-metrics > div {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 4px;
    text-align: left;
}
.game-hero-metrics img {
    display: block;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    object-fit: contain;
}
.game-hero-metrics span {
    display: grid;
    min-width: 0;
    line-height: 1.15;
}
.game-hero-metrics strong {
    overflow: hidden;
    color: #172033;
    font-size: 12px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-hero-metrics small {
    overflow: hidden;
    margin-top: 3px;
    color: #687487;
    font-size: 9.5px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-showcase .game-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 20px;
}
.game-showcase .game-hero-actions .button {
    width: 100%;
    min-height: 52px;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 750;
}
.game-showcase .game-hero-actions .button-primary {
    background: #2d69e8;
    box-shadow: none;
}
.game-showcase .game-hero-actions .button-secondary {
    color: #2d69e8;
    background: transparent;
    border: 1.5px solid #2d69e8;
}
.game-content-section { background: #fff; }
.game-content-section.section { padding-top: 34px; }
.game-article > .content-block:first-child > .eyebrow { display: none; }
.game-article > .content-block:first-child h2 {
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 760;
    line-height: 1.32;
    letter-spacing: -.02em;
}
.game-article > .content-block:first-child .prose {
    color: #536174;
    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 899px) {
    .desktop-nav,
    .header-search { display: none; }
    .menu-toggle,
    .chip-nav { display: grid; }
    .game-legal-strip,
    .game-facts-section { display: none; }
    .featured-grid,
    .directory-grid { grid-template-columns: 1fr; }
    .featured-grid .game-card-main,
    .directory-grid .game-card-main {
        min-height: 98px;
        grid-template-columns: 68px minmax(0, 1fr) 92px;
        align-content: center;
    }
    .featured-grid .card-action,
    .directory-grid .card-action { position: static; }
}

@media (max-width: 520px) {
    .container { width: calc(100% - 36px); }
    .home-hero .hero-layout { padding-top: 30px; }
    .home-hero h1 { font-size: 32px; }
    .home-hero .hero-copy > p { font-size: 15.5px; }
    .section { padding-top: 55px; padding-bottom: 55px; }
    .directory-preview { padding-top: 38px; padding-bottom: 48px; }
}

@media (max-width: 390px) {
    .brand { gap: 10px; }
    .brand-mark { width: 44px; height: 44px; flex-basis: 44px; }
    .brand-copy strong { max-width: 205px; font-size: 18px; }
    .chip-nav a { gap: 3px; font-size: 11px; }
    .chip-nav a img { width: 16px; height: 16px; flex-basis: 16px; }
    .home-hero h1 { font-size: 29px; }
    .home-hero .hero-copy > p { font-size: 14.5px; }
    .home-hero .trust-row > span { gap: 3px; }
    .home-hero .trust-row > span > img { width: 23px; height: 23px; flex-basis: 23px; }
    .home-hero .trust-row strong { font-size: 13px; }
    .home-hero .trust-row small { font-size: 9.5px; }
    .game-card-main,
    .featured-grid .game-card-main,
    .directory-grid .game-card-main {
        grid-template-columns: 60px minmax(0, 1fr) 76px;
        gap: 10px;
        padding: 12px;
    }
    .game-card .app-icon,
    .featured-grid .game-card .app-icon,
    .directory-grid .game-card .app-icon { width: 60px; height: 60px; border-radius: 16px; }
    .game-card .game-name { font-size: 16px; }
    .game-card-detail { font-size: 11.5px; }
    .card-action { width: 76px; min-height: 46px; font-size: 13px; }
    .game-showcase h1 { font-size: 36px; }
    .game-hero-metrics img { width: 23px; height: 23px; flex-basis: 23px; }
    .game-hero-metrics strong { font-size: 10.5px; }
    .game-hero-metrics small { font-size: 8.5px; }
}

@media (min-width: 900px) {
    .brand-mark { width: 52px; height: 52px; flex-basis: 52px; }
    .brand-copy strong { max-width: none; font-size: 21px; }
    .home-hero .hero-layout { padding-top: 62px; padding-bottom: 62px; }
    .home-hero h1 { font-size: 48px; }
    .home-hero .hero-copy > p { font-size: 17px; }
    .directory-preview { padding-top: 70px; padding-bottom: 76px; }
    .directory-preview .section-heading h2 { font-size: 42px; }
    .directory-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .featured-grid .game-card-main,
    .directory-grid .game-card-main {
        min-height: 124px;
        grid-template-columns: 78px minmax(0, 1fr) 100px;
        align-content: center;
    }
    .featured-grid .game-card .app-icon,
    .directory-grid .game-card .app-icon { width: 78px; height: 78px; }
    .featured-grid .card-action,
    .directory-grid .card-action { position: static; width: 100px; }
    .game-profile-hero { padding-top: 52px; padding-bottom: 52px; }
    .game-showcase { max-width: 780px; }
    .game-showcase .game-hero-icon { width: 138px; height: 138px; border-radius: 29px; }
    .game-showcase h1 { font-size: 56px; }
    .game-intro-copy { max-width: 700px; text-align: center; }
    .game-hero-metrics { min-height: 78px; padding: 10px 16px; }
    .game-hero-metrics img { width: 34px; height: 34px; flex-basis: 34px; }
    .game-hero-metrics strong { font-size: 14px; }
    .game-hero-metrics small { font-size: 11px; }
    .game-showcase .game-hero-actions { grid-template-columns: 1fr 1fr; }
}


@media (max-width: 430px) {
    .chip-nav a {
        gap: 2px;
        padding-inline: 1px;
        font-size: 11px;
    }
    .chip-nav a img {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }
}

/* Compact numbered directory cards and truthful first-party activity labels. */
.game-card-main,
.featured-grid .game-card-main,
.directory-grid .game-card-main {
    min-height: 78px;
    grid-template-columns: 56px minmax(0, 1fr) 76px;
    gap: 9px;
    padding: 10px;
}
.game-card-main.has-serial,
.featured-grid .game-card-main.has-serial,
.directory-grid .game-card-main.has-serial {
    grid-template-columns: 24px 54px minmax(0, 1fr) 72px;
    gap: 8px;
}
.game-card-number {
    display: inline-grid;
    width: 24px;
    height: 24px;
    place-items: center;
    color: #667386;
    background: #f1f5fb;
    border: 1px solid #e2e8f2;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}
.game-card .app-icon,
.featured-grid .game-card .app-icon,
.directory-grid .game-card .app-icon {
    width: 56px;
    height: 56px;
    border-radius: 15px;
}
.game-card-main.has-serial .app-icon { width: 54px; height: 54px; }
.game-card .game-name {
    margin-bottom: 2px;
    font-size: 15px;
}
.game-card-detail {
    gap: 3px;
    font-size: 10.5px;
    line-height: 16px;
}
.game-card-detail img {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
}
.card-action,
.featured-grid .card-action,
.directory-grid .card-action {
    width: 76px;
    min-height: 42px;
    border-radius: 10px;
    font-size: 12px;
}
.game-card-main.has-serial .card-action { width: 72px; }

.external-action-form {
    display: block;
    width: 100%;
    margin: 0;
}
.external-action-form .button {
    border: 0;
    cursor: pointer;
    font: inherit;
}
.button-disabled {
    cursor: not-allowed;
    opacity: .62;
}
.external-action-disclosure {
    display: grid;
    gap: 3px;
    margin-top: 10px;
    padding: 10px 12px;
    color: #526071;
    background: #fff;
    border: 1px solid #dfe6f2;
    border-radius: 11px;
    font-size: 11px;
    line-height: 1.45;
    text-align: left;
}
.external-action-disclosure strong {
    color: #9a5a00;
    font-size: 11.5px;
}
.referral-record > p {
    color: #58667a;
    line-height: 1.7;
}
.metric-method-note { margin-top: 18px; }
.game-article .prose h2 {
    margin: 34px 0 12px;
    padding-top: 24px;
    border-top: 1px solid #e8edf4;
    color: #172033;
    font-size: 23px;
    line-height: 1.35;
}
.game-article .prose h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.game-article .prose p {
    margin-bottom: 17px;
    color: #536174;
    font-size: 15px;
    line-height: 1.85;
}

@media (max-width: 430px) {
    .container { width: calc(100% - 24px); }
    .game-card-main,
    .featured-grid .game-card-main,
    .directory-grid .game-card-main {
        grid-template-columns: 52px minmax(0, 1fr) 66px;
        gap: 7px;
        padding: 9px;
    }
    .game-card-main.has-serial,
    .featured-grid .game-card-main.has-serial,
    .directory-grid .game-card-main.has-serial {
        grid-template-columns: 21px 48px minmax(0, 1fr) 62px;
        gap: 6px;
    }
    .game-card-number {
        width: 21px;
        height: 21px;
        border-radius: 7px;
        font-size: 9px;
    }
    .game-card .app-icon,
    .featured-grid .game-card .app-icon,
    .directory-grid .game-card .app-icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }
    .game-card-main.has-serial .app-icon { width: 48px; height: 48px; }
    .game-card .game-name { font-size: 14px; }
    .game-card-detail { font-size: 9.5px; }
    .card-action,
    .featured-grid .card-action,
    .directory-grid .card-action {
        width: 66px;
        min-height: 39px;
        font-size: 11px;
    }
    .game-card-main.has-serial .card-action { width: 62px; }
    .game-hero-metrics small { white-space: normal; }
}

@media (min-width: 900px) {
    .game-card-main,
    .featured-grid .game-card-main,
    .directory-grid .game-card-main {
        min-height: 82px;
        grid-template-columns: 58px minmax(0, 1fr) 82px;
    }
    .game-card-main.has-serial,
    .featured-grid .game-card-main.has-serial,
    .directory-grid .game-card-main.has-serial {
        grid-template-columns: 26px 56px minmax(0, 1fr) 78px;
    }
    .featured-grid .game-card .app-icon,
    .directory-grid .game-card .app-icon { width: 58px; height: 58px; }
    .game-card-main.has-serial .app-icon { width: 56px; height: 56px; }
    .featured-grid .card-action,
    .directory-grid .card-action { width: 82px; }
    .game-card-main.has-serial .card-action { width: 78px; }
}

@media (max-width: 899px) {
    .game-facts-section {
        display: block;
        padding: 14px 0;
    }
    .game-facts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }
    .game-facts-grid > div {
        padding: 10px;
        border-radius: 10px;
    }
    .game-facts-grid span { font-size: 8.5px; }
    .game-facts-grid strong { font-size: 10.5px; }
}

/* Persistent EN/Hindi header switch. */
.language-switch {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 2px;
    padding: 3px;
    background: #edf3ff;
    border: 1px solid #dce6f8;
    border-radius: 11px;
}
.language-switch a {
    display: inline-flex;
    min-width: 34px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    color: #52647e;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}
.language-switch a.active {
    color: #fff;
    background: #2d69e8;
    box-shadow: 0 3px 9px rgba(45, 105, 232, .22);
}
.language-switch a:focus-visible {
    outline: 3px solid #8fb5ff;
    outline-offset: 2px;
}

/* Cleaner game profile: two activity cards and one honest download action. */
.clean-game-hero .game-intro-copy {
    max-width: 620px;
    text-align: center;
}
.clean-game-hero .game-intro-copy h2 { margin-bottom: 5px; }
.clean-game-hero .game-intro-copy p { margin-bottom: 14px; }
.game-hero-metrics.compact-activity-metrics {
    max-width: 430px;
    min-height: 62px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: auto;
}
.compact-activity-metrics > div {
    justify-content: center;
    text-align: left;
}
.compact-activity-metrics strong { font-size: 15px; }
.compact-activity-metrics small {
    font-size: 10px;
    white-space: normal;
}
.download-button {
    flex-direction: column;
    gap: 2px;
    border: 0;
    cursor: pointer;
}
.download-button > span {
    font-size: 16px;
    font-weight: 820;
}
.download-button > small {
    color: rgba(255, 255, 255, .82);
    font-size: 9px;
    font-weight: 600;
}
.fallback-link-note {
    max-width: 560px;
    margin: 9px auto 0;
    color: #7a5b24;
    font-size: 10.5px;
    line-height: 1.5;
    text-align: center;
}
.fallback-link-note strong { color: #965d00; }
.game-content-layout.single-column {
    display: block;
    max-width: 900px;
    margin-inline: auto;
}
.game-language-report > .eyebrow { margin-bottom: 8px; }
.game-language-report > h2 {
    margin-bottom: 20px;
    font-size: 29px;
}
.reported-facts-section .game-facts-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
.reported-facts-section .game-facts-grid strong {
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
}
.related-section .section-heading h2 { margin-bottom: 0; }

/* Moderated player reviews */
.player-reviews-section {
    scroll-margin-top: 92px;
    background:
        radial-gradient(circle at 92% 4%, rgba(37, 99, 235, .12), transparent 29%),
        linear-gradient(180deg, #f7faff 0%, #eef5ff 100%);
    border-top: 1px solid #e2eaf7;
    border-bottom: 1px solid #dce7f6;
}
.review-section-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}
.review-section-heading h2 {
    margin: 0 0 10px;
    font-size: clamp(32px, 6vw, 50px);
    line-height: 1.05;
    letter-spacing: -.045em;
}
.review-section-heading p {
    max-width: 760px;
    margin: 0;
    color: var(--ink-soft);
    font-size: 14px;
    line-height: 1.7;
}
.review-count {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 13px;
    color: #174db7;
    background: #fff;
    border: 1px solid #c9daf8;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
    box-shadow: 0 7px 20px rgba(24, 70, 148, .07);
}
.player-reviews-layout {
    display: grid;
    gap: 20px;
    align-items: start;
}
.approved-review-list {
    display: grid;
    gap: 14px;
}
.player-review-card,
.review-empty-state,
.review-form-card {
    background: #fff;
    border: 1px solid #dbe5f3;
    border-radius: 22px;
    box-shadow: 0 13px 35px rgba(20, 53, 104, .07);
}
.player-review-card {
    padding: 21px;
}
.review-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 13px;
    color: #d6dfec;
    font-size: 19px;
    line-height: 1;
}
.review-stars .filled { color: #f5a623; text-shadow: 0 3px 8px rgba(221, 139, 12, .2); }
.player-review-card > p {
    margin: 0;
    color: #2b3b54;
    font-size: 14px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}
.player-review-card footer {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-top: 19px;
    padding-top: 16px;
    border-top: 1px solid #edf1f7;
}
.review-avatar {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, #1f65e7, #4c8cff);
    border-radius: 13px;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 7px 17px rgba(37, 99, 235, .2);
}
.player-review-card footer > div { display: grid; min-width: 0; line-height: 1.35; }
.player-review-card footer strong {
    overflow: hidden;
    color: var(--ink);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.player-review-card footer small { color: #16765d; font-size: 10px; font-weight: 750; }
.player-review-card footer time {
    grid-column: 2;
    color: #748196;
    font-size: 10px;
}
.review-empty-state {
    display: grid;
    min-height: 255px;
    place-items: center;
    align-content: center;
    padding: 32px 22px;
    text-align: center;
}
.review-empty-state > span {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: 14px;
    color: #f0a122;
    background: #fff6df;
    border: 1px solid #f3d89f;
    border-radius: 18px;
    font-size: 31px;
}
.review-empty-state h3 { margin: 0 0 8px; font-size: 21px; letter-spacing: -.025em; }
.review-empty-state p { max-width: 470px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.review-form-card {
    padding: 23px;
}
.review-form-card h3 {
    margin: 0 0 8px;
    font-size: 28px;
    letter-spacing: -.035em;
}
.review-form-card > p {
    margin: 0 0 21px;
    color: var(--ink-soft);
    font-size: 12px;
    line-height: 1.6;
}
.public-review-form { display: grid; gap: 14px; }
.public-review-form > label:not(.review-consent) {
    display: grid;
    gap: 6px;
    color: #34445c;
    font-size: 11px;
    font-weight: 850;
}
.public-review-form input[type="text"],
.public-review-form select,
.public-review-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    color: var(--ink);
    background: #f7f9fc;
    border: 1px solid #dce4ef;
    border-radius: 12px;
    outline: 0;
}
.public-review-form textarea { min-height: 135px; resize: vertical; line-height: 1.55; }
.public-review-form input[type="text"]:focus,
.public-review-form select:focus,
.public-review-form textarea:focus {
    background: #fff;
    border-color: #7fa9f5;
    box-shadow: 0 0 0 3px #e6efff;
}
.public-review-form label > small {
    color: #68768a;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
}
.review-consent {
    display: grid;
    grid-template-columns: 19px 1fr;
    align-items: start;
    gap: 9px;
    color: #526177;
    font-size: 10px;
    line-height: 1.5;
}
.review-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--blue); }
.public-review-form .button { width: 100%; border: 0; }
.review-form-note { color: #6d798b; font-size: 9px; line-height: 1.55; text-align: center; }
.review-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.review-notice {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid;
    border-radius: 14px;
    font-size: 12px;
    line-height: 1.55;
}
.review-notice.success { color: #12644f; background: #eaf9f3; border-color: #bfe7da; }
.review-notice.error { color: #7f3030; background: #fff0f0; border-color: #edc4c4; }
.review-notice ul { margin: 7px 0 0; padding-left: 18px; }

@media (min-width: 700px) {
    .review-section-heading { flex-direction: row; align-items: flex-end; justify-content: space-between; }
    .approved-review-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .review-empty-state { grid-column: 1 / -1; }
    .player-review-card footer { grid-template-columns: 43px minmax(0, 1fr) auto; }
    .player-review-card footer time { grid-column: auto; text-align: right; }
}
@media (min-width: 980px) {
    .player-reviews-layout { grid-template-columns: minmax(0, 1.45fr) minmax(310px, .65fr); gap: 25px; }
    .review-form-card { position: sticky; top: 100px; }
}

@media (max-width: 899px) {
    .header-main {
        gap: 7px;
    }
    .header-main .brand {
        min-width: 0;
        flex: 1 1 auto;
        gap: 8px;
    }
    .header-main .brand-copy {
        min-width: 0;
    }
    .header-main .brand-copy strong {
        max-width: 112px;
    }
    .language-switch {
        margin-left: auto;
    }
    .menu-toggle {
        flex: 0 0 42px;
        margin-left: 0;
    }
    .clean-game-hero .game-intro-copy { text-align: center; }
}

@media (max-width: 390px) {
    .header-main .brand-mark {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }
    .header-main .brand-copy strong {
        max-width: 82px;
        font-size: 15px;
    }
    .language-switch a {
        min-width: 30px;
        min-height: 32px;
        padding-inline: 6px;
        font-size: 10px;
    }
    .menu-toggle {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        padding: 9px;
    }
    .compact-activity-metrics strong { font-size: 13px; }
    .compact-activity-metrics small { font-size: 9px; }
}

/* Reference-style game hero: large listing artwork, four icon facts and stacked actions. */
.clean-game-hero {
    padding: 28px 0 30px;
    background: #f3f7ff;
}
.clean-game-hero .game-showcase {
    width: min(calc(100% - 36px), 650px);
    max-width: 650px;
}
.clean-game-hero .game-hero-icon {
    width: 136px;
    height: 136px;
    margin-inline: auto;
    border: 0;
    border-radius: 30px;
    box-shadow: 0 12px 28px rgba(15, 38, 75, .16);
}
.clean-game-hero .game-showcase h1 {
    margin: 21px 0 16px;
    font-size: clamp(38px, 11vw, 56px);
    line-height: 1.06;
}
.clean-game-hero .game-intro-copy {
    max-width: 620px;
    text-align: left;
}
.clean-game-hero .game-intro-copy h2 {
    margin-bottom: 7px;
    font-size: 19px;
}
.clean-game-hero .game-intro-copy p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.65;
}
.clean-game-hero .game-hero-metrics.reference-stat-strip {
    width: 100%;
    max-width: none;
    min-height: 72px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    margin-inline: auto;
    padding: 9px 10px;
    border: 1px solid #edf2f8;
    border-radius: 15px;
    box-shadow: 0 7px 20px rgba(25, 47, 83, .07);
}
.reference-stat-strip > div {
    justify-content: center;
}
.reference-stat-strip img {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
}
.reference-stat-strip strong {
    font-size: 12px;
}
.reference-stat-strip small {
    font-size: 9px;
    white-space: normal;
}
@media (min-width: 900px) {
    .clean-game-hero .game-hero-actions {
        grid-template-columns: 1fr;
    }
}
.clean-game-hero .game-hero-actions {
    gap: 9px;
    margin-top: 20px;
}
.clean-game-hero .game-hero-actions .button {
    width: 100%;
    min-height: 54px;
    border-radius: 12px;
    font-size: 16px;
}
.clean-game-hero .download-button {
    flex-direction: row;
    border: 0;
    cursor: pointer;
}

@media (max-width: 520px) {
    .clean-game-hero .game-showcase {
        width: min(calc(100% - 30px), 650px);
    }
    .reference-stat-strip img {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }
    .reference-stat-strip strong { font-size: 10.5px; }
    .reference-stat-strip small { font-size: 8.5px; }
}
.game-breadcrumb { width: 100%; justify-content: center; margin: 0 0 24px; color: #64748b; font-size: 12px; }
.game-breadcrumb a { color: #2563eb; font-weight: 700; }
.game-breadcrumb [aria-current="page"] { color: #334155; font-weight: 700; }
@media (max-width: 520px) { .game-breadcrumb { margin-bottom: 20px; font-size: 11px; } }

.game-status-badges {
    justify-content: center;
    margin: 0 0 13px;
}
.game-status-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 850;
    line-height: 1.2;
}
.game-status-badge.owner-supplied { color: #2455a6; background: #edf4ff; border-color: #cedeff; }
.game-status-badge.link-checked { color: #087856; background: #eafbf4; border-color: #bdebd9; }
.game-status-badge.link-needed { color: #956200; background: #fff7df; border-color: #f1d99a; }

/* Animated game actions, in-guide helper banners and automated game finder. */
#download-actions { scroll-margin-top: 118px; }
.clean-game-hero .game-hero-actions .button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    font-weight: 750;
    line-height: 1.2;
}
.clean-game-hero .game-hero-actions .button > img,
.clean-game-hero .game-hero-actions .button > span { position: relative; z-index: 1; }
.clean-game-hero .game-hero-actions .button > img { width: 25px; height: 25px; object-fit: contain; }
.clean-game-hero .download-button,
.clean-game-hero .telegram-button { animation: yono-cta-glow 2.8s ease-in-out infinite; }
.clean-game-hero .telegram-button { animation-delay: .45s; }
.clean-game-hero .download-button::after,
.clean-game-hero .telegram-button::after {
    position: absolute;
    inset: -35% auto -35% -55%;
    z-index: 0;
    width: 34%;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
    transform: skewX(-20deg);
    animation: yono-cta-shine 3.5s ease-in-out infinite;
}
.clean-game-hero .telegram-button::after {
    background: linear-gradient(90deg, transparent, rgba(45,105,232,.18), transparent);
    animation-delay: .65s;
}
.clean-game-hero .download-button:hover,
.clean-game-hero .download-button:focus-visible,
.clean-game-hero .telegram-button:hover,
.clean-game-hero .telegram-button:focus-visible,
.clean-game-hero .download-button:hover::after,
.clean-game-hero .download-button:focus-visible::after,
.clean-game-hero .telegram-button:hover::after,
.clean-game-hero .telegram-button:focus-visible::after { animation-play-state: paused; }
@keyframes yono-cta-glow {
    0%, 100% { box-shadow: 0 8px 20px rgba(45,105,232,.13); }
    50% { box-shadow: 0 12px 30px rgba(45,105,232,.3); }
}
@keyframes yono-cta-shine {
    0%, 58% { left: -55%; }
    82%, 100% { left: 125%; }
}

.game-guide-banner {
    display: grid;
    min-height: 220px;
    grid-template-columns: 190px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    overflow: hidden;
    margin: 42px 0;
    padding: 20px 28px 20px 12px;
    color: #14213a;
    background: radial-gradient(circle at 9% 20%, #d8e8ff 0, transparent 42%), linear-gradient(135deg, #f6faff, #eaf2ff);
    border: 1px solid #d7e5fb;
    border-radius: 24px;
    box-shadow: 0 16px 36px rgba(25, 62, 123, .09);
}
.game-guide-banner-2 {
    background: radial-gradient(circle at 10% 20%, #d9f5ea 0, transparent 42%), linear-gradient(135deg, #f8fffc, #eaf8f3);
    border-color: #cfeade;
}
.game-guide-banner-art { display: grid; align-self: stretch; place-items: end center; }
.game-guide-banner-art img {
    display: block;
    width: 180px;
    height: 190px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 13px 17px rgba(24, 55, 102, .14));
}
.game-guide-banner-copy { position: relative; z-index: 1; }
.game-guide-banner-copy > span {
    display: block;
    margin-bottom: 7px;
    color: #2d69e8;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.game-guide-banner-2 .game-guide-banner-copy > span { color: #087b5c; }
.game-guide-banner-copy h3 {
    margin: 0 0 8px;
    color: #172033;
    font-size: clamp(21px, 4vw, 29px);
    line-height: 1.18;
    letter-spacing: -.025em;
}
.game-article .prose .game-guide-banner-copy p {
    margin: 0;
    color: #536174;
    font-size: 13.5px;
    line-height: 1.65;
}
.game-guide-banner-copy a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin-top: 13px;
    padding: 0 15px;
    color: #fff;
    background: #2d69e8;
    border-radius: 11px;
    font-size: 12px;
    font-weight: 800;
}
.game-guide-banner-2 .game-guide-banner-copy a { background: #0b8b68; }

.game-finder {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    z-index: 90;
}
.game-finder-launcher {
    display: flex;
    min-width: 152px;
    min-height: 66px;
    align-items: center;
    gap: 9px;
    padding: 4px 14px 4px 5px;
    color: #172033;
    background: #fff;
    border: 1px solid #d8e5f8;
    border-radius: 20px;
    box-shadow: 0 14px 38px rgba(16, 43, 84, .2);
    cursor: pointer;
}
.game-finder-launcher > img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    animation: yono-helper-float 3.1s ease-in-out infinite;
}
.game-finder-launcher > span { display: grid; text-align: left; line-height: 1.2; }
.game-finder-launcher strong { font-size: 13px; }
.game-finder-launcher small { margin-top: 3px; color: #637187; font-size: 9px; font-weight: 700; }
@keyframes yono-helper-float {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-4px) rotate(1deg); }
}
.game-finder-panel {
    position: absolute;
    right: 0;
    bottom: 78px;
    display: grid;
    width: min(370px, calc(100vw - 24px));
    max-height: min(70dvh, 560px);
    grid-template-rows: auto minmax(150px, 1fr) auto auto;
    overflow: hidden;
    color: #172033;
    background: #fff;
    border: 1px solid #d9e4f4;
    border-radius: 22px;
    box-shadow: 0 24px 65px rgba(10, 34, 72, .24);
}
.game-finder-panel[hidden] { display: none; }
.game-finder-panel > header {
    display: grid;
    grid-template-columns: 50px minmax(0,1fr) 44px;
    align-items: center;
    gap: 9px;
    padding: 10px 11px;
    background: linear-gradient(135deg, #edf4ff, #f9fbff);
    border-bottom: 1px solid #e1e9f4;
}
.game-finder-panel > header > img { width: 50px; height: 50px; object-fit: contain; }
.game-finder-panel h2 { margin: 0; font-size: 16px; line-height: 1.2; }
.game-finder-panel header p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 3px 0 0;
    color: #5b6b81;
    font-size: 9.5px;
    line-height: 1.3;
}
.game-finder-panel header p i {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    background: #0ca678;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(12,166,120,.12);
}
.game-finder-close {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: #54647a;
    background: transparent;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
}
.game-finder-close:hover { color: #172033; background: #eaf1fb; }
.game-finder-log {
    display: grid;
    align-content: start;
    gap: 9px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 14px;
    background: #f7faff;
}
.game-finder-message {
    max-width: 88%;
    padding: 10px 12px;
    border-radius: 14px 14px 14px 5px;
    box-shadow: 0 3px 10px rgba(20,47,89,.05);
}
.game-finder-message p { margin: 0; font-size: 12px; line-height: 1.55; }
.game-finder-message.is-helper {
    justify-self: start;
    background: #fff;
    border: 1px solid #e0e8f4;
}
.game-finder-message.is-user {
    justify-self: end;
    color: #fff;
    background: #2d69e8;
    border-radius: 14px 14px 5px 14px;
}
.game-finder-results { display: grid; gap: 6px; margin-top: 9px; }
.game-finder-results a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 10px;
    color: #205ccf;
    background: #eef4ff;
    border: 1px solid #d7e4fb;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 800;
}
.game-finder-results a::after { content: "→"; }
.game-finder-form {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 7px;
    padding: 10px;
    border-top: 1px solid #e1e9f4;
}
.game-finder-form input {
    min-width: 0;
    height: 45px;
    padding: 0 12px;
    color: #172033;
    background: #f5f8fc;
    border: 1px solid #dce5f1;
    border-radius: 11px;
    outline: 0;
}
.game-finder-form input:focus {
    background: #fff;
    border-color: #79a8ff;
    box-shadow: 0 0 0 3px #e5eeff;
}
.game-finder-form button {
    min-width: 72px;
    min-height: 45px;
    padding: 0 12px;
    color: #fff;
    background: #2d69e8;
    border: 0;
    border-radius: 11px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
}
.game-finder-note {
    margin: 0;
    padding: 0 12px 10px;
    color: #6b788b;
    background: #fff;
    font-size: 9px;
    line-height: 1.4;
}

@media (max-width: 620px) {
    .game-guide-banner {
        min-height: 180px;
        grid-template-columns: 104px minmax(0,1fr);
        gap: 10px;
        margin: 34px 0;
        padding: 15px 15px 15px 5px;
        border-radius: 19px;
    }
    .game-guide-banner-art img { width: 105px; height: 160px; }
    .game-guide-banner-copy h3 { font-size: 19px; }
    .game-article .prose .game-guide-banner-copy p { font-size: 12px; line-height: 1.55; }
    .game-guide-banner-copy a { min-height: 40px; margin-top: 10px; padding-inline: 12px; font-size: 10.5px; }
    .game-finder { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); }
    .game-finder-launcher { min-width: 66px; min-height: 62px; padding: 3px; border-radius: 19px; }
    .game-finder-launcher > span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
    }
    .game-finder-launcher > img { width: 58px; height: 58px; }
    .game-finder-panel { bottom: 74px; width: calc(100vw - 24px); max-height: min(72dvh, 550px); }
}
@media (max-width: 380px) {
    .game-guide-banner { grid-template-columns: 82px minmax(0,1fr); padding-right: 11px; }
    .game-guide-banner-art img { width: 86px; height: 142px; }
    .game-guide-banner-copy > span { font-size: 8.5px; }
    .game-guide-banner-copy h3 { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
    .clean-game-hero .download-button,
    .clean-game-hero .telegram-button,
    .clean-game-hero .download-button::after,
    .clean-game-hero .telegram-button::after,
    .game-finder-launcher > img { animation: none !important; }
}


/* Combined fixed-widget clearance and short-height safeguards. */
.site-footer .footer-bottom {
    flex-wrap: wrap;
    padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
}
.site-footer .footer-company-credit {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 9px;
    padding-top: 13px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .07);
}
.site-footer .footer-company-credit a {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    color: #fff;
    font-weight: 850;
    letter-spacing: .025em;
}
@media (min-width: 620px) {
    .site-footer .footer-company-credit { flex-basis: 100%; }
}
@media (max-width: 620px) {
    .game-finder-panel {
        max-height: min(
            72dvh,
            550px,
            calc(100dvh - 224px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px))
        );
    }
}
@media (max-width: 620px) and (max-height: 600px) {
    .game-finder-panel {
        grid-template-rows: auto minmax(70px, 1fr) auto auto;
    }
}

/* Long-form bilingual homepage guide. */
.home-long-content {
    position: relative;
    overflow: hidden;
}
.home-long-content-intro {
    background:
        radial-gradient(circle at 100% 4%, rgba(45, 105, 232, .08), transparent 25rem),
        #fff;
    border-top: 1px solid #edf0f5;
}
.home-long-content-detail {
    background:
        radial-gradient(circle at 0 12%, rgba(45, 105, 232, .09), transparent 28rem),
        radial-gradient(circle at 100% 70%, rgba(10, 170, 119, .07), transparent 24rem),
        #f6f9ff;
    border-top: 1px solid #e7edf7;
    border-bottom: 1px solid #e7edf7;
}
.home-long-heading {
    max-width: 920px;
    margin-bottom: 30px;
}
.home-long-heading h2,
.home-family-heading h2 {
    max-width: 880px;
    margin: 0 0 16px;
    color: #172033;
    font-size: clamp(32px, 5.8vw, 52px);
    line-height: 1.08;
    letter-spacing: -.045em;
}
.home-long-heading > p,
.home-family-heading > p {
    max-width: 860px;
    margin: 0;
    color: #536174;
    font-size: 15px;
    line-height: 1.82;
}
.home-long-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 820px;
    margin-top: 26px;
}
.home-long-stats > span {
    display: grid;
    min-height: 84px;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
    padding: 14px 17px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid #dce7f8;
    border-radius: 17px;
    box-shadow: 0 10px 26px rgba(25, 62, 123, .06);
}
.home-long-stats strong {
    color: #2d69e8;
    font-size: 23px;
    font-weight: 900;
    white-space: nowrap;
}
.home-long-stats small {
    color: #536174;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.35;
}
.home-intro-card-grid,
.home-family-grid,
.home-detail-topic-grid {
    display: grid;
    gap: 14px;
}
.home-explainer-card,
.home-family-card,
.home-detail-topic {
    min-width: 0;
    padding: 23px;
    background: #fff;
    border: 1px solid #e1e8f2;
    border-radius: 21px;
    box-shadow: 0 14px 34px rgba(24, 57, 109, .06);
}
.home-explainer-card {
    position: relative;
    padding-top: 68px;
}
.home-explainer-card > span {
    position: absolute;
    top: 20px;
    left: 22px;
    display: grid;
    width: 37px;
    height: 37px;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, #3979f2, #2159ce);
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(45, 105, 232, .25);
    font-size: 10px;
    font-weight: 900;
}
.home-explainer-card h3,
.home-family-card h3,
.home-detail-topic h3,
.home-language-update-grid h3,
.home-comparison-copy h3,
.home-compare-steps h3 {
    margin: 0 0 9px;
    color: #172033;
    line-height: 1.25;
    letter-spacing: -.025em;
}
.home-explainer-card h3,
.home-family-card h3,
.home-detail-topic h3 { font-size: 20px; }
.home-explainer-card p,
.home-family-card p,
.home-detail-topic p,
.home-language-update-grid p,
.home-compare-steps p,
.home-comparison-copy p {
    margin: 0;
    color: #59677a;
    font-size: 13.5px;
    line-height: 1.75;
}
.home-long-content .game-guide-banner {
    margin-top: 44px;
    margin-bottom: 44px;
}
.home-long-content .game-guide-banner-copy {
    min-width: 0;
    overflow-wrap: anywhere;
}
.home-long-content .game-guide-banner-copy p {
    margin: 0;
    color: #536174;
    font-size: 13.5px;
    line-height: 1.65;
}
.home-long-content .game-guide-banner-copy a {
    max-width: 100%;
    text-align: center;
    white-space: normal;
}
.home-family-heading {
    max-width: 900px;
    margin: 50px 0 25px;
}
.home-family-heading h2 {
    font-size: clamp(29px, 4.8vw, 43px);
}
.home-family-card > span {
    display: block;
    margin-bottom: 9px;
    color: #2d69e8;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.home-game-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 17px;
}
.home-game-link-list a {
    display: inline-flex;
    min-height: 35px;
    max-width: 100%;
    align-items: center;
    padding: 7px 11px;
    color: #2159ce;
    background: #edf4ff;
    border: 1px solid #d2e1fb;
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 850;
    line-height: 1.25;
    overflow-wrap: anywhere;
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}
.home-game-link-list a:hover,
.home-game-link-list a:focus-visible {
    color: #fff;
    background: #2d69e8;
    border-color: #2d69e8;
    transform: translateY(-1px);
}
.home-long-inline-action {
    display: flex;
    justify-content: center;
    margin-top: 29px;
}
.home-long-inline-action .button {
    min-height: 52px;
    border-radius: 13px;
}
.home-comparison-layout {
    display: grid;
    gap: 15px;
}
.home-comparison-copy {
    position: relative;
    overflow: hidden;
    padding: 26px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(109, 160, 255, .35), transparent 16rem),
        linear-gradient(145deg, #14294d, #1e4b9c);
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(17, 48, 99, .16);
}
.home-comparison-copy::after {
    position: absolute;
    right: -45px;
    bottom: -55px;
    width: 150px;
    height: 150px;
    content: "";
    border: 24px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
}
.home-comparison-copy .eyebrow {
    position: relative;
    z-index: 1;
    color: #a8c7ff;
}
.home-comparison-copy h3 {
    position: relative;
    z-index: 1;
    max-width: 420px;
    color: #fff;
    font-size: clamp(25px, 4vw, 35px);
    line-height: 1.12;
}
.home-comparison-copy p {
    position: relative;
    z-index: 1;
    max-width: 470px;
    color: #d5e3fb;
}
.home-compare-steps {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.home-compare-steps li {
    display: grid;
    min-width: 0;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 17px;
    background: #fff;
    border: 1px solid #dfe7f2;
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(24, 57, 109, .045);
}
.home-compare-steps li > span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: #2d69e8;
    background: #edf4ff;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 900;
}
.home-compare-steps h3 { font-size: 16px; }
.home-detail-topic-grid { margin-top: 0; }
.home-detail-topic {
    border-color: #dce6f5;
}
.home-language-update-grid {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}
.home-language-update-grid article {
    display: grid;
    min-width: 0;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    padding: 21px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #dce6f5;
    border-radius: 19px;
}
.home-language-update-grid article > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, #3979f2, #2159ce);
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(45, 105, 232, .2);
    font-size: 18px;
    font-weight: 900;
}
.home-language-update-grid h3 { font-size: 18px; }
.home-long-cta {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-top: 34px;
    padding: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(88, 146, 255, .36), transparent 18rem),
        linear-gradient(135deg, #13294d, #2459b8);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(17, 48, 99, .17);
}
.home-long-cta .eyebrow { color: #b9d2ff; }
.home-long-cta h2 {
    max-width: 620px;
    margin: 0 0 9px;
    color: #fff;
    font-size: clamp(27px, 4.8vw, 39px);
    line-height: 1.12;
    letter-spacing: -.04em;
}
.home-long-cta p {
    max-width: 690px;
    margin: 0;
    color: #d7e5fb;
    font-size: 13.5px;
    line-height: 1.7;
}
.home-long-cta > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.home-long-cta .button-secondary {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .48);
}

@media (min-width: 700px) {
    .home-long-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .home-long-stats > span {
        grid-template-columns: 1fr;
        align-content: center;
        gap: 2px;
    }
    .home-intro-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .home-family-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .home-detail-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-language-update-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-long-cta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .home-long-cta > div:first-child { flex: 1 1 520px; }
    .home-long-cta > div:last-child {
        flex: 0 0 auto;
        justify-content: flex-end;
    }
}
@media (min-width: 960px) {
    .home-comparison-layout {
        grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
        align-items: stretch;
        gap: 18px;
    }
    .home-comparison-copy {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 36px;
    }
    .home-compare-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-compare-steps li:last-child { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
    .home-long-content.section { padding-top: 52px; padding-bottom: 52px; }
    .home-long-heading { margin-bottom: 24px; }
    .home-long-heading h2,
    .home-family-heading h2 { font-size: 31px; }
    .home-long-heading > p,
    .home-family-heading > p { font-size: 14px; line-height: 1.76; }
    .home-explainer-card,
    .home-family-card,
    .home-detail-topic { padding: 20px; }
    .home-explainer-card { padding-top: 64px; }
    .home-long-content .game-guide-banner { margin-top: 34px; margin-bottom: 34px; }
    .home-long-content .game-guide-banner-copy p { font-size: 12px; line-height: 1.55; }
    .home-family-heading { margin-top: 40px; }
    .home-long-inline-action .button { width: 100%; }
    .home-comparison-copy { padding: 23px; }
    .home-language-update-grid article { grid-template-columns: 42px minmax(0, 1fr); padding: 18px; }
    .home-language-update-grid article > span { width: 42px; height: 42px; }
    .home-long-cta { padding: 23px; border-radius: 21px; }
    .home-long-cta > div:last-child { display: grid; grid-template-columns: 1fr; }
    .home-long-cta .button { width: 100%; }
}
@media (max-width: 380px) {
    .home-long-heading h2,
    .home-family-heading h2 { font-size: 28px; }
    .home-long-stats > span { padding-inline: 14px; }
    .home-compare-steps li {
        grid-template-columns: 35px minmax(0, 1fr);
        padding: 15px;
    }
    .home-compare-steps li > span { width: 35px; height: 35px; }
    .home-language-update-grid article {
        grid-template-columns: 1fr;
    }
}

/* Shared premium system-requirements block for every game profile. */
.system-requirements-section {
    position: relative;
    isolation: isolate;
    max-width: 100%;
    overflow: clip;
    padding-top: 58px;
    padding-bottom: 58px;
    background: #fff;
    border-top: 1px solid #e5eadf;
    border-bottom: 1px solid #e5eadf;
}
.system-requirements-section::before,
.system-requirements-section::after {
    position: absolute;
    z-index: -1;
    width: 270px;
    height: 270px;
    content: "";
    pointer-events: none;
    background: radial-gradient(circle, rgba(164, 229, 44, .15), rgba(164, 229, 44, 0) 69%);
    border-radius: 50%;
}
.system-requirements-section::before { top: -115px; left: -105px; }
.system-requirements-section::after { right: -120px; bottom: -145px; }
.system-requirements-shell,
.system-requirements-heading,
.system-requirements-grid,
.system-requirement-card,
.system-requirement-copy { min-width: 0; }
.system-requirements-heading {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}
.system-requirements-heading .eyebrow {
    margin-bottom: 9px;
    color: #3d6c12;
    background: #f0fadf;
    border-color: #d6edaf;
}
.system-requirements-heading h2 {
    margin: 0;
    color: #182218;
    font-size: clamp(30px, 6vw, 46px);
    line-height: 1.08;
    letter-spacing: -.045em;
    overflow-wrap: anywhere;
}
.system-requirements-heading p {
    max-width: 620px;
    margin: 12px auto 0;
    color: #596558;
    font-size: 14px;
    line-height: 1.7;
}
.system-requirements-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
    margin: 0;
}
.system-requirement-card {
    position: relative;
    display: grid;
    min-height: 128px;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    overflow: hidden;
    padding: 17px 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(249, 252, 246, .98));
    border: 1px solid #dfe8d8;
    border-radius: 22px;
    box-shadow: 0 17px 35px rgba(31, 48, 28, .075), inset 0 1px 0 rgba(255, 255, 255, .95);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.system-requirement-card::after {
    position: absolute;
    inset: auto 12% -22px;
    height: 32px;
    content: "";
    pointer-events: none;
    background: rgba(148, 214, 39, .18);
    filter: blur(20px);
    border-radius: 50%;
}
.system-requirement-card:hover {
    transform: translateY(-3px);
    border-color: #c5dda9;
    box-shadow: 0 22px 42px rgba(39, 68, 25, .11), inset 0 1px 0 #fff;
}
.system-requirement-icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 88px;
    height: 88px;
    max-width: 100%;
    place-items: center;
    background: radial-gradient(circle at 48% 42%, #f8ffe9 0, #effbd9 55%, #e7f4d0 100%);
    border: 1px solid #deedc9;
    border-radius: 25px;
    box-shadow: inset 0 1px 0 #fff, 0 12px 24px rgba(81, 123, 40, .1);
}
.system-requirement-icon img {
    display: block;
    width: 82px;
    height: 82px;
    max-width: 100%;
    object-fit: contain;
    animation: system-requirement-float 4.8s ease-in-out infinite;
}
.system-requirement-card:nth-child(2) img { animation-delay: -.7s; }
.system-requirement-card:nth-child(3) img { animation-delay: -1.4s; }
.system-requirement-card:nth-child(4) img { animation-delay: -2.1s; }
.system-requirement-card:nth-child(5) img { animation-delay: -2.8s; }
.system-requirement-copy {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
}
.system-requirement-copy dt {
    color: #63705f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .045em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}
.system-requirement-copy dd {
    margin: 5px 0 0;
    color: #172018;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
    white-space: normal;
}
@keyframes system-requirement-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-.3deg); }
    50% { transform: translate3d(0, -5px, 0) rotate(.5deg); }
}
@media (min-width: 620px) {
    .system-requirements-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .system-requirement-card {
        min-height: 210px;
        grid-template-columns: minmax(0, 1fr);
        align-content: center;
        justify-items: center;
        gap: 12px;
        padding: 22px 17px;
        text-align: center;
    }
    .system-requirement-icon { width: 104px; height: 104px; }
    .system-requirement-icon img { width: 98px; height: 98px; }
}
@media (min-width: 900px) {
    .system-requirements-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1180px) {
    .system-requirements-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .system-requirement-card { min-height: 224px; }
}
@media (max-width: 359px) {
    .system-requirement-card {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
        padding-inline: 13px;
    }
    .system-requirement-icon { width: 72px; height: 72px; border-radius: 21px; }
    .system-requirement-icon img { width: 68px; height: 68px; }
    .system-requirement-copy dd { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
    .system-requirement-card,
    .system-requirement-icon img {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}
@media (forced-colors: active) {
    .system-requirement-card,
    .system-requirement-icon { border: 1px solid CanvasText; }
}
@media print {
    .system-requirements-section {
        overflow: visible;
        padding: 18pt 0;
        background: #fff;
        border-color: #aaa;
    }
    .system-requirements-section::before,
    .system-requirements-section::after,
    .system-requirement-card::after { display: none; }
    .system-requirements-heading { margin-bottom: 12pt; }
    .system-requirements-heading h2 { color: #000; font-size: 22pt; }
    .system-requirements-heading p { color: #222; font-size: 9pt; }
    .system-requirements-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7pt;
    }
    .system-requirement-card {
        min-height: 0;
        grid-template-columns: 42pt minmax(0, 1fr);
        justify-items: stretch;
        gap: 8pt;
        break-inside: avoid;
        padding: 7pt;
        text-align: left;
        background: #fff;
        border: 1px solid #aaa;
        border-radius: 8pt;
        box-shadow: none;
    }
    .system-requirement-icon { width: 42pt; height: 42pt; background: #fff; box-shadow: none; }
    .system-requirement-icon img { width: 39pt; height: 39pt; animation: none; }
    .system-requirement-copy dt { color: #222; font-size: 7.5pt; }
    .system-requirement-copy dd { color: #000; font-size: 10pt; }
}
