/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/login/auth.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.auth_container__YPLTx {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-base);
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.auth_glow__4_t6T {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.1) 0%, transparent 60%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.auth_card__FhJSp {
  position: relative;
  z-index: 10;
  background: var(--bg-panel);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  padding: 40px;
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 440px;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.auth_header__4s0xd {
  text-align: center;
}

.auth_header__4s0xd h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-1);
  margin-bottom: 8px;
}

.auth_header__4s0xd p {
  color: var(--text-2);
  font-size: 14px;
  line-height: 1.5;
}

.auth_form__L15ei {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.auth_inputGroup__OwE4q {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.auth_inputGroup__OwE4q label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-2);
}

.auth_inputGroup__OwE4q input {
  width: 100%;
  background: var(--bg-hover);
  border: 1px solid var(--border);
  color: var(--text-1);
  padding: 12px 16px;
  border-radius: var(--radius-md);
  font-size: 15px;
  transition: all var(--transition);
}

.auth_inputGroup__OwE4q input:focus {
  border-color: var(--cyan);
  box-shadow: var(--shadow-glow-cyan);
}

.auth_error__StlT3 {
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.3);
  color: var(--red);
  padding: 12px;
  border-radius: var(--radius-md);
  font-size: 13px;
  text-align: center;
}

.auth_footer__TKIpi {
  text-align: center;
  font-size: 13px;
  color: var(--text-3);
  border-top: 1px solid var(--border);
  padding-top: 24px;
}

.auth_footer__TKIpi a {
  color: var(--cyan);
  font-weight: 600;
  margin-left: 4px;
}

.auth_footer__TKIpi a:hover {
  text-decoration: underline;
}

/* ── GOOGLE BUTTON ── */
.auth_googleBtn__GHh9y {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  color: var(--text-1);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
  font-family: var(--font-ui);
}

.auth_googleBtn__GHh9y:hover {
  border-color: #4285F4;
  background: var(--bg-hover);
  transform: translateY(-1px);
}

.auth_googleBtn__GHh9y:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* ── DIVIDER ── */
.auth_dividerRow__b9kfC {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0;
}

.auth_dividerLine__dCDbt {
  flex: 1 1;
  height: 1px;
  background: var(--border);
}

.auth_dividerText__4FKOm {
  font-size: 12px;
  color: var(--text-3);
  font-weight: 500;
  white-space: nowrap;
}

