/* Auth screens */
.auth-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.auth-card {
  width: 100%;
  max-width: 400px;
}

.auth-card .brand {
  justify-content: center;
  margin-bottom: 22px;
}

.auth-card h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 6px;
}

.auth-card .sub {
  text-align: center;
  font-size: 14px;
  margin-bottom: 26px;
}

.auth-switch {
  text-align: center;
  font-size: 14px;
  margin-top: 6px;
  color: var(--ink-soft);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  color: var(--ink-faint);
  margin-bottom: 18px;
}
