[hidden] {
  display: none !important;
}

.auth-state {
  margin-top: 0.25rem;
}

.auth-form {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.auth-form label {
  font-weight: 600;
}

.auth-form input {
  box-sizing: border-box;
  width: 100%;
  padding: 0.85rem 0.95rem;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
  background: transparent;
  color: inherit;
  font: inherit;
  opacity: 0.9;
}

.auth-form input:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.auth-message {
  min-height: 1.4em;
  margin-top: 1rem;
  font-size: 0.95rem;
}

.auth-email {
  overflow-wrap: anywhere;
}
