* {
  box-sizing: border-box;
}

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

body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-x: hidden;
  color: #231f20;
  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, 3594px);
  overflow: hidden;
  background: #fbfcfc;
}

.stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 750px;
  height: var(--stage-height, 3594px);
  overflow: hidden;
  transform: scale(var(--page-scale, 1));
  transform-origin: top left;
  background: #fbfcfc;
}

.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: 25px;
  width: 210px;
  height: 95px;
}

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

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

.nav-link-active {
  min-width: 117px;
  padding: 0 19px;
  border-radius: 24px;
  color: #ffffff;
  background: linear-gradient(180deg, #ff7d5f 0%, #ef382e 100%);
  box-shadow: 0 5px 10px rgba(238, 44, 36, 0.2);
}

.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: 92px;
  top: var(--download-link-top, 1874px);
  width: 575px;
  height: 89px;
  border-radius: 45px;
  z-index: 1;
}

.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: 575px;
  height: 89px;
}

.recommend h2 {
  position: absolute;
  left: 72px;
  top: 198px;
  margin: 0;
  color: #c92c2d;
  font-size: 34px;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0;
  text-shadow: none;
}

.casino-card {
  left: var(--card-left);
  top: var(--card-top);
  width: var(--card-width, 312px);
  height: var(--card-height, 187px);
  overflow: hidden;
  border-radius: 24px;
}

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

.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: 1260px;
  width: 750px;
  height: 614px;
}

.world-cup-hero {
  left: 10px;
  top: 0;
  width: 729px;
  height: 614px;
}

.intro-heading {
  left: 134px;
  top: 1991px;
  width: 500px;
  height: 103px;
}

.intro-copy {
  position: absolute;
  left: 59px;
  width: 632px;
  margin: 0;
  color: #151313;
  font-size: 27px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: 5px;
  text-align: center;
  white-space: nowrap;
}

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

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

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

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

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

.refresh-btn {
  left: 633px;
  top: calc(var(--today-title-top, 2074px) + 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: 5px;
  top: var(--code-board-top, 2444px);
  width: 740px;
  height: 1076px;
  overflow: visible;
  border: 2px solid #ff978d;
  border-radius: 17px;
  background: #fff0ed;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.code-row {
  position: absolute;
  left: 14px;
  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: 364px;
  top: 37px;
  width: 136px;
  color: #ffffff;
  font-size: 31px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
}

.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(255, 237, 166, 0.95);
  border-radius: 8px;
  color: #241505;
  background: #e7bf62;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  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, 3518px);
  width: 750px;
  color: #2f2b2a;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
}
