.site-brand-mark{display:inline-block;width:40px;height:40px;object-fit:contain;flex-shrink:0;vertical-align:middle;margin-right:.65rem}
.site-brand-link:has(>.site-brand-mark){display:inline-flex;align-items:center;gap:.65rem}
.site-brand-link>.site-brand-mark{margin:0}
.site-brand-label{display:block;min-width:0}

.shared-data{min-width:0;max-width:100%}
.shared-data .entity-image{display:inline-block;width:72px;height:auto;max-height:96px;object-fit:contain;vertical-align:middle;margin:0 .75rem .25rem 0}
.shared-data .shared-record{margin:1.5rem 0;padding-top:1rem;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.shared-data .shared-record-title{margin:0 0 .75rem;font-size:1.05em;font-weight:600}
.shared-data .shared-record-fields{margin:0}
.shared-data .shared-record-fields>div{display:grid;grid-template-columns:minmax(8rem,1fr) minmax(0,3fr);gap:1rem;padding:.5rem 0}
.shared-data .shared-record-fields dt{margin:0;font-weight:600;overflow-wrap:anywhere}
.shared-data .shared-record-fields dd{margin:0;overflow-wrap:anywhere}
.shared-data .shared-record-fields dd>div+div{margin-top:.5rem}

.source-image img{max-width:100%;height:auto}.source-video{margin:1.5em 0;border:1px solid currentColor;border-radius:4px;overflow:hidden}.source-video>summary{cursor:pointer;padding:1em;list-style:none}.source-video>summary::-webkit-details-marker{display:none}.source-video .video-poster{display:block;width:100%;max-height:22rem;object-fit:cover;margin-bottom:.75em}.source-video .video-action{display:block;font-size:.85em;margin-top:.4em;opacity:.8}.source-video[open] .video-poster{display:none}.source-video:not([open]) .video-frame{display:none}.source-video .video-frame{position:relative;width:100%;aspect-ratio:16/9}.source-video .video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.source-video .video-link{margin:1em}

.site-article-cover { display: block; width: 100%; margin: 1.5rem 0 2rem; }
.site-article-cover img { display: block; width: 100%; max-width: 100%; height: auto; border-radius: 12px; }

:root {
  --paper: #F1F3F4;
  --surface: #FFFFFF;
  --grass: #279C37;
  --forest: #17672A;
  --cliff: #C67532;
  --cliff-dark: #99501E;
  --ink: #293239;
  --muted: #58656C;
  --line: #D5DDE0;
  --cash: #70E843;
  --gold: #F4C542;
  --pale-green: #EDF5E9;
  --font-body: 'Barlow', Arial, sans-serif;
  --font-heading: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  --page-width: 1320px;
  --reading-width: 760px;
  --hard-shadow: 0 5px 0 #0000001A;
  --space-section: 52px;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--grass); color: var(--ink); font: 17px/1.65 var(--font-body); }
body::before { content: ''; position: absolute; z-index: -1; inset: 245px 0 auto; height: 390px; background: var(--cliff); clip-path: polygon(0 0, 12% 0, 12% 32%, 70% 32%, 70% 14%, 100% 14%, 100% 100%, 85% 100%, 85% 76%, 0 76%); }
a { color: var(--forest); text-decoration: none; text-underline-offset: 4px; }
a:hover { text-decoration: underline; }
button, input, select, textarea { font: inherit; }
button, select, input[type='checkbox'] { cursor: pointer; }
button { color: inherit; }
img { max-width: 100%; height: auto; }
figure { margin: 0; }
h1,h2,h3,h4,p,ul,ol,dl { margin-top: 0; }
h1,h2,h3,h4 { line-height: 1.13; font-weight: 700; }
h1,h2,h3 { font-family: var(--font-heading); }
h1 { font-size: clamp(40px,3.5vw,52px); letter-spacing: -.025em; margin-bottom: 22px; overflow-wrap: anywhere; }
h2 { font-size: 32px; }
h3 { font-size: 25px; }
p { margin-bottom: 1em; }
:focus-visible { outline: 3px solid var(--cliff-dark); outline-offset: 4px; }
[hidden] { display: none !important; }
.wrap { width: min(var(--page-width), calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 6; background: var(--gold); padding: 12px 20px; color: var(--ink); }
.skip-link:focus { top: 12px; }
.site-header { position: relative; z-index: 3; }
.masthead { min-height: 92px; display: flex; justify-content: space-between; align-items: center; gap: 28px; padding-block: 19px; }
.site-brand { display: flex; align-items: center; gap: 12px; color: var(--surface); font-family: var(--font-heading); font-size: 29px; font-weight: 800; line-height: 1.08; }
.site-brand:hover { text-decoration: none; }
.site-brand-mark { flex: 0 0 48px; width: 48px; height: 48px; }
.site-brand span { max-width: 390px; }
.header-tools { display: flex; align-items: center; gap: 24px; }
.play-link { color: var(--surface); font-weight: 600; font-size: 14px; white-space: nowrap; }
.play-link span { margin-left: 5px; }
.search-wrap { position: relative; width: 320px; }
.search-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.search-field { display: flex; align-items: center; gap: 11px; padding: 0 12px; background: var(--surface); border: 1px solid var(--forest); box-shadow: 0 3px 0 #16632B70; }
.search-field input { width: 100%; min-width: 0; border: 0; padding: 11px 0; background: transparent; color: var(--ink); font-size: 14px; outline: none; }
.search-field:focus-within { outline: 3px solid var(--gold); outline-offset: 2px; }
.search-field input::placeholder { color: var(--muted); }
.search-icon { width: 13px; height: 13px; flex: 0 0 13px; border: 2px solid var(--muted); border-radius: 50%; position: relative; }
.search-icon::after { content: ''; width: 6px; height: 2px; background: var(--muted); position: absolute; right: -5px; bottom: -3px; transform: rotate(45deg); }
kbd { background: var(--paper); border: 1px solid var(--line); border-bottom-width: 2px; padding: 0 6px; font: 13px/1.65 var(--font-body); border-radius: 2px; }
.search-results { position: absolute; top: calc(100% + 8px); right: 0; width: 440px; max-width: 85vw; background: var(--surface); box-shadow: 0 6px 0 #29323930; border: 2px solid var(--ink); max-height: 65vh; overflow-y: auto; }
.search-status { margin: 0; padding: 12px 18px; font-size: 13px; color: var(--muted); background: var(--paper); }
.search-list { list-style: none; margin: 0; padding: 0; }
.search-list li + li { border-top: 1px solid var(--line); }
.search-list a { display: block; padding: 13px 18px; line-height: 1.4; }
.search-list a:hover,.search-list a:focus-visible { background: var(--pale-green); }
.search-list strong { font-weight: 600; }
.search-list p { margin: 5px 0 0; font-size: 13px; color: var(--muted); }
.nav-track { background: var(--ink); border-bottom: 4px solid #192227; }
.main-nav { display: flex; flex-wrap: wrap; align-items: stretch; gap: 0; }
.main-nav a { color: #F1F3F4; font-size: 14px; line-height: 1.3; font-weight: 600; padding: 16px 17px; border-right: 1px solid #FFFFFF13; display: flex; align-items: center; }
.main-nav a:hover { background: #3A484E; text-decoration: none; }
.main-nav a[aria-current='page'] { color: var(--ink); background: var(--cash); }
.home-hero { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 52px; padding-block: 42px 46px; align-items: center; }
.hero-copy { color: var(--surface); padding: 0 0 0 18px; }
.eyebrow { font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--forest); margin-bottom: 11px; }
.hero-copy .eyebrow { color: var(--surface); }
.hero-copy h1 { max-width: 430px; text-transform: uppercase; font-weight: 800; font-size: 52px; line-height: 1.04; margin: 0 0 22px; letter-spacing: -.012em; }
.hero-description { max-width: 435px; font-size: 17px; line-height: 1.55; }
.hero-art { border: 7px solid var(--paper); box-shadow: 8px 8px 0 #165B27; background: var(--paper); }
.hero-art img { display: block; width: 100%; height: auto; aspect-ratio: 767 / 432; object-fit: contain; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; padding: 11px 19px; font-weight: 700; font-size: 16px; line-height: 1.4; box-shadow: 0 4px 0 #1C4E20; }
.button-yellow { background: var(--gold); color: var(--ink); margin-top: 9px; }
.button:hover { background: #FFDA65; text-decoration: none; }
.button span { font-size: 23px; }
.home-content { background: var(--paper); box-shadow: var(--hard-shadow); }
.game-profile { display: flex; flex-wrap: wrap; align-items: center; gap: 24px 40px; padding: 24px 38px; border-top: 6px solid var(--cliff); border-bottom: 1px solid var(--line); background: var(--surface); }
.game-profile h2 { font-size: 25px; margin: 0; }
.game-profile dl { display: flex; flex-wrap: wrap; flex: 1; gap: 18px 40px; margin: 0; }
.game-profile dl > div { border-left: 1px solid var(--line); padding-left: 28px; }
dt { font-size: 13px; font-weight: 600; color: var(--muted); }
dd { margin: 0; font-weight: 600; }
.game-profile dd { font-size: 15px; }
.profile-link { font-size: 14px; font-weight: 700; }
.directory { padding: 38px 40px 44px; }
.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 24px; }
.section-heading h2 { margin-bottom: 0; font-size: 38px; text-transform: uppercase; }
.section-note { font-size: 14px; color: var(--muted); padding-bottom: 3px; }
.category-jumps { display: flex; flex-wrap: wrap; gap: 8px 22px; border-block: 1px solid var(--line); padding: 13px 0; margin-bottom: 32px; }
.category-jumps a { color: var(--forest); font-weight: 600; font-size: 14px; }
.directory-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 36px 42px; }
.directory-group { min-width: 0; }
.group-heading { display: flex; gap: 18px; align-items: center; justify-content: space-between; border-bottom: 3px solid var(--ink); padding: 10px 14px; background: #E2E7E9; border-left: 6px solid var(--grass); }
.group-heading h3 { margin: 0; font-size: 26px; }
.group-heading h3 a { color: var(--ink); }
.entry-count { color: var(--muted); font-size: 13px; font-weight: 700; }
.directory-group:first-child .group-heading { background: var(--gold); border-left-color: var(--cliff); }
.directory-links { list-style: none; padding: 0; margin: 0; }
.directory-links li { padding: 16px 14px; border-bottom: 1px solid var(--line); }
.directory-links li:last-child { border-bottom-color: transparent; }
.directory-links a { display: flex; gap: 16px; align-items: start; justify-content: space-between; font-weight: 700; line-height: 1.4; color: var(--ink); }
.directory-links a:hover { color: var(--forest); }
.link-arrow { flex: 0 0 auto; font-size: 20px; color: var(--forest); }
.directory-links p { margin: 7px 24px 0 0; font-size: 14px; line-height: 1.55; color: var(--muted); }
.home-editorial { max-width: 920px; margin-inline: auto; padding: 0 40px 48px; }
.home-videos { margin-top: 40px; }
.home-videos > div + div { margin-top: 32px; }
.page-shell { margin-top: 38px; background: var(--paper); padding: 28px 48px 60px; border-top: 7px solid var(--cliff); box-shadow: var(--hard-shadow); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 6px 0; font-size: 13px; line-height: 1.5; margin-bottom: 32px; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a + a::before { content: '/'; padding: 0 10px; color: #8C989D; display: inline-block; }
.breadcrumbs a:last-child { color: var(--forest); }
.category-header { border-left: 8px solid var(--grass); padding: 12px 0 12px 28px; margin-bottom: 40px; }
.category-header h1 { margin-bottom: 14px; max-width: 950px; }
.page-description { font-size: 18px; color: var(--muted); line-height: 1.65; max-width: 70ch; margin-bottom: 0; }
.category-layout { display: grid; grid-template-columns: minmax(0,1fr) 252px; gap: 56px; }
.category-main { min-width: 0; }
.article-list { margin: 0; padding: 0; list-style: none; border-top: 3px solid var(--ink); }
.article-list li { padding: 27px 4px 29px; border-bottom: 1px solid var(--line); }
.article-list-title { display: flex; justify-content: space-between; gap: 24px; color: var(--ink); align-items: start; }
.article-list-title h2 { margin: 0; font-size: 29px; line-height: 1.18; }
.article-list-title span { font-size: 25px; color: var(--forest); }
.article-list li p { max-width: 66ch; margin: 10px 35px 0 0; color: var(--muted); font-size: 16px; }
.category-aside { align-self: start; background: #E4E9E6; border-top: 6px solid var(--grass); padding: 20px; }
.category-aside h2 { font-size: 25px; margin-bottom: 16px; }
.category-aside nav { display: flex; flex-direction: column; }
.category-aside a { display: flex; justify-content: space-between; align-items: start; gap: 14px; font-size: 15px; line-height: 1.45; padding: 11px 0; border-bottom: 1px solid #CAD3CB; color: var(--ink); }
.topic-count { color: var(--forest); font-size: 13px; }
.reading-layout { display: grid; grid-template-columns: minmax(0,var(--reading-width)) 224px; gap: 52px; max-width: 1036px; margin-inline: auto; }
.article-shell > .breadcrumbs { max-width: 1036px; margin-inline: auto; }
.article-content { min-width: 0; }
.article-header { padding: 0 0 30px; margin-bottom: 28px; border-bottom: 2px solid var(--line); }
.article-category { margin: 0 0 17px; }
.article-category a { display: inline-block; background: var(--grass); color: var(--surface); font-weight: 700; font-size: 13px; padding: 5px 11px; box-shadow: 3px 3px 0 #1B752B; }
.article-header h1 { font-size: 48px; line-height: 1.06; }
.article-header .page-description { font-size: 17px; }
.site-article-cover { margin: 0 0 28px; }
.site-article-cover img { width: 100%; height: auto; display: block; }
.article-aside { align-self: start; position: sticky; top: 28px; max-height: calc(100vh - 56px); overflow-y: auto; padding: 12px 0 4px; }
.toc { border-top: 5px solid var(--cliff); }
.toc h2 { font-size: 24px; margin: 17px 0 14px; }
.toc ul { list-style: none; padding: 0; margin: 0; }
.toc a { display: block; border-left: 2px solid var(--line); padding: 8px 0 8px 15px; font-size: 14px; line-height: 1.5; color: var(--muted); }
.toc a:hover { color: var(--forest); }
.toc a[aria-current='location'] { border-left-color: var(--grass); color: var(--forest); background: var(--pale-green); font-weight: 600; }
.aside-home { display: block; font-size: 14px; font-weight: 600; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); }
.prose { font-size: 17px; line-height: 1.65; overflow-wrap: anywhere; }
.prose > :last-child { margin-bottom: 0; }
.prose p { margin: 0 0 19px; }
.prose a { text-decoration: underline; }
.prose strong { font-weight: 700; }
.prose h2 { font-size: 32px; margin: 38px 0 18px; }
.prose h3 { font-size: 25px; margin: 30px 0 13px; }
.prose h4 { font-size: 18px; margin: 24px 0 12px; }
.prose ul,.prose ol { padding-left: 25px; margin-bottom: 22px; }
.prose li { padding-left: 4px; margin-bottom: 8px; }
.prose li::marker { color: var(--forest); font-weight: 700; }
.prose blockquote { margin: 24px 0; padding: 16px 24px; border-left: 4px solid var(--cliff); background: #F5EBDD; }
.prose code { background: #E4E9E6; padding: 2px 5px; font-size: .87em; }
.prose pre { overflow-x: auto; background: #E4E9E6; padding: 18px; }
.intro { margin-bottom: 26px; }
.quick-answer { background: var(--pale-green); border: 1px solid #C8DABC; border-left: 5px solid var(--grass); padding: 22px 25px; margin-block: 28px 38px; }
.content-section { margin-top: var(--space-section); scroll-margin-top: 28px; min-width: 0; }
.content-section > h2 { border-bottom: 2px solid var(--line); padding: 0 0 13px 17px; position: relative; margin-bottom: 22px; font-size: 32px; }
.content-section > h2::before { content: ''; position: absolute; left: 0; top: 3px; bottom: 15px; width: 5px; background: var(--grass); }
.prose figure,.source-image { margin: 28px 0; }
.source-image img,.prose > img { display: block; width: auto; height: auto; max-width: 100%; margin-inline: auto; }
figcaption { font-size: 13px; line-height: 1.55; margin-top: 9px; color: var(--muted); }
.table-scroll { width: 100%; max-width: 100%; overflow-x: auto; margin: 24px 0; border: 1px solid var(--line); background: var(--surface); }
table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.5; text-align: left; font-variant-numeric: tabular-nums; }
.prose > table { display: block; max-width: 100%; overflow-x: auto; }
caption { text-align: left; font-size: 16px; font-weight: 700; padding: 14px 16px; background: #E4E9E6; }
th { font-weight: 700; background: var(--ink); color: var(--surface); padding: 13px 14px; vertical-align: bottom; }
td { padding: 13px 14px; vertical-align: top; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
tbody tr:nth-child(even) { background: #F4F6F4; }
tbody tr:hover { background: var(--pale-green); }
th button { background: transparent; color: inherit; border: 0; padding: 0; text-align: left; }
td p:last-child { margin: 0; }
.prose dl,.wiki-object-fields { margin-block: 20px; }
.prose dl > div,.wiki-object-fields > div { display: grid; grid-template-columns: minmax(120px,.45fr) minmax(0,1fr); gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.prose dt { font-size: 14px; }
.prose dd { font-size: 15px; font-weight: 400; overflow-wrap: anywhere; }
.shared-data { margin-block: 26px; min-width: 0; }
div.shared-record { padding-block: 24px; border-bottom: 1px solid var(--line); }
.shared-record-title { margin: 0 0 16px; font-size: 25px; }
.entity-image { width: auto; height: auto; max-width: 140px; max-height: 160px; object-fit: contain; vertical-align: middle; }
table .entity-image { max-width: 76px; max-height: 84px; }
.source-video { width: 100%; margin: 28px 0; min-width: 0; }
.source-video video,.source-video iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; display: block; background: var(--ink); }
.source-video img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; }
.source-video button { max-width: 100%; }
.source-video > button { display: block; width: 100%; border: 0; padding: 0; position: relative; background: var(--ink); }
.related { margin-top: 52px; padding-top: 25px; border-top: 5px solid var(--cliff); }
.related h2 { font-size: 30px; }
.related ul { list-style: none; margin: 0; padding: 0; }
.related li { border-bottom: 1px solid var(--line); }
.related a { display: flex; gap: 20px; justify-content: space-between; padding: 14px 0; font-size: 16px; font-weight: 600; }
/* System-supplied directories, comparison tools and tier lists. */
.wiki-feature { margin: 28px 0; min-width: 0; max-width: 100%; font-size: 15px; }
.wiki-feature-controls { display: flex; flex-wrap: wrap; gap: 16px; align-items: end; padding: 20px; border-top: 4px solid var(--grass); background: #E4E9E6; }
.wiki-feature-controls label { display: flex; flex-direction: column; gap: 6px; color: var(--ink); font-size: 13px; font-weight: 600; max-width: 100%; }
.wiki-feature input:not([type='checkbox']):not([type='radio']),.wiki-feature select { padding: 9px 12px; border: 1px solid #98A69F; background: var(--surface); color: var(--ink); border-radius: 0; min-width: 0; max-width: 100%; height: 43px; font-size: 15px; }
.wiki-feature input[type='number'] { width: 95px; font-variant-numeric: tabular-nums; }
.wiki-feature input[type='checkbox'],.wiki-feature input[type='radio'] { accent-color: var(--forest); width: 17px; height: 17px; }
.wiki-feature button { padding: 8px 14px; border: 1px solid var(--forest); background: var(--pale-green); font-weight: 600; line-height: 1.4; }
.wiki-feature button:hover { background: #DCEBD3; }
.wiki-feature th button { padding: 0; border: 0; color: var(--surface); background: transparent; }
.wiki-feature th button:hover { text-decoration: underline; }
.wiki-feature button[aria-pressed='true'],.wiki-feature [aria-selected='true'] { background: var(--forest); color: var(--surface); }
.wiki-directory-table { width: 100%; }
.wiki-directory-records { margin-top: 24px; }
.wiki-directory-records > article,.wiki-directory-records > section { border-bottom: 1px solid var(--line); padding: 24px 0; }
.wiki-compare-choices { display: flex; flex-wrap: wrap; gap: 12px 20px; padding: 18px 0; }
.wiki-compare-choices label { display: flex; align-items: center; gap: 8px; }
.wiki-feature-output { margin-top: 22px; padding: 18px; border-left: 4px solid var(--grass); background: var(--pale-green); overflow-wrap: anywhere; }
.wiki-feature-output:empty { padding: 0; border: 0; }
.wiki-tier { display: grid; grid-template-columns: 80px minmax(0,1fr); border: 1px solid var(--line); margin-top: 12px; background: var(--surface); }
.wiki-tier-label { display: flex; align-items: center; justify-content: center; padding: 18px 8px; background: var(--gold); color: var(--ink); font: 800 28px/1.1 var(--font-heading); overflow-wrap: anywhere; }
.wiki-tier-entries { display: flex; flex-wrap: wrap; gap: 16px; padding: 18px; min-width: 0; }
.wiki-tier-entry { flex: 1 1 180px; min-width: 0; max-width: 100%; padding: 12px; border: 1px solid var(--line); }
.wiki-tier-entry img { display: block; width: auto; height: auto; max-height: 112px; max-width: 100%; object-fit: contain; margin: 0 auto 10px; }
.wiki-tier-entry p { font-size: 14px; line-height: 1.5; }
.wiki-feature details { margin-top: 12px; }
.wiki-feature summary { color: var(--forest); cursor: pointer; font-weight: 600; }
.wiki-feature [role='status'] { font-size: 14px; color: var(--forest); }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px; padding: 30px 4px 38px; font-size: 14px; color: var(--surface); }
.site-footer a { color: var(--surface); }
.footer-name { font-family: var(--font-heading); font-weight: 700; font-size: 23px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.back-top { font-weight: 600; }
@media (min-width: 1900px) { .home-hero { padding-block: 48px; } }
@media (max-width: 1150px) {
  .wrap { width: calc(100% - 48px); }
  .play-link { display: none; }
  .main-nav a { padding: 13px 14px; }
  .home-hero { gap: 30px; }
  .hero-copy { padding-left: 0; }
  .hero-copy h1 { font-size: 48px; }
  .game-profile { gap: 24px; }
  .game-profile dl { gap: 20px; }
  .game-profile dl > div { padding-left: 18px; }
  .page-shell { padding-inline: 32px; }
  .reading-layout { grid-template-columns: minmax(0,1fr) 205px; gap: 34px; }
  .category-layout { grid-template-columns: minmax(0,1fr) 220px; gap: 32px; }
}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 32px); }
  .masthead { flex-wrap: wrap; gap: 18px; }
  .header-tools,.search-wrap { width: 100%; }
  .site-brand { font-size: 27px; }
  .main-nav a { font-size: 13px; padding: 12px; }
  .home-hero { grid-template-columns: 1fr; padding-block: 30px; }
  .hero-copy h1 { max-width: 600px; }
  .hero-description { max-width: 65ch; }
  .game-profile { padding: 22px; }
  .game-profile dl { flex-basis: 100%; }
  .game-profile dl > div { border-left: 0; padding-left: 0; }
  .directory { padding: 28px 22px; }
  .section-note { display: none; }
  .directory-grid { grid-template-columns: 1fr; gap: 28px; }
  .page-shell { margin-top: 24px; padding: 24px 22px 36px; }
  .reading-layout,.category-layout { display: flex; flex-direction: column; }
  .article-aside { position: static; max-height: none; order: -1; width: 100%; }
  .toc ul { display: flex; flex-wrap: wrap; gap: 0 20px; }
  .toc li { flex: 1 1 220px; }
  .aside-home { display: none; }
  .article-header h1 { font-size: 40px; }
  .home-editorial { padding-inline: 22px; }
  .category-aside { width: 100%; }
  .wiki-tier { grid-template-columns: 60px minmax(0,1fr); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
/* Keep reading measure separate from the space needed by data components. */
body { position: relative; isolation: isolate; min-height: 100vh; }
.prose > p,.prose > ul,.prose > ol { max-width: 72ch; }
.reading-layout:has(.wiki-feature) { --reading-width: 900px; max-width: 1176px; }

/* Adopted design: readable table rows and aligned directory pages. */
.hero-copy .eyebrow,.hero-description,.play-link,.site-footer a { color: #102317; }
.article-category a { background: var(--forest); }
.article-shell:has(.wiki-feature) > .breadcrumbs { max-width: 1176px; }
.table-scroll th,.table-scroll td { min-width: 9rem; overflow-wrap: normal; }
.table-scroll tbody th { min-width: 13rem; background: transparent; color: var(--ink); vertical-align: top; border-bottom: 1px solid var(--line); }
.wiki-directory-table tbody th > a { display: block; clear: both; margin-top: 6px; }
.table-scroll tbody th .entity-image { float: left; margin: 0 12px 8px 0; }
