.auth-page {
  max-width: 28rem;
  min-height: 100dvh;
}

.auth-logo {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 13px;
  background-color: var(--color-ink-900);
}

.auth-logo__text {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #fff;
}

.auth-title {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-ink-950);
}

.auth-subtitle {
  font-size: 14.5px;
  line-height: 1.5;
  text-wrap: pretty;
  color: var(--color-ink-500);
}

.auth-card {
  background: #fff;
  border-top: 1px solid rgb(0 0 0 / 0.07);
  border-bottom: 1px solid rgb(0 0 0 / 0.07);
}

.auth-card > * + * {
  border-top: 1px solid rgb(0 0 0 / 0.06);
}

.auth-checkbox-label {
  cursor: pointer;
}

.auth-checkbox-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.auth-checkbox-box {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 1px solid var(--color-ink-300);
  background: #fff;
  color: transparent;
}

.auth-checkbox-input:checked + .auth-checkbox-box {
  border-color: var(--color-teal-500);
  background: var(--color-teal-500);
  color: #fff;
}

.auth-checkbox-input:focus-visible + .auth-checkbox-box {
  box-shadow: 0 0 0 2px rgb(30 156 147 / 0.4);
}

.auth-checkbox-text {
  font-size: 0.875rem;
  line-height: 1;
  color: var(--color-ink-700);
}

.auth-link-muted {
  font-size: 13.5px;
  line-height: 1;
  font-weight: 500;
  color: var(--color-ink-600);
  text-decoration: underline;
  text-decoration-color: rgb(0 0 0 / 0.25);
}

.auth-submit {
  height: 50px;
  border-radius: 1rem;
  background: var(--color-ink-900);
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border: none;
}

.auth-footer-text {
  font-size: 0.875rem;
  line-height: 1;
  color: var(--color-ink-500);
}

.auth-link-accent {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  color: var(--color-teal-600);
}
