:root {
  --bg-top: #dff1ff;
  --bg-mid: #ffffff;
  --bg-bottom: #edf6ff;
  --ink: #11223b;
  --subtle: #617188;
  --brand: #1677ff;
  --brand-deep: #0b3b91;
  --brand-soft: #dcebff;
  --gold: #ffb800;
  --gold-deep: #f08e00;
  --green: #12d18e;
  --green-deep: #0e9e6d;
  --line: rgba(17, 34, 59, 0.08);
  --shadow: 0 20px 50px rgba(20, 74, 163, 0.12);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "SF Pro Display", "PingFang SC", "Avenir Next", "Helvetica Neue",
    sans-serif;
  color: var(--ink);
  background: #000935;
  /* background:
    radial-gradient(circle at 10% 15%, rgba(22, 119, 255, 0.18), transparent 26%),
    radial-gradient(circle at 90% 10%, rgba(255, 184, 0, 0.2), transparent 24%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-mid) 42%, var(--bg-bottom) 100%); */
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}
.banner-img {
  width: 100%;
  height: auto;
  /* position: relative;
  z-index: 1; */
}
.service-btn {
  padding: 4px 10px;
  font-size: 12px;
  color:#301903 ;
  background-image: url(/images/btn-bg.png);
  background-size: 100% 100%;
  position: absolute;
  /* z-index: 2; */
  top: 10px;
  right: 10px;
}
.header-wrap {
  position: relative;
}
.btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 12%;
}
.btn-wrap .btn {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  padding: 0 10px;
  width: 35%;
  min-height: 35px;
  background-image: url(/images/btn-join.png);
  background-size: 100% auto;
}
.btn-wrap .btn-secondary {
  margin-left: 15px;
  background-image: url(/images/btn-down.png);
}
.game-section img{
  width: 100%;
  height: auto;
}
.btn-bg {
  width: 168px;
  height: 44px;
  background: rgba(255, 255, 255, 0.23);
  backdrop-filter: blur(5.115295886993408px);
  border: 1px solid #F3DC9A;
  border-radius: 44px;
  padding: 2px;
}
.page-shell {
  width: min(100%, 470px);
  margin: 0 auto;
  padding-bottom: 100px;
  /* padding:
    calc(18px + var(--safe-top))
    calc(16px + var(--safe-right))
    calc(110px + var(--safe-bottom))
    calc(16px + var(--safe-left)); */
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fix;
}
.trust-wrap img{
  width: 100%;
  height: auto;
}
.faq-wrap {
  background-image: url(/images/faq-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 17%;
  padding-bottom: 20px;
}



.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(180deg, #25d8ff 0%, #1677ff 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(22, 119, 255, 0.24);
}

.brand-kicker,
.brand-sub {
  margin: 0;
}

.brand-kicker {
  font-size: 13px;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: var(--brand-deep);
}

.brand-sub {
  font-size: 11px;
  color: var(--subtle);
}

.ghost-link {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(22, 119, 255, 0.1);
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-deep);
  backdrop-filter: blur(10px);
}

.page {
  /* display: grid;
  
  gap: 18px; */
  margin-top: -6px;
}

.card-section,
.section-block {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 184, 0, 0.28), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(234, 244, 255, 0.96) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  margin: 12px 0 12px;
  font-size: clamp(2rem, 6vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero-text {
  margin: 0;
  color: var(--subtle);
  line-height: 1.65;
  font-size: 15px;
}

.hero-actions,
.result-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  /* margin-top: 18px; */
}
.result-actions .btn-container {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2.6739048957824707px);

  border-radius: 40px;
}
.result-actions .btn-container .btn {
  width: 100%;
  min-height: 32px;
  background: linear-gradient(180deg, #FFE99E 9.46%, #C9800A 78.94%, #DBA44A 99.82%);
  border-radius: 44px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.1;
  padding: 6px 16px;
}
.result-actions .btn-container .btn-light {
background: linear-gradient(180deg, #3EBAFF 9.46%, #002FEB 82.18%, #006FAC 100%);
color: #fff;
} 
/* .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #28d7ff 0%, #1677ff 100%);
  box-shadow: 0 12px 24px rgba(22, 119, 255, 0.22);
}

.btn-secondary {
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(22, 119, 255, 0.14);
}

.btn-light {
  color: var(--ink);
  background: #eef4fb;
} */

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.pill-gold {
  color: #553400;
  background: linear-gradient(180deg, #ffe294 0%, #ffbe1f 100%);
}

.pill-green {
  color: #06593f;
  background: linear-gradient(180deg, #8ff4cf 0%, #36d59b 100%);
}

.hero-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.hero-tags li {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(17, 34, 59, 0.06);
  color: var(--brand-deep);
  font-size: 12px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 360px;
  margin-top: 22px;
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(14px);
}

.glow-one {
  width: 170px;
  height: 170px;
  top: 16px;
  left: -14px;
  background: rgba(22, 119, 255, 0.18);
}

.glow-two {
  width: 200px;
  height: 200px;
  right: -22px;
  bottom: 24px;
  background: rgba(255, 184, 0, 0.18);
}

.hero-figure {
  position: absolute;
  inset: 0;
}

.figure-orb {
  position: absolute;
  right: 30px;
  top: 24px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2cbfff 0%, #1777ff 100%);
  opacity: 0.16;
}

.figure-phone {
  position: absolute;
  left: 50%;
  top: 28px;
  width: 190px;
  height: 320px;
  margin-left: -18px;
  padding: 12px;
  border-radius: 34px;
  background: linear-gradient(180deg, #0b1b2e 0%, #17273d 100%);
  box-shadow: 0 28px 50px rgba(10, 31, 73, 0.3);
  z-index: 3;
}

.phone-notch {
  width: 86px;
  height: 18px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.phone-screen {
  height: calc(100% - 28px);
  border-radius: 24px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(39, 134, 255, 0.98) 0%, rgba(7, 34, 84, 0.98) 100%);
  color: #fff;
}

.screen-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-weight: 700;
}

.screen-title {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 800;
}

.screen-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.screen-tile {
  min-height: 62px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 700;
}

.screen-tile-lg {
  min-height: 96px;
  grid-column: span 2;
}

.screen-tile-wide {
  grid-column: span 2;
}

.figure-silhouette {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 210px;
  height: 260px;
  border-radius: 140px 140px 30px 30px;
  background:
    radial-gradient(circle at 55% 18%, #ffe3c9 0 12%, transparent 12%),
    radial-gradient(circle at 58% 10%, #334764 0 16%, transparent 16%),
    linear-gradient(180deg, #5fc0ff 0%, #1677ff 45%, #0e2e63 100%);
  filter: drop-shadow(0 24px 30px rgba(16, 52, 120, 0.24));
}

.floating-card {
  position: absolute;
  z-index: 4;
  width: 150px;
  padding: 12px 14px;
  border-radius: 18px;
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 34px rgba(17, 34, 59, 0.15);
}

.floating-card strong,
.floating-card span {
  display: block;
}

.floating-card strong {
  font-size: 13px;
}

.floating-card span {
  margin-top: 6px;
  color: var(--subtle);
  font-size: 11px;
  line-height: 1.5;
}

.floating-card-left {
  top: 24px;
  left: 0;
  background: rgba(255, 255, 255, 0.88);
}

.floating-card-right {
  right: 0;
  bottom: 16px;
  color: #fff;
  background: rgba(11, 59, 145, 0.92);
}

.floating-card-right span {
  color: rgba(255, 255, 255, 0.78);
}

.section-block {
  padding: 22px 18px;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(10px);
}

.section-heading h2 {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.eyebrow {
  font-size: 12px;
  font-weight: 800;
  color: var(--brand);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-note {
  margin-top: 10px;
  color: var(--subtle);
  line-height: 1.65;
}

.benefit-grid,
.feature-grid,
.trust-grid,
.deposit-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.benefit-grid,
.trust-grid {
  grid-template-columns: 1fr;
}

.info-card,
.feature-card,
.trust-card {
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
}

.info-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(234, 244, 255, 0.92) 100%);
}

.info-visual {
  display: grid;
  gap: 12px;
  min-height: 132px;
  padding: 16px;
  border-radius: 20px;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.info-visual-games {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #1574ff 0%, #0b3170 100%);
}

.info-visual-pay {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #12b6ff 0%, #0b5fe0 100%);
}

.info-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 800;
}

.info-tiles,
.info-pay-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.info-tiles span,
.info-pay-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 700;
}

.info-pay-icons span {
  min-width: 70px;
}

.info-card h3,
.feature-card h3,
.step-card h3,
.deposit-card h3,
.result-card h3 {
  /* margin: 14px 0 8px;
  font-size: 20px; */
}

.info-card p,
.feature-card p,
.step-card p,
.deposit-card p,
.trust-card p,
.result-card p,
.showcase-copy p,
.faq-answer p {
  /* margin: 0;
  color: var(--subtle);
  line-height: 1.7;
  font-size: 14px; */
}

.feature-grid {
  grid-template-columns: 1fr 1fr;
}

.feature-card {
  min-height: 150px;
}

.accent-blue {
  background: linear-gradient(180deg, #1677ff 0%, #0b3b91 100%);
  color: #fff;
}

.accent-blue p,
.accent-dark p {
  color: rgba(255, 255, 255, 0.8);
}

.accent-ice {
  background: linear-gradient(180deg, #e6f5ff 0%, #d7ebff 100%);
}

.accent-white {
  background: #fff;
}

.accent-dark {
  background: linear-gradient(180deg, #173056 0%, #0d1f3e 100%);
  color: #fff;
}

.showcase-panel {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.showcase-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.chip-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: #edf4ff;
  color: var(--brand-deep);
  font-size: 12px;
  font-weight: 700;
}

.chip.active {
  background: linear-gradient(180deg, #27d7ff 0%, #1677ff 100%);
  color: #fff;
}

.showcase-phone {
  display: grid;
  place-items: center;
}

.phone-shell {
  width: 250px;
  padding: 12px;
  border-radius: 34px;
  background: linear-gradient(180deg, #102540 0%, #081528 100%);
  box-shadow: 0 28px 48px rgba(10, 31, 73, 0.22);
}

.phone-shell-head {
  width: 90px;
  height: 18px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.showcase-screen {
  min-height: 360px;
  padding: 16px;
  border-radius: 24px;
  background: linear-gradient(180deg, #edf5ff 0%, #cfe3ff 100%);
}

.screen-banner {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, #1677ff 0%, #0b3b91 100%);
  color: #fff;
}

.screen-banner span {
  font-size: 12px;
  opacity: 0.8;
}

.screen-banner strong {
  font-size: 20px;
}

.showcase-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.showcase-mini-card {
  min-height: 86px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 0 0 1px rgba(22, 119, 255, 0.08);
  font-weight: 700;
}

.spin-layout {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.wheel-panel,
.result-card {
  padding: 18px;
  /* border-radius: var(--radius-lg);
  border: 1px solid var(--line); */
}

.wheel-panel {
  position: relative;
  display: grid;
  place-items: center;
  background-image: url(/images/round-bg.png);
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  cursor: pointer;
  /* background: linear-gradient(180deg, #f0f7ff 0%, #d9ebff 100%); */
}

.wheel-panel::after {
  content: "";
  position: absolute;
  inset: 10% 8% 18%;
  border-radius: 28px;
  border: 1px solid rgba(129, 196, 255, 0.16);
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.wheel-panel:hover::after,
.wheel-panel.is-spotlight::after,
.wheel-panel.is-clickable::after {
  opacity: 1;
  transform: scale(1);
}

.wheel-arrow {
  position: absolute;
  top: 30px;
  /* width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 24px solid #ff5a7b; */
  width: 27px;
  height: 27px;
  background-image: url(/images/arrow.png);

  background-size: 100% 100%;
  z-index: 3;
}

.spin-coachmark {
  position: absolute;
  left: 50%;
  top: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 241, 181, 0.98) 0%, rgba(236, 191, 79, 0.98) 100%);
  color: #3a2207;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow:
    0 10px 22px rgba(7, 19, 53, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  opacity: 0;
  transform: translateX(-50%) translateY(-6px) scale(0.96);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
  z-index: 5;
}

.spin-coachmark::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 16px;
  height: 16px;
  background: inherit;
  transform: translateX(-50%) rotate(45deg);
  border-bottom-right-radius: 4px;
  box-shadow: 4px 4px 10px rgba(7, 19, 53, 0.12);
}

.wheel-panel.is-spotlight .spin-coachmark {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

.wheel {
  position: relative;
  width: min(60vw, 320px);
  aspect-ratio: 1;
  border-radius: 50%;
  transition: transform 5.2s cubic-bezier(0.14, 0.8, 0.22, 1);
  overflow: hidden;
  padding: 12px;
  filter: drop-shadow(0 10px 20px rgba(12, 29, 78, 0.28));
}

.wheel-panel.is-clickable .wheel {
  animation: wheel-breathe 2.3s ease-in-out infinite;
}

.wheel-inner {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(/images/wheel.png);
  background-size: 100% 100%;
}

.wheel-segment {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 12px;
  transform-origin: center center;
  transform: rotate(var(--angle));
}

.wheel-segment span {
  position: absolute;
  left: 50%;
  top: 12%;
  width: 60px;
  transform: translateX(-50%) rotate(var(--label-rotation, 0deg));
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  color: rgba(6, 4, 2, 1);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
  word-break: break-word;
}

.wheel-segment.is-light span {
  color: rgba(249, 229, 163, 1) !important;
  text-shadow: 0 1px 0 rgba(73, 25, 0, 0.45);
}

.wheel::before {
  content: "";
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.wheel-center {
  position: absolute;
  inset: 50%;
  width: 92px;
  height: 92px;
  margin: -46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  /* background: linear-gradient(180deg, #34f0ae 0%, #0fb17a 100%);
  box-shadow: 0 16px 28px rgba(18, 209, 142, 0.28); */
  z-index: 2;
}

.spin-wrap {
  width: 100%;
  background-image: url(/images/wheel-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;

  padding-top: 15%;
}
.spin-button {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 50%;
  color: transparent;
  background-image: url(/images/go.png);
  background-color: transparent;
  background-size: 100% 100%;
  font-size: 28px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease;
}

.spin-button[disabled] {
  cursor: not-allowed;
  opacity: 0.78;
}

.wheel-panel.is-clickable .spin-button {
  animation: spin-button-pulse 1.85s ease-in-out infinite;
}

.wheel-panel:hover .spin-button,
.wheel-panel.is-spotlight .spin-button {
  transform: scale(1.04);
  filter: brightness(1.08);
}

.wheel-panel.is-spotlight .wheel-center {
  animation: center-invite 0.9s ease-in-out 2;
}

.wheel-loading {
  position: absolute;
  inset: 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, rgba(10, 28, 52, 0.35), rgba(5, 10, 28, 0.84));
  backdrop-filter: blur(4px);
  z-index: 4;
}

.wheel-loading[hidden] {
  display: none;
}

.wheel-loading-inner {
  width: min(72%, 190px);
  text-align: center;
}

.wheel-loading-title {
  margin: 0;
  color: #ffe7a3;
  font-size: 14px;
  font-weight: 800;
}

.wheel-loading-text {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
}

.wheel-loading-bar {
  margin-top: 10px;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.wheel-loading-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffe99e, #3ebaff);
  transition: width 0.2s ease;
}

.spin-affordance {
  position: relative;
  margin-top: -2px;
  width: min(78%, 320px);
  min-height: 62px;
  padding: 14px 18px 12px;
  border: 1px solid rgba(137, 194, 255, 0.26);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(17, 42, 111, 0.82) 0%, rgba(8, 24, 72, 0.92) 100%);
  box-shadow:
    0 14px 34px rgba(3, 16, 52, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #fff;
  text-align: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.spin-affordance::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.2), transparent 42%);
  pointer-events: none;
}

.spin-affordance-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe9a2 4%, #dca22f 88%);
  color: #533006;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(195, 126, 10, 0.2);
}

.spin-affordance strong,
.spin-affordance small {
  display: block;
}

.spin-affordance strong {
  margin-top: 8px;
  color: #fff7d0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.spin-affordance small {
  margin-top: 6px;
  color: rgba(167, 213, 255, 0.92);
  font-size: 11px;
  line-height: 1.2;
}

.result-card {
  position: relative;
  background-image: url(/images/activity.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 96%;
  min-height: 182px;
  margin: 10px auto 0;
  padding: 18px 18px 16px;
}

#resultTitle {
  margin: 0;
  color: #fff1b5;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.18;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
}

#resultText {
  margin: 8px 0 0;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.result-card-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: min(60%, 236px);
  min-height: 148px;
  padding-top: 10px;
}

.result-status {
  display: none;
}

.result-highlight {
  display: block;
  margin: 2px 0 0;
  padding: 0;
  color: #fff1b5;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.result-highlight[hidden] {
  display: none;
}

.result-copy {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.result-proof {
  margin: 0;
  color: #ffeab8;
  font-size: 10px;
  line-height: 1.45;
  opacity: 0.95;
}

.result-tip {
  margin: 0;
  color: #9cdfff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
}

.result-tip:empty {
  display: none;
}

.result-meta {
  display: grid;
  gap: 4px;
}

.countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
  padding: 6px 10px;
  border-radius: 18px;
  background: linear-gradient(180deg, #FF7871 -6.25%, #E90909 71.82%);
  color: #fff;
  box-shadow: 0 8px 16px rgba(155, 8, 8, 0.18);
}
.countdown span {
  line-height: 13px;
  font-size: 11px;
}
.countdown[hidden] {
  display: none;
}

.countdown strong {
  line-height: 13px;
  font-size: 12px;
  color: #FFE575;
  letter-spacing: 0.04em;
}

.claim-card {
  margin-top: 2px;
  padding: 10px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(8, 20, 61, 0.74) 0%, rgba(4, 12, 42, 0.86) 100%);
  border: 1px solid rgba(255, 229, 117, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff;
}

.claim-card[hidden] {
  display: none;
}

.claim-card-header,
.claim-code-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.claim-card-header span {
  color: #f1d394;
  font-size: 11px;
  font-weight: 700;
}

.claim-card-header strong {
  color: #ffe575;
  font-size: 11px;
}

.claim-code-row {
  margin-top: 8px;
}

.claim-code {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff6cb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.copy-code-btn {
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.copy-code-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.claim-progress {
  margin-top: 9px;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.claim-progress-fill {
  display: block;
  width: 80%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffe99e, #3ebaff);
  transition: width 0.2s ease;
}

.claim-progress-text {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  line-height: 1.4;
}

.result-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
}

.result-actions .btn-container {
  background: transparent;
  backdrop-filter: none;
  border-radius: 0;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.result-actions .btn-container:hover {
  transform: translateY(-1px);
  box-shadow: none;
}

.result-actions .btn-container .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  white-space: nowrap;
  box-shadow:
    0 10px 18px rgba(3, 15, 54, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.trust-grid {
  grid-template-columns: 1fr 1fr;
}

.trust-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(234, 244, 255, 0.96) 100%);
}

.trust-card strong {
  display: block;
  margin-bottom: 8px;
}

.faq-list {
  display: grid;
  gap:5px;
}

.faq-item {
  border-radius: 10px;
  border: 1px solid rgba(62, 104, 255, 1);
  background: rgba(1, 15, 42, 1);
  overflow: hidden;
  border: 1px solid;
  border-color: linear-gradient(180deg, rgba(233, 244, 255, 0.34) 0%, rgba(62, 104, 255, 0.34) 100%);
  width: 83%;
  margin: 0 auto;
  padding:10px;

}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  background: linear-gradient(180deg, #FFE575 3.85%, #FFEBB6 44.06%, #FFB327 92.31%);
 -webkit-background-clip: text;
  background-clip: text;
  cursor: pointer;
  /* 关键属性：文字填充透明，显示背景 */
  -webkit-text-fill-color: transparent;
  /* 标准属性（部分现代浏览器支持） */
  text-fill-color: transparent; 
  padding: 0;
}

.faq-question span {
  font-size: 24px;
  line-height: 1;
  color: var(--brand);
}

.faq-answer {
  max-height: 0;
  /* overflow: hidden; */
  transition: max-height 240ms ease;
}

.faq-answer p {
  /* padding: 0 18px 18px; */
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;

}

.faq-item .faq-answer {
  max-height: 180px;
}

.floating-support {
  position: fixed;
  right: max(calc(12px + var(--safe-right)), calc((100vw - min(100vw, 470px)) / 2 + 12px));
  bottom: calc(106px + var(--safe-bottom));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 56px;
  height: 82px;
  padding: 7px 0;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 18%, rgba(122, 212, 255, 0.34), transparent 42%),
    linear-gradient(180deg, rgba(20, 74, 170, 0.96) 0%, rgba(10, 53, 132, 0.98) 52%, rgba(7, 31, 92, 0.99) 100%);
  border: 1px solid rgba(241, 211, 148, 0.24);
  box-shadow:
    0 14px 26px rgba(6, 34, 96, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -10px 16px rgba(6, 22, 70, 0.24);
  backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 19;
}

.floating-support.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-support-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(111, 196, 255, 0.28) 0%, rgba(48, 128, 226, 0.18) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #f8fcff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 6px 12px rgba(5, 32, 88, 0.14);
}

.floating-support-svg {
  width: 20px;
  height: 20px;
  display: block;
}

.floating-support-label {
  color: #fff1c5;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

.sticky-cta {
  position: fixed;
  width: 100%;
  left: 50%;
  height: 84px;
  bottom: var(--safe-bottom);
  transform: translateX(-50%);
  width: min(calc(100% - var(--safe-left) - var(--safe-right)), 438px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px 8px;
  background-image: url(/images/bottom-bg.png);
  background-size: 100% 84px;
  z-index: 20;
  box-sizing: border-box;
}

.sticky-cta .btn {
  flex: 1;
  border-radius: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  font-weight: 800;
  font-size: 18px;
  
  /* background: linear-gradient(180deg, #F3DC9A 0%, #B37C46 100%);
  border: 4px solid rgba(255, 255, 255, .3); */
  background: linear-gradient(180deg, #FFE99E 9.46%, #C9800A 78.94%, #DBA44A 99.82%);
  border: 1px solid linear-gradient(180deg, #F3DC9A 0%, #B37C46 100%);
  color: rgba(78, 41, 5, 1);



}

.sticky-cta .btn-primary{
  margin-right: 10px;
}

.sticky-cta .btn-secondary {
  background: linear-gradient(180deg, #3EBAFF 9.46%, #002FEB 82.18%, #006FAC 100%);
  color: #fff;
}

.sticky-activity-btn {
  position: relative;
  overflow: visible;
}

.sticky-activity-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  line-height: 10px;
  padding: 0 12px;
  background-image: url(/images/tip.png);
  background-size: 100% 30px;
  color: #FFF715;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  padding-bottom: 10px;
}

@keyframes spin-button-pulse {
  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.08);
    filter: brightness(1.1);
  }
}

@keyframes wheel-breathe {
  0%,
  100% {
    transform: translateY(0);
    filter: drop-shadow(0 10px 20px rgba(12, 29, 78, 0.28));
  }
  50% {
    transform: translateY(-2px);
    filter: drop-shadow(0 16px 30px rgba(12, 29, 78, 0.36));
  }
}

@keyframes wheel-focus-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(62, 186, 255, 0.34);
  }
  100% {
    box-shadow: 0 0 0 18px rgba(62, 186, 255, 0);
  }
}

.wheel-panel.is-spotlight .spin-affordance {
  animation: wheel-focus-ring 1s ease 2;
}

@keyframes center-invite {
  0%,
  100% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.08);
  }
  70% {
    transform: scale(0.98);
  }
}

.modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(1, 8, 27, 0.78);
  backdrop-filter: blur(6px);
  z-index: 40;
}

.modal-overlay.is-visible {
  display: flex;
}

.modal-card {
  position: relative;
  width: min(100%, 360px);
  max-height: min(86vh, 720px);
  overflow: auto;
  padding: 20px 16px 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(4, 19, 58, 0.98) 0%, rgba(9, 35, 97, 0.98) 100%);
  border: 1px solid rgba(255, 229, 117, 0.24);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42);
}

.modal-card-sm {
  width: min(100%, 320px);
}

.modal-card-rules {
  width: min(100%, 390px);
}

.modal-close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.modal-kicker {
  margin: 0;
  color: #8cd2ff;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.modal-card h3 {
  margin: 8px 0 0;
  color: #fff5c5;
  font-size: 24px;
  line-height: 1.2;
}

.modal-prize {
  margin: 10px 0 0;
  color: #ffe575;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
}

.modal-copy {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
}

.modal-deadline {
  margin-top: 12px;
  color: #ffe575;
  font-size: 14px;
  font-weight: 700;
}

.modal-lock-box,
.limit-note,
.rules-table-wrap,
.rules-list-modal,
.rules-more {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.limit-note {
  background: linear-gradient(180deg, rgba(82, 122, 255, 0.2) 0%, rgba(29, 52, 116, 0.4) 100%);
  border: 1px solid rgba(151, 196, 255, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 24px rgba(3, 12, 38, 0.18);
}

.limit-note-label,
.limit-note-code {
  display: block;
}

.limit-note-label {
  color: #8fd7ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.limit-note-prize {
  display: block;
  margin-top: 8px;
  color: #fff4be;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  word-break: break-word;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

.limit-note-code {
  margin-top: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(5, 16, 49, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #eef6ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.modal-lock-label {
  display: block;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
}

.claim-code-row-modal {
  margin-top: 10px;
}

.modal-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.modal-actions-stack {
  flex-direction: column;
}

.modal-btn {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.modal-btn-primary {
  color: rgba(78, 41, 5, 1);
  background: linear-gradient(180deg, #ffe99e 9.46%, #c9800a 78.94%, #dba44a 99.82%);
}

.modal-btn-secondary {
  color: #fff;
  background: linear-gradient(180deg, #3ebaff 9.46%, #002feb 82.18%, #006fac 100%);
}

.rules-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.rules-pill {
  padding: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.rules-pill b {
  display: block;
  color: #8cd2ff;
  font-size: 11px;
}

.rules-pill span {
  display: block;
  margin-top: 4px;
  color: #fff7c9;
  font-size: 13px;
  font-weight: 700;
}

.rules-table {
  width: 100%;
  border-collapse: collapse;
}

.rules-table th,
.rules-table td {
  padding: 8px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
  color: #fff;
  font-size: 12px;
}

.rules-table th {
  color: #8cd2ff;
  font-weight: 800;
}

.rules-table td:first-child {
  color: #fff5c5;
  font-weight: 700;
}

.rules-table tr:last-child td {
  border-bottom: 0;
}

.rules-list-modal p,
.rules-more p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.55;
}

.rules-list-modal p + p,
.rules-more p + p {
  margin-top: 8px;
}

.rules-more summary {
  color: #ffe99e;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

@media (min-width: 680px) {
  .page-shell {
    width: min(100%, 980px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .sticky-cta {
    width: min(100%, 885px);
  }
  .sticky-cta .btn {
    flex: none;
    width: 170px;
  }
  .faq-wrap{
    background-size: 100% auto;
  }
  .btn-wrap .btn{
    min-height: 90px;
    background-repeat: no-repeat;
  }
  .hero {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 24px;
    align-items: center;
  }

  .hero-visual {
    margin-top: 0;
    min-height: 460px;
  }

  .feature-grid,
  .benefit-grid,
  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .showcase-panel,
  .spin-layout {
    /* grid-template-columns: 1fr 1fr;
    align-items: center; */
  }
  .spin-wrap {
    padding-top: 20%;
  }
  .result-card{
    min-height: 340px;
    padding: 34px 28px 28px;
  }
  .result-card-content {
    width: min(58%, 420px);
    min-height: 250px;
    padding-top: 30px;
    gap: 12px;
  }
  .result-highlight {
    padding: 0;
    font-size: 16px;
  }
  #resultTitle {
    font-size: 30px;
    line-height: 1.16;
  }
  #resultText {
    font-size: 19px;
    line-height: 1.5;
  }
  .result-proof,
  .result-tip,
  .claim-progress-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .result-meta {
    gap: 10px;
  }
  .result-actions .btn-container .btn {
    font-size: 16px;
    min-height: 48px;
  }
  .countdown {
    margin-top: 0;
    padding: 10px 14px;
  }
  .countdown span,.countdown strong {
    font-size: 20px;
    line-height: 20px;
  }
  .claim-card {
    padding: 16px 18px;
  }
  .claim-card-header span,
  .claim-card-header strong,
  .claim-code,
  .copy-code-btn {
    font-size: 16px;
  }
  
  .wheel-panel {
    background-position: center bottom;
    background-size: contain;
  }
  .wheel {
    width: min(34vw, 340px);
  }
  .spin-affordance {
    width: min(52%, 360px);
    min-height: 78px;
    padding: 16px 20px 14px;
    border-radius: 30px;
  }
  .spin-affordance strong {
    font-size: 24px;
  }
  .spin-affordance small {
    font-size: 15px;
  }

  .floating-support {
    right: max(calc(20px + var(--safe-right)), calc((100vw - min(100vw, 980px)) / 2 + 20px));
  }
}

@media (max-width: 420px) {
  .hero,
  .section-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .figure-phone {
    left: 54%;
    width: 170px;
    height: 292px;
  }

  .figure-silhouette {
    left: 16px;
    width: 190px;
  }

  .floating-card {
    width: 136px;
  }

  .floating-support {
    right: calc(12px + var(--safe-right));
    bottom: calc(100px + var(--safe-bottom));
  }
}
