:root {
  color-scheme: light;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  color: #294f52;
  background: #edf4eb;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; background: radial-gradient(circle at 8% 3%,rgba(255,255,255,.96),transparent 18%),radial-gradient(circle at 94% 12%,rgba(222,239,220,.84),transparent 23%),#edf4eb; }
button { font: inherit; }
button:focus-visible { outline: 4px solid rgba(241,184,68,.52); outline-offset: 4px; }
.app { width: min(1120px, calc(100% - 32px)); min-height: 100vh; margin: 0 auto; padding: 18px 0 44px; }

.topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.brand,.sound-button,.quiet-button,.hint-button,.next-level-button { border: 0; cursor: pointer; }
.brand { display: flex; align-items: center; gap: 10px; padding: 0; color: #294f52; text-align: left; background: transparent; }
.brand-mark { display: grid; width: 54px; height: 50px; place-items: center; }
.brand strong,.brand small { display: block; }
.brand strong { font-size: 18px; line-height: 1.05; }
.brand small { margin-top: 3px; color: #68817b; font-size: 12px; font-weight: 700; }
.top-actions { display: flex; align-items: center; gap: 10px; }
.sound-button,.quiet-button,.hint-button,.next-level-button { min-height: 46px; padding: 0 17px; border: 2px solid #ccded5; border-radius: 16px; color: #385f5d; font-weight: 800; background: rgba(255,255,255,.86); box-shadow: 0 6px 14px rgba(43,82,75,.06); }
.sound-button { display: flex; align-items: center; gap: 8px; }
.quiet-button:hover,.sound-button:hover,.hint-button:hover:not(:disabled),.next-level-button:hover { border-color: #91b8ac; transform: translateY(-1px); }
.quiet-button.large { min-height: 54px; }

.eyebrow { margin: 0 0 10px; color: #43847a; font-size: 13px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
h1,h2,p { margin-top: 0; }
h1,h2 { color: #294f52; line-height: 1.07; letter-spacing: -.035em; }
.primary-button { min-height: 56px; padding: 0 24px; border: 0; border-radius: 18px; color: #fff; font: 900 17px/1 "Trebuchet MS","Segoe UI",sans-serif; cursor: pointer; background: #df735d; box-shadow: 0 10px 0 #b85743,0 16px 24px rgba(168,73,51,.2); transition: transform .15s,box-shadow .15s; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 12px 0 #b85743,0 19px 26px rgba(168,73,51,.2); }
.primary-button:active { transform: translateY(7px); box-shadow: 0 3px 0 #b85743; }
.primary-button span { margin-left: 8px; }
.primary-button.compact { min-height: 47px; padding: 0 18px; font-size: 15px; box-shadow: 0 7px 0 #b85743; }

.target-face { --target:#df735d; position: relative; display: grid; width: 158px; aspect-ratio: 1; place-items: center; overflow: hidden; border: 7px solid #fff9de; border-radius: 50%; color: #294f52; background: var(--target); box-shadow: 0 0 0 5px #294f52,0 12px 17px rgba(38,65,61,.18); }
.target-face > i { position: absolute; border-radius: 50%; background: #fff7d5; }
.target-face > i:first-child { width: 76%; height: 76%; }
.target-face > i:nth-child(2) { width: 52%; height: 52%; background: var(--target); }
.target-face > i:nth-child(3) { width: 29%; height: 29%; background: #fff7d5; }
.target-face > b { position: relative; z-index: 2; min-width: 90px; padding: 9px 8px; border: 3px solid #294f52; border-radius: 13px; font-size: 24px; text-align: center; white-space: nowrap; background: rgba(255,255,255,.94); box-shadow: 0 5px 0 rgba(41,79,82,.22); }
.compact-target { width: 48px; border-width: 3px; box-shadow: 0 0 0 2px #294f52,0 5px 8px rgba(38,65,61,.16); }
.compact-target > b { min-width: 28px; padding: 2px; border-width: 1px; border-radius: 5px; font-size: 10px; box-shadow: 0 2px 0 rgba(41,79,82,.2); }

.hero { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; min-height: 448px; overflow: hidden; border: 1px solid rgba(255,255,255,.78); border-radius: 36px; background: #fbf3dd; box-shadow: 0 22px 52px rgba(39,83,73,.13); }
.hero-copy { position: relative; z-index: 8; align-self: center; padding: 48px 16px 48px 52px; }
.hero h1 { max-width: 590px; margin-bottom: 19px; font-size: clamp(36px,4.25vw,59px); }
.hero-copy > p:not(.eyebrow) { max-width: 555px; margin-bottom: 27px; color: #5c746d; font-size: 17px; line-height: 1.55; }
.hero-scene { position: relative; min-height: 448px; overflow: hidden; background: linear-gradient(180deg,#344f5f 0,#203b4b 73%,#bf8856 74%,#8d603f 100%); clip-path: ellipse(88% 84% at 100% 50%); }
.hero-lights i,.stage-lights i,.preview-lights i { position: absolute; display: block; border-radius: 50%; background: #ffd76b; box-shadow: 0 0 14px #ffd76b; }
.hero-lights i { top: 7%; width: 14px; height: 14px; }
.hero-lights i:first-child { left: 24%; }
.hero-lights i:nth-child(2) { left: 53%; }
.hero-lights i:last-child { right: 10%; }
.hero-lights::before { position: absolute; top: 13%; right: 0; left: 0; height: 4px; content: ""; background: #253c47; box-shadow: 0 0 0 2px rgba(255,255,255,.1); }
.hero-board { position: absolute; z-index: 6; top: 9%; left: 7%; display: grid; width: 117px; height: 102px; place-items: center; padding: 10px; border: 5px solid #f1c05b; border-radius: 18px; color: #fff7d8; text-align: center; background: #294f52; box-shadow: 0 9px 0 #17343f; }
.hero-board small { font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-board strong { color: #f4cb60; font-size: 45px; }
.hero-targets > span { position: absolute; z-index: 4; transform: scale(.75); }
.hero-targets > span:first-child { top: 19%; right: 2%; }
.hero-targets > span:nth-child(2) { bottom: 12%; left: 10%; transform: scale(.63); }
.hero-targets > span:last-child { right: 20%; bottom: 3%; transform: scale(.55); }
.hero-counter { position: absolute; z-index: 7; top: 41%; left: 10%; padding: 8px 13px; border: 3px solid rgba(255,255,255,.65); border-radius: 15px; color: #fff; font-size: 22px; background: rgba(25,52,61,.72); }
.hero-counter b { color: #ffd76b; }

.how,.levels { padding: 48px 14px 0; }
.how > .eyebrow { text-align: center; }
.how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.how-grid article { display: grid; grid-template-columns: 52px 1fr; gap: 3px 14px; padding: 19px; border: 1px solid #d8e6df; border-radius: 23px; background: rgba(255,255,255,.72); }
.how-grid article > span { grid-row: 1/3; display: grid; width: 52px; height: 52px; place-items: center; border-radius: 17px; color: #fff; font-size: 24px; font-weight: 900; background: #df735d; }
.how-grid article:nth-child(2) > span { background: #438f83; }
.how-grid article:nth-child(3) > span { background: #657bc0; }
.how-grid strong { align-self: end; font-size: 17px; }
.how-grid p { margin: 2px 0 0; color: #69817b; font-size: 13px; line-height: 1.4; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 20px; }
.section-heading h2 { margin: 0; font-size: clamp(29px,4vw,42px); }
.section-heading > p { max-width: 425px; margin: 0; color: #688079; line-height: 1.45; }
.level-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.level-card { position: relative; display: flex; min-width: 0; min-height: 330px; overflow: hidden; flex-direction: column; padding: 0; border: 2px solid rgba(255,255,255,.9); border-radius: 27px; color: #294f52; text-align: left; cursor: pointer; background: #fff; box-shadow: 0 12px 25px rgba(43,84,77,.09); transition: transform .18s,box-shadow .18s; }
.level-card:hover { transform: translateY(-5px); box-shadow: 0 19px 35px rgba(43,84,77,.15); }
.level-number { position: absolute; z-index: 6; top: 13px; left: 13px; display: grid; width: 38px; height: 38px; place-items: center; border: 3px solid rgba(255,255,255,.9); border-radius: 50%; color: #fff; font-weight: 900; background: var(--accent); }
.level-preview { position: relative; display: block; height: 145px; overflow: hidden; background: linear-gradient(180deg,#344f5f 0 75%,#9b6a43 76%); }
.preview-lights i { top: 11px; width: 7px; height: 7px; }
.preview-lights i:first-child { left: 25%; }
.preview-lights i:nth-child(2) { left: 55%; }
.preview-lights i:last-child { right: 7%; }
.preview-target { position: absolute; z-index: 3; }
.preview-target .compact-target { width: 77px; border-width: 4px; box-shadow: 0 0 0 3px #294f52; }
.preview-target .compact-target > b { min-width: 51px; padding: 4px; border-width: 2px; font-size: 12px; }
.preview-target.one { left: 22%; bottom: 13px; }
.preview-target.two { right: 7%; bottom: 29px; transform: scale(.78); }
.preview-answer { position: absolute; z-index: 5; top: 17px; right: 12px; padding: 7px 10px; border-radius: 12px; color: #294f52; background: #ffd568; }
.level-copy { display: flex; flex: 1; flex-direction: column; padding: 19px 19px 10px; }
.level-copy small { color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.level-copy strong { margin: 5px 0 7px; font-size: 22px; }
.level-copy em { color: #6b817c; font-size: 14px; font-style: normal; line-height: 1.42; }
.level-status { display: flex; min-height: 52px; align-items: center; justify-content: space-between; margin: 0 18px; border-top: 1px solid #e2ece7; color: #69817b; font-size: 13px; font-weight: 800; }
.level-status b { color: var(--accent); font-size: 24px; }
.mini-stars { color: #ecb63f; letter-spacing: 2px; }
.adult-note { display: flex; align-items: center; gap: 18px; margin: 34px 14px 0; padding: 20px 24px; border: 1px solid #d4e3d3; border-radius: 22px; background: rgba(233,244,226,.88); }
.adult-note > span { font-size: 34px; }
.adult-note p { margin: 0; color: #60776f; line-height: 1.5; }
.adult-note strong { display: block; color: #3d6b60; }

.game-shell { padding: 28px; border: 1px solid rgba(255,255,255,.9); border-radius: 34px; background: rgba(250,253,248,.84); box-shadow: 0 20px 48px rgba(39,83,73,.12); }
.game-head { display: flex; align-items: end; justify-content: space-between; gap: 22px; }
.game-head h1 { margin: 0; font-size: clamp(26px,3.7vw,43px); }
.round-count { display: flex; align-items: baseline; gap: 5px; color: #78918b; }
.round-count strong { color: var(--level-accent); font-size: 35px; }
.round-count span { font-weight: 900; }
.progress-track { display: grid; grid-template-columns: repeat(10,1fr); gap: 7px; margin: 20px 0; }
.progress-track i { height: 8px; border-radius: 999px; background: #dbe8e2; }
.progress-track i.done { background: var(--level-accent); }
.progress-track i.current { background: #efc35e; box-shadow: 0 0 0 3px rgba(239,195,94,.24); }

.range-stage { position: relative; min-height: 470px; overflow: hidden; padding: 104px 27px 52px; border: 5px solid #fafbf2; border-radius: 29px; background: linear-gradient(180deg,#344f5f 0,#223e4d 84%,#a9774d 85%,#845737 100%); box-shadow: inset 0 0 50px rgba(5,26,36,.25),0 9px 21px rgba(33,83,91,.12); }
.stage-lights i { top: 18px; width: 11px; height: 11px; }
.stage-lights i:nth-child(1) { left: 8%; }
.stage-lights i:nth-child(2) { left: 29%; }
.stage-lights i:nth-child(3) { left: 50%; }
.stage-lights i:nth-child(4) { left: 71%; }
.stage-lights i:nth-child(5) { right: 8%; }
.stage-lights::before { position: absolute; top: 24px; right: 5%; left: 5%; height: 3px; content: ""; background: #1a323d; }
.answer-board { position: absolute; z-index: 9; top: 16px; left: 50%; display: flex; min-width: 255px; height: 77px; align-items: center; justify-content: center; gap: 15px; padding: 8px 17px; border: 4px solid #efc35e; border-radius: 18px; color: #fff4c9; background: #294f52; box-shadow: 0 7px 0 #152f38; transform: translateX(-50%); }
.answer-board small { max-width: 93px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.answer-board strong { color: #ffd568; font-size: 46px; }
.range-note { position: absolute; z-index: 6; top: 43px; right: 20px; color: rgba(255,255,255,.56); font-size: 10px; font-weight: 800; }
.target-grid { position: relative; z-index: 5; display: grid; min-height: 290px; grid-template-columns: repeat(4,1fr); gap: 12px; align-items: center; }
.target-lane { display: grid; min-width: 0; place-items: center; animation: target-drift var(--duration) ease-in-out var(--delay) infinite alternate; }
@keyframes target-drift { 0% { transform: translate(-8px,-6px) rotate(-1.5deg); } 50% { transform: translate(9px,7px) rotate(1deg); } 100% { transform: translate(-3px,11px) rotate(-.5deg); } }
.moving-target { position: relative; display: grid; padding: 10px; border: 0; place-items: center; border-radius: 50%; cursor: pointer; background: transparent; transition: filter .15s,opacity .15s; }
.moving-target:hover:not(:disabled) { filter: brightness(1.08); }
.moving-target:hover:not(:disabled) .target-face { box-shadow: 0 0 0 6px #ffd568,0 16px 21px rgba(0,0,0,.26); }
.moving-target > small { position: absolute; z-index: 5; top: 5px; left: 10px; display: grid; width: 29px; height: 29px; place-items: center; border: 3px solid #fff4c9; border-radius: 50%; color: #fff; font-weight: 900; background: #294f52; }
.moving-target.wrong .target-face { filter: grayscale(.35); box-shadow: 0 0 0 6px #d47e6c; animation: target-shake .25s ease-in-out; }
.moving-target.correct .target-face { box-shadow: 0 0 0 8px #64bd8e,0 0 28px rgba(107,220,158,.65); }
.moving-target.correct::after { position: absolute; z-index: 7; right: 6px; bottom: 8px; display: grid; width: 42px; height: 42px; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; content: "✓"; font-size: 25px; font-weight: 900; background: #4fa878; }
.moving-target.eliminated { opacity: .42; filter: grayscale(1); }
.moving-target.eliminated::before { position: absolute; z-index: 7; width: 82%; height: 7px; border: 2px solid #fff; border-radius: 99px; content: ""; background: #c45e4d; transform: rotate(-28deg); }
.moving-target > em { position: absolute; z-index: 8; bottom: 15px; padding: 4px 7px; border-radius: 7px; color: #fff; font-size: 8px; font-style: normal; font-weight: 900; background: #8d5550; }
@keyframes target-shake { 25% { transform: translateX(-4px); } 75% { transform: translateX(4px); } }
.stage-counter { position: absolute; z-index: 7; bottom: 15px; left: 18px; display: flex; align-items: center; gap: 6px; padding: 7px 10px; border: 2px solid rgba(255,255,255,.45); border-radius: 14px; color: #fff; background: rgba(19,44,54,.58); }
.stage-counter strong { color: #ffd568; font-size: 20px; }
.stage-counter small { font-size: 9px; font-weight: 900; }
.stage-floor { position: absolute; right: 0; bottom: 0; left: 0; height: 47px; border-top: 5px solid #172f38; background: repeating-linear-gradient(90deg,#a9744a 0 72px,#855836 73px 79px); }
.game-tools { display: flex; justify-content: flex-end; margin: 14px 0; }
.hint-button:disabled { cursor: default; opacity: .48; }
.feedback-card { display: flex; min-height: 82px; align-items: center; gap: 14px; padding: 14px 18px; border: 2px solid #d5e5df; border-radius: 23px; background: #fff; }
.feedback-card.correct { border-color: #aedbc5; background: #eefaf2; }
.feedback-card.wrong { border-color: #edc3b8; background: #fff3ef; }
.feedback-card.hint { border-color: #ead89d; background: #fff9df; }
.feedback-icon { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border-radius: 16px; font-size: 25px; background: #e8f4f1; }
.feedback-card p { flex: 1; margin: 0; }
.feedback-card strong,.feedback-card small { display: block; }
.feedback-card strong { margin-bottom: 3px; }
.feedback-card small { color: #6a817b; line-height: 1.35; }

.result-wrap { display: grid; min-height: 680px; padding: 40px 18px; place-items: center; overflow: hidden; border-radius: 35px; background: linear-gradient(180deg,#344f5f 0,#203b4b 74%,#a9764b 75%); box-shadow: 0 20px 46px rgba(31,77,83,.16); }
.result-card { width: min(660px,100%); padding: 32px 34px 35px; border: 4px solid rgba(255,255,255,.72); border-radius: 31px; text-align: center; background: #fffdf4; box-shadow: 0 21px 44px rgba(8,35,46,.28); }
.result-medal { position: relative; display: grid; height: 177px; margin: -8px auto 7px; place-items: center; }
.result-medal > span { position: relative; z-index: 3; transform: scale(.83); }
.result-medal > b { position: absolute; z-index: 5; display: grid; width: 58px; height: 58px; place-items: center; border: 5px solid #fff4c9; border-radius: 50%; color: #fff4c9; font-size: 34px; background: #efb94b; }
.result-medal > i,.result-medal > em { position: absolute; z-index: 1; bottom: 0; width: 55px; height: 86px; background: #df735d; clip-path: polygon(0 0,100% 0,88% 100%,50% 77%,12% 100%); }
.result-medal > i { margin-left: -45px; transform: rotate(10deg); }
.result-medal > em { margin-left: 45px; background: #667bc2; transform: rotate(-10deg); }
.result-card h1 { margin-bottom: 10px; font-size: clamp(35px,5vw,51px); }
.result-card > p:not(.eyebrow) { max-width: 490px; margin: 0 auto 10px; color: #647c76; line-height: 1.5; }
.result-stars { margin: 10px 0 18px; color: #efb83f; font-size: 42px; letter-spacing: 7px; }
.result-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 24px; }
.result-stats span { padding: 13px 8px; border-radius: 17px; background: #edf5ed; }
.result-stats strong,.result-stats small { display: block; }
.result-stats strong { color: #3f887a; font-size: 25px; }
.result-stats small { color: #6d837e; font-size: 11px; font-weight: 800; }
.result-actions { display: flex; justify-content: center; gap: 13px; }

@media (max-width: 1000px) {
  .hero-copy { padding-left: 38px; }
  .level-card { min-height: 344px; }
  .game-shell { padding: 23px; }
  .target-face { width: 142px; }
  .target-face > b { min-width: 82px; font-size: 21px; }
}

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 42px; }
  .hero-scene { min-height: 335px; clip-path: ellipse(78% 93% at 50% 100%); }
  .hero-targets > span:first-child { right: 13%; }
  .hero-targets > span:nth-child(2) { left: 25%; }
  .hero-board { left: 16%; }
  .how-grid { grid-template-columns: 1fr; }
  .level-grid { grid-template-columns: 1fr; }
  .level-card { display: grid; min-height: 180px; grid-template-columns: 37% 1fr; }
  .level-preview { height: 100%; min-height: 180px; grid-row: 1/3; }
  .level-copy { padding: 23px 20px 5px; }
  .level-status { align-self: end; }
  .range-stage { min-height: 650px; padding-top: 100px; }
  .target-grid { min-height: 505px; grid-template-columns: repeat(2,1fr); }
  .target-face { width: 174px; }
  .target-face > b { min-width: 96px; font-size: 25px; }
}

@media (max-width: 700px) {
  .app { width: min(1120px,calc(100% - 20px)); padding-top: 10px; }
  .topbar { gap: 8px; margin-bottom: 12px; }
  .brand-mark { width: 47px; }
  .brand strong { font-size: 15px; }
  .brand small { display: none; }
  .sound-button { width: 47px; padding: 0; justify-content: center; }
  .sound-button span:last-child { display: none; }
  .top-actions .quiet-button { padding: 0 12px; font-size: 13px; }
  .hero { border-radius: 26px; }
  .hero-copy { padding: 31px 23px 38px; }
  .hero h1 { font-size: clamp(34px,10vw,48px); }
  .hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .hero-scene { min-height: 285px; }
  .hero-targets > span:first-child { top: 17%; right: 7%; transform: scale(.61); }
  .hero-targets > span:nth-child(2) { bottom: 8%; left: 22%; transform: scale(.52); }
  .hero-targets > span:last-child { right: 16%; transform: scale(.45); }
  .hero-board { top: 10%; left: 8%; transform: scale(.85); }
  .how,.levels { padding: 37px 2px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 10px; }
  .adult-note { margin-right: 2px; margin-left: 2px; padding: 17px; }
  .game-shell { padding: 16px; border-radius: 25px; }
  .game-head { align-items: center; }
  .game-head .eyebrow { font-size: 10px; }
  .game-head h1 { font-size: 25px; }
  .round-count strong { font-size: 29px; }
  .range-stage { min-height: 590px; padding: 94px 9px 48px; border-width: 3px; }
  .target-grid { min-height: 455px; gap: 2px; }
  .target-face { width: 150px; }
  .target-face > b { min-width: 84px; font-size: 22px; }
  .range-note { display: none; }
  .feedback-card.correct { flex-wrap: wrap; }
  .feedback-card.correct p { min-width: calc(100% - 70px); }
  .feedback-card.correct .primary-button { width: 100%; flex-basis: 100%; margin-top: 8px; }
  .result-wrap { min-height: 610px; padding: 25px 10px; border-radius: 27px; }
  .result-card { padding: 25px 16px 28px; }
  .result-actions { flex-direction: column; }
  .result-actions > * { width: 100%; }
}

@media (max-width: 520px) {
  .level-card { display: flex; min-height: 320px; }
  .level-preview { width: 100%; min-height: 135px; height: 135px; }
  .level-status { align-self: auto; width: calc(100% - 36px); }
  .answer-board { min-width: 230px; }
  .target-face { width: 134px; border-width: 5px; box-shadow: 0 0 0 4px #294f52,0 10px 15px rgba(0,0,0,.2); }
  .target-face > b { min-width: 77px; padding: 7px 5px; font-size: 20px; }
  .result-stats { gap: 5px; }
  .result-stats span { padding: 11px 4px; }
}

@media (max-width: 390px) {
  .app { width: calc(100% - 16px); }
  .top-actions .quiet-button { max-width: 90px; padding: 0 9px; font-size: 11px; }
  .primary-button { width: 100%; padding: 0 15px; }
  .hero-copy { padding-right: 18px; padding-left: 18px; }
  .hero h1 { font-size: 34px; }
  .hero-scene { min-height: 250px; }
  .hero-board { left: 3%; transform: scale(.72); }
  .how-grid article { padding: 15px; }
  .game-shell { padding: 12px; }
  .game-head h1 { font-size: 21px; }
  .round-count strong { font-size: 25px; }
  .progress-track { gap: 4px; margin: 14px 0; }
  .range-stage { min-height: 545px; padding-top: 89px; }
  .answer-board { top: 13px; min-width: 207px; height: 68px; }
  .answer-board strong { font-size: 39px; }
  .target-grid { min-height: 410px; }
  .target-face { width: 118px; }
  .target-face > b { min-width: 70px; font-size: 17px; }
  .moving-target { padding: 6px; }
  .moving-target > small { width: 25px; height: 25px; border-width: 2px; font-size: 11px; }
  .feedback-card { padding: 12px; }
  .feedback-icon { width: 42px; height: 42px; }
  .result-stars { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .target-lane { transform: none !important; }
}
