@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@300;400;500;600;700&display=swap";
/* [project]/src/app/login/login.module.css [app-client] (css) */
.login-module__WEZH7G__cromer-root {
  color: #f0eafa;
  font-family: Outfit, sans-serif;
  position: fixed;
  inset: 0;
  overflow: hidden auto;
}

.login-module__WEZH7G__cromer-bg-layer {
  z-index: 0;
  will-change: transform, filter;
  animation: 22s ease-in-out infinite alternate login-module__WEZH7G__cromerBgBreathe;
  position: absolute;
  inset: -6%;
}

@keyframes login-module__WEZH7G__cromerBgBreathe {
  0% {
    filter: brightness() saturate();
    transform: scale(1)rotate(0);
  }

  50% {
    filter: brightness(1.08) saturate(1.15);
    transform: scale(1.035)rotate(.6deg);
  }

  100% {
    filter: brightness(.97) saturate(1.05);
    transform: scale(1.015)rotate(-.4deg);
  }
}

.login-module__WEZH7G__cromer-blob {
  filter: blur(55px) saturate(1.6);
  mix-blend-mode: screen;
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
}

.login-module__WEZH7G__cromer-blob-pink {
  background: radial-gradient(circle, #ec40c1bf, #0000 68%);
  width: 42vw;
  height: 42vw;
  animation: 26s ease-in-out infinite alternate login-module__WEZH7G__cromerBlobFloat1;
  top: -6%;
  left: -4%;
}

.login-module__WEZH7G__cromer-blob-teal {
  background: radial-gradient(circle, #2dd4bf9e, #0000 68%);
  width: 38vw;
  height: 38vw;
  animation: 30s ease-in-out infinite alternate login-module__WEZH7G__cromerBlobFloat2;
  bottom: -6%;
  right: 2%;
}

.login-module__WEZH7G__cromer-blob-green {
  background: radial-gradient(circle, #4ade807a, #0000 68%);
  width: 32vw;
  height: 32vw;
  animation: 34s ease-in-out infinite alternate login-module__WEZH7G__cromerBlobFloat3;
  bottom: 12%;
  left: 26%;
}

@keyframes login-module__WEZH7G__cromerBlobFloat1 {
  0% {
    transform: translate(0)scale(1);
  }

  100% {
    transform: translate(4%, 3%)scale(1.08);
  }
}

@keyframes login-module__WEZH7G__cromerBlobFloat2 {
  0% {
    transform: translate(0)scale(1);
  }

  100% {
    transform: translate(-5%, -4%)scale(1.1);
  }
}

@keyframes login-module__WEZH7G__cromerBlobFloat3 {
  0% {
    transform: translate(0)scale(1);
  }

  100% {
    transform: translate(3%, -5%)scale(.95);
  }
}

.login-module__WEZH7G__cromer-topbar {
  z-index: 10;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #08060f80;
  border-bottom: 1px solid #9b5de514;
  align-items: center;
  gap: 10px;
  padding: 16px 48px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.login-module__WEZH7G__cromer-topbar-dot {
  background: #c026d3;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 10px #c026d373;
}

.login-module__WEZH7G__cromer-topbar-logo {
  letter-spacing: .18em;
  background: linear-gradient(90deg, #fff, #9b5de5);
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Bebas Neue, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.login-module__WEZH7G__cromer-topbar-tag {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8b7da8;
  font-size: 11px;
  font-weight: 300;
}

.login-module__WEZH7G__cromer-page {
  z-index: 2;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  display: grid;
  position: relative;
}

.login-module__WEZH7G__cromer-left {
  border-right: 1px solid #9b5de51a;
  flex-direction: column;
  justify-content: center;
  padding: 72px 56px;
  display: flex;
}

.login-module__WEZH7G__cromer-brand-tag {
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #c026d3;
  margin-bottom: 28px;
  font-size: 11px;
  font-weight: 400;
}

.login-module__WEZH7G__cromer-brand-name {
  letter-spacing: .1em;
  background: linear-gradient(140deg, #fff 0%, #9b5de5 55%, #c026d3 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: clamp(56px, 5.5vw, 84px);
  line-height: 1;
}

.login-module__WEZH7G__cromer-left-in > * {
  animation: .8s cubic-bezier(.22, 1, .36, 1) both login-module__WEZH7G__cromerFadeUp;
}

.login-module__WEZH7G__cromer-left-in > :first-child {
  animation-delay: 50ms;
}

.login-module__WEZH7G__cromer-left-in > :nth-child(2) {
  animation-delay: .18s;
}

@keyframes login-module__WEZH7G__cromerFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.login-module__WEZH7G__cromer-right {
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
}

.login-module__WEZH7G__cromer-card {
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  background: linear-gradient(160deg, #160e2ae0, #0c0a16f0);
  border: 1px solid #9b5de52e;
  border-radius: 24px;
  width: 100%;
  max-width: 420px;
  padding: 48px 44px 52px;
  animation: .7s cubic-bezier(.22, 1, .36, 1) both login-module__WEZH7G__cromerCardIn;
  box-shadow: 0 0 0 1px #9b5de50d, 0 24px 80px #0009, inset 0 1px #ffffff0d;
}

@keyframes login-module__WEZH7G__cromerCardIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.login-module__WEZH7G__cromer-logo-wrap {
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.login-module__WEZH7G__cromer-logo-ring {
  justify-content: center;
  align-items: center;
  animation: 4s ease-in-out infinite login-module__WEZH7G__cromerLogoFloat;
  display: flex;
  position: relative;
}

@keyframes login-module__WEZH7G__cromerLogoFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.login-module__WEZH7G__cromer-logo-ring:before {
  content: "";
  filter: blur(16px);
  z-index: -1;
  background: radial-gradient(circle, #c026d347, #0000 70%);
  border-radius: 50%;
  position: absolute;
  inset: -20px;
}

.login-module__WEZH7G__cromer-logo-img {
  object-fit: contain;
  filter: drop-shadow(0 8px 20px #7c3fd459);
  width: 76px;
  height: 76px;
}

.login-module__WEZH7G__cromer-card-label {
  text-align: center;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #c026d3;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 500;
}

.login-module__WEZH7G__cromer-card-title {
  text-align: center;
  letter-spacing: .1em;
  background: linear-gradient(120deg, #fff 30%, #9b5de5 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 6px;
  font-family: Bebas Neue, sans-serif;
  font-size: 34px;
}

.login-module__WEZH7G__cromer-card-sub {
  text-align: center;
  color: #8b7da8;
  margin-bottom: 36px;
  font-size: 13px;
  font-weight: 300;
}

.login-module__WEZH7G__cromer-field {
  margin-bottom: 18px;
}

.login-module__WEZH7G__cromer-field-label {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8b7da8;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 500;
  display: block;
}

.login-module__WEZH7G__cromer-field-input {
  color: #f0eafa;
  background: #08060fa6;
  border: 1px solid #9b5de52e;
  border-radius: 12px;
  outline: none;
  width: 100%;
  padding: 13px 18px;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  transition: border-color .25s, box-shadow .25s;
}

.login-module__WEZH7G__cromer-field-input::placeholder {
  color: #8b7da873;
}

.login-module__WEZH7G__cromer-field-input:focus {
  border-color: #9b5de58c;
  box-shadow: 0 0 0 3px #7c3fd41a, 0 0 20px #7c3fd412;
}

.login-module__WEZH7G__cromer-pass-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.login-module__WEZH7G__cromer-pass-input-wrap {
  position: relative;
}

.login-module__WEZH7G__cromer-pass-toggle {
  cursor: pointer;
  color: #9b5de5;
  background: none;
  border: none;
  align-items: center;
  padding: 4px;
  transition: color .2s;
  display: flex;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.login-module__WEZH7G__cromer-pass-toggle:hover {
  color: #e040fb;
}

.login-module__WEZH7G__cromer-pass-input-wrap .login-module__WEZH7G__cromer-field-input {
  padding-right: 46px;
}

.login-module__WEZH7G__cromer-error {
  color: #fca5a5;
  background: #ef444414;
  border: 1px solid #ef444440;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 13px;
  animation: .3s both login-module__WEZH7G__cromerCardIn;
}

.login-module__WEZH7G__cromer-recovery-link {
  cursor: pointer;
  color: #a855f7;
  background: none;
  border: none;
  margin-bottom: 16px;
  padding: 0;
  font-size: 13px;
  text-decoration: underline;
}

.login-module__WEZH7G__cromer-recovery-box {
  background: #1a123066;
  border: 1px solid #9b5de533;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 16px;
}

.login-module__WEZH7G__cromer-recovery-text {
  color: #8b7da8;
  margin-bottom: 12px;
  font-size: 13px;
}

.login-module__WEZH7G__cromer-recovery-input {
  margin-bottom: 10px;
}

.login-module__WEZH7G__cromer-recovery-actions {
  gap: 8px;
  display: flex;
}

.login-module__WEZH7G__cromer-recovery-submit {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #7c3fd4, #c026d3);
  border: none;
  border-radius: 10px;
  flex: 1;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
}

.login-module__WEZH7G__cromer-recovery-submit:disabled {
  opacity: .6;
}

.login-module__WEZH7G__cromer-recovery-cancel {
  color: #8b7da8;
  cursor: pointer;
  background: #ffffff0d;
  border: 1px solid #9b5de533;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
}

.login-module__WEZH7G__cromer-recovery-sent {
  color: #86efac;
  background: #22c55e14;
  border: 1px solid #22c55e40;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 13px;
}

.login-module__WEZH7G__cromer-btn {
  cursor: pointer;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #7c3fd4 0%, #c026d3 100%);
  border: none;
  border-radius: 14px;
  width: 100%;
  margin-top: 26px;
  padding: 16px;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s, opacity .2s;
  animation: 2.6s ease-in-out infinite login-module__WEZH7G__cromerBtnGlow;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 28px #c026d366, inset 0 1px #ffffff1a;
}

@keyframes login-module__WEZH7G__cromerBtnGlow {
  0%, 100% {
    box-shadow: 0 4px 28px #c026d366, inset 0 1px #ffffff1a;
  }

  50% {
    box-shadow: 0 4px 46px #c026d3c7, inset 0 1px #ffffff26;
  }
}

.login-module__WEZH7G__cromer-btn:before {
  content: "";
  background: linear-gradient(135deg, #ffffff1a 0%, #0000 55%);
  position: absolute;
  inset: 0;
}

.login-module__WEZH7G__cromer-btn:after {
  content: "";
  background: #ffffff26;
  width: 45%;
  height: 200%;
  transition: left .55s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  top: -50%;
  left: -70%;
  transform: skewX(-20deg);
}

.login-module__WEZH7G__cromer-btn:hover:not(:disabled) {
  animation-play-state: paused;
  transform: translateY(-2px);
  box-shadow: 0 10px 44px #c026d38c, inset 0 1px #ffffff1f;
}

.login-module__WEZH7G__cromer-btn:hover:not(:disabled):after {
  left: 130%;
}

.login-module__WEZH7G__cromer-btn:active:not(:disabled) {
  transform: translateY(0);
}

.login-module__WEZH7G__cromer-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.login-module__WEZH7G__cromer-btn-text {
  z-index: 1;
  position: relative;
}

.login-module__WEZH7G__cromer-card-footer {
  text-align: center;
  color: #8b7da873;
  letter-spacing: .04em;
  margin-top: 26px;
  font-size: 12px;
}

.login-module__WEZH7G__cromer-card-footer-link {
  color: #9b5de5;
  font-weight: 500;
}

@media (max-width: 820px) {
  .login-module__WEZH7G__cromer-page {
    grid-template-columns: 1fr;
  }

  .login-module__WEZH7G__cromer-left {
    display: none;
  }

  .login-module__WEZH7G__cromer-right {
    padding: 24px;
  }

  .login-module__WEZH7G__cromer-topbar {
    padding: 16px 24px;
  }
}

/*# sourceMappingURL=src_app_login_login_module_0d7_rj9.css.map*/