/* [project]/src/components/Auth/auth.module.scss.module.css [app-client] (css) */
.auth-module-scss-module__8shKOW__authPage {
  background-color: #0000;
  background-image: linear-gradient(135deg, #000000d9, #000000bf), url("../media/bg.0wsmgyhkgwy4h.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  animation: 10s ease-in-out infinite auth-module-scss-module__8shKOW__bgPulse;
  display: flex;
  position: relative;
}

@keyframes auth-module-scss-module__8shKOW__bgPulse {
  0%, 100% {
    background-color: #0000;
    background-image: linear-gradient(135deg, #000000d9, #000000bf), url("../media/bg.0wsmgyhkgwy4h.png");
    background-position: center;
    background-repeat: repeat, repeat;
    background-size: cover;
    background-attachment: scroll, scroll;
    background-origin: padding-box, padding-box;
    background-clip: border-box, border-box;
  }

  50% {
    background-color: #0000;
    background-image: linear-gradient(135deg, #000000e6, #000c), url("../media/bg.0wsmgyhkgwy4h.png");
    background-position: center;
    background-repeat: repeat, repeat;
    background-size: cover;
    background-attachment: scroll, scroll;
    background-origin: padding-box, padding-box;
    background-clip: border-box, border-box;
  }
}

.auth-module-scss-module__8shKOW__authCard {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: #12121ef2;
  border: 1px solid #667eea33;
  border-radius: 28px;
  width: 100%;
  max-width: 500px;
  padding: 52px 44px;
  transition: transform .3s, box-shadow .3s;
  animation: .7s cubic-bezier(.16, 1, .3, 1) auth-module-scss-module__8shKOW__slideUp;
  box-shadow: 0 30px 60px #0006;
}

.auth-module-scss-module__8shKOW__authCard:hover {
  border-color: #667eea66;
  transform: translateY(-5px);
  box-shadow: 0 35px 70px #00000080;
}

@keyframes auth-module-scss-module__8shKOW__slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px)scale(.95);
  }

  100% {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.auth-module-scss-module__8shKOW__header {
  text-align: center;
  margin-bottom: 52px;
  animation: .8s .2s both auth-module-scss-module__8shKOW__fadeIn;
}

@keyframes auth-module-scss-module__8shKOW__fadeIn {
  from {
    opacity: 0;
    transform: scale(.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.auth-module-scss-module__8shKOW__logo {
  object-fit: contain;
  filter: drop-shadow(0 0 20px #667eea4d);
  width: 110px;
  height: 110px;
  margin-bottom: 24px;
  animation: 3s ease-in-out infinite auth-module-scss-module__8shKOW__logoFloat;
}

@keyframes auth-module-scss-module__8shKOW__logoFloat {
  0%, 100% {
    transform: translateY(0);
  }

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

.auth-module-scss-module__8shKOW__header h1 {
  background: linear-gradient(135deg, #a8c0ff 0%, #8f6bb3 100%);
  -webkit-text-fill-color: #0000;
  letter-spacing: -.5px;
  text-shadow: 0 2px 10px #667eea33;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
}

.auth-module-scss-module__8shKOW__form {
  flex-direction: column;
  gap: 26px;
  display: flex;
}

.auth-module-scss-module__8shKOW__inputGroup {
  opacity: 0;
  width: 100%;
  animation: .6s forwards auth-module-scss-module__8shKOW__slideInRight;
  position: relative;
}

.auth-module-scss-module__8shKOW__inputGroup:first-child {
  animation-delay: .3s;
}

.auth-module-scss-module__8shKOW__inputGroup:nth-child(2) {
  animation-delay: .4s;
}

@keyframes auth-module-scss-module__8shKOW__slideInRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

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

.auth-module-scss-module__8shKOW__input {
  color: #fff;
  box-sizing: border-box;
  background: #1e1e32cc;
  border: 2px solid #667eea33;
  border-radius: 14px;
  outline: none;
  width: 100%;
  padding: 16px 18px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.auth-module-scss-module__8shKOW__input::placeholder {
  color: #adb5bdb3;
  font-weight: 400;
}

.auth-module-scss-module__8shKOW__input:hover {
  background: #232337e6;
  border-color: #667eea80;
}

.auth-module-scss-module__8shKOW__input:focus {
  background: #232337f2;
  border-color: #667eea;
  transform: scale(1.01);
  box-shadow: 0 0 0 4px #667eea26;
}

.auth-module-scss-module__8shKOW__button {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 14px;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  animation: .6s .5s forwards auth-module-scss-module__8shKOW__slideInRight;
  position: relative;
  overflow: hidden;
}

.auth-module-scss-module__8shKOW__button:before {
  content: "";
  background: #ffffff4d;
  border-radius: 50%;
  width: 0;
  height: 0;
  transition: width .6s, height .6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.auth-module-scss-module__8shKOW__button:hover:not(:disabled):before {
  width: 300px;
  height: 300px;
}

.auth-module-scss-module__8shKOW__button:hover:not(:disabled) {
  letter-spacing: 2px;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px #667eea80;
}

.auth-module-scss-module__8shKOW__button:active:not(:disabled) {
  transform: translateY(0);
}

.auth-module-scss-module__8shKOW__button:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: scale(.98);
}

.auth-module-scss-module__8shKOW__error {
  color: #ff6b6b;
  text-align: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: linear-gradient(135deg, #c6282826, #c628281a);
  border-left: 4px solid #ff6b6b;
  border-radius: 12px;
  padding: 14px 18px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  animation: .5s auth-module-scss-module__8shKOW__shake;
}

@keyframes auth-module-scss-module__8shKOW__shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}

@media (max-width: 640px) {
  .auth-module-scss-module__8shKOW__authCard {
    max-width: 92%;
    padding: 36px 28px;
  }

  .auth-module-scss-module__8shKOW__header h1 {
    font-size: 26px;
  }

  .auth-module-scss-module__8shKOW__logo {
    width: 90px;
    height: 90px;
  }

  .auth-module-scss-module__8shKOW__input {
    padding: 14px 16px;
    font-size: 15px;
  }

  .auth-module-scss-module__8shKOW__button {
    padding: 14px;
    font-size: 15px;
  }
}

.auth-module-scss-module__8shKOW__button.auth-module-scss-module__8shKOW__loading {
  pointer-events: none;
  position: relative;
}

.auth-module-scss-module__8shKOW__button.auth-module-scss-module__8shKOW__loading:after {
  content: "";
  border: 2px solid #fff;
  border-top-color: #0000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  animation: .8s linear infinite auth-module-scss-module__8shKOW__spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes auth-module-scss-module__8shKOW__spin {
  to {
    transform: rotate(360deg);
  }
}

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