* {
  box-sizing: border-box;
}

html {
  background: #071013;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", Arial, sans-serif;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(100, 255, 179, 0.18), transparent 38%),
    linear-gradient(180deg, #071013 0%, #07121f 48%, #05070d 100%);
}

button {
  border: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.page {
  min-height: 100vh;
  overflow-x: hidden;
  padding-bottom: 56px;
}

.hero {
  position: relative;
  min-height: clamp(560px, 78vh, 760px);
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.76)),
    radial-gradient(circle at 50% 72%, rgba(53, 255, 126, 0.34), transparent 34%),
    linear-gradient(160deg, #123f2f, #0b1824 44%, #05070c);
}

.stadium-bg {
  position: absolute;
  inset: 0;
  z-index: -4;
  opacity: 0.92;
  background:
    linear-gradient(180deg, rgba(15, 65, 48, 0.2), rgba(0, 0, 0, 0.64)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 0 1px,
      transparent 1px 118px
    ),
    radial-gradient(ellipse at 50% 85%, rgba(96, 255, 128, 0.42) 0 8%, transparent 30%),
    linear-gradient(0deg, #13512d 0 16%, #184f39 16% 27%, #11452f 27% 39%, transparent 39%),
    radial-gradient(ellipse at 50% 30%, #dcecff 0 1.5%, transparent 1.7%),
    radial-gradient(ellipse at 20% 26%, #dcecff 0 1%, transparent 1.2%),
    radial-gradient(ellipse at 80% 26%, #dcecff 0 1%, transparent 1.2%);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 50% 48%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.62) 70%);
}

.side-player,
.center-player {
  position: absolute;
  bottom: -5%;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.48));
}

.side-player {
  z-index: -2;
  width: min(31vw, 360px);
  max-height: 78%;
  object-fit: contain;
  opacity: 0.88;
}

.side-player-left {
  left: max(-38px, calc(50% - 650px));
}

.side-player-right {
  right: max(-34px, calc(50% - 650px));
}

.center-player {
  z-index: -3;
  height: min(66vh, 580px);
  opacity: 0.48;
  object-fit: contain;
}

.center-player-left {
  left: 32%;
  transform: translateX(-50%);
}

.center-player-mid {
  left: 58%;
  transform: translateX(-50%) scale(1.12);
  opacity: 0.56;
}

.world-cup-badge {
  position: absolute;
  top: clamp(22px, 5vw, 54px);
  right: clamp(18px, 7vw, 112px);
  width: clamp(70px, 10vw, 112px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
}

.world-cup-badge span {
  display: block;
  color: #f8f5df;
  font-size: clamp(30px, 5vw, 56px);
  font-weight: 900;
  line-height: 0.9;
}

.world-cup-badge strong {
  display: block;
  color: #f8f5df;
  font-size: 13px;
  letter-spacing: 0;
}

.hero-copy {
  width: min(1080px, calc(100% - 34px));
  margin-top: 20px;
  text-align: center;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.48);
}

.eyebrow {
  margin: 0 0 10px;
  color: #c5ff92;
  font-size: clamp(13px, 2.1vw, 18px);
  font-weight: 800;
}

h1 {
  margin: 0;
  color: #7dff4d;
  font-size: clamp(34px, 5.4vw, 72px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

.headline {
  width: min(840px, 100%);
  margin: clamp(18px, 3vw, 28px) auto 0;
  color: #ffe74a;
  font-size: clamp(18px, 3vw, 34px);
  line-height: 1.35;
  font-weight: 800;
}

.subline {
  margin: clamp(24px, 4vw, 42px) auto 0;
  color: #fff;
  font-size: clamp(15px, 2.1vw, 22px);
  line-height: 1.55;
  font-weight: 800;
}

.category-bar {
  position: relative;
  z-index: 2;
  width: min(1040px, calc(100% - 26px));
  margin: -40px auto 22px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  border: 1px solid rgba(102, 234, 255, 0.28);
  background: rgba(3, 20, 33, 0.86);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(12px);
}

.category-bar button {
  min-height: 66px;
  display: grid;
  place-items: center;
  gap: 3px;
  border-radius: 6px;
  color: #eaffff;
  background: linear-gradient(180deg, rgba(21, 100, 121, 0.62), rgba(2, 18, 34, 0.78));
  border: 1px solid rgba(90, 226, 255, 0.32);
  font-size: 15px;
  font-weight: 800;
}

.category-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 23%, #9eefff 24% 44%, rgba(18, 118, 150, 0.78) 45% 100%);
  box-shadow: 0 0 15px rgba(118, 247, 255, 0.72);
}

.category-icon:before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #052434;
  font-size: 13px;
  font-weight: 900;
}

.icon-ball:before {
  content: "●";
}

.icon-game:before {
  content: "⌘";
}

.icon-casino:before {
  content: "▣";
}

.icon-slot:before {
  content: "▥";
}

.icon-card:before {
  content: "中";
  font-size: 12px;
}

.brand-list,
.app-downloads {
  width: min(860px, calc(100% - 26px));
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.brand-card {
  min-height: 116px;
  padding: 17px 18px;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(24, 32, 63, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.logo-box {
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.logo-box img {
  max-width: 82%;
  max-height: 70px;
  object-fit: contain;
}

.brand-card h2,
.download-card h2 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.15;
}

.brand-card p,
.download-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
}

.brand-card strong,
.download-card strong {
  display: block;
  margin-top: 5px;
  color: #ffb6bc;
  font-size: 15px;
}

.brand-card button {
  min-width: 96px;
  padding: 10px 16px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.16);
  font-weight: 800;
}

.app-downloads {
  margin-top: 16px;
}

.download-card {
  min-height: 160px;
  padding: 28px 30px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 250px;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
}

.download-card:before {
  content: "SPORT";
  position: absolute;
  right: 70px;
  top: 22px;
  color: rgba(255, 255, 255, 0.1);
  font-size: 78px;
  font-weight: 900;
  transform: rotate(-12deg);
}

.download-card img {
  position: relative;
  z-index: 1;
  width: 230px;
  height: 132px;
  object-fit: contain;
  justify-self: end;
}

.purple {
  background: linear-gradient(135deg, #3218c8, #7426ff);
}

.red {
  background: linear-gradient(135deg, #a80f31, #ff315b);
}

.cyan {
  background: linear-gradient(135deg, #0797bb, #0ad2d8);
}

.floating-service {
  position: fixed;
  top: 52%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 20;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  border-radius: 50%;
  color: #dfffff;
  background: radial-gradient(circle at 32% 24%, #9fffff, #1b6fb0 58%, #083157);
  box-shadow: 0 18px 45px rgba(17, 170, 255, 0.42);
  font-size: 13px;
  font-weight: 900;
}

.floating-service span {
  width: 28px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}

.floating-service span:after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -5px;
  border: 7px solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
}

body.chat-launcher-hidden iframe[src*="dotvipsc"],
body.chat-launcher-hidden iframe[id*="chat" i],
body.chat-launcher-hidden iframe[class*="chat" i],
body.chat-launcher-hidden [id*="chat" i]:not(script):not(.floating-service),
body.chat-launcher-hidden [class*="chat" i]:not(script):not(.floating-service) {
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 760px) {
  .hero {
    min-height: 620px;
    padding: 72px 0 92px;
  }

  .side-player {
    width: 42vw;
    bottom: -26px;
    opacity: 0.72;
  }

  .side-player-left {
    left: -62px;
  }

  .side-player-right {
    right: -58px;
  }

  .center-player {
    height: 310px;
    bottom: 130px;
    opacity: 0.28;
  }

  .center-player-left {
    left: 25%;
  }

  .center-player-mid {
    left: 58%;
  }

  .world-cup-badge {
    right: 15px;
    top: 18px;
    width: 62px;
  }

  .hero-copy {
    align-self: end;
  }

  .headline {
    font-size: 19px;
  }

  .category-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -54px;
  }

  .category-bar button:last-child {
    grid-column: 1 / -1;
  }

  .brand-card {
    grid-template-columns: 94px 1fr;
    min-height: 112px;
    padding: 14px;
  }

  .brand-card button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .logo-box {
    height: 76px;
  }

  .brand-card h2,
  .download-card h2 {
    font-size: 20px;
  }

  .brand-card p,
  .download-card p {
    font-size: 14px;
  }

  .download-card {
    grid-template-columns: 1fr 120px;
    min-height: 140px;
    padding: 20px 18px;
  }

  .download-card img {
    width: 118px;
    height: 110px;
  }

  .floating-service {
    right: 14px;
    top: auto;
    bottom: 24px;
    transform: none;
    width: 70px;
    height: 70px;
    font-size: 12px;
  }
}
