.password-wrapper {
  position: relative;
}
.password-wrapper input {
  padding-right: 45px;
}
.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
  transition: all 0.3s ease;
  font-size: 18px;
  z-index: 10;
  padding: 5px;
}
.password-toggle:hover {
  color: #0d6efd;
  transform: translateY(-50%) scale(1.1);
}
.password-toggle:active {
  transform: translateY(-50%) scale(0.95);
}

.countdown-item {
  min-width: 90px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #f8f9fa;
  box-shadow: inset 0 0 0 1px #e9ecef;
}
.countdown-number {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.countdown-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
}

.tournament-label {
  font-weight: 600;
  margin-bottom: 6px;
}

.tournament-names {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tournament-name {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.calendar-image {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.tournament-images {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.tournament-image {
  max-width: 50%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
