/* Editorial pages only: this stylesheet is not loaded by the game. */
.seo-page {
  --paper: #f5f0dc; --gold: #c9a646; --focus: #d8d8a8;
  margin: 0; background: #001818; color: var(--paper);
  font: 400 17px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.seo-page * { box-sizing: border-box; }
.seo-page .seo-wrap { width: min(100%, 780px); margin-inline: auto; padding: 24px max(20px, env(safe-area-inset-left)); }
.seo-page header { border-bottom: 1px solid #c9a646; background: #101410; }
.seo-page nav { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.seo-page a { color: var(--paper); text-underline-offset: 4px; overflow-wrap: anywhere; }
.seo-page a:hover { color: var(--gold); }
.seo-page nav a, .seo-page .seo-action { display: inline-flex; align-items: center; min-height: 44px; padding: 4px 6px; }
.seo-page a:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; border-radius: 6px; }
.seo-page [aria-current="page"] { text-decoration-thickness: 3px; }
.seo-page h1 { margin: 0 0 20px; font-size: 32px; line-height: 1.2; }
.seo-page h2 { margin: 32px 0 12px; color: var(--gold); font-size: 23px; line-height: 1.3; }
.seo-page h3 { margin: 20px 0 8px; font-size: 19px; line-height: 1.4; }
.seo-page p { margin: 0 0 18px; }
.seo-page li { margin-bottom: 16px; padding-left: 4px; }
.seo-page ol { padding-left: 26px; }
.seo-page kbd { border: 1px solid var(--gold); border-radius: 4px; padding: 2px 5px; font: inherit; }
.seo-page footer { border-top: 1px solid #c9a646; }
.seo-page .seo-skip { display: inline-flex; align-items: center; min-height: 44px; margin-bottom: 8px; }
@media (max-width: 420px) { .seo-page h1 { font-size: 28px; } }
