:root {
  --ink: #294f4b;
  --muted: #6b817d;
  --paper: #fffdf7;
  --cream: #fff7df;
  --line: #ddd5b9;
  --green: #3e9b75;
  --green-soft: #dff3e6;
  --yellow: #efb83f;
  --coral: #ed7469;
  --blue: #62acd1;
  --purple: #8b73bd;
  --shadow: 0 18px 38px rgba(49, 74, 65, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif; background: #f7f8ef; }
body::before, body::after { position: fixed; z-index: -1; content: ""; border-radius: 50%; opacity: .7; }
body::before { width: 320px; height: 320px; top: -90px; left: -95px; background: #fff0b9; }
body::after { width: 360px; height: 360px; right: -120px; bottom: -115px; background: #e5e6fb; }
button { color: inherit; font: inherit; }
button:not(:disabled) { cursor: pointer; }
button:focus-visible { outline: 4px solid rgba(84, 159, 202, .35); outline-offset: 3px; }
.app { width: min(1120px, calc(100% - 32px)); min-height: 100vh; margin: 0 auto; padding: 22px 0 50px; }
.loading-card { display: grid; min-height: 420px; place-items: center; align-content: center; gap: 12px; font-weight: 900; }
.loading-card span { font-size: 64px; }
.loading-card p { margin: 0; }
.topbar, .top-actions, .brand, .top-button, .game-heading, .task-title, .level-card-top, .level-foot, .section-heading, .steps article, .feedback, .result-actions { display: flex; align-items: center; }
.topbar { min-height: 62px; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.brand { gap: 12px; padding: 0; text-align: left; background: transparent; border: 0; }
.brand-mark { position: relative; display: flex; align-items: center; width: 61px; height: 54px; padding-left: 8px; background: #fff8df; border: 3px solid var(--line); border-radius: 17px; box-shadow: 0 5px 10px rgba(55, 76, 68, .08); transform: rotate(-2deg); }
.brand-mark i { display: grid; width: 26px; height: 35px; place-items: center; padding-bottom: 2px; color: #fff; font-size: 9px; font-style: normal; font-weight: 1000; background: var(--coral); border: 2px solid #c95b55; border-radius: 8px; }
.brand-mark i:nth-child(2) { margin-left: -4px; background: var(--blue); border-color: #478bac; transform: rotate(4deg); }
.brand-mark b { position: absolute; right: -4px; top: -6px; display: grid; width: 20px; height: 20px; place-items: center; color: white; font-size: 11px; background: var(--green); border: 2px solid white; border-radius: 50%; }
.brand strong { display: block; font-size: 21px; font-weight: 1000; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.top-actions { gap: 10px; }
.top-button, .icon-button { min-height: 50px; background: rgba(255, 253, 247, .93); border: 2px solid var(--line); border-radius: 16px; box-shadow: 0 5px 12px rgba(54, 75, 67, .07); }
.top-button { gap: 8px; padding: 7px 14px; text-align: left; }
.top-button span:first-child { font-size: 18px; }
.top-button b { display: block; font-size: 12px; }
.top-button small { display: block; color: var(--muted); font-size: 9px; }
.icon-button { width: 50px; padding: 0 0 4px; font-size: 28px; }
.eyebrow { margin: 0 0 9px; color: #3e856b; font-family: Georgia, serif; font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero { position: relative; display: grid; min-height: 440px; grid-template-columns: 1.03fr .97fr; overflow: hidden; padding: 48px; background: linear-gradient(125deg, #fffaf0, #eff9ef 54%, #f1edff); border: 3px solid var(--line); border-radius: 42px; box-shadow: var(--shadow); }
.hero::before, .hero::after { position: absolute; content: ""; border-radius: 50%; }
.hero::before { width: 230px; height: 230px; top: -120px; left: 41%; background: rgba(246, 194, 82, .2); }
.hero::after { width: 180px; height: 180px; right: -70px; bottom: -74px; background: rgba(98, 180, 134, .15); }
.hero-copy { position: relative; z-index: 3; align-self: center; }
.hero h1 { max-width: 570px; margin: 0 0 19px; font-size: 52px; font-weight: 1000; line-height: .98; letter-spacing: -.045em; }
.hero-copy > p:not(.eyebrow) { max-width: 500px; margin: 0 0 27px; color: var(--muted); font-size: 16px; font-weight: 800; line-height: 1.55; }
.primary-button, .secondary-button { min-height: 50px; padding: 0 20px 3px; font-weight: 1000; border-radius: 15px; }
.primary-button { color: #fff; background: var(--green); border: 0; box-shadow: 0 7px 0 #247554, 0 13px 22px rgba(44, 135, 95, .18); }
.primary-button:active { transform: translateY(4px); box-shadow: 0 3px 0 #247554; }
.secondary-button { background: #fffdf7; border: 3px solid var(--line); box-shadow: 0 5px 0 #cfc6a8; }
.hero-scene { position: relative; min-width: 0; }
.hero-paper { position: absolute; inset: 8px -4px 7px 22px; overflow: hidden; padding: 36px 30px; background: #fffefa; border: 8px solid #fff; border-radius: 37px; box-shadow: 0 20px 32px rgba(47, 67, 61, .17); transform: rotate(1deg); }
.hero-paper::before { position: absolute; inset: 0; content: ""; opacity: .16; background-image: linear-gradient(#8dbbac 1px, transparent 1px), linear-gradient(90deg, #8dbbac 1px, transparent 1px); background-size: 27px 27px; }
.hero-sun { position: relative; z-index: 2; display: block; margin-bottom: 14px; font-size: 63px; }
.hero-paper > p { position: relative; z-index: 2; margin: 0; font-size: 30px; font-weight: 1000; line-height: 1.22; }
.hero-paper > p b { color: var(--coral); letter-spacing: .06em; }
.hero-choices { position: relative; z-index: 3; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hero-choices i { padding: 11px 13px; color: var(--muted); font-size: 13px; font-style: normal; font-weight: 900; background: #fff; border: 3px solid #ded9c9; border-radius: 13px; }
.hero-choices i.right { color: #fff; background: var(--green); border-color: #2d8262; transform: translateY(-3px); }
.hero-choices i b { display: inline-grid; width: 20px; height: 20px; place-items: center; margin-left: 4px; color: var(--green); background: #fff; border-radius: 50%; }
.hero-ground { position: absolute; z-index: 2; right: 20px; bottom: -9px; left: 20px; display: flex; justify-content: space-around; padding-top: 12px; font-size: 38px; border-top: 5px solid #83b47d; }
.how-section, .levels-section, .garden-section { margin-top: 54px; }
.section-heading { justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.section-heading h2 { margin: 0; font-size: 39px; font-weight: 1000; line-height: 1; letter-spacing: -.035em; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 12px; font-weight: 900; line-height: 1.45; text-align: right; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.steps article { min-height: 115px; gap: 17px; padding: 20px; background: rgba(255, 253, 247, .94); border: 2px solid var(--line); border-radius: 25px; box-shadow: 0 10px 22px rgba(50, 72, 64, .07); }
.steps article > span { display: grid; flex: 0 0 54px; width: 54px; height: 54px; place-items: center; padding-bottom: 3px; color: #fff; font-family: Georgia, serif; font-size: 25px; font-weight: 900; background: var(--green); border: 7px solid #dff3e6; border-radius: 50%; }
.steps article:nth-child(2) > span { background: var(--yellow); border-color: #fff0c1; }
.steps article:nth-child(3) > span { background: var(--coral); border-color: #ffe0dc; }
.steps h3, .steps p { margin: 0; }
.steps h3 { margin-bottom: 6px; font-size: 17px; }
.steps p { color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.4; }
.levels-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.level-card { position: relative; overflow: hidden; min-height: 335px; padding: 22px; background: #fffdf7; border: 3px solid color-mix(in srgb, var(--accent), white 35%); border-radius: 29px; box-shadow: 0 13px 25px rgba(49, 72, 64, .09); }
.level-card::after { position: absolute; width: 105px; height: 105px; right: -35px; bottom: -35px; content: ""; background: color-mix(in srgb, var(--accent), white 82%); border-radius: 50%; }
.level-card-top { position: relative; z-index: 2; justify-content: space-between; }
.level-icon { display: grid; width: 47px; height: 47px; place-items: center; font-size: 21px; background: color-mix(in srgb, var(--accent), white 82%); border-radius: 14px; }
.new-label { color: #d49628; font-size: 11px; font-weight: 1000; }
.stars { color: #df9d2e; font-family: Georgia, serif; font-size: 20px; letter-spacing: 1px; }
.level-demo { position: relative; display: flex; height: 77px; align-items: center; justify-content: center; gap: 7px; margin: 13px 0 11px; }
.level-demo i, .level-demo b { padding: 11px 12px; color: #fff; font-size: 13px; font-style: normal; background: var(--accent); border-radius: 13px; box-shadow: 0 5px 0 color-mix(in srgb, var(--accent), black 22%); }
.level-demo span { color: var(--muted); font-size: 22px; font-weight: 1000; }
.level-demo b { color: var(--accent); background: #fff; border: 2px solid var(--accent); box-shadow: none; }
.level-demo em { display: grid; width: 26px; height: 26px; place-items: center; color: #fff; font-style: normal; background: var(--green); border-radius: 50%; }
.level-card .eyebrow { color: var(--accent); font-size: 10px; }
.level-card h3 { margin: 0 0 8px; font-size: 22px; }
.level-card > p:not(.eyebrow) { min-height: 52px; margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.45; }
.level-foot { position: relative; z-index: 3; justify-content: space-between; margin-top: 15px; }
.level-foot small { color: var(--muted); font-size: 10px; font-weight: 900; }
.level-foot button { padding: 8px 0; color: var(--accent); font-size: 11px; font-weight: 1000; background: transparent; border: 0; }
.garden-section { padding: 29px; background: rgba(255, 253, 247, .92); border: 3px solid var(--line); border-radius: 37px; box-shadow: var(--shadow); }
.garden-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.garden-card { position: relative; min-width: 0; min-height: 160px; padding: 15px 10px 12px; text-align: center; background: #f1f1f1; border: 2px solid #d8d7d2; border-radius: 21px; }
.garden-card.is-open { background: color-mix(in srgb, var(--flower), white 91%); border-color: color-mix(in srgb, var(--flower), white 30%); }
.garden-number { position: absolute; top: 9px; left: 9px; display: grid; width: 23px; height: 23px; place-items: center; padding-bottom: 1px; color: var(--muted); font-family: Georgia, serif; font-size: 10px; font-weight: 900; background: #fff; border: 2px solid var(--line); border-radius: 50%; }
.garden-picture { position: relative; display: grid; height: 77px; place-items: center; align-content: center; }
.garden-picture span { position: relative; z-index: 2; font-size: 43px; filter: drop-shadow(0 7px 5px rgba(58, 74, 68, .12)); }
.garden-picture i { width: 4px; height: 24px; margin-top: -8px; background: #5e9b68; border-radius: 4px; }
.garden-picture b { color: #d8d8d8; font-family: Georgia, serif; font-size: 41px; }
.garden-card h4 { overflow: hidden; margin: 4px 0 4px; font-size: 13px; font-weight: 1000; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.garden-card p { margin: 0; color: var(--muted); font-size: 9px; font-weight: 800; }
.adult-note { display: flex; gap: 17px; margin-top: 24px; padding: 20px 25px; background: #e8f5ff; border: 2px solid #98c8df; border-radius: 22px; }
.adult-note > span { font-size: 28px; }
.adult-note b { font-size: 13px; }
.adult-note p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.game-shell { padding: 28px; background: rgba(255, 253, 247, .96); border: 3px solid var(--line); border-radius: 38px; box-shadow: var(--shadow); }
.game-heading { justify-content: space-between; gap: 20px; padding: 0 5px 17px; }
.game-heading .eyebrow { color: var(--level-accent); }
.game-heading h1 { margin: 0 0 6px; font-size: 42px; font-weight: 1000; letter-spacing: -.035em; }
.game-heading > div > p:last-child { margin: 0; color: var(--muted); font-size: 12px; font-weight: 900; }
.round-badge { display: grid; flex: 0 0 76px; width: 76px; height: 76px; place-items: center; align-content: center; padding-bottom: 2px; color: #fff; background: var(--level-accent); border: 9px solid color-mix(in srgb, var(--level-accent), white 70%); border-radius: 50%; }
.round-badge b { font-family: Georgia, serif; font-size: 28px; line-height: .9; }
.round-badge small { margin-top: 4px; font-size: 8px; font-weight: 900; }
.progress-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 18px; padding: 12px 14px; background: #f3f2ed; border-radius: 18px; }
.progress-row > div { display: grid; flex: 1; grid-template-columns: repeat(10, 1fr); gap: 7px; }
.progress-row i { height: 8px; background: #d3d2cb; border-radius: 10px; }
.progress-row i.done { background: var(--green); }
.progress-row i.current { background: var(--level-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--level-accent), white 73%); }
.progress-row span { font-size: 10px; font-weight: 900; }
.play-card { display: grid; grid-template-columns: 255px 1fr; gap: 25px; padding: 24px; background: #fffefa; border: 3px solid var(--line); border-radius: 30px; }
.scene-card { position: relative; display: grid; min-height: 340px; place-items: center; align-content: center; overflow: hidden; padding: 25px 18px; text-align: center; background: color-mix(in srgb, var(--scene), white 88%); border: 4px solid color-mix(in srgb, var(--scene), white 35%); border-radius: 28px; }
.scene-card::before { position: absolute; width: 180px; height: 180px; content: ""; background: rgba(255,255,255,.7); border-radius: 50%; }
.scene-card > span { position: relative; z-index: 2; font-size: 105px; filter: drop-shadow(0 12px 9px rgba(61, 77, 70, .13)); }
.scene-card i { position: relative; z-index: 2; width: 6px; height: 40px; margin-top: -14px; background: #67a171; border-radius: 5px; }
.scene-card b, .scene-card small { position: relative; z-index: 2; }
.scene-card b { margin-top: 23px; font-size: 18px; }
.scene-card small { max-width: 185px; margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.task-area { min-width: 0; align-self: center; }
.task-title { justify-content: space-between; gap: 15px; }
.task-title h2 { margin: 0; font-size: 27px; }
.hint-button { min-height: 46px; padding: 0 16px; color: #7d641e; font-size: 11px; font-weight: 1000; background: #fff7d8; border: 2px solid #e6b53d; border-radius: 14px; box-shadow: 0 5px 0 #d39c22; }
.hint-button:disabled { cursor: default; opacity: .55; box-shadow: none; }
blockquote { margin: 24px 0 21px; padding: 23px 25px; font-size: 27px; font-weight: 1000; line-height: 1.42; background: #f2f7ef; border: 3px solid #bdd8c5; border-left: 9px solid var(--green); border-radius: 20px; }
blockquote mark { display: inline-block; min-width: 150px; padding: 0 7px 2px; color: var(--level-accent); background: transparent; border-bottom: 4px solid var(--level-accent); }
blockquote > b { margin-left: -5px; }
.choice-label { margin: 0 0 10px; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.answers-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.answers-grid.count-4, .answers-grid.count-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.answer-option { position: relative; display: flex; min-width: 0; min-height: 61px; align-items: center; gap: 10px; padding: 8px 32px 10px 10px; text-align: left; background: #fff; border: 3px solid #d9d3bf; border-radius: 16px; box-shadow: 0 5px 0 #c8c0a8; transition: transform .15s ease, border-color .15s ease, background .15s ease; }
.answer-option:not(:disabled):hover { z-index: 2; border-color: var(--level-accent); transform: translateY(-2px); }
.answer-option > span { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; padding-bottom: 2px; color: #fff; font-family: Georgia, serif; font-size: 14px; font-weight: 900; background: var(--level-accent); border-radius: 50%; }
.answer-option > b { overflow-wrap: anywhere; font-size: 16px; }
.answer-option > em { position: absolute; right: 10px; display: grid; width: 25px; height: 25px; place-items: center; padding-bottom: 1px; color: white; font-style: normal; font-weight: 1000; background: var(--coral); border-radius: 50%; }
.answer-option.is-wrong { color: #98504b; background: #fff0ee; border-color: #ef9289; box-shadow: 0 5px 0 #de7e75; }
.answer-option.is-correct { color: #266c50; background: #e5f6e9; border-color: #69b88b; box-shadow: 0 5px 0 #46976d; }
.answer-option.is-correct > em { background: var(--green); }
.answer-option.is-hinted-away { opacity: .35; text-decoration: line-through; box-shadow: none; }
.next-button { width: 100%; margin-top: 18px; }
.feedback { gap: 15px; margin-top: 18px; padding: 16px 19px; border: 2px solid #bcd3c5; border-radius: 19px; }
.feedback > span { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; font-size: 20px; background: #e4f3ea; border-radius: 12px; }
.feedback b { font-size: 14px; }
.feedback p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.feedback.error { background: #fff2ef; border-color: #ee9a92; }
.feedback.error > span { background: #ffdad5; }
.feedback.hint { background: #fff9df; border-color: #e8c25a; }
.feedback.hint > span { background: #ffefaf; }
.feedback.success { background: #e9f7ed; border-color: #82bd96; }
.feedback.neutral { background: #f1f7f3; }
.result-card { position: relative; overflow: hidden; min-height: 650px; padding: 75px 55px; text-align: center; background: linear-gradient(145deg, #fffdf7, #eef9ef 55%, #f0edff); border: 3px solid var(--line); border-radius: 42px; box-shadow: var(--shadow); }
.result-card h1 { margin: 0 0 16px; font-size: 55px; letter-spacing: -.045em; }
.result-card > p:not(.eyebrow) { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: 17px; font-weight: 800; line-height: 1.5; }
.result-garden { display: flex; min-height: 130px; align-items: flex-end; justify-content: center; gap: 18px; margin-bottom: 20px; font-size: 63px; }
.result-garden span:nth-child(2), .result-garden span:nth-child(4) { font-size: 87px; }
.result-stars { margin: 25px 0 20px; }
.result-stars .stars { font-size: 42px; }
.result-stats { display: grid; max-width: 570px; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 auto 28px; }
.result-stats div { padding: 18px 10px; background: rgba(255,255,255,.75); border: 2px solid var(--line); border-radius: 18px; }
.result-stats b, .result-stats small { display: block; }
.result-stats b { font-size: 27px; }
.result-stats small { margin-top: 3px; color: var(--muted); font-size: 10px; font-weight: 900; }
.result-actions { justify-content: center; gap: 13px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr 390px; padding: 39px 34px; }
  .hero h1 { font-size: 44px; }
  .garden-grid { grid-template-columns: repeat(4, 1fr); }
  .play-card { grid-template-columns: 210px 1fr; gap: 18px; padding: 19px; }
  .scene-card { min-height: 330px; }
  blockquote { font-size: 23px; }
}

@media (max-width: 760px) {
  .app { width: min(100% - 22px, 1120px); padding-top: 11px; }
  .topbar { align-items: flex-start; }
  .brand strong { font-size: 17px; }
  .brand small { display: none; }
  .sound-button b { display: none; }
  .hero { min-height: 700px; grid-template-columns: 1fr; padding: 35px 27px; }
  .hero-copy { align-self: start; }
  .hero-scene { min-height: 320px; }
  .hero-paper { inset: 15px 4px 0; }
  .steps, .levels-grid { grid-template-columns: 1fr; }
  .steps article { min-height: 100px; }
  .level-card { min-height: 290px; }
  .garden-grid { grid-template-columns: repeat(3, 1fr); }
  .play-card { grid-template-columns: 1fr; }
  .scene-card { min-height: 210px; }
  .scene-card > span { font-size: 80px; }
  .scene-card i { display: none; }
  .game-shell { padding: 19px; }
}

@media (max-width: 520px) {
  .topbar { gap: 8px; margin-bottom: 13px; }
  .brand { gap: 7px; }
  .brand-mark { width: 45px; height: 43px; padding-left: 5px; border-radius: 13px; }
  .brand-mark i { width: 20px; height: 29px; font-size: 7px; }
  .brand strong { max-width: 145px; font-size: 14px; line-height: 1.05; }
  .top-actions { gap: 5px; }
  .top-button, .icon-button { min-height: 43px; border-radius: 13px; }
  .top-button { padding: 5px 8px; }
  .top-button b { font-size: 9px; }
  .top-button small { font-size: 7px; }
  .top-button span:first-child { font-size: 14px; }
  .icon-button { width: 43px; font-size: 23px; }
  .hero { min-height: 650px; padding: 28px 20px; border-radius: 30px; }
  .hero h1 { font-size: 38px; }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .hero-paper { padding: 29px 20px; border-width: 6px; }
  .hero-paper > p { font-size: 24px; }
  .hero-sun { font-size: 52px; }
  .hero-choices i { padding: 9px 9px; font-size: 11px; }
  .section-heading { align-items: flex-end; }
  .section-heading h2 { font-size: 31px; }
  .section-heading > p { max-width: 120px; font-size: 9px; }
  .how-section, .levels-section, .garden-section { margin-top: 38px; }
  .garden-section { padding: 18px 13px; border-radius: 28px; }
  .garden-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .garden-card { min-height: 145px; padding-inline: 7px; }
  .garden-card h4 { font-size: 11px; }
  .game-shell { padding: 15px; border-radius: 29px; }
  .game-heading { padding: 0 2px 12px; }
  .game-heading h1 { font-size: 31px; }
  .round-badge { flex-basis: 65px; width: 65px; height: 65px; border-width: 7px; }
  .round-badge b { font-size: 23px; }
  .progress-row { padding: 10px; }
  .progress-row > div { gap: 4px; }
  .progress-row span { font-size: 8px; }
  .play-card { padding: 13px; border-radius: 24px; }
  .scene-card { min-height: 175px; padding: 16px; }
  .scene-card > span { font-size: 67px; }
  .scene-card b { margin-top: 12px; }
  .task-title { align-items: flex-end; }
  .task-title h2 { font-size: 22px; }
  .hint-button { min-height: 42px; padding: 0 10px; font-size: 9px; }
  blockquote { margin: 18px 0; padding: 17px 14px; font-size: 20px; border-left-width: 7px; }
  blockquote mark { min-width: 108px; }
  .answers-grid, .answers-grid.count-4, .answers-grid.count-5 { grid-template-columns: 1fr; gap: 8px; }
  .answer-option { min-height: 53px; }
  .feedback { padding: 13px; }
  .result-card { min-height: 610px; padding: 50px 18px; border-radius: 30px; }
  .result-card h1 { font-size: 39px; }
  .result-garden { gap: 7px; font-size: 42px; }
  .result-garden span:nth-child(2), .result-garden span:nth-child(4) { font-size: 58px; }
  .result-stats { gap: 7px; }
  .result-stats div { padding: 14px 4px; }
  .result-actions { flex-direction: column-reverse; }
  .result-actions button { width: 100%; }
}

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