/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!../../packages/components/loader.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/* Forked from: https://cssloaders.github.io/ */

.loader_loader__eK_YK {
  width: 1em;
  height: 1em;
  border: 5px solid rgba(255, 255, 255, 0.8);
  border-bottom-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./modules/home/components/start-button/index.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.start-button_startButton__GjDzq {
  position: relative;
  background: linear-gradient(95deg, #5a3fff 0%, #3483ff 39.04%, #0cf 100%);
}

  .start-button_startButton__GjDzq:before {
    content: '';
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.25),
      rgba(255, 255, 255, 0)
    );
    -webkit-mask: linear-gradient(black, black) content-box content-box,
      linear-gradient(black, black);
            mask: linear-gradient(black, black) content-box content-box,
      linear-gradient(black, black);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
  }

  .start-button_startButton__GjDzq:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 1px;
    width: 67%;
    opacity: 0.5;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 13%,
      rgba(255, 255, 255, 0.3) 50%,
      rgba(255, 255, 255, 0.2) 87%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .start-button_startButton__GjDzq:hover {
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 100%
      ),
      linear-gradient(95deg, #5a3fff 0%, #3483ff 39.04%, #0cf 100%);
  }

  .start-button_startButton__GjDzq:hover:before {
      background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0)
      );
    }

.start-button_dialogContent__hS5cU:before {
    content: '';
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.2) 100%
    );
    -webkit-mask: linear-gradient(black, black) content-box content-box,
      linear-gradient(black, black);
            mask: linear-gradient(black, black) content-box content-box,
      linear-gradient(black, black);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
  }

.start-button_light__jhzlN .start-button_dialogBody__kxSMi {
  background: radial-gradient(
    275.39% 1361.32% at 0% 0%,
    #dfecff 0%,
    #e5f6fd 95.36%
  );
}

.start-button_dark__2B8nu .start-button_dialogBody__kxSMi {
  background: radial-gradient(
    1527.48% 194.58% at 0% 0%,
    #0e004c 0%,
    #130066 100%
  );
}

.start-button_dark__2B8nu .start-button_startButton__GjDzq {
  box-shadow: 0 1.411px 2.214px 0 rgba(0, 0, 0, 0.04),
    0 3.392px 5.32px 0 rgba(0, 0, 0, 0.05),
    0 6.386px 10.017px 0 rgba(0, 0, 0, 0.06),
    0 11.392px 17.869px 0 rgba(0, 0, 0, 0.08),
    0 21.307px 33.422px 0 rgba(0, 0, 0, 0.09), 0 51px 80px 0 rgba(0, 0, 0, 0.13),
    0 -3px 0 0 rgba(0, 0, 0, 0.1) inset;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/animation/style.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/* 水平滚动动画类 */
.style_animate-marquee__TS_Xo {
  animation: style_marquee__ZfaQk var(--duration, 40s) infinite linear;
}
/* 水平滚动动画类 - 反向 */
.style_animate-marquee-reverse__8cc_R {
  animation: style_marquee__ZfaQk var(--duration, 40s) infinite linear reverse;
}
/* 垂直滚动动画类 */
.style_animate-marquee-vertical__tht2u {
  animation: style_marquee-vertical__AtAvz var(--duration, 20s) linear infinite;
}
/* 垂直滚动动画类 - 反向 */
.style_animate-marquee-vertical-reverse__18en1 {
  animation: style_marquee-vertical__AtAvz var(--duration, 20s) linear infinite reverse;
}
/* 关键帧动画定义 */
@keyframes style_marquee__ZfaQk {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes style_marquee-vertical__AtAvz {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-100% - var(--gap)));
  }
}

