:root{--game-paper:#fff9ef;--game-ink:#243b32;--game-muted:#53675d;--game-mint:#a9dcc6;--game-sky:#b8dff4;--game-yellow:#f7c948;--game-edge:#b88218;--game-green:#26765d;--game-focus:#1d64a8}*{box-sizing:border-box}body{background:var(--game-paper);color:var(--game-ink)}#play-app{max-width:1100px;margin:auto;padding:24px max(16px,env(safe-area-inset-right)) max(32px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left))}#play-app h1{font-size:clamp(28px,4vw,40px);line-height:1.4;margin:12px 0}#play-app h2{font-size:clamp(24px,3.5vw,30px);line-height:1.5}#play-app p{font-size:20px;line-height:1.6}#play-app button,#play-app select,#play-app a{font:inherit}#play-app button,#play-app select{font-size:20px;min-height:56px;min-width:56px;border:2px solid var(--game-muted);border-radius:18px;padding:12px 20px;background:white;color:var(--game-ink);line-height:1.5;cursor:pointer;overflow-wrap:anywhere;touch-action:manipulation}#play-app button{transition:transform 150ms,background 150ms}#play-app button:active:not(:disabled){transform:translateY(2px)}#play-app button:disabled{cursor:default;opacity:.7}#play-app button:focus-visible,#play-app a:focus-visible,#play-app select:focus-visible{outline:3px solid var(--game-focus);outline-offset:4px}#play-app button.primary{background:var(--game-yellow);border-color:var(--game-edge);box-shadow:0 4px 0 var(--game-edge);min-height:64px}#play-app .eyebrow{font-size:18px;color:var(--game-muted);margin:8px 0}#play-app small{font-size:18px;line-height:1.5}.game-welcome{display:flex;align-items:center;gap:32px;padding:24px 0 32px}.game-welcome div{flex:1}.game-welcome img{width:220px;max-width:30%;object-fit:contain}.game-subjects{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:24px}#play-app [aria-pressed=true],#play-app .selected{background:var(--game-yellow);border-color:var(--game-edge);box-shadow:inset 0 0 0 2px var(--game-edge)}.game-filter{display:flex;align-items:center;gap:16px;font-size:20px;margin-bottom:24px}.game-filter select{min-width:0;max-width:100%}.level-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:24px}#play-app .level-stop{display:flex;align-items:center;text-align:left;gap:20px;min-height:132px;border-color:#a9dcc6;padding:24px}.level-stop>span:nth-child(2){flex:1}.level-stop strong,.level-stop small{display:block}.level-stop strong{font-size:24px;margin:4px 0}.level-number{display:grid;place-items:center;background:#e6f3eb;border-radius:50%;min-width:48px;height:48px}.parent-progress{margin-top:36px;border-top:1px solid #a9dcc6;padding-top:24px}.parent-progress summary{font-size:20px;min-height:56px;cursor:pointer}.parent-progress a{display:inline-block;padding:16px;color:#1d64a8}.legacy-links{display:flex;flex-wrap:wrap}.game-shell{max-width:880px;margin:auto;background:#fff;border:2px solid #a9dcc6;border-radius:28px;padding:clamp(16px,3vw,32px);text-align:center}.game-top{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;font-size:20px}.game-shell progress{width:100%;height:12px;margin-top:24px;accent-color:var(--game-green)}.game-prompt{max-width:700px;margin:20px auto}.game-tools{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin:20px 0}.game-shell .game-audio{font-size:18px;color:#9c4228}.game-feedback{min-height:32px;padding:8px 0;color:var(--game-green);overflow-wrap:anywhere}.game-shell .save-status{font-size:18px;color:var(--game-muted);margin-top:32px}.sync-button{font-size:18px!important}.mole-field{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:20px 0;background:linear-gradient(transparent 76%,#e6f3eb 76%);border-radius:24px}#play-app .mole-target{display:flex;align-items:center;flex-direction:column;background:none;border:0;padding:4px;position:relative;min-width:0}.mole-target img{display:block;width:100%;max-width:190px;aspect-ratio:1;object-fit:contain}.character-card{display:block;font-size:clamp(56px,9vw,88px);font-weight:600;line-height:1.35;padding:0 16px;background:#fff9ef;border:2px solid #b88218;border-radius:18px;margin-top:-12px;z-index:1;min-width:90%}.merge-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding:20px;background:#e6f3eb;border-radius:24px;margin-bottom:20px}#play-app .merge-board button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:170px;min-width:0}.merge-board strong{font-size:44px;line-height:1.2}.merge-board .empty{background:transparent!important;border-style:dashed!important;box-shadow:none!important}.merge-board .empty strong{font-size:20px;font-weight:400}.apple-group{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;max-width:200px}.apple-group img{width:32px;height:32px}.garden-goal{background:#fff4ce;border-radius:16px;padding:12px}.picnic{display:flex;align-items:center;justify-content:center;gap:24px}.rabbit{width:160px;max-width:28%;object-fit:contain}.picnic-basket{flex:1;min-height:140px;border:3px dashed var(--game-edge);border-radius:24px;padding:20px;background:#fff9ef}.picnic-basket strong{font-size:24px}.basket-items{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;padding-top:12px}.basket-items span{display:flex;flex-direction:column;align-items:center}.basket-items img{width:40px;height:40px}.food-tray{display:flex;justify-content:center;gap:20px;margin-top:24px}.food-tray button{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1}.food-tray img{width:64px;height:64px}.pair-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.pair-columns>div{display:flex;flex-direction:column;gap:16px}.pair-columns button{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:110px!important;min-width:0}.pair-columns img{width:64px;height:64px}.pair-columns .matched{opacity:1!important;background:#e6f3eb!important;color:var(--game-green)!important}.pair-example{background:#e6f3eb;border-radius:24px;padding:20px}.pair-example>div{display:flex;justify-content:space-around;gap:16px;font-size:24px;margin:16px 0}.sequence-track{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;padding:24px 8px;background:#fff9ef;border-radius:24px;margin:20px 0}.sequence-track span{font-size:clamp(24px,4vw,36px);line-height:1.7;border:2px dashed var(--game-edge);border-radius:16px;padding:12px;min-width:72px;min-height:76px;display:flex;align-items:center;justify-content:center}.sequence-track span.filled{border-style:solid;background:#f7c948}.sequence-track.train{border-bottom:6px solid #53675d}.piece-tray{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin:24px 0}.piece-tray button{font-size:clamp(26px,4vw,40px)!important;line-height:1.7!important;min-width:90px!important}.pause-scene,.completion-scene{padding:32px 0}.pause-scene button,.completion-scene button{margin:12px}.game-conflict{padding:20px;border:2px solid #9c4228;border-radius:20px}.game-conflict button{margin:8px}.game-feature-link{display:block;padding:20px;margin:20px 0;background:#f7c948;color:#243b32!important;border:2px solid #b88218;border-radius:20px;font-size:24px!important;text-decoration:none;text-align:center;min-height:64px}
@media(max-width:600px){#play-app{padding-top:12px}.level-list{grid-template-columns:1fr}.game-welcome{gap:12px;padding:12px 0}.game-welcome img{width:100px}.game-subjects button{flex:1;padding:12px!important}.game-tools{gap:12px}.game-tools button{padding:10px 12px!important;font-size:18px!important}.mole-field{gap:12px}.character-card{padding:4px;font-size:56px;min-width:100%}.game-top button{font-size:18px!important;padding:10px 12px!important}.merge-board{padding:12px;gap:16px}.merge-board button{min-height:145px!important;padding:12px!important}.apple-group img{width:24px;height:24px}.pair-columns{gap:16px}.pair-columns button{padding:12px!important;overflow-wrap:anywhere}.picnic{gap:12px}.picnic-basket{padding:12px}.picnic-basket strong{font-size:20px}.food-tray{gap:16px}.food-tray button{padding:12px!important}.game-filter{flex-wrap:wrap}.sequence-track{gap:12px}.sequence-track span{font-size:26px;min-width:60px;padding:8px}.level-stop{padding:18px!important;gap:16px!important}}
@media(prefers-reduced-motion:reduce){#play-app button{transition:none;transform:none!important}}

.family-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:24px 0 32px}#play-app .family-choice{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:144px;padding:24px;text-align:left;background:#e6f3eb;border-color:var(--game-green)}.family-choice strong,.family-choice small{display:block}.family-choice strong{font-size:26px;margin-bottom:12px}.family-choice small{color:var(--game-muted)}.family-heading{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-bottom:24px}@media(max-width:600px){.family-list{grid-template-columns:1fr;gap:20px}#play-app .family-choice{min-height:128px;padding:20px}}
