:root {
  color-scheme: dark;
  --black: #050403;
  --panel: #0d0c0d;
  --panel-2: #151315;
  --gold: #f8d858;
  --gold-2: #b98328;
  --gold-soft: rgba(248, 216, 88, 0.28);
  --theme-button: linear-gradient(110deg, rgba(255, 115, 21, 0.5), rgba(244, 185, 0, 0.5));
  --theme-button-solid: linear-gradient(97deg, #ffe63d, #fee83e 43%, #faa238);
  --text: #fff;
  --muted: #a7a4ae;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: #000;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: #000;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
  color: inherit;
  font: inherit;
}

button,
.clickable {
  cursor: pointer;
}

button:active,
.clickable:active {
  filter: brightness(1.12);
  transform: scale(0.975);
}

img {
  user-select: none;
  -webkit-user-drag: none;
}

.phone-shell {
  position: relative;
  width: min(100%, 428px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.88);
}

.app-view {
  display: none;
  min-height: 100vh;
}

.app-view.active {
  display: block;
}

.home-view {
  position: relative;
  background: #000;
}

.home-view::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: url("./assets/source-ui/home-bg.png") repeat-y top / 100% auto;
  content: "";
  filter: sepia(1) saturate(2.25) hue-rotate(342deg) brightness(0.58);
  opacity: 0.62;
}

.home-view::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 91% 14%, rgba(233, 152, 31, 0.15), transparent 22%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.38) 62%, #000 100%);
  content: "";
}

.topbar {
  position: relative;
  z-index: 3;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.brand {
  height: 46px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  text-align: left;
}

.brand-emblem {
  position: relative;
  width: 39px;
  height: 34px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #ffdf67;
  background:
    linear-gradient(145deg, rgba(255, 233, 135, 0.28), rgba(112, 70, 9, 0.18)),
    #171006;
  clip-path: polygon(50% 0, 92% 21%, 84% 78%, 50% 100%, 16% 78%, 8% 21%);
  filter: drop-shadow(0 0 8px rgba(255, 210, 72, 0.32));
}

.brand-emblem::before,
.brand-emblem::after {
  position: absolute;
  top: 7px;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 224, 110, 0.7);
  transform: rotate(45deg);
  content: "";
}

.brand-emblem::before { left: 5px; }
.brand-emblem::after { right: 5px; }

.brand-emblem i {
  color: #ffe77d;
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -1px;
}

.brand-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: var(--gold);
  line-height: 1;
}

.brand-copy strong {
  white-space: nowrap;
  font-family: Georgia, "Songti SC", serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow: 0 1px 10px rgba(255, 213, 76, 0.28);
}

.brand-copy small {
  margin-top: 5px;
  color: #c6973a;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 2px;
}

.wallet-area {
  display: flex;
  align-items: center;
  gap: 7px;
}

.wallet-bar {
  width: 148px;
  height: 38px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 19px;
  background: linear-gradient(180deg, rgba(70, 53, 41, 0.38), rgba(238, 220, 188, 0.08));
}

.balance {
  min-width: 76px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 8px;
  font-size: 13px;
}

.coin {
  width: 22px;
  height: 22px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #c9f3cf;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #a8f6c5, #087662 58%, #04362e);
  color: #effff7;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 0 8px rgba(68, 233, 187, 0.4);
}

.refresh {
  width: 26px;
  color: #b8b4ad;
  font-size: 19px;
}

.recharge-top {
  width: 42px;
  height: 28px;
  margin-left: auto;
  border: 1px solid rgba(255, 222, 120, 0.65);
  border-radius: 15px;
  background: var(--theme-button);
  color: #fff5d7;
  font-size: 12px;
  box-shadow: 0 0 13px rgba(245, 194, 75, 0.45), inset 0 1px rgba(255, 255, 255, 0.28);
}

.quick-plus {
  position: relative;
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(225, 188, 91, 0.35);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #8fd9b0, #0d6c56 47%, #1a140c 72%);
  box-shadow: 0 0 13px rgba(204, 159, 61, 0.26);
}

.quick-plus span {
  color: #e6ffec;
  font-size: 14px;
  font-weight: 900;
}

.quick-plus b {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ba7a2e;
  color: white;
  font-size: 12px;
}

.home-content {
  position: relative;
  z-index: 2;
  padding: 9px 15px 118px;
}

.hero {
  width: 100%;
}

.carousel {
  height: 176px;
  display: flex;
  overflow-x: auto;
  border-radius: 10px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.34);
}

.carousel::-webkit-scrollbar,
.horizontal-row::-webkit-scrollbar,
.category-strip::-webkit-scrollbar {
  display: none;
}

.slide {
  position: relative;
  flex: 0 0 100%;
  overflow: hidden;
  text-align: left;
  scroll-snap-align: start;
}

.slide::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 232, 149, 0.14);
  border-radius: inherit;
  background:
    linear-gradient(116deg, transparent 53%, rgba(255, 224, 132, 0.08) 54%, transparent 55%),
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, 0.025) 19px, transparent 20px 38px);
  content: "";
}

.slide-one {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 58%),
    url("./assets/gpt-theme/hero-security-gpt.jpg") center / cover no-repeat;
}

.slide-two {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.25), transparent 58%),
    url("./assets/gpt-theme/hero-gift-gpt.jpg") center / cover no-repeat;
}

.slide-three {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), transparent 58%),
    url("./assets/gpt-theme/hero-vip-gpt.jpg") center / cover no-repeat;
}

.notice {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  height: 27px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  padding: 0 8px;
  border-radius: 10px 10px 0 0;
  background: rgba(0, 0, 0, 0.13);
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
}

.notice i {
  font-size: 12px;
  font-style: normal;
}

.notice b {
  display: inline-block;
  font-weight: 500;
  animation: marquee 17s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(6%); }
  to { transform: translateX(-88%); }
}

.slide-copy {
  position: absolute;
  z-index: 2;
  top: 47px;
  left: 18px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.slide-copy small {
  margin-bottom: 4px;
  color: #e9d8c0;
  font-size: 14px;
}

.slide-copy strong {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 1px;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.38);
}

.slide-copy em {
  margin-top: 9px;
  color: #ffe06d;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.hero-art {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 5px;
  width: 155px;
  height: 141px;
  display: grid;
  place-items: center;
}

.hero-art::before {
  position: absolute;
  width: 125px;
  height: 34px;
  bottom: 5px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 224, 112, 0.55), rgba(52, 98, 255, 0.24) 45%, transparent 72%);
  filter: blur(2px);
  content: "";
}

.hero-shield {
  position: relative;
  width: 93px;
  height: 108px;
  display: grid;
  place-items: center;
  border: 7px solid #e9eef6;
  background: linear-gradient(145deg, #fff, #aeb9c6 48%, #eef4fb);
  clip-path: polygon(50% 0, 96% 18%, 87% 73%, 50% 100%, 13% 73%, 4% 18%);
  color: #6b604e;
  font-family: Georgia, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  text-shadow: 0 1px white;
  box-shadow: inset 0 0 0 2px #8795a8;
}

.spark {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff8c5;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  filter: drop-shadow(0 0 6px #ffe177);
}

.spark.s1 { top: 13px; right: 17px; }
.spark.s2 { top: 49px; left: 10px; transform: scale(0.7); }
.spark.s3 { right: 7px; bottom: 34px; transform: scale(0.55); }

.gift-box {
  position: relative;
  width: 94px;
  height: 84px;
  display: grid;
  place-items: center;
  border: 2px solid #fff0b8;
  border-radius: 10px 10px 18px 18px;
  background: linear-gradient(145deg, #ffdb6a, #b96519 60%, #ffe48b);
  color: white;
  font-size: 37px;
  font-style: normal;
  box-shadow: 0 0 23px rgba(255, 199, 71, 0.48), inset 0 2px rgba(255, 255, 255, 0.35);
}

.gift-box::before {
  position: absolute;
  top: -15px;
  width: 104px;
  height: 24px;
  border: 2px solid #fff0b8;
  border-radius: 8px;
  background: linear-gradient(#ffed9a, #d7882e);
  content: "";
}

.gift-box::after {
  position: absolute;
  top: -15px;
  bottom: 0;
  width: 18px;
  background: rgba(255, 246, 184, 0.7);
  content: "";
}

.coin-chip {
  position: absolute;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 2px solid #ffeab0;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff2af, #bb7120);
  color: #76450d;
  font-size: 13px;
}

.coin-chip.c1 { top: 11px; left: 5px; transform: rotate(-14deg); }
.coin-chip.c2 { right: 5px; bottom: 27px; transform: rotate(11deg); }

.gold-ring {
  position: relative;
  width: 103px;
  height: 103px;
  display: grid;
  place-items: center;
  border: 12px solid rgba(255, 225, 129, 0.94);
  border-radius: 50%;
  background: radial-gradient(circle, #39225e 42%, #a86ae9 44% 58%, #3d1e61 59%);
  box-shadow: 0 0 26px rgba(217, 128, 255, 0.6), inset 0 0 16px rgba(255, 255, 255, 0.45);
}

.gold-ring::before,
.gold-ring::after {
  position: absolute;
  inset: -18px;
  border: 2px dashed rgba(255, 239, 182, 0.55);
  border-radius: 50%;
  content: "";
}

.gold-ring::after {
  inset: -26px;
  border-style: dotted;
  opacity: 0.45;
}

.gold-ring b {
  color: #fff3c8;
  font-size: 22px;
  transform: rotate(-7deg);
}

.carousel-dots {
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.carousel-dots span {
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.25);
}

.carousel-dots span.active {
  background: linear-gradient(90deg, #8d6623, #f2cf5a);
  box-shadow: 0 0 6px rgba(247, 207, 84, 0.35);
}

.quick-grid {
  height: 82px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 10px;
}

.quick-item {
  height: 71px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  font-size: 14px;
}

.quick-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: saturate(0.82) brightness(0.92) sepia(0.08);
}

.category-strip {
  height: 37px;
  display: flex;
  align-items: center;
  gap: 1px;
  margin-top: 8px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: 19px;
  background: rgba(0, 0, 0, 0.2);
  scrollbar-width: none;
}

.category {
  height: 32px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 5px;
  padding: 0 12px;
  border-radius: 17px;
  color: #a9a6ad;
  font-size: 13px;
  white-space: nowrap;
}

.category img {
  width: 14px;
  height: 14px;
  opacity: 0.78;
}

.category .icon-s {
  display: none;
}

.category.active .icon-n {
  display: none;
}

.category.active .icon-s {
  display: block;
}

.category.active {
  border-radius: 7px;
  background: hsla(0, 0%, 100%, 0.12);
  color: white;
  font-weight: 600;
}

.category.active span {
  color: var(--gold);
}

.lobby-section {
  margin-top: 10px;
}

.lobby-section.hot-section {
  margin-top: 6px;
}

.section-title {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 7px;
  text-align: left;
}

.section-title strong {
  color: white;
  font-size: 18px;
  font-weight: 800;
}

.section-title i {
  color: #c8c6cd;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
}

.title-badge {
  width: 23px;
  height: 23px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  font-weight: 900;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.22), 0 3px 9px rgba(0, 0, 0, 0.3);
}

.title-badge.fire { background: linear-gradient(145deg, #e5446d, #832639); }
.title-badge.sport { background: linear-gradient(145deg, #1bbda8, #0a4c58); }
.title-badge.slot { background: linear-gradient(145deg, #984fdc, #452277); }
.title-badge.live { background: linear-gradient(145deg, #e6813c, #7c361e); }
.title-badge.lottery { background: linear-gradient(145deg, #8eb23b, #3b571a); }
.title-badge.fish { background: linear-gradient(145deg, #2088d0, #1b3a76); }
.title-badge.table { background: linear-gradient(145deg, #d35a63, #662030); }
.title-badge.cinema { background: linear-gradient(145deg, #c79838, #6d4212); }

.horizontal-row {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.hot-row {
  height: 119px;
}

.hot-card {
  position: relative;
  width: 89px;
  height: 119px;
  flex: 0 0 89px;
  overflow: hidden;
  border-radius: 4px;
  background: #17110c;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.28);
}

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

.custom-sport {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px 4px 8px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 221, 99, 0.5), transparent 26%),
    linear-gradient(180deg, rgba(12, 15, 13, 0) 25%, rgba(17, 37, 17, 0.52) 55%, #164117 100%),
    repeating-linear-gradient(90deg, #345a34 0 14px, #2c512f 14px 28px);
}

.custom-sport::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 26px;
  background: linear-gradient(#151515, transparent);
  content: "2026";
  color: #ead69b;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 900;
}

.custom-sport .trophy {
  margin-bottom: 6px;
  color: #f7cf59;
  font-size: 37px;
  text-shadow: 0 0 12px #ffca42;
  transform: rotate(45deg);
}

.custom-sport strong {
  position: relative;
  z-index: 2;
  font-size: 14px;
}

.custom-sport small {
  position: relative;
  z-index: 2;
  margin-top: 2px;
  color: #d7d2bd;
  font-size: 7px;
}

.media-row {
  height: 119px;
  gap: 10px;
}

.media-card {
  position: relative;
  width: 121px;
  height: 119px;
  display: flex;
  align-items: center;
  flex: 0 0 121px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  background: #151315;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.32);
}

.media-card strong {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 17px;
  line-height: 1.2;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.media-card small {
  position: relative;
  z-index: 2;
  margin: 3px 0 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
}

.sport-main {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(7, 37, 10, 0.72) 72%, #142b12),
    repeating-linear-gradient(90deg, #355d34 0 18px, #2f5430 18px 36px);
}

.sport-main::before {
  position: absolute;
  top: -12px;
  width: 76px;
  height: 76px;
  border: 9px solid rgba(248, 216, 88, 0.72);
  border-radius: 50% 50% 42% 42%;
  box-shadow: 0 0 12px rgba(255, 213, 68, 0.32);
  content: "";
}

.sport-main > span {
  position: absolute;
  z-index: 2;
  top: 7px;
  color: #ffe78a;
  font-size: 13px;
}

.sport-main > b {
  position: absolute;
  z-index: 2;
  top: 25px;
  color: white;
  font-size: 15px;
  line-height: 0.95;
}

.sport-soon {
  justify-content: center;
  background:
    radial-gradient(circle at 50% 36%, rgba(239, 148, 255, 0.35), transparent 28%),
    linear-gradient(145deg, #211035, #5f1a70 65%, #2c113f);
}

.sport-soon > span {
  color: rgba(255, 224, 255, 0.8);
  font-size: 43px;
}

.sport-soon small { margin-bottom: 0; }

.image-card {
  display: block;
  border: 0;
}

.source-card {
  position: relative;
  background: #111;
}

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

.sport-source > img {
  object-position: 65% center;
}

.caption-card::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 46px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
  content: "";
}

.card-caption {
  position: absolute;
  z-index: 2;
  right: 5px;
  bottom: 7px;
  left: 5px;
  overflow: hidden;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.88);
  white-space: nowrap;
}

.live-card {
  padding-bottom: 8px;
}

.live-card::after,
.lottery-card::after,
.ocean-card::after,
.table-card::after,
.cinema-card::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
  content: "";
}

.live-card img {
  position: absolute;
  top: 21px;
  width: 90px;
  height: 42px;
  object-fit: contain;
  filter: brightness(1.5) saturate(0.65);
}

.live-card > span {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  padding: 2px 5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 7px;
  color: #fff0b5;
  font-size: 8px;
}

.live-one { background: radial-gradient(circle at 50% 28%, #894925, transparent 34%), linear-gradient(145deg, #25100a, #9a4c23); }
.live-two { background: radial-gradient(circle at 50% 28%, #936147, transparent 34%), linear-gradient(145deg, #130f18, #5e304d); }
.live-three { background: radial-gradient(circle at 50% 28%, #9e9c69, transparent 34%), linear-gradient(145deg, #10181d, #2b6365); }

.lottery-card {
  padding-bottom: 7px;
}

.lottery-card > span {
  position: absolute;
  z-index: 2;
  top: 12px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 7px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  color: white;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 900;
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.25);
}

.lottery-one { background: linear-gradient(145deg, #e3492f, #77111e); }
.lottery-two { background: linear-gradient(145deg, #2776d2, #25256b); }
.lottery-three { background: linear-gradient(145deg, #7b3fcb, #39175f); }

.ocean-card {
  justify-content: flex-end;
  padding-bottom: 9px;
}

.ocean-card > span {
  position: absolute;
  top: 12px;
  font-size: 48px;
  filter: drop-shadow(0 4px 8px rgba(0, 24, 72, 0.45));
}

.ocean-one { background: linear-gradient(160deg, #1bc1cf, #195e9a 58%, #091d46); }
.ocean-two { background: linear-gradient(160deg, #56d4ff, #1657b2 55%, #18155e); }
.ocean-three { background: linear-gradient(160deg, #35d6b0, #177887 58%, #082c4b); }

.table-card {
  justify-content: flex-end;
  padding-bottom: 8px;
  background: radial-gradient(circle at 50% 32%, #8f7026, transparent 34%), linear-gradient(145deg, #1b1710, #5f4615);
}

.table-card > span {
  position: absolute;
  top: 10px;
  color: #ffe37b;
  font-size: 50px;
  text-shadow: 0 0 13px rgba(255, 211, 66, 0.45);
}

.table-card.red { background: radial-gradient(circle at 50% 32%, #8f263c, transparent 34%), linear-gradient(145deg, #20080e, #6d1827); }
.table-card.red > span { color: #ff7b94; }
.table-card.blue { background: radial-gradient(circle at 50% 32%, #284c9b, transparent 34%), linear-gradient(145deg, #070f28, #183a76); }
.table-card.blue > span { color: #80c7ff; }

.cinema-card {
  justify-content: flex-end;
  padding-bottom: 8px;
  background:
    radial-gradient(circle at 72% 32%, rgba(125, 69, 225, 0.58), transparent 35%),
    linear-gradient(145deg, #090b18, #291443 66%, #0c101f);
}

.cinema-card > span {
  position: absolute;
  top: 24px;
  color: #d9c9ff;
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 2px;
}

.cinema-card.gold { background: radial-gradient(circle at 72% 32%, rgba(255, 192, 70, 0.48), transparent 35%), linear-gradient(145deg, #171008, #5f3915 66%, #170e07); }
.cinema-card.gold > span { color: #ffe18a; }

.last-section {
  margin-bottom: 22px;
}

.home-footer {
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-top: 1px solid rgba(255, 214, 92, 0.12);
  color: #6e6862;
  font-size: 10px;
}

/* 活动页 */
.activity-view {
  padding-bottom: 102px;
  background:
    radial-gradient(circle at 50% 7%, rgba(111, 76, 20, 0.13), transparent 18%),
    #000;
}

.activity-header {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand.compact {
  transform: scale(0.92);
}

.activity-list {
  display: grid;
  gap: 10px;
  padding: 5px 12px 0;
}

.activity-card {
  position: relative;
  width: 100%;
  aspect-ratio: 2.313 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 217, 93, 0.09);
  border-radius: 10px;
  background: #12100f;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.24);
}

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

.activity-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  content: "";
}

.gpt-activity::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.46) 42%, transparent 68%);
  content: "";
}

.gpt-activity::after {
  z-index: 3;
}

.activity-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 18px;
  width: 48%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  transform: translateY(-50%);
}

.activity-copy small {
  color: #d0a84e;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.activity-copy strong {
  margin-top: 5px;
  color: #fff5d1;
  font-size: 22px;
  line-height: 1.1;
  text-shadow: 0 2px 8px #000;
}

.activity-copy em {
  margin-top: 6px;
  color: #d7d0c4;
  font-size: 11px;
  font-style: normal;
}

.activity-copy b {
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 218, 99, 0.34);
  border-radius: 14px;
  background: rgba(70, 49, 11, 0.52);
  color: #f7d569;
  font-size: 9px;
  font-weight: 600;
}

.activity-brand-cover {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  min-width: 139px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 220, 104, 0.28);
  border-radius: 0 9px 0 9px;
  background: linear-gradient(90deg, #080706, #2f210d);
  color: #ffdc63;
  font-family: Georgia, "Songti SC", serif;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.36);
}

.activity-brand-cover small {
  color: #c69e49;
  font-family: inherit;
  font-size: 6px;
  letter-spacing: 0.5px;
}

/* 我的 */
.mine-view {
  padding-bottom: 106px;
  background: #000;
}

.mine-hero {
  position: relative;
  height: 220px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.22) 50%, rgba(0, 0, 0, 0.1)),
    url("./assets/gpt-theme/hero-vip-gpt.jpg") center / cover no-repeat;
}

.mine-hero::after {
  position: absolute;
  right: -50px;
  bottom: -56px;
  width: 260px;
  height: 170px;
  border: 30px solid rgba(213, 168, 57, 0.08);
  border-radius: 50%;
  transform: rotate(-22deg);
  content: "";
}

.mine-watermark {
  position: absolute;
  top: 53px;
  left: 58%;
  color: rgba(235, 199, 95, 0.22);
  font-family: Georgia, serif;
  font-size: 74px;
  font-weight: 900;
  letter-spacing: -9px;
  transform: translateX(-4%) skew(-10deg);
  text-shadow: 0 0 20px rgba(174, 151, 226, 0.1);
}

.mine-avatar {
  position: absolute;
  z-index: 2;
  top: 72px;
  left: 50%;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border: 2px solid rgba(236, 208, 119, 0.42);
  border-radius: 50%;
  background: #292335;
  transform: translateX(-50%);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.38);
}

.mine-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mine-name {
  position: absolute;
  z-index: 2;
  top: 147px;
  left: 50%;
  font-size: 20px;
  transform: translateX(-50%);
  text-shadow: 0 2px 7px #000;
}

.mine-user-pills {
  position: absolute;
  z-index: 2;
  top: 178px;
  left: 50%;
  display: flex;
  gap: 36px;
  transform: translateX(-50%);
}

.mine-user-pills button {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 15px;
  background: rgba(19, 18, 23, 0.78);
  color: #b9b6bd;
  font-size: 14px;
  white-space: nowrap;
}

.mine-user-pills i {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #127760;
  color: #caffdc;
  font-size: 9px;
  font-style: normal;
}

.mine-user-pills b {
  color: #f0cc67;
  font-weight: 600;
}

.mine-page-body {
  padding: 15px 26px 0;
}

.mine-primary-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.mine-primary-actions button {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  background: linear-gradient(180deg, #171719, #09090a);
  font-size: 16px;
  font-weight: 700;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}

.mine-primary-actions .gold-action {
  border-color: rgba(231, 185, 67, 0.52);
  background:
    radial-gradient(ellipse at 74% 110%, rgba(255, 218, 90, 0.92), transparent 42%),
    linear-gradient(180deg, #16130f, #080706);
  box-shadow: 0 0 14px rgba(255, 190, 48, 0.27), inset 0 1px rgba(255, 255, 255, 0.1);
}

.mine-primary-actions span {
  color: #f8e7b4;
  font-size: 14px;
}

.vip-card {
  width: 100%;
  height: 112px;
  margin-top: 13px;
  padding: 15px 16px;
  border: 1px solid rgba(230, 193, 93, 0.35);
  border-radius: 18px 18px 0 0;
  background:
    radial-gradient(circle at 35% 0%, rgba(157, 113, 34, 0.28), transparent 45%),
    linear-gradient(145deg, #19150e, #050505 72%);
  text-align: left;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}

.vip-card > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vip-card strong {
  color: #f1dfbc;
  font-size: 21px;
  font-weight: 500;
}

.vip-card > div:first-child span {
  padding: 6px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.vip-progress {
  position: relative;
  height: 15px;
  margin-top: 11px;
}

.vip-progress i {
  position: absolute;
  top: 5px;
  right: 46px;
  left: 0;
  height: 6px;
  border-radius: 3px;
  background: #1d1d1e;
}

.vip-progress b {
  position: absolute;
  top: 5px;
  left: 0;
  width: 28%;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, #ffdb32, #ebcf58);
}

.vip-progress b::after {
  position: absolute;
  top: 50%;
  right: -6px;
  width: 14px;
  height: 14px;
  border: 4px solid #d0bf6f;
  border-radius: 50%;
  background: white;
  transform: translateY(-50%);
  content: "";
}

.vip-progress em {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 12px;
  font-style: normal;
}

.vip-card p {
  margin: 5px 0 0;
  color: #918f91;
  font-size: 12px;
}

.mine-menu-panel {
  position: relative;
  z-index: 2;
  margin: -5px -10px 0;
  padding: 17px 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 17px;
  background: linear-gradient(160deg, rgba(18, 18, 20, 0.98), rgba(9, 8, 12, 0.98));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.38);
}

.mine-menu-grid {
  min-height: 149px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 17px;
}

.mine-menu-grid button {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  color: #d0cdd3;
  font-size: 13px;
}

.mine-menu-grid i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: linear-gradient(145deg, #1d1d20, #101012);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.mine-menu-grid img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: sepia(0.55) saturate(0.75) brightness(1.08);
}

.invite-panel {
  width: calc(100% + 20px);
  height: 75px;
  display: flex;
  align-items: center;
  margin: 13px -10px 0;
  padding: 0 12px 0 9px;
  overflow: hidden;
  border: 1px solid rgba(238, 191, 69, 0.24);
  border-radius: 14px;
  background:
    radial-gradient(circle at 4% 50%, rgba(255, 221, 117, 0.7), transparent 17%),
    linear-gradient(110deg, rgba(137, 82, 18, 0.82), rgba(28, 19, 9, 0.95) 49%, #090807);
  text-align: left;
}

.invite-orb {
  width: 60px;
  flex: 0 0 60px;
  color: #ffe387;
  font-size: 42px;
  text-align: center;
  text-shadow: 0 0 16px #f8b42a;
}

.invite-panel > span:nth-child(2) {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.invite-panel strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.invite-panel small {
  overflow: hidden;
  color: #ddd7c6;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.invite-panel > b {
  margin-left: auto;
  padding: 5px 11px;
  border: 1px solid rgba(255, 222, 116, 0.26);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.07);
  color: white;
  font-size: 11px;
}

.mine-tool-list {
  margin: 13px -10px 0;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 17px;
  background: linear-gradient(160deg, #111113, #09090b);
}

.mine-tool-list button {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  text-align: left;
}

.mine-tool-list button + button {
  border-top: 1px solid rgba(255, 255, 255, 0.018);
}

.mine-tool-list button > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 16px;
}

.mine-tool-list span i {
  width: 20px;
  color: #aaa7b1;
  font-style: normal;
  text-align: center;
}

.mine-tool-list .tool-icon {
  height: 20px;
  display: grid;
  place-items: center;
}

.tool-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mine-tool-list em {
  margin-left: auto;
  color: #9d99a2;
  font-size: 14px;
  font-style: normal;
}

.mine-tool-list button > b {
  width: 25px;
  height: 25px;
  display: grid;
  margin-left: auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: #1a1a1d;
  color: #d0ccd5;
  font-size: 21px;
  font-weight: 300;
}

.mine-tool-list em + b {
  margin-left: 10px;
}

.logout {
  width: 100%;
  height: 55px;
  margin: 4px 0 2px;
  color: #d85a5a;
  font-size: 16px;
}

/* 我的页面静态内页 */
.detail-overlay {
  display: none;
  min-height: 100vh;
  padding-bottom: 38px;
  background:
    radial-gradient(circle at 88% 0%, rgba(108, 74, 22, 0.09), transparent 22%),
    #000;
}

.phone-shell.detail-open .app-view,
.phone-shell.detail-open .bottom-nav,
.phone-shell.detail-open .chip-float {
  display: none !important;
}

.phone-shell.detail-open .detail-overlay {
  display: block;
}

.detail-topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(12px);
}

.detail-topbar h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.detail-back {
  position: absolute;
  top: 5px;
  left: 16px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: linear-gradient(145deg, #262629, #111113);
  color: #9d9aa2;
  font-size: 33px;
  font-weight: 200;
  line-height: 1;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 4px 14px rgba(0, 0, 0, 0.4);
}

.detail-page {
  display: none;
  padding: 20px 14px 42px;
}

.detail-page.active {
  display: block;
}

/* 首页分类筛选区：保持头部、轮播、快捷入口和分类栏不变 */
.home-category-panel[hidden],
.home-category-grid[hidden],
.home-category-empty[hidden] {
  display: none !important;
}

.home-view.category-mode .lobby-section,
.home-view.category-mode .home-footer {
  display: none;
}

.home-category-panel {
  min-height: 360px;
  padding: 10px 0 98px;
}

.home-category-tools {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}

.home-category-filters {
  height: 45px;
  display: flex;
  align-items: center;
  flex: 1;
  gap: 0;
  padding: 0 6px;
  overflow-x: auto;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 7px;
  background: rgba(197, 200, 233, 0.08);
  scrollbar-width: none;
}

.home-category-filters::-webkit-scrollbar {
  display: none;
}

.home-category-filters button {
  min-width: 91px;
  height: 32px;
  padding: 0 10px;
  overflow: hidden;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #c7c2bd;
  font-size: 13px;
}

.home-category-filters button.active {
  background: var(--theme-button);
  color: #fff4d4;
  box-shadow: inset 1px 1px 7px rgba(255, 182, 221, 0.26);
}

.home-category-filters button img {
  width: 91px;
  height: 32px;
  display: block;
  margin: 0 -10px;
  object-fit: fill;
}

.round-search,
.home-category-search > button {
  width: 43px;
  height: 43px;
  display: grid;
  flex: 0 0 43px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: linear-gradient(145deg, #272529, #121214);
  color: white;
  font-size: 25px;
  font-weight: 200;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
}

.round-search img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.home-category-search {
  display: none;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
}

.home-category-panel.search-mode .home-category-tools {
  display: none;
}

.home-category-panel.search-mode .home-category-search {
  display: flex;
}

.home-category-search label {
  height: 40px;
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: linear-gradient(180deg, #282326, #151416);
}

.home-category-search input {
  min-width: 0;
  height: 100%;
  flex: 1;
  padding: 0 14px;
  border: 0;
  outline: 0;
  background: transparent;
  color: white;
  font: inherit;
}

.home-category-search input::placeholder {
  color: #8f8a91;
}

.home-category-search label > img {
  width: 20px;
  height: 20px;
  margin: 0 14px;
  object-fit: contain;
}

.home-category-search > button {
  font-size: 27px;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 4px;
  row-gap: 9px;
  margin-top: 4px;
}

.home-category-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  height: min(39.467vw, 169px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  background: #171418;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.32);
}

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

.home-category-card.provider-game {
  height: auto;
  aspect-ratio: 222 / 296;
  content-visibility: auto;
  contain-intrinsic-size: 130px 174px;
  border-color: rgba(244, 213, 143, 0.16);
  background: linear-gradient(145deg, rgba(69, 55, 64, 0.74), rgba(20, 17, 21, 0.95));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 5px 15px rgba(0, 0, 0, 0.34);
}

.home-category-card.provider-game:active {
  transform: scale(0.975);
}

.home-category-card > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 1px;
  padding: 30px 7px 7px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  text-align: center;
}

.home-category-card strong {
  overflow: hidden;
  color: white;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-category-card small {
  color: #d2ab55;
  font-size: 8px;
  letter-spacing: 1px;
}

.home-category-empty {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  padding-top: 62px;
  color: #89858c;
}

.home-category-empty i {
  position: relative;
  width: 92px;
  height: 73px;
  border-radius: 5px 5px 12px 12px;
  background: linear-gradient(135deg, #a5651f, #e2b04a 56%, #75644f 57%, #41372d);
  opacity: 0.8;
}

.home-category-empty i::before {
  position: absolute;
  top: -13px;
  left: 19px;
  width: 54px;
  height: 27px;
  border: 3px solid #bc8634;
  border-bottom: 0;
  border-radius: 34px 34px 0 0;
  content: "";
}

.home-category-empty i::after {
  position: absolute;
  top: 12px;
  left: 43px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #19171a;
  content: "";
}

.home-category-empty strong {
  font-size: 15px;
  font-weight: 500;
}

.security-hero {
  position: relative;
  height: 208px;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  background: #000;
}

.security-hero::before {
  position: absolute;
  inset: 0;
  background: url("./assets/gpt-theme/hero-security-gpt.jpg") center / cover no-repeat;
  content: "";
  filter: brightness(0.78) contrast(1.08);
}

.security-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.32) 46%, rgba(0, 0, 0, 0.05) 74%),
    radial-gradient(circle at 72% 52%, rgba(255, 207, 82, 0.16), transparent 28%);
  content: "";
}

.security-hero > div {
  position: absolute;
  z-index: 2;
  top: 65px;
  left: 27px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.security-hero strong {
  color: #ffdc50;
  font-size: 25px;
}

.security-hero span {
  color: #f0eef2;
  font-size: 16px;
}

.detail-menu {
  display: grid;
  gap: 10px;
  margin-top: 9px;
}

.detail-page[data-detail="security"] {
  padding: 0 0 42px;
}

.security-menu {
  gap: 9px;
  margin-top: 0;
  padding: 0 18px 16px;
}

.detail-menu button {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 0;
  border-radius: 9px;
  background: rgba(241, 229, 255, 0.12);
  box-shadow: none;
}

.detail-menu button > span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 650;
}

.detail-menu button i {
  width: 18px;
  color: #aaa7af;
  font-style: normal;
  text-align: center;
}

.detail-menu button i svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.detail-menu button > b {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  background: #2a292e;
  color: #c7c4cc;
  font-size: 22px;
  font-weight: 300;
}

.detail-form-card {
  display: grid;
  margin-top: 0;
  padding: 24px 23px 22px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 12px;
  background: linear-gradient(160deg, #1e1e21, #171719);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.form-detail-page {
  padding-right: 16px;
  padding-left: 16px;
}

.detail-form-card label,
.redpacket-form > label {
  margin: 0 0 9px;
  color: #c7c4cb;
  font-size: 15px;
}

.form-control {
  height: 47px;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: 6px;
  background: #121214;
}

.form-control.invalid {
  border-color: rgba(224, 84, 84, 0.68);
  box-shadow: 0 0 0 1px rgba(224, 84, 84, 0.12);
}

.form-control input,
.redpacket-form input,
.password-redpacket-page input {
  min-width: 0;
  height: 100%;
  flex: 1;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
}

.form-control input::placeholder,
.redpacket-form input::placeholder,
.password-redpacket-page input::placeholder {
  color: #a3a0a7;
}

.form-control button {
  height: 100%;
  padding: 0 14px;
  color: #57b8ef;
  font-size: 13px;
  white-space: nowrap;
}

.form-control button:disabled {
  color: #77747b;
  cursor: default;
}

.form-control .password-toggle {
  width: 52px;
  display: grid;
  flex: 0 0 52px;
  place-items: center;
  padding: 0;
  color: #9b989f;
  font-size: 12px;
}

.field-error {
  display: block;
  min-height: 0;
  margin: -16px 0 10px;
  color: #e16e6e;
  font-size: 11px;
  line-height: 1.35;
}

.field-error:empty {
  display: none;
}

.form-control > span {
  padding: 0 15px;
  color: #99969e;
  font-size: 13px;
}

.form-control.disabled {
  opacity: 0.78;
}

.form-tip {
  margin: -1px 0 18px;
  color: #c3c0c7;
  font-size: 12px;
}

.form-tip::first-letter {
  color: #c48a28;
}

.detail-submit,
.wheel-button {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 27px;
  background:
    radial-gradient(ellipse at 50% 115%, rgba(255, 225, 120, 0.16), transparent 48%),
    linear-gradient(180deg, #302d31, #222126);
  color: white;
  font-size: 16px;
  font-weight: 700;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
}

.password-form .detail-submit {
  margin-top: 20px;
}

.password-form {
  padding-bottom: 10px;
}

.password-form > label:not(:first-child) {
  margin-bottom: 19px;
}

#emailForm .detail-submit {
  margin-top: 31px;
}

.forgot-link {
  height: 38px;
  color: #53b5ef;
  font-size: 14px;
}

.address-summary {
  margin: 0 0 13px;
  color: #d0ccd4;
  font-size: 15px;
}

.address-summary b {
  margin-left: 5px;
  color: #57b7f0;
}

.address-list {
  display: grid;
  gap: 22px;
  padding: 17px 16px;
  border: 0;
  border-radius: 9px;
  background: rgba(241, 229, 255, 0.12);
}

.address-list article + article {
  padding-top: 0;
  border-top: 0;
}

.address-list header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.address-list header strong {
  font-size: 13px;
}

.address-list header button {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #aaa6ae;
}

.address-list header button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.address-list p {
  margin: 10px 0 0;
  padding: 12px;
  min-height: 47px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.3);
  color: #d8d5db;
  font-size: 13px;
  letter-spacing: 0.2px;
}

.add-address {
  width: 100%;
  height: 52px;
  margin-top: 15px;
  color: #56b9ee;
  font-size: 13px;
}

.address-empty {
  padding: 22px 0;
  color: #8c8991;
  font-size: 13px;
  text-align: center;
}

.address-modal-layer {
  position: fixed;
  z-index: 50;
  inset: 0;
  width: min(100%, 428px);
  display: none;
  margin: 0 auto;
}

.address-modal-layer.show {
  display: block;
}

.address-modal-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(4px);
}

.address-modal {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: calc(100vh - 74px);
  min-height: min(543px, calc(100vh - 74px));
  padding: 16px 16px calc(25px + env(safe-area-inset-bottom));
  overflow-y: auto;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(180deg, rgba(34, 32, 36, 0.98), #171719 28%);
  box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.38);
}

.address-modal > header {
  position: relative;
  height: 38px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.address-modal > header strong {
  font-size: 19px;
}

.address-modal > header button {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #a9a5ad;
  font-size: 20px;
  line-height: 20px;
}

.address-modal form {
  display: grid;
}

.address-modal form > label {
  margin: 12px 0 9px;
  color: #cfccd2;
  font-size: 15px;
}

.address-modal form > label[for="walletPayPassword"] {
  margin-top: 24px;
  margin-bottom: 14px;
}

.address-modal .form-control {
  margin-bottom: 10px;
}

.address-modal .field-error {
  margin: -5px 0 2px;
}

.select-control select {
  width: 100%;
  height: 100%;
  padding: 0 14px;
  border: 0;
  outline: 0;
  appearance: none;
  background: transparent;
  color: #e8e5e9;
  font: inherit;
}

.select-control::after {
  margin-right: 15px;
  color: #8e8b92;
  content: "⌄";
}

.address-modal .form-tip {
  margin: 29px 0 18px;
  line-height: 1.55;
}

.address-modal .detail-submit {
  margin-top: 1px;
}

.agent-hero {
  min-height: 365px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 28px;
  border-radius: 0 0 18px 18px;
  background:
    radial-gradient(circle at 50% 38%, rgba(112, 81, 245, 0.42), transparent 23%),
    linear-gradient(145deg, #0c143a, #141052 55%, #090b25);
  box-shadow: inset 0 -80px 80px rgba(0, 0, 0, 0.28);
}

.agent-mark {
  width: 102px;
  height: 102px;
  display: grid;
  place-items: center;
  border: 3px solid #ecd98f;
  border-radius: 50%;
  color: #ffe7a1;
  font-family: Georgia, serif;
  font-size: 31px;
  font-weight: 900;
  box-shadow: 0 0 26px rgba(255, 221, 112, 0.2);
}

.agent-hero small {
  margin-top: 18px;
  color: #b6b3d5;
  font-size: 13px;
  letter-spacing: 5px;
}

.agent-hero > strong {
  margin-top: 9px;
  color: #fff1bd;
  font-size: 34px;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
}

.agent-hero > div {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.agent-hero > div b {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.04);
  color: #dedcf1;
  font-size: 12px;
}

.commission-card {
  margin: -33px 8px 16px;
  overflow: hidden;
  border: 1px solid rgba(199, 154, 255, 0.22);
  border-radius: 14px;
  background: rgba(25, 20, 54, 0.98);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.commission-card h2 {
  margin: 0;
  padding: 13px;
  background: linear-gradient(90deg, #3a2067, #70358d, #3a2067);
  color: #efe6ff;
  font-size: 18px;
  text-align: center;
}

.commission-card > div {
  min-height: 45px;
  display: grid;
  align-items: center;
  grid-template-columns: 0.6fr 1.6fr 1fr 0.8fr;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #d6d2e3;
  font-size: 11px;
  text-align: center;
}

.commission-card .commission-head {
  background: rgba(255, 255, 255, 0.06);
  color: #aca7bb;
}

.commission-card b {
  color: #f6d66d;
}

.software-section {
  margin-bottom: 25px;
}

.software-section h2 {
  margin: 3px 0 10px;
  font-size: 18px;
}

.software-section > p {
  margin: -3px 0 10px;
  color: #8f8c93;
  font-size: 11px;
}

.software-list {
  display: grid;
  gap: 8px;
}

.software-list button {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 7px;
  background: linear-gradient(180deg, #242326, #1a191c);
}

.software-list button > span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 650;
}

.software-list img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.software-list button > b {
  padding: 6px 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  color: #e1dde4;
  font-size: 11px;
}

.wheel-page {
  position: relative;
  min-height: calc(100vh - 58px);
  overflow: hidden;
  padding-top: 30px;
  background:
    radial-gradient(circle at 50% 45%, rgba(106, 35, 114, 0.54), transparent 34%),
    linear-gradient(180deg, #1b0d1c, #080606 70%);
  text-align: center;
}

.wheel-glow {
  position: absolute;
  top: 68px;
  left: 50%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 209, 85, 0.3), transparent 68%);
  transform: translateX(-50%);
  filter: blur(7px);
}

.wheel-image {
  position: relative;
  z-index: 2;
  width: 365px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(255, 206, 78, 0.22));
}

.wheel-pointer {
  position: absolute;
  z-index: 3;
  top: 230px;
  left: 50%;
  width: 73px;
  transform: translate(-50%, -50%);
}

.wheel-page > p {
  position: relative;
  z-index: 3;
  width: 240px;
  margin: -47px auto 19px;
  padding: 12px;
  border: 5px solid #603127;
  border-radius: 7px;
  background: #201412;
}

.wheel-page > p b {
  color: #f1cf64;
}

.wheel-page .wheel-button {
  position: relative;
  z-index: 3;
  width: 230px;
  background: linear-gradient(#fff, #c8c7c7);
  color: #4c4a4b;
  font-size: 21px;
}

.wheel-page > small {
  position: relative;
  z-index: 3;
  display: block;
  margin-top: 19px;
  color: #d6a744;
  font-size: 11px;
}

.redpacket-balance {
  height: 113px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
  padding: 12px 22px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 14% 50%, rgba(255, 168, 66, 0.28), transparent 28%),
    linear-gradient(110deg, #2b1613, #151316);
}

.redpacket-balance img {
  width: 83px;
  height: 83px;
  object-fit: contain;
}

.redpacket-balance span {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #b9b5bb;
  font-size: 13px;
}

.redpacket-balance strong {
  color: #ffdc72;
  font-size: 22px;
}

.redpacket-form {
  display: grid;
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 13px;
  background: #151416;
}

.two-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-bottom: 17px;
}

.two-inputs label {
  display: grid;
  gap: 7px;
  color: #c9c5cb;
  font-size: 13px;
}

.two-inputs input,
.redpacket-form > input {
  height: 42px;
  border-radius: 5px;
  background: #0f0f10;
}

.redpacket-form > input {
  margin-bottom: 14px;
}

.redpacket-calc {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 2px 0 17px;
}

.redpacket-calc span {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  padding: 10px 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: #88858d;
  font-size: 10px;
}

.redpacket-calc strong {
  max-width: 100%;
  overflow: hidden;
  color: #eed06c;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#redpacketError {
  margin: -9px 0 13px;
  text-align: center;
}

.segment {
  height: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 17px;
  padding: 3px;
  border-radius: 6px;
  background: #0d0d0e;
}

.segment.five {
  grid-template-columns: repeat(5, 1fr);
}

.segment button {
  border-radius: 4px;
  color: #e0dde1;
  font-size: 13px;
}

.segment button.active {
  background: #302f34;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
}

.password-redpacket-page {
  min-height: calc(100vh - 58px);
  padding-top: 20px;
  text-align: center;
  background: radial-gradient(circle at 50% 37%, rgba(255, 129, 38, 0.14), transparent 34%);
}

.password-redpacket-page > img {
  width: 345px;
  max-width: 92%;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(255, 172, 45, 0.2));
}

.password-redpacket-page > input {
  width: 290px;
  height: 50px;
  display: block;
  margin: -28px auto 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 25px;
  outline: 0;
  background: #1b1920;
  color: white;
}

.password-redpacket-page .detail-submit {
  width: 290px;
}

.choice-intro,
.generic-hero {
  height: 180px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 34%, rgba(45, 221, 182, 0.24), transparent 28%),
    linear-gradient(145deg, #0d2825, #111316 70%);
}

.choice-intro > span,
.generic-hero > span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(124, 255, 213, 0.65);
  border-radius: 50%;
  background: #146653;
  color: #d9fff0;
  font-size: 31px;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(56, 237, 185, 0.22);
}

.choice-intro strong,
.generic-hero strong {
  margin-top: 10px;
  font-size: 20px;
}

.choice-intro small,
.generic-hero small {
  margin-top: 5px;
  color: #96939a;
  font-size: 12px;
}

.choice-list,
.language-list {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.choice-list button,
.language-list button {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 11px;
  background: #171719;
}

.choice-list button.active,
.language-list button.active {
  border-color: rgba(242, 205, 91, 0.43);
  background: linear-gradient(110deg, rgba(91, 65, 20, 0.35), #171719 60%);
}

.choice-list button > span {
  display: grid;
  grid-template-columns: 45px 1fr;
  text-align: left;
}

.choice-list i {
  grid-row: 1 / 3;
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #176d5c;
  color: white;
  font-style: normal;
}

.choice-list small {
  color: #8d8991;
  font-size: 11px;
}

.choice-list em {
  color: #f3d667;
  font-size: 20px;
  font-style: normal;
}

.language-intro {
  background: radial-gradient(circle at 50% 34%, rgba(111, 82, 216, 0.28), transparent 28%), linear-gradient(145deg, #1d1640, #111116 70%);
}

.language-intro > span {
  border-color: rgba(183, 157, 255, 0.65);
  background: #5a3f9c;
}

.language-list button {
  min-height: 58px;
}

.language-list button b {
  color: #f2d463;
}

.generic-hero {
  background: radial-gradient(circle at 50% 34%, rgba(229, 178, 72, 0.25), transparent 28%), linear-gradient(145deg, #30240e, #111116 70%);
}

.generic-hero > span {
  border-color: rgba(255, 221, 116, 0.55);
  background: #795a1b;
}

.generic-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 14px;
}

.generic-stats article {
  height: 78px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 10px;
  background: #161618;
}

.generic-stats span {
  color: #8f8b93;
  font-size: 11px;
}

.generic-stats strong {
  margin-top: 7px;
  color: #f2d473;
  font-size: 17px;
}

.generic-list {
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 12px;
  background: #151517;
}

.generic-list header {
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.generic-list header button {
  color: #aaa6ae;
  font-size: 12px;
}

.generic-list > div {
  height: 220px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #77737c;
}

.generic-list > div i {
  font-size: 45px;
  font-style: normal;
}

.generic-list > div strong {
  margin-top: 8px;
  color: #aaa6ae;
}

.generic-list > div small {
  margin-top: 6px;
  font-size: 11px;
}

.generic-calculator,
.generic-vip-card {
  padding: 17px 15px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 12px;
  background: #151517;
}

.generic-calculator h2,
.generic-vip-card h2 {
  margin: 0 0 16px;
  font-size: 17px;
}

.calculator-field {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: #c6c2c9;
  font-size: 13px;
}

.calculator-field input,
.calculator-field select {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 6px;
  outline: 0;
  background: #0f0f11;
  color: #fff;
  font: inherit;
}

.quick-amounts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin: -4px 0 16px;
}

.quick-amounts button {
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 5px;
  background: #222124;
  color: #c9c5ca;
  font-size: 12px;
}

.quick-amounts button.active {
  border-color: rgba(246, 210, 93, 0.42);
  color: #f5d76d;
}

.calculation-summary {
  display: grid;
  gap: 10px;
  margin: 4px 0 17px;
  padding: 13px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.calculation-summary p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  color: #8f8b93;
  font-size: 12px;
}

.calculation-summary strong {
  color: #f0d16c;
}

.generic-action {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: linear-gradient(180deg, #302d31, #222126);
  font-size: 15px;
  font-weight: 700;
}

.generic-vip-progress {
  height: 8px;
  margin: 20px 0 12px;
  overflow: hidden;
  border-radius: 4px;
  background: #0c0c0d;
}

.generic-vip-progress i {
  width: 28%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #f7cf35, #f5e17e);
}

.generic-vip-card > p {
  display: flex;
  justify-content: space-between;
  margin: 8px 0 0;
  color: #9c989f;
  font-size: 12px;
}

.generic-vip-card > p strong {
  color: #f3d66d;
}

.generic-empty-note {
  min-height: 220px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 12px;
  background: #151517;
  color: #77737c;
  text-align: center;
}

.generic-empty-note i {
  font-size: 42px;
  font-style: normal;
}

.generic-empty-note strong {
  margin-top: 9px;
  color: #b1adb4;
}

.generic-empty-note small {
  margin-top: 6px;
  font-size: 11px;
}

/* 浮动筹码 */
.chip-float {
  position: fixed;
  z-index: 9;
  right: max(4px, calc((100vw - 428px) / 2 + 4px));
  bottom: calc(92px + env(safe-area-inset-bottom));
  width: 56px;
  height: 56px;
  overflow: hidden;
  border: 2px solid rgba(255, 228, 124, 0.56);
  border-radius: 50%;
  background:
    radial-gradient(circle at 68% 70%, #4aeeac 0 13%, transparent 14%),
    radial-gradient(circle at 34% 68%, #6acfff 0 14%, transparent 15%),
    linear-gradient(150deg, #8438f0, #2f8ddf 52%, #56d77c);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.5), inset 0 1px 4px rgba(255, 255, 255, 0.5);
}

.chip-float span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  font-size: 9px;
  font-weight: 800;
}

.chip-float i,
.chip-float b {
  position: absolute;
  bottom: 7px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: #2c7e78;
  font-size: 10px;
  font-style: normal;
}

.chip-float i { left: 7px; }
.chip-float b { right: 6px; }

/* 底部导航 */
.bottom-nav {
  position: fixed;
  z-index: 10;
  bottom: calc(10px + env(safe-area-inset-bottom));
  left: 50%;
  width: min(calc(100vw - 26px), 401px);
  height: 64px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(73, 59, 51, 0.82), rgba(31, 27, 31, 0.88)),
    rgba(17, 15, 16, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 7px 22px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.bottom-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  color: #c5c2ca;
}

.bottom-item::before {
  position: absolute;
  inset: 4px 5px;
  border-radius: 27px;
  background: transparent;
  content: "";
  transition: 0.2s ease;
}

.bottom-item.active::before {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}

.bottom-item svg {
  position: relative;
  z-index: 2;
  width: 21px;
  height: 21px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bottom-item:first-child svg path {
  fill: currentColor;
  stroke: none;
}

.bottom-item strong {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 500;
}

.bottom-item.active {
  color: #ffe05e;
}

/* 弹窗 */
.modal-layer {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.modal-layer.show {
  display: flex;
}

.modal-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(7px);
}

.customer-modal {
  position: relative;
  z-index: 2;
  width: min(100%, 328px);
  padding-top: 87px;
  border: 1px solid rgba(229, 196, 107, 0.38);
  border-radius: 20px;
  background:
    radial-gradient(circle at 75% 10%, rgba(220, 180, 92, 0.31), transparent 28%),
    linear-gradient(155deg, rgba(74, 51, 38, 0.98), rgba(16, 12, 17, 0.98) 45%, rgba(54, 34, 30, 0.98));
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.58), inset 0 1px rgba(255, 255, 255, 0.12);
}

.customer-head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 87px;
  padding: 18px 15px;
  overflow: hidden;
  text-align: left;
}

.customer-head::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 82% 110%, rgba(255, 255, 255, 0.22), transparent 35%),
    linear-gradient(110deg, rgba(112, 76, 54, 0.86), rgba(32, 23, 30, 0.7));
  content: "";
}

.customer-head h2,
.customer-head p {
  position: relative;
  z-index: 2;
  margin: 0;
}

.customer-head h2 {
  font-size: 20px;
}

.customer-head h2 span {
  color: #ffda6b;
}

.customer-head p {
  margin-top: 5px;
  color: #e4dde0;
  font-size: 14px;
}

.service-bot {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: -13px;
  width: 81px;
  height: 81px;
  display: grid;
  place-items: center;
  border: 6px solid rgba(255, 243, 209, 0.72);
  border-radius: 50% 50% 44% 44%;
  background:
    radial-gradient(circle at 32% 31%, #fff, transparent 8%),
    linear-gradient(145deg, #f7d58d, #9b613e 58%, #4d2d26);
  color: #392016;
  font-family: Georgia, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 0 20px rgba(255, 217, 112, 0.3);
}

.service-bot::before,
.service-bot::after {
  position: absolute;
  top: 29px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2b1812;
  content: "";
}

.service-bot::before { left: 15px; }
.service-bot::after { right: 15px; }

.customer-options {
  display: grid;
  padding: 13px 16px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(15, 13, 17, 0.44);
  backdrop-filter: blur(10px);
}

.customer-options button {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.customer-options button:last-child {
  border-bottom: 0;
}

.customer-options button > span {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 16px;
}

.customer-options img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: sepia(0.35) saturate(0.85);
}

.customer-options b {
  min-width: 91px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 220, 111, 0.62);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 213, 84, 0.66), transparent 56%),
    rgba(72, 47, 31, 0.52);
  color: #fff8dd;
  font-size: 12px;
  box-shadow: 0 0 10px rgba(255, 199, 57, 0.28);
}

.modal-close {
  position: absolute;
  right: 50%;
  bottom: -49px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  color: white;
  font-size: 23px;
  line-height: 1;
  transform: translateX(50%);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

.download-modal {
  position: relative;
  z-index: 2;
  width: min(100%, 428px);
  max-height: calc(100vh - 40px);
  padding-bottom: 25px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 0%, rgba(179, 129, 48, 0.3), transparent 27%),
    linear-gradient(160deg, #211c0d, #11100e 35%, #17140f);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.62);
}

.download-head {
  position: relative;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 31px;
}

.download-head strong {
  font-size: 20px;
}

.download-art {
  position: absolute;
  left: 52%;
  font-size: 34px;
  transform: rotate(14deg);
  filter: drop-shadow(0 0 6px rgba(255, 218, 98, 0.4));
}

.download-head button {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #bbb5a9;
  font-size: 20px;
}

.download-guide {
  position: relative;
  display: grid;
  gap: 20px;
  margin: 0 26px;
  padding: 25px 26px 29px;
  border: 1.5px solid rgba(223, 175, 87, 0.67);
  border-radius: 31px;
  background: rgba(10, 10, 10, 0.43);
  box-shadow: inset 0 0 22px rgba(255, 216, 117, 0.04);
}

.download-guide::after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 21px;
  height: 21px;
  border-right: 1.5px solid rgba(223, 175, 87, 0.67);
  border-bottom: 1.5px solid rgba(223, 175, 87, 0.67);
  background: #13110e;
  transform: translateX(-50%) rotate(45deg);
  content: "";
}

.guide-step p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  color: #e1deda;
  font-size: 14px;
}

.guide-step p i {
  width: 24px;
  height: 24px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: #171717;
  font-style: normal;
  font-weight: 800;
}

.guide-step p b {
  padding: 0 3px;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: white;
}

.browser-bar,
.add-home {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 10px;
  background: linear-gradient(180deg, #efefef, #c9c9c9);
  color: #3083cb;
  font-size: 26px;
}

.browser-bar b {
  width: 58px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 2px solid #f4d360;
  border-radius: 12px;
  background: white;
  color: #237bcb;
  box-shadow: 0 0 10px rgba(255, 215, 91, 0.45);
}

.add-home {
  height: 47px;
  justify-content: space-between;
  padding: 0 17px;
  background: white;
  color: #555;
  font-size: 15px;
  box-shadow: 0 0 9px rgba(255, 211, 80, 0.52);
}

.add-home b {
  color: #333;
  font-size: 22px;
}

.guide-step small {
  display: block;
  margin-top: 12px;
  color: #8f8c88;
  font-size: 12px;
}

.toast {
  position: fixed;
  z-index: 90;
  bottom: calc(88px + env(safe-area-inset-bottom));
  left: 50%;
  max-width: calc(100vw - 48px);
  padding: 9px 17px;
  border: 1px solid rgba(255, 218, 98, 0.24);
  border-radius: 20px;
  background: rgba(25, 21, 15, 0.95);
  color: #fff4cb;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 14px);
  transition: 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.48);
}

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

/* v16 · 暖金渐变玻璃视觉系统 */
:root {
  --page-gradient:
    radial-gradient(circle at 84% 7%, rgba(244, 183, 71, 0.34), transparent 27%),
    radial-gradient(circle at 8% 38%, rgba(190, 108, 38, 0.25), transparent 34%),
    radial-gradient(circle at 70% 76%, rgba(134, 75, 25, 0.18), transparent 33%),
    linear-gradient(158deg, #4b2d15 0%, #2d1d14 30%, #402716 63%, #281a12 100%);
  --glass-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 232, 181, 0.055));
  --glass-bg-soft: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 226, 166, 0.035));
  --glass-gold: linear-gradient(135deg, rgba(255, 221, 117, 0.31), rgba(145, 88, 25, 0.18));
  --glass-border: rgba(255, 241, 211, 0.22);
  --glass-border-gold: rgba(255, 217, 112, 0.42);
  --glass-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 -1px 0 rgba(255, 221, 157, 0.055), 0 10px 28px rgba(35, 17, 4, 0.23);
  --glass-blur: blur(17px) saturate(1.28);
  --text: #fffaf0;
  --muted: #bdb4a8;
}

html,
body {
  background:
    radial-gradient(circle at 50% -8%, rgba(218, 151, 50, 0.25), transparent 35%),
    linear-gradient(150deg, #21140c, #34200f 52%, #1c120c);
}

body {
  color: #fffaf0;
}

.phone-shell {
  background: var(--page-gradient);
  box-shadow: 0 0 65px rgba(90, 50, 11, 0.3), 0 0 0 1px rgba(255, 230, 174, 0.045);
}

.app-view,
.home-view,
.activity-view,
.mine-view {
  background-color: transparent;
}

.home-view::before {
  opacity: 0.22;
  filter: sepia(1) saturate(1.45) hue-rotate(350deg) brightness(0.98) contrast(0.96);
}

.home-view::after {
  background:
    radial-gradient(circle at 90% 13%, rgba(255, 196, 85, 0.23), transparent 25%),
    radial-gradient(circle at 6% 46%, rgba(191, 112, 40, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(88, 49, 18, 0.04), rgba(58, 35, 20, 0.16) 55%, rgba(44, 27, 17, 0.38));
}

.activity-view {
  background:
    radial-gradient(circle at 80% 4%, rgba(245, 185, 67, 0.27), transparent 24%),
    radial-gradient(circle at 6% 50%, rgba(172, 94, 29, 0.18), transparent 31%),
    linear-gradient(165deg, #452912, #2c1c13 32%, #3b2415 68%, #281a12);
}

.mine-view {
  background:
    radial-gradient(circle at 83% 9%, rgba(248, 187, 72, 0.26), transparent 24%),
    radial-gradient(circle at 8% 56%, rgba(177, 100, 35, 0.17), transparent 31%),
    linear-gradient(170deg, #452912 0%, #2d1d14 30%, #3c2516 70%, #291b13 100%);
}

button {
  transition: transform 0.18s ease, filter 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

button:focus-visible {
  outline: 2px solid rgba(255, 218, 103, 0.86);
  outline-offset: 2px;
}

.topbar {
  border-bottom: 1px solid rgba(255, 234, 187, 0.09);
  background: linear-gradient(180deg, rgba(49, 31, 17, 0.76), rgba(29, 19, 13, 0.32));
  box-shadow: 0 8px 24px rgba(19, 10, 3, 0.14), inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.brand-emblem {
  border-color: rgba(255, 222, 115, 0.58);
  background: var(--glass-gold);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), 0 6px 18px rgba(156, 95, 18, 0.22);
  backdrop-filter: blur(12px);
}

.wallet-bar,
.quick-plus,
.mine-user-pills button {
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  box-shadow: var(--glass-shadow);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.recharge-top {
  border-color: var(--glass-border-gold);
  background: var(--glass-gold);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.26), 0 4px 15px rgba(181, 119, 24, 0.2);
  backdrop-filter: blur(12px);
}

.quick-plus {
  background:
    radial-gradient(circle at 30% 25%, rgba(117, 236, 184, 0.32), transparent 31%),
    linear-gradient(145deg, rgba(22, 113, 88, 0.72), rgba(82, 55, 18, 0.38));
}

.carousel {
  border: 1px solid rgba(255, 224, 145, 0.18);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.13), 0 14px 34px rgba(34, 17, 3, 0.32);
}

.slide::after {
  border-color: rgba(255, 238, 191, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 22%, transparent 75%, rgba(255, 212, 105, 0.06)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 36%, rgba(0, 0, 0, 0.08));
}

.notice {
  border-bottom: 1px solid rgba(255, 238, 202, 0.08);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.13), rgba(255, 223, 159, 0.04));
  color: #f3eadb;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.notice b {
  width: 100%;
  overflow: hidden;
  animation: none;
  text-overflow: ellipsis;
  transform: none;
}

.slide-one {
  background:
    linear-gradient(100deg, rgba(78, 45, 17, 0.72), rgba(91, 55, 23, 0.1) 62%),
    url("./assets/gpt-theme/hero-security-gpt.jpg") center / cover no-repeat;
}

.slide-two {
  background:
    linear-gradient(100deg, rgba(78, 44, 17, 0.7), rgba(91, 55, 23, 0.08) 62%),
    url("./assets/gpt-theme/hero-gift-gpt.jpg") center / cover no-repeat;
}

.slide-three {
  background:
    linear-gradient(100deg, rgba(77, 43, 16, 0.7), rgba(91, 55, 23, 0.08) 62%),
    url("./assets/gpt-theme/hero-vip-gpt.jpg") center / cover no-repeat;
}

.slide-copy strong {
  color: #fffaf0;
  letter-spacing: 0.5px;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.78);
}

.quick-item {
  height: 74px;
  width: calc(100% - 6px);
  justify-self: center;
  padding: 5px 2px 4px;
  border: 1px solid var(--glass-border);
  border-radius: 15px;
  background: var(--glass-bg-soft);
  color: #f7f1e8;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.14), 0 7px 18px rgba(32, 15, 3, 0.18);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(14px) saturate(1.24);
  -webkit-backdrop-filter: blur(14px) saturate(1.24);
}

.quick-item img {
  width: 44px;
  height: 44px;
  padding: 4px;
  border: 1px solid rgba(255, 238, 204, 0.18);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 211, 122, 0.045));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.18), 0 5px 14px rgba(31, 14, 2, 0.18);
  filter: saturate(0.88) brightness(1.02) sepia(0.06);
  backdrop-filter: blur(13px);
}

.category-strip,
.home-category-filters,
.home-category-search label {
  border-color: var(--glass-border);
  background: var(--glass-bg-soft);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 8px 20px rgba(20, 10, 3, 0.16);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.category {
  border: 1px solid transparent;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 224, 156, 0.015));
  color: #c1b9af;
}

.home-tab-icon {
  width: 15px;
  height: 15px;
  display: inline-grid;
  place-items: center;
}

.home-tab-icon svg,
.download-art svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.category.active,
.home-category-filters button.active {
  border: 1px solid rgba(255, 230, 166, 0.22);
  border-radius: 16px;
  background: var(--glass-gold);
  color: #fff9e9;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 5px 14px rgba(104, 61, 10, 0.18);
}

.section-title {
  height: 43px;
  margin-bottom: 6px;
  padding: 0 9px;
  border: 1px solid rgba(255, 238, 201, 0.1);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 222, 157, 0.018));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.section-title strong {
  color: #fffaf0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.section-title i {
  width: 24px;
  height: 24px;
  display: grid;
  margin-left: auto;
  place-items: center;
  border: 1px solid rgba(255, 238, 202, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 20px;
}

.title-badge,
.title-badge.fire,
.title-badge.sport,
.title-badge.slot,
.title-badge.live,
.title-badge.lottery,
.title-badge.fish,
.title-badge.table,
.title-badge.cinema {
  border: 1px solid rgba(255, 223, 125, 0.28);
  background: linear-gradient(145deg, rgba(255, 217, 105, 0.34), rgba(92, 55, 15, 0.44));
  color: #ffe69a;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.22), 0 5px 12px rgba(79, 44, 5, 0.24);
}

.title-badge img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  filter: brightness(1.22) saturate(0.85) drop-shadow(0 2px 5px rgba(30, 13, 2, 0.35));
}

.copy-icon,
.action-icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  color: #ffe7a6;
}

.copy-icon svg,
.action-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hot-card,
.media-card,
.home-category-card,
.activity-card {
  border: 1px solid rgba(255, 234, 181, 0.16);
  border-radius: 10px;
  background: var(--glass-bg-soft);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 10px 24px rgba(25, 12, 3, 0.28);
}

.hot-card img,
.media-card img,
.home-category-card img,
.activity-card img {
  filter: saturate(0.94) contrast(1.04) brightness(0.96);
  transition: transform 0.28s ease, filter 0.28s ease;
}

.activity-header {
  border-bottom: 1px solid rgba(255, 235, 188, 0.08);
  background: linear-gradient(180deg, rgba(58, 37, 20, 0.5), rgba(255, 255, 255, 0.018));
  backdrop-filter: blur(16px);
}

.activity-card {
  border-color: rgba(255, 220, 126, 0.19);
  background: linear-gradient(145deg, rgba(92, 55, 24, 0.62), rgba(47, 30, 20, 0.74));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 12px 30px rgba(48, 24, 5, 0.28);
}

.gpt-activity::before {
  background: linear-gradient(90deg, rgba(63, 35, 13, 0.82) 0%, rgba(75, 44, 17, 0.5) 43%, rgba(44, 24, 10, 0.06) 72%);
}

.gpt-activity img {
  filter: saturate(0.98) contrast(1.02) brightness(1.1);
}

.activity-copy b {
  border-color: var(--glass-border-gold);
  background: var(--glass-gold);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.18), 0 5px 13px rgba(80, 45, 7, 0.18);
  backdrop-filter: blur(10px);
}

.mine-hero {
  border-bottom: 1px solid rgba(255, 226, 151, 0.16);
  background:
    linear-gradient(180deg, rgba(101, 59, 21, 0.08), rgba(65, 38, 18, 0.38)),
    url("./assets/gpt-theme/hero-vip-gpt.jpg") center / cover no-repeat;
  box-shadow: inset 0 -45px 50px rgba(61, 34, 15, 0.26);
}

.mine-primary-actions button,
.vip-card,
.mine-menu-panel,
.invite-panel,
.mine-tool-list,
.mine-menu-grid button,
.mine-menu-grid i,
.mine-tool-list button,
.mine-tool-list button > b,
.invite-panel > b,
.vip-card > div:first-child span,
.logout {
  border: 1px solid var(--glass-border);
  background: var(--glass-bg-soft);
  box-shadow: var(--glass-shadow);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.mine-primary-actions .gold-action,
.invite-panel,
.vip-card {
  border-color: var(--glass-border-gold);
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 217, 106, 0.22), transparent 38%),
    var(--glass-gold);
}

.mine-menu-panel,
.mine-tool-list {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 225, 166, 0.025));
}

.mine-menu-grid button {
  margin: 0 3px;
  padding: 5px 0;
  border-radius: 12px;
  color: #eee6db;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.mine-menu-grid i {
  border-color: rgba(255, 231, 174, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 209, 116, 0.035));
}

.mine-tool-list {
  display: grid;
  gap: 5px;
  padding: 9px;
}

.mine-tool-list button {
  height: 44px;
  padding: 0 10px;
  border-radius: 11px;
  color: #f1ebe2;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
}

.mine-tool-list button + button {
  border-top-color: var(--glass-border);
}

.mine-tool-list button > b,
.detail-menu button > b {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 222, 156, 0.04));
}

.logout {
  margin-top: 11px;
  border-color: rgba(229, 115, 104, 0.17);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(213, 77, 66, 0.11), rgba(255, 255, 255, 0.025));
  color: #ef8d84;
}

.detail-overlay {
  background:
    radial-gradient(circle at 86% 3%, rgba(244, 181, 67, 0.29), transparent 27%),
    radial-gradient(circle at 8% 43%, rgba(181, 101, 34, 0.2), transparent 31%),
    linear-gradient(165deg, #472a14 0%, #2e1f16 35%, #3e2718 68%, #291b13 100%);
}

.detail-topbar {
  border-bottom: 1px solid rgba(255, 236, 194, 0.1);
  background: linear-gradient(180deg, rgba(59, 38, 21, 0.72), rgba(31, 21, 15, 0.42));
  box-shadow: 0 8px 24px rgba(17, 8, 2, 0.17), inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.detail-back,
.round-search,
.home-category-search > button,
.address-modal > header button,
.download-head button,
.modal-close {
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  box-shadow: var(--glass-shadow);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.security-hero {
  border-bottom: 1px solid rgba(255, 224, 137, 0.16);
  background: linear-gradient(145deg, #4a2b14, #2e1d13);
  box-shadow: inset 0 -35px 40px rgba(65, 36, 13, 0.25);
}

.security-hero::before {
  filter: brightness(1.08) contrast(1.02) saturate(1.04);
}

.security-hero::after {
  background:
    linear-gradient(90deg, rgba(65, 35, 12, 0.66), rgba(78, 45, 17, 0.3) 48%, rgba(57, 31, 12, 0.02) 76%),
    radial-gradient(circle at 72% 52%, rgba(255, 207, 82, 0.22), transparent 30%);
}

.detail-menu button,
.detail-form-card,
.address-list,
.software-list button,
.redpacket-form,
.redpacket-balance,
.choice-list button,
.language-list button,
.generic-stats article,
.generic-list,
.generic-calculator,
.generic-vip-card,
.generic-empty-note {
  border: 1px solid var(--glass-border);
  background: var(--glass-bg-soft);
  box-shadow: var(--glass-shadow);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.detail-menu button {
  border-color: rgba(255, 239, 204, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 222, 156, 0.03));
}

.detail-form-card {
  border-radius: 14px;
}

.form-control,
.calculator-field input,
.calculator-field select,
.redpacket-form > input,
.two-inputs input,
.password-redpacket-page > input,
.address-list p {
  border: 1px solid rgba(255, 239, 208, 0.1);
  background: linear-gradient(145deg, rgba(72, 44, 23, 0.62), rgba(255, 255, 255, 0.045));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.055);
}

.code-button,
.password-toggle,
.forgot-link,
.add-address,
.home-category-search > button,
.address-modal > header button,
.modal-close,
.download-head button,
.software-list button,
.choice-list button,
.language-list button,
.segment button,
.quick-amounts button,
.generic-list header button,
.customer-options button {
  border: 1px solid var(--glass-border);
  background: var(--glass-bg-soft);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.14), 0 5px 15px rgba(38, 19, 5, 0.16);
  backdrop-filter: blur(14px) saturate(1.24);
  -webkit-backdrop-filter: blur(14px) saturate(1.24);
}

.detail-form-card label,
.redpacket-form > label,
.calculator-field,
.address-modal form > label {
  color: #ddd5ca;
}

.detail-submit,
.wheel-button,
.generic-action {
  border-color: var(--glass-border-gold);
  background:
    radial-gradient(circle at 50% 120%, rgba(255, 218, 104, 0.28), transparent 54%),
    var(--glass-gold);
  color: #fff9e7;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.25), 0 9px 24px rgba(78, 42, 5, 0.23);
  backdrop-filter: blur(16px) saturate(1.35);
  -webkit-backdrop-filter: blur(16px) saturate(1.35);
}

.segment,
.quick-amounts button,
.calculation-summary,
.redpacket-calc span {
  border: 1px solid rgba(255, 237, 198, 0.1);
  background: var(--glass-bg-soft);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(12px);
}

.segment button {
  color: #d7d0c6;
}

.segment button.active,
.quick-amounts button.active,
.choice-list button.active,
.language-list button.active {
  border: 1px solid var(--glass-border-gold);
  background: var(--glass-gold);
  color: #fff5d5;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 5px 14px rgba(95, 55, 10, 0.16);
}

.address-modal,
.customer-modal,
.download-modal {
  border: 1px solid var(--glass-border);
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 209, 100, 0.18), transparent 25%),
    linear-gradient(155deg, rgba(71, 45, 24, 0.95), rgba(31, 22, 17, 0.94) 43%, rgba(47, 31, 19, 0.96));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 24px 65px rgba(10, 5, 1, 0.48);
  backdrop-filter: blur(24px) saturate(1.3);
  -webkit-backdrop-filter: blur(24px) saturate(1.3);
}

.download-art {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #ffe19a;
  filter: drop-shadow(0 0 8px rgba(255, 218, 98, 0.35));
}

.download-guide {
  border-color: rgba(255, 220, 137, 0.54);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 220, 151, 0.035));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.16), 0 16px 36px rgba(37, 17, 4, 0.24);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}

.download-guide::after {
  border-color: rgba(255, 220, 137, 0.54);
  background: rgba(71, 43, 24, 0.96);
}

.browser-bar,
.add-home {
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(225, 215, 196, 0.86));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9), 0 8px 20px rgba(42, 23, 7, 0.2);
}

.address-modal-mask,
.modal-mask {
  background: rgba(19, 11, 6, 0.62);
  backdrop-filter: blur(10px) saturate(0.9);
}

.customer-options,
.customer-options button {
  border-color: var(--glass-border);
  background: var(--glass-bg-soft);
  backdrop-filter: blur(14px);
}

.customer-options button > b {
  border-color: var(--glass-border-gold);
  background: var(--glass-gold);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.18), 0 6px 16px rgba(95, 53, 7, 0.2);
}

.agent-hero,
.choice-intro,
.generic-hero,
.language-intro,
.password-redpacket-page,
.wheel-page {
  border: 1px solid rgba(255, 224, 144, 0.15);
  background:
    radial-gradient(circle at 50% 32%, rgba(239, 179, 67, 0.27), transparent 30%),
    linear-gradient(145deg, rgba(100, 60, 27, 0.74), rgba(49, 32, 22, 0.84) 68%);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.11), 0 13px 32px rgba(21, 10, 2, 0.24);
}

.choice-intro > span,
.generic-hero > span,
.language-intro > span,
.agent-mark {
  border-color: rgba(255, 222, 125, 0.54);
  background: var(--glass-gold);
  color: #ffe8a8;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.23), 0 0 23px rgba(229, 166, 57, 0.18);
}

.bottom-nav {
  border-color: rgba(255, 239, 207, 0.25);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(96, 61, 34, 0.13));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px rgba(255, 216, 135, 0.05), 0 14px 36px rgba(12, 6, 2, 0.42);
  backdrop-filter: blur(24px) saturate(1.42);
  -webkit-backdrop-filter: blur(24px) saturate(1.42);
}

.bottom-item::before {
  border: 1px solid transparent;
}

.bottom-item.active::before {
  border-color: rgba(255, 226, 152, 0.17);
  background: var(--glass-gold);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.18), 0 5px 16px rgba(85, 49, 8, 0.18);
}

.chip-float {
  border-color: rgba(255, 230, 166, 0.45);
  background:
    radial-gradient(circle at 70% 70%, rgba(92, 239, 178, 0.9) 0 13%, transparent 14%),
    radial-gradient(circle at 32% 67%, rgba(103, 198, 255, 0.8) 0 14%, transparent 15%),
    linear-gradient(145deg, rgba(255, 214, 104, 0.72), rgba(68, 38, 17, 0.88));
  box-shadow: inset 0 1px 4px rgba(255, 255, 255, 0.55), 0 10px 25px rgba(16, 8, 2, 0.42);
}

.toast {
  border-color: var(--glass-border-gold);
  background: linear-gradient(145deg, rgba(78, 52, 29, 0.9), rgba(31, 23, 17, 0.88));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.16), 0 12px 30px rgba(13, 6, 2, 0.4);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
}

/* v18 · 十方娱乐品牌标志与首页精品轮播 */
.brand {
  gap: 7px;
}

.brand-emblem {
  width: 38px;
  height: 38px;
  overflow: visible;
  border: 0;
  background: transparent;
  clip-path: none;
  filter: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.brand-emblem::before,
.brand-emblem::after {
  display: none;
}

.brand-emblem img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 4px 9px rgba(235, 174, 55, 0.34));
}

.brand-copy strong {
  background: linear-gradient(180deg, #fff7cf 0%, #f3d373 48%, #b97a21 100%);
  color: transparent;
  font-family: "Songti SC", "STSong", Georgia, serif;
  font-size: 19px;
  letter-spacing: 1.5px;
  text-shadow: 0 3px 14px rgba(236, 175, 52, 0.18);
  -webkit-background-clip: text;
  background-clip: text;
}

.brand-copy small {
  margin-top: 4px;
  color: #d9b35f;
  font-size: 5.5px;
  letter-spacing: 0.9px;
}

.carousel {
  height: 196px;
  overflow-x: auto;
  overflow-y: hidden;
  border-color: rgba(255, 229, 164, 0.28);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(95, 56, 24, 0.72), rgba(38, 24, 17, 0.88));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.22),
    inset 0 -1px rgba(255, 213, 119, 0.08),
    0 18px 38px rgba(38, 17, 3, 0.34),
    0 0 0 1px rgba(111, 65, 24, 0.12);
}

.slide {
  isolation: isolate;
  border-radius: 17px;
}

.slide::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 81% 46%, rgba(255, 202, 88, 0.17), transparent 31%),
    linear-gradient(90deg, rgba(30, 17, 9, 0.26), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 30%, rgba(37, 20, 8, 0.1));
  content: "";
}

.slide::after {
  z-index: 5;
  border-color: rgba(255, 236, 187, 0.25);
  background:
    linear-gradient(112deg, transparent 20%, rgba(255, 255, 255, 0.09) 43%, transparent 57%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 38%, rgba(83, 45, 15, 0.13));
  background-position: 130% 0, 0 0;
  background-size: 220% 100%, 100% 100%;
  animation: hero-shine 7s ease-in-out infinite;
}

.slide-one {
  background:
    linear-gradient(90deg, rgba(53, 30, 13, 0.96) 0%, rgba(59, 33, 14, 0.72) 38%, rgba(62, 34, 14, 0.14) 71%),
    radial-gradient(circle at 72% 44%, rgba(242, 184, 68, 0.23), transparent 34%),
    url("./assets/gpt-theme/hero-security-gpt.jpg") 63% center / cover no-repeat;
}

.slide-two {
  background:
    linear-gradient(90deg, rgba(57, 31, 13, 0.96) 0%, rgba(67, 38, 15, 0.69) 39%, rgba(62, 34, 14, 0.12) 72%),
    radial-gradient(circle at 74% 45%, rgba(247, 188, 67, 0.23), transparent 34%),
    url("./assets/gpt-theme/hero-gift-gpt.jpg") 64% center / cover no-repeat;
}

.slide-three {
  background:
    linear-gradient(90deg, rgba(53, 29, 12, 0.96) 0%, rgba(62, 35, 14, 0.7) 39%, rgba(60, 33, 14, 0.12) 72%),
    radial-gradient(circle at 74% 45%, rgba(247, 188, 67, 0.22), transparent 34%),
    url("./assets/gpt-theme/hero-vip-gpt.jpg") 64% center / cover no-repeat;
}

.notice {
  top: 10px;
  right: 12px;
  left: 12px;
  height: 25px;
  gap: 6px;
  padding: 0 9px;
  border: 1px solid rgba(255, 238, 201, 0.17);
  border-radius: 13px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 226, 162, 0.035));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.16), 0 6px 16px rgba(28, 13, 3, 0.18);
  color: #f5ecdb;
  font-size: 9.5px;
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
}

.notice i {
  color: #ffd778;
  font-size: 10px;
  filter: drop-shadow(0 0 5px rgba(255, 198, 68, 0.5));
}

.notice b {
  width: auto;
  min-width: 0;
  flex: 1;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.notice em {
  flex: 0 0 auto;
  color: #d8b468;
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.7px;
}

.slide-copy {
  z-index: 3;
  top: 47px;
  left: 17px;
  width: 57%;
}

.slide-copy small {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 7px;
  color: #e9c871;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.25px;
}

.slide-copy small i {
  width: 14px;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, #ffdf83, rgba(255, 223, 131, 0.1));
  box-shadow: 0 0 6px rgba(255, 204, 81, 0.42);
}

.slide-copy strong {
  display: flex;
  flex-direction: column;
  color: #fffaf0;
  font-family: "Songti SC", "STSong", serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 1px;
  text-shadow: 0 4px 18px rgba(14, 6, 1, 0.72);
}

.slide-copy strong em {
  margin: 4px 0 0;
  background: linear-gradient(90deg, #fff5c1 0%, #edc55b 72%, #b47a25 100%);
  color: transparent;
  font-size: 21px;
  font-style: normal;
  line-height: 1.08;
  -webkit-background-clip: text;
  background-clip: text;
}

.slide-copy > span {
  margin-top: 7px;
  color: #d9cdbc;
  font-size: 10px;
  letter-spacing: 0.45px;
}

.slide-cta {
  height: 25px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 9px;
  padding: 0 10px;
  border: 1px solid rgba(255, 221, 137, 0.29);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(255, 222, 129, 0.19), rgba(255, 255, 255, 0.05));
  color: #ffe8a6;
  font-size: 9px;
  font-weight: 600;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 7px 16px rgba(31, 14, 3, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.slide-cta svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.slide-signature {
  position: absolute;
  z-index: 4;
  right: 11px;
  bottom: 10px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 8px 0 4px;
  border: 1px solid rgba(255, 232, 177, 0.18);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 221, 146, 0.035));
  color: #f4d985;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.16), 0 5px 13px rgba(24, 11, 2, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.slide-signature i {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 221, 133, 0.42);
  border-radius: 50%;
  background: rgba(255, 212, 107, 0.12);
  font-family: Georgia, serif;
  font-size: 6px;
  font-style: normal;
  font-weight: 800;
}

.slide-signature b {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.carousel-dots {
  height: 15px;
  gap: 4px;
}

.carousel-dots span {
  width: 7px;
  height: 3px;
  background: rgba(255, 239, 201, 0.2);
  transition: width 0.25s ease, background 0.25s ease;
}

.carousel-dots span.active {
  width: 25px;
  background: linear-gradient(90deg, #b77a24, #ffe080);
  box-shadow: 0 0 8px rgba(247, 194, 71, 0.42);
}

@keyframes hero-shine {
  0%, 34% { background-position: 130% 0, 0 0; }
  62%, 100% { background-position: -105% 0, 0 0; }
}

@media (hover: hover) {
  .hot-card:hover img,
  .media-card:hover img,
  .home-category-card:hover img,
  .activity-card:hover img {
    filter: saturate(1.03) contrast(1.06) brightness(1.03);
    transform: scale(1.035);
  }

  .section-title:hover,
  .mine-tool-list button:hover,
  .detail-menu button:hover,
  .software-list button:hover {
    border-color: rgba(255, 222, 137, 0.28);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 214, 124, 0.05));
  }
}

@media (max-width: 370px) {
  .topbar { padding-right: 8px; padding-left: 8px; }
  .brand { gap: 3px; }
  .brand-emblem { width: 34px; height: 34px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { letter-spacing: 1px; }
  .wallet-area { gap: 4px; }
  .wallet-bar { width: 134px; }
  .balance { min-width: 69px; padding-left: 5px; }
  .quick-plus { width: 34px; height: 34px; }
  .home-content { padding-right: 9px; padding-left: 9px; }
  .slide-copy { left: 14px; }
  .slide-copy strong { font-size: 21px; }
  .hero-art { right: -3px; transform: scale(0.9); }
  .category { padding-right: 10px; padding-left: 10px; }
  .activity-list { padding-right: 9px; padding-left: 9px; }
  .mine-page-body { padding-right: 9px; padding-left: 9px; }
  .mine-user-pills { gap: 9px; }
  .download-guide { margin-right: 16px; margin-left: 16px; padding-right: 19px; padding-left: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* v20：完整按钮交互与高质感详情 UI */
button {
  -webkit-tap-highlight-color: transparent;
}

button:not(:disabled) {
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

button:not(:disabled):active {
  transform: scale(0.975);
}

.is-refreshing {
  animation: ui-refresh-spin 0.65s ease;
}

@keyframes ui-refresh-spin {
  to { transform: rotate(360deg); }
}

/* 活动详情 */
.activity-detail-page {
  padding: 13px 12px 116px;
  background:
    radial-gradient(circle at 90% 6%, rgba(255, 205, 89, 0.09), transparent 24%),
    linear-gradient(180deg, rgba(51, 34, 16, 0.62), rgba(13, 11, 12, 0.98) 35%);
}

.activity-detail-hero {
  position: relative;
  min-height: 198px;
  overflow: hidden;
  border: 1px solid rgba(246, 209, 117, 0.28);
  border-radius: 20px;
  background: #211710;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 255, 255, 0.12);
}

.activity-detail-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activity-detail-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 7, 8, 0.94), rgba(11, 7, 9, 0.42) 58%, rgba(10, 6, 7, 0.1)),
    linear-gradient(0deg, rgba(10, 7, 8, 0.72), transparent 52%);
}

.activity-detail-hero > div {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 20px;
  width: 60%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  transform: translateY(-50%);
}

.activity-detail-hero small {
  color: #d7ad54;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.activity-detail-hero strong {
  margin-top: 8px;
  color: #fff5d3;
  font-family: Georgia, "Songti SC", serif;
  font-size: 27px;
  line-height: 1.12;
  text-shadow: 0 4px 14px #000;
}

.activity-detail-hero p {
  margin: 8px 0 0;
  color: #ded5c6;
  font-size: 12px;
  line-height: 1.6;
}

.activity-state-card {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  padding: 0 15px;
  border: 1px solid rgba(255, 222, 139, 0.16);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(95, 60, 22, 0.08));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
}

.activity-state-card span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #e7dfd1;
  font-size: 12px;
}

.activity-state-card i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #66e19c;
  box-shadow: 0 0 10px #41cc80;
}

.activity-state-card b {
  color: #d9b55e;
  font-size: 11px;
}

.activity-detail-card {
  margin-top: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 211, 109, 0.025)),
    rgba(15, 13, 15, 0.78);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07), 0 12px 28px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.activity-detail-card > header {
  display: flex;
  align-items: center;
  gap: 11px;
}

.activity-detail-card > header > span {
  width: 38px;
  height: 38px;
  display: grid;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(247, 210, 113, 0.34);
  border-radius: 12px;
  background: radial-gradient(circle at 32% 22%, rgba(255, 240, 177, 0.22), rgba(113, 74, 20, 0.12));
  color: #f2ce70;
  font-size: 17px;
}

.activity-detail-card > header > div {
  display: grid;
  gap: 2px;
}

.activity-detail-card > header strong {
  color: #fff3d1;
  font-size: 15px;
}

.activity-detail-card > header small {
  color: #89827c;
  font-size: 10px;
  line-height: 1.5;
}

.activity-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 15px;
}

.activity-highlight-grid article {
  min-height: 67px;
  display: grid;
  place-content: center;
  gap: 3px;
  border: 1px solid rgba(244, 206, 104, 0.16);
  border-radius: 12px;
  background: linear-gradient(155deg, rgba(164, 108, 27, 0.16), rgba(255, 255, 255, 0.035));
  text-align: center;
}

.activity-highlight-grid strong {
  color: #f8d67b;
  font-family: Georgia, serif;
  font-size: 18px;
}

.activity-highlight-grid small {
  color: #a7a09a;
  font-size: 9px;
}

.activity-steps {
  display: grid;
  gap: 0;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.activity-steps li {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.activity-steps li:not(:last-child)::after {
  position: absolute;
  top: 39px;
  bottom: -3px;
  left: 14px;
  width: 1px;
  background: linear-gradient(#b88635, rgba(184, 134, 53, 0.08));
  content: "";
}

.activity-steps i {
  position: relative;
  z-index: 2;
  width: 29px;
  height: 29px;
  display: grid;
  flex: 0 0 29px;
  place-items: center;
  border: 1px solid rgba(242, 203, 101, 0.45);
  border-radius: 50%;
  background: #241b10;
  color: #f3cf6f;
  font-size: 11px;
  font-style: normal;
  box-shadow: 0 0 12px rgba(222, 175, 54, 0.12);
}

.activity-steps span {
  display: grid;
  gap: 3px;
}

.activity-steps b { color: #ded7ce; font-size: 12px; }
.activity-steps small { color: #7f7a79; font-size: 10px; }

.activity-rule-card ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  counter-reset: rule;
  list-style: none;
}

.activity-rule-card li {
  position: relative;
  padding-left: 22px;
  color: #aaa39e;
  font-size: 11px;
  line-height: 1.65;
  counter-increment: rule;
}

.activity-rule-card li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(226, 183, 82, 0.12);
  color: #d3a84c;
  font-size: 8px;
  content: counter(rule);
}

.activity-apply-button {
  width: 100%;
  min-height: 54px;
  display: grid;
  place-content: center;
  gap: 2px;
  margin-top: 14px;
  border: 1px solid rgba(255, 224, 140, 0.48);
  border-radius: 16px;
  background:
    linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.18), transparent),
    linear-gradient(145deg, #7f5016, #e4b957 50%, #7e4a12);
  background-size: 220% 100%, 100% 100%;
  color: #211306;
  box-shadow: 0 12px 24px rgba(191, 130, 30, 0.24), inset 0 1px rgba(255, 255, 255, 0.42);
  animation: action-shimmer 3s linear infinite;
}

.activity-apply-button span { font-size: 15px; font-weight: 800; }
.activity-apply-button small { font-size: 7px; letter-spacing: 1.6px; }
.activity-apply-button.submitted { filter: saturate(0.7); opacity: 0.86; }

@keyframes action-shimmer {
  0%, 45% { background-position: 130% 0, 0 0; }
  80%, 100% { background-position: -100% 0, 0 0; }
}

/* 游戏进入弹窗 */
.game-entry-modal {
  position: relative;
  z-index: 2;
  width: min(100%, 382px);
  max-height: calc(100vh - 30px);
  overflow: auto;
  padding: 0 15px 17px;
  border: 1px solid rgba(241, 205, 113, 0.32);
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 0%, rgba(190, 128, 36, 0.27), transparent 28%),
    linear-gradient(155deg, rgba(47, 31, 22, 0.98), rgba(13, 12, 14, 0.99) 43%, rgba(29, 20, 16, 0.99));
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.68), inset 0 1px rgba(255, 255, 255, 0.12);
  animation: modal-rise 0.28s ease both;
}

.game-entry-head {
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.game-entry-head > div { display: grid; gap: 2px; }
.game-entry-head small { color: #b78d42; font-size: 7px; font-weight: 800; letter-spacing: 1.8px; }
.game-entry-head strong { color: #fff1cf; font-size: 18px; }
.game-entry-head > button {
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  color: #aaa39f;
  font-size: 20px;
}

.game-entry-preview {
  position: relative;
  min-height: 137px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  padding: 11px;
  overflow: hidden;
  border: 1px solid rgba(247, 215, 135, 0.18);
  border-radius: 17px;
  background:
    radial-gradient(circle at 92% 17%, rgba(255, 207, 99, 0.2), transparent 29%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
}

.game-entry-preview > img {
  width: 86px;
  height: 115px;
  flex: 0 0 86px;
  border: 1px solid rgba(255, 231, 170, 0.25);
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.42);
}

.game-entry-preview > span { min-width: 0; display: grid; gap: 5px; }
.game-entry-preview > span small { width: max-content; padding: 4px 7px; border-radius: 6px; background: rgba(213, 163, 64, 0.13); color: #e1b85e; font-size: 8px; letter-spacing: 1px; }
.game-entry-preview > span strong { overflow: hidden; color: #fff3d4; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }
.game-entry-preview > span em { color: #8e8783; font-size: 10px; font-style: normal; }
.game-entry-preview > i { position: absolute; top: 10px; right: 10px; padding: 3px 6px; border-radius: 8px; background: linear-gradient(135deg, #b97820, #f2d57e); color: #291a08; font-size: 7px; font-style: normal; font-weight: 900; }

.game-balance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.game-balance-grid article {
  display: grid;
  gap: 5px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
}

.game-balance-grid small { color: #88817f; font-size: 9px; }
.game-balance-grid strong { color: #ecd17d; font-family: Georgia, serif; font-size: 18px; }
.game-balance-grid em { color: #8b847f; font-size: 9px; font-style: normal; }

.game-transfer-panel {
  margin-top: 10px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02));
}

.game-transfer-panel > header { display: flex; align-items: center; justify-content: space-between; }
.game-transfer-panel > header strong { color: #ddd6cc; font-size: 12px; }
.game-transfer-panel > header button { padding: 4px 8px; color: #e4bd61; font-size: 10px; }
.game-transfer-panel > label { height: 48px; display: flex; align-items: center; gap: 8px; margin-top: 9px; padding: 0 12px; border: 1px solid rgba(229, 191, 92, 0.2); border-radius: 11px; background: rgba(7, 7, 8, 0.45); }
.game-transfer-panel > label span { color: #e0b75b; font-size: 18px; }
.game-transfer-panel input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: #fff; font: inherit; font-size: 16px; }
.game-transfer-panel label b { color: #77716e; font-size: 9px; }
.game-quick-amounts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 8px; }
.game-quick-amounts button { height: 31px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 9px; background: rgba(255, 255, 255, 0.04); color: #aaa39e; font-size: 10px; }
.game-quick-amounts button.active { border-color: rgba(241, 202, 104, 0.45); background: linear-gradient(145deg, rgba(199, 142, 43, 0.28), rgba(255, 229, 159, 0.08)); color: #f2ce70; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); }
#gameTransferHint { display: block; min-height: 15px; margin-top: 8px; color: #77716e; font-size: 9px; line-height: 1.5; }
#gameTransferHint.error { color: #ff8d85; }

.game-primary-action,
.action-dialog-primary {
  width: 100%;
  min-height: 50px;
  display: grid;
  place-content: center;
  gap: 1px;
  margin-top: 13px;
  border: 1px solid rgba(255, 230, 161, 0.42);
  border-radius: 14px;
  background: linear-gradient(145deg, #6e4211, #e1b44d 52%, #744512);
  color: #251707;
  box-shadow: 0 10px 22px rgba(188, 127, 27, 0.22), inset 0 1px rgba(255, 255, 255, 0.35);
}

.game-primary-action span { font-size: 14px; font-weight: 900; }
.game-primary-action small { font-size: 6px; letter-spacing: 1.7px; }
.game-primary-action.loading { filter: saturate(0.65); }
.game-primary-action.loading::after { width: 12px; height: 12px; margin: 3px auto 0; border: 1.5px solid rgba(37, 23, 7, 0.3); border-top-color: #251707; border-radius: 50%; animation: ui-refresh-spin 0.65s linear infinite; content: ""; }
.game-secondary-action { width: 100%; height: 42px; margin-top: 7px; border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 12px; background: rgba(255, 255, 255, 0.035); color: #8f8884; font-size: 12px; }

/* 通用确认弹窗 */
.action-dialog {
  position: relative;
  z-index: 2;
  width: min(100%, 334px);
  overflow: hidden;
  padding: 26px 20px 18px;
  border: 1px solid rgba(245, 209, 116, 0.3);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% -10%, rgba(230, 178, 71, 0.26), transparent 33%),
    linear-gradient(155deg, rgba(48, 32, 23, 0.99), rgba(12, 11, 13, 0.995) 52%, rgba(27, 19, 16, 0.99));
  text-align: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.68), inset 0 1px rgba(255, 255, 255, 0.12);
  animation: modal-rise 0.28s ease both;
}

.action-dialog-glow { position: absolute; top: -95px; left: 50%; width: 210px; height: 160px; border-radius: 50%; background: rgba(240, 191, 79, 0.12); filter: blur(32px); transform: translateX(-50%); }
.action-dialog > i { position: relative; width: 63px; height: 63px; display: grid; place-items: center; margin: 0 auto 11px; border: 1px solid rgba(247, 213, 128, 0.42); border-radius: 20px; background: radial-gradient(circle at 32% 23%, rgba(255, 245, 200, 0.25), rgba(151, 98, 22, 0.13)); color: #f1cb67; font-family: Georgia, serif; font-size: 23px; font-style: normal; box-shadow: 0 0 26px rgba(220, 165, 50, 0.12), inset 0 1px rgba(255, 255, 255, 0.12); }
.action-dialog > small { color: #9f7f40; font-size: 7px; font-weight: 800; letter-spacing: 1.8px; }
.action-dialog h2 { margin: 7px 0 0; color: #fff2d1; font-size: 19px; }
.action-dialog p { min-height: 38px; margin: 8px 4px 0; color: #9e9791; font-size: 11px; line-height: 1.65; }
.action-dialog-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 12px; }
.action-dialog-meta:empty { display: none; }
.action-dialog-meta span { min-width: 0; display: grid; gap: 4px; padding: 10px 8px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 11px; background: rgba(255, 255, 255, 0.035); }
.action-dialog-meta small { color: #716b68; font-size: 8px; }
.action-dialog-meta strong { overflow: hidden; color: #e2bd60; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.action-dialog-primary { min-height: 47px; margin-top: 14px; font-size: 13px; font-weight: 800; }
.action-dialog-secondary { width: 100%; height: 39px; margin-top: 6px; border-radius: 11px; color: #827b77; font-size: 11px; }

@keyframes modal-rise {
  from { opacity: 0; transform: translateY(18px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* 通用详情页升级 */
.premium-panel {
  border: 1px solid rgba(241, 204, 106, 0.2) !important;
  background:
    radial-gradient(circle at 85% 0%, rgba(213, 155, 48, 0.15), transparent 30%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.025)) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.09), 0 15px 30px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(18px);
}

.vip-level-line { display: flex; align-items: center; justify-content: space-between; }
.vip-level-line > span { display: grid; gap: 3px; }
.vip-level-line > span:last-child { text-align: right; }
.vip-level-line small { color: #7f7772; font-size: 7px; letter-spacing: 1px; }
.vip-level-line strong { color: #f0cc6e; font-family: Georgia, serif; font-size: 23px; }
.vip-level-line > i { color: #9b7640; font-size: 20px; font-style: normal; }
.vip-benefit-panel,
.vip-roadmap,
.income-chart,
.income-source-list,
.invite-link-card,
.commission-tiers,
.buy-provider-list,
.buy-steps {
  margin-top: 10px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}

.vip-benefit-panel > header,
.vip-roadmap > header,
.income-chart > header,
.income-source-list > header,
.invite-link-card > header,
.commission-tiers > header,
.buy-provider-list > header,
.buy-steps > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.vip-benefit-panel > header strong,
.vip-roadmap > header strong,
.income-chart > header strong,
.income-source-list > header strong,
.invite-link-card > header strong,
.commission-tiers > header strong,
.buy-provider-list > header strong,
.buy-steps > header strong { color: #ded7ce; font-size: 13px; }
.vip-benefit-panel > header small,
.vip-roadmap > header small,
.income-chart > header small,
.income-source-list > header small,
.invite-link-card > header small,
.commission-tiers > header small,
.buy-provider-list > header small,
.buy-steps > header small { color: #77716e; font-size: 9px; }
.vip-benefit-panel > div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.vip-benefit-panel article { display: grid; gap: 3px; padding: 11px; border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 11px; background: rgba(255, 255, 255, 0.025); }
.vip-benefit-panel i { color: #d5aa4b; font-size: 16px; font-style: normal; }
.vip-benefit-panel article strong { color: #cfc8c1; font-size: 11px; }
.vip-benefit-panel article small { color: #716c69; font-size: 8px; }
.vip-roadmap > div { position: relative; display: flex; justify-content: space-between; }
.vip-roadmap > div::before { position: absolute; top: 14px; right: 12%; left: 12%; height: 1px; background: rgba(255, 255, 255, 0.1); content: ""; }
.vip-roadmap span { position: relative; z-index: 2; display: grid; justify-items: center; gap: 5px; }
.vip-roadmap i { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 50%; background: #1b191a; color: #7e7874; font-size: 9px; font-style: normal; }
.vip-roadmap span.active i { border-color: rgba(241, 204, 104, 0.55); background: linear-gradient(145deg, #8c5a1c, #e7c46d); color: #2a1908; box-shadow: 0 0 13px rgba(218, 169, 54, 0.2); }
.vip-roadmap b { color: #7f7975; font-size: 8px; }
.vip-roadmap span.active b { color: #deb95e; }

.task-overview { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 16px; border-radius: 17px; }
.task-overview > div { display: grid; gap: 5px; text-align: center; }
.task-overview small { color: #77716e; font-size: 8px; }
.task-overview strong { color: #f0ca67; font-family: Georgia, serif; font-size: 21px; }
.task-overview strong em { color: #847c76; font-size: 10px; font-style: normal; }
.task-overview > span { height: 5px; grid-column: 1 / -1; overflow: hidden; border-radius: 3px; background: rgba(255, 255, 255, 0.07); }
.task-overview > span i { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #9b681e, #f1d16f); box-shadow: 0 0 8px rgba(239, 198, 92, 0.3); }
.task-overview p { grid-column: 1 / -1; margin: 0; color: #85807c; font-size: 9px; text-align: center; }
.generic-tabs,
.record-filter-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 10px; padding: 5px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 13px; background: rgba(255, 255, 255, 0.035); }
.record-filter-bar { grid-template-columns: repeat(4, 1fr); }
.generic-tabs button,
.record-filter-bar button { height: 34px; border-radius: 9px; color: #8e8884; font-size: 10px; }
.generic-tabs button.active,
.record-filter-bar button.active { border: 1px solid rgba(240, 202, 104, 0.38); background: linear-gradient(145deg, rgba(193, 132, 31, 0.35), rgba(255, 231, 167, 0.09)); color: #f1cf73; box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); }
.task-card-list { display: grid; gap: 8px; margin-top: 10px; }
.task-card-list article { min-height: 91px; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 11px; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 15px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); }
.task-card-list article > i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(226, 184, 79, 0.25); border-radius: 12px; background: rgba(198, 141, 40, 0.11); color: #dcaf50; font-style: normal; }
.task-card-list article > div { min-width: 0; display: grid; gap: 4px; }
.task-card-list article strong { overflow: hidden; color: #dcd5cf; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.task-card-list article small { overflow: hidden; color: #736e6b; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.task-card-list article div > span { height: 4px; overflow: hidden; border-radius: 2px; background: rgba(255, 255, 255, 0.06); }
.task-card-list article div > span b { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #97611a, #e9c35e); }
.task-card-list article em { color: #7e7773; font-size: 8px; font-style: normal; }
.task-card-list article > button { min-width: 58px; height: 31px; padding: 0 8px; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 10px; background: rgba(255, 255, 255, 0.04); color: #89827d; font-size: 8px; }
.task-card-list article > button.ready { border-color: rgba(240, 202, 105, 0.4); background: linear-gradient(145deg, #81501a, #d7a944); color: #261707; font-weight: 800; }
.task-card-list article > button.claimed { color: #61cf94; }

.income-balance { padding: 18px; border-radius: 18px; text-align: center; }
.income-balance > small { color: #8b837d; font-size: 9px; }
.income-balance > strong { display: block; margin-top: 5px; color: #f2d075; font-family: Georgia, serif; font-size: 34px; }
.income-balance > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 13px; }
.income-balance span { display: grid; gap: 4px; padding: 10px; border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 11px; background: rgba(255, 255, 255, 0.03); color: #77716d; font-size: 8px; }
.income-balance b { color: #ddd4c6; font-size: 12px; }
.income-chart > header > span { display: grid; gap: 2px; }
.income-chart > header button { color: #cba64f; font-size: 9px; }
.chart-bars { height: 135px; display: flex; align-items: flex-end; justify-content: space-around; gap: 10px; padding: 14px 8px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); background: repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 34px); }
.chart-bars i { width: 13px; min-height: 6px; border-radius: 5px 5px 1px 1px; background: linear-gradient(180deg, #efcc6c, #7b4c16); box-shadow: 0 0 10px rgba(222, 172, 52, 0.14); }
.income-chart footer { display: flex; justify-content: space-around; margin-top: 7px; color: #68635f; font-size: 7px; }
.income-source-list article { display: flex; align-items: center; gap: 10px; min-height: 57px; border-top: 1px solid rgba(255, 255, 255, 0.055); }
.income-source-list article > i { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; background: rgba(203, 145, 43, 0.11); color: #d8aa4b; font-style: normal; }
.income-source-list article > span { min-width: 0; display: grid; flex: 1; gap: 2px; }
.income-source-list article strong { color: #cbc4bd; font-size: 10px; }
.income-source-list article small { color: #6f6966; font-size: 8px; }
.income-source-list article > b { color: #d3ad51; font-size: 10px; }

.invite-detail-hero { display: grid; justify-items: center; padding: 21px; border-radius: 18px; text-align: center; }
.invite-detail-hero > i { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(242, 205, 111, 0.38); border-radius: 17px; background: rgba(220, 166, 59, 0.13); color: #efc965; font-size: 21px; font-style: normal; }
.invite-detail-hero > small { margin-top: 10px; color: #857151; font-size: 7px; letter-spacing: 1.5px; }
.invite-detail-hero > strong { margin-top: 5px; color: #f2d174; font-family: Georgia, serif; font-size: 27px; letter-spacing: 2px; }
.invite-detail-hero > button { margin-top: 12px; padding: 7px 14px; border: 1px solid rgba(240, 204, 111, 0.35); border-radius: 15px; background: rgba(210, 154, 45, 0.1); color: #ddb657; font-size: 9px; }
.invite-link-card > header { display: grid; justify-content: start; }
.invite-link-card > div { height: 43px; display: flex; align-items: center; gap: 8px; padding: 0 9px 0 12px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 11px; background: rgba(0, 0, 0, 0.2); }
.invite-link-card > div span { min-width: 0; overflow: hidden; flex: 1; color: #8f8882; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.invite-link-card > div button { padding: 6px 10px; border-radius: 8px; background: rgba(216, 164, 59, 0.13); color: #d7aa4c; font-size: 8px; }
.commission-tiers article { min-height: 58px; display: grid; grid-template-columns: 31px minmax(0,1fr) auto; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,.055); }
.commission-tiers article > i { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.09); border-radius: 9px; color: #77716e; font-size: 8px; font-style: normal; }
.commission-tiers article > span { display: grid; gap: 2px; }
.commission-tiers article strong { color: #c6bfb8; font-size: 10px; }
.commission-tiers article small { color: #6d6865; font-size: 8px; }
.commission-tiers article > b { color: #ba9150; font-family: Georgia,serif; font-size: 15px; }
.commission-tiers article.active > i { border-color: rgba(238,199,97,.4); background: rgba(199,139,35,.13); color: #e5bb58; }
.commission-tiers article.active > b { color: #f0ca65; }
.share-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.share-buttons button { height: 44px; border: 1px solid rgba(237,198,100,.24); border-radius: 13px; background: linear-gradient(145deg,rgba(177,116,29,.2),rgba(255,255,255,.035)); color: #d8b15a; font-size: 10px; }

.buy-coin-balance { display: flex; align-items: center; justify-content: space-between; padding: 17px; border-radius: 17px; }
.buy-coin-balance > span { display: flex; align-items: center; gap: 9px; }
.buy-coin-balance i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #1b725d; color: #bfffd8; font-style: normal; }
.buy-coin-balance small { color: #8a837e; font-size: 9px; }
.buy-coin-balance > strong { color: #f0cb69; font-family: Georgia,serif; font-size: 18px; }
.buy-provider-list > button { width: 100%; min-height: 66px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 10px; margin-top: 7px; padding: 9px; border: 1px solid rgba(255,255,255,.075); border-radius: 13px; background: rgba(255,255,255,.025); text-align: left; }
.buy-provider-list > button > i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: rgba(205,148,43,.12); color: #d7aa4d; font-family: Georgia,serif; font-style: normal; }
.buy-provider-list > button > span { min-width: 0; display: grid; gap: 3px; }
.buy-provider-list > button strong { color: #cfc8c1; font-size: 11px; }
.buy-provider-list > button small { color: #706b68; font-size: 8px; }
.buy-provider-list > button > b { padding: 5px 7px; border-radius: 8px; background: rgba(255,255,255,.04); color: #837d78; font-size: 8px; }
.buy-provider-list > button.active { border-color: rgba(238,199,99,.34); background: linear-gradient(145deg,rgba(188,127,31,.16),rgba(255,255,255,.035)); }
.buy-provider-list > button.active > b { background: rgba(218,165,58,.15); color: #e0b353; }
.buy-steps ol { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.buy-steps li { display: flex; align-items: center; gap: 10px; color: #98918c; font-size: 9px; }
.buy-steps li i { width: 25px; height: 25px; display: grid; flex: 0 0 25px; place-items: center; border: 1px solid rgba(225,182,78,.2); border-radius: 50%; background: rgba(192,130,31,.09); color: #d2a246; font-style: normal; }

.record-filter-bar + .generic-list { margin-top: 10px; }
.generic-stats article small { color: #6d6864; font-size: 7px; letter-spacing: .5px; }

.password-redpacket-hint { display: block; min-height: 17px; margin: 8px 0 0; color: #7f7975; font-size: 9px; text-align: center; }
.password-redpacket-hint.error { color: #ff8d85; }
.wheel-image.wheel-nudge { animation: wheel-nudge 0.7s cubic-bezier(.2,.8,.2,1); }
@keyframes wheel-nudge { 0% { transform: rotate(0); } 65% { transform: rotate(40deg); } 100% { transform: rotate(0); } }

@media (max-width: 370px) {
  .game-entry-modal { padding-right: 11px; padding-left: 11px; }
  .activity-detail-page { padding-right: 9px; padding-left: 9px; }
  .activity-detail-hero > div { left: 15px; width: 66%; }
  .activity-detail-hero strong { font-size: 24px; }
  .task-card-list article { grid-template-columns: 34px minmax(0, 1fr); }
  .task-card-list article > button { grid-column: 2; justify-self: start; }
}

/* v22：按参考站的黑色大厅结构重校，保留原创十方娱乐品牌 */
:root {
  --page-gradient:
    radial-gradient(circle at 86% 9%, rgba(95, 47, 165, 0.1), transparent 25%),
    radial-gradient(circle at 8% 43%, rgba(73, 41, 116, 0.07), transparent 31%),
    linear-gradient(180deg, #050506 0%, #020203 48%, #000 100%);
  --glass-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(119, 92, 161, 0.025));
  --glass-bg-soft: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(104, 71, 149, 0.018));
  --glass-gold: linear-gradient(145deg, rgba(255, 221, 107, 0.17), rgba(255, 255, 255, 0.045));
  --glass-border: rgba(255, 255, 255, 0.11);
  --glass-border-gold: rgba(244, 209, 105, 0.31);
  --glass-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 8px 22px rgba(0, 0, 0, 0.36);
  --text: #f7f4fb;
  --muted: #908b97;
}

html,
body {
  background: #000;
  color: #f7f4fb;
}

.phone-shell {
  background: #020203;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.025), 0 0 58px rgba(0, 0, 0, 0.95);
}

.app-view,
.home-view,
.activity-view,
.mine-view {
  background-color: #020203;
}

.home-view {
  background:
    radial-gradient(circle at 100% 8%, rgba(87, 40, 151, 0.08), transparent 23%),
    linear-gradient(180deg, #050506, #010102 43%, #000);
}

.home-view::before {
  opacity: 0.055;
  filter: grayscale(1) brightness(0.42) contrast(1.12);
}

.home-view::after {
  background:
    radial-gradient(circle at 91% 13%, rgba(113, 54, 186, 0.08), transparent 23%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.28) 66%, #000 100%);
}

.topbar {
  height: 60px;
  padding: 0 12px;
  border-bottom: 0;
  background: rgba(2, 2, 3, 0.96);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.brand {
  height: 52px;
  gap: 7px;
}

.brand-emblem {
  width: 42px;
  height: 42px;
}

.brand-emblem img {
  filter: drop-shadow(0 3px 7px rgba(239, 197, 72, 0.25));
}

.brand-copy strong {
  font-size: 21px;
  letter-spacing: 1px;
  background: linear-gradient(180deg, #fff2a7, #e7bf50 58%, #aa711b);
  -webkit-background-clip: text;
  background-clip: text;
}

.brand-copy small {
  margin-top: 2px;
  color: #967630;
  font-size: 5.5px;
  letter-spacing: 1.2px;
}

.wallet-bar,
.quick-plus,
.mine-user-pills button {
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(23, 20, 27, 0.72));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 5px 14px rgba(0, 0, 0, 0.42);
}

.recharge-top {
  border-color: rgba(234, 199, 100, 0.34);
  background: linear-gradient(145deg, rgba(230, 193, 91, 0.17), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}

.quick-plus {
  background:
    radial-gradient(circle at 28% 27%, rgba(91, 221, 169, 0.25), transparent 30%),
    linear-gradient(145deg, rgba(20, 107, 83, 0.55), rgba(17, 15, 20, 0.86));
}

.home-content {
  padding-right: 12px;
  padding-left: 12px;
}

.carousel {
  height: 194px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: #09090c;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.52);
}

.slide {
  border-radius: 12px;
}

.slide::after {
  border-color: rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 32%, rgba(0, 0, 0, 0.13));
  animation: none;
}

.slide-one {
  background:
    linear-gradient(90deg, rgba(7, 6, 9, 0.96) 0%, rgba(10, 8, 12, 0.63) 42%, rgba(9, 7, 11, 0.06) 72%),
    url("./assets/gpt-theme/hero-security-gpt.jpg") 63% center / cover no-repeat;
}

.slide-two {
  background:
    linear-gradient(90deg, rgba(20, 8, 35, 0.95) 0%, rgba(37, 14, 62, 0.56) 43%, rgba(22, 10, 38, 0.05) 73%),
    url("./assets/gpt-theme/hero-gift-gpt.jpg") 64% center / cover no-repeat;
}

.slide-three {
  background:
    linear-gradient(90deg, rgba(16, 8, 29, 0.95) 0%, rgba(35, 15, 54, 0.56) 43%, rgba(19, 9, 31, 0.05) 73%),
    url("./assets/gpt-theme/hero-vip-gpt.jpg") 64% center / cover no-repeat;
}

.notice {
  top: 8px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(7, 6, 9, 0.52);
  color: #ded9e6;
  box-shadow: none;
}

.slide-copy strong { color: #fff; }
.slide-copy em { color: #d5b758; }
.slide-cta {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(10, 9, 12, 0.45);
  color: #e6d18b;
  box-shadow: none;
}
.slide-signature {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(8, 7, 10, 0.56);
  color: #d8b75a;
  box-shadow: none;
}

.carousel-dots span { background: #35323a; }
.carousel-dots span.active { background: linear-gradient(90deg, #a27b26, #f1d467); }

.quick-grid {
  height: 91px;
  margin-top: 10px;
}

.quick-item {
  width: 100%;
  height: 84px;
  padding: 4px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #e5e0e9;
  box-shadow: none;
  text-shadow: none;
  backdrop-filter: none;
}

.quick-item img {
  width: 57px;
  height: 57px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(75, 58, 104, 0.07));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 7px 15px rgba(0, 0, 0, 0.42);
  filter: saturate(1.04) brightness(1.02);
}

.quick-item span { font-size: 13px; }

.category-strip,
.home-category-filters,
.home-category-search label {
  border-color: rgba(255, 255, 255, 0.09);
  background: rgba(8, 7, 10, 0.9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(16px);
}

.category-strip {
  height: 42px;
  margin-top: 8px;
  border-radius: 21px;
}

.category {
  height: 36px;
  border: 0;
  background: transparent;
  color: #8e8993;
}

.category.active,
.home-category-filters button.active {
  border: 0;
  background: rgba(255, 255, 255, 0.11);
  color: #f3f0f6;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
}

.category.active span { color: #f0d35f; }

.lobby-section {
  margin-top: 17px;
}

.lobby-section.hot-section {
  margin-top: 10px;
}

.section-title {
  height: 45px;
  margin-bottom: 7px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.section-title strong {
  color: #f4f1f7;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
}

.section-title i {
  width: auto;
  height: auto;
  margin-left: 3px;
  border: 0;
  background: transparent;
  color: #aaa5b0;
  font-size: 27px;
}

.title-badge,
.title-badge.fire,
.title-badge.sport,
.title-badge.slot,
.title-badge.live,
.title-badge.lottery,
.title-badge.fish,
.title-badge.table,
.title-badge.cinema {
  width: 27px;
  height: 27px;
  border: 0;
  border-radius: 7px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.14), 0 4px 9px rgba(0, 0, 0, 0.35);
}

.title-badge.fire { background: linear-gradient(145deg, #da4163, #6f2235); }
.title-badge.sport { background: linear-gradient(145deg, #26a792, #123f48); }
.title-badge.slot { background: linear-gradient(145deg, #8c4ad2, #3a1d68); }
.title-badge.live { background: linear-gradient(145deg, #ce7135, #672d1b); }
.title-badge.lottery { background: linear-gradient(145deg, #7e9c32, #324b19); }
.title-badge.fish { background: linear-gradient(145deg, #237ab7, #192f65); }
.title-badge.table { background: linear-gradient(145deg, #ba4b55, #5a1d2b); }
.title-badge.cinema { background: linear-gradient(145deg, #916fc9, #3e285e); }
.title-badge img { width: 17px; height: 17px; filter: none; }

.horizontal-row {
  gap: 12px;
  scroll-snap-type: x proximity;
}

.hot-row {
  height: min(48vw, 205px);
}

.hot-card {
  width: min(36vw, 154px);
  height: min(48vw, 205px);
  flex: 0 0 min(36vw, 154px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background: #0a090c;
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.46);
  scroll-snap-align: start;
}

.media-row {
  height: min(49vw, 210px);
  gap: 12px;
}

.media-card {
  width: min(49vw, 210px);
  height: min(49vw, 210px);
  flex: 0 0 min(49vw, 210px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #0a090c;
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.48);
  scroll-snap-align: start;
}

.hot-card img,
.media-card img,
.home-category-card img,
.activity-card img {
  filter: saturate(1) contrast(1.03) brightness(0.98);
}

.home-footer {
  border-top-color: rgba(255, 255, 255, 0.05);
  color: #4f4b54;
}

.activity-view {
  background:
    radial-gradient(circle at 90% 4%, rgba(99, 45, 166, 0.09), transparent 22%),
    #020203;
}

.activity-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: #020203;
}

.activity-card {
  border-color: rgba(255, 255, 255, 0.09);
  background: #0a090c;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.48);
}

.gpt-activity::before {
  background: linear-gradient(90deg, rgba(7, 6, 9, 0.9) 0%, rgba(10, 8, 13, 0.48) 44%, transparent 73%);
}

.activity-copy b {
  border-color: rgba(234, 202, 109, 0.28);
  background: rgba(11, 9, 13, 0.56);
  box-shadow: none;
}

.mine-view {
  background:
    radial-gradient(circle at 84% 8%, rgba(88, 38, 148, 0.11), transparent 23%),
    #020203;
}

.mine-hero {
  border-bottom-color: rgba(255, 255, 255, 0.055);
  background:
    linear-gradient(180deg, rgba(30, 12, 54, 0.16), rgba(3, 3, 5, 0.54)),
    url("./assets/gpt-theme/hero-vip-gpt.jpg") center / cover no-repeat;
  background-blend-mode: color, normal;
  box-shadow: inset 0 -60px 60px rgba(0, 0, 0, 0.5);
}

.mine-page-body {
  background: #020203;
}

.mine-primary-actions button,
.vip-card,
.mine-menu-panel,
.invite-panel,
.mine-tool-list,
.mine-menu-grid button,
.mine-menu-grid i,
.mine-tool-list button,
.mine-tool-list button > b,
.invite-panel > b,
.vip-card > div:first-child span,
.logout {
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(89, 58, 124, 0.018));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.055), 0 7px 18px rgba(0, 0, 0, 0.35);
}

.mine-primary-actions .gold-action,
.invite-panel,
.vip-card {
  border-color: rgba(231, 198, 103, 0.27);
  background:
    radial-gradient(circle at 13% 0%, rgba(217, 177, 65, 0.12), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(62, 42, 74, 0.03));
}

.mine-menu-panel,
.mine-tool-list {
  background: rgba(12, 11, 15, 0.94);
}

.detail-overlay {
  background:
    radial-gradient(circle at 89% 4%, rgba(90, 39, 151, 0.1), transparent 24%),
    linear-gradient(180deg, #070609, #020203 43%, #000);
}

.detail-topbar {
  border-bottom-color: rgba(255, 255, 255, 0.06);
  background: rgba(4, 4, 6, 0.94);
  box-shadow: none;
}

.security-hero,
.agent-hero,
.choice-intro,
.generic-hero,
.language-intro,
.password-redpacket-page,
.wheel-page {
  border-color: rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(circle at 50% 31%, rgba(143, 88, 202, 0.12), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(26, 21, 34, 0.8));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06), 0 10px 26px rgba(0, 0, 0, 0.36);
}

.security-hero::before { filter: brightness(0.82) contrast(1.08) saturate(0.92); }

.premium-panel,
.activity-detail-card,
.game-entry-modal,
.action-dialog,
.customer-modal,
.download-modal {
  border-color: rgba(255, 255, 255, 0.11) !important;
  background:
    radial-gradient(circle at 83% 0%, rgba(111, 54, 179, 0.09), transparent 29%),
    linear-gradient(155deg, rgba(24, 21, 29, 0.99), rgba(7, 7, 9, 0.995) 52%, rgba(14, 11, 18, 0.99)) !important;
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.7), inset 0 1px rgba(255, 255, 255, 0.07) !important;
}

.bottom-nav {
  border-color: rgba(255, 255, 255, 0.17);
  background: rgba(12, 10, 15, 0.91);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.065), 0 9px 27px rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(22px) saturate(1.1);
}

.bottom-item {
  color: #99949f;
}

.bottom-item.active {
  color: #f1d35f;
}

.bottom-item.active::before {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
}

.toast {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(16, 13, 20, 0.93);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.56);
}

@media (max-width: 370px) {
  .brand-copy strong { font-size: 18px; }
  .brand-emblem { width: 37px; height: 37px; }
  .hot-card { width: 132px; height: 176px; flex-basis: 132px; }
  .hot-row { height: 176px; }
  .media-card { width: 174px; height: 174px; flex-basis: 174px; }
  .media-row { height: 174px; }
}

/* v23：按皇家参考页真实比例校准，保留原创十方品牌与素材 */
.home-view {
  background: linear-gradient(180deg, #070604 0%, #030203 48%, #000 100%);
}

.home-view::before {
  opacity: 0.5;
  filter: sepia(0.86) saturate(2.12) hue-rotate(344deg) brightness(0.55) contrast(1.08);
}

.home-view::after {
  background:
    radial-gradient(circle at 91% 8%, rgba(212, 154, 48, 0.2), transparent 22%),
    radial-gradient(circle at 8% 45%, rgba(109, 27, 46, 0.15), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.25) 68%, #000 100%);
}

.topbar {
  height: 50px;
  padding: 0 12px;
  background:
    radial-gradient(circle at 91% 48%, rgba(157, 111, 33, 0.2), transparent 35%),
    rgba(3, 3, 3, 0.96);
}

.brand {
  height: 46px;
  gap: 6px;
}

.brand-emblem {
  width: 38px;
  height: 38px;
}

.brand-copy strong {
  font-size: 20px;
}

.brand-copy small {
  margin-top: 3px;
  font-size: 5.5px;
}

.home-content {
  padding: 9px 12px 118px;
}

.carousel {
  height: 176px;
  border-radius: 10px;
}

.slide {
  border-radius: 9px;
}

.quick-grid {
  height: 82px;
  margin-top: 10px;
}

.quick-item {
  height: 71px;
  padding: 0;
  gap: 5px;
}

.quick-item img {
  width: 45px;
  height: 45px;
  padding: 4px;
  border-radius: 13px;
}

.quick-item span {
  font-size: 14px;
}

.category-strip {
  height: 37px;
  margin-top: 8px;
  border-radius: 19px;
}

.category {
  height: 32px;
  padding: 0 12px;
}

.lobby-section {
  margin-top: 10px;
}

.lobby-section.hot-section {
  margin-top: 6px;
}

.section-title {
  height: 46px;
  margin-bottom: 0;
}

.section-title strong {
  font-size: 18px;
}

.section-title i {
  margin-left: 0;
  font-size: 25px;
}

.title-badge,
.title-badge.fire,
.title-badge.sport,
.title-badge.slot,
.title-badge.live,
.title-badge.lottery,
.title-badge.fish,
.title-badge.table,
.title-badge.cinema {
  width: 23px;
  height: 23px;
  border-radius: 5px;
}

.title-badge img {
  width: 15px;
  height: 15px;
}

.horizontal-row {
  gap: 7px;
}

.hot-row {
  height: 119px;
}

.hot-card {
  width: 89px;
  height: 119px;
  flex: 0 0 89px;
  border-radius: 4px;
}

.media-row {
  height: 119px;
  gap: 10px;
}

.media-card {
  width: 121px;
  height: 119px;
  flex: 0 0 121px;
  border-radius: 4px;
}

.mine-hero {
  background:
    linear-gradient(135deg, rgba(58, 24, 123, 0.78), rgba(10, 7, 22, 0.43) 55%, rgba(17, 8, 29, 0.64)),
    url("./assets/gpt-theme/hero-vip-gpt.jpg") center / cover no-repeat;
  background-blend-mode: color, normal;
}

.mine-menu-grid button {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.mine-menu-grid i {
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(21, 19, 25, 0.74));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.055), 0 5px 13px rgba(0, 0, 0, 0.32);
}

.activity-header {
  justify-content: flex-start;
  padding: 0 12px;
}

.activity-header .brand.compact {
  transform-origin: left center;
}

.activity-list {
  gap: 14px;
}

.activity-card {
  aspect-ratio: 2.38 / 1;
}

.bottom-nav {
  bottom: calc(24px + env(safe-area-inset-bottom));
  height: 68px;
  border-radius: 34px;
  border-color: rgba(255, 239, 207, 0.24);
  background:
    radial-gradient(circle at 13% 15%, rgba(193, 137, 51, 0.26), transparent 34%),
    linear-gradient(180deg, rgba(91, 70, 52, 0.78), rgba(30, 26, 31, 0.9));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.17), 0 10px 28px rgba(0, 0, 0, 0.53);
  backdrop-filter: blur(22px) saturate(1.28);
}

.bottom-item {
  color: #c1bcc6;
}

.bottom-item.active::before {
  border-color: rgba(255, 225, 142, 0.13);
  background: linear-gradient(145deg, rgba(255, 220, 118, 0.16), rgba(255, 255, 255, 0.055));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.14);
}

@media (max-width: 370px) {
  .brand-copy strong { font-size: 18px; }
  .brand-emblem { width: 35px; height: 35px; }
  .hot-card { width: 82px; height: 112px; flex-basis: 82px; }
  .hot-row { height: 112px; }
  .media-card { width: 111px; height: 112px; flex-basis: 111px; }
  .media-row { height: 112px; }
}

/* v24：深色多层渐变、精细边框与皇家式电子游戏展开结构 */
:root {
  --black: #030307;
  --panel: #0b0b11;
  --panel-2: #11111a;
  --gold: #ead78d;
  --gold-2: #9f8446;
  --gold-soft: rgba(221, 196, 113, 0.2);
  --theme-button: linear-gradient(118deg, rgba(109, 64, 158, 0.72), rgba(42, 91, 130, 0.64));
  --theme-button-solid: linear-gradient(118deg, #7650a6, #39698f);
  --page-gradient:
    radial-gradient(circle at 88% 8%, rgba(146, 112, 48, 0.09), transparent 24%),
    radial-gradient(circle at 8% 34%, rgba(82, 47, 143, 0.13), transparent 31%),
    radial-gradient(circle at 83% 68%, rgba(31, 76, 127, 0.09), transparent 27%),
    linear-gradient(180deg, #08070d 0%, #04040a 48%, #010103 100%);
  --glass-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(70, 59, 97, 0.025));
  --glass-bg-soft: linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(66, 54, 91, 0.018));
  --glass-gold: linear-gradient(135deg, rgba(218, 190, 105, 0.12), rgba(92, 68, 119, 0.08));
  --glass-border: rgba(255, 255, 255, 0.085);
  --glass-border-gold: rgba(226, 205, 139, 0.17);
  --text: #f4f2f7;
  --muted: #918d99;
}

body,
button,
input,
textarea,
select {
  font-family: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  letter-spacing: 0;
}

.phone-shell,
.app-view,
.home-view,
.activity-view,
.mine-view {
  background-color: #030307;
}

.home-view {
  background:
    radial-gradient(circle at 94% 8%, rgba(186, 139, 54, 0.075), transparent 23%),
    radial-gradient(circle at 10% 39%, rgba(80, 42, 139, 0.12), transparent 29%),
    radial-gradient(circle at 88% 70%, rgba(30, 72, 126, 0.08), transparent 27%),
    linear-gradient(180deg, #07070c 0%, #030308 52%, #010103 100%);
}

.home-view::before {
  opacity: 0.62;
  filter: saturate(1.08) brightness(0.55) contrast(1.07);
}

.home-view::after {
  background:
    radial-gradient(circle at 91% 8%, rgba(198, 151, 61, 0.08), transparent 22%),
    radial-gradient(circle at 7% 43%, rgba(97, 45, 136, 0.08), transparent 29%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.18) 67%, rgba(0, 0, 0, 0.74) 100%);
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
  background:
    radial-gradient(circle at 94% 50%, rgba(157, 119, 48, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(3, 4, 8, 0.98), rgba(8, 7, 12, 0.97) 63%, rgba(16, 14, 15, 0.96));
}

.wallet-bar,
.quick-plus,
.recharge-top {
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(21, 21, 29, 0.78));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07), 0 5px 14px rgba(0, 0, 0, 0.34);
}

.recharge-top {
  border-color: rgba(222, 198, 126, 0.22);
  color: #eee2bb;
}

.carousel {
  border-color: rgba(255, 255, 255, 0.085);
  background: #08080d;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.slide-one {
  background:
    linear-gradient(90deg, rgba(5, 6, 12, 0.97) 0%, rgba(12, 8, 18, 0.64) 44%, rgba(8, 7, 12, 0.06) 73%),
    url("./assets/gpt-theme/hero-security-gpt.jpg") 63% center / cover no-repeat;
}

.slide-two {
  background:
    linear-gradient(90deg, rgba(15, 7, 28, 0.97) 0%, rgba(55, 22, 82, 0.58) 44%, rgba(17, 9, 30, 0.04) 73%),
    url("./assets/gpt-theme/hero-gift-gpt.jpg") 64% center / cover no-repeat;
}

.slide-three {
  background:
    linear-gradient(90deg, rgba(7, 9, 20, 0.97) 0%, rgba(29, 24, 69, 0.58) 44%, rgba(10, 9, 28, 0.04) 73%),
    url("./assets/gpt-theme/hero-vip-gpt.jpg") 64% center / cover no-repeat;
}

.slide::after,
.notice,
.slide-cta,
.slide-signature {
  border-color: rgba(255, 255, 255, 0.085);
}

.notice {
  background: rgba(5, 5, 10, 0.46);
  color: #ddd9e5;
  font-size: 10.5px;
}

.notice b {
  font-weight: 400;
}

.slide-copy small,
.slide-copy strong,
.slide-copy em {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

.slide-copy small {
  color: #d7d1df;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.3px;
}

.slide-copy strong {
  color: #f7f4fa;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.slide-copy em {
  color: #cabd91;
  font-size: 11px;
  font-weight: 500;
}

.quick-item {
  color: #e7e4eb;
  font-weight: 400;
}

.quick-item img {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.1), transparent 40%),
    linear-gradient(145deg, rgba(86, 66, 119, 0.14), rgba(18, 20, 29, 0.72));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.09), 0 6px 15px rgba(0, 0, 0, 0.34);
  filter: saturate(1.03) brightness(1.02);
}

.quick-item span {
  font-size: 13.5px;
  font-weight: 400;
}

.category-strip {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(58, 49, 78, 0.02)),
    rgba(4, 4, 8, 0.78);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
}

.category {
  border: 0;
  background: transparent;
  color: #9995a0;
  font-size: 13px;
  font-weight: 400;
}

.category.active {
  border: 0;
  background: rgba(255, 255, 255, 0.09);
  color: #f2eff5;
  font-weight: 500;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.055);
}

.category.active span {
  color: #e5cf79;
}

.section-title strong {
  color: #f4f1f7;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

.section-title i {
  color: #aaa6b0;
  font-weight: 300;
}

.title-badge,
.title-badge.fire,
.title-badge.sport,
.title-badge.slot,
.title-badge.live,
.title-badge.lottery,
.title-badge.fish,
.title-badge.table,
.title-badge.cinema {
  border: 1px solid rgba(255, 255, 255, 0.085);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 4px 10px rgba(0, 0, 0, 0.28);
}

.hot-card,
.media-card,
.home-category-card,
.activity-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  background: #0a0a10;
  box-shadow: 0 6px 17px rgba(0, 0, 0, 0.32);
}

.hot-card img,
.media-card img,
.home-category-card img,
.activity-card img {
  filter: saturate(1.02) contrast(1.025) brightness(0.98);
}

.home-category-panel {
  padding-top: 10px;
}

.home-category-tools {
  min-height: 47px;
  align-items: flex-start;
  gap: 7px;
}

.home-category-filters {
  height: 42px;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-category-filters button {
  width: 82px;
  min-width: 82px;
  height: 37px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(62, 48, 85, 0.035)),
    rgba(10, 10, 16, 0.86);
  color: #d7d3dd;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.home-category-filters button.active {
  border-color: rgba(219, 202, 152, 0.2);
  background:
    radial-gradient(circle at 18% 0%, rgba(188, 139, 62, 0.2), transparent 46%),
    linear-gradient(118deg, rgba(83, 52, 112, 0.72), rgba(32, 61, 88, 0.72));
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 5px 13px rgba(0, 0, 0, 0.27);
}

.home-category-filters button img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 7px 9px;
  object-fit: contain;
  filter: brightness(0.94) saturate(0.95);
}

.home-category-filters button.active img {
  filter: brightness(1.08) saturate(1.02);
}

.category:focus-visible,
.home-category-filters button:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.16);
  outline-offset: 0;
}

.round-search,
.home-category-search > button {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(13, 13, 20, 0.92));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.055), 0 5px 14px rgba(0, 0, 0, 0.3);
}

.round-search img {
  width: 19px;
  height: 19px;
  opacity: 0.82;
}

.home-category-search label {
  border-color: rgba(255, 255, 255, 0.085);
  background: rgba(10, 10, 16, 0.9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.home-category-grid {
  column-gap: 5px;
  row-gap: 9px;
  margin-top: 4px;
}

.home-category-card.provider-game {
  border-color: rgba(255, 255, 255, 0.075);
  border-radius: 5px;
  background: #0a0a10;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.31);
}

.activity-view {
  background:
    radial-gradient(circle at 10% 5%, rgba(75, 43, 124, 0.08), transparent 25%),
    linear-gradient(180deg, #05050a, #010103 54%, #000);
}

.activity-header {
  border-bottom-color: rgba(255, 255, 255, 0.05);
  background: rgba(3, 3, 7, 0.95);
}

.activity-copy b {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(8, 8, 13, 0.56);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.mine-primary-actions button,
.vip-card,
.mine-menu-panel,
.invite-panel,
.mine-tool-list,
.mine-menu-grid i,
.mine-tool-list button,
.logout {
  border-color: rgba(255, 255, 255, 0.085);
}

.bottom-nav {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 14% 0%, rgba(126, 76, 162, 0.16), transparent 38%),
    radial-gradient(circle at 88% 0%, rgba(166, 127, 52, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(28, 27, 35, 0.88), rgba(8, 8, 13, 0.94));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 11px 30px rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(23px) saturate(1.16);
}

.bottom-item {
  color: #aaa6b0;
}

.bottom-item.active {
  color: #ead37a;
}

.bottom-item.active::before {
  border-color: rgba(232, 211, 147, 0.11);
  background: linear-gradient(145deg, rgba(214, 186, 103, 0.1), rgba(94, 66, 123, 0.09));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}

.toast {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(13, 12, 19, 0.94);
}

/* v26：午夜蓝紫黑金主题、横向拖动与邀请卡片精修 */
:root {
  --premium-night-1: #0b0d19;
  --premium-night-2: #080814;
  --premium-night-3: #03040a;
  --premium-glass: rgba(16, 17, 31, 0.76);
  --premium-line: rgba(211, 220, 255, 0.11);
  --premium-gold: #e8d18a;
}

.phone-shell,
.app-view {
  background-color: var(--premium-night-3);
}

.home-view {
  background:
    radial-gradient(circle at 96% 7%, rgba(72, 105, 193, 0.2), transparent 25%),
    radial-gradient(circle at 5% 38%, rgba(121, 64, 174, 0.16), transparent 31%),
    radial-gradient(circle at 86% 68%, rgba(194, 146, 67, 0.075), transparent 28%),
    linear-gradient(180deg, var(--premium-night-1) 0%, var(--premium-night-2) 42%, var(--premium-night-3) 100%);
}

.home-view::before {
  opacity: 0.34;
  filter: saturate(0.82) hue-rotate(12deg) brightness(0.5) contrast(1.08);
  mix-blend-mode: screen;
}

.home-view::after {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.018), transparent 34%),
    radial-gradient(circle at 83% 17%, rgba(144, 112, 210, 0.085), transparent 26%),
    linear-gradient(180deg, transparent 0%, rgba(2, 3, 9, 0.2) 65%, rgba(1, 2, 6, 0.86) 100%);
}

.topbar {
  border-bottom-color: rgba(195, 207, 255, 0.075);
  background:
    radial-gradient(circle at 88% 45%, rgba(88, 111, 179, 0.13), transparent 34%),
    linear-gradient(90deg, rgba(8, 9, 18, 0.98), rgba(12, 11, 24, 0.96) 62%, rgba(17, 14, 24, 0.95));
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.18);
}

.carousel,
.hot-card,
.media-card,
.home-category-card,
.activity-card {
  border-color: var(--premium-line);
  background: rgba(8, 9, 18, 0.82);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.32), inset 0 1px rgba(255, 255, 255, 0.025);
}

.category-strip {
  border-color: rgba(198, 207, 246, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(89, 71, 129, 0.03)),
    rgba(8, 9, 18, 0.82);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 8px 21px rgba(0, 0, 0, 0.22);
}

.category.active {
  background: linear-gradient(135deg, rgba(113, 92, 164, 0.32), rgba(65, 83, 137, 0.24));
  color: #f5f2fb;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 5px 14px rgba(0, 0, 0, 0.2);
}

.home-category-filters {
  min-width: 0;
  flex: 1 1 0;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.home-category-filters button {
  scroll-snap-align: start;
  border-color: rgba(196, 208, 255, 0.095);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(71, 70, 112, 0.04)),
    rgba(10, 11, 22, 0.9);
}

.home-category-filters button.active {
  border-color: rgba(225, 207, 151, 0.25);
  background:
    radial-gradient(circle at 18% 0%, rgba(227, 188, 96, 0.17), transparent 45%),
    linear-gradient(118deg, rgba(101, 66, 139, 0.78), rgba(42, 74, 113, 0.76));
}

.horizontal-drag-scroll {
  overscroll-behavior-x: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

.horizontal-drag-scroll.is-dragging {
  scroll-snap-type: none !important;
  cursor: grabbing;
  user-select: none;
}

.horizontal-drag-scroll.is-dragging > * {
  pointer-events: none;
}

.mine-view {
  background:
    radial-gradient(circle at 88% 6%, rgba(84, 102, 195, 0.2), transparent 25%),
    radial-gradient(circle at 10% 25%, rgba(115, 57, 167, 0.13), transparent 31%),
    linear-gradient(180deg, #090a17 0%, #050610 42%, #020309 100%);
}

.mine-hero {
  border-bottom-color: rgba(197, 209, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(42, 34, 88, 0.3), rgba(4, 5, 13, 0.7)),
    url("./assets/gpt-theme/hero-vip-gpt.jpg") center / cover no-repeat;
  box-shadow: inset 0 -66px 70px rgba(2, 3, 9, 0.62);
}

.mine-page-body {
  background:
    radial-gradient(circle at 90% 14%, rgba(69, 82, 151, 0.08), transparent 24%),
    linear-gradient(180deg, #050610, #020309 70%);
}

.mine-primary-actions button,
.vip-card,
.mine-menu-panel,
.mine-tool-list,
.mine-menu-grid i,
.mine-tool-list button,
.logout {
  border-color: rgba(198, 208, 244, 0.105);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(62, 63, 100, 0.025));
}

.invite-panel {
  position: relative;
  width: calc(100% + 4px);
  height: 76px;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 4px;
  margin: 14px -2px 0;
  padding: 0 9px 0 0;
  overflow: hidden;
  border: 1px solid rgba(230, 199, 113, 0.24);
  border-radius: 13px;
  background:
    radial-gradient(circle at 5% 50%, rgba(244, 203, 100, 0.31), transparent 22%),
    radial-gradient(circle at 88% 0%, rgba(102, 77, 149, 0.13), transparent 42%),
    linear-gradient(105deg, rgba(79, 50, 21, 0.9), rgba(20, 17, 24, 0.94) 48%, rgba(9, 10, 18, 0.96));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 9px 22px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.invite-panel::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.07), transparent 30%, rgba(255, 255, 255, 0.018) 64%, transparent);
  content: "";
}

.invite-visual {
  position: relative;
  z-index: 1;
  width: 66px;
  height: 66px;
  align-self: end;
  overflow: hidden;
  border-radius: 0 36px 0 12px;
  filter: saturate(0.92) brightness(1.06);
}

.invite-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  transform: scale(1.18);
}

.invite-main {
  position: relative;
  z-index: 2;
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
}

.invite-message {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.invite-message strong {
  overflow: hidden;
  color: #f4ead2;
  font-size: 12.5px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.invite-message em {
  margin-left: 2px;
  color: #8ab9ff;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}

.invite-message small {
  overflow: hidden;
  color: #ddd9e4;
  font-size: 10.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.invite-copy-button {
  position: relative;
  z-index: 2;
  height: 27px;
  border: 1px solid rgba(236, 217, 161, 0.22);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(112, 88, 49, 0.08));
  color: #f6edd8;
  font-size: 10.5px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.11);
}

.bottom-nav {
  border-color: rgba(204, 212, 244, 0.16);
  background:
    radial-gradient(circle at 15% 0%, rgba(116, 81, 162, 0.22), transparent 40%),
    radial-gradient(circle at 89% 0%, rgba(73, 91, 150, 0.19), transparent 36%),
    linear-gradient(180deg, rgba(28, 28, 49, 0.89), rgba(8, 9, 18, 0.95));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.115), 0 12px 32px rgba(0, 0, 0, 0.54);
}

.bottom-item.active {
  color: var(--premium-gold);
}

/* v27：参考页面功能页、平台顺序与内容卡片统一 */
.detail-page[data-generic-layout="task"],
.detail-page[data-generic-layout="income"],
.detail-page[data-generic-layout="invite"],
.detail-page[data-generic-layout="money"] {
  padding: 12px 14px 50px;
}

.detail-page[data-generic-layout="task"] .generic-hero,
.detail-page[data-generic-layout="income"] .generic-hero,
.detail-page[data-generic-layout="invite"] .generic-hero,
.detail-page[data-generic-layout="money"] .generic-hero {
  display: none;
}

.royal-task-list {
  display: grid;
  gap: 16px;
}

.royal-task-list article {
  overflow: hidden;
  border: 1px solid rgba(209, 217, 255, 0.1);
  border-radius: 14px;
  background:
    radial-gradient(circle at 87% 100%, rgba(99, 70, 136, 0.14), transparent 42%),
    linear-gradient(165deg, rgba(28, 28, 37, 0.98), rgba(13, 12, 20, 0.98));
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32), inset 0 1px rgba(255, 255, 255, 0.04);
}

.royal-task-list header {
  min-height: 70px;
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 9px;
  padding: 11px 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: rgba(5, 6, 12, 0.23);
}

.royal-task-list header > i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(116, 82, 160, 0.22), rgba(223, 181, 82, 0.12));
  font-size: 24px;
  font-style: normal;
}

.royal-task-list header > span {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.royal-task-list header strong {
  color: #f0edf4;
  font-size: 15px;
  font-weight: 600;
}

.royal-task-list header small {
  overflow: hidden;
  color: #8e8994;
  font-size: 9.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.royal-task-list header > b {
  color: #85818b;
  font-size: 16px;
  font-weight: 400;
}

.task-condition {
  display: flex;
  justify-content: space-between;
  padding: 10px 13px 5px;
  color: #aaa6b1;
  font-size: 11px;
}

.task-condition span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.task-condition span::before {
  width: 18.3px;
  height: 18.3px;
  display: inline-grid;
  flex: 0 0 18.3px;
  place-items: center;
  border-radius: 50%;
  background: rgba(190, 188, 198, 0.65);
  color: #3e3c45;
  content: "✓";
  font-size: 11px;
  font-weight: 700;
  line-height: 18.3px;
}

.task-condition em {
  color: #ddd9e4;
  font-style: normal;
  font-weight: 600;
}

.royal-task-list article:nth-child(2) .task-condition em {
  display: none;
}

.royal-task-list article[data-task-kind="weekly"] .task-condition em {
  left: 191px;
}

.task-progress {
  height: 7px;
  margin: 0 13px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(172, 164, 192, 0.18);
}

.task-progress i {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #55cc9a, #e3bf59);
}

.task-stage {
  display: flex;
  align-items: center;
  padding: 7px 15px 0;
}

.task-stage b {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f2c74f, #bd7d1e);
  color: #1a1207;
  font-size: 12px;
}

.task-stage b.active {
  background: #fafafa;
}

.task-stage i {
  height: 2px;
  flex: 1;
  background: linear-gradient(90deg, #db9d24, #e7c657);
}

.royal-task-list footer {
  min-height: 65px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 10px 14px 13px;
}

.royal-task-list footer strong {
  color: #efd353;
  font-size: 15px;
}

.royal-task-list footer button {
  min-width: 87px;
  height: 31px;
  border-radius: 17px;
  background: rgba(120, 113, 137, 0.24);
  color: #928d99;
  font-size: 11px;
}

.income-settlement-card {
  margin-bottom: 16px;
  padding: 15px;
  border: 1px solid rgba(204, 213, 248, 0.095);
  border-radius: 14px;
  background: linear-gradient(155deg, rgba(25, 25, 34, 0.98), rgba(12, 11, 18, 0.98));
  box-shadow: 0 12px 27px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.04);
}

.income-settlement-card header,
.income-settlement-card h3,
.income-claim,
.income-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.income-settlement-card header strong,
.income-settlement-card h3 {
  color: #f0edf3;
  font-size: 15px;
}

.income-settlement-card header a,
.income-settlement-card h3 small {
  color: #5ba7ef;
  font-size: 9.5px;
  font-weight: 500;
}

.income-claim {
  min-height: 63px;
}

.income-claim > strong {
  color: #eed24f;
  font-family: Georgia, serif;
  font-size: 31px;
}

.income-claim > strong i {
  width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #4dbd94;
  color: white;
  font-family: sans-serif;
  font-size: 13px;
  font-style: normal;
}

.income-claim button {
  width: 92px;
  height: 34px;
  border: 1px solid rgba(232, 200, 112, 0.35);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(203, 156, 57, 0.3), rgba(55, 43, 32, 0.5));
  color: #f1e6c9;
}

.income-claim button:disabled {
  border-color: transparent;
  background: rgba(114, 108, 126, 0.25);
  color: #7f7b85;
}

.income-metric {
  min-height: 42px;
  color: #aaa5af;
  font-size: 12px;
}

.income-metric b {
  color: #e4dfd0;
  font-weight: 500;
}

.income-settlement-card h3 {
  margin: 9px 0;
}

.income-cells {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.income-cells span {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 12px 7px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #aaa5af;
  font-size: 10px;
}

.income-cells b {
  overflow: hidden;
  color: #f0dc8d;
  font-size: 14px;
  text-overflow: ellipsis;
}

.income-note {
  margin: 2px 6px 0;
  color: #797580;
  font-size: 10px;
  line-height: 1.6;
}

.invite-share-hero {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border-radius: 0 0 18px 18px;
  background:
    radial-gradient(circle at 75% 42%, rgba(213, 171, 78, 0.25), transparent 36%),
    linear-gradient(180deg, #110d0a, #08070a 72%, transparent);
  text-align: center;
}

.invite-share-hero > strong {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 16px;
  color: #f4f0e7;
  font-size: 17px;
}

.invite-share-hero em {
  color: #e9c94f;
  font-style: normal;
}

.invite-share-hero img {
  position: absolute;
  inset: 52px 0 0;
  width: 100%;
  height: 218px;
  object-fit: cover;
  object-position: 72% center;
  filter: saturate(0.92) brightness(1.04);
}

.invite-share-hero > span {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
  letter-spacing: 0.8px;
}

.invite-share-panel {
  position: relative;
  z-index: 3;
  margin-top: -12px;
  padding: 16px 17px 18px;
  border: 1px solid rgba(215, 220, 247, 0.11);
  border-radius: 20px;
  background: rgba(21, 19, 27, 0.92);
  box-shadow: 0 15px 28px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(19px);
}

.invite-share-panel h3 {
  margin: 0 0 11px;
  color: #f0edf2;
  font-size: 14px;
}

.invite-share-panel button {
  width: 100%;
  min-height: 59px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 11px;
  margin-top: 10px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.075);
  color: #f0edf2;
  text-align: left;
}

.invite-share-panel button i {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #5199b8, #3e687f);
  font-style: normal;
}

.invite-share-panel button:nth-of-type(3) i {
  background: linear-gradient(145deg, #8071a7, #5b4d7c);
}

.invite-share-panel button.disabled {
  opacity: 0.43;
}

.invite-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 14px;
}

.invite-stat-grid article {
  display: grid;
  gap: 6px;
  padding: 13px 8px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
}

.invite-stat-grid small {
  color: #89848f;
  font-size: 9px;
}

.invite-stat-grid strong {
  color: #ebd78e;
  font-size: 15px;
}

.agent-hero {
  background:
    radial-gradient(circle at 50% 14%, rgba(108, 92, 219, 0.31), transparent 28%),
    radial-gradient(circle at 75% 35%, rgba(65, 170, 218, 0.19), transparent 30%),
    linear-gradient(180deg, #151244 0%, #100c37 45%, #080616 100%);
}

.agent-hero::before {
  background: repeating-radial-gradient(ellipse at 50% -10%, transparent 0 18px, rgba(97, 133, 255, 0.08) 19px 21px, transparent 22px 32px);
}

.brand-emblem img[src*="shifang-mark-ai"] {
  transform: scale(1.08);
  filter: drop-shadow(0 3px 8px rgba(231, 184, 78, 0.38));
}

.mine-hero {
  background:
    radial-gradient(circle at 80% 22%, rgba(113, 89, 192, 0.28), transparent 28%),
    linear-gradient(180deg, rgba(29, 23, 72, 0.2), rgba(3, 4, 12, 0.72)),
    linear-gradient(135deg, #17134a, #090a22 57%, #050610);
  box-shadow: inset 0 -68px 72px rgba(2, 3, 9, 0.64);
}

.mine-watermark {
  top: 7px;
  right: 10px;
  width: 184px;
  height: 184px;
  background: url("./assets/brand/shifang-mark-ai-256.png") center / contain no-repeat;
  opacity: 0.17;
  filter: saturate(0.72) brightness(1.15);
}

.service-bot {
  overflow: hidden;
  border: 1px solid rgba(244, 217, 151, 0.34);
  background: linear-gradient(145deg, rgba(232, 194, 111, 0.2), rgba(87, 70, 116, 0.18));
}

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

.service-bot::before,
.service-bot::after {
  display: none;
}

.activity-list .activity-card:nth-child(1) img { filter: hue-rotate(210deg) saturate(1.22) brightness(1.02); }
.activity-list .activity-card:nth-child(2) img { filter: hue-rotate(248deg) saturate(1.28) brightness(1.05); }
.activity-list .activity-card:nth-child(3) img { filter: hue-rotate(318deg) saturate(1.24) brightness(1.02); }
.activity-list .activity-card:nth-child(4) img { filter: hue-rotate(178deg) saturate(1.18) brightness(1.02); }
.activity-list .activity-card:nth-child(5) img { filter: hue-rotate(235deg) saturate(1.28) brightness(1.05); }
.activity-list .activity-card:nth-child(6) img { filter: hue-rotate(22deg) saturate(1.16) brightness(1.03); }
.activity-list .activity-card:nth-child(7) img { filter: hue-rotate(270deg) saturate(1.2) brightness(1.04); }
.activity-list .activity-card:nth-child(8) img { filter: hue-rotate(205deg) saturate(1.24) brightness(1.02); }

.activity-list .activity-card:nth-child(odd)::before {
  background: linear-gradient(90deg, rgba(25, 13, 54, 0.86), rgba(54, 25, 82, 0.44) 48%, transparent 75%);
}

.activity-list .activity-card:nth-child(even)::before {
  background: linear-gradient(90deg, rgba(39, 13, 25, 0.84), rgba(63, 28, 74, 0.39) 48%, transparent 75%);
}

/* v28：电子游戏厂商标识、充提页面与个人中心背景精修 */
.home-category-filters button img[src*="logo-jdb"] {
  padding: 1px 0;
  transform: scale(1.30);
  transform-origin: center;
}

.home-category-filters button img[src*="logo-fc"] {
  padding: 2px 4px;
  transform: scale(1.34);
  transform-origin: center;
}

.home-category-filters button img[src*="logo-jili"] {
  padding: 4px 6px;
  transform: scale(1.12);
  transform-origin: center;
}

.home-category-filters button img[src*="logo-cq9"] {
  padding: 4px 7px;
  transform: scale(1.13);
  transform-origin: center;
}

.detail-page[data-generic-layout="money"] {
  min-height: calc(100vh - 46px);
  padding: 8px 12px 54px;
  background:
    radial-gradient(circle at 82% 3%, rgba(74, 59, 119, 0.1), transparent 25%),
    linear-gradient(180deg, #050509, #010103 58%, #000);
}

.money-center {
  width: 100%;
  max-width: 396px;
  margin: 0 auto;
}

.money-tabs {
  position: relative;
  height: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.money-tabs::after {
  position: absolute;
  right: 50%;
  bottom: -1px;
  width: 50%;
  height: 2px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.95), rgba(216, 190, 111, 0.28) 34%, transparent 70%);
  transform: translateX(100%);
  opacity: 0;
  content: "";
}

.money-tabs button {
  position: relative;
  color: #aaa6b1;
  font-size: 15px;
  font-weight: 600;
}

.money-tabs button::after {
  position: absolute;
  right: 26%;
  bottom: -1px;
  left: 26%;
  height: 2px;
  background: radial-gradient(ellipse at center, #fff, rgba(232, 206, 137, 0.42) 48%, transparent 78%);
  opacity: 0;
  content: "";
}

.money-tabs button.active {
  color: #fff;
}

.money-tabs button.active::after {
  opacity: 1;
}

.money-tab-panel[hidden] {
  display: none !important;
}

.money-tab-panel.active {
  animation: money-panel-in 0.2s ease both;
}

.withdraw-balance-card {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 7px;
  padding: 0 18px 14px;
  border: 1px solid rgba(231, 202, 126, 0.17);
  border-bottom: 0;
  border-radius: 17px 17px 0 0;
  background:
    radial-gradient(circle at 25% 0%, rgba(213, 161, 61, 0.2), transparent 46%),
    linear-gradient(145deg, rgba(43, 35, 23, 0.96), rgba(14, 14, 20, 0.98));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}

.withdraw-balance-card span,
.recharge-wallet-card header span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.withdraw-balance-card i,
.recharge-wallet-card header i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(110, 242, 194, 0.28);
  border-radius: 50%;
  background: linear-gradient(145deg, #2ca17c, #126047);
  color: #d9fff1;
  font-size: 13px;
  font-style: normal;
  box-shadow: 0 0 11px rgba(43, 192, 139, 0.16), inset 0 1px rgba(255, 255, 255, 0.24);
}

.withdraw-balance-card strong,
.recharge-wallet-card header strong {
  color: #eeebf1;
  font-size: 15px;
  font-weight: 700;
}

.withdraw-balance-card > b {
  color: #58d488;
  font-size: 13px;
  font-weight: 600;
}

.withdraw-form-card,
.recharge-wallet-card {
  position: relative;
  z-index: 2;
  padding: 17px 16px 19px;
  border: 1px solid rgba(208, 216, 250, 0.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 85% 100%, rgba(77, 54, 112, 0.11), transparent 38%),
    linear-gradient(165deg, rgba(25, 25, 32, 0.985), rgba(13, 12, 19, 0.99));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 255, 255, 0.045);
}

.withdraw-form-card > label {
  min-height: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #aaa6af;
  font-size: 12px;
}

.withdraw-form-card > label button {
  color: #72a9e8;
  font-size: 11px;
}

.money-input {
  height: 45px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-bottom: 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 5px;
  background: rgba(5, 5, 10, 0.45);
  box-shadow: inset 0 2px 11px rgba(0, 0, 0, 0.2);
}

.money-input input {
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f0edf3;
  font-size: 12px;
}

.money-input input::placeholder {
  color: #77737e;
}

.money-input button {
  height: 100%;
  padding: 0 12px;
  color: #7bb2ef;
  font-size: 11px;
  white-space: nowrap;
}

.money-input.select-like button {
  width: 44px;
  margin: 7px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.055);
  color: #d7d3dc;
}

.withdraw-mini-summary {
  display: flex;
  justify-content: space-between;
  margin: 9px 2px 0;
  color: #77737e;
  font-size: 9px;
}

.withdraw-mini-summary b {
  color: #b8b1bd;
  font-weight: 500;
}

.withdraw-form-card .field-error {
  min-height: 18px;
  display: block;
  padding: 4px 2px 0;
  color: #d98f8f;
  font-size: 9px;
}

.withdraw-locked-action {
  height: 47px;
  margin-top: 2px;
  border-color: rgba(255, 255, 255, 0.06) !important;
  background: linear-gradient(180deg, rgba(58, 56, 67, 0.72), rgba(35, 34, 44, 0.76)) !important;
  color: #77737e !important;
  font-size: 11px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.045) !important;
}

.money-help-link {
  width: 100%;
  min-height: 36px;
  margin-top: 7px;
  color: #aaa5ae;
  font-size: 10px;
  text-align: center;
}

.money-help-link b {
  color: #72a9e8;
  font-weight: 500;
}

.money-rules {
  display: grid;
  gap: 10px;
  margin: 14px 4px 0;
  padding: 0;
  color: #9b96a0;
  font-size: 10px;
  line-height: 1.55;
  list-style: none;
}

.money-rules li:first-child {
  font-weight: 500;
}

.money-rules li {
  position: relative;
  padding-left: 17px;
}

.money-rules li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #6f4a18, #d0a348);
  color: #1b1104;
  font-size: 7px;
  content: "!";
}

.recharge-wallet-card {
  margin: 0 6px;
  padding: 0 0 18px;
  overflow: hidden;
  text-align: center;
}

.recharge-wallet-card header {
  min-height: 61px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: rgba(8, 8, 12, 0.36);
  text-align: left;
}

.recharge-wallet-card header button {
  color: #b9b3bc;
  font-size: 10px;
}

.demo-qr {
  position: relative;
  width: 166px;
  height: 166px;
  margin: 20px auto 17px;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 4px;
  background:
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(0, 0, 0, 0.96) 7px 11px, transparent 11px 17px),
    repeating-linear-gradient(90deg, #fff 0 5px, #060606 5px 10px, #fff 10px 14px, #060606 14px 18px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.demo-qr::before,
.demo-qr::after,
.demo-qr > i {
  position: absolute;
  z-index: 2;
  width: 37px;
  height: 37px;
  border: 8px solid #050505;
  background: #fff;
  box-shadow: inset 0 0 0 6px #050505;
  content: "";
}

.demo-qr::before { top: 7px; left: 7px; }
.demo-qr::after { top: 7px; right: 7px; }
.demo-qr > i:nth-child(1) { right: 7px; bottom: 7px; }
.demo-qr > i:nth-child(2) { right: 51px; bottom: 50px; width: 16px; height: 16px; border-width: 4px; box-shadow: none; }
.demo-qr > i:nth-child(3) { bottom: 10px; left: 11px; width: 23px; height: 23px; border-width: 5px; box-shadow: none; }
.demo-qr > span { position: absolute; z-index: 3; inset: 61px 61px 62px 61px; border: 3px solid #fff; background: #0a0a0a; }

.recharge-wallet-card h2 {
  margin: 0;
  color: #d7d2dc;
  font-size: 14px;
  font-weight: 600;
}

.recharge-wallet-card code {
  display: block;
  margin: 8px 13px 14px;
  overflow: hidden;
  color: #d8bb62;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recharge-copy-action {
  width: calc(100% - 56px);
  height: 49px;
  border: 1px solid rgba(239, 224, 184, 0.22);
  border-radius: 25px;
  background: linear-gradient(180deg, rgba(54, 52, 62, 0.82), rgba(36, 33, 43, 0.86));
  color: #e8e3eb;
  font-size: 11px;
  font-weight: 600;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.money-aba-panel {
  min-height: 360px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 6px;
  padding: 34px;
  border: 1px solid rgba(208, 216, 250, 0.09);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(25, 25, 34, 0.98), rgba(11, 10, 17, 0.99));
  text-align: center;
}

.money-aba-panel > span {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(121, 173, 234, 0.28);
  border-radius: 21px;
  background: linear-gradient(145deg, rgba(74, 127, 188, 0.24), rgba(91, 66, 134, 0.2));
  color: #b9d9ff;
  font-size: 18px;
  font-weight: 800;
}

.money-aba-panel strong {
  margin-top: 16px;
  color: #edeaf0;
  font-size: 16px;
}

.money-aba-panel p {
  margin: 9px 0 20px;
  color: #89848f;
  font-size: 11px;
  line-height: 1.65;
}

.money-aba-panel button {
  min-width: 136px;
  height: 40px;
  border: 1px solid rgba(222, 205, 157, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  color: #e5d8af;
  font-size: 11px;
}

.mine-hero {
  background:
    linear-gradient(180deg, rgba(8, 7, 22, 0.08), rgba(3, 3, 9, 0.35) 54%, rgba(2, 3, 8, 0.9) 100%),
    url("./assets/brand/mine-profile-bg-ai-v28.png") center 42% / cover no-repeat,
    linear-gradient(135deg, #17134a, #090a22 57%, #050610);
  box-shadow: inset 0 -70px 72px rgba(2, 3, 9, 0.7);
}

.mine-watermark {
  top: 12px;
  right: 14px;
  width: 150px;
  height: 150px;
  opacity: 0.09;
}

@keyframes money-panel-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* v30：HACKSAW 绿色厂商标志 */
.home-category-filters button img[src*="logo-hacksaw"] {
  padding: 5px 7px;
  transform: scale(1.08);
  transform-origin: center;
  filter: brightness(1.16) saturate(1.18) drop-shadow(0 0 7px rgba(61, 212, 126, 0.23));
}

.home-category-filters button.active img[src*="logo-hacksaw"] {
  filter: brightness(1.2) saturate(1.2) drop-shadow(0 0 8px rgba(61, 212, 126, 0.3));
}

.hacksaw-provider-card {
  border-color: rgba(87, 220, 143, 0.16);
  background:
    radial-gradient(circle at 50% 35%, rgba(49, 188, 109, 0.13), transparent 45%),
    linear-gradient(155deg, #101c1a, #080b12 72%);
}

.hacksaw-provider-card img {
  object-fit: contain !important;
  padding: 27px 15px 39px;
  background:
    radial-gradient(circle at 50% 38%, rgba(53, 207, 120, 0.13), transparent 42%),
    linear-gradient(155deg, rgba(13, 26, 23, 0.98), rgba(8, 9, 17, 0.98));
  filter: brightness(1.16) saturate(1.18) drop-shadow(0 0 10px rgba(53, 205, 119, 0.2));
}

.hacksaw-provider-card .card-caption {
  color: #d8f6e3;
  letter-spacing: 0.5px;
}

/* v32：按参考页统一字体比例、暖黑金色温与功能页纵向节奏 */
body,
button,
input,
textarea,
select {
  font-family: "PingFang SC";
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.category {
  font-size: 13.7px;
  font-weight: 400;
  line-height: 22.8px;
}

.category.active {
  font-weight: 600;
}

.section-title strong {
  font-family: "PingFang SC";
  font-size: 18.3px;
  font-weight: 600;
  line-height: 45.6px;
}

.detail-topbar h1 {
  font-size: 20.5px;
  font-weight: 500;
  line-height: 23.6px;
}

/* 低饱和暖黑金：保留十方原创素材，不再大面积发蓝 */
.home-view {
  background:
    radial-gradient(circle at 93% 9%, rgba(163, 106, 26, 0.19), transparent 24%),
    radial-gradient(circle at 8% 38%, rgba(88, 49, 111, 0.08), transparent 30%),
    radial-gradient(circle at 82% 70%, rgba(121, 80, 22, 0.07), transparent 27%),
    linear-gradient(180deg, #0b0907 0%, #050406 47%, #010102 100%);
}

.home-view::after {
  background:
    radial-gradient(circle at 88% 10%, rgba(211, 160, 67, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.17) 67%, rgba(0, 0, 0, 0.78) 100%);
}

.topbar {
  border-bottom-color: rgba(232, 205, 145, 0.07);
  background:
    radial-gradient(circle at 90% 45%, rgba(172, 118, 37, 0.14), transparent 35%),
    linear-gradient(90deg, rgba(5, 5, 7, 0.985), rgba(10, 8, 8, 0.975) 65%, rgba(22, 16, 10, 0.96));
}

.category-strip {
  border-color: rgba(230, 210, 170, 0.1);
  background: linear-gradient(145deg, rgba(42, 34, 28, 0.88), rgba(8, 8, 11, 0.9));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.055), 0 8px 21px rgba(0, 0, 0, 0.24);
}

.category.active {
  background: linear-gradient(145deg, rgba(224, 178, 84, 0.18), rgba(255, 255, 255, 0.045));
  color: #fff7e5;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.11), 0 4px 12px rgba(0, 0, 0, 0.22);
}

.home-category-filters button {
  border-color: rgba(230, 210, 174, 0.095);
  background: linear-gradient(145deg, rgba(52, 39, 29, 0.82), rgba(9, 9, 13, 0.93));
}

.home-category-filters button.active {
  border-color: rgba(238, 206, 126, 0.26);
  background:
    radial-gradient(circle at 17% 0%, rgba(226, 178, 73, 0.24), transparent 46%),
    linear-gradient(125deg, rgba(88, 53, 23, 0.88), rgba(29, 24, 31, 0.9));
}

/* v33：电子游戏厂商栏滑动手感与 PG/PP 标识优化 */
.home-category-filters {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.home-category-filters button img[src*="logo-pg"] {
  padding: 2px 5px;
  transform: scale(1.32);
  transform-origin: center;
}

.home-category-filters button img[src*="logo-pp"] {
  padding: 2px 1px;
  transform: scale(1.28);
  transform-origin: center;
}

.activity-view,
.mine-page-body,
.detail-overlay {
  background:
    radial-gradient(circle at 90% 3%, rgba(134, 83, 20, 0.075), transparent 24%),
    linear-gradient(180deg, #060507, #010102 48%, #000);
}

.activity-header {
  border-bottom-color: transparent;
  background: #020203;
  box-shadow: none;
}

.activity-card {
  border-color: rgba(255, 255, 255, 0.055);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

.activity-copy strong {
  font-family: "PingFang SC";
  font-size: 23px;
  font-weight: 600;
  line-height: 1.25;
}

.activity-copy em {
  font-size: 13.7px;
  line-height: 1.45;
}

.activity-list .activity-card:nth-child(1) img { filter: hue-rotate(210deg) saturate(1.34) brightness(1.11) contrast(1.04); }
.activity-list .activity-card:nth-child(2) img { filter: hue-rotate(248deg) saturate(1.38) brightness(1.12) contrast(1.04); }
.activity-list .activity-card:nth-child(3) img { filter: hue-rotate(318deg) saturate(1.32) brightness(1.1) contrast(1.04); }
.activity-list .activity-card:nth-child(4) img { filter: hue-rotate(178deg) saturate(1.28) brightness(1.1) contrast(1.04); }
.activity-list .activity-card:nth-child(5) img { filter: hue-rotate(235deg) saturate(1.36) brightness(1.12) contrast(1.04); }
.activity-list .activity-card:nth-child(6) img { filter: hue-rotate(22deg) saturate(1.26) brightness(1.1) contrast(1.04); }
.activity-list .activity-card:nth-child(7) img { filter: hue-rotate(270deg) saturate(1.3) brightness(1.11) contrast(1.04); }
.activity-list .activity-card:nth-child(8) img { filter: hue-rotate(205deg) saturate(1.32) brightness(1.1) contrast(1.04); }

.bottom-nav {
  border-color: rgba(255, 232, 190, 0.23);
  background:
    radial-gradient(circle at 14% 8%, rgba(202, 151, 66, 0.27), transparent 35%),
    linear-gradient(180deg, rgba(89, 67, 48, 0.82), rgba(29, 25, 29, 0.93));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.17), 0 10px 28px rgba(0, 0, 0, 0.53);
}

.bottom-item {
  color: #c3bdc5;
}

.bottom-item.active {
  color: #ffe56e;
}

.bottom-item.active::before {
  border-color: rgba(255, 228, 153, 0.14);
  background: linear-gradient(145deg, rgba(255, 218, 117, 0.17), rgba(255, 255, 255, 0.055));
}

.bottom-item strong {
  font-size: 13.7px;
  font-weight: 400;
  line-height: 13.7px;
}

/* 我的页：压缩七宫格，让邀请横幅在首屏露出 */
.mine-menu-panel {
  height: 183px;
  margin: -2px -10px 0;
  padding: 0 0 16.7px 8px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(18, 17, 18, 0.985), rgba(8, 8, 10, 0.99));
}

.mine-menu-grid {
  height: 164.3px;
  min-height: 0;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 0;
  margin-top: -1px;
}

.mine-menu-grid button {
  height: 82.17px;
  min-height: 0;
  gap: 6.8px;
  margin: 0 5.2px 0 0;
  padding: 18.3px 0 0;
  font-size: 13.7px;
  line-height: 15.75px;
}

.mine-menu-grid i {
  width: 42.1px;
  height: 42.1px;
}

.mine-menu-grid img {
  width: 27.4px;
  height: 27.4px;
}

.mine-name {
  font-size: 20.5px;
}

.vip-card {
  padding: 16.8px 17.3px 15px;
}

.vip-card strong {
  height: 27.4px;
  display: inline-flex;
  align-items: center;
  font-size: 20.5px;
  font-weight: 400;
  line-height: 22.8px;
}

.vip-card > div:first-child {
  height: 27.4px;
}

.vip-card > div:first-child span {
  height: 27.4px;
  display: inline-flex;
  align-items: center;
  padding: 0 9.1px;
  font-size: 13.7px;
  line-height: 27.4px;
}

.vip-progress {
  height: 18.3px;
  margin-top: 13.7px;
}

.vip-progress i,
.vip-progress b {
  top: 5.7px;
  right: 42.7px;
  height: 6.8px;
}

.vip-progress b {
  right: auto;
}

.vip-progress b::after {
  width: 18.3px;
  height: 18.3px;
}

.vip-progress em {
  top: 0;
  font-size: 13.7px;
  line-height: 18.3px;
}

.vip-card p {
  margin-top: 9.1px;
  font-size: 13.7px;
  line-height: 15.75px;
}

.invite-panel {
  width: calc(100% + 20px);
  margin: 13.5px -10px 0;
}

/* 任务中心：匹配参考页的字体和 219px 卡片高度 */
.detail-page[data-generic-layout="task"],
.detail-page[data-generic-layout="income"] {
  padding: 18px 14px 50px;
}

.detail-page[data-generic-layout="income"] {
  padding-top: 20.2px;
}

.royal-task-list,
.detail-page[data-generic-layout="income"] #genericContent {
  width: 100%;
  max-width: 396px;
  margin-right: auto;
  margin-left: auto;
}

.royal-task-list {
  gap: 18.3px;
}

.royal-task-list article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  border-color: rgba(255, 255, 255, 0.065);
  border-radius: 13px;
  background: linear-gradient(165deg, rgba(29, 28, 32, 0.99), rgba(16, 14, 22, 0.99));
}

.royal-task-list header {
  min-height: 74px;
  grid-template-columns: 44px minmax(0, 1fr) 22px;
  padding: 12px 15px;
}

.royal-task-list header > i {
  width: 45.65px;
  height: 45.65px;
  transform: translateY(2.7px);
}

.royal-task-list header > span {
  gap: 0;
  transform: translateY(4.3px);
}

.royal-task-list header > b {
  transform: translateY(-10.2px);
}

.royal-task-list header strong {
  font-size: 18.3px;
  font-weight: 400;
  line-height: 25.1px;
}

.royal-task-list header small {
  font-size: 13.7px;
  line-height: 20.5px;
}

.task-condition {
  position: relative;
  padding: 12px 15px 7px;
  font-size: 16px;
  line-height: 20.5px;
}

.task-condition em {
  position: absolute;
  top: 12px;
  right: 15px;
  left: 159px;
  height: 18.3px;
  padding-left: 11.4px;
  border-radius: 9px;
  background: linear-gradient(90deg, rgba(66, 64, 75, 0.9), rgba(78, 75, 91, 0.9));
  font-size: 16px;
  line-height: 18.3px;
  text-align: left;
}

.task-progress {
  display: none;
}

.task-stage {
  padding: 10px 16px 0;
}

.royal-task-list footer {
  min-height: 61px;
  align-items: center;
  margin-top: auto;
  padding: 11px 15px 15px;
}

.royal-task-list footer strong {
  font-size: 18.3px;
  line-height: 21px;
  transform: translateY(2.5px);
}

.royal-task-list footer button {
  width: 82.2px;
  min-width: 82.2px;
  height: 32px;
  font-size: 13.7px;
  line-height: 32px;
  transform: translateY(2.5px);
}

/* 我的收入：恢复参考页的字号与纵向留白 */
.income-settlement-card {
  width: 100%;
  min-height: 344.6px;
  display: flex;
  flex-direction: column;
  margin: 0 auto 17px;
  padding: 15px;
  border-color: rgba(255, 255, 255, 0.06);
  border-radius: 13px;
  background: linear-gradient(160deg, rgba(28, 27, 31, 0.99), rgba(15, 13, 20, 0.99));
}

.income-settlement-card header strong,
.income-settlement-card h3 {
  font-size: 18.3px;
  font-weight: 600;
  line-height: 27.4px;
}

.income-settlement-card header a,
.income-settlement-card h3 small {
  font-size: 13.7px;
  line-height: 27.4px;
}

.income-claim {
  height: 45.65px;
  min-height: 45.65px;
  margin-top: 9.1px;
}

.income-claim > strong {
  font-size: 32px;
  line-height: 45.65px;
}

.income-claim button {
  width: 91.3px;
  height: 32px;
  font-size: 13.7px;
  line-height: 32px;
}

.income-metric {
  height: 45.65px;
  min-height: 45.65px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.4px;
}

.income-claim + .income-metric {
  margin-top: 9.1px;
}

.income-metric b {
  font-size: 18.3px;
  font-weight: 400;
  line-height: 21px;
}

.income-settlement-card h3 {
  margin: 11.4px 0 0;
}

.income-cells {
  height: 77.6px;
  min-height: 77.6px;
  gap: 5.7px;
  margin-top: 6.85px;
}

.income-cells span {
  display: block;
  padding: 11.4px 16px;
  font-size: 13.7px;
  line-height: 22.8px;
}

.income-cells b {
  height: 22.8px;
  display: block;
  margin-top: 4.6px;
  font-size: 18.3px;
  line-height: 22.8px;
}

.income-note {
  font-size: 11.4px;
  line-height: 18px;
}

/* 邀请好友：主视觉、按钮与字体恢复参考页比例 */
.detail-page[data-generic-layout="invite"] {
  padding: 0 0 50px;
}

.invite-share-hero {
  min-height: 298px;
  border-radius: 0;
}

.invite-share-hero > strong {
  padding-top: 28px;
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
}

.invite-share-hero img {
  inset: 54px 0 0;
  height: 244px;
}

.invite-share-panel {
  width: 396px;
  max-width: calc(100% - 28px);
  margin: -1px auto 0;
  padding: 28px 29px 28px;
  border-radius: 24px;
  background: rgba(31, 28, 32, 0.965);
}

.invite-share-panel h3 {
  margin-bottom: 18.3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.8px;
}

.invite-share-panel button {
  height: 64px;
  min-height: 64px;
  gap: 13.7px;
  margin-top: 18px;
  padding: 0 21.5px;
  font-size: 18.3px;
  font-weight: 600;
  line-height: 64px;
}

.invite-share-panel button:first-of-type {
  margin-top: 0;
}

.invite-share-panel button i {
  width: 36.5px;
  height: 36.5px;
  font-size: 17px;
}

.invite-share-panel button > span {
  height: 62px;
  min-height: 0;
  line-height: 62px;
}

.invite-stat-grid {
  max-width: 396px;
  margin-right: auto;
  margin-left: auto;
}

/* 充提页：标准演示二维码、记录按钮、参考页字号与高度 */
.detail-record-button {
  position: absolute;
  top: 5px;
  right: 16px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(20, 20, 23, 0.86));
  color: #c9c5cc;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.detail-record-button[hidden] {
  display: none !important;
}

.detail-record-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.detail-page[data-generic-layout="money"] {
  background: linear-gradient(180deg, #050407, #010102 58%, #000);
}

.money-center {
  max-width: 400px;
}

.money-tabs button {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.8px;
}

.withdraw-form-card,
.recharge-wallet-card {
  border-color: rgba(255, 255, 255, 0.065);
  background: linear-gradient(165deg, rgba(29, 28, 31, 0.995), rgba(16, 13, 20, 0.995));
}

.withdraw-form-card > label {
  height: 22.8px;
  min-height: 22.8px;
  font-size: 16px;
  line-height: 22.8px;
}

.withdraw-form-card {
  min-height: 414.2px;
  padding: 15.2px 14.5px 21.7px;
}

.withdraw-form-card > label:first-of-type {
  height: 34.2px;
  min-height: 34.2px;
}

.withdraw-form-card > label:first-of-type > span {
  height: 34.2px;
  padding: 5.7px 0;
  line-height: 22.8px;
}

.withdraw-form-card > label button,
.money-input button {
  font-size: 16px;
}

.money-input {
  height: 45.65px;
  margin-top: 9.1px;
  margin-bottom: 9.1px;
}

.money-input input {
  font-size: 16px;
  line-height: 27.4px;
}

.withdraw-mini-summary[hidden] {
  display: none !important;
}

.withdraw-form-card .field-error {
  min-height: 18px;
  padding-top: 2px;
  font-size: 11px;
}

.withdraw-form-card .field-error:empty {
  display: none;
}

.withdraw-locked-action {
  height: 45.65px;
  margin-top: 13.7px;
  font-size: 13.7px;
  font-weight: 600;
  line-height: 45.65px;
}

.withdraw-form-card .money-help-link {
  min-height: 22.8px;
  height: 22.8px;
  margin-top: 22.1px;
  font-size: 13.7px;
  line-height: 22.8px;
}

.money-rules {
  gap: 10px;
  margin-top: 12.5px;
  font-size: 13.7px;
  line-height: 22.8px;
}

.money-withdraw .money-rules {
  margin-top: 13.7px;
  line-height: 20.5px;
}

.recharge-wallet-card {
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
}

.recharge-wallet-card header {
  min-height: 61px;
}

.withdraw-balance-card strong,
.recharge-wallet-card header strong {
  font-size: 18.3px;
  font-weight: 600;
}

.withdraw-balance-card > b {
  font-size: 13.7px;
}

.recharge-wallet-card header button {
  font-size: 13.7px;
}

.demo-qr {
  width: 169px;
  height: 169px;
  display: block;
  margin: 20px auto 31px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: white;
  object-fit: contain;
  image-rendering: pixelated;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.recharge-wallet-card h2 {
  font-size: 18.3px;
  font-weight: 400;
  line-height: 25px;
}

.recharge-wallet-card code {
  margin: 4.6px 13px 27.5px;
  font-size: 13.7px;
  line-height: 22.8px;
}

.recharge-copy-action {
  width: min(332.1px, calc(100% - 32px));
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}

.recharge-wallet-card .money-help-link {
  min-height: 57.1px;
  margin-top: 0;
  font-size: 16px;
  line-height: 57.1px;
}

/* VIP 详情：改为用户头部、等级卡、轨道、门槛卡与返水表 */
.detail-page[data-generic-layout="vip"] {
  padding: 0 12px 50px;
  background:
    radial-gradient(circle at 88% 4%, rgba(156, 107, 32, 0.13), transparent 25%),
    linear-gradient(180deg, #080604, #010102 43%, #000);
}

.detail-page[data-generic-layout="vip"] .generic-hero {
  display: none;
}

.royal-vip-detail {
  max-width: 404px;
  margin: 0 auto;
}

.vip-profile-band {
  height: 128px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 -12px;
  padding: 16px 18px 3px;
  background:
    linear-gradient(90deg, rgba(8, 6, 4, 0.83), rgba(13, 9, 6, 0.37) 56%, rgba(8, 5, 4, 0.58)),
    url("./assets/gpt-theme/hero-vip-gpt.jpg") 65% 47% / cover no-repeat;
  box-shadow: inset 0 -42px 45px rgba(0, 0, 0, 0.55);
}

.vip-profile-band > img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 2px solid rgba(235, 207, 127, 0.38);
  border-radius: 50%;
}

.vip-profile-band > span {
  display: grid;
  gap: 4px;
}

.vip-profile-band strong {
  font-size: 20.5px;
  font-weight: 600;
}

.vip-profile-band small {
  color: #c0bac0;
  font-size: 13.7px;
}

.vip-profile-band small b {
  color: #8f898f;
  font-weight: 400;
}

.vip-card-rail {
  position: relative;
  height: 124px;
  margin-top: -1px;
}

.vip-card-rail::before,
.vip-card-rail::after {
  position: absolute;
  z-index: 0;
  top: 14px;
  width: 54px;
  height: 92px;
  border: 1px solid rgba(195, 174, 239, 0.18);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(61, 45, 93, 0.86), rgba(16, 13, 27, 0.92));
  content: "";
}

.vip-card-rail::before { left: -40px; }
.vip-card-rail::after { right: -40px; }

.vip-tier-card {
  position: relative;
  z-index: 2;
  width: 356px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 18px 20px;
  overflow: hidden;
  border: 1px solid rgba(201, 180, 239, 0.22);
  border-radius: 13px;
  background:
    radial-gradient(circle at 78% 23%, rgba(166, 99, 255, 0.3), transparent 36%),
    linear-gradient(145deg, #24173e, #0f0b19 72%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35), inset 0 1px rgba(255, 255, 255, 0.08);
}

.vip-tier-card > div {
  width: 225px;
  display: grid;
  gap: 10px;
}

.vip-tier-card strong {
  font-family: Georgia, serif;
  font-size: 31px;
  font-style: italic;
}

.vip-tier-card small {
  color: #aaa4b0;
  font-size: 12.5px;
  line-height: 18px;
}

.vip-tier-card div > span {
  height: 4px;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.11);
}

.vip-tier-card div > span i {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #f7f2ff, #b78cff);
}

.vip-crystal {
  position: relative;
  width: 76px;
  height: 66px;
  display: block;
  clip-path: polygon(50% 0, 92% 25%, 72% 84%, 50% 100%, 21% 84%, 8% 25%);
  background: linear-gradient(135deg, #f5e6ff 0 18%, #a76aff 19% 48%, #6940db 49% 70%, #d8bdff 71%);
  filter: drop-shadow(0 0 14px rgba(171, 111, 255, 0.42));
  transform: rotate(10deg);
}

.vip-crystal::after {
  position: absolute;
  inset: 9px 16px 15px;
  clip-path: polygon(50% 0, 100% 45%, 70% 100%, 18% 78%, 0 34%);
  background: linear-gradient(135deg, rgba(255,255,255,.85), rgba(255,255,255,.05) 45%, rgba(58,21,155,.45));
  content: "";
}

.vip-level-track {
  position: relative;
  height: 69px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 17px 27px 0;
}

.vip-level-track::before {
  position: absolute;
  top: 23px;
  right: 40px;
  left: 40px;
  height: 2px;
  background: linear-gradient(90deg, #a7792e, #f1ce63, #a7792e);
  content: "";
}

.vip-level-track span {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #aaa4a2;
  font-size: 12px;
}

.vip-level-track i {
  width: 13px;
  height: 13px;
  border: 3px solid #b29250;
  border-radius: 50%;
  background: #f2e9d0;
  box-shadow: 0 0 9px rgba(230, 194, 101, 0.28);
}

.vip-level-track span.active i {
  border-color: #e8cc77;
  background: white;
}

.vip-level-track span.active b {
  color: #f4ecd9;
  font-size: 15px;
}

.vip-threshold-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.vip-threshold-grid article {
  position: relative;
  min-width: 0;
  min-height: 68px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 9px 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(76, 66, 92, 0.86), rgba(19, 17, 25, 0.96));
}

.vip-threshold-grid strong {
  font-size: 14px;
  font-weight: 600;
}

.vip-threshold-grid span {
  color: #b9b3bc;
  font-size: 11px;
}

.vip-threshold-grid i {
  position: absolute;
  right: -2px;
  bottom: -8px;
  color: rgba(238, 197, 96, 0.35);
  font-size: 38px;
  font-style: normal;
}

.vip-rebate-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 26px 0 14px;
  color: #eee5d1;
  font-size: 17px;
}

.vip-rebate-title i {
  color: #d6a956;
  font-style: normal;
}

.vip-rebate-table {
  overflow: hidden;
  padding: 13px 16px;
  border: 1px solid rgba(226, 205, 153, 0.13);
  border-radius: 14px;
  background: rgba(8, 8, 10, 0.9);
}

.vip-rebate-table header,
.vip-rebate-table div {
  display: grid;
  grid-template-columns: 1fr 1.5fr 0.7fr;
  align-items: center;
  min-height: 32px;
  text-align: center;
}

.vip-rebate-table header {
  color: #aaa3a2;
  font-size: 12px;
}

.vip-rebate-table div {
  margin-top: 6px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.075);
  color: #ded9d5;
  font-size: 13px;
}

.vip-rebate-table b {
  font-weight: 600;
}

.vip-rebate-table em {
  color: #e6c657;
  font-style: normal;
  font-weight: 700;
}

/* 安全中心只收弱边框，保留原创盾牌 */
.security-menu button {
  border-color: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

/* v32 最终首页纵向比例：与参考页的快捷入口和分类栏位置一致 */
.quick-grid {
  height: 81px;
  margin-top: 12.5px;
}

.quick-item {
  gap: 2.3px;
}

.quick-item img {
  width: 50px;
  height: 50px;
}

.quick-item span {
  font-size: 13.7px;
  line-height: 18.3px;
}
