/* [project]/app/login/login.css [app-client] (css) */
.auth-page {
  color: #f4f4f5;
  background: radial-gradient(circle at 0 0, #3b82f638, #0000 34rem), radial-gradient(circle at 100% 100%, #14b8a624, #0000 32rem), #09090b;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
  display: flex;
}

.auth-card {
  background: #18181beb;
  border: 1px solid #a1a1aa33;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 30rem;
  padding: 2rem;
  box-shadow: 0 1.5rem 4rem #00000059;
}

.auth-eyebrow {
  color: #93c5fd;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 .75rem;
  font-size: .75rem;
  font-weight: 700;
}

.auth-card h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 2.75rem);
  line-height: 1;
}

.auth-lead {
  color: #d4d4d8;
  margin: 1rem 0 1.5rem;
  line-height: 1.6;
}

.auth-error {
  color: #fecaca;
  background: #7f1d1d61;
  border: 1px solid #f871716b;
  border-radius: .9rem;
  margin-bottom: 1rem;
  padding: .85rem 1rem;
  font-size: .95rem;
}

.auth-primary-button {
  color: #18181b;
  cursor: pointer;
  background: #f4f4f5;
  border: 0;
  border-radius: .85rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  padding: .85rem 1.15rem;
  font-size: 1rem;
  font-weight: 800;
  transition: transform .12s, background .12s;
  display: inline-flex;
}

.auth-primary-button:hover {
  background: #e4e4e7;
  transform: translateY(-1px);
}

.auth-primary-button:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #93c5fdb3;
}

.auth-footnote {
  color: #a1a1aa;
  margin: 1.5rem 0 0;
  font-size: .85rem;
  line-height: 1.5;
}

.auth-footnote code {
  color: #e4e4e7;
}

/*# sourceMappingURL=app_login_login_1syfk34.css.map*/