:root {
  color-scheme: dark;
  --wiki-bg: #081d2b;
  --wiki-bg-soft: #0d2b3d;
  --wiki-card: rgba(248, 252, 255, 0.96);
  --wiki-border: rgba(136, 178, 198, 0.34);
  --wiki-muted-border: rgba(136, 178, 198, 0.22);
  --wiki-accent: #38d26f;
  --wiki-accent-strong: #14a757;
  --wiki-accent-soft: #e7fff0;
  --wiki-link: #158a50;
  --wiki-gold: #ffd56b;
  --content-width: 1280px;
  --wiki-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  --wiki-paper-shadow: 0 16px 42px rgba(17, 10, 31, 0.14);
  --ink: #111827;
  --muted: #596273;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 18% 3%, rgba(56, 210, 111, 0.18), transparent 28rem),
    radial-gradient(circle at 86% 10%, rgba(255, 213, 107, 0.1), transparent 23rem),
    linear-gradient(180deg, #071923 0%, #0a2130 36%, #092335 68%, #071923 100%);
  background-size: 52px 52px, 52px 52px, auto, auto, auto;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.58;
  letter-spacing: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(9, 7, 19, 0.88);
  padding: 0.56rem 0;
  color: white;
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(var(--content-width), calc(100% - 2rem));
  margin: 0 auto;
}

.site-title {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  color: white;
  font-size: 0.95rem;
  font-weight: 950;
  white-space: nowrap;
}

.site-header nav,
.hero-actions,
.footer-links {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.site-header nav a,
.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 780;
}

.site-header nav {
  margin-left: auto;
}

.source-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.35rem 0.75rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 850;
  white-space: nowrap;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(560px, 1.14fr);
  gap: clamp(1.4rem, 3.5vw, 3.2rem);
  width: min(var(--content-width), calc(100% - 2rem));
  min-height: 600px;
  margin: 0 auto;
  align-items: center;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 5.8rem) 0 3.8rem;
  color: white;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 12% 12%, rgba(56, 210, 111, 0.23), transparent 29rem),
    radial-gradient(circle at 78% 18%, rgba(255, 213, 107, 0.16), transparent 24rem),
    linear-gradient(135deg, rgba(7, 25, 35, 0.18), rgba(7, 25, 35, 0.88) 68%);
  content: "";
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, black, transparent 88%);
  content: "";
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  color: white;
  font-size: clamp(4.2rem, 8vw, 7rem);
  font-weight: 950;
  line-height: 0.88;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-copy,
.game-visual-panel {
  min-width: 0;
}

.hero-copy {
  width: 100%;
  overflow: hidden;
}

.hero-logo {
  display: block;
  width: 6.6rem;
  height: 6.6rem;
  margin-bottom: 1.2rem;
  border-radius: 1.45rem;
  object-fit: cover;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.28));
}

.store-kicker {
  display: inline-grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  max-width: min(100%, 410px);
  margin-bottom: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.95rem;
  background: rgba(2, 10, 18, 0.34);
  padding: 0.62rem 0.8rem;
}

.store-kicker p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.store-kicker strong {
  display: block;
  margin-top: 0.08rem;
  color: white;
  font-size: 0.92rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.hero-text {
  width: 100%;
  max-width: 590px;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.hero-text strong {
  overflow-wrap: anywhere;
}

.hero-answer-list {
  display: grid;
  gap: 0.5rem;
  width: 100%;
  max-width: 590px;
  margin-top: 1.15rem;
}

.hero-answer-list div {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  min-width: 0;
  overflow: hidden;
  border-left: 3px solid rgba(56, 210, 111, 0.78);
  background: rgba(4, 18, 28, 0.48);
  padding: 0.62rem 0.75rem;
}

.hero-answer-list span {
  color: var(--wiki-gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-answer-list p {
  margin: 0;
  color: rgba(242, 248, 250, 0.84);
  font-size: 0.92rem;
  line-height: 1.45;
  min-width: 0;
  overflow-wrap: anywhere;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--wiki-link);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--wiki-gold);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 0.82rem 1.25rem;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.16);
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--wiki-gold), var(--wiki-accent));
  color: #061922;
  box-shadow: 0 18px 46px rgba(56, 210, 111, 0.24);
}

.button.full {
  width: 100%;
  margin-top: 1rem;
}

.game-visual-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(56, 210, 111, 0.2), transparent 18rem),
    rgba(6, 17, 27, 0.78);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
  padding: clamp(0.9rem, 1.8vw, 1.15rem);
  backdrop-filter: blur(20px);
}

.store-hero-media {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 0.85rem;
  color: white;
}

.store-hero-media p,
.store-hero-media span,
.store-hero-media em {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 850;
  font-style: normal;
}

.store-hero-media strong {
  display: block;
  margin: 0.2rem 0;
  color: white;
  font-size: clamp(1.12rem, 1.7vw, 1.38rem);
  line-height: 1.15;
}

.app-icon {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 17px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.screenshot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 0.8rem;
  align-items: stretch;
}

.single-shot-grid {
  grid-template-columns: 1fr;
  min-height: 360px;
}

.product-media {
  min-height: 380px;
}

.phone-shot {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(128, 91, 185, 0.34);
  border-radius: 1.05rem;
  background: #100920;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
}

.phone-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
  transform: none;
  transform-origin: center top;
}

.hero-phone-shot img {
  min-height: 360px;
}

.featured-shot img {
  object-position: center top;
}

.phone-shot figcaption {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(7, 10, 19, 0.78);
  padding: 0.35rem 0.6rem;
  color: white;
  font-size: 0.75rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.game-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #130c22;
}

.game-image-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.media-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  max-width: calc(100% - 2rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  background: rgba(9, 7, 19, 0.78);
  padding: 0.7rem 0.85rem;
  color: white;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14px);
}

.media-badge span,
.visual-stats span,
.stats-bar p {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.media-badge strong {
  display: block;
  margin-top: 0.15rem;
}

.visual-stats,
.stats-bar {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.4rem;
  background: rgba(9, 7, 19, 0.7);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.visual-stats {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1rem;
}

.visual-stats div,
.stats-bar div {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
}

.visual-stats div:last-child,
.stats-bar div:last-child {
  border-right: 0;
}

.visual-stats strong,
.stats-bar strong {
  display: block;
  margin-top: 0.2rem;
  color: white;
  font-size: 1.35rem;
  font-weight: 950;
}

.page-shell,
.article-shell {
  width: min(var(--content-width), calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 4.5rem;
}

.article-shell {
  width: min(1080px, calc(100% - 2rem));
  padding-top: 2.6rem;
}

.article-shell.narrow {
  width: min(860px, calc(100% - 2rem));
}

.stats-bar {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -3.4rem;
  position: relative;
  z-index: 2;
}

.quick-grid,
.topic-grid,
.faq-grid,
.fact-grid {
  display: grid;
  gap: 1rem;
}

.quick-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1.1rem;
  background: rgba(6, 12, 24, 0.78);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.16);
  gap: 0;
}

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

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

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

.quick-card,
.topic-card,
.faq-card,
.notice-card,
.side-panel,
.article-main,
.answer-box,
.fact-card,
.diagnostic-card,
.playbook-card,
.query-card,
.feedback-card,
.decision-row,
.trouble-card,
.deep-card,
.table-list a,
.table-list > div {
  border: 1px solid rgba(226, 232, 240, 0.58);
  border-radius: 1.2rem;
  background: var(--wiki-card);
  color: #0f172a;
  box-shadow: var(--wiki-paper-shadow);
  backdrop-filter: blur(14px);
}

.quick-card {
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: white;
}

.quick-card:last-child {
  border-right: 0;
}

.quick-card,
.topic-card,
.faq-card,
.notice-card,
.side-panel,
.article-main,
.fact-card,
.diagnostic-card,
.playbook-card,
.query-card,
.feedback-card,
.decision-row,
.trouble-card,
.deep-card {
  padding: 1.2rem;
}

.quick-card p,
.topic-card p,
.faq-card p,
.article-hero p,
.article-main p,
.side-panel p,
.side-panel li,
.table-list small,
.table-list p {
  color: var(--muted);
  line-height: 1.72;
}

.quick-card p,
.quick-card span {
  color: rgba(229, 241, 246, 0.72);
  line-height: 1.62;
}

.side-icon {
  display: block;
  width: 100%;
  max-width: 116px;
  margin: 0 0 1rem;
  border-radius: 1.05rem;
  box-shadow: 0 18px 42px rgba(17, 10, 31, 0.14);
}

.quick-card strong,
.fact-card strong {
  display: block;
  margin: 0.35rem 0;
  color: #111827;
  font-size: 1.45rem;
  font-weight: 950;
}

.quick-card strong {
  color: white;
  font-size: 1.18rem;
}

.fact-card span {
  color: var(--wiki-link);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.section {
  padding: 3.2rem 0 0;
}

.dark-section .section-head h2,
.dark-section .section-head p {
  color: white;
}

.dark-section .section-head > p:last-child,
.section-head > p {
  color: rgba(226, 239, 245, 0.78);
}

.section-head {
  max-width: 800px;
  margin-bottom: 1.1rem;
}

.section h2,
.article-main h2,
.side-panel h2 {
  margin: 0 0 0.7rem;
  color: #111827;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  letter-spacing: 0;
}

.page-shell > .section > .section-head h2,
.page-shell > .section.two-col > div > h2,
.page-shell > .section > div > h2 {
  color: white;
}

.topic-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 228px;
  transition: transform 160ms ease, background 160ms ease;
}

.topic-card:first-child,
.topic-card:nth-child(3) {
  grid-column: auto;
}

.topic-card:hover {
  transform: translateY(-2px);
  background: white;
}

.topic-card div {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.topic-card h3,
.faq-card h3,
.article-main h3 {
  margin: 0;
  color: #111827;
  font-size: 1.25rem;
}

.topic-card strong {
  margin-top: auto;
  color: var(--wiki-link);
}

.priority,
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 950;
}

.priority {
  background: #f3e8ff;
  color: #6b21a8;
}

.pill-verified,
.pill-ready {
  background: #dcfce7;
  color: #166534;
}

.pill-watching {
  background: #fef3c7;
  color: #92400e;
}

.pill-needs-playtest {
  background: #fee2e2;
  color: #991b1b;
}

.two-col,
.article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 1.1rem;
  align-items: start;
}

.route-stack {
  display: grid;
  gap: 1rem;
}

.route-block {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
  border-top: 1px solid rgba(136, 178, 198, 0.24);
  padding-top: 1rem;
}

.route-block h3 {
  margin: 0;
  color: white;
  font-size: 1.55rem;
}

.mini-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.mini-card {
  border: 1px solid rgba(226, 232, 240, 0.58);
  border-radius: 1rem;
  background: var(--wiki-card);
  padding: 1rem;
  box-shadow: var(--wiki-paper-shadow);
}

.mini-card strong {
  color: #111827;
}

.mini-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.diagnostic-grid,
.update-grid,
.playbook-grid,
.query-grid,
.feedback-grid,
.role-matrix {
  display: grid;
  gap: 0.9rem;
}

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

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

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

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

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

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

.diagnostic-card strong,
.role-matrix strong {
  display: block;
  color: #111827;
  font-size: 1.1rem;
}

.diagnostic-card p,
.playbook-card p,
.query-card p,
.feedback-card p,
.role-matrix p {
  color: var(--muted);
}

.feedback-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  gap: 0.65rem;
}

.feedback-card span {
  width: fit-content;
  border-radius: 999px;
  background: #fff7d6;
  padding: 0.34rem 0.62rem;
  color: #8a5b00;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.feedback-card h3 {
  margin: 0;
  color: #111827;
  font-size: 1.05rem;
}

.feedback-card strong {
  margin-top: auto;
  color: #137143;
  line-height: 1.55;
}

.playbook-card span {
  display: inline-flex;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  background: #e7fff0;
  padding: 0.35rem 0.65rem;
  color: #137143;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.query-card h3 {
  margin: 0 0 0.6rem;
  color: #111827;
  font-size: 1.05rem;
}

.role-matrix article {
  border: 1px solid rgba(136, 178, 198, 0.28);
  border-radius: 1rem;
  background:
    linear-gradient(135deg, rgba(248, 252, 255, 0.98), rgba(231, 255, 240, 0.94));
  padding: 1rem;
  box-shadow: var(--wiki-paper-shadow);
}

.rating-table > div {
  grid-template-columns: 120px minmax(0, 1fr) 220px;
}

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

.large-list {
  margin: 0;
  padding-left: 1.25rem;
}

.large-list li,
.warning-list li {
  margin: 0.55rem 0;
  color: var(--muted);
  line-height: 1.75;
}

.decision-stack,
.trouble-grid,
.deep-grid {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.4rem;
}

.decision-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  align-items: start;
  background:
    linear-gradient(90deg, rgba(186, 123, 255, 0.09), transparent 38%),
    var(--wiki-card);
}

.decision-row span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--wiki-link);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.decision-row strong {
  color: #111827;
  line-height: 1.45;
}

.decision-row p,
.trouble-card p,
.deep-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

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

.trouble-card {
  border-color: rgba(244, 114, 182, 0.22);
  background:
    radial-gradient(circle at 0 0, rgba(244, 114, 182, 0.16), transparent 12rem),
    var(--wiki-card);
}

.trouble-card strong {
  display: block;
  margin-top: 0.8rem;
  color: #0f172a;
  line-height: 1.55;
}

.deep-card {
  background:
    radial-gradient(circle at 100% 0, rgba(34, 197, 94, 0.12), transparent 11rem),
    var(--wiki-card);
}

.proof-list {
  margin: 0 0 1.2rem;
  padding-left: 1.1rem;
}

.proof-list li::marker {
  color: var(--wiki-link);
  font-weight: 950;
}

.evidence-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.evidence-list div {
  border-left: 4px solid var(--wiki-accent-strong);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.86);
  padding: 1rem;
  color: var(--muted);
  line-height: 1.65;
  box-shadow: 0 10px 26px rgba(17, 10, 31, 0.08);
}

.table-list {
  display: grid;
  gap: 0.7rem;
}

.table-list a,
.table-list > div {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}

.table-list.plain > div {
  grid-template-columns: 220px minmax(0, 1fr) minmax(0, 1fr);
}

.table-list span {
  font-weight: 950;
}

.breadcrumb {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
  color: rgba(226, 239, 245, 0.66);
  font-size: 0.92rem;
}

.article-hero {
  margin-bottom: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(56, 210, 111, 0.23), transparent 18rem),
    linear-gradient(135deg, rgba(8, 31, 45, 0.96), rgba(7, 12, 24, 0.94));
  padding: clamp(1.35rem, 3.2vw, 2.15rem);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.article-hero h1 {
  margin: 0;
  color: white;
  font-size: clamp(2.2rem, 5.2vw, 4.15rem);
  line-height: 0.96;
  max-width: 780px;
}

.article-hero p {
  max-width: 760px;
  color: rgba(229, 241, 246, 0.78);
}

.answer-box {
  margin-top: 1rem;
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(4, 18, 28, 0.62);
  padding: 1rem;
  box-shadow: none;
}

.answer-box span {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--wiki-link);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.answer-box strong {
  display: block;
  color: white;
  line-height: 1.65;
}

.article-main {
  border-radius: 1.05rem;
  padding: clamp(1.1rem, 2vw, 1.5rem);
}

.article-main h2:not(:first-child) {
  margin-top: 1.55rem;
}

.side-panel {
  position: sticky;
  top: 5.2rem;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 0%, rgba(56, 210, 111, 0.16), transparent 12rem),
    rgba(7, 14, 27, 0.92);
  color: white;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.2);
}

.side-panel h2,
.side-panel h3 {
  color: white;
}

.side-panel p,
.side-panel li {
  color: rgba(226, 239, 245, 0.76);
}

.article-main.single {
  max-width: 840px;
}

.lead {
  font-size: 1.15rem;
}

.chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.chip-grid span {
  border-radius: 999px;
  background: var(--wiki-accent-soft);
  padding: 0.45rem 0.75rem;
  color: #137143;
  font-weight: 900;
}

.faq-stack {
  display: grid;
  gap: 0.8rem;
}

.faq-stack article {
  border-radius: 1rem;
  background: #f8fafc;
  padding: 1rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #090713;
  padding: 1rem clamp(1rem, 4vw, 3.5rem);
  color: rgba(255, 255, 255, 0.74);
}

.site-footer p {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
}

@media (max-width: 980px) {
  .hero,
  .two-col,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 2rem 0 2.8rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.4rem, 14vw, 6rem);
  }

  .hero-copy {
    max-width: 760px;
  }

  .quick-grid,
  .topic-grid,
  .faq-grid,
  .evidence-list,
  .fact-grid,
  .diagnostic-grid,
  .update-grid,
  .playbook-grid,
  .query-grid,
  .feedback-grid,
  .role-matrix,
  .decision-row,
  .trouble-grid,
  .deep-grid,
  .mini-card-grid,
  .stats-bar {
    grid-template-columns: 1fr;
  }

  .quick-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .quick-card:last-child {
    border-bottom: 0;
  }

  .topic-card:first-child,
  .topic-card:nth-child(3) {
    grid-column: auto;
  }

  .route-block {
    grid-template-columns: 1fr;
  }

  .stats-bar {
    margin-top: 1rem;
  }

  .header-inner {
    gap: 0.75rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .header-inner::-webkit-scrollbar {
    display: none;
  }

  .site-title,
  .source-link {
    flex: 0 0 auto;
  }

  .site-header nav {
    width: auto;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-header nav::-webkit-scrollbar {
    display: none;
  }

  .table-list a,
  .table-list > div,
  .table-list.plain > div {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }

  .side-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 15px;
  }

  .header-inner,
  .hero,
  .page-shell,
  .article-shell {
    width: min(100% - 1rem, 430px);
    max-width: min(100% - 1rem, 430px);
  }

  .hero-copy,
  .hero-text,
  .game-visual-panel,
  .store-hero-media,
  .visual-stats {
    max-width: 100%;
  }

  .site-header nav a {
    flex: 0 0 auto;
    font-size: 0.86rem;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 13vw, 3.3rem);
    line-height: 0.9;
    word-break: normal;
  }

  .hero-text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-text strong {
    display: block;
  }

  .hero-logo {
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 1.15rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .hero-answer-list div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding: 0.72rem 0.8rem;
    inline-size: 100%;
    max-inline-size: calc(100vw - 3rem);
  }

  .hero-text {
    inline-size: calc(100vw - 5rem);
    max-inline-size: calc(100vw - 3rem);
    white-space: normal;
  }

  .hero-answer-list p {
    inline-size: calc(100vw - 8rem);
    max-inline-size: calc(100vw - 8rem);
    white-space: normal;
  }

  .button {
    width: 100%;
    min-height: 3rem;
  }

  .game-visual-panel {
    border-radius: 1.15rem;
    padding: 0.8rem;
  }

  .store-hero-media {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 0.75rem;
  }

  .store-hero-media strong,
  .store-hero-media span,
  .store-hero-media em {
    overflow-wrap: anywhere;
  }

  .app-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
  }

  .screenshot-grid {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    gap: 0;
    padding-bottom: 0.15rem;
  }

  .phone-shot {
    scroll-snap-align: start;
  }

  .single-shot-grid,
  .hero-phone-shot img {
    min-height: 280px;
  }

  .phone-shot img {
    aspect-ratio: 4 / 3;
  }

  .visual-stats {
    grid-template-columns: 1fr;
  }

  .visual-stats div,
  .stats-bar div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .visual-stats div:last-child,
  .stats-bar div:last-child {
    border-bottom: 0;
  }

  .section {
    padding-top: 2.2rem;
  }

  .quick-card strong,
  .fact-card strong,
  .stats-bar strong,
  .visual-stats strong {
    font-size: 1.18rem;
    overflow-wrap: anywhere;
  }
}

/* Product design pass: 100days-style wiki structure, tighter cards, clearer nav. */
.site-header {
  padding: 0.7rem 0;
}

.header-inner {
  min-height: 2.5rem;
}

.site-title {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.35rem 0.75rem;
}

.site-header nav {
  justify-content: center;
  gap: clamp(0.7rem, 1.3vw, 1.2rem);
}

.site-header nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.source-link {
  background: rgba(56, 210, 111, 0.12);
  color: rgba(230, 255, 239, 0.9);
}

.hero {
  grid-template-columns: minmax(390px, 0.9fr) minmax(500px, 1.1fr);
  min-height: 640px;
  padding-top: clamp(3.2rem, 5vw, 5.2rem);
}

.hero h1 {
  max-width: 560px;
  font-size: clamp(4.6rem, 7.4vw, 6.9rem);
}

.store-kicker {
  max-width: 520px;
  border-radius: 0;
  border-width: 0 0 0 4px;
  border-color: var(--wiki-accent);
  background: transparent;
  padding: 0 0 0 0.85rem;
}

.hero-answer-list {
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.9rem;
  overflow: hidden;
  background: rgba(5, 16, 24, 0.48);
}

.hero-answer-list div {
  border-left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  padding: 0.72rem 0.85rem;
}

.hero-answer-list div:last-child {
  border-bottom: 0;
}

.game-visual-panel {
  border-radius: 1rem;
  padding: 1rem;
}

.store-hero-media {
  grid-template-columns: 68px minmax(0, 1fr);
}

.app-icon {
  width: 68px;
  height: 68px;
  border-radius: 16px;
}

.single-shot-grid {
  min-height: 390px;
}

.phone-shot {
  border-radius: 0.85rem;
}

.phone-shot img {
  aspect-ratio: 10 / 7;
}

.hero-phone-shot img {
  min-height: 390px;
}

.visual-stats,
.stats-bar,
.quick-grid {
  border-radius: 0.85rem;
}

.page-shell {
  padding-top: 1.4rem;
}

.answer-strip {
  margin-top: 1rem;
}

.quick-card,
.topic-card,
.faq-card,
.fact-card,
.diagnostic-card,
.playbook-card,
.query-card,
.feedback-card,
.mini-card,
.role-matrix article,
.table-list a,
.table-list > div {
  border-radius: 0.65rem;
  box-shadow: 0 10px 26px rgba(5, 17, 27, 0.13);
}

.section {
  padding-top: 2.65rem;
}

.section-head {
  max-width: 920px;
}

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

.topic-card {
  min-height: 205px;
  padding: 1.05rem;
}

.topic-card div {
  align-items: center;
}

.topic-card h3 {
  font-size: 1.12rem;
  line-height: 1.25;
}

.topic-card p {
  font-size: 0.94rem;
  line-height: 1.58;
}

.route-section,
.reference-section {
  border-top: 1px solid rgba(136, 178, 198, 0.22);
  margin-top: 2.7rem;
  padding-top: 2.2rem;
}

.route-block {
  grid-template-columns: 190px minmax(0, 1fr);
  border-top-color: rgba(226, 239, 245, 0.16);
}

.route-block h3 {
  font-size: 1.32rem;
}

.mini-card-grid {
  gap: 0.7rem;
}

.mini-card {
  padding: 0.9rem;
}

.playbook-grid,
.diagnostic-grid,
.update-grid,
.query-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.role-matrix,
.feedback-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.feedback-card {
  min-height: 220px;
}

.rating-table > div {
  grid-template-columns: 110px minmax(0, 1fr) 190px;
}

.final-faq {
  padding-bottom: 1.5rem;
}

.site-footer {
  min-height: 72px;
  padding: 0.8rem clamp(1rem, 4vw, 2.4rem);
}

.site-footer strong {
  display: block;
  font-size: 0.88rem;
}

.site-footer p {
  font-size: 0.78rem;
}

@media (max-width: 1120px) {
  .topic-grid,
  .playbook-grid,
  .diagnostic-grid,
  .update-grid,
  .query-grid,
  .compact-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .site-header nav {
    justify-content: flex-start;
  }

  .topic-grid,
  .playbook-grid,
  .diagnostic-grid,
  .update-grid,
  .query-grid,
  .compact-facts,
  .role-matrix,
  .feedback-grid {
    grid-template-columns: 1fr;
  }

  .route-block {
    grid-template-columns: 1fr;
  }

  .rating-table > div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 0.5rem 0;
  }

  .header-inner {
    flex-wrap: wrap;
    row-gap: 0.45rem;
  }

  .site-title,
  .source-link {
    padding: 0.32rem 0.62rem;
    font-size: 0.82rem;
  }

  .source-link {
    font-size: 0;
  }

  .source-link::after {
    content: "Source";
    font-size: 0.82rem;
  }

  .site-header nav {
    order: 3;
    width: 100%;
    gap: 0.8rem;
    padding-bottom: 0.1rem;
  }

  .hero {
    padding-top: 1.55rem;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 15vw, 4rem);
  }

  .store-hero-media {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .app-icon {
    width: 56px;
    height: 56px;
    border-radius: 13px;
  }

  .single-shot-grid,
  .hero-phone-shot img {
    min-height: 250px;
  }

  .phone-shot img {
    aspect-ratio: 4 / 3;
  }

  .section {
    padding-top: 2rem;
  }

  .route-section,
  .reference-section {
    margin-top: 2rem;
    padding-top: 1.75rem;
  }

  .site-footer {
    align-items: flex-start;
  }
}
