:root {
  --font-atkinson:"Atkinson Hyperlegible",Arial,Helvetica,sans-serif;
}
:root {
  --accent:#c9152c;
  --accent-dark:#7d0b1c;
  --black:27, 15, 18;
  --gray:112, 98, 101;
  --gray-light:235, 228, 222;
  --gray-dark:52, 42, 45;
  --gray-gradient:#f6f1e8, #fffaf2;
  --box-shadow:0 18px 45px #3d151c24;
  --site-bg:#f6f1e8;
  --site-ink:#241619;
  --site-muted:#716267;
  --site-red:#c9152c;
  --site-gold:#f2ad17
}
*,:before,:after {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  color:var(--site-ink);
  font-family:var(--font-atkinson), Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:var(--site-bg);
  word-wrap:break-word;
  overflow-wrap:break-word;
  margin:0;
  font-size:18px;
  line-height:1.65
}
body.menu-open {
  overflow:hidden
}
main {
  display:block
}
h1,h2,h3,h4,h5,h6 {
  color:var(--site-ink);
  text-wrap:balance;
  margin:0 0 .65em;
  font-weight:800;
  line-height:1.15
}
h1 {
  font-size:clamp(2.3rem,6vw,4.8rem)
}
h2 {
  font-size:clamp(1.8rem,4vw,3rem)
}
h3 {
  font-size:clamp(1.2rem,2vw,1.55rem)
}
p {
  margin:0 0 1em
}
a {
  color:var(--site-red);
  text-underline-offset:3px
}
a:hover {
  color:var(--accent-dark)
}
img {
  max-width:100%;
  height:auto;
  display:block
}
button,input,textarea,select {
  font:inherit
}
strong,b {
  font-weight:800
}
hr {
  border:0;
  border-top:1px solid rgb(var(--gray-light))
}
blockquote {
  border-left:4px solid var(--site-red);
  background:#fff;
  border-radius:0 12px 12px 0;
  margin:1.5em 0;
  padding:1em 1.25em
}
code {
  background:rgb(var(--gray-light));
  border-radius:4px;
  padding:2px 5px
}
pre {
  border-radius:12px;
  padding:1.5em;
  overflow-x:auto
}
pre>code {
  all:unset
}
table,textarea {
  width:100%
}
:focus-visible {
  outline-offset:3px;
  outline:3px solid #f2ad178c
}
.prose {
  width:min(760px,100% - 32px);
  margin:0 auto;
  padding:48px 0
}
.prose p {
  margin-bottom:1.35em
}
.sr-only {
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  position:absolute!important
}
@media (width<=720px) {
  body {
    font-size:16px
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,:before,:after {
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important
  }
}
.friend-links {
  color:#888a8d;
  text-align:left;
  width:min(100%,1240px);
  margin:14px auto 0;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  line-height:1.4;
  position:static
}
.friend-links-toggle {
  color:#888a8d;
  font:inherit;
  cursor:pointer;
  background:0 0;
  border:0;
  align-items:center;
  gap:8px;
  padding:0;
  font-weight:700;
  display:inline-flex
}
.friend-links-toggle:hover,.friend-links-toggle:focus-visible {
  color:#444
}
.friend-links-toggle:focus-visible {
  outline-offset:4px;
  outline:2px solid #888a8d
}
.friend-links-symbol {
  color:#999;
  font-size:12px;
  font-weight:400
}
.friend-links-panel {
  width:max-content;
  max-width:100%;
  padding-top:5px;
  position:static
}
.friend-links-panel[hidden] {
  display:none
}
.friend-links-list {
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:8px 20px;
  display:flex
}
.friend-links-list a {
  color:#888a8d;
  white-space:nowrap;
  font-size:13px;
  text-decoration:none;
  transition:color .2s
}
.friend-links-list a:hover,.friend-links-list a:focus-visible {
  color:#444;
  text-decoration:underline
}
@media (width<=600px) {
  .friend-links-panel {
    max-width:100%
  }
}
.site-footer {
  color:#cfc2c5;
  background:#13090c;
  margin-top:40px;
  padding:56px max(20px,50% - 600px) 28px
}
.footer-shell {
  border-bottom:1px solid #ffffff1a;
  justify-content:space-between;
  gap:48px;
  padding-bottom:36px;
  display:flex
}
.footer-brand {
  align-items:flex-start;
  gap:15px;
  max-width:470px;
  display:flex
}
.footer-mark {
  color:#1b0b0e;
  background:linear-gradient(145deg,#ffe297,#eda500);
  border-radius:15px;
  flex:0 0 50px;
  place-items:center;
  width:50px;
  height:50px;
  font-weight:900;
  display:grid
}
.footer-brand strong {
  color:#fff;
  letter-spacing:.08em;
  font-size:20px
}
.footer-brand p {
  color:#998a8e;
  margin:7px 0 0;
  font-size:14px;
  line-height:1.65
}
.site-footer nav {
  flex-wrap:wrap;
  place-content:flex-start flex-end;
  gap:10px 22px;
  max-width:520px;
  display:flex
}
.site-footer nav a {
  color:#cfc2c5;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  transition:color .2s
}
.site-footer nav a:hover {
  color:#ffc94f
}
.footer-bottom {
  color:#857579;
  justify-content:space-between;
  gap:30px;
  padding-top:24px;
  font-size:12px;
  display:flex
}
.footer-bottom p {
  margin:0
}
.footer-bottom strong {
  color:#e8c15d
}
@media (width<=760px) {
  .footer-shell,.footer-bottom {
    flex-direction:column
  }
  .site-footer nav {
    justify-content:flex-start
  }
  .footer-bottom {
    gap:8px
  }
}
.site-header {
  z-index:1000;
  padding:12px 18px 0;
  transition:padding .25s;
  position:sticky;
  top:0
}
.header-container {
  backdrop-filter:blur(18px);
  background:#12090ceb;
  border:1px solid #ffffff17;
  border-radius:20px;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  width:min(1240px,100%);
  min-height:72px;
  margin:0 auto;
  padding:0 18px;
  transition:min-height .25s,border-radius .25s,box-shadow .25s;
  display:grid;
  box-shadow:0 18px 45px #23000729
}
.site-header.is-scrolled {
  padding-top:7px
}
.site-header.is-scrolled .header-container {
  min-height:64px;
  box-shadow:0 14px 34px #23000740
}
.site-brand {
  color:#fff;
  align-items:center;
  gap:10px;
  text-decoration:none;
  display:inline-flex
}
.site-brand-mark {
  color:#1a080b;
  letter-spacing:-.08em;
  background:linear-gradient(145deg,#ffe39a,#ffbd2e 45%,#e88a00);
  border-radius:13px;
  place-items:center;
  width:43px;
  height:43px;
  font-size:17px;
  font-weight:900;
  display:grid;
  transform:rotate(-4deg);
  box-shadow:inset 0 1px #ffffffb3,0 6px 20px #f0a80038
}
.site-brand-copy {
  line-height:1;
  display:grid
}
.site-brand-copy strong {
  letter-spacing:.05em;
  font-size:19px
}
.site-brand-copy small {
  color:#bbaeb1;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-top:5px;
  font-size:9px;
  font-weight:700
}
.main-nav {
  justify-content:center;
  gap:6px;
  min-width:0;
  padding:0 16px;
  display:flex
}
.main-nav a {
  color:#d9ced0;
  white-space:nowrap;
  border-radius:10px;
  padding:12px 11px;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  transition:color .2s,background .2s;
  position:relative
}
.main-nav a:after {
  content:"";
  background:#f3b41b;
  border-radius:2px;
  height:2px;
  transition:transform .2s;
  position:absolute;
  bottom:7px;
  left:12px;
  right:12px;
  transform:scaleX(0)
}
.main-nav a:hover,.main-nav a.active {
  color:#fff;
  background:#ffffff0e
}
.main-nav a.active:after {
  transform:scaleX(1)
}
.header-actions {
  align-items:center;
  gap:8px;
  display:flex
}
.header-button {
  color:#fff;
  border-radius:999px;
  justify-content:center;
  align-items:center;
  min-height:39px;
  padding:9px 15px;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  transition:transform .2s,background .2s,box-shadow .2s;
  display:inline-flex
}
.header-button:hover {
  color:#fff;
  transform:translateY(-2px)
}
.header-button-ghost {
  background:#ffffff0a;
  border:1px solid #ffffff2e
}
.header-button-primary {
  color:#1b0b0e;
  background:linear-gradient(135deg,#ffd369,#f2a900);
  box-shadow:0 8px 22px #f2a90038
}
.header-button-primary:hover {
  color:#1b0b0e;
  box-shadow:0 11px 28px #f2a90052
}
.menu-toggle {
  cursor:pointer;
  background:#ffffff12;
  border:0;
  border-radius:12px;
  width:44px;
  height:44px;
  padding:10px;
  display:none
}
.menu-toggle span {
  background:#fff;
  border-radius:2px;
  width:22px;
  height:2px;
  margin:5px auto;
  transition:transform .2s,opacity .2s;
  display:block
}
.menu-toggle.is-open span:first-child {
  transform:translateY(7px)rotate(45deg)
}
.menu-toggle.is-open span:nth-child(2) {
  opacity:0
}
.menu-toggle.is-open span:nth-child(3) {
  transform:translateY(-7px)rotate(-45deg)
}
@media (width<=1100px) {
  .site-brand-copy small {
    display:none
  }
  .main-nav a {
    padding-inline:8px;
    font-size:13px
  }
}
@media (width<=980px) {
  .site-header {
    padding:8px 10px 0
  }
  .header-container {
    border-radius:16px;
    grid-template-columns:auto 1fr auto;
    min-height:64px
  }
  .header-actions {
    justify-self:end;
    margin-right:8px
  }
  .header-button-ghost {
    display:none
  }
  .menu-toggle {
    display:block
  }
  .main-nav {
    opacity:0;
    visibility:hidden;
    background:#170c0f;
    border:1px solid #ffffff17;
    border-radius:16px;
    gap:4px;
    padding:12px;
    transition:opacity .2s,visibility .2s,transform .2s;
    display:grid;
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    right:0;
    transform:translateY(-10px);
    box-shadow:0 22px 45px #14000459
  }
  .main-nav.is-open {
    opacity:1;
    visibility:visible;
    transform:translateY(0)
  }
  .main-nav a {
    padding:13px 14px
  }
}
@media (width<=520px) {
  .header-actions {
    display:none
  }
  .site-brand-copy strong {
    font-size:17px
  }
}
:root {
  --game-red:#c9152c;
  --game-red-dark:#7d0b1c;
  --game-crimson:#9d1023;
  --game-gold:#f2ad17;
  --game-gold-soft:#ffd86f;
  --game-ink:#241619;
  --game-muted:#74656a;
  --game-line:#e4d9d1;
  --game-surface:#fffdf8;
  --game-surface-soft:#f7efe5
}
body {
  background:radial-gradient(circle at 5% 8%,#c9152c14,#0000 26rem),radial-gradient(circle at 95% 22%,#f2ad171a,#0000 28rem),#f6f1e8
}
.game-page {
  width:min(1200px,100% - 36px);
  margin:0 auto;
  padding:40px 0 82px;
  position:relative
}
.game-page:before {
  content:"";
  z-index:-2;
  opacity:.36;
  background-image:linear-gradient(#70444b0b 1px,#0000 1px),linear-gradient(90deg,#70444b0b 1px,#0000 1px);
  background-size:32px 32px;
  position:fixed;
  inset:0;
  mask-image:linear-gradient(#000,#0000 72%)
}
.game-hero {
  isolation:isolate;
  color:#fff;
  background:linear-gradient(125deg,#c9152c57,#0000 52%),linear-gradient(145deg,#1a0b0f 0%,#2a0b12 56%,#12090c 100%);
  border:1px solid #ffffff1f;
  border-radius:34px;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  align-items:center;
  gap:clamp(36px,6vw,90px);
  min-height:570px;
  padding:clamp(48px,7vw,88px);
  display:grid;
  position:relative;
  overflow:hidden;
  box-shadow:0 30px 70px #46071238
}
.game-hero:before {
  content:"";
  z-index:-1;
  background-image:radial-gradient(circle at 20% 20%,#ffffff0f 0 1px,#0000 1.5px);
  background-size:22px 22px;
  position:absolute;
  inset:0;
  mask-image:linear-gradient(90deg,#000,#0000 72%)
}
.game-hero:after {
  content:"";
  z-index:-1;
  border:1px solid #f2ad172e;
  border-radius:50%;
  width:520px;
  height:520px;
  position:absolute;
  bottom:-55%;
  right:-10%;
  box-shadow:0 0 0 70px #f2ad1709,0 0 0 140px #f2ad1706
}
.game-hero-glow {
  z-index:-1;
  filter:blur(80px);
  background:#c9152c3d;
  border-radius:50%;
  width:420px;
  height:420px;
  position:absolute;
  top:-150px;
  left:38%
}
.game-hero-content {
  z-index:2;
  max-width:690px;
  animation:.65s both rise-in;
  position:relative
}
.game-hero-eyebrow,.section-eyebrow {
  color:var(--game-gold-soft);
  letter-spacing:.2em;
  text-transform:uppercase;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
  font-size:12px;
  font-weight:900;
  display:flex
}
.game-hero-eyebrow span,.section-eyebrow:before {
  content:"";
  background:currentColor;
  border-radius:2px;
  width:34px;
  height:2px;
  box-shadow:0 0 12px
}
.game-hero h1 {
  color:#fff;
  letter-spacing:-.055em;
  text-shadow:0 10px 38px #00000047;
  max-width:760px;
  margin:0 0 22px;
  font-size:clamp(42px,6.4vw,76px);
  line-height:.98
}
.game-hero-text {
  color:#d8cdd0;
  max-width:630px;
  margin:0 0 30px;
  font-size:clamp(16px,1.7vw,19px);
  line-height:1.7
}
.game-hero-actions {
  flex-wrap:wrap;
  align-items:center;
  gap:18px;
  display:flex
}
.game-download-button,.button-primary,.game-card-action {
  color:#1d0c10;
  background:linear-gradient(135deg, #ffe08b, var(--game-gold));
  border:0;
  border-radius:999px;
  justify-content:center;
  align-items:center;
  gap:10px;
  min-height:52px;
  padding:13px 24px;
  font-size:15px;
  font-weight:900;
  line-height:1;
  text-decoration:none;
  transition:transform .2s,box-shadow .2s;
  display:inline-flex;
  position:relative;
  overflow:hidden;
  box-shadow:0 12px 28px #f2ad173d
}
.game-download-button:before,.button-primary:before,.game-card-action:before {
  content:"";
  background:#ffffff7a;
  width:35%;
  transition:left .45s;
  position:absolute;
  top:-30%;
  bottom:-30%;
  left:-50%;
  transform:skew(-18deg)
}
.game-download-button:hover,.button-primary:hover,.game-card-action:hover {
  color:#1d0c10;
  transform:translateY(-3px);
  box-shadow:0 16px 34px #f2ad1757
}
.game-download-button:hover:before,.button-primary:hover:before,.game-card-action:hover:before {
  left:115%
}
.game-download-button span,.game-card-action span {
  font-size:18px;
  transition:transform .2s
}
.game-download-button:hover span,.game-card-action:hover span {
  transform:translate(2px,-2px)
}
.game-download-note {
  color:#a9999e;
  margin:0;
  font-size:12px;
  font-weight:700
}
.game-hero-visual {
  place-items:center;
  min-height:330px;
  animation:.65s .12s both rise-in;
  display:grid;
  position:relative
}
.brand-emblem {
  z-index:2;
  color:#2b0b12;
  background:linear-gradient(145deg,#fff1bb,#f2ad17 52%,#c46b00);
  border:1px solid #fff9;
  border-radius:72px;
  justify-content:center;
  align-items:baseline;
  width:248px;
  height:248px;
  animation:5s ease-in-out infinite float;
  display:flex;
  position:relative;
  transform:rotate(-6deg);
  box-shadow:inset 0 2px #ffffffb8,inset 0 -15px 30px #6d300038,0 28px 70px #f2ad173d
}
.brand-emblem:after {
  content:"";
  border:2px solid #5619093b;
  border-radius:58px;
  position:absolute;
  inset:15px
}
.brand-emblem span {
  letter-spacing:-.12em;
  font-size:96px;
  font-weight:950
}
.brand-emblem strong {
  letter-spacing:-.1em;
  font-size:63px;
  font-weight:950
}
.game-app-logo {
  z-index:2;
  object-fit:cover;
  border:6px solid #ffffffeb;
  border-radius:62px;
  width:240px;
  height:240px;
  animation:5s ease-in-out infinite float;
  position:relative;
  transform:rotate(-5deg);
  box-shadow:0 28px 70px #00000057
}
.hero-orbit {
  border:1px solid #ffd66f47;
  border-radius:50%;
  position:absolute
}
.hero-orbit--one {
  width:320px;
  height:320px;
  animation:18s linear infinite spin
}
.hero-orbit--one:after {
  content:"";
  background:var(--game-gold);
  width:12px;
  height:12px;
  box-shadow:0 0 20px var(--game-gold);
  border-radius:50%;
  position:absolute;
  top:18px;
  left:55px
}
.hero-orbit--two {
  opacity:.55;
  width:390px;
  height:260px;
  transform:rotate(32deg)
}
.hero-badge {
  z-index:3;
  color:#fff;
  letter-spacing:.1em;
  backdrop-filter:blur(8px);
  background:#c9152cd6;
  border:1px solid #ffffff2e;
  border-radius:999px;
  place-items:center;
  min-width:55px;
  height:34px;
  padding:0 12px;
  font-size:11px;
  font-weight:900;
  display:grid;
  position:absolute;
  box-shadow:0 12px 30px #0000003d
}
.hero-badge--top {
  top:24px;
  right:20px;
  transform:rotate(8deg)
}
.hero-badge--bottom {
  background:#ffffff1a;
  bottom:32px;
  left:15px
}
.game-hero--centered {
  text-align:center;
  grid-template-columns:1fr;
  min-height:500px
}
.game-hero--centered .game-hero-content {
  margin:auto
}
.game-hero--centered .game-hero-eyebrow,.game-hero--centered .game-hero-actions {
  justify-content:center
}
.game-hero--centered .game-hero-visual {
  display:none
}
.game-hero--compact {
  min-height:400px;
  padding-block:55px
}
.game-hero--compact .brand-emblem,.game-hero--compact .game-app-logo {
  border-radius:48px;
  width:185px;
  height:185px
}
.game-hero--compact .brand-emblem span {
  font-size:72px
}
.game-hero--compact .brand-emblem strong {
  font-size:48px
}
.page-index {
  color:var(--game-red);
  letter-spacing:.18em;
  text-transform:uppercase;
  align-items:center;
  gap:10px;
  margin:0 0 22px;
  font-size:12px;
  font-weight:950;
  display:flex
}
.page-index span {
  color:#fff;
  letter-spacing:0;
  background:var(--game-red);
  border-radius:50%;
  place-items:center;
  width:29px;
  height:29px;
  font-size:10px;
  display:grid
}
.directory-hero {
  isolation:isolate;
  border:1px solid var(--game-line);
  background:linear-gradient(135deg,#fffdf8 0%,#fff9ef 58%,#eadbd2 100%);
  border-radius:34px;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);
  align-items:center;
  gap:clamp(42px,7vw,90px);
  min-height:540px;
  padding:clamp(46px,7vw,78px);
  display:grid;
  position:relative;
  overflow:hidden;
  box-shadow:0 25px 65px #4e232b1f
}
.directory-hero:before {
  content:"CATALOG";
  z-index:-1;
  color:#7d0b1c0b;
  letter-spacing:-.08em;
  font-size:clamp(100px,16vw,220px);
  font-weight:950;
  line-height:1;
  position:absolute;
  bottom:-78px;
  right:-25px
}
.directory-hero:after {
  content:"";
  z-index:-1;
  background:#c9152c0a;
  width:220px;
  height:900px;
  position:absolute;
  top:-45%;
  right:32%;
  transform:rotate(24deg)
}
.directory-hero-copy h1 {
  letter-spacing:-.055em;
  max-width:720px;
  margin:0 0 22px;
  font-size:clamp(48px,6vw,76px);
  line-height:.98
}
.directory-hero-copy>p:not(.page-index) {
  max-width:610px;
  color:var(--game-muted);
  margin:0 0 30px;
  font-size:17px
}
.directory-hero-actions {
  flex-wrap:wrap;
  align-items:center;
  gap:20px;
  display:flex
}
.directory-board {
  z-index:2;
  color:#fff;
  background:linear-gradient(145deg,#1b0b0f,#360d16);
  border:1px solid #ffffff1f;
  border-radius:27px;
  padding:19px;
  transition:transform .25s;
  position:relative;
  transform:rotate(2deg);
  box-shadow:0 28px 55px #4506113d
}
.directory-board:hover {
  transform:rotate(0)translateY(-5px)
}
.directory-board-head {
  justify-content:space-between;
  align-items:end;
  padding:3px 4px 17px;
  display:flex
}
.directory-board-head span {
  color:#cdbfc2;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-size:11px;
  font-weight:900
}
.directory-board-head strong {
  color:var(--game-gold-soft);
  font-size:42px;
  line-height:.85
}
.directory-preview {
  background:#ffffff0e;
  border:1px solid #ffffff14;
  border-radius:16px;
  grid-template-columns:28px 56px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  margin-top:8px;
  padding:10px;
  display:grid
}
.directory-preview>span {
  color:#9b898e;
  font-size:10px;
  font-weight:900
}
.directory-preview img {
  object-fit:cover;
  border-radius:13px;
  width:56px;
  height:56px
}
.directory-preview strong {
  color:#fff;
  font-size:14px
}
.directory-preview small {
  color:var(--game-gold-soft);
  font-size:10px;
  font-weight:900
}
.directory-board>p {
  color:#8f7d82;
  letter-spacing:.08em;
  text-transform:uppercase;
  justify-content:center;
  gap:9px;
  margin:16px 0 0;
  font-size:9px;
  font-weight:800;
  display:flex
}
.directory-board>p span {
  color:var(--game-red)
}
.editorial-hero {
  color:#fff;
  border-top:7px solid var(--game-gold);
  background:#1a0b0f;
  border-radius:6px 6px 28px 28px;
  padding:30px clamp(30px,6vw,76px) 0;
  position:relative;
  overflow:hidden;
  box-shadow:0 25px 60px #3d050f33
}
.editorial-hero:before {
  content:"PLAYBOOK";
  color:#ffffff09;
  letter-spacing:-.07em;
  transform-origin:100% 0;
  font-size:130px;
  font-weight:950;
  position:absolute;
  top:80px;
  right:-24px;
  transform:rotate(90deg)translate(100%)
}
.editorial-hero-top {
  color:#a9989d;
  letter-spacing:.18em;
  border-bottom:1px solid #ffffff1f;
  justify-content:space-between;
  padding-bottom:22px;
  font-size:10px;
  font-weight:900;
  display:flex
}
.editorial-hero-grid {
  grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);
  align-items:end;
  gap:60px;
  padding:clamp(46px,7vw,78px) 0;
  display:grid
}
.editorial-hero .page-index {
  color:var(--game-gold-soft)
}
.editorial-hero .page-index span {
  color:#1a0b0f;
  background:var(--game-gold)
}
.editorial-hero h1 {
  color:#fff;
  letter-spacing:-.06em;
  margin:0;
  font-size:clamp(48px,6.7vw,82px);
  line-height:.95
}
.editorial-hero h1 em {
  color:var(--game-gold-soft);
  font-family:Georgia,serif;
  font-weight:500
}
.editorial-hero-lead {
  padding-bottom:5px
}
.editorial-hero-lead p {
  color:#cbbdc1;
  font-size:17px;
  line-height:1.7
}
.editorial-hero-lead a {
  color:#fff;
  border-bottom:2px solid var(--game-red);
  gap:12px;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
  display:inline-flex
}
.editorial-hero-lead a span {
  color:var(--game-gold-soft)
}
.editorial-meta {
  border-top:1px solid #ffffff1f;
  grid-template-columns:repeat(3,1fr);
  margin:0 calc(-1*clamp(30px,6vw,76px));
  display:grid
}
.editorial-meta span {
  color:#a9989d;
  text-transform:uppercase;
  padding:19px clamp(20px,4vw,45px);
  font-size:11px;
  font-weight:800
}
.editorial-meta span+span {
  border-left:1px solid #ffffff1f
}
.editorial-meta strong {
  color:#fff;
  margin-right:5px;
  font-size:17px
}
.manifesto-hero {
  border:1px solid var(--game-line);
  background:#fffdf8;
  border-radius:34px;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.55fr);
  align-items:end;
  gap:70px;
  min-height:500px;
  padding:clamp(50px,8vw,92px);
  display:grid;
  position:relative;
  overflow:hidden;
  box-shadow:0 23px 60px #4b232a1a
}
.manifesto-word {
  color:#c9152c0e;
  letter-spacing:-.09em;
  font-size:clamp(110px,19vw,255px);
  font-weight:950;
  line-height:1;
  position:absolute;
  top:-29px;
  right:18px
}
.manifesto-copy {
  z-index:1;
  position:relative
}
.manifesto-copy h1 {
  letter-spacing:-.07em;
  max-width:690px;
  margin:0 0 22px;
  font-size:clamp(55px,8vw,96px);
  line-height:.88
}
.manifesto-copy>p:not(.page-index) {
  max-width:620px;
  color:var(--game-muted);
  margin-bottom:28px;
  font-size:18px
}
.manifesto-notes {
  z-index:1;
  border-left:1px solid var(--game-line);
  padding:10px 0 10px 28px;
  position:relative
}
.manifesto-notes p {
  color:#49383d;
  border-bottom:1px solid var(--game-line);
  align-items:center;
  gap:16px;
  margin:0;
  padding:18px 0;
  font-size:14px;
  font-weight:900;
  display:flex
}
.manifesto-notes p:last-child {
  border-bottom:0
}
.manifesto-notes strong {
  color:var(--game-red);
  font-size:11px
}
.support-hero {
  border:1px solid var(--game-line);
  background:linear-gradient(135deg,#f0e6d9,#fffaf2);
  border-radius:34px;
  grid-template-columns:minmax(0,.8fr) minmax(460px,1.2fr);
  align-items:center;
  gap:clamp(35px,6vw,78px);
  min-height:510px;
  padding:clamp(42px,7vw,78px);
  display:grid;
  box-shadow:0 22px 58px #46202717
}
.support-hero-copy h1 {
  letter-spacing:-.06em;
  margin:0 0 22px;
  font-size:clamp(48px,6vw,74px);
  line-height:.96
}
.support-hero-copy>p:not(.page-index) {
  color:var(--game-muted);
  margin-bottom:27px;
  font-size:16px
}
.support-router {
  gap:14px;
  display:grid
}
.support-router article {
  border:1px solid var(--game-line);
  background:#fffdf8f0;
  border-radius:21px;
  grid-template-columns:58px minmax(0,1fr) auto;
  align-items:center;
  gap:17px;
  padding:22px;
  transition:transform .22s,border-color .22s;
  display:grid;
  position:relative;
  overflow:hidden;
  box-shadow:0 13px 30px #53283012
}
.support-router article:hover {
  border-color:#c9152c52;
  transform:translate(-7px)
}
.support-route-icon {
  color:#fff;
  background:linear-gradient(145deg,var(--game-red),var(--game-red-dark));
  border-radius:17px;
  place-items:center;
  width:58px;
  height:58px;
  font-size:13px;
  font-weight:950;
  display:grid
}
.support-router article:nth-child(2) .support-route-icon {
  color:#26160b;
  background:linear-gradient(145deg,#ffe18b,var(--game-gold))
}
.support-router small {
  color:var(--game-red);
  letter-spacing:.15em;
  font-size:9px;
  font-weight:950
}
.support-router h2 {
  margin:3px 0 5px;
  font-size:21px
}
.support-router p {
  color:var(--game-muted);
  margin:0;
  font-size:13px
}
.support-router article>strong {
  color:#c9152c1a;
  font-size:50px
}
.warning-hero {
  color:#20150a;
  background:var(--game-gold);
  border:2px solid #20150a;
  border-radius:4px;
  grid-template-columns:240px minmax(0,1fr);
  min-height:450px;
  display:grid;
  position:relative;
  overflow:hidden;
  box-shadow:14px 14px #20150a
}
.warning-hero:after {
  content:"";
  background:repeating-linear-gradient(135deg,#20150a 0 16px,var(--game-gold) 16px 32px);
  height:18px;
  position:absolute;
  bottom:0;
  left:0;
  right:0
}
.warning-code {
  background:#ffffff24;
  border-right:2px solid #20150a;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:8px;
  display:flex
}
.warning-code small {
  letter-spacing:.25em;
  font-size:11px;
  font-weight:950
}
.warning-code strong {
  font-size:160px;
  font-weight:950;
  line-height:.72
}
.warning-code span {
  font-size:12px;
  font-weight:950
}
.warning-copy {
  align-self:center;
  padding:clamp(40px,7vw,80px)
}
.warning-copy .page-index {
  color:#20150a
}
.warning-copy .page-index span {
  color:var(--game-gold);
  background:#20150a
}
.warning-copy h1 {
  letter-spacing:-.065em;
  max-width:730px;
  margin:0 0 20px;
  font-size:clamp(50px,7vw,82px);
  line-height:.92
}
.warning-copy>p {
  color:#51380d;
  max-width:720px;
  margin-bottom:28px;
  font-size:17px
}
.warning-copy>div {
  flex-wrap:wrap;
  gap:14px 25px;
  display:flex
}
.warning-link {
  color:#20150a;
  border-bottom:2px solid #20150a;
  font-size:13px;
  font-weight:950;
  text-decoration:none
}
.warning-link:hover {
  color:var(--game-red-dark)
}
.policy-hero {
  border:1px solid #d9d3cc;
  border-left:9px solid var(--game-red);
  background:#fff;
  border-radius:3px 24px 24px 3px;
  overflow:hidden;
  box-shadow:0 24px 55px #41262b1a
}
.policy-header {
  color:#8a7b80;
  letter-spacing:.18em;
  background:#faf8f4;
  border-bottom:1px solid #e8e2dc;
  justify-content:space-between;
  padding:17px 25px;
  font-size:9px;
  font-weight:950;
  display:flex
}
.policy-title {
  max-width:900px;
  padding:clamp(48px,8vw,92px)
}
.policy-title h1 {
  letter-spacing:-.05em;
  margin:0 0 22px;
  font-family:Georgia,serif;
  font-size:clamp(52px,7vw,86px);
  font-weight:500;
  line-height:.98
}
.policy-title>p:not(.page-index) {
  max-width:720px;
  color:var(--game-muted);
  margin:0;
  font-size:17px
}
.policy-facts {
  border-top:1px solid #e8e2dc;
  grid-template-columns:repeat(3,1fr) auto;
  align-items:stretch;
  display:grid
}
.policy-facts>span,.policy-facts>a {
  border-right:1px solid #e8e2dc;
  flex-direction:column;
  justify-content:center;
  min-height:86px;
  padding:17px 24px;
  display:flex
}
.policy-facts small {
  color:#9a8b90;
  letter-spacing:.1em;
  text-transform:uppercase;
  font-size:9px;
  font-weight:900
}
.policy-facts strong {
  margin-top:5px;
  font-size:14px
}
.policy-facts>a {
  color:#fff;
  background:var(--game-red);
  border-right:0;
  font-size:13px;
  font-weight:900;
  text-decoration:none
}
.info-strip {
  border:1px solid var(--game-line);
  background:var(--game-line);
  border-radius:22px;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  margin:22px 0 0;
  animation:.6s .16s both rise-in;
  display:grid;
  overflow:hidden;
  box-shadow:0 14px 36px #522a3114
}
.info-strip-item {
  text-align:center;
  background:#fffdf8f5;
  padding:24px 18px
}
.info-strip-item strong {
  color:var(--game-red);
  font-size:25px;
  line-height:1.1;
  display:block
}
.info-strip-item span {
  color:var(--game-muted);
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
  font-weight:800
}
.content-section {
  margin-top:clamp(62px,8vw,100px)
}
.section-heading {
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:28px;
  display:flex
}
.section-heading-copy {
  max-width:720px
}
.section-heading h2 {
  letter-spacing:-.04em;
  margin:0 0 9px;
  font-size:clamp(31px,4.6vw,54px)
}
.section-heading p {
  color:var(--game-muted);
  margin:0;
  font-size:16px
}
.section-eyebrow {
  color:var(--game-red);
  margin-bottom:12px
}
.section-link,.button-secondary {
  color:var(--game-red-dark);
  border-bottom:2px solid #c9152c38;
  flex:none;
  align-items:center;
  gap:8px;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
  display:inline-flex
}
.section-link:hover,.button-secondary:hover {
  color:var(--game-red)
}
.game-section {
  border:1px solid var(--game-line);
  background:#fffdf8e6;
  border-radius:26px;
  margin-top:30px;
  padding:clamp(26px,4vw,48px);
  position:relative;
  box-shadow:0 18px 48px #48232a12
}
.game-section h2 {
  letter-spacing:-.025em;
  margin-bottom:16px;
  font-size:clamp(27px,3vw,39px)
}
.game-section h3 {
  margin-top:25px
}
.game-section p,.game-section li {
  color:#625358
}
.game-section a:not(.button-primary):not(.game-card-action) {
  font-weight:800
}
.game-section--dark {
  color:#eadfe1;
  background:linear-gradient(145deg,#1b0c10,#2d0d15);
  border-color:#ffffff14;
  box-shadow:0 24px 58px #4107122e
}
.game-section--dark h2,.game-section--dark h3 {
  color:#fff
}
.game-section--dark p,.game-section--dark li {
  color:#cbbdc1
}
.content-grid {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  display:grid
}
.feature-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  display:grid
}
.feature-card {
  border:1px solid var(--game-line);
  background:var(--game-surface);
  border-radius:20px;
  padding:26px;
  transition:transform .24s,box-shadow .24s,border-color .24s;
  position:relative;
  overflow:hidden
}
.feature-card:after {
  content:"";
  border:20px solid #c9152c0b;
  border-radius:50%;
  width:110px;
  height:110px;
  transition:transform .28s;
  position:absolute;
  bottom:-48px;
  right:-40px
}
.feature-card:hover {
  border-color:#c9152c47;
  transform:translateY(-6px);
  box-shadow:0 20px 42px #661e2a1f
}
.feature-card:hover:after {
  transform:scale(1.3)
}
.feature-icon {
  color:#fff;
  background:linear-gradient(145deg,var(--game-red),var(--game-red-dark));
  border-radius:14px;
  place-items:center;
  width:46px;
  height:46px;
  margin-bottom:17px;
  font-size:20px;
  font-weight:900;
  display:grid;
  box-shadow:0 9px 22px #c9152c33
}
.feature-card h3 {
  margin:0 0 8px;
  font-size:19px
}
.feature-card p {
  color:var(--game-muted);
  margin:0;
  font-size:15px
}
.guide-card-link {
  color:inherit;
  text-decoration:none
}
.guide-card-link>strong {
  color:var(--game-red);
  letter-spacing:.04em;
  align-items:center;
  gap:7px;
  margin-top:17px;
  font-size:12px;
  display:inline-flex
}
.guide-card-link>strong span {
  transition:transform .2s
}
.guide-card-link:hover>strong span {
  transform:translate(4px)
}
.clean-list {
  margin:0;
  padding-left:21px
}
.clean-list li {
  margin:9px 0;
  padding-left:5px
}
.clean-list li::marker {
  color:var(--game-red)
}
.game-grid {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  display:grid
}
.game-card {
  border:1px solid var(--game-line);
  background:#fffdf8f5;
  border-radius:24px;
  grid-template-rows:1fr auto;
  grid-template-columns:132px minmax(0,1fr);
  column-gap:20px;
  min-height:210px;
  padding:18px;
  transition:transform .25s,box-shadow .25s,border-color .25s;
  animation:.55s both rise-in;
  display:grid;
  position:relative;
  overflow:hidden;
  box-shadow:0 10px 30px #49212811
}
.game-card:nth-child(2n) {
  animation-delay:60ms
}
.game-card:before {
  content:"";
  pointer-events:none;
  background:linear-gradient(115deg,#0000 20%,#ffffffb3 45%,#0000 62%);
  transition:transform .65s;
  position:absolute;
  inset:0;
  transform:translate(-120%)
}
.game-card:hover {
  z-index:2;
  border-color:#c9152c57;
  transform:translateY(-7px)rotate(.25deg);
  box-shadow:0 24px 48px #62192724
}
.game-card:hover:before {
  transform:translate(120%)
}
.game-card-media {
  background:#251116;
  border-radius:18px;
  grid-row:1/3;
  min-height:174px;
  position:relative;
  overflow:hidden
}
.game-card-media img {
  object-fit:cover;
  width:100%;
  height:100%;
  transition:transform .35s
}
.game-card:hover .game-card-media img {
  transform:scale(1.06)
}
.game-card-rank,.game-card-tag {
  color:#fff;
  border-radius:999px;
  place-items:center;
  min-width:34px;
  height:29px;
  padding:0 9px;
  font-size:11px;
  font-weight:900;
  display:grid;
  position:absolute;
  top:10px;
  box-shadow:0 6px 16px #0000003d
}
.game-card-rank {
  background:var(--game-red);
  left:10px
}
.game-card-tag {
  color:#25150b;
  background:var(--game-gold);
  right:10px
}
.game-card-body {
  align-self:center;
  min-width:0;
  padding-top:3px
}
.game-card-rating {
  color:#e5a400;
  letter-spacing:.05em;
  align-items:center;
  gap:8px;
  margin:0 0 8px;
  font-size:12px;
  display:flex
}
.game-card-rating strong {
  color:var(--game-muted);
  font-size:11px
}
.game-card h3 {
  margin:0 0 7px;
  font-size:20px
}
.game-card-body>p:last-child {
  color:var(--game-muted);
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  margin:0;
  font-size:13px;
  line-height:1.5;
  display:-webkit-box;
  overflow:hidden
}
.game-card-actions {
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  margin-top:12px;
  display:flex
}
.game-card-action {
  min-height:38px;
  padding:9px 17px;
  font-size:12px
}
.game-card-details {
  min-height:38px;
  color:var(--game-red);
  background:#fff;
  border:1px solid #c9152c3d;
  border-radius:999px;
  justify-content:center;
  align-items:center;
  gap:7px;
  padding:8px 16px;
  font-size:12px;
  font-weight:900;
  line-height:1;
  text-decoration:none;
  transition:color .2s,border-color .2s,background .2s,transform .2s;
  display:inline-flex
}
.game-card-details span {
  font-size:16px;
  transition:transform .2s
}
.game-card-details:hover {
  color:#fff;
  border-color:var(--game-red);
  background:var(--game-red);
  transform:translateY(-2px)
}
.game-card-details:hover span {
  transform:translate(3px)
}
.article-layout {
  grid-template-columns:250px minmax(0,1fr);
  align-items:start;
  gap:28px;
  display:grid
}
.article-aside {
  border:1px solid var(--game-line);
  background:#fffdf8eb;
  border-radius:18px;
  padding:22px;
  position:sticky;
  top:100px
}
.article-aside strong {
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:10px;
  font-size:13px;
  display:block
}
.article-aside a {
  color:var(--game-muted);
  padding:7px 0;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  display:block
}
.article-aside a:hover {
  color:var(--game-red)
}
.article-content {
  min-width:0
}
.tips-grid {
  counter-reset:tip;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:24px;
  display:grid
}
.tip-card {
  border:1px solid var(--game-line);
  background:var(--game-surface);
  counter-increment:tip;
  border-radius:18px;
  padding:24px 22px 22px 66px;
  position:relative
}
.tip-card:before {
  content:counter(tip,decimal-leading-zero);
  color:var(--game-red);
  font-size:16px;
  font-weight:950;
  position:absolute;
  top:21px;
  left:20px
}
.tip-card h3 {
  margin:0 0 7px;
  font-size:17px
}
.tip-card p {
  margin:0;
  font-size:14px
}
.steps {
  counter-reset:step;
  gap:13px;
  margin:20px 0 0;
  padding:0;
  list-style:none;
  display:grid
}
.steps li {
  border:1px solid var(--game-line);
  background:var(--game-surface-soft);
  counter-increment:step;
  border-radius:16px;
  min-height:64px;
  padding:16px 18px 16px 67px;
  position:relative
}
.steps li:before {
  content:counter(step);
  color:#fff;
  background:linear-gradient(145deg,var(--game-red),var(--game-red-dark));
  border-radius:12px;
  place-items:center;
  width:36px;
  height:36px;
  font-size:13px;
  font-weight:900;
  display:grid;
  position:absolute;
  top:14px;
  left:16px
}
.faq-list {
  gap:12px;
  display:grid
}
.faq-list details {
  border:1px solid var(--game-line);
  background:var(--game-surface);
  border-radius:16px;
  transition:border-color .2s,box-shadow .2s
}
.faq-list details[open] {
  border-color:#c9152c59;
  box-shadow:0 12px 25px #5a1e2814
}
.faq-list summary {
  color:var(--game-ink);
  cursor:pointer;
  padding:18px 48px 18px 20px;
  font-weight:900;
  list-style:none;
  position:relative
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary:after {
  content:"+";
  color:var(--game-red);
  font-size:24px;
  position:absolute;
  top:50%;
  right:20px;
  transform:translateY(-50%)
}
.faq-list details[open] summary:after {
  content:"−"
}
.faq-list details p {
  margin:0;
  padding:0 20px 18px;
  font-size:15px
}
.notice {
  border:1px solid #e7c86e;
  border-left:5px solid var(--game-gold);
  background:#fff8dd;
  border-radius:18px;
  margin-top:28px;
  padding:25px 26px
}
.notice h2,.notice h3 {
  color:#5d3d00;
  margin:0 0 9px;
  font-size:21px
}
.notice p {
  color:#6d5b31;
  margin:0;
  font-size:14px
}
.notice--danger {
  border-color:#efb1b9;
  border-left-color:var(--game-red);
  background:#fff4f4
}
.notice--danger h2,.notice--danger h3 {
  color:#821527
}
.notice--danger p {
  color:#71464d
}
.cta-panel {
  color:#fff;
  background:linear-gradient(125deg,#801022,#c9152c 58%,#8a0b1e);
  border-radius:28px;
  justify-content:space-between;
  align-items:center;
  gap:35px;
  margin-top:70px;
  padding:clamp(34px,5vw,58px);
  display:flex;
  position:relative;
  overflow:hidden;
  box-shadow:0 24px 55px #750c1e3b
}
.cta-panel:after {
  content:"M9";
  color:#ffffff12;
  font-size:180px;
  font-weight:950;
  line-height:1;
  position:absolute;
  bottom:-44px;
  right:4%
}
.cta-panel>* {
  z-index:1;
  position:relative
}
.cta-panel h2 {
  color:#fff;
  margin:0 0 10px;
  font-size:clamp(28px,4vw,44px)
}
.cta-panel p {
  color:#f3d9de;
  max-width:680px;
  margin:0;
  font-size:15px
}
.cta-panel .button-primary {
  flex:none
}
@keyframes rise-in {
  0% {
    opacity:0;
    transform:translateY(22px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
@keyframes float {
  0%,to {
    transform:rotate(-6deg)translateY(0)
  }
  50% {
    transform:rotate(-3deg)translateY(-12px)
  }
}
@keyframes spin {
  to {
    transform:rotate(360deg)
  }
}
@media (width<=920px) {
  .game-hero {
    text-align:center;
    grid-template-columns:1fr;
    min-height:0
  }
  .game-hero-content {
    margin:0 auto
  }
  .game-hero-eyebrow,.game-hero-actions {
    justify-content:center
  }
  .game-hero-visual {
    min-height:280px
  }
  .brand-emblem,.game-app-logo {
    border-radius:58px;
    width:210px;
    height:210px
  }
  .brand-emblem span {
    font-size:82px
  }
  .brand-emblem strong {
    font-size:54px
  }
  .info-strip {
    grid-template-columns:repeat(2,1fr)
  }
  .game-grid {
    grid-template-columns:1fr
  }
  .feature-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .article-layout {
    grid-template-columns:1fr
  }
  .article-aside {
    display:none;
    position:static
  }
  .directory-hero {
    grid-template-columns:1fr
  }
  .directory-board {
    width:min(100%,590px);
    margin:0 auto;
    transform:none
  }
  .editorial-hero-grid {
    grid-template-columns:1fr;
    gap:30px
  }
  .editorial-hero-lead {
    max-width:620px
  }
  .manifesto-hero {
    grid-template-columns:1fr;
    gap:35px
  }
  .manifesto-notes {
    border-top:1px solid var(--game-line);
    border-left:0;
    grid-template-columns:repeat(3,1fr);
    padding:20px 0 0;
    display:grid
  }
  .manifesto-notes p {
    border-right:1px solid var(--game-line);
    border-bottom:0;
    flex-direction:column;
    align-items:flex-start;
    padding:16px
  }
  .support-hero {
    grid-template-columns:1fr
  }
  .warning-hero {
    grid-template-columns:170px minmax(0,1fr)
  }
  .warning-code strong {
    font-size:125px
  }
  .policy-facts {
    grid-template-columns:repeat(2,1fr)
  }
  .policy-facts>span:nth-child(2) {
    border-right:0
  }
  .policy-facts>a {
    min-height:68px
  }
}
@media (width<=650px) {
  .game-page {
    width:min(100% - 22px,1200px);
    padding-top:20px
  }
  .game-hero {
    border-radius:24px;
    gap:24px;
    padding:38px 20px
  }
  .game-hero h1 {
    font-size:clamp(38px,13vw,55px)
  }
  .game-hero-actions {
    flex-direction:column
  }
  .game-download-button {
    width:100%;
    max-width:330px
  }
  .game-hero-visual {
    min-height:235px
  }
  .brand-emblem,.game-app-logo {
    border-radius:48px;
    width:175px;
    height:175px
  }
  .brand-emblem span {
    font-size:68px
  }
  .brand-emblem strong {
    font-size:46px
  }
  .hero-orbit--one {
    width:230px;
    height:230px
  }
  .hero-orbit--two {
    width:270px;
    height:190px
  }
  .info-strip {
    border-radius:17px
  }
  .info-strip-item {
    padding:18px 8px
  }
  .info-strip-item strong {
    font-size:21px
  }
  .section-heading {
    flex-direction:column;
    align-items:flex-start
  }
  .content-grid,.feature-grid,.tips-grid {
    grid-template-columns:1fr
  }
  .game-section {
    border-radius:20px;
    padding:24px 19px
  }
  .game-card {
    border-radius:19px;
    grid-template-columns:100px minmax(0,1fr);
    column-gap:14px;
    min-height:170px;
    padding:13px
  }
  .game-card-media {
    border-radius:14px;
    min-height:144px
  }
  .game-card h3 {
    font-size:17px
  }
  .game-card-body>p:last-child {
    display:none
  }
  .game-card-actions {
    gap:6px;
    margin-top:7px
  }
  .game-card-action,.game-card-details {
    min-height:36px;
    padding:8px 12px
  }
  .cta-panel {
    border-radius:22px;
    flex-direction:column;
    align-items:flex-start;
    margin-top:50px
  }
  .cta-panel .button-primary {
    width:100%
  }
  .directory-hero {
    border-radius:24px;
    gap:32px;
    min-height:0;
    padding:40px 20px
  }
  .directory-hero-copy h1 {
    font-size:clamp(43px,13vw,61px)
  }
  .directory-hero-actions {
    flex-direction:column;
    align-items:flex-start
  }
  .directory-preview {
    grid-template-columns:24px 48px minmax(0,1fr)
  }
  .directory-preview img {
    width:48px;
    height:48px
  }
  .directory-preview small {
    display:none
  }
  .editorial-hero {
    border-radius:5px 5px 22px 22px;
    padding:22px 20px 0
  }
  .editorial-hero-top {
    gap:20px
  }
  .editorial-hero-grid {
    padding:40px 0
  }
  .editorial-hero h1 {
    font-size:clamp(43px,13vw,61px)
  }
  .editorial-meta {
    grid-template-columns:1fr;
    margin:0 -20px
  }
  .editorial-meta span+span {
    border-top:1px solid #ffffff1f;
    border-left:0
  }
  .manifesto-hero {
    border-radius:24px;
    min-height:0;
    padding:48px 21px
  }
  .manifesto-word {
    font-size:100px;
    top:8px;
    right:8px
  }
  .manifesto-copy h1 {
    font-size:clamp(53px,16vw,76px)
  }
  .manifesto-notes {
    grid-template-columns:1fr
  }
  .manifesto-notes p {
    border-right:0;
    border-bottom:1px solid var(--game-line);
    flex-direction:row;
    align-items:center
  }
  .support-hero {
    border-radius:24px;
    gap:38px;
    min-height:0;
    padding:40px 20px
  }
  .support-hero-copy h1 {
    font-size:clamp(43px,13vw,61px)
  }
  .support-router article {
    grid-template-columns:48px minmax(0,1fr);
    padding:17px
  }
  .support-route-icon {
    border-radius:14px;
    width:48px;
    height:48px
  }
  .support-router article>strong {
    display:none
  }
  .warning-hero {
    grid-template-columns:1fr;
    box-shadow:8px 8px #20150a
  }
  .warning-code {
    border-bottom:2px solid #20150a;
    border-right:0;
    flex-direction:row;
    min-height:115px
  }
  .warning-code strong {
    font-size:82px
  }
  .warning-copy {
    padding:38px 20px 52px
  }
  .warning-copy h1 {
    font-size:clamp(45px,14vw,62px)
  }
  .policy-hero {
    border-left-width:6px;
    border-radius:3px 19px 19px 3px
  }
  .policy-title {
    padding:45px 21px
  }
  .policy-title h1 {
    font-size:clamp(46px,14vw,63px)
  }
  .policy-facts {
    grid-template-columns:1fr
  }
  .policy-facts>span,.policy-facts>a {
    border-bottom:1px solid #e8e2dc;
    border-right:0;
    min-height:68px
  }
}
main {
  width:calc(100% - 2em);
  max-width:100%;
  margin:0
}
.hero-image {
  width:100%
}
.hero-image img {
  box-shadow:var(--box-shadow);
  border-radius:12px;
  margin:0 auto;
  display:block
}
.game-post .hero-image img {
  object-fit:contain;
  width:calc(100% - 2rem);
  max-width:520px;
  height:auto;
  margin-top:24px
}
.prose {
  width:720px;
  max-width:calc(100% - 2em);
  color:rgb(var(--gray-dark));
  margin:auto;
  padding:1em
}
.prose .article-download-link {
  color:#25150b;
  background:linear-gradient(135deg,#ffd45f,#ffb719);
  border-radius:999px;
  justify-content:center;
  align-items:center;
  width:fit-content;
  min-width:180px;
  margin:1.75rem auto;
  padding:.8rem 1.4rem;
  font-weight:800;
  text-decoration:none;
  display:flex;
  box-shadow:0 12px 26px #c98e0033
}
.game-post .prose h2 {
  margin-top:2.4rem;
  font-size:clamp(1.65rem,4vw,2.25rem)
}
.game-post .prose h3 {
  margin-top:1.8rem
}
.game-post .prose ul,.game-post .prose ol {
  margin:0 0 1.5rem;
  padding-left:1.5rem
}
.game-post .prose li {
  margin:.45rem 0
}
.game-post .prose hr {
  margin:2.4rem 0
}
.title {
  text-align:center;
  margin-bottom:1em;
  padding:1em 0;
  line-height:1
}
.title h1 {
  margin:0 0 .5em
}
.date {
  color:rgb(var(--gray));
  margin-bottom:.5em
}
.last-updated-on {
  font-style:italic
}
/* GRAV integration */ .site-shell-root {
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  overflow:clip;
  background:transparent
}
.site-shell-root .site-header,.site-shell-root .site-footer,.site-shell-root .game-page {
  font-family:var(--font-atkinson)
}
.site-shell-root .site-header a,.site-shell-root .site-footer a,.site-shell-root .game-page a {
  text-decoration:none
}
.site-shell-root .main-nav a.active {
  pointer-events:none
}
.site-shell-root .game-card img {
  object-fit:cover;
  background:#fff
}
.site-shell-root .article-content a:not(.button-primary):not(.button-secondary) {
  font-weight:700
}
.site-shell-root .site-footer {
  width:100%;
  box-sizing:border-box
}
@media (max-width:540px) {
  .site-shell-root {
    overflow-x:hidden
  }
  .site-shell-root .game-page {
    width:min(100% - 22px,1200px)
  }
}


/* Generic GRAV shell reset — keep at the end of the file */
html,
body {
  width:100%;
  min-height:100%;
}
body.custom-site-layout {
  margin:0 !important;
  padding:0 !important;
  overflow-x:hidden;
}
body.custom-site-layout > .site-shell-root {
  width:100%;
  min-height:100vh;
  margin:0;
}
#site-main-content {
  width:100%;
  min-width:0;
}
#site-main-content > main:first-child {
  margin-top:0;
}
body.custom-site-layout #header,
body.custom-site-layout #footer,
body.custom-site-layout .mobile-container,
body.custom-site-layout .mobile-menu {
  display:none !important;
}

/* Tree-driven header navigation: keep the original visual header while using Grav Pages Tree. */
.site-shell-root .main-nav .navigation {
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-width:0;
}
.site-shell-root .main-nav .navigation > li {
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
}
.site-shell-root .main-nav .navigation > li > a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.site-shell-root .main-nav .navigation ul {
  display:none;
}
.site-shell-root .main-nav .nav-register-item {
  display:none;
}
.site-shell-root .main-nav .top-register-btn {
  color:#1b0b0e;
  background:linear-gradient(135deg,#ffd369,#f2a900);
  border-radius:999px;
  padding:11px 16px;
  box-shadow:0 8px 22px #f2a90038;
}
.site-shell-root .main-nav .top-register-btn:hover {
  color:#1b0b0e;
  box-shadow:0 11px 28px #f2a90052;
}
.site-shell-root .footer-shell--simple {
  justify-content:flex-start;
}
.site-shell-root .footer-shell--simple .footer-brand {
  max-width:760px;
}

@media (width<=980px) {
  .site-shell-root .main-nav .navigation {
    display:grid;
    align-items:stretch;
    justify-content:stretch;
    gap:4px;
  }
  .site-shell-root .main-nav .navigation > li > a {
    justify-content:flex-start;
    width:100%;
  }
  .site-shell-root .main-nav .nav-register-item {
    display:block;
    margin-top:6px;
  }
  .site-shell-root .main-nav .top-register-btn {
    justify-content:center !important;
  }
}
/* 1. 设置图片容器与顶部导航栏的间距 */
.hero-image {
    margin-top: 32px;       /* 与顶部导航栏/上方内容的间距（可根据需要微调） */
    margin-bottom: 24px;    /* 与下方标题文字的间距 */
    display: flex;
    justify-content: center; /* 让 520px 的图片在页面中居中对齐 */
}

/* 2. 强制图片宽高 520px 并保持防变形处理 */
.hero-image img {
    width: 520px !important;
    height: 520px !important;
    object-fit: cover;      /* 保持原图比例裁剪，防止强行缩放到 520x520 时拉伸变形 */
    border-radius: 12px;    /* (可选) 圆角效果，让图片视觉效果更好看 */
    max-width: 100%;        /* 适配手机端：在小屏设备上自动缩小，防止横向溢出 */
}
