/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.24_@types+node@24.13.3_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.24_@types+node@24.13.3_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/auth/auth.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.auth_shell__WDt_d {
  --auth-bg: #0e3125;
  --auth-card: #0a281c;
  --auth-card-border: rgba(255, 255, 255, 0.08);
  --auth-orange: #f37021;
  --auth-orange-hover: #e8620a;
  --auth-orange-disabled: rgba(243, 112, 33, 0.45);
  --auth-text: #f8fafc;
  --auth-muted: rgba(248, 250, 252, 0.72);
  --auth-input-bg: rgba(0, 0, 0, 0.28);
  --auth-input-border: rgba(255, 255, 255, 0.12);
  --auth-input-focus: rgba(243, 112, 33, 0.55);
  --auth-divider: rgba(255, 255, 255, 0.14);

  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: var(--auth-bg);
  color: var(--auth-text);
  overflow-x: clip;
}

.auth_card__YbReF {
  width: 100%;
  max-width: 540px;
  background: var(--auth-card);
  border: 1px solid var(--auth-card-border);
  border-radius: 14px;
  padding: 28px 24px 24px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.auth_logoWrap__ok0cB {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.auth_logo__t32_y {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.auth_logoMark__TBlou {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2563eb 0%, #f37021 100%);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: #fff;
}

.auth_logoText__p4Q16 {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--auth-text);
}

.auth_title__5UmYV {
  margin: 0 0 8px;
  text-align: center;
  font-size: clamp(1.65rem, 4vw, 2rem);
  font-weight: 700;
  color: var(--auth-orange);
  line-height: 1.2;
}

.auth_subtitle__H44GI {
  margin: 0 0 22px;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--auth-muted);
}

.auth_googleBtn__8lAcN {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 16px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #1f2937;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.auth_googleBtn__8lAcN:hover:not(:disabled) {
  background: #f8fafc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.auth_googleBtn__8lAcN:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.auth_googleIcon__Omjsh {
  flex-shrink: 0;
}

.auth_divider__I5y5X {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  color: rgba(248, 250, 252, 0.45);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.auth_divider__I5y5X::before,
.auth_divider__I5y5X::after {
  content: "";
  flex: 1 1;
  height: 1px;
  background: var(--auth-divider);
}

.auth_form__x_Lbd {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}

.auth_field__GMQLM {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  min-width: 0;
}

.auth_label__Fmj0L {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--auth-text);
}

.auth_inputWrap__qgrYG {
  position: relative;
  min-width: 0;
}

.auth_input__GHS_0 {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid var(--auth-input-border);
  background: var(--auth-input-bg);
  color: var(--auth-text);
  font-size: 1rem;
  line-height: 1.2;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.auth_input__GHS_0::placeholder {
  color: rgba(248, 250, 252, 0.38);
}

.auth_input__GHS_0:focus {
  outline: none;
  border-color: var(--auth-input-focus);
  box-shadow: 0 0 0 3px rgba(243, 112, 33, 0.18);
}

.auth_input__GHS_0:disabled {
  opacity: 0.65;
}

.auth_inputPassword__ktnfe {
  padding-right: 48px;
}

.auth_togglePassword__iTOeP {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: var(--auth-muted);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 8px;
  cursor: pointer;
  border-radius: 6px;
}

.auth_togglePassword__iTOeP:hover {
  color: var(--auth-text);
  background: rgba(255, 255, 255, 0.06);
}

.auth_submit__92Bcd {
  width: 100%;
  min-height: 50px;
  margin-top: 4px;
  border: 0;
  border-radius: 8px;
  background: var(--auth-orange);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}

.auth_submit__92Bcd:hover:not(:disabled) {
  background: var(--auth-orange-hover);
}

.auth_submit__92Bcd:active:not(:disabled) {
  transform: translateY(1px);
}

.auth_submit__92Bcd:disabled {
  background: var(--auth-orange-disabled);
  cursor: not-allowed;
}

.auth_footer__nfVpY {
  margin-top: 20px;
  text-align: center;
  font-size: 0.92rem;
  color: var(--auth-muted);
}

.auth_footerLink__A8J0M {
  color: var(--auth-orange);
  font-weight: 600;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
}

.auth_footerLink__A8J0M:hover {
  text-decoration: underline;
}

.auth_alert__Q7OzQ {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.88rem;
  line-height: 1.4;
}

.auth_alertError__EIljC {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fecaca;
}

.auth_alertSuccess__BbmdY {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #bbf7d0;
}

.auth_otpGrid__juI26 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 8px;
  gap: 8px;
}

.auth_otpInput__8hFx0 {
  width: 100%;
  min-height: 50px;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid var(--auth-input-border);
  background: var(--auth-input-bg);
  color: var(--auth-text);
}

.auth_otpInput__8hFx0:focus {
  outline: none;
  border-color: var(--auth-input-focus);
  box-shadow: 0 0 0 3px rgba(243, 112, 33, 0.18);
}

.auth_resend__GxQoT {
  margin-top: 8px;
  text-align: center;
  font-size: 0.88rem;
  color: var(--auth-muted);
}

.auth_resendBtn__QZKkM {
  color: var(--auth-orange);
  font-weight: 600;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
}

.auth_resendBtn__QZKkM:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.auth_srOnly__29IZq {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 390px) {
  .auth_card__YbReF {
    padding: 22px 18px 20px;
    border-radius: 12px;
  }

  .auth_otpGrid__juI26 {
    gap: 6px;
  }
}

@media (max-width: 360px) {
  .auth_shell__WDt_d {
    padding: 16px 12px;
  }

  .auth_card__YbReF {
    padding: 20px 16px 18px;
  }
}

@media (min-width: 768px) {
  .auth_card__YbReF {
    padding: 32px 28px 28px;
  }
}

