/* [project]/src/components/AccountInfo/AccountInfo.module.scss.module.css [app-client] (css) */
.AccountInfo-module-scss-module__jkWC7G__card {
  background-color: var(--neutral-opacity-black-bk-60);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 24px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px -2px #0000004d;
}

.AccountInfo-module-scss-module__jkWC7G__card__inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 160px;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.AccountInfo-module-scss-module__jkWC7G__card__inner_loggedIn {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

@media only screen and (max-width: 1279px) {
  .AccountInfo-module-scss-module__jkWC7G__card {
    border-radius: 24px;
  }

  .AccountInfo-module-scss-module__jkWC7G__card__inner {
    min-height: 144px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .AccountInfo-module-scss-module__jkWC7G__card {
    border-radius: 6.6667vw;
  }

  .AccountInfo-module-scss-module__jkWC7G__card__inner {
    min-height: 38.8889vw;
    padding: 8.8889vw;
  }
}

.AccountInfo-module-scss-module__jkWC7G__container {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .AccountInfo-module-scss-module__jkWC7G__container {
    display: flex;
  }
}

.AccountInfo-module-scss-module__jkWC7G__screw {
  background-color: var(--neutral-opacity-white-w-20);
  border-radius: 16px;
  width: 5px;
  height: 5px;
  position: absolute;
  box-shadow: 0 1px #000;
}

.AccountInfo-module-scss-module__jkWC7G__top_left {
  top: 16px;
  left: 16px;
}

.AccountInfo-module-scss-module__jkWC7G__top_right {
  top: 16px;
  right: 16px;
}

.AccountInfo-module-scss-module__jkWC7G__bottom_left {
  bottom: 16px;
  left: 16px;
}

.AccountInfo-module-scss-module__jkWC7G__bottom_right {
  bottom: 16px;
  right: 16px;
}

.AccountInfo-module-scss-module__jkWC7G__message {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.AccountInfo-module-scss-module__jkWC7G__message__title {
  color: var(--brand-secondary) !important;
}

.AccountInfo-module-scss-module__jkWC7G__message__text {
  font-family: var(--font-roboto);
  letter-spacing: 0;
  color: var(--neutral-white);
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.AccountInfo-module-scss-module__jkWC7G__message__button {
  background-color: var(--neutral-white);
  cursor: pointer;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 122px;
  margin-top: 16px;
  padding: 8px;
  transition: all .24s ease-in-out;
  display: inline-flex;
}

.AccountInfo-module-scss-module__jkWC7G__message__button:hover:not(:disabled) {
  opacity: .9;
}

.AccountInfo-module-scss-module__jkWC7G__message__button:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.AccountInfo-module-scss-module__jkWC7G__message__button__text {
  font-family: var(--font-roboto);
  letter-spacing: 0;
  color: var(--neutral-black);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}

@media only screen and (max-width: 767px) {
  .AccountInfo-module-scss-module__jkWC7G__message {
    gap: 3.3333vw;
  }

  .AccountInfo-module-scss-module__jkWC7G__message__text {
    font-size: 3.8889vw;
  }

  .AccountInfo-module-scss-module__jkWC7G__message__button {
    border-radius: 2.2222vw;
    gap: 2.2222vw;
    margin-top: 4.4444vw;
    padding: 2.2222vw 4.4444vw;
  }

  .AccountInfo-module-scss-module__jkWC7G__message__button__text {
    font-size: 3.3333vw;
  }
}

.AccountInfo-module-scss-module__jkWC7G__userInfo {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  margin-left: 40px;
  display: flex;
}

.AccountInfo-module-scss-module__jkWC7G__userInfo__header {
  align-items: center;
  gap: 8px;
  display: flex;
}

.AccountInfo-module-scss-module__jkWC7G__userInfo__username {
  letter-spacing: -.2px;
  color: var(--neutral-white);
  font-family: Sofia Sans Condensed, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

@media only screen and (max-width: 1279px) {
  .AccountInfo-module-scss-module__jkWC7G__userInfo__username {
    letter-spacing: -.1px;
    font-size: 20px;
    line-height: 20px;
  }
}

.AccountInfo-module-scss-module__jkWC7G__userInfo__address {
  letter-spacing: -.1px;
  color: #ffffff80;
  font-family: Sofia Sans Condensed, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.6px;
}

@media only screen and (max-width: 1279px) {
  .AccountInfo-module-scss-module__jkWC7G__userInfo {
    margin-left: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .AccountInfo-module-scss-module__jkWC7G__userInfo {
    gap: 2.2222vw;
    margin-left: 0;
  }

  .AccountInfo-module-scss-module__jkWC7G__userInfo__username {
    font-size: 5.5556vw;
    line-height: 5.5556vw;
  }

  .AccountInfo-module-scss-module__jkWC7G__userInfo__address {
    font-size: 3.8889vw;
    line-height: 4.2778vw;
  }
}

.AccountInfo-module-scss-module__jkWC7G__avartar_pos {
  position: absolute;
  top: -120px;
  right: -110px;
}

@media only screen and (max-width: 1279px) {
  .AccountInfo-module-scss-module__jkWC7G__avartar_pos {
    top: -92px;
    right: -90px;
  }
}

@media only screen and (max-width: 767px) {
  .AccountInfo-module-scss-module__jkWC7G__avartar_pos {
    margin-left: auto;
    position: absolute;
    top: 2.7778vw;
    right: -8.8889vw;
  }
}

.AccountInfo-module-scss-module__jkWC7G__avatar {
  border-radius: 24px;
  flex-shrink: 0;
  width: 360px;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.AccountInfo-module-scss-module__jkWC7G__avatar img {
  object-fit: contain;
  image-rendering: pixelated;
}

@media only screen and (max-width: 1279px) {
  .AccountInfo-module-scss-module__jkWC7G__avatar {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .AccountInfo-module-scss-module__jkWC7G__avatar {
    border-radius: 5.5556vw;
    width: 50vw;
    height: 50vw;
    margin-left: auto;
  }
}

.AccountInfo-module-scss-module__jkWC7G__my_page_link_button {
  color: #fff;
  white-space: nowrap;
  margin-top: 12px;
  font-weight: 500;
  line-height: 1;
  width: 79px !important;
  height: 24px !important;
  padding: 0 8px !important;
  font-size: 12px !important;
}

@media only screen and (max-width: 767px) {
  .AccountInfo-module-scss-module__jkWC7G__my_page_link_button {
    width: 21.9444vw !important;
    height: 6.6667vw !important;
    margin-top: 3.3333vw !important;
    padding: 0 2.2222vw !important;
    font-size: 3.3333vw !important;
  }
}

/* [project]/src/components/Container/styles/Container.module.scss.module.css [app-client] (css) */
.Container-module-scss-module__VpqJrq__container {
  background: none;
  border: 1px solid #8632fb99;
  border-radius: 24px;
  width: 100%;
  max-width: 448px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .Container-module-scss-module__VpqJrq__container {
    max-width: 100%;
  }
}

.Container-module-scss-module__VpqJrq__container__inner {
  background-color: #5611b7;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.Container-module-scss-module__VpqJrq__container__tagline {
  font-family: var(--font-sofia-sans-condensed);
  letter-spacing: -.2px;
  color: var(--neutral-white);
  text-align: center;
  white-space: pre-line;
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .Container-module-scss-module__VpqJrq__container__tagline {
    font-size: 5.5556vw;
    line-height: 6.6667vw;
  }
}

.Container-module-scss-module__VpqJrq__container__token {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .Container-module-scss-module__VpqJrq__container__token {
    width: 55.5556vw;
    height: 55.5556vw;
  }
}

.Container-module-scss-module__VpqJrq__container__token__image {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.Container-module-scss-module__VpqJrq__container__token__icon {
  z-index: 2;
  width: 100%;
  max-width: 168px;
  height: 100%;
  max-height: 168px;
}

@media only screen and (max-width: 767px) {
  .Container-module-scss-module__VpqJrq__container__token__icon {
    max-width: 38.8889vw;
    max-height: 38.8889vw;
  }
}

.Container-module-scss-module__VpqJrq__container__token__glow {
  opacity: .6;
  filter: blur(40px);
  z-index: 0;
  background-color: #39eecc;
  border-radius: 50%;
  width: 88.55px;
  height: 96.57px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .Container-module-scss-module__VpqJrq__container__token__glow {
    width: 20.5556vw;
    height: 22.2222vw;
  }
}

/* [project]/src/components/UserSubmissionAndClaimInfo/UserSubmissionAndClaimInfo.module.scss.module.css [app-client] (css) */
.UserSubmissionAndClaimInfo-module-scss-module__FclBOq__container {
  background: none;
  border: 1px solid #8632fb99;
  border-radius: 24px;
  width: 100%;
  max-width: 448px;
  height: 234px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1279px) {
  .UserSubmissionAndClaimInfo-module-scss-module__FclBOq__container {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .UserSubmissionAndClaimInfo-module-scss-module__FclBOq__container {
    max-width: 100%;
    height: 65vw;
    padding: 4.4444vw;
  }
}

.UserSubmissionAndClaimInfo-module-scss-module__FclBOq__container__inner {
  border-radius: 12px;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #8632fb4d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 97px;
  padding: 20px 24px;
  display: flex;
}

@media only screen and (max-width: 1279px) {
  .UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section {
    flex-direction: row;
    height: auto;
    padding: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section {
    height: 20vw;
    padding: 4.4444vw;
  }
}

.UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section__label {
  font-family: var(--font-sofia-sans-condensed);
  letter-spacing: -.1px;
  color: #fffc;
  text-align: left;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.6px;
}

@media only screen and (max-width: 1279px) {
  .UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section__label {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section__label {
    font-size: 4.4444vw;
    line-height: 4.8889vw;
  }
}

.UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section__value {
  justify-content: flex-end;
  align-items: baseline;
  gap: 4px;
  width: 100%;
  margin-top: auto;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section__value {
    gap: 1.1111vw;
  }
}

.UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section__value__number {
  font-family: var(--font-sofia-sans-condensed);
  letter-spacing: -.2px;
  color: var(--neutral-white);
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 1279px) {
  .UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section__value__number {
    letter-spacing: -.1px;
    font-size: 16px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 767px) {
  .UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section__value__number {
    gap: 2px;
    font-size: 4.4444vw;
  }
}

.UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section__value__unit {
  font-family: var(--font-sofia-sans-condensed);
  letter-spacing: -.1px;
  color: var(--neutral-white);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.6px;
}

@media only screen and (max-width: 767px) {
  .UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section__value__unit {
    font-size: 4.4444vw;
    line-height: 4.8889vw;
  }
}

.UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section__value__text {
  font-family: var(--font-sofia-sans-condensed);
  letter-spacing: -.1px;
  color: #fff;
  text-align: right;
  opacity: .3;
  white-space: nowrap;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

@media only screen and (max-width: 1279px) {
  .UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section__value__text {
    letter-spacing: -.1px;
    font-size: 16px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 767px) {
  .UserSubmissionAndClaimInfo-module-scss-module__FclBOq__section__value__text {
    gap: 1.1111vw;
    font-size: 4.4444vw;
  }
}

.UserSubmissionAndClaimInfo-module-scss-module__FclBOq__claimable_reward_active {
  opacity: 1;
  color: #fff !important;
}

/* [project]/src/app/_features/IndexDashboard/styles/DashboardAccountInfo.module.scss.module.css [app-client] (css) */
@media only screen and (max-width: 1279px) {
  .DashboardAccountInfo-module-scss-module__7rGsPW__active {
    display: flex !important;
  }

  .DashboardAccountInfo-module-scss-module__7rGsPW__section {
    align-items: center;
    margin-top: 40px;
    display: none;
  }

  .DashboardAccountInfo-module-scss-module__7rGsPW__section > div:first-child {
    flex: .44;
  }

  .DashboardAccountInfo-module-scss-module__7rGsPW__section > div:last-child {
    flex: .56;
  }
}

@media only screen and (max-width: 1024px) {
  .DashboardAccountInfo-module-scss-module__7rGsPW__section > div:first-child {
    flex: .51;
  }

  .DashboardAccountInfo-module-scss-module__7rGsPW__section > div:last-child {
    flex: .49;
  }
}

@media only screen and (max-width: 767px) {
  .DashboardAccountInfo-module-scss-module__7rGsPW__section {
    flex-direction: column;
    margin-top: 11.1111vw;
  }

  .DashboardAccountInfo-module-scss-module__7rGsPW__section > div:first-child, .DashboardAccountInfo-module-scss-module__7rGsPW__section > div:last-child {
    flex: 1;
  }
}

.DashboardAccountInfo-module-scss-module__7rGsPW__account_container {
  position: relative;
}

.DashboardAccountInfo-module-scss-module__7rGsPW__account_container canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .DashboardAccountInfo-module-scss-module__7rGsPW__account_container {
    width: 100%;
  }
}

/* [project]/src/app/_features/IndexDashboard/styles/IndexFusionAndFission.module.scss.module.css [app-client] (css) */
.IndexFusionAndFission-module-scss-module__ELm6aW__container {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .IndexFusionAndFission-module-scss-module__ELm6aW__container {
    margin-top: 2.2222vw;
  }
}

.IndexFusionAndFission-module-scss-module__ELm6aW__form_container {
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}

.IndexFusionAndFission-module-scss-module__ELm6aW__is_pc {
  display: flex;
}

@media only screen and (max-width: 1279px) {
  .IndexFusionAndFission-module-scss-module__ELm6aW__is_pc {
    display: none;
  }
}

.IndexFusionAndFission-module-scss-module__ELm6aW__is_mobile {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .IndexFusionAndFission-module-scss-module__ELm6aW__is_mobile {
    display: block;
  }
}

.IndexFusionAndFission-module-scss-module__ELm6aW__hide {
  pointer-events: none;
  display: none !important;
}

.IndexFusionAndFission-module-scss-module__ELm6aW__fusion_form {
  will-change: border, box-shadow;
  border: 1px solid #0000;
  height: 394px;
  transition: all .24s linear;
  background: #6b1fca1a url("https://static.msu.io/assets/images/reactor/bg/db_fusion_form.png") center / cover no-repeat !important;
  width: 640px !important;
}

.IndexFusionAndFission-module-scss-module__ELm6aW__fusion_form:hover {
  border: 1px solid #9d36feb3;
  box-shadow: 0 0 64px -16px #bd3ac999;
}

@media only screen and (max-width: 1279px) {
  .IndexFusionAndFission-module-scss-module__ELm6aW__fusion_form {
    background: #6b1fca1a url("https://static.msu.io/assets/images/reactor/bg/db_fusion_form_tablet.png") center / cover no-repeat;
    height: auto;
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .IndexFusionAndFission-module-scss-module__ELm6aW__fusion_form {
    background: #6b1fca1a url("https://static.msu.io/assets/images/reactor/bg/db_fusion_form_mo.png") center / cover no-repeat;
  }
}

.IndexFusionAndFission-module-scss-module__ELm6aW__fission_form {
  will-change: border, box-shadow;
  border: 1px solid #0000;
  height: 466px;
  transition: all .24s linear;
  background: #6b1fca1a url("https://static.msu.io/assets/images/reactor/bg/db_fission_form.png") center / cover no-repeat !important;
  width: 448px !important;
}

.IndexFusionAndFission-module-scss-module__ELm6aW__fission_form:hover {
  border: 1px solid #8758ffb3;
  box-shadow: 0 0 64px -16px #09c0bd99;
}

@media only screen and (max-width: 1279px) {
  .IndexFusionAndFission-module-scss-module__ELm6aW__fission_form {
    background: #6b1fca1a url("https://static.msu.io/assets/images/reactor/bg/db_fission_form_tablet.png") center / cover no-repeat;
    height: auto;
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .IndexFusionAndFission-module-scss-module__ELm6aW__fission_form {
    background: #6b1fca1a url("https://static.msu.io/assets/images/reactor/bg/db_fission_form_mo.png") center / cover no-repeat;
  }
}

@media only screen and (max-width: 1279px) {
  .IndexFusionAndFission-module-scss-module__ELm6aW__form_container {
    gap: 0;
    margin-top: 8px;
  }

  .IndexFusionAndFission-module-scss-module__ELm6aW__form_container > div:first-child {
    flex-shrink: 1;
    width: 100%;
  }

  .IndexFusionAndFission-module-scss-module__ELm6aW__tab {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .IndexFusionAndFission-module-scss-module__ELm6aW__form_container {
    margin-top: 2.2222vw;
  }

  .IndexFusionAndFission-module-scss-module__ELm6aW__tab {
    margin-top: 11.1111vw;
  }
}

.IndexFusionAndFission-module-scss-module__ELm6aW__right_section {
  width: 100%;
  max-width: 448px;
  position: relative;
}

@media only screen and (max-width: 1279px) {
  .IndexFusionAndFission-module-scss-module__ELm6aW__right_section {
    max-width: 100%;
  }
}

/* [project]/src/components/Card/styles/InLinkCard.module.scss.module.css [app-client] (css) */
.InLinkCard-module-scss-module__g_Vg8a__card {
  background: var(--neutral-opacity-black-bk-01);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border: 1px solid #8632fb4d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 24px;
  transition: all .4s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000001a;
}

.InLinkCard-module-scss-module__g_Vg8a__card:before {
  z-index: 1;
  content: "";
  filter: blur(24px);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.InLinkCard-module-scss-module__g_Vg8a__card:after {
  z-index: 0;
  content: "";
  opacity: 0;
  filter: blur(24px);
  will-change: opacity, filter;
  background-color: #0000;
  border-radius: 0;
  width: 180px;
  height: 72px;
  transition: all .4s ease-in-out;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.InLinkCard-module-scss-module__g_Vg8a__card:hover, .InLinkCard-module-scss-module__g_Vg8a__card:focus-visible {
  border: 1px solid #43ffe24d;
}

.InLinkCard-module-scss-module__g_Vg8a__card:hover:after, .InLinkCard-module-scss-module__g_Vg8a__card:focus-visible:after {
  opacity: .5;
  background-color: var(--cyan-800);
  filter: blur(60px);
  border-radius: 280px;
  width: 280px;
  height: 144px;
  bottom: -48px;
  left: 16px;
}

.InLinkCard-module-scss-module__g_Vg8a__card:hover i, .InLinkCard-module-scss-module__g_Vg8a__card:focus-visible i {
  z-index: 1;
  opacity: 1;
  color: var(--brand-secondary);
  top: 20px;
  right: 20px;
}

.InLinkCard-module-scss-module__g_Vg8a__card__title {
  color: #fff;
  word-break: break-word;
  white-space: break-spaces;
  width: 80%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  font-family: var(--font-roboto);
}

.InLinkCard-module-scss-module__g_Vg8a__card__description {
  color: var(--neutral-opacity-white-w-50);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.InLinkCard-module-scss-module__g_Vg8a__card__link {
  color: #fff;
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: all .24s ease-in-out;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
}

@media only screen and (max-width: 1279px) {
  .InLinkCard-module-scss-module__g_Vg8a__card {
    border-radius: 24px;
    padding: 24px;
  }

  .InLinkCard-module-scss-module__g_Vg8a__card:after, .InLinkCard-module-scss-module__g_Vg8a__card:hover:after, .InLinkCard-module-scss-module__g_Vg8a__card:focus-visible:after {
    bottom: -64px;
    left: initial;
    right: -32px;
  }

  .InLinkCard-module-scss-module__g_Vg8a__card:hover i, .InLinkCard-module-scss-module__g_Vg8a__card:focus-visible i {
    top: 20px;
    right: 20px;
  }

  .InLinkCard-module-scss-module__g_Vg8a__card__title {
    word-break: break-all;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .InLinkCard-module-scss-module__g_Vg8a__card {
    background: #22005180;
    border: 1px solid #511d99;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 4.4444vw;
  }

  .InLinkCard-module-scss-module__g_Vg8a__card:after {
    bottom: -17.7778vw;
    left: initial;
    right: -8.8889vw;
  }

  .InLinkCard-module-scss-module__g_Vg8a__card:hover:after, .InLinkCard-module-scss-module__g_Vg8a__card:focus-visible:after {
    bottom: -17.7778vw;
    left: initial;
    width: 77.7778vw;
    height: 40vw;
    right: -8.8889vw;
  }

  .InLinkCard-module-scss-module__g_Vg8a__card:hover i, .InLinkCard-module-scss-module__g_Vg8a__card:focus-visible i {
    top: 0;
    right: 0;
  }

  .InLinkCard-module-scss-module__g_Vg8a__card__title {
    white-space: nowrap;
    font-size: 4.4444vw;
  }

  .InLinkCard-module-scss-module__g_Vg8a__card__description {
    display: none;
  }

  .InLinkCard-module-scss-module__g_Vg8a__card__link {
    position: relative;
    top: 0;
    right: 0;
  }

  .InLinkCard-module-scss-module__g_Vg8a__card__link i {
    width: 5.5556vw;
    height: 5.5556vw;
  }
}

/* [project]/src/components/SpotlightCard.css [app-client] (css) */
.card-spotlight {
  --mouse-x: 50%;
  --mouse-y: 50%;
  --spotlight-color: #ffffff0d;
  background-color: #0000;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-spotlight:before {
  content: "";
  background: radial-gradient(circle at var(--mouse-x) var(--mouse-y), var(--spotlight-color), transparent 80%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
  position: absolute;
  inset: 0;
}

.card-spotlight:hover:before, .card-spotlight:focus-within:before {
  opacity: .6;
}

/* [project]/src/app/_features/IndexDashboard/styles/IndexLearnMore.module.scss.module.css [app-client] (css) */
.IndexLearnMore-module-scss-module__qC4W6q__section {
  border: 1px dashed var(--purple-600);
  border-radius: 40px;
  padding: 32px;
}

@media only screen and (max-width: 767px) {
  .IndexLearnMore-module-scss-module__qC4W6q__section {
    border: 0;
    border-radius: 0;
    padding: 0;
  }
}

.IndexLearnMore-module-scss-module__qC4W6q__section__header {
  margin-bottom: 24px;
}

.IndexLearnMore-module-scss-module__qC4W6q__section__header > h2 {
  text-align: center;
  color: #fff;
  font-family: var(--font-sofia-sans-condensed);
  letter-spacing: -.2px;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 1279px) {
  .IndexLearnMore-module-scss-module__qC4W6q__section__header {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .IndexLearnMore-module-scss-module__qC4W6q__section__header {
    margin-bottom: 6.6667vw;
    padding: .4167vw 0 .4167vw 2.2222vw;
  }

  .IndexLearnMore-module-scss-module__qC4W6q__section__header > h2 {
    text-align: left;
    font-size: 6.6667vw;
  }
}

.IndexLearnMore-module-scss-module__qC4W6q__section__list {
  grid-template-columns: 2fr 2fr 1.2fr;
  gap: 16px;
  display: grid;
}

@media only screen and (max-width: 1279px) {
  .IndexLearnMore-module-scss-module__qC4W6q__section__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    height: 100%;
    display: grid;
  }
}

@media only screen and (max-width: 767px) {
  .IndexLearnMore-module-scss-module__qC4W6q__section__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.3333vw;
    display: grid;
  }
}

.IndexLearnMore-module-scss-module__qC4W6q__right_side {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .IndexLearnMore-module-scss-module__qC4W6q__right_side {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 3.3333vw;
    display: flex;
  }

  .IndexLearnMore-module-scss-module__qC4W6q__right_side > div {
    flex: 1;
  }
}

/* [project]/src/components/List/styles/NoticeList.module.scss.module.css [app-client] (css) */
@keyframes NoticeList-module-scss-module__ZumDiW__newAni {
  from {
    opacity: .5;
  }

  to {
    opacity: 1;
  }
}

.NoticeList-module-scss-module__ZumDiW__list {
  border-bottom: 1px solid var(--neutral-opacity-white-w-10);
  align-items: center;
  min-width: 320px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: all .24s ease-in-out;
  display: flex;
  position: relative;
}

.NoticeList-module-scss-module__ZumDiW__list:after {
  opacity: 1;
  content: "";
  background: linear-gradient(to right, var(--brand-primary), var(--brand-secondary));
  transform-origin: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}

@media only screen and (max-width: 767px) {
  .NoticeList-module-scss-module__ZumDiW__list {
    min-width: 100%;
    font-size: 3.8889vw;
  }
}

.NoticeList-module-scss-module__ZumDiW__list__link {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 72px;
  display: flex;
}

@media only screen and (max-width: 1279px) {
  .NoticeList-module-scss-module__ZumDiW__list__link {
    padding: 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .NoticeList-module-scss-module__ZumDiW__list__link {
    height: 20vw;
    padding: 4.4444vw 0;
  }
}

.NoticeList-module-scss-module__ZumDiW__list__link__box {
  align-items: center;
  width: 100%;
  display: flex;
}

.NoticeList-module-scss-module__ZumDiW__list__link__category {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3px 0;
  display: flex;
}

.NoticeList-module-scss-module__ZumDiW__list__link__category.NoticeList-module-scss-module__ZumDiW__fusion {
  color: var(--purple-200);
}

.NoticeList-module-scss-module__ZumDiW__list__link__category.NoticeList-module-scss-module__ZumDiW__fission {
  color: var(--cyan-600);
}

.NoticeList-module-scss-module__ZumDiW__list__link__category.NoticeList-module-scss-module__ZumDiW__event {
  color: var(--orange-600);
}

.NoticeList-module-scss-module__ZumDiW__list__link__category.NoticeList-module-scss-module__ZumDiW__notice {
  color: var(--neutral-opacity-white-w-50);
}

@media only screen and (max-width: 767px) {
  .NoticeList-module-scss-module__ZumDiW__list__link__category {
    padding: .8333vw 0;
  }
}

.NoticeList-module-scss-module__ZumDiW__list__link__contents {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 94%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .NoticeList-module-scss-module__ZumDiW__list__link__contents {
    font-size: 3.8889vw;
    font-weight: 500;
    line-height: 1.4;
  }
}

.NoticeList-module-scss-module__ZumDiW__list:last-child {
  border-bottom: 0;
}

.NoticeList-module-scss-module__ZumDiW__list:last-child:after {
  display: none;
}

.NoticeList-module-scss-module__ZumDiW__new {
  background-color: var(--red-500);
  border-radius: 1000000000px;
  width: 6px;
  height: 6px;
  margin-left: auto;
  animation: 1.2s ease-in-out infinite alternate NoticeList-module-scss-module__ZumDiW__newAni;
  display: block;
}

@media only screen and (max-width: 767px) {
  .NoticeList-module-scss-module__ZumDiW__new {
    width: 1.6667vw;
    height: 1.6667vw;
  }
}

.NoticeList-module-scss-module__ZumDiW__created_date {
  color: var(--neutral-opacity-white-w-50);
  font-family: var(--font-roboto);
  margin-left: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  .NoticeList-module-scss-module__ZumDiW__created_date {
    font-size: 3.8889vw;
  }
}

.NoticeList-module-scss-module__ZumDiW__spot_light {
  border-radius: 0 !important;
}

/*# sourceMappingURL=43c122a46f957d96.css.map*/