/* General */

.bots4-play-welcome {
  color: gold;
  font-size: 2em;
  text-align: center;
}

/* Register form */

.bots4-play-hidden {
  display: none;
}

.bots4-password-container {
  position: relative;
}

.bots4-password-container button {
  align-items: center;
  background: none;
  border: none;
  color: #202020;
  cursor: pointer;
  display: flex;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* Screenshots */

.bots4-play-screenshots {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  margin: 10px 20px;
}

.bots4-play-screenshot {
  background-color: #101010;
  border: 1px solid #808080;
  padding: 20px 0;
  text-align: center;
}

.bots4-play-screenshot:hover {
  background-color: #202020;
  cursor: pointer;
}

.bots4-play-screenshot-image {
  margin-bottom: 20px;
}

.bots4-play-screenshot-caption {
  color: gold;
}

/* Screenshot modal */

#bots4-play-modal-overlay {
  align-items: center;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.05);
  display: none;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#bots4-play-modal-image {
  border: 1px solid #808080;
  max-height: 80vh;
  max-width: 90%;
}

#bots4-play-modal-caption {
  color: gold;
  text-align: center;
  font-size: 2em;
  margin-top: 20px;
}

/* Stats */

.bots4-play-stats {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  margin: 10px 50px;
}

.bots4-play-stat {
  aspect-ratio: 1;
  align-content: center;
  background-color: #101010;
  border: 1px solid #808080;
  text-align: center;
}

.bots4-play-stat-number {
  color: #0f0;
  font-size: 3em;
  margin-bottom: 20px;
}

.bots4-play-stat-label {
  color: gold;
  font-size: 1.5em;
}
