/* [project]/web/src/pages/viggle.dance/_components/ViggleButton/index.module.scss.module.css [client] (css) */
.index-module-scss-module__gVGmhq__viggle-button {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.index-module-scss-module__gVGmhq__viggle-button:after {
  content: "";
  background: conic-gradient(#fffdfb, #ffffff1a 25%, #0000 25%, #0000);
  width: 200%;
  height: 800%;
  animation: 3s linear infinite index-module-scss-module__gVGmhq__rotate;
  position: absolute;
  top: -350%;
  left: -50%;
}

.index-module-scss-module__gVGmhq__viggle-button button, .index-module-scss-module__gVGmhq__viggle-button a, .index-module-scss-module__gVGmhq__viggle-button div {
  z-index: 2;
  position: relative;
}

@keyframes index-module-scss-module__gVGmhq__rotate {
  100% {
    transform: rotate(1turn);
  }
}

/* [project]/web/src/pages/viggle.dance/_blocks/index/Banner/index.module.scss.module.css [client] (css) */
.index-module-scss-module__UA-amW__button {
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite index-module-scss-module__UA-amW__pulse;
}

.index-module-scss-module__UA-amW__button .first {
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  background: linear-gradient(90deg, #ff8b20 0%, #ff43aa 54.5%, #904bff 100%);
  position: relative;
}

.index-module-scss-module__UA-amW__button .first:after {
  content: "";
  z-index: -1;
  --tw-translate-y: -50%;
  width: 3rem;
  height: 3rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: .2;
  background: linear-gradient(90deg, #ff8b20 0%, #ff43aa 54.5%, #904bff 100%);
  border-radius: 9999px;
  position: absolute;
  top: 50%;
}

@media (min-width: 1024px) {
  .index-module-scss-module__UA-amW__button .first:after {
    width: 116px;
    height: 116px;
  }
}

.index-module-scss-module__UA-amW__button .first:before {
  content: "";
  z-index: -2;
  --tw-translate-y: -50%;
  width: 4rem;
  height: 4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: .15;
  background: linear-gradient(90deg, #ff8b20 0%, #ff43aa 54.5%, #904bff 100%);
  border-radius: 9999px;
  position: absolute;
  top: 50%;
}

@media (min-width: 1024px) {
  .index-module-scss-module__UA-amW__button .first:before {
    width: 148px;
    height: 148px;
  }
}

@keyframes index-module-scss-module__UA-amW__pulse {
  0% {
    opacity: .65;
  }

  50% {
    opacity: .85;
  }

  100% {
    opacity: .65;
  }
}

.index-module-scss-module__UA-amW__animate-pulse {
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite index-module-scss-module__UA-amW__pulse;
}

/* [project]/node_modules/.pnpm/nprogress@0.2.0/node_modules/nprogress/nprogress.css [client] (css) */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  z-index: 1031;
  background: #29d;
  width: 100%;
  height: 2px;
  position: fixed;
  top: 0;
  left: 0;
}

#nprogress .peg {
  opacity: 1;
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  transform: rotate(3deg)translate(0, -4px);
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
}

#nprogress .spinner {
  z-index: 1031;
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  box-sizing: border-box;
  border: 2px solid #0000;
  border-color: #29d #0000 #0000 #29d;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: .4s linear infinite nprogress-spinner;
}

.nprogress-custom-parent {
  position: relative;
  overflow: hidden;
}

.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=03x_0hbd43.yi.css.map*/