.z-header-view {
  width: 1200px;
  margin: 0 auto;
}
.z-header-view .z-header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.z-header-view .z-header-title .title_left {
  min-width: 40px;
  min-height: 40px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/title/title_left.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 16px;
}
.z-header-view .z-header-title .title_right {
  min-width: 40px;
  min-height: 40px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/title/title_right.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 16px;
}
.z-header-view .z-header-title .z-header-text {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "LINE Seed Sans";
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.z-header-view .z-header-title .z-header-text span {
  color: var(--re-new-brand-regular);
}
.z-header-view .z-header-subtitle {
  position: relative;
  margin-top: 12px;
  line-height: 25px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  color: var(--re-new-grey-white);
  z-index: 1;
}
.z-header-view .z-header-subtitle span {
  color: var(--re-new-brand-regular);
}
@media (max-width: 767px) {
  .z-header-view {
    width: 100%;
  }
  .z-header-view .z-header-title {
    width: 322px;
    margin: auto;
  }
  .z-header-view .z-header-title .z-header-text {
    line-height: 30px;
    text-align: center;
    z-index: 1;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
    max-width: 219px;
    word-break: normal;
  }
  .z-header-view .z-header-title .z-header-text span {
    color: var(--re-new-brand-regular);
  }
  .z-header-view .z-header-subtitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    width: 323px;
    margin: 8px auto 0;
    letter-spacing: 2.1px;
  }
}

.social-link-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-link-list.social-link-list--share-modal {
  justify-content: flex-start;
  gap: 24px;
  width: fit-content;
}
.social-link-list.social-link-list--share-modal div {
  width: 40px;
  height: 40px;
  margin: 0 !important;
}
.social-link-list.social-link-list--share-modal div img {
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.social-link-list div {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 20px !important;
}
.social-link-list div img {
  cursor: pointer;
  border-radius: 12px;
  width: 36px;
  height: 36px;
  color: #000;
}
.social-link-list div img.loading {
  filter: brightness(0.3);
  cursor: not-allowed;
}
.social-link-list .modal-img {
  position: absolute;
  width: 172px;
  height: 172px;
  right: -156px;
  top: -172px;
  z-index: 9;
}
.social-link-list-phone {
  width: 210px;
  margin: 0 auto;
  height: 50px;
}
.social-link-list-phone div {
  clear: both;
  float: none;
}
.social-link-list-phone div:nth-child(2) {
  margin-left: 24px !important;
}
.social-link-list-phone div:first-child {
  margin-left: 24px !important;
}
/** 移动端 */
@media (max-width: 767px) {
  .social-link-list:not(.social-link-list--share-modal) div {
    width: 24px;
    height: 24px;
    margin: 20px auto !important;
  }
  .social-link-list:not(.social-link-list--share-modal) div img {
    width: 24px;
    height: 24px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.content-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1004;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-bg .con-models {
  isolation: isolate;
  border: none;
  position: relative;
  width: 500px;
  height: 680px;
  box-sizing: border-box;
  border-radius: var(--zwtc-radius-card);
  overflow: hidden;
  background: linear-gradient(94.53deg, rgba(38, 40, 44, 0.8) 0%, rgba(19, 21, 23, 0.8) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--zwtc-text-inverse);
}
.content-bg .con-models::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.content-bg .share-modal__hero {
  position: absolute;
  top: -239px;
  right: -86px;
  width: 695px;
  height: 1043px;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
}
.content-bg .share-modal__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-bg .share-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.content-bg .share-modal__close img {
  display: block;
  width: 100%;
  height: 100%;
}
.content-bg .share-modal__content {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 209px;
  bottom: 168px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  box-sizing: border-box;
  overflow: hidden;
}
.content-bg .share-modal__content--capture {
  gap: 48px;
}
.content-bg .con-models--capture {
  position: absolute;
  left: -99999px;
  top: 0;
  width: 500px;
  height: 680px;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
.content-bg .share-modal__logo {
  display: block;
  width: 100px;
  height: 19px;
  object-fit: contain;
  object-position: left center;
}
.content-bg .share-modal__intro {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.content-bg .share-modal__intro-title {
  margin: 0;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: var(--zwtc-text-inverse);
}
.content-bg .share-modal__intro-date {
  margin: 0;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: var(--zwtc-text-breadcrumb);
  white-space: nowrap;
}
.content-bg .share-modal__intro-date br {
  display: none;
}
.content-bg .share-modal__qr {
  position: relative;
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}
.content-bg .share-modal__qr > img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-bg .share-modal__qr-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  transform: translate(-50%, -50%);
}
.content-bg .share-modal__squad {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 206px;
  flex-shrink: 0;
}
.content-bg .share-modal__squad-name {
  margin: 0;
  width: 100%;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: var(--zwtc-text-inverse);
  overflow-wrap: anywhere;
}
.content-bg .share-modal__stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.content-bg .share-modal__stat-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 8px;
  background: linear-gradient(114.82deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.content-bg .share-modal__stat-label {
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: var(--zwtc-text-muted);
  text-align: left;
}
.content-bg .share-modal__stat-value {
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: var(--zwtc-accent-gold);
  text-align: right;
  white-space: nowrap;
}
.content-bg .share-modal__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  border-radius: var(--zwtc-radius-card);
  background: rgba(204, 123, 0, 0.15);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.content-bg .share-modal__copy {
  width: 100%;
}
.content-bg .share-modal__copy-title {
  margin: 0 0 8px;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: var(--zwtc-text-breadcrumb);
}
.content-bg .share-modal__copy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.content-bg .share-modal__copy-link {
  margin: 0;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: var(--zwtc-text-inverse);
}
.content-bg .share-modal__copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: var(--zwtc-text-inverse);
}
.content-bg .share-modal__copy-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.content-bg .share-modal__social {
  width: 100%;
}
.content-bg .con-models-h5 {
  width: 327px;
  height: 444px;
}
.content-bg .con-models-h5 .share-modal__hero {
  top: -160px;
  right: -60px;
  width: 460px;
  height: 690px;
}
.content-bg .con-models-h5 .share-modal__content {
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 120px;
  gap: 16px;
}
.content-bg .con-models-h5 .share-modal__logo {
  width: 80px;
  height: 15px;
}
.content-bg .con-models-h5 .share-modal__intro-title {
  font-size: 12px;
}
.content-bg .con-models-h5 .share-modal__intro-date {
  font-size: 10px;
  white-space: normal;
}
.content-bg .con-models-h5 .share-modal__qr {
  width: 98px;
  height: 98px;
}
.content-bg .con-models-h5 .share-modal__squad {
  max-width: 180px;
}
.content-bg .con-models-h5 .share-modal__squad-name {
  font-size: 14px;
}
.content-bg .con-models-h5 .share-modal__stat-card {
  padding: 12px;
}
.content-bg .con-models-h5 .share-modal__stat-label,
.content-bg .con-models-h5 .share-modal__stat-value {
  font-size: 10px;
}
.content-bg .con-models-h5 .share-modal__footer {
  gap: 16px;
  padding: 16px 24px;
}
.content-bg .con-models-h5 .share-modal__copy-title,
.content-bg .con-models-h5 .share-modal__copy-link,
.content-bg .con-models-h5 .share-modal__copy-btn {
  font-size: 10px;
}
.content-bg .con-models-h5 .share-modal__social .social-link-list.social-link-list--share-modal {
  gap: 16px;
}
.content-bg .con-models-h5 .share-modal__social .social-link-list.social-link-list--share-modal div,
.content-bg .con-models-h5 .share-modal__social .social-link-list.social-link-list--share-modal div img {
  width: 26px;
  height: 26px;
}
.content-bg-hide {
  display: none;
}

.modal-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.modal-show {
  display: block;
}
.modal-hidden {
  display: none;
}

.uta-register-dialog-wrapper {
  position: absolute;
  width: 500px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 12px;
  background: #F7F8FA;
  box-sizing: border-box;
}
.uta-register-dialog-wrapper .dialog-box {
  margin: 24px;
}
.uta-register-dialog-wrapper .dialog-box .dialog-header {
  display: flex;
  justify-content: space-between;
}
.uta-register-dialog-wrapper .dialog-box .dialog-header .dialog-header-text {
  color: #121B24;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.uta-register-dialog-wrapper .dialog-box .dialog-header .dialog-header-right {
  display: flex;
  align-items: center;
}
.uta-register-dialog-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/modal/uta-close.svg') no-repeat center;
  background-size: cover;
}
.uta-register-dialog-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close:hover {
  opacity: 0.5;
}
.uta-register-dialog-wrapper .dialog-box .dialog-line {
  height: 1px;
  width: 100%;
  background: #DEE2E5;
  margin-top: 24px;
  margin-bottom: 24px;
}
.uta-register-dialog-wrapper .dialog-box .dialog-content {
  color: #121B24;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}
.uta-register-dialog-wrapper .dialog-box .dialog-footer {
  cursor: pointer;
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  color: #121B24;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #0BD4C6;
}
@media (max-width: 767px) {
  .uta-register-dialog-wrapper {
    width: 324px;
    height: auto;
  }
  .uta-register-dialog-wrapper .dialog-box {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }
  .uta-register-dialog-wrapper .dialog-box .dialog-header .dialog-header-left .dialog-header-text {
    font-size: 18px;
  }
  .uta-register-dialog-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
    width: 12px;
    height: 12px;
  }
  .uta-register-dialog-wrapper .dialog-box .dialog-content {
    margin-left: 12px;
    margin-top: 18px;
  }
  .uta-register-dialog-wrapper .dialog-box .dialog-content .dialog-main {
    margin-top: 16px;
  }
  .uta-register-dialog-wrapper .dialog-box .dialog-content .large-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
  }
  .uta-register-dialog-wrapper .dialog-box .dialog-content .small-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-top: 12px;
  }
  .uta-register-dialog-wrapper .dialog-box .dialog-footer {
    bottom: 48px;
  }
  .uta-register-dialog-wrapper .dialog-box .dialog-footer .button {
    width: 168px;
    height: 40px;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/button/primary_button-h5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #0bccbf;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }
  .uta-register-dialog-wrapper .dialog-box .dialog-footer .button:hover {
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/button/primary_button_hover-h5.png');
    color: #fff !important;
  }
  .uta-register-dialog-wrapper .dialog-box .dialog-footer .button.disabled {
    pointer-events: none;
    background: url('/futures-activity/worldtradingchampionship2026/assets/button/primary_button_disabled-h5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.troop-detail-mobile-carousel {
  width: 337px;
  margin: 0 auto;
  flex-shrink: 0;
  touch-action: pan-x;
}
.troop-detail-mobile-swiper {
  width: 337px;
  height: 557px;
  overflow: hidden;
}
.troop-detail-mobile-swiper .swiper-wrapper {
  height: 557px;
}
.troop-detail-mobile-swiper .swiper-slide {
  height: 557px;
}
.troop-detail-slide {
  width: 337px;
  height: 557px;
  border-radius: 20px;
  background: linear-gradient(158.33deg, rgba(70, 73, 77, 0.7) 5.62%, rgba(31, 34, 37, 0.7) 50.8%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow: hidden;
  box-sizing: border-box;
}
.troop-detail-slide--profile {
  padding: 48px 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.troop-detail-slide--profile .con-left {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1;
  min-height: 0;
}
.troop-detail-slide--profile .con-left .troop-detail-avatar-wrap {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  padding: 1px;
  box-sizing: border-box;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff5e5 0%, #ffc977 100%);
  box-shadow: 0 4px 4.8px rgba(142, 92, 15, 0.5);
  overflow: hidden;
}
.troop-detail-slide--profile .con-left .troop-detail-avatar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  object-fit: cover;
}
.troop-detail-slide--profile .con-left .troop-detail-squad-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.troop-detail-slide--profile .con-left .troop-detail-squad-info h3 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 100%;
}
.troop-detail-slide--profile .con-left .troop-detail-squad-info h3 .troop-detail-squad-name {
  color: var(--zwtc-text-inverse);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.troop-detail-slide--profile .con-left .troop-detail-squad-info h3 .private-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/lock.svg') center / contain no-repeat;
  flex-shrink: 0;
}
.troop-detail-slide--profile .con-left .troop-detail-squad-info .dec {
  width: 100%;
  margin: 0;
  color: var(--zwtc-text-breadcrumb);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.troop-detail-slide--profile .con-left .troop-detail-squad-meta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.troop-detail-slide--profile .con-left .troop-detail-squad-meta .name-leader {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}
.troop-detail-slide--profile .con-left .troop-detail-squad-meta .name-leader span {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--zwtc-text-inverse);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.troop-detail-slide--profile .con-left .troop-detail-squad-meta .name-leader .flag {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/captain-flag.svg') center / contain no-repeat;
}
.troop-detail-slide--profile .con-left .troop-detail-squad-meta .leader-num {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.troop-detail-slide--profile .con-left .troop-detail-squad-meta .leader-num .person {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/people.svg') center / contain no-repeat;
}
.troop-detail-slide--profile .con-left .troop-detail-squad-meta .leader-num span {
  color: var(--zwtc-text-inverse);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.troop-detail-slide--profile .con-left .btn.join-btn {
  flex-shrink: 0;
  width: 152px;
  height: 36px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  --zwtc-gold-button-border-width: 1.5px;
  box-sizing: border-box;
  border: var(--zwtc-gold-button-border-width) solid transparent;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%) padding-box, linear-gradient(180deg, #ffffff 0%, #ff9a00 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-text-on-gold);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.troop-detail-slide--profile .con-left .btn.join-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 3px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/modal_button_glow.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.troop-detail-slide--profile .con-left .btn.join-btn:hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.troop-detail-slide--profile .con-left .btn.join-btn:active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.troop-detail-slide--profile .con-left .btn.join-btn.disabled,
.troop-detail-slide--profile .con-left .btn.join-btn.already,
.troop-detail-slide--profile .con-left .btn.join-btn.finished,
.troop-detail-slide--profile .con-left .btn.join-btn.zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.troop-detail-slide--profile .con-left .btn.join-btn.disabled::after,
.troop-detail-slide--profile .con-left .btn.join-btn.already::after,
.troop-detail-slide--profile .con-left .btn.join-btn.finished::after,
.troop-detail-slide--profile .con-left .btn.join-btn.zwtc-button--finished::after {
  display: none;
}
.troop-detail-slide--profile .con-left .troop-detail-stat-cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.troop-detail-slide--profile .con-left .troop-detail-stat-cards .troop-detail-stat-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(117.11deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.troop-detail-slide--profile .con-left .troop-detail-stat-cards .troop-detail-stat-card p {
  margin: 0;
  color: var(--zwtc-text-breadcrumb);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.troop-detail-slide--profile .con-left .troop-detail-stat-cards .troop-detail-stat-card h3 {
  margin: 0;
  color: var(--zwtc-text-inverse);
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}
.troop-detail-slide--profile .con-left .share-linked {
  margin: auto 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: var(--zwtc-text-inverse);
  cursor: pointer;
}
.troop-detail-slide--profile .con-left .share-linked span {
  display: none;
}
.troop-detail-slide--profile .con-left .share-linked::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/share-squad.svg') center / contain no-repeat;
  flex-shrink: 0;
}
.troop-detail-slide--profile .con-left .share-linked.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.troop-detail-slide--profile .con-left .squad-pin {
  margin-top: 0;
  color: var(--zwtc-text-breadcrumb);
  font-size: 12px;
  text-align: center;
}
.troop-detail-slide--ranking {
  padding: 66px 16px 24px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.troop-detail-ranking-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.troop-detail-ranking-cards::-webkit-scrollbar {
  display: none;
}
.troop-detail-member-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 1px 1px 17px;
  border: none;
  border-radius: 20px;
  background: linear-gradient(103.49deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  flex-shrink: 0;
  overflow: hidden;
}
.troop-detail-member-card:not(.troop-detail-member-card--my-rank) {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
}
.troop-detail-member-card:not(.troop-detail-member-card--my-rank)::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.troop-detail-member-card__header {
  background: #313336;
}
.troop-detail-member-card__header p {
  margin: 0;
  padding: 8px 16px;
  color: var(--zwtc-text-inverse);
  font-size: 12px;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
}
.troop-detail-member-card__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
  font-size: 12px;
  line-height: normal;
}
.troop-detail-member-card__row span:first-child {
  color: var(--zwtc-text-breadcrumb);
  flex-shrink: 0;
}
.troop-detail-member-card__row span:last-child {
  color: var(--zwtc-text-inverse);
  text-align: right;
  word-break: break-word;
}
.troop-detail-member-card__row span.color-green {
  color: #16b979;
}
.troop-detail-member-card__row span.color-red {
  color: #e54c67;
}
.troop-detail-member-card--my-rank {
  border-radius: 12px;
  background: linear-gradient(103.49deg, rgba(255, 201, 119, 0.21) 0%, rgba(255, 201, 119, 0.07) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
}
.troop-detail-member-card--my-rank::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, #ffc977 0%, #ffffff 50%, #ffc977 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.troop-detail-member-card--my-rank::after {
  background: linear-gradient(90deg, #ffc977 0%, #ffffff 50%, #ffc977 100%);
}
.troop-detail-member-card--my-rank .troop-detail-member-card__header {
  background: rgba(255, 201, 119, 0.2);
}
.troop-detail-ranking-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 200px;
}
.troop-detail-ranking-empty .ant-empty-description {
  color: var(--zwtc-text-breadcrumb);
  font-size: 12px;
}
.troop-detail-ranking-tips {
  margin-top: 8px;
  color: var(--zwtc-text-inverse);
  font-size: 12px;
  line-height: normal;
  text-align: center;
  flex-shrink: 0;
}
.troop-detail-ranking-tips span {
  color: var(--zwtc-accent-gold);
}
.troop-detail-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
}
.troop-detail-pagination span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #909295;
  transition: width 0.2s ease, background 0.2s ease;
}
.troop-detail-pagination span.is-active {
  width: 24px;
  background: linear-gradient(90deg, #ffc977 0%, #ffdba4 56.32%, #ffc977 100%);
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.modal-pin .ant-modal-close {
  display: none;
}
.modal-pin .ant-modal-content {
  width: 584px;
  height: auto;
  min-height: unset;
  background: linear-gradient(100.96deg, rgba(38, 40, 44, 0.8) 0%, rgba(19, 21, 23, 0.8) 43.86%);
  background-image: none;
  border: 2px solid var(--zwtc-border-default);
  border-radius: var(--zwtc-radius-card);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: none;
}
.modal-pin .ant-modal-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 64px 40px 40px;
}
.modal-pin .modal-pin-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/modal-close.svg') center / contain no-repeat;
  cursor: pointer;
}
.modal-pin .modal-pin-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.modal-pin .pin-title {
  margin: 0;
  color: var(--zwtc-text-inverse);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.modal-pin .pin-desc {
  margin: 0;
  color: var(--zwtc-text-breadcrumb);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.modal-pin .modal-pin-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: auto;
  height: auto;
  margin: 0;
}
.modal-pin .modal-pin-input .ant-input {
  width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid var(--zwtc-text-placeholder);
  background: transparent;
  color: var(--zwtc-text-inverse);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  box-shadow: none;
}
.modal-pin .modal-pin-input .ant-input:hover,
.modal-pin .modal-pin-input .ant-input:focus {
  border-color: var(--zwtc-accent-gold);
  box-shadow: none;
}
.modal-pin .pin-btn {
  width: 260px;
  height: 48px;
  margin: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  --zwtc-gold-button-border-width: 1.5px;
  box-sizing: border-box;
  border: var(--zwtc-gold-button-border-width) solid transparent;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%) padding-box, linear-gradient(180deg, #ffffff 0%, #ff9a00 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-text-on-gold);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.modal-pin .pin-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 3px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/modal_button_glow.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.modal-pin .pin-btn:hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.modal-pin .pin-btn:active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.modal-pin .pin-btn.disabled,
.modal-pin .pin-btn.already,
.modal-pin .pin-btn.finished,
.modal-pin .pin-btn.zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.modal-pin .pin-btn.disabled::after,
.modal-pin .pin-btn.already::after,
.modal-pin .pin-btn.finished::after,
.modal-pin .pin-btn.zwtc-button--finished::after {
  display: none;
}
.modal-pin .pin-btn.pin-btn-disable,
.modal-pin .pin-btn:disabled {
  cursor: not-allowed;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.modal-pin .pin-btn.pin-btn-disable::after,
.modal-pin .pin-btn:disabled::after {
  display: none;
}
.modal-pin-mobile .ant-modal-content {
  width: 324px;
  height: auto;
  min-height: unset;
  background-image: none;
  border-radius: var(--zwtc-radius-card);
}
.modal-pin-mobile .ant-modal-body {
  padding: 56px 24px 32px;
}
.modal-pin-mobile .modal-pin-close {
  top: 16px;
  right: 16px;
}
.modal-pin-mobile .modal-pin-input {
  gap: 16px;
}
.modal-pin-mobile .modal-pin-input .ant-input {
  width: 56px;
  height: 56px;
  font-size: 24px;
}
.modal-pin-mobile .pin-btn {
  width: 220px;
  height: 44px;
  font-size: 14px;
}
.detail-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1200px;
  z-index: 1002;
}
.detail-bg .con-model.troop-detail-modal {
  width: 1200px;
  height: 660px;
  border-radius: var(--zwtc-radius-card);
  overflow: hidden;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/troop-detail-modal-bg.svg') center / cover no-repeat;
}
.detail-bg .con-model.troop-detail-modal .detail-title {
  display: none;
}
.detail-bg .con-model.troop-detail-modal .cons-detail {
  position: relative;
  height: 100%;
  padding: 0;
  display: block;
}
.detail-bg .con-model.troop-detail-modal .cons-detail .troop-detail-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/modal-close.svg') center / contain no-repeat;
  cursor: pointer;
}
.detail-bg .con-model.troop-detail-modal .con-left {
  position: absolute;
  left: 22px;
  top: calc(50% + 21.5px);
  transform: translateY(-50%);
  width: 260px;
  height: 581px;
  margin: 0;
  padding: 48px 16px 24px;
  box-sizing: border-box;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(158.33deg, rgba(70, 73, 77, 0.7) 5.62%, rgba(31, 34, 37, 0.7) 50.8%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-avatar-wrap {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  padding: 1px;
  box-sizing: border-box;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff5e5 0%, #ffc977 100%);
  box-shadow: 0 4px 4.8px rgba(142, 92, 15, 0.5);
  overflow: hidden;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-avatar {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  border-radius: 11px;
  object-fit: cover;
  background: #131517;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-squad-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-squad-info h3 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 100%;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-squad-info h3 .troop-detail-squad-name {
  color: var(--zwtc-text-inverse);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-squad-info h3 .private-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/lock.svg') center / contain no-repeat;
  flex-shrink: 0;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-squad-info .dec {
  width: 100%;
  margin: 0;
  color: var(--zwtc-text-breadcrumb);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-squad-meta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-squad-meta .name-leader {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-squad-meta .name-leader span {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: var(--zwtc-text-inverse);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-squad-meta .name-leader .flag {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/captain-flag.svg') center / contain no-repeat;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-squad-meta .name-leader:hover span {
  color: var(--zwtc-accent-gold);
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-squad-meta .leader-num {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-squad-meta .leader-num .person {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/people.svg') center / contain no-repeat;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-squad-meta .leader-num span {
  color: var(--zwtc-text-inverse);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.detail-bg .con-model.troop-detail-modal .con-left .btn.join-btn {
  flex-shrink: 0;
  width: auto;
  height: 36px;
  margin: 0;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  --zwtc-gold-button-border-width: 1.5px;
  box-sizing: border-box;
  border: var(--zwtc-gold-button-border-width) solid transparent;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%) padding-box, linear-gradient(180deg, #ffffff 0%, #ff9a00 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-text-on-gold);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.detail-bg .con-model.troop-detail-modal .con-left .btn.join-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 3px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/modal_button_glow.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.detail-bg .con-model.troop-detail-modal .con-left .btn.join-btn:hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.detail-bg .con-model.troop-detail-modal .con-left .btn.join-btn:active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.detail-bg .con-model.troop-detail-modal .con-left .btn.join-btn.disabled,
.detail-bg .con-model.troop-detail-modal .con-left .btn.join-btn.already,
.detail-bg .con-model.troop-detail-modal .con-left .btn.join-btn.finished,
.detail-bg .con-model.troop-detail-modal .con-left .btn.join-btn.zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.detail-bg .con-model.troop-detail-modal .con-left .btn.join-btn.disabled::after,
.detail-bg .con-model.troop-detail-modal .con-left .btn.join-btn.already::after,
.detail-bg .con-model.troop-detail-modal .con-left .btn.join-btn.finished::after,
.detail-bg .con-model.troop-detail-modal .con-left .btn.join-btn.zwtc-button--finished::after {
  display: none;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-stat-cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-stat-cards .troop-detail-stat-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(117.11deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-stat-cards .troop-detail-stat-card p {
  margin: 0;
  color: var(--zwtc-text-breadcrumb);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.detail-bg .con-model.troop-detail-modal .con-left .troop-detail-stat-cards .troop-detail-stat-card h3 {
  margin: 0;
  color: var(--zwtc-text-inverse);
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}
.detail-bg .con-model.troop-detail-modal .con-left .share-linked {
  margin: auto 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: var(--zwtc-text-inverse);
  cursor: pointer;
}
.detail-bg .con-model.troop-detail-modal .con-left .share-linked span {
  display: none;
}
.detail-bg .con-model.troop-detail-modal .con-left .share-linked::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/share-squad.svg') center / contain no-repeat;
  flex-shrink: 0;
}
.detail-bg .con-model.troop-detail-modal .con-left .share-linked:hover {
  color: var(--zwtc-accent-gold);
}
.detail-bg .con-model.troop-detail-modal .con-left .share-linked.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.detail-bg .con-model.troop-detail-modal .con-left .squad-pin {
  margin-top: 0;
  color: var(--zwtc-text-breadcrumb);
  font-size: 12px;
  text-align: center;
}
.detail-bg .con-model.troop-detail-modal .con-right {
  position: absolute;
  left: 306px;
  top: calc(50% + 21.5px - 290.5px);
  width: 870px;
  margin: 0;
  overflow: visible;
}
.detail-bg .con-model.troop-detail-modal .con-right .troop-detail-ranking-table {
  width: 100%;
}
.detail-bg .con-model.troop-detail-modal .con-right .troop-detail-ranking-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}
.detail-bg .con-model.troop-detail-modal .con-right .troop-detail-ranking-list--empty {
  min-height: 537px;
}
.detail-bg .con-model.troop-detail-modal .con-right .troop-detail-ranking-row {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 40px;
  padding: 0 24px;
  border-radius: 10px;
  background: linear-gradient(156.9deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.detail-bg .con-model.troop-detail-modal .con-right .troop-detail-ranking-row--header {
  background: linear-gradient(156.9deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
  color: var(--zwtc-accent-gold);
  font-weight: 700;
}
.detail-bg .con-model.troop-detail-modal .con-right .troop-detail-ranking-row--my-rank {
  background: linear-gradient(156.9deg, rgba(255, 201, 119, 0.105) 0%, rgba(255, 201, 119, 0.07) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.detail-bg .con-model.troop-detail-modal .con-right .troop-detail-ranking-cell {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}
.detail-bg .con-model.troop-detail-modal .con-right .troop-detail-ranking-cell.col-rank {
  flex: 0 0 140px;
  width: 140px;
}
.detail-bg .con-model.troop-detail-modal .con-right .troop-detail-ranking-cell.col-username {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-bg .con-model.troop-detail-modal .con-right .troop-detail-ranking-empty {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--zwtc-text-breadcrumb);
}
.detail-bg .con-model.troop-detail-modal .con-right .min-trade-vol-tips {
  position: static;
  margin-top: 16px;
  color: var(--zwtc-text-breadcrumb);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.detail-bg .con-model.troop-detail-modal .con-right .min-trade-vol-tips span {
  color: var(--zwtc-accent-gold);
}
.detail-bg .con-model.troop-detail-modal .con-right .color-green {
  color: #089975;
}
.detail-bg .con-model.troop-detail-modal .con-right .color-red {
  color: var(--zwtc-accent-danger);
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) {
  position: relative;
  width: 1200px;
  height: 660px;
  margin: 0 auto;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/details-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .detail-title {
  font-style: italic;
  font-weight: 800;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .detail-title span {
  width: 20px;
  height: 20px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/modal/modal_close.svg') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail {
  padding: 20px 32px 16px 38px;
  display: flex;
  justify-content: space-between;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left {
  width: 204px;
  margin-right: 35px;
  position: relative;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .ai-icon {
  display: block;
  width: 46px;
  height: 34px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/ai.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  left: 24px;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item {
  margin: 58px auto 0;
  color: var(--re-new-grey-major);
  text-align: center;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .img {
  width: 72px;
  height: 72px;
  margin: auto;
  display: block;
  border-radius: 12px;
  border: 4px solid #FFF;
  box-shadow: 0px 4px 4.8px 0px rgba(0, 0, 0, 0.3);
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item h3 {
  margin-top: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .dec {
  height: 60px;
  margin-top: 4px;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .leader-name-container {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .name-leader {
  position: relative;
  text-align: center;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .name-leader span {
  max-width: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: underline;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .name-leader .flag {
  width: 20px;
  height: 20px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/flag.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 8px;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .name-leader:hover span {
  color: #0BCCBF;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .name-leader:hover .flag {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/flag-green.svg');
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .name-leader:active span {
  color: #05C2B6;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .leader-num {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .leader-num .person {
  width: 20px;
  height: 20px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/person.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 8px;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .btn {
  margin: 20px auto;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .btn.join-btn {
  cursor: pointer;
  width: fit-content;
  height: 32px;
  padding: 0 16px;
  white-space: nowrap;
  border-radius: 500px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "LINE Seed Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .btn.join-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #D6001C;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .btn.join-btn:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #D6001C;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .btn.join-btn.disabled {
  background-color: #505F69;
  pointer-events: none;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .race-item .btn.join-btn.disabled:hover {
  background: #505F69;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .item-num > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: var(--re-new-grey-major);
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .item-num > div p {
  font-weight: 400;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .item-num > div h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--main-color);
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .item-num > div h3.color-green {
  color: #089975;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .item-num > div h3.color-red {
  color: #D6001C;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .item-num > div:first-child {
  margin-bottom: 8px;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .detail-dec {
  margin-top: 20px;
  height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #FFF;
  text-align: center;
  font-family: "LINE Seed Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .share-linked {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 23px auto 0;
  cursor: pointer;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .share-linked::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/race/share-icon-normal.svg') no-repeat center;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .share-linked:hover {
  color: #D6001C;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .share-linked:hover::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/race/share-icon.svg') no-repeat center;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .share-linked:active {
  color: #A60016;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .share-linked:active::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/race/share-icon-active.svg') no-repeat center;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .share-linked.disabled {
  cursor: not-allowed;
  color: var(--diabled-color);
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .share-linked.disabled::before {
  filter: brightness(0.4);
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-left .squad-pin {
  margin-top: 8px;
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "LINE Seed Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right {
  width: 100%;
  flex: 1;
  overflow: hidden;
  margin-top: 27px;
  margin-left: 55px;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .min-trade-vol-tips {
  position: absolute;
  bottom: 24px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--re-new-grey-white);
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .min-trade-vol-tips span {
  color: #D6001C;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table {
  background: none;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table .select {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/select.png') no-repeat center;
  background-size: 100% 100%;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table .detail-tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table .detail-tooltip .help {
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/h5/help.png') no-repeat center;
  background-size: 100% 100%;
  cursor: help;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table .user-name-table {
  width: 280px;
  overflow: hidden;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table .ant-empty-description {
  color: #fff;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table .ant-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table-tbody > tr > td,
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table-thead > tr > th {
  padding: 12px 0;
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  border: none;
  text-align: left;
  color: var(--detail-color);
  background-color: transparent;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table-tbody > tr > td {
  color: var(--re-new-grey-white);
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .color-green {
  color: var(--re-new-brand-regular);
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .color-red {
  color: var(--re-new-seconday-red);
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  background-color: transparent;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table-summary {
  background-color: rgba(214, 0, 28, 0.1);
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table-summary tr td {
  padding: 6.5px 0;
  line-height: 20px;
  border-top: 1px solid #D6001C;
  border-bottom: 1px solid #D6001C;
  color: var(--re-new-grey-white);
  font-size: 16px;
  font-weight: 400;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table-summary tr td .my-rank {
  font-size: 12px;
  line-height: 15px;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table-summary tr td .my-rank-value {
  font-size: 13px;
  line-height: 16px;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table-summary tr td:first-child {
  padding-left: 16px;
  border-left: 1px solid #D6001C;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table-summary tr td:last-child {
  padding-right: 16px;
  border-right: 1px solid #D6001C;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile).ai-model {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/ai-details-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile).ai-model .cons-detail .con-left {
  background: linear-gradient(0deg, rgba(245, 59, 87, 0.1) -4.86%, rgba(245, 59, 87, 0.2) 92.43%);
  height: auto;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile).ai-model .cons-detail .con-left .race-item h3 {
  color: #f53b57;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile).ai-model .cons-detail .con-left .race-item p.dec {
  color: #8599a6;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile).ai-model .cons-detail .con-right .ant-table .detail-tooltip .ai-help {
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/h5/ai-help.svg') no-repeat center;
  background-size: 100% 100%;
  cursor: help;
}
.detail-bg .con-model:not(.troop-detail-modal):not(.con-model-mobile).ai-model .cons-detail .con-right .ant-table-thead > tr > th {
  background: var(--222, rgba(245, 59, 87, 0.1));
  color: #f53b57 !important;
}
.detail-bg.detail-bg_my-rank .con-model:not(.troop-detail-modal):not(.con-model-mobile) {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/details-bg.png');
}
.detail-bg.detail-bg_my-rank .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table-tbody > tr > td:first-child,
.detail-bg.detail-bg_my-rank .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table-thead > tr > th:first-child {
  padding-left: 16px;
}
.detail-bg.detail-bg_my-rank .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table-tbody > tr > td:last-child,
.detail-bg.detail-bg_my-rank .con-model:not(.troop-detail-modal):not(.con-model-mobile) .cons-detail .con-right .ant-table-thead > tr > th:last-child {
  padding-right: 16px;
}
.leader-info-wrapper {
  position: absolute;
  width: 584px;
  height: 539px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: url('/futures-activity/worldtradingchampionship2026/assets/modal/checkAndDrawBg.png') no-repeat center;
  background-size: cover;
}
.leader-info-wrapper .dialog-box {
  margin: 24px auto 0;
  margin-bottom: 48px;
}
.leader-info-wrapper .dialog-box .dialog-header {
  padding: 0 28px;
  display: flex;
  justify-content: flex-end;
}
.leader-info-wrapper .dialog-box .dialog-header .dialog-header-right {
  display: flex;
  align-items: center;
}
.leader-info-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/modal/modal_close.svg') no-repeat left;
  background-size: cover;
}
.leader-info-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close:hover {
  opacity: 0.5;
}
.leader-info-wrapper .dialog-box .dialog-content {
  margin: 32px auto 0;
  width: 530px;
  height: 296px;
}
.leader-info-wrapper .dialog-box .dialog-content .img-content img {
  display: block;
  border-radius: 8px;
  width: 530px;
  height: 296px;
}
.leader-info-wrapper .dialog-box .dialog-footer {
  margin-top: 34px;
}
.leader-info-wrapper .dialog-box .dialog-footer .close-btn {
  margin: 0 auto;
}
.detail-bg.detail-bg-mobile {
  min-width: 0;
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}
.detail-bg-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 100%;
}
.detail-bg-mobile .con-model-mobile {
  position: relative;
  width: 337px;
  height: auto;
  margin: 0 auto;
  background: none;
  border: none;
  box-shadow: none;
}
.detail-bg-mobile .con-model-mobile .detail-title span {
  background: url('/futures-activity/worldtradingchampionship2026/assets/modal/h5/modal_close.svg') no-repeat center;
  background-size: contain;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
}
.detail-bg-mobile .con-model-mobile .cons-detail {
  display: block;
  height: auto;
  padding: 0;
  position: relative;
}
.detail-bg-mobile .con-model-mobile .cons-detail .troop-detail-close {
  position: absolute;
  top: 16px;
  right: calc(50% - 152.5px);
  z-index: 4;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/modal-close.svg') center / contain no-repeat;
  cursor: pointer;
}
.detail-bg-mobile .con-model-mobile.ai-model .troop-detail-slide {
  background: linear-gradient(158.33deg, rgba(70, 73, 77, 0.7) 5.62%, rgba(31, 34, 37, 0.7) 50.8%);
}
.detail-bg-mobile.detail-bg_my-rank .con-model {
  background: none;
}
.detail-bg-noModal {
  position: inherit !important;
  display: block !important;
}
.detail-bg-noModal .con-model {
  margin: 46px auto 0;
}
.detail-bg-no {
  display: none;
}
@media (max-width: 767px) {
  .leader-info-wrapper {
    position: absolute;
    width: 324px;
    height: 353px;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 8px;
    border: 1px solid #D6001C;
    background: #000;
    box-shadow: 0px 0px 40px 0px #D6001C inset;
  }
  .leader-info-wrapper .dialog-box {
    margin: 24px auto 0;
    margin-bottom: 48px;
  }
  .leader-info-wrapper .dialog-box .dialog-header {
    padding: 0 18px;
    display: flex;
    justify-content: flex-end;
  }
  .leader-info-wrapper .dialog-box .dialog-header .dialog-header-right {
    display: flex;
    align-items: center;
  }
  .leader-info-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/futures-activity/worldtradingchampionship2026/assets/modal/modal_close.svg') no-repeat left;
    background-size: cover;
  }
  .leader-info-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close:hover {
    opacity: 0.5;
  }
  .leader-info-wrapper .dialog-box .dialog-content {
    margin: 24px auto 0;
    width: 290px;
    height: 166px;
  }
  .leader-info-wrapper .dialog-box .dialog-content .img-content img {
    display: block;
    width: 290px;
    height: 166px;
  }
  .leader-info-wrapper .dialog-box .dialog-footer {
    margin-top: 40px;
  }
  .leader-info-wrapper .dialog-box .dialog-footer .close-btn {
    margin: 0 auto;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.lucky-draw-result-dialog {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 584px;
  max-width: calc(100vw - 32px);
  min-height: 448px;
  box-sizing: border-box;
  padding: 64px 40px 40px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(98deg, rgba(38, 40, 44, 0.8) 0%, rgba(19, 21, 23, 0.8) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.lucky-draw-result-dialog::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-result-dialog__topbar {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.lucky-draw-result-dialog__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.lucky-draw-result-dialog__close {
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent url('/futures-activity/worldtradingchampionship2026/assets/modal/modal_close.svg') center / contain no-repeat;
  cursor: pointer;
  flex-shrink: 0;
}
.lucky-draw-result-dialog__close:hover {
  opacity: 0.7;
}
.lucky-draw-result-dialog__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.lucky-draw-result-dialog__title {
  margin: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.lucky-draw-result-dialog__prizes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
.lucky-draw-result-dialog__prize {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.lucky-draw-result-dialog__prize-image {
  width: 144px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lucky-draw-result-dialog__prize-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lucky-draw-result-dialog__prize-label {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.lucky-draw-result-dialog__prize-label strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .lucky-draw-result-dialog__prizes--compact {
    gap: 16px;
    max-width: 504px;
    margin: 0 auto;
  }
  .lucky-draw-result-dialog__prizes--compact .lucky-draw-result-dialog__prize {
    width: 140px;
  }
  .lucky-draw-result-dialog__prizes--compact .lucky-draw-result-dialog__prize-image {
    width: 100px;
    height: 100px;
  }
}
.lucky-draw-result-dialog__confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  min-width: 260px;
  max-width: 960px;
  height: 48px;
  padding: 11.5px 16px;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  --zwtc-gold-button-border-width: 1.5px;
  box-sizing: border-box;
  border: var(--zwtc-gold-button-border-width) solid transparent;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%) padding-box, linear-gradient(180deg, #ffffff 0%, #ff9a00 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-text-on-gold);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.lucky-draw-result-dialog__confirm::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 3px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/modal_button_glow.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-result-dialog__confirm:hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.lucky-draw-result-dialog__confirm:active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.lucky-draw-result-dialog__confirm.disabled,
.lucky-draw-result-dialog__confirm.already,
.lucky-draw-result-dialog__confirm.finished,
.lucky-draw-result-dialog__confirm.zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.lucky-draw-result-dialog__confirm.disabled::after,
.lucky-draw-result-dialog__confirm.already::after,
.lucky-draw-result-dialog__confirm.finished::after,
.lucky-draw-result-dialog__confirm.zwtc-button--finished::after {
  display: none;
}
.lucky-draw-result-dialog--count-1 .lucky-draw-result-dialog__prizes {
  justify-content: center;
}
@media (max-width: 767px) {
  .lucky-draw-result-dialog {
    width: calc(100vw - 32px);
    max-width: 343px;
    min-height: 0;
    padding: 24px;
    gap: 8px;
    border-radius: 20px;
    align-items: stretch;
  }
  .lucky-draw-result-dialog__topbar {
    position: static;
    width: 100%;
  }
  .lucky-draw-result-dialog__body {
    gap: 16px;
  }
  .lucky-draw-result-dialog__close {
    width: 20px;
    height: 20px;
  }
  .lucky-draw-result-dialog__header {
    gap: 4px;
    padding: 0;
  }
  .lucky-draw-result-dialog__title {
    font-size: 18px;
    color: #f7f8fa;
    line-height: normal;
  }
  .lucky-draw-result-dialog__prizes {
    gap: 16px;
    justify-content: center;
  }
  .lucky-draw-result-dialog__prize {
    gap: 0;
    max-width: 100%;
  }
  .lucky-draw-result-dialog__prize-image {
    width: 80px;
    height: 80px;
  }
  .lucky-draw-result-dialog__prize-label {
    font-size: 12px;
    white-space: nowrap;
  }
  .lucky-draw-result-dialog__prizes--compact {
    max-width: 100%;
  }
  .lucky-draw-result-dialog__prizes--compact .lucky-draw-result-dialog__prize {
    width: auto;
  }
  .lucky-draw-result-dialog__prizes--compact .lucky-draw-result-dialog__prize-image {
    width: 80px;
    height: 80px;
  }
  .lucky-draw-result-dialog--count-1 .lucky-draw-result-dialog__prizes {
    flex-wrap: nowrap;
  }
  .lucky-draw-result-dialog--count-1 .lucky-draw-result-dialog__prize-label {
    max-width: none;
  }
  .lucky-draw-result-dialog--count-2 .lucky-draw-result-dialog__prizes,
  .lucky-draw-result-dialog--count-3 .lucky-draw-result-dialog__prizes {
    flex-wrap: nowrap;
  }
  .lucky-draw-result-dialog--count-4 .lucky-draw-result-dialog__prizes,
  .lucky-draw-result-dialog--count-5 .lucky-draw-result-dialog__prizes {
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .lucky-draw-result-dialog--count-4 .lucky-draw-result-dialog__prize-label,
  .lucky-draw-result-dialog--count-5 .lucky-draw-result-dialog__prize-label {
    max-width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .lucky-draw-result-dialog__confirm {
    width: 100%;
    max-width: 295px;
    min-width: 0;
    height: 36px;
    padding: 0 16px;
    font-size: 14px;
  }
}

.lucky-draw-rewards-list__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--zwtc-accent-gold) transparent;
}
.lucky-draw-rewards-list__body::-webkit-scrollbar {
  width: 4px;
}
.lucky-draw-rewards-list__body::-webkit-scrollbar-thumb {
  background: var(--zwtc-accent-gold);
  border-radius: 100px;
}
.lucky-draw-rewards-list__body::-webkit-scrollbar-track {
  background: transparent;
}
.lucky-draw-rewards-list__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(124.85deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
}
.lucky-draw-rewards-list__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.lucky-draw-rewards-list__label {
  flex-shrink: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.lucky-draw-rewards-list__value {
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: right;
  word-break: break-word;
}
.lucky-draw-rewards-list__value--gold {
  color: var(--zwtc-accent-gold);
}
.lucky-draw-rewards-list__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.lucky-draw-rewards-list--empty .lucky-draw-rewards-list__body {
  max-height: none;
  overflow: visible;
  padding-right: 0;
}
.lucky-draw-rewards-list--empty .lucky-draw-rewards-list__empty {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lucky-draw-rewards-list__empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
}
.lucky-draw-rewards-list__empty-icon img {
  display: block;
  width: 32.6px;
  height: 41.3px;
}
.lucky-draw-rewards-list__empty-text {
  margin: 0;
  color: var(--zwtc-text-muted);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.lucky-draw-rewards-list__more {
  align-self: center;
  margin-top: 8px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--zwtc-accent-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}
.lucky-draw-rewards-list__more--loading,
.lucky-draw-rewards-list__more:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.lucky-draw-rewards-list--h5 .lucky-draw-rewards-list__body {
  max-height: 240px;
}
.lucky-draw-rewards-list--h5 .lucky-draw-rewards-list__label,
.lucky-draw-rewards-list--h5 .lucky-draw-rewards-list__value {
  font-size: 12px;
}
.lucky-draw-rewards-list--h5 .lucky-draw-rewards-list__item {
  padding: 12px;
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.lucky-draw-rewards-dialog {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 584px;
  max-width: calc(100vw - 32px);
  box-sizing: border-box;
  padding: 64px 40px 40px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(96.17deg, rgba(38, 40, 44, 0.8) 0%, rgba(19, 21, 23, 0.8) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  min-height: 428px;
}
.lucky-draw-rewards-dialog::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-rewards-dialog__close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent url('/futures-activity/worldtradingchampionship2026/assets/modal/modal_close.svg') center / contain no-repeat;
  cursor: pointer;
}
.lucky-draw-rewards-dialog__close:hover {
  opacity: 0.7;
}
.lucky-draw-rewards-dialog__title {
  margin: 0 0 24px;
  color: var(--zwtc-text-inverse);
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .lucky-draw-rewards-dialog {
    width: 324px;
    min-height: 360px;
    padding: 60px 16px 24px;
  }
  .lucky-draw-rewards-dialog__close {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .lucky-draw-rewards-dialog__title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.lucky-draw-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.lucky-draw-box__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 40px;
}
.lucky-draw-box__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.lucky-draw-box__title {
  margin: 0;
  text-align: center;
  background: linear-gradient(97.89deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.lucky-draw-box__record {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--zwtc-accent-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.lucky-draw-box__record-arrow {
  width: 10px;
  height: 9px;
  display: block;
  flex-shrink: 0;
}
.lucky-draw-box__hero {
  width: 680px;
  max-width: 100%;
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lucky-draw-box__hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  background: transparent;
}
.lucky-draw-box__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.lucky-draw-box__ticket {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.lucky-draw-box__ticket-icon {
  width: 48px;
  height: 32px;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}
.lucky-draw-box__ticket-text {
  color: var(--zwtc-accent-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}
.lucky-draw-box__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.lucky-draw-box__draw-btn {
  --zwtc-gold-button-border-width: 1.5px;
  box-sizing: border-box;
  border: var(--zwtc-gold-button-border-width) solid transparent;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%) padding-box, linear-gradient(180deg, #ffffff 0%, #ff9a00 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-text-on-gold);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  min-width: 64px;
  height: 48px;
  padding: 11.5px 16px;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}
.lucky-draw-box__draw-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 3px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/modal_button_glow.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-box__draw-btn:hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.lucky-draw-box__draw-btn:active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.lucky-draw-box__draw-btn.disabled,
.lucky-draw-box__draw-btn.already,
.lucky-draw-box__draw-btn.finished,
.lucky-draw-box__draw-btn.zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.lucky-draw-box__draw-btn.disabled::after,
.lucky-draw-box__draw-btn.already::after,
.lucky-draw-box__draw-btn.finished::after,
.lucky-draw-box__draw-btn.zwtc-button--finished::after {
  display: none;
}
.lucky-draw-box__draw-btn.disabled,
.lucky-draw-box__draw-btn:disabled {
  cursor: not-allowed;
  background: var(--zwtc-surface-disabled);
  color: var(--zwtc-text-disabled);
  box-shadow: none;
  border-color: transparent;
  opacity: 1;
}
.lucky-draw-box__draw-btn.disabled::after,
.lucky-draw-box__draw-btn:disabled::after {
  display: none;
}
.lucky-draw-box__showcase {
  position: relative;
  width: 1200px;
  max-width: 100%;
}
.lucky-draw-box__showcase-pillars {
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 1200px;
  pointer-events: none;
}
.lucky-draw-box__showcase-scroll {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 33px auto 0;
  overflow: hidden;
  box-sizing: border-box;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.lucky-draw-box__showcase-track {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  width: max-content;
  animation: lucky-draw-box-showcase-marquee var(--marquee-duration, 36s) linear infinite;
}
.lucky-draw-box__showcase-track:hover {
  animation-play-state: paused;
}
@keyframes lucky-draw-box-showcase-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .lucky-draw-box__showcase-track {
    animation: none;
  }
}
.lucky-draw-box__prize {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  width: 144px;
}
.lucky-draw-box__prize-card {
  position: relative;
  isolation: isolate;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 173px;
  box-sizing: border-box;
  border-radius: var(--zwtc-radius-card);
  padding: 40px 24px;
  background: linear-gradient(95.13deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow: hidden;
}
.lucky-draw-box__prize-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-box__prize-card img {
  display: block;
  width: 144px;
  height: 144px;
  object-fit: contain;
}
.lucky-draw-box__prize-label {
  margin: 0;
  width: 100%;
  max-width: 100%;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-transform: capitalize;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 767px) {
  .lucky-draw-box {
    width: 100%;
    max-width: none;
    padding: 32px 16px;
    gap: 24px;
  }
  .lucky-draw-box__content {
    gap: 8px;
  }
  .lucky-draw-box__title {
    font-size: 20px;
    font-weight: 800;
  }
  .lucky-draw-box__record {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .lucky-draw-box__record-arrow {
    width: 10px;
    height: 9px;
  }
  .lucky-draw-box__hero {
    width: 100%;
    max-width: 343px;
    height: 293px;
    aspect-ratio: auto;
    max-height: none;
  }
  .lucky-draw-box__hero-video {
    width: 100%;
    height: 100%;
  }
  .lucky-draw-box__actions {
    gap: 16px;
    width: 100%;
    max-width: 343px;
  }
  .lucky-draw-box__ticket {
    gap: 10px;
  }
  .lucky-draw-box__ticket-icon {
    width: 40px;
    height: 27px;
  }
  .lucky-draw-box__ticket-text {
    font-size: 12px;
    font-weight: 700;
  }
  .lucky-draw-box__buttons {
    flex-direction: row;
    width: 100%;
    gap: 16px;
  }
  .lucky-draw-box__buttons:has(.lucky-draw-box__draw-btn:only-child) {
    justify-content: center;
  }
  .lucky-draw-box__draw-btn {
    flex: 1 0 0;
    width: auto;
    min-width: 0;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .lucky-draw-box__draw-btn:only-child {
    flex: 0 0 auto;
    width: 100%;
    max-width: 260px;
  }
  .lucky-draw-box__showcase {
    width: 100%;
    min-height: 0;
  }
  .lucky-draw-box__showcase--h5 {
    align-self: stretch;
    max-width: none;
  }
  .lucky-draw-box__showcase--h5 .lucky-draw-box__showcase-pillars {
    display: none;
  }
  .lucky-draw-box__showcase-scroll {
    margin-top: 0;
    overflow: hidden;
    mask-image: none;
  }
  .lucky-draw-box__showcase-track {
    gap: 8px;
  }
  .lucky-draw-box__prize {
    width: 100px;
    gap: 8px;
  }
  .lucky-draw-box__prize-card {
    width: 100px;
    height: 100px;
    padding: 8px;
    border-radius: 20px;
  }
  .lucky-draw-box__prize-card img {
    width: 80px;
    height: 80px;
  }
  .lucky-draw-box__prize-label {
    font-size: 12px;
    line-height: normal;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.lucky-draw-chance-record {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 584px;
  max-width: calc(100vw - 32px);
  min-height: 428px;
  box-sizing: border-box;
  padding: 64px 40px 40px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(95.95deg, rgba(38, 40, 44, 0.8) 0%, rgba(19, 21, 23, 0.8) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.lucky-draw-chance-record::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-chance-record__close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent url('/futures-activity/worldtradingchampionship2026/assets/modal/modal_close.svg') center / contain no-repeat;
  cursor: pointer;
}
.lucky-draw-chance-record__close:hover {
  opacity: 0.7;
}
.lucky-draw-chance-record__title {
  margin: 0;
  width: 100%;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.lucky-draw-chance-record__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--zwtc-accent-gold) transparent;
}
.lucky-draw-chance-record__list::-webkit-scrollbar {
  width: 4px;
}
.lucky-draw-chance-record__list::-webkit-scrollbar-thumb {
  background: var(--zwtc-accent-gold);
  border-radius: 100px;
}
.lucky-draw-chance-record__list::-webkit-scrollbar-track {
  background: transparent;
}
.lucky-draw-chance-record__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(117.35deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
}
.lucky-draw-chance-record__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.lucky-draw-chance-record__label {
  flex-shrink: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.lucky-draw-chance-record__value {
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-align: right;
  word-break: break-word;
}
.lucky-draw-chance-record__value--gold {
  color: var(--zwtc-accent-gold);
  white-space: pre;
}
.lucky-draw-chance-record__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.lucky-draw-chance-record--empty {
  gap: 0;
}
.lucky-draw-chance-record--empty .lucky-draw-chance-record__title {
  position: relative;
  z-index: 1;
}
.lucky-draw-chance-record--empty .lucky-draw-chance-record__empty {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lucky-draw-chance-record__empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
}
.lucky-draw-chance-record__empty-icon img {
  display: block;
  width: 32.6px;
  height: 41.3px;
}
.lucky-draw-chance-record__empty-text {
  margin: 0;
  color: var(--zwtc-text-muted);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .lucky-draw-chance-record {
    width: calc(100vw - 32px);
    max-width: 343px;
    min-height: auto;
    padding: 24px;
    gap: 0;
    border-radius: 20px;
    align-items: stretch;
  }
  .lucky-draw-chance-record__close {
    top: 24px;
    right: 24px;
    width: 20px;
    height: 20px;
  }
  .lucky-draw-chance-record__title {
    margin-top: 34px;
    font-size: 18px;
    font-weight: 700;
    color: var(--zwtc-text-primary);
  }
  .lucky-draw-chance-record__list {
    margin-top: 16px;
    max-height: 312px;
    padding-right: 4px;
  }
  .lucky-draw-chance-record__label,
  .lucky-draw-chance-record__value {
    font-size: 12px;
    line-height: 16px;
  }
  .lucky-draw-chance-record__label {
    font-weight: 400;
  }
  .lucky-draw-chance-record__value {
    font-weight: 700;
  }
  .lucky-draw-chance-record__item {
    gap: 4px;
    padding: 8px 16px;
    border-radius: 12px;
  }
  .lucky-draw-chance-record--empty {
    min-height: 360px;
  }
  .lucky-draw-chance-record--empty .lucky-draw-chance-record__title {
    margin-top: 34px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.chance-task-card {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 32px 24px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(115.68deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: background 0.2s ease;
}
.chance-task-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.chance-task-card:hover {
  background: linear-gradient(125.1deg, var(--zwtc-surface-gold-selected-start) 0%, var(--zwtc-surface-gold-selected-end) 43.86%);
}
.chance-task-card:hover::after {
  padding: 2px;
  background: linear-gradient(90deg, #ffc977 0%, #ffffff 50%, #ffc977 100%);
}
.chance-task-card__milestones {
  position: relative;
  width: 100%;
  height: 55px;
}
.chance-task-card__milestone-track {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  height: 6px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.chance-task-card__milestone-list {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.chance-task-card__milestone {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chance-task-card__milestone-label {
  height: 15px;
  color: var(--zwtc-text-inverse);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.chance-task-card__milestone-label.is-current {
  color: var(--zwtc-accent-gold);
}
.chance-task-card__milestone-marker {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-top: 0;
}
.chance-task-card__milestone-ring {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
  display: block;
}
.chance-task-card__milestone-dot {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 14px;
  height: 14px;
  display: block;
}
.chance-task-card__milestone-check {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 8px;
  height: 5px;
  display: block;
}
.chance-task-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.chance-task-card--no-action .chance-task-card__body {
  justify-content: flex-start;
}
.chance-task-card__ticket {
  position: relative;
  flex: 0 0 189px;
  width: 189px;
  height: 126px;
  border-radius: var(--zwtc-radius-card);
  overflow: hidden;
}
.chance-task-card__ticket-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.chance-task-card__ticket-count {
  position: absolute;
  top: 22px;
  left: 11px;
  right: 11px;
  margin: 0;
  color: var(--zwtc-text-on-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}
.chance-task-card__ticket-count span {
  font-size: 32px;
}
.chance-task-card__ticket-label {
  position: absolute;
  top: 75px;
  left: 11px;
  right: 11px;
  margin: 0;
  color: var(--zwtc-text-on-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
.chance-task-card__main {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.chance-task-card__details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.chance-task-card__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.chance-task-card__title {
  margin: 0;
  color: var(--zwtc-text-inverse);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.chance-task-card__desc {
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.chance-task-card__progress {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.chance-task-card__progress-bar {
  position: relative;
  flex: 0 0 314px;
  max-width: 100%;
  height: 10px;
  border-radius: 42px;
  background: rgba(255, 201, 119, 0.2);
  overflow: hidden;
}
.chance-task-card__progress-fill {
  height: 100%;
  border-radius: 42px;
  background: var(--zwtc-accent-gold);
}
.chance-task-card__progress-text {
  color: var(--zwtc-text-inverse);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.chance-task-card__invite-total {
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.chance-task-card__invite-total span {
  color: var(--zwtc-accent-gold);
  font-weight: 700;
}
.chance-task-card__action {
  flex: 0 0 120px;
  display: flex;
  justify-content: flex-end;
}
.chance-task-card__btn {
  --zwtc-gold-button-border-width: 1.5px;
  box-sizing: border-box;
  border: var(--zwtc-gold-button-border-width) solid transparent;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%) padding-box, linear-gradient(180deg, #ffffff 0%, #ff9a00 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-text-on-gold);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 120px;
  min-width: 120px;
  height: 36px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.chance-task-card__btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 3px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/modal_button_glow.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.chance-task-card__btn:hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.chance-task-card__btn:active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.chance-task-card__btn.disabled,
.chance-task-card__btn.already,
.chance-task-card__btn.finished,
.chance-task-card__btn.zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.chance-task-card__btn.disabled::after,
.chance-task-card__btn.already::after,
.chance-task-card__btn.finished::after,
.chance-task-card__btn.zwtc-button--finished::after {
  display: none;
}
.chance-task-card__btn.disabled,
.chance-task-card__btn--done {
  cursor: not-allowed;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.chance-task-card__btn.disabled::after,
.chance-task-card__btn--done::after {
  display: none;
}
@media (max-width: 767px) {
  .chance-task-card {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 16px;
    gap: 12px;
    border-radius: 20px;
  }
  .chance-task-card:hover {
    background: linear-gradient(125.1deg, var(--zwtc-surface-gold-selected-start) 0%, var(--zwtc-surface-gold-selected-end) 43.86%);
  }
  .chance-task-card:hover::after {
    padding: 1px;
    background: linear-gradient(90deg, #ffc977 0%, #ffffff 50%, #ffc977 100%);
  }
  .chance-task-card__body {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .chance-task-card__main {
    flex: none;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    row-gap: 12px;
  }
  .chance-task-card__details {
    display: contents;
  }
  .chance-task-card__ticket {
    flex: none;
    width: 106px;
    height: 71px;
    border-radius: 11.25px;
  }
  .chance-task-card__ticket-count {
    top: 12px;
    left: 6px;
    right: 6px;
    font-size: 24px;
  }
  .chance-task-card__ticket-count span {
    font-size: 18px;
  }
  .chance-task-card__ticket-label {
    top: 42px;
    left: 6px;
    right: 6px;
    font-size: 8px;
    line-height: 1;
  }
  .chance-task-card__copy {
    flex: 1;
    gap: 2px;
    min-width: 0;
  }
  .chance-task-card__title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'LINE Seed Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
  }
  .chance-task-card__desc {
    width: 100%;
    color: var(--zwtc-text-muted);
    font-family: 'LINE Seed Sans', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    white-space: normal;
    word-break: break-word;
  }
  .chance-task-card__desc > div {
    white-space: normal;
    word-break: break-word;
  }
  .chance-task-card__progress {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
  }
  .chance-task-card__progress-bar {
    flex: none;
    width: 100%;
    height: 5px;
  }
  .chance-task-card__progress-text {
    color: var(--zwtc-text-muted);
    font-family: 'LINE Seed Sans', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
  }
  .chance-task-card__invite-total {
    width: 100%;
    font-size: 10px;
  }
  .chance-task-card__action {
    flex: none;
    justify-content: stretch;
    width: 100%;
  }
  .chance-task-card__btn {
    width: 100%;
    max-width: none;
    height: 32px;
    font-size: 12px;
  }
  .chance-task-card__milestone-label {
    font-size: 12px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.chances-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}
.chances-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.chances-section__title {
  margin: 0;
  text-align: center;
  background: linear-gradient(95.28deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.chances-section__record-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--zwtc-accent-gold);
  cursor: pointer;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.chances-section__record-link img {
  width: 10px;
  height: 9px;
  display: block;
  flex-shrink: 0;
}
.chances-section__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.chances-section__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 48px;
  height: 36px;
  padding: 8.5px 16px;
  box-sizing: border-box;
  border: 1px solid var(--zwtc-text-disabled);
  border-radius: var(--zwtc-radius-pill);
  background: transparent;
  color: var(--zwtc-text-primary);
  cursor: pointer;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.chances-section__more-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.chances-section__more-icon img {
  width: 13.33px;
  height: 7.4px;
  display: block;
}
@media (max-width: 767px) {
  .chances-section {
    gap: 24px;
    padding-inline: 16px;
    box-sizing: border-box;
  }
  .chances-section__title {
    font-size: 20px;
    font-weight: 900;
  }
  .chances-section__record-link {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .chances-section__record-link img {
    width: 10px;
    height: 9px;
  }
  .chances-section__list {
    gap: 16px;
    width: 100%;
    align-items: stretch;
  }
  .chances-section__more {
    align-self: center;
    width: auto;
    max-width: 100%;
    height: 36px;
    font-size: 14px;
  }
  .chances-section__more-icon {
    width: 16px;
    height: 16px;
  }
  .chances-section__more-icon img {
    width: 10px;
    height: 6px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.chances-block {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .chances-block {
    max-width: 100%;
    margin-top: 40px;
    gap: 40px;
    padding-inline: 0;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.lucky-draw-check-in-modal {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 584px;
  max-width: calc(100vw - 32px);
  box-sizing: border-box;
  padding: 64px 40px 40px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(98deg, rgba(38, 40, 44, 0.8) 0%, rgba(19, 21, 23, 0.8) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.lucky-draw-check-in-modal::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-check-in-modal__close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent url('/futures-activity/worldtradingchampionship2026/assets/modal/modal_close.svg') center / contain no-repeat;
  cursor: pointer;
}
.lucky-draw-check-in-modal__close:hover {
  opacity: 0.7;
}
.lucky-draw-check-in-modal__title {
  margin: 0;
  width: 100%;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.lucky-draw-check-in-modal__reward {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.lucky-draw-check-in-modal__ticket {
  position: relative;
  width: 180px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lucky-draw-check-in-modal__ticket-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lucky-draw-check-in-modal__ticket-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 104px;
  height: auto;
  pointer-events: none;
}
.lucky-draw-check-in-modal__reward-label {
  margin: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.lucky-draw-check-in-modal__fail-content {
  margin: 0;
  width: 100%;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.lucky-draw-check-in-modal__confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  min-width: 260px;
  max-width: 960px;
  height: 48px;
  padding: 11.5px 16px;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  --zwtc-gold-button-border-width: 1.5px;
  box-sizing: border-box;
  border: var(--zwtc-gold-button-border-width) solid transparent;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%) padding-box, linear-gradient(180deg, #ffffff 0%, #ff9a00 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-text-on-gold);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.lucky-draw-check-in-modal__confirm::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 3px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/modal_button_glow.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-check-in-modal__confirm:hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.lucky-draw-check-in-modal__confirm:active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.lucky-draw-check-in-modal__confirm.disabled,
.lucky-draw-check-in-modal__confirm.already,
.lucky-draw-check-in-modal__confirm.finished,
.lucky-draw-check-in-modal__confirm.zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.lucky-draw-check-in-modal__confirm.disabled::after,
.lucky-draw-check-in-modal__confirm.already::after,
.lucky-draw-check-in-modal__confirm.finished::after,
.lucky-draw-check-in-modal__confirm.zwtc-button--finished::after {
  display: none;
}
.lucky-draw-check-in-modal--fail {
  gap: 24px;
  min-height: unset;
}
@media (max-width: 767px) {
  .lucky-draw-check-in-modal {
    width: 324px;
    padding: 60px 16px 24px;
    gap: 24px;
  }
  .lucky-draw-check-in-modal__close {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .lucky-draw-check-in-modal__title {
    font-size: 16px;
  }
  .lucky-draw-check-in-modal__ticket {
    width: 160px;
    height: 107px;
  }
  .lucky-draw-check-in-modal__ticket-logo {
    width: 92px;
  }
  .lucky-draw-check-in-modal__reward-label {
    font-size: 12px;
    white-space: normal;
  }
  .lucky-draw-check-in-modal__fail-content {
    font-size: 14px;
    white-space: normal;
  }
  .lucky-draw-check-in-modal__confirm {
    width: 100%;
    max-width: 260px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.lucky-draw-check-in-record {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 584px;
  max-width: calc(100vw - 32px);
  min-height: 428px;
  box-sizing: border-box;
  padding: 64px 40px 40px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(95.95deg, rgba(38, 40, 44, 0.8) 0%, rgba(19, 21, 23, 0.8) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.lucky-draw-check-in-record::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-check-in-record__close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent url('/futures-activity/worldtradingchampionship2026/assets/modal/modal_close.svg') center / contain no-repeat;
  cursor: pointer;
}
.lucky-draw-check-in-record__close:hover {
  opacity: 0.7;
}
.lucky-draw-check-in-record__title {
  margin: 0;
  width: 100%;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.lucky-draw-check-in-record__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--zwtc-accent-gold) transparent;
}
.lucky-draw-check-in-record__list::-webkit-scrollbar {
  width: 4px;
}
.lucky-draw-check-in-record__list::-webkit-scrollbar-thumb {
  background: var(--zwtc-accent-gold);
  border-radius: 100px;
}
.lucky-draw-check-in-record__list::-webkit-scrollbar-track {
  background: transparent;
}
.lucky-draw-check-in-record__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(117.35deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
}
.lucky-draw-check-in-record__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.lucky-draw-check-in-record__label {
  flex-shrink: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.lucky-draw-check-in-record__value {
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-align: right;
  word-break: break-word;
}
.lucky-draw-check-in-record__value--gold {
  color: var(--zwtc-accent-gold);
  white-space: pre;
}
.lucky-draw-check-in-record__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.lucky-draw-check-in-record--empty {
  gap: 0;
}
.lucky-draw-check-in-record--empty .lucky-draw-check-in-record__title {
  position: relative;
  z-index: 1;
}
.lucky-draw-check-in-record--empty .lucky-draw-check-in-record__empty {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lucky-draw-check-in-record__empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
}
.lucky-draw-check-in-record__empty-icon img {
  display: block;
  width: 32.6px;
  height: 41.3px;
}
.lucky-draw-check-in-record__empty-text {
  margin: 0;
  color: var(--zwtc-text-muted);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .lucky-draw-check-in-record {
    width: calc(100vw - 32px);
    max-width: 343px;
    min-height: auto;
    padding: 24px;
    gap: 0;
    border-radius: 20px;
    align-items: stretch;
  }
  .lucky-draw-check-in-record__close {
    top: 24px;
    right: 24px;
    width: 20px;
    height: 20px;
  }
  .lucky-draw-check-in-record__title {
    margin-top: 34px;
    font-size: 18px;
    font-weight: 700;
    color: var(--zwtc-text-primary);
  }
  .lucky-draw-check-in-record__list {
    margin-top: 16px;
    max-height: 312px;
    padding-right: 4px;
  }
  .lucky-draw-check-in-record__label,
  .lucky-draw-check-in-record__value {
    font-size: 12px;
    line-height: 16px;
  }
  .lucky-draw-check-in-record__label {
    font-weight: 400;
  }
  .lucky-draw-check-in-record__value {
    font-weight: 700;
  }
  .lucky-draw-check-in-record__item {
    gap: 4px;
    padding: 8px 16px;
    border-radius: 12px;
  }
  .lucky-draw-check-in-record--empty {
    min-height: 360px;
  }
  .lucky-draw-check-in-record--empty .lucky-draw-check-in-record__title {
    margin-top: 34px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.check-in-task-progress {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.check-in-task-progress--spread {
  width: 100%;
}
.check-in-task-progress--columns {
  width: auto;
  flex-shrink: 0;
  align-self: flex-start;
}
.check-in-task-progress--columns .check-in-task-progress__labels {
  justify-content: flex-start;
  width: max-content;
  gap: var(--check-in-column-gap, 16px);
}
.check-in-task-progress--columns .check-in-task-progress__label {
  flex: 0 0 var(--check-in-column-width, 189px);
  width: var(--check-in-column-width, 189px);
  min-width: 0;
  text-align: center;
  box-sizing: border-box;
}
.check-in-task-progress__bar-group {
  position: relative;
}
.check-in-task-progress__pointer-top,
.check-in-task-progress__pointer-bottom {
  position: absolute;
  width: 12px;
  height: 9px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.check-in-task-progress__pointer-top {
  bottom: calc(100% + 5px);
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/unlock-pointer-top.svg');
  transform: translateX(-50%) rotate(180deg);
}
.check-in-task-progress__pointer-bottom {
  top: calc(100% + 5px);
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/unlock-pointer-bottom.svg');
}
.check-in-task-progress__bar {
  isolation: isolate;
  border: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20px;
  border-radius: 6px;
  background: linear-gradient(170.59deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow: visible;
}
.check-in-task-progress__bar::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.check-in-task-progress__bar::after {
  z-index: 3;
}
.check-in-task-progress__track-clip {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  pointer-events: none;
}
.check-in-task-progress__fill {
  height: 100%;
  min-width: 0;
  border-radius: 5px;
  overflow: hidden;
}
.check-in-task-progress__fill-inner {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5f3900 0%, var(--zwtc-accent-gold) 83.77%);
}
.check-in-task-progress__glow-clip {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  overflow: visible;
  clip-path: inset(-24px 0 -24px 0);
  pointer-events: none;
}
.check-in-task-progress__glow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 182px;
  height: 20px;
  flex-shrink: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.check-in-task-progress__glow-layer {
  position: absolute;
  top: 50%;
  border-radius: 20px;
  transform: translateY(-50%);
}
.check-in-task-progress__glow-layer--outer {
  left: 0;
  width: 182px;
  height: 20px;
  background: linear-gradient(130.96deg, rgba(255, 201, 119, 0) 4.35%, #ffa115 94.19%);
  filter: blur(10px);
}
.check-in-task-progress__glow-layer--bright {
  left: 41px;
  width: 139px;
  height: 14px;
  background: linear-gradient(133.45deg, rgba(255, 201, 119, 0) 4.35%, #fff 94.19%);
  filter: blur(4.35px);
}
.check-in-task-progress__glow-layer--soft {
  left: 41px;
  width: 139px;
  height: 14px;
  background: linear-gradient(133.45deg, rgba(255, 201, 119, 0) 4.35%, rgba(255, 201, 119, 0.8) 94.19%);
  filter: blur(8px);
}
.check-in-task-progress__labels {
  display: flex;
  align-items: center;
  width: 100%;
}
.check-in-task-progress--spread .check-in-task-progress__labels {
  justify-content: space-between;
}
.check-in-task-progress--columns .check-in-task-progress__labels {
  justify-content: flex-start;
}
.check-in-task-progress--spread .check-in-task-progress__label {
  flex: 0 0 189px;
  width: 189px;
  min-width: 0;
  text-align: center;
}
.check-in-task-progress__label {
  color: var(--zwtc-accent-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .check-in-task-progress__labels {
    gap: 8px;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .check-in-task-progress__labels::-webkit-scrollbar {
    display: none;
  }
  .check-in-task-progress__label {
    flex: 0 0 auto;
    min-width: 72px;
    font-size: 12px;
  }
  .check-in-task-progress__glow {
    width: 120px;
  }
  .check-in-task-progress__glow-layer--outer {
    width: 120px;
  }
  .check-in-task-progress__glow-layer--bright,
  .check-in-task-progress__glow-layer--soft {
    left: 24px;
    width: 92px;
  }
}

.check-in-timeline {
  position: relative;
  width: 100%;
}
.check-in-timeline__track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(90px + (100% - 90px - 106px) / 2);
  width: 6px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: rgba(255, 201, 119, 0.1);
  overflow: hidden;
  pointer-events: none;
}
.check-in-timeline__track-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 0;
  border-radius: 20px;
  background: var(--zwtc-accent-gold);
}
.check-in-timeline__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 343px;
  margin-inline: auto;
}
.check-in-timeline__row {
  display: grid;
  grid-template-columns: 90px 1fr 106px;
  align-items: center;
  width: 100%;
  min-height: 71px;
}
.check-in-timeline__day {
  flex: none;
  justify-self: start;
  width: 90px;
  color: var(--zwtc-accent-gold);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
.check-in-timeline__marker {
  position: relative;
  justify-self: center;
  flex: none;
  width: 40px;
  height: 40px;
}
.check-in-timeline__marker-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.check-in-timeline__ticket {
  position: relative;
  justify-self: end;
  flex: none;
  width: 106px;
  height: 71px;
  border-radius: 11.25px;
  overflow: hidden;
}
.check-in-timeline__ticket-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.check-in-timeline__ticket-count {
  position: absolute;
  top: 12px;
  left: 6px;
  right: 6px;
  margin: 0;
  color: var(--zwtc-text-on-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}
.check-in-timeline__ticket-count span {
  font-size: 18px;
}
.check-in-timeline__ticket-label {
  position: absolute;
  top: 42px;
  left: 6px;
  right: 6px;
  margin: 0;
  color: var(--zwtc-text-on-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.check-in-block {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}
.check-in-block__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.check-in-block__title {
  margin: 0;
  text-align: center;
  background: linear-gradient(95.28deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.check-in-block__record-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--zwtc-accent-gold);
  cursor: pointer;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.check-in-block__record-link img {
  width: 10px;
  height: 9px;
  display: block;
  flex-shrink: 0;
}
.check-in-block__panel {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(104.2deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  overflow: visible;
}
.check-in-block__panel::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.check-in-block__milestones {
  position: relative;
  width: 100%;
  overflow: visible;
}
.check-in-block__milestones--scrollable {
  width: 100%;
  overflow: visible;
}
.check-in-block__milestones--scrollable .check-in-block__milestones-viewport {
  width: 100%;
  overflow-x: auto;
}
.check-in-block__milestones--scrollable .check-in-block__cards {
  gap: var(--check-in-ticket-gap, 43.75px);
}
.check-in-block__milestones--scrollable .check-in-block__milestones-track,
.check-in-block__milestones--scrollable .check-in-block__cards {
  min-width: 0;
}
.check-in-block__milestones--scrollable > .check-in-block__nav--prev {
  left: 0;
  transform: translateX(-100%);
}
.check-in-block__milestones--scrollable > .check-in-block__nav--next {
  left: 100%;
  transform: none;
}
.check-in-block__milestones--scrollable > .check-in-block__nav--next img {
  transform: rotate(180deg);
}
.check-in-block__milestones--centered .check-in-block__milestones-viewport {
  overflow-x: hidden;
}
.check-in-block__milestones--centered .check-in-block__milestones-track {
  width: 100%;
}
.check-in-block__milestones--centered .check-in-block__cards {
  width: 100%;
  justify-content: space-between;
}
.check-in-block__milestones-viewport {
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.check-in-block__milestones-viewport::-webkit-scrollbar {
  display: none;
}
.check-in-block__milestones-track {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: max-content;
  min-width: 100%;
  box-sizing: border-box;
}
.check-in-block__cards {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--check-in-ticket-gap, 43.75px);
  width: max-content;
  min-width: 100%;
  box-sizing: border-box;
}
.check-in-block__nav {
  position: absolute;
  top: calc((126px - 32px) / 2);
  z-index: 2;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 6px 7px 6px 5px;
  box-sizing: border-box;
  border: none;
  border-radius: 16px;
  background: var(--zwtc-accent-gold);
  opacity: 0.2;
  cursor: not-allowed;
  pointer-events: auto;
  transition: opacity 0.2s ease, background 0.2s ease;
}
.check-in-block__nav img {
  display: block;
  width: 20px;
  height: 20px;
}
.check-in-block__nav--next img {
  transform: rotate(180deg);
}
.check-in-block__nav--active {
  opacity: 1;
  cursor: pointer;
}
.check-in-block__nav--active:hover {
  background: var(--zwtc-accent-gold-light);
}
.check-in-block__nav:disabled {
  pointer-events: none;
}
.check-in-block__ticket {
  position: relative;
  flex: 0 0 189px;
  width: 189px;
  height: 126px;
  border-radius: var(--zwtc-radius-card);
  overflow: hidden;
}
.check-in-block__ticket-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.check-in-block__ticket-count {
  position: absolute;
  top: 22px;
  left: 11px;
  right: 11px;
  margin: 0;
  color: var(--zwtc-text-on-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}
.check-in-block__ticket-count span {
  font-size: 32px;
}
.check-in-block__ticket-label {
  position: absolute;
  top: 75px;
  left: 11px;
  right: 11px;
  margin: 0;
  color: var(--zwtc-text-on-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}
.check-in-block__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.check-in-block__submit {
  --zwtc-gold-button-border-width: 1.5px;
  box-sizing: border-box;
  border: var(--zwtc-gold-button-border-width) solid transparent;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%) padding-box, linear-gradient(180deg, #ffffff 0%, #ff9a00 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-text-on-gold);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  min-width: 64px;
  max-width: 960px;
  height: 48px;
  padding: 11.5px 16px;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}
.check-in-block__submit::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 3px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/modal_button_glow.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.check-in-block__submit:hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.check-in-block__submit:active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.check-in-block__submit.disabled,
.check-in-block__submit.already,
.check-in-block__submit.finished,
.check-in-block__submit.zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.check-in-block__submit.disabled::after,
.check-in-block__submit.already::after,
.check-in-block__submit.finished::after,
.check-in-block__submit.zwtc-button--finished::after {
  display: none;
}
.check-in-block__submit.disabled {
  cursor: not-allowed;
  background: var(--zwtc-surface-disabled);
  color: var(--zwtc-text-disabled);
  box-shadow: none;
  border-color: transparent;
}
.check-in-block__submit.disabled::after {
  display: none;
}
.check-in-block__count {
  margin: 0;
  color: var(--zwtc-text-muted);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
}
.check-in-block__count-num {
  color: var(--zwtc-accent-teal-highlight);
  font-weight: 700;
}
.check-in-block__rules {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(156.29deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--zwtc-text-muted);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .check-in-block {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 32px 16px;
    gap: 24px;
  }
  .check-in-block--h5 {
    align-self: stretch;
  }
  .check-in-block__title {
    font-size: 20px;
    font-weight: 800;
  }
  .check-in-block__record-link {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .check-in-block__record-link img {
    width: 10px;
    height: 9px;
  }
  .check-in-block__panel {
    width: 100%;
    padding: 0;
    gap: 16px;
    border: none;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .check-in-block__panel::after {
    display: none;
  }
  .check-in-block__actions {
    gap: 16px;
  }
  .check-in-block__submit {
    width: 260px;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .check-in-block__count {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .check-in-block__rules {
    font-size: 12px;
    line-height: 1.75;
    border-radius: 12px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.lucky-draw-section-tabs {
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
  background: linear-gradient(94.78deg, var(--zwtc-accent-gold) 2.2%, #fff 24.18%, #fff 45.88%, var(--zwtc-accent-gold) 100%);
}
.lucky-draw-section-tabs__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lucky-draw-section-tabs__tab {
  flex: 1 0 0;
  min-width: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #05080a;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  word-break: break-word;
}
.lucky-draw-section-tabs__tab--active {
  color: #743500;
}
@media (max-width: 767px) {
  .lucky-draw-section-tabs {
    padding: 0 16px;
    background: transparent;
  }
  .lucky-draw-section-tabs__inner {
    gap: 0;
    height: 48px;
    padding: 4px;
    border-radius: var(--zwtc-radius-pill);
    background: #222427;
    box-sizing: border-box;
  }
  .lucky-draw-section-tabs__tab {
    flex: 1 0 0;
    min-width: 0;
    height: 40px;
    padding: 0 24px;
    border-radius: var(--zwtc-radius-pill);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--zwtc-text-breadcrumb);
  }
  .lucky-draw-section-tabs__tab--active {
    background: var(--zwtc-accent-gold);
    color: var(--zwtc-text-on-gold);
  }
}

.z-step-view {
  width: 100%;
  position: relative;
}
.z-step-view h3 {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "LINE Seed Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.z-step-view h3 .title-span {
  color: #D6001C;
}
.z-step-view .cons {
  width: 100%;
  position: relative;
}
.z-step-view .cons .top-con {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.z-step-view .cons .top-con div {
  flex: 1;
  width: 70px;
  line-height: 20px;
  color: var(--detail-color);
  text-align: left;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.z-step-view .cons .top-con div.active {
  color: var(--re-new-grey-white);
}
.z-step-view .cons .top-con-bottom {
  margin-top: 30px;
}
.z-step-view .cons .pop-con {
  box-sizing: border-box;
  border-radius: 1px;
  left: 50%;
  position: absolute;
  top: 24px;
  transform: translate3d(-50%, -50%, 0);
  height: 20px;
  z-index: 1;
  width: 100%;
  position: relative;
}
.z-step-view .cons .pop-con .show-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/progress_bar.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.z-step-view .cons .pop-con .show-item div {
  flex: 1;
  height: 20px;
}
.z-step-view .cons .pop-con .show-item div:not(.progress-line-inner)::before {
  position: relative;
  top: -8px;
  display: block;
  height: 36px;
  width: 1px;
}
.z-step-view .cons .pop-con .progress-bar-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow-x: hidden;
}
.z-step-view .cons .pop-con .progress-line-inner {
  width: 1102px;
  height: 100%;
  background: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/progress_bar_active.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.z-step-view .cons h3 {
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .z-step-view h3 {
    margin-bottom: 24px;
    line-height: 15px;
    font-size: 12px;
    font-weight: 700;
  }
  .z-step-view .cons .top-con div {
    width: auto;
    line-height: 15px;
    font-size: 12px;
    font-weight: 400;
  }
  .z-step-view .cons .pop-con .show-item {
    background: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/h5/progress_bar.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .z-step-view .cons .pop-con .show-item div:not(.progress-line-inner)::before {
    top: -5px;
    height: 30px;
  }
  .z-step-view .cons .pop-con .show-item .progress-line-inner {
    position: absolute;
    top: 0;
    left: 0;
  }
  .z-step-view .cons .pop-con .progress-bar-active {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow-x: hidden;
  }
  .z-step-view .cons .pop-con .progress-line-inner {
    width: 327px;
    height: 100%;
    background: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/h5/progress_bar_active.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .z-step-view .cons h3 {
    margin-top: 24px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.lucky-draw-pool-unlock {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}
.lucky-draw-pool-unlock__title {
  margin: 0;
  text-align: center;
  background: linear-gradient(113.05deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.lucky-draw-pool-unlock__card {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-radius: var(--zwtc-radius-card);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: linear-gradient(107.11deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.lucky-draw-pool-unlock__card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-pool-unlock__stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.lucky-draw-pool-unlock__stat {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
  min-width: 316px;
  justify-content: flex-start;
}
.lucky-draw-pool-unlock__stat-icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.lucky-draw-pool-unlock__stat-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lucky-draw-pool-unlock__stat-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: auto;
  max-width: 200px;
}
.lucky-draw-pool-unlock__stat-value {
  margin: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
}
.lucky-draw-pool-unlock__stat-label {
  margin: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.lucky-draw-pool-unlock__progress {
  width: 100%;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock > h3:first-child {
  margin: 0;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock h3 {
  color: var(--zwtc-text-breadcrumb);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .top-con {
  justify-content: space-between;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .top-con--unlock-ticks {
  position: relative;
  display: block;
  height: 20px;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .top-con--unlock-ticks div {
  position: absolute;
  top: 0;
  flex: none;
  width: 86px;
  min-width: 0;
  transform: translateX(-50%);
  text-align: left;
  white-space: nowrap;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .top-con--unlock-ticks div:first-child {
  transform: translateX(0);
  text-align: left;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .top-con--unlock-ticks div:last-child {
  transform: translateX(-100%);
  text-align: left;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .top-con div {
  flex: 0 0 auto;
  width: 86px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: var(--zwtc-text-breadcrumb);
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .top-con div.active {
  color: var(--zwtc-accent-gold);
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con-group {
  position: relative;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con-group .progress-pointer-top,
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con-group .progress-pointer-bottom {
  position: absolute;
  width: 12px;
  height: 9px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con-group .progress-pointer-top {
  bottom: calc(100% + 5px);
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/unlock-pointer-top.svg');
  transform: translateX(-50%) rotate(180deg);
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con-group .progress-pointer-bottom {
  top: calc(100% + 5px);
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/unlock-pointer-bottom.svg');
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .top-con-bottom {
  margin-top: 0;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con {
  isolation: isolate;
  border: none;
  overflow: hidden;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  height: 20px;
  border-radius: 6px;
  background: linear-gradient(107.11deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow: visible;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con::after {
  z-index: 3;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .show-item {
  display: none;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-track-clip {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  pointer-events: none;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-fill {
  height: 100%;
  min-width: 0;
  border-radius: 5px;
  overflow: hidden;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-fill .progress-line-inner {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5f3900 0%, var(--zwtc-accent-gold) 83.77%);
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-glow-clip {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  overflow: visible;
  clip-path: inset(-24px 0 -24px 0);
  pointer-events: none;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-glow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 182px;
  height: 20px;
  flex-shrink: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-glow__layer {
  position: absolute;
  top: 50%;
  border-radius: 20px;
  transform: translateY(-50%);
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-glow__layer--outer {
  left: 0;
  width: 182px;
  height: 20px;
  background: linear-gradient(130.96deg, rgba(255, 201, 119, 0) 4.35%, #ffa115 94.19%);
  filter: blur(10px);
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-glow__layer--bright {
  left: 41px;
  width: 139px;
  height: 14px;
  background: linear-gradient(133.45deg, rgba(255, 201, 119, 0) 4.35%, #fff 94.19%);
  filter: blur(4.35px);
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-glow__layer--soft {
  left: 41px;
  width: 139px;
  height: 14px;
  opacity: 0.4;
  background: linear-gradient(133.45deg, rgba(255, 201, 119, 0) 4.35%, #fff 94.19%);
  filter: blur(4.35px);
}
.lucky-draw-pool-unlock__progress .z-step-view--unlock .cons h3:last-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .lucky-draw-pool-unlock {
    width: 100%;
    padding: 32px 16px;
    gap: 24px;
    box-sizing: border-box;
  }
  .lucky-draw-pool-unlock__title {
    font-size: 20px;
    font-weight: 800;
  }
  .lucky-draw-pool-unlock__card {
    padding: 24px 16px;
    gap: 16px;
    border-radius: 20px;
    background: linear-gradient(96.33deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  }
  .lucky-draw-pool-unlock__stats {
    flex-direction: row;
    align-items: stretch;
    gap: 8px;
  }
  .lucky-draw-pool-unlock__stat {
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
    padding: 0 8px 16px;
    border-radius: 12px;
    background: linear-gradient(96.8deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
  }
  .lucky-draw-pool-unlock__stat-icon {
    width: 80px;
    height: 80px;
  }
  .lucky-draw-pool-unlock__stat-info {
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 2px;
  }
  .lucky-draw-pool-unlock__stat-value {
    font-size: 14px;
    font-weight: 800;
    text-align: center;
  }
  .lucky-draw-pool-unlock__stat-label {
    font-size: 10px;
    text-align: center;
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock {
    gap: 12px;
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock > h3:first-child {
    margin: 0;
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock h3 {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: var(--zwtc-text-breadcrumb);
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons {
    gap: 12px;
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .top-con div {
    width: auto;
    flex: none;
    font-size: 12px;
    font-weight: 400;
    color: #6a6a6a;
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .top-con div.active {
    color: var(--zwtc-text-inverse);
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .top-con--unlock-ticks {
    height: 20px;
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con-group .progress-pointer-top,
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con-group .progress-pointer-bottom {
    width: 9px;
    height: 7px;
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con {
    height: 20px;
    border-radius: 6px;
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-track-clip {
    border-radius: 5px;
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-fill {
    border-radius: 5px;
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-glow-clip {
    clip-path: inset(-24px 0 -24px 0);
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-glow {
    width: 182px;
    height: 20px;
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-glow__layer--outer {
    width: 182px;
    height: 20px;
    filter: blur(10px);
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-glow__layer--bright,
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons .pop-con .progress-bar-glow__layer--soft {
    left: 41px;
    width: 139px;
    height: 14px;
    filter: blur(4.35px);
  }
  .lucky-draw-pool-unlock__progress .z-step-view--unlock .cons h3:last-child {
    margin-top: 0;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.lucky-draw-prize-pool {
  position: relative;
  width: 100%;
  min-height: 978px;
  margin: 0 auto;
  padding: 80px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.lucky-draw-prize-pool__hero {
  position: absolute;
  top: -100px;
  left: 50%;
  width: 200%;
  max-width: 2230px;
  height: 956px;
  transform: translateX(-50%);
  pointer-events: none;
  overflow: hidden;
}
.lucky-draw-prize-pool__hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #000 13.44%, rgba(0, 0, 0, 0) 33.61%, rgba(0, 0, 0, 0) 87.02%, #000 100%);
}
.lucky-draw-prize-pool__hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.lucky-draw-prize-pool__title {
  position: relative;
  z-index: 1;
  text-align: center;
  background: linear-gradient(107.44deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.lucky-draw-prize-pool__cards {
  position: absolute;
  left: 50%;
  bottom: 112px;
  z-index: 1;
  display: flex;
  gap: 40px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  transform: translateX(-50%);
}
.lucky-draw-prize-pool__cards--h5 {
  display: none;
}
.lucky-draw-prize-pool__card {
  --lucky-draw-prize-pool-card-border-width: 1px;
  isolation: isolate;
  border: none;
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px;
  box-sizing: border-box;
  border-radius: var(--zwtc-radius-card);
  overflow: hidden;
}
.lucky-draw-prize-pool__card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--lucky-draw-prize-pool-card-border-width);
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-prize-pool__card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(97.51deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 0;
}
.lucky-draw-prize-pool__card > * {
  position: relative;
  z-index: 1;
}
.lucky-draw-prize-pool__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
}
.lucky-draw-prize-pool__card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lucky-draw-prize-pool__card-label {
  width: 100%;
  margin: 0;
  background: linear-gradient(180deg, #ffe4bc 23.81%, var(--zwtc-accent-gold) 78.57%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .lucky-draw-prize-pool {
    width: 100%;
    min-height: 594px;
    padding: 0 0 24px;
    background-color: #000;
    box-sizing: border-box;
  }
  .lucky-draw-prize-pool__hero {
    top: 4px;
    left: 0;
    width: 100%;
    height: 594px;
    max-width: none;
    transform: none;
  }
  .lucky-draw-prize-pool__hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 86.41%, #000 100%);
  }
  .lucky-draw-prize-pool__hero-image {
    object-fit: cover;
    object-position: top center;
    height: 594px;
    width: auto;
    margin: 0 auto;
  }
  .lucky-draw-prize-pool__title {
    position: absolute;
    top: 53px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 800;
    white-space: normal;
  }
  .lucky-draw-prize-pool__cards--pc {
    display: none;
  }
  .lucky-draw-prize-pool__cards--h5 {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 218px 16px 0;
    box-sizing: border-box;
  }
  .lucky-draw-prize-pool__card {
    --lucky-draw-prize-pool-card-border-width: 0.5px;
    flex: none;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 8px 16px;
    border-radius: 10px;
  }
  .lucky-draw-prize-pool__card::before {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .lucky-draw-prize-pool__card-icon {
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
  }
  .lucky-draw-prize-pool__card-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
  }
  .lucky-draw-prize-pool__card-label {
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    text-align: left;
    text-transform: capitalize;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.lucky-draw-synthesis-record {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 584px;
  max-width: calc(100vw - 32px);
  min-height: 428px;
  box-sizing: border-box;
  padding: 64px 40px 40px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(98.73deg, rgba(38, 40, 44, 0.8) 0%, rgba(19, 21, 23, 0.8) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.lucky-draw-synthesis-record::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-synthesis-record__close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent url('/futures-activity/worldtradingchampionship2026/assets/modal/modal_close.svg') center / contain no-repeat;
  cursor: pointer;
}
.lucky-draw-synthesis-record__close:hover {
  opacity: 0.7;
}
.lucky-draw-synthesis-record__title {
  margin: 0;
  width: 100%;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.lucky-draw-synthesis-record__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--zwtc-accent-gold) transparent;
}
.lucky-draw-synthesis-record__body::-webkit-scrollbar {
  width: 4px;
}
.lucky-draw-synthesis-record__body::-webkit-scrollbar-thumb {
  background: var(--zwtc-accent-gold);
  border-radius: 100px;
}
.lucky-draw-synthesis-record__body::-webkit-scrollbar-track {
  background: transparent;
}
.lucky-draw-synthesis-record__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(124.85deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
}
.lucky-draw-synthesis-record__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.lucky-draw-synthesis-record__label {
  flex-shrink: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.lucky-draw-synthesis-record__value {
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-align: right;
  word-break: break-word;
}
.lucky-draw-synthesis-record__value--gold {
  color: var(--zwtc-accent-gold);
}
.lucky-draw-synthesis-record__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.lucky-draw-synthesis-record--empty {
  gap: 0;
}
.lucky-draw-synthesis-record--empty .lucky-draw-synthesis-record__title {
  position: relative;
  z-index: 1;
}
.lucky-draw-synthesis-record--empty .lucky-draw-synthesis-record__empty {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lucky-draw-synthesis-record__empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
}
.lucky-draw-synthesis-record__empty-icon img {
  display: block;
  width: 32.6px;
  height: 41.3px;
}
.lucky-draw-synthesis-record__empty-text {
  margin: 0;
  color: var(--zwtc-text-muted);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.lucky-draw-synthesis-record__more {
  align-self: center;
  margin-top: 8px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--zwtc-accent-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}
.lucky-draw-synthesis-record__more--loading,
.lucky-draw-synthesis-record__more:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .lucky-draw-synthesis-record {
    width: 324px;
    min-height: 360px;
    padding: 60px 16px 24px;
    gap: 16px;
  }
  .lucky-draw-synthesis-record__close {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .lucky-draw-synthesis-record__title {
    font-size: 16px;
  }
  .lucky-draw-synthesis-record__body {
    max-height: 240px;
  }
  .lucky-draw-synthesis-record__label,
  .lucky-draw-synthesis-record__value {
    font-size: 12px;
  }
  .lucky-draw-synthesis-record__item {
    padding: 12px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.lucky-draw-synthesis-result-dialog {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 584px;
  max-width: calc(100vw - 32px);
  box-sizing: border-box;
  padding: 64px 40px 40px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(97.89deg, rgba(38, 40, 44, 0.8) 0%, rgba(19, 21, 23, 0.8) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.lucky-draw-synthesis-result-dialog::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-synthesis-result-dialog__close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent url('/futures-activity/worldtradingchampionship2026/assets/modal/modal_close.svg') center / contain no-repeat;
  cursor: pointer;
}
.lucky-draw-synthesis-result-dialog__close:hover {
  opacity: 0.7;
}
.lucky-draw-synthesis-result-dialog__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.lucky-draw-synthesis-result-dialog__title {
  margin: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.lucky-draw-synthesis-result-dialog__footnote {
  margin: 0;
  color: var(--zwtc-text-breadcrumb);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.lucky-draw-synthesis-result-dialog__reward {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
}
.lucky-draw-synthesis-result-dialog__reward-image {
  width: 184px;
  height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lucky-draw-synthesis-result-dialog__reward-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lucky-draw-synthesis-result-dialog__reward-name {
  margin: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}
.lucky-draw-synthesis-result-dialog__confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  min-width: 260px;
  max-width: 960px;
  height: 48px;
  padding: 11.5px 16px;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  --zwtc-gold-button-border-width: 1.5px;
  box-sizing: border-box;
  border: var(--zwtc-gold-button-border-width) solid transparent;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%) padding-box, linear-gradient(180deg, #ffffff 0%, #ff9a00 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-text-on-gold);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.lucky-draw-synthesis-result-dialog__confirm::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 3px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/modal_button_glow.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-synthesis-result-dialog__confirm:hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.lucky-draw-synthesis-result-dialog__confirm:active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.lucky-draw-synthesis-result-dialog__confirm.disabled,
.lucky-draw-synthesis-result-dialog__confirm.already,
.lucky-draw-synthesis-result-dialog__confirm.finished,
.lucky-draw-synthesis-result-dialog__confirm.zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.lucky-draw-synthesis-result-dialog__confirm.disabled::after,
.lucky-draw-synthesis-result-dialog__confirm.already::after,
.lucky-draw-synthesis-result-dialog__confirm.finished::after,
.lucky-draw-synthesis-result-dialog__confirm.zwtc-button--finished::after {
  display: none;
}
@media (max-width: 767px) {
  .lucky-draw-synthesis-result-dialog {
    width: 324px;
    padding: 60px 16px 24px;
    gap: 16px;
  }
  .lucky-draw-synthesis-result-dialog__close {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .lucky-draw-synthesis-result-dialog__title {
    font-size: 16px;
  }
  .lucky-draw-synthesis-result-dialog__footnote {
    font-size: 12px;
  }
  .lucky-draw-synthesis-result-dialog__reward-image {
    width: 144px;
    height: 144px;
  }
  .lucky-draw-synthesis-result-dialog__reward-name {
    font-size: 12px;
    white-space: normal;
  }
  .lucky-draw-synthesis-result-dialog__confirm {
    width: 100%;
    max-width: 260px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.lucky-draw-exclusive-cards {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}
.lucky-draw-exclusive-cards__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.lucky-draw-exclusive-cards__title {
  margin: 0;
  text-align: center;
  background: linear-gradient(99.79deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.lucky-draw-exclusive-cards__record-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--zwtc-accent-gold);
  cursor: pointer;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.lucky-draw-exclusive-cards__record-link img {
  width: 10px;
  height: 9px;
  display: block;
  flex-shrink: 0;
}
.lucky-draw-exclusive-cards__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.lucky-draw-exclusive-cards__card {
  position: relative;
  width: 300px;
  height: 372px;
  flex-shrink: 0;
}
.lucky-draw-exclusive-cards__card-art {
  position: relative;
  width: 100%;
  height: 100%;
}
.lucky-draw-exclusive-cards__card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
}
.lucky-draw-exclusive-cards__card-image--visible {
  opacity: 1;
}
.lucky-draw-exclusive-cards__card-count {
  position: absolute;
  left: 50%;
  bottom: 7px;
  transform: translateX(-50%);
  margin: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.lucky-draw-exclusive-cards__synthesize {
  min-width: 260px;
  max-width: 960px;
  height: 48px;
  padding: 11.5px 16px;
  border-radius: var(--zwtc-radius-pill);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lucky-draw-exclusive-cards__synthesize:not(.disabled):not(:disabled) {
  --zwtc-gold-button-border-width: 1.5px;
  box-sizing: border-box;
  border: var(--zwtc-gold-button-border-width) solid transparent;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%) padding-box, linear-gradient(180deg, #ffffff 0%, #ff9a00 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-text-on-gold);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.lucky-draw-exclusive-cards__synthesize:not(.disabled):not(:disabled)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 3px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/modal_button_glow.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-exclusive-cards__synthesize:not(.disabled):not(:disabled):hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.lucky-draw-exclusive-cards__synthesize:not(.disabled):not(:disabled):active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.lucky-draw-exclusive-cards__synthesize:not(.disabled):not(:disabled).disabled,
.lucky-draw-exclusive-cards__synthesize:not(.disabled):not(:disabled).already,
.lucky-draw-exclusive-cards__synthesize:not(.disabled):not(:disabled).finished,
.lucky-draw-exclusive-cards__synthesize:not(.disabled):not(:disabled).zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.lucky-draw-exclusive-cards__synthesize:not(.disabled):not(:disabled).disabled::after,
.lucky-draw-exclusive-cards__synthesize:not(.disabled):not(:disabled).already::after,
.lucky-draw-exclusive-cards__synthesize:not(.disabled):not(:disabled).finished::after,
.lucky-draw-exclusive-cards__synthesize:not(.disabled):not(:disabled).zwtc-button--finished::after {
  display: none;
}
.lucky-draw-exclusive-cards__synthesize.disabled,
.lucky-draw-exclusive-cards__synthesize:disabled {
  cursor: not-allowed;
  background: var(--zwtc-surface-disabled);
  color: var(--zwtc-text-disabled);
  box-shadow: none;
  border-color: transparent;
}
.lucky-draw-exclusive-cards__synthesize.disabled::after,
.lucky-draw-exclusive-cards__synthesize:disabled::after {
  display: none;
}
.lucky-draw-exclusive-cards__rewards-stage {
  position: relative;
  width: 1200px;
  max-width: 100%;
}
.lucky-draw-exclusive-cards__rewards-stage-pillars {
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 1200px;
  pointer-events: none;
}
.lucky-draw-exclusive-cards__rewards-scroll {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 33px auto 0;
  overflow: hidden;
  box-sizing: border-box;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.lucky-draw-exclusive-cards__rewards-track {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  width: max-content;
  animation: lucky-draw-exclusive-rewards-marquee var(--marquee-duration, 36s) linear infinite;
}
.lucky-draw-exclusive-cards__rewards-track:hover {
  animation-play-state: paused;
}
@keyframes lucky-draw-exclusive-rewards-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .lucky-draw-exclusive-cards__rewards-track {
    animation: none;
  }
}
.lucky-draw-exclusive-cards__reward {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  width: 144px;
}
.lucky-draw-exclusive-cards__reward-card {
  position: relative;
  isolation: isolate;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 173px;
  box-sizing: border-box;
  border-radius: var(--zwtc-radius-card);
  padding: 40px 24px;
  background: linear-gradient(95.13deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow: hidden;
}
.lucky-draw-exclusive-cards__reward-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-exclusive-cards__reward-card img {
  display: block;
  width: 144px;
  height: 144px;
  object-fit: contain;
}
.lucky-draw-exclusive-cards__reward-label {
  margin: 0;
  width: 100%;
  max-width: 100%;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-transform: capitalize;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.lucky-draw-exclusive-cards__video-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  background: #000;
}
.lucky-draw-exclusive-cards__video-overlay--visible {
  display: flex;
}
.lucky-draw-exclusive-cards__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  background: transparent;
}
@media (max-width: 767px) {
  .lucky-draw-exclusive-cards {
    padding: 32px 16px;
    gap: 24px;
  }
  .lucky-draw-exclusive-cards__title {
    font-size: 20px;
    font-weight: 800;
    white-space: normal;
  }
  .lucky-draw-exclusive-cards__record-link {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .lucky-draw-exclusive-cards__grid {
    gap: 4px;
    max-width: 322px;
    width: 100%;
  }
  .lucky-draw-exclusive-cards__card {
    width: 150px;
    height: 192px;
  }
  .lucky-draw-exclusive-cards__card-art {
    width: 100%;
    height: 100%;
  }
  .lucky-draw-exclusive-cards__card-count {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    z-index: 1;
  }
  .lucky-draw-exclusive-cards__synthesize {
    width: 260px;
    min-width: 0;
    max-width: none;
  }
  .lucky-draw-exclusive-cards__rewards-stage {
    width: 100%;
    min-height: 0;
  }
  .lucky-draw-exclusive-cards__rewards-stage--h5 {
    align-self: stretch;
    max-width: none;
  }
  .lucky-draw-exclusive-cards__rewards-scroll {
    margin-top: 0;
    mask-image: none;
  }
  .lucky-draw-exclusive-cards__rewards-track {
    gap: 8px;
  }
  .lucky-draw-exclusive-cards__reward {
    width: 100px;
    gap: 8px;
  }
  .lucky-draw-exclusive-cards__reward-card {
    width: 100px;
    height: 100px;
    padding: 8px;
    border-radius: 20px;
  }
  .lucky-draw-exclusive-cards__reward-card img {
    width: 80px;
    height: 80px;
  }
  .lucky-draw-exclusive-cards__reward-label {
    font-size: 12px;
    line-height: normal;
    white-space: normal;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.zwtc-home-section-nav-wrapper {
  position: absolute;
  top: 152px;
  right: 8px;
  bottom: 0;
  z-index: 20;
  width: 195px;
  pointer-events: none;
}
.zwtc-home-section-nav {
  position: sticky;
  top: calc(50vh - var(--zwtc-home-section-nav-offset, 116px));
  width: 100%;
  pointer-events: none;
}
.zwtc-home-section-nav__list-wrap {
  width: 100%;
  overflow: hidden;
}
.zwtc-home-section-nav__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.3s ease;
}
.zwtc-home-section-nav--collapsed .zwtc-home-section-nav__list {
  transform: translateX(calc(100% + 16px));
  pointer-events: none;
}
.zwtc-home-section-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  height: auto;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(117.72deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--zwtc-text-muted);
  cursor: pointer;
  pointer-events: auto;
  box-sizing: border-box;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
}
.zwtc-home-section-nav__item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-home-section-nav__item::after {
  z-index: 0;
}
.zwtc-home-section-nav__item--active {
  border: 2px solid var(--zwtc-accent-gold);
  background: linear-gradient(96deg, rgba(50, 40, 24, 0.9) 6.36%, rgba(18, 15, 9, 0.9) 84.72%);
  color: var(--zwtc-accent-gold);
}
.zwtc-home-section-nav__item--active::after {
  display: none;
}
.zwtc-home-section-nav__label {
  position: relative;
  z-index: 1;
  width: 100%;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  word-break: break-word;
}
.zwtc-home-section-nav__corner {
  position: absolute;
  width: 18.5px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  display: block;
}
.zwtc-home-section-nav__corner--tl {
  top: 6px;
  left: 6px;
}
.zwtc-home-section-nav__corner--br {
  right: 6px;
  bottom: 6px;
  transform: rotate(180deg);
}
.zwtc-home-section-nav--collapsed .zwtc-home-section-nav__toggle-icon {
  transform: rotate(90deg);
}
.zwtc-home-section-nav__toggle {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 1px solid var(--zwtc-accent-gold);
  border-radius: 12px;
  background: linear-gradient(96deg, rgba(50, 40, 24, 0.9) 6.36%, rgba(18, 15, 9, 0.9) 84.72%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  pointer-events: auto;
  box-sizing: border-box;
  transition: transform 0.2s ease;
}
.zwtc-home-section-nav__toggle-icon {
  width: 16px;
  height: 16px;
  display: block;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}
@media (max-width: 767px) {
  .zwtc-home-section-nav-wrapper {
    display: block;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 0;
    pointer-events: none;
  }
  .zwtc-home-section-nav {
    top: auto;
    width: 100%;
  }
  .zwtc-home-section-nav--hidden {
    display: none;
  }
  .zwtc-home-section-nav--pinned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: block;
    padding: 8px 0;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    pointer-events: auto;
  }
  .zwtc-home-section-nav__list-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .zwtc-home-section-nav__list-wrap::-webkit-scrollbar {
    display: none;
  }
  .zwtc-home-section-nav__list {
    flex-direction: row;
    align-items: stretch;
    gap: 8px;
    width: max-content;
    min-width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    transform: none;
  }
  .zwtc-home-section-nav--collapsed .zwtc-home-section-nav__list {
    transform: none;
    pointer-events: auto;
  }
  .zwtc-home-section-nav__item {
    flex: 0 0 auto;
    width: auto;
    min-width: 160px;
    max-width: none;
    height: 40px;
    min-height: 40px;
    padding: 0 8px;
    border-radius: 35px;
    font-size: 12px;
  }
  .zwtc-home-section-nav__item--active {
    border: none;
    background: linear-gradient(113.32deg, var(--zwtc-surface-gold-selected-start) 0%, var(--zwtc-surface-gold-selected-end) 43.86%);
  }
  .zwtc-home-section-nav__item--active::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(90deg, #ffc977 0%, #ffffff 50%, #ffc977 100%);
    box-shadow: none;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
  }
  .zwtc-home-section-nav__label {
    font-size: 12px;
    white-space: nowrap;
  }
  .zwtc-home-section-nav__item--active .zwtc-home-section-nav__label {
    background: linear-gradient(98deg, var(--zwtc-accent-gold) 0.35%, #fff 50.47%, var(--zwtc-accent-gold) 96.91%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 0 20px rgba(255, 201, 119, 0.3);
  }
  .zwtc-home-section-nav__toggle {
    display: none;
  }
  .zwtc-layout.not-app .zwtc-home-section-nav--pinned {
    top: 64px;
  }
}

.lucky-draw-risk-banned-notice {
  width: 100%;
  padding: 16px 24px;
  border-radius: var(--zwtc-radius-modal);
  background: var(--zwtc-surface-danger);
  box-sizing: border-box;
  text-align: center;
}
.lucky-draw-risk-banned-notice__line {
  margin: 0;
  color: var(--zwtc-accent-danger);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  word-break: break-word;
  white-space: pre-wrap;
}
.lucky-draw-risk-banned-notice__line + .lucky-draw-risk-banned-notice__line {
  margin-top: 0;
}
@media (max-width: 767px) {
  .lucky-draw-risk-banned-notice {
    padding: 8px;
  }
  .lucky-draw-risk-banned-notice__line {
    font-size: 14px;
  }
}

.zwtc-user-banned {
  width: 1200px;
  padding: 16px 24px;
  margin: auto;
  border-radius: var(--zwtc-radius-modal);
  background: var(--zwtc-surface-danger);
  box-sizing: border-box;
  text-align: center;
}
.zwtc-user-banned .warning {
  display: none;
}
.zwtc-user-banned .title,
.zwtc-user-banned .content {
  margin: 0;
  color: var(--zwtc-accent-danger);
  font-family: 'LINE Seed Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  white-space: pre-wrap;
  word-break: break-word;
}
/** 移动端 */
@media (max-width: 767px) {
  .zwtc-user-banned {
    width: 327px;
    padding: 8px;
  }
  .zwtc-user-banned .title,
  .zwtc-user-banned .content {
    font-size: 14px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.lucky-draw-container {
  position: relative;
}
.lucky-draw-section-nav-wrapper {
  position: absolute;
  top: 152px;
  right: 8px;
  bottom: 0;
  z-index: 20;
  width: 195px;
  pointer-events: none;
}
.lucky-draw-section {
  width: 100%;
  align-self: stretch;
  scroll-margin-top: 80px;
}
.lucky-draw {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lucky-draw .lucky-draw__common-bg {
  width: 1200px;
  margin: 0 auto;
}
.lucky-draw .lucky-draw__common-bg .cons {
  width: 100%;
}
.lucky-draw .lucky-draw__common-bg .cons .progress-line-inner {
  width: 1200px !important;
}
.lucky-draw .lucky-draw-top-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 84px 0 40px;
  box-sizing: border-box;
}
.lucky-draw .lucky-draw-top-wrap__risk-banned {
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}
.lucky-draw .lucky-draw-top-wrap__risk-banned .zwtc-user-banned {
  max-width: 100%;
}
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 40px 64px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(112.58deg, var(--zwtc-surface-card-start) 0%, var(--zwtc-surface-card-end) 43.86%);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  text-align: center;
}
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__title {
  margin: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__countdown {
  width: 100%;
  overflow: visible;
}
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__action {
  display: flex;
  justify-content: center;
  width: 100%;
}
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn {
  --zwtc-gold-button-border-width: 1.5px;
  box-sizing: border-box;
  border: var(--zwtc-gold-button-border-width) solid transparent;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%) padding-box, linear-gradient(180deg, #ffffff 0%, #ff9a00 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-text-on-gold);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 48px;
  margin: 0;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 3px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/modal_button_glow.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn:hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn:active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn.disabled,
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn.already,
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn.finished,
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn.zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn.disabled::after,
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn.already::after,
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn.finished::after,
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn.zwtc-button--finished::after {
  display: none;
}
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn.loading {
  position: relative;
}
.lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn.loading::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/common/loading.svg');
  background-size: contain;
  animation: lucky-draw-btn-loading 1s linear infinite;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time {
  width: 100%;
  overflow: visible;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time.wsot-registration-timer-widget {
  overflow: visible;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg {
  padding: 0;
  overflow: visible;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  height: auto;
  overflow: visible;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
  display: none;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto !important;
  min-width: 128px;
  height: auto !important;
  min-height: 103px;
  flex-shrink: 0;
  margin: 0 !important;
  background-image: none !important;
  gap: 8px;
  overflow: visible;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
  min-width: 128px;
  flex-shrink: 0;
  height: 76px;
  margin: 0 !important;
  padding: 0 !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  text-align: center;
  overflow: visible;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single {
  display: inline-block;
  flex-shrink: 0;
  width: 60px !important;
  min-width: 60px;
  height: 76px !important;
  margin-right: 8px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 60px 76px !important;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single:last-child {
  margin-right: 0;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-0 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/countdown/single-0.png') !important;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-1 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/countdown/single-1.png') !important;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-2 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/countdown/single-2.png') !important;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-3 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/countdown/single-3.png') !important;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-4 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/countdown/single-4.png') !important;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-5 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/countdown/single-5.png') !important;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-6 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/countdown/single-6.png') !important;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-7 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/countdown/single-7.png') !important;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-8 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/countdown/single-8.png') !important;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-9 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/countdown/single-9.png') !important;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-- {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/countdown/single--.png') !important;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
  margin: 0;
  width: 100%;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt,
.lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt p {
  margin-bottom: 0;
}
@keyframes lucky-draw-btn-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lucky-draw .price-pool {
  width: 1200px;
  height: 180px;
  margin: 56px auto 60px;
}
.lucky-draw .price-pool .price-pool__title {
  color: var(--re-new-grey-major);
  font-size: 16px;
  font-weight: 600;
}
.lucky-draw .price-pool .prize-pool-flex-bar {
  height: 142px;
}
.lucky-draw-hint-wrapper {
  box-shadow: 0 2px 70px 0 var(--re-new-mask);
  position: absolute;
  width: 584px;
  height: 539px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: url('/futures-activity/worldtradingchampionship2026/assets/modal/checkAndDrawBg.png') no-repeat center;
  background-size: cover;
}
.lucky-draw-hint-wrapper .dialog-box {
  margin: 24px;
  margin-bottom: 48px;
}
.lucky-draw-hint-wrapper .dialog-box .dialog-header {
  display: flex;
  justify-content: flex-end;
}
.lucky-draw-hint-wrapper .dialog-box .dialog-header .dialog-header-right {
  display: flex;
  align-items: center;
}
.lucky-draw-hint-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/modal/modal_close.svg') no-repeat left;
  background-size: cover;
}
.lucky-draw-hint-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close:hover {
  opacity: 0.5;
}
.lucky-draw-hint-wrapper .dialog-box .dialog-content {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--re-new-grey-white);
}
.lucky-draw-hint-wrapper .dialog-box .dialog-content .main-hint {
  width: 360px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 48px;
}
.lucky-draw-hint-wrapper .dialog-box .dialog-content .main-hint h3 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}
.lucky-draw-hint-wrapper .dialog-box .dialog-footer .close-btn {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lucky-draw-container {
    width: 100%;
    overflow: hidden;
  }
  .lucky-draw-section-nav-wrapper {
    display: block;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 0;
    pointer-events: none;
  }
  .lucky-draw {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #02050f;
  }
  .lucky-draw .lucky-draw__common-bg {
    width: 100%;
    height: auto;
    background: none;
  }
  .lucky-draw .lucky-draw__common-bg .cons {
    width: 100%;
  }
  .lucky-draw .lucky-draw__common-bg .cons .progress-line-inner {
    width: 327px !important;
  }
  .lucky-draw .lucky-draw-top-wrap {
    padding: 32px 16px;
    gap: 32px;
  }
  .lucky-draw .lucky-draw-top-wrap__risk-banned {
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
  }
  .lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    gap: 16px;
    border-radius: 0;
    background: transparent !important;
    backdrop-filter: none;
    overflow: visible;
  }
  .lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card::after {
    display: none;
  }
  .lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__title {
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
  }
  .lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__action {
    justify-content: center;
  }
  .lucky-draw .lucky-draw-top-wrap .lucky-draw-top-card__btn {
    width: 260px;
    max-width: 100%;
    height: 48px;
  }
  .lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg {
    padding: 0;
  }
  .lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex {
    display: grid !important;
    grid-template-columns: repeat(4, max-content);
    justify-content: center;
    align-items: start;
    gap: 24px;
    width: 100%;
    max-width: none;
  }
  .lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
    display: none !important;
  }
  .lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item {
    display: grid !important;
    grid-template-rows: auto auto;
    justify-items: center;
    align-content: start;
    gap: 4px;
    width: max-content !important;
    min-width: 64px !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
    background-image: none !important;
  }
  .lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    justify-self: center;
    width: max-content !important;
    min-width: 64px !important;
    max-width: none !important;
    height: 38px;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
    font-size: 0;
  }
  .lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single {
    width: 30px !important;
    min-width: 30px;
    height: 38px !important;
    margin-right: 4px !important;
    background-size: 30px 38px !important;
  }
  .lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single:last-child {
    margin-right: 0 !important;
  }
  .lucky-draw .lucky-draw-top-wrap .zwtc-lucky-count-down-time .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
    display: block;
    justify-self: stretch;
    width: 100%;
    margin: 0 !important;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
  }
  .lucky-draw .price-pool {
    width: 327px;
    padding: 0;
    height: auto;
    margin-bottom: 40px;
  }
  .lucky-draw .price-pool .price-pool__title {
    color: var(--re-new-grey-major);
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
  .lucky-draw .price-pool .prize-pool-flex-bar {
    height: 134px;
  }
  .lucky-draw-hint-wrapper {
    width: 324px;
    height: 417px;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/lucky-draw/h5/modal-bg.png');
    background-size: 324px 417px;
  }
  .lucky-draw-hint-wrapper .dialog-box {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }
  .lucky-draw-hint-wrapper .dialog-box .dialog-header .dialog-header-left .dialog-header-text {
    font-size: 18px;
  }
  .lucky-draw-hint-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
    width: 12px;
    height: 12px;
  }
  .lucky-draw-hint-wrapper .dialog-box .dialog-content {
    margin-left: 12px;
    margin-top: 18px;
  }
  .lucky-draw-hint-wrapper .dialog-box .dialog-content .main-hint {
    width: 220px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  .lucky-draw-hint-wrapper .dialog-box .dialog-content .main-hint h3 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .lucky-draw-hint-wrapper .dialog-box .dialog-footer {
    bottom: 48px;
  }
  .lucky-draw-hint-wrapper .dialog-box .dialog-footer .zwtc-button--large {
    width: 215px;
    height: 48px;
    background-size: 215px 48px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.lucky-draw-rules {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}
.lucky-draw-rules__title {
  margin: 0;
  text-align: center;
  background: linear-gradient(103.85deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.lucky-draw-rules__card {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-radius: var(--zwtc-radius-card);
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: linear-gradient(95.08deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.lucky-draw-rules__card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.lucky-draw-rules__viewport {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.lucky-draw-rules__content {
  width: 100%;
  position: relative;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.7px;
  word-break: break-word;
}
.lucky-draw-rules__content--truncated {
  max-height: 560px;
  overflow: hidden;
}
.lucky-draw-rules__content--expanded {
  max-height: none;
  overflow: visible;
}
.lucky-draw-rules__content h3,
.lucky-draw-rules__content h4 {
  margin: 0 0 8px;
  background: linear-gradient(98.08deg, #fff 0.35%, var(--zwtc-accent-gold) 96.91%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-shadow: 0 0 20px rgba(255, 201, 119, 0.3);
  text-transform: uppercase;
}
.lucky-draw-rules__content h3:not(:first-child),
.lucky-draw-rules__content h4:not(:first-child) {
  margin-top: 16px;
}
.lucky-draw-rules__content h4 {
  width: fit-content;
}
.lucky-draw-rules__content p {
  margin: 0;
  white-space: pre-line;
}
.lucky-draw-rules__content p + p {
  margin-top: 4px;
}
.lucky-draw-rules__content p strong,
.lucky-draw-rules__content p b {
  display: block;
  margin-bottom: 4px;
  color: var(--zwtc-text-inverse);
  font-weight: 700;
}
.lucky-draw-rules__content .rules-note,
.lucky-draw-rules__content p.note,
.lucky-draw-rules__content .note {
  color: var(--zwtc-text-breadcrumb);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.lucky-draw-rules__content ul,
.lucky-draw-rules__content ol {
  margin: 0;
  padding-left: 20px;
}
.lucky-draw-rules__content ul li,
.lucky-draw-rules__content ol li {
  line-height: 1.5;
}
.lucky-draw-rules__content ul li + li,
.lucky-draw-rules__content ol li + li {
  margin-top: 4px;
}
.lucky-draw-rules__content .rules-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.lucky-draw-rules__content .rules-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.lucky-draw-rules__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 48px;
  height: 36px;
  padding: 8.5px 16px;
  box-sizing: border-box;
  border: 1px solid var(--zwtc-text-disabled);
  border-radius: var(--zwtc-radius-pill);
  background: transparent;
  color: var(--zwtc-text-primary);
  cursor: pointer;
  flex-shrink: 0;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.lucky-draw-rules__more-icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lucky-draw-rules__more-icon img {
  width: 12px;
  height: 6.66px;
  display: block;
}
@media (max-width: 767px) {
  .lucky-draw-rules {
    width: 100%;
    padding: 32px 16px;
    gap: 24px;
  }
  .lucky-draw-rules__title {
    font-size: 20px;
    font-weight: 800;
    white-space: normal;
  }
  .lucky-draw-rules__card {
    align-self: stretch;
    width: 100%;
    max-width: none;
    padding: 16px;
    gap: 0;
    border-radius: 20px;
  }
  .lucky-draw-rules__viewport {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .lucky-draw-rules__content {
    max-height: none;
    overflow: visible;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .lucky-draw-rules__content--collapsed {
    max-height: 360px;
    overflow: hidden;
    padding-bottom: 0;
  }
  .lucky-draw-rules__content h3,
  .lucky-draw-rules__content h4 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .lucky-draw-rules__content h3:not(:first-child),
  .lucky-draw-rules__content h4:not(:first-child) {
    margin-top: 16px;
  }
  .lucky-draw-rules__content ol li,
  .lucky-draw-rules__content ul li {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .lucky-draw-rules__content .rules-note,
  .lucky-draw-rules__content p.note,
  .lucky-draw-rules__content .note {
    font-size: 12px;
  }
  .lucky-draw-rules__content .rules-section + .rules-section {
    margin-top: 16px;
  }
  .lucky-draw-rules__more {
    width: auto;
    max-width: none;
    flex-shrink: 0;
    height: 36px;
    padding: 8.5px 16px;
    border-color: #383a3d;
    color: var(--zwtc-text-primary);
    font-size: 14px;
  }
}

.price-pool {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 94px;
  margin-top: 190px;
}
.price-pool h2 {
  color: #0bccbf;
  font-size: 40px;
  font-weight: 900;
}
.price-pool .sub-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.price-pool .sub-title .price-pool__title {
  margin-right: 75px;
}
.price-pool .con-step .z-step-view {
  width: 100%;
  position: relative;
}
.price-pool .con-step .z-step-view h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}
.price-pool .con-step .z-step-view h3:nth-child(1) {
  margin-top: 78px;
}
.price-pool .con-step .z-step-view h3:nth-child(2) {
  margin-top: 12px;
}
.price-pool .con-step .z-step-view .cons {
  width: 100%;
  position: relative;
}
.price-pool .con-step .z-step-view .cons .top-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-pool .con-step .z-step-view .cons .top-con div {
  min-width: 230px;
  color: #8599a6;
  text-align: left;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  flex: 1;
}
.price-pool .con-step .z-step-view .cons .top-con div:last-child {
  min-width: auto;
}
.price-pool .con-step .z-step-view .cons .top-con-bottom {
  margin-top: 40px;
}
.price-pool .con-step .z-step-view .cons .pop-con {
  box-sizing: border-box;
  border-radius: 1px;
  left: 50%;
  position: absolute;
  top: 30px;
  transform: translate3d(-50%, -50%, 0);
  height: 20px;
  z-index: 1;
  overflow: visible;
  width: 100%;
  position: relative;
}
.price-pool .con-step .z-step-view .cons .pop-con .show-item {
  display: inline-block !important;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  top: 0;
}
.price-pool .con-step .z-step-view .cons .pop-con .show-item div {
  flex: 1;
  height: 20px;
}
.price-pool .con-step .z-step-view .cons .pop-con .show-item .active {
  background: linear-gradient(110deg, #fa5c33 2.37%, #e036af 75.53%);
  border: none;
  position: relative;
  width: 20%;
  display: inline-block;
}
.price-pool .con-step .z-step-view .cons .pop-con .show-item .active .top {
  width: 14px;
  height: 10px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/lucky-draw/h5/arrow-down.png') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: -7px;
  bottom: 22px;
}
.price-pool .con-step .z-step-view .cons .pop-con .show-item .active .bottom {
  width: 14px;
  height: 10px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/lucky-draw/h5/arrow-up.png') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: -7px;
  top: 22px;
}
@media (max-width: 767px) {
  .price-pool {
    width: 100%;
    padding: 0 20px;
    margin-top: 96px;
  }
  .price-pool h2 {
    color: #0bccbf;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .price-pool .sub-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
  }
  .price-pool .sub-title span {
    margin-bottom: 12px;
  }
  .price-pool .con-step .z-step-view h3 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }
  .price-pool .con-step .z-step-view h3:nth-child(1) {
    margin-top: 29px;
  }
  .price-pool .con-step .z-step-view .cons .top-con div {
    min-width: auto;
    color: var(--grey-white, #fff);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .price-pool .con-step .z-step-view .cons .top-con .top {
    right: -10px !important;
  }
  .price-pool .con-step .z-step-view .cons .top-con .bottom {
    right: -10px !important;
  }
  .price-pool .con-step .z-step-view .cons h3 {
    margin-top: 23px;
  }
}

.bonus__container .bonus__header {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-top: 82px;
}
.bonus__container .bonus__header .left h3 {
  color: #0bccbf;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}
.bonus__container .bonus__header .left span {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.bonus__container .bonus__header .btn {
  width: 264px;
  height: 56px;
  cursor: pointer;
  background: url('/futures-activity/worldtradingchampionship2026/assets/button/primary_button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0bccbf;
  font-size: 24px;
  font-weight: 700;
}
.bonus__container .bonus__header .btn:hover {
  background: url('/futures-activity/worldtradingchampionship2026/assets/button/primary_button_hover.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.bonus__container .bonus__header .btn.gray {
  pointer-events: none;
  background: url('/futures-activity/worldtradingchampionship2026/assets/button/gray_button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.bonus__container .bonus__main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  width: 1200px;
  height: 278px;
  margin: 0 auto;
  margin-top: 86px;
}
.bonus__container .bonus__main .bonus-item {
  text-align: center;
}
.bonus__container .bonus__main .bonus-item:nth-child(1) {
  grid-column-start: 1;
}
.bonus__container .bonus__main .bonus-item:nth-of-type(2) {
  grid-column-start: 2;
}
.bonus__container .bonus__main .bonus-item:nth-of-type(3) {
  grid-column-start: 3;
}
.bonus__container .bonus__main .bonus-item:nth-of-type(4) {
  grid-column-start: 4;
}
.bonus__container .bonus__main .bonus-item:nth-of-type(5) {
  grid-column-start: 4;
}
.bonus__container .bonus__main .bonus-item .bonus__img {
  width: 180px;
  height: 180px;
}
.bonus__container .bonus__main .bonus-item .bonus__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
}
.bonus__container .bonus__main .bonus-item .bonus__title span {
  color: #0bccbf;
  display: block;
  word-break: break-all;
}
@media (max-width: 767px) {
  .bonus__container .bonus__header {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 37px;
  }
  .bonus__container .bonus__header .left {
    padding: 0 24px;
    text-align: center;
  }
  .bonus__container .bonus__header .left h3 {
    color: var #0bccbf;
    text-align: center;
    font-size: 20px !important;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
  }
  .bonus__container .bonus__header .left span {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .bonus__container .bonus__header .btn {
    width: 168px;
    height: 40px;
    cursor: pointer;
    background: url('/futures-activity/worldtradingchampionship2026/assets/button/primary_button-h5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0bccbf;
    font-size: 16px;
    font-weight: 700;
    margin-top: 24px;
  }
  .bonus__container .bonus__header .btn:hover {
    background: url('/futures-activity/worldtradingchampionship2026/assets/button/primary_button-h5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #0bccbf;
  }
  .bonus__container .bonus__header .btn.gray {
    pointer-events: none;
    background: url('/futures-activity/worldtradingchampionship2026/assets/button/primary_button_disabled-h5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bonus__container .bonus__main {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-top: 52px;
  }
  .bonus__container .bonus__main .bonus-item {
    display: flex;
  }
  .bonus__container .bonus__main .bonus-item img {
    width: 100px !important;
    height: 100px !important;
  }
  .bonus__container .bonus__main .bonus-item .bonus__title {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 12px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }
  .bonus__container .bonus__main .bonus-item .bonus__title span {
    color: #0bccbf;
  }
}

.performance__container .performance__main {
  margin: 0 auto;
}
.performance__container .con-choice {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
}
.performance__container .con-choice .ant-table .profit {
  color: #089975;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.performance__container .con-choice .ant-table th.head {
  background-color: #0b1217;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.performance__container .con-choice .ant-table .rank {
  font-size: 14px;
  font-weight: 900;
  line-height: 17px;
}
.performance__container .con-choice .ant-table .rank .first {
  color: #f6d561;
}
.performance__container .con-choice .ant-table .rank .second {
  color: #b8bbc4;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}
.performance__container .con-choice .ant-table .rank .third {
  font-size: 14px;
  font-weight: 900;
  color: #e3755d;
}
.performance__container .con-choice .ant-table .ai-item {
  color: #f53b57;
  display: inline-flex;
  align-items: center;
}
.performance__container .con-choice .ant-table .ai-item .ai-icon {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/ai2.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.performance__container .con-choice .ant-table .operation .btn {
  width: 150px;
  height: 36px;
  cursor: pointer;
  background: url('/futures-activity/worldtradingchampionship2026/assets/button/button.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0bccbf;
  font-size: 16px;
  font-weight: 600;
}
.performance__container .con-choice .ant-table .operation .btn:hover {
  background: url('/futures-activity/worldtradingchampionship2026/assets/button/button-hover.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.performance__container .con-choice .ant-table .amount_e6 .green {
  color: green;
}
.performance__container .con-choice .ant-table .amount_e6 .red {
  color: red;
}
.performance__container .con-choice .ant-table .is_valid .select {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/select.png') no-repeat center;
  background-size: 100% 100%;
}
.performance__container .con-choice .inp-choice {
  background: #143151;
  border: 1px solid #143151;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 380px;
  position: absolute;
  left: 50%;
  top: 50px;
  border-radius: 8px;
  transform: translate(-50%);
}
.performance__container .con-choice input::-ms-input-placeholder {
  text-align: center;
}
.performance__container .con-choice input::-webkit-input-placeholder {
  text-align: center;
}
.performance__container .con-choice .header {
  width: 1200px;
  height: 127px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 42px 32px 48px;
  justify-content: space-between;
  color: #fff;
  background: url('/futures-activity/worldtradingchampionship2026/assets/copy-trade/copy-trade-table-header.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.performance__container .con-choice .header .my_rank {
  min-height: 20px;
  flex-basis: 100%;
}
.performance__container .con-choice .header .my_rank span {
  color: #0bccbf;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  /* 118.75% */
}
.performance__container .con-choice .header .my_rank span:nth-child(1) {
  margin-right: 54px;
}
.performance__container .con-choice .header .my_rank span.red {
  color: red;
}
.performance__container .con-choice .header .change-site .ant-select-selector {
  width: 270px;
  height: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #0b1217;
  border: 1px solid #8599a6;
  padding: 12px 6px;
  line-height: 48px;
  border-radius: 4px;
}
.performance__container .con-choice .header .change-site .ant-select-arrow {
  color: #fff;
}
.performance__container .con-choice .header .change-site .ant-select-dropdown {
  background: #000;
  color: #fff;
}
.performance__container .con-choice .header .change-site .ant-select-item-option {
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}
.performance__container .con-choice .header .change-site .ant-select-item-option-selected,
.performance__container .con-choice .header .change-site .ant-select-item-option-active {
  background: #0050c7;
  color: #fff;
}
.performance__container .con-choice .header .tabs-header {
  flex: 1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  margin-left: 68px;
}
.performance__container .con-choice .header .tabs-header > div {
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
}
.performance__container .con-choice .header .tabs-header > div:nth-last-child(1)::before {
  content: '/';
  color: rgba(255, 255, 255, 0.2);
  margin-right: 20px;
}
.performance__container .con-choice .header .tabs-header .active {
  color: #0bccbf;
  position: relative;
  margin-top: 8px;
}
.performance__container .con-choice .header .tabs-header .active::after {
  content: '';
  width: 30px;
  height: 3px;
  display: block;
  background-color: #0bccbf;
  margin: 5px auto 0;
}
.performance__container .con-choice .con-st {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  background-color: #0b1217;
  padding-bottom: 32px;
}
.performance__container .con-choice .con-st .ant-table-tbody > tr.ant-table-row:hover > td,
.performance__container .con-choice .con-st .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: #141e26;
}
.performance__container .con-choice .con-st .ant-table-wrapper {
  width: 100%;
  overflow: hidden;
}
.performance__container .con-choice .con-st .ant-table {
  background: #0b1217;
}
.performance__container .con-choice .con-st .ant-table .no-first {
  color: #a3a9ae;
}
.performance__container .con-choice .con-st .ant-table .user-name-table {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.performance__container .con-choice .con-st .ant-table .ant-empty-description {
  color: #fff;
}
.performance__container .con-choice .con-st .ant-table-thead > tr > th {
  background: rgba(245, 59, 87, 0.1);
  color: #fff !important;
  font-weight: 500;
  font-size: 14px;
  border: none;
  text-align: center;
}
.performance__container .con-choice .con-st .ant-table-tbody > tr:hover {
  background: #141e26;
}
.performance__container .con-choice .con-st .ant-table-tbody > tr .ant-empty-image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: url('/futures-activity/worldtradingchampionship2026/assets/race/no-data-icon.svg') no-repeat center;
  background-size: 100% 100%;
}
.performance__container .con-choice .con-st .ant-table-tbody > tr .ant-empty-image svg {
  display: none;
}
.performance__container .con-choice .con-st .ant-table-tbody > tr .ant-table-cell-row-hover {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .con-st .ant-table-tbody > tr > td {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  border: none;
}
.performance__container .con-choice .con-st .ant-table-tbody > tr > td:hover {
  background: #141e26;
}
.performance__container .con-choice .con-st .color-green {
  color: #16b979;
}
.performance__container .con-choice .con-st .color-red {
  color: #e54c67;
}
.performance__container .con-choice .con-st .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .con-st .ant-pagination .ant-pagination-item-link {
  background-color: inherit;
  border: none;
  color: #a3a9ae;
}
.performance__container .con-choice .con-st .ant-pagination .ant-pagination-item {
  color: #a3a9ae;
  background-color: inherit;
  border: none;
}
.performance__container .con-choice .con-st .ant-pagination .ant-pagination-item a {
  color: #fff;
}
.performance__container .con-choice .con-st .ant-pagination .ant-pagination-item-active {
  background: #0bd9bd;
  color: #a3a9ae;
  opacity: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}
.performance__container .con-choice .bottom-table-con {
  width: 1080px;
  height: 48px;
  background-color: #143151;
  position: absolute;
  left: 68px;
  right: 68px;
  bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.performance__container .con-choice .bottom-table-con .item-table {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.performance__container .con-choice .bottom-table-con .item-table i {
  width: 20px;
  height: 20px;
  display: block;
  background: url('/futures-activity/worldtradingchampionship2026/assets/race/share-icon.svg') no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.performance__container .con-choice .bottom-table-con .item-table-0 {
  width: 120px;
}
.performance__container .con-choice .bottom-table-con .item-table-1 {
  width: 240px;
  color: #00eed1;
}
.performance__container .con-choice .bottom-table-con .item-table-1 a {
  text-decoration: underline;
  color: #00eed1;
}
.performance__container .con-choice .bottom-table-con .item-table-2 {
  width: 120px;
}
.performance__container .con-choice .bottom-table-con .item-table-3 {
  width: 200px;
}
.performance__container .con-choice .bottom-table-con .item-table-4 {
  width: 200px;
}
.performance__container .con-choice .bottom-table-con .item-table-5 {
  width: 200px;
}
.performance__container .con-choice .name-over {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
  color: #a3a9ae;
  cursor: pointer;
}
.performance__container .con-choice .name-over a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-decoration-line: underline;
}
.performance__container .con-choice .name-over-green {
  color: #0bd9bd;
}
.performance__container .con-choice .first-order {
  font-weight: 900;
  background-image: linear-gradient(to right, #f6d561, #f1ab41);
  -webkit-background-clip: text;
  color: transparent;
}
.performance__container .con-choice .second-order {
  font-weight: 900;
}
.performance__container .con-choice .thirt-order {
  font-weight: 900;
  background-image: linear-gradient(to right, #f7a06e, #e3755d);
  -webkit-background-clip: text;
  color: transparent;
}
.performance__container .con-choice .footer-page {
  bottom: 24px;
  left: 0;
  right: 0;
  padding: 0 48px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  margin: 0 auto;
}
.performance__container .con-choice .footer-page .dec {
  color: #8599a6;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.performance__container .con-choice .footer-page > div {
  flex: 1;
}
.performance__container .con-choice .footer-page .page-show {
  text-align: right;
  color: #fff;
}
.performance__container .con-choice .footer-page .ant-pagination-item-ellipsis {
  color: #fff;
}
.performance__container .con-choice .footer-page .ant-table {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .footer-page .ant-table:hover {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .footer-page .ant-table .no-first {
  color: #a3a9ae;
}
.performance__container .con-choice .footer-page .ant-table .user-name-table {
  width: 280px;
  overflow: hidden;
}
.performance__container .con-choice .footer-page .ant-table .ant-empty-description {
  color: #fff;
}
.performance__container .con-choice .footer-page .ant-table-thead > tr > th {
  background: #0a233f;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border: none;
  text-align: center;
}
.performance__container .con-choice .footer-page .ant-table-tbody > tr:hover {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .footer-page .ant-table-tbody > tr .ant-table-cell-row-hover {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .footer-page .ant-table-tbody > tr > td {
  color: #ffffff;
  text-align: center;
  padding: 9px 16px;
  border: none;
  margin: 0 auto;
}
.performance__container .con-choice .footer-page .ant-table-tbody > tr > td:hover {
  background: #141e26;
}
.performance__container .con-choice .footer-page .color-green {
  color: #16b979;
}
.performance__container .con-choice .footer-page .color-red {
  color: #e54c67;
}
.performance__container .con-choice .footer-page .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .footer-page .ant-pagination .ant-pagination-item-link {
  background: rgba(11, 204, 191, 0.1);
  border: none;
  color: #8599a6;
  font-weight: 600;
}
.performance__container .con-choice .footer-page .ant-pagination .ant-pagination-item {
  border-radius: 4px;
  background: rgba(11, 204, 191, 0.1);
  border: none;
}
.performance__container .con-choice .footer-page .ant-pagination .ant-pagination-item a {
  color: #8599a6;
  font-weight: 600;
}
.performance__container .con-choice .footer-page .ant-pagination .ant-pagination-item-active {
  background: #0bccbf;
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}
.performance__container .con-choice .footer-page .ant-pagination .ant-pagination-item-active a {
  color: #05080a;
  font-weight: 600;
}
.performance__container-mobile {
  width: 100%;
  height: auto;
  padding-top: 0;
}
.performance__container-mobile .con-choice {
  width: 100%;
  height: auto;
}
.performance__container-mobile .con-choice .item-table-0,
.performance__container-mobile .con-choice .item-table-1 {
  text-align: left;
}
.performance__container-mobile .con-choice .no-data {
  position: absolute;
  width: 80px;
  height: 100px;
  margin: 0px auto;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
.performance__container-mobile .con-choice .no-data .img-no-data {
  width: 80px;
  height: 80px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/race/no-data-icon.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.performance__container-mobile .con-choice .header {
  display: block;
  padding-top: 25px;
  padding: 6px 24px;
  width: 100%;
  height: 72px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: url('/futures-activity/worldtradingchampionship2026/assets/copy-trade/copy-trade-table-header.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.performance__container-mobile .con-choice .header .my_rank {
  margin-top: 0;
  margin-bottom: 8px;
}
.performance__container-mobile .con-choice .header .my_rank span {
  font-weight: 500;
}
.performance__container-mobile .con-choice .header .my_rank span:nth-child(1) {
  margin-right: 20px;
}
.performance__container-mobile .con-choice .header .change-site {
  margin: 20px auto;
  display: block;
}
.performance__container-mobile .con-choice .header .tabs-header {
  margin-left: 0;
  color: var(--grey-major, #fff);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.performance__container-mobile .con-choice .header .tabs-header div {
  word-break: break-all;
}
.performance__container-mobile .con-choice .header .tabs-header div:first-child {
  margin-right: 0;
}
.performance__container-mobile .con-choice .header .tabs-header div:nth-last-child(1) {
  margin-left: 40px !important;
  margin-right: 0;
}
.performance__container-mobile .con-choice .header .tabs-header div:nth-last-child(1)::before {
  display: none;
}
.performance__container-mobile .con-choice .header .tabs-header .active {
  margin-left: 0 !important;
  margin-right: 0;
}
.performance__container-mobile .con-choice .mobile-name-mem p {
  margin-bottom: 0;
}
.performance__container-mobile .con-choice .mobile-name-mem p a {
  text-decoration: underline;
  font-weight: 700;
}
.performance__container-mobile .con-choice .footer-page {
  display: flex;
  padding: 0 24px;
  text-align: center;
}
.performance__container-mobile .con-choice .footer-page .dec {
  display: none;
}
.performance__container-mobile .con-choice .con-st {
  padding: 0 0 12px;
  justify-content: flex-start;
  position: relative;
  background-color: #0b1217;
}
.performance__container-mobile .con-choice .con-st .change-item {
  bottom: 8px;
  right: 32px;
}
.performance__container-mobile .con-choice .con-st .ant-table-wrapper .ant-table-thead .ant-table-cell {
  color: var(--grey-major, #fff);
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  /* 158.333% */
}
.performance__container-mobile .con-choice .con-st .ant-table-wrapper .operation .btn {
  width: 130px;
  height: 24px;
  background-size: 100% 100%;
  font-size: 12px;
  font-weight: 600;
}
.performance__container-mobile .con-choice .con-st .ant-table-wrapper .operation .btn:hover {
  background: url('/futures-activity/worldtradingchampionship2026/assets/button/button-hover.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #fff;
}
.performance__container-mobile .con-choice .mobile-name-mem {
  text-align: left;
}
.performance__container-mobile .con-choice .mobile-name-mem p {
  margin-bottom: 0;
}
.performance__container-mobile .con-choice .bottom-table-con {
  width: auto;
  left: 12px;
  padding-left: 12px;
  right: 12px;
  height: 56px;
}
.performance__container-mobile .con-choice .bottom-table-con .item-table {
  display: block;
}
.performance__container-mobile .con-choice .bottom-table-con .item-table p {
  margin-bottom: 4px;
}
.performance__container-mobile .con-choice .bottom-table-con .item-table-0 {
  width: 88px;
}

.copytrade__container {
  background: linear-gradient(180deg, #180004 0%, #000 100%, #000 100%);
}
.copytrade__container .copytrade__rules {
  width: 100%;
  background: #010202;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  color: #52756f;
  font-size: 14px;
  font-weight: 500;
}
.copytrade__container .copytrade__rules .rules-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.copytrade__container .copytrade__rules .rules-main {
  width: 1180px;
  line-height: 35px;
  color: #8599a6;
  font-size: 14px;
}
.copytrade__container .copytrade__rules .rules-main h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .copytrade__container .copytrade__rules {
    padding: 40px 24px;
    color: #52756f;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .copytrade__container .copytrade__rules .rules-main {
    width: 327px;
  }
}

.zwtc-banner-navigation {
  position: relative;
  width: 100%;
  background-color: #000;
}
.zwtc-warm-up-banner {
  display: flex;
  width: 100%;
  min-width: 1200px;
  background-color: #000;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
.zwtc-warm-up-banner .zwtc-poster {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 664px;
  margin: auto;
  background-color: #000;
}
.zwtc-warm-up-banner .zwtc-poster::before,
.zwtc-warm-up-banner .zwtc-poster::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 1;
  width: 256px;
  height: 100%;
  pointer-events: none;
}
.zwtc-warm-up-banner .zwtc-poster::before {
  left: 0;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.zwtc-warm-up-banner .zwtc-poster::after {
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.zwtc-warm-up-banner .zwtc-poster .zwtc-poster__page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.zwtc-warm-up-banner .zwtc-poster .zwtc-poster__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.zwtc-warm-up-banner .zwtc-poster .zwtc-poster__prize-pool-label {
  position: absolute;
  top: 111px;
  left: 50%;
  z-index: 2;
  margin: 0;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #fefeff 25%, #c8c7c5 75%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.zwtc-warm-up-banner .zwtc-poster-logo {
  width: 322px;
  height: 107px;
  margin-left: -56px;
}
.zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper {
  display: none;
  width: 1100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: 63px;
  color: var(--re-new-grey-white);
  user-select: none;
}
.zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper .zwtc-warm-up-banner-title1 {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  text-shadow: 3.718px 3.718px 0px #000, 0px 3.257px 33.461px #FF252A;
  font-family: "LINE Seed Sans";
  font-size: 42.75px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 31px;
  max-width: 482px;
  word-break: normal;
}
.zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper .zwtc-warm-up-banner-title2 {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  text-shadow: 3.718px 3.718px 0px #000, 0px 3.257px 33.461px #FF252A;
  font-family: "LINE Seed Sans";
  font-size: 26.053px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.908px;
}
.zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper .zwtc-warm-up-banner-title3 {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  text-shadow: 3.086px 3.086px 0px #000, 0px 0px 50px #FF252A, 0px 0px 50px #FF252A, 0px 0px 50px #FF252A;
  font-family: "LINE Seed Sans";
  font-size: 67.584px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 10.138px;
}
@media (max-width: 767px) {
  .zwtc-warm-up-banner {
    display: block;
    width: 100%;
    min-width: unset;
    height: 520px;
    overflow: hidden;
  }
  .zwtc-warm-up-banner .zwtc-poster {
    min-width: unset;
    width: 100%;
    height: 520px;
    overflow: hidden;
  }
  .zwtc-warm-up-banner .zwtc-poster::before,
  .zwtc-warm-up-banner .zwtc-poster::after {
    display: none;
  }
  .zwtc-warm-up-banner .zwtc-poster .zwtc-poster__video {
    object-fit: cover;
    object-position: center bottom;
    height: 520px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .zwtc-warm-up-banner .zwtc-poster .zwtc-poster__prize-pool-label {
    top: 96px;
    font-size: 20px;
  }
  .zwtc-warm-up-banner .zwtc-poster-logo {
    display: block;
    width: 240px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper {
    width: auto;
    bottom: auto;
    transform: translateX(-50%);
    top: 0px;
  }
  .zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper .zwtc-warm-up-banner-title1 {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 3.718px 3.718px 0px #000, 0px 3.257px 33.461px #FF252A, 0px 0px 3.257px rgba(0, 0, 0, 0.25);
    font-family: "LINE Seed Sans";
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    max-width: 304px;
    word-break: normal;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper .zwtc-warm-up-banner-title2 {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 3.718px 3.718px 0px #000, 0px 3.257px 33.461px #FF252A, 0px 0px 3.257px rgba(0, 0, 0, 0.25);
    font-family: "LINE Seed Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper .zwtc-warm-up-banner-title3 {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 3.086px 3.086px 0px #000, 0px 0px 50px #FF252A, 0px 0px 50px #FF252A, 0px 0px 50px #FF252A;
    font-family: "LINE Seed Sans";
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 7.2px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.zwtc-guide-video {
  width: 100%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.zwtc-guide-video__title {
  margin: 0;
  text-align: center;
  background: linear-gradient(98.28deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.zwtc-guide-video__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
}
.zwtc-guide-video__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.zwtc-guide-video__slide-label {
  display: none;
  margin: 0;
  color: var(--zwtc-text-inverse);
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.zwtc-guide-video__dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.zwtc-guide-video__dot {
  display: block;
  width: 4px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 100px;
  background: #909295;
  pointer-events: none;
  flex-shrink: 0;
}
.zwtc-guide-video__dot--active {
  width: 24px;
  background: linear-gradient(100.4deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
}
.zwtc-guide-video__swiper {
  width: 100%;
  overflow: hidden;
}
.zwtc-guide-video__h5 {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.zwtc-guide-video__pc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.zwtc-guide-video__player-card {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(100.85deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.zwtc-guide-video__player-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-guide-video__player {
  position: relative;
  width: 100%;
  height: 655px;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}
.zwtc-guide-video__poster,
.zwtc-guide-video__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.zwtc-guide-video__poster-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.zwtc-guide-video__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.zwtc-guide-video__play-btn img:first-child {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.zwtc-guide-video__play-btn img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: auto;
  transform: translate(-46%, -50%);
  pointer-events: none;
}
.zwtc-guide-video__thumbs {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.zwtc-guide-video__thumb {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0 16px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.zwtc-guide-video__thumb-media {
  isolation: isolate;
  border: none;
  position: relative;
  width: 200px;
  height: 112px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(100.85deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  box-sizing: border-box;
}
.zwtc-guide-video__thumb-media::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-guide-video__thumb-media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zwtc-guide-video__thumb--active .zwtc-guide-video__thumb-media::after {
  padding: 2px;
  background: linear-gradient(to bottom right, #ffc977 0%, rgba(255, 201, 119, 0.48) 50%, rgba(255, 201, 119, 0.65) 100%);
}
.zwtc-guide-video__thumb-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.zwtc-guide-video__thumb-control {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.zwtc-guide-video__thumb-control-inner {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.zwtc-guide-video__thumb-control-inner img:first-child,
.zwtc-guide-video__thumb-control-inner img:only-child {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zwtc-guide-video__thumb-control-inner img:last-child:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: auto;
  transform: translate(-50%, -50%);
}
.zwtc-guide-video__thumb-label {
  width: 100%;
  color: var(--zwtc-text-inverse);
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  word-break: break-word;
}
@media (max-width: 767px) {
  .zwtc-guide-video {
    padding: 32px 16px;
    gap: 24px;
  }
  .zwtc-guide-video__title {
    font-size: 20px;
  }
  .zwtc-guide-video__content {
    gap: 0;
    width: 100%;
    max-width: none;
  }
  .zwtc-guide-video__h5 {
    display: flex;
  }
  .zwtc-guide-video__pc {
    display: none;
  }
  .zwtc-guide-video__slide {
    gap: 4px;
    width: 100%;
    align-items: stretch;
  }
  .zwtc-guide-video__swiper {
    width: 100%;
    overflow: hidden;
  }
  .zwtc-guide-video__swiper.swiper-container {
    margin-left: 0;
    margin-right: 0;
  }
  .zwtc-guide-video__swiper .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .zwtc-guide-video__swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
    height: auto;
    box-sizing: border-box;
  }
  .zwtc-guide-video__player-card {
    width: 100%;
    padding: 2px;
    border-radius: 12px;
  }
  .zwtc-guide-video__player {
    width: 100%;
    height: auto;
    aspect-ratio: 1.80213904;
    border-radius: 4.57px;
  }
  .zwtc-guide-video__slide-label {
    display: block;
    font-size: 14px;
  }
  .zwtc-guide-video__dots {
    display: flex;
  }
  .zwtc-guide-video__play-btn {
    width: 40px;
    height: 40px;
  }
  .zwtc-guide-video__play-btn img:last-child {
    width: 14px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.schedule-timeline {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.schedule-timeline__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: visible;
}
.schedule-timeline__track {
  position: relative;
  align-self: stretch;
  width: 10px;
  flex-shrink: 0;
  z-index: 1;
}
.schedule-timeline__track-line {
  position: absolute;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  border-radius: 1px;
  background: repeating-linear-gradient(to bottom, rgba(17, 245, 230, 0.55) 0, rgba(17, 245, 230, 0.55) 2px, transparent 2px, transparent 4px);
  pointer-events: none;
}
.schedule-timeline__track-line--top {
  top: 0;
  height: 50%;
}
.schedule-timeline__row:first-child .schedule-timeline__track-line--top {
  display: none;
}
.schedule-timeline__track-line--bottom {
  top: 50%;
  height: calc(50% + 16px);
}
.schedule-timeline__row:last-child .schedule-timeline__track-line--bottom {
  display: none;
}
.schedule-timeline__row {
  display: flex;
  align-items: center;
  gap: 40px;
  overflow: visible;
}
.schedule-timeline__row:hover .schedule-timeline__date-card,
.schedule-timeline__row:hover .schedule-timeline__info-card {
  color: #000;
  border-color: #ffe9c8;
  background: linear-gradient(133.2deg, #ffc977 0%, #ffeacc 43.86%, #ffc977 100%);
}
.schedule-timeline__row:hover .schedule-timeline__date-divider {
  background: #000;
}
.schedule-timeline__date-card,
.schedule-timeline__info-card {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(114.79deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.schedule-timeline__date-card::after,
.schedule-timeline__info-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.schedule-timeline__date-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 300px;
  flex-shrink: 0;
  padding: 16px 40px;
  color: var(--zwtc-text-inverse);
}
.schedule-timeline__date-group {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  width: 70px;
  white-space: nowrap;
}
.schedule-timeline__date-month {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.schedule-timeline__date-day {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
}
.schedule-timeline__date-divider {
  width: 12px;
  height: 1px;
  background: var(--zwtc-text-inverse);
  flex-shrink: 0;
}
.schedule-timeline__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: visible;
}
.schedule-timeline__dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37px;
  height: 37px;
  transform: translate(-50%, -50%);
  background: url('/futures-activity/worldtradingchampionship2026/assets/schedule/timeline-dot.svg') no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.schedule-timeline__info-card {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 40px;
  color: var(--zwtc-text-inverse);
  text-align: left;
}
.schedule-timeline__info-title {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.schedule-timeline__info-time {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .schedule-timeline {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .schedule-timeline__list {
    gap: 8px;
  }
  .schedule-timeline__row:not(:last-child) .schedule-timeline__track-line--bottom {
    height: calc(50% + 8px);
  }
  .schedule-timeline__row {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .schedule-timeline__row:hover .schedule-timeline__info-card {
    color: #000;
    border-color: #ffe9c8;
    background: linear-gradient(133.2deg, #ffc977 0%, #ffeacc 43.86%, #ffc977 100%);
  }
  .schedule-timeline__date-card {
    display: none;
  }
  .schedule-timeline__dot {
    display: block;
    flex-shrink: 0;
  }
  .schedule-timeline__info-card {
    flex: 1;
    min-width: 0;
    padding: 16px;
    border-radius: 20px;
    text-align: left;
  }
  .schedule-timeline__info-title {
    font-size: 14px;
    font-weight: 700;
  }
  .schedule-timeline__info-time {
    font-size: 12px;
  }
}

.zwtc-schedule-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.zwtc-schedule-wrapper .zwtc-schedule-title {
  text-align: center;
  background: linear-gradient(98.28deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.zwtc-schedule-wrapper .zwtc-schedule-content {
  width: 100%;
  margin: 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .zwtc-schedule-wrapper {
    padding: 32px 0;
    gap: 24px;
  }
  .zwtc-schedule-wrapper .zwtc-schedule-title {
    font-size: 20px;
    padding: 0 16px;
  }
  .zwtc-schedule-wrapper .zwtc-schedule-content {
    padding: 0 16px;
    box-sizing: border-box;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.zwtc-partner {
  width: 100%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.zwtc-partner__title {
  margin: 0;
  text-align: center;
  background: linear-gradient(97.37deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.zwtc-partner__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 1200px;
}
.zwtc-partner__grid--pc {
  display: flex;
}
.zwtc-partner__grid--h5 {
  display: none;
}
.zwtc-partner__card {
  --partner-card-border-width: 1px;
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 227px;
  width: 227px;
  height: 72px;
  padding: 16px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(100.85deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.zwtc-partner__card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--partner-card-border-width);
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-partner__card--square {
  flex: 0 0 72px;
  width: 72px;
  padding: 16px;
}
.zwtc-partner__card-pair {
  flex: 0 0 227px;
  width: 227px;
  height: 72px;
  display: flex;
  align-items: stretch;
  gap: 16px;
  box-sizing: border-box;
}
.zwtc-partner__card-pair > div {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}
.zwtc-partner__card-pair .zwtc-partner__card {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  height: 72px;
}
.zwtc-partner__card-pair .zwtc-partner__card--square {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  height: 72px;
  padding: 16px;
}
.zwtc-partner__logo {
  display: block;
  width: var(--partner-logo-w-pc, auto);
  height: var(--partner-logo-h-pc, 40px);
  max-width: var(--partner-logo-w-pc, 275px);
  max-height: var(--partner-logo-h-pc, 40px);
  object-fit: contain;
  flex-shrink: 0;
}
.zwtc-partner__haas-logo {
  display: inline-flex;
  align-items: flex-start;
  height: 46px;
}
.zwtc-partner__haas-logo > img {
  width: 58px;
  height: 46px;
  flex-shrink: 0;
  object-fit: contain;
}
.zwtc-partner__haas-logo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 6px;
  margin-left: 2px;
  width: 123px;
}
.zwtc-partner__haas-logo-text img {
  display: block;
  width: 123px;
  object-fit: contain;
}
.zwtc-partner__haas-logo-text img:nth-child(1) {
  height: 21px;
}
.zwtc-partner__haas-logo-text img:nth-child(2) {
  height: 1px;
  margin-top: -1px;
}
.zwtc-partner__haas-logo-text img:nth-child(3) {
  height: 9px;
  margin-top: 4px;
}
.zwtc-partner__my-forex-logo {
  display: inline-flex;
  align-items: center;
  width: 181px;
  height: 26px;
  flex-shrink: 0;
}
.zwtc-partner__my-forex-logo-icon {
  display: block;
  width: 44px;
  height: 26px;
  flex-shrink: 0;
  object-fit: contain;
}
.zwtc-partner__my-forex-logo-text {
  display: block;
  width: 137px;
  height: 15px;
  flex-shrink: 0;
  object-fit: contain;
}
.zwtc-partner__ccc-campus-logo {
  position: relative;
  width: 96px;
  height: 44px;
  flex-shrink: 0;
}
.zwtc-partner__ccc-campus-logo-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 44px;
  object-fit: contain;
}
.zwtc-partner__ccc-campus-logo-text {
  position: absolute;
  top: 1.5px;
  left: 47px;
  display: block;
  width: 48px;
  height: 41px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .zwtc-partner {
    padding: 32px 16px;
    gap: 24px;
  }
  .zwtc-partner__title {
    font-size: 20px;
  }
  .zwtc-partner__grid--pc {
    display: none;
  }
  .zwtc-partner__grid--h5 {
    display: block;
    width: 100%;
    max-width: 343px;
  }
  .zwtc-partner__grid-image {
    display: block;
    width: 100%;
    height: auto;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.zwtc-total-wrapper {
  width: 1200px;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.zwtc-total-wrapper .zwtc-total-title {
  text-align: center;
  background: linear-gradient(98.28deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.zwtc-total-wrapper .total-prize-pool-wrapper {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-radius: var(--zwtc-radius-card);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: linear-gradient(96deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.zwtc-total-wrapper .total-prize-pool-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-total-wrapper .wraper-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.zwtc-total-wrapper .wraper-item .item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
  min-width: 316px;
  justify-content: flex-start;
}
.zwtc-total-wrapper .wraper-item .item__icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.zwtc-total-wrapper .wraper-item .item__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zwtc-total-wrapper .wraper-item .item__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: auto;
  max-width: 200px;
}
.zwtc-total-wrapper .wraper-item .item__value {
  margin: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}
.zwtc-total-wrapper .wraper-item .item__label {
  margin: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.zwtc-total-wrapper .con-step {
  width: 100%;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock > h3:first-child {
  margin: 0;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock h3 {
  color: var(--zwtc-text-breadcrumb);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .top-con {
  justify-content: space-between;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .top-con--unlock-ticks {
  position: relative;
  display: block;
  height: 20px;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .top-con--unlock-ticks div {
  position: absolute;
  top: 0;
  flex: none;
  width: 86px;
  min-width: 0;
  transform: translateX(-50%);
  text-align: left;
  white-space: nowrap;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .top-con--unlock-ticks div:first-child {
  transform: translateX(0);
  text-align: left;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .top-con--unlock-ticks div:last-child {
  transform: translateX(-100%);
  text-align: left;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .top-con div {
  flex: 0 0 auto;
  width: 86px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: var(--zwtc-text-breadcrumb);
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .top-con div.active {
  color: var(--zwtc-accent-gold);
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con-group {
  position: relative;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con-group .progress-pointer-top,
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con-group .progress-pointer-bottom {
  position: absolute;
  width: 12px;
  height: 9px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con-group .progress-pointer-top {
  bottom: calc(100% + 5px);
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/unlock-pointer-top.svg');
  transform: translateX(-50%) rotate(180deg);
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con-group .progress-pointer-bottom {
  top: calc(100% + 5px);
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/unlock-pointer-bottom.svg');
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .top-con-bottom {
  margin-top: 0;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con {
  isolation: isolate;
  border: none;
  overflow: hidden;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  height: 20px;
  border-radius: 6px;
  background: linear-gradient(96deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow: visible;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con::after {
  z-index: 3;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .show-item {
  display: none;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-track-clip {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  pointer-events: none;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-fill {
  height: 100%;
  min-width: 0;
  border-radius: 5px;
  overflow: hidden;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-fill .progress-line-inner {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5f3900 0%, var(--zwtc-accent-gold) 83.77%);
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-glow-clip {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  overflow: visible;
  clip-path: inset(-24px 0 -24px 0);
  pointer-events: none;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-glow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 182px;
  height: 20px;
  flex-shrink: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-glow__layer {
  position: absolute;
  top: 50%;
  border-radius: 20px;
  transform: translateY(-50%);
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-glow__layer--outer {
  left: 0;
  width: 182px;
  height: 20px;
  background: linear-gradient(130.96deg, rgba(255, 201, 119, 0) 4.35%, #ffa115 94.19%);
  filter: blur(10px);
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-glow__layer--bright {
  left: 41px;
  width: 139px;
  height: 14px;
  background: linear-gradient(133.45deg, rgba(255, 201, 119, 0) 4.35%, #fff 94.19%);
  filter: blur(4.35px);
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-glow__layer--soft {
  left: 41px;
  width: 139px;
  height: 14px;
  opacity: 0.4;
  background: linear-gradient(133.45deg, rgba(255, 201, 119, 0) 4.35%, #fff 94.19%);
  filter: blur(4.35px);
}
.zwtc-total-wrapper .con-step .z-step-view--unlock .cons h3:last-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .zwtc-total-wrapper {
    width: 100%;
    padding: 32px 16px;
    margin: 0;
    gap: 24px;
    box-sizing: border-box;
  }
  .zwtc-total-wrapper .zwtc-total-title {
    font-size: 20px;
  }
  .zwtc-total-wrapper .total-prize-pool-wrapper {
    padding: 24px 16px;
    gap: 16px;
    border-radius: 20px;
    background: linear-gradient(96.33deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  }
  .zwtc-total-wrapper .wraper-item {
    flex-direction: row;
    align-items: stretch;
    gap: 8px;
  }
  .zwtc-total-wrapper .wraper-item .item {
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
    padding: 0 8px 16px;
    border-radius: 12px;
    background: linear-gradient(96.8deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
  }
  .zwtc-total-wrapper .wraper-item .item__icon {
    width: 80px;
    height: 80px;
  }
  .zwtc-total-wrapper .wraper-item .item__info {
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 2px;
  }
  .zwtc-total-wrapper .wraper-item .item__value {
    font-size: 14px;
    text-align: center;
  }
  .zwtc-total-wrapper .wraper-item .item__label {
    font-size: 10px;
    text-align: center;
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock {
    gap: 12px;
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock > h3:first-child {
    margin: 0;
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock h3 {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons {
    gap: 12px;
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons .top-con div {
    width: auto;
    flex: none;
    font-size: 12px;
    font-weight: 400;
    color: #6a6a6a;
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons .top-con div.active {
    color: var(--zwtc-text-inverse);
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons .top-con--unlock-ticks {
    height: 20px;
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con-group .progress-pointer-top,
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con-group .progress-pointer-bottom {
    width: 9px;
    height: 7px;
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con {
    height: 20px;
    border-radius: 6px;
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-track-clip {
    border-radius: 5px;
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-fill {
    border-radius: 5px;
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-glow-clip {
    clip-path: inset(-24px 0 -24px 0);
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-glow {
    width: 182px;
    height: 20px;
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-glow__layer--outer {
    width: 182px;
    height: 20px;
    filter: blur(10px);
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-glow__layer--bright,
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons .pop-con .progress-bar-glow__layer--soft {
    left: 41px;
    width: 139px;
    height: 14px;
    filter: blur(4.35px);
  }
  .zwtc-total-wrapper .con-step .z-step-view--unlock .cons h3:last-child {
    margin-top: 0;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.zwtc-trading-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 130px 0 0;
  overflow: hidden;
  height: 1161px;
}
.zwtc-trading-wrapper .zwtc-trading-hero__media {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  max-width: 1920px;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  overflow: hidden;
}
.zwtc-trading-wrapper .zwtc-trading-hero__media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.zwtc-trading-wrapper .zwtc-trading-hero__title {
  position: relative;
  z-index: 1;
  text-align: center;
  background: linear-gradient(98.28deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.zwtc-trading-wrapper .wraper-item--h5 {
  display: none;
}
.zwtc-trading-wrapper .wraper-item--pc {
  position: absolute;
  left: 50%;
  bottom: 80px;
  z-index: 1;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0;
  transform: translateX(-50%);
}
.zwtc-trading-wrapper .wraper-item--pc .item {
  --prize-pool-card-border-width: 1px;
  isolation: isolate;
  border: none;
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 373px;
  max-width: 100%;
  height: 438px;
  padding: 40px 24px;
  box-sizing: border-box;
  border-radius: var(--zwtc-radius-card);
  overflow: hidden;
}
.zwtc-trading-wrapper .wraper-item--pc .item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--prize-pool-card-border-width);
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-trading-wrapper .wraper-item--pc .item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(96deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 0;
}
.zwtc-trading-wrapper .wraper-item--pc .item > *,
.zwtc-trading-wrapper .wraper-item--pc .item .item__body {
  position: relative;
  z-index: 2;
}
.zwtc-trading-wrapper .wraper-item--pc .item .item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
}
.zwtc-trading-wrapper .wraper-item--pc .item .item__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.zwtc-trading-wrapper .wraper-item--pc .item .item__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  flex: 1;
  min-height: 0;
}
.zwtc-trading-wrapper .wraper-item--pc .item .item__amount {
  width: 100%;
  background: linear-gradient(180deg, #ffe4bc 23.81%, var(--zwtc-accent-gold) 78.57%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}
.zwtc-trading-wrapper .wraper-item--pc .item .item__summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  flex-shrink: 0;
}
.zwtc-trading-wrapper .wraper-item--pc .item .item__title {
  width: 100%;
  color: var(--zwtc-accent-gold);
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.zwtc-trading-wrapper .wraper-item--pc .item .item__title p {
  margin: 0;
}
.zwtc-trading-wrapper .wraper-item--pc .item .item__desc {
  width: 100%;
  flex: 1;
  min-height: 0;
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--zwtc-text-breadcrumb);
}
@media (max-width: 767px) {
  .zwtc-trading-wrapper {
    width: 100%;
    height: auto;
    min-height: 594px;
    padding: 0 0 24px;
    background-color: #000;
  }
  .zwtc-trading-wrapper .zwtc-trading-hero__media {
    top: 4px;
    left: 0;
    width: 100%;
    height: 594px;
    max-width: none;
    transform: none;
  }
  .zwtc-trading-wrapper .zwtc-trading-hero__media::after {
    display: none;
  }
  .zwtc-trading-wrapper .zwtc-trading-hero__media-image {
    object-fit: cover;
    object-position: top center;
    height: 594px;
    width: auto;
    margin: 0 auto;
  }
  .zwtc-trading-wrapper .zwtc-trading-hero__title {
    position: absolute;
    top: 37px;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 20px;
  }
  .zwtc-trading-wrapper .wraper-item--pc {
    display: none;
  }
  .zwtc-trading-wrapper .wraper-item--h5 {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 188px 16px 0;
    box-sizing: border-box;
  }
  .zwtc-trading-wrapper .wraper-item--h5 .item {
    --prize-pool-card-border-width: 0.5px;
    isolation: isolate;
    border: none;
    position: relative;
    display: flex;
    flex-direction: row;
    flex: none;
    align-items: center;
    gap: 16px;
    width: 100%;
    height: auto;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
  }
  .zwtc-trading-wrapper .wraper-item--h5 .item::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: var(--prize-pool-card-border-width);
    background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
  }
  .zwtc-trading-wrapper .wraper-item--h5 .item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(96deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 0;
  }
  .zwtc-trading-wrapper .wraper-item--h5 .item > *,
  .zwtc-trading-wrapper .wraper-item--h5 .item .item__body {
    position: relative;
    z-index: 2;
  }
  .zwtc-trading-wrapper .wraper-item--h5 .item .item__icon {
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
    overflow: hidden;
  }
  .zwtc-trading-wrapper .wraper-item--h5 .item .item__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .zwtc-trading-wrapper .wraper-item--h5 .item .item__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    align-items: stretch;
  }
  .zwtc-trading-wrapper .wraper-item--h5 .item .item__summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: 100%;
    flex-shrink: 0;
  }
  .zwtc-trading-wrapper .wraper-item--h5 .item .item__amount {
    width: 100%;
    background: linear-gradient(180deg, #ffe4bc 23.81%, var(--zwtc-accent-gold) 78.57%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'LINE Seed Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: left;
    text-transform: capitalize;
  }
  .zwtc-trading-wrapper .wraper-item--h5 .item .item__title {
    width: 100%;
    color: var(--zwtc-accent-gold);
    font-family: 'LINE Seed Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    text-transform: capitalize;
  }
  .zwtc-trading-wrapper .wraper-item--h5 .item .item__title p {
    margin: 0;
  }
  .zwtc-trading-wrapper .wraper-item--h5 .item .item__desc {
    width: 100%;
    font-family: 'LINE Seed Sans', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-transform: none;
    color: var(--zwtc-text-breadcrumb);
  }
}

.zwtc-home {
  position: relative;
}
.zwtc-home-section {
  scroll-margin-top: 80px;
}
.zwtc-task-price-block {
  width: 100%;
  height: 2452px;
  padding-top: 97px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/background/task-price.png');
  background-size: 1920px 2452px;
  background-position: center;
  background-repeat: no-repeat;
}
.zwtc-ai-cosign {
  cursor: pointer;
  width: 274px;
  height: 32px;
  margin: 65px auto 0;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/background/ai-consign.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.zwtc-ai-cosign-full {
  cursor: pointer;
  width: 100%;
  height: 120px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/background/ai-consign-full.svg');
  background-size: 1920px 120px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .zwtc-task-price-block {
    height: auto;
    padding-top: 0;
    background: #000000;
  }
  .zwtc-ai-cosign {
    margin: 0 auto 92px;
  }
  .zwtc-ai-cosign-full {
    width: 100%;
    height: 100px;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/background/ai-consign-full-h5.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.navigation_view {
  --zwtc-navigation-tab-height: 100px;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 10;
  margin-top: calc(var(--zwtc-navigation-tab-height) / -2);
  height: var(--zwtc-navigation-tab-height);
  transition: background 0.3s ease;
}
.navigation_view .navigation_tab_view {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 1200px;
  max-width: 100%;
  padding: 0;
  transition: background 0.3s;
}
.navigation_view .navigation_tab_panel {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: var(--zwtc-navigation-tab-height);
  border-radius: var(--zwtc-radius-card);
  background: rgba(91, 55, 0, 0.6);
  backdrop-filter: blur(15px);
  overflow: hidden;
}
.navigation_view .tag_button {
  cursor: pointer;
  position: relative;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  min-height: 0;
  padding: 0 24px;
  border: none;
  background: transparent;
  color: var(--zwtc-text-inverse);
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.navigation_view .tag_button .tag_button__text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: pre-line;
  word-break: break-word;
}
.navigation_view .tag_button .tag_button__text--hot {
  display: inline-flex;
}
.navigation_view .tag_button .tag_button__hot-badge {
  position: absolute;
  top: -16px;
  left: calc(100% - 8px);
  width: 54px;
  height: 35px;
  pointer-events: none;
}
.navigation_view .tag_button:hover:not(.tag_button--disabled):not(.tag_button--active) {
  color: var(--zwtc-accent-gold-light);
}
.navigation_view .tag_button--active {
  border-radius: var(--zwtc-radius-card);
  overflow: hidden;
  background: linear-gradient(109.37deg, rgba(255, 201, 119, 0.4) 4.62%, rgba(70, 42, 0, 0.4) 56.44%, rgba(255, 201, 119, 0.4) 100%);
}
.navigation_view .tag_button--active .tag_button__text {
  background: linear-gradient(98deg, var(--zwtc-accent-gold) 0.35%, #fff 50.47%, var(--zwtc-accent-gold) 96.91%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 0 20px rgba(255, 201, 119, 0.3);
}
.navigation_view .tag_button--active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: var(--zwtc-accent-gold);
  box-shadow: 0 -4px 8.8px rgba(255, 201, 119, 0.3);
}
.navigation_view .tag_button--muted {
  color: var(--zwtc-text-breadcrumb);
}
.navigation_view .tag_button--disabled {
  cursor: not-allowed;
  color: var(--zwtc-text-breadcrumb);
}
.navigation_view .tag_button--disabled:hover {
  color: var(--zwtc-text-breadcrumb);
}
.zwtc-layout.not-app .navigation_view {
  top: 64px;
}
@media (max-width: 767px) {
  .navigation_view {
    --zwtc-navigation-tab-height: 50px;
    margin-top: calc(var(--zwtc-navigation-tab-height) / -1);
    overflow: hidden;
  }
  .navigation_view .navigation_tab_view {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
  }
  .navigation_view .navigation_tab_view::-webkit-scrollbar {
    display: none;
  }
  .navigation_view .navigation_tab_panel {
    width: max-content;
    min-width: 100%;
    flex-shrink: 0;
    border-radius: 10px;
    backdrop-filter: blur(7.5px);
  }
  .navigation_view .tag_button {
    flex: 0 0 auto;
    width: 150px;
    padding: 0 8px;
    font-size: 12px;
  }
  .navigation_view .tag_button .tag_button__hot-badge {
    top: -9px;
    left: calc(100% - 3px);
    width: 27px;
    height: 17.5px;
  }
  .navigation_view .tag_button--active {
    border-radius: 10px;
  }
  .navigation_view .tag_button--active::after {
    left: 0;
    right: 0;
    height: 3px;
  }
}

.zwtc-total-wrapper-solo {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}
.zwtc-total-wrapper-solo .total-prize-pool-wrapper {
  margin-top: 40px;
}
.zwtc-total-wrapper-solo .cons {
  width: 100%;
}
.zwtc-total-wrapper-solo .cons .progress-line-inner {
  width: 1200px !important;
}
.zwtc-total-wrapper-solo .wraper-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.zwtc-total-wrapper-solo .wraper-item .item {
  flex: 1;
  max-width: 364px;
  padding: 36px 24px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 363px;
  height: 280px;
}
.zwtc-total-wrapper-solo .wraper-item .item h2 {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "LINE Seed Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.zwtc-total-wrapper-solo .wraper-item .item p {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "LINE Seed Sans";
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
.zwtc-total-wrapper-solo .wraper-item .item.item-0 {
  margin-right: 24px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/prize_pool_bg1.png') no-repeat center center;
  background-size: 100% 100%;
}
.zwtc-total-wrapper-solo .wraper-item .item.item-1 {
  margin-right: 24px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/prize_pool_bg2.png') no-repeat center center;
  background-size: 100% 100%;
}
.zwtc-total-wrapper-solo .wraper-item .item.item-2 {
  background: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/prize_pool_bg3.png') no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .zwtc-total-wrapper-solo {
    width: 327px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .zwtc-total-wrapper-solo .total-prize-pool-wrapper {
    border: none;
    padding: 0;
  }
  .zwtc-total-wrapper-solo .cons {
    width: 100%;
  }
  .zwtc-total-wrapper-solo .cons .progress-line-inner {
    width: 327px !important;
  }
  .zwtc-total-wrapper-solo .wraper-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
  .zwtc-total-wrapper-solo .wraper-item .item {
    flex: 1;
    min-width: 327px;
    min-height: 293px;
    padding: 36px 24px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0 !important;
    margin-bottom: -55px;
  }
  .zwtc-total-wrapper-solo .wraper-item .item:last-child {
    margin-bottom: 0;
  }
  .zwtc-total-wrapper-solo .wraper-item .item h2 {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "LINE Seed Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
  }
  .zwtc-total-wrapper-solo .wraper-item .item p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "LINE Seed Sans";
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
  }
  .zwtc-total-wrapper-solo .wraper-item .item.item-0 {
    margin-right: 24px;
    background: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/prize_pool_bg1.png') no-repeat center center;
    background-size: 100% 100%;
  }
  .zwtc-total-wrapper-solo .wraper-item .item.item-1 {
    margin-right: 24px;
    background: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/prize_pool_bg2.png') no-repeat center center;
    background-size: 100% 100%;
  }
  .zwtc-total-wrapper-solo .wraper-item .item.item-2 {
    background: url('/futures-activity/worldtradingchampionship2026/assets/prize-pool/prize_pool_bg3.png') no-repeat center center;
    background-size: 100% 100%;
  }
}

.daily-countdown-container .zwtc-common-count-down .countdown-widget .wsot-clock-bg {
  margin-top: 44px;
}
.daily-countdown-container .daily-countdown-button {
  margin: 50px 0 0 80px;
}
.daily-countdown-container .countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .daily-countdown-container .zwtc-common-count-down .countdown-widget .wsot-clock-bg {
    margin-top: 40px;
  }
  .daily-countdown-container .daily-countdown-button {
    margin-top: 40px;
    margin-left: 0;
  }
}

.daily-rules-container {
  margin: 0 auto;
}
.daily-rules-container .daily-rules-content {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .daily-rules-container .daily-rules-content {
    width: 327px;
    margin: auto;
    padding-top: 20px;
  }
}

.additinal-rewards-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  padding: 43px 0 210px;
  color: #fff;
}
.additinal-rewards-container .rewards-block .reward-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
}
.additinal-rewards-container .rewards-block .reward-title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 30px;
  margin-right: 8px;
  background: linear-gradient(0deg, #d8ae3a 0%, #ffefa0 100%);
}
.additinal-rewards-container .rewards-block .reward-item {
  position: relative;
  width: 530px;
  min-height: 120px;
  line-height: 20px;
  padding: 12px;
  margin-top: 30px;
  margin-left: 16px;
  border-radius: 8px;
  border: 1px solid #e4d9c9;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(90deg, rgba(251, 225, 127, 0.31) 4.91%, rgba(37, 25, 2, 0.5) 100%);
}
.additinal-rewards-container .rewards-block .reward-item::before {
  position: absolute;
  top: 50%;
  left: -17px;
  content: '';
  display: block;
  width: 17px;
  height: 1px;
  background-color: #d9af3c;
}
.additinal-rewards-container .rewards-block .reward-item::after {
  content: '';
  display: block;
  position: absolute;
  top: -32px;
  bottom: 50%;
  left: -17px;
  width: 1px;
  background-color: #d9af3c;
}
.additinal-rewards-container .rewards-block .reward-item:first-child::after {
  bottom: 0;
}
@media (max-width: 767px) {
  .additinal-rewards-container {
    flex-direction: column;
    width: 327px;
    padding: 20px 0 60px;
  }
  .additinal-rewards-container .rewards-block .reward-title {
    line-height: 20px;
    font-size: 16px;
  }
  .additinal-rewards-container .rewards-block .reward-title::before {
    height: 20px;
  }
  .additinal-rewards-container .rewards-block .reward-item {
    width: 311px;
    min-height: 80px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
  }
  .additinal-rewards-container .rewards-block:first-child {
    margin-bottom: 20px;
  }
}

.daily-prizepool-container {
  margin: 0 auto;
  padding: 60px 0 0;
}
.daily-prizepool-container .daily-prizepool-table {
  width: 1200px;
  margin-top: 30px;
}
.daily-prizepool-container .daily-prizepool-table table {
  word-break: break-word;
}
.daily-prizepool-container .daily-prizepool-table table thead tr > th {
  height: 74px;
}
.daily-prizepool-container .daily-prizepool-table table tbody tr td {
  height: 50px;
}
.daily-prizepool-container .daily-prizepool-table table tbody tr:nth-last-of-type(-n + 2) > td {
  color: var(--main-color);
}
.daily-prizepool-container .daily-prizepool-condition {
  margin-top: 20px;
  line-height: 20px;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .daily-prizepool-container .daily-prizepool-table {
    overflow: auto;
    margin-top: 40px;
    padding: 0 24px;
  }
  .daily-prizepool-container .daily-prizepool-table::-webkit-scrollbar {
    display: none;
  }
  .daily-prizepool-container .daily-prizepool-table table {
    width: 1224px;
    padding-right: 24px;
    word-break: normal;
  }
  .daily-prizepool-container .daily-prizepool-condition {
    width: 327px;
    margin: 40px auto 0;
  }
}

.top3-solo-ranking-container {
  width: 1160px;
  height: 861px;
  margin: 40px auto 0;
}
.top3-solo-ranking-container .ranking-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top3-solo-ranking-container .ranking-block .raning-item {
  width: 368px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff8d5;
}
.top3-solo-ranking-container .ranking-block .raning-item .ranking-item__icon {
  width: 68px;
  height: 68px;
  margin: 300px auto 12px;
  padding: 8px;
  border-radius: 7.111px;
  border: 2px solid #fff;
  background: #1C1812;
}
.top3-solo-ranking-container .ranking-block .raning-item .ranking-item__icon img {
  width: 48px;
  height: 48px;
}
.top3-solo-ranking-container .ranking-block .raning-item .ranking-item__name {
  margin-bottom: 12px;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.top3-solo-ranking-container .ranking-block .raning-item .ranking-item__rewards {
  width: 190px;
  margin: auto;
  word-wrap: break-word;
}
.top3-solo-ranking-container .ranking-block .raning-item .ranking-item__rewards .ranking-item__top {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.top3-solo-ranking-container .ranking-block .raning-item .ranking-item__rewards .ranking-item__reward-title {
  margin-bottom: 12px;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.top3-solo-ranking-container .ranking-block .raning-item .ranking-item__rewards .ranking-item__reward {
  margin-bottom: 4px;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
}
.top3-solo-ranking-container .ranking-block .raning-item .ranking-item__rewards .ranking-item__token {
  line-height: 30px;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.top3-solo-ranking-container .ranking-block .raning-item.ranking-item__1 {
  height: 817px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/ranking-1.png');
}
.top3-solo-ranking-container .ranking-block .raning-item.ranking-item__1.ranking-item__1_1 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/pnl_ranking-1.png');
}
.top3-solo-ranking-container .ranking-block .raning-item.ranking-item__1 .ranking-item__rewards {
  width: 368px;
  height: 368px;
  padding: 0 89px;
}
.top3-solo-ranking-container .ranking-block .raning-item.ranking-item__2 {
  height: 817px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/ranking-2.png');
  background-size: 368px 817px;
  color: #9aabab;
}
.top3-solo-ranking-container .ranking-block .raning-item.ranking-item__2.ranking-item__2_1 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/pnl_ranking-2.png');
}
.top3-solo-ranking-container .ranking-block .raning-item.ranking-item__3 {
  height: 817px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/ranking-3.png');
  background-size: 368px 817px;
  color: #938762;
}
.top3-solo-ranking-container .ranking-block .raning-item.ranking-item__3.ranking-item__3_1 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/pnl_ranking-3.png');
}
@media (max-width: 767px) {
  .top3-solo-ranking-container {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .top3-solo-ranking-container .ranking-block {
    display: block;
  }
  .top3-solo-ranking-container .ranking-block .raning-item {
    width: 327px;
    height: 188px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .top3-solo-ranking-container .ranking-block .raning-item .raning-item-block {
    width: 184px;
  }
  .top3-solo-ranking-container .ranking-block .raning-item .raning-item-block .ranking-item__icon {
    width: 26px;
    height: 26px;
    padding: 3px;
    margin: 0 auto 6px;
    border-radius: 2.778px;
    border: 1px solid #fff;
  }
  .top3-solo-ranking-container .ranking-block .raning-item .raning-item-block .ranking-item__icon img {
    width: 18px;
    height: 18px;
  }
  .top3-solo-ranking-container .ranking-block .raning-item .raning-item-block .ranking-item__name {
    margin-bottom: 6px;
    line-height: 15px;
    font-size: 12px;
  }
  .top3-solo-ranking-container .ranking-block .raning-item .raning-item-block .ranking-item__rewards .ranking-item__top {
    line-height: 25px;
    margin-bottom: 6px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 20px;
  }
  .top3-solo-ranking-container .ranking-block .raning-item .raning-item-block .ranking-item__rewards .ranking-item__reward-title {
    line-height: 13px;
    margin-bottom: 6px;
    font-size: 10px;
  }
  .top3-solo-ranking-container .ranking-block .raning-item .raning-item-block .ranking-item__rewards .ranking-item__reward {
    line-height: 21px;
    margin-bottom: 2px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 17px;
  }
  .top3-solo-ranking-container .ranking-block .raning-item .raning-item-block .ranking-item__rewards .ranking-item__token {
    line-height: 15px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 12px;
  }
  .top3-solo-ranking-container .ranking-block .raning-item.ranking-item__1 {
    height: 188px;
    width: 327px;
    margin-bottom: 24px;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/h5/ranking-1.png');
    background-size: 327px 188px;
  }
  .top3-solo-ranking-container .ranking-block .raning-item.ranking-item__1.ranking-item__1_1 {
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/h5/pnl_ranking-1.png');
  }
  .top3-solo-ranking-container .ranking-block .raning-item.ranking-item__1 .ranking-item__rewards {
    width: 184px;
    height: auto;
    padding: 0;
    background-image: none;
  }
  .top3-solo-ranking-container .ranking-block .raning-item.ranking-item__1 .ranking-item__rewards .ranking-item__top {
    padding-top: 0;
  }
  .top3-solo-ranking-container .ranking-block .raning-item.ranking-item__2 {
    height: 188px;
    width: 327px;
    margin-top: 0;
    margin-bottom: 24px;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/h5/ranking-2.png');
    background-size: 327px 188px;
  }
  .top3-solo-ranking-container .ranking-block .raning-item.ranking-item__2.ranking-item__2_1 {
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/h5/pnl_ranking-2.png');
  }
  .top3-solo-ranking-container .ranking-block .raning-item.ranking-item__3 {
    height: 188px;
    width: 327px;
    margin-top: 0;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/h5/ranking-3.png');
    background-size: 327px 188px;
    color: #938762;
  }
  .top3-solo-ranking-container .ranking-block .raning-item.ranking-item__3.ranking-item__3_1 {
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/h5/pnl_ranking-3.png');
  }
}

.daily-ranking-table {
  margin-bottom: 20px;
}
.daily-ranking-table .ant-table-tbody tr > td {
  position: relative;
}
.daily-ranking-table .ant-table-tbody > tr .ant-empty-image {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: url('/futures-activity/worldtradingchampionship2026/assets/race/no-data.png') no-repeat center;
  background-size: 100% 100%;
}
.daily-ranking-table .ant-table-tbody > tr .ant-empty-image svg {
  display: none;
}
.daily-ranking-table .ant-table-tbody > tr .ant-empty-description {
  color: #8599A6;
}
.daily-ranking-table .trading-rank {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.daily-ranking-table .trading-rank.trading-rank__TradeVolume__1 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/ranking1-vol-icon.png');
}
.daily-ranking-table .trading-rank.trading-rank__TradeVolume__2 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/ranking2-vol-icon.png');
}
.daily-ranking-table .trading-rank.trading-rank__TradeVolume__3 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/ranking3-vol-icon.png');
}
.daily-ranking-table .trading-rank.trading-rank__ProfitVol__1 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/ranking1-pro-icon.png');
}
.daily-ranking-table .trading-rank.trading-rank__ProfitVol__2 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/ranking2-pro-icon.png');
}
.daily-ranking-table .trading-rank.trading-rank__ProfitVol__3 {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/all-ranking/ranking3-pro-icon.png');
}
.daily-ranking-table .my-rank {
  font-size: 12px;
  line-height: 15px;
}
.daily-ranking-list .daily-ranking-block {
  width: 327px;
  margin: 0 auto 12px;
}
.daily-ranking-list .daily-ranking-block:last-child {
  margin-bottom: 0;
}
.daily-ranking-list .daily-ranking-block .daily-ranking__rank {
  width: 100%;
  height: 32px;
  padding: 7px;
  line-height: 18px;
  text-align: center;
  background: rgba(214, 0, 28, 0.3);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.daily-ranking-list .daily-ranking-block .daily-ranking__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(214, 0, 28, 0.2);
  padding: 16px;
}
.daily-ranking-list .daily-ranking-block .daily-ranking__info .daily-ranking__info-item {
  width: 134px;
}
.daily-ranking-list .daily-ranking-block .daily-ranking__info .daily-ranking__info-item:last-child {
  width: 100%;
  margin-top: 16px;
}
.daily-ranking-list .daily-ranking-block .daily-ranking__info .daily-ranking__info-item .daily-ranking__info__title {
  line-height: 18px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: var(--detail-color);
}
.daily-ranking-list .daily-ranking-block .daily-ranking__info .daily-ranking__info-item .daily-ranking__info__value {
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
.daily-ranking-list .daily-ranking-block.daily-ranking-block--mine {
  border: 1px solid #D6001C;
}
.daily-ranking-list .daily-ranking-block.daily-ranking-block--mine .daily-ranking__rank {
  background: rgba(214, 0, 28);
  color: #fff;
}

.reward-criteria-container {
  width: 1200px;
  margin: auto;
}
.reward-criteria-container .reward-criteria-title {
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #D6001C;
}
.reward-criteria-container .reward-criteria-content {
  color: #6A6A6A;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.reward-criteria-container .reward-criteria-content span {
  color: #D6001C;
  font-weight: 700;
}
@media (max-width: 767px) {
  .reward-criteria-container {
    width: 327px;
    margin: 40px auto 0;
  }
  .reward-criteria-container .reward-criteria-title {
    margin-bottom: 8px;
  }
}

.daily-ranking-container {
  margin: 0 auto;
  padding: 100px 0 80px;
}
.daily-ranking-container .header {
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.daily-ranking-container .header .change-site .ant-select-selector {
  width: 270px;
  height: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #0b1217;
  border: 1px solid #8599a6;
  padding: 12px 6px;
  line-height: 48px;
  border-radius: 4px;
}
.daily-ranking-container .header .change-site .ant-select-arrow {
  color: #fff;
}
.daily-ranking-container .header .change-site .ant-select-dropdown {
  background: #000;
  color: #fff;
}
.daily-ranking-container .header .change-site .ant-select-item-option {
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}
.daily-ranking-container .header .change-site .ant-select-item-option-selected,
.daily-ranking-container .header .change-site .ant-select-item-option-active {
  background: #0050c7;
  color: #fff;
}
.daily-ranking-container .header .tabs-header {
  flex: 1;
  color: #6a6a66;
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
}
.daily-ranking-container .header .tabs-header > div {
  flex: 1;
  text-align: center;
  cursor: pointer;
  height: 34px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
}
.daily-ranking-container .header .tabs-header .active {
  color: #D6001C;
  position: relative;
  font-weight: 600;
}
.daily-ranking-container .header .tabs-header .active::before {
  position: absolute;
  content: '';
  width: 600px;
  height: 2px;
  display: block;
  background-color: #D6001C;
  top: 32px;
}
@media (max-width: 767px) {
  .daily-ranking-container {
    margin: 0 auto;
    padding: 80px 0;
  }
  .daily-ranking-container .header {
    width: 344px;
    display: flex !important;
    align-items: flex-end;
    margin: 36px auto 0;
    padding: 0 !important;
  }
  .daily-ranking-container .header .tabs-header {
    font-weight: 600;
    font-size: 14px;
  }
  .daily-ranking-container .header .tabs-header > div {
    height: 34px;
    font-size: 14px;
    font-weight: 600;
  }
  .daily-ranking-container .header .tabs-header .active {
    color: #D6001C;
    position: relative;
    font-weight: 600;
    font-size: 14px;
  }
  .daily-ranking-container .header .tabs-header .active::before {
    position: absolute;
    content: '';
    width: 172px;
    height: 2px;
    display: block;
    background-color: #D6001C;
    top: 32px;
  }
}

.dashboard-container {
  width: 1300px;
  margin-left: -50px;
  margin-top: 120px;
}
.dashboard-container .dashboard {
  padding: 100px 150px 0 150px;
  width: 1300px;
  height: 652px;
  margin: 24px auto 0;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/my-ranking/dashboard_bg.png');
  background-size: 1300px 652px;
}
.dashboard-container .dashboard .dashboard-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.dashboard-container .dashboard .dashboard-all .board-item {
  padding: 40px;
  width: 488px;
  height: 256px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/my-ranking/dashboard_item.png');
  background-size: 488px 256px;
  text-align: center;
}
.dashboard-container .dashboard .dashboard-all .board-item .num {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.dashboard-container .dashboard .dashboard-all .board-item .text {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 11px;
}
.dashboard-container .dashboard .desc {
  margin-top: 32px;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.dashboard-container .dashboard .desc:last-child {
  margin-top: 12px;
}
.dashboard-container .dashboard .desc span {
  color: #D6001C;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.update-wrapper {
  box-shadow: 0 2px 70px 0 var(--re-new-mask);
  position: absolute;
  width: 584px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 20px 28px 60px;
  border-radius: 8px;
  border: 1px solid #D6001C;
  background: #000;
  box-shadow: 0px 0px 40px 0px #D6001C inset;
}
.update-wrapper .dialog-box .dialog-header {
  display: flex;
  justify-content: flex-end;
}
.update-wrapper .dialog-box .dialog-header .dialog-header-right {
  display: flex;
  align-items: center;
}
.update-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/modal/modal_close.svg') no-repeat left;
  background-size: cover;
}
.update-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close:hover {
  opacity: 0.5;
}
.update-wrapper .dialog-box .dialog-content {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--re-new-grey-white);
}
.update-wrapper .dialog-box .dialog-content .content-title {
  color: var(--re-new-grey-major, #FFF);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.update-wrapper .dialog-box .dialog-content .main-hint {
  color: var(--re-new-grey-major, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}
.update-wrapper .dialog-box .dialog-content .main-hint h3 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}
.update-wrapper .dialog-box .dialog-content .content-rules {
  width: 504px;
  margin-top: 24px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(214, 0, 28, 0.2);
}
.update-wrapper .dialog-box .dialog-content .content-rules ul {
  list-style-type: disc;
  list-style-color: white;
}
.update-wrapper .dialog-box .dialog-content .content-rules ul li {
  margin-left: 20px;
  list-style: disc;
  text-align: left;
  color: var(--re-new-grey-major, #FFF);
  font-family: "LINE Seed Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}
.update-wrapper .dialog-box .dialog-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.update-wrapper .dialog-box .dialog-footer .close-btn {
  margin: 60px auto 0;
}
.update-wrapper .dialog-box .dialog-footer .close-btn.cancel {
  width: 240px;
  border-radius: 32px;
  border: 1px solid #D6001C;
  background: #000;
  color: #D6001C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.update-wrapper .dialog-box .dialog-footer .close-btn.update {
  width: 240px;
}
@media (max-width: 767px) {
  .dashboard-container {
    width: 375px;
    margin: 80px auto 0;
  }
  .dashboard-container .dashboard {
    padding: 80px 30px 0 30px;
    width: 375px;
    height: 922px;
    margin: 24px auto 0;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/my-ranking/mobile/dashboard_bg.png');
    background-size: 375px 922px;
  }
  .dashboard-container .dashboard .dashboard-all {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  .dashboard-container .dashboard .dashboard-all .board-item {
    padding: 40px;
    width: 279px;
    height: 256px;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/my-ranking/mobile/dashboard_item.png');
    background-size: 279px 256px;
    text-align: center;
  }
  .dashboard-container .dashboard .dashboard-all .board-item:last-child {
    margin-top: 24px;
  }
  .dashboard-container .dashboard .dashboard-all .board-item .num {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
  }
  .dashboard-container .dashboard .dashboard-all .board-item .text {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 11px;
  }
  .dashboard-container .dashboard .desc {
    margin-top: 32px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .dashboard-container .dashboard .desc:last-child {
    margin-top: 12px;
  }
  .dashboard-container .dashboard .desc span {
    margin-top: 4px;
    display: block;
    color: #D6001C;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
  }
  .update-wrapper {
    box-shadow: 0 2px 70px 0 var(--re-new-mask);
    position: absolute;
    width: 324px;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    padding: 20px 18px 60px;
    border-radius: 8px;
    border: 1px solid #D6001C;
    background: #000;
    box-shadow: 0px 0px 40px 0px #D6001C inset;
  }
  .update-wrapper .dialog-box .dialog-header {
    display: flex;
    justify-content: flex-end;
  }
  .update-wrapper .dialog-box .dialog-header .dialog-header-right {
    display: flex;
    align-items: center;
  }
  .update-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/futures-activity/worldtradingchampionship2026/assets/modal/modal_close.svg') no-repeat left;
    background-size: cover;
  }
  .update-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close:hover {
    opacity: 0.5;
  }
  .update-wrapper .dialog-box .dialog-content {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--re-new-grey-white);
  }
  .update-wrapper .dialog-box .dialog-content .content-title {
    color: var(--re-new-grey-major, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 26px;
  }
  .update-wrapper .dialog-box .dialog-content .main-hint {
    color: var(--re-new-grey-major, #FFF);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
  }
  .update-wrapper .dialog-box .dialog-content .main-hint h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 32px;
  }
  .update-wrapper .dialog-box .dialog-content .content-rules {
    width: 260px;
    margin-top: 16px;
    padding: 8px;
    border-radius: 8px;
    background: rgba(214, 0, 28, 0.2);
  }
  .update-wrapper .dialog-box .dialog-content .content-rules ul {
    list-style-type: disc;
    list-style-color: white;
  }
  .update-wrapper .dialog-box .dialog-content .content-rules ul li {
    margin-left: 20px;
    list-style: disc;
    text-align: left;
    color: var(--re-new-grey-major, #FFF);
    font-family: "LINE Seed Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
  }
  .update-wrapper .dialog-box .dialog-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .update-wrapper .dialog-box .dialog-footer .close-btn {
    margin: 16px auto 0;
  }
  .update-wrapper .dialog-box .dialog-footer .close-btn.cancel {
    margin-top: 40px;
    width: 190px;
    border-radius: 32px;
    border: 1px solid #D6001C;
    background: #000;
    color: #D6001C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .update-wrapper .dialog-box .dialog-footer .close-btn.update {
    width: 190px;
    font-size: 18px;
  }
}

.region-container {
  margin-top: 80px;
  width: 100vw;
  margin-left: calc((-100vw + 1200px) / 2);
  height: 112px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/regions/bg.png');
  background-size: contain;
}
.region-container .region-wrap {
  width: 1200px;
  height: 112px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.region-container .region-wrap .region-item {
  flex: 1;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.region-container .region-wrap .region-item span {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  opacity: 0.7;
}
.region-container .region-wrap .region-item.active span {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  opacity: 1;
}
.region-container .region-wrap .region-item.active::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/title/title_left.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.region-container .region-wrap .region-item.active::after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/title/title_right.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .region-container {
    margin-top: 80px;
    width: 100%;
    margin-left: 0px;
    height: 112px;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/regions/bg.png');
    background-size: contain;
  }
  .region-container .region-wrap {
    width: 100%;
    height: 112px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .region-container .region-wrap .region-item {
    flex: 1;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .region-container .region-wrap .region-item span {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    opacity: 0.7;
  }
  .region-container .region-wrap .region-item.active span {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    opacity: 1;
  }
  .region-container .region-wrap .region-item.active::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/title/title_left.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
  }
  .region-container .region-wrap .region-item.active::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/title/title_right.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 8px;
  }
}

.tab-dailytrading-container {
  width: 1200px;
  margin: auto;
  color: var(--re-new-grey-white);
  background-color: #000;
}
@media (max-width: 767px) {
  .tab-dailytrading-container {
    width: 100%;
    overflow: hidden;
  }
}

.personal-copytrade-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 48px;
}
.personal-copytrade-wrap .personal-copytrade-block {
  width: 1200px;
  height: 494px;
  margin: 0 auto;
  padding: 30px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/my-ranking/solo-ranking-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--re-new-grey-white);
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-header {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 32px;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info {
  width: 1136px;
  height: 370px;
  text-align: center;
  background: #121b24;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-title {
  padding: 24px 32px;
  background: #1c2835;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item {
  padding-top: 44px;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item .value {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item .label {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: var(--re-new-grey-minor);
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--re-new-brand-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item.btn i {
  display: inline-block;
  margin-right: 8px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/race/share-icon.svg');
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item.btn:hover {
  color: var(--re-new-brand-regular-hover);
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item.btn:hover i {
  filter: brightness(1.2);
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item.btn:active {
  color: var(--re-new-brand-regular-press);
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item.btn:active i {
  filter: brightness(0.8);
}
@media (max-width: 767px) {
  .personal-copytrade-wrap {
    padding-bottom: 52px;
  }
  .personal-copytrade-wrap .personal-copytrade-block {
    width: 327px;
    height: auto;
    padding: 0;
    background: transparent;
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-header {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block {
    display: block;
    margin-top: 0;
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info {
    width: 327px;
    height: auto;
    margin-top: 16px;
    padding-bottom: 19px;
    background-color: var(--re-new-bg-general);
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-title {
    font-size: 16px;
    line-height: 19px;
    background-color: #121b24;
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item {
    padding-top: 24px;
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item .value {
    font-size: 24px;
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item .label {
    font-size: 12px;
    line-height: 15px;
  }
}

.solo-ranking-share-modal {
  height: 680px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/background/model-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent !important;
}
.solo-ranking-share-modal .ant-modal-content {
  height: 100%;
  position: static;
  background-color: transparent !important;
  border: none;
}
.solo-ranking-share-modal .ant-modal-close {
  width: 25px;
  height: 25px;
  top: 16px;
  right: 16px;
}
.solo-ranking-share-modal .ant-modal-close:hover {
  color: var(--re-new-brand-regular-hover);
}
.solo-ranking-share-modal .ant-modal-close:active {
  color: var(--re-new-brand-regular-press);
}
.solo-ranking-share-modal .ant-modal-close .ant-modal-close-x {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.solo-ranking-share-modal .ant-modal-header {
  padding: 33px 0 32px;
  background-color: transparent;
  text-align: center;
  border-bottom: none;
}
.solo-ranking-share-modal .ant-modal-header .ant-modal-title {
  color: var(--re-new-brand-regular);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
}
.solo-ranking-share-modal .ant-modal-body {
  color: var(--re-new-grey-white);
  padding: 0 68px;
}
.solo-ranking-share-modal .ant-modal-body .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
.solo-ranking-share-modal .ant-modal-body .user-info {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  color: var(--re-new-grey-minor);
  text-align: center;
}
.solo-ranking-share-modal .ant-modal-body .user-info span:first-child {
  padding-right: 4px;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info {
  padding-top: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info .item {
  flex-shrink: 0;
  width: 120px;
  margin-right: 48px;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info .item:last-child {
  margin-right: 0;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info .item .value {
  color: var(--re-new-brand-regular);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  white-space: nowrap;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info .item .value.detail {
  color: var(--re-new-grey-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info .item .label {
  color: var(--re-new-grey-minor);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  margin-top: 4px;
  white-space: nowrap;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info.ranking-game-info {
  align-items: flex-start;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info.ranking-game-info .item {
  width: 100px;
  margin-right: 20px;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info.ranking-game-info .item .label {
  white-space: normal;
  word-break: break-word;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info.ranking-game-info:last-child {
  margin-right: 0;
}
.solo-ranking-share-modal .ant-modal-body .game-info {
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solo-ranking-share-modal .ant-modal-body .game-info div {
  color: var(--re-new-grey-white);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.5px;
  white-space: pre-line;
}
.solo-ranking-share-modal .ant-modal-body .game-info img {
  width: 100px;
  height: 100px;
}
.solo-ranking-share-modal .ant-modal-body .social-share {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.solo-ranking-share-modal .ant-modal-body .social-share .social-link-list > div {
  width: 40px;
  height: 40px;
  margin: 0 40px 0 0 !important;
  left: 0;
}
.solo-ranking-share-modal .ant-modal-body .social-share .social-link-list > div:last-child {
  margin-right: 0 !important;
}
/** 移动端 */
@media (max-width: 767px) {
  .ant-modal.solo-ranking-share-modal {
    width: 360px !important;
    height: 490px;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/background/model-bg-h5.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content {
    height: 490px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-header {
    padding: 20px 0 24px;
    background-color: transparent;
    text-align: center;
    border-bottom: none;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-header .ant-modal-title {
    color: var(--re-new-brand-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body {
    padding: 0 45px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .user-info {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    color: var(--re-new-grey-minor);
    text-align: center;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .user-info span:first-child {
    padding-right: 4px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info {
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info .item {
    width: 120px;
    margin-right: 24px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info .item:last-child {
    margin-right: 0;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info .item .value {
    color: var(--re-new-brand-regular);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info .item .value.detail {
    color: var(--re-new-grey-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info .item .label {
    color: var(--re-new-grey-minor);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    margin-top: 4px;
    white-space: nowrap;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info.ranking-game-info {
    justify-content: center;
    align-items: flex-start;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info.ranking-game-info .item {
    width: 80px;
    margin-right: 8px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info.ranking-game-info .item:last-child {
    margin-right: 0;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info.ranking-game-info .item .label {
    white-space: normal;
    word-break: break-word;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .game-info {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .game-info div {
    color: var(--re-new-grey-white);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.5px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .game-info img {
    width: 60px;
    height: 60px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .social-share {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .social-share .social-link-list > div {
    width: 24px;
    height: 24px;
    margin: 0 14px !important;
    left: 0;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .social-share .social-link-list > div:last-child {
    margin-right: 0 !important;
  }
  html[lang='zh-TW'] .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info,
  html[lang='ko-KR'] .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info {
    padding-top: 30px;
  }
}

.solo-my-ranking-wrap {
  width: 100%;
  background: #010202;
  padding-bottom: 148px;
  padding-top: 164px;
}
.solo-my-ranking-wrap .solo-ranking-content {
  width: 1200px;
  height: 494px;
  margin: 52px auto 0;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/solo-game/my-ranking/solo-ranking-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share {
  display: flex;
  justify-content: flex-end;
  padding: 36.5px 40px 30px;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share.with-title {
  justify-content: space-between;
  align-items: center;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .solo-small-title {
  color: var(--re-new-grey-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .share_text {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--re-new-brand-regular);
  width: fit-content;
  display: flex;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .share_text i {
  display: inline-block;
  margin-right: 8px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/race/share-icon.svg');
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .share_text:hover {
  color: var(--re-new-brand-regular-hover);
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .share_text:hover i {
  filter: brightness(1.2);
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .share_text:active {
  color: var(--re-new-brand-regular-press);
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .share_text:active i {
  filter: brightness(0.8);
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-card {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-card .ranking-card {
  margin-right: 36px;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-card .ranking-card:last-child {
  margin-right: 0;
}
.solo-my-ranking-wrap .rc-table-warp {
  position: relative;
  overflow: hidden;
  padding: 50px 32px;
}
.solo-my-ranking-wrap .rc-table-bg {
  overflow: auto;
  position: relative;
  text-align: left;
}
.solo-my-ranking-wrap .rc-table-content table {
  width: 100%;
  padding: 0 78px;
}
.solo-my-ranking-wrap .rc-table-content table .active .rc-table-cell span.base-span {
  font-style: normal;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.solo-my-ranking-wrap .rc-table-content table tbody tr th {
  text-align: center;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-thead {
  line-height: 20px;
  height: 20px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-thead .rc-table-cell {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.4px;
  color: var(--re-new-grey-minor);
  white-space: nowrap;
  padding-bottom: 10px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-tbody tr {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: var(--re-new-grey-white);
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(1) {
  background: transparent;
  width: 20px;
  vertical-align: middle;
  padding-left: 24px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(1) > div {
  top: 3px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(1) img {
  vertical-align: middle;
  width: 20px !important;
  height: 20px !important;
  max-width: initial !important;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell span.base-span {
  font-style: normal;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(2) {
  width: 150px;
  margin-left: 8px;
  background: transparent;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(2) span {
  margin-right: 40px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(3),
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(4) {
  text-align: left;
  background: transparent;
  min-width: 60px;
  overflow: hidden;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(3) span,
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(4) span {
  margin-right: 45px;
  min-width: 60px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(3) .base-span-max,
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(4) .base-span-max {
  margin-left: 25px !important;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(5) {
  background: transparent;
  height: 16px;
  text-align: left;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(5) span {
  margin-left: 0;
  margin-right: 11px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(5) span .current-txnvolume-usdt {
  margin-right: 0 !important;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(5) span .min-txnvolume-usdt {
  margin-right: 0 !important;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(6) {
  background: transparent;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(6) div {
  width: 160px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(6) div .process {
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: skewX(-40deg);
  height: 12px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(6) div .process .value {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #3ef2c9 0%, #0bd9bd 100%);
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(6) div .item-status-base {
  width: 6px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  text-align: center;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(6) div .item-status-default {
  border: 1px solid #414352;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(6) div .item-status-active {
  background: linear-gradient(90deg, #3ef2c9 0%, #0bd9bd 100%);
}
/** 移动端 */
@media (max-width: 767px) {
  .solo-my-ranking-wrap {
    margin-bottom: 48px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .solo-my-ranking-wrap .zwtc-schedule-title {
    padding-top: 48px;
  }
  .solo-my-ranking-wrap .solo-ranking-content {
    width: 327px;
    height: auto;
    margin-top: 24px;
    background: unset;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share {
    padding: 0;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share.with-title {
    padding: 0 0 16px 0;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share.with-title .solo-small-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .share_text {
    display: none;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-card {
    display: block;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-mine {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-mine .item {
    flex-shrink: 0;
    width: 50%;
    margin-bottom: 24px;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-mine .item .label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: var(--re-new-grey-minor);
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-mine .item .value {
    margin-top: 11px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    color: var(--re-new-grey-white);
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-share-btn {
    width: 168px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    margin: 12px auto 24px;
    text-align: center;
    color: #0bccbf;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/button/primary_button-h5.png');
    background-size: cover;
  }
}

.ranking-card {
  width: 355px;
  height: 370px;
  color: var(--re-new-grey-white);
  text-align: center;
}
.ranking-card .card-title {
  width: 100%;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  background-color: #1c2835;
}
.ranking-card .card-detail {
  width: 100%;
  background-color: #121b24;
  padding-bottom: 80px;
}
.ranking-card .card-detail .item {
  padding-top: 44px;
}
.ranking-card .card-detail .item .value {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.ranking-card .card-detail .item .value .diff-component-inline {
  margin-left: 12px;
  height: 19px;
  line-height: 19px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.ranking-card .card-detail .item .value .diff-component-inline.up {
  color: var(--re-new-seconday-green);
}
.ranking-card .card-detail .item .value .diff-component-inline.down {
  color: var(--re-new-seconday-red);
}
.ranking-card .card-detail .item .label {
  color: var(--re-new-grey-detail);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 8px;
}
/** 移动端 */
@media (max-width: 767px) {
  .ranking-card {
    width: 100%;
    height: auto;
  }
  .ranking-card .card-title {
    width: 100%;
    padding: 24px 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    background: #121b24;
  }
  .ranking-card .card-detail {
    margin-bottom: 24px;
    padding-bottom: 19px;
    background: var(--re-new-bg-general);
  }
  .ranking-card .card-detail .item {
    padding-top: 24px;
  }
  .ranking-card .card-detail .item .value {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }
  .ranking-card .card-detail .item .label {
    color: #8599a6;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 8px;
  }
}

.personal-solo-wrap {
  background: transparent;
  padding-bottom: 48px;
  padding-top: 0;
}
.personal-solo-wrap .solo-ranking-content {
  margin-top: 0;
  position: relative;
}
@media (max-width: 767px) {
  .personal-solo-wrap {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .personal-solo-wrap .zwtc-schedule-title {
    margin: 76.5px 0 25.5px 0;
  }
}

.personal-troop-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 48px;
}
.personal-troop-wrap .con-choice {
  width: 1200px;
  height: 494px;
  margin: 0 auto;
  padding: 32px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/background/kanban-detail-bg.svg');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.personal-troop-wrap .con-choice .header {
  color: var(--re-new-grey-major);
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.personal-troop-wrap .con-choice .item-con {
  padding-top: 32px;
  display: flex;
  justify-content: flex-start;
}
.personal-troop-wrap .con-choice .item-con .race-left {
  position: relative;
  width: 270px;
  height: 370px;
  margin-right: 56px;
  background: #121b24;
  flex-shrink: 0;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item {
  width: 100%;
  padding: 20px 15px 0;
  text-align: center;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .no-login-p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: var(--re-new-grey-minor);
  text-align: center;
  padding-top: 134px;
  margin-bottom: 100px;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .img {
  width: 88px;
  height: 88px;
  border-radius: 100%;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--re-new-brand-regular);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-top: 29px;
  margin-bottom: 0;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item h3 i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/common/lock.svg');
  background-size: 100%;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .dec {
  color: var(--re-new-grey-minor);
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  height: 45px;
  margin-top: 4px;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info {
  width: 204px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  text-align: center;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .leader-num,
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .name-leader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: var(--re-new-grey-major);
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .leader-num i,
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .name-leader i {
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 8px;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .name-leader {
  margin-top: 28px;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .name-leader i {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/race/name-leader.svg');
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .name-leader span {
  display: inline-block;
  max-width: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .leader-num {
  margin-top: 3px;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .leader-num i {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/race/leader-num.svg');
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .race-left-btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.personal-troop-wrap .con-choice .item-con .race-right {
  flex: 1;
  height: 370px;
  display: flex;
  justify-content: flex-start;
}
.personal-troop-wrap .con-choice .item-con .race-right .item {
  width: 393px;
  height: 370px;
  text-align: center;
  margin-right: 24px;
  color: var(--re-new-grey-major);
  background: #121b24;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .item-header {
  width: 100%;
  background: #1c2835;
  padding: 24px 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .item-ranking {
  margin-top: 44px;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .item-ranking .value {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .item-ranking .label {
  color: var(--re-new-grey-minor);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 8px;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--re-new-brand-regular);
  margin-top: 44px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn i {
  display: inline-block;
  margin-right: 8px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/race/share-icon.svg');
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn:hover {
  color: var(--re-new-brand-regular-hover);
}
.personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn:hover i {
  filter: brightness(1.2);
}
.personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn:active {
  color: var(--re-new-brand-regular-press);
}
.personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn:active i {
  filter: brightness(0.8);
}
@media (max-width: 767px) {
  .personal-troop-wrap {
    padding-bottom: 52px;
  }
  .personal-troop-wrap .con-choice {
    height: auto;
    width: 327px;
    background: none;
    padding: 0;
  }
  .personal-troop-wrap .con-choice .header {
    line-height: 19px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  .personal-troop-wrap .con-choice .item-con {
    padding-top: 16px;
    flex-direction: column;
    height: 100%;
  }
  .personal-troop-wrap .con-choice .item-con .race-left {
    width: 100%;
    background: #121b24;
    margin-right: 0;
    padding-top: 0;
    height: auto;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item {
    padding: 20px 40px;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item .img {
    border-radius: 50%;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item h3 {
    margin-top: 16px;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item .dec {
    word-break: break-word;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .name-leader {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 24px;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .leader-num {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 3px;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item .race-left-btn {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 24px;
    transform: unset;
  }
  .personal-troop-wrap .con-choice .item-con .race-right {
    flex-direction: column;
    background: unset;
    padding: 0;
    height: 100%;
    width: 100%;
    font-style: normal;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item {
    width: 100%;
    height: auto;
    margin-top: 16px;
    margin-right: 0;
    padding-bottom: 20px;
    background: var(--re-new-bg-general);
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .item-header {
    width: 100%;
    background: #121b24;
    padding: 24px 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .item-ranking {
    margin-top: 24px;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .item-ranking .value {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .item-ranking .label {
    color: var(--re-new-grey-minor);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 8px;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--re-new-brand-regular);
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn i {
    display: inline-block;
    margin-right: 8px;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/race/share-icon.svg');
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn:active {
    color: var(--re-new-brand-regular-press);
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn:active i {
    filter: brightness(0.8);
  }
}

.personal-section {
  position: relative;
  background-color: #091016;
}
.personal-section .personal-section__decorate {
  position: absolute;
  width: 100%;
  height: 888px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/background/kanban-bg.svg');
  background-size: 1920px 888px;
  background-position: center;
  background-repeat: no-repeat;
}
.personal-section .personal-section-banned {
  position: relative;
}
.personal-section .personal-section-banned .zwtc-user-banned {
  width: 100%;
}
.personal-section .zwtc-schedule-title {
  padding-top: 130px;
  padding-bottom: 100px;
}
/** 移动端 */
@media (max-width: 767px) {
  .personal-section {
    background: linear-gradient(180deg, #170e16 0%, #05080a 100%);
  }
  .personal-section .personal-section__decorate {
    width: 100%;
    height: 160px;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/background/kanban-bg-h5.svg');
    background-size: 100% 160px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .personal-section .zwtc-schedule-title {
    padding-top: 30px;
    padding-bottom: 38px;
  }
}

.live-zone-container {
  position: relative;
  padding: 60px 0;
}
.live-zone-container .live-zone__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 500px;
  margin-top: 60px;
  overflow-y: auto;
  gap: 36px 12px;
}
.live-zone-container .live-zone__list .live-list__item {
  width: 285px;
}
.live-zone-container .live-zone__list .live-list__item .live-list__tag {
  display: none;
}
.live-zone-container .live-zone__list .live-list__item a {
  display: block;
}
.live-zone-container .live-zone__list .live-list__item .live-item__img {
  cursor: pointer;
  display: block;
  width: 285px;
  height: 160px;
  border-radius: 12px;
}
.live-zone-container .live-zone__list .live-list__item .live-item__title {
  cursor: pointer;
  margin-top: 12px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #FFF;
}
.live-zone-container .live-zone__list .live-list__item .live-item__view {
  margin-top: 2px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--detail-color);
}
.live-zone-container .live-zone__list .live-list__item .live-item__view span:first-child {
  padding-right: 16px;
}
.live-zone-container .live-zone__list .live-list__item.live-list__item--ongoing {
  position: relative;
}
.live-zone-container .live-zone__list .live-list__item.live-list__item--ongoing .live-list__tag {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 26px;
  line-height: 18px;
  padding: 4px 12px;
  border-radius: 12px 0px;
  background: #ED212F;
  font-size: 14px;
  font-weight: 600;
}
.live-zone-container .live-zone__list .live-list__item.live-list__item--ongoing .live-list__tag .live-list__ongoing-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background-color: #fff;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .live-zone-container .live-zone__list-pagination {
    width: 327px;
    margin: auto;
  }
  .live-zone-container .live-zone__list-pagination .live-zone__list {
    display: block;
    height: auto;
    margin-top: 40px;
    overflow-y: hidden;
    gap: unset;
  }
  .live-zone-container .live-zone__list-pagination .live-zone__list .live-list__item {
    width: 327px;
    margin-bottom: 40px;
  }
  .live-zone-container .live-zone__list-pagination .live-zone__list .live-list__item .live-item__img {
    width: 327px;
    height: 183px;
    border-radius: 13.8px;
  }
  .live-zone-container .live-zone__list-pagination .live-zone__pagination {
    margin: auto;
    text-align: center;
  }
  .live-zone-container .live-zone__list-pagination .live-zone__pagination .ant-pagination-item,
  .live-zone-container .live-zone__list-pagination .live-zone__pagination .ant-pagination-jump-next,
  .live-zone-container .live-zone__list-pagination .live-zone__pagination .ant-pagination-prev,
  .live-zone-container .live-zone__list-pagination .live-zone__pagination .ant-pagination-next {
    min-width: 30px;
    height: 30px;
    background-color: #1C1812;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1px;
    font-family: inherit;
  }
  .live-zone-container .live-zone__list-pagination .live-zone__pagination .ant-pagination-prev .ant-pagination-item-link,
  .live-zone-container .live-zone__list-pagination .live-zone__pagination .ant-pagination-next .ant-pagination-item-link {
    color: #6a6a6a;
    border: none;
    background-color: #1C1812;
  }
  .live-zone-container .live-zone__list-pagination .live-zone__pagination .ant-pagination-item a {
    color: #6A6A6A;
  }
  .live-zone-container .live-zone__list-pagination .live-zone__pagination .ant-pagination-item-active {
    background-color: #FFEFA0;
  }
  .live-zone-container .live-zone__list-pagination .live-zone__pagination .ant-pagination-item-active a {
    color: #4F3807;
  }
  .live-zone-container .live-zone__list-pagination .live-zone__pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
    font-family: inherit;
    color: #6a6a6a;
  }
}

.pk-list-h5-container {
  position: relative;
  height: 400px;
  padding: 60px 16px 0;
}
.pk-list-h5-container .pk-item-slide {
  width: 311px;
  height: 288px;
}
.pk-list-h5-container .pk-item {
  width: 311px;
  height: 288px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pk-list-h5-container .pk-item .pk-item__game-info .game-info__status {
  width: 240px;
  height: 49px;
  padding: 8px 16px;
  color: #000;
}
.pk-list-h5-container .pk-item .pk-item__game-info .game-info__status .status__game-order {
  line-height: 18px;
  font-size: 14px;
  font-weight: 700;
}
.pk-list-h5-container .pk-item .pk-item__game-info .game-info__status .status__game-status {
  line-height: 15px;
  font-size: 12px;
  font-weight: 700;
}
.pk-list-h5-container .pk-item .pk-item__game-info .game-info__time {
  margin-top: 16px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.pk-list-h5-container .pk-item .pk-item__game-leader {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
}
.pk-list-h5-container .pk-item .pk-item__game-leader .game-leader__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 104px;
}
.pk-list-h5-container .pk-item .pk-item__game-leader .game-leader__info .info__icon {
  width: 52px;
  height: 52px;
  padding: 1px;
  background-color: #1C1812;
  border-radius: 4.12px;
  border: 1px solid #FFF8D5;
}
.pk-list-h5-container .pk-item .pk-item__game-leader .game-leader__info .info__icon img {
  width: 48px;
  height: 48px;
}
.pk-list-h5-container .pk-item .pk-item__game-leader .game-leader__info .info__nickname {
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 36px;
  margin-top: 19px;
  line-height: 18px;
  word-wrap: break-word;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pk-list-h5-container .pk-item .pk-item__game-leader .game-leader__pk {
  width: 52px;
  height: 52px;
  margin: 0 10px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/h5/pk.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pk-list-h5-container .pk-item .pk-item__game-btn {
  margin-top: 14px;
}
.pk-list-h5-container .pk-item.end {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/h5/end.png');
}
.pk-list-h5-container .pk-item.end .pk-item__game-leader .game-leader__pk {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/h5/pk--end.png');
}
.pk-list-h5-container .pk-item.end .pk-item__game-leader .game-leader__info .info__icon {
  border: 1px solid var(--diabled-color);
}
.pk-list-h5-container .pk-item.end .pk-item__game-leader .game-leader__info .info__icon img {
  filter: grayscale(1);
}
.pk-list-h5-container .pk-item.ongoing {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/h5/ongoing.png');
}
.pk-list-h5-container .pk-item.soon {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/h5/soon.png');
}
.pk-list-h5-container .pk-item.active {
  position: relative;
}
.pk-list-h5-container .pk-item.active::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -64px;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/h5/active.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pk-list-h5-container .pk-item:last-child {
  margin-right: 0;
}

.pk-list-pc-container {
  position: relative;
  height: 282px;
}
.pk-list-pc-container .pk-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  padding: 20px 0;
  overflow: hidden;
}
.pk-list-pc-container .pk-block .pk-item {
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 380px;
  height: 242px;
  margin-right: 30px;
  border-radius: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pk-list-pc-container .pk-block .pk-item .pk-item__game-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pk-list-pc-container .pk-block .pk-item .pk-item__game-info .game-info__status {
  width: 220px;
  height: 49px;
  padding: 8px 12px;
  color: #000;
}
.pk-list-pc-container .pk-block .pk-item .pk-item__game-info .game-info__status .status__game-order {
  line-height: 18px;
  font-size: 14px;
  font-weight: 700;
}
.pk-list-pc-container .pk-block .pk-item .pk-item__game-info .game-info__status .status__game-status {
  line-height: 15px;
  font-size: 12px;
  font-weight: 700;
}
.pk-list-pc-container .pk-block .pk-item .pk-item__game-info .game-info__time {
  padding-right: 16px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.pk-list-pc-container .pk-block .pk-item .pk-item__game-leader {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}
.pk-list-pc-container .pk-block .pk-item .pk-item__game-leader .game-leader__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 104px;
}
.pk-list-pc-container .pk-block .pk-item .pk-item__game-leader .game-leader__info .info__icon {
  width: 52px;
  height: 52px;
  padding: 1px;
  background-color: #1C1812;
  border-radius: 4.115px;
  border: 1px solid #FFF8D5;
}
.pk-list-pc-container .pk-block .pk-item .pk-item__game-leader .game-leader__info .info__icon img {
  width: 48px;
  height: 48px;
}
.pk-list-pc-container .pk-block .pk-item .pk-item__game-leader .game-leader__info .info__nickname {
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 36px;
  margin-top: 19px;
  line-height: 18px;
  word-wrap: break-word;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pk-list-pc-container .pk-block .pk-item .pk-item__game-leader .game-leader__pk {
  width: 52px;
  height: 52px;
  margin: 0 10px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/pk.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pk-list-pc-container .pk-block .pk-item.end {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/end.png');
}
.pk-list-pc-container .pk-block .pk-item.end .pk-item__game-info .game-info__time {
  color: var(--diabled-color);
}
.pk-list-pc-container .pk-block .pk-item.end .pk-item__game-leader .game-leader__pk {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/pk--end.png');
}
.pk-list-pc-container .pk-block .pk-item.end .pk-item__game-leader .game-leader__info .info__nickname {
  color: var(--diabled-color);
}
.pk-list-pc-container .pk-block .pk-item.end .pk-item__game-leader .game-leader__info .info__icon {
  border-radius: 4.115px;
  border: 1px solid var(--diabled-color);
}
.pk-list-pc-container .pk-block .pk-item.end .pk-item__game-leader .game-leader__info .info__icon img {
  filter: grayscale(1);
}
.pk-list-pc-container .pk-block .pk-item.ongoing {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/ongoing.png');
}
.pk-list-pc-container .pk-block .pk-item.soon {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/soon.png');
}
.pk-list-pc-container .pk-block .pk-item.active {
  position: relative;
}
.pk-list-pc-container .pk-block .pk-item.active::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 18px;
  height: 12px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/active.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}
.pk-list-pc-container .pk-block .pk-item:last-child {
  margin-right: 0;
}
.pk-list-pc-container .pk-arrow {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 115px;
  left: 4px;
  width: 17px;
  height: 53px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/common/arrow-large.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.pk-list-pc-container .pk-arrow:hover {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/common/arrow-large--hover.svg');
}
.pk-list-pc-container .pk-arrow:active {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/common/arrow-large--press.svg');
}
.pk-list-pc-container .pk-arrow.right {
  left: unset;
  top: 115px;
  right: 4px;
  transform: rotate(180deg);
}
.pk-list-pc-container .pk-arrow.disabled {
  cursor: not-allowed;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/common/arrow-large--disabled.svg');
}

.pk-list-container {
  position: relative;
}

.follower-info-container {
  color: var(--detail-color);
}
.follower-info-container .follower-info__block {
  position: relative;
  width: 414px;
}
.follower-info-container .follower-info__block .follower-info__average {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 45px 12px 16px;
  border: 2px solid var(--detail-color);
  background: #160E00;
  box-shadow: 0px -4px 4px 0px rgba(27, 7, 7, 0.25);
}
.follower-info-container .follower-info__block .follower-info__average .average__team-name,
.follower-info-container .follower-info__block .follower-info__average .average__label {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
.follower-info-container .follower-info__block .follower-info__average .average__value {
  line-height: 25px;
  font-size: 20px;
  font-weight: 600;
}
.follower-info-container .follower-info__block .follower-info__list {
  margin-top: 20px;
}
.follower-info-container .follower-info__block .follower-info__list .info-list__rank {
  width: 110px;
  word-wrap: break-word;
  white-space: pre-line;
}
.follower-info-container .follower-info__block .follower-info__list .info-list__name {
  width: 160px;
  padding-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.follower-info-container .follower-info__block .follower-info__list .info-list__profit {
  width: 144px;
  word-wrap: break-word;
}
.follower-info-container .follower-info__block .follower-info__list .info-list__header,
.follower-info-container .follower-info__block .follower-info__list .info-list__body {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.follower-info-container .follower-info__block .follower-info__list .info-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 10px 0px;
}
.follower-info-container .follower-info__block .follower-info__list .info-list__body .body__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 63px;
  padding: 10px 0px;
  margin-top: 1px;
  background: #160E00;
}
.follower-info-container .follower-info__block .follower-info__list .info-list__body .body__row .info-list__rank {
  padding: 0 16px;
}
.follower-info-container .follower-info__block::after {
  content: '';
  position: absolute;
  top: 30px;
  bottom: 32px;
  right: -30px;
  width: 30px;
  border: 1px solid var(--detail-color);
  border-left: none;
}
.follower-info-container.follower-info-container--right {
  margin-left: 30px;
}
.follower-info-container.follower-info-container--right .follower-info__block .follower-info__average {
  flex-direction: row-reverse;
  padding: 12px 16px 12px 45px;
  text-align: right;
}
.follower-info-container.follower-info-container--right .follower-info__block .follower-info__list .info-list__name {
  padding-right: 0;
  padding-left: 16px;
}
.follower-info-container.follower-info-container--right .follower-info__block .follower-info__list .info-list__header,
.follower-info-container.follower-info-container--right .follower-info__block .follower-info__list .info-list__body {
  text-align: right;
}
.follower-info-container.follower-info-container--right .follower-info__block::after {
  left: -30px;
  right: unset;
  border: 1px solid var(--detail-color);
  border-right: none;
}
.follower-info-container.follower-info-container--winner .follower-info__block .follower-info__average {
  border: 2px solid var(--border-color);
  background: var(--bg-deep);
}
.follower-info-container.follower-info-container--winner .follower-info__block .follower-info__average .average__team-name,
.follower-info-container.follower-info-container--winner .follower-info__block .follower-info__average .average__label {
  color: #fff;
}
.follower-info-container.follower-info-container--winner .follower-info__block .follower-info__average .average__value {
  color: var(--main-color);
}
.follower-info-container.follower-info-container--winner .follower-info__block .follower-info__list .info-list__header,
.follower-info-container.follower-info-container--winner .follower-info__block .follower-info__list .info-list__body {
  color: #fff;
}
.follower-info-container.follower-info-container--winner .follower-info__block .follower-info__list .info-list__body .body__row {
  background: var(--bg-deep);
}
.follower-info-container.follower-info-container--winner .follower-info__block .follower-info__list .info-list__body .body__row .info-list__profit {
  color: var(--re-new-brand-regular);
}
.follower-info-container.follower-info-container--winner .follower-info__block .follower-info__list .info-list__body .body__row:nth-child(-n+3) .info-list__rank {
  color: var(--main-color);
}
.follower-info-container.follower-info-container--winner .follower-info__block::after {
  border-color: #D9AF3C;
}
@media (max-width: 767px) {
  .follower-info-container .follower-info__block {
    width: 327px;
  }
  .follower-info-container .follower-info__block .follower-info__average {
    width: 100%;
    padding: 12px 16px;
  }
  .follower-info-container .follower-info__block .follower-info__average .average__team-name,
  .follower-info-container .follower-info__block .follower-info__average .average__label {
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
  }
  .follower-info-container .follower-info__block .follower-info__average .average__value {
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
  }
  .follower-info-container .follower-info__block .follower-info__list {
    margin-top: 16px;
  }
  .follower-info-container .follower-info__block .follower-info__list .info-list__rank {
    width: 86px;
    padding-left: 16px;
    padding-right: 8px;
    word-wrap: break-word;
  }
  .follower-info-container .follower-info__block .follower-info__list .info-list__name {
    width: 120px;
    padding-right: 8px;
  }
  .follower-info-container .follower-info__block .follower-info__list .info-list__profit {
    width: 121px;
  }
  .follower-info-container .follower-info__block .follower-info__list .info-list__header,
  .follower-info-container .follower-info__block .follower-info__list .info-list__body {
    line-height: 18px;
    font-size: 14px;
  }
  .follower-info-container .follower-info__block::after {
    display: none;
  }
  .follower-info-container.follower-info-container--right {
    margin-left: 0;
  }
  .follower-info-container.follower-info-container--right .follower-info__block .follower-info__average {
    flex-direction: row-reverse;
    padding: 12px 16px;
    text-align: right;
  }
  .follower-info-container.follower-info-container--right .follower-info__block .follower-info__list .info-list__header,
  .follower-info-container.follower-info-container--right .follower-info__block .follower-info__list .info-list__body {
    text-align: right;
  }
  .follower-info-container.follower-info-container--right .follower-info__block::after {
    left: -30px;
    right: unset;
    border: 1px solid var(--detail-color);
    border-right: none;
  }
  .follower-info-container.follower-info-container--winner .follower-info__block .follower-info__average {
    border: 2px solid var(--border-color);
    background: var(--bg-deep);
  }
  .follower-info-container.follower-info-container--winner .follower-info__block .follower-info__average .average__team-name,
  .follower-info-container.follower-info-container--winner .follower-info__block .follower-info__average .average__label {
    color: #fff;
  }
  .follower-info-container.follower-info-container--winner .follower-info__block .follower-info__average .average__value {
    color: var(--main-color);
  }
  .follower-info-container.follower-info-container--winner .follower-info__block .follower-info__list .info-list__header,
  .follower-info-container.follower-info-container--winner .follower-info__block .follower-info__list .info-list__body {
    color: #fff;
  }
  .follower-info-container.follower-info-container--winner .follower-info__block .follower-info__list .info-list__body .body__row {
    background: var(--bg-deep);
  }
  .follower-info-container.follower-info-container--winner .follower-info__block .follower-info__list .info-list__body .body__row .info-list__profit {
    color: var(--re-new-brand-regular);
  }
  .follower-info-container.follower-info-container--winner .follower-info__block .follower-info__list .info-list__body .body__row:nth-child(-n+3) .info-list__rank {
    color: var(--main-color);
  }
  .follower-info-container.follower-info-container--winner .follower-info__block::after {
    border-color: #D9AF3C;
  }
}

.pk-follower-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin-top: 48px;
  overflow: hidden;
}
.pk-follower-container .pk-follower__info {
  flex-shrink: 0;
  width: 444px;
}
.pk-follower-container .pk-follower__prize {
  flex-shrink: 0;
}
.pk-follower-container .pk-follower__prize .prize__title {
  width: 285px;
  line-height: 40px;
  text-shadow: 0px 0px 30px rgba(255, 247, 162, 0.8);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.6px;
  word-wrap: break-word;
  white-space: pre-line;
  text-align: center;
  color: var(--re-new-grey-white);
}
.pk-follower-container .pk-follower__prize .prize__icon-number {
  position: relative;
  width: 204px;
  margin: 30px auto 0;
  text-align: center;
}
.pk-follower-container .pk-follower__prize .prize__icon-number .prize__icon {
  margin: auto;
  width: 88px;
  height: 88px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/pk.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.pk-follower-container .pk-follower__prize .prize__icon-number .prize__icon::before,
.pk-follower-container .pk-follower__prize .prize__icon-number .prize__icon::after {
  content: '';
  position: absolute;
  top: 44px;
  left: -54px;
  width: 54px;
  height: 1px;
  background: #6A6A6A;
}
.pk-follower-container .pk-follower__prize .prize__icon-number .prize__icon::after {
  left: unset;
  right: -54px;
}
.pk-follower-container .pk-follower__prize .prize__icon-number .prize__icon.left-win::before,
.pk-follower-container .pk-follower__prize .prize__icon-number .prize__icon.right-win::after {
  background: #D9AF3C;
}
.pk-follower-container .pk-follower__prize .prize__icon-number .prize__number {
  margin-top: 7px;
  line-height: 40px;
  text-shadow: 4px 4px 0px #0F0900;
  font-size: 32px;
  font-weight: 700;
  color: var(--re-new-brand-regular);
}
@media (max-width: 767px) {
  :root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  /* Bullets */
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet:only-child {
    display: none !important;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
  }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
  }
  .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
  }
  /* Progress */
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
  }
  .swiper-pagination-black {
    --swiper-pagination-color: #000000;
  }
  .swiper-pagination-lock {
    display: none;
  }
  .pk-follower-container {
    display: block;
    width: auto;
    margin: 40px auto 0;
  }
  .pk-follower-container .pk-follower__info {
    width: 327px;
  }
  .pk-follower-container .pk-follower__prize {
    width: 327px;
    margin: auto;
  }
  .pk-follower-container .pk-follower__prize .prize__title {
    width: 100%;
    line-height: 30px;
    font-size: 24px;
    letter-spacing: 1.2px;
    text-shadow: 0px 0px 15px rgba(255, 247, 162, 0.8);
  }
  .pk-follower-container .pk-follower__prize .prize__icon-number {
    position: relative;
    width: 100%;
    margin: 24px auto;
    text-align: center;
  }
  .pk-follower-container .pk-follower__prize .prize__icon-number .prize__icon {
    margin: auto;
    width: 52px;
    height: 52px;
  }
  .pk-follower-container .pk-follower__prize .prize__icon-number .prize__icon::before,
  .pk-follower-container .pk-follower__prize .prize__icon-number .prize__icon::after {
    display: none;
  }
  .pk-follower-container .pk-follower__prize .prize__icon-number .prize__number {
    line-height: 23px;
    font-size: 18px;
  }
  .pk-follower-container .pk-follower__swiper {
    position: relative;
    padding-bottom: 24px;
  }
  .pk-follower-container .pk-follower__swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
  }
  .pk-follower-container .pk-follower__swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    opacity: 1;
    border-radius: unset;
    background-color: var(--bg-deep);
  }
  .pk-follower-container .pk-follower__swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--main-color);
  }
}

.pk-leader-container {
  width: 1200px;
  height: 351px;
  margin-top: 68px;
  border-radius: 16px;
  border: 3px solid #FFF;
  background: rgba(217, 217, 217, 0.01);
  box-shadow: 0px 0px 12px 0px #FFF7A2 inset, 0px 0px 12px 0px #FFF7A2;
}
.pk-leader-container .pk-leader__title {
  width: max-content;
  margin: -30px auto 0;
  line-height: 40px;
  padding: 10px 16px;
  text-shadow: 0px 0px 30px rgba(255, 247, 162, 0.8);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.6px;
  background-color: #000;
  color: #FFF;
}
.pk-leader-container .pk-leader__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 13px 60px;
}
.pk-leader-container .pk-leader__info .leader-info__detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 330px;
  margin-top: 18px;
}
.pk-leader-container .pk-leader__info .leader-info__detail .detail__icon {
  position: relative;
  width: 100px;
  height: 100px;
  padding: 4px;
  background-color: #1C1812;
  border-radius: 8px;
  border: 2px solid #807956;
}
.pk-leader-container .pk-leader__info .leader-info__detail .detail__icon img {
  width: 88px;
  height: 88px;
}
.pk-leader-container .pk-leader__info .leader-info__detail .detail__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  margin-top: 20px;
  line-height: 30px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
}
.pk-leader-container .pk-leader__info .leader-info__detail .detail__profit-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 20px;
  margin-top: 4px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
  color: var(--detail-color);
}
.pk-leader-container .pk-leader__info .leader-info__detail .detail__profit-value {
  line-height: 40px;
  margin-top: 2px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  font-weight: 700;
  color: var(--detail-color);
}
.pk-leader-container .pk-leader__info .leader-info__detail .detail__prize {
  color: var(--re-new-brand-regular);
  line-height: 20px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
}
.pk-leader-container .pk-leader__info .leader-info__detail.right {
  align-items: flex-end;
  text-align: right;
}
.pk-leader-container .pk-leader__info .leader-info__detail.winner .detail__profit-title,
.pk-leader-container .pk-leader__info .leader-info__detail.winner .detail__profit-value {
  color: var(--main-color);
}
.pk-leader-container .pk-leader__info .leader-info__prize {
  width: 380px;
  height: 251px;
  text-align: center;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/pk-prize.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pk-leader-container .pk-leader__info .leader-info__prize .prize__number {
  line-height: 50px;
  margin-top: 155px;
  letter-spacing: 6px;
  font-size: 40px;
  font-weight: 700;
  color: var(--re-new-brand-regular);
  text-shadow: 4px 4px 0px #0F0900;
}
.pk-leader-container .pk-leader__info .leader-info__prize .prize__time {
  margin-top: 2px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
}
.pk-leader-container .pk-leader__info.end .leader-info__detail:not(.winner) .detail__icon img {
  filter: grayscale(1);
}
.pk-leader-container .pk-leader__info.end .leader-info__detail.winner .detail__icon::before {
  position: absolute;
  left: -2px;
  bottom: -2px;
  content: '';
  display: block;
  width: 100px;
  height: 27px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/win.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.pk-leader-container .pk-leader__info.soon .leader-info__detail .detail__prize {
  color: var(--detail-color);
}
@media (max-width: 767px) {
  .pk-leader-container {
    width: 343px;
    height: auto;
    margin: 40px auto 0;
    padding: 0;
    border: none;
    box-shadow: none;
  }
  .pk-leader-container .pk-leader__title {
    margin: auto;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
  }
  .pk-leader-container .pk-leader__info {
    position: relative;
    width: 343px;
    padding: 32px 0px;
    margin-top: 157px;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: rgba(217, 217, 217, 0.01);
    box-shadow: 0px 0px 4px 0px #FFF7A2, 0px 0px 4px 0px #FFF7A2;
  }
  .pk-leader-container .pk-leader__info .leader-info__prize {
    position: absolute;
    top: -133px;
    left: 50%;
    transform: translateX(-50%);
    width: 204px;
    height: 109px;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/h5/pk.png');
    background-position: top;
    background-size: 52px;
  }
  .pk-leader-container .pk-leader__info .leader-info__prize .prize__number {
    margin-top: 59px;
    line-height: 23px;
    text-shadow: 4px 4px 0px #0F0900;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .pk-leader-container .pk-leader__info .leader-info__prize .prize__time {
    line-height: 20px;
    margin-top: 7px;
    font-size: 16px;
    font-weight: 500;
  }
  .pk-leader-container .pk-leader__info .leader-info__detail {
    align-items: center;
    width: 210px;
    margin-top: 0;
  }
  .pk-leader-container .pk-leader__info .leader-info__detail .detail__icon {
    width: 52px;
    height: 52px;
    padding: 2px;
    border-radius: 4px;
    border-width: 1px;
  }
  .pk-leader-container .pk-leader__info .leader-info__detail .detail__icon img {
    width: 46px;
    height: 46px;
  }
  .pk-leader-container .pk-leader__info .leader-info__detail .detail__title {
    margin-top: 16px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
  }
  .pk-leader-container .pk-leader__info .leader-info__detail .detail__profit-title {
    margin-top: 8px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
  }
  .pk-leader-container .pk-leader__info .leader-info__detail .detail__profit-value {
    margin-top: 2px;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
  }
  .pk-leader-container .pk-leader__info .leader-info__detail .detail__prize {
    margin-top: 8px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
  }
  .pk-leader-container .pk-leader__info .leader-info__detail .detail__prize span {
    display: block;
  }
  .pk-leader-container .pk-leader__info .leader-info__detail.right {
    align-items: center;
  }
  .pk-leader-container .pk-leader__info.end .leader-info__detail.winner .detail__icon::before {
    width: 54px;
    height: 15px;
    background-image: url('/futures-activity/worldtradingchampionship2026/assets/pk/h5/win.png');
  }
}

.pk-match-container {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .pk-match-container {
    margin-bottom: 60px;
  }
}

.pk-prizepool-container {
  position: relative;
  padding-top: 70px;
}
.pk-prizepool-container .z-header-view .z-header-title .z-header-text {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1.6px;
}
.pk-prizepool-container .pk-prizepool__table {
  margin-top: 40px;
}
.pk-prizepool-container .pk-prizepool__table .ant-table table thead tr > th {
  height: auto;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.pk-prizepool-container .pk-prizepool__table .ant-table table thead tr > th:before {
  display: none;
}
.pk-prizepool-container .pk-prizepool__table .ant-table table tbody tr > td {
  height: 49px;
  border-right: 1px solid #000;
}
@media (max-width: 767px) {
  .pk-prizepool-container {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .pk-prizepool-container .z-header-view .z-header-title .z-header-text {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.6px;
  }
  .pk-prizepool-container .pk-prizepool__table {
    overflow: auto;
    margin-top: 40px;
    padding: 0 24px;
  }
  .pk-prizepool-container .pk-prizepool__table::-webkit-scrollbar {
    display: none;
  }
  .pk-prizepool-container .pk-prizepool__table table {
    width: 1224px;
    padding-right: 24px;
    word-break: normal;
  }
}

.pk-rules-container {
  position: relative;
  padding: 60px 0;
}
.pk-rules-container .pk-rules-content {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .pk-rules-container .pk-rules-content {
    width: 327px;
    margin: auto;
    padding-top: 40px;
  }
}

.tab-pkgame-container {
  width: 1200px;
  margin: auto;
  color: var(--re-new-grey-white);
}
@media (max-width: 767px) {
  .tab-pkgame-container {
    width: 100%;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.zwtc-rules-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  background: transparent;
}
.zwtc-rules-wrapper .zwtc-rules-title {
  margin: 0;
  text-align: center;
  background: linear-gradient(103.63deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.zwtc-rules-wrapper .zwtc-rules-card {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
  border-radius: var(--zwtc-radius-card);
  padding: 48px;
  background: linear-gradient(96.94deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.zwtc-rules-wrapper .zwtc-rules-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-rules-wrapper .zwtc-rules-card__viewport {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.zwtc-rules-wrapper .zwtc-rules-card__content {
  width: 100%;
  position: relative;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.7px;
  word-break: break-word;
}
.zwtc-rules-wrapper .zwtc-rules-card__content--truncated {
  max-height: 560px;
  overflow: hidden;
}
.zwtc-rules-wrapper .zwtc-rules-card__content--expanded {
  max-height: none;
  overflow: visible;
}
.zwtc-rules-wrapper .zwtc-rules-card__content h3,
.zwtc-rules-wrapper .zwtc-rules-card__content h4 {
  margin: 0 0 8px;
  background: linear-gradient(96.75deg, #fff 0.35%, var(--zwtc-accent-gold) 96.91%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-shadow: 0 0 20px rgba(255, 201, 119, 0.3);
  text-transform: uppercase;
}
.zwtc-rules-wrapper .zwtc-rules-card__content h3:not(:first-child),
.zwtc-rules-wrapper .zwtc-rules-card__content h4:not(:first-child) {
  margin-top: 24px;
}
.zwtc-rules-wrapper .zwtc-rules-card__content h4 {
  width: fit-content;
}
.zwtc-rules-wrapper .zwtc-rules-card__content p {
  margin: 0;
  white-space: pre-line;
  color: var(--zwtc-text-inverse);
}
.zwtc-rules-wrapper .zwtc-rules-card__content p + p {
  margin-top: 4px;
}
.zwtc-rules-wrapper .zwtc-rules-card__content p strong,
.zwtc-rules-wrapper .zwtc-rules-card__content p b {
  display: block;
  margin-bottom: 4px;
  color: var(--zwtc-text-inverse);
  font-weight: 700;
}
.zwtc-rules-wrapper .zwtc-rules-card__content .rules-note,
.zwtc-rules-wrapper .zwtc-rules-card__content p.note,
.zwtc-rules-wrapper .zwtc-rules-card__content .note {
  color: var(--zwtc-text-breadcrumb);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.zwtc-rules-wrapper .zwtc-rules-card__content ul,
.zwtc-rules-wrapper .zwtc-rules-card__content ol {
  margin: 0;
  padding-left: 20px;
  color: var(--zwtc-text-inverse);
}
.zwtc-rules-wrapper .zwtc-rules-card__content ul li,
.zwtc-rules-wrapper .zwtc-rules-card__content ol li {
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.zwtc-rules-wrapper .zwtc-rules-card__content ul li + li,
.zwtc-rules-wrapper .zwtc-rules-card__content ol li + li {
  margin-top: 4px;
}
.zwtc-rules-wrapper .zwtc-rules-card__content .rules-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.zwtc-rules-wrapper .zwtc-rules-card__content .rules-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.zwtc-rules-wrapper .zwtc-rules-card__content a {
  color: var(--zwtc-accent-gold);
  text-decoration: underline;
}
.zwtc-rules-wrapper .zwtc-rules-card__content .rules-table {
  width: 100%;
  margin: 12px 0;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.zwtc-rules-wrapper .zwtc-rules-card__content .rules-table thead tr {
  background: linear-gradient(151.65deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.zwtc-rules-wrapper .zwtc-rules-card__content .rules-table thead tr th {
  height: auto;
  padding: 24px;
  border: none;
  background: transparent;
  color: var(--zwtc-accent-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  word-break: break-word;
}
.zwtc-rules-wrapper .zwtc-rules-card__content .rules-table thead tr th:first-child {
  border-radius: var(--zwtc-radius-card) 0 0 var(--zwtc-radius-card);
}
.zwtc-rules-wrapper .zwtc-rules-card__content .rules-table thead tr th:last-child {
  border-radius: 0 var(--zwtc-radius-card) var(--zwtc-radius-card) 0;
}
.zwtc-rules-wrapper .zwtc-rules-card__content .rules-table thead tr th:only-child {
  border-radius: var(--zwtc-radius-card);
}
.zwtc-rules-wrapper .zwtc-rules-card__content .rules-table tbody tr {
  background: linear-gradient(151.65deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.zwtc-rules-wrapper .zwtc-rules-card__content .rules-table tbody tr td {
  height: auto;
  padding: 24px;
  border: none;
  background: transparent;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  word-break: break-word;
}
.zwtc-rules-wrapper .zwtc-rules-card__content .rules-table tbody tr td:first-child {
  border-radius: var(--zwtc-radius-card) 0 0 var(--zwtc-radius-card);
}
.zwtc-rules-wrapper .zwtc-rules-card__content .rules-table tbody tr td:last-child {
  border-radius: 0 var(--zwtc-radius-card) var(--zwtc-radius-card) 0;
}
.zwtc-rules-wrapper .zwtc-rules-card__content .rules-table tbody tr td:only-child {
  border-radius: var(--zwtc-radius-card);
}
.zwtc-rules-wrapper .zwtc-rules-card__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 48px;
  height: 36px;
  padding: 8.5px 16px;
  box-sizing: border-box;
  border: 1px solid var(--zwtc-text-disabled);
  border-radius: var(--zwtc-radius-pill);
  background: transparent;
  color: var(--zwtc-text-primary);
  cursor: pointer;
  flex-shrink: 0;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.zwtc-rules-wrapper .zwtc-rules-card__more--collapse .zwtc-rules-card__more-icon img {
  transform: rotate(180deg);
}
.zwtc-rules-wrapper .zwtc-rules-card__more-icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.zwtc-rules-wrapper .zwtc-rules-card__more-icon img {
  width: 12px;
  height: 6.66px;
  display: block;
}
.zwtc-rules-wrapper-mobile {
  padding: 32px 16px;
  gap: 24px;
}
.zwtc-rules-wrapper-mobile .zwtc-rules-title {
  font-size: 20px;
  font-weight: 800;
  white-space: normal;
}
.zwtc-rules-wrapper-mobile .zwtc-rules-card {
  align-self: stretch;
  width: 100%;
  max-width: none;
  padding: 16px;
  gap: 0;
  border-radius: 20px;
}
.zwtc-rules-wrapper-mobile .zwtc-rules-card__viewport {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.zwtc-rules-wrapper-mobile .zwtc-rules-card__content {
  max-height: none;
  overflow: visible;
  font-size: 12px;
  letter-spacing: 0.6px;
}
.zwtc-rules-wrapper-mobile .zwtc-rules-card__content--collapsed {
  max-height: 360px;
  overflow: hidden;
  padding-bottom: 0;
}
.zwtc-rules-wrapper-mobile .zwtc-rules-card__content h3,
.zwtc-rules-wrapper-mobile .zwtc-rules-card__content h4 {
  font-size: 14px;
  margin-bottom: 4px;
}
.zwtc-rules-wrapper-mobile .zwtc-rules-card__content h3:not(:first-child),
.zwtc-rules-wrapper-mobile .zwtc-rules-card__content h4:not(:first-child) {
  margin-top: 16px;
}
.zwtc-rules-wrapper-mobile .zwtc-rules-card__content ul li,
.zwtc-rules-wrapper-mobile .zwtc-rules-card__content ol li {
  font-size: 12px;
  letter-spacing: 0.6px;
}
.zwtc-rules-wrapper-mobile .zwtc-rules-card__content .rules-note,
.zwtc-rules-wrapper-mobile .zwtc-rules-card__content p.note,
.zwtc-rules-wrapper-mobile .zwtc-rules-card__content .note {
  font-size: 12px;
}
.zwtc-rules-wrapper-mobile .zwtc-rules-card__content .rules-section + .rules-section {
  margin-top: 16px;
}
.zwtc-rules-wrapper-mobile .zwtc-rules-card__content .rules-table thead tr th {
  padding: 16px;
  font-size: 12px;
}
.zwtc-rules-wrapper-mobile .zwtc-rules-card__content .rules-table tbody tr td {
  padding: 16px;
  font-size: 12px;
}
.zwtc-rules-wrapper-mobile .zwtc-rules-card__more {
  width: auto;
  max-width: none;
  flex-shrink: 0;
  height: 36px;
  padding: 8.5px 16px;
  border-color: #383a3d;
  color: var(--zwtc-text-primary);
  font-size: 14px;
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.zwtc-rewards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  background: transparent;
}
.zwtc-rewards-wrapper .zwtc-rewards-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.zwtc-rewards-wrapper .zwtc-rewards-title {
  margin: 0;
  text-align: center;
  background: linear-gradient(108.36deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.zwtc-rewards-wrapper .zwtc-rewards-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.zwtc-rewards-wrapper .zwtc-rewards-tabs-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.zwtc-rewards-wrapper .zwtc-rewards-tabs-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.zwtc-rewards-wrapper .zwtc-rewards-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: max-content;
  min-width: 100%;
  margin: 0 auto;
}
.zwtc-rewards-wrapper .zwtc-rewards-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 260px;
  width: 260px;
  min-height: 64px;
  padding: 8px 24px;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(113.64deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--zwtc-text-breadcrumb);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
  transition: color 0.2s ease, background 0.2s ease;
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
}
.zwtc-rewards-wrapper .zwtc-rewards-tab::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-rewards-wrapper .zwtc-rewards-tab::after {
  z-index: 0;
}
.zwtc-rewards-wrapper .zwtc-rewards-tab--active {
  color: var(--zwtc-accent-gold);
  background: linear-gradient(113.64deg, var(--zwtc-surface-gold-selected-start) 0%, var(--zwtc-surface-gold-selected-end) 43.86%);
}
.zwtc-rewards-wrapper .zwtc-rewards-tab--active::after {
  padding: 2px;
  background: linear-gradient(90deg, #ffc977 0%, #ffffff 50%, #ffc977 100%);
}
.zwtc-rewards-wrapper .zwtc-rewards-card {
  --zwtc-rewards-card-border-width: 1px;
  isolation: isolate;
  border: none;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 40px 24px;
  border-radius: var(--zwtc-radius-card);
  overflow: hidden;
  box-sizing: border-box;
}
.zwtc-rewards-wrapper .zwtc-rewards-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--zwtc-rewards-card-border-width);
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-rewards-wrapper .zwtc-rewards-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(100.07deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 0;
}
.zwtc-rewards-wrapper .zwtc-rewards-card > *:not(.zwtc-rewards-card__corner) {
  position: relative;
  z-index: 1;
}
.zwtc-rewards-wrapper .zwtc-rewards-card__title {
  margin: 0;
  text-align: center;
  background: linear-gradient(96.55deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.zwtc-rewards-wrapper .zwtc-rewards-card__corner {
  position: absolute;
  top: 0;
  width: 110px;
  height: 96px;
  z-index: 2;
  pointer-events: none;
  display: block;
  object-fit: contain;
}
.zwtc-rewards-wrapper .zwtc-rewards-card__corner--tl {
  left: 0;
}
.zwtc-rewards-wrapper .zwtc-rewards-card__corner--tr {
  right: 0;
}
.zwtc-rewards-wrapper .zwtc-rewards-table-scroll {
  width: 100%;
  overflow-x: auto;
}
.zwtc-rewards-wrapper .zwtc-rewards-table-scroll::-webkit-scrollbar {
  height: 4px;
}
.zwtc-rewards-wrapper .zwtc-rewards-table-scroll::-webkit-scrollbar-thumb {
  background: var(--zwtc-border-default);
  border-radius: 10px;
}
.zwtc-rewards-wrapper .zwtc-rewards-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 720px;
}
.zwtc-rewards-wrapper .zwtc-rewards-table .zwtc-rewards-table__cell:first-child {
  white-space: nowrap;
}
.zwtc-rewards-wrapper .zwtc-rewards-table__header,
.zwtc-rewards-wrapper .zwtc-rewards-table__row {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  padding: 24px;
  border-radius: var(--zwtc-radius-card);
  box-sizing: border-box;
}
.zwtc-rewards-wrapper .zwtc-rewards-table__header {
  background: linear-gradient(151.65deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.zwtc-rewards-wrapper .zwtc-rewards-table__header .zwtc-rewards-table__cell {
  color: var(--zwtc-accent-gold);
  font-weight: 700;
}
.zwtc-rewards-wrapper .zwtc-rewards-table__row {
  background: linear-gradient(151.65deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.zwtc-rewards-wrapper .zwtc-rewards-table__row--total {
  background: linear-gradient(151.65deg, rgba(255, 201, 119, 0.105) 0%, rgba(255, 201, 119, 0.07) 100%);
}
.zwtc-rewards-wrapper .zwtc-rewards-table__row--total .zwtc-rewards-table__cell--label {
  color: var(--zwtc-accent-gold);
  font-weight: 700;
  text-transform: uppercase;
}
.zwtc-rewards-wrapper .zwtc-rewards-table__row--total .zwtc-rewards-table__cell--empty {
  display: none;
}
.zwtc-rewards-wrapper .zwtc-rewards-table__cell {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-break: break-word;
}
.zwtc-rewards-wrapper .zwtc-rewards-table__cell--rank {
  color: var(--zwtc-accent-gold);
  font-weight: 700;
}
@media (max-width: 767px) {
  .zwtc-rewards-wrapper {
    gap: 24px;
    padding: 32px 16px;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-title {
    font-size: 20px;
    font-weight: 800;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-body--mobile {
    align-items: stretch;
    gap: 16px;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-tabs-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-tabs-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-tabs {
    justify-content: flex-start;
    gap: 8px;
    width: max-content;
    min-width: 100%;
    padding: 0;
    flex-wrap: nowrap;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-tab {
    flex: 0 0 auto;
    width: auto;
    min-height: 37px;
    padding: 10.5px 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    white-space: nowrap;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-tab--active {
    padding: 6px 24px;
    border: none;
    background: linear-gradient(107.46deg, rgba(255, 201, 119, 0.21) 0%, rgba(255, 201, 119, 0.07) 43.86%);
    color: var(--zwtc-accent-gold);
  }
  .zwtc-rewards-wrapper .zwtc-rewards-tab--active::after {
    display: block;
    padding: 1px;
    background: linear-gradient(90deg, #ffc977 0%, #ffffff 50%, #ffc977 100%);
  }
  .zwtc-rewards-wrapper .zwtc-rewards-card--mobile {
    gap: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    overflow: visible;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-card--mobile::before,
  .zwtc-rewards-wrapper .zwtc-rewards-card--mobile::after {
    display: none;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-table-scroll {
    width: 100%;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-table {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: max-content;
    min-width: 100%;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-table__header,
  .zwtc-rewards-wrapper .zwtc-rewards-table__row {
    display: grid;
    gap: 0;
    width: 100%;
    padding: 16px 8px;
    border-radius: 12px;
    box-sizing: border-box;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-table__header {
    background: linear-gradient(129.4deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
  }
  .zwtc-rewards-wrapper .zwtc-rewards-table__header .zwtc-rewards-table__cell {
    color: var(--zwtc-accent-gold);
    font-size: 10px;
    font-weight: 400;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-table__row {
    background: linear-gradient(127.6deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  }
  .zwtc-rewards-wrapper .zwtc-rewards-table__row--total {
    background: linear-gradient(151.65deg, rgba(255, 201, 119, 0.105) 0%, rgba(255, 201, 119, 0.07) 100%);
  }
  .zwtc-rewards-wrapper .zwtc-rewards-table__cell {
    flex: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0 4px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    word-break: normal;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-table--cols-5 {
    min-width: 720px;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-table--cols-5 .zwtc-rewards-table__header,
  .zwtc-rewards-wrapper .zwtc-rewards-table--cols-5 .zwtc-rewards-table__row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .zwtc-rewards-wrapper .zwtc-rewards-table--cols-8 {
    min-width: 720px;
  }
  .zwtc-rewards-wrapper .zwtc-rewards-table--cols-8 .zwtc-rewards-table__header,
  .zwtc-rewards-wrapper .zwtc-rewards-table--cols-8 .zwtc-rewards-table__row {
    grid-template-columns: minmax(128px, 1.2fr) repeat(7, minmax(76px, 1fr));
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.ant-popover .ant-popover-content {
  border-radius: 8px;
  width: 250px;
}
.ant-popover .ant-popover-content .ant-popover-arrow {
  display: none;
}
.ant-popover .ant-popover-content .ant-popover-inner {
  border-radius: 8px;
}
.ant-popover .ant-popover-content .ant-popover-inner-content {
  background: #D6001C;
  border-radius: 8px;
  padding: 16px;
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  word-break: break-word;
}
.zwtc-choices-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.zwtc-choices-wrapper .zwtc-squad-list-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.zwtc-choices-wrapper .zwtc-squad-list-title {
  margin: 0;
  text-align: center;
  background: linear-gradient(97.89deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.zwtc-choices-wrapper .zwtc-squad-list-subtitle {
  margin: 0;
  color: var(--zwtc-text-inverse);
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.zwtc-choices-wrapper .squad-choice-toolbar,
.zwtc-choices-wrapper .squad-choice-desktop {
  width: 100%;
}
.zwtc-choices-wrapper .squad-choice-desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.zwtc-choices-wrapper .squad-choice-desktop .squad-list-card {
  overflow: visible;
}
.zwtc-choices-wrapper .squad-choice-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.zwtc-choices-wrapper .squad-sortby-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.zwtc-choices-wrapper .squad-sortby-wrap .sortBy-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  padding: 10.5px 24px;
  border: none;
  border-radius: var(--zwtc-radius-pill);
  background: transparent;
  color: var(--zwtc-text-muted);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  white-space: nowrap;
}
.zwtc-choices-wrapper .squad-sortby-wrap .sortBy-item--active {
  border: none;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  color: var(--zwtc-text-inverse);
  background: linear-gradient(138.98deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.zwtc-choices-wrapper .squad-sortby-wrap .sortBy-item--active::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-choices-wrapper .squad-sortby-wrap .sortBy-item--disabled {
  pointer-events: none;
  opacity: 0.4;
}
.zwtc-choices-wrapper .squad-list-card {
  --squad-list-card-border-width: 1px;
  isolation: isolate;
  border: none;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 40px 24px;
  border-radius: var(--zwtc-radius-card);
  overflow: hidden;
  box-sizing: border-box;
}
.zwtc-choices-wrapper .squad-list-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--squad-list-card-border-width);
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-choices-wrapper .squad-list-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(95.99deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 0;
}
.zwtc-choices-wrapper .squad-list-card > * {
  position: relative;
  z-index: 1;
}
.zwtc-choices-wrapper .squad-list-card__rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.zwtc-choices-wrapper .squad-list-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  /* .squad-choice-desktop 有 gap:16px，补 24px = 40px，故上下 padding 均为 0 */
  margin-top: 24px;
  padding: 0;
  box-sizing: border-box;
}
.zwtc-choices-wrapper .squad-list-empty__icon {
  display: block;
  width: 33px;
  height: 41px;
}
.zwtc-choices-wrapper .squad-list-empty__text {
  margin: 0;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: var(--zwtc-text-muted);
  text-align: center;
}
.zwtc-choices-wrapper .squad-list-row {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 24px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(138.98deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-sizing: border-box;
  transition: background 0.2s ease;
}
.zwtc-choices-wrapper .squad-list-row:hover {
  background: linear-gradient(138.98deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
}
.zwtc-choices-wrapper .squad-list-row:has(.like-btn-wrap:hover) {
  z-index: 2;
}
.zwtc-choices-wrapper .squad-list-row__main {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex: 1 1 auto;
}
.zwtc-choices-wrapper .squad-list-row__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.zwtc-choices-wrapper .team-name-container {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex: 0 0 476px;
  width: 476px;
  cursor: pointer;
}
.zwtc-choices-wrapper .team-name-container.disabled {
  cursor: initial;
}
.zwtc-choices-wrapper .team-name-container .img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}
.zwtc-choices-wrapper .team-name-container .team-name-info {
  min-width: 0;
  flex: 1 1 auto;
  max-width: 400px;
  overflow: hidden;
}
.zwtc-choices-wrapper .team-name-container .team-name-info .team-name {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.zwtc-choices-wrapper .team-name-container .team-name-info .team-name .team-name__text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zwtc-choices-wrapper .team-name-container .team-name-info .team-name .private-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/lock.svg') center / contain no-repeat;
  flex-shrink: 0;
}
.zwtc-choices-wrapper .team-name-container .team-name-info .team-intro {
  margin-top: 4px;
  color: var(--zwtc-text-breadcrumb);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zwtc-choices-wrapper .team-cap-name {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 190px;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.zwtc-choices-wrapper .team-cap-name .team-cap-flag {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/captain-flag.svg') center / contain no-repeat;
  flex-shrink: 0;
}
.zwtc-choices-wrapper .team-count {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 80px;
  flex-shrink: 0;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.zwtc-choices-wrapper .team-count .team-count-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/people.svg') center / contain no-repeat;
  flex-shrink: 0;
}
.zwtc-choices-wrapper .join-btn-wrap {
  flex-shrink: 0;
}
.zwtc-choices-wrapper .join-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 36px;
  padding: 0 16px;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  --zwtc-gold-button-border-width: 1.5px;
  box-sizing: border-box;
  border: var(--zwtc-gold-button-border-width) solid transparent;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%) padding-box, linear-gradient(180deg, #ffffff 0%, #ff9a00 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-text-on-gold);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.zwtc-choices-wrapper .join-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 3px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/modal_button_glow.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.zwtc-choices-wrapper .join-btn:hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.zwtc-choices-wrapper .join-btn:active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.zwtc-choices-wrapper .join-btn.disabled,
.zwtc-choices-wrapper .join-btn.already,
.zwtc-choices-wrapper .join-btn.finished,
.zwtc-choices-wrapper .join-btn.zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.zwtc-choices-wrapper .join-btn.disabled::after,
.zwtc-choices-wrapper .join-btn.already::after,
.zwtc-choices-wrapper .join-btn.finished::after,
.zwtc-choices-wrapper .join-btn.zwtc-button--finished::after {
  display: none;
}
.zwtc-choices-wrapper .like-btn-wrap {
  position: relative;
  flex-shrink: 0;
}
.zwtc-choices-wrapper .like-btn-wrap:hover {
  z-index: 3;
}
.zwtc-choices-wrapper .like-btn-wrap:hover .like-btn__tooltip {
  opacity: 1;
  visibility: visible;
}
.zwtc-choices-wrapper .like-btn-wrap:hover .like-btn::after {
  background: linear-gradient(135deg, #ffe6c1 0%, #ffc977 50%, rgba(255, 201, 119, 0.65) 100%);
}
.zwtc-choices-wrapper .like-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 120px;
  height: 36px;
  padding: 0 16px;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(138.98deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  color: var(--zwtc-text-muted);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  border: none;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  overflow: visible;
}
.zwtc-choices-wrapper .like-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-choices-wrapper .like-btn__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/like.png') center / 20px 20px no-repeat;
  flex-shrink: 0;
}
.zwtc-choices-wrapper .like-btn.liked {
  color: var(--zwtc-accent-gold);
}
.zwtc-choices-wrapper .like-btn.liked .like-btn__icon {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/liked.png');
}
.zwtc-choices-wrapper .like-btn__tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 4;
}
.zwtc-choices-wrapper .like-btn__tooltip-body {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 12px;
  border-radius: 8px;
  background: #383a3d;
  color: #f7f8fa;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  word-break: break-word;
  white-space: normal;
}
.zwtc-choices-wrapper .like-btn__tooltip-arrow {
  display: block;
  width: 14px;
  height: 5px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/like-tooltip-arrow.svg') center / contain no-repeat;
  flex-shrink: 0;
}
.zwtc-choices-wrapper .con-choice {
  width: 100%;
  margin: 0;
}
.zwtc-choices-wrapper .con-choice .inp-choice {
  width: 240px;
  height: 40px;
  padding: 8px 12px;
  margin: 0;
  border: 1px solid var(--zwtc-border-input);
  border-radius: var(--zwtc-radius-pill);
  background: transparent;
  color: var(--zwtc-text-inverse);
  box-shadow: none;
}
.zwtc-choices-wrapper .con-choice .inp-choice.ant-input-affix-wrapper-focused {
  border-color: var(--zwtc-border-default);
  box-shadow: none;
}
.zwtc-choices-wrapper .con-choice .inp-choice::placeholder,
.zwtc-choices-wrapper .con-choice .inp-choice .ant-input::placeholder {
  color: var(--zwtc-text-placeholder);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.zwtc-choices-wrapper .con-choice .inp-choice .input-choice-icon {
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/input-choice-icon.svg') center / contain no-repeat;
}
.zwtc-choices-wrapper .con-choice .inp-choice .ant-input {
  background: transparent;
  border: none;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  line-height: normal;
  text-align: left;
}
.zwtc-choices-wrapper .con-choice .inp-choice .ant-input:focus {
  box-shadow: none;
}
.zwtc-choices-wrapper .page-size-change {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination {
  margin: 0;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-prev,
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-next {
  border: none;
  background: transparent;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item {
  border: none;
  background: #0C0E10;
  border-radius: 4px;
  opacity: 1;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item a {
  color: var(--zwtc-text-breadcrumb);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item-active {
  background: var(--zwtc-surface-raised);
  border-radius: 4px;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item-active a {
  color: var(--zwtc-text-inverse);
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-prev .ant-pagination-item-link,
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-next .ant-pagination-item-link {
  background: #0C0E10;
  border-radius: 4px;
  color: var(--zwtc-text-inverse);
  opacity: 1;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-disabled {
  opacity: 0.4;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper .ant-checkbox-inner {
  background-color: #000;
  border: 2px solid #fff;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper span {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border: 2px solid #D6001C;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper:hover span {
  color: #D6001C;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #D6001C;
  border: 2px solid #D6001C;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner::after {
  border: 2px solid #000;
  border-top: 0;
  border-left: 0;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper .ant-checkbox-checked + span {
  color: #D6001C;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper .ant-checkbox-checked:hover::after {
  border: unset;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper.ant-checkbox-wrapper-checked:hover .ant-checkbox-checked::after {
  border: unset;
}
.zwtc-choices-wrapper .ant-radio-wrapper .ant-radio .ant-radio-input:focus + .ant-radio-inner {
  box-shadow: none;
}
.zwtc-choices-wrapper .ant-radio-wrapper .ant-radio .ant-radio-inner {
  background-color: #000;
  border: 2px solid #fff;
}
.zwtc-choices-wrapper .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
  border: 2px solid #D6001C;
}
.zwtc-choices-wrapper .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
  background-color: #D6001C;
}
.zwtc-choices-wrapper .ant-radio-wrapper span {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.zwtc-choices-wrapper .ant-radio-wrapper.ant-radio-wrapper-disabled .ant-radio .ant-radio-inner {
  border: 2px solid #6A6A6A !important;
}
.zwtc-choices-wrapper .ant-radio-wrapper.ant-radio-wrapper-disabled .ant-radio .ant-radio-checked .ant-radio-inner {
  border: 2px solid #6A6A6A;
}
.zwtc-choices-wrapper .ant-radio-wrapper.ant-radio-wrapper-disabled .ant-radio.ant-radio-disabled .ant-radio-inner {
  border: 2px solid #6A6A6A !important;
}
.zwtc-choices-wrapper .ant-radio-wrapper.ant-radio-wrapper-disabled .ant-radio.ant-radio-checked .ant-radio-inner::after {
  background-color: #6A6A6A;
}
.zwtc-choices-wrapper .ant-radio-wrapper.ant-radio-wrapper-disabled span {
  color: #6A6A6A;
}
.zwtc-choices-wrapper .zwtc-schedule-title {
  margin: 0 auto 40px;
}
.zwtc-choices-wrapper .ant-table-wrapper {
  width: 100%;
  overflow: hidden;
}
.zwtc-choices-wrapper .ant-table {
  background: rgba(10, 35, 63, 0.3);
}
.zwtc-choices-wrapper .ant-table:hover {
  background: rgba(10, 35, 63, 0.3);
}
.zwtc-choices-wrapper .ant-table .no-first {
  color: #a3a9ae;
}
.zwtc-choices-wrapper .ant-table .user-name-table {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zwtc-choices-wrapper .ant-table .ant-empty-description {
  color: #fff;
}
.zwtc-choices-wrapper .ant-table-thead > tr > th {
  background: #0a233f;
  color: #fff !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  border: none;
  text-align: center;
}
.zwtc-choices-wrapper .ant-pagination-item-link,
.zwtc-choices-wrapper .ant-pagination-item {
  border-radius: 4px;
  opacity: 0.4;
  background: rgba(214, 0, 28, 0.2);
  color: #fff;
  border: 1px solid #0d1a32;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
}
.zwtc-choices-wrapper .ant-pagination-item-link a,
.zwtc-choices-wrapper .ant-pagination-item a {
  color: #fff;
}
.zwtc-choices-wrapper .ant-pagination-jump-prev .ant-pagination-item-link,
.zwtc-choices-wrapper .ant-pagination-jump-next .ant-pagination-item-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #1C1812;
  border: none;
  outline: none;
  box-shadow: none;
}
.zwtc-choices-wrapper .ant-pagination-jump-prev .ant-pagination-item-link .ant-pagination-item-ellipsis,
.zwtc-choices-wrapper .ant-pagination-jump-next .ant-pagination-item-link .ant-pagination-item-ellipsis {
  color: var(--re-new-grey-minor);
}
.zwtc-choices-wrapper .ant-pagination-item-active {
  background: #D6001C;
  border-radius: 4px;
}
.zwtc-choices-wrapper .ant-pagination-item-active a {
  color: #05080a;
}
.zwtc-choices-wrapper .ant-table-tbody > tr .ant-table-cell-row-hover {
  background: rgba(214, 0, 28, 0.4);
}
.zwtc-choices-wrapper .ant-table-tbody > tr > td {
  color: #ffffff;
  text-align: center;
  padding: 19px 24px;
  border: none;
}
.zwtc-choices-wrapper .ant-table-tbody > tr > td:hover {
  background: rgba(214, 0, 28, 0.4);
}
.zwtc-choices-wrapper .con-choice {
  width: 100%;
  margin: 0 auto;
}
.zwtc-choices-wrapper .con-choice input::-ms-input-placeholder {
  text-align: left;
}
.zwtc-choices-wrapper .con-choice input::-webkit-input-placeholder {
  text-align: left;
}
.zwtc-choices-wrapper .con-choice .header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px 0px 32px 0px;
  color: #ffffff;
}
.zwtc-choices-wrapper .con-choice .header.trade-header {
  justify-content: space-between;
}
.zwtc-choices-wrapper .con-choice .header .change-site {
  margin-right: 12px;
}
.zwtc-choices-wrapper .con-choice .header .change-site.ant-select-focused .ant-select-selector {
  border: 1px solid #0bccbf;
  box-shadow: none;
}
.zwtc-choices-wrapper .con-choice .header .change-site .ant-select-selector {
  width: 270px;
  height: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: none;
  border: 1px solid #8599a6;
  padding: 12px 6px;
  line-height: 48px;
  border-radius: 0;
}
.zwtc-choices-wrapper .con-choice .header .change-site .ant-select-selector .ant-select-selection-item {
  display: flex;
  align-items: center;
  color: #fff;
}
.zwtc-choices-wrapper .con-choice .header .change-site .ant-select-arrow {
  color: #fff;
}
.zwtc-choices-wrapper .con-choice .header .change-site .ant-select-dropdown {
  background: #0b1217;
  color: #fff;
  border: 1px solid #0bccbf;
  border-radius: 0;
}
.zwtc-choices-wrapper .con-choice .header .change-site .ant-select-item-option {
  color: #ffffff;
  height: 48px;
  line-height: 48px;
}
.zwtc-choices-wrapper .con-choice .header .change-site .ant-select-item-option-selected {
  color: #05c2b6;
  background: none;
}
.zwtc-choices-wrapper .con-choice .header .change-site .ant-select-item-option-active {
  color: #fff;
  background: rgba(11, 204, 191, 0.1);
}
.zwtc-choices-wrapper .con-choice .header .inp-choice {
  padding: 15px 13px;
  background: #161616;
  border: none;
  color: #fff;
  line-height: 48px;
  text-align: left;
  width: 270px;
  height: 48px;
  margin-right: 12px;
  outline: none;
  border-radius: 8px;
  background: rgba(214, 0, 28, 0.2);
}
.zwtc-choices-wrapper .con-choice .header .inp-choice:focus {
  outline: none;
  border: none !important;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice.ant-input-affix-wrapper-focused {
  box-shadow: none;
  outline: none !important;
  border: 1px solid #D6001C;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice::placeholder {
  text-align: left;
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 500;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice .input-choice-icon {
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/input-choice-icon.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice .ant-input {
  background: transparent;
  border: none;
  color: #fff;
  line-height: 48px;
  text-align: left;
  border-radius: 8px;
  outline: none;
  padding-left: 5px;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice .ant-input:focus {
  outline: none;
  border: none !important;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice .ant-input::placeholder {
  text-align: left;
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 500;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice-joined {
  max-width: 270px;
  background: none;
  border: 1px solid #8599a6;
  color: #8599a6;
  line-height: 48px;
  text-align: center;
  margin-right: 12px;
  height: 48px;
  border-radius: 0;
}
.zwtc-choices-wrapper .con-choice .header .jump-link {
  width: 270px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  border: 1px solid #0bccbf;
  text-align: center;
  color: #0bccbf;
  font-size: 14px;
  font-weight: 500;
  margin-right: 12px;
}
.zwtc-choices-wrapper .con-choice .header .jump-link:hover {
  background: #00dbd0;
  border: 1px solid #00dbd0;
  color: #05080a;
}
.zwtc-choices-wrapper .con-choice .header .switch-list-type-icon .icon-card {
  display: block;
  width: 48px;
  height: 48px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/switch-card.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}
.zwtc-choices-wrapper .con-choice .header .switch-list-type-icon .icon-card:hover {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/switch-card-hover.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .header .switch-list-type-icon .icon-list {
  display: block;
  width: 48px;
  height: 48px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/switch-list.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}
.zwtc-choices-wrapper .con-choice .header .switch-list-type-icon .icon-list:hover {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/switch-list-hover.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .header .item {
  flex: 1;
  height: 72px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zwtc-choices-wrapper .con-choice .header .item .img {
  width: 72px;
  height: 72px;
  margin-right: 16px;
}
.zwtc-choices-wrapper .con-choice .header .item .img-0 {
  background: url('/futures-activity/worldtradingchampionship2026/assets/race/header-item-1.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .header .item .img-1 {
  background: url('/futures-activity/worldtradingchampionship2026/assets/race/header-item-2.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .header .item .img-2 {
  background: url('/futures-activity/worldtradingchampionship2026/assets/race/header-item-3.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .header .item h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
}
.zwtc-choices-wrapper .con-choice .header .item p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #a3a9ae;
}
.zwtc-choices-wrapper .con-choice .no-data {
  width: 80px;
  height: 100px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin-bottom: 12px;
}
.zwtc-choices-wrapper .con-choice .no-data .img-no-data {
  width: 80px;
  height: 80px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/race/no-data-icon.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.zwtc-choices-wrapper .con-choice .con-st .change-item {
  right: 68px;
  bottom: 18px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.zwtc-choices-wrapper .con-choice .con-st .change-item span {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: block;
  background: url('/futures-activity/worldtradingchampionship2026/assets/race/icon_change.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item {
  position: relative;
  width: 270px;
  height: 370px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/leader-bg.png');
  background-size: 100% 100%;
  background-position: center;
  margin-right: 32px;
  margin-bottom: 20px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item:nth-child(4n) {
  margin-right: 0px;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item:hover {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/leader-bg-hover.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item:hover .btn {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/button-hover.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  color: #fff;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .ai-icon {
  position: absolute;
  left: 24px;
  width: 46px;
  height: 34px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/ai.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .img-container {
  display: flex;
  width: max-content;
  align-items: center;
  margin-bottom: 4px;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item h3 {
  color: #0bccbf;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .private-icon {
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/lock.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .img {
  width: 88px;
  height: 88px;
  display: block;
  margin: 20px auto 16px;
  border-radius: 50%;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .dec {
  max-width: 240px;
  height: 45px;
  word-wrap: break-word;
  text-align: center;
  line-height: 15px;
  color: #8599a6;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 24px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .leader-name-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .name-leader {
  min-width: 126px;
  height: 16px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .name-leader span {
  max-width: 212px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .name-leader .flag {
  width: 20px;
  height: 20px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/flag.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 8px;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .leader-num {
  min-width: 126px;
  height: 16px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .leader-num .person {
  width: 20px;
  height: 20px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/person.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 8px;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .details {
  color: #0bccbf;
  font-size: 12px;
  font-weight: 400;
  padding: 18px 0 24px;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .btn {
  width: 200px;
  height: 36px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/button.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  line-height: 36px;
  color: #0bccbf;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .btn:hover {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/button-hover.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  color: #fff;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .btn-disabled {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/button-disable.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 200px;
  height: 36px;
  color: #cdcdcd;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .btn-disabled:hover {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/button-disable.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  color: #cdcdcd;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item.ai-item {
  position: relative;
  width: 270px;
  height: 370px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/ai-bg.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item.ai-item h3 {
  color: #f53b57;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item.ai-item .private-icon {
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/lock-ai.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item.ai-item .details {
  color: #f53b57;
  position: absolute;
  bottom: 24px;
  padding: 0;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item.ai-item:hover {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/ai-bg-hover.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st-list {
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-row {
  height: 100px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-row:nth-child(odd) {
  background: rgba(214, 0, 28, 0.1);
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-row:nth-child(even) {
  background: #000;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr.ant-table-row:hover > td,
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: rgba(214, 0, 28, 0.3);
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-wrapper {
  width: 100%;
  overflow: hidden;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table {
  background: transparent;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table .no-first {
  color: #a3a9ae;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table .user-name-table {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table .ant-empty-description {
  color: #fff;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-thead > tr > th {
  background: rgba(11, 212, 198, 0.2);
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  border: none;
  text-align: center;
  padding: 16px 0;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-thead > tr > th:nth-child(1) {
  width: 120px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-thead > tr > th:nth-child(2) {
  width: 220px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-thead > tr > th:nth-child(3) {
  width: 220px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-thead > tr > th:nth-child(4) {
  width: 220px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-thead > tr > th:nth-child(5) {
  width: 220px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-thead > tr > th:nth-child(6) {
  width: 200px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr:hover {
  background: rgba(214, 0, 28, 0.2);
  border-radius: 8px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr:hover td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr:hover td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr .ant-empty-image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: url('/futures-activity/worldtradingchampionship2026/assets/race/no-data-icon.svg') no-repeat center;
  background-size: 100% 100%;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr .ant-empty-image svg {
  display: none;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr .ant-table-cell-row-hover {
  background: rgba(214, 0, 28, 0.2);
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr > td {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
  border: none;
}
.zwtc-choices-wrapper .con-choice .con-st-list .color-green {
  color: #16b979;
}
.zwtc-choices-wrapper .con-choice .con-st-list .color-red {
  color: #e54c67;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  background: transparent;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder td {
  padding: 0 !important;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder td:hover {
  background: transparent;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-pagination .ant-pagination-item-link {
  background-color: inherit;
  color: #a3a9ae;
  border: none;
  outline: none;
  box-shadow: none;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-pagination .ant-pagination-item {
  color: #a3a9ae;
  background-color: inherit;
  border: none;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-pagination .ant-pagination-item a {
  color: #fff;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-pagination .ant-pagination-item-active {
  background: #D6001C;
  color: #a3a9ae;
  opacity: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-name-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-name-container.disabled {
  cursor: initial;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-name-container img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  margin-right: 32px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-name-container .team-name-info {
  max-width: 400px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-name-container .team-name-info .team-name {
  height: 20px;
  text-align: left;
  color: #FFF;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-name-container .team-name-info .team-name .private-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/lock.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-name-container .team-name-info .team-intro {
  height: 36px;
  margin-top: 6px;
  text-align: left;
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-cap-name {
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-count {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-count .team-count-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/people.svg') center / contain no-repeat;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-count-right {
  justify-content: flex-end;
}
.zwtc-choices-wrapper .con-choice .con-st-list .join-btn {
  width: 107px;
  height: 32px;
  border-radius: 500px;
  background: #D6001C;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "LINE Seed Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.zwtc-choices-wrapper .con-choice .con-st-list .join-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #D6001C;
}
.zwtc-choices-wrapper .con-choice .con-st-list .join-btn:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #D6001C;
}
.zwtc-choices-wrapper .con-choice .con-st-list .join-btn.disabled {
  opacity: 0.3;
}
.zwtc-choices-wrapper .con-choice .con-st-list .join-btn-right {
  margin-left: auto;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-like-count {
  color: #FFF;
  font-family: "LINE Seed Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-like-count .team-like-count-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  width: 32px;
  height: 32px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/team-like-count.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  cursor: pointer;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-like-count.team-liked {
  color: #D6001C;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-like-count.team-liked .team-like-count-icon {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/team-liked.svg');
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-like-count:hover {
  color: #D6001C;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-like-count:hover .team-like-count-icon {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/team-liked-count.svg');
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-like-count span {
  display: inline-flex;
  align-items: center;
}
.zwtc-choices-wrapper .page-size-change {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination {
  margin: 0;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-disabled {
  opacity: 0.4;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-prev,
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-next {
  border: none;
  background: transparent;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item {
  font-size: 14px;
  border: none;
  background: #0C0E10;
  border-radius: 4px;
  opacity: 1;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item a {
  color: var(--zwtc-text-breadcrumb);
  font-weight: 700;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item-active {
  background: var(--zwtc-surface-raised);
  border-radius: 4px;
  opacity: 1;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item-active a {
  color: var(--zwtc-text-inverse);
  font-weight: 700;
}
.zwtc-choices-wrapper-mobile {
  width: 100%;
  max-width: none;
  height: auto;
  padding: 32px 16px;
  margin: 0;
  gap: 24px;
  box-sizing: border-box;
}
.zwtc-choices-wrapper-mobile .zwtc-squad-list-title {
  font-size: 20px;
  font-weight: 800;
}
.zwtc-choices-wrapper-mobile .zwtc-squad-list-subtitle {
  font-size: 12px;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile {
  width: 100%;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--zwtc-border-input);
  border-radius: var(--zwtc-radius-pill);
  background: transparent;
  color: var(--zwtc-text-inverse);
  line-height: normal;
  text-align: left;
  margin-right: 0;
  outline: none;
  box-shadow: none;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice.ant-input-affix-wrapper-focused {
  box-shadow: none;
  outline: none !important;
  border-color: var(--zwtc-border-default);
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice:focus {
  outline: none;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice::placeholder,
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice .ant-input::placeholder {
  text-align: left;
  color: var(--zwtc-text-placeholder);
  font-size: 14px;
  font-weight: 400;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice .input-choice-icon {
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/input-choice-icon.svg') center / contain no-repeat;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice .ant-input-prefix {
  margin-right: 8px;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice .ant-input {
  background: transparent;
  border: none;
  color: var(--zwtc-text-inverse);
  line-height: normal;
  text-align: left;
  outline: none;
  padding-left: 0;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice .ant-input:focus {
  outline: none;
  border: none !important;
  box-shadow: none;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice .ant-input::placeholder {
  text-align: left;
  color: var(--zwtc-text-placeholder);
  font-size: 14px;
  font-weight: 400;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .sort-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .squad-sortby-wrap {
  margin-top: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  min-height: 37px;
  flex-wrap: nowrap;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .squad-sortby-wrap::-webkit-scrollbar {
  display: none;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .squad-sortby-wrap .sortBy-item {
  flex-shrink: 0;
  min-height: 37px;
  padding: 10.5px 24px;
  border: none;
  border-radius: var(--zwtc-radius-pill);
  background: transparent;
  color: var(--zwtc-text-muted);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin-right: 0;
  cursor: pointer;
  white-space: nowrap;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .squad-sortby-wrap .sortBy-item--active {
  border: none;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  color: var(--zwtc-text-inverse);
  background: linear-gradient(138.98deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .squad-sortby-wrap .sortBy-item--active::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .squad-sortby-wrap .sortBy-item--disabled {
  pointer-events: none;
  opacity: 0.4;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list-empty {
  min-height: 300px;
  justify-content: center;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list.squad-list-empty {
  height: 300px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/lucky-draw/check-in/no-data2024.png');
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item {
  border: none;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 24px 16px;
  border-radius: 20px;
  background: linear-gradient(95.99deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-sizing: border-box;
  overflow: hidden;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  cursor: pointer;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__avatar {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__name-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__name {
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 20px);
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .private-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/lock.svg') center / contain no-repeat;
  flex-shrink: 0;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__intro {
  width: 100%;
  color: var(--zwtc-text-breadcrumb);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__captain,
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__count {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__captain {
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__captain .team-cap-flag {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/captain-flag.svg') center / contain no-repeat;
  flex-shrink: 0;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__count {
  flex-shrink: 0;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__count .team-count-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/people.svg') center / contain no-repeat;
  flex-shrink: 0;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__actions .squad-list-row__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  gap: 8px;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__actions .squad-list-row__actions > .like-btn-wrap,
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__actions .squad-list-row__actions > .join-btn-wrap {
  display: flex;
  min-width: 0;
  width: 100%;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__actions .squad-list-row__actions .join-btn,
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item__actions .squad-list-row__actions .like-btn {
  display: flex;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: 36px;
  box-sizing: border-box;
}
.zwtc-choices-wrapper-mobile .squad-list-tips {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(103.17deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
  color: var(--zwtc-text-muted);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  box-sizing: border-box;
}
.zwtc-choices-wrapper-mobile .zwtc-schedule-title {
  margin: 48px auto 37px;
}
.zwtc-choices-wrapper-mobile .page-size-change {
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.zwtc-choices-wrapper-mobile .page-size-change .mobile-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.zwtc-choices-wrapper-mobile .page-size-change .mobile-pagination__nav {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  gap: 10px;
  height: 36px;
  padding: 9.5px 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.zwtc-choices-wrapper-mobile .page-size-change .mobile-pagination__nav img,
.zwtc-choices-wrapper-mobile .page-size-change .mobile-pagination__nav .mobile-pagination__arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.zwtc-choices-wrapper-mobile .page-size-change .mobile-pagination__nav .mobile-pagination__arrow--prev {
  transform: scaleX(-1);
}
.zwtc-choices-wrapper-mobile .page-size-change .mobile-pagination__nav span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1px;
  white-space: nowrap;
}
.zwtc-choices-wrapper-mobile .page-size-change .mobile-pagination__nav--disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.zwtc-choices-wrapper-mobile .page-size-change .mobile-pagination__prev {
  justify-content: flex-start;
}
.zwtc-choices-wrapper-mobile .page-size-change .mobile-pagination__prev span {
  color: #a6a8aa;
}
.zwtc-choices-wrapper-mobile .page-size-change .mobile-pagination__next {
  justify-content: flex-end;
}
.zwtc-choices-wrapper-mobile .page-size-change .mobile-pagination__next span {
  color: #909295;
}
.zwtc-choices-wrapper-mobile .page-size-change .mobile-pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 72px;
  height: 32px;
  padding: 12px;
  border: 1px solid var(--cmpt-input, #4e5053);
  border-radius: 8px;
  background: transparent;
  box-sizing: border-box;
  color: #909295;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.zwtc-choices-wrapper-mobile .con-choice {
  width: 100%;
  height: auto;
}
.zwtc-choices-wrapper-mobile .con-choice::-webkit-scrollbar {
  display: none;
}
.zwtc-choices-wrapper-mobile .con-choice .no-data {
  position: absolute;
  width: 80px;
  height: 100px;
  margin: 0px auto;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
.zwtc-choices-wrapper-mobile .con-choice .no-data .img-no-data {
  width: 80px;
  height: 80px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/race/no-data-icon.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .header {
  display: flex;
  padding: 0 12px;
  margin-bottom: 16px;
  align-items: center;
}
.zwtc-choices-wrapper-mobile .con-choice .header::-webkit-scrollbar {
  display: none;
}
.zwtc-choices-wrapper-mobile .con-choice .header .switch-list-type-icon {
  order: 0;
  margin-right: 12px;
}
.zwtc-choices-wrapper-mobile .con-choice .header .switch-list-type-icon .icon-list {
  width: 32px;
  height: 32px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/h5/switch-card.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .header .switch-list-type-icon .icon-card {
  width: 32px;
  height: 32px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/h5/switch-card.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .header .inp-choice-joined {
  min-width: 160x;
  margin: 0 auto;
  height: 32px;
  order: 3;
  font-size: 12px;
  font-weight: 500;
}
.zwtc-choices-wrapper-mobile .con-choice .header .inp-choice {
  display: block;
  min-width: 160px;
  height: 32px;
  margin-right: 12px;
  order: 3;
  font-size: 12px;
  font-weight: 500;
}
.zwtc-choices-wrapper-mobile .con-choice .header .change-site {
  order: 2;
  margin-right: 12px;
  width: 160px;
  display: block;
}
.zwtc-choices-wrapper-mobile .con-choice .header .change-site .ant-select-selector {
  display: flex;
  width: 160px;
  height: 32px;
  padding: 6px 12px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
}
.zwtc-choices-wrapper-mobile .con-choice .header .change-site .ant-select-dropdown .ant-select-item-option-content {
  font-size: 12px;
}
.zwtc-choices-wrapper-mobile .con-choice .header .jump-link {
  order: 1;
  min-width: 160px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}
.zwtc-choices-wrapper-mobile .con-choice .header.trade-header {
  justify-content: flex-start;
}
.zwtc-choices-wrapper-mobile .con-choice .header.trade-header .inp-choice,
.zwtc-choices-wrapper-mobile .con-choice .header.trade-header .inp-choice-joined {
  min-width: 217px;
}
.zwtc-choices-wrapper-mobile .con-choice .header.trade-header .change-site {
  width: 217px;
}
.zwtc-choices-wrapper-mobile .con-choice .header.trade-header .change-site .ant-select-selector {
  width: 217px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st {
  padding: 0;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .change-item {
  bottom: 8px;
  right: 32px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item {
  width: 174px;
  height: 288px;
  margin: 0 0 12px;
  padding: 12px 8px 24px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/h5/leader-bg.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item:hover {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/h5/leader-bg-hover.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item:active {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/h5/leader-bg-hover.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .ai-icon {
  top: 0;
  left: 10px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .img {
  width: 53px;
  height: 53px;
  display: block;
  margin: 8px auto;
  margin-top: 0;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .btn {
  width: 130px;
  height: 24px;
  color: #0bccbf;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  margin-top: 24px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .btn-disabled {
  width: 130px;
  height: 24px;
  color: #05080a;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item h3 {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  line-height: 17px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .dec {
  margin-bottom: 0;
  height: 75px;
  max-width: 158px;
  text-align: center;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .img-container h3 {
  max-width: 153px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .leader-name-container {
  margin-top: 12px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .name-leader {
  font-size: 12px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .name-leader span {
  max-width: 84px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .leader-num {
  font-size: 12px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .leader-num::before {
  left: 28px !important;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item.ai-item {
  position: relative;
  width: 174px;
  height: 288px;
  margin: 0 0 12px;
  padding: 12px 8px 24px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/h5/ai-bg.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item.ai-item h3 {
  color: #f53b57;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item.ai-item .private-icon {
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/lock-ai.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item.ai-item .details {
  color: #f53b57;
  position: absolute;
  bottom: 24px;
  padding: 0;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item.ai-item:hover {
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/ai-bg-hover.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item.ai-item .leader-name-container {
  position: absolute;
  bottom: 24px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list {
  width: max-content;
  padding: 0 8px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .ant-table-tbody tr td {
  font-size: 12px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .ant-table-thead tr th {
  background: var(--Brand-Alpha, rgba(11, 204, 191, 0.1)) !important;
  font-size: 12px;
  font-weight: 500;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .ant-table-thead tr th:nth-child(1) {
  width: 240px !important;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .ant-table-thead tr th:nth-child(2) {
  width: 164px !important;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .ant-table-thead tr th:nth-child(3) {
  width: 164px !important;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .ant-table-thead tr th:nth-child(4) {
  width: 164px !important;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .team-name-container {
  padding-left: 24px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .team-name-container div {
  font-size: 12px;
  text-decoration: underline;
  text-decoration-color: #05c2b6;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .team-name-container.ai-item {
  color: #f53b57;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .team-name-container.ai-item div {
  text-decoration: underline;
  text-decoration-color: #f53b57;
}
@media (max-width: 767px) {
  .con-choice .inp-choice {
    display: none;
  }
}

.top3-ranking-container {
  width: 100%;
  margin: 0;
  min-height: 577px;
}
.top3-ranking-container .ranking-block {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  width: 100%;
  min-height: 577px;
}
.top3-ranking-container .ranking-item {
  position: relative;
  flex: 0 0 384px;
  width: 384px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  clip-path: inset(-80px 0 0 0);
}
.top3-ranking-container .ranking-item--1 {
  height: 577px;
}
.top3-ranking-container .ranking-item--2,
.top3-ranking-container .ranking-item--3 {
  height: 507px;
}
.top3-ranking-container .ranking-item__stage {
  position: absolute;
  left: 0;
  width: 100%;
  top: -1px;
  bottom: 0;
  height: auto;
  pointer-events: none;
}
.top3-ranking-container .ranking-item__podium {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  pointer-events: none;
}
.top3-ranking-container .ranking-item__podium-bg {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.top3-ranking-container .ranking-item__badge-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  overflow: visible;
}
.top3-ranking-container .ranking-item__badge {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}
.top3-ranking-container .ranking-item__badge--main {
  position: relative;
  z-index: 2;
}
.top3-ranking-container .ranking-item__badge--glow {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  filter: blur(24px);
  z-index: 0;
}
.top3-ranking-container .ranking-item__badge--blur {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  filter: blur(24px);
  z-index: 0;
}
.top3-ranking-container .ranking-item--1 .ranking-item__stage {
  top: 68px;
}
.top3-ranking-container .ranking-item--1 .ranking-item__podium-bg {
  height: 476px;
}
.top3-ranking-container .ranking-item--1 .ranking-item__badge-wrap {
  top: -68px;
  width: 250px;
  height: 250px;
}
.top3-ranking-container .ranking-item--1 .ranking-item__card {
  top: 202.5px;
}
.top3-ranking-container .ranking-item--2 .ranking-item__badge-wrap,
.top3-ranking-container .ranking-item--3 .ranking-item__badge-wrap {
  top: -28px;
  width: 200px;
  height: 200px;
}
.top3-ranking-container .ranking-item--2 .ranking-item__podium-bg,
.top3-ranking-container .ranking-item--3 .ranking-item__podium-bg {
  height: 436px;
}
.top3-ranking-container .ranking-item--2 .ranking-item__card,
.top3-ranking-container .ranking-item--3 .ranking-item__card {
  top: 132.5px;
}
.top3-ranking-container .ranking-item__card {
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 46px 16px;
  background: transparent;
}
.top3-ranking-container .ranking-item__avatar {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  flex-shrink: 0;
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
}
.top3-ranking-container .ranking-item__avatar::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, #ffffff 0%, #a4b0bc 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.top3-ranking-container .ranking-item__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.top3-ranking-container .ranking-item--1 .ranking-item__avatar::after {
  background: linear-gradient(to bottom right, #fff5e5 0%, #ffc977 100%);
}
.top3-ranking-container .ranking-item--3 .ranking-item__avatar::after {
  background: linear-gradient(to bottom right, #ffffff 0%, #be7c54 100%);
}
.top3-ranking-container .ranking-item__name {
  margin: 0;
  color: var(--zwtc-text-inverse);
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  word-break: break-word;
}
.top3-ranking-container .ranking-item__rewards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.top3-ranking-container .ranking-item__reward {
  margin: 0;
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
}
.top3-ranking-container .ranking-item__reward--gold {
  background: linear-gradient(180deg, #ffe4bc 23.81%, #ffc977 78.57%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.top3-ranking-container .ranking-item__reward--silver {
  background: linear-gradient(180deg, #fff 23.81%, #a4b0bc 78.57%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.top3-ranking-container .ranking-item__reward--bronze {
  background: linear-gradient(180deg, #e3a8a8 23.81%, #b74e4b 78.57%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.top3-ranking-container .ranking-item__reward-label {
  margin: 0;
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.top3-ranking-container .ranking-item__reward-label--gold {
  color: var(--zwtc-accent-gold);
}
.top3-ranking-container .ranking-item__reward-label--silver {
  color: #a4b0bc;
}
.top3-ranking-container .ranking-item__reward-label--bronze {
  color: #b74e4b;
}
.top3-ranking-container .ranking-item__watermark {
  width: 72px;
  height: 14px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .top3-ranking-container {
    min-height: 1308px;
  }
  .top3-ranking-container .ranking-block {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    min-height: 1308px;
  }
  .top3-ranking-container .ranking-item {
    flex: none;
    width: 327px;
    overflow: visible;
    clip-path: none;
  }
  .top3-ranking-container .ranking-item--1,
  .top3-ranking-container .ranking-item--2,
  .top3-ranking-container .ranking-item--3 {
    height: auto;
    min-height: 420px;
  }
  .top3-ranking-container .ranking-item__stage {
    position: relative;
    top: auto;
    height: auto;
  }
  .top3-ranking-container .ranking-item__badge-wrap {
    top: 0;
    width: 160px;
    height: 160px;
  }
  .top3-ranking-container .ranking-item--1 .ranking-item__badge-wrap {
    width: 180px;
    height: 180px;
  }
  .top3-ranking-container .ranking-item--1 .ranking-item__card {
    margin-top: 140px;
  }
  .top3-ranking-container .ranking-item--2 .ranking-item__badge-wrap,
  .top3-ranking-container .ranking-item--3 .ranking-item__badge-wrap {
    top: 0;
  }
  .top3-ranking-container .ranking-item--2 .ranking-item__card,
  .top3-ranking-container .ranking-item--3 .ranking-item__card {
    top: auto;
  }
  .top3-ranking-container .ranking-item__podium {
    position: relative;
    top: auto;
  }
  .top3-ranking-container .ranking-item__card {
    position: relative;
    top: auto;
    bottom: auto;
    gap: 16px;
    padding: 24px 16px 32px;
    margin-top: 120px;
  }
  .top3-ranking-container .ranking-item__avatar {
    width: 48px;
    height: 48px;
    border-radius: 8px;
  }
  .top3-ranking-container .ranking-item__avatar img {
    border-radius: 8px;
  }
  .top3-ranking-container .ranking-item__name {
    font-size: 14px;
  }
  .top3-ranking-container .ranking-item__reward {
    font-size: 24px;
  }
  .top3-ranking-container .ranking-item__reward-label {
    font-size: 12px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.zwtc-rankings-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.zwtc-rankings-wrapper .zwtc-squad-list-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.zwtc-rankings-wrapper .zwtc-squad-list-title {
  margin: 0;
  text-align: center;
  background: linear-gradient(97.89deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.zwtc-rankings-wrapper .zwtc-squad-list-subtitle {
  margin: 0;
  color: var(--zwtc-text-inverse);
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.zwtc-rankings-wrapper .con-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.zwtc-rankings-wrapper .ranking-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  max-width: 800px;
  height: 56px;
  padding: 8px;
  border-radius: var(--zwtc-radius-pill);
  background: var(--zwtc-surface-raised);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-sizing: border-box;
}
.zwtc-rankings-wrapper .ranking-tabs__item {
  flex: 1;
  min-width: 0;
  height: 40px;
  padding: 0 24px;
  border: none;
  border-radius: var(--zwtc-radius-pill);
  background: transparent;
  color: var(--zwtc-text-muted);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  white-space: nowrap;
}
.zwtc-rankings-wrapper .ranking-tabs__item--active {
  background: var(--zwtc-accent-gold);
  color: var(--zwtc-text-on-gold);
}
.zwtc-rankings-wrapper .ranking-table-card {
  --ranking-table-card-border-width: 1px;
  isolation: isolate;
  border: none;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 24px;
  border-radius: var(--zwtc-radius-card);
  overflow: hidden;
  box-sizing: border-box;
}
.zwtc-rankings-wrapper .ranking-table-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--ranking-table-card-border-width);
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-rankings-wrapper .ranking-table-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(95.99deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 0;
}
.zwtc-rankings-wrapper .ranking-table-card > * {
  position: relative;
  z-index: 1;
}
.zwtc-rankings-wrapper .con-st {
  width: 100%;
  margin-bottom: 0;
}
.zwtc-rankings-wrapper .ranking-table-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.zwtc-rankings-wrapper .ranking-table-header {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 68px;
  padding: 24px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(151.29deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--zwtc-accent-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  box-sizing: border-box;
}
.zwtc-rankings-wrapper .ranking-table-header .ranking-table-cell {
  color: var(--zwtc-accent-gold);
  font-weight: 700;
}
.zwtc-rankings-wrapper .ranking-table-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.zwtc-rankings-wrapper .ranking-table-row {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 68px;
  padding: 16px 24px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(138.98deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-sizing: border-box;
  transition: background 0.2s ease;
}
.zwtc-rankings-wrapper .ranking-table-row:hover {
  background: linear-gradient(138.98deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
}
.zwtc-rankings-wrapper .ranking-table-row--mine {
  background: linear-gradient(151.29deg, var(--zwtc-surface-gold-selected-start) 0%, var(--zwtc-surface-gold-selected-end) 43.86%);
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  border-radius: 12px;
}
.zwtc-rankings-wrapper .ranking-table-row--mine::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg, #ffc977 0%, #ffffff 50%, #ffc977 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-rankings-wrapper .ranking-table-row--mine::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 46px;
  border-radius: 100px;
  background: var(--zwtc-accent-gold);
  box-shadow: 0 0 8px 0 rgba(255, 201, 119, 0.5);
  pointer-events: none;
  z-index: 2;
}
.zwtc-rankings-wrapper .ranking-table-row--mine > * {
  position: relative;
  z-index: 2;
}
.zwtc-rankings-wrapper .ranking-table-row--mine:hover {
  background: linear-gradient(151.29deg, var(--zwtc-surface-gold-selected-start) 0%, var(--zwtc-surface-gold-selected-end) 43.86%);
}
.zwtc-rankings-wrapper .ranking-table-row.ai-item .name-over a.ai-item {
  color: #f53b57;
}
.zwtc-rankings-wrapper .ranking-table-row.ai-item .ai-icon {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/ai2.svg') center / contain no-repeat;
}
.zwtc-rankings-wrapper .ranking-table-cell {
  min-width: 0;
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: var(--zwtc-text-inverse);
  box-sizing: border-box;
}
.zwtc-rankings-wrapper .ranking-table-cell--rank {
  flex: 0 0 100px;
  width: 100px;
}
.zwtc-rankings-wrapper .ranking-table-cell--like_count {
  flex: 0 0 120px;
  width: 120px;
  display: flex;
  justify-content: center;
}
.zwtc-rankings-wrapper .ranking-table-cell--troop_name {
  flex: 1 1 0;
  text-align: left;
}
.zwtc-rankings-wrapper .ranking-table-cell .ranking-table-squad-name {
  max-width: 100%;
  min-width: 0;
}
.zwtc-rankings-wrapper .ranking-table-cell .ranking-table-squad-name--mine {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  vertical-align: top;
}
.zwtc-rankings-wrapper .ranking-table-cell .ranking-table-squad-name--mine .name-over {
  flex: 0 1 auto;
  min-width: 0;
  width: auto;
  max-width: calc(100% - 20px);
  line-height: 16px;
}
.zwtc-rankings-wrapper .ranking-table-cell .ranking-table-squad-name--mine .name-over a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
}
.zwtc-rankings-wrapper .ranking-table-cell .ranking-table-share-btn {
  flex-shrink: 0;
  align-self: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-ranking/share.svg') center / contain no-repeat;
  cursor: pointer;
}
.zwtc-rankings-wrapper .ranking-table-cell:not(.zwtc-rankings-wrapper .ranking-table-cell--rank):not(.zwtc-rankings-wrapper .ranking-table-cell--like_count):not(.zwtc-rankings-wrapper .ranking-table-cell--troop_name) {
  flex: 1 1 0;
}
.zwtc-rankings-wrapper .ranking-table-rank {
  color: var(--zwtc-accent-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.zwtc-rankings-wrapper .ranking-table-badge-img {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  object-fit: contain;
}
.zwtc-rankings-wrapper .ranking-like-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 120px;
  height: 36px;
  margin: 0 auto;
  padding: 0 16px;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(138.98deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  color: var(--zwtc-text-muted);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  border: none;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  overflow: visible;
}
.zwtc-rankings-wrapper .ranking-like-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-rankings-wrapper .ranking-like-btn:hover::after {
  background: linear-gradient(135deg, #ffe6c1 0%, #ffc977 50%, rgba(255, 201, 119, 0.65) 100%);
}
.zwtc-rankings-wrapper .ranking-like-btn__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/like.png') center / 20px 20px no-repeat;
  flex-shrink: 0;
}
.zwtc-rankings-wrapper .ranking-like-btn--liked {
  color: var(--zwtc-accent-gold);
}
.zwtc-rankings-wrapper .ranking-like-btn--liked .ranking-like-btn__icon {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/liked.png');
}
.zwtc-rankings-wrapper .bottom-table-con {
  border: none;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.zwtc-rankings-wrapper .bottom-table-con::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-rankings-wrapper .bottom-table-con > td {
  background: linear-gradient(96.15deg, var(--zwtc-surface-gold-selected-start) 0%, var(--zwtc-surface-gold-selected-end) 43.86%);
  color: var(--zwtc-text-inverse) !important;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: transparent !important;
}
.zwtc-rankings-wrapper .bottom-table-con > td:first-child {
  position: relative;
  border-top-left-radius: var(--zwtc-radius-card);
  border-bottom-left-radius: var(--zwtc-radius-card);
}
.zwtc-rankings-wrapper .bottom-table-con > td:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(148deg, var(--zwtc-accent-gold) 0.2%, var(--zwtc-text-inverse) 55.73%, var(--zwtc-accent-gold) 99.42%);
  border-top-left-radius: var(--zwtc-radius-card);
  border-bottom-left-radius: var(--zwtc-radius-card);
  z-index: 1;
}
.zwtc-rankings-wrapper .bottom-table-con > td:last-child {
  border-top-right-radius: var(--zwtc-radius-card);
  border-bottom-right-radius: var(--zwtc-radius-card);
}
.zwtc-rankings-wrapper .bottom-table-con.ai-item .item-table-1 a {
  color: #f53b57;
}
.zwtc-rankings-wrapper .bottom-table-con.ai-item .item-table-1 .ai-icon {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/ai2.svg') center / contain no-repeat;
}
.zwtc-rankings-wrapper .bottom-table-con .item-table i {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  display: inline-block;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-ranking/share.svg') center / contain no-repeat;
  cursor: pointer;
}
.zwtc-rankings-wrapper .bottom-table-con .item-table .team-like-count-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-ranking/like.svg') center / contain no-repeat;
  vertical-align: middle;
  cursor: pointer;
}
.zwtc-rankings-wrapper .bottom-table-con .item-table .team-like-count-icon.team-liked {
  filter: brightness(1.2);
}
.zwtc-rankings-wrapper .bottom-table-con .item-table-1 a {
  color: var(--zwtc-text-inverse);
  font-weight: 700;
}
.zwtc-rankings-wrapper .bottom-table-con .item-table-1,
.zwtc-rankings-wrapper .bottom-table-con .item-table-2,
.zwtc-rankings-wrapper .bottom-table-con .item-table-3,
.zwtc-rankings-wrapper .bottom-table-con .item-table-4,
.zwtc-rankings-wrapper .bottom-table-con .item-table-5 {
  text-align: center;
}
.zwtc-rankings-wrapper .name-over {
  width: 100%;
  max-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  color: var(--zwtc-text-inverse);
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.zwtc-rankings-wrapper .name-over .ai-item {
  color: #f53b57;
}
.zwtc-rankings-wrapper .name-over .ai-icon {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/ai2.svg') center / contain no-repeat;
}
.zwtc-rankings-wrapper .name-over a {
  color: var(--zwtc-text-inverse);
  font-size: 14px;
  font-weight: 400;
}
.zwtc-rankings-wrapper .name-over-green {
  color: var(--zwtc-accent-teal);
}
.zwtc-rankings-wrapper .page-size-change {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zwtc-rankings-wrapper .page-size-change .ant-pagination {
  margin: 0;
}
.zwtc-rankings-wrapper .page-size-change .ant-pagination .ant-pagination-prev,
.zwtc-rankings-wrapper .page-size-change .ant-pagination .ant-pagination-next,
.zwtc-rankings-wrapper .page-size-change .ant-pagination .ant-pagination-item {
  border: none;
  background: transparent;
}
.zwtc-rankings-wrapper .page-size-change .ant-pagination .ant-pagination-prev .ant-pagination-item-link,
.zwtc-rankings-wrapper .page-size-change .ant-pagination .ant-pagination-next .ant-pagination-item-link {
  border: none;
  background: transparent;
  box-shadow: none;
  color: var(--zwtc-text-muted);
}
.zwtc-rankings-wrapper .page-size-change .ant-pagination .ant-pagination-disabled .ant-pagination-item-link {
  background: transparent;
  color: var(--zwtc-text-muted);
}
.zwtc-rankings-wrapper .page-size-change .ant-pagination .ant-pagination-item a {
  color: var(--zwtc-text-muted);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.zwtc-rankings-wrapper .page-size-change .ant-pagination .ant-pagination-item-active {
  background: var(--zwtc-surface-raised);
  border-radius: 4px;
}
.zwtc-rankings-wrapper .page-size-change .ant-pagination .ant-pagination-item-active a {
  color: var(--zwtc-text-inverse);
}
.zwtc-rankings-wrapper .page-size-change .ant-pagination .ant-pagination-disabled {
  opacity: 0.4;
}
.zwtc-rankings-wrapper .awart-conditions {
  text-align: center;
}
.zwtc-rankings-wrapper .awart-conditions .title {
  margin: 0;
  color: var(--zwtc-text-muted);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.zwtc-rankings-wrapper .awart-conditions .desc {
  margin: 4px 0 0;
  color: var(--zwtc-text-muted);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.zwtc-rankings-wrapper .awart-conditions .desc span {
  margin-right: 4px;
}
.zwtc-rankings-wrapper-mobile {
  padding: 32px 16px;
  gap: 24px;
}
.zwtc-rankings-wrapper-mobile .con-choice {
  gap: 16px;
}
.zwtc-rankings-wrapper-mobile #conStable {
  display: none;
}
.zwtc-rankings-wrapper-mobile .zwtc-squad-list-title {
  font-size: 20px;
}
.zwtc-rankings-wrapper-mobile .zwtc-squad-list-subtitle {
  font-size: 12px;
}
.zwtc-rankings-wrapper-mobile .ranking-tabs {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: auto;
  gap: 24px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.zwtc-rankings-wrapper-mobile .ranking-tabs::-webkit-scrollbar {
  display: none;
}
.zwtc-rankings-wrapper-mobile .ranking-tabs__item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  height: auto;
  gap: 6px;
  padding: 4px 0 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--zwtc-text-muted);
  background: transparent;
}
.zwtc-rankings-wrapper-mobile .ranking-tabs__item--active {
  color: var(--zwtc-text-inverse);
  background: transparent;
  box-shadow: none;
}
.zwtc-rankings-wrapper-mobile .ranking-tabs__item--active::after {
  content: '';
  width: 32px;
  height: 3px;
  border-radius: 4px;
  background: var(--zwtc-accent-gold);
}
.zwtc-rankings-wrapper-mobile .ranking-table-card {
  padding: 0;
  gap: 16px;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}
.zwtc-rankings-wrapper-mobile .ranking-table-card::before,
.zwtc-rankings-wrapper-mobile .ranking-table-card::after {
  display: none;
}
.zwtc-rankings-wrapper-mobile .awart-conditions {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(115.58deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-sizing: border-box;
}
.zwtc-rankings-wrapper-mobile .awart-conditions .title {
  font-size: 12px;
  font-family: Inter, sans-serif;
}
.zwtc-rankings-wrapper-mobile .awart-conditions .desc {
  margin: 0;
  font-size: 12px;
  font-family: Inter, sans-serif;
}
.like-hint-wrapper {
  box-shadow: 0 2px 70px 0 var(--re-new-mask);
  position: absolute;
  width: 584px;
  height: 539px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: url('/futures-activity/worldtradingchampionship2026/assets/modal/checkAndDrawBg.png') no-repeat center;
  background-size: cover;
}
.like-hint-wrapper .dialog-box {
  margin: 24px;
  margin-bottom: 48px;
}
.like-hint-wrapper .dialog-box .dialog-header {
  display: flex;
  justify-content: flex-end;
}
.like-hint-wrapper .dialog-box .dialog-header .dialog-header-right {
  display: flex;
  align-items: center;
}
.like-hint-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/modal/modal_close.svg') no-repeat left;
  background-size: cover;
}
.like-hint-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close:hover {
  opacity: 0.5;
}
.like-hint-wrapper .dialog-box .dialog-content {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--re-new-grey-white);
}
.like-hint-wrapper .dialog-box .dialog-content .main-hint {
  width: 360px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 48px;
}
.like-hint-wrapper .dialog-box .dialog-content .main-hint h3 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}
.like-hint-wrapper .dialog-box .dialog-footer .close-btn {
  margin: 0 auto;
}
.race-ranking-list .race-ranking-block {
  margin: 0 auto 12px;
  border-radius: var(--zwtc-radius-card);
  border: none;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.race-ranking-list .race-ranking-block::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.race-ranking-list .race-ranking-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(138.98deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  z-index: 0;
}
.race-ranking-list .race-ranking-block > * {
  position: relative;
  z-index: 1;
}
.race-ranking-list .race-ranking-block:last-child {
  margin-bottom: 0;
}
.race-ranking-list .race-ranking-block .race-ranking__rank {
  width: 100%;
  height: 32px;
  padding: 7px;
  line-height: 18px;
  text-align: center;
  background: linear-gradient(151.29deg, rgba(70, 73, 77, 0.7) 0%, rgba(31, 34, 37, 0.7) 43.86%);
  color: var(--zwtc-accent-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.race-ranking-list .race-ranking-block .race-ranking__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 16px 16px;
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item {
  margin-top: 16px;
  width: 134px;
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item.item-full {
  width: 100%;
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item .race-ranking__info-item-like {
  margin: auto;
  height: 32px;
  width: 32px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-ranking/like.svg') center / 32px 32px no-repeat;
  cursor: pointer;
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item .race-ranking__info-item-like.team-liked {
  filter: brightness(1.2);
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item .race-ranking__info__title {
  line-height: 18px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: var(--zwtc-text-muted);
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item .race-ranking__info__value {
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  color: var(--zwtc-text-inverse);
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item .item-like {
  cursor: pointer;
  height: 32px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-ranking/like.svg') center right / 32px 32px no-repeat;
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item .item-like.team-liked {
  filter: brightness(1.2);
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item .item-share {
  width: 32px;
  height: 32px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-ranking/share.svg') center / contain no-repeat;
  cursor: pointer;
}
.race-ranking-list .race-ranking-block.race-ranking-block--mine {
  background: linear-gradient(151.29deg, var(--zwtc-surface-gold-selected-start) 0%, var(--zwtc-surface-gold-selected-end) 43.86%);
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  border-radius: 12px;
}
.race-ranking-list .race-ranking-block.race-ranking-block--mine::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, #ffc977 0%, #ffffff 50%, #ffc977 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.race-ranking-list .race-ranking-block.race-ranking-block--mine .race-ranking__rank {
  position: relative;
  z-index: 2;
  background: transparent;
  color: var(--zwtc-accent-gold);
}
.race-ranking-list .race-ranking-block.race-ranking-block--mine .race-ranking__info {
  position: relative;
  z-index: 2;
}
.race-ranking-list--h5 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.race-ranking-list--h5 .race-ranking-block {
  margin: 0;
  width: 100%;
  max-width: none;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-bottom: 17px;
  cursor: pointer;
}
.race-ranking-list--h5 .race-ranking-block::before {
  background: linear-gradient(95.99deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
}
.race-ranking-list--h5 .race-ranking-block .race-ranking__rank {
  height: auto;
  padding: 8px 16px;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: normal;
  color: #fff;
  background: #313336;
  text-transform: capitalize;
}
.race-ranking-list--h5 .race-ranking-block.race-ranking-block--rank-1 .race-ranking__rank {
  background: linear-gradient(96.34deg, #ffe4bc 2.03%, #ffc977 100%);
  color: #000;
}
.race-ranking-list--h5 .race-ranking-block.race-ranking-block--rank-2 .race-ranking__rank {
  background: linear-gradient(96.21deg, #fff 0%, #a4b0bc 100%);
  color: #000;
}
.race-ranking-list--h5 .race-ranking-block.race-ranking-block--rank-3 .race-ranking__rank {
  background: linear-gradient(96.34deg, #fff 0%, #be7c54 100%);
  color: #000;
}
.race-ranking-list--h5 .race-ranking-block.race-ranking-block--mine {
  gap: 12px;
  border-radius: 12px;
}
.race-ranking-list--h5 .race-ranking-block.race-ranking-block--mine .race-ranking__rank {
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  background: rgba(255, 201, 119, 0.2);
}
.race-ranking-list--h5 .race-ranking-block.race-ranking-block--mine .race-ranking__details {
  gap: 12px;
}
.race-ranking-list--h5 .race-ranking-block .race-ranking__badge {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.race-ranking-list--h5 .race-ranking-block .race-ranking__details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}
.race-ranking-list--h5 .race-ranking-block .race-ranking__detail-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  line-height: normal;
}
.race-ranking-list--h5 .race-ranking-block .race-ranking__detail-label {
  flex-shrink: 0;
  color: var(--zwtc-text-muted);
}
.race-ranking-list--h5 .race-ranking-block .race-ranking__detail-value {
  text-align: right;
  color: var(--zwtc-text-inverse);
  word-break: break-word;
}
.race-ranking-list--h5 .race-ranking-block .race-ranking__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}
.race-ranking-list--h5 .race-ranking-block .race-ranking__like-btn,
.race-ranking-list--h5 .race-ranking-block .race-ranking__share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 120px;
  height: 36px;
  padding: 0 16px;
  border-radius: 1000px;
  background: linear-gradient(95.99deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--zwtc-text-muted);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
}
.race-ranking-list--h5 .race-ranking-block .race-ranking__like-btn::after,
.race-ranking-list--h5 .race-ranking-block .race-ranking__share-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.race-ranking-list--h5 .race-ranking-block .race-ranking__like-btn-icon,
.race-ranking-list--h5 .race-ranking-block .race-ranking__share-btn-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url('/futures-activity/worldtradingchampionship2026/assets/squad-ranking/like.svg') center / contain no-repeat;
}
.race-ranking-list--h5 .race-ranking-block .race-ranking__share-btn-icon {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/squad-ranking/share-muted.svg');
}
.race-ranking-list--h5 .race-ranking-block .race-ranking__like-btn--liked {
  color: var(--zwtc-accent-gold);
}
.race-ranking-list--h5 .race-ranking-block .race-ranking__like-btn--liked .race-ranking__like-btn-icon {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/squad-race/liked.png');
}
@media (max-width: 767px) {
  .zwtc-rankings-wrapper .page-size-change {
    width: 100%;
    margin: 16px auto 0;
    padding: 0;
  }
  .zwtc-rankings-wrapper .page-size-change .mobile-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .zwtc-rankings-wrapper .page-size-change .mobile-pagination__nav {
    display: flex;
    flex: 1 0 0;
    align-items: center;
    gap: 10px;
    height: 36px;
    padding: 9.5px 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .zwtc-rankings-wrapper .page-size-change .mobile-pagination__nav img,
  .zwtc-rankings-wrapper .page-size-change .mobile-pagination__nav .mobile-pagination__arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  .zwtc-rankings-wrapper .page-size-change .mobile-pagination__nav .mobile-pagination__arrow--prev {
    transform: scaleX(-1);
  }
  .zwtc-rankings-wrapper .page-size-change .mobile-pagination__nav span {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.1px;
    white-space: nowrap;
  }
  .zwtc-rankings-wrapper .page-size-change .mobile-pagination__nav--disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .zwtc-rankings-wrapper .page-size-change .mobile-pagination__prev {
    justify-content: flex-start;
  }
  .zwtc-rankings-wrapper .page-size-change .mobile-pagination__prev span {
    color: #a6a8aa;
  }
  .zwtc-rankings-wrapper .page-size-change .mobile-pagination__next {
    justify-content: flex-end;
  }
  .zwtc-rankings-wrapper .page-size-change .mobile-pagination__next span {
    color: #909295;
  }
  .zwtc-rankings-wrapper .page-size-change .mobile-pagination__page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 72px;
    height: 32px;
    padding: 12px;
    border: 1px solid var(--cmpt-input, #4e5053);
    border-radius: 8px;
    background: transparent;
    box-sizing: border-box;
    color: #909295;
    font-family: 'LINE Seed Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }
  .like-hint-wrapper {
    width: 324px;
    height: 260px;
    border-radius: 8px;
    border: 1px solid var(--zwtc-accent-gold);
    background: #000;
    box-shadow: 0 0 40px 0 var(--zwtc-accent-gold) inset;
  }
  .like-hint-wrapper .dialog-box {
    margin: 20px;
  }
  .like-hint-wrapper .dialog-box .dialog-content {
    margin-top: 18px;
  }
  .like-hint-wrapper .dialog-box .dialog-content .main-hint {
    width: 220px;
    font-size: 12px;
    line-height: 16px;
  }
  .like-hint-wrapper .dialog-box .dialog-content .main-hint h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .like-hint-wrapper .dialog-box .dialog-footer .zwtc-button--large {
    width: 215px;
    height: 48px;
    background-size: 215px 48px;
  }
}

.registration-order-container {
  max-width: 1200px;
  margin: 36px auto 4px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--main-color);
}
@media (max-width: 767px) {
  .registration-order-container {
    max-width: 327px;
    margin: 16px auto 0;
    line-height: 15px;
    font-size: 12px;
    word-break: break-word;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.squad-countdown-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 84px 16px 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.squad-countdown-section__banned {
  width: 100%;
  display: flex;
  justify-content: center;
}
.squad-countdown-section__banned .zwtc-user-banned {
  max-width: 100%;
}
.squad-leader-countdown-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px 80px;
  box-sizing: border-box;
}
.squad-leader-countdown-container .squad-leader-countdown-button {
  margin-top: 0;
}
.squad-leader-countdown-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.squad-leader-countdown-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 48px;
  margin: 0;
  padding: 0 16px;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  box-sizing: border-box;
}
.squad-leader-countdown-button--outline {
  z-index: 0;
  width: 200px;
  height: 48px;
  margin: 0;
  padding: 0 16px;
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  border: none;
  border-radius: var(--zwtc-radius-pill);
  background: rgba(255, 201, 119, 0.1);
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-accent-gold);
  cursor: pointer;
}
.squad-leader-countdown-button--outline::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
.squad-leader-countdown-button--outline:hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: rgba(255, 201, 119, 0.2);
}
.squad-leader-countdown-button--outline:active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: rgba(255, 201, 119, 0);
}
.squad-leader-countdown-button--outline.disabled,
.squad-leader-countdown-button--outline.already,
.squad-leader-countdown-button--outline.finished,
.squad-leader-countdown-button--outline.zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.squad-leader-countdown-button--outline.disabled::before,
.squad-leader-countdown-button--outline.already::before,
.squad-leader-countdown-button--outline.finished::before,
.squad-leader-countdown-button--outline.zwtc-button--finished::before {
  display: none;
}
.squad-leader-countdown-button--primary {
  --zwtc-gold-button-border-width: 1.5px;
  box-sizing: border-box;
  border: var(--zwtc-gold-button-border-width) solid transparent;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%) padding-box, linear-gradient(180deg, #ffffff 0%, #ff9a00 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-text-on-gold);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.squad-leader-countdown-button--primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 3px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/modal_button_glow.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.squad-leader-countdown-button--primary:hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.squad-leader-countdown-button--primary:active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.squad-leader-countdown-button--primary.disabled,
.squad-leader-countdown-button--primary.already,
.squad-leader-countdown-button--primary.finished,
.squad-leader-countdown-button--primary.zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.squad-leader-countdown-button--primary.disabled::after,
.squad-leader-countdown-button--primary.already::after,
.squad-leader-countdown-button--primary.finished::after,
.squad-leader-countdown-button--primary.zwtc-button--finished::after {
  display: none;
}
.squad-leader-countdown-button.disabled {
  pointer-events: none;
}
@media (max-width: 767px) {
  .squad-countdown-section {
    padding: 32px 16px;
    gap: 32px;
    box-sizing: border-box;
  }
  .squad-countdown-section__banned {
    margin-top: 8px;
  }
  .squad-countdown-section .zwtc-leader-count-down {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }
  .squad-countdown-section .zwtc-leader-count-down::after {
    display: none;
  }
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .countdown-title {
    margin: 0;
    color: var(--zwtc-text-inverse);
    font-family: 'LINE Seed Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
  }
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .countdown-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .countdown-container > .squad-leader-countdown-button {
    flex: none;
    width: 200px;
    max-width: 100%;
    height: 48px;
    min-height: 48px;
  }
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .countdown-container > .squad-leader-countdown-actions {
    flex: none;
    width: 100%;
    max-width: 343px;
    height: auto;
    min-height: 0;
  }
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .countdown-widget,
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .wsot-registration-timer-widget.countdown-widget {
    width: 100%;
  }
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .countdown-widget .wsot-clock-bg,
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .wsot-registration-timer-widget.countdown-widget .wsot-clock-bg {
    padding: 0;
    margin: 0;
  }
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex,
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .wsot-registration-timer-widget.countdown-widget .wsot-clock-bg .wsot-flex {
    display: grid !important;
    grid-template-columns: repeat(4, max-content);
    justify-content: center;
    align-items: start;
    gap: 24px;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
  }
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg,
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .wsot-registration-timer-widget.countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
    display: none !important;
  }
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item,
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .wsot-registration-timer-widget.countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
    display: grid !important;
    grid-template-rows: auto auto;
    justify-items: center;
    align-content: start;
    gap: 4px;
    width: max-content !important;
    min-width: 64px !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
    background-image: none !important;
  }
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num,
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .wsot-registration-timer-widget.countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    justify-self: center;
    width: max-content !important;
    min-width: 64px !important;
    max-width: none !important;
    height: 38px;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
    font-size: 0;
  }
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single,
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .wsot-registration-timer-widget.countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single {
    width: 30px !important;
    min-width: 30px;
    height: 38px !important;
    margin-right: 4px !important;
    background-size: 30px 38px !important;
  }
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single:last-child,
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .wsot-registration-timer-widget.countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single:last-child {
    margin-right: 0 !important;
  }
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt,
  .squad-countdown-section .zwtc-leader-count-down .zwtc-common-count-down .wsot-registration-timer-widget.countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
    justify-self: stretch;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--zwtc-text-inverse) !important;
    font-family: 'LINE Seed Sans', sans-serif !important;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    text-align: center !important;
    text-transform: uppercase;
  }
  .squad-countdown-section .squad-leader-countdown-actions {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .squad-countdown-section .squad-leader-countdown-actions .squad-leader-countdown-button {
    flex: none;
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    height: 48px;
    min-height: 48px;
  }
  .squad-countdown-section .squad-leader-countdown-actions .squad-leader-countdown-button--outline {
    width: 260px;
  }
  .squad-countdown-section .squad-leader-countdown-button--outline {
    color: #FFC977;
  }
  .squad-leader-countdown-container {
    padding: 32px 16px;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.squad-prize-pool-hero {
  position: relative;
  width: 100%;
  min-height: 820px;
  margin: 0 auto;
  padding: 80px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.squad-prize-pool-hero__media {
  position: absolute;
  top: -100px;
  left: 50%;
  width: 200%;
  max-width: 2230px;
  height: 956px;
  transform: translateX(-50%);
  pointer-events: none;
  overflow: hidden;
}
.squad-prize-pool-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #000 13.44%, rgba(0, 0, 0, 0) 32.42%, rgba(0, 0, 0, 0) 82.66%, #000 94.87%);
}
.squad-prize-pool-hero__media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.squad-prize-pool-hero__title {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  text-align: center;
  background: linear-gradient(107.44deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.squad-prize-pool-hero__cards {
  position: absolute;
  left: 50%;
  bottom: 80px;
  z-index: 1;
  display: flex;
  gap: 40px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.squad-prize-pool-hero__cards--h5 {
  display: none;
}
.squad-prize-pool-hero__card {
  --squad-prize-pool-card-border-width: 1px;
  isolation: isolate;
  border: none;
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 40px 24px;
  border-radius: var(--zwtc-radius-card);
  overflow: hidden;
  box-sizing: border-box;
}
.squad-prize-pool-hero__card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--squad-prize-pool-card-border-width);
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.squad-prize-pool-hero__card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(113.75deg, rgba(38, 40, 44, 0.6) 0%, rgba(19, 21, 23, 0.6) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 0;
}
.squad-prize-pool-hero__card > * {
  position: relative;
  z-index: 2;
}
.squad-prize-pool-hero__card-amount {
  width: 100%;
  margin: 0;
  background: linear-gradient(180deg, #ffe4bc 23.81%, var(--zwtc-accent-gold) 78.57%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
}
.squad-prize-pool-hero__card-label {
  width: 100%;
  margin: 0;
  color: var(--zwtc-accent-gold);
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .squad-prize-pool-hero {
    width: 100%;
    min-height: 510px;
    padding: 0 0 24px;
    background-color: #000;
    box-sizing: border-box;
  }
  .squad-prize-pool-hero__media {
    top: 4px;
    left: 0;
    width: 100%;
    height: 510px;
    max-width: none;
    transform: none;
  }
  .squad-prize-pool-hero__media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 86.41%, #000 100%);
  }
  .squad-prize-pool-hero__media-image {
    object-fit: cover;
    object-position: top center;
    height: 510px;
    width: auto;
    margin: 0 auto;
  }
  .squad-prize-pool-hero__title {
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 2;
    width: 100%;
    transform: none;
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 800;
    white-space: normal;
  }
  .squad-prize-pool-hero__cards--pc {
    display: none;
  }
  .squad-prize-pool-hero__cards--h5 {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 218px 16px 0;
    box-sizing: border-box;
    z-index: 2;
  }
  .squad-prize-pool-hero__card {
    --squad-prize-pool-card-border-width: 0.5px;
    flex: none;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
    padding: 16px;
    border-radius: 10px;
  }
  .squad-prize-pool-hero__card::before {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
  .squad-prize-pool-hero__card-amount {
    font-size: 24px;
    font-weight: 900;
  }
  .squad-prize-pool-hero__card-label {
    font-size: 12px;
    font-weight: 700;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.zwtc-captain-benefits-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  padding: 80px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.zwtc-captain-benefits-wrapper .zwtc-captain-benefits-title {
  margin: 0;
  text-align: center;
  background: linear-gradient(110.57deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.zwtc-captain-benefits-wrapper .zwtc-captain-benefits-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}
.zwtc-captain-benefits-wrapper .zwtc-captain-benefits-scroll {
  width: 100%;
}
.zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item {
  --benefit-card-border-width: 1px;
  isolation: isolate;
  border: none;
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 288px;
  padding: 24px;
  border-radius: var(--zwtc-radius-card);
  overflow: hidden;
  box-sizing: border-box;
}
.zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--benefit-card-border-width);
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(95.52deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 0;
}
.zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item > * {
  position: relative;
  z-index: 2;
}
.zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item__icon {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: contain;
  flex-shrink: 0;
}
.zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item-title {
  width: 100%;
  color: var(--zwtc-text-inverse);
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item-title span,
.zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item-title strong,
.zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item-title b {
  color: var(--zwtc-accent-teal-highlight);
  font-weight: 700;
}
.zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item-desc {
  width: 100%;
  color: var(--zwtc-text-breadcrumb);
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.zwtc-team-member-benefits-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
}
.zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-title {
  margin: 0;
  text-align: center;
  background: linear-gradient(107.07deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}
.zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-scroll {
  width: 100%;
}
.zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item {
  --benefit-card-border-width: 1px;
  isolation: isolate;
  border: none;
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 288px;
  padding: 24px;
  border-radius: var(--zwtc-radius-card);
  overflow: hidden;
  box-sizing: border-box;
}
.zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--benefit-card-border-width);
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(95.52deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 0;
}
.zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item > * {
  position: relative;
  z-index: 2;
}
.zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item__icon {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: contain;
  flex-shrink: 0;
}
.zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item-title {
  width: 100%;
  color: var(--zwtc-text-inverse);
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item-title span,
.zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item-title strong,
.zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item-title b {
  color: var(--zwtc-accent-teal-highlight);
  font-weight: 700;
}
.zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item-desc {
  width: 100%;
  color: var(--zwtc-text-breadcrumb);
  text-align: center;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .zwtc-captain-benefits-wrapper {
    gap: 24px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 32px 16px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-title {
    width: 100%;
    font-size: 20px;
    font-weight: 900;
    white-space: normal;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-scroll {
    width: 100%;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-swiper {
    width: 100%;
    height: auto;
    overflow: visible;
    touch-action: pan-x;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-swiper .swiper-wrapper {
    align-items: stretch;
    height: auto;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-swiper .swiper-slide {
    display: flex;
    align-self: stretch;
    width: 288px;
    height: auto;
    box-sizing: border-box;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-swiper .zwtc-captain-benefits-item {
    flex: 1;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-swiper .zwtc-captain-benefits-item-desc {
    flex: none;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
    width: max-content;
    padding: 0;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item {
    flex: 0 0 288px;
    width: 288px;
    max-width: none;
    padding: 16px;
    border-radius: 20px;
    --benefit-card-border-width: 1px;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item::before {
    background: linear-gradient(96.56deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item__icon {
    width: 120px;
    height: 120px;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item-title {
    font-size: 14px;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-item-desc {
    font-size: 12px;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-dot {
    display: block;
    width: 4px;
    height: 4px;
    padding: 0;
    border: none;
    border-radius: 100px;
    background: var(--zwtc-text-breadcrumb);
    cursor: pointer;
  }
  .zwtc-captain-benefits-wrapper .zwtc-captain-benefits-dot--active {
    width: 24px;
    height: 4px;
    background: linear-gradient(100.4deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  }
  .zwtc-team-member-benefits-wrapper {
    gap: 24px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 32px 16px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-title {
    width: 100%;
    font-size: 20px;
    font-weight: 900;
    white-space: normal;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-scroll {
    width: 100%;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-swiper {
    width: 100%;
    height: auto;
    overflow: visible;
    touch-action: pan-x;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-swiper .swiper-wrapper {
    align-items: stretch;
    height: auto;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-swiper .swiper-slide {
    display: flex;
    align-self: stretch;
    width: 288px;
    height: auto;
    box-sizing: border-box;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-swiper .zwtc-team-member-benefits-item {
    flex: 1;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-swiper .zwtc-team-member-benefits-item-desc {
    flex: none;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
    width: max-content;
    padding: 0;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item {
    flex: 0 0 288px;
    width: 288px;
    max-width: none;
    padding: 16px;
    border-radius: 20px;
    --benefit-card-border-width: 1px;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item::before {
    background: linear-gradient(96.56deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item__icon {
    width: 120px;
    height: 120px;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item-title {
    font-size: 14px;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-item-desc {
    font-size: 12px;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-dot {
    display: block;
    width: 4px;
    height: 4px;
    padding: 0;
    border: none;
    border-radius: 100px;
    background: var(--zwtc-text-breadcrumb);
    cursor: pointer;
  }
  .zwtc-team-member-benefits-wrapper .zwtc-team-member-benefits-dot--active {
    width: 24px;
    height: 4px;
    background: linear-gradient(100.4deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  }
}

.zwtc-squad {
  position: relative;
}
.zwtc-squad-section {
  scroll-margin-top: 80px;
}

.content-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1004;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-bg .con-models {
  position: relative;
  width: 500px;
  height: 680px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/background/model-bg.png') no-repeat center;
  background-size: 100% 100%;
  padding: 40px 40px 24px;
  color: var(--re-new-grey-white);
}
.content-bg .con-models .model-header {
  width: 100%;
  position: relative;
}
.content-bg .con-models .model-header h2 {
  line-height: 40px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.6px;
}
.content-bg .con-models .model-header .close-model {
  position: absolute;
  right: -24px;
  top: -24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.content-bg .con-models .code-con {
  margin-top: 12px;
}
.content-bg .con-models .code-con .header .p1 {
  margin-bottom: 4px;
  line-height: 23px;
  font-size: 18px;
  font-weight: 600;
}
.content-bg .con-models .code-con .header .p2 {
  color: var(--re-new-grey-main);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}
.content-bg .con-models .code-con .qr-code {
  width: 140px;
  height: 140px;
  margin-top: 40px;
  position: relative;
  display: flex;
  z-index: 2;
}
.content-bg .con-models .code-con .qr-code .qr-icons {
  width: 32px;
  height: 32px;
  z-index: 22;
  position: absolute;
  top: 50%;
  border-radius: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-bg .con-models .code-con .show-num {
  margin-top: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.content-bg .con-models .code-con .show-num span {
  color: var(--re-new-brand-regular);
}
.content-bg .con-models .code-con .con-item {
  margin-top: 16px;
}
.content-bg .con-models .code-con .con-item > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.content-bg .con-models .code-con .con-item > div:last-child {
  margin-bottom: 0;
}
.content-bg .con-models .code-con .con-item > div .con-item-p1 {
  color: #bbc9d6;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 16px;
}
.content-bg .con-models .code-con .con-item > div .con-item-p2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
.content-bg .con-models .share-footer {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  padding: 24px 40px;
  border-radius: 0px 0px 14px 14px;
}
.content-bg .con-models .share-footer .copy-con {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.content-bg .con-models .share-footer .copy-con .copy-con__title {
  margin-bottom: 8px;
  line-height: 18px;
  color: #bbc9d6;
}
.content-bg .con-models .share-footer .copy-con .copy-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-bg .con-models .share-footer .copy-con .copy-item .item-left {
  width: 325px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--re-new-grey-white);
  margin-right: 24px;
  white-space: nowrap;
}
.content-bg .con-models .share-footer .copy-con .copy-item .item-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  white-space: nowrap;
}
.content-bg .con-models .share-footer .copy-con .copy-item .item-right .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/common/copy.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.content-bg .con-models .share-footer .name-share {
  margin-top: 20px;
}
.content-bg .con-models .share-footer .name-share.share-block .social-link-list {
  justify-content: flex-start;
}
.content-bg .con-models .share-footer .name-share.share-block .social-link-list div {
  width: 40px;
  height: 40px;
  margin: 0 40px 0 0 !important;
}
.content-bg .con-models .share-footer .name-share.share-block .social-link-list div:last-child {
  margin-right: 0;
}
.content-bg .con-models .share-footer .name-share.share-block .social-link-list div img {
  width: 40px;
  height: 40px;
}
.content-bg .con-models-h5 {
  width: 327px;
  height: 444px;
  padding: 24px 24px 16px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/background/model-bg-h5.png');
  background-size: contain;
}
.content-bg .con-models-h5 .model-header h2 {
  line-height: 25px;
  text-shadow: 0px 0px 19.62px rgba(255, 247, 162, 0.8);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.content-bg .con-models-h5 .model-header .close-model {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 24px;
  height: 24px;
}
.content-bg .con-models-h5 .code-con {
  margin-top: 7.8px;
  width: 210px;
  height: auto;
}
.content-bg .con-models-h5 .code-con .header .p1 {
  margin-bottom: 2px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 600;
}
.content-bg .con-models-h5 .code-con .header .p2 {
  line-height: 13px;
  font-size: 10px;
}
.content-bg .con-models-h5 .code-con .qr-code {
  margin-top: 16px;
  width: 98px;
  height: 98px;
}
.content-bg .con-models-h5 .code-con .show-num {
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
}
.content-bg .con-models-h5 .code-con .con-item {
  justify-content: space-between;
  padding: 0;
}
.content-bg .con-models-h5 .code-con .con-item > div {
  margin-bottom: 8px;
}
.content-bg .con-models-h5 .code-con .con-item > div:last-child {
  margin-bottom: 0;
}
.content-bg .con-models-h5 .code-con .con-item > div .con-item-p1 {
  margin-right: 10px;
  line-height: 15px;
  font-size: 12px;
}
.content-bg .con-models-h5 .code-con .con-item > div .con-item-p2 {
  line-height: 15px;
  font-size: 12px;
}
.content-bg .con-models-h5 .share-footer {
  border-radius: 0px 0px 9.156px 9.156px;
  padding: 16px 24px;
}
.content-bg .con-models-h5 .share-footer .copy-con {
  font-size: 10px;
  font-weight: 600;
}
.content-bg .con-models-h5 .share-footer .copy-con .copy-con__title {
  margin-bottom: 5px;
  line-height: 13px;
}
.content-bg .con-models-h5 .share-footer .copy-con .copy-item .item-left {
  width: 217px;
  line-height: 13px;
  margin-right: 12px;
}
.content-bg .con-models-h5 .share-footer .copy-con .copy-item .item-right {
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  color: #fff;
}
.content-bg .con-models-h5 .share-footer .copy-con .copy-item .item-right .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2.6px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/common/copy.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.content-bg .con-models-h5 .share-footer .name-share {
  margin-top: 8px;
}
.content-bg .con-models-h5 .share-footer .name-share.share-block .social-link-list div {
  width: 24px;
  height: 24px;
  margin-right: 20px !important;
}
.content-bg .con-models-h5 .share-footer .name-share.share-block .social-link-list div:last-child {
  margin-right: 0 !important;
}
.content-bg .con-models-h5 .share-footer .name-share.share-block .social-link-list div img {
  width: 24px;
  height: 24px;
}
.content-bg-hide {
  display: none;
}


:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.zwtc-back-to-top {
  position: fixed;
  right: 20px;
  bottom: 88px;
  z-index: 99;
  pointer-events: none;
}
.zwtc-back-to-top__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 120px;
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  background: linear-gradient(96.15deg, rgba(38, 40, 44, 0.7) 0%, rgba(19, 21, 23, 0.7) 43.86%);
  backdrop-filter: blur(4.8px);
  -webkit-backdrop-filter: blur(4.8px);
  cursor: pointer;
  box-sizing: border-box;
  pointer-events: auto;
}
.zwtc-back-to-top__button::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.2px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-back-to-top__icon {
  position: relative;
  z-index: 1;
  width: 28.8px;
  height: 28.8px;
  display: block;
  transform: rotate(180deg);
}

.page-container {
  background: #000;
}
.page-container .referral-no-login-page-section {
  width: 100%;
  height: 100%;
}
.page-container .referral-login-page-section {
  width: 100%;
  height: 100%;
  padding-bottom: 79px;
}
@media (max-width: 767px) {
  .page-container {
    background: #02050f;
  }
  .referral-login-page-section {
    width: 100%;
    height: 100%;
    padding-bottom: 0 !important;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
#register-form .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0;
}
#register-form .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: var(--zwtc-accent-gold) !important;
  border-color: var(--zwtc-accent-gold) !important;
}
#register-form .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: var(--zwtc-text-primary) !important;
  border-color: var(--zwtc-accent-gold) !important;
}
#register-form .ant-input {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 12px;
  line-height: normal;
  gap: 10px;
  background-color: transparent !important;
  border: 1px solid var(--zwtc-border-input);
  border-radius: 12px;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--zwtc-text-primary);
  caret-color: var(--zwtc-accent-gold);
}
#register-form .ant-input:focus,
#register-form .ant-input-focused {
  border-color: var(--zwtc-accent-gold) !important;
  box-shadow: none;
}
#register-form .ant-input::placeholder {
  color: var(--zwtc-text-placeholder);
}
#register-form .ant-input:disabled {
  color: var(--zwtc-text-primary);
}
#register-form .form-inner--view .ant-input[disabled],
#register-form .form-inner--view textarea.ant-input[disabled] {
  background-color: var(--zwtc-surface-raised) !important;
  border-color: var(--zwtc-surface-raised) !important;
  color: var(--zwtc-border-input);
  -webkit-text-fill-color: var(--zwtc-border-input);
  opacity: 1;
  cursor: not-allowed;
}
#register-form textarea.ant-input {
  height: auto;
  min-height: 48px;
}
#register-form .ant-form-item-has-error .ant-input,
#register-form .ant-form-item-has-error .ant-input:focus,
#register-form .ant-form-item-has-error .ant-input-focused,
#register-form .ant-form-item-has-error textarea.ant-input,
#register-form .ant-form-item-has-error textarea.ant-input:focus {
  border-color: var(--zwtc-accent-danger) !important;
  box-shadow: none;
}
#register-form .threshold-options {
  margin-bottom: 0;
}
.form-container {
  width: 100%;
  padding: 40px 0;
}
.form-container .form-title {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 32px;
  text-align: center;
  background: linear-gradient(92deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.form-container .ant-form-item-required:before {
  display: none !important;
}
.form-container .captain_social_links .ant-form-item {
  color: var(--re-new-grey-major);
  margin-bottom: 12px;
}
.form-container .ant-form-item-explain-error {
  margin-top: 8px;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: var(--zwtc-accent-danger);
}
.form-container .ant-form-item-control {
  display: flex;
  flex-direction: column;
}
.form-container .ant-form-item-control .ant-form-item-extra {
  order: -1;
}
.form-container .ant-form-item-control .ant-form-item-control-input {
  order: 0;
  min-height: unset;
}
.form-container .ant-form-item-control .ant-form-item-explain {
  order: 1;
}
.form-container .ant-form-item {
  color: var(--re-new-grey-major);
  margin-bottom: 40px;
  line-height: 21px;
}
.form-container .ant-form-item .ant-form-item-extra {
  min-height: unset;
  margin-bottom: 18px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
  color: var(--re-new-grey-minor);
}
.form-container .ant-form-item .ant-form-item-label {
  padding: 0;
  margin-bottom: 8px;
  line-height: 18px;
}
.form-container .ant-form-item .ant-form-item-label label {
  font-weight: 500;
  font-size: 14px;
  color: var(--re-new-grey-major);
}
.form-container .form-inner {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 48px 80px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(94.83deg, var(--zwtc-surface-card-start) 0%, var(--zwtc-surface-card-end) 43.86%);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  color: var(--zwtc-text-primary);
}
.form-container .form-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.form-container .form-inner .your-details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  padding: 0;
}
.form-container .form-inner .form-tips {
  width: 100%;
  min-height: 0;
  padding: 16px 24px;
  border-radius: 16px;
  background: var(--zwtc-surface-info);
  display: flex;
  align-items: center;
}
.form-container .form-inner .form-tips .form-tips-icon {
  margin-right: 16px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/warning_icon.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.form-container .form-inner .form-tips .form-tips-icon.approved {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/approved_icon.svg');
  background-size: contain;
}
.form-container .form-inner .form-tips .form-tips-icon.rejected {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/error_icon.svg');
  background-size: 100%;
}
.form-container .form-inner .form-tips .form-tips-text {
  word-break: break-word;
  color: var(--zwtc-accent-teal);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.form-container .form-inner .form-tips.form-tips--ended {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}
.form-container .form-inner .form-tips.form-tips--ended .form-tips-title,
.form-container .form-inner .form-tips.form-tips--ended .form-tips-text {
  width: 100%;
  color: var(--zwtc-text-inverse);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.form-container .form-inner .form-tips.form-tips--danger {
  background: var(--zwtc-surface-danger);
}
.form-container .form-inner .form-tips.form-tips--danger .form-tips-icon {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/negative_warning_icon.svg');
  background-size: contain;
}
.form-container .form-inner .form-tips.form-tips--danger .form-tips-icon.rejected {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/negative_warning_icon.svg');
}
.form-container .form-inner .form-tips.form-tips--danger .form-tips-text {
  color: var(--zwtc-accent-danger);
}
.form-container .form-inner .form-tips.form-tips--reviewing {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.form-container .form-inner .form-tips.form-tips--reviewing .form-tips-title {
  width: 100%;
  color: var(--zwtc-accent-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
}
.form-container .form-inner .form-tips.form-tips--reviewing .form-tips-text {
  width: 100%;
  color: var(--zwtc-accent-gold);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.form-container .form-inner h3 {
  width: 100%;
  margin: 0;
  font-family: 'LINE Seed Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: var(--zwtc-text-inverse);
  text-transform: uppercase;
  text-align: left;
}
.form-container .form-inner .ant-form-item {
  margin-bottom: 0;
}
.form-container .form-inner .ant-form-item .ant-form-item-extra {
  margin-bottom: 8px;
  line-height: normal;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--zwtc-text-muted);
}
.form-container .form-inner .ant-form-item .ant-form-item-label {
  margin-bottom: 8px;
  line-height: normal;
}
.form-container .form-inner .ant-form-item .ant-form-item-label label {
  font-family: 'LINE Seed Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--zwtc-text-inverse);
}
.form-container .form-inner .social-media-add {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: var(--zwtc-accent-teal);
  letter-spacing: normal;
}
.form-container .form-inner .submit-btn {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  --zwtc-gold-button-border-width: 1.5px;
  box-sizing: border-box;
  border: var(--zwtc-gold-button-border-width) solid transparent;
  border-radius: var(--zwtc-radius-pill);
  background: linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%) padding-box, linear-gradient(180deg, #ffffff 0%, #ff9a00 100%) border-box;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 4px 4px 9.7px var(--zwtc-shadow-gold);
  color: var(--zwtc-text-on-gold);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-family: 'LINE Seed Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}
.form-container .form-inner .submit-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 153px;
  height: 3px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/modal_button_glow.svg') center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.form-container .form-inner .submit-btn:hover:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.form-container .form-inner .submit-btn:active:not(.disabled):not(.already):not(.finished):not(.zwtc-button--finished) {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(90deg, var(--zwtc-accent-gold) 0%, var(--zwtc-accent-gold-light) 56.32%, var(--zwtc-accent-gold) 100%), linear-gradient(180deg, #ffffff 0%, #ff9a00 100%);
  background-clip: padding-box, padding-box, border-box;
  background-origin: padding-box, padding-box, border-box;
}
.form-container .form-inner .submit-btn.disabled,
.form-container .form-inner .submit-btn.already,
.form-container .form-inner .submit-btn.finished,
.form-container .form-inner .submit-btn.zwtc-button--finished {
  cursor: not-allowed;
  opacity: 1;
  border: none;
  background: var(--zwtc-surface-disabled);
  box-shadow: none;
  color: var(--zwtc-text-disabled);
}
.form-container .form-inner .submit-btn.disabled::after,
.form-container .form-inner .submit-btn.already::after,
.form-container .form-inner .submit-btn.finished::after,
.form-container .form-inner .submit-btn.zwtc-button--finished::after {
  display: none;
}
.form-container .form-inner .submit-btn.loading {
  position: relative;
}
.form-container .form-inner .submit-btn.loading::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/common/loading.svg');
  background-size: contain;
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-container .form-inner--view .follower-list {
  opacity: 0.3;
  pointer-events: none;
}
.form-container .form-inner--view .follower-list .follower-item {
  cursor: not-allowed;
}
.form-container .form-inner--view .follower-list .follower-item:hover {
  color: var(--zwtc-text-primary);
}
.form-container .form-inner--view .follower-list .selected {
  color: var(--zwtc-text-primary);
}
.form-container .form-inner--view .icon-selector {
  opacity: 0.3;
  pointer-events: none;
}
.form-container .form-inner--view .radio-full {
  pointer-events: none;
}
.form-container .form-inner--view .radio-full .ant-radio-button-wrapper,
.form-container .form-inner--view .radio-full .ant-radio-button-wrapper-checked,
.form-container .form-inner--view .radio-full .ant-radio-button-wrapper-disabled {
  background: var(--zwtc-surface-raised) !important;
  border-color: var(--zwtc-surface-raised) !important;
  color: var(--zwtc-border-input) !important;
  cursor: not-allowed;
  box-shadow: none !important;
}
.form-container .form-inner--view .radio-full .ant-radio-button-wrapper:hover,
.form-container .form-inner--view .radio-full .ant-radio-button-wrapper-checked:hover,
.form-container .form-inner--view .radio-full .ant-radio-button-wrapper-disabled:hover {
  border-color: var(--zwtc-surface-raised) !important;
  color: var(--zwtc-border-input) !important;
}
.form-container .form-inner--view .radio-full .threshold-by-code {
  color: var(--zwtc-border-input);
}
.form-container .form-inner--view .radio-full .threshold-by-code span.code {
  color: var(--zwtc-border-input);
}
.form-container .form-inner--view .radio-full .threshold-by-code span.change {
  color: var(--zwtc-border-input);
  cursor: not-allowed;
}
.form-container .form-inner--view .radio-full .threshold-by-code span.change i {
  opacity: 0.45;
  filter: grayscale(1);
}
.form-container .form-inner--view .join-pk {
  opacity: 0.3;
  pointer-events: none;
}
.form-container .form-inner--view .thumbnail-wrapper {
  opacity: 0.3;
  pointer-events: none;
}
.icon-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}
@keyframes squad-upload-spin {
  to {
    transform: rotate(360deg);
  }
}
.icon-selector .avatar-wraper {
  --avatar-border-width: 1px;
  padding: var(--avatar-border-width);
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  height: 72px;
  width: 72px;
  border-radius: 10px;
  overflow: visible;
}
.icon-selector .avatar-wraper::before {
  content: '';
  position: absolute;
  inset: var(--avatar-border-width);
  border-radius: calc(10px - var(--avatar-border-width));
  background: linear-gradient(96.15deg, #26282c 0%, #131517 43.86%);
  pointer-events: none;
  z-index: 0;
}
.icon-selector .avatar-wraper > * {
  position: relative;
  z-index: 1;
}
.icon-selector .avatar-wraper img {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 10px;
  pointer-events: none;
  z-index: 1;
}
.icon-selector .avatar-wraper .avatar-hover-wrapper {
  width: 100%;
  height: 100%;
}
.icon-selector .avatar-wraper .avatar-hover-wrapper img {
  pointer-events: auto;
}
.icon-selector .avatar-wraper i {
  display: none;
}
.icon-selector .avatar-wraper.disabled {
  cursor: not-allowed;
}
.icon-selector .avatar-wraper.selected {
  --avatar-border-width: 2px;
  background: linear-gradient(90deg, #ffc977 0%, #ffffff 50%, #ffc977 100%);
}
.icon-selector .avatar-wraper.selected::before {
  background: linear-gradient(96deg, rgba(255, 201, 119, 0.21) 0%, rgba(255, 201, 119, 0.07) 43.86%), linear-gradient(96deg, #26282c 0%, #131517 43.86%);
}
.icon-selector .avatar-wraper.selected i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 3;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/squad-logos/squad-logo-selected-badge.svg') center / contain no-repeat;
}
.icon-selector .avatar-wraper.avatar-wraper--upload:hover:not(.disabled):not(.loading) {
  --avatar-border-width: 2px;
  background: linear-gradient(90deg, #ffc977 0%, #ffffff 50%, #ffc977 100%);
}
.icon-selector .avatar-wraper.avatar-wraper--upload:hover:not(.disabled):not(.loading)::before {
  background: linear-gradient(96deg, rgba(255, 201, 119, 0.21) 0%, rgba(255, 201, 119, 0.07) 43.86%), linear-gradient(96deg, #26282c 0%, #131517 43.86%);
}
.icon-selector .avatar-wraper.avatar-wraper--upload.disabled .avatar-uploader,
.icon-selector .avatar-wraper.avatar-wraper--upload.disabled .ant-upload-select-picture-card {
  cursor: not-allowed;
}
.icon-selector .avatar-wraper.avatar-wraper--upload.disabled.selected {
  --avatar-border-width: 1px;
  padding: var(--avatar-border-width);
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  box-sizing: border-box;
}
.icon-selector .avatar-wraper.avatar-wraper--upload.disabled.selected::before {
  background: linear-gradient(96.15deg, #26282c 0%, #131517 43.86%);
}
.icon-selector .avatar-wraper.avatar-wraper--upload.disabled.selected i {
  display: none;
}
.icon-selector .avatar-wraper.avatar-wraper--upload.loading {
  --avatar-border-width: 2px;
  background: linear-gradient(90deg, #ffc977 0%, #ffffff 50%, #ffc977 100%);
}
.icon-selector .avatar-wraper.avatar-wraper--upload.loading::before {
  background: linear-gradient(96deg, rgba(255, 201, 119, 0.21) 0%, rgba(255, 201, 119, 0.07) 43.86%), linear-gradient(96deg, #26282c 0%, #131517 43.86%);
}
.icon-selector .avatar-wraper.avatar-wraper--upload.loading::before {
  background: linear-gradient(96.15deg, rgba(255, 201, 119, 0.3) 0%, rgba(255, 201, 119, 0.1) 43.86%), linear-gradient(96deg, #26282c 0%, #131517 43.86%);
}
.icon-selector .avatar-wraper .avatar-uploader {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
}
.icon-selector .avatar-wraper .avatar-uploader:hover {
  border: none;
  background: transparent;
}
.icon-selector .avatar-wraper .avatar-uploader .ant-upload-select-picture-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.icon-selector .avatar-wraper .avatar-uploader .ant-upload-select-picture-card:hover {
  border: none;
}
.icon-selector .avatar-wraper .by-upload-icon {
  width: 24px;
  height: 24px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/common/add.svg') no-repeat center / contain;
}
.icon-selector .avatar-wraper .squad-upload-spinner {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, var(--zwtc-accent-gold) 0deg, rgba(255, 201, 119, 0) 300deg, rgba(255, 201, 119, 0) 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  animation: squad-upload-spin 0.9s linear infinite;
}
.icon-selector .avatar-wraper .by-uploaded-icon {
  width: 100%;
  height: 100%;
  background-color: var(--zwtc-mask-overlay);
}
.thumbnail-wrapper {
  position: relative;
  cursor: pointer;
  width: 178px;
  height: 100px;
}
.thumbnail-wrapper .avatar-hover-wrapper {
  position: relative;
  cursor: pointer;
}
.thumbnail-wrapper .avatar-hover-wrapper img {
  width: 178px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}
.form-item label {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: var(--zwtc-text-inverse);
  font-weight: normal;
}
.form-item .form-item-desc {
  margin-top: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.registration-form {
  width: 100%;
  background-color: black;
}
.follower-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 24px 0;
}
.follower-list .follower-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  text-align: left;
  min-width: auto;
  height: auto;
  line-height: normal;
  padding: 0;
  letter-spacing: normal;
  border: none;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--zwtc-text-primary);
  background: transparent;
}
.follower-list .follower-item::before {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 19px;
  background: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/radio_unselected.svg') center / contain no-repeat;
}
.follower-list .follower-item:hover {
  color: var(--zwtc-accent-gold);
}
.follower-list .follower-item i {
  display: none;
}
.follower-list .selected {
  color: var(--zwtc-accent-gold);
}
.follower-list .selected::before {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/radio_selected.svg');
}
.follower-list .selected i {
  display: none;
}
.radio-full {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.radio-full .ant-radio-button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 51px;
  padding: 12px 12px 12px 40px;
  line-height: normal;
  font-family: 'LINE Seed Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  background: transparent;
  color: var(--zwtc-text-primary);
  margin-bottom: 0;
  gap: 10px;
  border: 1px solid var(--zwtc-border-input) !important;
  border-radius: 12px;
  box-shadow: none !important;
}
.radio-full .ant-radio-button-wrapper::before {
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 18px;
  height: 19px;
  padding: 0;
  background-color: transparent !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/radio_unselected.svg');
}
.radio-full .ant-radio-button-wrapper:hover {
  border-color: var(--zwtc-accent-gold) !important;
  color: var(--zwtc-text-primary);
}
.radio-full .ant-radio-button-wrapper-checked {
  border: 1px solid var(--zwtc-accent-gold) !important;
  background: transparent;
  color: var(--zwtc-text-primary);
}
.radio-full .ant-radio-button-wrapper-checked:focus-within {
  box-shadow: none;
}
.radio-full .ant-radio-button-wrapper-checked::before {
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/radio_selected.svg');
}
.radio-full .radio-full__private-option {
  height: auto;
  min-height: 51px;
}
.radio-full .radio-full__private-option:not(.ant-radio-button-wrapper-checked) {
  align-items: center;
}
.radio-full .radio-full__private-option.ant-radio-button-wrapper-checked {
  align-items: flex-start;
}
.radio-full .radio-full__private-option.ant-radio-button-wrapper-checked::before {
  top: 12px;
  transform: translateY(calc((20px - 19px) / 2));
}
.radio-full .radio-full__private-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.radio-full .radio-full__private-label {
  display: block;
  width: 100%;
  line-height: 20px;
}
.radio-full .threshold-by-code {
  width: 100%;
  margin: 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--zwtc-text-muted);
}
.radio-full .threshold-by-code .code-hint {
  display: none;
}
.radio-full .threshold-by-code .code-main {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: normal;
}
.radio-full .threshold-by-code span.code {
  color: var(--zwtc-text-primary);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 32px;
  font-weight: 800;
  margin-right: 0;
}
.radio-full .threshold-by-code span.change {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: var(--zwtc-accent-gold);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.radio-full .threshold-by-code span.change i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/threshold_code_change_golden.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.radio-full .threshold-by-code span.change.disabled {
  cursor: inherit;
}
.join-pk .ant-radio-wrapper {
  margin-right: 30px;
}
.join-pk .ant-radio-wrapper:last-child {
  margin-right: 0;
}
.join-pk .ant-radio-wrapper .ant-radio .ant-radio-input:focus + .ant-radio-inner {
  box-shadow: none;
}
.join-pk .ant-radio-wrapper .ant-radio .ant-radio-inner {
  border-width: 2px;
  border-color: #D6001C;
  background-color: transparent;
}
.join-pk .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
  border-color: #D6001C !important;
}
.join-pk .ant-radio-wrapper .ant-radio.ant-radio-checked::after {
  display: none;
}
.join-pk .ant-radio-wrapper .ant-radio.ant-radio-checked.ant-radio-disabled .ant-radio-inner::after {
  background-color: var(--main-color);
}
.join-pk .ant-radio-wrapper .join-pk__label {
  color: var(--re-new-grey-major);
  font-size: 14px;
  font-weight: 500;
}
.avatar-uploader {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background: rgba(214, 0, 28, 0.1);
}
.avatar-uploader .ant-upload-select-picture-card {
  height: 100%;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  vertical-align: top;
  background-color: unset;
  border: unset;
  border-radius: 0;
}
.avatar-uploader:hover {
  border: 1px solid #D6001C;
  background: rgba(214, 0, 28, 0.1);
}
.by-upload-icon {
  width: 100%;
  height: 100%;
  background: url('/futures-activity/worldtradingchampionship2026/assets/common/add.svg') no-repeat;
  background-position: center;
}
.by-uploaded-icon {
  position: relative;
  background-color: var(--re-new-mask);
  width: 70px;
  height: 70px;
}
.by-uploaded-icon .by-uploaded-camera {
  background: url('/futures-activity/worldtradingchampionship2026/camera.svg') no-repeat;
  background-color: var(--re-new-mask);
  position: absolute;
  width: 24px;
  height: 23px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.avatar-hover-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.avatar-hover-wrapper .avatar-mask {
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.avatar-hover-wrapper:hover .avatar-mask {
  visibility: visible;
  position: absolute;
  z-index: 999;
}
@media (max-width: 767px) {
  #register-form .radio-full .ant-radio-button-wrapper {
    height: auto;
    min-height: 44px;
    padding: 12px 12px 12px 36px;
    font-size: 14px;
    gap: 8px;
  }
  #register-form .radio-full .ant-radio-button-wrapper::before {
    left: 12px;
    width: 16px;
    height: 16px;
  }
  #register-form .radio-full .radio-full__private-option {
    min-height: 44px;
  }
  #register-form .radio-full .radio-full__private-option.ant-radio-button-wrapper-checked::before {
    top: 12px;
    transform: none;
  }
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
    color: var(--zwtc-accent-gold) !important;
  }
  .form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 40px 16px;
    box-sizing: border-box;
  }
  .form-container .form-title {
    width: 100%;
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .form-container .form-inner {
    width: 100%;
    max-width: 100%;
    padding: 24px 16px;
    gap: 24px;
    border-radius: 20px;
  }
  .form-container .form-inner .form-tips {
    padding: 8px;
    border-radius: 16px;
    align-items: center;
  }
  .form-container .form-inner .form-tips.form-tips--reviewing {
    padding: 0;
  }
  .form-container .form-inner .form-tips.form-tips--reviewing .form-tips-title {
    font-size: 20px;
  }
  .form-container .form-inner .form-tips.form-tips--reviewing .form-tips-text {
    font-size: 12px;
  }
  .form-container .form-inner .form-tips.form-tips--ended {
    padding: 0;
  }
  .form-container .form-inner .form-tips.form-tips--ended .form-tips-text {
    font-size: 20px;
  }
  .form-container .form-inner .form-tips .form-tips-icon {
    margin-right: 4px;
    width: 16px;
    height: 16px;
  }
  .form-container .form-inner .form-tips .form-tips-text {
    font-size: 12px;
  }
  .form-container .form-inner .your-details {
    gap: 24px;
  }
  .form-container .form-inner .your-details h3 {
    font-size: 16px;
    text-align: center;
  }
  .form-container .form-inner .submit-btn {
    width: 100%;
    max-width: none;
  }
  .form-container .ant-form-item {
    margin-bottom: 0;
  }
  .form-container .ant-form-item .ant-form-item-label {
    padding: 0;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
  }
  .form-container .ant-form-item .ant-form-item-label label {
    font-size: 14px;
    font-weight: 400;
  }
  .form-container .ant-form-item .ant-form-item-control .ant-form-item-extra {
    margin-bottom: 8px;
    word-wrap: break-word;
    font-size: 12px;
    line-height: normal;
  }
  .form-container .ant-form-item:last-child {
    margin-bottom: 0;
  }
  .follower-list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    padding: 0;
  }
  .follower-list .follower-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid var(--zwtc-border-input);
    border-radius: 12px;
    color: var(--zwtc-text-inverse);
  }
  .follower-list .follower-item::before {
    width: 16px;
    height: 16px;
  }
  .follower-list .follower-item:hover {
    color: var(--zwtc-text-inverse);
  }
  .follower-list .follower-item.selected {
    border-color: var(--zwtc-accent-gold);
    color: var(--zwtc-text-inverse);
  }
  .icon-selector {
    gap: 16px;
  }
  .icon-selector .avatar-wraper {
    width: 72px;
    height: 72px;
    border-radius: 12px;
  }
  .icon-selector .avatar-wraper::before {
    border-radius: calc(12px - var(--avatar-border-width));
  }
  .icon-selector .avatar-wraper img {
    border-radius: 12px;
  }
  .join-pk .ant-radio-wrapper {
    display: inline-flex;
    align-items: center;
    height: 18px;
  }
  .join-pk .ant-radio-wrapper .ant-radio {
    top: 0;
  }
  .join-pk .ant-radio-wrapper span.ant-radio + * {
    padding-left: 4px;
    padding-right: 0;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.zwtc-leader-header-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--zwtc-surface-black);
}
.zwtc-leader-header-wrapper .zwtc-leader-header-bg {
  position: absolute;
  top: 50%;
  width: 718px;
  height: 927px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url('/futures-activity/worldtradingchampionship2026/assets/leader-register/register_leader_header_side.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.zwtc-leader-header-wrapper .zwtc-leader-header-bg--left {
  left: 0;
}
.zwtc-leader-header-wrapper .zwtc-leader-header-bg--right {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  color: var(--re-new-grey-white);
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--title {
  text-align: center;
  background: linear-gradient(92deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 40px;
  font-weight: 900;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .benefits-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint-sub--title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  height: 48px;
  color: var(--zwtc-accent-gold);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  background: var(--zwtc-surface-gold-subtle);
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint-sub--title::before,
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint-sub--title::after {
  content: '';
  flex-shrink: 0;
  width: 8px;
  height: 48px;
  background: linear-gradient(148deg, var(--zwtc-accent-gold) 0.2%, var(--zwtc-text-inverse) 55.73%, var(--zwtc-accent-gold) 99.42%);
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint-sub--title::before {
  box-shadow: 4px 0 6px var(--zwtc-shadow-gold);
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint-sub--title::after {
  box-shadow: -4px 0 6px var(--zwtc-shadow-gold);
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 288px;
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .title {
  width: 100%;
  margin: 0;
  color: var(--zwtc-text-inverse);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .title span {
  color: var(--zwtc-accent-teal-highlight);
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .benifit-item__desc {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 143px;
  margin-top: auto;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(102deg, var(--zwtc-surface-card-start) 0%, var(--zwtc-surface-card-end) 43.86%);
  backdrop-filter: blur(4px);
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .benifit-item__desc::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .benifit-item__desc .desc {
  margin: 0;
  color: var(--zwtc-text-inverse);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  white-space: pre-wrap;
}
.zwtc-leader-register-header-breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  line-height: 24px;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.zwtc-leader-register-header-breadcrumbs .zwtc-leader-register-header-breadcrumbs__home {
  cursor: default;
  color: var(--zwtc-text-breadcrumb);
}
.zwtc-leader-register-header-breadcrumbs .zwtc-leader-register-header-breadcrumbs__icon {
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  background-color: var(--zwtc-text-muted);
  mask: url('/futures-activity/worldtradingchampionship2026/assets/common/right_icon.svg') center / contain no-repeat;
  -webkit-mask: url('/futures-activity/worldtradingchampionship2026/assets/common/right_icon.svg') center / contain no-repeat;
}
.zwtc-leader-register-header-breadcrumbs .zwtc-leader-register-header-breadcrumbs__current {
  color: var(--zwtc-text-inverse);
}
@media (max-width: 767px) {
  .zwtc-leader-header-wrapper .zwtc-leader-header-bg {
    display: none;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint {
    gap: 0;
    width: 100%;
    padding: 40px 16px;
    box-sizing: border-box;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint > * + * {
    margin-top: 24px;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint > .zwtc-leader-count-down {
    margin-top: 40px;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--title {
    width: 100%;
    font-size: 24px;
    font-weight: 900;
    background: linear-gradient(99.31deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
    background-clip: text;
    -webkit-background-clip: text;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .benefits-section {
    gap: 16px;
    width: 100%;
    align-items: center;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint-sub--title {
    display: inline-grid;
    grid-template-columns: 8px minmax(0, 1fr) 8px;
    column-gap: 32px;
    align-items: center;
    align-self: center;
    width: max-content;
    min-width: 289px;
    max-width: 100%;
    height: 48px;
    min-height: 48px;
    padding: 0;
    font-family: 'LINE Seed Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint-sub--title::before,
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint-sub--title::after {
    width: 8px;
    height: 48px;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint-sub--title::before {
    grid-column: 1;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint-sub--title::after {
    grid-column: 3;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 16px;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item {
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    gap: 8px;
    width: 100%;
    max-width: none;
    align-items: stretch;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .title {
    font-size: 14px;
    font-weight: 700;
    align-self: start;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .benifit-item__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin-top: 0;
    padding: 8px;
    border-radius: 20px;
    align-self: stretch;
    box-sizing: border-box;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .benifit-item__desc .desc {
    font-size: 12px;
    line-height: normal;
  }
  .zwtc-leader-register-header-breadcrumbs {
    display: none;
  }
}

:root {
  --zwtc-text-primary: #f7f8fa;
  --zwtc-text-inverse: #fff;
  --zwtc-text-on-gold: #000;
  --zwtc-text-muted: #a6a8aa;
  --zwtc-text-placeholder: #646669;
  --zwtc-text-breadcrumb: #909295;
  --zwtc-text-breadcrumb-active: #c7c9cc;
  --zwtc-accent-gold: #ffc977;
  --zwtc-accent-gold-light: #ffdba4;
  --zwtc-accent-teal: #0bd4c6;
  --zwtc-accent-teal-highlight: #11f5e6;
  --zwtc-accent-danger: #e5335a;
  --zwtc-border-default: #9b9b9b;
  --zwtc-border-input: #4e5053;
  --zwtc-surface-page: #04080c;
  --zwtc-surface-black: #000;
  --zwtc-surface-raised: #222427;
  --zwtc-surface-card-start: rgba(38, 40, 44, 0.7);
  --zwtc-surface-card-end: rgba(19, 21, 23, 0.7);
  --zwtc-surface-info: rgba(17, 245, 230, 0.2);
  --zwtc-surface-danger: rgba(229, 51, 90, 0.2);
  --zwtc-surface-gold-subtle: rgba(255, 201, 119, 0.2);
  --zwtc-surface-gold-selected-start: rgba(255, 201, 119, 0.21);
  --zwtc-surface-gold-selected-end: rgba(255, 201, 119, 0.07);
  --zwtc-shadow-gold: rgba(255, 201, 119, 0.3);
  --zwtc-mask-overlay: rgba(0, 0, 0, 0.8);
  --zwtc-surface-disabled: #7a7c7f;
  --zwtc-text-disabled: #383a3d;
  --zwtc-radius-card: 20px;
  --zwtc-radius-modal: 16px;
  --zwtc-radius-input: 12px;
  --zwtc-radius-pill: 99px;
}
.rules-wrapper {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  padding: 40px 0;
}
.rules-wrapper .rules-title {
  text-align: center;
  background: linear-gradient(92deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.rules-wrapper .rules-content {
  position: relative;
  isolation: isolate;
  border: none;
  overflow: hidden;
  margin-top: 32px;
  width: 100%;
  box-sizing: border-box;
  padding: 48px 80px;
  border-radius: var(--zwtc-radius-card);
  background: linear-gradient(101.71deg, var(--zwtc-surface-card-start) 0%, var(--zwtc-surface-card-end) 43.86%);
  backdrop-filter: blur(4px);
  font-family: 'LINE Seed Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--zwtc-text-primary);
  word-break: break-word;
  white-space: pre-wrap;
}
.rules-wrapper .rules-content::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--zwtc-border-default) 0%, rgba(63, 63, 63, 0.48) 50%, rgba(76, 76, 76, 0.65) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.rules-wrapper .rules-content p {
  margin: 0;
  line-height: 24px;
}
@media (max-width: 767px) {
  .rules-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 40px 16px;
    box-sizing: border-box;
  }
  .rules-wrapper .rules-wrapper-header {
    width: 100%;
  }
  .rules-wrapper .rules-title {
    width: 100%;
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(111.98deg, #fff 3.44%, var(--zwtc-accent-gold) 99.38%);
    background-clip: text;
    -webkit-background-clip: text;
  }
  .rules-wrapper .rules-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 24px 16px;
    border-radius: 20px;
    background: linear-gradient(93.23deg, var(--zwtc-surface-card-start) 0%, var(--zwtc-surface-card-end) 43.86%);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    color: var(--zwtc-text-inverse);
  }
  .rules-wrapper .rules-content span {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .rules-wrapper .rules-content p {
    margin: 0;
    line-height: normal;
  }
}

.register-page-container {
  background: var(--zwtc-surface-page);
  color: var(--zwtc-text-inverse);
}
@media (max-width: 767px) {
  .register-page-container {
    padding-bottom: 60px;
  }
}

