:root {
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, system-ui, sans-serif;
  color: #14325b;
  background: #f7fbff;
  --blue: #1676e8;
  --navy: #14325b;
  --red: #ff3a2d;
  --yellow: #ffc91f;
  --card: rgba(255,255,255,.96);
}
* { box-sizing: border-box; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
body { margin: 0; min-height: 100svh; background: radial-gradient(circle at 50% 0%, #fff 0 28%, #eaf7ff 76%, #d7efff 100%); overflow-x: hidden; }
button { font: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.brand-intro, .start-screen { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; overflow: hidden; }
.brand-intro { background: #040b14; }
.brand-intro > img { display: block; width: min(100vw, calc(100svh * 9 / 16)); height: min(100svh, calc(100vw * 16 / 9)); object-fit: contain; }
.skip-intro { position: absolute; right: max(16px, env(safe-area-inset-right)); top: max(16px, env(safe-area-inset-top)); z-index: 2; min-width: 70px; min-height: 42px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: white; background: rgba(4,11,20,.52); backdrop-filter: blur(5px); font-size: 14px; }
.start-screen { background: #eff9ff; animation: startFade .38s ease-out both; }
.start-stage { position: relative; width: min(100vw, calc(100svh * 941 / 1672)); aspect-ratio: 941 / 1672; max-height: 100svh; overflow: hidden; background: white; }
.start-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.start-audio { position: absolute; z-index: 3; top: 2.3%; right: 4.8%; width: 12.8%; aspect-ratio: 1; border: 0; padding: 0; background: transparent; }
.start-languages { position: absolute; z-index: 3; isolation: isolate; top: 30.9%; left: 24.5%; width: 51%; height: 5.8%; padding: .7%; border-color: #176ed3; box-shadow: 0 4px 9px rgba(22,82,143,.2); }
.start-languages::before { content: ""; position: absolute; z-index: -1; inset: -7%; border-radius: 999px; background: #fff; }
.start-languages button { position: relative; z-index: 1; flex: 1; height: 100%; font-size: clamp(15px, 4.5vw, 25px); font-weight: 800; }
.start-play { position: absolute; z-index: 3; left: 22%; top: 85%; width: 56%; height: 10.4%; border: 0; border-radius: 999px; color: white; background: linear-gradient(#ff4438, #f12d24); box-shadow: inset 0 -8px 0 rgba(156,20,14,.28), 0 10px 22px rgba(190,31,23,.28); font-size: clamp(25px, 7vw, 42px); font-weight: 900; letter-spacing: .04em; text-shadow: 0 3px 0 rgba(139,19,13,.25); }
.start-play:active { transform: translateY(2px); }
@keyframes startFade { from { opacity: 0; } to { opacity: 1; } }
.app-shell { width: min(100%, 720px); min-height: 100svh; margin: auto; padding: max(12px, env(safe-area-inset-top)) 14px max(16px, env(safe-area-inset-bottom)); position: relative; }
.topbar { --control-gap: 8px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: var(--control-gap); min-height: 92px; position: relative; z-index: 30; }
.brand { width: clamp(138px, 34vw, 176px); aspect-ratio: 1672 / 941; flex: 0 0 auto; }
.brand img { display: block; width: 100%; height: 100%; object-fit: contain; pointer-events: none; filter: drop-shadow(0 4px 3px rgba(24,70,121,.18)); }
.controls { justify-self: end; display: flex; align-items: center; gap: var(--control-gap); }
.switch-collection { position: relative; width: 44px; height: 44px; padding: 1px; border: 0; background: transparent; border-radius: 13px; }
.switch-collection img { display: block; width: 100%; height: 100%; object-fit: contain; }
.switch-collection:active { transform: scale(.94); }
.switch-collection.is-surprise::after { content: "?"; position: absolute; right: -1px; bottom: -1px; width: 18px; height: 18px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; color: white; background: var(--red); font-size: 12px; font-weight: 900; line-height: 1; box-shadow: 0 2px 5px rgba(90,25,20,.24); }
.languages { display: flex; background: #fff; border: 2px solid #c9def7; border-radius: 999px; padding: 3px; box-shadow: 0 4px 10px rgba(27,92,153,.1); }
.languages button { min-width: 38px; height: 34px; padding: 0 8px; border: 0; border-radius: 999px; background: transparent; color: #2d66a8; font-size: 14px; }
.languages button.active { background: var(--blue); color: white; box-shadow: inset 0 -3px 0 rgba(0,0,0,.12); }
.icon-button { position: relative; border: 0; width: 42px; height: 42px; padding: 1px; border-radius: 14px; background: transparent; }
.icon-button img { display: block; width: 100%; height: 100%; object-fit: contain; }
[data-audio-toggle].is-muted img { filter: grayscale(.8) brightness(.82); }
[data-audio-toggle].is-muted::after { content: ""; position: absolute; z-index: 2; left: 14%; top: 48%; width: 72%; height: 4px; border-radius: 999px; background: #ff3a2d; box-shadow: 0 1px 2px rgba(90,14,10,.3); transform: rotate(-45deg); pointer-events: none; }
.screen { min-height: calc(100svh - 100px); }
.hidden { display: none !important; }
.collection-screen { padding: 18px 0 28px; }
.collection-heading { text-align: center; margin: 6px auto 22px; }
.collection-heading h1 { color: var(--blue); }
.collection-heading .instruction { margin-bottom: 0; }
.collection-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.main-group-grid { grid-template-columns: 1fr; max-width: 610px; margin-inline: auto; }
.collection-card { min-height: 138px; border-radius: 25px; border: 3px solid white; background: rgba(255,255,255,.92); box-shadow: 0 9px 22px rgba(38,89,140,.12); padding: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: var(--navy); text-align: center; }
.main-group-card { min-height: 122px; flex-direction: row; justify-content: flex-start; gap: 18px; padding: 14px 24px; text-align: left; }
.main-group-card .collection-preview { width: 145px; flex: 0 0 145px; }
.subgroup-grid .main-group-card { min-height: 112px; }
.subgroup-grid .main-group-card strong { font-size: clamp(18px, 4.5vw, 22px); }
.collection-card-copy { display: flex; flex-direction: column; gap: 5px; }
button.collection-card.available { border-color: #9bcaff; background: linear-gradient(145deg, #fff, #e8f5ff); }
button.collection-card.available:active { transform: scale(.98); }
.collection-card.upcoming { opacity: .68; }
.collection-card.trace-card { min-height: 122px; }
.collection-card strong { font-size: clamp(15px, 4vw, 19px); line-height: 1.15; }
.collection-card small { color: #66809d; }
.collection-preview { height: 62px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.collection-preview img { width: 57px; height: 57px; object-fit: contain; filter: drop-shadow(0 4px 2px rgba(30,71,112,.14)); }
.collection-preview.single-fruit img { width: 64px; height: 64px; }
.collection-preview.single-icon img { width: 66px; height: 66px; }
.collection-preview.character-icon img { width: 70px; height: 70px; }
.trace-preview { gap: 16px; }
.trace-subgroup-preview { gap: 12px; }
.trace-letter, .trace-number { width: 56px; height: 56px; display: grid; place-items: center; border: 3px dashed #7aaee1; border-radius: 16px; color: #1676e8; background: #fff; font-size: 36px; font-weight: 900; line-height: 1; text-shadow: 0 3px 0 #dceeff; }
.trace-number { color: #f09a00; border-color: #f3bd52; }
.hands-preview .pinch-icon { font-size: 51px; line-height: 1; filter: drop-shadow(0 4px 2px rgba(30,71,112,.14)); }
.hands-preview img { width: 54px; height: 54px; }
.hands-activity-symbol { font-size: 52px; line-height: 1; }
.orchard-screen { padding: 12px 0 24px; text-align: center; }
.orchard-heading { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 8px; }
.orchard-heading h1 { margin: 2px 0 0; color: var(--blue); }
.orchard-heading .eyebrow { margin: 0; }
.orchard-screen > .instruction { max-width: 590px; margin: 10px auto 12px; }
.orchard-field { position: relative; width: min(100%, 610px); height: min(65svh, 590px); min-height: 440px; margin: auto; overflow: hidden; border: 4px solid white; border-radius: 34px; background: linear-gradient(#dff4ff 0 68%, #d9f2c5 68% 100%); box-shadow: 0 14px 34px rgba(45,105,163,.14); touch-action: none; user-select: none; }
.orchard-fruit { position: absolute; z-index: 3; width: 88px; height: 88px; display: grid; place-items: center; padding: 13px; border: 0; background: transparent; touch-action: none; transform: translate(-50%, -50%); }
.orchard-fruit img { width: 62px; height: 62px; object-fit: contain; pointer-events: none; filter: drop-shadow(0 6px 4px rgba(37,82,47,.22)); }
.orchard-fruit.dragging { z-index: 8; transform: translate(-50%, -50%) scale(1.08); }
.orchard-fruit.active-pair { outline: 4px solid rgba(20,50,91,.25); outline-offset: -7px; border-radius: 50%; }
.orchard-fruit.joined { filter: drop-shadow(0 0 8px rgba(22,118,232,.45)); }
.orchard-fruit.collected { animation: fruitCollect .3s ease-in forwards; }
.orchard-basket { position: absolute; z-index: 2; left: 50%; bottom: 12px; width: 170px; height: 122px; display: grid; place-items: center; transform: translateX(-50%); border: 4px dashed rgba(124,75,24,.35); border-radius: 30px; background: rgba(255,255,255,.58); }
.orchard-basket > span { font-size: 76px; line-height: 1; }
.orchard-basket strong { position: absolute; right: 10px; top: 8px; min-width: 46px; padding: 5px 8px; border-radius: 999px; color: white; background: var(--blue); font-size: 16px; }
.orchard-basket.ready { animation: basketReady .45s ease; }
@keyframes fruitCollect { to { opacity: 0; transform: translate(-50%, -50%) scale(.3); } }
@keyframes basketReady { 50% { transform: translateX(-50%) scale(1.08); } }
.back-groups { min-height: 44px; padding: 0 16px; border: 2px solid #b9d9f7; border-radius: 999px; color: #28619f; background: white; box-shadow: 0 4px 10px rgba(27,92,153,.1); font-weight: 800; }
.back-groups span:first-child { margin-right: 7px; font-size: 21px; }
.subcollection-heading { margin-top: 15px; }
.subcollection-card.hidden { display: none; }
.tracing-screen { padding: 12px 0 28px; text-align: center; }
.trace-back { display: block; margin: 0 0 8px; }
.tracing-heading { display: flex; align-items: center; justify-content: center; gap: 12px; }
.tracing-heading h1 { color: var(--blue); margin-bottom: 0; }
.tracing-heading .eyebrow { margin-bottom: 3px; }
.tracing-heading .listen-button { flex: 0 0 auto; }
.tracing-screen > .instruction { margin: 10px auto 12px; max-width: 570px; }
.trace-selector { display: flex; flex-wrap: nowrap; justify-content: flex-start; gap: 8px; max-width: 560px; margin: 0 auto 9px; padding: 3px 5px 7px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-color: #b9d9f7 transparent; }
.trace-selector.compact { justify-content: safe center; }
.trace-selector button { width: 48px; height: 48px; flex: 0 0 48px; scroll-snap-align: center; border: 3px solid #b9d9f7; border-radius: 16px; color: #28619f; background: white; box-shadow: 0 4px 10px rgba(27,92,153,.1); font-size: 24px; font-weight: 900; }
.trace-selector button.active { border-color: var(--blue); color: white; background: var(--blue); box-shadow: inset 0 -4px 0 rgba(0,0,0,.14), 0 5px 12px rgba(22,118,232,.24); }
.trace-color-row { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 auto 9px; color: #385578; font-size: 14px; font-weight: 800; }
.trace-color-selector { display: flex; gap: 7px; }
.trace-color-selector button { width: 38px; height: 38px; display: grid; place-items: center; border: 3px solid white; border-radius: 13px; background: var(--swatch); box-shadow: 0 3px 8px rgba(30,71,112,.16); font-size: 17px; line-height: 1; }
.trace-color-selector button[data-trace-color="red"] { --swatch: #ef4438; color: white; }
.trace-color-selector button[data-trace-color="yellow"] { --swatch: #f2b705; color: #694d00; }
.trace-color-selector button[data-trace-color="blue"] { --swatch: #1676e8; color: white; }
.trace-color-selector button.active { outline: 4px solid #263d59; outline-offset: 2px; transform: scale(1.07); }
.trace-board { --trace-color: #1676e8; width: min(100%, 470px); height: min(55svh, 530px); min-height: 390px; margin: auto; border: 3px solid white; border-radius: 32px; overflow: hidden; background: linear-gradient(145deg, #fff, #eaf6ff); box-shadow: 0 14px 34px rgba(45,105,163,.14); touch-action: none; user-select: none; }
#trace-svg { display: block; width: 100%; height: 100%; touch-action: none; }
.trace-corridor { stroke: #dceeff; stroke-width: 78; stroke-linecap: round; stroke-linejoin: round; }
.trace-guide-path { stroke: #6d91b8; stroke-width: 22; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1 29; }
.trace-progress-path, .trace-completed-path { stroke: var(--trace-color); stroke-width: 32; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 3px 2px rgba(15,72,130,.18)); }
.trace-start-dot { fill: var(--yellow); stroke: white; stroke-width: 6; filter: drop-shadow(0 4px 3px rgba(131,92,0,.25)); animation: tracePulse 1.25s ease-in-out infinite; }
.trace-arrows text { fill: #385578; font-size: 28px; font-weight: 900; paint-order: stroke; stroke: white; stroke-width: 6px; stroke-linejoin: round; }
.trace-board.completed .trace-start-dot, .trace-board.completed .trace-arrows { display: none; }
.trace-board.off-path { animation: traceNudge .28s ease; }
.trace-status { min-height: 27px; margin: 10px 0 0; color: #38658f; font-size: 16px; font-weight: 800; }
.trace-actions { min-height: 58px; margin-top: 4px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.trace-actions .secondary-button { margin: 0; }
@keyframes tracePulse { 50% { transform: scale(1.2); transform-origin: center; } }
@keyframes traceNudge { 33% { transform: translateX(-4px); } 66% { transform: translateX(4px); } }
.tutorial-screen { display: grid; place-items: center; padding: 12px 0 24px; }
.tutorial-card { width: min(100%, 610px); background: var(--card); border: 3px solid white; border-radius: 32px; padding: clamp(20px, 5vw, 34px); text-align: center; box-shadow: 0 16px 42px rgba(40,105,165,.16); user-select: none; }
.eyebrow { color: var(--blue); text-transform: uppercase; letter-spacing: .08em; font-size: 13px; margin: 0 0 7px; }
h1, h2, p { margin-top: 0; }
h1 { font-size: clamp(25px, 7vw, 38px); margin-bottom: 8px; }
.instruction { font-family: inherit; font-weight: 700; font-size: clamp(17px, 4.6vw, 22px); line-height: 1.35; color: #385578; }
.tutorial-demo { min-height: 238px; margin: 16px 0; position: relative; border-radius: 26px; background: linear-gradient(145deg, #f8fcff, #eaf6ff); border: 2px dashed #bcd8f3; overflow: hidden; display: grid; grid-template-rows: repeat(var(--tutorial-pair-count, 1), minmax(86px, 1fr)); gap: 14px; padding: 17px 12%; touch-action: none; }
.demo-row { min-height: 86px; position: relative; display: flex; justify-content: space-between; align-items: center; z-index: 3; }
.tutorial-item { position: relative; width: clamp(68px, 18vw, 84px); height: clamp(68px, 18vw, 84px); flex: 0 0 auto; display: grid; place-items: center; padding: 5px; border: 0; border-radius: 19px; background: transparent; transition: transform .15s, opacity .2s, filter .15s; }
.tutorial-item::before { content: ""; position: absolute; inset: -12px; border-radius: 25px; }
.tutorial-item img { width: 100%; height: 100%; object-fit: contain; pointer-events: none; filter: drop-shadow(0 5px 3px rgba(35,82,125,.13)); }
.tutorial-item.matched { opacity: .62; filter: drop-shadow(0 0 7px #55c56f); }
.tutorial-item.wrong { animation: shake .32s ease; filter: drop-shadow(0 0 7px var(--red)); }
#tutorial-connections { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; overflow: visible; z-index: 2; }
.tutorial-connection { fill: none; stroke: var(--blue); stroke-width: 7; stroke-linecap: round; filter: drop-shadow(0 2px 1px rgba(15,72,130,.18)); }
.tutorial-connection.temp { stroke: #7aaee1; stroke-dasharray: 12 10; }
.tutorial-guide { position: absolute; left: 0; right: 0; top: var(--guide-top, 50%); height: 0; z-index: 5; pointer-events: none; transition: opacity .18s; }
.tutorial-demo.has-interacted .tutorial-guide { opacity: 0; }
.guide-line { position: absolute; left: 31%; right: 31%; top: -2px; border-top: 4px dashed rgba(22,118,232,.48); }
.guide-finger { position: absolute; top: -25px; left: 25%; font-size: 34px; transform: rotate(90deg); filter: drop-shadow(0 3px 2px rgba(0,0,0,.2)); animation: guideMove 2s ease-in-out infinite; }
@keyframes guideMove { 0%,15% { left: 24%; opacity: 0; } 25% { opacity: 1; } 75% { left: 70%; opacity: 1; } 90%,100% { left: 70%; opacity: 0; } }
.primary-button { min-height: 58px; padding: 0 28px; border: 0; border-radius: 20px; color: white; background: var(--red); box-shadow: inset 0 -5px 0 rgba(158,21,15,.28), 0 7px 15px rgba(205,40,30,.2); font-size: 19px; }
.secondary-button { display: block; min-height: 54px; margin: 14px auto 0; padding: 0 24px; border: 3px solid var(--blue); border-radius: 20px; color: var(--blue); background: white; box-shadow: 0 6px 14px rgba(24,94,166,.14); font-size: 18px; font-weight: 800; }
.gesture-hint { margin: 12px 0 0; color: #52759a; font-size: 14px; }
.text-button { display: block; margin: 15px auto 0; border: 0; background: none; color: #52759a; text-decoration: underline; }
.steps { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.steps span { width: 10px; height: 10px; border-radius: 50%; background: #cbdced; }
.steps span.active { width: 26px; border-radius: 8px; background: var(--blue); }
.game-screen { padding-top: 18px; }
.game-heading { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 68px; }
.game-heading .instruction { margin: 0; text-align: center; }
.listen-button { border: 0; border-radius: 14px; padding: 6px 10px 6px 7px; color: #28619f; background: white; box-shadow: 0 3px 10px rgba(27,92,153,.12); display: flex; align-items: center; gap: 5px; }
.listen-icon { width: 28px; height: 28px; object-fit: contain; }
.board { position: relative; min-height: min(640px, calc(100svh - 205px)); background: rgba(255,255,255,.7); border: 3px solid white; border-radius: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 20vw, 150px); padding: 24px clamp(16px, 6vw, 45px); box-shadow: 0 14px 36px rgba(45,105,163,.12); touch-action: none; }
#connections { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; overflow: visible; z-index: 2; }
.connection { fill: none; stroke: var(--blue); stroke-width: 8; stroke-linecap: round; filter: drop-shadow(0 2px 1px rgba(15,72,130,.18)); }
.connection.temp { stroke: #7aaee1; stroke-dasharray: 12 10; }
.match-column { display: grid; grid-template-rows: repeat(var(--pair-count, 3), minmax(92px, 1fr)); gap: 18px; position: relative; z-index: 3; }
.match-item { position: relative; width: 100%; min-height: 108px; border: 0; border-radius: 22px; background: transparent; display: grid; place-items: center; padding: 7px; transition: transform .15s, opacity .2s, filter .15s; box-shadow: none; }
.match-item::before { content: ""; position: absolute; inset: -8px; border-radius: 28px; }
.match-item img { width: 100%; height: 90px; object-fit: contain; pointer-events: none; filter: drop-shadow(0 5px 3px rgba(30,71,112,.12)); }
.color-cue { position: absolute; right: 2px; bottom: 2px; width: 28px; height: 28px; display: grid; place-items: center; border: 2px solid #b9d9f7; border-radius: 50%; color: var(--navy); background: white; box-shadow: 0 3px 7px rgba(27,92,153,.16); font-size: 18px; font-weight: 900; line-height: 1; pointer-events: none; }
.board.medium-density { padding-block: 18px; }
.board.medium-density .match-column { gap: 12px; grid-template-rows: repeat(var(--pair-count), minmax(80px, 1fr)); }
.board.medium-density .match-item { min-height: 86px; }
.board.medium-density .match-item img { height: 74px; }
.board.high-density { padding-block: 13px; }
.board.high-density .match-column { gap: 7px; grid-template-rows: repeat(var(--pair-count), minmax(62px, 1fr)); }
.board.high-density .match-item { min-height: 68px; padding: 3px; }
.board.high-density .match-item img { height: 59px; }
.board.character-board { gap: clamp(54px, 16vw, 110px); padding-inline: clamp(8px, 3vw, 24px); }
.board.character-board .match-item img { height: 142px; }
.board.character-board.medium-density .match-column { grid-template-rows: repeat(var(--pair-count), minmax(104px, 1fr)); }
.board.character-board.medium-density .match-item { min-height: 108px; }
.board.character-board.medium-density .match-item img { height: 112px; }
.board.character-board.high-density .match-column { gap: 4px; grid-template-rows: repeat(var(--pair-count), minmax(84px, 1fr)); }
.board.character-board.high-density .match-item { min-height: 88px; padding: 2px; }
.board.character-board.high-density .match-item img { height: 86px; }
.match-item:focus-visible { outline: 4px solid var(--yellow); outline-offset: 2px; }
.match-item.selected { transform: scale(1.04); filter: drop-shadow(0 0 7px var(--yellow)); }
.match-item.matched { opacity: .58; filter: drop-shadow(0 0 7px #55c56f); }
.match-item.wrong { animation: shake .32s ease; filter: drop-shadow(0 0 7px var(--red)); }
@keyframes shake { 25% { transform: translateX(-8px); } 50% { transform: translateX(8px); } 75% { transform: translateX(-4px); } }
.status { min-height: 30px; text-align: center; font-weight: 800; margin: 12px 0 0; color: #2a7c40; }
@media (max-width: 440px) {
  .app-shell { padding-inline: 9px; }
  .topbar { --control-gap: 5px; min-height: 62px; }
  .brand { width: 104px; }
  .languages button { min-width: 28px; height: 31px; padding: 0 4px; font-size: 12px; }
  .icon-button { width: 38px; height: 38px; border-radius: 12px; }
  .switch-collection { width: 38px; height: 38px; }
  .board { gap: 48px; padding: 18px 12px; min-height: calc(100svh - 185px); }
  .tutorial-demo { min-height: 226px; padding-inline: 10%; }
  .match-item { min-height: 94px; padding: 5px; }
  .match-item img { height: 80px; }
  .connection { stroke-width: 7; }
  .collection-grid { gap: 10px; }
  .collection-card { min-height: 126px; padding: 10px 7px; }
  .main-group-card { min-height: 108px; gap: 10px; padding: 10px 12px; }
  .main-group-card .collection-preview { width: 114px; flex-basis: 114px; }
  .main-group-card .collection-preview img { width: 50px; height: 50px; }
  .main-group-card .trace-letter, .main-group-card .trace-number { width: 47px; height: 47px; font-size: 30px; }
  .hands-preview .pinch-icon { font-size: 44px; }
  .orchard-heading h1 { font-size: 24px; }
  .orchard-screen > .instruction { margin-block: 7px 10px; font-size: 16px; }
  .orchard-field { height: min(62svh, 520px); min-height: 410px; border-radius: 27px; }
  .orchard-fruit { width: 82px; height: 82px; padding: 12px; }
  .orchard-fruit img { width: 58px; height: 58px; }
  .orchard-basket { width: 154px; height: 112px; }
  .tracing-heading h1 { font-size: 25px; }
  .tracing-screen > .instruction { margin-block: 6px 8px; font-size: 16px; }
  .trace-selector { gap: 6px; margin-bottom: 8px; }
  .trace-selector button { width: 40px; height: 40px; flex-basis: 40px; border-radius: 13px; font-size: 20px; }
  .trace-board { height: min(49svh, 450px); min-height: 330px; border-radius: 26px; }
}
