:root {
    --bg: #08090c;
    --panel: #111318;
    --panel-2: #191d25;
    --cream: #fff6df;
    --cream-2: #ecd7a2;
    --ink: #16120b;
    --line: rgba(236, 215, 162, 0.2);
    --text: #fff8e8;
    --muted: #b8b2a4;
    --accent: #d9b15f;
    --accent-2: #79c7d5;
    --accent-3: #f08f68;
    --danger: #d96d6d;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
    --radius: 10px;
    --font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-display: var(--font-ui);
}

/* WordPress theme dynamic refinements */
.database-game-card__platforms img,
.hub-action img,
.footer-social img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.database-game-card__platforms span {
    filter: grayscale(.45) saturate(.55);
    opacity: .72;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
    padding: 7px 9px;
    border: 1px solid rgba(216, 177, 94, .55);
    background: rgba(216, 177, 94, .14);
    color: var(--accent);
    font-weight: 800;
    text-transform: uppercase;
}

.filter-chip span {
    display: grid;
    place-items: center;
    width: 16px;
    height: 16px;
    background: rgba(127, 204, 196, .2);
    color: var(--accent-2);
    font-size: 11px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.pagination button {
    border: 1px solid rgba(216, 177, 94, .45);
    background: rgba(255, 255, 255, .04);
    color: var(--cream);
    padding: 9px 12px;
    font-weight: 800;
}

.pagination button.is-active {
    background: rgba(216, 177, 94, .25);
    color: var(--accent);
}

.games-filter-panel button {
    cursor: pointer;
}

.games-filter-search input {
    width: 100%;
}

.page-hero__inner > div:last-child {
    min-width: 0;
}

.page-hero__inner h1 {
    overflow-wrap: anywhere;
}

.ad-shell {
    padding-block: 28px 10px;
}

.ad-billboard,
.article-square-ad {
    position: relative;
    width: min(970px, 100%);
    margin-inline: auto;
    border: 1px solid rgba(216, 177, 94, .35);
    background: rgba(255, 255, 255, .03);
    padding: 8px;
}

.ad-billboard img,
.article-square-ad img {
    display: block;
    width: 100%;
    height: auto;
}

.ad-billboard span,
.article-square-ad span {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 2px 5px;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.article-square-ad {
    width: min(300px, 100%);
    margin-block: 28px;
}

.page-hero__inner {
    display: flex;
    align-items: center;
    gap: 28px;
}

.title-mascot img {
    width: clamp(88px, 12vw, 150px);
    height: auto;
}

.video-grid,
.listicle-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.video-card,
.article-card,
.featured-list-card,
.sidebar-card {
    border: 1px solid rgba(216, 177, 94, .28);
    background: rgba(255, 255, 255, .035);
    color: var(--cream);
    text-align: left;
    padding: 14px;
}

.video-card img,
.article-card img,
.featured-list-card img,
.partner-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    margin-bottom: 12px;
}

.featured-list-card {
    display: grid;
    grid-template-columns: 44% 1fr;
    gap: 22px;
    margin-bottom: 22px;
    text-decoration: none;
}

.article-sidebar {
    display: grid;
    gap: 18px;
    align-content: start;
}

.toc-box,
.copy-url,
.follow-card,
.policy-copy,
.simple-page__inner {
    border: 1px solid rgba(216, 177, 94, .25);
    background: rgba(255, 255, 255, .025);
    padding: 18px;
}

.toc-box a {
    display: block;
    color: var(--cream);
    padding: 9px 0;
    text-decoration: none;
}

.toc-box a.is-sub {
    padding-left: 18px;
    color: var(--muted);
}

.policy-copy h3 {
    margin: 34px 0 8px;
}

.policy-copy p {
    margin-top: 0;
}

.video-modal[hidden] {
    display: none;
}

.video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, .82);
    padding: 20px;
}

.video-modal iframe {
    width: min(960px, 92vw);
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
}

.is-pinned {
    border-color: rgba(127, 204, 196, .55) !important;
    box-shadow: inset 4px 0 0 rgba(127, 204, 196, .65);
}

@media (max-width: 760px) {
    .video-grid,
    .listicle-grid,
    .featured-list-card {
        grid-template-columns: 1fr;
    }

    .page-hero__inner {
        align-items: center;
        gap: 14px;
    }

    .title-mascot img {
        width: 86px;
    }
}

* {
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at 18% 10%, rgba(217, 177, 95, 0.12), transparent 28rem),
        radial-gradient(circle at 82% 16%, rgba(121, 199, 213, 0.08), transparent 24rem),
        linear-gradient(180deg, #101218 0%, var(--bg) 48%, #040506 100%);
    color: var(--text);
    font-family: var(--font-ui);
    font-size: 16px;
    line-height: 1.65;
}

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

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 12px;
    z-index: 20;
    background: var(--accent);
    color: #04100f;
    padding: 10px 14px;
    border-radius: var(--radius);
}

.skip-link:focus {
    left: 12px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid var(--line);
    background: rgba(5, 6, 8, 0.92);
    backdrop-filter: blur(18px) saturate(1.15);
}

.site-header__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 12px;
    min-height: 62px;
    padding: 6px 18px 6px 0;
    font-weight: 800;
    letter-spacing: 0;
}

.brand__logo {
    display: block;
    width: clamp(48px, 5vw, 56px);
    height: clamp(48px, 5vw, 56px);
    border: 0;
    border-radius: 6px;
    object-fit: contain;
    background: #ffedbd;
    box-shadow: none;
}

.brand__mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 194, 223, 0.55);
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(0, 194, 223, 0.22), rgba(242, 201, 76, 0.14));
    color: var(--accent);
}

.brand__text {
    font-size: 1.05rem;
}

.primary-nav .menu,
.site-footer .menu {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-nav a {
    position: relative;
    display: flex;
    min-height: 42px;
    align-items: center;
    padding: 0 15px;
    color: var(--muted);
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0;
}

.primary-nav a:hover,
.primary-nav a:focus {
    color: var(--text);
    background: rgba(255, 246, 223, 0.08);
}

.primary-nav a.is-active,
.primary-nav .current-menu-item > a {
    color: var(--accent);
    background: transparent;
    font-size: 1rem;
    text-shadow: 0 0 18px rgba(217, 177, 95, 0.36);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--panel);
    color: var(--text);
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
}

.hero-panel {
    min-height: 440px;
    display: grid;
    align-items: end;
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(90deg, rgba(14, 24, 42, 0.9) 0%, rgba(14, 24, 42, 0.62) 42%, rgba(14, 24, 42, 0.16) 78%),
        linear-gradient(180deg, rgba(14, 24, 42, 0.02) 0%, rgba(14, 24, 42, 0.62) 100%),
        url("../images/mmochain-cover-hero.jpg") center / cover no-repeat;
    position: relative;
    isolation: isolate;
}

.hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 78%, rgba(217, 177, 95, 0.14), transparent 26rem);
    mix-blend-mode: screen;
    pointer-events: none;
}

.hero-panel__inner {
    display: grid;
    grid-template-columns: minmax(0, 760px);
    gap: 28px;
    align-items: end;
    padding: 88px 0 42px;
}

.hero-panel__copy h1,
.hub-hero h1,
.article-hero h1,
.page-title h1 {
    margin: 0;
    font-size: clamp(2.4rem, 6vw, 5.3rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.hero-panel__copy h1 {
    color: var(--text);
    text-shadow: 0 6px 26px rgba(0, 0, 0, 0.52);
}

.hero-panel__copy p:last-child {
    max-width: 650px;
    color: #f5ead0;
    font-size: 1.08rem;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.62);
}

.hero-panel__signal {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(16, 21, 26, 0.74);
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
    padding: 22px;
}

.hero-panel__signal span {
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 800;
}

.hero-panel__signal strong {
    display: block;
    margin-top: 8px;
    font-size: 1.35rem;
}

.section-block {
    padding: 54px 0;
}

.section-block--muted {
    background: rgba(255, 246, 223, 0.035);
    border-block: 1px solid var(--line);
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    position: relative;
    padding-left: 18px;
    max-width: 1060px;
}

.section-cta {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(217, 177, 95, 0.45);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.18), rgba(121, 199, 213, 0.08)),
        rgba(17, 19, 24, 0.76);
    color: var(--text);
    padding: 0 14px;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
    transform: translateY(2px);
}

.section-cta:hover,
.section-cta:focus {
    border-color: rgba(217, 177, 95, 0.75);
    background: var(--accent);
    color: #1b2740;
}

.section-action-row {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    max-width: 1060px;
}

.section-cta--featured {
    min-width: min(100%, 280px);
    min-height: 46px;
    border-color: rgba(217, 177, 95, 0.62);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.24), rgba(121, 199, 213, 0.12)),
        rgba(17, 19, 24, 0.92);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 246, 223, 0.12);
    transform: none;
}

.section-cta--featured::after {
    content: " ->";
    margin-left: 8px;
    color: var(--accent);
}

.ad-wrap {
    margin-block: 0;
}

.ad-wrap--after-hero {
    margin-top: 24px;
}

.ad-wrap--page-top {
    margin-top: 28px;
    margin-bottom: 44px;
}

.ad-wrap--hub {
    margin-top: 34px;
    margin-bottom: -10px;
}

.ad-wrap--table {
    margin-bottom: 22px;
}

.ad-slot {
    position: relative;
    display: flex;
    min-height: 90px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(236, 215, 162, 0.18);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.1), transparent 34%),
        linear-gradient(180deg, rgba(255, 246, 223, 0.055), rgba(255, 246, 223, 0.02)),
        #0d0f13;
    color: rgba(255, 248, 232, 0.78);
    text-align: center;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.ad-slot::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px dashed rgba(236, 215, 162, 0.16);
    pointer-events: none;
}

.ad-slot span {
    color: var(--accent-2);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ad-slot strong {
    margin-top: 3px;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.ad-slot--leaderboard {
    width: min(100%, 970px);
    margin-inline: auto;
}

.ad-slot--billboard {
    width: min(100%, 970px);
    min-height: auto;
    aspect-ratio: 970 / 250;
    margin-inline: auto;
    padding: 0;
    background: #0d0f13;
}

.ad-slot--billboard::before {
    display: none;
}

.ad-slot--billboard img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ad-slot--framed-billboard {
    width: min(100%, 970px);
    min-height: auto;
    aspect-ratio: 970 / 250;
    margin-inline: auto;
    padding: 8px;
    border-color: rgba(236, 215, 162, 0.26);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.12), transparent 32%),
        linear-gradient(180deg, rgba(255, 246, 223, 0.08), rgba(255, 246, 223, 0.025)),
        #0b0c0f;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
}

.ad-slot--framed-billboard::before {
    inset: 4px;
    border-style: solid;
    border-color: rgba(236, 215, 162, 0.16);
}

.ad-slot--framed-billboard::after {
    content: "Ad";
    position: absolute;
    right: 14px;
    top: 12px;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.42);
    background: rgba(0, 0, 0, 0.62);
    color: rgba(255, 248, 232, 0.76);
    padding: 2px 7px;
    font-size: 0.62rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.ad-slot--framed-billboard img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ad-slot--inline {
    min-height: 104px;
}

.ad-slot:hover,
.ad-slot:focus {
    border-color: rgba(217, 177, 95, 0.46);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.16), transparent 36%),
        linear-gradient(180deg, rgba(255, 246, 223, 0.075), rgba(255, 246, 223, 0.025)),
        #111318;
}

.section-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 4px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--accent), var(--accent-2));
    box-shadow: 0 0 18px rgba(217, 177, 95, 0.24);
}

.section-heading--compact {
    margin-top: 34px;
}

.section-heading h2,
.related-hub h2 {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.1;
}


.eyebrow {
    margin: 0 0 8px;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.text-link {
    color: var(--accent);
    font-weight: 800;
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    gap: 12px;
}

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

.games-database + .game-lanes {
    display: none;
}

.games-database {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 18px;
    align-items: start;
}

.games-database__main,
.games-filter-panel {
    border: 1px solid rgba(236, 215, 162, 0.18);
    background:
        linear-gradient(135deg, rgba(255, 246, 223, 0.055), transparent 42%),
        rgba(17, 19, 24, 0.9);
    padding: 16px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.games-database__toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(236, 215, 162, 0.12);
}

.games-database__toolbar div,
.games-database__toolbar label,
.games-filter-search {
    display: grid;
    gap: 5px;
}

.games-database__toolbar strong,
.games-filter-panel__head strong {
    color: var(--text);
    font-size: 1.08rem;
}

.games-database__toolbar span,
.games-database__toolbar label,
.games-filter-search span {
    color: var(--muted);
    font-size: 0.8rem;
}

.games-database__toolbar select,
.games-filter-search input {
    min-height: 34px;
    border: 1px solid var(--line);
    background: rgba(6, 7, 10, 0.76);
    color: var(--text);
    padding: 0 10px;
    font: inherit;
    font-size: 0.82rem;
}

.games-active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: -4px 0 16px;
}

.games-active-filters > strong {
    color: var(--text);
    font-size: 0.95rem;
}

.games-active-filters__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.games-active-filters__chips button,
.games-active-filters > button {
    border: 1px solid rgba(217, 177, 95, 0.3);
    background: rgba(217, 177, 95, 0.1);
    color: var(--muted);
    cursor: pointer;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 900;
    padding: 5px 8px;
    text-transform: uppercase;
}

.games-active-filters__chips button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--text);
    padding-right: 5px;
}

.games-active-filters__chips button span:last-child {
    display: inline-grid;
    place-items: center;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(121, 199, 213, 0.5);
    background: rgba(121, 199, 213, 0.14);
    color: #9feaff;
    font-size: 0.6rem;
    line-height: 1;
}

.games-database__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.database-game-card {
    display: grid;
    gap: 8px;
    border: 1px solid rgba(236, 215, 162, 0.14);
    background: rgba(8, 9, 12, 0.7);
    color: inherit;
    min-width: 0;
    padding: 8px;
    text-decoration: none;
    clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 0 100%);
}

.database-game-card:hover,
.database-game-card:focus {
    border-color: rgba(217, 177, 95, 0.5);
}

.database-game-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid rgba(236, 215, 162, 0.14);
}

.database-game-card strong {
    color: var(--title-gold);
    font-size: 0.93rem;
    line-height: 1.18;
}

.database-game-card__meta {
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.database-game-card__platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.database-game-card__platforms span,
.games-filter-group button,
.games-filter-panel__head button {
    border: 1px solid rgba(217, 177, 95, 0.28);
    background: rgba(217, 177, 95, 0.08);
    color: var(--muted);
    font: inherit;
    font-size: 0.66rem;
    font-weight: 900;
    padding: 4px 6px;
    text-transform: uppercase;
}

.games-filter-group button.is-active {
    border-color: rgba(217, 177, 95, 0.64);
    background: rgba(217, 177, 95, 0.18);
    color: var(--text);
}

.database-game-card__platforms span {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-color: rgba(236, 215, 162, 0.16);
    background: rgba(236, 215, 162, 0.045);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    color: transparent;
    filter: grayscale(0.35) saturate(0.55) brightness(0.86);
    opacity: 0.68;
    overflow: hidden;
    padding: 0;
    text-indent: -999px;
}

.database-game-card:hover .database-game-card__platforms span,
.database-game-card:focus .database-game-card__platforms span {
    border-color: rgba(236, 215, 162, 0.22);
    opacity: 0.78;
}

.database-game-card__platforms span[aria-label="Android"],
.database-game-card__platforms span[aria-label="Mobile"] {
    background-image: url("../images/icons/icon-android.png");
}

.database-game-card__platforms span[aria-label="iOS"] {
    background-image: url("../images/icons/icon-ios.png");
}

.database-game-card__platforms span[aria-label="Steam"] {
    background-image: url("../images/icons/icon-steam.png");
}

.database-game-card__platforms span[aria-label="PlayStation"] {
    background-image: url("../images/icons/icon-playstation.png");
}

.database-game-card__platforms span[aria-label="PC"],
.database-game-card__platforms span[aria-label="Windows"] {
    background-image: url("../images/icons/icon-windows.png");
}

.games-filter-panel {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 86px;
}

.games-filter-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.games-filter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding-top: 14px;
    border-top: 1px solid rgba(236, 215, 162, 0.12);
}

.games-filter-group strong {
    flex: 0 0 100%;
    color: var(--text);
    font-size: 0.82rem;
}

.game-lane {
    border: 1px solid rgba(236, 215, 162, 0.18);
    background:
        linear-gradient(135deg, rgba(255, 246, 223, 0.06), transparent 42%),
        rgba(17, 19, 24, 0.9);
    padding: 18px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.game-lane--wide {
    grid-column: 1 / -1;
}

.game-lane__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(236, 215, 162, 0.11);
}

.game-lane__heading div {
    display: grid;
    gap: 3px;
}

.lane-search {
    display: block;
    flex: 0 1 210px;
}

.lane-search input {
    width: 100%;
    min-height: 34px;
    border: 1px solid var(--line);
    background: rgba(6, 7, 10, 0.74);
    color: var(--text);
    padding: 0 10px;
    font: inherit;
    font-size: 0.82rem;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.lane-search input::placeholder {
    color: #9c9485;
}

.lane-empty {
    grid-column: 1 / -1;
    margin: 0;
    border: 1px dashed var(--line);
    color: var(--muted);
    padding: 14px;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.game-lane__heading strong {
    color: #fff6df;
    font-size: 1.16rem;
    letter-spacing: 0.01em;
}

.game-lane__heading span {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.game-grid--lane {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.game-lane--wide .game-grid--lane {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.lane-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.lane-pagination button {
    min-width: 34px;
    min-height: 30px;
    border: 1px solid var(--line);
    background: rgba(255, 246, 223, 0.045);
    color: var(--muted);
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.lane-pagination button.is-active,
.lane-pagination button:hover,
.lane-pagination button:focus {
    border-color: rgba(217, 177, 95, 0.62);
    background: rgba(217, 177, 95, 0.14);
    color: var(--text);
}

.release-icon-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: 1060px;
}

.release-home-overflow:not([hidden]) {
    display: none;
}

.release-tabs {
    display: flex;
    gap: 8px;
    max-width: 1060px;
    margin: -8px 0 18px;
}

.release-tabs--tracker {
    margin: 0 0 14px;
}

.release-tabs button {
    min-height: 34px;
    border: 1px solid var(--line);
    background: rgba(255, 246, 223, 0.045);
    color: var(--muted);
    padding: 0 14px;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
}

.release-tabs button.is-active,
.release-tabs button:hover,
.release-tabs button:focus {
    border-color: rgba(217, 177, 95, 0.62);
    background: rgba(217, 177, 95, 0.14);
    color: var(--text);
}

.release-icon-card {
    position: relative;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(236, 215, 162, 0.18);
    border-radius: 0;
    background:
        linear-gradient(135deg, rgba(255, 246, 223, 0.055), transparent 48%),
        rgba(12, 14, 18, 0.94);
    padding: 11px;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.release-icon-card:hover,
.release-icon-card:focus {
    border-color: rgba(217, 177, 95, 0.5);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.11), transparent 48%),
        rgba(17, 19, 24, 0.98);
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.release-icon-card__thumb {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 64px;
    justify-self: start;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.42), transparent 24%),
        linear-gradient(135deg, rgba(72, 216, 200, 0.32), rgba(244, 193, 93, 0.22));
    color: #fff;
    font-weight: 900;
    font-size: 1.25rem;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
    clip-path: none;
}

.release-icon-card__thumb img,
.library-result__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.release-icon-card__thumb--ragnarok {
    background:
        radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.82), transparent 20%),
        linear-gradient(135deg, #d7e7ff, #6b8ce8 54%, #191d42);
}

.release-icon-card__thumb--atlas {
    background:
        radial-gradient(circle at 68% 24%, rgba(255, 255, 255, 0.75), transparent 16%),
        linear-gradient(135deg, #f8d96d, #56c890 55%, #2290d0);
}

.release-icon-card__thumb--eden {
    background:
        radial-gradient(circle at 40% 35%, rgba(255, 255, 255, 0.28), transparent 18%),
        linear-gradient(135deg, #3a0d12, #b01722 50%, #14080a);
}

.release-icon-card__thumb--sky {
    background:
        radial-gradient(circle at 68% 28%, rgba(255, 255, 255, 0.72), transparent 18%),
        linear-gradient(135deg, #f4d65e, #24c3be 55%, #332170);
}

.release-icon-card__thumb--winds {
    background:
        radial-gradient(circle at 40% 32%, rgba(255, 255, 255, 0.62), transparent 18%),
        linear-gradient(135deg, #a2e6a4, #f7c94c 48%, #3e8ed8);
}

.release-icon-card__body {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: minmax(30px, auto) auto;
    align-content: center;
    gap: 6px;
    min-height: 62px;
    padding-top: 0;
}

.release-icon-card strong {
    color: #ffd88a;
    font-size: 0.88rem;
    line-height: 1.18;
    text-transform: uppercase;
}

.release-status {
    display: inline-flex;
    width: fit-content;
    min-height: 21px;
    align-items: center;
    border: 0;
    border-radius: 0;
    padding: 3px 8px;
    background: rgba(255, 246, 223, 0.08);
    font-size: 0.64rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.release-field {
    display: grid;
    gap: 3px;
    justify-items: start;
}

.release-field > span:first-child {
    color: var(--muted);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
}

.release-status--pre {
    color: #1b2740;
    background: var(--accent);
}

.release-status--cbt {
    color: #0d2130;
    background: var(--accent-2);
}

.release-status--wishlist {
    color: #16120b;
    background: #ecd7a2;
}

.release-status--date {
    color: #2a1210;
    background: var(--accent-3);
}

.release-status--tba {
    color: var(--text);
    background: rgba(255, 246, 223, 0.14);
}

.release-icon-card .release-status {
    width: fit-content;
}

.game-card {
    position: relative;
    display: block;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(236, 215, 162, 0.12);
    border-radius: 0;
    background:
        linear-gradient(135deg, rgba(255, 246, 223, 0.04), transparent 44%),
        linear-gradient(180deg, var(--panel-2), var(--panel));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.game-card::before {
    content: none;
}

.game-card::after {
    content: none;
}

.game-card:hover {
    border-color: rgba(217, 177, 95, 0.42);
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.game-card__link {
    display: block;
}

.game-card__media {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    max-height: 128px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.18), rgba(121, 199, 213, 0.12)),
        #17233a;
}

.game-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-card__fallback {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius);
    color: var(--accent);
    font-weight: 900;
    font-size: 1.25rem;
}

.game-card__body {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 8px;
    padding: 11px 10px 12px;
}

.game-card__body strong {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.22;
}

.game-card__body > span:not(.chip) {
    color: var(--muted);
    font-size: 0.92rem;
}

.chip,
.status-pill {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    min-height: 20px;
    border: 1px solid rgba(217, 177, 95, 0.3);
    border-radius: 0;
    padding: 2px 7px;
    color: #d8c68e;
    background: rgba(217, 177, 95, 0.07);
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.empty-state {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--muted);
    border: 1px dashed var(--line);
    border-radius: var(--radius);
    padding: 18px;
}

.library-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    border: 1px solid var(--line);
    border-radius: 0;
    background: rgba(17, 19, 24, 0.9);
    padding: 14px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.library-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    max-width: 1060px;
    margin-bottom: 22px;
}

.library-title h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.library-title p {
    margin: 12px 0 0;
    padding-left: 14px;
    border-left: 2px solid var(--accent);
    color: var(--muted);
    font-style: italic;
}

.mmo-library {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    max-width: 1060px;
}

.library-search-panel,
.library-result-list {
    border: 1px solid var(--line);
    background:
        linear-gradient(135deg, rgba(255, 246, 223, 0.07), transparent 42%),
        rgba(17, 19, 24, 0.9);
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.library-search-panel {
    display: grid;
    gap: 14px;
    min-height: 0;
    padding: 16px;
}

.library-search-field {
    display: grid;
    gap: 8px;
}

.library-search-field span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.library-search-field input {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 0;
    background: rgba(6, 7, 10, 0.74);
    color: var(--text);
    padding: 0 13px;
    font: inherit;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}

.library-search-field input::placeholder {
    color: #9c9485;
}

.library-search-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.library-search-actions button {
    min-height: 30px;
    border: 1px solid var(--line);
    background: rgba(255, 246, 223, 0.06);
    color: var(--text);
    padding: 0 10px;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.library-result-list {
    display: grid;
    gap: 8px;
    padding: 10px;
}

.library-result {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 86px;
    border: 1px solid var(--line);
    background: rgba(8, 9, 12, 0.7);
    padding: 10px 15px 10px 10px;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.library-result:hover,
.library-result:focus {
    border-color: rgba(217, 177, 95, 0.62);
    background: rgba(25, 29, 37, 0.98);
}

.library-result__icon {
    display: grid;
    place-items: center;
    width: 68px;
    aspect-ratio: 1;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.26);
    overflow: hidden;
}

.library-result strong {
    min-width: 0;
    color: #ffd88a;
    font-size: 1.06rem;
    line-height: 1.2;
}

.library-result > span:last-child {
    color: var(--accent);
    font-weight: 900;
}

.library-empty {
    margin: 0;
    border: 1px dashed var(--line);
    color: var(--muted);
    padding: 16px;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.library-toolbar strong,
.library-toolbar span {
    display: block;
}

.library-toolbar span {
    color: var(--muted);
    font-size: 0.92rem;
}

.library-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.library-filters button {
    min-height: 34px;
    border: 1px solid var(--line);
    border-radius: 0;
    padding: 0 12px;
    background: rgba(255, 246, 223, 0.045);
    color: var(--muted);
    font: inherit;
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.library-filters button.is-active {
    border-color: rgba(217, 177, 95, 0.5);
    background: rgba(217, 177, 95, 0.14);
    color: var(--text);
}

.hub-hero,
.article-hero,
.page-title {
    position: relative;
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(120deg, rgba(217, 177, 95, 0.13), transparent 34rem),
        rgba(255, 246, 223, 0.028);
    overflow: hidden;
}

.page-title .shell {
    position: relative;
}

.page-title__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.page-title .shell::after {
    content: "";
    display: block;
    width: min(220px, 52vw);
    height: 3px;
    margin-top: 16px;
    margin-left: clamp(92px, 14vw, 168px);
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent), rgba(121, 199, 213, 0.45), transparent);
}

.title-mascot {
    position: relative;
    flex: 0 0 auto;
    width: clamp(78px, 10vw, 118px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid rgba(217, 177, 95, 0.24);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.1), transparent 48%),
        rgba(17, 19, 24, 0.42);
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.title-mascot img {
    width: 138%;
    max-width: none;
    transform: translate(6%, 10%);
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.38));
}

.title-mascot--library {
    width: clamp(82px, 11vw, 126px);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.12), transparent 46%),
        rgba(17, 19, 24, 0.46);
}

.title-mascot--library img {
    width: 152%;
    transform: translate(2%, 8%);
}

.title-mascot--videos {
    width: clamp(86px, 11vw, 132px);
}

.title-mascot--videos img {
    width: 148%;
    transform: translate(2%, 6%);
}

.breadcrumb-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 28px;
}

.hub-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.hub-breadcrumb a {
    color: var(--accent);
}

.hub-breadcrumb span:last-child {
    color: var(--text);
}

.breadcrumb-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border: 1px solid rgba(217, 177, 95, 0.28);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.12), transparent 46%),
        rgba(8, 9, 12, 0.58);
    color: var(--accent);
    padding: 7px 11px;
    font-size: 0.72rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
}

.breadcrumb-back-link::before {
    content: "<-";
    margin-right: 7px;
    color: var(--accent-cool);
}

.breadcrumb-back-link:hover,
.breadcrumb-back-link:focus {
    border-color: rgba(217, 177, 95, 0.52);
    color: var(--text);
}

.hub-hero__inner {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr) 300px;
    gap: 26px;
    align-items: start;
    padding: 24px 0 56px;
}

.hub-avatar {
    display: grid;
    place-items: center;
    width: 148px;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(217, 177, 95, 0.52);
    border-radius: 18px;
    background: var(--panel);
    color: var(--accent);
    font-size: 2rem;
    font-weight: 900;
}

.hub-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hub-actions,
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.article-meta span {
    border: 1px solid var(--line);
    border-radius: 0;
    padding: 6px 10px;
    color: var(--muted);
    background: rgba(255, 246, 223, 0.035);
    font-size: 0.82rem;
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
}

.hub-title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
    padding-top: 0;
}

.hub-genre {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    border: 1px solid rgba(217, 177, 95, 0.48);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.18), rgba(121, 199, 213, 0.08)),
        rgba(8, 9, 12, 0.78);
    color: var(--accent);
    padding: 0 11px;
    font-size: 0.7rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
}

.hub-hero__copy h1 {
    font-size: clamp(3rem, 6.4vw, 5.9rem);
}

.hub-summary {
    max-width: 620px;
    margin: 20px 0 0;
    color: #d8ceb8;
    font-size: 1rem;
    line-height: 1.55;
}

.hub-actions {
    position: relative;
    display: inline-flex;
    width: fit-content;
    margin-top: 24px;
    padding: 8px;
    border: 1px solid rgba(236, 215, 162, 0.2);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.08), transparent 42%),
        rgba(8, 9, 12, 0.58);
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.hub-actions::before {
    content: none;
}

.hub-action {
    display: grid;
    place-items: center;
    width: 46px;
    height: 40px;
    border: 1px solid rgba(236, 215, 162, 0.22);
    align-items: center;
    background: rgba(255, 246, 223, 0.045);
    color: var(--muted);
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
}

.hub-action img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.hub-action:hover,
.hub-action:focus {
    border-color: rgba(217, 177, 95, 0.62);
    background: rgba(217, 177, 95, 0.12);
    color: var(--accent);
}

.info-panel,
.quick-nav,
.related-hub {
    margin: 0;
    border: 1px solid var(--line);
    border-radius: 0;
    background: rgba(17, 19, 24, 0.92);
    padding: 18px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.hub-hero .info-panel {
    margin-top: 0;
}

.info-panel div {
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
}

.info-panel div:last-child {
    border-bottom: 0;
}

.info-panel dt {
    color: var(--muted);
    font-size: 0.76rem;
    text-transform: uppercase;
    font-weight: 800;
}

.info-panel dd {
    margin: 2px 0 0;
    font-weight: 700;
}

.hub-layout,
.article-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.article-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
}

.quick-nav {
    position: sticky;
    top: 96px;
}

.quick-nav nav {
    display: grid;
    gap: 8px;
}

.quick-nav a {
    display: block;
    border: 1px solid var(--line);
    border-radius: 0;
    padding: 10px 12px;
    color: var(--text);
    background: rgba(255, 246, 223, 0.045);
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
}

.quick-nav a:hover,
.quick-nav a:focus {
    border-color: rgba(217, 177, 95, 0.6);
    color: var(--accent);
}

.hub-video {
    margin-top: 28px;
    border: 1px solid var(--line);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.08), transparent 42%),
        rgba(8, 9, 12, 0.72);
    padding: 14px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.hub-video__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    padding-inline: 2px;
}

.hub-video__heading h2 {
    margin: 0;
    color: var(--accent);
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.hub-video__frame {
    position: relative;
    overflow: hidden;
    width: min(100%, 760px);
    aspect-ratio: 16 / 9;
    margin-inline: auto;
    border: 1px solid rgba(236, 215, 162, 0.22);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.14), transparent 38%),
        linear-gradient(180deg, rgba(8, 9, 12, 0.74), rgba(8, 9, 12, 0.92)),
        url("../images/games/game-wow.jpg") center / cover no-repeat;
}

.hub-video__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.hub-video__poster {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    gap: 10px;
    align-content: center;
    background: rgba(5, 6, 8, 0.58);
    backdrop-filter: blur(2px);
}

.hub-video__poster button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(217, 177, 95, 0.62);
    background: rgba(217, 177, 95, 0.92);
    color: #15110a;
    padding: 0 18px;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 950;
    text-transform: uppercase;
    cursor: pointer;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}

.hub-video__poster button span {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid currentColor;
}

.hub-video__frame.is-playing .hub-video__poster {
    display: none;
}

.prose {
    color: #e7dec9;
}

.prose h2,
.prose h3,
.prose h4 {
    color: var(--text);
    line-height: 1.15;
}

.prose a {
    color: var(--accent);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.prose > ul:not(.article-checklist),
.prose > ol:not(.article-checklist) {
    display: grid;
    gap: 9px;
    margin: 18px 0 28px;
    padding-left: 1.35rem;
    color: var(--text);
}

.prose > ul:not(.article-checklist) li,
.prose > ol:not(.article-checklist) li {
    padding-left: 4px;
    color: #eadfca;
    line-height: 1.65;
}

.prose > ul:not(.article-checklist) li {
    color: #d9c37f;
}

.prose > ul:not(.article-checklist) li::marker {
    color: var(--accent-cool);
    font-size: 1.05em;
}

.prose > ol:not(.article-checklist) li::marker {
    color: var(--accent);
    font-weight: 900;
}

.article-list {
    display: grid;
    gap: 12px;
}

.hub-content-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -6px 0 16px;
}

.hub-content-tabs button {
    min-height: 34px;
    border: 1px solid var(--line);
    background: rgba(255, 246, 223, 0.045);
    color: var(--muted);
    padding: 0 13px;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
}

.hub-content-tabs button.is-active,
.hub-content-tabs button:hover,
.hub-content-tabs button:focus {
    border-color: rgba(217, 177, 95, 0.58);
    background: rgba(217, 177, 95, 0.14);
    color: var(--text);
}

.article-card a {
    display: grid;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 0;
    background: var(--panel);
    padding: 16px;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
    position: relative;
}

.article-card a::before {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 10px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), transparent);
}

.article-card a:hover {
    border-color: rgba(217, 177, 95, 0.58);
}

.article-card strong {
    font-size: 1.1rem;
}

.article-card span:last-child {
    color: var(--muted);
}

.article-hero__inner,
.page-title .shell {
    padding: 54px 0 36px;
}

.article-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 28px;
    align-items: end;
}

.article-hero__copy {
    margin-top: 24px;
}

.article-hero__copy p:not(.eyebrow) {
    max-width: 680px;
    color: var(--muted);
}

.article-featured-image,
.article-image-frame {
    margin: 0;
    border: 1px solid var(--line);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.08), transparent 42%),
        rgba(8, 9, 12, 0.74);
    padding: 10px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.article-featured-image img,
.article-image-frame img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border: 1px solid rgba(236, 215, 162, 0.18);
}

.article-image-frame {
    max-width: 680px;
    margin-inline: auto;
}

.article-gallery {
    display: grid;
    gap: 10px;
    max-width: 620px;
    margin: 18px auto 30px;
}

.article-gallery__main {
    overflow: hidden;
    border: 1px solid rgba(236, 215, 162, 0.18);
    background: rgba(8, 9, 12, 0.7);
    padding: 8px;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.article-gallery__main img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.article-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.article-gallery__thumbs button {
    overflow: hidden;
    border: 1px solid rgba(236, 215, 162, 0.18);
    background: rgba(8, 9, 12, 0.74);
    padding: 5px;
    cursor: pointer;
    opacity: 0.68;
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
}

.article-gallery__thumbs button.is-active,
.article-gallery__thumbs button:hover,
.article-gallery__thumbs button:focus {
    border-color: rgba(217, 177, 95, 0.62);
    opacity: 1;
}

.article-gallery__thumbs img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.article-image-frame--solo {
    margin-top: 18px;
}

.image-context-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr);
    margin: 18px 0 30px;
    border: 1px solid rgba(236, 215, 162, 0.16);
    background: rgba(8, 9, 12, 0.68);
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.image-context-card img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    border-right: 1px solid rgba(236, 215, 162, 0.14);
}

.image-context-card figcaption {
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 20px;
}

.image-context-card strong {
    color: var(--text);
    font-size: 1.25rem;
    line-height: 1.1;
}

.image-context-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.article-faq {
    display: grid;
    gap: 10px;
    margin: 26px 0 30px;
    padding-top: 8px;
    border-top: 1px solid rgba(236, 215, 162, 0.12);
}

.faq-item {
    border: 1px solid rgba(236, 215, 162, 0.16);
    background: rgba(8, 9, 12, 0.68);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    padding: 12px 15px;
    color: var(--text);
    cursor: pointer;
    font-weight: 900;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    color: var(--accent);
    font-size: 1.1rem;
}

.faq-item[open] summary::after {
    content: "-";
}

.faq-item div {
    border-top: 1px solid rgba(236, 215, 162, 0.12);
    padding: 12px 15px 15px;
}

.faq-item p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.article-featured-image figcaption,
.article-image-frame figcaption {
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.article-featured-image--spotlight {
    max-width: 760px;
    margin-top: 22px;
}

.article-featured-image--spotlight img {
    aspect-ratio: 1200 / 630;
}

.article-share {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.article-share a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    border: 1px solid rgba(236, 215, 162, 0.24);
    background: rgba(255, 246, 223, 0.055);
    color: var(--text);
    padding: 0 12px;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
}

.article-share a:hover,
.article-share a:focus {
    border-color: rgba(217, 177, 95, 0.62);
    color: var(--accent);
}

.breadcrumb-link {
    display: inline-flex;
    color: var(--accent);
    font-weight: 800;
    margin-bottom: 12px;
}

.article-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.article-breadcrumb a {
    color: var(--accent);
}

.article-breadcrumb span:last-child {
    color: var(--text);
}

.article-copy-row {
    display: flex;
    align-items: center;
    width: min(100%, 680px);
    gap: 8px;
    margin-bottom: 22px;
    border: 1px solid rgba(236, 215, 162, 0.18);
    background: rgba(8, 9, 12, 0.62);
    padding: 8px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.article-copy-row code {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    color: var(--muted);
    font-family: var(--font-ui);
    font-size: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-copy-row button {
    min-height: 30px;
    border: 1px solid rgba(217, 177, 95, 0.42);
    background: rgba(217, 177, 95, 0.12);
    color: var(--text);
    padding: 0 10px;
    font: inherit;
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.article-body {
    border: 1px solid var(--line);
    border-radius: 0;
    background: rgba(17, 19, 24, 0.72);
    padding: 24px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.article-media-block {
    margin: 28px 0;
}

.article-media-block h3,
.article-social-block h3 {
    margin: 0 0 12px;
    color: var(--accent);
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.article-social-block {
    margin: 28px 0;
}

.tweet-preview {
    max-width: 560px;
    margin: 0 auto;
    border: 1px solid rgba(236, 215, 162, 0.2);
    background:
        linear-gradient(135deg, rgba(121, 199, 213, 0.08), transparent 42%),
        rgba(8, 9, 12, 0.78);
    padding: 16px;
    color: #e7dec9;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.tweet-preview__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.tweet-preview__avatar {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(217, 177, 95, 0.38);
    background: rgba(255, 246, 223, 0.06);
    color: var(--accent);
    font-weight: 950;
}

.tweet-preview strong,
.tweet-preview em {
    display: block;
}

.tweet-preview em {
    color: var(--muted);
    font-size: 0.82rem;
    font-style: normal;
}

.tweet-preview p {
    margin: 0 0 14px;
}

.tweet-preview a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    border: 1px solid rgba(217, 177, 95, 0.38);
    background: rgba(217, 177, 95, 0.1);
    color: var(--text);
    padding: 0 10px;
    font-size: 0.76rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.article-callout {
    margin: 22px 0;
    border: 1px solid rgba(236, 215, 162, 0.2);
    background: rgba(8, 9, 12, 0.72);
    padding: 16px;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.article-callout strong {
    display: block;
    margin-bottom: 6px;
    color: var(--accent);
    font-size: 0.86rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.article-callout p {
    margin: 0;
}

.article-callout--tip {
    border-color: rgba(121, 199, 213, 0.34);
    background:
        linear-gradient(135deg, rgba(121, 199, 213, 0.1), transparent 42%),
        rgba(8, 9, 12, 0.72);
}

.article-callout--pro {
    border-color: rgba(217, 177, 95, 0.38);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.14), transparent 42%),
        rgba(8, 9, 12, 0.72);
}

.article-callout--pro strong {
    color: var(--accent);
}

.article-callout--warning {
    border-color: rgba(240, 143, 104, 0.34);
    background:
        linear-gradient(135deg, rgba(240, 143, 104, 0.12), transparent 42%),
        rgba(8, 9, 12, 0.72);
}

.character-profile {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    margin: 18px 0 30px;
    border: 1px solid rgba(236, 215, 162, 0.16);
    background: rgba(8, 9, 12, 0.7);
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.character-profile__hero {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    min-height: 260px;
    border-right: 1px solid rgba(236, 215, 162, 0.14);
    background:
        linear-gradient(145deg, rgba(121, 199, 213, 0.1), transparent 48%),
        rgba(255, 255, 255, 0.02);
    padding: 18px;
    text-align: center;
}

.character-profile__hero img {
    width: min(150px, 100%);
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border: 1px solid rgba(236, 215, 162, 0.22);
}

.character-profile__hero strong {
    color: var(--accent-cool);
    font-size: 1.05rem;
}

.character-profile__details {
    display: grid;
}

.character-profile__row {
    display: grid;
    grid-template-columns: minmax(110px, 0.4fr) minmax(0, 1fr);
    min-height: 64px;
    border-bottom: 1px solid rgba(236, 215, 162, 0.12);
}

.character-profile__row:last-child {
    border-bottom: 0;
}

.character-profile__row span,
.character-profile__row strong {
    display: grid;
    align-items: center;
    padding: 14px 18px;
}

.character-profile__row span {
    border-right: 1px solid rgba(236, 215, 162, 0.12);
    color: var(--text);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.character-profile__row strong {
    color: var(--accent-cool);
    font-size: 0.98rem;
}

.article-table-wrap {
    overflow-x: auto;
    margin: 18px 0 28px;
    border: 1px solid rgba(236, 215, 162, 0.18);
    background: rgba(8, 9, 12, 0.68);
}

.article-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 520px;
}

.article-table th,
.article-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(236, 215, 162, 0.14);
    text-align: left;
}

.article-table th {
    color: var(--accent);
    font-size: 0.78rem;
    text-transform: uppercase;
}

.article-table tr:last-child td {
    border-bottom: 0;
}

.class-snapshot-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 30px;
}

.class-snapshot {
    border: 1px solid rgba(236, 215, 162, 0.16);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.08), transparent 42%),
        rgba(8, 9, 12, 0.7);
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.class-snapshot summary {
    display: grid;
    grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 18px;
    min-height: 190px;
    padding: 12px 14px 12px 12px;
    cursor: pointer;
    list-style: none;
}

.class-snapshot summary::-webkit-details-marker {
    display: none;
}

.class-snapshot__avatar {
    overflow: hidden;
    width: 100%;
    min-height: 166px;
    border: 1px solid rgba(236, 215, 162, 0.22);
    background: rgba(255, 255, 255, 0.04);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}

.class-snapshot__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.class-snapshot__content {
    display: grid;
    align-content: center;
    gap: 10px;
    min-width: 0;
}

.class-snapshot__title {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.class-snapshot__title a,
.class-snapshot__title strong {
    color: var(--text);
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
}

.class-snapshot__title a:hover,
.class-snapshot__title a:focus {
    color: var(--accent);
}

.class-snapshot__title span {
    color: var(--muted);
    font-size: 0.82rem;
}

.class-snapshot__summary,
.class-snapshot__focus {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.class-snapshot__focus {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.class-snapshot__focus b {
    color: var(--accent);
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.class-snapshot__toggle {
    align-self: center;
    border: 1px solid rgba(217, 177, 95, 0.38);
    background: rgba(217, 177, 95, 0.12);
    color: var(--accent);
    padding: 7px 10px;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.class-snapshot[open] .class-snapshot__toggle {
    background: rgba(121, 199, 213, 0.12);
    border-color: rgba(121, 199, 213, 0.34);
    color: var(--accent-cool);
}

.class-snapshot__details {
    display: grid;
    gap: 12px;
    margin: 0 14px 14px;
    padding: 14px 0 0;
    border-top: 1px solid rgba(236, 215, 162, 0.12);
}

.class-trait-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
}

.class-trait-grid div {
    border: 1px solid rgba(236, 215, 162, 0.12);
    background: rgba(255, 255, 255, 0.03);
    padding: 9px 10px;
}

.class-trait-grid dt {
    margin-bottom: 3px;
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.class-trait-grid dd {
    margin: 0;
    color: var(--text);
    font-size: 0.9rem;
}

.skill-setup {
    display: grid;
    gap: 10px;
    margin: 18px 0 30px;
}

.skill-row {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    border: 1px solid rgba(236, 215, 162, 0.16);
    background: rgba(8, 9, 12, 0.72);
    padding: 10px 14px 10px 10px;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.skill-row__icon {
    overflow: hidden;
    width: 64px;
    aspect-ratio: 1;
    border: 1px solid rgba(236, 215, 162, 0.22);
    background: rgba(255, 255, 255, 0.04);
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.skill-row__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.skill-row__content {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.skill-row__title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.skill-row__title strong {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.15;
}

.skill-row__title span {
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.skill-row p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
}

.skill-row__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.skill-row__stats span {
    border: 1px solid rgba(217, 177, 95, 0.22);
    background: rgba(217, 177, 95, 0.08);
    color: var(--accent);
    padding: 4px 7px;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.stat-build {
    display: grid;
    grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1fr);
    gap: 14px;
    margin: 18px 0 30px;
    border: 1px solid rgba(236, 215, 162, 0.16);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.08), transparent 44%),
        rgba(8, 9, 12, 0.72);
    padding: 14px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.stat-build__summary {
    display: grid;
    align-content: start;
    gap: 8px;
    border-right: 1px solid rgba(236, 215, 162, 0.14);
    padding-right: 14px;
}

.stat-build__summary strong {
    color: var(--text);
    font-size: 1.2rem;
    line-height: 1.1;
}

.stat-build__summary p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
}

.stat-list {
    display: grid;
    gap: 10px;
}

.stat-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border-top: 1px solid rgba(236, 215, 162, 0.1);
    padding-top: 10px;
}

.stat-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.stat-row__label {
    display: flex;
    align-items: baseline;
    gap: 10px;
    min-width: 0;
}

.stat-row__label strong {
    color: var(--accent);
    font-size: 1rem;
    letter-spacing: 0.08em;
}

.stat-row__label span {
    color: var(--muted);
    font-size: 0.78rem;
}

.stat-row b {
    display: inline-grid;
    min-width: 44px;
    min-height: 30px;
    place-items: center;
    border: 1px solid rgba(217, 177, 95, 0.28);
    background: rgba(217, 177, 95, 0.1);
    color: var(--text);
    font-size: 0.82rem;
    line-height: 1;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 0 100%);
}

.article-link-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    margin: 24px 0 30px;
    border: 1px solid rgba(217, 177, 95, 0.28);
    background:
        linear-gradient(90deg, rgba(217, 177, 95, 0.14), rgba(121, 199, 213, 0.08)),
        rgba(8, 9, 12, 0.78);
    padding: 14px 16px;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.article-link-cta span {
    border: 1px solid rgba(217, 177, 95, 0.34);
    background: rgba(0, 0, 0, 0.22);
    color: var(--accent);
    padding: 7px 9px;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.article-link-cta a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--text);
    font-size: 1.02rem;
    font-weight: 900;
    text-decoration: none;
}

.article-link-cta a::after {
    content: "->";
    color: var(--accent);
}

.article-link-cta a:hover,
.article-link-cta a:focus {
    color: var(--accent);
}

.stat-definition-table {
    display: grid;
    margin: 18px 0 30px;
    border: 1px solid rgba(236, 215, 162, 0.14);
    background: rgba(8, 9, 12, 0.68);
}

.stat-definition-table article {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
    border-bottom: 1px solid rgba(236, 215, 162, 0.1);
    padding: 12px 14px;
}

.stat-definition-table article:last-child {
    border-bottom: 0;
}

.stat-definition-table strong {
    color: var(--accent);
    font-size: 0.92rem;
    letter-spacing: 0.04em;
}

.stat-definition-table p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.item-database-table {
    display: grid;
    gap: 0;
    margin: 18px 0 30px;
    border: 1px solid rgba(236, 215, 162, 0.14);
    background: rgba(8, 9, 12, 0.68);
}

.item-database-row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid rgba(236, 215, 162, 0.1);
}

.item-database-row:last-child {
    border-bottom: 0;
}

.item-database-row__image {
    overflow: hidden;
    width: 72px;
    aspect-ratio: 1;
    border: 1px solid rgba(236, 215, 162, 0.18);
    background: rgba(255, 255, 255, 0.04);
}

.item-database-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-database-row div {
    min-width: 0;
}

.item-database-row strong {
    display: block;
    margin-bottom: 4px;
    color: var(--text);
    font-size: 1rem;
    line-height: 1.1;
}

.item-database-row p {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.crafting-recipe {
    display: grid;
    gap: 12px;
    margin: 18px 0 30px;
    border: 1px solid rgba(236, 215, 162, 0.14);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.08), transparent 40%),
        rgba(8, 9, 12, 0.68);
    padding: 12px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.crafting-recipe__output {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.crafting-recipe__image {
    overflow: hidden;
    width: 78px;
    aspect-ratio: 1;
    border: 1px solid rgba(236, 215, 162, 0.18);
    background: rgba(255, 255, 255, 0.04);
}

.crafting-recipe__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crafting-recipe__output strong {
    display: block;
    margin-bottom: 4px;
    color: var(--text);
    font-size: 1.12rem;
    line-height: 1.1;
}

.crafting-recipe__output p,
.crafting-recipe__note {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.crafting-recipe__table {
    border: 1px solid rgba(236, 215, 162, 0.12);
    background: rgba(0, 0, 0, 0.16);
}

.crafting-recipe__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px minmax(120px, 0.85fr);
    gap: 10px;
    padding: 9px 10px;
    border-bottom: 1px solid rgba(236, 215, 162, 0.1);
    color: var(--muted);
    font-size: 0.88rem;
}

.crafting-recipe__row:last-child {
    border-bottom: 0;
}

.crafting-recipe__row--head {
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.crafting-recipe__row span:nth-child(2) {
    color: var(--text);
    font-weight: 900;
}

.item-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 18px 0 30px;
    border: 1px solid rgba(236, 215, 162, 0.16);
    background: rgba(8, 9, 12, 0.68);
}

.item-link-cell {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 116px;
    border-right: 1px solid rgba(236, 215, 162, 0.12);
    border-bottom: 1px solid rgba(236, 215, 162, 0.12);
    color: var(--accent-cool);
    padding: 14px 10px;
    text-align: center;
    text-decoration: none;
}

.item-link-cell:nth-child(3n) {
    border-right: 0;
}

.item-link-cell:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.item-link-cell:hover,
.item-link-cell:focus {
    background: rgba(121, 199, 213, 0.08);
    color: var(--accent);
}

.item-link-cell img {
    width: 46px;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid rgba(236, 215, 162, 0.18);
}

.item-link-cell span {
    color: inherit;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.25;
}

.treasure-guide {
    display: grid;
    gap: 12px;
    margin: 18px 0 30px;
}

.treasure-guide__intro {
    display: grid;
    gap: 6px;
}

.treasure-guide__intro strong {
    color: var(--text);
    font-size: 1.08rem;
}

.treasure-guide__intro p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.treasure-guide__image {
    width: min(100%, 620px);
    max-height: 320px;
    object-fit: cover;
    border: 1px solid rgba(236, 215, 162, 0.14);
    background: rgba(8, 9, 12, 0.68);
}

.treasure-guide__table {
    border: 1px solid rgba(236, 215, 162, 0.14);
    background: rgba(8, 9, 12, 0.68);
}

.treasure-guide__row {
    display: grid;
    grid-template-columns: minmax(140px, 0.42fr) minmax(0, 1fr);
    gap: 12px;
    border-bottom: 1px solid rgba(236, 215, 162, 0.1);
    padding: 10px 12px;
    color: var(--muted);
}

.treasure-guide__row:last-child {
    border-bottom: 0;
}

.treasure-guide__row--head {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.treasure-guide__row span:first-child {
    color: var(--text);
    font-weight: 900;
}

.redeem-code-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 30px;
}

.redeem-code {
    display: grid;
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
    border: 1px solid rgba(236, 215, 162, 0.14);
    background: rgba(8, 9, 12, 0.68);
}

.redeem-code__main,
.redeem-code__rewards {
    padding: 12px;
}

.redeem-code__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
    border-right: 1px solid rgba(236, 215, 162, 0.12);
}

.redeem-code__main code {
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(236, 215, 162, 0.18);
    background: rgba(0, 0, 0, 0.24);
    color: var(--text);
    padding: 9px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.redeem-code__main button {
    border: 1px solid rgba(121, 199, 213, 0.34);
    background: rgba(121, 199, 213, 0.14);
    color: var(--accent-cool);
    cursor: pointer;
    font-weight: 900;
    padding: 0 12px;
    text-transform: uppercase;
}

.redeem-code__main a,
.redeem-code__main span {
    grid-column: 1 / -1;
}

.redeem-code__main a {
    color: var(--accent-cool);
    font-weight: 900;
    text-decoration: none;
}

.redeem-code__main span {
    color: var(--muted);
    font-size: 0.82rem;
}

.redeem-code__rewards {
    display: grid;
    align-content: center;
    gap: 6px;
}

.redeem-code__rewards strong {
    color: var(--accent);
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.redeem-code__rewards p {
    margin: 0;
    color: var(--text);
    line-height: 1.55;
}

.article-checklist {
    display: grid;
    gap: 10px;
    margin: 18px 0 28px;
    padding: 0;
    list-style: none;
    counter-reset: article-step;
}

.article-checklist li {
    position: relative;
    border: 1px solid rgba(236, 215, 162, 0.16);
    background: rgba(8, 9, 12, 0.62);
    padding: 12px 14px 12px 46px;
    counter-increment: article-step;
}

.article-checklist li::before {
    content: counter(article-step);
    position: absolute;
    left: 12px;
    top: 12px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    background: rgba(217, 177, 95, 0.16);
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 900;
}

.article-video-frame {
    width: min(100%, 680px);
}

.article-ad-rail,
.recommended-hubs {
    position: sticky;
    top: 96px;
}

.article-inline-ad {
    display: flex;
    justify-content: center;
    margin: 26px 0 30px;
    padding: 22px 0;
    border-block: 1px solid rgba(236, 215, 162, 0.16);
}

.article-inline-ad .square-ad-slot {
    width: min(100%, 300px);
}

.article-toc {
    margin: 24px 0 30px;
    border: 1px solid rgba(236, 215, 162, 0.16);
    background: rgba(8, 9, 12, 0.68);
    padding: 16px;
}

.article-toc h2 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px;
    color: var(--text);
    font-size: 1rem;
}

.article-toc h2::before {
    content: "";
    width: 14px;
    height: 14px;
    background:
        linear-gradient(var(--text), var(--text)) 0 2px / 12px 2px no-repeat,
        linear-gradient(var(--text), var(--text)) 0 6px / 12px 2px no-repeat,
        linear-gradient(var(--text), var(--text)) 0 10px / 12px 2px no-repeat;
    opacity: 0.86;
}

.article-toc ol {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-toc a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    color: var(--text);
    font-weight: 900;
    text-decoration: none;
}

.article-toc a::after {
    content: "⌄";
    color: var(--accent-cool);
    font-size: 1rem;
}

.article-toc a:hover,
.article-toc a:focus {
    color: var(--accent);
}

.game-action-cta {
    display: grid;
    justify-items: start;
    gap: 14px;
    margin: 24px 0 30px;
    border: 1px solid rgba(217, 177, 95, 0.26);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.12), transparent 42%),
        rgba(8, 9, 12, 0.78);
    padding: 16px;
}

.game-action-cta h2 {
    margin: 0;
    color: var(--text);
    font-size: 1.25rem;
}

.game-action-cta__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.game-action-cta__links a {
    display: grid;
    place-items: center;
    width: 64px;
    aspect-ratio: 1;
    border: 1px solid rgba(236, 215, 162, 0.18);
    background: rgba(0, 0, 0, 0.22);
    overflow: hidden;
    padding: 6px;
    text-decoration: none;
    transition: border-color 160ms ease, transform 160ms ease;
}

.game-action-cta__links a:hover,
.game-action-cta__links a:focus {
    border-color: rgba(217, 177, 95, 0.5);
    transform: translateY(-1px);
}

.game-action-cta__links img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-resource-links {
    display: grid;
    gap: 12px;
    border: 1px solid rgba(236, 215, 162, 0.2);
    background: rgba(8, 9, 12, 0.58);
    padding: 16px;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.game-resource-links h2 {
    margin: 0;
    color: var(--text);
    font-size: 1.1rem;
}

.game-resource-links__list {
    display: grid;
    gap: 8px;
}

.game-resource-links__list div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 12px;
    border-top: 1px solid rgba(236, 215, 162, 0.12);
    padding-top: 8px;
}

.game-resource-links__list strong {
    color: var(--title-gold);
    font-size: 0.86rem;
}

.game-resource-links__list a {
    color: #78c7ff;
    overflow-wrap: anywhere;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.video-page {
    display: grid;
    gap: 18px;
}

.video-page__intro {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
}

.video-page__intro h2 {
    margin: 5px 0 8px;
    color: var(--text);
    font-size: clamp(1.65rem, 3vw, 2.65rem);
    line-height: 1.04;
}

.video-page__intro p:last-child {
    margin: 0;
    color: var(--muted);
}

.video-region-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.video-region-tabs button {
    border: 1px solid rgba(236, 215, 162, 0.2);
    background: rgba(8, 9, 12, 0.74);
    color: var(--muted);
    cursor: pointer;
    padding: 9px 12px;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.video-region-tabs button.is-active {
    border-color: rgba(217, 177, 95, 0.6);
    background: rgba(217, 177, 95, 0.16);
    color: var(--accent);
}

.video-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.video-card {
    display: grid;
    gap: 0;
    border: 1px solid rgba(236, 215, 162, 0.16);
    background: rgba(8, 9, 12, 0.72);
    color: inherit;
    cursor: pointer;
    padding: 0;
    text-align: left;
}

.video-card.is-active,
.video-card:hover,
.video-card:focus {
    border-color: rgba(217, 177, 95, 0.58);
}

.video-card[hidden] {
    display: none;
}

.video-card__thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.video-card__thumb iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-card__thumb::after {
    content: "PLAY";
    position: absolute;
    right: 8px;
    bottom: 8px;
    background: rgba(0, 0, 0, 0.72);
    color: var(--accent);
    padding: 3px 6px;
    font-size: 0.62rem;
    font-weight: 900;
}

.video-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease, opacity 180ms ease;
}

.video-card:hover .video-card__thumb img,
.video-card:focus .video-card__thumb img {
    transform: scale(1.04);
    opacity: 0.82;
}

.video-card.is-playing .video-card__thumb::after {
    display: none;
}

.video-card__body {
    display: grid;
    gap: 7px;
    padding: 12px;
}

.video-card__body strong {
    color: var(--text);
    font-size: 0.98rem;
    line-height: 1.2;
}

.video-card__body em {
    color: var(--muted);
    font-size: 0.8rem;
    font-style: normal;
}

.lists-page {
    display: grid;
    gap: 22px;
}

.lists-page__intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
}

.lists-page__intro h2 {
    max-width: 740px;
    margin: 6px 0 0;
    color: var(--text);
    font-size: clamp(1.55rem, 3vw, 2.45rem);
    line-height: 1.08;
}

.list-feature-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
    align-items: stretch;
    border: 1px solid rgba(236, 215, 162, 0.24);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.12), transparent 44%),
        rgba(12, 14, 18, 0.9);
    color: inherit;
    overflow: hidden;
    text-decoration: none;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.list-feature-card__media {
    position: relative;
    min-height: 260px;
}

.list-feature-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 52%, rgba(8, 9, 12, 0.72));
}

.list-feature-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-feature-card__body {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 28px;
}

.list-feature-card__body strong {
    color: var(--text);
    font-size: clamp(1.45rem, 3vw, 2.5rem);
    line-height: 1.04;
}

.list-feature-card__body em,
.list-card em {
    color: var(--muted);
    font-style: normal;
    line-height: 1.55;
}

.lists-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 18px;
    align-items: start;
}

.list-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.list-card {
    display: grid;
    grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
    align-content: start;
    align-items: center;
    column-gap: 16px;
    row-gap: 8px;
    border: 1px solid rgba(236, 215, 162, 0.16);
    background: rgba(8, 9, 12, 0.72);
    color: inherit;
    min-height: 92px;
    padding: 16px 18px;
    text-decoration: none;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
    transition: border-color 160ms ease, transform 160ms ease;
}

.list-card__thumb {
    grid-row: span 2;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(236, 215, 162, 0.2);
    background: rgba(0, 0, 0, 0.28);
}

.list-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-card:hover,
.list-card:focus,
.list-feature-card:hover,
.list-feature-card:focus {
    border-color: rgba(217, 177, 95, 0.55);
    transform: translateY(-1px);
}

.list-card strong {
    color: var(--title-gold);
    font-size: clamp(1.02rem, 1.45vw, 1.22rem);
    line-height: 1.24;
}

.list-card__meta {
    display: block;
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 800;
}

.list-pagination {
    justify-content: center;
    margin-top: 6px;
}

.partner-widget {
    display: grid;
    gap: 12px;
    border: 1px solid rgba(236, 215, 162, 0.2);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.1), transparent 42%),
        rgba(17, 19, 24, 0.86);
    padding: 16px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.partner-widget h2 {
    margin: 0;
    color: var(--title-gold);
    font-size: 1.08rem;
    line-height: 1.15;
}

.partner-widget__image {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(236, 215, 162, 0.18);
    background: rgba(8, 9, 12, 0.72);
    padding: 8px;
    text-decoration: none;
    transition: border-color 160ms ease, transform 160ms ease;
}

.partner-widget__image:hover,
.partner-widget__image:focus {
    border-color: rgba(217, 177, 95, 0.55);
    transform: translateY(-1px);
}

.partner-widget img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.partner-widget__body {
    display: grid;
    gap: 10px;
}

.partner-widget__body p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.45;
}

.partner-widget__cta {
    display: flex;
    width: fit-content;
    justify-content: center;
    border: 1px solid rgba(217, 177, 95, 0.42);
    background: rgba(217, 177, 95, 0.13);
    color: var(--accent);
    padding: 7px 10px;
    font-size: 0.68rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.partner-widget__cta:hover,
.partner-widget__cta:focus {
    border-color: rgba(217, 177, 95, 0.68);
    background: rgba(217, 177, 95, 0.2);
    color: var(--text);
    transform: translateY(-1px);
}

.partner-widget--sidebar {
    margin-top: 22px;
}

.square-ad-slot {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(236, 215, 162, 0.24);
    background: rgba(8, 9, 12, 0.72);
    padding: 8px;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.square-ad-slot img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid rgba(236, 215, 162, 0.18);
}

.square-ad-slot span {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(0, 0, 0, 0.66);
    color: rgba(255, 248, 232, 0.84);
    padding: 2px 7px;
    font-size: 0.62rem;
    font-weight: 900;
    text-transform: uppercase;
}

.recommended-hubs {
    border: 1px solid var(--line);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.08), transparent 42%),
        rgba(17, 19, 24, 0.86);
    padding: 18px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.recommended-hubs .eyebrow {
    margin-bottom: 14px;
}

.recommended-hubs h2 {
    margin: 0 0 14px;
    color: var(--text);
    font-size: 1.08rem;
    line-height: 1.15;
}

.recommended-hub-list {
    display: grid;
    gap: 10px;
}

.recommended-hubs__more {
    display: flex;
    width: fit-content;
    margin: 14px auto 0;
    border: 1px solid rgba(217, 177, 95, 0.34);
    background: rgba(217, 177, 95, 0.08);
    color: var(--accent);
    padding: 7px 10px;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
}

.recommended-hubs__more:hover,
.recommended-hubs__more:focus {
    background: rgba(217, 177, 95, 0.16);
    color: var(--text);
}

.recommended-hub {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(236, 215, 162, 0.16);
    background: rgba(8, 9, 12, 0.62);
    padding: 8px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.recommended-hub:hover,
.recommended-hub:focus {
    border-color: rgba(217, 177, 95, 0.56);
    background: rgba(25, 29, 37, 0.92);
}

.recommended-hub img {
    width: 54px;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid rgba(236, 215, 162, 0.18);
}

.recommended-hub strong,
.recommended-hub em {
    display: block;
}

.recommended-hub strong {
    color: var(--text);
    font-size: 0.88rem;
    line-height: 1.18;
}

.recommended-hub em {
    margin-top: 2px;
    color: var(--muted);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.related-hub {
    position: sticky;
    top: 96px;
}

.related-hub--bottom {
    position: static;
}

.section-block--related {
    padding-top: 0;
}

.article-follow-section {
    padding: 0 0 34px;
}

.follow-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border: 1px solid rgba(121, 199, 213, 0.26);
    background:
        radial-gradient(circle at 86% 18%, rgba(255, 79, 176, 0.12), transparent 24rem),
        linear-gradient(135deg, rgba(121, 199, 213, 0.12), transparent 42%),
        rgba(8, 9, 12, 0.84);
    padding: 22px;
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}

.follow-card h2 {
    margin: 0;
    color: var(--text);
    font-size: clamp(1.35rem, 2.6vw, 2rem);
    line-height: 1.05;
}

.follow-card p:last-child {
    max-width: 560px;
    margin: 8px 0 0;
    color: var(--muted);
}

.follow-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 0 0 auto;
}

.follow-actions a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(217, 177, 95, 0.4);
    background: rgba(217, 177, 95, 0.12);
    color: var(--text);
    padding: 0 14px;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.follow-actions span {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    background: rgba(255, 246, 223, 0.12);
    color: var(--accent);
    font-weight: 950;
}

.follow-actions img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.related-hub--bottom .related-article-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-hub h2 {
    margin: 0 0 14px;
    font-size: 1.1rem;
}

.related-article-list {
    display: grid;
    gap: 10px;
}

.related-article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(236, 215, 162, 0.16);
    background: rgba(8, 9, 12, 0.6);
    padding: 8px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.related-article:hover,
.related-article:focus {
    border-color: rgba(217, 177, 95, 0.56);
}

.related-article img {
    width: 58px;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid rgba(236, 215, 162, 0.18);
}

.related-article strong,
.related-article em {
    display: block;
}

.related-article strong {
    color: var(--text);
    font-size: 0.9rem;
    line-height: 1.2;
}

.related-article em {
    margin-top: 2px;
    color: var(--accent);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.button-link {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    margin-top: 12px;
    border-radius: 0;
    padding: 0 14px;
    background: var(--accent);
    color: #fff;
    font-weight: 900;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.release-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 0;
    background: var(--panel);
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.release-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 0;
}

.release-table th,
.release-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.release-table th {
    color: var(--muted);
    font-size: 0.78rem;
    text-transform: uppercase;
}

.release-table th:last-child,
.release-table td:last-child {
    width: 112px;
}

.release-table tr.is-pinned {
    background:
        linear-gradient(90deg, rgba(217, 177, 95, 0.12), rgba(217, 177, 95, 0.035) 46%, transparent),
        rgba(8, 9, 12, 0.58);
}

.release-table tr.is-pinned td:first-child {
    border-left: 3px solid rgba(217, 177, 95, 0.82);
}

.release-table td:first-child {
    font-weight: 800;
}

.release-title-cell {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1.18;
}

.release-icon-card.is-pinned {
    position: relative;
    border-color: rgba(217, 177, 95, 0.42);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.14), transparent 42%),
        linear-gradient(90deg, rgba(217, 177, 95, 0.09), transparent 52%),
        rgba(8, 9, 12, 0.72);
}

.release-icon-card.is-pinned::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: linear-gradient(180deg, var(--accent), var(--accent-cool));
    box-shadow: 0 0 18px rgba(217, 177, 95, 0.16);
}

.release-title-cell img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border: 1px solid var(--line);
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.release-title-cell span {
    font-size: 0.96rem;
}

.region-badge {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    border: 1px solid rgba(236, 215, 162, 0.3);
    background: rgba(255, 246, 223, 0.055);
    color: var(--cream-2);
    padding: 3px 8px;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.release-table tr:last-child td {
    border-bottom: 0;
}

.release-table-pagination {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 14px;
    border-top: 1px solid var(--line);
}

.release-table-pagination button {
    min-width: 34px;
    min-height: 32px;
    border: 1px solid var(--line);
    background: rgba(255, 246, 223, 0.045);
    color: var(--muted);
    font: inherit;
    font-size: 0.8rem;
    font-weight: 900;
    cursor: pointer;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.release-table-pagination button.is-active,
.release-table-pagination button:hover,
.release-table-pagination button:focus {
    border-color: rgba(217, 177, 95, 0.62);
    background: rgba(217, 177, 95, 0.14);
    color: var(--text);
}

.site-footer {
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--line);
    background:
        linear-gradient(90deg, rgba(4, 5, 6, 0.98) 0%, rgba(4, 5, 6, 0.82) 42%, rgba(4, 5, 6, 0.24) 100%),
        linear-gradient(180deg, rgba(4, 5, 6, 0.28), rgba(4, 5, 6, 0.72)),
        url("../images/mmochain-footer-bg.jpg") center center / 112% auto no-repeat;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(217, 177, 95, 0.09) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 246, 223, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.22;
    pointer-events: none;
}

.site-footer__inner {
    position: relative;
    z-index: 1;
    min-height: 170px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 44px 0;
    color: var(--muted);
}

.site-footer .site-footer__copyright {
    grid-column: 1 / -1;
    justify-self: center;
    margin: 2px 0 0;
    max-width: none;
    color: rgba(255, 246, 223, 0.58);
    font-size: 0.78rem;
    line-height: 1.4;
    text-align: center;
}

.site-footer p {
    margin: 0;
    max-width: 760px;
    line-height: 1.7;
}

.site-footer__content {
    display: grid;
    gap: 18px;
}

.footer-nav,
.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-nav a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    border: 1px solid rgba(217, 177, 95, 0.38);
    background: rgba(8, 9, 12, 0.58);
    color: var(--text);
    padding: 0 12px;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
}

.footer-actions {
    display: grid;
    justify-items: end;
    gap: 10px;
}

.footer-social-panel {
    display: flex;
    min-height: 42px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(217, 177, 95, 0.26);
    background:
        linear-gradient(90deg, rgba(217, 177, 95, 0.12), rgba(121, 199, 213, 0.05)),
        rgba(8, 9, 12, 0.52);
    padding: 6px 7px 6px 12px;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.footer-social-panel > span {
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-top-link,
.footer-social a {
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(217, 177, 95, 0.38);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.18), transparent 54%),
        rgba(8, 9, 12, 0.62);
    color: var(--text);
    font-weight: 900;
    line-height: 1;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.footer-top-link {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.76rem;
    text-transform: uppercase;
}

.footer-social a {
    width: 34px;
    height: 34px;
    font-size: 1rem;
}

.footer-social img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.footer-social {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 7px;
}

.footer-nav a:hover,
.footer-nav a:focus,
.footer-top-link:hover,
.footer-top-link:focus,
.footer-social a:hover,
.footer-social a:focus {
    border-color: rgba(217, 177, 95, 0.7);
    color: var(--accent);
}

.simple-page {
    padding: clamp(42px, 7vw, 88px) 0;
}

.simple-page__shell {
    max-width: 860px;
}

.letter-page {
    border: 1px solid rgba(236, 215, 162, 0.18);
    background:
        linear-gradient(135deg, rgba(217, 177, 95, 0.08), transparent 44%),
        rgba(17, 19, 24, 0.9);
    padding: clamp(24px, 5vw, 46px);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.letter-page h1 {
    margin: 6px 0 16px;
    color: var(--text);
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1.02;
}

.letter-page p:not(.eyebrow) {
    max-width: 680px;
    color: var(--muted);
    line-height: 1.75;
}

.letter-page__details {
    display: grid;
    gap: 12px;
    margin-top: 26px;
    border-top: 1px solid rgba(236, 215, 162, 0.14);
    padding-top: 22px;
}

.letter-page__details div {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 12px;
}

.letter-page__details strong {
    color: var(--title-gold);
}

.letter-page__details a,
.letter-page__details span {
    color: #78c7ff;
    overflow-wrap: anywhere;
}

.letter-page__details a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.letter-page__details span {
    color: var(--muted);
    line-height: 1.55;
}

.policy-page {
    display: grid;
    gap: 22px;
}

.policy-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 1px solid rgba(236, 215, 162, 0.14);
    padding-bottom: 14px;
}

.policy-tabs button {
    min-height: 36px;
    border: 1px solid rgba(217, 177, 95, 0.36);
    background: rgba(8, 9, 12, 0.62);
    color: var(--muted);
    cursor: pointer;
    padding: 0 14px;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
}

.policy-tabs button.is-active {
    border-color: rgba(217, 177, 95, 0.68);
    background: rgba(217, 177, 95, 0.16);
    color: var(--text);
}

.policy-panel {
    display: block;
}

.policy-panel h2,
.policy-panel h3 {
    margin: 0;
    color: var(--text);
}

.policy-panel h2 {
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.policy-panel h3 {
    margin-top: 28px;
    margin-bottom: 6px;
    color: var(--title-gold);
    font-size: 1rem;
}

.policy-panel p,
.policy-panel li {
    color: var(--muted);
    line-height: 1.7;
}

.policy-panel p {
    margin: 0 0 12px;
}

.policy-panel h2 + p,
.policy-panel h3 + p,
.policy-panel h3 + ul {
    margin-top: 0;
}

.policy-panel ul {
    margin: 0;
    padding-left: 20px;
}

@media (max-width: 960px) {
    .release-icon-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .game-grid {
        grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
    }

    .game-lanes {
        grid-template-columns: 1fr;
    }

    .games-database {
        grid-template-columns: 1fr;
    }

    .games-filter-panel {
        position: static;
        order: -1;
    }

    .games-database__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

    .mmo-library {
        grid-template-columns: 1fr;
        max-width: none;
    }

    .library-search-panel {
        min-height: auto;
    }

    .hero-panel__inner,
    .hub-hero__inner,
    .hub-layout,
    .article-layout,
    .article-hero__grid {
        grid-template-columns: 1fr;
    }

    .quick-nav,
    .related-hub,
    .article-ad-rail,
    .recommended-hubs {
        position: static;
    }

    .related-hub--bottom .related-article-list {
        grid-template-columns: 1fr;
    }

    .follow-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .follow-actions {
        width: 100%;
    }

    .follow-actions a {
        flex: 1 1 150px;
        justify-content: center;
    }

    .info-panel {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .site-header__inner {
        min-height: 70px;
        gap: 12px;
    }

    .brand {
        min-height: 56px;
        padding: 5px 10px 5px 0;
    }

    .brand__logo {
        width: 46px;
        height: 46px;
    }

    .nav-toggle {
        display: block;
    }

    .primary-nav {
        display: none;
        position: absolute;
        inset: 70px 16px auto;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        background: var(--panel);
        padding: 10px;
    }

    .primary-nav.is-open {
        display: block;
    }

    .primary-nav .menu {
        display: grid;
        gap: 8px;
    }

    .primary-nav a {
        justify-content: center;
    }

    .hero-panel {
        min-height: auto;
    }

    .hero-panel__inner {
        padding: 58px 0 30px;
    }

    .hero-panel__signal {
        display: none;
    }

    .section-heading,
    .site-footer__inner,
    .library-toolbar,
    .library-title,
    .section-heading,
    .site-footer__inner,
    .library-toolbar,
    .library-title {
        align-items: start;
        flex-direction: column;
    }

    .title-mascot {
        align-self: flex-start;
        width: 86px;
    }

    .page-title__inner {
        align-items: center;
        flex-direction: row;
        gap: 14px;
    }

    .page-title__inner h1 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .page-title .shell::after {
        margin-left: 0;
    }

    .section-heading {
        gap: 14px;
        width: 100%;
    }

    .site-footer {
        background:
            linear-gradient(180deg, rgba(4, 5, 6, 0.84), rgba(4, 5, 6, 0.92)),
            url("../images/mmochain-footer-bg.jpg") center bottom / 185% auto no-repeat;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
        min-height: 150px;
        gap: 18px;
        padding: 30px 0;
        text-align: center;
    }

    .site-footer__content {
        width: 100%;
        justify-items: center;
        gap: 14px;
        border: 1px solid rgba(236, 215, 162, 0.12);
        background: rgba(4, 5, 6, 0.68);
        padding: 18px 14px;
        backdrop-filter: blur(2px);
    }

    .site-footer p {
        max-width: 32rem;
        font-size: 0.92rem;
        line-height: 1.65;
    }

    .footer-nav {
        justify-content: center;
        gap: 8px;
    }

    .footer-nav a {
        min-height: 34px;
        padding-inline: 10px;
        font-size: 0.72rem;
    }

    .footer-actions {
        width: 100%;
        gap: 12px;
        justify-items: center;
    }

    .footer-top-link {
        min-height: 34px;
        padding-inline: 12px;
        font-size: 0.7rem;
    }

    .footer-social-panel {
        justify-content: center;
        min-height: 38px;
        padding: 5px 6px 5px 10px;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-social a {
        width: 32px;
        height: 32px;
    }

    .section-cta {
        width: 100%;
        min-height: 40px;
        transform: none;
    }

    .section-action-row {
        margin-top: 18px;
    }

    .ad-wrap--after-hero {
        margin-top: 16px;
    }

    .ad-wrap--page-top {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .ad-wrap--hub {
        margin-top: 24px;
        margin-bottom: -4px;
    }

    .ad-slot {
        min-height: 100px;
        padding: 18px 14px;
    }

    .ad-slot--framed-billboard {
        width: min(100%, 300px);
        min-height: auto;
        aspect-ratio: 300 / 100;
        margin-inline: auto;
        padding: 6px;
    }

    .ad-slot strong {
        max-width: 220px;
        font-size: 0.78rem;
        line-height: 1.35;
    }

    .release-icon-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .release-mobile-extra:not([hidden]) {
        display: none;
    }

    .release-icon-card {
        display: grid;
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
        min-height: 96px;
        padding: 10px;
        clip-path: none;
    }

    .release-icon-card__thumb {
        aspect-ratio: 1;
        width: 74px;
        clip-path: none;
    }

    .release-icon-card__body {
        min-height: 0;
        align-items: flex-start;
        align-self: stretch;
        display: grid;
        grid-template-rows: minmax(36px, auto) 24px;
        gap: 8px;
        justify-content: stretch;
        padding-block: 2px;
    }

    .release-icon-card strong {
        font-size: 0.9rem;
        line-height: 1.18;
        align-self: start;
    }

    .release-status {
        align-self: end;
        font-size: 0.64rem;
        padding-inline: 7px;
    }

    .library-filters {
        justify-content: flex-start;
    }

    .library-search-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .library-result {
        grid-template-columns: 54px minmax(0, 1fr) auto;
        gap: 12px;
        min-height: 70px;
        padding: 8px 10px 8px 8px;
    }

    .library-result__icon {
        width: 54px;
    }

    .library-result strong {
        font-size: 0.92rem;
    }

    .release-table th,
    .release-table td {
        padding: 11px 10px;
    }

    .release-title-cell {
        gap: 9px;
    }

    .release-title-cell img {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 0 100%);
    }

    .release-title-cell span {
        font-size: 0.88rem;
        line-height: 1.15;
    }

    .release-table th:last-child,
    .release-table td:last-child {
        width: 36%;
        white-space: nowrap;
        font-size: 0.86rem;
    }

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

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

    .games-database__toolbar {
        align-items: stretch;
        flex-direction: column;
    }

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

    .game-lane {
        padding: 12px;
    }

    .game-lane__heading {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .lane-search {
        width: 100%;
        flex-basis: auto;
    }

    .game-card__media {
        max-height: none;
    }

    .game-card__body {
        padding: 9px;
        min-height: 84px;
    }

    .game-card__body .chip {
        max-width: 100%;
        padding: 2px 6px;
        font-size: 0.58rem;
        line-height: 1.2;
        white-space: normal;
    }

    .game-card__body strong {
        font-size: 0.78rem;
        line-height: 1.16;
        overflow-wrap: anywhere;
    }

    .hub-avatar {
        width: 112px;
    }

    .hub-video {
        margin-top: 22px;
        padding: 10px;
    }

    .hub-video__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .article-hero__inner {
        padding: 34px 0 24px;
    }

    .article-hero__copy {
        margin-top: 18px;
    }

    .article-hero h1 {
        font-size: clamp(1.95rem, 10vw, 2.9rem);
        line-height: 1.04;
        overflow-wrap: anywhere;
    }

    .article-copy-row {
        align-items: stretch;
        display: grid;
        grid-template-columns: 1fr auto;
        width: 100%;
        margin-bottom: 18px;
        padding: 7px;
    }

    .article-copy-row code {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .article-copy-row button {
        min-height: 32px;
        padding-inline: 10px;
    }

    .breadcrumb-row {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 20px;
    }

    .breadcrumb-back-link {
        width: 100%;
    }

    .article-meta {
        gap: 6px;
    }

    .article-meta span {
        font-size: 0.76rem;
    }

    .article-featured-image--spotlight {
        max-width: 100%;
        margin-top: 18px;
    }

    .article-featured-image--spotlight img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .article-body {
        border-inline: 0;
        padding: 18px 0;
        clip-path: none;
        background: transparent;
    }

    .article-body > * {
        max-width: 100%;
    }

    .article-featured-image,
    .article-image-frame {
        padding: 8px;
        clip-path: none;
    }

    .image-context-card {
        grid-template-columns: 1fr;
        clip-path: none;
    }

    .image-context-card img {
        min-height: 180px;
        max-height: 260px;
        border-right: 0;
        border-bottom: 1px solid rgba(236, 215, 162, 0.14);
    }

    .image-context-card figcaption {
        padding: 15px;
    }

    .faq-item {
        clip-path: none;
    }

    .article-callout,
    .character-profile,
    .tweet-preview,
    .article-gallery__main,
    .article-image-frame,
    .article-table-wrap {
        clip-path: none;
    }

    .character-profile {
        grid-template-columns: 1fr;
    }

    .character-profile__hero {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(236, 215, 162, 0.14);
        padding: 14px;
    }

    .character-profile__hero img {
        width: 118px;
        aspect-ratio: 1;
    }

    .character-profile__row {
        grid-template-columns: minmax(96px, 0.42fr) minmax(0, 1fr);
        min-height: 56px;
    }

    .character-profile__row span,
    .character-profile__row strong {
        padding: 12px;
    }

    .article-table-wrap {
        overflow-x: visible;
    }

    .article-table {
        min-width: 0;
        table-layout: fixed;
        width: 100%;
    }

    .article-table th,
    .article-table td {
        overflow-wrap: anywhere;
        padding: 9px 8px;
        font-size: 0.8rem;
        line-height: 1.35;
    }

    .class-snapshot {
        clip-path: none;
    }

    .class-snapshot summary {
        grid-template-columns: minmax(120px, 0.38fr) minmax(0, 1fr) auto;
        gap: 11px;
        min-height: 150px;
        padding: 9px 10px 9px 9px;
    }

    .class-snapshot__avatar {
        width: 100%;
        min-height: 132px;
        clip-path: none;
    }

    .class-snapshot__title a,
    .class-snapshot__title strong {
        font-size: 0.98rem;
    }

    .class-snapshot__title span {
        font-size: 0.76rem;
    }

    .class-snapshot__toggle {
        padding: 6px 8px;
        font-size: 0.62rem;
    }

    .class-snapshot__details {
        margin: 0 10px 12px;
        padding-top: 12px;
    }

    .skill-row {
        clip-path: none;
    }

    .skill-row__title {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .stat-build {
        grid-template-columns: 1fr;
        clip-path: none;
    }

    .stat-build__summary {
        border-right: 0;
        border-bottom: 1px solid rgba(236, 215, 162, 0.14);
        padding: 0 0 12px;
    }

    .stat-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 9px;
    }

    .item-database-row {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .article-link-cta {
        grid-template-columns: 1fr;
        gap: 10px;
        clip-path: none;
    }

    .article-link-cta a {
        align-items: flex-start;
    }

    .stat-definition-table article {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 10px;
        padding: 11px 10px;
    }

    .item-database-row__image {
        width: 64px;
    }

    .crafting-recipe {
        clip-path: none;
    }

    .item-link-cell {
        min-height: 106px;
        padding: 12px 8px;
    }

    .treasure-guide__image {
        max-height: 260px;
    }

    .article-gallery {
        gap: 8px;
        max-width: 100%;
    }

    .article-gallery__main img,
    .article-image-frame--solo img {
        max-height: 320px;
        object-fit: cover;
    }

    .article-gallery__thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .related-article {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .related-article img {
        width: 52px;
    }

    .article-inline-ad {
        margin: 22px 0 26px;
        padding: 18px 0;
    }

    .article-inline-ad .square-ad-slot {
        width: min(100%, 300px);
    }

    .article-toc {
        padding: 13px;
    }

    .article-toc a {
        min-height: 38px;
        font-size: 0.9rem;
    }

    .game-action-cta {
        padding: 15px;
    }

    .game-action-cta__links {
        justify-content: flex-start;
    }

    .game-resource-links {
        padding: 14px;
    }

    .game-resource-links__list div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .video-page__intro {
        align-items: start;
        flex-direction: column;
    }

    .video-region-tabs {
        justify-content: flex-start;
    }

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

    .lists-page__intro {
        align-items: start;
        flex-direction: column;
    }

    .list-feature-card,
    .lists-layout {
        grid-template-columns: 1fr;
    }

    .list-feature-card__media {
        min-height: 210px;
    }

    .list-feature-card__media::after {
        background: linear-gradient(180deg, transparent 50%, rgba(8, 9, 12, 0.72));
    }

    .list-feature-card__body {
        padding: 18px;
    }

    .list-card {
        grid-template-columns: 112px minmax(0, 1fr);
        align-items: center;
        min-height: 0;
        column-gap: 11px;
        padding: 12px;
    }

    .list-card__thumb {
        width: 100%;
    }

    .list-card__meta {
        font-size: 0.76rem;
    }

    .release-table-wrap {
        overflow-x: visible;
        clip-path: none;
    }

    .release-table,
    .release-table thead,
    .release-table tbody,
    .release-table tr,
    .release-table td {
        display: block;
        width: 100%;
    }

    .release-table thead {
        display: none;
    }

    .release-table tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        padding: 12px;
        border-bottom: 1px solid var(--line);
    }

    .release-table tr:last-child {
        border-bottom: 0;
    }

    .release-table tr.is-pinned td:first-child {
        border-left: 0;
    }

    .release-table td {
        border-bottom: 0;
        padding: 0;
    }

    .release-table td:first-child {
        grid-column: 1 / -1;
    }

    .release-table td:not(:first-child) {
        display: inline-flex;
        width: fit-content;
        align-items: center;
        margin-right: 8px;
        color: var(--muted);
        font-size: 0.78rem;
        font-weight: 800;
    }

    .release-table td:nth-child(2)::before {
        content: "Date";
        margin-right: 6px;
        color: var(--accent);
        font-size: 0.64rem;
        font-weight: 900;
        text-transform: uppercase;
    }

    .release-table[data-tracker-table="upcoming"] td:nth-child(2)::before {
        content: "Status";
    }

    .release-table td:nth-child(3)::before {
        content: "Region";
        margin-right: 6px;
        color: var(--accent);
        font-size: 0.64rem;
        font-weight: 900;
        text-transform: uppercase;
    }

    .release-title-cell {
        gap: 9px;
        width: 100%;
    }

    .release-title-cell img {
        width: 38px;
        height: 38px;
    }

    .release-title-cell span {
        font-size: 0.9rem;
    }

    .region-badge,
    .release-table .release-status {
        min-height: 22px;
        font-size: 0.62rem;
    }

    .recommended-hub {
        grid-template-columns: 50px minmax(0, 1fr);
    }

    .recommended-hub img {
        width: 50px;
    }
}

@media (max-width: 430px) {
    .class-snapshot summary {
        grid-template-columns: 1fr;
    }

    .class-snapshot__avatar {
        width: 100%;
        min-height: 180px;
    }

    .class-snapshot__toggle {
        justify-self: start;
    }

    .class-trait-grid {
        grid-template-columns: 1fr;
    }

    .character-profile__row {
        grid-template-columns: 1fr;
    }

    .character-profile__row span {
        border-right: 0;
        padding-bottom: 4px;
    }

    .character-profile__row strong {
        padding-top: 0;
    }

    .skill-row {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 10px;
        padding: 9px;
    }

    .skill-row__icon {
        width: 52px;
        clip-path: none;
    }

    .stat-row {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 7px;
    }

    .stat-row__label {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .stat-row b {
        justify-self: start;
    }

    .crafting-recipe__output {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .crafting-recipe__image {
        width: 64px;
    }

    .crafting-recipe__row {
        grid-template-columns: minmax(0, 1fr) 48px;
        gap: 6px;
    }

    .crafting-recipe__row span:nth-child(3) {
        grid-column: 1 / -1;
    }

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

    .item-link-cell,
    .item-link-cell:nth-child(3n),
    .item-link-cell:nth-last-child(-n + 3) {
        border-right: 1px solid rgba(236, 215, 162, 0.12);
        border-bottom: 1px solid rgba(236, 215, 162, 0.12);
    }

    .item-link-cell:nth-child(2n) {
        border-right: 0;
    }

    .item-link-cell:nth-last-child(-n + 1) {
        border-bottom: 0;
    }

    .treasure-guide__row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .redeem-code {
        grid-template-columns: 1fr;
    }

    .redeem-code__main {
        border-right: 0;
        border-bottom: 1px solid rgba(236, 215, 162, 0.12);
    }

    .stat-definition-table article {
        grid-template-columns: 1fr;
        gap: 4px;
    }

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

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

    .games-database__grid {
        gap: 8px;
    }

    .database-game-card {
        padding: 7px;
    }

    .database-game-card strong {
        font-size: 0.78rem;
    }

    .database-game-card__platforms span {
        width: 20px;
        height: 20px;
        padding: 0;
        background-size: 14px 14px;
    }

    .video-region-tabs button {
        flex: 1 1 calc(50% - 8px);
        padding-inline: 8px;
    }

    .video-card-grid {
        grid-template-columns: 1fr;
    }

    .list-card-grid {
        grid-template-columns: 1fr;
    }

    .letter-page__details div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
