/* [project]/src/app/(auth)/auth.module.css [app-client] (css) */
.auth-module__Iay1tq__authPage {
  background: var(--gray-100, #f1f5f9);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 24px;
  display: flex;
}

.auth-module__Iay1tq__authContainer {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
  max-width: 1320px;
  min-height: 700px;
  display: grid;
}

.auth-module__Iay1tq__formSection {
  border: 1px solid var(--gray-200, #e2e8f0);
  background: #fff;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  padding: 64px;
  display: flex;
}

.auth-module__Iay1tq__formWrapper {
  width: 100%;
  max-width: 420px;
}

.auth-module__Iay1tq__logo {
  align-items: center;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.auth-module__Iay1tq__logo img {
  object-fit: contain;
  height: auto;
}

.auth-module__Iay1tq__formHeader {
  margin-bottom: 32px;
}

.auth-module__Iay1tq__formHeader h1 {
  color: #101727;
  letter-spacing: -.5px;
  margin: 0 0 2px;
  font-size: 32px;
  font-weight: 800;
}

.auth-module__Iay1tq__formHeader p {
  color: #64748b;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.auth-module__Iay1tq__form {
  flex-direction: column;
  gap: 18px;
  display: flex;
}

.auth-module__Iay1tq__errorAlert {
  color: #dc2626;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 14px;
  display: flex;
}

.auth-module__Iay1tq__errorAlert svg {
  flex-shrink: 0;
}

.auth-module__Iay1tq__warningAlert {
  color: #92400e;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
}

.auth-module__Iay1tq__warningAlert svg {
  flex-shrink: 0;
  margin-top: 1px;
}

.auth-module__Iay1tq__warningAlertContent {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.auth-module__Iay1tq__warningAlertTitle {
  font-size: 15px;
  font-weight: 600;
}

.auth-module__Iay1tq__warningAlertText {
  color: #a16207;
  font-size: 13px;
}

.auth-module__Iay1tq__warningAlertLink {
  color: #fff;
  background: #f59e0b;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s;
  display: inline-flex;
}

.auth-module__Iay1tq__warningAlertLink:hover {
  background: #d97706;
}

.auth-module__Iay1tq__passwordHint {
  color: #6b7280;
  margin-top: 2px;
  font-size: 12px;
}

.auth-module__Iay1tq__successAlert {
  color: #16a34a;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 14px;
  display: flex;
}

.auth-module__Iay1tq__successAlert svg {
  flex-shrink: 0;
}

.auth-module__Iay1tq__infoAlert {
  color: #2563eb;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 14px;
  display: flex;
}

.auth-module__Iay1tq__infoAlert svg {
  flex-shrink: 0;
}

.auth-module__Iay1tq__codeInputGroup {
  justify-content: center;
  gap: 8px;
  display: flex;
}

.auth-module__Iay1tq__codeDigit {
  text-align: center;
  color: #1a1a2e;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  outline: none;
  width: 52px;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  transition: all .2s;
}

.auth-module__Iay1tq__codeDigit:focus {
  background: #fff;
  border-color: #1a1a2e;
  box-shadow: 0 0 0 3px #1a1a2e14;
}

.auth-module__Iay1tq__stepIndicator {
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  display: flex;
}

.auth-module__Iay1tq__stepDot {
  background: #e2e8f0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transition: all .3s;
}

.auth-module__Iay1tq__stepDotActive {
  background: #1a1a2e;
  border-radius: 4px;
  width: 24px;
}

.auth-module__Iay1tq__stepDotDone {
  background: #16a34a;
}

.auth-module__Iay1tq__resendRow {
  color: #6b7280;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 13px;
  display: flex;
}

.auth-module__Iay1tq__resendBtn {
  color: #1a1a2e;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

.auth-module__Iay1tq__resendBtn:disabled {
  color: #9ca3af;
  cursor: not-allowed;
  text-decoration: none;
}

.auth-module__Iay1tq__inputGroup {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.auth-module__Iay1tq__inputGroup label {
  color: #374151;
  font-size: 13px;
  font-weight: 500;
}

.auth-module__Iay1tq__optional {
  color: #94a3b8;
  font-weight: 400;
}

.auth-module__Iay1tq__inputWrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.auth-module__Iay1tq__inputWrapper > svg:first-child {
  color: #94a3b8;
  pointer-events: none;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.auth-module__Iay1tq__inputWrapper input {
  box-sizing: border-box;
  background: #fafbfc;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  outline: none;
  width: 100%;
  padding: 14px 16px 14px 48px;
  font-size: 15px;
  transition: all .25s cubic-bezier(.4, 0, .2, 1);
}

.auth-module__Iay1tq__inputWrapper input:hover {
  background: #fff;
  border-color: #cbd5e1;
}

.auth-module__Iay1tq__inputWrapper input:focus {
  background: #fff;
  border-color: #28a545;
}

.auth-module__Iay1tq__inputWrapper input::placeholder {
  color: #94a3b8;
}

.auth-module__Iay1tq__passwordToggle {
  cursor: pointer;
  color: #94a3b8;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: color .2s;
  display: flex;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.auth-module__Iay1tq__passwordToggle:hover {
  color: #64748b;
}

.auth-module__Iay1tq__inputRow {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.auth-module__Iay1tq__formOptions {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.auth-module__Iay1tq__checkbox {
  color: #64748b;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}

.auth-module__Iay1tq__checkbox input {
  display: none;
}

.auth-module__Iay1tq__checkmark {
  border: 2px solid #d1d5db;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  transition: all .25s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.auth-module__Iay1tq__checkbox:hover .auth-module__Iay1tq__checkmark {
  border-color: #28a545;
}

.auth-module__Iay1tq__checkbox input:checked + .auth-module__Iay1tq__checkmark {
  background: #28a545;
  border-color: #28a545;
}

.auth-module__Iay1tq__checkbox input:checked + .auth-module__Iay1tq__checkmark:after {
  content: "";
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  width: 5px;
  height: 9px;
  margin-bottom: 2px;
  transform: rotate(45deg);
}

.auth-module__Iay1tq__checkbox a {
  color: #28a545;
  text-decoration: none;
}

.auth-module__Iay1tq__checkbox a:hover {
  text-decoration: underline;
}

.auth-module__Iay1tq__forgotPassword {
  color: #28a545;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.auth-module__Iay1tq__forgotPassword:hover {
  text-decoration: underline;
}

.auth-module__Iay1tq__submitBtn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #28a545 0%, #4db868 100%);
  border: none;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.auth-module__Iay1tq__submitBtn:hover:not(:disabled) {
  opacity: .9;
}

.auth-module__Iay1tq__submitBtn:disabled {
  opacity: .7;
  cursor: not-allowed;
}

.auth-module__Iay1tq__spinner {
  border: 2px solid #ffffff4d;
  border-top-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: .8s linear infinite auth-module__Iay1tq__spin;
}

@keyframes auth-module__Iay1tq__spin {
  to {
    transform: rotate(360deg);
  }
}

.auth-module__Iay1tq__divider {
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: .5px;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  display: flex;
}

.auth-module__Iay1tq__divider:before, .auth-module__Iay1tq__divider:after {
  content: "";
  background: linear-gradient(to right, #0000, #e2e8f0, #0000);
  flex: 1;
  height: 1px;
}

.auth-module__Iay1tq__socialBtn {
  color: #374151;
  cursor: pointer;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.auth-module__Iay1tq__socialBtn:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.auth-module__Iay1tq__switchAuth {
  text-align: center;
  color: #64748b;
  margin-top: 24px;
  font-size: 14px;
}

.auth-module__Iay1tq__switchAuth a {
  color: #28a545;
  font-weight: 600;
  text-decoration: none;
}

.auth-module__Iay1tq__switchAuth a:hover {
  text-decoration: underline;
}

.auth-module__Iay1tq__visualSection {
  background: linear-gradient(135deg, #101727 0%, #151e30 50%, #0c1120 100%);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.auth-module__Iay1tq__visualSection:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(80% 50% at 50% -20%, #28a5451a 0%, #0000 50%), radial-gradient(60% 40% at 80% 60%, #10172726 0%, #0000 50%);
  position: absolute;
  inset: 0;
}

.auth-module__Iay1tq__visualOverlay, .auth-module__Iay1tq__visualPattern {
  display: none;
}

.auth-module__Iay1tq__visualContent {
  z-index: 1;
  color: #fff;
  max-width: 520px;
  position: relative;
}

.auth-module__Iay1tq__visualBadge {
  color: #ffffffd9;
  background: #ffffff14;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
}

.auth-module__Iay1tq__badgeDot {
  background: #28a545;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 2s ease-in-out infinite auth-module__Iay1tq__pulse;
}

@keyframes auth-module__Iay1tq__pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .6;
    transform: scale(1.1);
  }
}

.auth-module__Iay1tq__visualContent h2 {
  margin: 0 0 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.auth-module__Iay1tq__visualContent p {
  color: #ffffffb3;
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.7;
}

.auth-module__Iay1tq__visualStats {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff14;
  border: 1px solid #ffffff1f;
  border-radius: 14px;
  gap: 24px;
  padding: 20px 24px;
  display: flex;
}

.auth-module__Iay1tq__visualStat {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.auth-module__Iay1tq__statValue {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.auth-module__Iay1tq__statLabel {
  color: #fff9;
  font-size: 12px;
}

.auth-module__Iay1tq__statDivider {
  background: #ffffff26;
  width: 1px;
  height: 36px;
}

.auth-module__Iay1tq__features {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.auth-module__Iay1tq__feature {
  color: #ffffffe6;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  display: flex;
}

.auth-module__Iay1tq__feature svg {
  color: #28a545;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .auth-module__Iay1tq__authPage {
    background: #fff;
    padding: 0;
  }

  .auth-module__Iay1tq__authContainer {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 100%;
    min-height: 100vh;
  }

  .auth-module__Iay1tq__visualSection {
    display: none;
  }

  .auth-module__Iay1tq__formSection {
    border: none;
    border-radius: 0;
    align-items: flex-start;
    min-height: 100vh;
    padding: 60px 24px 32px;
  }

  .auth-module__Iay1tq__formWrapper {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .auth-module__Iay1tq__formSection {
    padding: 40px 20px;
  }

  .auth-module__Iay1tq__formWrapper {
    max-width: 100%;
  }

  .auth-module__Iay1tq__formHeader h1 {
    font-size: 26px;
  }

  .auth-module__Iay1tq__inputRow {
    grid-template-columns: 1fr;
  }

  .auth-module__Iay1tq__formOptions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .auth-module__Iay1tq__submitBtn {
    padding: 14px 20px;
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .auth-module__Iay1tq__formSection {
    padding: 32px 16px;
  }

  .auth-module__Iay1tq__logo {
    margin-bottom: 28px;
    font-size: 22px;
  }

  .auth-module__Iay1tq__formHeader {
    margin-bottom: 24px;
  }

  .auth-module__Iay1tq__formHeader h1 {
    font-size: 24px;
  }

  .auth-module__Iay1tq__formHeader p {
    font-size: 14px;
  }

  .auth-module__Iay1tq__form {
    gap: 16px;
  }

  .auth-module__Iay1tq__inputWrapper input {
    padding: 12px 12px 12px 42px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=src_app_%28auth%29_auth_module_1229a4cc.css.map*/