.login_page__VIB1K {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #0c0c0e;
  color: #fafafa;
}

.login_shell__HRcrz {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2.5rem 1.25rem;
}

.login_formCol__h19Vd {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.login_logo__uuWzc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
  opacity: 0.9;
  transition: opacity 0.15s ease;
}

.login_logo__uuWzc:hover {
  opacity: 1;
}

.login_logoLime__oPiAU {
  color: #b6f23a;
}

.login_step__hwLVt {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.login_header__6nr4p h1 {
  margin: 0 0 0.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #f4f4f5;
  text-wrap: balance;
}

.login_header__6nr4p p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #a1a1aa;
  word-break: break-word;
}

.login_backRow__1wHCS {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0 0 0.5rem -0.35rem;
  padding: 0;
  border: none;
  background: transparent;
  color: #a1a1aa;
  font: inherit;
  font-size: 0.875rem;
  cursor: pointer;
  transition: color 0.15s ease;
}

.login_backRow__1wHCS:hover {
  color: #e4e4e7;
}

.login_backRow__1wHCS span {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.login_field___YCmt {
  display: flex;
  flex-direction: column;
}

.login_field___YCmt label {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #f4f4f5;
}

.login_field___YCmt input {
  box-sizing: border-box;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 9, 11, 0.45);
  color: #fafafa;
  font: inherit;
  font-size: 0.875rem;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.login_field___YCmt input::placeholder {
  color: #71717a;
}

.login_field___YCmt input:focus {
  outline: none;
  border-color: rgba(182, 242, 58, 0.55);
  box-shadow: 0 0 0 3px rgba(182, 242, 58, 0.12);
}

.login_submit__56LbW {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #7cb518 0%, #5a8f0f 100%);
  color: #f4f4f5;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition:
    transform 0.15s ease,
    filter 0.15s ease;
}

.login_submit__56LbW:hover:not(:disabled) {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.login_submit__56LbW:active:not(:disabled) {
  transform: scale(0.98);
}

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

.login_inlineSwitch__DWW_I {
  margin: 0;
  font-size: 0.75rem;
  color: #71717a;
}

.login_inlineSwitch__DWW_I button,
.login_switch__5nu_F button {
  border: none;
  background: none;
  padding: 0;
  color: #d4ff7a;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
}

.login_inlineSwitch__DWW_I button:hover,
.login_switch__5nu_F button:hover {
  color: #e8ffb0;
  text-decoration: underline;
}

.login_switch__5nu_F {
  padding-top: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  color: #71717a;
}

.login_err__wZRwm {
  margin: 0;
  padding: 0.7rem 0.85rem;
  border-radius: 0.55rem;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #fca5a5;
  font-size: 0.875rem;
  font-weight: 500;
}

.login_toastStack__Hb_E7 {
  position: fixed;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  width: min(22.5rem, calc(100vw - 2rem));
  pointer-events: none;
}

.login_toast__nnqqa {
  position: relative;
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  overflow: hidden;
  padding: 0.65rem 0.85rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 18, 20, 0.92);
  backdrop-filter: blur(20px);
  animation: login_toastIn__qY9xT 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.login_toastIcon__wcg9T {
  display: grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 0.35rem;
  flex-shrink: 0;
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
}

.login_toastText__aTJ2w {
  flex: 1;
  font-size: 0.8rem;
  font-weight: 500;
  color: #e4e4e7;
  line-height: 1.3;
  word-break: break-word;
}

.login_toastClose__BFODg {
  display: grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  border: none;
  border-radius: 0.35rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.login_toastClose__BFODg:hover {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.06);
}

@keyframes login_toastIn__qY9xT {
  from {
    opacity: 0;
    transform: translate3d(12px, 10px, 0) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.login_legal__uPMcR {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: #52525b;
}

.login_legal__uPMcR a {
  color: inherit;
  transition: color 0.15s ease;
}

.login_legal__uPMcR a:hover {
  color: #a1a1aa;
}

