/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/components/ForgotPassword.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Styles for ForgotPassword Component */
/* ===== Sixma Login Form — minimalist dark, brand-aligned ===== */
.ForgotPassword_authForm__rPlUV {
  width: 100%;
  max-width: 380px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.ForgotPassword_header__9hLyO {
  text-align: center;
  margin-bottom: 2.5rem;
}

.ForgotPassword_wordmark__cAbCa {
  font-size: 1.6rem;
  font-weight: 200;
  letter-spacing: 0.45em;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  padding-left: 0.45em;
}
.ForgotPassword_wordmark__cAbCa span {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

.ForgotPassword_title__a4E0K {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.75rem;
}

.ForgotPassword_subtitle__k1vn_ {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
  font-weight: 300;
}

.ForgotPassword_link__mk5oq {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 1px;
  transition: all 0.25s ease;
}
.ForgotPassword_link__mk5oq:hover {
  color: rgb(255, 255, 255);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

/* ─── LINE — primary ─── */
.ForgotPassword_lineButton__iABOU {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.95rem 1rem;
  background: #06C755;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  margin-bottom: 1.75rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 8px 24px rgba(6, 199, 85, 0.22);
}
.ForgotPassword_lineButton__iABOU::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.6s ease;
}
.ForgotPassword_lineButton__iABOU:hover {
  background: #05B04B;
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 12px 28px rgba(6, 199, 85, 0.35);
}
.ForgotPassword_lineButton__iABOU:hover::after {
  left: 120%;
}
.ForgotPassword_lineButton__iABOU:active {
  transform: translateY(0);
}
.ForgotPassword_lineButton__iABOU svg {
  flex-shrink: 0;
}

/* ─── Divider ─── */
.ForgotPassword_divider__OjsNo {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
.ForgotPassword_divider__OjsNo::before, .ForgotPassword_divider__OjsNo::after {
  content: "";
  flex: 1 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

/* ─── Form — underlined inputs like /retreat ─── */
.ForgotPassword_form__abf1q {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ForgotPassword_formGroup__dVnk2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.5rem 0;
  margin-bottom: 0;
  transition: border-color 0.25s ease;
}
.ForgotPassword_formGroup__dVnk2:focus-within {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

.ForgotPassword_label__uSZm8 {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ForgotPassword_input__Uvn0n {
  display: block;
  width: 100%;
  padding: 0.5rem 0 0.75rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-family: inherit;
  transition: color 0.2s;
}
.ForgotPassword_input__Uvn0n::placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 300;
}
.ForgotPassword_input__Uvn0n:focus {
  outline: none;
}
.ForgotPassword_input__Uvn0n[type=password] {
  font-family: inherit;
  letter-spacing: 0.2em;
}

.ForgotPassword_errorText__VZaVq {
  color: rgba(220, 53, 69, 0.85);
  font-size: 0.78rem;
  margin-top: 0.9rem;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  padding: 0.6rem 0.85rem;
  background: rgba(220, 53, 69, 0.08);
  border-left: 2px solid rgba(220, 53, 69, 0.5);
  border-radius: 2px;
}

.ForgotPassword_optionsContainer__4inpp {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 1.25rem 0 1.5rem;
}

/* ─── Submit — minimal ghost button like /retreat ─── */
.ForgotPassword_submitButton__miLMK {
  width: 100%;
  margin-top: 0.25rem;
  padding: 1rem 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.ForgotPassword_submitButton__miLMK::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.04), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.ForgotPassword_submitButton__miLMK:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgb(255, 255, 255);
  letter-spacing: 0.35em;
}
.ForgotPassword_submitButton__miLMK:hover:not(:disabled)::before {
  transform: translateX(100%);
}
.ForgotPassword_submitButton__miLMK:active:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.8);
}
.ForgotPassword_submitButton__miLMK:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Legacy exports kept for compatibility */
.ForgotPassword_socialButtonsContainer__G80ms, .ForgotPassword_socialButton__Qn9Uo, .ForgotPassword_dividerContainer__ssSkD, .ForgotPassword_dividerLine__LF_SR, .ForgotPassword_dividerText__QUs1Q,
.ForgotPassword_rememberMe__KYCCu, .ForgotPassword_checkbox__JWP_g, .ForgotPassword_checkboxLabel__qP8SP {
  display: none;
}

/* Styles for ForgotPassword Component */
/* Styles for Signup Component */
.ForgotPassword_pageContainer__FUeW5 {
  min-height: 100vh;
  padding-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--background);
  padding: 3rem 1rem;
}
@media (min-width: 640px) {
  .ForgotPassword_pageContainer__FUeW5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .ForgotPassword_pageContainer__FUeW5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.ForgotPassword_formContainer___9Ort {
  width: 100%;
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
}

.ForgotPassword_title__a4E0K {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  color: var(--foreground);
}

.ForgotPassword_errorBox__z11Gh {
  background-color: rgba(var(--danger-rgb), 0.1);
  border-left: 4px solid var(--danger);
  color: var(--danger);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: var(--border-radius-md);
}

.ForgotPassword_infoBox__sTLaR {
  background-color: rgba(var(--warning-rgb), 0.1);
  border-left: 4px solid var(--warning);
  color: var(--warning);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: var(--border-radius-md);
  font-size: 0.875rem;
}

.ForgotPassword_socialButtonsContainer__G80ms {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ForgotPassword_socialButton__Qn9Uo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius-md);
  border: 1px solid var(--border-color);
  background-color: var(--card-bg);
  color: var(--foreground);
  font-weight: 500;
  transition: all 0.2s ease;
  cursor: pointer;
}
.ForgotPassword_socialButton__Qn9Uo:hover {
  background-color: var(--hover-bg);
}

.ForgotPassword_dividerContainer__ssSkD {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ForgotPassword_dividerLine__LF_SR {
  flex-grow: 1;
  height: 1px;
  background-color: var(--border-color);
}

.ForgotPassword_dividerText__QUs1Q {
  padding: 0 1rem;
  text-align: center;
  font-size: 0.875rem;
}
.ForgotPassword_dividerText__QUs1Q span {
  background-color: var(--background);
  color: var(--gray-medium);
}

.ForgotPassword_form__abf1q {
  background-color: var(--card-bg);
  box-shadow: var(--shadow-md);
  border-radius: var(--border-radius-lg);
  padding: 2rem 2rem 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ForgotPassword_formGroup__dVnk2 {
  margin-bottom: 1rem;
  width: 100%;
}

.ForgotPassword_formGroupLargeMargin__7mccm {
  margin-bottom: 0.5rem;
}

.ForgotPassword_label__uSZm8 {
  display: block;
  color: var(--gray-light);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.ForgotPassword_input__Uvn0n {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border-radius: var(--border-radius-md);
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  color: var(--foreground);
  transition: border-color 0.2s, box-shadow 0.2s;
  font-size: 0.9rem;
}
.ForgotPassword_input__Uvn0n:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.2);
  outline: none;
}

.ForgotPassword_passwordInput__9qO__ {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border-radius: var(--border-radius-md);
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  color: var(--foreground);
  transition: border-color 0.2s, box-shadow 0.2s;
  font-size: 0.9rem;
}
.ForgotPassword_passwordInput__9qO__:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.2);
  outline: none;
}

.ForgotPassword_submitButton__miLMK {
  display: inline-block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #4059e7 0%, #6f42c1 100%);
  color: white;
  font-weight: 600;
  border-radius: var(--border-radius-md);
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 0.5rem;
}
.ForgotPassword_submitButton__miLMK:hover {
  background: linear-gradient(135deg, #3951d3 0%, #5f38a8 100%);
  transform: translateY(-1px);
}

.ForgotPassword_loginLinkContainer___yrx2 {
  text-align: center;
  font-size: 0.875rem;
  color: var(--gray-medium);
}

.ForgotPassword_loginLink__4kmKS {
  font-weight: 500;
  color: var(--accent);
  transition: color 0.2s ease;
}
.ForgotPassword_loginLink__4kmKS:hover {
  color: var(--light-blue);
}

.ForgotPassword_otpInput__ec9Z6 {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border-radius: var(--border-radius-md);
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  color: var(--foreground);
  transition: border-color 0.2s, box-shadow 0.2s;
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0.5em;
}
.ForgotPassword_otpInput__ec9Z6:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.2);
  outline: none;
}

.ForgotPassword_otpSubmitButton__lJc1H {
  display: inline-block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #4059e7 0%, #6f42c1 100%);
  color: white;
  font-weight: 600;
  border-radius: var(--border-radius-md);
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.ForgotPassword_otpSubmitButton__lJc1H:hover {
  background: linear-gradient(135deg, #3951d3 0%, #5f38a8 100%);
  transform: translateY(-1px);
}

/* Step Indicator */
.ForgotPassword_stepIndicator__0rUfF {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  gap: 0;
}

.ForgotPassword_step__LJy75 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.ForgotPassword_stepActive__CoF9w {
  opacity: 1;
}

.ForgotPassword_stepDone__nLCcy {
  opacity: 0.7;
}

.ForgotPassword_stepNumber__NSAJ0 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--input-bg);
  border: 2px solid var(--input-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--foreground);
  transition: all 0.3s ease;
}
.ForgotPassword_stepActive__CoF9w .ForgotPassword_stepNumber__NSAJ0 {
  background: var(--primary-blue, #4059e7);
  border-color: var(--primary-blue, #4059e7);
}
.ForgotPassword_stepDone__nLCcy .ForgotPassword_stepNumber__NSAJ0 {
  background: var(--success, #28a745);
  border-color: var(--success, #28a745);
}

.ForgotPassword_stepLabel__0Npkv {
  font-size: 0.75rem;
  color: var(--gray-medium);
  white-space: nowrap;
}

.ForgotPassword_stepLine__9D9yt {
  width: 60px;
  height: 2px;
  background: var(--input-border);
  margin: 0 0.75rem;
  margin-bottom: 1.2rem;
}

/* Inline Field Errors */
.ForgotPassword_inputError__lkk7U {
  border-color: var(--danger, #dc3545) !important;
}

.ForgotPassword_fieldError__3Wvkw {
  display: block;
  color: var(--danger, #dc3545);
  font-size: 0.8rem;
  margin-top: 0.35rem;
}

/* Name Row (side by side) */
.ForgotPassword_nameRow__8plei {
  display: flex;
  gap: 1rem;
}
.ForgotPassword_nameRow__8plei .ForgotPassword_formGroup__dVnk2 {
  flex: 1 1;
}

/* Back Button for OTP */
.ForgotPassword_backButton__O7_Hf {
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 0.5rem;
  background: none;
  border: none;
  color: var(--gray-medium);
  cursor: pointer;
  font-size: 0.9rem;
  text-align: center;
  transition: color 0.2s ease;
}
.ForgotPassword_backButton__O7_Hf:hover {
  color: var(--foreground);
}

/* Info Small Text */
.ForgotPassword_infoSmall__Ukj47 {
  font-size: 0.8rem;
  opacity: 0.7;
  margin-top: 0.5rem;
}

.ForgotPassword_formContainer___9Ort {
  width: 100%;
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
}

.ForgotPassword_title__a4E0K {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  color: var(--foreground);
}

.ForgotPassword_errorBox__z11Gh {
  background-color: rgba(var(--danger-rgb), 0.1);
  border-left: 4px solid var(--danger);
  color: var(--danger);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: var(--border-radius-md);
}

.ForgotPassword_successBox__wafOJ {
  background-color: rgba(var(--success-rgb), 0.1);
  border-left: 4px solid var(--success);
  color: var(--success);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: var(--border-radius-md);
}

.ForgotPassword_backToLoginButton__U8QyE {
  display: block;
  margin-top: 1rem;
  color: var(--accent);
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
}
.ForgotPassword_backToLoginButton__U8QyE:hover {
  color: var(--light-blue);
}

.ForgotPassword_infoText__7GBdR {
  margin-bottom: 1rem;
  color: var(--gray-medium);
  text-align: center;
}

.ForgotPassword_form__abf1q {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ForgotPassword_formGroup__dVnk2 {
  margin-bottom: 1rem;
  width: 100%;
}

.ForgotPassword_label__uSZm8 {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-light);
}

.ForgotPassword_input__Uvn0n {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border-radius: var(--border-radius-md);
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  color: var(--foreground);
  transition: border-color 0.2s, box-shadow 0.2s;
  font-size: 0.9rem;
}

.ForgotPassword_submitButton__miLMK {
  display: inline-block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #4059e7 0%, #6f42c1 100%);
  color: white;
  font-weight: 600;
  border-radius: var(--border-radius-md);
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.ForgotPassword_loginLinkContainer___yrx2 {
  margin-top: 1rem;
  text-align: center;
}

.ForgotPassword_loginLink__4kmKS {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 500;
}
.ForgotPassword_loginLink__4kmKS:hover {
  text-decoration: underline;
  color: var(--primary-blue-hover);
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/components/Login.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ===== Sixma Login Form — minimalist dark, brand-aligned ===== */
.Login_authForm__II9wJ {
  width: 100%;
  max-width: 380px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.Login_header___dC72 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.Login_wordmark__1QHDp {
  font-size: 1.6rem;
  font-weight: 200;
  letter-spacing: 0.45em;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  padding-left: 0.45em;
}
.Login_wordmark__1QHDp span {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

.Login_title__LiPPN {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.75rem;
}

.Login_subtitle__YATJ3 {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
  font-weight: 300;
}

.Login_link__h9lN9 {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 1px;
  transition: all 0.25s ease;
}
.Login_link__h9lN9:hover {
  color: rgb(255, 255, 255);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

/* ─── LINE — primary ─── */
.Login_lineButton__qV2hv {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.95rem 1rem;
  background: #06C755;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  margin-bottom: 1.75rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 8px 24px rgba(6, 199, 85, 0.22);
}
.Login_lineButton__qV2hv::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.6s ease;
}
.Login_lineButton__qV2hv:hover {
  background: #05B04B;
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 12px 28px rgba(6, 199, 85, 0.35);
}
.Login_lineButton__qV2hv:hover::after {
  left: 120%;
}
.Login_lineButton__qV2hv:active {
  transform: translateY(0);
}
.Login_lineButton__qV2hv svg {
  flex-shrink: 0;
}

/* ─── Divider ─── */
.Login_divider__v1nSJ {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
.Login_divider__v1nSJ::before, .Login_divider__v1nSJ::after {
  content: "";
  flex: 1 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

/* ─── Form — underlined inputs like /retreat ─── */
.Login_form__H5DFg {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.Login_formGroup__ZjDJ1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.5rem 0;
  margin-bottom: 0;
  transition: border-color 0.25s ease;
}
.Login_formGroup__ZjDJ1:focus-within {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

.Login_label__o9u2O {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.Login_input__G6Udi {
  display: block;
  width: 100%;
  padding: 0.5rem 0 0.75rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-family: inherit;
  transition: color 0.2s;
}
.Login_input__G6Udi::placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 300;
}
.Login_input__G6Udi:focus {
  outline: none;
}
.Login_input__G6Udi[type=password] {
  font-family: inherit;
  letter-spacing: 0.2em;
}

.Login_errorText__Mwlqx {
  color: rgba(220, 53, 69, 0.85);
  font-size: 0.78rem;
  margin-top: 0.9rem;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  padding: 0.6rem 0.85rem;
  background: rgba(220, 53, 69, 0.08);
  border-left: 2px solid rgba(220, 53, 69, 0.5);
  border-radius: 2px;
}

.Login_optionsContainer__YSAEH {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 1.25rem 0 1.5rem;
}

/* ─── Submit — minimal ghost button like /retreat ─── */
.Login_submitButton__9dD_L {
  width: 100%;
  margin-top: 0.25rem;
  padding: 1rem 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.Login_submitButton__9dD_L::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.04), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.Login_submitButton__9dD_L:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgb(255, 255, 255);
  letter-spacing: 0.35em;
}
.Login_submitButton__9dD_L:hover:not(:disabled)::before {
  transform: translateX(100%);
}
.Login_submitButton__9dD_L:active:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.8);
}
.Login_submitButton__9dD_L:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Legacy exports kept for compatibility */
.Login_socialButtonsContainer__ffvME, .Login_socialButton__fR2qu, .Login_dividerContainer__3UgV6, .Login_dividerLine__0CP89, .Login_dividerText__QN4s4,
.Login_rememberMe__NJJ3O, .Login_checkbox__d6mKD, .Login_checkboxLabel__lkJqD {
  display: none;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/components/Signup.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Styles for Signup Component */
/* ===== Sixma Login Form — minimalist dark, brand-aligned ===== */
.Signup_authForm__byDTt {
  width: 100%;
  max-width: 380px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.Signup_header__lxaql {
  text-align: center;
  margin-bottom: 2.5rem;
}

.Signup_wordmark__GTH_C {
  font-size: 1.6rem;
  font-weight: 200;
  letter-spacing: 0.45em;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  padding-left: 0.45em;
}
.Signup_wordmark__GTH_C span {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

.Signup_title__BjLGw {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.75rem;
}

.Signup_subtitle__2PIkj {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
  font-weight: 300;
}

.Signup_link__muQ3f {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 1px;
  transition: all 0.25s ease;
}
.Signup_link__muQ3f:hover {
  color: rgb(255, 255, 255);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

/* ─── LINE — primary ─── */
.Signup_lineButton__rtdHu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.95rem 1rem;
  background: #06C755;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  margin-bottom: 1.75rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 8px 24px rgba(6, 199, 85, 0.22);
}
.Signup_lineButton__rtdHu::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.6s ease;
}
.Signup_lineButton__rtdHu:hover {
  background: #05B04B;
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 12px 28px rgba(6, 199, 85, 0.35);
}
.Signup_lineButton__rtdHu:hover::after {
  left: 120%;
}
.Signup_lineButton__rtdHu:active {
  transform: translateY(0);
}
.Signup_lineButton__rtdHu svg {
  flex-shrink: 0;
}

/* ─── Divider ─── */
.Signup_divider__hqkyg {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
.Signup_divider__hqkyg::before, .Signup_divider__hqkyg::after {
  content: "";
  flex: 1 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

/* ─── Form — underlined inputs like /retreat ─── */
.Signup_form__OZWI6 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.Signup_formGroup__mh7v9 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.5rem 0;
  margin-bottom: 0;
  transition: border-color 0.25s ease;
}
.Signup_formGroup__mh7v9:focus-within {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

.Signup_label__KfF6S {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.Signup_input__B4oU0 {
  display: block;
  width: 100%;
  padding: 0.5rem 0 0.75rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-family: inherit;
  transition: color 0.2s;
}
.Signup_input__B4oU0::placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 300;
}
.Signup_input__B4oU0:focus {
  outline: none;
}
.Signup_input__B4oU0[type=password] {
  font-family: inherit;
  letter-spacing: 0.2em;
}

.Signup_errorText__mZy_a {
  color: rgba(220, 53, 69, 0.85);
  font-size: 0.78rem;
  margin-top: 0.9rem;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  padding: 0.6rem 0.85rem;
  background: rgba(220, 53, 69, 0.08);
  border-left: 2px solid rgba(220, 53, 69, 0.5);
  border-radius: 2px;
}

.Signup_optionsContainer__C_Wiy {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 1.25rem 0 1.5rem;
}

/* ─── Submit — minimal ghost button like /retreat ─── */
.Signup_submitButton__bPk70 {
  width: 100%;
  margin-top: 0.25rem;
  padding: 1rem 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.Signup_submitButton__bPk70::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.04), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.Signup_submitButton__bPk70:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgb(255, 255, 255);
  letter-spacing: 0.35em;
}
.Signup_submitButton__bPk70:hover:not(:disabled)::before {
  transform: translateX(100%);
}
.Signup_submitButton__bPk70:active:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.8);
}
.Signup_submitButton__bPk70:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Legacy exports kept for compatibility */
.Signup_socialButtonsContainer__rPl0p, .Signup_socialButton__aaHqe, .Signup_dividerContainer__9VPfA, .Signup_dividerLine__6e_LQ, .Signup_dividerText__dXlu9,
.Signup_rememberMe__8TKD5, .Signup_checkbox__GDd8x, .Signup_checkboxLabel__2k94V {
  display: none;
}

.Signup_pageContainer__Ga90Q {
  min-height: 100vh;
  padding-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--background);
  padding: 3rem 1rem;
}
@media (min-width: 640px) {
  .Signup_pageContainer__Ga90Q {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .Signup_pageContainer__Ga90Q {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.Signup_formContainer__iGG5T {
  width: 100%;
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
}

.Signup_title__BjLGw {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  color: var(--foreground);
}

.Signup_errorBox__hl_kl {
  background-color: rgba(var(--danger-rgb), 0.1);
  border-left: 4px solid var(--danger);
  color: var(--danger);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: var(--border-radius-md);
}

.Signup_infoBox__YHNad {
  background-color: rgba(var(--warning-rgb), 0.1);
  border-left: 4px solid var(--warning);
  color: var(--warning);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: var(--border-radius-md);
  font-size: 0.875rem;
}

.Signup_socialButtonsContainer__rPl0p {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.Signup_socialButton__aaHqe {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius-md);
  border: 1px solid var(--border-color);
  background-color: var(--card-bg);
  color: var(--foreground);
  font-weight: 500;
  transition: all 0.2s ease;
  cursor: pointer;
}
.Signup_socialButton__aaHqe:hover {
  background-color: var(--hover-bg);
}

.Signup_dividerContainer__9VPfA {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.Signup_dividerLine__6e_LQ {
  flex-grow: 1;
  height: 1px;
  background-color: var(--border-color);
}

.Signup_dividerText__dXlu9 {
  padding: 0 1rem;
  text-align: center;
  font-size: 0.875rem;
}
.Signup_dividerText__dXlu9 span {
  background-color: var(--background);
  color: var(--gray-medium);
}

.Signup_form__OZWI6 {
  background-color: var(--card-bg);
  box-shadow: var(--shadow-md);
  border-radius: var(--border-radius-lg);
  padding: 2rem 2rem 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.Signup_formGroup__mh7v9 {
  margin-bottom: 1rem;
  width: 100%;
}

.Signup_formGroupLargeMargin__VHAWo {
  margin-bottom: 0.5rem;
}

.Signup_label__KfF6S {
  display: block;
  color: var(--gray-light);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.Signup_input__B4oU0 {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border-radius: var(--border-radius-md);
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  color: var(--foreground);
  transition: border-color 0.2s, box-shadow 0.2s;
  font-size: 0.9rem;
}
.Signup_input__B4oU0:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.2);
  outline: none;
}

.Signup_passwordInput__8cLKB {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border-radius: var(--border-radius-md);
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  color: var(--foreground);
  transition: border-color 0.2s, box-shadow 0.2s;
  font-size: 0.9rem;
}
.Signup_passwordInput__8cLKB:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.2);
  outline: none;
}

.Signup_submitButton__bPk70 {
  display: inline-block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #4059e7 0%, #6f42c1 100%);
  color: white;
  font-weight: 600;
  border-radius: var(--border-radius-md);
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 0.5rem;
}
.Signup_submitButton__bPk70:hover {
  background: linear-gradient(135deg, #3951d3 0%, #5f38a8 100%);
  transform: translateY(-1px);
}

.Signup_loginLinkContainer__pdqbq {
  text-align: center;
  font-size: 0.875rem;
  color: var(--gray-medium);
}

.Signup_loginLink___06vi {
  font-weight: 500;
  color: var(--accent);
  transition: color 0.2s ease;
}
.Signup_loginLink___06vi:hover {
  color: var(--light-blue);
}

.Signup_otpInput__wXF9t {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border-radius: var(--border-radius-md);
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  color: var(--foreground);
  transition: border-color 0.2s, box-shadow 0.2s;
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0.5em;
}
.Signup_otpInput__wXF9t:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.2);
  outline: none;
}

.Signup_otpSubmitButton__8XEu2 {
  display: inline-block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #4059e7 0%, #6f42c1 100%);
  color: white;
  font-weight: 600;
  border-radius: var(--border-radius-md);
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.Signup_otpSubmitButton__8XEu2:hover {
  background: linear-gradient(135deg, #3951d3 0%, #5f38a8 100%);
  transform: translateY(-1px);
}

/* Step Indicator */
.Signup_stepIndicator__gogQf {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  gap: 0;
}

.Signup_step__AqtL5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.Signup_stepActive__nDVRh {
  opacity: 1;
}

.Signup_stepDone__TyNID {
  opacity: 0.7;
}

.Signup_stepNumber__CJfnr {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--input-bg);
  border: 2px solid var(--input-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--foreground);
  transition: all 0.3s ease;
}
.Signup_stepActive__nDVRh .Signup_stepNumber__CJfnr {
  background: var(--primary-blue, #4059e7);
  border-color: var(--primary-blue, #4059e7);
}
.Signup_stepDone__TyNID .Signup_stepNumber__CJfnr {
  background: var(--success, #28a745);
  border-color: var(--success, #28a745);
}

.Signup_stepLabel__lX4oZ {
  font-size: 0.75rem;
  color: var(--gray-medium);
  white-space: nowrap;
}

.Signup_stepLine__NxfUw {
  width: 60px;
  height: 2px;
  background: var(--input-border);
  margin: 0 0.75rem;
  margin-bottom: 1.2rem;
}

/* Inline Field Errors */
.Signup_inputError__GWLMO {
  border-color: var(--danger, #dc3545) !important;
}

.Signup_fieldError__BN3PY {
  display: block;
  color: var(--danger, #dc3545);
  font-size: 0.8rem;
  margin-top: 0.35rem;
}

/* Name Row (side by side) */
.Signup_nameRow__BFykj {
  display: flex;
  gap: 1rem;
}
.Signup_nameRow__BFykj .Signup_formGroup__mh7v9 {
  flex: 1 1;
}

/* Back Button for OTP */
.Signup_backButton__ipj7C {
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 0.5rem;
  background: none;
  border: none;
  color: var(--gray-medium);
  cursor: pointer;
  font-size: 0.9rem;
  text-align: center;
  transition: color 0.2s ease;
}
.Signup_backButton__ipj7C:hover {
  color: var(--foreground);
}

/* Info Small Text */
.Signup_infoSmall__Fx7nI {
  font-size: 0.8rem;
  opacity: 0.7;
  margin-top: 0.5rem;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/components/Navbar.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ===== Sixma Navbar — minimalist, brand-aligned ===== */
.Navbar_navbar__x0iE6 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 64px;
  background: rgba(5, 8, 16, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (max-width: 640px) {
  .Navbar_navbar__x0iE6 {
    height: 56px;
  }
}

.Navbar_navbarScrolled__nDLuj {
  background: rgba(5, 8, 16, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.Navbar_navbarContainer__Cz5Jf {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  padding: 0 1.5rem;
}
@media (max-width: 640px) {
  .Navbar_navbarContainer__Cz5Jf {
    padding: 0 1rem;
  }
}

.Navbar_navbarContent__LkCjB {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
}

/* ─── Logo ─── */
.Navbar_navbarLogo__eTBJ_ {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.Navbar_logoIcon__yVeOz {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .Navbar_logoIcon__yVeOz {
    width: 28px;
    height: 28px;
    border-radius: 6px;
  }
}

.Navbar_logoIconText__A_p1N {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  font-family: ui-sans-serif, system-ui, sans-serif;
}
@media (max-width: 640px) {
  .Navbar_logoIconText__A_p1N {
    font-size: 0.85rem;
  }
}

.Navbar_logoTextContainer__PcTje {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  min-width: 0;
}

.Navbar_logoTitle___z1e_ {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.15em;
}
@media (max-width: 640px) {
  .Navbar_logoTitle___z1e_ {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
  }
}

.Navbar_logoSubtitle__fpIHA {
  font-size: 0.6rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 2px;
}
@media (max-width: 640px) {
  .Navbar_logoSubtitle__fpIHA {
    display: none;
  }
}

/* ─── Desktop menu ─── */
.Navbar_desktopMenu__0dumr {
  display: none;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .Navbar_desktopMenu__0dumr {
    display: flex;
  }
}

.Navbar_navLinks__DR77m {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.Navbar_menuLink__WRDOQ {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.4rem 0;
  position: relative;
  transition: color 0.2s ease;
}
.Navbar_menuLink__WRDOQ::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.Navbar_menuLink__WRDOQ:hover {
  color: rgba(255, 255, 255, 0.95);
}
.Navbar_menuLink__WRDOQ:hover::after {
  width: 100%;
}

.Navbar_menuLinkActive__5y47s {
  color: rgba(255, 255, 255, 0.95);
}
.Navbar_menuLinkActive__5y47s::after {
  width: 100%;
  background: #6f42c1;
}

.Navbar_divider__R3OQx {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
}

/* ─── Auth buttons (desktop) ─── */
.Navbar_authButtons__YRs_P {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.Navbar_loginButton__KdlDf {
  padding: 0.5rem 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.2s ease;
}
.Navbar_loginButton__KdlDf:hover {
  color: rgb(255, 255, 255);
}

.Navbar_btnPrimary__XRIim {
  padding: 0.55rem 1.1rem;
  background: rgba(255, 255, 255, 0.95);
  color: #050810;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: inline-block;
  white-space: nowrap;
}
.Navbar_btnPrimary__XRIim:hover {
  background: white;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.15);
}

/* ─── User dropdown ─── */
.Navbar_dropdownContainer__MisQB {
  position: relative;
}

.Navbar_userButton__YK1q7 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 0.75rem 0.35rem 0.35rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  font-family: inherit;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}
.Navbar_userButton__YK1q7:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}

.Navbar_avatar__4mgU5 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4059e7, #6f42c1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.Navbar_avatarInitial__wBJk4 {
  font-size: 0.8rem;
  font-weight: 700;
  color: white;
}

.Navbar_username__v_hJo {
  font-size: 0.82rem;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Navbar_dropdownArrow__9EA1_ {
  width: 14px;
  height: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.Navbar_userDropdown__GkJso {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 180px;
  background: rgba(10, 14, 26, 0.98);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  transform-origin: top right;
}

.Navbar_dropdownMenu__r5Nm3 {
  display: flex;
  flex-direction: column;
  padding: 0.35rem;
}

.Navbar_dropdownItem__2xfB_ {
  padding: 0.6rem 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.85rem;
  border-radius: 6px;
  transition: all 0.15s ease;
  cursor: pointer;
}
.Navbar_dropdownItem__2xfB_:hover {
  background: rgba(255, 255, 255, 0.05);
  color: white;
}

.Navbar_dropdownDivider__0Sk7Q {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin: 0.35rem 0;
}

.Navbar_dropdownItemDanger__3z2Xq {
  padding: 0.6rem 0.85rem;
  background: none;
  border: none;
  color: rgba(220, 53, 69, 0.85);
  font-family: inherit;
  font-size: 0.85rem;
  text-align: left;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.Navbar_dropdownItemDanger__3z2Xq:hover {
  background: rgba(220, 53, 69, 0.1);
  color: rgb(220, 53, 69);
}

/* ─── Mobile button ─── */
.Navbar_mobileMenu__b1RGt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .Navbar_mobileMenu__b1RGt {
    display: none;
  }
}

.Navbar_mobileMenuButton___FPFk {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease;
}
.Navbar_mobileMenuButton___FPFk:hover, .Navbar_mobileMenuButton___FPFk:active {
  background: rgba(255, 255, 255, 0.08);
}

.Navbar_menuIcon__5aXdb {
  width: 20px;
  height: 20px;
}

/* ─── Mobile panel ─── */
.Navbar_mobilePanel__m1_j0 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(5, 8, 16, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.Navbar_mobilePanelContent__S6h76 {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem 1.25rem;
  max-height: calc(100vh - 56px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.Navbar_mobileNavLink__EnuBG {
  padding: 0.95rem 0.25rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Navbar_mobileNavLink__EnuBG:active {
  color: white;
  padding-left: 0.6rem;
}
.Navbar_mobileNavLink__EnuBG::after {
  content: "→";
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
  transition: transform 0.2s ease;
}

.Navbar_mobileNavLinkActive__pid_b {
  color: white;
}
.Navbar_mobileNavLinkActive__pid_b::after {
  color: rgba(138, 118, 229, 0.9);
  transform: translateX(4px);
}

.Navbar_mobileAuthSection__iTjYx {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  gap: 0.75rem;
}

.Navbar_mobileAuthButtons__IOcjK {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.Navbar_mobileAuthButtons__IOcjK > * {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.9rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}

.Navbar_mobileLoginButton__vNmG8 {
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.Navbar_mobileLoginButton__vNmG8:active {
  background: rgba(255, 255, 255, 0.05);
}

.Navbar_mobileUserMenu__MQi7g {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.Navbar_mobileMenuItem__YRMwa {
  padding: 0.85rem 0.25rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.Navbar_mobileMenuItem__YRMwa:active {
  color: white;
}

.Navbar_mobileMenuItemDanger__sJ4Fq {
  padding: 0.85rem 0.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(220, 53, 69, 0.85);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/app/forgot-password/forgot-password.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Styles for Forgot Password Page */
.forgot-password_pageWrapper__KNb0J {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: var(--background);
}

.forgot-password_container__9X5FE {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.forgot-password_formContainer__Zh48W {
  width: 100%;
  max-width: 400px;
  background-color: var(--card-bg);
  padding: 2rem;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--card-border);
}

.forgot-password_title__yLNNw {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
  color: var(--foreground);
}

.forgot-password_form__7pzFN {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.forgot-password_label__PqyD8 {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--foreground);
}

.forgot-password_input__ayE73 {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--input-border);
  border-radius: var(--border-radius-md);
  background-color: var(--input-bg);
  color: var(--foreground);
  transition: border-color 0.2s ease;
}
.forgot-password_input__ayE73:focus {
  outline: none;
  border-color: var(--primary);
}
.forgot-password_input__ayE73:disabled {
  background-color: var(--muted);
  cursor: not-allowed;
}

.forgot-password_submitButton__JSH1L {
  padding: 0.75rem 1rem;
  background-color: var(--primary);
  color: var(--primary-foreground);
  border: none;
  border-radius: var(--border-radius-md);
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.forgot-password_submitButton__JSH1L:hover:not(:disabled) {
  background-color: var(--primary-hover);
}
.forgot-password_submitButton__JSH1L:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.forgot-password_messageText__o9jyy {
  text-align: center;
  margin-top: 1rem;
  color: var(--foreground);
}

.forgot-password_errorText__h5_32 {
  text-align: center;
  margin-top: 1rem;
  color: var(--danger);
  font-weight: 500;
}

.forgot-password_backLink__4lLHy {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}
.forgot-password_backLink__4lLHy:hover {
  text-decoration: underline;
}
