/* [project]/src/app/login/login.module.css [app-client] (css) */
.login-module__WEZH7G__page {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.login-module__WEZH7G__backdrop {
  filter: blur(10px);
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0) 55%), linear-gradient(135deg, #1d4ed8 0%, #1e3a8a 45%, #172554 100%);
  background-position: center;
  background-repeat: repeat, repeat;
  background-size: cover;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1.08);
}

.login-module__WEZH7G__backdropOverlay {
  background: linear-gradient(135deg, rgba(37, 99, 235, .72) 0%, rgba(30, 64, 175, .78) 50%, rgba(29, 78, 216, .75) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.login-module__WEZH7G__content {
  z-index: 1;
  width: 100%;
  max-width: 920px;
  position: relative;
}

.login-module__WEZH7G__card {
  background: #fff;
  border-radius: 18px;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(15, 23, 42, .18), 0 8px 16px rgba(15, 23, 42, .08);
}

.login-module__WEZH7G__leftPanel {
  background: #eef5fb;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 2.25rem;
  display: flex;
}

.login-module__WEZH7G__leftPanelContent {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.login-module__WEZH7G__logo {
  width: 170px;
  height: auto;
  display: block;
}

.login-module__WEZH7G__welcomeTitle {
  color: #1e40af;
  letter-spacing: -.02em;
  margin: 0;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.25;
}

.login-module__WEZH7G__rightPanel {
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 2.5rem 1.75rem;
  display: flex;
}

.login-module__WEZH7G__illustration {
  width: min(240px, 100%);
  height: auto;
  margin-bottom: 1.75rem;
}

.login-module__WEZH7G__googleButton {
  color: #1e293b;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  width: 100%;
  max-width: 320px;
  padding: .85rem 1.25rem;
  font-size: .9rem;
  font-weight: 600;
  transition: box-shadow .2s, transform .2s, border-color .2s;
  display: flex;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
}

.login-module__WEZH7G__googleButton:hover {
  border-color: #cbd5e1;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
}

.login-module__WEZH7G__googleButton:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.login-module__WEZH7G__errorAlert {
  color: #b91c1c;
  text-align: center;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 10px;
  width: 100%;
  max-width: 320px;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  font-size: .8rem;
  line-height: 1.45;
}

.login-module__WEZH7G__setupBanner {
  color: #92400e;
  background: rgba(255, 251, 235, .95);
  border: 1px solid #fde68a;
  border-radius: 12px;
  width: 100%;
  max-width: 920px;
  margin-bottom: 1rem;
  padding: .85rem 1rem;
  font-size: .8rem;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .login-module__WEZH7G__card {
    min-height: unset;
    grid-template-columns: 1fr;
  }

  .login-module__WEZH7G__leftPanel {
    padding: 1.5rem;
  }

  .login-module__WEZH7G__rightPanel {
    padding: 1.5rem 1.25rem 1.25rem;
  }
}

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