body.page-auth .board-photo { display: none; }

body.page-auth .board-heat h1 {
  font-size: clamp(4.2rem, 11vw, 9rem);
}

.board-inline {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.authform .auth-remember {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.authform .auth-remember span {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #444;
}

.authform .letterform-hint a {
  color: #f25c12;
  font-weight: 600;
  text-decoration: none;
}

.authform .letterform-hint a:hover {
  text-decoration: underline;
}

.auth-account {
  display: grid;
  gap: 0.75rem;
  padding: 0.2rem 0.1rem;
}

.auth-account h2 {
  margin: 0;
  font-size: 1.45rem;
  color: #111;
}

.auth-account > p {
  margin: 0;
  color: #666;
}

.auth-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.85rem;
}

.auth-account-actions .board-cta {
  margin: 0;
}

.auth-logout {
  border: 1px solid #ddd;
  border-radius: 999px;
  background: transparent;
  color: #111;
  font: inherit;
  font-weight: 700;
  padding: 0.75rem 1.15rem;
  cursor: pointer;
}

.auth-logout:hover {
  border-color: #111;
}
