/* Nocturia Page Feedback — V11 */

/* Stejný širší font pro všechny malé nadpisy stejného typu. */
.eyebrow,
.page-title > .eyebrow,
.section-title > .eyebrow,
.modal-box > .eyebrow {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: .045em;
}

.page-title > .eyebrow {
  color: var(--blue-dark);
  font-size: 15px;
}

/* Přihlašovací modal. */
.modal-box h2 {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -.04em;
}

.login-field {
  display: grid;
  gap: 6px;
}

.password-field {
  position: relative;
  display: block;
}

.login-form .password-field input {
  width: 100%;
  padding-right: 52px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 36px;
  min-height: 36px !important;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line) !important;
  border-radius: 9px !important;
  color: var(--muted) !important;
  background: #fff !important;
  transform: translateY(-50%);
  box-shadow: none !important;
}

.password-toggle:hover,
.password-toggle[aria-pressed="true"] {
  color: var(--blue-dark) !important;
  border-color: #a9c9ef !important;
  background: var(--soft) !important;
}

.password-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Tým — skutečné Minecraft hlavy a stejně vysoké karty. */
.team-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.team-card {
  display: flex;
  height: 100%;
  min-height: 286px;
  flex-direction: column;
  align-items: center;
}

.team-card .avatar {
  overflow: hidden;
  flex: 0 0 auto;
  padding: 0;
  background: #dbe9f8;
  image-rendering: pixelated;
}

.team-card .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
}

.team-card p {
  width: 100%;
  min-height: 58px;
}

@media (max-width: 760px) {
  .team-card {
    min-height: 270px;
  }
}
