/* [project]/apps/web/src/components/auth/auth-showcase.module.css [app-client] (css) */
.auth-showcase-module__cYOrAa__showcase {
  perspective: 1200px;
}

.auth-showcase-module__cYOrAa__stage {
  transform-style: preserve-3d;
}

.auth-showcase-module__cYOrAa__pulseLine {
  animation: 4.8s ease-in-out infinite auth-showcase-module__cYOrAa__authPulseLine;
}

.auth-showcase-module__cYOrAa__scanLine {
  animation: 3.6s ease-in-out infinite auth-showcase-module__cYOrAa__authScan;
}

.auth-showcase-module__cYOrAa__floatSlow {
  animation: 8s ease-in-out infinite auth-showcase-module__cYOrAa__authFloatSlow;
}

.auth-showcase-module__cYOrAa__floatDrift {
  animation: 9s ease-in-out infinite auth-showcase-module__cYOrAa__authFloatDrift;
}

.auth-showcase-module__cYOrAa__spark {
  animation: 2.8s ease-in-out infinite auth-showcase-module__cYOrAa__authSpark;
}

.auth-showcase-module__cYOrAa__barOne {
  width: 66%;
  animation: 4s ease-in-out infinite auth-showcase-module__cYOrAa__authBarOne;
}

.auth-showcase-module__cYOrAa__barTwo {
  width: 88%;
  animation: 4.4s ease-in-out infinite auth-showcase-module__cYOrAa__authBarTwo;
}

.auth-showcase-module__cYOrAa__barThree {
  width: 54%;
  animation: 4.8s ease-in-out infinite auth-showcase-module__cYOrAa__authBarThree;
}

@keyframes auth-showcase-module__cYOrAa__authPulseLine {
  0%, 100% {
    opacity: .42;
    transform: scaleX(.68);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes auth-showcase-module__cYOrAa__authScan {
  0%, 100% {
    opacity: .28;
    transform: translateX(-8%);
  }

  50% {
    opacity: 1;
    transform: translateX(8%);
  }
}

@keyframes auth-showcase-module__cYOrAa__authFloatSlow {
  0%, 100% {
    transform: translate3d(0, 0, 0)rotate(0);
  }

  50% {
    transform: translate3d(14px, -18px, 0)rotate(3deg);
  }
}

@keyframes auth-showcase-module__cYOrAa__authFloatDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0)rotate(0);
  }

  50% {
    transform: translate3d(-12px, 14px, 0)rotate(-4deg);
  }
}

@keyframes auth-showcase-module__cYOrAa__authSpark {
  0%, 100% {
    opacity: .65;
    box-shadow: 0 0 #7dd3fc00;
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 28px #7dd3fc94;
  }
}

@keyframes auth-showcase-module__cYOrAa__authBarOne {
  0%, 100% {
    width: 58%;
  }

  50% {
    width: 78%;
  }
}

@keyframes auth-showcase-module__cYOrAa__authBarTwo {
  0%, 100% {
    width: 82%;
  }

  50% {
    width: 96%;
  }
}

@keyframes auth-showcase-module__cYOrAa__authBarThree {
  0%, 100% {
    width: 50%;
  }

  50% {
    width: 72%;
  }
}

/*# sourceMappingURL=apps_web_src_components_auth_auth-showcase_module_aa858a8f.css.map*/