:root {
  color-scheme: dark;
  --app-height: 100svh;
  --page-bg: #03090e;
  --ink: #f8feff;
  --cyan: #55dff0;
  --cyan-deep: #13a9c6;
  --cyan-soft: rgba(85, 223, 240, 0.42);
  --orange: #c66a25;
  --panel-bg: rgba(4, 16, 24, 0.82);
  --shadow: rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 12%, rgba(69, 210, 234, 0.2), transparent 28rem),
    linear-gradient(135deg, #010408 0%, #08222c 46%, #05080c 100%);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "PingFang SC",
    "Microsoft YaHei",
    "Helvetica Neue",
    Arial,
    sans-serif;
}

button {
  font: inherit;
}

.lang-toggle {
  position: absolute;
  top: calc(var(--page-pad-y) + 12px);
  left: calc(50% + (var(--card-width) / 2) - 62px);
  z-index: 30;
  display: inline-grid;
  min-width: 48px;
  height: 34px;
  place-items: center;
  padding: 0 12px;
  border: 1px solid rgba(85, 223, 240, 0.56);
  background: rgba(3, 15, 22, 0.72);
  box-shadow: 0 0 18px rgba(85, 223, 240, 0.18), inset 0 0 12px rgba(85, 223, 240, 0.1);
  color: #f8feff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  backdrop-filter: blur(12px);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 120ms ease;
}

.lang-toggle:is(:hover, :focus-visible) {
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0 24px rgba(85, 223, 240, 0.28), inset 0 0 14px rgba(85, 223, 240, 0.14);
  outline: none;
}

.lang-toggle:active {
  transform: scale(0.96);
}

.page {
  --page-pad-x: max(12px, env(safe-area-inset-left), env(safe-area-inset-right));
  --page-pad-y: max(12px, env(safe-area-inset-top), env(safe-area-inset-bottom));
  --card-width: min(calc(100vw - (var(--page-pad-x) * 2)), calc((var(--app-height) - (var(--page-pad-y) * 2)) * 941 / 1672), 520px);

  position: relative;
  display: grid;
  min-height: var(--app-height);
  place-items: center;
  overflow: hidden;
  padding: var(--page-pad-y) var(--page-pad-x);
}

.view {
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
  transform: translateX(7%) scale(0.985);
  transition: opacity 420ms ease, transform 420ms ease;
}

.view.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.page.has-query .invite-card,
.page.has-form .invite-card,
.page.has-vip .invite-card,
.page.has-vip .guest-card,
.page.has-matches .invite-card,
.page.has-matches .guest-card,
.page.has-matches .vip-card,
.page.has-events .invite-card,
.page.has-events .guest-card,
.page.has-events .vip-card,
.page.has-events .matches-card,
.page.has-review .invite-card,
.page.has-review .guest-card,
.page.has-review .vip-card,
.page.has-review .matches-card,
.page.has-review .events-card,
.page.has-schedule .invite-card,
.page.has-schedule .guest-card,
.page.has-schedule .vip-card,
.page.has-schedule .matches-card,
.page.has-schedule .events-card,
.page.has-schedule .review-card,
.page.has-schedule .phone-card,
.page.has-schedule .self-auth-card,
.page.has-schedule .manual-auth-card,
.page.has-schedule .manual-progress-card,
.page.has-phone .invite-card,
.page.has-phone .guest-card,
.page.has-phone .vip-card,
.page.has-phone .matches-card,
.page.has-phone .events-card,
.page.has-phone .review-card,
.page.has-self-auth .invite-card,
.page.has-self-auth .guest-card,
.page.has-self-auth .vip-card,
.page.has-self-auth .matches-card,
.page.has-self-auth .events-card,
.page.has-self-auth .review-card,
.page.has-self-auth .phone-card,
.page.has-manual-auth .invite-card,
.page.has-manual-auth .guest-card,
.page.has-manual-auth .vip-card,
.page.has-manual-auth .matches-card,
.page.has-manual-auth .events-card,
.page.has-manual-auth .review-card,
.page.has-manual-auth .phone-card,
.page.has-manual-progress .invite-card,
.page.has-manual-progress .guest-card,
.page.has-manual-progress .matches-card,
.page.has-manual-progress .events-card,
.page.has-manual-progress .review-card,
.page.has-manual-progress .phone-card,
.page.has-manual-progress .manual-auth-card {
  transform: translateX(-7%) scale(0.985);
}

.invite-card,
.guest-card,
.vip-card,
.choice-card,
.status-card {
  position: relative;
  width: var(--card-width);
  min-height: 0;
  aspect-ratio: 941 / 1672;
  overflow: hidden;
  color: var(--ink);
  container-type: inline-size;
  isolation: isolate;
}

.invite-card {
  background:
    radial-gradient(circle at 73% 44%, rgba(97, 219, 245, 0.18), transparent 16%),
    radial-gradient(circle at 44% 51%, rgba(56, 186, 230, 0.32), transparent 3%),
    linear-gradient(90deg, #ffffff 0 8.5%, transparent 8.6%),
    linear-gradient(90deg, #061018 0 72%, #dffbff 72% 100%);
  box-shadow: 0 24px 80px var(--shadow), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.invite-card::before,
.invite-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.invite-card::before {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0 24%, transparent 43%),
    radial-gradient(ellipse at 42% 34%, rgba(255, 255, 255, 0.18), transparent 1.4%, transparent 100%),
    radial-gradient(ellipse at 11% 14%, rgba(255, 255, 255, 0.8), transparent 0.7%, transparent 100%),
    radial-gradient(ellipse at 18% 15%, rgba(255, 255, 255, 0.72), transparent 0.65%, transparent 100%),
    repeating-linear-gradient(174deg, transparent 0 23px, rgba(58, 206, 235, 0.1) 24px 25px, transparent 26px 46px);
  clip-path: polygon(8.5% 4%, 72% 4%, 72% 96%, 8.5% 96%);
}

.invite-card::after {
  z-index: 9;
  border: 1px solid rgba(89, 230, 244, 0.38);
  box-shadow: inset 0 0 28px rgba(85, 223, 240, 0.1);
}

.invite-card.is-ready .brand {
  animation: fade-down 0.8s ease-out 0.12s both;
}

.invite-card.is-ready .side-rail {
  animation: rail-reveal 0.9s ease-out 0.18s both;
}

.invite-card.is-ready .top-stripes,
.invite-card.is-ready .bottom-stripes {
  animation: stripe-slide 0.82s ease-out both;
}

.invite-card.is-ready .bottom-stripes {
  animation-delay: 0.16s;
}

.invite-card.is-ready .court {
  animation: fade-up-soft 0.9s ease-out 0.42s both;
}

.invite-card.is-ready .hoop {
  animation: fade-in 0.9s ease-out 0.42s both;
}

.invite-card.is-ready .eyebrow {
  animation: fade-up 0.7s ease-out 0.3s both;
}

.invite-card.is-ready .hero-copy h1 {
  animation: fade-up 0.7s ease-out 0.5s both;
}

.invite-card.is-ready .vip {
  animation: fade-up 0.7s ease-out 0.7s both;
}

.invite-card.is-ready .accent-line {
  animation: line-reveal 0.6s ease-out 0.9s both;
}

.invite-card.is-ready .cn-copy p {
  animation: fade-up 0.6s ease-out 1s both;
}

.invite-card.is-ready .cn-copy h2 {
  animation: fade-up 0.6s ease-out 1.15s both;
}

.invite-card.is-ready .cn-copy span {
  animation: fade-up 0.6s ease-out 1.3s both;
}

.invite-card.is-ready .light-panel::before,
.invite-card.is-ready .light-panel span {
  animation: light-breathe 4.8s ease-in-out infinite;
}

.invite-card.is-ready .basketball-float {
  animation: basketball-float 6s ease-in-out 1.2s infinite;
}

.invite-card.is-ready .basketball {
  animation: basketball-bounce-in 1.05s cubic-bezier(0.34, 1.56, 0.64, 1) 0.36s both;
}

.invite-card.is-ready .enter-hotspot,
.invite-card.is-ready .query-hotspot {
  animation: fade-up-soft 0.6s ease-out 1.5s both;
}

.invite-card.is-ready .enter-cn {
  animation: fade-up 0.6s ease-out 1.5s both;
}

.invite-card.is-ready .enter-en {
  animation: fade-up 0.6s ease-out 1.62s both;
}

.invite-card.is-entering .hero-copy::after {
  animation: sweep 760ms ease-out;
}

.side-rail {
  position: absolute;
  left: 0;
  top: 2%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 8.5%;
  height: 69%;
  overflow: hidden;
  color: #090909;
  font-size: clamp(8px, 1.65cqw, 11px);
  font-weight: 800;
  letter-spacing: 0.72em;
  line-height: 1;
  opacity: 0;
  transform: translateY(18px);
  will-change: opacity, transform, clip-path;
}

.side-rail span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  max-width: 68svh;
  overflow: hidden;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center;
}

.top-stripes,
.bottom-stripes {
  position: absolute;
  left: 8.5%;
  z-index: 4;
  width: 51%;
  height: 4%;
  background: repeating-linear-gradient(101deg,
      transparent 0 8%,
      rgba(85, 223, 240, 0.92) 8.4% 13.5%,
      transparent 13.9% 21%);
  opacity: 0;
  will-change: opacity, transform;
}

.top-stripes {
  top: 0;
}

.bottom-stripes {
  bottom: 0;
}

.light-panel {
  position: absolute;
  inset: 0 0 0 72%;
  z-index: 1;
  overflow: hidden;
  background:
    linear-gradient(151deg, transparent 0 4%, rgba(98, 221, 236, 0.2) 4.2% 13%, transparent 13.4%),
    linear-gradient(151deg, transparent 0 17%, rgba(255, 255, 255, 0.76) 17.2% 26%, transparent 26.4%),
    linear-gradient(151deg, transparent 0 27%, rgba(74, 211, 229, 0.22) 27.2% 35%, transparent 35.4%),
    linear-gradient(156deg, transparent 0 11%, rgba(255, 255, 255, 0.72) 11.4% 18%, transparent 18.4%),
    linear-gradient(146deg, transparent 0 31%, rgba(112, 225, 239, 0.3) 31.4% 42%, transparent 42.5%),
    linear-gradient(148deg, transparent 0 53%, rgba(255, 255, 255, 0.9) 53.3% 61%, transparent 61.4%),
    linear-gradient(153deg, transparent 0 69%, rgba(65, 207, 227, 0.32) 69.2% 78%, transparent 78.3%),
    linear-gradient(160deg, #f5feff 0%, #ffffff 21%, #d8fbff 46%, #67ddec 64%, #f7ffff 78%, #50d4e8 100%);
}

.light-panel::before,
.light-panel::after {
  position: absolute;
  inset: -2% -28% -2% -36%;
  pointer-events: none;
  content: "";
}

.light-panel::before {
  background:
    conic-gradient(from 224deg at 17% 52%,
      transparent 0 6deg,
      rgba(255, 255, 255, 0.9) 6deg 13deg,
      rgba(96, 216, 232, 0.28) 13deg 21deg,
      rgba(255, 255, 255, 0.62) 21deg 29deg,
      rgba(80, 210, 228, 0.32) 29deg 38deg,
      transparent 38deg 360deg);
  opacity: 0.78;
}

.light-panel::after {
  background:
    linear-gradient(151deg, transparent 0 18%, rgba(78, 213, 230, 0.18) 18.2% 19.6%, transparent 19.8%),
    linear-gradient(151deg, transparent 0 29%, rgba(78, 213, 230, 0.16) 29.2% 30.7%, transparent 30.9%),
    linear-gradient(151deg, transparent 0 43%, rgba(255, 255, 255, 0.68) 43.2% 46.2%, transparent 46.4%),
    linear-gradient(154deg, transparent 0 63%, rgba(255, 255, 255, 0.72) 63.2% 67.2%, transparent 67.4%),
    linear-gradient(151deg, transparent 0 72%, rgba(46, 198, 221, 0.26) 72.2% 79.2%, transparent 79.4%),
    repeating-linear-gradient(152deg, transparent 0 36px, rgba(55, 205, 226, 0.1) 37px 39px, transparent 40px 76px);
  opacity: 0.95;
}

.light-panel span {
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.54);
}

.light-panel span:nth-child(1) {
  top: -3%;
  left: -34%;
  width: 136%;
  height: 51%;
  background: rgba(255, 255, 255, 0.66);
  clip-path: polygon(0 100%, 46% 0, 59% 0, 18% 100%);
}

.light-panel span:nth-child(2) {
  top: 34%;
  left: -34%;
  width: 152%;
  height: 34%;
  background: rgba(68, 211, 231, 0.26);
  clip-path: polygon(0 100%, 100% 0, 100% 25%, 0 100%);
}

.light-panel span:nth-child(3) {
  right: -12%;
  bottom: 11%;
  width: 132%;
  height: 35%;
  background: rgba(255, 255, 255, 0.72);
  clip-path: polygon(0 100%, 72% 0, 88% 0, 18% 100%);
}

.brand {
  position: absolute;
  top: 5.3%;
  right: 1.2%;
  z-index: 4;
  width: clamp(112px, 24%, 150px);
  height: auto;
  opacity: 0;
  will-change: opacity, transform;
}

.court {
  position: absolute;
  left: 8.5%;
  bottom: 8.5%;
  z-index: 1;
  width: 63.5%;
  height: 38%;
  background:
    linear-gradient(180deg, transparent, rgba(3, 15, 22, 0.84)),
    repeating-linear-gradient(7deg, rgba(255, 255, 255, 0.03) 0 2px, transparent 2px 14px);
  border-top: 1px solid rgba(82, 221, 244, 0.18);
  opacity: 0;
  will-change: opacity, transform;
}

.court-line {
  position: absolute;
  border: 2px solid rgba(38, 185, 235, 0.78);
  transform: perspective(220px) rotateX(58deg);
}

.court-line-a {
  left: 8%;
  bottom: 19%;
  width: 78%;
  height: 38%;
  border-radius: 50%;
}

.court-line-b {
  right: -16%;
  bottom: 38%;
  width: 62%;
  height: 24%;
  border-radius: 6px;
}

.hoop {
  position: absolute;
  right: 30.5%;
  top: 29.5%;
  z-index: 3;
  width: 12%;
  height: 10%;
  border-right: 4px solid rgba(120, 218, 244, 0.55);
  border-top: 4px solid rgba(120, 218, 244, 0.35);
  transform: skewY(-2deg);
  opacity: 0;
  will-change: opacity, transform;
}

.rim {
  position: absolute;
  left: -36%;
  bottom: 21%;
  width: 62%;
  height: 10%;
  border: 3px solid #ff6b30;
  border-radius: 50%;
}

.net {
  position: absolute;
  left: -30%;
  bottom: -5%;
  width: 48%;
  height: 28%;
  border-left: 2px solid rgba(230, 250, 255, 0.75);
  border-right: 2px solid rgba(230, 250, 255, 0.75);
  transform: skewX(-8deg);
}

.hero-copy {
  position: absolute;
  left: 12%;
  top: 17.6%;
  z-index: 4;
  width: 56%;
  text-transform: uppercase;
}

.hero-copy::after {
  position: absolute;
  inset: 63% -8% 5% -2%;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.65) 47%, transparent 56% 100%);
  opacity: 0;
  content: "";
  transform: translateX(-90%);
}

.accent-line {
  display: block;
  width: 40px;
  height: 4px;
  margin-top: 4.8%;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(85, 223, 240, 0.72);
  transform: scaleX(0);
  transform-origin: left center;
}

.eyebrow,
.hero-copy h1,
.vip {
  margin: 0;
  font-style: italic;
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 0.9;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.18), 0 0 28px rgba(92, 219, 244, 0.22);
}

.eyebrow,
.hero-copy h1,
.vip,
.cn-copy p,
.cn-copy span,
.cn-copy h2 {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}

.eyebrow {
  font-size: clamp(72px, 18cqw, 142px);
}

.hero-copy h1 {
  font-size: clamp(58px, 15cqw, 124px);
}

.vip {
  color: var(--cyan);
  font-size: clamp(37px, 9.2cqw, 76px);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 18px rgba(85, 223, 240, 0.68);
}

.cn-copy {
  position: absolute;
  left: 12%;
  top: 49.2%;
  z-index: 4;
  width: 50%;
}

.cn-copy p,
.cn-copy h2,
.cn-copy span {
  margin: 0;
  letter-spacing: 0;
}

.cn-copy p {
  color: #ffffff;
  font-size: clamp(21px, 5.3cqw, 42px);
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.52);
}

.cn-copy h2 {
  margin-top: 0.04em;
  color: var(--cyan);
  font-size: clamp(36px, 8.3cqw, 72px);
  font-weight: 1000;
  line-height: 1.02;
  text-shadow: 0 3px 0 rgba(4, 72, 89, 0.8), 0 0 16px rgba(85, 223, 240, 0.42);
}

.cn-copy span {
  display: inline-block;
  margin-top: 1.3em;
  /* padding-left: 12%; */
  color: var(--cyan);
  font-size: clamp(13px, 3.2cqw, 24px);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.cn-copy span::before,
.cn-copy span::after {
  display: inline-block;
  width: 36px;
  height: 13px;
  margin: 0 8px 0 0;
  background: repeating-linear-gradient(112deg, var(--cyan-deep) 0 4px, transparent 4px 8px);
  content: "";
  vertical-align: -2px;
}

.cn-copy span::after {
  margin: 0 0 0 8px;
}

.enter-hotspot,
.query-hotspot {
  position: absolute;
  left: 12%;
  z-index: 6;
  display: grid;
  min-width: 136px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  filter: drop-shadow(0 0 10px rgba(85, 223, 240, 0.52));
  opacity: 0;
  text-align: left;
  transition: transform 120ms ease;
  -webkit-tap-highlight-color: transparent;
  will-change: opacity, transform;
}

.enter-hotspot {
  bottom: 19.2%;
  width: 36%;
}

.query-hotspot {
  bottom: 7.7%;
  width: 54%;
  min-width: 210px;
  filter: drop-shadow(0 0 6px rgba(85, 223, 240, 0.28));
}

.enter-hotspot::before,
.enter-hotspot::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.enter-hotspot::before {
  left: 0;
  right: 0;
  bottom: -0.48em;
  height: 1.7em;
  border: 1px solid rgba(85, 223, 240, 0.48);
  background:
    linear-gradient(90deg, transparent 0 44%, rgba(255, 255, 255, 0.58) 50%, transparent 58% 100%),
    linear-gradient(90deg, rgba(85, 223, 240, 0.06), rgba(85, 223, 240, 0.18));
  background-size: 220% 100%, 100% 100%;
  box-shadow: 0 0 18px rgba(85, 223, 240, 0.26), inset 0 0 12px rgba(85, 223, 240, 0.2);
  animation: enter-pulse 1.45s ease-in-out infinite;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.enter-hotspot::after {
  right: 2%;
  top: 31%;
  width: 24%;
  max-width: 56px;
  aspect-ratio: 2.4;
  border-top: 4px solid var(--cyan);
  border-right: 4px solid var(--cyan);
  transform: translateY(-50%) skewX(-18deg);
  animation: enter-arrow 1.8s ease-in-out infinite;
}

.query-hotspot::before,
.query-hotspot::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.query-hotspot::before {
  left: 0;
  right: 26%;
  bottom: -0.34em;
  height: 1.36em;
  border: 1px solid rgba(85, 223, 240, 0.34);
  background: linear-gradient(90deg, rgba(85, 223, 240, 0.04), rgba(85, 223, 240, 0.12));
  box-shadow: 0 0 10px rgba(85, 223, 240, 0.14), inset 0 0 8px rgba(85, 223, 240, 0.12);
}

.query-hotspot::after {
  right: 8%;
  top: 45%;
  width: 14%;
  max-width: 34px;
  aspect-ratio: 2.4;
  border-top: 3px solid rgba(85, 223, 240, 0.78);
  border-right: 3px solid rgba(85, 223, 240, 0.78);
  opacity: 0.62;
  transform: translateY(-50%) skewX(-18deg);
}

.enter-hotspot:focus-visible,
.query-hotspot:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 6px;
}

.enter-hotspot:is(:hover, :active)::before {
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 30px rgba(85, 223, 240, 0.48), inset 0 0 16px rgba(85, 223, 240, 0.28);
  transform: translateX(4px);
}

.query-hotspot:is(:hover, :active)::before {
  border-color: rgba(85, 223, 240, 0.62);
  box-shadow: 0 0 18px rgba(85, 223, 240, 0.22), inset 0 0 10px rgba(85, 223, 240, 0.14);
  transform: translateX(4px);
}

.enter-hotspot:active,
.query-hotspot:active {
  transform: scale(0.96);
}

.enter-hotspot span,
.query-hotspot span {
  position: relative;
  z-index: 1;
}

.enter-cn {
  font-size: clamp(24px, 5.7cqw, 47px);
  font-weight: 1000;
  line-height: 1.05;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.64);
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}

.enter-en {
  display: inline-flex;
  align-items: center;
  min-height: 1.7em;
  margin-top: 0.5em;
  color: var(--cyan);
  font-size: clamp(11px, 2.6cqw, 21px);
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}

.query-hotspot .enter-cn {
  font-size: clamp(21px, 5cqw, 40px);
  color: rgba(248, 254, 255, 0.9);
}

.query-hotspot .enter-en {
  min-height: 1.36em;
  color: rgba(85, 223, 240, 0.82);
  font-size: clamp(10px, 2.35cqw, 18px);
}

html[lang="en"] .cn-copy {
  width: 58%;
}

html[lang="en"] .cn-copy p {
  font-size: clamp(18px, 4.4cqw, 34px);
}

html[lang="en"] .cn-copy h2 {
  font-size: clamp(32px, 7.2cqw, 60px);
}

html[lang="en"] .enter-hotspot {
  width: 54%;
}

html[lang="en"] .query-hotspot {
  width: 60%;
}

html[lang="en"] .enter-cn,
html[lang="en"] .query-hotspot .enter-cn {
  font-size: clamp(19px, 4.2cqw, 34px);
  line-height: 1.08;
  white-space: normal;
}

.basketball-float {
  position: absolute;
  right: -16%;
  bottom: -13%;
  z-index: 5;
  width: 54%;
  will-change: transform;
}

.basketball {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(-18px -16px 42px rgba(60, 217, 246, 0.36)) drop-shadow(0 24px 32px rgba(0, 0, 0, 0.62));
  will-change: opacity, transform;
}

.enter-panel {
  position: fixed;
  left: 50%;
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 12;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(85, 223, 240, 0.28);
  background: var(--panel-bg);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.32);
  color: #f8feff;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px);
  transition: opacity 220ms ease, transform 220ms ease;
  backdrop-filter: blur(14px);
}

.enter-panel img {
  width: 78px;
  height: auto;
}

.enter-panel p {
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

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

.enter-panel.is-visible p {
  animation: fade-up-tight 0.34s ease-out 80ms both;
}

.guest-card,
.vip-card,
.choice-card,
.status-card {
  background:
    radial-gradient(circle at 19% 8%, rgba(85, 223, 240, 0.22), transparent 18%),
    radial-gradient(circle at 88% 36%, rgba(255, 255, 255, 0.18), transparent 9%),
    linear-gradient(90deg, #061018 0 74%, #dffbff 74% 100%);
  box-shadow: 0 24px 80px var(--shadow), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.guest-card::before,
.guest-card::after,
.vip-card::before,
.vip-card::after,
.choice-card::before,
.choice-card::after,
.status-card::before,
.status-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.guest-card::before,
.vip-card::before,
.choice-card::before,
.status-card::before {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%),
    repeating-linear-gradient(174deg, transparent 0 23px, rgba(58, 206, 235, 0.08) 24px 25px, transparent 26px 46px),
    linear-gradient(151deg, transparent 0 15%, rgba(255, 255, 255, 0.72) 15.2% 22%, transparent 22.4%),
    linear-gradient(151deg, transparent 0 42%, rgba(85, 223, 240, 0.25) 42.2% 52%, transparent 52.4%),
    linear-gradient(151deg, transparent 0 68%, rgba(255, 255, 255, 0.65) 68.2% 74%, transparent 74.4%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.92;
}

.guest-card::after,
.vip-card::after,
.choice-card::after,
.status-card::after {
  z-index: 9;
  border: 1px solid rgba(89, 230, 244, 0.38);
  box-shadow: inset 0 0 28px rgba(85, 223, 240, 0.1);
}

.guest-card.is-active .form-brand,
.guest-card.is-active .form-hero,
.guest-card.is-active .guest-form,
.vip-card.is-active .form-brand,
.vip-card.is-active .form-hero,
.vip-card.is-active .vip-form,
.choice-card.is-active .form-brand,
.choice-card.is-active .form-hero,
.choice-card.is-active .choice-form,
.status-card.is-active .form-brand,
.status-card.is-active .form-hero,
.status-card.is-active .review-panel,
.status-card.is-active .wallet-list,
.status-card.is-active .verify-panel {
  animation: fade-up-soft 0.66s ease-out both;
}

.guest-card.is-active .form-brand,
.vip-card.is-active .form-brand,
.choice-card.is-active .form-brand,
.status-card.is-active .form-brand {
  animation-name: fade-down;
}

.guest-card.is-active .guest-form,
.vip-card.is-active .vip-form,
.choice-card.is-active .choice-form,
.status-card.is-active .review-panel,
.status-card.is-active .wallet-list,
.status-card.is-active .verify-panel {
  animation-delay: 0.12s;
}

.form-brand {
  position: absolute;
  top: 4.8%;
  right: 2%;
  z-index: 4;
  width: clamp(84px, 23%, 132px);
  height: auto;
}

.form-court {
  position: absolute;
  left: 7%;
  right: 24%;
  bottom: 5%;
  z-index: 1;
  height: 32%;
  border-top: 1px solid rgba(82, 221, 244, 0.16);
  background:
    linear-gradient(180deg, transparent, rgba(3, 15, 22, 0.9)),
    repeating-linear-gradient(7deg, rgba(255, 255, 255, 0.028) 0 2px, transparent 2px 14px);
}

.form-court span {
  position: absolute;
  border: 2px solid rgba(38, 185, 235, 0.44);
  transform: perspective(220px) rotateX(58deg);
}

.form-court span:first-child {
  left: 9%;
  bottom: 20%;
  width: 78%;
  height: 34%;
  border-radius: 50%;
}

.form-court span:last-child {
  right: -12%;
  bottom: 44%;
  width: 50%;
  height: 20%;
  border-radius: 6px;
}

.form-hero {
  position: relative;
  z-index: 4;
  width: 64%;
  margin: 9.5% 0 0 9%;
  text-transform: uppercase;
}

.form-hero p,
.form-hero h2,
.form-hero span {
  margin: 0;
}

.form-hero p {
  color: var(--cyan);
  font-size: clamp(15px, 3.8cqw, 28px);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 18px rgba(85, 223, 240, 0.56);
}

.form-hero h2 {
  margin-top: 2%;
  color: #ffffff;
  font-size: clamp(39px, 10cqw, 76px);
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.22), 0 0 28px rgba(92, 219, 244, 0.2);
}

.form-hero span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 5%;
  color: var(--cyan);
  font-size: clamp(12px, 3cqw, 20px);
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.form-hero span::before {
  width: 38px;
  height: 3px;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(85, 223, 240, 0.62);
  content: "";
}

.guest-form {
  position: relative;
  z-index: 5;
  display: grid;
  gap: clamp(10px, 2.6cqw, 16px);
  width: 82%;
  max-height: 70%;
  margin: 4.5% 0 0 9%;
  padding: clamp(16px, 4.2cqw, 24px);
  border: 1px solid rgba(85, 223, 240, 0.26);
  background:
    linear-gradient(110deg, rgba(6, 25, 35, 0.92), rgba(4, 14, 21, 0.78)),
    repeating-linear-gradient(112deg, rgba(85, 223, 240, 0.06) 0 1px, transparent 1px 16px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36), inset 0 0 28px rgba(85, 223, 240, 0.08);
  backdrop-filter: blur(14px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(85, 223, 240, 0.58) rgba(0, 0, 0, 0.18);
}

.field,
.consent {
  display: grid;
  gap: 7px;
}

.field span {
  color: rgba(248, 254, 255, 0.88);
  font-size: clamp(12px, 3cqw, 16px);
  font-weight: 800;
}

.field input {
  width: 100%;
  min-height: clamp(42px, 10.8cqw, 54px);
  border: 1px solid rgba(85, 223, 240, 0.26);
  border-radius: 0;
  background: rgba(1, 9, 14, 0.72);
  color: #ffffff;
  font: inherit;
  font-size: clamp(14px, 3.5cqw, 18px);
  outline: 0;
  padding: 0 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field input::placeholder {
  color: rgba(248, 254, 255, 0.36);
}

.field input:focus {
  border-color: rgba(85, 223, 240, 0.88);
  background: rgba(2, 15, 22, 0.92);
  box-shadow: 0 0 0 3px rgba(85, 223, 240, 0.12), 0 0 20px rgba(85, 223, 240, 0.16);
}

.field input.is-invalid {
  border-color: rgba(255, 107, 48, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 107, 48, 0.12);
}

.consent {
  grid-template-columns: 20px 1fr;
  align-items: start;
  color: rgba(248, 254, 255, 0.72);
  font-size: clamp(12px, 2.9cqw, 15px);
  line-height: 1.45;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--cyan);
}

.companion-block {
  display: grid;
  gap: clamp(10px, 2.5cqw, 14px);
}

.companion-toggle {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: clamp(44px, 10.8cqw, 54px);
  border: 1px solid rgba(85, 223, 240, 0.34);
  background:
    linear-gradient(112deg, rgba(8, 35, 46, 0.88), rgba(3, 12, 18, 0.72)),
    repeating-linear-gradient(112deg, rgba(85, 223, 240, 0.06) 0 1px, transparent 1px 16px);
  color: #ffffff;
  cursor: pointer;
  padding: 0 13px;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 140ms ease;
}

.companion-toggle span {
  font-size: clamp(14px, 3.5cqw, 18px);
  font-weight: 900;
}

.companion-toggle em {
  color: var(--cyan);
  font-size: clamp(11px, 2.7cqw, 14px);
  font-style: normal;
  font-weight: 900;
}

.companion-toggle[aria-expanded="true"] {
  border-color: rgba(85, 223, 240, 0.86);
  box-shadow: 0 0 20px rgba(85, 223, 240, 0.16), inset 0 0 20px rgba(85, 223, 240, 0.1);
}

.companion-toggle:is(:hover, :focus-visible) {
  outline: none;
  border-color: rgba(255, 255, 255, 0.7);
}

.companion-toggle:active {
  transform: scale(0.98);
}

.companion-fields {
  display: grid;
  gap: clamp(10px, 2.4cqw, 14px);
  padding: clamp(12px, 3cqw, 16px);
  border: 1px solid rgba(85, 223, 240, 0.2);
  background: rgba(0, 0, 0, 0.16);
}

.companion-fields[hidden] {
  display: none;
}

.form-message {
  min-height: 18px;
  margin: 0;
  color: var(--cyan);
  font-size: clamp(12px, 2.8cqw, 15px);
  font-weight: 700;
}

.form-message.is-error {
  color: #ff8a4f;
}

.form-actions {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 10px;
  margin-top: 2px;
}

.ghost-btn,
.submit-btn {
  min-height: clamp(44px, 11.5cqw, 58px);
  border-radius: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 120ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ghost-btn {
  border: 1px solid rgba(248, 254, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(248, 254, 255, 0.84);
  font-size: clamp(14px, 3.4cqw, 18px);
  font-weight: 900;
}

.submit-btn {
  position: relative;
  display: grid;
  align-content: center;
  overflow: hidden;
  border: 1px solid rgba(85, 223, 240, 0.5);
  background:
    linear-gradient(90deg, transparent 0 43%, rgba(255, 255, 255, 0.42) 50%, transparent 58% 100%),
    linear-gradient(90deg, rgba(13, 169, 198, 0.88), rgba(85, 223, 240, 0.18));
  background-size: 220% 100%, 100% 100%;
  box-shadow: 0 0 22px rgba(85, 223, 240, 0.26), inset 0 0 14px rgba(85, 223, 240, 0.16);
  color: #ffffff;
  text-align: left;
  padding: 0 16px;
  animation: enter-pulse 1.6s ease-in-out infinite;
}

.submit-btn::after {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 28px;
  height: 12px;
  border-top: 4px solid var(--cyan);
  border-right: 4px solid var(--cyan);
  content: "";
  transform: translateY(-50%) skewX(-18deg);
}

.submit-btn span:first-child {
  font-size: clamp(17px, 4.1cqw, 24px);
  font-weight: 1000;
  line-height: 1;
}

.submit-btn span:last-child {
  margin-top: 5px;
  color: var(--cyan);
  font-size: clamp(10px, 2.4cqw, 14px);
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
}

.ghost-btn:active,
.submit-btn:active {
  transform: scale(0.97);
}

.submit-btn:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  animation: none;
}

.ghost-btn:focus-visible,
.submit-btn:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.vip-card {
  background:
    radial-gradient(circle at 21% 10%, rgba(85, 223, 240, 0.24), transparent 18%),
    radial-gradient(circle at 50% 76%, rgba(255, 107, 48, 0.12), transparent 16%),
    linear-gradient(90deg, #061018 0 74%, #dffbff 74% 100%);
}

.vip-light {
  position: absolute;
  inset: 0 0 0 74%;
  z-index: 1;
  overflow: hidden;
  background:
    linear-gradient(150deg, transparent 0 10%, rgba(255, 255, 255, 0.76) 10.2% 18%, transparent 18.4%),
    linear-gradient(151deg, transparent 0 36%, rgba(77, 211, 230, 0.28) 36.2% 47%, transparent 47.4%),
    linear-gradient(148deg, transparent 0 62%, rgba(255, 255, 255, 0.72) 62.2% 70%, transparent 70.4%);
}

.vip-light span {
  position: absolute;
  left: -56%;
  width: 158%;
  background: rgba(255, 255, 255, 0.62);
  transform: skewY(-31deg);
}

.vip-light span:first-child {
  top: 12%;
  height: 20%;
}

.vip-light span:last-child {
  bottom: 20%;
  height: 16%;
  background: rgba(73, 211, 229, 0.26);
}

.vip-hero {
  margin-top: 17.5%;
}

.vip-form {
  position: relative;
  z-index: 5;
  display: grid;
  gap: clamp(13px, 3.3cqw, 20px);
  width: 82%;
  margin: 11% 0 0 9%;
}

.vip-form fieldset {
  display: grid;
  gap: clamp(13px, 3.4cqw, 20px);
  margin: 0;
  padding: 0;
  border: 0;
}

.vip-form legend {
  margin: 0 0 2px;
  color: rgba(248, 254, 255, 0.86);
  font-size: clamp(14px, 3.4cqw, 20px);
  font-weight: 900;
}

.vip-option {
  position: relative;
  display: grid;
  grid-template-columns: clamp(48px, 12cqw, 68px) 1fr;
  gap: clamp(12px, 3.2cqw, 18px);
  min-height: clamp(122px, 30cqw, 156px);
  padding: clamp(16px, 4cqw, 22px);
  border: 1px solid rgba(85, 223, 240, 0.26);
  background:
    linear-gradient(118deg, rgba(7, 27, 38, 0.92), rgba(3, 10, 16, 0.72)),
    repeating-linear-gradient(112deg, rgba(85, 223, 240, 0.08) 0 1px, transparent 1px 18px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 0 24px rgba(85, 223, 240, 0.07);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.vip-option::after {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 30px;
  height: 12px;
  border-top: 4px solid rgba(85, 223, 240, 0.36);
  border-right: 4px solid rgba(85, 223, 240, 0.36);
  content: "";
  transform: translateY(-50%) skewX(-18deg);
  transition: border-color 180ms ease, transform 180ms ease;
}

.vip-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-index {
  color: rgba(85, 223, 240, 0.56);
  font-size: clamp(26px, 6.4cqw, 38px);
  font-style: italic;
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 0 16px rgba(85, 223, 240, 0.28);
}

.option-copy {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding-right: 38px;
}

.option-copy strong,
.option-copy em,
.option-copy small {
  display: block;
}

.option-copy strong {
  color: #ffffff;
  font-size: clamp(25px, 6.4cqw, 38px);
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.22);
}

.option-copy em {
  color: var(--cyan);
  font-size: clamp(12px, 3cqw, 18px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1;
}

.option-copy small {
  color: rgba(248, 254, 255, 0.6);
  font-size: clamp(12px, 2.9cqw, 15px);
  line-height: 1.42;
}

.vip-option:has(input:checked) {
  border-color: rgba(85, 223, 240, 0.9);
  background:
    linear-gradient(118deg, rgba(11, 48, 62, 0.95), rgba(4, 16, 24, 0.78)),
    repeating-linear-gradient(112deg, rgba(85, 223, 240, 0.13) 0 1px, transparent 1px 18px);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.38), 0 0 28px rgba(85, 223, 240, 0.24), inset 0 0 28px rgba(85, 223, 240, 0.16);
  transform: translateX(4px);
}

.vip-option:has(input:checked)::after {
  border-color: var(--cyan);
  transform: translate(4px, -50%) skewX(-18deg);
}

.vip-option:focus-within {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.vip-note,
.vip-message {
  margin: 0;
  font-size: clamp(12px, 2.9cqw, 15px);
  line-height: 1.5;
  font-weight: 700;
}

.vip-note {
  color: rgba(248, 254, 255, 0.62);
}

.vip-message {
  min-height: 18px;
  color: var(--cyan);
}

.vip-message.is-error {
  color: #ff8a4f;
}

.choice-card {
  background:
    radial-gradient(circle at 17% 12%, rgba(85, 223, 240, 0.24), transparent 19%),
    radial-gradient(circle at 80% 82%, rgba(255, 107, 48, 0.13), transparent 14%),
    linear-gradient(90deg, #061018 0 74%, #dffbff 74% 100%);
}

.events-card {
  background:
    radial-gradient(circle at 20% 10%, rgba(85, 223, 240, 0.22), transparent 18%),
    radial-gradient(circle at 68% 72%, rgba(198, 106, 37, 0.14), transparent 17%),
    linear-gradient(90deg, #061018 0 74%, #dffbff 74% 100%);
}

.choice-grid {
  position: absolute;
  left: 7%;
  right: 25%;
  bottom: 4%;
  z-index: 1;
  height: 40%;
  border-top: 1px solid rgba(82, 221, 244, 0.16);
  background:
    linear-gradient(180deg, transparent, rgba(3, 15, 22, 0.9)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 24px);
  transform: perspective(260px) rotateX(58deg);
  transform-origin: center bottom;
}

.choice-hero {
  margin-top: 13.8%;
}

.choice-form {
  position: relative;
  z-index: 5;
  display: grid;
  gap: clamp(10px, 2.5cqw, 15px);
  width: 82%;
  margin: 7.4% 0 0 9%;
}

.choice-intro,
.choice-message {
  margin: 0;
  font-size: clamp(12px, 2.9cqw, 15px);
  line-height: 1.5;
  font-weight: 700;
}

.choice-intro {
  color: rgba(248, 254, 255, 0.68);
}

.choice-form fieldset {
  display: grid;
  gap: clamp(9px, 2.4cqw, 14px);
  margin: 0;
  padding: 0;
  border: 0;
}

.choice-form legend {
  margin: 0 0 2px;
  color: rgba(85, 223, 240, 0.92);
  font-size: clamp(13px, 3.1cqw, 17px);
  font-style: italic;
  font-weight: 900;
}

.choice-option {
  position: relative;
  display: grid;
  grid-template-columns: clamp(58px, 14.5cqw, 78px) 1fr;
  gap: clamp(12px, 3cqw, 18px);
  min-height: clamp(92px, 22.5cqw, 120px);
  padding: clamp(13px, 3.3cqw, 18px);
  border: 1px solid rgba(85, 223, 240, 0.24);
  background:
    linear-gradient(118deg, rgba(7, 27, 38, 0.9), rgba(3, 10, 16, 0.7)),
    repeating-linear-gradient(112deg, rgba(85, 223, 240, 0.07) 0 1px, transparent 1px 18px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3), inset 0 0 22px rgba(85, 223, 240, 0.06);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.choice-option::after {
  position: absolute;
  right: 13px;
  top: 16px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(85, 223, 240, 0.42);
  background: rgba(1, 9, 14, 0.42);
  content: "";
  transform: skewX(-12deg);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.choice-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-date {
  display: grid;
  place-items: center;
  min-width: 0;
  border-right: 1px solid rgba(85, 223, 240, 0.2);
  color: var(--cyan);
  font-size: clamp(14px, 3.4cqw, 19px);
  font-style: italic;
  font-weight: 1000;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 16px rgba(85, 223, 240, 0.32);
}

.choice-copy {
  display: grid;
  align-content: center;
  gap: 5px;
  min-width: 0;
  padding-right: clamp(78px, 19cqw, 100px);
}

.choice-copy strong,
.choice-copy em,
.choice-copy small {
  display: block;
}

.choice-copy strong {
  color: #ffffff;
  font-size: clamp(21px, 5.3cqw, 31px);
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.22);
}

.choice-copy em {
  color: var(--cyan);
  font-size: clamp(11px, 2.7cqw, 15px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
}

.choice-copy small {
  color: rgba(248, 254, 255, 0.62);
  font-size: clamp(12px, 2.9cqw, 15px);
  line-height: 1.35;
}

.choice-option:has(input:checked) {
  border-color: rgba(85, 223, 240, 0.9);
  background:
    linear-gradient(118deg, rgba(11, 48, 62, 0.95), rgba(4, 16, 24, 0.78)),
    repeating-linear-gradient(112deg, rgba(85, 223, 240, 0.13) 0 1px, transparent 1px 18px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36), 0 0 24px rgba(85, 223, 240, 0.22), inset 0 0 26px rgba(85, 223, 240, 0.14);
  transform: translateX(4px);
}

.choice-option:has(input:checked)::after {
  border-color: var(--cyan);
  background:
    linear-gradient(135deg, transparent 0 44%, #ffffff 45% 55%, transparent 56%),
    rgba(85, 223, 240, 0.34);
  box-shadow: 0 0 18px rgba(85, 223, 240, 0.48);
}

.choice-option:focus-within {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.ticket-stepper {
  position: absolute;
  right: 12px;
  top: 50%;
  z-index: 3;
  display: grid;
  grid-template-columns: 28px minmax(34px, auto) 28px;
  align-items: center;
  gap: 4px;
  transform: translateY(-50%);
}

.ticket-stepper[hidden] {
  display: none;
}

.ticket-stepper button,
.ticket-stepper span {
  display: grid;
  min-height: 28px;
  place-items: center;
  border: 1px solid rgba(85, 223, 240, 0.36);
  background: rgba(1, 9, 14, 0.72);
  color: var(--cyan);
  font-size: clamp(11px, 2.7cqw, 14px);
  font-weight: 1000;
  line-height: 1;
}

.ticket-stepper button {
  cursor: pointer;
  padding: 0;
}

.ticket-stepper button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.ticket-stepper button:is(:hover, :focus-visible) {
  outline: none;
  border-color: rgba(255, 255, 255, 0.74);
}

.choice-message {
  min-height: 18px;
  color: var(--cyan);
}

.choice-message.is-error {
  color: #ff8a4f;
}

.status-card {
  background:
    radial-gradient(circle at 20% 10%, rgba(85, 223, 240, 0.24), transparent 18%),
    radial-gradient(circle at 72% 70%, rgba(255, 107, 48, 0.12), transparent 16%),
    linear-gradient(90deg, #061018 0 74%, #dffbff 74% 100%);
}

.status-grid {
  position: absolute;
  left: 7%;
  right: 24%;
  bottom: 4%;
  z-index: 1;
  height: 43%;
  border-top: 1px solid rgba(82, 221, 244, 0.16);
  background:
    linear-gradient(180deg, transparent, rgba(3, 15, 22, 0.94)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 30px),
    repeating-linear-gradient(0deg, rgba(85, 223, 240, 0.035) 0 1px, transparent 1px 22px);
  transform: perspective(260px) rotateX(58deg);
  transform-origin: center bottom;
}

.status-hero {
  margin-top: 13.5%;
}

.review-panel,
.wallet-list,
.verify-panel {
  position: relative;
  z-index: 5;
  width: 82%;
  margin: 9% 0 0 9%;
}

.review-panel,
.verify-panel {
  display: grid;
  gap: clamp(15px, 3.8cqw, 22px);
  padding: clamp(18px, 4.6cqw, 26px);
  border: 1px solid rgba(85, 223, 240, 0.3);
  background:
    linear-gradient(118deg, rgba(7, 27, 38, 0.94), rgba(3, 10, 16, 0.74)),
    repeating-linear-gradient(112deg, rgba(85, 223, 240, 0.08) 0 1px, transparent 1px 18px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36), inset 0 0 28px rgba(85, 223, 240, 0.08);
}

.status-badge {
  justify-self: start;
  padding: 6px 10px;
  border: 1px solid rgba(85, 223, 240, 0.54);
  color: var(--cyan);
  font-size: clamp(12px, 3cqw, 15px);
  font-style: italic;
  font-weight: 1000;
  letter-spacing: 0.12em;
  box-shadow: 0 0 18px rgba(85, 223, 240, 0.16);
}

.review-panel h3,
.review-panel p,
.verify-panel h3,
.verify-panel p {
  margin: 0;
}

.review-panel h3,
.verify-panel h3 {
  color: #ffffff;
  font-size: clamp(27px, 6.8cqw, 42px);
  font-weight: 1000;
  line-height: 1.05;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.22);
}

.review-panel p,
.verify-panel p {
  color: rgba(248, 254, 255, 0.72);
  font-size: clamp(13px, 3.2cqw, 17px);
  font-weight: 700;
  line-height: 1.62;
}

.review-reason {
  padding: 11px 12px;
  border: 1px solid rgba(255, 138, 79, 0.42);
  background: rgba(255, 107, 48, 0.1);
  color: #ffb086;
}

.review-reason[hidden],
.phone-entry.is-hidden {
  display: none;
}

.review-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0;
}

.review-meta div {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(85, 223, 240, 0.2);
  background: rgba(1, 9, 14, 0.48);
}

.review-meta dt,
.review-meta dd {
  margin: 0;
}

.review-meta dt {
  color: rgba(248, 254, 255, 0.5);
  font-size: clamp(11px, 2.8cqw, 14px);
  font-weight: 800;
}

.review-meta dd {
  color: #ffffff;
  font-size: clamp(14px, 3.4cqw, 18px);
  font-weight: 1000;
}

.schedule-entry {
  width: 100%;
}

.code-strip {
  display: grid;
  gap: 7px;
  padding: 12px;
  border: 1px solid rgba(85, 223, 240, 0.24);
  background: rgba(1, 9, 14, 0.5);
}

.code-strip span {
  color: rgba(248, 254, 255, 0.54);
  font-size: clamp(11px, 2.7cqw, 14px);
  font-weight: 800;
}

.code-strip strong {
  color: var(--cyan);
  font-size: clamp(17px, 4.1cqw, 24px);
  font-style: italic;
  font-weight: 1000;
  letter-spacing: 0.08em;
  line-height: 1;
}

.phone-actions {
  display: grid;
  gap: 12px;
}

.phone-actions .submit-btn,
.phone-actions .ghost-btn,
.auth-complete,
.manual-submit,
.progress-refresh {
  width: 100%;
}

.self-auth-panel {
  justify-items: stretch;
}

.auth-qr {
  justify-self: center;
  width: min(48cqw, 176px);
}

.manual-auth-form {
  margin-top: 6.4%;
}

.field select {
  width: 100%;
  min-height: clamp(42px, 10.8cqw, 54px);
  border: 1px solid rgba(85, 223, 240, 0.26);
  border-radius: 0;
  background: rgba(1, 9, 14, 0.72);
  color: #ffffff;
  font: inherit;
  font-size: clamp(14px, 3.5cqw, 18px);
  outline: 0;
  padding: 0 13px;
}

.field select:focus {
  border-color: rgba(85, 223, 240, 0.88);
  background: rgba(2, 15, 22, 0.92);
  box-shadow: 0 0 0 3px rgba(85, 223, 240, 0.12), 0 0 20px rgba(85, 223, 240, 0.16);
}

.field select.is-invalid {
  border-color: rgba(255, 107, 48, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 107, 48, 0.12);
}

.doc-type-field {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.doc-type-field legend {
  color: rgba(248, 254, 255, 0.88);
  font-size: clamp(12px, 3cqw, 16px);
  font-weight: 800;
}

.doc-type-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.doc-type-options label {
  position: relative;
  min-width: 0;
}

.doc-type-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.doc-type-options span {
  display: grid;
  min-height: 38px;
  place-items: center;
  border: 1px solid rgba(85, 223, 240, 0.26);
  background: rgba(1, 9, 14, 0.62);
  color: rgba(248, 254, 255, 0.78);
  font-size: clamp(12px, 2.8cqw, 15px);
  font-weight: 900;
  text-align: center;
}

.doc-type-options input:checked+span {
  border-color: rgba(85, 223, 240, 0.9);
  background: rgba(85, 223, 240, 0.18);
  color: #ffffff;
  box-shadow: 0 0 18px rgba(85, 223, 240, 0.18);
}

.doc-type-options input.is-invalid+span {
  border-color: rgba(255, 107, 48, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 107, 48, 0.12);
}

.wallet-list {
  display: grid;
  gap: clamp(10px, 2.6cqw, 15px);
  margin-top: 7%;
}

.schedule-card .wallet-list {
  align-content: start;
  height: 51%;
  margin-top: 6%;
  padding-right: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(85, 223, 240, 0.58) rgba(1, 9, 14, 0.28);
  scrollbar-width: thin;
}

.schedule-card .wallet-list::-webkit-scrollbar {
  width: 4px;
}

.schedule-card .wallet-list::-webkit-scrollbar-track {
  background: rgba(1, 9, 14, 0.28);
}

.schedule-card .wallet-list::-webkit-scrollbar-thumb {
  background: rgba(85, 223, 240, 0.58);
}

.schedule-back {
  position: relative;
  z-index: 5;
  width: 82%;
  min-height: clamp(42px, 10.5cqw, 54px);
  margin: 4.5% 0 0 9%;
}

.wallet-item {
  display: grid;
  grid-template-columns: clamp(62px, 15cqw, 82px) 1fr;
  gap: 13px;
  align-items: center;
  min-height: clamp(96px, 23cqw, 128px);
  padding: 13px;
  border: 1px solid rgba(85, 223, 240, 0.24);
  background:
    linear-gradient(118deg, rgba(7, 27, 38, 0.9), rgba(3, 10, 16, 0.72)),
    repeating-linear-gradient(112deg, rgba(85, 223, 240, 0.07) 0 1px, transparent 1px 18px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3), inset 0 0 22px rgba(85, 223, 240, 0.06);
}

.wallet-date {
  display: grid;
  place-items: center;
  height: 100%;
  border-right: 1px solid rgba(85, 223, 240, 0.22);
  color: var(--cyan);
  font-size: clamp(14px, 3.4cqw, 19px);
  font-style: italic;
  font-weight: 1000;
  line-height: 1;
}

.wallet-item strong,
.wallet-item em,
.wallet-item small {
  display: block;
}

.wallet-item strong {
  color: #ffffff;
  font-size: clamp(22px, 5.4cqw, 31px);
  font-weight: 1000;
  line-height: 1;
}

.wallet-item em {
  margin-top: 7px;
  color: rgba(248, 254, 255, 0.66);
  font-size: clamp(12px, 3cqw, 15px);
  font-style: normal;
  font-weight: 800;
}

.wallet-item small {
  margin-top: 9px;
  color: rgba(248, 254, 255, 0.78);
  font-size: clamp(12px, 3cqw, 15px);
  font-weight: 800;
  line-height: 1.45;
}

.qr-code {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 8px solid #ffffff;
  background:
    linear-gradient(90deg, #061018 12px, transparent 12px) 0 0 / 24px 24px,
    linear-gradient(#061018 12px, transparent 12px) 0 0 / 24px 24px,
    linear-gradient(135deg, transparent 0 42%, #061018 42% 56%, transparent 56%),
    #f8feff;
  box-shadow: 0 0 22px rgba(85, 223, 240, 0.2);
}

.qr-code::before,
.qr-code::after {
  position: absolute;
  width: 28%;
  aspect-ratio: 1;
  border: 7px solid #061018;
  background: #f8feff;
  content: "";
}

.qr-code::before {
  left: 8%;
  top: 8%;
}

.qr-code::after {
  right: 8%;
  bottom: 8%;
}

.qr-code span {
  position: relative;
  z-index: 1;
  padding: 3px 5px;
  background: #061018;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 1000;
  line-height: 1;
}

.qr-code-alt {
  background:
    linear-gradient(90deg, #061018 9px, transparent 9px) 0 0 / 20px 20px,
    linear-gradient(#061018 9px, transparent 9px) 0 0 / 20px 20px,
    linear-gradient(45deg, transparent 0 46%, #061018 46% 58%, transparent 58%),
    #f8feff;
}

.qr-code-event {
  background:
    radial-gradient(circle at 34% 62%, #061018 0 6px, transparent 7px),
    linear-gradient(90deg, #061018 10px, transparent 10px) 0 0 / 22px 22px,
    linear-gradient(#061018 10px, transparent 10px) 0 0 / 22px 22px,
    #f8feff;
}

.loading-mask {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  gap: 16px;
  place-items: center;
  align-content: center;
  background: #03090e;
  color: rgba(248, 254, 255, 0.68);
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.loading-mask.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading-mask p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  animation: loading-text-in 0.56s ease-out 0.12s both;
}

.loading-spinner {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(85, 223, 240, 0.16);
  border-top-color: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(85, 223, 240, 0.22);
  animation: spin 0.8s linear infinite;
}

@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateX(-90%);
  }

  24% {
    opacity: 0.72;
  }

  100% {
    opacity: 0;
    transform: translateX(90%);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-up-tight {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-up-soft {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-down {
  0% {
    opacity: 0;
    transform: translateY(-16px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rail-reveal {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    transform: translateY(24px);
  }

  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loading-text-in {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stripe-slide {
  0% {
    opacity: 0;
    transform: translateX(-34%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes line-reveal {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes basketball-bounce-in {
  0% {
    opacity: 0;
    transform: translateY(72%) rotate(-38deg) scale(0.72);
  }

  58% {
    opacity: 1;
    transform: translateY(-6%) rotate(12deg) scale(1.08);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes basketball-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes light-breathe {

  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }
}

@keyframes enter-pulse {

  0%,
  100% {
    background-position: 120% 0, 0 0;
    opacity: 0.55;
    transform: translateX(0) scale(1);
  }

  45% {
    background-position: -45% 0, 0 0;
    opacity: 1;
    transform: translateX(5px) scale(1.02);
  }
}

@keyframes enter-arrow {
  0% {
    opacity: 0.35;
    transform: translate(-6px, -50%) skewX(-18deg);
  }

  42% {
    opacity: 1;
    transform: translate(6px, -50%) skewX(-18deg);
  }

  70%,
  100% {
    opacity: 0.35;
    transform: translate(-6px, -50%) skewX(-18deg);
  }
}

@media (max-aspect-ratio: 9 / 16) {

  .invite-card,
  .guest-card,
  .vip-card,
  .choice-card,
  .status-card {
    width: 100vw;
    height: var(--app-height);
    aspect-ratio: auto;
  }
}

@media (min-aspect-ratio: 10 / 16) and (max-width: 520px) {

  .invite-card,
  .guest-card,
  .vip-card,
  .choice-card,
  .status-card {
    width: min(100vw, calc(var(--app-height) * 941 / 1672));
    height: auto;
  }
}

@media (min-width: 640px) and (min-height: 600px) and (min-aspect-ratio: 3 / 4) {
  body {
    overflow-y: auto;
  }

  .page {
    align-items: start;
    justify-items: center;
    min-height: var(--app-height);
    overflow: visible;
    padding: max(20px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-left), env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom));
  }

  .invite-card,
  .guest-card,
  .vip-card,
  .choice-card,
  .status-card {
    width: min(calc(100vw - 48px), 760px);
    max-width: calc(var(--app-height) * 941 / 1080);
    height: auto;
    aspect-ratio: 941 / 1672;
  }
}

html.is-foldable-layout body {
  overflow-y: auto;
}

.page.is-foldable-layout {
  align-items: start;
  justify-items: center;
  min-height: var(--app-height);
  overflow: visible;
  padding: max(20px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-left), env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom));
}

.page.is-foldable-layout .invite-card,
.page.is-foldable-layout .guest-card,
.page.is-foldable-layout .vip-card,
.page.is-foldable-layout .choice-card,
.page.is-foldable-layout .status-card {
  width: min(calc(100vw - 48px), 760px);
  max-width: calc(var(--app-height) * 941 / 1080);
  height: auto;
  aspect-ratio: 941 / 1672;
}

@media (max-width: 520px) {
  .page {
    --page-pad-x: 0px;
    --page-pad-y: 0px;

    padding: 0;
    background: #000;
  }

  .invite-card,
  .guest-card,
  .vip-card,
  .choice-card,
  .status-card {
    box-shadow: none;
  }

  .brand {
    right: 2%;
    width: clamp(78px, 22%, 112px);
  }

  .enter-panel {
    bottom: max(14px, env(safe-area-inset-bottom));
  }

  .page.is-keyboard-open .invite-card,
  .page.is-keyboard-open .guest-card,
  .page.is-keyboard-open .vip-card,
  .page.is-keyboard-open .choice-card,
  .page.is-keyboard-open .status-card {
    width: 100vw;
    height: var(--app-height);
    aspect-ratio: auto;
  }
}

@media (max-height: 720px) {
  .side-rail {
    font-size: clamp(7px, 1.35cqw, 9px);
    letter-spacing: 0.48em;
  }

  .hero-copy {
    top: 15%;
  }

  .cn-copy {
    top: 47%;
  }

  .enter-hotspot {
    bottom: 13%;
  }

  .query-hotspot {
    bottom: 5.8%;
  }

  .form-hero {
    margin-top: 7%;
  }

  .guest-form {
    gap: 8px;
    margin-top: 2.75%;
    padding: 14px;
  }

  .field input {
    min-height: 39px;
  }

  .form-actions {
    margin-top: 0;
  }

  .vip-hero {
    margin-top: 13%;
  }

  .vip-form {
    gap: 10px;
    margin-top: 7%;
  }

  .vip-option {
    min-height: 108px;
    padding: 14px;
  }

  .choice-hero {
    margin-top: 10.5%;
  }

  .choice-form {
    gap: 8px;
    margin-top: 5%;
  }

  .choice-form fieldset {
    gap: 8px;
  }

  .choice-option {
    min-height: 82px;
    padding: 11px;
  }

  .status-hero {
    margin-top: 10.5%;
  }

  .review-panel {
    gap: 11px;
    margin-top: 5%;
    padding: 15px;
  }

  .verify-panel {
    gap: 11px;
    margin-top: 5%;
    padding: 15px;
  }

  .manual-auth-form {
    margin-top: 4%;
  }

  .wallet-list {
    gap: 8px;
    margin-top: 5%;
  }

  .schedule-card .wallet-list {
    height: 53%;
    margin-top: 4.5%;
  }

  .schedule-back {
    margin-top: 3.5%;
  }

  .wallet-item {
    min-height: 82px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .enter-hotspot::before,
  .enter-hotspot::after {
    animation: none !important;
  }
}
