/** mixins **/

.aerw {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  font-family: PingFang SC, Hiragino Sans, Microsoft YaHei, Noto Sans JP, Noto Sans KR, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #f7f7f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aerw[hidden] {
  display: none;
}

.aerw *,
.aerw *:before,
.aerw *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.aerw__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(5, 6, 8, 0.82);
}

.aerw__dialog {
  position: relative;
  margin: 0 auto;
  background: #151619;
  border-radius: 0.08rem;
  -webkit-box-shadow: 0 0.16rem 0.48rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.16rem 0.48rem rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.aerw__close {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #94969d;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.aerw__close:hover {
  color: #f7f7f5;
}

.aerw__body {
  text-align: center;
}

.aerw__title {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #f7f7f5;
  margin: 0 0 0.12rem;
}

.aerw__tips {
  color: #94969d;
  margin: 0 0 0.24rem;
  line-height: 1.6;
}

.aerw__platform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.35);
}

.aerw__platform-option {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.aerw__platform-option:after {
  content: "";
  position: absolute;
  bottom: -0.01rem;
  left: 50%;
  width: 74%;
  height: 0.02rem;
  background: -webkit-gradient(linear, left top, right top, from(#00a2ff), to(#05ddf9));
  background: linear-gradient(90deg, #00a2ff, #05ddf9);
  -webkit-transform: translate(-50%) scaleX(0);
  transform: translate(-50%) scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.aerw__platform-option.is-selected {
  opacity: 1;
}

.aerw__platform-option.is-selected:after {
  -webkit-transform: translate(-50%) scaleX(1);
  transform: translate(-50%) scaleX(1);
}

.aerw__email {
  width: 100%;
  display: block;
  padding: 0 0.16rem;
  border: 0.01rem solid transparent;
  border-radius: 0.04rem;
  background: #1d2025;
  color: #f7f7f5;
  outline: none;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.aerw__email::-webkit-input-placeholder {
  color: #94969d;
}

.aerw__email::-moz-placeholder {
  color: #94969d;
}

.aerw__email:-ms-input-placeholder {
  color: #94969d;
}

.aerw__email::-ms-input-placeholder {
  color: #94969d;
}

.aerw__email::placeholder {
  color: #94969d;
}

.aerw__email:focus {
  border-color: #00a2ff;
  background: #23272e;
}

.aerw__email.is-error {
  border-color: #ff6b6b;
}

.aerw__agreement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.1rem;
  text-align: left;
  color: #94969d;
  line-height: 1.6;
}

.aerw__agreement.is-error,
.aerw__agreement.is-error .aerw__consent-text a {
  color: #ff6b6b;
}

.aerw__agreement--optional {
  margin-top: 0.12rem;
}

.aerw__checkbox {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  margin-top: 0.02rem;
  padding: 0;
  border: 0.01rem solid #94969d;
  border-radius: 0.02rem;
  background: transparent;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.aerw__checkbox:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.1rem;
  height: 0.06rem;
  border-left: 0.02rem solid #fff;
  border-bottom: 0.02rem solid #fff;
  -webkit-transform: translate(-50%, -60%) rotate(-45deg);
  transform: translate(-50%, -60%) rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.aerw__checkbox.is-checked {
  border-color: #00a2ff;
  background: linear-gradient(135deg, #00a2ff, #05ddf9);
}

.aerw__checkbox.is-checked:after {
  opacity: 1;
}

.aerw__consent-text {
  font-size: 0.13rem;
}

.aerw__consent-text a {
  color: #00a2ff;
  text-decoration: none;
}

.aerw__consent-text a:hover {
  text-decoration: underline;
}

.aerw__error-box {
  min-height: 0.28rem;
  margin-top: 0.08rem;
}

.aerw__error-tips {
  margin: 0;
  font-size: 0.13rem;
  line-height: 1.6;
  color: #ff6b6b;
  word-break: break-word;
}

.aerw__submit {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0.04rem;
  background: linear-gradient(135deg, #00a2ff, #05ddf9);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.aerw__submit:hover {
  opacity: 0.92;
}

.aerw__submit:active {
  -webkit-transform: translateY(0.01rem);
  transform: translateY(0.01rem);
}

.aerw.aerw--pending .aerw__submit,
.aerw.aerw--pending .aerw__checkbox,
.aerw.aerw--pending .aerw__platform-option {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.aerw__marketing-link {
  color: #00a2ff;
  text-decoration: underline;
  cursor: pointer;
}

.aerw__marketing-body {
  max-height: 60vh;
  text-align: left;
}

.aerw__marketing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: inherit;
}

.aerw__marketing-scroll {
  min-height: 0;
  overflow-y: auto;
}

.aerw__marketing-heading {
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 0.16rem;
  color: #f7f7f5;
}

.aerw__marketing-text {
  margin: 0 0 0.12rem;
  font-size: 0.14rem;
  line-height: 1.8;
  color: #94969d;
}

.aerw__marketing-text:last-child {
  margin-bottom: 0;
}

.aerw__marketing-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 0.12rem;
  margin-top: 0.24rem;
}

.aerw__marketing-buttons .aerw__submit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.aerw__marketing-later {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0.01rem solid #94969d;
  border-radius: 0.04rem;
  background: transparent;
  color: #f7f7f5;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.aerw__marketing-later:hover {
  opacity: 0.85;
}

.aerw__result {
  padding-top: 0.24rem;
}

.aerw__result .aerw__title {
  font-size: 0.22rem;
  white-space: pre-line;
}

.aerw__social {
  margin-top: 0.32rem;
  text-align: center;
}

.aerw__social-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.08rem;
  color: rgba(255, 255, 255, 0.6);
}

.aerw__social-title:before,
.aerw__social-title:after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 0.61rem;
  -ms-flex: 0 1 0.61rem;
  flex: 0 1 0.61rem;
  height: 0.01rem;
  background: rgba(255, 255, 255, 0.6);
}

.aerw__social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.16rem 0.32rem;
  margin-top: 0.16rem;
}

.aerw__social-link {
  display: block;
  background: no-repeat center / contain;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.aerw__social-link:hover {
  opacity: 0.7;
}

.aerw__social-link--x {
  width: 0.27rem;
  height: 0.27rem;
  background-image: url(https://www.anantagame.com/pc/gw/20260809220138/assets/social-x-4HZwaTFh_3964a0b0.svg);
}

.aerw__social-link--youtube {
  width: 0.36rem;
  height: 0.25rem;
  background-image: url(https://www.anantagame.com/pc/gw/20260809220138/assets/social-youtube-8l0y6YCT_80ea9f48.svg);
}

.aerw__social-link--discord {
  width: 0.36rem;
  height: 0.28rem;
  background-image: url(https://www.anantagame.com/pc/gw/20260809220138/assets/social-discord-CCGfxm9g_2b63e9e0.svg);
}

.aerw__social-link--tiktok {
  width: 0.27rem;
  height: 0.31rem;
  background-image: url(https://www.anantagame.com/pc/gw/20260809220138/assets/social-tiktok-BHxCO0yj_1ac28cba.svg);
}

.aerw__social-link--facebook {
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(https://www.anantagame.com/pc/gw/20260809220138/assets/social-facebook-Bl23zXh4_840ad6db.svg);
}

.aerw__social-link--instagram {
  width: 0.32rem;
  height: 0.31rem;
  background-image: url(https://www.anantagame.com/pc/gw/20260809220138/assets/social-instagram-BMFH7tEI_ff30f0e4.svg);
}

.aerw__social-link--reddit {
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(https://www.anantagame.com/pc/gw/20260809220138/assets/social-reddit-k9FQz8Kz_bd4884f5.svg);
}

.aerw--pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.24rem;
  font-family: MiSans, PingFang SC, Hiragino Sans, Microsoft YaHei, Noto Sans JP, Noto Sans KR, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

.aerw--pc button,
.aerw--pc input {
  font-family: inherit;
  font-style: inherit;
}

.aerw--pc .aerw__backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.aerw--pc .aerw__dialog {
  width: 100%;
  max-width: 5.37rem;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  -webkit-backdrop-filter: blur(0.225rem);
  backdrop-filter: blur(0.225rem);
}

.aerw--pc .aerw__dialog:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(321deg, rgba(255, 255, 255, 0) -21.36%, rgba(255, 255, 255, 0.74) 109.44%);
  opacity: 0.24;
}

.aerw--pc .aerw__close {
  top: 0.05rem;
  right: 0.11rem;
  width: 0.48rem;
  height: 0.48rem;
  z-index: 2;
  color: #fff;
}

.aerw--pc .aerw__close svg {
  width: 0.184rem;
  height: 0.184rem;
}

.aerw--pc .aerw__close:hover {
  color: #fff;
  opacity: 0.7;
}

.aerw--pc .aerw__close:focus:not(:focus-visible) {
  outline: none;
}

.aerw--pc[data-aerw-screen=success] .aerw__close,
.aerw--pc[data-aerw-screen=already] .aerw__close,
.aerw--pc .aerw__dialog--marketing .aerw__close {
  top: 0.09rem;
  right: 0.1rem;
}

.aerw--pc .aerw__body,
.aerw--pc .aerw__marketing-body {
  position: relative;
  z-index: 1;
}

.aerw--pc .aerw__dialog {
  padding: 0.48rem 0.6rem;
}

.aerw--pc[data-aerw-screen=success] .aerw__dialog:not(.aerw__dialog--marketing),
.aerw--pc[data-aerw-screen=already] .aerw__dialog:not(.aerw__dialog--marketing) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 2.37rem;
  padding: 0.44rem 0.6rem;
}

.aerw--pc[data-aerw-screen=success] .aerw__dialog:not(.aerw__dialog--marketing) .aerw__result,
.aerw--pc[data-aerw-screen=already] .aerw__dialog:not(.aerw__dialog--marketing) .aerw__result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aerw--pc .aerw__title {
  margin-bottom: 0.34rem;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 0.32rem;
  letter-spacing: 0;
  color: #fff;
}

.aerw--pc .aerw__platform {
  width: auto;
  height: 0.26rem;
  margin: 0 -0.6rem 0.4rem;
  border-bottom: 0;
}

.aerw--pc .aerw__platform-option {
  padding-bottom: 0;
  font-size: 0.22rem;
  font-weight: 600;
  line-height: normal;
}

.aerw--pc .aerw__platform-option:after {
  display: none;
}

.aerw--pc .aerw__platform-option:first-child {
  font-size: 0.24rem;
}

.aerw--pc[data-aerw-screen=form] .aerw__title,
.aerw--pc[data-aerw-screen=error] .aerw__title {
  position: relative;
  padding-top: 0.59rem;
}

.aerw--pc[data-aerw-screen=form] .aerw__title:before,
.aerw--pc[data-aerw-screen=error] .aerw__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.58rem;
  height: 0.43rem;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background: url(https://www.anantagame.com/pc/gw/20260809220138/assets/icon-envelope-DDz6zwTp_c564d391.svg) no-repeat center / contain;
}

.aerw--pc .aerw__tips {
  margin-bottom: 0.13rem;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.2rem;
  color: #fff;
}

.aerw--pc .aerw__email {
  height: 0.64rem;
  padding: 0 0.19rem;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.2rem;
  border-radius: 0.08rem;
  background: rgba(255, 255, 255, 0.7);
  color: #26262b;
}

.aerw--pc .aerw__email::-webkit-input-placeholder {
  color: #7d7d7d;
}

.aerw--pc .aerw__email::-moz-placeholder {
  color: #7d7d7d;
}

.aerw--pc .aerw__email:-ms-input-placeholder {
  color: #7d7d7d;
}

.aerw--pc .aerw__email::-ms-input-placeholder {
  color: #7d7d7d;
}

.aerw--pc .aerw__email::placeholder {
  color: #7d7d7d;
}

.aerw--pc .aerw__email:focus {
  border-color: #00a2ff;
  background: rgba(255, 255, 255, 0.7);
}

.aerw--pc .aerw__email.is-error {
  border-color: #fb474e;
}

.aerw--pc .aerw__agreement {
  margin-top: 0.3rem;
  line-height: 0.16rem;
  color: #fff;
}

.aerw--pc .aerw__agreement.is-error,
.aerw--pc .aerw__agreement.is-error .aerw__consent-text a {
  color: #fb474e;
}

.aerw--pc .aerw__agreement--optional {
  margin-top: 0.16rem;
}

.aerw--pc .aerw__checkbox {
  width: 0.2rem;
  height: 0.2rem;
  margin-top: 0;
  border: 0.01rem solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.aerw--pc .aerw__checkbox:after {
  display: none;
}

.aerw--pc .aerw__checkbox.is-checked {
  border-color: transparent;
  background: url(https://www.anantagame.com/pc/gw/20260809220138/assets/checkbox-checked-DoTCbqZl_e18c94a7.svg) no-repeat center / contain;
}

.aerw--pc .aerw__consent-text {
  font-size: 0.16rem;
  font-weight: 400;
}

.aerw--pc .aerw__consent-text a {
  color: #fff;
  text-decoration: underline;
}

.aerw--pc .aerw__consent-text a:hover {
  color: #00a2ff;
}

.aerw--pc .aerw__error-box {
  min-height: 0.22rem;
  margin: 0.16rem -0.15rem 0 0;
}

.aerw--pc .aerw__error-box:empty {
  min-height: 0.08rem;
  margin: 0.08rem -0.15rem 0 0;
}

.aerw--pc .aerw__error-tips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.16rem;
  letter-spacing: -0.0074rem;
  text-align: left;
  color: #fb474e;
}

.aerw--pc .aerw__error-tips:before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 0.218rem;
  height: 0.218rem;
  background: url(https://www.anantagame.com/pc/gw/20260809220138/assets/icon-error-Dt4TuM8f_a434111b.svg) no-repeat center / contain;
}

.aerw--pc .aerw__submit {
  height: 0.64rem;
  margin-top: 0.4rem;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.24rem;
  letter-spacing: 0;
  border-radius: 0.06rem;
  background: -webkit-gradient(linear, left top, right top, from(#00a2ff), color-stop(#3fb5fd), to(#05ddf9));
  background: linear-gradient(90deg, #00a2ff, #3fb5fd, #05ddf9);
  color: #f7f7f7;
}

.aerw--pc .aerw__result {
  padding-top: 0;
}

.aerw--pc .aerw__result .aerw__title {
  margin-bottom: 0;
  font-size: 0.28rem;
  line-height: 0.32rem;
}

.aerw--pc .aerw__result .aerw__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0.42rem;
  line-height: 0.28rem;
}

.aerw--pc .aerw__social-title {
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.2rem;
}

.aerw--pc .aerw__result .aerw__social {
  margin-top: 0.4rem;
}

.aerw--pc .aerw__dialog--marketing {
  max-width: 5.37rem;
  padding: 0.44rem 0.44rem 0.57rem;
}

.aerw--pc .aerw__marketing-body {
  max-height: 4.89rem;
}

.aerw--pc .aerw__marketing-scroll {
  padding: 0 0.055rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.6) transparent;
}

.aerw--pc .aerw__marketing-scroll::-webkit-scrollbar {
  width: 0.04rem;
}

.aerw--pc .aerw__marketing-scroll::-webkit-scrollbar-thumb {
  border-radius: 0.02rem;
  background: rgba(255, 255, 255, 0.6);
}

.aerw--pc .aerw__marketing-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.aerw--pc .aerw__marketing-heading {
  margin-bottom: 0.32rem;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.aerw--pc .aerw__marketing-text {
  margin-bottom: 0.32rem;
  font-size: 0.2rem;
  line-height: 1.5;
  color: #fff;
}

.aerw--pc .aerw__marketing-buttons {
  gap: 0.2rem;
  margin: 0.48rem 0 0;
}

.aerw--pc .aerw__marketing-buttons .aerw__submit {
  height: 0.44rem;
  margin-top: 0;
  font-size: 0.24rem;
  border-radius: 0.06rem;
}

.aerw--pc .aerw__marketing-later {
  height: 0.44rem;
  font-size: 0.24rem;
  font-weight: 400;
  border: 0;
  border-radius: 0.06rem;
  background: -webkit-gradient(linear, left top, right top, from(#00a2ff), color-stop(#3fb5fd), to(#05ddf9));
  background: linear-gradient(90deg, #00a2ff, #3fb5fd, #05ddf9);
  color: #f7f7f7;
}

.aerw--pc.aerw--pc-size-2k .aerw__dialog {
  -webkit-transform: scale(1.33333333);
  transform: scale(1.33333333);
}

.aerw--m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.24rem 0;
  overflow-y: auto;
  font-family: MiSans, PingFang SC, Hiragino Sans, Microsoft YaHei, Noto Sans JP, Noto Sans KR, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #fff;
}

.aerw--m .aerw__backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.aerw--m .aerw__dialog {
  width: 100%;
  max-width: 6.4rem;
  max-height: calc(100vh - 0.48rem);
  max-height: calc(100dvh - 0.48rem);
  padding: 0.48rem 0.6rem;
  border: 0;
  border-radius: 0.08rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  -webkit-backdrop-filter: blur(0.225rem);
  backdrop-filter: blur(0.225rem);
  overflow-y: auto;
}

.aerw--m .aerw__dialog:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(321deg, rgba(255, 255, 255, 0) -21.36%, rgba(255, 255, 255, 0.74) 109.44%);
  opacity: 0.24;
}

.aerw--m .aerw__body,
.aerw--m .aerw__marketing-body {
  position: relative;
  z-index: 1;
}

.aerw--m .aerw__close {
  top: 0.2rem;
  right: 0.25rem;
  z-index: 2;
  width: 0.33rem;
  height: 0.33rem;
  color: #fff;
  background: url(https://www.anantagame.com/pc/gw/20260809220138/assets/icon-close-mobile-1U_hbiNR_04f55eab.svg) no-repeat center / contain;
}

.aerw--m .aerw__close svg {
  display: none;
}

.aerw--m .aerw__title {
  font-size: 0.4rem;
  line-height: 0.4rem;
  letter-spacing: 0;
  margin-bottom: 0.32rem;
}

.aerw--m[data-aerw-screen=form] .aerw__title,
.aerw--m[data-aerw-screen=error] .aerw__title {
  position: relative;
  padding-top: 0.59rem;
}

.aerw--m[data-aerw-screen=form] .aerw__title:before,
.aerw--m[data-aerw-screen=error] .aerw__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.58rem;
  height: 0.43rem;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background: url(https://www.anantagame.com/pc/gw/20260809220138/assets/icon-envelope-DDz6zwTp_c564d391.svg) no-repeat center / contain;
}

.aerw--m .aerw__platform {
  height: 0.52rem;
  margin-bottom: 0.32rem;
  border-bottom: 0;
}

.aerw--m .aerw__platform-option {
  padding-bottom: 0.14rem;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.28rem;
}

.aerw--m .aerw__platform-option:after {
  display: none;
}

.aerw--m .aerw__platform-option.is-selected {
  font-size: 0.25rem;
}

.aerw--m .aerw__tips {
  margin-bottom: 0.32rem;
  font-size: 0.26rem;
  font-weight: 400;
  line-height: 0.26rem;
}

.aerw--m .aerw__email {
  height: 0.8rem;
  padding: 0 0.32rem;
  font-size: 0.26rem;
  font-weight: 400;
  line-height: 0.26rem;
  border-radius: 0.08rem;
  background: rgba(255, 255, 255, 0.7);
  color: #26262b;
}

.aerw--m .aerw__email::-webkit-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}

.aerw--m .aerw__email::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}

.aerw--m .aerw__email:-ms-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}

.aerw--m .aerw__email::-ms-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}

.aerw--m .aerw__email::placeholder {
  color: #7d7d7d;
  opacity: 1;
}

.aerw--m .aerw__email:focus {
  background: rgba(255, 255, 255, 0.7);
}

.aerw--m .aerw__agreement {
  gap: 0.12rem;
  margin-top: 0.2rem;
}

.aerw--m .aerw__agreement--optional {
  margin-top: 0.16rem;
}

.aerw--m .aerw__checkbox {
  width: 0.28rem;
  height: 0.28rem;
  margin-top: 0.02rem;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.aerw--m .aerw__checkbox:after {
  display: none;
}

.aerw--m .aerw__checkbox.is-checked {
  border-color: transparent;
  background: url(https://www.anantagame.com/pc/gw/20260809220138/assets/checkbox-checked-DoTCbqZl_e18c94a7.svg) no-repeat center / contain;
}

.aerw--m .aerw__consent-text {
  font-size: 0.24rem;
}

.aerw--m .aerw__error-tips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.1rem;
  font-size: 0.24rem;
}

.aerw--m .aerw__error-tips:before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 0.22rem;
  height: 0.22rem;
  background: url(https://www.anantagame.com/pc/gw/20260809220138/assets/icon-error-Dt4TuM8f_a434111b.svg) no-repeat center / contain;
}

.aerw--m .aerw__error-box {
  min-height: 0.36rem;
}

.aerw--m .aerw__submit {
  height: 0.88rem;
  margin-top: 0.1rem;
  font-size: 0.28rem;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 0.06rem;
  background: -webkit-gradient(linear, left top, right top, from(#00a2ff), color-stop(#3fb5fd), to(#05ddf9));
  background: linear-gradient(90deg, #00a2ff, #3fb5fd, #05ddf9);
}

.aerw--m[data-aerw-screen=success] .aerw__dialog:not(.aerw__dialog--marketing),
.aerw--m[data-aerw-screen=already] .aerw__dialog:not(.aerw__dialog--marketing) {
  height: auto;
  min-height: 3.75rem;
  padding: 0;
  overflow: hidden;
}

.aerw--m .aerw__result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3.75rem;
  padding: 0.42rem 0;
}

.aerw--m .aerw__result .aerw__title {
  width: 100%;
  max-width: 5.4rem;
  margin: 0;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 0.3rem;
  letter-spacing: 0;
}

.aerw--m .aerw__social {
  width: 3.52627rem;
  margin-top: 0.48rem;
}

.aerw--m .aerw__social-title {
  gap: 0.0852rem;
  font-size: 0.26rem;
  font-weight: 400;
  line-height: 0.26rem;
}

.aerw--m .aerw__social-title:before,
.aerw--m .aerw__social-title:after {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.6096rem;
  -ms-flex: 0 0 0.6096rem;
  flex: 0 0 0.6096rem;
  height: 0.01rem;
}

.aerw--m .aerw__social-links {
  width: 100%;
  gap: 0.32rem 0.48rem;
  margin-top: 0.32rem;
}

.aerw--m .aerw__social-link--x {
  width: 0.46666rem;
  height: 0.47538rem;
}

.aerw--m .aerw__social-link--youtube {
  width: 0.60895rem;
  height: 0.42778rem;
}

.aerw--m .aerw__social-link--discord {
  width: 0.63556rem;
  height: 0.48542rem;
}

.aerw--m .aerw__social-link--tiktok {
  width: 0.46307rem;
  height: 0.53056rem;
}

.aerw--m .aerw__social-link--facebook {
  width: 0.54765rem;
  height: 0.53778rem;
}

.aerw--m .aerw__social-link--instagram,
.aerw--m .aerw__social-link--reddit {
  width: 0.53778rem;
  height: 0.53289rem;
}

.aerw--m .aerw__dialog--marketing {
  max-width: 6.4rem;
  padding: 0.64rem 0.32rem 0.32rem;
}

.aerw--m .aerw__marketing-body {
  max-height: 6rem;
}

.aerw--m .aerw__marketing-heading {
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 1.7;
  color: #94969d;
  margin-bottom: 0.16rem;
}

.aerw--m .aerw__marketing-text {
  font-size: 0.24rem;
  line-height: 1.7;
  margin-bottom: 0.12rem;
}

.aerw--m .aerw__marketing-buttons {
  gap: 0.12rem;
  margin-top: 0.24rem;
}

.aerw--m .aerw__marketing-buttons .aerw__submit {
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.aerw--m .aerw__marketing-later {
  font-size: 0.28rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: 0.01rem solid rgba(255, 255, 255, 0.6);
  border-radius: 0.06rem;
  background: rgba(0, 0, 0, 0.2);
}
