:root{--accent:#4f8cff;--ok:#35c759;--ink:#1b2333;--bg:#f4f7ff;--tile:#fff}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--ink);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;font-family:Comic Sans MS,"Baloo 2",system-ui,sans-serif}.screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;padding:1.5rem;display:flex}.start h1{font-size:clamp(1.8rem,6vw,3rem)}.faces{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.face{background:var(--tile);cursor:pointer;border:none;border-radius:2rem;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 2rem;display:flex;box-shadow:0 8px 24px #1f33661f}.face .emoji{font-size:5rem}.face .name{font-size:1.4rem;font-weight:700}.face .age{color:#6b7896;font-size:.9rem}.face:active{transform:scale(.96)}.hud{align-items:center;gap:1rem;padding:.75rem 1rem;display:flex;position:fixed;top:0;left:0;right:0}.progress{background:#dfe6f5;border-radius:999px;flex:1;height:12px;overflow:hidden}.bar{background:var(--ok);border-radius:999px;height:100%;transition:width .3s}.streak{white-space:nowrap;font-size:1.3rem;font-weight:800}.prompt{flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;margin:0;font-size:clamp(1.6rem,5vw,2.4rem);font-weight:800;display:flex}.speaker{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.5rem;display:inline-flex;box-shadow:0 4px 12px #4f8cff66}.speaker:active{transform:scale(.9)}.line{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.cell{background:#eef2fb;border-radius:1.25rem;justify-content:center;align-items:center;min-width:clamp(72px,18vw,130px);min-height:clamp(72px,18vw,130px);font-size:clamp(2.5rem,9vw,5rem);font-weight:800;display:flex}.cell.gap{color:#e0b400;background:#fff5cc;border:3px dashed #e0b400}.hint{color:var(--accent);margin:0;font-size:1.4rem;font-weight:700}.tiles{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;display:flex}.tile{background:var(--tile);min-width:100px;min-height:clamp(80px,12vh,120px);color:var(--ink);cursor:pointer;border:none;border-radius:1.25rem;flex:0 auto;font-size:clamp(2.4rem,8vw,4rem);font-weight:800;box-shadow:0 6px 16px #1f336624}.tile:active{transform:scale(.94)}.tiles.dots .tile{min-width:130px;min-height:130px;font-size:initial;flex:0 auto;padding:.75rem}.dot-group{grid-template-columns:repeat(auto-fit,minmax(18px,1fr));place-items:center;gap:6px;max-width:96px;display:grid}.dot-pip{background:var(--accent);border-radius:50%;width:18px;height:18px}.figure{justify-content:center;display:flex}.dice-layout{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:90vw;display:flex}.dice{filter:drop-shadow(0 3px 6px #1f336626)}.tiles.dice-tiles .tile{min-width:120px;min-height:100px;font-size:initial;flex:0 auto;padding:.5rem}.tiles.dice-tiles .dice-layout{gap:.25rem}.play.ok .prompt{color:var(--ok)}.play.no .line .gap{animation:.4s wiggle}@keyframes wiggle{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.done h1{font-size:clamp(2rem,8vw,4rem)}.again{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:1.5rem;padding:1rem 2.5rem;font-size:1.6rem;font-weight:800}.confetti-burst{pointer-events:none;position:fixed;inset:0;overflow:hidden}.confetti-burst .piece{border-radius:2px;width:10px;height:16px;animation-name:confetti-fall;animation-timing-function:ease-in;animation-iteration-count:1;animation-fill-mode:forwards;position:absolute;top:-20px}@keyframes confetti-fall{0%{opacity:1;transform:translateY(-20px)rotate(0)}to{opacity:.9;transform:translateY(110vh)rotate(540deg)}}.star-pop{gap:.5rem;height:0;font-size:2rem;display:flex}.star-pop span{opacity:0;animation:.6s forwards star-up}@keyframes star-up{0%{opacity:0;transform:translateY(10px)scale(.5)}40%{opacity:1}to{opacity:0;transform:translateY(-30px)scale(1.2)}}.level-dots{gap:.4rem;margin-top:3rem;display:flex}.level-dots .dot{background:#dfe6f5;border-radius:50%;width:12px;height:12px;transition:background .3s}.level-dots .dot.on{background:var(--ok)}.streak.boom{animation:.5s boom}@keyframes boom{0%,to{transform:scale(1)}50%{color:var(--ok);transform:scale(1.5)}}.parent-link{color:#9aa7c4;cursor:pointer;background:0 0;border:none;margin-top:2rem;font-size:.9rem;text-decoration:underline}.screen.parent{justify-content:flex-start;gap:1rem;padding-top:2rem}.screen.parent h1{font-size:1.8rem}.screen.parent h2{margin:.5rem 0 0;font-size:1.2rem}.stat-grid{gap:1rem;display:flex}.stat-card{background:var(--tile);border-radius:1rem;flex-direction:column;align-items:center;padding:1rem 1.5rem;display:flex;box-shadow:0 6px 16px #1f33661a}.stat-num{color:var(--accent);font-size:2.5rem;font-weight:800}.stat-lbl{color:#6b7896;font-size:.85rem}.stat-table{border-collapse:collapse;background:var(--tile);border-radius:1rem;width:100%;max-width:480px;overflow:hidden}.stat-table th,.stat-table td{text-align:left;border-bottom:1px solid #eef2fb;padding:.6rem .8rem}.stat-table th{background:#eef2fb;font-size:.85rem}.stat-table td:nth-child(2),.stat-table td:nth-child(3),.stat-table th:nth-child(2),.stat-table th:nth-child(3){text-align:center}.muted{color:#9aa7c4}.parent-actions{gap:1rem;margin-top:1rem;display:flex}.reset{color:#b48a00;cursor:pointer;background:0 0;border:2px solid #e0b400;border-radius:1.25rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:700}
