/* [project]/apps/web/app/login/login.css [app-client] (css) */
@keyframes grain {
  0%, 100% {
    transform: translate(0);
  }

  10% {
    transform: translate(-5%, -10%);
  }

  30% {
    transform: translate(3%, -15%);
  }

  50% {
    transform: translate(-10%, 5%);
  }

  70% {
    transform: translate(8%, 10%);
  }

  90% {
    transform: translate(-3%, 8%);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0)rotate(0);
  }

  25% {
    transform: translateY(-20px)rotate(1deg);
  }

  50% {
    transform: translateY(-10px)rotate(-1deg);
  }

  75% {
    transform: translateY(-25px)rotate(.5deg);
  }
}

@keyframes float-delayed {
  0%, 100% {
    transform: translateY(0)rotate(0);
  }

  25% {
    transform: translateY(-15px)rotate(-.5deg);
  }

  50% {
    transform: translateY(-25px)rotate(1deg);
  }

  75% {
    transform: translateY(-8px)rotate(-.5deg);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes pulse-ring {
  0% {
    opacity: .5;
    transform: scale(.95);
  }

  50% {
    opacity: .3;
    transform: scale(1.05);
  }

  100% {
    opacity: .5;
    transform: scale(.95);
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

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

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }

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

.login-container {
  background: #070709;
  background: lab(1.97278% .0297576 -.790516);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.login-container:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  animation: 8s steps(10, end) infinite grain;
  position: absolute;
  inset: -50%;
}

.orb {
  filter: blur(80px);
  opacity: .4;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  position: absolute;
}

.orb-1 {
  background: #3245b7;
  background: lab(33.6992% 24.2273 -63.7625);
  width: 500px;
  height: 500px;
  animation: 12s ease-in-out infinite float;
  top: -10%;
  right: -5%;
}

.orb-2 {
  background: #62095e;
  background: lab(22.2292% 43.7709 -26.8766);
  width: 400px;
  height: 400px;
  animation: 14s ease-in-out infinite float-delayed;
  bottom: -15%;
  left: -10%;
}

.orb-3 {
  background: #00363a;
  background: lab(19.9036% -36.44 -14.8992);
  width: 300px;
  height: 300px;
  animation: 16s ease-in-out infinite reverse float;
  top: 40%;
  left: 50%;
}

.login-card {
  z-index: 1;
  width: 100%;
  max-width: 420px;
  margin: 0 1.5rem;
  animation: .8s cubic-bezier(.16, 1, .3, 1) both fade-in-up;
  position: relative;
}

.card-glass {
  -webkit-backdrop-filter: blur(40px) saturate(1.5);
  background: #0c0d0f99;
  background: lab(3.68247% .0386983 -1.18616 / .6);
  border: 1px solid #ffffff14;
  border: 1px solid lab(100% 0 0 / .08);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 0 0 1px #ffffff08, 0 20px 50px #0006, 0 0 100px #3245b714;
  box-shadow: 0 0 0 1px lab(100% 0 0 / .03), 0 20px 50px lab(0% 0 0 / .4), 0 0 100px lab(33.6992% 24.2273 -63.7625 / .08);
}

.brand-section {
  text-align: center;
  margin-bottom: 2rem;
  animation: .6s .2s both fade-in;
}

.brand-icon {
  background: linear-gradient(135deg, #3b51d3, #732a9d);
  background: linear-gradient(135deg, lab(39.2214% 26.9192 -70.8472), lab(33.1081% 46.61 -49.1362));
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.25rem;
  display: inline-flex;
  position: relative;
  box-shadow: 0 8px 32px #3b51d34d;
  box-shadow: 0 8px 32px lab(39.2214% 26.9192 -70.8472 / .3);
}

.brand-icon:after {
  content: "";
  z-index: -1;
  background: linear-gradient(135deg, #3b51d34d, #732a9d4d);
  background: linear-gradient(135deg, lab(39.2214% 26.9192 -70.8472 / .3), lab(33.1081% 46.61 -49.1362 / .3));
  border-radius: 20px;
  animation: 3s ease-in-out infinite pulse-ring;
  position: absolute;
  inset: -4px;
}

.brand-title {
  letter-spacing: -.03em;
  color: #f5f5f5;
  color: lab(96.52% -.0000298023 .0000119209);
  margin-bottom: .375rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.brand-subtitle {
  color: gray;
  color: lab(53.6% 0 0);
  font-size: .875rem;
  font-weight: 400;
}

.form-group {
  margin-bottom: 1.25rem;
  animation: .5s cubic-bezier(.16, 1, .3, 1) both slide-in;
}

.form-group:first-child {
  animation-delay: .3s;
}

.form-group:nth-child(2) {
  animation-delay: .4s;
}

.form-label {
  color: #9e9e9e;
  color: lab(65.2% 0 0);
  letter-spacing: .01em;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 500;
  display: block;
}

.form-input {
  color: #eee;
  color: lab(94.2% 0 0);
  background: #050607cc;
  background: lab(1.55078% .0269488 -.676411 / .8);
  border: 1px solid #ffffff14;
  border: 1px solid lab(100% 0 0 / .08);
  border-radius: 12px;
  outline: none;
  width: 100%;
  height: 48px;
  padding: 0 1rem;
  font-family: inherit;
  font-size: .9375rem;
  transition: all .2s cubic-bezier(.16, 1, .3, 1);
}

.form-input::placeholder {
  color: #484848;
  color: lab(30.4% -.0000149012 0);
}

.form-input:hover {
  background: #070709e6;
  background: lab(1.97278% .0297576 -.790516 / .9);
  border-color: #ffffff24;
  border-color: lab(100% 0 0 / .14);
}

.form-input:focus {
  background: #08090b;
  background: lab(2.46512% .0326484 -.913504);
  border-color: #4761e4;
  border-color: lab(45.213% 24.3682 -70.9041);
  box-shadow: 0 0 0 3px #3b51d326, 0 0 20px #3b51d314;
  box-shadow: 0 0 0 3px lab(39.2214% 26.9192 -70.8472 / .15), 0 0 20px lab(39.2214% 26.9192 -70.8472 / .08);
}

.submit-btn {
  letter-spacing: -.01em;
  color: #fff;
  color: lab(100% 0 0);
  cursor: pointer;
  background: linear-gradient(135deg, #3b51d3, #732a9d);
  background: linear-gradient(135deg, lab(39.2214% 26.9192 -70.8472), lab(33.1081% 46.61 -49.1362));
  border: none;
  border-radius: 12px;
  width: 100%;
  height: 48px;
  margin-top: .5rem;
  font-family: inherit;
  font-size: .9375rem;
  font-weight: 600;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  animation: .5s .5s both fade-in-up;
  position: relative;
  overflow: hidden;
}

.submit-btn:before {
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, #0000 0%, #ffffff1f 50%, #0000 100%) 0 0 / 200% 100%;
  background: linear-gradient(90deg, #0000 0%, lab(100% 0 0 / .12) 50%, #0000 100%) 0 0 / 200% 100%;
  transition: opacity .3s;
  animation: 3s ease-in-out infinite shimmer;
  position: absolute;
  inset: 0;
}

.submit-btn:hover:before {
  opacity: 1;
}

.submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 32px #3b51d366, 0 0 60px #3b51d326;
  box-shadow: 0 8px 32px lab(39.2214% 26.9192 -70.8472 / .4), 0 0 60px lab(39.2214% 26.9192 -70.8472 / .15);
}

.submit-btn:active {
  transform: translateY(0);
}

.submit-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.error-message {
  text-align: center;
  color: #ff6367;
  color: lab(63.2467% 60.4719 30.8398);
  background: #ff636714;
  background: lab(63.2467% 60.4719 30.8398 / .08);
  border: 1px solid #ff636726;
  border: 1px solid lab(63.2467% 60.4719 30.8398 / .15);
  border-radius: 10px;
  margin-top: 1rem;
  padding: .625rem 1rem;
  font-size: .8125rem;
  animation: .3s both fade-in-up;
}

.spinner {
  border: 2px solid #ffffff4d;
  border: 2px solid lab(100% 0 0 / .3);
  vertical-align: middle;
  border-top-color: oklch(100% 0 0);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-right: .5rem;
  animation: .6s linear infinite spin;
  display: inline-block;
}

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

.footer-text {
  text-align: center;
  color: #484848;
  color: lab(30.4% -.0000149012 0);
  margin-top: 1.5rem;
  font-size: .75rem;
  animation: .6s .7s both fade-in;
}

.footer-link {
  color: #4761e4;
  color: lab(45.213% 24.3682 -70.9041);
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #6483ff;
  color: lab(57.0914% 20.4862 -71.0987);
  text-decoration: underline;
}

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