.game{max-width:760px;margin:auto;text-align:center}.ask{display:flex;gap:10px;max-width:620px;margin:24px auto}.ask input{flex:1;padding:14px 16px;border:1px solid #ccc;border-radius:12px;font-size:16px}.ball{width:260px;height:260px;margin:30px auto;border-radius:50%;background:radial-gradient(circle at 35% 28%,#555,#111 45%,#000 72%);display:grid;place-items:center;box-shadow:0 26px 55px #0004}.window{width:125px;height:125px;border-radius:50%;background:#eee;display:grid;place-items:center;color:#111;font-size:52px;font-weight:800}.answer{min-height:72px;font-size:26px;font-weight:700}.shake{animation:shake .65s}@keyframes shake{20%,60%{transform:translateX(-12px) rotate(-5deg)}40%,80%{transform:translateX(12px) rotate(5deg)}}@media(max-width:560px){.ask{flex-direction:column}.ball{width:210px;height:210px}.window{width:105px;height:105px}}
