/* [project]/app/login/page.module.css [app-client] (css) */
.page-module__X_Z_4a__screen {
  z-index: 100;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f5f7;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
  font-family: -apple-system, BlinkMacSystemFont, SF Pro Display, SF Pro Text, PingFang SC, sans-serif;
  display: grid;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.page-module__X_Z_4a__card {
  color: #1d1d1f;
  text-align: center;
  background: #fff;
  border: 1px solid #00000014;
  border-radius: 26px;
  width: min(100%, 420px);
  padding: clamp(32px, 6vw, 48px);
  box-shadow: 0 20px 48px #00000012, 0 4px 12px #00000005;
}

.page-module__X_Z_4a__mark {
  color: #f5f5f7;
  background: linear-gradient(135deg, #1d1d1f 0%, #3a3a3c 100%);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 24px;
  font-family: New York, Playfair Display, Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 4px 12px #0000001f;
}

.page-module__X_Z_4a__eyebrow {
  color: #a37c3f;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 8px;
  font-family: SF Mono, Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
}

.page-module__X_Z_4a__card h1 {
  letter-spacing: -.025em;
  color: #1d1d1f;
  margin: 0 0 10px;
  font-family: New York, Playfair Display, Songti SC, Georgia, serif;
  font-size: clamp(26px, 6vw, 32px);
  font-weight: 600;
  line-height: 1.2;
}

.page-module__X_Z_4a__description {
  color: #6e6e73;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 1.5;
}

.page-module__X_Z_4a__form {
  text-align: left;
  gap: 14px;
  display: grid;
}

.page-module__X_Z_4a__form label {
  color: #1d1d1f;
  font-size: 13px;
  font-weight: 500;
}

.page-module__X_Z_4a__form input {
  color: #1d1d1f;
  background: #fbfbfd;
  border: 1px solid #0000001f;
  border-radius: 12px;
  outline: none;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  font-size: 15px;
  transition: border-color .15s, box-shadow .15s, background .15s;
}

.page-module__X_Z_4a__form input:focus {
  background: #fff;
  border-color: #0071e3;
  box-shadow: 0 0 0 4px #0071e31f;
}

.page-module__X_Z_4a__form button {
  color: #fff;
  cursor: pointer;
  background: #1d1d1f;
  border: 0;
  border-radius: 9999px;
  height: 50px;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 600;
  transition: transform .12s, background-color .15s;
  box-shadow: 0 2px 6px #00000014;
}

.page-module__X_Z_4a__form button:hover {
  background: #000;
}

.page-module__X_Z_4a__form button:active {
  transform: scale(.96);
}

.page-module__X_Z_4a__error {
  color: #ff3b30;
  background: #ffeeed;
  border: 1px solid #ff3b3033;
  border-radius: 8px;
  margin: 0;
  padding: 8px 12px;
  font-size: 13px;
}

.page-module__X_Z_4a__note {
  color: #86868b;
  margin: 24px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

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