.answer-grid {
  display: grid;
  width: min(960px, 100%);
  margin: 17px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.answer-grid--categories {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.answer-grid--categories .answer-button {
  min-height: 108px;
  padding: 8px;
  flex-direction: column;
  gap: 4px;
  font-size: clamp(.92rem, 1.6vw, 1.15rem);
  text-align: center;
}

.answer-button {
  display: flex;
  min-height: 92px;
  padding: 13px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: var(--ink);
  font-size: clamp(1rem, 2.1vw, 1.3rem);
  font-weight: 1000;
  background: white;
  border: 4px solid #c8e5cb;
  border-radius: 22px;
  box-shadow: 0 7px 0 #b2d4b7;
  transition: transform 140ms ease, background 140ms ease;
}

.answer-button:not(:disabled):hover {
  transform: translateY(-3px);
  background: #fffde5;
}

.answer-button:disabled {
  cursor: default;
}

.answer-button.is-wrong {
  color: #77493a;
  background: #fff0cf;
  border-color: #e7b27c;
  box-shadow: 0 5px 0 #d59d65;
  opacity: .72;
}

.answer-button.is-correct {
  color: #154e2b;
  background: #d8f5d7;
  border-color: #55b96a;
  box-shadow: 0 5px 0 #3e9854;
}

.answer-icon {
  flex: 0 0 auto;
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 1;
}

.vocab-image--answer {
  width: clamp(2.4rem, 5vw, 3.4rem);
  height: clamp(2.4rem, 5vw, 3.4rem);
}

.answer-label {
  min-width: 0;
  overflow-wrap: anywhere;
}

.learn-actions {
  display: flex;
  margin-top: 14px;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.learn-action {
  min-height: 54px;
  padding: 10px 20px;
  color: var(--green-900);
  font-weight: 1000;
  background: #fff7c6;
  border: 3px solid #e8c851;
  border-radius: 17px;
  box-shadow: 0 5px 0 #d3b33f;
}

.learn-category-grid {
  display: grid;
  width: min(960px, 100%);
  margin: 12px auto 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.wheel-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.learn-category-card {
  display: flex;
  min-height: 205px;
  padding: 16px 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  color: var(--ink);
  text-align: center;
  background: linear-gradient(150deg, #fffef2, #e8f7e8);
  border: 4px solid white;
  border-radius: 24px;
  box-shadow: 0 8px 0 #acd2af, 0 14px 24px rgba(27, 80, 46, .15);
  transition: transform 150ms ease, filter 150ms ease;
}

.learn-category-card:nth-child(2) { background: linear-gradient(150deg, #fff8c9, #eef9dc); }
.learn-category-card:nth-child(3) { background: linear-gradient(150deg, #e6f7e6, #d8f1e2); }
.learn-category-card:nth-child(4) { background: linear-gradient(150deg, #fff0de, #ffe3e6); }
.learn-category-card:nth-child(5) { background: linear-gradient(150deg, #fff0d2, #e8f5d9); }

.learn-category-card:hover {
  z-index: 1;
  filter: saturate(1.08);
  transform: translateY(-5px);
}

.learn-category-card__icon {
  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 1;
}

.vocab-image--category {
  width: clamp(3rem, 6vw, 4.5rem);
  height: clamp(3rem, 6vw, 4.5rem);
  margin-inline: auto;
}

.learn-category-card strong {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.05;
}

.learn-category-card small {
  color: #476a58;
  font-size: .8rem;
  font-weight: 750;
  line-height: 1.2;
}

.learn-category-card__count {
  padding: 4px 9px;
  color: white;
  font-size: .72rem;
  font-weight: 1000;
  background: var(--green-700);
  border-radius: 999px;
  text-transform: uppercase;
}

.picture-controls {
  display: flex;
  margin: 2px 0 8px;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
}

.picture-toggle {
  min-height: 42px;
  padding: 7px 14px;
  color: #315744;
  font-weight: 900;
  background: #eef8ed;
  border: 2px solid #a8d8ad;
  border-radius: 13px;
}

.identify-target {
  display: grid;
  width: clamp(96px, 15vw, 140px);
  aspect-ratio: 1;
  margin: 4px auto 8px;
  place-items: center;
  background: linear-gradient(145deg, #fffef2, #e8f8e7);
  border: 4px solid white;
  border-radius: 28px;
  box-shadow: 0 7px 0 #b7dcb9, 0 13px 24px rgba(27, 80, 46, .14);
}

.vocab-image--identify-target {
  width: 100%;
  height: 100%;
}

.hide-answer-pictures .answer-icon {
  visibility: hidden;
}

.hide-identify-target .identify-target {
  display: none;
}

.knowledge-visual {
  margin: 4px auto 3px;
  font-size: clamp(3.5rem, 9vw, 6rem);
  line-height: 1;
}

.knowledge-visual .vocab-image--knowledge {
  width: clamp(3.5rem, 9vw, 6rem);
  height: clamp(3.5rem, 9vw, 6rem);
  margin-inline: auto;
}

.flip-setup {
  text-align: center;
}

.flip-setup p {
  margin: 4px 0 20px;
  font-size: 1.15rem;
  font-weight: 800;
}

.flip-choice-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.flip-choice {
  min-width: 176px;
  min-height: 118px;
  padding: 15px 22px;
  color: var(--ink);
  font-size: 1.6rem;
  font-weight: 1000;
  background: #f6a8ce;
  border: 4px solid white;
  border-radius: 22px;
  box-shadow: 0 8px 0 #cf72a2;
}

.flip-choice span {
  display: block;
  margin-top: 5px;
  font-size: .9rem;
}

.flip-board-wrap {
  display: flex;
  min-height: 0;
  flex: 1;
  align-items: center;
  justify-content: center;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-color: #70ad7c transparent;
}

.flip-board {
  display: grid;
  width: min(100%, calc(var(--flip-cols) * var(--tile-width) + (var(--flip-cols) - 1) * 7px));
  min-width: 0;
  grid-template-columns: repeat(var(--flip-cols), minmax(0, 1fr));
  gap: 7px;
  --tile-width: 94px;
}

.flip-board[data-size="20"] {
  --flip-cols: 5;
  --tile-width: min(15vw, 150px);
}
.flip-board[data-size="40"] { --flip-cols: 10; }
.flip-board[data-size="60"] { --flip-cols: 10; }

.flip-tile {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.05 / 1;
  padding: 0;
  background: transparent;
  border: 0;
  perspective: 700px;
}

.flip-tile-inner {
  position: absolute;
  inset: 0;
  display: grid;
  transform-style: preserve-3d;
  transform-origin: center;
  transition: transform 520ms cubic-bezier(.2, .78, .22, 1.12);
  will-change: transform;
}

.flip-tile.is-flipped .flip-tile-inner,
.flip-tile.is-matched .flip-tile-inner {
  transform: rotateY(180deg) scale(1.035);
}

.flip-face {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 4px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  backface-visibility: hidden;
  border: 3px solid white;
  border-radius: 14px;
  box-shadow: 0 4px 0 rgba(42, 90, 53, .28);
}

.flip-back {
  color: white;
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  font-weight: 1000;
  background: linear-gradient(145deg, #5c91df, #7565d8);
}

.flip-front {
  color: var(--ink);
  background: #fffbe1;
  transform: rotateY(180deg);
}

.flip-front span {
  font-size: clamp(1.2rem, 3vw, 2.2rem);
  line-height: 1;
}

.flip-front .vocab-image--tile {
  /* Keep the artwork proportional to every Flip board size. */
  width: 66%;
  height: 66%;
  flex: 0 0 66%;
}

.flip-front strong {
  display: block;
  max-width: 100%;
  margin-top: 2px;
  overflow: hidden;
  font-size: clamp(.676rem, 1.17vw, 1.014rem);
  line-height: 1.05;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.flip-tile.is-matched .flip-face {
  border-color: #5ecb70;
  box-shadow: 0 4px 0 #3e9e52, 0 0 0 3px #c5f4c9 inset;
}

.flip-tile.is-matched .flip-tile-inner {
  animation: matched-tile-pop 420ms ease-out;
}

@keyframes matched-tile-pop {
  50% { transform: rotateY(180deg) scale(1.13); }
}

.meltdown-board {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  flex: 1;
  grid-template-rows: minmax(0, 1fr) auto auto;
  align-content: center;
  gap: 11px;
}

.meltdown-clue {
  position: absolute;
  top: 2px;
  left: max(8px, 5%);
  display: grid;
  width: 94px;
  aspect-ratio: 1;
  place-items: center;
  font-size: 4rem;
  line-height: 1;
  background: #fffbe7;
  border: 4px solid white;
  border-radius: 25px;
  box-shadow: 0 6px 0 #c9e1c9;
}

.vocab-image--clue {
  width: 100%;
  height: 100%;
}

.ice-cream-scenes {
  display: flex;
  min-height: 155px;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}

.ice-cream-scene {
  position: relative;
  display: flex;
  width: 82px;
  height: 148px;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.ice-cream-cone {
  width: 54px;
  height: 66px;
  background: repeating-linear-gradient(55deg, transparent 0 9px, rgba(139, 77, 27, .25) 10px 12px), linear-gradient(135deg, #efb660, #cf813a);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.scoop-stack {
  position: absolute;
  bottom: 57px;
  display: flex;
  width: 80px;
  align-items: center;
  flex-direction: column-reverse;
}

.scoop {
  width: 62px;
  height: 37px;
  margin-bottom: -8px;
  border: 3px solid rgba(111, 65, 51, .23);
  border-radius: 50% 50% 45% 45%;
  box-shadow: inset 10px 8px 0 rgba(255, 255, 255, .25);
  animation: scoop-grow 300ms ease-out both;
}

.scoop:nth-child(3n + 1) { background: #ff9bbb; }
.scoop:nth-child(3n + 2) { background: #f8e9a8; }
.scoop:nth-child(3n + 3) { background: #87d7a0; }

@keyframes scoop-grow {
  from { opacity: 0; transform: scale(.4) translateY(20px); }
}

.sad-cone {
  position: absolute;
  bottom: 53px;
  font-size: 4.5rem;
}

.alien-scene-slot {
  height: 100%;
  min-height: clamp(320px, 52vh, 520px);
}

.alien-abduction-scene {
  position: relative;
  width: min(100%, 680px);
  height: 100%;
  min-height: clamp(320px, 52vh, 520px);
  margin: 0 auto;
  isolation: isolate;
  overflow: hidden;
}

.alien-abduction-scene img {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
  transition: opacity 360ms ease, transform 620ms cubic-bezier(.2, .78, .25, 1), filter 360ms ease;
}

.alien-beam {
  z-index: 1;
  top: calc(15% + 10px);
  left: 50%;
  width: clamp(126px, 23.8vw, 175px);
  height: 86%;
  opacity: 0;
  object-fit: fill;
  transform: translateX(-50%) scaleY(.82);
}

.alien-effect {
  z-index: 2;
  bottom: -5%;
  left: 50%;
  width: clamp(105px, 21.7vw, 168px);
  opacity: 0;
  transform: translateX(-50%) scale(.76);
}

.alien-plant {
  z-index: 3;
  bottom: 0;
  left: 50%;
  width: clamp(93px, 19vw, 151px);
  transform: translateX(-50%);
}

.alien-plant--lifting {
  opacity: 0;
  --alien-lift: 0%;
}

.alien-ship {
  z-index: 4;
  top: 0;
  left: 50%;
  width: clamp(126px, 25.9vw, 196px);
  transform: translateX(-50%);
  animation: alien-ship-hover 2.8s ease-in-out infinite;
}

.alien-abduction-scene[data-alien-stage="1"] .alien-ship,
.alien-abduction-scene[data-alien-stage="2"] .alien-ship,
.alien-abduction-scene[data-alien-stage="3"] .alien-ship,
.alien-abduction-scene[data-alien-stage="4"] .alien-ship,
.alien-abduction-scene[data-alien-stage="5"] .alien-ship {
  animation-duration: 1.55s;
}

.alien-abduction-scene[data-alien-stage="2"] .alien-beam,
.alien-abduction-scene[data-alien-stage="3"] .alien-beam,
.alien-abduction-scene[data-alien-stage="4"] .alien-beam,
.alien-abduction-scene[data-alien-stage="5"] .alien-beam,
.alien-abduction-scene[data-alien-stage="6"] .alien-beam {
  opacity: .72;
  transform: translateX(-50%) scaleY(1);
  animation: alien-beam-pulse 1.7s ease-in-out infinite;
}

.alien-abduction-scene[data-alien-stage="2"] .alien-effect {
  opacity: .24;
  transform: translateX(-50%) scale(.84);
}

.alien-abduction-scene[data-alien-stage="3"] .alien-plant--grounded,
.alien-abduction-scene[data-alien-stage="4"] .alien-plant--grounded,
.alien-abduction-scene[data-alien-stage="5"] .alien-plant--grounded,
.alien-abduction-scene[data-alien-stage="6"] .alien-plant--grounded {
  opacity: 0;
}

.alien-abduction-scene[data-alien-stage="3"] .alien-plant--lifting {
  opacity: 1;
  --alien-lift: -13%;
  animation: alien-plant-float 2.1s ease-in-out infinite;
}

.alien-abduction-scene[data-alien-stage="3"] .alien-effect {
  opacity: .42;
  transform: translateX(-50%) scale(.92);
  animation: alien-effect-shimmer 1.8s ease-in-out infinite;
}

.alien-abduction-scene[data-alien-stage="4"] .alien-plant--lifting {
  opacity: 1;
  --alien-lift: -42%;
  animation: alien-plant-float 1.7s ease-in-out infinite;
}

.alien-abduction-scene[data-alien-stage="4"] .alien-effect {
  opacity: .62;
  transform: translateX(-50%) translateY(-12%) scale(1.04);
  animation: alien-effect-shimmer 1.4s ease-in-out infinite;
}

.alien-abduction-scene[data-alien-stage="5"] .alien-plant--lifting {
  opacity: 1;
  --alien-lift: -69%;
  animation: alien-plant-float 1.35s ease-in-out infinite;
}

.alien-abduction-scene[data-alien-stage="5"] .alien-beam {
  opacity: .9;
  filter: brightness(1.14);
}

.alien-abduction-scene[data-alien-stage="5"] .alien-effect {
  opacity: .8;
  transform: translateX(-50%) translateY(-28%) scale(1.16);
  animation: alien-effect-shimmer 1.05s ease-in-out infinite;
}

.alien-abduction-scene.is-final-abduction .alien-plant--lifting {
  opacity: 0;
  animation: alien-plant-launch 1.1s cubic-bezier(.22, .78, .25, 1) forwards;
}

.alien-abduction-scene.is-final-abduction .alien-beam {
  opacity: 1;
  filter: brightness(1.45);
  animation: alien-beam-final 1.1s ease-out forwards;
}

.alien-abduction-scene.is-final-abduction .alien-effect {
  opacity: 1;
  animation: alien-effect-final 1.1s ease-out forwards;
}

.alien-abduction-scene.is-final-abduction .alien-ship {
  animation: alien-ship-final 1.1s ease-in-out forwards;
}

@keyframes alien-ship-hover {
  50% { transform: translateX(-50%) translateY(-6px); }
}

@keyframes alien-beam-pulse {
  50% { opacity: .92; filter: brightness(1.13); }
}

@keyframes alien-effect-shimmer {
  50% { opacity: .75; transform: translateX(-50%) translateY(-8px) scale(1.08); }
}

@keyframes alien-plant-float {
  0%, 100% { transform: translateX(-50%) translateY(var(--alien-lift)); }
  50% { transform: translateX(calc(-50% + 5px)) translateY(calc(var(--alien-lift) - 9px)); }
}

@keyframes alien-plant-launch {
  0% { opacity: 1; transform: translateX(-50%) translateY(-69%); }
  54% { opacity: 1; transform: translateX(-50%) translateY(-150%); }
  66%, 100% { opacity: 0; transform: translateX(-50%) translateY(-180%); }
}

@keyframes alien-beam-final {
  0%, 42% { opacity: 1; filter: brightness(1.55); }
  62%, 100% { opacity: 0; filter: brightness(1); }
}

@keyframes alien-effect-final {
  0%, 63% { opacity: 1; transform: translateX(-50%) translateY(-28%) scale(1.25); }
  100% { opacity: 0; transform: translateX(-50%) translateY(-48%) scale(1.48); }
}

@keyframes alien-ship-final {
  0%, 64% { transform: translateX(-50%) translateY(0) rotate(0); }
  72% { transform: translateX(-50%) translateY(-4px) rotate(-3deg); }
  82% { transform: translateX(-50%) translateY(-2px) rotate(3deg); }
  100% { transform: translateX(-50%) translateY(-180%) rotate(0); }
}

@media (prefers-reduced-motion: reduce) {
  .alien-abduction-scene img { animation: none !important; }
  .alien-abduction-scene.is-final-abduction .alien-plant--lifting { opacity: 0; transform: translateX(-50%) translateY(-205%); }
}

.spelling-word {
  display: flex;
  min-height: 49px;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}

.spelling-letter {
  display: grid;
  width: clamp(27px, 4vw, 42px);
  height: clamp(37px, 5vw, 48px);
  place-items: center;
  color: var(--green-900);
  font-size: clamp(1rem, 2.6vw, 1.65rem);
  font-weight: 1000;
  border-bottom: 4px solid var(--green-700);
}

.spelling-space {
  width: 15px;
  border: 0;
}

.letter-keys {
  display: grid;
  width: min(800px, 100%);
  margin-inline: auto;
  grid-template-columns: repeat(13, minmax(0, 1fr));
  gap: 5px;
}

.letter-key {
  min-width: 0;
  min-height: 41px;
  padding: 0;
  color: var(--ink);
  font-size: clamp(.78rem, 1.4vw, 1.05rem);
  font-weight: 1000;
  background: white;
  border: 2px solid #b6d9bb;
  border-radius: 9px;
  box-shadow: 0 3px 0 #9ec4a4;
}

.letter-key.is-correct { background: #d7f5d6; }
.letter-key.is-wrong { background: #ffe1ca; opacity: .6; }

.wheel-stage {
  position: relative;
  display: grid;
  min-height: 0;
  flex: 1;
  place-items: center;
}

.wheel-wrap {
  position: relative;
  width: min(500px, 78vw, 58vh);
  aspect-ratio: 1;
}

.vocab-wheel {
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 50%;
  background: var(--wheel-background);
  outline: 8px solid #4b9960;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(26, 83, 48, .25);
  transform: rotate(var(--wheel-rotation, 0deg));
}

.vocab-wheel.is-spinning {
  transition: transform 3.2s cubic-bezier(.12, .63, .1, 1);
}

.wheel-emoji {
  position: absolute;
  left: calc(var(--x) + var(--offset-x, 0px));
  top: calc(var(--y) + var(--offset-y, 0px));
  width: var(--wheel-emoji-size, 1.25rem);
  height: var(--wheel-emoji-size, 1.25rem);
  line-height: 1;
  transform: translate(-50%, -50%);
}

.vocab-image--wheel {
  width: 100%;
  height: 100%;
}

.wheel-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 30%;
  aspect-ratio: 1;
  place-items: center;
  color: white;
  font-size: clamp(.9rem, 3vw, 1.4rem);
  font-weight: 1000;
  background: var(--green-700);
  border: 7px solid white;
  border-radius: 50%;
  box-shadow: 0 5px 0 #174e2b;
  transform: translate(-50%, -50%);
}

.wheel-pointer {
  position: absolute;
  top: 50%;
  right: clamp(-2.8rem, -5vw, -2.15rem);
  width: 0;
  height: 0;
  z-index: 3;
  border-top: clamp(1.45rem, 3.5vw, 2rem) solid transparent;
  border-bottom: clamp(1.45rem, 3.5vw, 2rem) solid transparent;
  border-right: clamp(2.15rem, 5vw, 2.8rem) solid #e0524d;
  font-size: 0;
  transform: translateY(-50%);
}

.wheel-landing-label {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 4;
  max-width: min(90%, 360px);
  padding: 9px 13px;
  color: var(--ink);
  font-size: clamp(.85rem, 2.1vw, 1.3rem);
  font-weight: 1000;
  text-align: center;
  background: white;
  border: 4px solid #e0524d;
  border-radius: 13px;
  transform: translateX(-50%);
}

.wheel-reading {
  display: grid;
  min-height: 0;
  flex: 1;
  place-items: center;
  padding: clamp(16px, 4vh, 42px) 0;
  text-align: center;
}

.wheel-reading-card {
  display: flex;
  width: max-content;
  min-width: 0;
  max-width: calc(100vw - 54px);
  min-height: min(290px, 44vh);
  padding: clamp(24px, 5vw, 42px) clamp(20px, 5vw, 46px);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(22px, 4vh, 34px);
  background: linear-gradient(145deg, #fffef3, #e5f8e6);
  border: 5px solid white;
  border-radius: 34px;
  box-shadow: 0 10px 0 #b9dfbc, 0 20px 38px rgba(27, 80, 46, .17);
}

.wheel-reading strong {
  display: block;
  max-width: 100%;
  color: var(--green-900);
  font-size: clamp(1.5rem, 6vw, 4.5rem);
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .learn-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .answer-grid--categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .letter-keys {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .learn-category-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .learn-category-card {
    min-height: 88px;
    padding: 10px 14px;
    display: grid;
    grid-template-columns: 58px 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 11px;
    text-align: left;
  }

  .learn-category-card__icon {
    grid-row: 1 / 3;
    font-size: 2.8rem;
    text-align: center;
  }

  .learn-category-card strong {
    align-self: end;
  }

  .learn-category-card small {
    align-self: start;
  }

  .learn-category-card__count {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
  }

  .item-visual {
    width: 112px;
    border-radius: 25px;
  }

  .item-name {
    margin-top: 10px;
  }

  .definition-card {
    padding: 9px 12px;
  }

  .answer-grid,
  .answer-grid--categories {
    margin-top: 10px;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .answer-grid--categories .answer-button {
    min-height: 66px;
    flex-direction: row;
    font-size: 1rem;
  }

  .answer-button {
    min-height: 66px;
    padding: 9px 12px;
    border-radius: 17px;
  }

  .answer-icon {
    font-size: 2.25rem;
  }

  .flip-board {
    --tile-width: 72px;
    align-self: flex-start;
  }

  .flip-board[data-size="20"] {
    --flip-cols: 4;
    --tile-width: 72px;
  }
  .flip-board[data-size="40"] { --flip-cols: 5; }
  .flip-board[data-size="60"] { --flip-cols: 6; }

  .flip-board-wrap {
    align-items: flex-start;
  }

  .flip-front strong {
    font-size: .702rem;
  }

  .ice-cream-scenes {
    min-height: 125px;
  }

  .meltdown-clue {
    position: static;
    width: 72px;
    margin: 0 auto -18px;
    font-size: 3rem;
  }

  .ice-cream-scene {
    height: 120px;
    transform: scale(.82);
    transform-origin: bottom center;
  }

  .letter-keys {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .letter-key {
    min-height: 38px;
  }

  .wheel-wrap {
    width: min(310px, 72vw, 42vh);
  }

  .wheel-reading {
    padding-block: 10px;
  }

  .wheel-reading-card {
    min-height: min(270px, 46vh);
    border-radius: 28px;
  }

  .wheel-pointer {
    right: clamp(-2.8rem, -5vw, -2.15rem);
  }

  .wheel-landing-label {
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-height: 720px) and (min-width: 700px) {
  .item-visual {
    width: 112px;
    font-size: 4.4rem;
  }

  .item-name {
    margin-top: 9px;
    font-size: 1.8rem;
  }

  .definition-card {
    padding-block: 7px;
  }

  .answer-grid {
    margin-top: 9px;
  }

  .answer-button {
    min-height: 72px;
  }

  .flip-board {
    --tile-width: 75px;
  }

  .wheel-wrap {
    width: min(400px, 56vh);
  }
}
