/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.Page_playerCardTop__GLgQu {
  transform: rotate(180deg);
}
@media (max-width: 900px), (max-height: 900px) {
  .Page_playerCardTop__GLgQu {
    transform: rotate(180deg);
  }
}
.Page_container__Tsc1b {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-width: 100vw;
  width: 100vw;
  height: 100vh;
  background: #f8f8f8;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.Page_playersGrid___7u_R {
  display: grid;
  grid-template-columns: 50vw 50vw;
  grid-template-rows: 50vh 50vh;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #f8f8f8;
  overflow: hidden;
  z-index: 1;
}

.Page_playerCard__ZXDxP {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  border: 1px solid #e0e0e0;
}
@media (max-width: 900px), (max-height: 900px) {
  .Page_container__Tsc1b {
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
  }
  .Page_playersGrid___7u_R {
    width: 100vw;
    height: 100vh;
    grid-template-columns: 50vw 50vw;
    grid-template-rows: 50vh 50vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .Page_playerCard__ZXDxP {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
}

.Page_playerLabel__n4PIM {
  font-weight: bold;
  margin-bottom: 8px;
}

.Page_lifeDisplay__t_fF0 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.Page_lifeTotal__dBG83 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 8px;
}

.Page_btnPrimary__Tq0Hs, .Page_btnSecondary__XMyy0, .Page_btnCommander__uDh8I, .Page_btnCommanderMinus__zNGXt, .Page_btnApply__stC0x, .Page_btnToggle__XV6xH {
  padding: 6px 12px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}

.Page_btnPrimary__Tq0Hs {
  background: #4caf50;
  color: #fff;
}
.Page_btnSecondary__XMyy0 {
  background: #f44336;
  color: #fff;
}
.Page_btnCommander__uDh8I {
  background: #2196f3;
  color: #fff;
}
.Page_btnCommanderMinus__zNGXt {
  background: #1976d2;
  color: #fff;
}
.Page_btnApply__stC0x {
  background: #ff9800;
  color: #fff;
}
.Page_btnToggle__XV6xH.Page_adding__TZPLb {
  background: #4caf50;
  color: #fff;
}
.Page_btnToggle__XV6xH.Page_subtracting__3ZV7F {
  background: #f44336;
  color: #fff;
}

.Page_sliderGroup__T2VvY {
  margin-top: 8px;
}

.Page_sliderRow__nBzkw {
  display: flex;
  align-items: center;
  gap: 8px;
}

.Page_customSlider__BPHoZ {
  width: 80px;
}

.Page_sliderValue__54kKS {
  min-width: 24px;
  text-align: center;
}

.Page_btnMenuCenter__qr8Qe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px #0002;
}

.Page_menuBox__s1try {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  min-width: 260px;
  box-shadow: 0 2px 16px #0002;
}

.Page_btnMenuAction__7HJd2 {
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: #e0e0e0;
  font-size: 1rem;
  margin-bottom: 8px;
  cursor: pointer;
  transition: background 0.2s;
}
.Page_btnMenuAction__7HJd2:hover {
  background: #d0d0d0;
}

.Page_confirmationBox__TmW93 {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  min-width: 260px;
  box-shadow: 0 2px 16px #0002;
}

.Page_confirmationButtons__va3pP {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.Page_btnCancel__tNJEl {
  background: #e0e0e0;
  color: #333;
}
.Page_btnConfirm__83wO_ {
  background: #f44336;
  color: #fff;
}

