/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/games/kaboom/kaboom.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.kaboom_wrapper__CVMfA {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1a0a00;
  padding: 0;
  color: white;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  overflow: hidden;
}

.kaboom_container__e_q9M {
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
}

/* ── HUD ── */
.kaboom_hud__v4hBe {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  z-index: 10;
  flex-shrink: 0;
}

.kaboom_scoreBlock__UcebB {
  display: flex;
  gap: 16px;
}

.kaboom_statItem__spX7_ {
  text-align: center;
}

.kaboom_statLabel__s8cd_ {
  font-size: 0.55rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.08em;
}

.kaboom_statValue__PNFQM {
  font-size: 1.3rem;
  font-weight: 800;
  color: #f97316;
}

.kaboom_buckets__DXfEW {
  display: flex;
  gap: 4px;
  align-items: center;
}

.kaboom_bucketIcon__FsKwh {
  width: 10px;
  height: 12px;
  border-radius: 0 0 3px 3px;
  opacity: 0.9;
}

.kaboom_bucketLost__KWRez {
  opacity: 0.15;
  background: #666 !important;
}

/* ── Canvas area ── */
.kaboom_canvasArea__Fn9k9 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  min-height: 0;
  position: relative;
}

.kaboom_canvas__BWvfA {
  display: block;
  touch-action: none;
  cursor: none;
}

/* ── Group popup ── */
.kaboom_groupPopup__406yI {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: 900;
  color: #f97316;
  text-shadow: 0 0 20px rgba(249, 115, 22, 0.6);
  pointer-events: none;
  z-index: 20;
  white-space: nowrap;
  animation: kaboom_popIn__kE7j3 1.2s ease-out forwards;
}

@keyframes kaboom_popIn__kE7j3 {
  0% { transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
  20% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
  100% { transform: translate(-50%, -60%) scale(1); opacity: 0; }
}

/* ── Overlay ── */
.kaboom_overlay__A4Gp7 {
  position: absolute;
  inset: 0;
  background: rgba(26, 10, 0, 0.88);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 20;
  gap: 12px;
  animation: kaboom_fadeIn__BJSqX 0.25s ease-out;
}

@keyframes kaboom_fadeIn__BJSqX {
  from { opacity: 0; }
  to { opacity: 1; }
}

.kaboom_overlayTitle__ZaeAF {
  font-size: 2.2rem;
  font-weight: 900;
  color: #f97316;
  text-shadow: 0 0 20px rgba(249, 115, 22, 0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kaboom_overlaySubtitle__Yl08F {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}

.kaboom_overlayBtn__K_MNJ {
  margin-top: 8px;
  padding: 12px 32px;
  border-radius: 10px;
  border: 2px solid #f97316;
  background: transparent;
  color: #f97316;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, box-shadow 0.15s;
}

.kaboom_overlayBtn__K_MNJ:hover {
  background: rgba(249, 115, 22, 0.1);
  box-shadow: 0 0 20px rgba(249, 115, 22, 0.3);
}

/* ── Controls (keyboard fallback hint) ── */
.kaboom_controls__Gl6FS {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  margin: 6px auto 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  padding: 0 16px;
}

.kaboom_controlHint__zIeEg {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
}

/* ── Responsive ── */
@media (max-width: 400px) {
  .kaboom_statValue__PNFQM {
    font-size: 1.1rem;
  }
}

