.auth-page {
  min-height: 100dvh;
  background: var(--agent-bg);
}

.auth-shell {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 2rem;
}
