@charset "UTF-8";

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

:root {
  --ink: #24142c;
  --plum: #481454;
  --plum-deep: #250b31;
  --violet: #8738a4;
  --cream: #fffaf0;
  --paper: #f8f1df;
  --line: #d7c9b3;
  --yellow: #f6c94f;
  --coral: #f27762;
  --blue: #66acd0;
  --green: #65a96d;
  --muted: #716674;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

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%;
}

p,
h1,
h2,
h3,
ul,
ol,
figure {
  margin-top: 0;
}

figure {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

button,
summary {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.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;
}

.site-header {
  position: relative;
  z-index: 100;
  height: var(--header-height);
  color: #fff;
  background: var(--plum-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.header-inner,
.section-inner,
.hero-inner,
.footer-inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
}

.brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.25;
}

.brand-copy strong {
  font-size: 20px;
  white-space: nowrap;
}

.brand-copy span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  white-space: nowrap;
}

.site-nav ul,
.footer-nav ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.site-nav ul {
  gap: 36px;
}

.site-nav a {
  position: relative;
  display: block;
  padding: 27px 0 23px;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--yellow);
  content: "";
  opacity: 0;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  opacity: 1;
}

.mobile-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

.mobile-download,
.menu-toggle {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.mobile-download {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.menu-toggle {
  position: relative;
  display: inline-grid;
  width: 44px;
  padding: 0;
  place-items: center;
  background: transparent;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 21px;
  height: 2px;
  background: #fff;
  content: "";
}

.menu-icon {
  position: relative;
}

.menu-icon::before {
  position: absolute;
  top: -7px;
}

.menu-icon::after {
  position: absolute;
  top: 7px;
}

.hero {
  overflow: hidden;
  color: #fff;
  background: var(--plum-deep);
}

.hero-inner {
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 1fr) 530px;
  align-items: center;
  gap: 70px;
}

.hero-copy {
  padding: 80px 0;
}

.eyebrow,
.section-index,
.clue-label {
  margin-bottom: 14px;
  color: var(--violet);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

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

.hero h1 {
  margin-bottom: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(76px, 8vw, 122px);
  line-height: 1;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.hero-slogan {
  margin-bottom: 18px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.35;
}

.hero-description {
  max-width: 570px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.74);
}

.hero-action {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.primary-link {
  display: inline-flex;
  min-width: 190px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  background: var(--yellow);
  color: var(--ink);
  border: 2px solid var(--yellow);
  font-weight: 800;
}

.primary-link:hover {
  background: transparent;
  color: #fff;
}

.age-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 28px 0 0;
}

.hero-tags li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
}

.tag-dot {
  width: 10px;
  height: 10px;
  border: 2px solid var(--yellow);
  border-radius: 50%;
}

.guess-board {
  position: relative;
  display: grid;
  min-height: 520px;
  padding: 42px;
  color: var(--ink);
  background-color: var(--paper);
  background-image: linear-gradient(rgba(72, 20, 84, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 20, 84, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  border: 4px solid var(--yellow);
  box-shadow: 22px 22px 0 rgba(135, 56, 164, 0.32);
  grid-template-rows: auto 1fr auto auto;
}

.round-badge {
  position: absolute;
  top: -20px;
  right: -20px;
  display: grid;
  width: 78px;
  height: 78px;
  color: #fff;
  background: var(--coral);
  border: 3px solid var(--plum-deep);
  place-content: center;
  text-align: center;
  transform: rotate(3deg);
}

.round-badge span {
  font-size: 12px;
}

.round-badge strong {
  font-size: 24px;
  line-height: 1;
}

.board-question {
  display: flex;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--ink);
  flex-direction: column;
}

.board-question span {
  color: var(--violet);
  font-size: 12px;
  font-weight: 800;
}

.board-question strong {
  max-width: 370px;
  margin-top: 5px;
  font-size: 25px;
  line-height: 1.4;
}

.genius-piece {
  position: relative;
  width: 150px;
  height: 180px;
  margin: 24px auto 8px;
}

.piece-turban,
.piece-face,
.piece-body {
  position: absolute;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.piece-turban {
  top: 0;
  width: 120px;
  height: 64px;
  background: var(--violet);
  border: 3px solid var(--ink);
  border-radius: 60px 60px 18px 18px;
}

.piece-turban::after {
  position: absolute;
  top: 20px;
  left: 48px;
  width: 20px;
  height: 20px;
  background: var(--yellow);
  border: 3px solid var(--ink);
  border-radius: 50%;
  content: "";
}

.piece-face {
  top: 50px;
  width: 88px;
  height: 82px;
  background: #e6aa72;
  border: 3px solid var(--ink);
  border-radius: 38% 38% 50% 50%;
}

.piece-face::before,
.piece-face::after {
  position: absolute;
  top: 32px;
  width: 9px;
  height: 9px;
  background: var(--ink);
  border-radius: 50%;
  content: "";
}

.piece-face::before {
  left: 22px;
}

.piece-face::after {
  right: 22px;
}

.piece-body {
  bottom: 0;
  width: 145px;
  height: 75px;
  background: var(--plum);
  border: 3px solid var(--ink);
  border-radius: 54px 54px 12px 12px;
}

.answer-tokens {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
}

.token {
  min-height: 62px;
  padding: 6px;
  border: 2px solid var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.token-yes {
  background: var(--green);
}

.token-no {
  background: var(--coral);
}

.token-maybe {
  background: var(--yellow);
}

.token-maybe-not {
  background: var(--blue);
}

.token-unknown {
  background: #fff;
}

.token.is-selected {
  color: #fff;
  background: var(--plum-deep);
  border-color: var(--yellow);
}

.board-status {
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.answer-section,
.screen-section,
.faq-section {
  background: var(--cream);
}

.section-inner {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-heading {
  display: grid;
  margin-bottom: 48px;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: end;
  gap: 50px;
}

.section-heading h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1.15;
}

.section-heading > p {
  margin-bottom: 4px;
  color: var(--muted);
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  border: 2px solid var(--ink);
}

.answer-card {
  min-height: 305px;
  padding: 28px 22px;
  border-right: 2px solid var(--ink);
}

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

.answer-card:nth-child(even) {
  padding-top: 58px;
}

.answer-card-yes {
  background: #dfeedd;
}

.answer-card-no {
  background: #f7c6bc;
}

.answer-card-maybe {
  background: #f9e5a1;
}

.answer-card-maybe-not {
  background: #d7eaf4;
}

.answer-card-unknown {
  background: #f3ebf4;
}

.answer-number {
  display: block;
  margin-bottom: 42px;
  font-size: 12px;
  font-weight: 800;
}

.answer-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 25px;
}

.answer-card p {
  margin-bottom: 0;
  color: #4e4450;
  font-size: 14px;
}

.round-section,
.review-section,
.download-section {
  color: #fff;
  background: var(--plum-deep);
}

.section-heading-light .section-index {
  color: var(--yellow);
}

.section-heading-light > p {
  color: rgba(255, 255, 255, 0.68);
}

.round-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
}

.round-steps {
  display: grid;
  margin-bottom: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.round-steps li {
  min-height: 280px;
  padding: 28px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.round-steps li:last-child {
  border-right: 0;
}

.round-steps > li > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 86px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 50%;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
}

.round-steps strong {
  font-size: 20px;
}

.round-steps p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.clue-panel {
  padding: 30px;
  color: var(--ink);
  background: var(--yellow);
}

.clue-panel .clue-label {
  color: var(--plum);
}

.clue-panel h3 {
  margin-bottom: 22px;
  font-size: 30px;
}

.clue-panel ul {
  margin-bottom: 0;
}

.clue-panel li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border-top: 1px solid rgba(36, 20, 44, 0.3);
  gap: 14px;
}

.clue-panel li span {
  font-size: 12px;
}

.clue-panel li strong {
  font-size: 14px;
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.screen-card {
  display: grid;
  width: 100%;
  min-width: 0;
  margin: 0;
  grid-template-rows: auto 74px;
  background: #fff;
  border: 1px solid var(--line);
}

.screen-media {
  display: flex;
  width: 100%;
  aspect-ratio: 9 / 16;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f1ece4;
}

.screen-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.screen-card figcaption {
  display: flex;
  min-height: 74px;
  align-items: center;
  padding: 16px 18px;
  border-top: 1px solid var(--line);
  gap: 15px;
}

.screen-card figcaption span {
  color: var(--violet);
  font-size: 12px;
  font-weight: 800;
}

.screen-card figcaption strong {
  font-size: 17px;
}

.faq-list {
  border-top: 2px solid var(--ink);
}

.faq-item {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.faq-item > button {
  display: grid;
  width: 100%;
  min-height: 76px;
  padding: 0 24px;
  grid-template-columns: 52px 1fr 24px;
  align-items: center;
  background: transparent;
  border: 0;
  text-align: left;
}

.faq-number {
  color: var(--violet);
  font-size: 12px;
  font-weight: 800;
}

.faq-item button strong {
  font-size: 16px;
}

.faq-item button i,
.details-icon {
  position: relative;
  width: 18px;
  height: 18px;
}

.faq-item button i::before,
.faq-item button i::after,
.details-icon::before,
.details-icon::after {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 1px;
  background: currentColor;
  content: "";
}

.faq-item button i::after,
.details-icon::after {
  transform: rotate(90deg);
}

.faq-item button[aria-expanded="true"] i::after,
.official-site[open] .details-icon::after {
  transform: rotate(0);
}

.faq-answer {
  padding: 0 72px 24px 76px;
  color: var(--muted);
}

.faq-answer p {
  margin-bottom: 0;
}

.official-site {
  width: 100%;
  margin-top: 28px;
  background: #fff;
  border: 2px solid var(--ink);
}

.official-site summary {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  font-weight: 800;
  list-style: none;
}

.official-site summary::-webkit-details-marker {
  display: none;
}

.official-site summary > span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.site-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid var(--violet);
  border-radius: 50%;
}

.site-icon::before,
.site-icon::after {
  position: absolute;
  content: "";
}

.site-icon::before {
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  background: var(--violet);
}

.site-icon::after {
  top: 1px;
  left: 5px;
  width: 4px;
  height: 12px;
  border-right: 1px solid var(--violet);
  border-left: 1px solid var(--violet);
  border-radius: 50%;
}

.official-answer {
  padding: 0 56px 24px;
}

.official-answer a {
  color: var(--violet);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  min-height: 268px;
  padding: 25px;
  color: var(--ink);
  background: var(--cream);
  border-top: 4px solid var(--yellow);
}

.review-card:nth-child(3n + 2) {
  border-top-color: var(--coral);
}

.review-card:nth-child(3n) {
  border-top-color: var(--blue);
}

.review-card header {
  display: grid;
  grid-template-columns: 38px auto 1fr;
  align-items: center;
  gap: 10px;
}

.avatar {
  display: grid;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--plum-deep);
  border-radius: 50%;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
}

.review-card header strong {
  font-size: 14px;
}

.review-card time {
  justify-self: end;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.review-card > p {
  margin: 26px 0 0;
  font-size: 14px;
  line-height: 2;
}

.download-section {
  background: var(--paper);
  color: var(--ink);
}

.download-section .section-inner {
  padding-top: 88px;
  padding-bottom: 88px;
}

.download-console {
  display: grid;
  min-height: 190px;
  grid-template-columns: 190px minmax(0, 1fr) 190px 250px;
  border: 2px solid var(--ink);
  background: #fff;
}

.console-marker,
.download-copy,
.console-line,
.download-entry {
  min-width: 0;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.console-marker {
  display: grid;
  align-content: center;
  background: var(--yellow);
  text-align: center;
}

.console-marker span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.console-marker strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
}

.download-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.download-copy .section-index {
  margin-bottom: 6px;
}

.download-copy h2 {
  margin-bottom: 6px;
  font-size: 31px;
}

.download-copy > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.console-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.console-line span {
  width: 18px;
  height: 18px;
  background: var(--violet);
  border-radius: 50%;
}

.console-line span:nth-child(2) {
  background: var(--coral);
}

.console-line span:nth-child(3) {
  background: var(--green);
}

.download-entry {
  display: flex;
  border-right: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--plum);
}

.download-entry a {
  display: inline-flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: var(--yellow);
  border: 2px solid var(--yellow);
  font-weight: 800;
}

.download-entry a:hover {
  color: #fff;
  background: transparent;
}

.download-entry .age-label {
  margin-top: 10px;
}

.site-footer {
  color: #fff;
  background: var(--plum-deep);
}

.footer-inner {
  padding-top: 48px;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 44px;
}

.footer-nav ul {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 28px;
}

.footer-nav a {
  font-size: 13px;
  font-weight: 700;
}

.footer-nav a:hover {
  color: var(--yellow);
}

.footer-bottom {
  padding: 18px 0 22px;
  border-top: 1px solid #fff;
  text-align: center;
}

.footer-bottom p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.back-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #fff;
  background: var(--plum);
  border: 2px solid var(--yellow);
  opacity: 0;
  pointer-events: none;
  place-items: center;
}

.back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.back-top i {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../icons/top.svg") center / 24px 24px no-repeat;
}

@media (max-width: 980px) {
  body {
    padding-top: var(--header-height);
  }

  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }

  .mobile-actions {
    display: flex;
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
    background: var(--plum-deep);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    width: min(100% - 32px, 1200px);
    margin: 0 auto;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .site-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .site-nav a {
    padding: 16px 4px;
  }

  .site-nav a::after {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr 420px;
    gap: 30px;
  }

  .hero h1 {
    font-size: 72px;
  }

  .hero-slogan {
    font-size: 27px;
  }

  .guess-board {
    padding: 30px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .answer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .answer-card,
  .answer-card:nth-child(even) {
    min-height: 230px;
    padding: 24px;
    border-right: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
  }

  .answer-card:nth-child(even) {
    border-right: 0;
  }

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

  .answer-number {
    margin-bottom: 30px;
  }

  .round-layout {
    grid-template-columns: 1fr;
  }

  .clue-panel {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 20px;
  }

  .clue-panel h3 {
    margin-bottom: 0;
  }

  .clue-panel .clue-label {
    grid-column: 1;
    margin-bottom: -16px;
  }

  .clue-panel ul {
    grid-row: 1 / span 2;
    grid-column: 2;
  }

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

  .download-console {
    grid-template-columns: 150px 1fr 220px;
  }

  .console-line {
    display: none;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 66px;
  }

  .header-inner,
  .section-inner,
  .hero-inner,
  .footer-inner {
    width: min(100% - 28px, 1200px);
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 40px;
    height: 40px;
    border-radius: 9px;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-copy span {
    display: block;
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    font-size: 12px;
  }

  .mobile-download {
    padding: 0 11px;
    font-size: 12px;
  }

  .hero-inner {
    min-height: 0;
    padding: 64px 0 70px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 0;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(54px, 20vw, 78px);
    white-space: normal;
  }

  .hero-slogan {
    font-size: 25px;
  }

  .hero-description {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .hero-action {
    align-items: center;
  }

  .hero-tags {
    justify-content: center;
    gap: 13px;
  }

  .guess-board {
    min-height: 470px;
    padding: 28px 18px 22px;
    box-shadow: 10px 10px 0 rgba(135, 56, 164, 0.32);
  }

  .round-badge {
    top: -16px;
    right: -4px;
    width: 65px;
    height: 65px;
  }

  .board-question {
    text-align: left;
  }

  .board-question strong {
    font-size: 20px;
  }

  .genius-piece {
    height: 160px;
    transform: scale(0.88);
  }

  .answer-tokens {
    grid-template-columns: repeat(3, 1fr);
  }

  .token {
    min-height: 50px;
  }

  .section-inner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .section-heading > p {
    font-size: 14px;
  }

  .answer-grid {
    grid-template-columns: 1fr;
  }

  .answer-card,
  .answer-card:nth-child(even) {
    display: grid;
    min-height: 0;
    padding: 22px;
    grid-template-columns: 44px 90px 1fr;
    align-items: center;
    border-right: 0;
  }

  .answer-number,
  .answer-card strong,
  .answer-card p {
    margin-bottom: 0;
  }

  .answer-card strong {
    font-size: 20px;
  }

  .answer-card p {
    font-size: 13px;
  }

  .round-steps {
    grid-template-columns: 1fr;
  }

  .round-steps li {
    display: grid;
    min-height: 0;
    padding: 22px;
    grid-template-columns: 50px 1fr;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .round-steps li:last-child {
    border-bottom: 0;
  }

  .round-steps > li > span {
    width: 36px;
    height: 36px;
    margin-bottom: 0;
  }

  .clue-panel {
    display: block;
  }

  .clue-panel .clue-label {
    margin-bottom: 4px;
  }

  .clue-panel h3 {
    margin-bottom: 18px;
  }

  .screen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .screen-card figcaption {
    min-height: 62px;
    padding: 12px;
    gap: 8px;
  }

  .screen-card {
    grid-template-rows: auto 62px;
  }

  .screen-card figcaption strong {
    font-size: 14px;
  }

  .faq-item > button {
    min-height: 68px;
    padding: 0 14px;
    grid-template-columns: 36px 1fr 20px;
  }

  .faq-item button strong {
    font-size: 14px;
  }

  .faq-answer {
    padding: 0 18px 22px 50px;
    font-size: 13px;
  }

  .official-site summary {
    min-height: 68px;
    padding: 0 16px;
    font-size: 14px;
  }

  .official-answer {
    padding: 0 48px 20px;
    font-size: 13px;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: 0;
  }

  .review-card header {
    grid-template-columns: 38px auto 1fr;
  }

  .review-card time {
    justify-self: end;
  }

  .download-console {
    grid-template-columns: 1fr;
  }

  .console-marker,
  .download-copy,
  .download-entry {
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    text-align: center;
  }

  .console-marker {
    display: flex;
    min-height: 74px;
    align-items: center;
    justify-content: center;
    gap: 9px;
  }

  .console-marker strong {
    font-size: 26px;
  }

  .download-entry {
    border-bottom: 0;
  }

  .download-entry a {
    max-width: 280px;
  }

  .footer-row {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .footer-nav ul {
    justify-content: center;
    gap: 16px 22px;
  }

  .footer-brand {
    text-align: left;
  }

  .back-top {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 390px) {
  .brand-copy strong {
    font-size: 14px;
  }

  .brand-copy span {
    font-size: 12px;
  }

  .mobile-download {
    padding: 0 8px;
  }

  .menu-toggle {
    width: 40px;
  }

  .answer-card,
  .answer-card:nth-child(even) {
    grid-template-columns: 36px 80px 1fr;
    padding: 18px 14px;
  }

  .answer-card p {
    line-height: 1.6;
  }
}
