:root {
  --navy:#12254c;
  --yellow:#ffe32d;
  --green:#087d53;
  --cream:#f8f7ee;
  --muted:#607086;
  --border:#e2e6df;
  --white:#fff;
  --shadow:0 18px 50px #15284e0c;
  font-family:ui-rounded,'Arial Rounded MT Bold',Arial,sans-serif;
  color:var(--navy);
  background:var(--cream);
  font-synthesis:none
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button,input {
  font:inherit
}
button,a.button {
  touch-action:manipulation
}
button {
  cursor:pointer
}
a {
  color:inherit
}
button {
  color:inherit
}
button:disabled {
  cursor:default
}
svg {
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0
}
.svg-library {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
[hidden] {
  display:none!important
}
:focus-visible {
  outline:3px solid #2464db;
  outline-offset:5px
}
h1,h2,p {
  margin:0
}
button {
  border:0;
  background:none
}
h1,h2 {
  letter-spacing:-.04em
}
button.text-button {
  min-height:44px
}
a,button {
  text-underline-offset:4px
}
.topbar {
  height:92px;
  max-width:1264px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 42px
}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  font-weight:900;
  letter-spacing:-.03em;
  font-size:22px
}
.brand img {
  border-radius:16px;
  width:52px;
  height:52px
}
.brand small {
  display:block;
  font-size:8px;
  letter-spacing:.12em;
  margin-top:4px
}
.header-actions {
  display:flex;
  align-items:center;
  gap:22px
}
.icon-button {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:12px;
  min-height:44px
}
.icon-button[aria-pressed=false] svg {
  opacity:.45
}
.order-link {
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  background:#e5eee4;
  padding:12px 18px;
  border-radius:12px
}
.screen {
  animation:arrive .3s ease-out
}
main {
  min-height:calc(100svh - 168px)
}
.home-screen {
  max-width:1264px;
  padding:0 42px;
  margin:auto
}
.hero {
  background:var(--yellow);
  border-radius:32px;
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:540px;
  overflow:hidden;
  position:relative
}
.hero-copy {
  padding:48px 0 44px 48px;
  z-index:2
}
.eyebrow {
  font-size:10px;
  letter-spacing:.15em;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  gap:8px
}
.live-dot {
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--green)
}
.hero h1 {
  font-size:clamp(54px,5.8vw,80px);
  font-weight:900;
  line-height:1.02;
  margin:26px 0 20px;
  position:relative;
  letter-spacing:-.065em
}
.hero h1 span {
  position:relative;
  z-index:1;
  color:var(--green)
}
.hero h1 span:after {
  content:'';
  position:absolute;
  left:0;
  right:-8px;
  bottom:-7px;
  height:8px;
  border-top:4px solid var(--green);
  border-radius:50%;
  transform:rotate(-4deg)
}
.heading-star {
  height:42px;
  width:42px;
  stroke-width:2;
  transform:rotate(15deg);
  margin-left:14px;
  vertical-align:top
}
.hero-description {
  max-width:360px;
  line-height:1.65;
  font-size:15px;
  color:#314331
}
.hero-facts {
  display:flex;
  gap:27px;
  margin:25px 0 27px;
  font-size:10px
}
.hero-facts span {
  display:flex;
  flex-direction:column;
  gap:4px
}
.hero-facts b {
  font-size:23px;
  letter-spacing:-.04em
}
.button {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:58px;
  padding:16px 23px;
  border-radius:14px;
  text-decoration:none;
  font-weight:750;
  font-size:15px;
  transition:transform .15s,box-shadow .15s
}
.button:hover {
  transform:translateY(-2px);
  box-shadow:0 6px 0 #10294a12
}
.button:active {
  transform:translateY(1px)
}
.primary {
  background:var(--navy);
  color:white
}
.start-button {
  width:310px;
  max-width:100%;
  box-shadow:0 5px 0 #0002
}
.under-button {
  font-size:10px;
  margin:16px 0 0 15px;
  color:#36462f
}
.hero-art {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0
}
.art-ring {
  position:absolute;
  width:440px;
  height:440px;
  background:#f3cf1e;
  border:1px solid #d0b816;
  border-radius:50%;
  top:55px;
  right:-55px
}
.art-ring:before {
  content:'';
  position:absolute;
  inset:20px;
  border:1px dashed #b2a31a;
  border-radius:50%
}
.art-picture {
  position:absolute;
  inset:110px -25px 75px 0;
  transform:rotate(-5deg);
  border:9px solid #fff4b9;
  border-radius:50% 44% 38% 45%;
  overflow:hidden;
  box-shadow:0 18px 20px #95770d30
}
.art-picture img {
  height:100%;
  width:100%;
  object-fit:cover
}
.sticker {
  position:absolute;
  z-index:2;
  background:#fffdf1;
  box-shadow:0 8px 20px #574c2220;
  border:1px solid #ddd9b0;
  border-radius:16px;
  display:flex;
  gap:10px;
  align-items:center;
  padding:14px 17px
}
.sticker-safe {
  left:30px;
  top:66px;
  transform:rotate(-8deg)
}
.sticker-safe svg {
  width:32px;
  height:32px;
  color:var(--green)
}
.sticker-safe span {
  font-size:12px;
  line-height:1.4
}
.reward-sticker {
  position:absolute;
  bottom:63px;
  right:28px;
  background:var(--green);
  color:white;
  width:182px;
  height:182px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  border-radius:50%;
  outline:2px dashed #fff8;
  outline-offset:-9px;
  transform:rotate(8deg);
  box-shadow:0 8px 0 #064a3620
}
.reward-sticker>span {
  font-size:8px;
  letter-spacing:.1em
}
.reward-sticker>strong {
  font-size:17px;
  display:flex;
  align-items:center;
  flex-direction:column;
  line-height:1.3;
  margin:8px 0 0
}
.reward-sticker strong span {
  font-size:20px;
  font-weight:400;
  margin-top:-3px
}
.reward-sticker b {
  font-size:58px;
  letter-spacing:-.06em
}
.reward-sticker small {
  font-size:9px
}
.art-caption {
  position:absolute;
  bottom:33px;
  right:38px;
  font-size:8px;
  letter-spacing:.1em;
  font-weight:800
}
.art-spark {
  position:absolute;
  font-size:52px;
  color:var(--green)
}
.spark-one {
  right:48px;
  top:35px;
  transform:rotate(15deg)
}
.spark-two {
  left:4px;
  bottom:85px
}
.bottom-home {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  padding:30px 8px 23px
}
.how-card {
  display:flex;
  align-items:center;
  gap:13px
}
.step-number {
  width:39px;
  height:39px;
  border:1px solid #daddcd;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:bold
}
.how-card h2 {
  font-size:14px;
  letter-spacing:-.02em
}
.how-card p {
  font-size:11px;
  line-height:1.5;
  color:var(--muted);
  margin-top:5px
}
.campaign-strip {
  border-top:1px solid var(--border);
  padding:12px 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:11px
}
.campaign-strip svg {
  width:19px;
  height:19px
}
.campaign-strip p {
  line-height:1.8
}
.text-button {
  text-decoration:underline;
  font-size:12px;
  padding:5px 8px;
  font-weight:600
}
.home-links {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:var(--muted)
}
footer {
  max-width:1180px;
  margin:20px auto 0;
  border-top:1px solid var(--border);
  padding:15px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:var(--muted);
  font-size:10px
}
footer b {
  color:#aaad97;
  padding:0 7px
}
footer button {
  font-size:10px!important
}
.game-screen {
  max-width:760px;
  margin:12px auto 40px;
  padding:0 28px
}
.game-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:28px;
  font-size:10px;
  font-weight:bold;
  letter-spacing:.08em
}
.back-button {
  min-height:44px;
  font-size:12px;
  letter-spacing:0
}
.score-pill {
  background:var(--yellow);
  padding:10px 12px;
  border-radius:12px;
  display:flex;
  gap:5px;
  align-items:center;
  letter-spacing:0;
  font-size:12px
}
.score-pill svg {
  width:16px;
  height:16px
}
.progress-meta {
  display:flex;
  justify-content:space-between;
  font-size:13px;
  margin-bottom:12px
}
.muted,#progress-caption {
  color:var(--muted);
  font-size:12px
}
.progress {
  display:flex;
  gap:4px;
  margin-bottom:25px
}
.progress span {
  height:7px;
  flex:1;
  background:#e0e5d9;
  border-radius:4px
}
.progress span.done {
  background:var(--green)
}
.progress span.current {
  background:#d4b51b
}
.question-card {
  background:white;
  border:1px solid var(--border);
  padding:32px 36px 28px;
  border-radius:24px;
  box-shadow:var(--shadow)
}
.question-heading {
  display:flex;
  justify-content:space-between;
  align-items:center
}
.category-badge {
  font-size:10px;
  font-weight:800;
  letter-spacing:.07em;
  color:var(--green);
  background:#e9f4ec;
  border-radius:7px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:8px 10px
}
.category-badge svg {
  height:16px;
  width:16px
}
.category-badge.brand-badge {
  background:#fff6cd;
  color:#73581c
}
.question-count {
  font-weight:900;
  font-size:34px;
  letter-spacing:-.07em;
  color:#dde2df
}
.question-card h1 {
  font-size:29px;
  line-height:1.2;
  margin:24px 0 12px;
  max-width:570px
}
.question-help {
  font-size:12px;
  color:var(--muted);
  margin-bottom:23px
}
.answers {
  display:grid;
  gap:11px
}
.answer {
  display:flex;
  align-items:center;
  text-align:left;
  gap:14px;
  width:100%;
  padding:15px;
  border:1.5px solid #dfe4e6;
  background:#fff;
  border-radius:13px;
  min-height:65px;
  font-size:14px;
  line-height:1.45;
  transition:background .12s,border-color .12s,transform .12s
}
.answer:not(:disabled):hover {
  border-color:#9baebd;
  background:#f8faf7;
  transform:translateX(2px)
}
.answer-letter {
  width:31px;
  height:31px;
  border-radius:9px;
  background:#f0f3f2;
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:800;
  flex-shrink:0
}
.answer-text {
  flex:1
}
.answer-mark {
  font-size:18px;
  font-weight:bold
}
.answer.correct {
  background:#eaf6ee;
  border-color:#16835a;
  color:#086942
}
.answer.correct .answer-letter {
  background:#16835a;
  color:white
}
.answer.wrong {
  background:#fff0eb;
  border-color:#c76040;
  color:#943a23
}
.answer.wrong .answer-letter {
  background:#be5234;
  color:white
}
.answer:disabled:not(.correct):not(.wrong) {
  opacity:.6
}
.feedback {
  display:flex;
  align-items:flex-start;
  gap:11px;
  background:#f1f7f0;
  border-radius:12px;
  padding:16px;
  margin-top:18px;
  animation:arrive .2s ease
}
.feedback.wrong-feedback {
  background:#fff6e9
}
.feedback-icon {
  font-size:19px;
  color:var(--green);
  font-weight:900
}
.feedback h2 {
  font-size:15px;
  letter-spacing:-.02em;
  margin:0 0 6px
}
.feedback p {
  font-size:13px;
  line-height:1.6;
  color:#485a50
}
.feedback a {
  display:inline-block;
  font-size:10px;
  line-height:1.5;
  color:#446b56;
  margin-top:9px
}
.next-button {
  width:100%;
  margin-top:16px;
  min-height:52px
}
.game-note {
  text-align:center;
  color:var(--muted);
  font-size:11px;
  margin-top:20px;
  line-height:1.6
}
.result-screen {
  max-width:860px;
  margin:22px auto 35px;
  padding:0 28px
}
.result-heading {
  text-align:center
}
.trophy {
  height:73px;
  width:73px;
  background:var(--yellow);
  border-radius:24px;
  display:grid;
  place-items:center;
  margin:0 auto 18px;
  transform:rotate(-6deg);
  box-shadow:5px 5px 0 #e8cf21
}
.trophy svg {
  height:39px;
  width:39px
}
.result-heading h1 {
  font-size:38px;
  margin:12px 0
}
.result-heading p {
  font-size:14px;
  color:var(--muted);
  line-height:1.6
}
.result-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:28px
}
.result-summary {
  background:#fff;
  border-radius:24px;
  border:1px solid var(--border);
  padding:32px 24px;
  display:flex;
  flex-direction:column;
  justify-content:center
}
.big-score {
  text-align:center
}
.big-score strong {
  font-size:78px;
  letter-spacing:-.08em;
  display:block;
  line-height:1.15
}
.big-score>span {
  font-size:9px;
  font-weight:bold;
  letter-spacing:.12em
}
.stat-row {
  display:flex;
  justify-content:center;
  gap:40px;
  margin:27px 0;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:21px 0
}
.stat-row span {
  display:flex;
  flex-direction:column;
  gap:7px;
  text-align:center;
  font-size:10px;
  color:var(--muted)
}
.stat-row b {
  font-size:22px;
  color:var(--navy)
}
.result-actions {
  display:flex;
  flex-direction:column;
  gap:8px
}
.secondary {
  border:1px solid #d0d9d5;
  background:white;
  color:var(--navy);
  font-size:13px;
  padding:14px 16px;
  min-height:52px
}
.coupon {
  background:var(--yellow);
  border-radius:24px;
  padding:25px 24px 17px;
  text-align:center;
  position:relative;
  box-shadow:var(--shadow)
}
.coupon-top {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:8px;
  letter-spacing:.07em;
  font-weight:800
}
.coupon-top svg {
  width:20px;
  height:20px
}
.coupon-tag {
  margin-left:auto;
  background:var(--navy);
  color:white;
  padding:5px 7px;
  border-radius:5px;
  font-size:7px
}
.coupon-value {
  font-size:24px;
  font-weight:bold;
  margin:12px 0 0;
  letter-spacing:-.04em
}
.coupon-value strong {
  font-size:90px;
  line-height:1.1;
  letter-spacing:-.08em
}
.coupon-value>span {
  display:inline-block;
  background:var(--green);
  color:white;
  font-size:12px;
  padding:6px;
  border-radius:6px;
  margin-left:8px;
  transform:rotate(-8deg)
}
.coupon h2 {
  font-size:21px;
  margin:0 0 9px
}
.coupon p {
  font-size:11px;
  line-height:1.6
}
.coupon-tear {
  border-top:2px dashed #a9982360;
  margin:23px -24px 18px;
  position:relative
}
.coupon-tear:before,.coupon-tear:after {
  content:'';
  position:absolute;
  top:-11px;
  width:20px;
  height:20px;
  border-radius:50%;
  background:var(--cream)
}
.coupon-tear:before {
  left:-10px
}
.coupon-tear:after {
  right:-10px
}
.coupon-code {
  display:flex;
  flex-direction:column;
  gap:6px
}
.coupon-code>span {
  font-size:8px;
  letter-spacing:.12em
}
.coupon-code strong {
  font-family:ui-monospace,monospace;
  font-size:17px;
  letter-spacing:.07em
}
.coupon-code small {
  font-size:10px
}
.green {
  background:var(--green);
  color:white;
  margin-top:18px;
  font-size:13px;
  min-height:52px;
  padding:13px 15px
}
.coupon>.text-button {
  font-size:10px;
  margin-top:5px
}
.result-order {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  text-align:center;
  font-size:12px;
  margin:26px 0 8px;
  line-height:1.7
}
.result-order svg {
  width:17px;
  height:17px
}
.return-home {
  display:block;
  margin:auto;
  color:var(--muted)
}
.review {
  margin-top:25px;
  background:white;
  padding:24px;
  border-radius:20px
}
.review h2 {
  font-size:22px;
  margin-bottom:18px
}
.review-item {
  border-top:1px solid var(--border);
  padding:16px 0;
  font-size:13px;
  line-height:1.6
}
.review-item h3 {
  font-size:14px;
  margin:0 0 9px
}
.review-item p {
  margin:5px 0;
  color:var(--muted)
}
.review-verdict {
  font-weight:bold;
  color:var(--green)
}
.review-verdict.missed {
  color:#a14627
}
dialog {
  border:0;
  border-radius:24px;
  padding:30px;
  color:var(--navy);
  max-width:490px;
  width:calc(100% - 32px);
  max-height:85svh;
  box-shadow:0 25px 90px #071b4550
}
dialog::backdrop {
  background:#081b44a8;
  backdrop-filter:blur(4px)
}
.dialog-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px
}
.close-dialog:not(.button) {
  font-size:30px;
  width:44px;
  height:44px;
  border-radius:50%;
  background:#f1f3ed
}
.dialog-head .eyebrow {
  font-size:9px
}
dialog h2 {
  font-size:30px;
  line-height:1.15;
  margin-bottom:20px
}
dialog p,dialog li {
  font-size:14px;
  line-height:1.65;
  margin:12px 0;
  color:#4e5e6c
}
dialog ul {
  padding-left:19px
}
dialog .button {
  width:100%;
  margin-top:20px
}
dialog>.text-button {
  display:block;
  margin:12px auto 0
}
.tip {
  background:#f1f6ef;
  border-radius:13px;
  padding:15px;
  margin-bottom:10px;
  font-size:14px
}
.tip p {
  margin:6px 0 0;
  font-size:12px
}
.emergency {
  background:#fff3d9
}
.source-list {
  font-size:11px!important
}
.toast {
  position:fixed;
  z-index:10;
  bottom:24px;
  left:50%;
  transform:translateX(-50%);
  background:var(--navy);
  color:white;
  padding:15px 22px;
  border-radius:13px;
  font-size:13px;
  box-shadow:var(--shadow);
  max-width:90vw;
  text-align:center
}
.no-campaign .result-grid {
  grid-template-columns:1fr;
  max-width:440px;
  margin-inline:auto
}
.no-campaign .reward-sticker {
  display:none
}
@keyframes arrive {
  from {
    opacity:0;
    transform:translateY(9px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
  
}
@media(min-width:1400px) {
  .hero {
    min-height:570px
  }
  .hero-copy {
    padding-top:55px
  }
  .art-picture {
    inset:105px -20px 70px -10px
  }
  
}
@media(max-width:900px) {
  .topbar {
    padding:0 24px
  }
  .home-screen {
    padding:0 24px
  }
  .hero-copy {
    padding-left:30px
  }
  .hero h1 {
    font-size:59px
  }
  .hero-description {
    font-size:14px
  }
  .art-picture {
    inset:150px -70px 115px 0
  }
  .reward-sticker {
    right:10px;
    bottom:57px;
    width:155px;
    height:155px
  }
  .reward-sticker b {
    font-size:46px
  }
  .sticker-safe {
    left:18px;
    top:89px
  }
  .heading-star {
    width:28px;
    height:28px
  }
  .hero-facts {
    gap:18px
  }
  .bottom-home {
    gap:13px
  }
  .how-card {
    gap:9px
  }
  .how-card h2 {
    font-size:12px
  }
  .how-card p {
    font-size:10px
  }
  footer {
    margin-inline:24px
  }
  .art-caption {
    right:16px;
    font-size:6px
  }
  .start-button {
    width:275px
  }
  
}
@media(max-width:640px) {
  .topbar {
    height:77px;
    padding:0 20px
  }
  .brand {
    font-size:19px;
    gap:9px
  }
  .brand img {
    width:43px;
    height:43px;
    border-radius:13px
  }
  .brand small {
    font-size:6px
  }
  .header-actions {
    gap:7px
  }
  .icon-button {
    width:40px;
    justify-content:center
  }
  .icon-button span {
    display:none
  }
  .order-link {
    font-size:11px;
    padding:10px 12px;
    gap:6px
  }
  .order-link svg {
    width:18px;
    height:18px
  }
  .home-screen {
    padding:0 14px
  }
  .hero {
    display:flex;
    flex-direction:column;
    border-radius:25px;
    min-height:0
  }
  .hero-copy {
    padding:29px 27px 0
  }
  .eyebrow {
    font-size:9px
  }
  .hero h1 {
    font-size:clamp(36px,10.5vw,56px);
    line-height:1.04;
    margin:22px 0 18px
  }
  .hero-description {
    max-width:330px;
    font-size:13px;
    line-height:1.6
  }
  .heading-star {
    width:31px;
    height:31px;
    margin-left:13px
  }
  .hero-facts {
    gap:29px;
    margin:22px 0
  }
  .hero-facts b {
    font-size:22px
  }
  .start-button {
    width:100%;
    font-size:15px;
    min-height:57px
  }
  .under-button {
    text-align:center;
    margin:15px 0 0;
    font-size:10px
  }
  .hero-art {
    height:275px;
    margin-top:2px
  }
  .art-ring {
    height:255px;
    width:255px;
    top:4px;
    right:9px
  }
  .art-picture {
    inset:38px -5px 35px 30px;
    border-width:6px
  }
  .sticker-safe {
    left:14px;
    top:30px;
    padding:10px 12px;
    border-radius:12px
  }
  .sticker-safe svg {
    height:23px;
    width:23px
  }
  .sticker-safe span {
    font-size:10px
  }
  .reward-sticker {
    bottom:34px;
    right:12px;
    width:125px;
    height:125px
  }
  .reward-sticker>span {
    font-size:6px
  }
  .reward-sticker>strong {
    font-size:12px;
    margin-top:5px
  }
  .reward-sticker b {
    font-size:37px
  }
  .reward-sticker strong span {
    font-size:15px
  }
  .reward-sticker small {
    font-size:7px
  }
  .art-caption {
    bottom:12px;
    font-size:6px;
    right:27px
  }
  .spark-one {
    font-size:35px;
    top:0;
    right:25px
  }
  .spark-two {
    font-size:35px;
    left:10px;
    bottom:31px
  }
  .bottom-home {
    grid-template-columns:1fr;
    padding:22px 10px;
    gap:18px
  }
  .how-card {
    gap:13px
  }
  .how-card h2 {
    font-size:14px
  }
  .how-card p {
    font-size:12px
  }
  .step-number {
    width:39px;
    height:39px
  }
  .campaign-strip {
    align-items:flex-start;
    padding:15px 10px;
    gap:8px;
    font-size:11px
  }
  .campaign-strip svg {
    margin-top:4px
  }
  .campaign-strip .text-button {
    padding:0;
    min-height:28px
  }
  .home-links {
    gap:4px
  }
  footer {
    margin:12px 20px 0;
    font-size:9px;
    gap:10px;
    padding-bottom:calc(12px + env(safe-area-inset-bottom))
  }
  footer span {
    max-width:230px;
    line-height:1.6
  }
  .game-screen {
    padding:0 17px;
    margin:4px auto 22px
  }
  .game-top {
    margin-bottom:17px;
    font-size:9px
  }
  .score-pill {
    font-size:11px;
    padding:8px 10px
  }
  .progress-meta {
    font-size:12px
  }
  .progress {
    gap:3px;
    margin-bottom:18px
  }
  .progress span {
    height:6px
  }
  .question-card {
    padding:22px 18px 20px;
    border-radius:21px
  }
  .question-card h1 {
    font-size:25px;
    margin:20px 0 12px
  }
  .category-badge {
    font-size:9px;
    padding:7px 8px
  }
  .question-count {
    font-size:29px
  }
  .question-help {
    font-size:11px;
    margin-bottom:20px
  }
  .answer {
    font-size:13px;
    min-height:67px;
    padding:12px;
    gap:11px
  }
  .answer-letter {
    height:29px;
    width:29px
  }
  .feedback {
    padding:13px 12px;
    gap:8px
  }
  .feedback p {
    font-size:12px
  }
  .feedback h2 {
    font-size:14px
  }
  .next-button {
    font-size:13px
  }
  .game-note {
    font-size:10px;
    padding:0 15px
  }
  .result-screen {
    padding:0 18px;
    margin-top:13px
  }
  .result-heading h1 {
    font-size:32px
  }
  .result-heading p {
    font-size:12px
  }
  .result-grid {
    grid-template-columns:1fr;
    gap:18px;
    margin-top:22px
  }
  .result-summary {
    padding:23px 22px
  }
  .big-score strong {
    font-size:65px
  }
  .stat-row {
    margin:18px 0;
    padding:16px 0
  }
  .result-actions {
    gap:4px
  }
  .coupon {
    padding:25px 25px 17px
  }
  .coupon-value strong {
    font-size:84px
  }
  .coupon p {
    font-size:12px
  }
  .coupon-top {
    font-size:10px
  }
  .coupon-tear {
    margin-inline:-25px
  }
  .coupon h2 {
    font-size:23px
  }
  .result-order {
    font-size:11px
  }
  .review {
    padding:20px
  }
  dialog {
    padding:24px
  }
  dialog h2 {
    font-size:27px
  }
  dialog p,dialog li {
    font-size:13px
  }
  
}
@media(max-width:350px) {
  .topbar {
    padding:0 13px
  }
  .brand small {
    display:none
  }
  .brand {
    font-size:17px
  }
  .hero-copy {
    padding:26px 21px 0
  }
  .hero h1 {
    font-size:36px
  }
  .hero-facts {
    gap:22px
  }
  .heading-star {
    width:25px;
    height:25px;
    margin-left:7px
  }
  .order-link {
    padding:10px
  }
  .order-link svg {
    display:none
  }
  .question-card h1 {
    font-size:23px
  }
  .question-card {
    padding-inline:15px
  }
  .answer {
    font-size:12px
  }
  .progress-meta {
    font-size:11px
  }
  #progress-caption {
    font-size:10px
  }
  .coupon-top {
    font-size:8px
  }
  .result-heading h1 {
    font-size:29px
  }
  
}
@media(prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important
  }
  
}
