:root{--tap-min:64px;--space-bg:#0b1026;--space-panel:#1a2148;--text:#f5f2ff;--accent:gold;--good:#7bd389}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}html,body,#root{overscroll-behavior:none;height:100%;margin:0}body{background:var(--space-bg);color:var(--text);touch-action:manipulation;font-family:-apple-system,Segoe UI,Roboto,sans-serif}.app{height:100%;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);flex-direction:column;align-items:center;display:flex}.tap-target{min-width:var(--tap-min);min-height:var(--tap-min);background:var(--space-panel);color:var(--text);cursor:pointer;border:none;border-radius:20px;justify-content:center;align-items:center;font-size:2.2rem;transition:transform .1s;display:inline-flex}.tap-target:active{transform:scale(.92)}.tap-target.selected{outline:4px solid var(--accent);background:#2a3468}.tap-target.pulse{animation:.8s ease-in-out infinite pulse}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 #ffd70099}50%{transform:scale(1.12);box-shadow:0 0 0 14px #ffd70000}}.reward{pointer-events:none;justify-content:center;align-items:center;gap:8px;font-size:2.5rem;display:flex;position:absolute;inset:0}.reward-big{font-size:4rem}.reward-star{animation:.9s ease-out both burst}@keyframes burst{0%{opacity:0;transform:scale(0)translateY(0)}40%{opacity:1;transform:scale(1.4)translateY(-18px)}to{opacity:0;transform:scale(1)translateY(-40px)}}.guide{align-items:flex-start;gap:10px;width:100%;max-width:700px;padding:12px;display:flex}.guide-astronaut{font-size:3.2rem}.guide-bubble{background:var(--space-panel);border-radius:18px;flex:1;padding:10px 16px}.guide-text{margin:0;font-size:1.5rem}.guide-cue{margin-top:6px;font-size:2rem}.cue-dot{margin-right:4px;animation:1.2s ease-in-out infinite pulse;display:inline-block}.shell{flex-direction:column;align-items:center;width:100%;height:100%;display:flex;position:relative}.shell-header{justify-content:space-between;align-items:center;width:100%;padding:8px 12px;display:flex}.shell-back{opacity:.7;font-size:1.6rem}.shell-dots{gap:8px;display:flex}.dot{background:var(--space-panel);border-radius:50%;width:16px;height:16px;display:inline-block}.dot-done{background:var(--accent)}.shell-stage{flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.shell-celebrate{justify-content:center;gap:18px}.shell-stars{font-size:4rem}.shell-home{padding:12px 28px;font-size:1.6rem}.mission-control{flex-direction:column;align-items:center;gap:12px;width:100%;height:100%;padding-top:12px;display:flex}.mc-title{letter-spacing:2px;color:var(--accent);margin:0;font-size:2rem}.mc-ship{align-items:center;gap:8px;font-size:3rem;display:flex}.mc-stickers{font-size:1.8rem}.mc-planets{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;gap:28px;width:100%;max-width:900px;display:flex}.planet-slot{flex-direction:column;align-items:center;gap:4px;display:flex}.planet-button{background:0 0}.planet-ball{border-radius:50%;display:block}.planet-name{font-size:1.2rem;font-weight:600}.planet-stars{color:var(--accent);font-size:1rem}.counting{flex-direction:column;align-items:center;gap:24px;display:flex}.counting-rocks{flex-wrap:wrap;justify-content:center;gap:16px;max-width:600px;display:flex}.counting-go{background:#2c7a4b;padding:10px 26px;font-size:1.6rem}.cue-numeral{color:var(--accent);margin-right:8px;font-size:2.4rem}.clouds{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.cloud{color:#222;background:#e8ecf8;border-radius:50px;max-width:240px;padding:18px 24px}.cloud-stars{word-break:break-all;font-size:1.6rem;line-height:1.4}.mol{gap:24px;width:100%;max-width:760px;padding:0 16px;display:flex}.mol-side{background:#14204a;flex-wrap:wrap;flex:1;justify-content:center;align-items:center;min-height:220px;padding:16px}.rover{flex-direction:column;align-items:center;gap:28px;display:flex}.rover-body{background:#3a2318;border-radius:24px;flex-direction:column;align-items:center;padding:16px 32px;display:flex}.rover-cab{font-size:2.4rem}.rover-slot{border:4px dashed var(--accent);border-radius:12px;justify-content:center;align-items:center;width:84px;height:84px;display:flex}.rover-slot-hint{opacity:.25}.rover-wheels{font-size:1.8rem}.rover-options{gap:20px;display:flex}.drag-item{touch-action:none;background:0 0}.pattern{flex-direction:column;align-items:center;gap:36px;display:flex}.pattern-sequence{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.moon{border-radius:50%;display:inline-block}.pattern-question{border:4px dashed var(--accent);width:56px;height:56px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:2rem;display:inline-flex}.pattern-options{gap:24px;display:flex}.pattern-option{border-radius:50%}body{background:radial-gradient(circle at 15% 25%, #fff2 1px, transparent 2px), radial-gradient(circle at 70% 60%, #ffffff18 1px, transparent 2px), radial-gradient(circle at 40% 85%, #ffffff20 1px, transparent 2px), var(--space-bg);background-size:220px 220px,300px 300px,260px 260px,cover}button{font-family:inherit}
