/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/app/login/auth.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Auth Pages Styles
 * 
 * Shared styles for login, signup, forgot password, etc.
 * All colors are hardcoded to ensure visibility on dark background.
 */

.auth_container__Skcs5 {
  min-height: 100dvh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  padding: 24px;
}

.auth_card__oBMV1 {
  width: 100%;
  max-width: 400px;
  background: rgba(249, 244, 238, 0.05);
  border: 1px solid rgba(249, 244, 238, 0.1);
  border-radius: 16px;
  padding: 32px;
}

.auth_header__LbyDd {
  text-align: center;
  margin-bottom: 32px;
}

.auth_title__VUPHc {
  font-size: 1.75rem;
  font-weight: 700;
  color: #F9F4EE;
  margin: 0 0 8px 0;
}

.auth_subtitle__x_ypB {
  font-size: 0.9rem;
  color: rgba(249, 244, 238, 0.6);
  margin: 0;
}

.auth_form__c_tn9 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.auth_field__xmu9G {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.auth_label__hYIPP {
  font-size: 0.85rem;
  font-weight: 500;
  color: #F9F4EE;
}

.auth_input__LR_NG {
  width: 100%;
  padding: 14px 16px;
  background: rgba(249, 244, 238, 0.08);
  border: 1px solid rgba(249, 244, 238, 0.2);
  border-radius: 10px;
  color: #F9F4EE;
  font-size: 1rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.auth_input__LR_NG::-moz-placeholder {
  color: rgba(249, 244, 238, 0.4);
}

.auth_input__LR_NG::placeholder {
  color: rgba(249, 244, 238, 0.4);
}

.auth_input__LR_NG:focus {
  outline: none;
  border-color: #4A90D9;
  background: rgba(249, 244, 238, 0.1);
}

.auth_forgotLink__gA1pT {
  text-align: right;
  margin-top: -12px;
}

.auth_forgotLink__gA1pT a {
  font-size: 0.85rem;
  color: #4A90D9;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.auth_forgotLink__gA1pT a:hover {
  opacity: 0.8;
}

.auth_submitButton__ztJz3 {
  width: 100%;
  padding: 16px;
  background: #F9F4EE;
  border: none;
  border-radius: 10px;
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease;
  margin-top: 8px;
}

.auth_submitButton__ztJz3:hover:not(:disabled) {
  opacity: 0.9;
}

.auth_submitButton__ztJz3:active:not(:disabled) {
  transform: scale(0.98);
}

.auth_submitButton__ztJz3:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.auth_footer__eX1jC {
  margin-top: 24px;
  text-align: center;
}

.auth_footer__eX1jC p {
  font-size: 0.9rem;
  color: rgba(249, 244, 238, 0.6);
  margin: 0;
}

.auth_link__vZftD {
  color: #4A90D9;
  text-decoration: none;
  font-weight: 500;
}

.auth_link__vZftD:hover {
  text-decoration: underline;
}

.auth_errorBox__1R_0K {
  background: rgba(220, 53, 69, 0.15);
  border: 1px solid rgba(220, 53, 69, 0.3);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  color: #ff6b6b;
  font-size: 0.9rem;
  text-align: center;
}

.auth_successBox__ZkjEh {
  background: rgba(40, 167, 69, 0.15);
  border: 1px solid rgba(40, 167, 69, 0.3);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  color: #51cf66;
  font-size: 0.9rem;
  text-align: center;
}

/* Logo at top */
.auth_logo__dZldN {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.auth_logo__dZldN img {
  height: 40px;
  width: auto;
}

/* Divider */
.auth_divider__Lwfup {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0;
}

.auth_dividerLine__T4Mcb {
  flex: 1;
  height: 1px;
  background: rgba(249, 244, 238, 0.15);
}

.auth_dividerText__fcoz2 {
  font-size: 0.8rem;
  color: rgba(249, 244, 238, 0.4);
}

/* Social buttons */
.auth_socialButtons__38Ypu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.auth_socialButton__kpNTK {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  background: transparent;
  border: 1px solid rgba(249, 244, 238, 0.2);
  border-radius: 10px;
  color: #F9F4EE;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.auth_socialButton__kpNTK:hover {
  background: rgba(249, 244, 238, 0.05);
  border-color: rgba(249, 244, 238, 0.3);
}

/* Back link */
.auth_backLink__u_IzJ {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(249, 244, 238, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  margin-bottom: 16px;
  transition: color 0.2s ease;
}

.auth_backLink__u_IzJ:hover {
  color: #F9F4EE;
}

