*{
  padding: 0px;
  margin: 0px;
}
.standarizeBackground{
  background-color: #ffffff;
  opacity: 1;
  background-image:  linear-gradient(#e8e8e8 1.2000000000000002px, transparent 1.2000000000000002px), linear-gradient(90deg, #e8e8e8 1.2000000000000002px, transparent 1.2000000000000002px), linear-gradient(#e8e8e8 0.6000000000000001px, transparent 0.6000000000000001px), linear-gradient(90deg, #e8e8e8 0.6000000000000001px, #ffffff 0.6000000000000001px);
  background-size: 30px 30px, 30px 30px, 6px 6px, 6px 6px;
  background-position: -1.2000000000000002px -1.2000000000000002px, -1.2000000000000002px -1.2000000000000002px, -0.6000000000000001px -0.6000000000000001px, -0.6000000000000001px -0.6000000000000001px;
}
.modal{
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  display: none;
}
.innermodal{
  background-color: #e9e9e9;
  width: 500px;
  height: 500px;
  border-radius: 10px;
  margin: auto;
  margin-top: 200px;
}
.closemodalbtn{
  padding: 10px;
  background-color: red;
  color:white;
  float: right;
}
.deffont{
  font-family: arial;
}
.small{
  text-align: center;
}
.definput{
  font-size: 20px;
  padding: 10px;
}
.defbtn{
  padding: 10px;
  border-radius: 10px;
  background-color: black;
  color: white;
  cursor: pointer;
}
.defbtn:hover{
  color:black;
  background-color: white
}
.loadingScreenModalInnerBody{
  margin: auto;
  margin-top: 300px;
  background-color:white;
  padding: 35px;
  width: 100%;
  font-family: arial;
}
.loadingScreenModalInnerBody{
  display: inline-block;
}


/*--GAME SCREEN-*/
#canvas{
  overflow: hidden;
}
#mainbody{
  overflow: hidden;
}
#world{
  top:0px;
  left:0px;

  width:200px;
  height:200px;
  translate: 0px 0px;
  pointer-events:none;
  position: absolute;
}

.playstartscreen{
  padding-top: 40%;
  height: 100%
}
.playbtn{
  padding: 20px;
  border-radius: 10px;
  background-color: blue;
  margin:auto;

}


.letsplayscreen{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.4)
}
.letsplaybtn{

}


.play-button {
      position: relative;
      padding: 25px 60px;
      font-size: 28px;
      font-weight: bold;
      color: white;
      text-transform: uppercase;
      letter-spacing: 4px;
      text-decoration: none;
      background: linear-gradient(45deg, green, #00ffcc);
      border: none;
      border-radius: 50px;
      cursor: pointer;
      box-shadow:
        0 0 10px white,
        0 15px 30px rgba(0, 0, 0, 0.6);
      transition: all 0.3s ease;
      overflow: hidden;
      z-index: 1;
    }

    .play-button::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 40%;
      height: 200%;
      background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
      );
      transform: skewX(-25deg);
      transition: all 0.6s;
      opacity: 0;
    }

    .play-button:hover {
      transform: translateY(-8px) scale(1.08);
      box-shadow:
        0 0 50px blue,
        0 25px 40px rgba(0, 0, 0, 0.7);
    }

    .play-button:hover::before {
      opacity: 1;
      left: 120%;
    }

    .play-button:active {
      transform: scale(0.95);
    }

    /* Efecto de brillo extra */
    .glow {
      position: absolute;
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
      background: linear-gradient(45deg, #ff00cc, #00ffcc);
      filter: blur(20px);
      opacity: 0.4;
      z-index: -1;
      border-radius: 50px;
      transition: all 0.3s;
    }

    .play-button:hover .glow {
      opacity: 0.7;
      filter: blur(30px);
    }

.columnMenu{
  border-radius: 10px;
  position: fixed;
  width: 500px;
  height: 0;
  border-radius: 10px;
  border: solid 1px white;
  top:0px;
  left: 0px;
  background-color: black;
  display: none;
  transition: top 400ms,height 500ms;
  padding: 20px;
  overflow-y: auto;
}

#userMenuOption{

}
#mapselectorscreen{

}

.maprow{
  height: 10px;
  border: solid 1px white;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  cursor: pointer;
  color:white;
  font-family: arial;
  transition: top 200ms,height 500ms;
}
.maprowdatadiv{
  border: solid 1px white;
  height: 10px;
  border-radius: 10px;
  transition: height 600ms;
  overflow: hidden;
}
.selb{
  background-color: white;
  color:black;
  padding: 10px;
}
.selb:hover{
  background-color: black;
  color:white;
}

#mpslbtn{
  transition: background-color 400ms;
}

.mapsebeffect{
  background-color: white;
  color:black;
}
.tranmi{
  transition: translate 300ms;
}
#playerbtnint{
  transition: transform 300ms;
}
#playerbtnint:hover{
  transform: scale(0.9)
}

#playerstatescreen{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events:none;
  font-family: inter;
  text-align: left;
  font-size: 12px;
}
.loststate{
  opacity: 0.2;

}
.field_space{
  transition: background-color 100ms;

}
.base_field{
  background-color:white;
}
.payer_state_row{
  margin: 10px;

}
.dark_field{
  background-color: rgba(0,0,0,0) !important;

}
#winingscreen{
  position: fixed;
  pointer-events: none;
}
#winpointscreen{
  position: fixed;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#winpointinnerscrren{
  margin: auto;
  width: 500px;
  height: 700px;

  margin-top: 100px;
  border-radius: 10px;
  background-color: white;
}

#ws_topicon{
  width: 300px;
  margin:auto;
}
#ws_puntuation_screen{
  width: 100px;
}
#ws_rango{
  font-size: 100px;
}
#ws_rango2{
  font-size: 50px;
}
#ws_pnt{
  font-size: 40px;
}
#ws_pntpl{
  font-size: 40px;
}
#ws_plus{
  text-align: right;
}
#ws_plus{
  text-align: right;
  font-size: 40px;
  margin-right: 10px;
}
#maincontainerpnrt{
  background-color: black;
}
#ws_rango2{
  text-align: right;
}
.wdn_btn{
  width: 90%;
  margin:auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: black;
  border-radius: 10px;
  color: white;
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
  cursor: pointer;
  transition: transform 300ms
}
.wdn_btn:hover{
  transform: scale(0.9);
}
.revanchabtnactive{
  transform: scale(0.8);
  background-color: white;
  color:black;
  border: solid 3px #f28035;
}
.canvas_overall{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left: 0px;
  color:black;
}

.btn-minimal {
  /* Estilos base */
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 32px;
  border-radius: 12px;
  border: none;
  background-color: #111111;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);

  /* Centrado de texto */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Hover elegante */
.btn-minimal:hover {
  background-color: #1f1f1f;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Efecto al hacer click */
.btn-minimal:active {
  transform: scale(0.98);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Versión outline (opcional) */
.btn-minimal.outline {
  background-color: transparent;
  color: #111111;
  border: 2px solid #111111;
}

.btn-minimal.outline:hover {
  background-color: #111111;
  color: #ffffff;
}


    table {
      width: 100%;
      border-collapse: collapse;
    }

    th {
      background-color: #111111;
      color: white;
      padding: 18px 20px;
      text-align: left;
      font-weight: 600;
      font-size: 15px;
    }

    td {
      padding: 18px 20px;
      border-bottom: 1px solid #f0f0f0;
      color: #333;
    }

    tr:hover {
      background-color: #f9f9f9;
      transition: background-color 0.2s;
    }

    tr:last-child td {
      border-bottom: none;
    }

.board-light{
  background-color: #58aa74
}

.board-dark{
  background-color: #18873d
}
#topbar{
  bottom: 0px;
  left: 0px;
  position: fixed;
}
#topbar2{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
  text-align: right;
  color:black;
  margin-top: 10px;
  padding-right: 10px;
}
#topbar{
  background-color: black;
  left: 0px;
  width: 100%;
  height: 40px;
  font-family: Inter;
  overflow: hidden;
}
#topbar > div{
  height: 100%;
  width: 150px;
  color:white;
  padding-top:10px;
  padding-left: 10px;
  display: inline-block;
  cursor: pointer;
}
.moveindicator{
  background-color: #a4e3fc;

}
.moveindicatorobj{
  width: 20px;
  height: 20px;
  background-color: #57b6db;
  pointer-events: none;
  position: absolute;
  left: 45%;
  top:45%;
  border-radius: 50%;
  opacity: 0.5;
}

.obstructivebloq{
  background-color: black;
}
.suelocss{
  background-color: #e9e9e9;
}

#revancha_statediv{
  text-align: center;
  color:orange;
}
#revancha_statediv>p{
  cursor: pointer;
}
#puntosenrenvahce{

}
#paccbtdbtn{
  transition: transform 300ms;
}
#paccbtdbtn:hover{
  transform: scale(0.8);
}
