/* [project]/src/app/auth.module.css [app-client] (css) */
.auth-module__A_DBwq__authPage {
  min-height: 100vh;
  font-family: var(--font-body);
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%) fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
}

.auth-module__A_DBwq__authPage:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 20% 30%, #2563eb26 0%, #0000 50%), radial-gradient(circle at 80% 70%, #3b82f61f 0%, #0000 50%);
  position: absolute;
  inset: 0;
}

.auth-module__A_DBwq__authPanel {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 1;
  background: #0f172ad9;
  border: 1px solid #3b82f633;
  border-radius: 12px;
  width: 100%;
  max-width: 400px;
  padding: 2rem 1.75rem;
  position: relative;
  box-shadow: 0 8px 32px #0006, inset 0 0 0 1px #3b82f61a;
}

.auth-module__A_DBwq__authHeader {
  text-align: center;
  margin-bottom: 1.75rem;
}

.auth-module__A_DBwq__authTitle {
  font-family: var(--font-body);
  color: #93c5fd;
  letter-spacing: -.02em;
  text-shadow: 0 2px 12px #3b82f64d;
  margin: 0 0 .5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.auth-module__A_DBwq__authSubtitle {
  color: #94a3b8;
  margin: 0;
  font-size: .875rem;
  line-height: 1.45;
}

.auth-module__A_DBwq__authForm {
  flex-direction: column;
  gap: 1.25rem;
  display: flex;
}

.auth-module__A_DBwq__authError {
  color: #fca5a5;
  background: #ef444414;
  border: 1px solid #ef444433;
  border-radius: 8px;
  padding: .75rem 1rem;
  font-size: .8125rem;
}

.auth-module__A_DBwq__authField {
  flex-direction: column;
  gap: .375rem;
  display: flex;
}

.auth-module__A_DBwq__authLabel {
  color: #cbd5e1;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .75rem;
  font-weight: 600;
}

.auth-module__A_DBwq__authInput {
  width: 100%;
  font-size: .9375rem;
  font-family: var(--font-body);
  color: #f1f5f9;
  background: #1e293b99;
  border: 1px solid #3b82f633;
  border-radius: 8px;
  min-height: 44px;
  padding: .625rem .875rem;
  transition: all .2s;
}

.auth-module__A_DBwq__authInput::placeholder {
  color: #64748b;
}

.auth-module__A_DBwq__authInput:hover {
  background: #1e293bcc;
  border-color: #3b82f659;
}

.auth-module__A_DBwq__authInput:focus {
  background: #1e293be6;
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 3px #3b82f633;
}

.auth-module__A_DBwq__authInput.auth-module__A_DBwq__error {
  background: #ef44440a;
  border-color: #ef444480;
}

.auth-module__A_DBwq__authInput.auth-module__A_DBwq__error:focus {
  box-shadow: 0 0 0 2px #ef444426;
}

.auth-module__A_DBwq__authSubmit {
  width: 100%;
  font-size: .9375rem;
  font-weight: 600;
  font-family: var(--font-body);
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  border: 1px solid #3b82f64d;
  border-radius: 8px;
  min-height: 48px;
  margin-top: .25rem;
  padding: .75rem 1.25rem;
  transition: all .2s;
  box-shadow: 0 4px 12px #2563eb4d;
}

.auth-module__A_DBwq__authSubmit:hover:not(:disabled) {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px #2563eb66;
}

.auth-module__A_DBwq__authSubmit:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 2px 8px #2563eb4d;
}

.auth-module__A_DBwq__authSubmit:focus {
  outline: none;
  box-shadow: 0 0 0 3px #3b82f64d, 0 6px 16px #2563eb66;
}

.auth-module__A_DBwq__authSubmit:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.auth-module__A_DBwq__authFooter {
  text-align: center;
  margin-top: 1.5rem;
}

.auth-module__A_DBwq__authLink {
  color: #60a5fa;
  cursor: pointer;
  text-underline-offset: 2px;
  background: none;
  border: none;
  padding: .25rem .5rem;
  font-size: .8125rem;
  text-decoration: underline;
  transition: color .15s;
}

.auth-module__A_DBwq__authLink:hover {
  color: #93c5fd;
}

.auth-module__A_DBwq__authLink:focus {
  color: #93c5fd;
  outline: none;
}

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