/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/login/page.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/* login — Premium Split Layout */

.page_page__j8X_T {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--bg);
  overflow-x: hidden;
}

.page_panel__f7U23 {
  background: var(--bg-deep);
  background-image: 
    radial-gradient(at 0% 0%, rgba(245, 196, 0, 0.15) 0px, transparent 50%),
    radial-gradient(at 100% 0%, rgba(245, 196, 0, 0.1) 0px, transparent 50%),
    radial-gradient(at 100% 100%, rgba(245, 196, 0, 0.05) 0px, transparent 50%),
    radial-gradient(at 0% 100%, rgba(245, 196, 0, 0.1) 0px, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 80px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.page_orb1__Lj4vH {
  position: absolute;
  top: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(245, 196, 0, 0.15) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  animation: page_float__FWEKx 20s infinite alternate ease-in-out;
}

.page_orb2__cnp99 {
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(245, 196, 0, 0.1) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  animation: page_float__FWEKx 15s infinite alternate-reverse ease-in-out;
}

@keyframes page_float__FWEKx {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, 20px) scale(1.1); }
  100% { transform: translate(-20px, 40px) scale(0.9); }
}

.page_cardLogoWrapper__hA2iq {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.page_panelTitle__wdHo9 {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}

.page_panelTitle__wdHo9 span {
  display: block;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 4px rgba(245, 196, 0, 0.2));
}

.page_panelDesc__My6hZ {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0 0 48px;
  max-width: 480px;
  position: relative;
  z-index: 1;
  font-family: var(--font-body);
}

.page_bullets__mZl50 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page_bullet___wtEd {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.page_bulletIcon__yUuy0 {
  width: 36px;
  height: 36px;
  background: rgba(245, 196, 0, 0.15);
  border: 1px solid rgba(245, 196, 0, 0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow);
  font-size: 14px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.page_bullet___wtEd:hover .page_bulletIcon__yUuy0 {
  transform: scale(1.1) rotate(5deg);
  background: rgba(245, 196, 0, 0.25);
}

.page_formPanel__G0EPP {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: var(--bg);
  position: relative;
}


.page_formCard__1igsl {
  width: 100%;
  max-width: 440px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: var(--shadow-xl);
  position: relative;
  z-index: 1;
}

[data-theme="dark"] .page_formCard__1igsl {
  background: rgba(17, 17, 24, 0.7);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.page_formHeader__v7W49 {
  margin-bottom: 32px;
  text-align: center;
}

.page_formTitle__ucYHw {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -0.02em;
}

.page_formSubtitle__ZGshi {
  margin: 0;
  font-size: 15px;
  color: var(--text-muted);
  font-weight: 500;
}

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

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

.page_field__G4toA label {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 2px;
}

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

.page_inputIcon__0XiQz {
  position: absolute;
  left: 16px;
  color: var(--text-faint);
  font-size: 16px;
  transition: color 0.3s ease;
}

.page_input__t1GXH {
  width: 100%;
  padding: 14px 16px 14px 48px;
  border-radius: 12px;
  border: 1.5px solid var(--border-strong);
  background: var(--bg-card);
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  transition: all 0.3s var(--ease-out);
}

.page_input__t1GXH:focus {
  border-color: var(--yellow);
  background: var(--bg-card);
  box-shadow: 0 0 0 4px var(--yellow-tint);
}

.page_input__t1GXH:focus + .page_inputIcon__0XiQz {
  color: var(--yellow);
}

.page_errorAlert__vp_SV {
  margin-bottom: 24px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.2);
  color: #dc2626;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page_submitBtn__GVtxf {
  margin-top: 12px;
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  border: none;
  background: var(--btn-dark-bg);
  color: var(--btn-dark-txt);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s var(--ease-spring);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page_submitBtn__GVtxf:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background: var(--text);
  color: #fff;
}

[data-theme="dark"] .page_submitBtn__GVtxf:hover:not(:disabled) {
  background: #fff;
  color: #000;
}

.page_submitBtn__GVtxf:active:not(:disabled) {
  transform: translateY(0);
}

.page_submitBtn__GVtxf:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.page_btnSpinner__jx2Mh {
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: page_spin__ZW0L5 0.8s linear infinite;
}

@keyframes page_spin__ZW0L5 {
  to { transform: rotate(360deg); }
}

.page_formFooter__mYFMH {
  margin-top: 32px;
  text-align: center;
}

.page_formFooter__mYFMH p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.page_footerLinks__z5EB4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
}

.page_footerLinks__z5EB4 a {
  color: var(--text);
  transition: color 0.3s ease;
}

.page_footerLinks__z5EB4 a:hover {
  color: var(--yellow-hover);
  text-decoration: underline;
}

.page_separator__cPG1v {
  color: var(--text-faint);
  font-size: 10px;
}

.page_loadingContainer__PM85E {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page_spinner__ljkt6 {
  width: 48px;
  height: 48px;
  border: 4px solid var(--border-strong);
  border-top-color: var(--yellow);
  border-radius: 50%;
  animation: page_spin__ZW0L5 1s infinite linear;
}

.page_loading__E19uJ {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-muted);
}

@media (max-width: 1024px) {
  .page_panel__f7U23 {
    padding: 60px 40px;
  }
}

@media (max-width: 900px) {
  .page_page__j8X_T {
    grid-template-columns: 1fr;
  }
  .page_panel__f7U23 {
    display: none;
  }
  .page_formPanel__G0EPP {
    min-height: 100vh;
    padding: 24px;
  }
  .page_formCard__1igsl {
    padding: 32px 24px;
  }
}


