.simple-page {
  min-height: calc(100dvh - 140px);
  padding: 2rem 0 2.5rem;
}

.simple-hero,
.auth-card {
  padding: 1.5rem;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.simple-hero {
  display: grid;
  gap: 1rem;
}

.simple-eyebrow,
.auth-label {
  margin: 0;
  color: #6b7785;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.simple-title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
  color: #1f2933;
}

.simple-text {
  max-width: 42rem;
  margin: 0;
  color: #52606d;
  line-height: 1.7;
}

.simple-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.1rem;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.simple-card {
  padding: 1.25rem;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.simple-card:hover,
.simple-card:focus-within,
.simple-hero:hover,
.auth-card:hover,
.auth-card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.simple-card h2 {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  color: #1f2933;
}

.simple-card p {
  margin: 0;
  color: #52606d;
  line-height: 1.7;
}

.auth-page-copy {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.auth-card {
  display: grid;
  gap: 1rem;
}

.auth-input {
  min-height: 48px;
  border-radius: 10px;
}

.auth-submit {
  width: 100%;
}

.auth-note,
.auth-alert {
  margin: 0;
  color: #52606d;
  line-height: 1.7;
}

.auth-note a {
  color: #0f172a;
  text-decoration: underline;
}

.auth-alert {
  margin-bottom: 0;
}

.auth-session {
  margin: 0.75rem 0 0;
  padding: 0.85rem;
  overflow-x: auto;
  border: 1px solid #efc4c4;
  border-radius: 10px;
  background: #ffffff;
  color: #5b1320;
  font-size: 0.86rem;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
}

@media (max-width: 991.98px) {
}

@media (max-width: 575.98px) {
  .simple-page {
    padding: 1rem 0 1.75rem;
  }

  .simple-hero,
  .simple-card,
  .auth-card {
    padding: 1rem;
  }

  .simple-actions .simple-button {
    width: 100%;
  }
}
