body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#edf2ff}.game{max-width:1320px;margin:0 auto;padding:10px 14px}.top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.status{color:#334155;font-size:1rem}.hud{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pill{background:#e2e8f0;color:#0f172a;border-radius:999px;padding:5px 10px;font-weight:600;font-size:.9rem}button{border:none;border-radius:999px;padding:8px 12px;cursor:pointer;font-weight:600;background:#2563eb;color:#fff}button.secondary{background:#e2e8f0;color:#0f172a}.playfield{position:relative;height:min(620px,calc(100dvh - 160px));border-radius:14px;overflow:hidden;border:2px solid #cbd5e1;background:linear-gradient(180deg,#c7d2fe,#bae6fd)}.background-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.question{position:absolute;left:24px;bottom:30px;z-index:30;display:flex;align-items:center;gap:8px}.prompt{font-size:clamp(2.2rem,6vw,4rem);font-weight:800;color:#0b173a;text-shadow:0 2px 0 rgba(255,255,255,.45)}.question input{width:130px;font-size:1.5rem;border-radius:10px;border:1px solid #94a3b8;padding:8px 10px}#balloonsLayer{position:absolute;inset:0}.balloon{position:absolute;width:120px;height:140px;background-repeat:no-repeat;background-position:0 0;background-size:auto;box-shadow:0 8px 16px #0f172a2e;pointer-events:none}.floor-line{position:absolute;left:0;right:0;bottom:18px;height:6px;background:#47556933}.bottom{margin-top:8px;min-height:24px;font-weight:600;color:#0f172a}.gameover-modal{position:fixed;inset:0;background:#0f172a8c;display:grid;place-items:center;z-index:1000}.gameover-modal.hidden{display:none}.gameover-card{background:#fff;border-radius:14px;padding:20px;min-width:min(460px,90vw);text-align:center;box-shadow:0 14px 32px #0f172a3d}.gameover-line1{font-size:2rem;font-weight:800}.gameover-line2{margin-top:6px;font-size:1.2rem;color:#334155}.gameover-actions{margin-top:14px;display:flex;justify-content:center;gap:10px}
