[v-cloak] {
  display: none;
}

* {
  box-sizing: border-box;
}

:root {
  --ink: #3b2b30;
  --muted: #6b5655;
  --paper: #fffaf0;
  --white: #ffffff;
  --brand-red: #d76162;
  --brand-orange: #e3904a;
  --brand-yellow: #f0c144;
  --brand-blue: #3b82f6;
  --brand-green: #22c55e;
  --brand-bad: #ef4444;
  --brand-cream: #fff6df;
  --brand-red-dark: #a13f43;
  --shadow: 0 22px 52px rgb(130 67 51 / 18%);
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  margin: 0;
  overflow: hidden;
}

body {
  display: grid;
  min-height: 100%;
  place-items: center;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: transparent;
}

button {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

.embed {
  container-type: inline-size;
  position: relative;
  isolation: isolate;
  width: 860px;
  height: 720px;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-anchor: none;
  overscroll-behavior: contain;
  border-radius: 28px;
  transform: translateZ(0);
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgb(255 255 255 / 86%) 0 0.1rem, transparent 0.16rem),
    radial-gradient(circle at 80% 18%, rgb(240 193 68 / 84%) 0 0.32rem, transparent 0.38rem),
    radial-gradient(circle at 20% 86%, rgb(227 144 74 / 42%) 0 0.28rem, transparent 0.34rem),
    linear-gradient(140deg, #fff4d1 0%, #f8d8bd 42%, #efb1a5 100%);
  box-shadow: 0 24px 70px rgb(130 67 51 / 20%);
  scrollbar-color: rgb(215 97 98 / 70%) rgb(255 255 255 / 45%);
  scrollbar-width: thin;
}

.embed::before,
.embed::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.embed::before {
  inset: 0;
  background:
    radial-gradient(circle at 8% 20%, rgb(255 138 61 / 24%) 0 88px, transparent 90px),
    radial-gradient(circle at 92% 12%, rgb(215 97 98 / 22%) 0 120px, transparent 122px),
    radial-gradient(circle at 88% 84%, rgb(240 193 68 / 22%) 0 132px, transparent 134px),
    linear-gradient(90deg, rgb(255 255 255 / 42%) 1px, transparent 1px),
    linear-gradient(0deg, rgb(255 255 255 / 32%) 1px, transparent 1px);
  background-size: auto, auto, auto, 42px 42px, 42px 42px;
  mask-image: linear-gradient(to bottom, #000 0%, rgb(0 0 0 / 70%) 62%, transparent 100%);
}

.embed::after {
  top: 34px;
  right: 38px;
  width: 116px;
  height: 116px;
  border: 16px solid rgb(255 255 255 / 48%);
  border-radius: 999px;
  box-shadow: inset 0 0 0 16px rgb(240 193 68 / 32%);
  animation: ring-drift 9s ease-in-out infinite alternate;
}

.embed::-webkit-scrollbar {
  width: 10px;
}

.embed::-webkit-scrollbar-track {
  background: rgb(255 255 255 / 42%);
}

.embed::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgb(215 97 98 / 76%);
  background-clip: content-box;
}

.bg-icons {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.bg-icons i {
  position: absolute;
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  border-radius: 36px;
  color: white;
  opacity: 0.72;
  filter: drop-shadow(0 18px 28px rgb(50 55 96 / 16%));
}

.bg-icons i:nth-child(1) {
  top: 96px;
  right: -28px;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
  font-size: 78px;
  transform: rotate(10deg);
  animation: float-one 12s ease-in-out infinite alternate;
}

.bg-icons i:nth-child(2) {
  top: 456px;
  left: -42px;
  background: linear-gradient(135deg, var(--brand-bad), var(--brand-red-dark));
  font-size: 74px;
  transform: rotate(-12deg);
  animation: float-two 14s ease-in-out infinite alternate;
}

.bg-icons i:nth-child(3) {
  right: 48px;
  bottom: 196px;
  background: linear-gradient(135deg, var(--brand-green), var(--brand-yellow));
  font-size: 66px;
  transform: rotate(-8deg);
  animation: float-three 11s ease-in-out infinite alternate;
}

.bg-icons i:nth-child(4) {
  right: -34px;
  bottom: 24px;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-bad));
  font-size: 80px;
  transform: rotate(8deg);
  animation: float-four 15s ease-in-out infinite alternate;
}

.scenario-splash {
  position: absolute;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  color: white;
  background:
    radial-gradient(circle at 50% 45%, rgb(255 255 255 / 18%) 0 120px, transparent 122px),
    linear-gradient(135deg, var(--brand-red), var(--brand-orange));
  pointer-events: none;
  animation: scenario-splash-out 1400ms ease forwards;
}

.scenario-splash span {
  text-shadow: 0 18px 34px rgb(59 43 48 / 28%);
  font-size: clamp(46px, 9cqw, 76px);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.intro {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 56px));
  margin: 0 auto;
  padding: 26px 0 72px;
}

.intro-copy {
  display: grid;
  gap: 15px;
  border: 3px solid rgb(255 255 255 / 72%);
  border-radius: 30px;
  padding: 30px 24px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 96%), rgb(255 250 240 / 92%)),
    var(--paper);
  box-shadow: var(--shadow);
}

.intro-copy h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 660px);
  margin: 0 auto 10px;
  border-radius: 999px;
  padding: 14px 22px;
  color: white;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
  box-shadow: 0 14px 28px rgb(215 97 98 / 24%), inset 0 -5px 0 rgb(0 0 0 / 10%);
  font-size: clamp(29px, 5vw, 40px);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-align: center;
}

.intro-copy h1 i {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: var(--brand-red);
  background: white;
  font-size: 27px;
  font-weight: 400;
  box-shadow: inset 0 -4px 0 rgb(59 43 48 / 10%);
}

.intro-copy p,
.reason-list {
  margin: 0;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42;
  color: var(--ink);
}

.intro-copy p {
  border-radius: 20px;
  padding: 22px 18px;
  background: rgb(255 255 255 / 66%);
}

.intro-copy p strong,
.reason-list strong {
  font-weight: 800;
}

.intro-copy .inline-icon,
.reason-list li > .ti {
  display: inline-grid;
  width: 32px;
  height: 32px;
  margin-left: 6px;
  place-items: center;
  border-radius: 11px;
  color: white;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
  box-shadow: inset 0 -4px 0 rgb(59 43 48 / 12%), 0 8px 16px rgb(130 67 51 / 12%);
  font-size: 20px;
  line-height: 1;
  vertical-align: -0.32em;
}

.intro-copy .inline-icon .ti {
  margin: 0;
  color: inherit;
  font-size: 1em;
  line-height: 1;
  vertical-align: 0;
}

.intro-copy p:nth-of-type(1) {
  background: linear-gradient(135deg, rgb(240 193 68 / 34%), rgb(255 255 255 / 72%));
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
}

.intro-copy p:nth-of-type(2),
.intro-copy p:nth-of-type(3) {
  background: transparent;
  padding: 10px 4px;
}

.intro-copy p:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 6px auto 2px;
  color: var(--brand-red-dark);
  font-size: 20px;
  font-weight: 450;
  line-height: 1.25;
  text-align: center;
}

.intro-copy p:nth-of-type(2) strong {
  display: block;
  border-radius: 999px;
  padding: 8px 22px 10px;
  color: white;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
  box-shadow: 0 12px 22px rgb(215 97 98 / 22%), inset 0 -4px 0 rgb(0 0 0 / 10%);
  font-size: 1.2em;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.intro-copy p:nth-of-type(2) .inline-icon {
  margin-left: 0;
  margin-top: 4px;
}

.intro-copy p:nth-of-type(4) {
  background: linear-gradient(135deg, rgb(227 144 74 / 16%), rgb(255 255 255 / 72%));
  font-size: 16px;
  line-height: 1.48;
}

.remember {
  background: linear-gradient(135deg, rgb(240 193 68 / 22%), rgb(255 255 255 / 72%)) !important;
  color: var(--muted);
  font-size: 15px !important;
  line-height: 1.38 !important;
}

.honesty {
  justify-self: center;
  width: fit-content;
  margin: 10px auto 10px !important;
  padding: 24px 28px !important;
  color: var(--brand-red-dark);
  font-size: 22px !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
  text-align: center;
  background: linear-gradient(135deg, rgb(240 193 68 / 28%), rgb(255 255 255 / 80%)) !important;
  box-shadow: inset 0 0 0 2px rgb(240 193 68 / 22%);
}

.closing {
  border: 0 !important;
  color: white !important;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange)) !important;
  box-shadow: 0 18px 30px rgb(215 97 98 / 22%), inset 0 -6px 0 rgb(0 0 0 / 10%);
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 1.24 !important;
  text-align: center;
  padding: 34px 30px !important;
}

.closing strong {
  font-weight: 800;
}

.closing .ti {
  color: white !important;
}

.reason-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0;
  list-style: none;
}

.reason-list li {
  position: relative;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  min-height: 96px;
  border: 2px solid rgb(255 255 255 / 74%);
  border-radius: 24px;
  padding: 24px 18px;
  background: linear-gradient(135deg, rgb(255 255 255 / 84%), rgb(255 255 255 / 48%));
  box-shadow: 0 14px 30px rgb(33 48 79 / 10%);
  font-size: 15.5px;
  line-height: 1.38;
}

.reason-list li > .ti {
  flex: 0 0 auto;
  margin-left: 0;
  font-size: 20px;
}

.reason-list li:nth-child(2) > .ti {
  background: linear-gradient(135deg, var(--brand-yellow), var(--brand-orange));
}

.mark {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
  background: none;
}

.mark::before,
.mark::after {
  content: none;
}

.scroll-cue {
  position: absolute;
  top: var(--scroll-cue-top, 666px);
  left: 50%;
  bottom: auto;
  z-index: 20;
  display: grid;
  justify-items: center;
  gap: 0;
  width: 40px;
  height: 44px;
  margin: 0;
  border: 2px solid rgb(255 255 255 / 72%);
  border-radius: 999px;
  color: var(--brand-red);
  background: rgb(255 255 255 / 86%);
  box-shadow: 0 10px 22px rgb(33 48 79 / 14%);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.can-scroll .scroll-cue {
  opacity: 0.82;
  transform: translate(-50%, 0);
}

.scroll-cue i:first-child {
  font-size: 22px;
}

.scroll-cue i:last-child {
  margin-top: -7px;
  font-size: 19px;
  animation: cue-bounce 1.4s ease-in-out infinite;
}

.age-prompt {
  width: fit-content;
  margin: 18px auto 14px;
  border-radius: 999px;
  padding: 10px 20px;
  color: var(--brand-red-dark);
  background: rgb(255 255 255 / 72%);
  box-shadow: inset 0 0 0 2px rgb(240 193 68 / 24%);
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -0.03em;
  text-align: center;
}

.age-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 760px;
  margin: 0 auto;
  padding: 6px 0 0;
}

.age-btn {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 78px;
  border: 3px solid rgb(255 255 255 / 86%);
  border-radius: 24px;
  padding: 18px 14px;
  color: white;
  background:
    radial-gradient(circle at 22% 18%, rgb(255 255 255 / 28%) 0 18px, transparent 20px),
    linear-gradient(135deg, var(--brand-red), var(--brand-orange));
  box-shadow:
    0 10px 0 var(--brand-red-dark),
    0 22px 34px rgb(130 67 51 / 24%),
    inset 0 3px 0 rgb(255 255 255 / 34%);
  cursor: pointer;
  transform: translateY(0);
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}

.age-btn:nth-child(2) {
  background:
    radial-gradient(circle at 22% 18%, rgb(255 255 255 / 28%) 0 18px, transparent 20px),
    linear-gradient(135deg, var(--brand-orange), var(--brand-yellow));
  box-shadow:
    0 10px 0 #b7672f,
    0 22px 34px rgb(130 67 51 / 22%),
    inset 0 3px 0 rgb(255 255 255 / 34%);
}

.age-btn:hover,
.age-btn:focus-visible {
  transform: translateY(-4px);
  box-shadow:
    0 14px 0 var(--brand-red-dark),
    0 28px 42px rgb(130 67 51 / 28%),
    inset 0 3px 0 rgb(255 255 255 / 38%);
  filter: saturate(1.04);
  outline: none;
}

.age-btn:nth-child(2):hover,
.age-btn:nth-child(2):focus-visible {
  box-shadow:
    0 14px 0 #b7672f,
    0 28px 42px rgb(130 67 51 / 26%),
    inset 0 3px 0 rgb(255 255 255 / 38%);
}

.age-btn:active {
  transform: translateY(5px);
  box-shadow:
    0 5px 0 var(--brand-red-dark),
    0 14px 24px rgb(130 67 51 / 22%),
    inset 0 2px 0 rgb(255 255 255 / 30%);
}

.age-btn:nth-child(2):active {
  box-shadow:
    0 5px 0 #b7672f,
    0 14px 24px rgb(130 67 51 / 20%),
    inset 0 2px 0 rgb(255 255 255 / 30%);
}

.age-btn span:not(.age-icon) {
  font-size: clamp(22px, 3.8vw, 30px);
  font-weight: 900;
  line-height: 1.04;
  text-align: left;
  text-wrap: balance;
}

.age-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 18px;
  color: var(--brand-red);
  background: white;
  font-size: 31px;
  box-shadow: inset 0 -4px 0 rgb(59 43 48 / 10%);
}

.age-btn:nth-child(2) .age-icon {
  color: var(--brand-orange);
}

.age-btn > i {
  color: white;
  font-size: 30px;
}

.stage-view {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid rgb(255 255 255 / 76%);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--brand-red-dark);
  background: rgb(255 255 255 / 78%);
  box-shadow: 0 10px 22px rgb(33 48 79 / 10%);
  font-weight: 850;
  cursor: pointer;
}

.stage-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin: 18px 0;
  border: 3px solid rgb(255 255 255 / 72%);
  border-radius: 30px;
  padding: 22px;
  color: white;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
  box-shadow: var(--shadow), inset 0 -6px 0 rgb(0 0 0 / 10%);
}

.stage-head p,
.stage-head h1 {
  margin: 0;
}

.stage-head p {
  font-size: 15px;
  font-weight: 800;
  opacity: 0.86;
}

.stage-head h1 {
  font-size: clamp(30px, 5cqw, 42px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.stage-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 20px;
  color: var(--brand-red);
  background: white;
  box-shadow: inset 0 -5px 0 rgb(59 43 48 / 10%);
  font-size: 38px;
}

.scenario-card {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  border: 3px solid rgb(255 255 255 / 74%);
  border-radius: 30px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 96%), rgb(255 250 240 / 92%)),
    var(--paper);
  box-shadow: var(--shadow);
}

.situation-box {
  display: grid;
  gap: 18px;
  border: 3px solid rgb(240 193 68 / 36%);
  border-radius: 26px;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgb(240 193 68 / 22%) 0 70px, transparent 72px),
    linear-gradient(135deg, rgb(255 255 255 / 82%), rgb(255 246 223 / 72%));
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / 56%);
}

.scenario-media {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 16px 32px rgb(130 67 51 / 16%);
}

.scenario-media img {
  display: block;
  width: 100%;
  height: auto;
}

.message-loop {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(420px, calc(100% - 36px));
  height: 225px;
  overflow: hidden;
  pointer-events: none;
}

.message-loop span {
  position: absolute;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: end;
  right: 0;
  bottom: var(--chat-y, 0);
  width: min(100%, var(--chat-w, 360px));
  min-height: var(--chat-h, 48px);
  padding: 0;
  color: #2f3437;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
  opacity: 0;
  transform: translateY(22px) scale(0.98);
  animation: chat-stack 8s ease-in-out infinite;
}

.message-loop span > img {
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid rgb(255 255 255 / 90%);
  border-radius: 999px;
  object-fit: cover;
  background: #dcfce7;
  box-shadow: 0 8px 18px rgb(59 43 48 / 18%);
}

.message-loop span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: calc(100% - 44px);
  height: 100%;
  border: 2px solid rgb(34 197 94 / 58%);
  border-radius: 18px 18px 18px 6px;
  background: rgb(241 255 244 / 94%);
  box-shadow: 0 10px 22px rgb(59 43 48 / 16%);
  content: "";
}

.message-loop b {
  display: block;
  align-self: stretch;
  min-width: 0;
  padding: 11px 15px;
  font-weight: 400;
  text-shadow: none;
}

.message-loop b.message-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 14px;
}

.message-loop b.message-icons i {
  color: var(--brand-orange);
  font-size: 24px;
  line-height: 1;
  filter: drop-shadow(0 3px 0 rgb(255 255 255 / 72%));
}

.message-loop b.message-icons i:nth-child(2) {
  color: var(--brand-red);
}

.message-loop b.message-icons i:nth-child(3) {
  color: var(--brand-blue);
}

.message-loop b.message-icons.is-large-icon i:first-child {
  color: var(--brand-blue);
  font-size: 36px;
}

.message-loop b.message-icons small {
  color: #5b6468;
  font-size: 13px;
  font-weight: 500;
}

.message-loop span:nth-child(2) {
  animation-delay: 1.2s;
}

.message-loop span:nth-child(3) {
  animation-delay: 2.4s;
}

.message-loop span:nth-child(4) {
  animation-delay: 3.6s;
}

.message-loop span:nth-child(5) {
  animation-delay: 4.8s;
}

.message-loop span:nth-child(6) {
  animation-delay: 6s;
}

.message-loop span:nth-child(1) {
  --chat-y: 102px;
  --chat-h: 88px;
  --chat-w: 420px;
}

.message-loop span:nth-child(2) {
  --chat-y: 52px;
  --chat-h: 42px;
  --chat-w: 210px;
}

.message-loop span:nth-child(3) {
  --chat-y: 0;
  --chat-h: 42px;
  --chat-w: 230px;
}

.message-loop span:nth-child(n + 4) {
  --chat-y: 0;
  --chat-h: 42px;
  --chat-w: 230px;
}

.scenario-body {
  display: grid;
  gap: 14px;
}

.scenario-body p {
  margin: 0;
  border-radius: 20px;
  padding: 20px 18px;
  color: var(--ink);
  background: rgb(255 255 255 / 66%);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.46;
}

.scenario-kicker {
  width: fit-content;
  margin: 0;
  padding: 9px 16px;
  color: white;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
  box-shadow: inset 0 -4px 0 rgb(0 0 0 / 10%);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.question-stack {
  display: grid;
  gap: 16px;
}

.question-box {
  position: relative;
  display: grid;
  gap: 18px;
  min-width: 0;
  margin: 0;
  border: 2px solid rgb(255 255 255 / 76%);
  border-radius: 24px;
  padding: 22px 18px 26px;
  background: linear-gradient(135deg, rgb(240 193 68 / 26%), rgb(255 255 255 / 74%));
  box-shadow: 0 14px 30px rgb(33 48 79 / 10%);
}

.question-context {
  display: grid;
  gap: 16px;
  border: 3px solid rgb(240 193 68 / 38%);
  border-radius: 24px;
  padding: 18px;
  background:
    radial-gradient(circle at 92% 12%, rgb(59 130 246 / 14%) 0 74px, transparent 76px),
    linear-gradient(135deg, rgb(255 255 255 / 82%), rgb(255 246 223 / 72%));
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / 56%), 0 12px 24px rgb(130 67 51 / 9%);
}

.question-context-copy {
  display: grid;
  gap: 12px;
}

.question-context-copy p {
  margin: 0;
  border-radius: 18px;
  padding: 17px 16px;
  color: var(--ink);
  background: rgb(255 255 255 / 70%);
  font-size: 15px;
  font-weight: 550;
  line-height: 1.44;
}

.question-context-media {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 14px 28px rgb(130 67 51 / 15%);
}

.question-context-media img {
  display: block;
  width: 100%;
  height: auto;
}

.question-box h2 {
  position: relative;
  margin: 0 0 26px;
  border-radius: 22px;
  padding: 24px 28px 82px;
  color: var(--brand-red-dark);
  background:
    radial-gradient(circle at 94% 18%, rgb(240 193 68 / 38%) 0 54px, transparent 56px),
    linear-gradient(135deg, rgb(255 255 255 / 74%), rgb(255 246 223 / 92%));
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / 78%), 0 12px 26px rgb(130 67 51 / 10%);
  font-size: clamp(24px, 4cqw, 34px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.question-box h2::after {
  position: absolute;
  bottom: 6px;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid rgb(255 255 255 / 88%);
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
  box-shadow: 0 10px 0 var(--brand-red-dark), 0 18px 28px rgb(130 67 51 / 20%);
  font-family: "tabler-icons";
  font-size: 34px;
  content: "\ea1f";
  transform: translateX(-50%) rotate(90deg);
  animation: question-arrow-bob 1.15s ease-in-out infinite;
}

.answer-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  border-radius: 16px;
  padding: 14px 16px;
  color: var(--ink);
  background: rgb(255 255 255 / 70%);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.26;
  cursor: pointer;
}

.check-card {
  grid-template-columns: auto auto 1fr;
  gap: 14px;
  align-items: center;
  border: 2px solid rgb(215 97 98 / 16%);
  border-radius: 22px;
  padding: 18px 22px;
  background: rgb(255 255 255 / 84%);
  box-shadow: 0 10px 20px rgb(130 67 51 / 10%);
  font-size: 16px;
  font-weight: 800;
}

.check-card strong {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  color: rgb(215 97 98 / 48%);
  background: rgb(255 255 255 / 82%);
  border: 2px solid rgb(215 97 98 / 22%);
  box-shadow: inset 0 -5px 0 rgb(0 0 0 / 12%);
  font-size: 30px;
  font-weight: 900;
}

.check-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.check-card:has(input:checked) {
  border-color: rgb(34 197 94 / 48%);
  background: rgb(240 253 244 / 92%);
}

.check-card:has(input:checked) strong {
  color: white;
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand-green), var(--brand-blue));
}

.answer-option input {
  width: 18px;
  height: 18px;
  margin: 0.08em 0 0;
  accent-color: var(--brand-red);
}

.answer-option:has(input:disabled) {
  cursor: default;
  opacity: 0.78;
}

.order-list {
  display: grid;
  gap: 12px;
}

.order-option {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  border: 2px solid rgb(215 97 98 / 18%);
  border-radius: 18px;
  padding: 14px 16px;
  color: var(--ink);
  background: rgb(255 255 255 / 78%);
  box-shadow: 0 10px 20px rgb(130 67 51 / 10%);
  cursor: grab;
}

.order-option:active {
  cursor: grabbing;
}

.order-option span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: white;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
  box-shadow: inset 0 -4px 0 rgb(0 0 0 / 10%);
  font-size: 20px;
  font-weight: 900;
}

.order-option b {
  font-size: 15px;
  font-weight: 750;
  line-height: 1.32;
}

.order-option small {
  display: block;
  margin-top: 5px;
  color: var(--brand-blue);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.25;
}

.order-option i {
  color: var(--brand-red-dark);
  font-size: 24px;
  opacity: 0.72;
}

.order-option[draggable="false"] {
  cursor: default;
  opacity: 0.78;
}

.connect-board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.connect-lines {
  position: absolute;
  inset: 54px 0 0;
  width: 100%;
  height: calc(100% - 54px);
  pointer-events: none;
}

.connect-lines line {
  stroke: var(--brand-green);
  stroke-width: 2.8;
  stroke-linecap: round;
  filter: drop-shadow(0 3px 3px rgb(34 197 94 / 25%));
}

.connect-column {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.connect-column h3 {
  margin: 0;
  border-radius: 18px;
  padding: 12px 14px;
  color: white;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
}

.connect-column:nth-child(3) h3 {
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
}

.connect-item {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr 30px;
  gap: 10px;
  align-items: center;
  min-height: 86px;
  border: 2px solid rgb(59 130 246 / 20%);
  border-radius: 20px;
  padding: 14px;
  color: var(--ink);
  background: rgb(255 255 255 / 84%);
  box-shadow: 0 10px 20px rgb(130 67 51 / 10%);
  cursor: grab;
}

.connect-target {
  grid-template-columns: 30px 40px 1fr;
  border-color: rgb(34 197 94 / 24%);
  cursor: copy;
}

.connect-item span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 14px;
  color: white;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
  box-shadow: inset 0 -4px 0 rgb(0 0 0 / 10%);
  font-size: 20px;
  font-weight: 900;
}

.connect-target span {
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
}

.connect-item b {
  font-size: 14px;
  font-weight: 750;
  line-height: 1.28;
}

.connect-item i {
  color: var(--brand-blue);
  font-size: 25px;
}

.connect-target i {
  color: var(--brand-green);
}

.letter-match {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 16px;
}

.match-column {
  display: grid;
  gap: 12px;
}

.match-column h3 {
  margin: 0;
  border-radius: 18px;
  padding: 12px 14px;
  color: white;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-green));
  font-size: 16px;
  font-weight: 900;
}

.match-column:nth-child(2) h3 {
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
}

.match-column p,
.letter-action,
.fill-list p {
  margin: 0;
  border-radius: 18px;
  padding: 14px;
  color: var(--ink);
  background: rgb(255 255 255 / 78%);
  box-shadow: 0 10px 20px rgb(130 67 51 / 10%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.letter-action {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
}

.letter-action input {
  width: 54px;
  height: 54px;
  border: 3px solid rgb(59 130 246 / 28%);
  border-radius: 18px;
  color: var(--brand-red-dark);
  background: white;
  box-shadow: inset 0 -4px 0 rgb(0 0 0 / 8%);
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.word-bank {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.word-bank button,
.blank-drop {
  border: 2px solid rgb(34 197 94 / 35%);
  border-radius: 999px;
  padding: 10px 16px;
  color: #14532d;
  background: rgb(220 252 231 / 92%);
  box-shadow: 0 8px 16px rgb(34 197 94 / 12%);
  font-size: 15px;
  font-weight: 900;
  cursor: grab;
}

.fill-list {
  display: grid;
  gap: 12px;
}

.blank-drop {
  display: inline-block;
  min-width: 132px;
  margin: 0 4px;
  border-style: dashed;
  border-color: var(--brand-orange);
  text-align: center;
  cursor: copy;
}

.blank-drop.is-empty {
  color: #9a4f20;
  background: rgb(255 224 184 / 92%);
  box-shadow: 0 8px 16px rgb(227 144 74 / 14%);
  font-weight: 400;
}

.bucket-sort {
  display: grid;
  gap: 16px;
}

.bucket-tray {
  display: grid;
  grid-template-columns: 1fr minmax(0, calc((100% - 16px) / 2)) 1fr;
  gap: 12px;
  align-items: stretch;
}

.bucket-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  border: 3px solid rgb(255 255 255 / 78%);
  border-radius: 22px;
  padding: 16px;
  color: white;
  background:
    radial-gradient(circle at 10% 20%, rgb(255 255 255 / 26%) 0 20px, transparent 22px),
    linear-gradient(135deg, #7c3aed, var(--brand-blue));
  box-shadow:
    0 12px 0 rgb(34 97 94 / 18%),
    0 22px 30px rgb(33 48 79 / 14%);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.3;
  cursor: grab;
}

.bucket-skeleton {
  min-height: 104px;
  border: 3px solid rgb(255 255 255 / 58%);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 26%), rgb(255 224 184 / 28%), rgb(255 255 255 / 26%));
  box-shadow:
    inset 0 0 0 2px rgb(255 255 255 / 42%),
    0 12px 22px rgb(130 67 51 / 8%);
  opacity: 0.56;
}

.bucket-card > i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 14px;
  color: var(--brand-blue);
  background: white;
  box-shadow: inset 0 -4px 0 rgb(59 43 48 / 10%);
  font-size: 25px;
}

.bucket-card.is-complete {
  cursor: default;
  background: linear-gradient(135deg, var(--brand-green), var(--brand-yellow));
}

.bucket-card.is-complete > i {
  color: var(--brand-green);
}

.bucket-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bucket-column {
  display: grid;
  align-content: start;
  min-height: 290px;
  border: 3px solid rgb(255 255 255 / 62%);
  border-radius: 24px;
  padding: 14px;
  background: rgb(255 255 255 / 58%);
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / 58%);
}

.bucket-column h3 {
  margin: 0 0 12px;
  border-radius: 16px;
  padding: 12px 14px;
  color: white;
  background: linear-gradient(135deg, var(--brand-green), var(--brand-blue));
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
}

.bucket-column:nth-child(2) h3 {
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
}

.bucket-empty {
  display: grid;
  min-height: 86px;
  margin: 0;
  place-items: center;
  border: 2px dashed var(--brand-orange);
  border-radius: 18px;
  color: #9a4f20;
  background: rgb(255 224 184 / 72%);
  font-size: 15px;
  font-weight: 400;
}

.bucket-placed {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 10px;
  border: 2px solid rgb(34 197 94 / 24%);
  border-radius: 18px;
  padding: 12px;
  color: var(--ink);
  background: rgb(255 255 255 / 86%);
  box-shadow: 0 10px 20px rgb(130 67 51 / 10%);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
}

.bucket-column:nth-child(2) .bucket-placed {
  border-color: rgb(215 97 98 / 24%);
}

.bucket-placed i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 11px;
  color: white;
  background: linear-gradient(135deg, var(--brand-green), var(--brand-blue));
  font-size: 19px;
}

.bucket-column:nth-child(2) .bucket-placed i {
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
}

.check-btn {
  width: fit-content;
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  color: white;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
  box-shadow: inset 0 -4px 0 rgb(0 0 0 / 10%);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.check-btn:disabled {
  cursor: not-allowed;
  filter: grayscale(0.35);
  opacity: 0.55;
}

.question-feedback {
  margin: 0;
  border: 2px solid rgb(255 255 255 / 72%);
  border-radius: 18px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  white-space: pre-line;
}

.question-feedback.is-correct {
  color: #14532d;
  background: rgb(220 252 231 / 92%);
  box-shadow: inset 0 0 0 2px rgb(34 197 94 / 26%);
}

.question-feedback.is-incorrect {
  color: #7f1d1d;
  background: rgb(254 226 226 / 94%);
  box-shadow: inset 0 0 0 2px rgb(239 68 68 / 24%);
}

.next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 320px);
  margin: 22px auto 0;
  border: 3px solid rgb(255 255 255 / 86%);
  border-radius: 999px;
  padding: 18px 24px;
  color: white;
  background:
    radial-gradient(circle at 20% 20%, rgb(255 255 255 / 28%) 0 16px, transparent 18px),
    linear-gradient(135deg, var(--brand-red), var(--brand-orange));
  box-shadow:
    0 10px 0 var(--brand-red-dark),
    0 22px 34px rgb(130 67 51 / 24%),
    inset 0 3px 0 rgb(255 255 255 / 34%);
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
}

.result-view {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100%;
  place-items: center;
  width: min(780px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 72px;
}

.result-card {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  width: 100%;
  border: 3px solid rgb(255 255 255 / 78%);
  border-radius: 32px;
  padding: 42px 38px;
  color: white;
  background:
    radial-gradient(circle at 18% 16%, rgb(255 255 255 / 24%) 0 88px, transparent 90px),
    radial-gradient(circle at 82% 22%, rgb(34 197 94 / 26%) 0 92px, transparent 94px),
    linear-gradient(135deg, var(--brand-red), var(--brand-orange) 52%, #f5b52f);
  box-shadow:
    0 24px 54px rgb(130 67 51 / 26%),
    inset 0 -8px 0 rgb(0 0 0 / 10%);
  text-align: center;
}

.result-card::before,
.result-card::after {
  position: absolute;
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

.result-card::before {
  top: -54px;
  left: -48px;
  width: 160px;
  height: 160px;
  border: 22px solid rgb(255 255 255 / 18%);
}

.result-card::after {
  right: -64px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  background: rgb(59 130 246 / 22%);
}

.result-badge {
  position: relative;
  z-index: 1;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 4px solid rgb(255 255 255 / 86%);
  border-radius: 28px;
  color: var(--brand-red);
  background: white;
  box-shadow:
    0 12px 0 rgb(161 63 67 / 34%),
    0 22px 32px rgb(59 43 48 / 18%),
    inset 0 -5px 0 rgb(59 43 48 / 10%);
  font-size: 54px;
  transform: rotate(-4deg);
}

.result-label {
  position: relative;
  z-index: 1;
  margin: 28px 0 4px;
  border-radius: 999px;
  padding: 8px 16px;
  color: var(--brand-red-dark);
  background: rgb(255 255 255 / 86%);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.result-score {
  position: relative;
  z-index: 1;
  color: white;
  font-size: clamp(70px, 18cqw, 132px);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.94;
  text-shadow: 0 10px 0 rgb(161 63 67 / 28%);
}

.spark-progress {
  position: relative;
  z-index: 1;
  overflow: visible;
  width: min(100%, 540px);
  height: 30px;
  margin: 22px 0 12px;
  border: 3px solid rgb(255 255 255 / 82%);
  border-radius: 999px;
  padding: 4px;
  background: rgb(255 255 255 / 28%);
  box-shadow: inset 0 2px 8px rgb(59 43 48 / 16%);
}

.spark-progress span {
  position: relative;
  display: block;
  overflow: visible;
  height: 100%;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--brand-blue), var(--brand-green) 42%, var(--brand-yellow));
  box-shadow:
    0 0 20px rgb(34 197 94 / 54%),
    inset 0 2px 0 rgb(255 255 255 / 38%);
  transition: width 1500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.spark-progress span::after {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: white;
  box-shadow:
    0 0 16px rgb(255 255 255 / 88%),
    0 0 26px rgb(240 193 68 / 80%);
  content: "";
  transform: translateY(-50%);
}

.spark-progress i {
  position: absolute;
  top: 50%;
  right: -4px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: white;
  box-shadow: 0 0 14px rgb(255 255 255 / 88%);
  animation: spark-pop 900ms ease-in-out infinite;
}

.spark-progress i:nth-child(1) {
  transform: translate(8px, -22px);
}

.spark-progress i:nth-child(2) {
  background: var(--brand-yellow);
  animation-delay: 120ms;
  transform: translate(24px, 4px);
}

.spark-progress i:nth-child(3) {
  background: var(--brand-blue);
  animation-delay: 240ms;
  transform: translate(-4px, 18px);
}

.spark-progress i:nth-child(4) {
  background: var(--brand-green);
  animation-delay: 360ms;
  transform: translate(34px, -16px);
}

.spark-progress i:nth-child(5) {
  background: var(--brand-bad);
  animation-delay: 480ms;
  transform: translate(14px, 22px);
}

.result-count {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: rgb(255 255 255 / 92%);
  font-size: 16px;
  font-weight: 850;
}

.result-card h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: white;
  font-size: clamp(34px, 8cqw, 56px);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 1;
  text-wrap: balance;
}

.result-card p:not(.result-label):not(.result-count) {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 0 0 13px;
  color: white;
  font-size: clamp(17px, 2.5cqw, 21px);
  font-weight: 650;
  line-height: 1.42;
}

@keyframes cue-bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(6px);
  }
}

@keyframes question-arrow-bob {
  0%,
  100% {
    transform: translate(-50%, 0) rotate(90deg);
  }

  50% {
    transform: translate(-50%, 9px) rotate(90deg);
  }
}

@keyframes scenario-splash-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  62% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}

@keyframes float-one {
  from {
    transform: translate3d(0, 0, 0) rotate(10deg);
  }

  to {
    transform: translate3d(-42px, 34px, 0) rotate(-7deg);
  }
}

@keyframes float-two {
  from {
    transform: translate3d(0, 0, 0) rotate(-12deg);
  }

  to {
    transform: translate3d(46px, -28px, 0) rotate(9deg);
  }
}

@keyframes float-three {
  from {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }

  to {
    transform: translate3d(-30px, -36px, 0) rotate(13deg);
  }
}

@keyframes float-four {
  from {
    transform: translate3d(0, 0, 0) rotate(8deg);
  }

  to {
    transform: translate3d(-38px, -22px, 0) rotate(-10deg);
  }
}

@keyframes ring-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-18px, 24px, 0) scale(1.08);
  }
}

@keyframes chat-stack {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }

  10%,
  72% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  82%,
  100% {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
}

@keyframes spark-pop {
  0%,
  100% {
    opacity: 0;
    scale: 0.4;
  }

  42% {
    opacity: 1;
    scale: 1;
  }
}

@container (max-width: 700px) {
  .reason-list,
  .age-actions,
  .question-stack {
    grid-template-columns: 1fr;
  }

  .reason-list li {
    min-height: auto;
  }
}

@container (max-width: 520px) {
  .intro {
    width: min(100% - 18px, 720px);
    padding-top: 16px;
  }

  .intro-copy {
    gap: 12px;
    border-radius: 24px;
    padding: 22px 16px;
  }

  .intro-copy h1 {
    display: flex;
    width: 100%;
    padding: 10px 12px;
    font-size: clamp(24px, 7.2cqw, 30px);
    letter-spacing: -0.05em;
  }

  .intro-copy h1 span {
    min-width: 0;
  }

  .intro-copy p,
  .reason-list {
    font-size: clamp(15px, 4cqw, 16px);
    line-height: 1.4;
  }

  .intro-copy p:nth-of-type(1) {
    font-size: clamp(16.5px, 4.6cqw, 18px);
  }

  .intro-copy p:nth-of-type(2) {
    font-size: clamp(18px, 5.4cqw, 20px);
  }

  .honesty {
    font-size: clamp(19px, 5.6cqw, 22px) !important;
  }

  .closing {
    font-size: clamp(19px, 5.5cqw, 23px) !important;
  }

  .remember,
  .reason-list li {
    font-size: clamp(14.5px, 3.8cqw, 15.5px) !important;
  }

  .intro-copy p {
    border-radius: 18px;
    padding: 17px 14px;
  }

  .intro-copy p:nth-of-type(2) strong {
    padding: 8px 16px 9px;
    font-size: 1.14em;
  }

  .reason-list {
    grid-template-columns: 1fr;
  }

  .reason-list li {
    min-height: auto;
    border-radius: 18px;
    padding: 17px 13px;
  }


  .age-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .age-btn {
    min-height: 68px;
    border-radius: 20px;
    padding-block: 16px;
  }

  .age-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    font-size: 27px;
  }

  .age-btn span:not(.age-icon) {
    font-size: 21px;
  }

  .stage-view {
    width: min(100% - 18px, 720px);
    padding-top: 16px;
  }

  .stage-head,
  .scenario-card {
    border-radius: 24px;
    padding: 18px;
  }

  .stage-head h1 {
    font-size: clamp(25px, 7cqw, 32px);
  }

  .scenario-body p {
    padding: 17px 14px;
    font-size: 15px;
  }

  .situation-box {
    border-radius: 20px;
    padding: 16px;
  }

  .message-loop {
    right: 10px;
    bottom: 10px;
    width: min(230px, calc(100% - 20px));
  }

  .question-box {
    border-radius: 18px;
    padding: 18px 14px;
  }

  .question-box h2 {
    padding: 20px 18px 76px;
    font-size: clamp(21px, 6cqw, 28px);
  }

  .connect-board {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .letter-match {
    grid-template-columns: 1fr;
  }

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

  .bucket-tray {
    grid-template-columns: 1fr;
  }

  .bucket-skeleton {
    min-height: 54px;
  }

  .bucket-column {
    min-height: 220px;
  }

  .result-view {
    width: min(100% - 18px, 720px);
    padding-top: 22px;
  }

  .result-card {
    border-radius: 24px;
    padding: 32px 18px;
  }

  .connect-lines {
    display: none;
  }
}

@media (max-width: 859px) {
  body {
    place-items: start center;
  }

  .embed {
    width: 100vw;
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bg-icons i,
  .scroll-cue i:last-child,
  .embed::after {
    animation: none;
  }

  .spark-progress span {
    transition: none;
  }

  .spark-progress i {
    animation: none;
  }

  .age-btn {
    transition: none;
  }
}
