* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #140027;
}

body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-x: hidden;
  color: #f8edff;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

.mobile-shell {
  position: relative;
  width: 750px;
  height: var(--stage-height, 3480px);
  overflow: hidden;
  background: #011040;
}

.stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 750px;
  height: var(--stage-height, 3480px);
  overflow: hidden;
  transform: scale(var(--page-scale, 1));
  transform-origin: top left;
  background:
    linear-gradient(180deg, rgba(49, 0, 82, 0.24) 0%, rgba(20, 0, 39, 0) 330px),
    linear-gradient(180deg, #140027 0%, #18002e 42%, #140027 100%);
}

.asset,
.casino-card,
.download-link {
  position: absolute;
  display: block;
}

.top-header {
  position: absolute;
  left: 0;
  top: var(--sticky-header-top, 0px);
  width: 750px;
  height: 165px;
  z-index: 20;
}

.top-header-bg {
  left: 0;
  top: 0;
  width: 750px;
  height: 165px;
  pointer-events: none;
}

.nav-logo {
  left: 39px;
  top: 10px;
  width: 210px;
  height: 95px;
}

.top-nav {
  position: absolute;
  left: 295px;
  top: 44px;
  display: flex;
  align-items: center;
  gap: 27px;
  height: 43px;
  color: #f3ddff;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0;
  white-space: nowrap;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 43px;
  cursor: pointer;
  user-select: none;
}

.nav-link-active {
  min-width: 96px;
  padding: 0;
  color: #d35cff;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 0 12px rgba(212, 97, 255, 0.62);
}

.nav-link-active::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: -6px;
  height: 3px;
  border-radius: 3px;
  background: #c53cff;
  box-shadow: 0 0 12px rgba(207, 77, 255, 0.84);
}

.asset,
.feature img,
.casino-card img,
.download-link img {
  user-select: none;
  -webkit-user-drag: none;
}

.logo {
  left: 38px;
  top: 18px;
  width: 184px;
  height: 87px;
}

.hero-title {
  left: 28px;
  top: 105px;
  width: 367px;
  height: 153px;
}

.hero-slogan {
  left: 14px;
  top: 272px;
  width: 395px;
  height: 49px;
}

.intro {
  position: absolute;
  left: 25px;
  top: 351px;
  width: 430px;
  color: #d8c184;
  font-size: 21px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.65);
}

.intro p {
  margin: 0;
  white-space: nowrap;
}

.intro strong {
  color: #fbf0bd;
  font-weight: 900;
}

.feature {
  height: 68px;
}

.feature img {
  display: block;
  width: 100%;
  height: 100%;
}

.feature-site {
  left: 41px;
  top: 614px;
  width: 188px;
}

.feature-news {
  left: 281px;
  top: 615px;
  width: 193px;
}

.feature-guide {
  left: 519px;
  top: 616px;
  width: 197px;
}

.feature-benefit {
  left: 41px;
  top: 722px;
  width: 188px;
}

.feature-community {
  left: 281px;
  top: 721px;
  width: 194px;
}

.download-link {
  left: 86px;
  top: var(--download-link-top, 0px);
  width: 576px;
  height: 87px;
  border-radius: 44px;
  z-index: 2;
  filter: drop-shadow(0 14px 22px rgba(25, 144, 255, 0.32));
}

.download-link:focus-visible,
.casino-card:focus-visible,
.nav-link:focus-visible,
.refresh-badge:focus-visible,
.refresh-btn:focus-visible,
.copy-btn:focus-visible {
  outline: 3px solid rgba(255, 226, 124, 0.95);
  outline-offset: 4px;
}

.download-link img {
  width: 576px;
  height: 87px;
}

.recommend-title {
  position: absolute;
  left: 72px;
  top: 192px;
  width: 175px;
  height: 34px;
}

.casino-card {
  left: var(--card-left);
  top: var(--card-top);
  width: var(--card-width, 312px);
  height: var(--card-height, 187px);
  overflow: hidden;
  border: 1px solid rgba(234, 165, 255, 0.18);
  border-radius: 22px;
  background: #2a093e;
  box-shadow: 0 12px 20px rgba(4, 0, 10, 0.34);
}

.casino-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.card-888-entertainment {
  --card-left: 51px;
  --card-top: 270px;
  --card-width: 312px;
}

.card-888-electronic {
  --card-left: 384px;
  --card-top: 270px;
  --card-width: 312px;
}

.card-vegas {
  --card-left: 51px;
  --card-top: 504px;
  --card-width: 312px;
}

.card-bofa {
  --card-left: 384px;
  --card-top: 504px;
  --card-width: 312px;
}

.card-legend {
  --card-left: 51px;
  --card-top: 738px;
  --card-width: 312px;
}

.card-macau {
  --card-left: 384px;
  --card-top: 738px;
  --card-width: 312px;
}

.card-bofa-usdt {
  --card-left: 51px;
  --card-top: 972px;
  --card-width: 312px;
}

.card-888-physicaleducation {
  --card-left: 384px;
  --card-top: 972px;
  --card-width: 312px;
}

.world-cup {
  position: absolute;
  left: 0;
  top: 1222px;
  width: 750px;
  height: 261px;
}

.world-cup-hero {
  left: 0;
  top: 0;
  width: 750px;
  height: 261px;
}

.intro-heading {
  left: 125px;
  top: 1666px;
  width: 500px;
  height: 107px;
}

.intro-copy {
  position: absolute;
  left: 59px;
  width: 632px;
  margin: 0;
  color: #fff6ff;
  font-size: 28px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 5px;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 2px 8px rgba(87, 0, 121, 0.62);
}

.intro-copy-line-1 {
  top: 1791px;
}

.intro-copy-line-2 {
  top: 1852px;
}

.redeem-title {
  left: 43px;
  top: var(--redeem-title-top, 2094px);
  width: 343px;
  height: 104px;
}

.today-title {
  left: 107px;
  top: var(--today-title-top, 2210px);
  width: 536px;
  height: 84px;
}

.refresh-badge {
  left: 638px;
  top: calc(var(--today-title-top, 2210px) + 26px);
  width: 102px;
  height: 53px;
  cursor: pointer;
}

.refresh-btn {
  left: 633px;
  top: calc(var(--today-title-top, 2210px) + 14px);
  width: 106px;
  height: 56px;
  padding: 0;
  border: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
}

.refresh-btn img {
  display: block;
  width: 106px;
  height: 56px;
}

.code-board {
  position: absolute;
  left: 9px;
  top: var(--code-board-top, 2296px);
  width: 732px;
  height: 1076px;
  overflow: visible;
  border: 2px solid rgba(224, 150, 255, 0.84);
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(62, 9, 90, 0.86) 0%, rgba(35, 1, 60, 0.92) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 221, 255, 0.16),
    0 16px 28px rgba(0, 0, 0, 0.28);
}

.code-row {
  position: absolute;
  left: 16px;
  top: var(--row-top);
  width: 699px;
  height: 114px;
  margin: 0;
  background: var(--code-row-bg) no-repeat center / 699px 114px;
}

.code-row h3,
.code-row p,
.code-value {
  position: absolute;
  margin: 0;
  white-space: nowrap;
  letter-spacing: 0;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.55);
}

.code-row h3 {
  left: 106px;
  top: 27px;
  max-width: 236px;
  overflow: hidden;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  text-overflow: ellipsis;
}

.code-row p {
  left: 106px;
  top: 62px;
  max-width: 236px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-overflow: ellipsis;
}

.code-value {
  left: 360.5px;
  top: 37px;
  width: 136px;
  color: #f5ccff;
  font-size: 31px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  text-shadow: 0 0 12px rgba(213, 93, 255, 0.46);
}

.copy-btn {
  position: absolute;
  display: block;
  left: 515px;
  top: 19px;
  width: 174px;
  height: 77px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  background: transparent var(--copy-button-bg) no-repeat center / 174px 77px;
}

.copy-btn.is-copied {
  filter: brightness(1.14);
}

.copy-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 10;
  max-width: calc(100vw - 48px);
  padding: 10px 18px;
  border: 1px solid rgba(231, 174, 255, 0.95);
  border-radius: 8px;
  color: #23003e;
  background: #e19aff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.38);
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 12px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.footer {
  position: absolute;
  left: 0;
  top: var(--footer-top, 3404px);
  width: 750px;
  color: #d9c2e4;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
}

#stage > header > nav {
  left: 305px;
  top: 47px;
  gap: 17px;
  height: 38px;
  color: #ffffff;
  font-family: "Microsoft YaHei", "MicrosoftYaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 20px;
  text-shadow: none;
}

#stage > header > nav .nav-link {
  width: 124px;
  min-width: 124px;
  height: 38px;
  padding: 0;
  border: 1px solid #ffffff;
  border-top-color: rgba(248, 251, 255, 0.63);
  border-radius: 9px;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  opacity: 1;
}

#stage > header > nav > span.nav-link.nav-link-active {
  width: 123px;
  min-width: 123px;
  height: 48px;
  border: 0;
  color: #003dff;
  background:
    linear-gradient(0deg, #64a0fd 0%, #4389fc 43%, #85c1ff 100%),
    linear-gradient(#fefefe, #fefefe);
  background-blend-mode: normal, normal;
  box-shadow: none;
  opacity: 1;
  text-shadow: none;
}

#stage > header > nav .nav-link-active::after {
  content: none;
}

#stage > section.world-cup {
  top: 1222px;
  height: 555px;
  overflow: visible;
}

#stage > section.world-cup > .world-cup-hero {
  width: 750px;
  height: 555px;
  object-fit: contain;
}

.brand-intro {
  position: absolute;
  left: 0;
  top: 1699px;
  width: 750px;
  height: 395px;
  z-index: 2;
}

#stage > section.brand-intro > .intro-heading {
  top: 143px;
  height: 103px;
}

#stage > section.brand-intro > .intro-copy-line-1 {
  top: 268px;
}

#stage > section.brand-intro > .intro-copy-line-2 {
  top: 329px;
}

#stage > section.redeem > div .code-value {
  left: 348.5px;
  color: #ffffff;
  text-shadow:
    0 1px 0 rgba(91, 165, 255, 0.72),
    0 0 14px rgba(141, 218, 255, 0.48);
}

#stage > section.redeem > div > article:nth-child(1) > span {
  top: 34px;
  width: 154px;
  color: #ffffff;
  font-size: 35px;
  line-height: 44px;
  text-shadow:
    0 1px 0 rgba(91, 165, 255, 0.72),
    0 0 14px rgba(141, 218, 255, 0.48);
}
