@charset "UTF-8";

/* 作者：搭客佬
官网：https://www.hgdjgw.cn/ */

:root {
  --ink: #111326;
  --ink-deep: #080b1b;
  --paper: #fffaf1;
  --paper-soft: #f7f0e5;
  --white: #ffffff;
  --pink: #f43278;
  --coral: #ff715f;
  --yellow: #ffc43b;
  --cyan: #83d9d6;
  --line: #d9d1c5;
  --muted: #625e5b;
  --content-width: 1200px;
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body {
  min-width: 320px;
  margin: 0;
  padding-top: var(--header-height);
  color: var(--ink);
  background: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p, h1, h2, h3, figure { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.header-inner, .hero-inner, .content-shell, .download-inner, .footer-inner { width: min(calc(100% - 40px), var(--content-width)); margin: 0 auto; }
.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  background: rgba(255, 250, 241, 0.98);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand, .footer-brand { display: inline-flex; min-width: 0; align-items: center; gap: 11px; }
.brand img, .footer-brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 11px; }
.brand-copy, .footer-brand > span { display: grid; min-width: 0; line-height: 1.25; }
.brand-copy strong, .footer-brand strong { font-size: 19px; font-weight: 800; }
.brand-copy span, .footer-brand span span { margin-top: 3px; color: var(--muted); font-size: 12px; white-space: nowrap; }
.primary-nav ul { display: flex; align-items: center; gap: 39px; }
.primary-nav a { position: relative; display: block; padding: 26px 0 24px; font-size: 14px; font-weight: 700; }
.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 2px;
  background: var(--pink);
  content: "";
  transform: scaleX(0);
  transition: transform 0.18s ease;
}
.primary-nav a:hover::after, .primary-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: none; }

.hero {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(244, 50, 120, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(244, 50, 120, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 34px 34px;
}
.hero-inner { display: grid; grid-template-columns: 0.9fr 1.1fr; min-height: 690px; align-items: center; gap: 74px; padding: 64px 0; }
.eyebrow { color: var(--pink); font-size: 12px; font-weight: 800; letter-spacing: 0.16em; }
.hero-copy h1 { margin-top: 17px; font-size: clamp(70px, 6vw, 102px); line-height: 1; letter-spacing: -0.06em; white-space: nowrap; }
.hero-copy h2 { max-width: 520px; margin-top: 20px; font-size: 29px; line-height: 1.35; }
.hero-intro { max-width: 520px; margin-top: 18px; color: var(--muted); font-size: 15px; }
.hero-action { display: flex; flex-direction: column; align-items: flex-start; margin-top: 28px; }
.hero-action a {
  display: inline-flex;
  min-width: 180px;
  justify-content: center;
  padding: 14px 25px;
  background: var(--pink);
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 8px 8px 0 var(--yellow);
}
.hero-action a:hover { background: #d91f63; }
.age-label { margin-top: 16px; color: var(--muted); font-size: 12px; }
.hero-labels { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; }
.hero-labels span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.hero-labels i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--pink);
  font-size: 12px;
  font-style: normal;
}

.story-cabinet { padding: 14px; border: 10px solid var(--ink-deep); background: #bdb4a5; box-shadow: 18px 20px 0 rgba(17, 19, 38, 0.12); }
.cabinet-top { display: flex; justify-content: space-between; padding: 7px 8px 13px; color: var(--white); }
.cabinet-top span { font-size: 12px; letter-spacing: 0.15em; }
.cabinet-top b { font-size: 13px; }
.archive-drawer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px 48px;
  min-height: 105px;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  border: 1px solid #777065;
  background: #f4eee3;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.35), 0 5px 0 #837b70;
}
.archive-drawer + .archive-drawer { margin-top: 8px; }
.archive-drawer strong { font-size: 25px; }
.archive-drawer p { font-size: 13px; line-height: 1.55; }
.archive-drawer i { display: block; width: 48px; height: 12px; border: 2px solid #191919; border-radius: 8px; background: #242424; box-shadow: inset 0 0 0 2px #111; }
.drawer-tab { position: absolute; top: -9px; right: 62px; width: 86px; height: 18px; border: 1px solid #9c6a7d; background: #ff9cbd; }
.drawer-yellow .drawer-tab { border-color: #b88a23; background: var(--yellow); }
.drawer-cyan .drawer-tab { border-color: #4e9996; background: var(--cyan); }
.drawer-coral .drawer-tab { border-color: #aa5547; background: var(--coral); }

.archive-section, .ledger-section, .screens-section, .faq-section, .review-section { padding: 92px 0; }
.ledger-section, .faq-section { background: var(--paper-soft); }
.screens-section { background: #f5f4fa; }
.review-section { background: #fff5f7; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 0.7fr); align-items: end; gap: 50px; margin-bottom: 38px; }
.section-heading > div { display: flex; align-items: baseline; gap: 18px; }
.section-heading > div > span { color: var(--pink); font-size: 38px; font-weight: 900; line-height: 1; }
.section-heading h2 { font-size: clamp(40px, 4vw, 58px); line-height: 1.05; letter-spacing: -0.04em; }
.section-heading > p { padding-bottom: 5px; color: var(--muted); font-size: 14px; }

.archive-board { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 20px; }
.archive-main { border: 1px solid var(--ink); background: var(--white); }
.archive-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--ink); }
.archive-tabs button { min-height: 54px; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 13px; font-weight: 700; }
.archive-tabs button:last-child { border-right: 0; }
.archive-tabs button.is-active { background: var(--yellow); }
.archive-table { padding: 0 20px 10px; }
.archive-row { display: grid; grid-template-columns: 80px 1fr 1.2fr 100px; min-height: 57px; align-items: center; border-bottom: 1px solid var(--line); font-style: normal; }
.archive-row b, .archive-row strong, .archive-row span, .archive-row em { font-size: 13px; font-style: normal; }
.archive-head { min-height: 42px; color: var(--muted); }
.archive-head span { font-size: 12px; }
.archive-row.is-hidden { display: none; }
.archive-row em { justify-self: start; padding: 5px 9px; background: #fff0f5; color: var(--pink); }
.today-index { padding: 27px; background: var(--ink-deep); color: var(--white); }
.today-index > span { color: var(--yellow); font-size: 12px; font-weight: 800; letter-spacing: 0.14em; }
.today-index h3 { margin-top: 8px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.25); font-size: 24px; }
.today-index button {
  display: block;
  width: 100%;
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: var(--white);
  text-align: left;
  cursor: pointer;
  font-size: 15px;
}
.today-index button:hover { color: var(--yellow); }

.ledger-layout { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 24px; }
.ledger-book {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 24px;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: inset 0 -5px 0 #e9dfd0;
}
.ledger-book::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(17,19,38,0.12); content: ""; box-shadow: 4px 0 14px rgba(17,19,38,0.08); }
.ledger-book article { min-height: 265px; padding: 6px 24px; border-right: 1px solid var(--line); }
.ledger-book article:last-child { border-right: 0; }
.ledger-book h3 { display: flex; align-items: center; gap: 10px; font-size: 17px; }
.ledger-book h3 i { width: 16px; height: 16px; border: 1px solid var(--ink); background: var(--white); }
.ledger-book article:nth-child(2) h3 i { background: var(--ink); }
.ledger-book article:nth-child(3) h3 i { position: relative; }
.ledger-book article:nth-child(3) h3 i::after {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 5px;
  height: 8px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  content: "";
  transform: rotate(40deg);
}
.ledger-book article p { display: flex; justify-content: space-between; gap: 12px; padding: 14px 0 8px; border-bottom: 1px solid var(--line); font-size: 12px; }
.ledger-book article p b { color: var(--pink); font-size: 12px; white-space: nowrap; }
.ledger-book article > strong { display: block; margin-top: 25px; color: var(--muted); font-size: 12px; text-align: center; }
.memo-stack { display: grid; align-content: start; gap: 12px; }
.memo-stack h3 { margin-bottom: 4px; font-size: 19px; }
.memo {
  min-height: 88px;
  padding: 17px 20px;
  border: 0;
  background: var(--white);
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 6px 6px 0 rgba(17, 19, 38, 0.09);
}
.memo span { font-size: 12px; font-weight: 400; }
.memo-pink { background: #ffb7ca; }
.memo-yellow { background: #ffdf7d; }
.memo-cyan { background: #a7e5e2; }
.memo[aria-pressed="true"] { outline: 2px solid var(--ink); outline-offset: -2px; }

.screenshot-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.screenshot-grid figure { border: 1px solid #d8d4df; background: var(--white); }
.screenshot-media { display: block; width: 100%; aspect-ratio: 9 / 16; background: var(--white); }
.screenshot-media img { width: 100%; height: 100%; object-fit: contain; }
.screenshot-grid figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 90px;
  align-content: center;
  column-gap: 12px;
  padding: 15px 18px;
  border-top: 1px solid #d8d4df;
}
.screenshot-grid figcaption b { grid-row: 1 / 3; align-self: center; color: var(--pink); font-size: 13px; }
.screenshot-grid figcaption strong { font-size: 16px; }
.screenshot-grid figcaption span { color: var(--muted); font-size: 12px; }

.faq-list { border-top: 1px solid var(--ink); background: var(--white); }
.faq-list article { border-bottom: 1px solid var(--line); }
.faq-button {
  display: flex;
  width: 100%;
  min-height: 73px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.faq-button span { display: inline-flex; align-items: center; gap: 20px; font-size: 16px; font-weight: 700; }
.faq-button b { color: var(--pink); font-size: 12px; }
.faq-button i { font-size: 20px; font-style: normal; }
.faq-list article > div { padding: 0 70px 22px; color: var(--muted); font-size: 14px; }
.official-disclosure { width: 100%; margin-top: 20px; border: 1px solid var(--ink); background: var(--white); }
.official-disclosure summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: 73px;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
}
.official-disclosure summary::-webkit-details-marker { display: none; }
.official-disclosure summary > i { color: var(--pink); font-size: 20px; font-style: normal; }
.official-disclosure summary strong { font-size: 16px; }
.official-disclosure summary > span { position: relative; width: 18px; height: 18px; }
.official-disclosure summary > span::before,
.official-disclosure summary > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
}
.official-disclosure summary > span::after { transform: translate(-50%, -50%) rotate(90deg); }
.official-disclosure[open] summary > span::after { display: none; }
.official-disclosure > div { padding: 0 55px 22px; }
.official-disclosure a { color: #3159c7; font-size: 14px; }

.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.review-grid > article { position: relative; min-height: 250px; padding: 28px 23px 23px; border: 1px solid #dabfca; background: var(--white); }
.review-index { position: absolute; top: -1px; left: -1px; min-width: 48px; padding: 6px 9px; background: var(--pink); color: var(--white); font-size: 12px; font-weight: 800; }
.review-grid > article:nth-child(3n + 2) .review-index { background: var(--yellow); color: var(--ink); }
.review-grid > article:nth-child(3n) .review-index { background: var(--cyan); color: var(--ink); }
.review-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 16px 0 17px; border-bottom: 1px solid var(--line); }
.review-head i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink-deep);
  color: var(--white);
  font-size: 12px;
  font-style: normal;
}
.review-head strong { font-size: 14px; }
.review-head time { color: var(--muted); font-size: 12px; white-space: nowrap; }
.review-grid article > p { margin-top: 18px; font-size: 14px; line-height: 1.9; }

.download-section { padding: 64px 0; overflow: hidden; background: var(--ink-deep); color: var(--white); }
.download-inner {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 130px;
  align-items: stretch;
  min-height: 300px;
  background: #f7f0e5;
  color: var(--ink);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}
.poster-strip { display: grid; grid-template-rows: 1fr auto; place-items: center; padding: 25px 14px 17px; background: var(--yellow); }
.poster-strip span { font-size: 36px; font-weight: 900; line-height: 1.12; text-align: center; }
.poster-strip i { font-size: 12px; font-style: normal; letter-spacing: 0.1em; writing-mode: vertical-rl; }
.download-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px 55px; border-right: 1px solid #bdb4a9; }
.download-copy > p { color: var(--pink); font-size: 12px; font-weight: 800; letter-spacing: 0.13em; }
.download-copy h2 { max-width: 720px; margin-top: 10px; font-size: clamp(34px, 4vw, 52px); line-height: 1.2; }
.download-copy > span { margin-top: 15px; color: var(--muted); font-size: 14px; }
.download-copy a {
  display: inline-flex;
  width: 170px;
  justify-content: center;
  margin-top: 24px;
  padding: 14px 24px;
  background: var(--pink);
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}
.poster-pins { display: grid; align-content: center; gap: 14px; padding: 20px; }
.poster-pins b { position: relative; display: grid; min-height: 48px; place-items: center; background: #ffadc5; font-size: 14px; box-shadow: 5px 5px 0 rgba(17,19,38,0.09); }
.poster-pins b::before { position: absolute; top: -5px; left: 10px; width: 12px; height: 12px; border-radius: 50%; background: var(--coral); content: ""; }
.poster-pins b:nth-child(2) { background: #ffde71; }
.poster-pins b:nth-child(3) { background: #a7e5e2; }

.site-footer { background: #050718; color: var(--white); }
.footer-main { display: flex; align-items: center; justify-content: space-between; padding: 36px 0 27px; }
.footer-brand span span { color: rgba(255,255,255,0.58); }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 28px; }
.footer-main nav a { color: rgba(255,255,255,0.8); font-size: 13px; }
.footer-main nav a:hover { color: var(--yellow); }
.footer-bottom { padding: 19px 0 25px; border-top: 1px solid rgba(255,255,255,0.9); text-align: center; }
.footer-bottom p { color: rgba(255,255,255,0.58); font-size: 12px; }
.back-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--white);
  background: var(--pink);
  color: var(--white);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}
.back-top.is-visible { opacity: 1; pointer-events: auto; }
.back-top i { font-size: 22px; font-style: normal; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(49,89,199,0.45); outline-offset: 3px; }

@media (max-width: 1040px) {
  .hero-inner { grid-template-columns: 0.85fr 1.15fr; gap: 46px; }
  .hero-copy h1 { font-size: 70px; }
  .archive-drawer { grid-template-columns: minmax(0,1fr) 90px 40px; }
  .archive-drawer strong { font-size: 21px; }
  .ledger-layout { grid-template-columns: 1fr; }
  .memo-stack { grid-template-columns: repeat(3, 1fr); }
  .memo-stack h3 { grid-column: 1 / 4; }
}

@media (max-width: 860px) {
  :root { --header-height: 66px; }
  body { padding-top: var(--header-height); }
  .site-header { height: var(--header-height); backdrop-filter: none; }
  .header-inner, .hero-inner, .content-shell, .download-inner, .footer-inner { width: min(calc(100% - 28px), var(--content-width)); }
  .brand img { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy span { max-width: none; overflow: visible; font-size: 12px; text-overflow: clip; white-space: nowrap; }
  .header-actions { display: flex; align-items: center; gap: 8px; }
  .mobile-download { padding: 9px 12px; background: var(--pink); color: var(--white); font-size: 12px; font-weight: 800; white-space: nowrap; }
  .menu-toggle { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--ink); background: var(--paper); cursor: pointer; }
  .menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { display: block; width: 19px; height: 2px; background: var(--ink); content: ""; }
  .menu-toggle i { position: relative; }
  .menu-toggle i::before { position: absolute; top: -6px; }
  .menu-toggle i::after { position: absolute; top: 6px; }
  .primary-nav {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    padding: 8px 14px 16px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: block; }
  .primary-nav li + li { border-top: 1px solid var(--line); }
  .primary-nav a { padding: 14px 4px; }
  .primary-nav a::after { display: none; }
  .hero-inner { grid-template-columns: 1fr; min-height: 0; padding: 48px 0 58px; }
  .hero-copy { text-align: center; }
  .hero-copy h1 { font-size: clamp(54px,17vw,78px); white-space: normal; }
  .hero-copy h2, .hero-intro { margin-right: auto; margin-left: auto; }
  .hero-action { align-items: center; }
  .hero-labels { justify-content: center; }
  .story-cabinet { width: min(620px,100%); margin: 0 auto; }
  .archive-section, .ledger-section, .screens-section, .faq-section, .review-section { padding: 68px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 13px; margin-bottom: 29px; }
  .section-heading > p { padding-bottom: 0; }
  .archive-board { grid-template-columns: 1fr; }
  .today-index { display: grid; grid-template-columns: 1fr repeat(3, auto); align-items: center; gap: 12px; }
  .today-index > span { display: none; }
  .today-index h3 { margin: 0; padding: 0 15px 0 0; border-right: 1px solid rgba(255,255,255,0.25); border-bottom: 0; }
  .today-index button { width: auto; padding: 8px 11px; border: 1px solid rgba(255,255,255,0.2); }
  .ledger-book { grid-template-columns: 1fr; }
  .ledger-book::before { display: none; }
  .ledger-book article { min-height: 0; padding: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .ledger-book article:last-child { border-bottom: 0; }
  .review-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .download-inner { grid-template-columns: 110px 1fr; }
  .poster-pins { grid-column: 1 / 3; grid-template-columns: repeat(3,1fr); }
  .download-copy { border-right: 0; }
  .footer-main { flex-direction: column; gap: 24px; text-align: center; }
  .footer-main nav { justify-content: center; }
}

@media (max-width: 620px) {
  .header-inner { gap: 7px; }
  .brand { gap: 7px; }
  .brand img { width: 34px; height: 34px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy span { font-size: 12px; }
  .mobile-download { padding: 8px 9px; }
  .menu-toggle { width: 38px; height: 38px; }
  .hero-copy h2 { font-size: 22px; }
  .hero-intro { font-size: 14px; }
  .hero-labels { gap: 9px; }
  .hero-labels span { gap: 5px; font-size: 12px; }
  .hero-labels i { width: 27px; height: 27px; }
  .story-cabinet { padding: 9px; border-width: 6px; }
  .archive-drawer { grid-template-columns: minmax(0,1fr) 72px 35px; min-height: 86px; gap: 8px; padding: 14px 12px; }
  .archive-drawer strong { font-size: 18px; }
  .archive-drawer p { font-size: 12px; }
  .archive-drawer i { width: 35px; }
  .drawer-tab { right: 48px; width: 64px; }
  .section-heading > div { gap: 10px; }
  .section-heading > div > span { font-size: 27px; }
  .section-heading h2 { font-size: 38px; }
  .archive-tabs { grid-template-columns: repeat(2,1fr); }
  .archive-tabs button:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .archive-row { grid-template-columns: 45px 1fr 90px; gap: 5px; }
  .archive-row > span { display: none; }
  .archive-table { padding: 0 12px 8px; }
  .today-index { grid-template-columns: 1fr; }
  .today-index h3 { padding: 0 0 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.25); }
  .today-index button { width: 100%; }
  .memo-stack { grid-template-columns: 1fr; }
  .memo-stack h3 { grid-column: auto; }
  .screenshot-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .screenshot-grid figcaption { grid-template-columns: 1fr; min-height: 78px; gap: 1px; padding: 10px; }
  .screenshot-grid figcaption b { grid-row: auto; }
  .screenshot-grid figcaption strong { font-size: 14px; }
  .screenshot-grid figcaption span { display: none; }
  .faq-button { padding: 15px 14px; }
  .faq-button span { gap: 9px; padding-right: 10px; font-size: 14px; }
  .faq-list article > div { padding: 0 44px 18px; }
  .official-disclosure summary { padding: 15px 14px; }
  .official-disclosure summary strong { font-size: 14px; }
  .official-disclosure > div { padding: 0 43px 18px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid > article { min-height: 0; }
  .review-head { grid-template-columns: auto 1fr auto; }
  .review-head time { justify-self: end; }
  .download-section { padding: 42px 0; }
  .download-inner { grid-template-columns: 72px 1fr; }
  .poster-strip { padding: 18px 7px 12px; }
  .poster-strip span { font-size: 26px; }
  .download-copy { padding: 30px 22px; }
  .download-copy h2 { font-size: 30px; }
  .download-copy a { width: 100%; }
  .poster-pins { grid-column: 1 / 3; gap: 8px; padding: 12px; }
  .footer-brand { flex-direction: column; }
  .footer-main nav { gap: 14px 20px; }
  .back-top { right: 14px; bottom: 14px; width: 46px; height: 46px; }
}

@media (max-width: 390px) {
  .header-inner { width: calc(100% - 18px); }
  .brand-copy strong { font-size: 13px; }
  .brand-copy span, .review-head time { font-size: 12px; }
  .mobile-download { padding: 7px; }
  .menu-toggle { width: 36px; height: 36px; }
  .review-head { gap: 7px; }
}

@media (hover: none), (max-width: 860px) {
  a, button, summary, .primary-nav a::after, .back-top { transition: none !important; animation: none !important; }
  a:active, button:active, summary:active { opacity: 1; filter: none; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
