@charset "UTF-8";
.support-float-wrap[data-v-a1fe8891] {
  position: fixed;
  right: -0.01rem;
  top: 52%;
  z-index: 119;
  touch-action: none;
  transition: top 0.15s ease-out;
}
.support-float-btn[data-v-a1fe8891] {
  min-width: 2.2rem;
  height: 0.9rem;
  border: 0;
  border-radius: 0.45rem 0 0 0.45rem;
  padding: 0 0.35rem 0 0.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  background: linear-gradient(148deg, rgba(var(--c-brand-rgb), 0.59) 7.5%, rgba(2, 122, 92, 0.59) 71.9%);
  color: #fff;
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.28);
}
html[data-theme=light] .support-float-btn[data-v-a1fe8891] {
  background: rgba(var(--c-brand-rgb), 0.59);
}
.support-float-text[data-v-a1fe8891] {
  font-size: 0.3rem;
  line-height: 1;
}
.support-float-dot[data-v-a1fe8891] {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #ff3048;
  box-shadow: 0 0 0 0.04rem rgba(255, 255, 255, 0.18);
}
.chat-overlay[data-v-a1fe8891] {
  /* Teleport 到 body 后仍绑定稳定的应用外壳，避免键盘改变 fixed viewport。 */
  position: absolute;
  inset: 0;
  z-index: 200;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.chat-mask[data-v-a1fe8891] {
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 12, 0.3);
}
html[data-theme=light] .chat-mask[data-v-a1fe8891] {
  background: transparent;
}
.chat-sheet[data-v-a1fe8891] {
  position: absolute;
  left: 0;
  right: 0;
  /* 键盘覆盖页面时只抬升客服面板，牌桌与应用外壳尺寸保持不变。 */
  bottom: var(--app-keyboard-inset, 0px);
  height: 15.2267rem;
  max-height: calc(var(--app-viewport-height, 100vh) - env(safe-area-inset-top) - var(--app-keyboard-inset, 0px));
  border-radius: 0.86rem 0.86rem 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0.8;
}
html[data-theme=light] .chat-sheet[data-v-a1fe8891] {
  opacity: 1;
}
.chat-sheet-frost[data-v-a1fe8891] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(0.2rem);
}
html[data-theme=light] .chat-sheet-frost[data-v-a1fe8891] {
  background: rgba(23, 23, 23, 0.84);
}
.chat-sheet-inner[data-v-a1fe8891] {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.agent-floating-card[data-v-a1fe8891] {
  margin: 0.373rem;
  min-height: 2.4986rem;
  border-radius: 0.8533rem;
  background: rgba(0, 0, 0, 0.27);
  padding: 0.373rem 0.5867rem 0.373rem 0.5867rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.agent-floating-card[data-v-a1fe8891]::-webkit-scrollbar {
  display: none;
}
.agent-strip-item[data-v-a1fe8891] {
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05rem;
  min-width: 1.488rem;
}
.agent-strip-item--active[data-v-a1fe8891] {
  opacity: 1;
}
.agent-strip-item[data-v-a1fe8891]:not(.agent-strip-item--active) {
  opacity: 0.45;
}
.agent-avatar-wrap[data-v-a1fe8891] {
  width: 1.488rem;
  height: 1.488rem;
  border-radius: 50%;
  overflow: visible;
  flex-shrink: 0;
  position: relative;
}
.agent-unread-badge[data-v-a1fe8891] {
  position: absolute;
  top: -0.05rem;
  right: -0.16rem;
  min-width: 0.45rem;
  height: 0.45rem;
  border-radius: 0.42rem;
  padding: 0 0.14rem;
  background: #ff132b;
  color: #fff;
  font-family: "HONOR Sans CN";
  font-size: 0.25rem;
  font-weight: 700;
  line-height: 0.45rem;
  text-align: center;
  box-sizing: border-box;
}
.agent-avatar[data-v-a1fe8891] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.agent-avatar-ring[data-v-a1fe8891] {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 0.048rem solid rgba(255, 255, 255, 0.83);
  pointer-events: none;
}
.agent-name-tag[data-v-a1fe8891] {
  width: 1.454rem;
  height: 0.4476rem;
  border-radius: 0.1958rem;
  padding: 0 0.112rem;
  background: rgba(255, 255, 255, 0.02);
  border: 0.01rem solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.96);
  font-family: "SF Pro";
  font-size: 0.234rem;
  letter-spacing: 0.02em;
  line-height: 0.35rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: inset 0.017rem 0.017rem 0 rgba(242, 242, 242, 0.2), 0.05rem 0.06rem 0.1rem rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(0.245rem);
}
html[data-theme=light] .agent-name-tag[data-v-a1fe8891] {
  background: rgba(0, 0, 0, 0.25);
}
.agent-meta[data-v-a1fe8891] {
  display: none;
}
.agent-title[data-v-a1fe8891] {
  margin: 0;
  color: #fff;
  font-size: 0.373rem;
  line-height: 1.2;
  font-family: "HONOR Sans CN";
}
.agent-sub-title[data-v-a1fe8891] {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.2667rem;
}
.messages-wrap[data-v-a1fe8891] {
  flex: 1;
  overflow-y: auto;
  padding: 0.28rem 0.5867rem 0.2rem;
}
.messages-wrap--hidden[data-v-a1fe8891] {
  opacity: 0;
}
.messages-inner[data-v-a1fe8891] {
  display: flex;
  flex-direction: column;
  gap: 0.2667rem;
}
.message-row[data-v-a1fe8891] {
  display: flex;
  align-items: flex-start;
  gap: 0.24rem;
  width: 100%;
}
.message-row--self[data-v-a1fe8891] {
  justify-content: flex-end;
}
.bubble-wrapper[data-v-a1fe8891] {
  display: flex;
  flex-direction: column;
  max-width: 82%;
  gap: 0.08rem;
}
.bubble-wrapper--self[data-v-a1fe8891] {
  align-items: flex-end;
}
.message-avatar[data-v-a1fe8891] {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.text-bubble[data-v-a1fe8891] {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0.4106rem;
  padding: 0.2267rem 0.3867rem;
  color: #fff;
  font-size: 0.32rem;
  line-height: 1.4;
}
.text-bubble--self[data-v-a1fe8891] {
  background: rgba(var(--c-brand-rgb), 0.5);
}
html[data-theme=light] .text-bubble--self[data-v-a1fe8891] {
  background: rgba(48, 165, 255, 0.5);
}
.image-bubble[data-v-a1fe8891] {
  border: none;
  border-radius: 0.16rem;
  padding: 0.06rem;
  background: rgba(255, 255, 255, 0.08);
  max-width: 3.2rem;
}
.image-bubble[data-v-a1fe8891]:active {
  opacity: 0.9;
}
.image-bubble img[data-v-a1fe8891] {
  width: 100%;
  border-radius: 0.1rem;
  object-fit: cover;
}
.voice-message[data-v-a1fe8891] {
  border: none;
  border-radius: 0.4106rem;
  background: rgba(255, 255, 255, 0.08);
  min-width: 2.7325rem;
  height: 0.96rem;
  padding: 0 0.21rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: #f3f3f3;
}
.voice-message--self[data-v-a1fe8891] {
  background: rgba(var(--c-brand-rgb), 0.5);
}
html[data-theme=light] .voice-message--self[data-v-a1fe8891] {
  background: rgba(48, 165, 255, 0.5);
}
.voice-message--playing .voice-message-bar[data-v-a1fe8891] {
  animation: voice-wave-playing-a1fe8891 0.9s ease-in-out infinite alternate;
}
.voice-message--playing .voice-message-bar[data-v-a1fe8891]:nth-child(2n) {
  animation-delay: 0.15s;
}
.voice-message-wave[data-v-a1fe8891] {
  display: inline-flex;
  align-items: center;
  gap: 0.048rem;
}
.voice-message-play[data-v-a1fe8891] {
  width: 0.5067rem;
  height: 0.5067rem;
  border-radius: 50%;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.voice-message-play--playing[data-v-a1fe8891] {
  opacity: 0.9;
}
.voice-message-bar[data-v-a1fe8891] {
  width: 0.0587rem;
  border-radius: 0.0587rem;
  background: #f3f3f3;
}
.voice-message-bar[data-v-a1fe8891]:nth-child(1),
.voice-message-bar[data-v-a1fe8891]:nth-child(15) {
  height: 0.16rem;
}
.voice-message-bar[data-v-a1fe8891]:nth-child(2),
.voice-message-bar[data-v-a1fe8891]:nth-child(14) {
  height: 0.2rem;
}
.voice-message-bar[data-v-a1fe8891]:nth-child(3),
.voice-message-bar[data-v-a1fe8891]:nth-child(13) {
  height: 0.26rem;
}
.voice-message-bar[data-v-a1fe8891]:nth-child(4),
.voice-message-bar[data-v-a1fe8891]:nth-child(12) {
  height: 0.34rem;
}
.voice-message-bar[data-v-a1fe8891]:nth-child(5),
.voice-message-bar[data-v-a1fe8891]:nth-child(11) {
  height: 0.42rem;
}
.voice-message-bar[data-v-a1fe8891]:nth-child(6),
.voice-message-bar[data-v-a1fe8891]:nth-child(10) {
  height: 0.3rem;
}
.voice-message-bar[data-v-a1fe8891]:nth-child(7),
.voice-message-bar[data-v-a1fe8891]:nth-child(9) {
  height: 0.24rem;
}
.voice-message-bar[data-v-a1fe8891]:nth-child(8) {
  height: 0.36rem;
}
.voice-message-time[data-v-a1fe8891] {
  display: none;
}
.bubble-footer[data-v-a1fe8891] {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  color: #f9f9f9;
  font-size: 0.2667rem;
}
.sender-name[data-v-a1fe8891] {
  font-weight: 600;
}
.voice-tip[data-v-a1fe8891] {
  position: absolute;
  left: 50%;
  bottom: 2.68rem;
  transform: translateX(-50%);
  width: 4.0066rem;
  min-height: 1.953rem;
  border-radius: 0.4106rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.22rem 0.76rem;
  z-index: 5;
}
.voice-tip--send[data-v-a1fe8891] {
  background: rgba(5, 231, 174, 0.18);
}
.voice-tip--cancel[data-v-a1fe8891] {
  background: rgba(255, 19, 43, 0.18);
}
.voice-wave[data-v-a1fe8891] {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
}
.voice-wave-bar[data-v-a1fe8891] {
  width: 0.0738rem;
  border-radius: 0.12rem;
  background: #f3f3f3;
}
.voice-wave-bar[data-v-a1fe8891]:nth-child(odd) {
  height: 0.26rem;
}
.voice-wave-bar[data-v-a1fe8891]:nth-child(even) {
  height: 0.54rem;
}
.voice-timer-pill[data-v-a1fe8891] {
  min-width: 1.4667rem;
  height: 0.5067rem;
  border-radius: 0.6255rem;
  padding: 0 0.2667rem;
  background: rgba(0, 0, 0, 0.42);
  color: #f9f9f9;
  font-size: 0.3087rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.voice-action-hint[data-v-a1fe8891] {
  position: absolute;
  left: 50%;
  bottom: 2.1067rem;
  z-index: 6;
  transform: translateX(-50%);
  min-width: 1.8133rem;
  height: 0.5067rem;
  padding: 0 0.2667rem;
  border-radius: 0.6255rem;
  color: #f9f9f9;
  font-size: 0.3087rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.voice-action-hint.voice-tip--send[data-v-a1fe8891] {
  background: rgba(0, 0, 0, 0.6);
}
.voice-action-hint.voice-tip--cancel[data-v-a1fe8891] {
  background: rgba(255, 19, 43, 0.6);
}
.sending-message-tip[data-v-a1fe8891] {
  position: absolute;
  left: 50%;
  bottom: 2.52rem;
  z-index: 6;
  transform: translateX(-50%);
  width: 5.973rem;
  height: 1.706rem;
  border-radius: 0.64rem;
  background: rgba(255, 255, 255, 0.2);
  color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.42rem;
  font-weight: 500;
  backdrop-filter: blur(0.2rem);
}
.voice-timer[data-v-a1fe8891] {
  font-variant-numeric: tabular-nums;
}
.bottom-nav[data-v-a1fe8891] {
  height: 1.35rem;
  padding: 0 0.2rem calc(env(safe-area-inset-bottom) + 0.12rem);
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.nav-icon-btn[data-v-a1fe8891] {
  background: transparent;
  border: none;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mic-btn[data-v-a1fe8891] {
  background: #0f0f0f;
  border-radius: 5.6004rem;
  width: 1.0009rem;
  height: 1.0009rem;
  padding: 0.0896rem;
}
.input-bar-wrap[data-v-a1fe8891] {
  flex: 1;
  height: 1.0009rem;
  background: #0f0f0f;
  border-radius: 5.6004rem;
  padding: 0.0896rem 0.1144rem 0.0896rem 0.3024rem;
  display: flex;
  align-items: center;
}
.input-bar-wrap input[data-v-a1fe8891] {
  width: 100%;
  background: transparent;
  border: none;
  color: #f9f9f9;
  font-family: "PingFang SC";
  font-size: 0.3527rem;
  letter-spacing: 0.007rem;
  outline: none;
}
.input-bar-wrap input[data-v-a1fe8891]::placeholder {
  color: #f9f9f9;
}
.voice-hold-btn[data-v-a1fe8891] {
  flex: 1;
  height: 1.0009rem;
  border: none;
  border-radius: 5.6004rem;
  background: rgba(255, 255, 255, 0.2);
  color: #f9f9f9;
  font-size: 0.34rem;
}
html[data-theme=light] .voice-hold-btn[data-v-a1fe8891] {
  background: var(--c-brand);
}
.send-action-btn[data-v-a1fe8891],
.plus-btn[data-v-a1fe8891],
.close-chat-btn[data-v-a1fe8891] {
  border: none;
  height: 0.9955rem;
  border-radius: 0.586rem;
  padding: 0 0.22rem;
  color: #fff;
  font-size: 0.3rem;
}
.send-action-btn[data-v-a1fe8891] {
  background: var(--c-brand);
  width: 0.9955rem;
  min-width: 0.9955rem;
  padding-top: 0.2rem;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.send-action-btn[data-v-a1fe8891]:disabled {
  background: rgba(255, 255, 255, 0.2);
}
.send-action-btn svg[data-v-a1fe8891] {
  display: block;
}
.plus-btn[data-v-a1fe8891] {
  width: 0.9955rem;
  min-width: 0.9955rem;
  padding: 0;
  background: #0f0f0f;
  color: var(--c-brand);
  font-size: 0.54rem;
  line-height: 1;
}
.plus-btn span[data-v-a1fe8891] {
  display: inline-block;
  transition: transform 0.18s ease;
}
.plus-btn--expanded[data-v-a1fe8891] {
  border: 0.02rem solid var(--c-brand);
  color: #fff;
}
.plus-btn--expanded span[data-v-a1fe8891] {
  transform: rotate(45deg);
}
.close-chat-btn[data-v-a1fe8891] {
  background: rgba(255, 255, 255, 0.1);
}
.close-chat-btn--icon[data-v-a1fe8891] {
  width: 1.0241rem;
  min-width: 1.0241rem;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 0.01rem solid rgba(255, 255, 255, 0.35);
}
.attachment-panel[data-v-a1fe8891] {
  flex-shrink: 0;
  min-height: 1.4667rem;
  padding: 0.4rem 0.48rem 0;
  display: flex;
  align-items: flex-start;
}
.attachment-item[data-v-a1fe8891] {
  border: 0;
  padding: 0;
  background: transparent;
  color: #f9f9f9;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
  font-size: 0.22rem;
}
.attachment-icon[data-v-a1fe8891] {
  width: 0.8267rem;
  height: 0.6933rem;
  color: rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.image-preview-mask[data-v-a1fe8891] {
  position: fixed;
  inset: 0;
  z-index: 260;
  background: rgba(0, 0, 0, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
}
.image-preview-close[data-v-a1fe8891] {
  position: absolute;
  top: calc(env(safe-area-inset-top) + 0.24rem);
  right: 0.24rem;
  width: 0.88rem;
  height: 0.88rem;
  border: none;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
}
.image-preview-content[data-v-a1fe8891] {
  max-width: calc(100vw - 0.8rem);
  max-height: calc(100dvh - 0.8rem);
  object-fit: contain;
  border-radius: 0.16rem;
}
.no-service-mask[data-v-a1fe8891] {
  position: fixed;
  inset: 0;
  z-index: 210;
  background: rgba(12, 12, 12, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
}
html[data-theme=light] .no-service-mask[data-v-a1fe8891] {
  background: rgba(12, 12, 12, 0.6);
}
.no-service-card[data-v-a1fe8891] {
  width: 8.2528rem;
  min-height: 4.06rem;
  border-radius: 0.97rem;
  padding: 0.7rem 0.52rem;
  background: linear-gradient(124deg, rgba(142, 142, 142, 0.6) 0%, rgba(103, 103, 103, 0.8) 46.8%, #484848 100%), rgba(0, 0, 0, 0.34);
  box-shadow: 0 0.2rem 0.54rem rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
}
html[data-theme=light] .no-service-card[data-v-a1fe8891] {
  padding: 0.7rem 0.4rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(124deg, rgba(142, 142, 142, 0.3) 0%, rgba(103, 103, 103, 0.4) 46.8%, rgba(72, 72, 72, 0.5) 100%), url("../images/bg_sharp-oZdRVVWf.webp") center/cover no-repeat;
}
.no-service-title[data-v-a1fe8891] {
  margin: 0;
  color: #fff;
  font-size: 0.44rem;
}
html[data-theme=light] .no-service-title[data-v-a1fe8891] {
  width: 4rem;
  font-size: 0.3733rem;
  text-align: center;
  line-height: 1.3;
}
.no-service-desc[data-v-a1fe8891] {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.3rem;
}
html[data-theme=light] .no-service-desc[data-v-a1fe8891] {
  display: none;
}
.no-service-btn[data-v-a1fe8891] {
  margin-top: 0.24rem;
  width: 8.9358rem;
  max-width: 100%;
  height: 1.4716rem;
  border: none;
  border-radius: 1.082rem;
  background: linear-gradient(180deg, #05e7ae 0%, #027a5c 100%);
  color: #fff;
  font-size: 0.5rem;
}
html[data-theme=light] .no-service-btn[data-v-a1fe8891] {
  background: var(--c-brand);
}
@keyframes voice-wave-playing-a1fe8891 {
0% {
    transform: scaleY(0.45);
    opacity: 0.75;
}
100% {
    transform: scaleY(1);
    opacity: 1;
}
}.todo-float-wrap[data-v-d4a1a64b] {
  position: fixed;
  right: -0.01rem;
  top: 40%;
  z-index: 120;
  touch-action: none;
  transition: top 0.15s ease-out;
}
.todo-float-btn[data-v-d4a1a64b] {
  min-width: 2.2rem;
  height: 0.9rem;
  border: 0;
  border-radius: 0.45rem 0 0 0.45rem;
  padding: 0 0.35rem 0 0.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(148deg, rgba(var(--c-brand-rgb), 0.59) 7.5%, rgba(2, 122, 92, 0.59) 71.9%);
  color: #fff;
  position: relative;
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.28);
}
html[data-theme=light] .todo-float-btn[data-v-d4a1a64b] {
  background: linear-gradient(148deg, rgba(5, 231, 174, 0.59) 7.5%, rgba(2, 122, 92, 0.59) 71.9%);
}
.todo-float-text[data-v-d4a1a64b] {
  font-size: 0.346rem;
  line-height: 1;
}
.todo-float-count[data-v-d4a1a64b] {
  min-width: 0.42rem;
  height: 0.42rem;
  border-radius: 0.22rem;
  background: #ff132b;
  color: #fff;
  font-size: 0.28rem;
  line-height: 0.42rem;
  text-align: center;
  padding: 0 0.08rem;
  position: absolute;
  left: 0.04rem;
  top: -0.16rem;
}
.todo-panel-mask[data-v-d4a1a64b] {
  position: fixed;
  inset: 0;
  z-index: 121;
}
.todo-panel[data-v-d4a1a64b] {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--c-page);
  background-image: var(--todo-panel-bg-dark);
}
html[data-theme=light] .todo-panel[data-v-d4a1a64b] {
  background-image: var(--todo-panel-bg-light);
}
.todo-panel-frost[data-v-d4a1a64b] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(0.98rem);
  mix-blend-mode: luminosity;
}
html[data-theme=light] .todo-panel-frost[data-v-d4a1a64b] {
  background: transparent;
  backdrop-filter: none;
  mix-blend-mode: normal;
}
.todo-panel-inner[data-v-d4a1a64b] {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.todo-panel-header[data-v-d4a1a64b] {
  height: calc(env(safe-area-inset-top) + 1.46rem);
  padding: calc(env(safe-area-inset-top) + 0.34rem) 0.46rem 0.26rem;
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.todo-panel-header h2[data-v-d4a1a64b] {
  margin: 0;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1.2;
}
html[data-theme=light] .todo-panel-header h2[data-v-d4a1a64b] {
  color: #000;
}
.back-btn[data-v-d4a1a64b] {
  width: 0.7rem;
  height: 0.7rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  padding: 0;
}
html[data-theme=light] .back-btn[data-v-d4a1a64b] {
  color: #000;
}
.todo-content[data-v-d4a1a64b] {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0.4rem 0.46rem calc(env(safe-area-inset-bottom) + 0.6rem);
  display: flex;
  flex-direction: column;
  gap: 0.46rem;
}
.todo-section[data-v-d4a1a64b] {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}
.todo-section h3[data-v-d4a1a64b] {
  margin: 0;
  font-size: 0.41rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
}
html[data-theme=light] .todo-section h3[data-v-d4a1a64b] {
  color: #000;
}
.todo-card[data-v-d4a1a64b] {
  border-radius: 0.74rem;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(0.1rem);
  padding: 0.32rem 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
html[data-theme=light] .todo-card[data-v-d4a1a64b] {
  background: #fff;
  backdrop-filter: none;
}
.card-top[data-v-d4a1a64b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.12rem;
}
.card-top--credit .meta-time[data-v-d4a1a64b] {
  flex: 1;
  text-align: center;
}
.meta-left[data-v-d4a1a64b],
.meta-time[data-v-d4a1a64b],
.meta-club span[data-v-d4a1a64b] {
  margin: 0;
  font-size: 0.27rem;
  line-height: 1.4;
  color: #f3f3f3;
}
html[data-theme=light] .meta-left[data-v-d4a1a64b],
html[data-theme=light] .meta-time[data-v-d4a1a64b],
html[data-theme=light] .meta-club span[data-v-d4a1a64b] {
  color: #000;
}
.meta-club[data-v-d4a1a64b] {
  display: inline-flex;
  align-items: center;
  gap: 0.11rem;
}
.meta-club img[data-v-d4a1a64b] {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  object-fit: cover;
}
.card-main[data-v-d4a1a64b] {
  border-radius: 4.23rem;
  min-height: 1.5rem;
  background: rgba(255, 255, 255, 0.14);
  padding-right: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html[data-theme=light] .card-main[data-v-d4a1a64b] {
  background: rgba(208, 208, 208, 0.66);
}
.card-main--join[data-v-d4a1a64b] {
  border-radius: 0;
  min-height: 1.58rem;
  background: transparent;
  padding-right: 0;
}
html[data-theme=light] .card-main--join[data-v-d4a1a64b] {
  background: transparent;
}
html[data-theme=light] .card-main--join .action-btn[data-v-d4a1a64b] {
  background: rgba(208, 208, 208, 0.66);
}
.player-block[data-v-d4a1a64b] {
  display: inline-flex;
  align-items: center;
  gap: 0.21rem;
}
.player-avatar[data-v-d4a1a64b] {
  width: 1.49rem;
  height: 1.5rem;
  border-radius: 50%;
  object-fit: cover;
}
.player-text[data-v-d4a1a64b] {
  display: flex;
  flex-direction: column;
}
.player-name[data-v-d4a1a64b] {
  margin: 0;
  font-size: 0.44rem;
  line-height: 1.1;
  color: #f3f3f3;
}
html[data-theme=light] .player-name[data-v-d4a1a64b] {
  color: #000;
}
.player-id[data-v-d4a1a64b] {
  margin: 0.08rem 0 0;
  font-size: 0.304rem;
  line-height: 1;
  color: rgba(243, 243, 243, 0.5);
}
html[data-theme=light] .player-id[data-v-d4a1a64b] {
  color: rgba(0, 0, 0, 0.5);
}
.pending-actions[data-v-d4a1a64b] {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}
.action-btn[data-v-d4a1a64b] {
  width: 0.97rem;
  height: 0.97rem;
  border-radius: 50%;
  border: 0.013rem solid #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #f3f3f3;
  font-size: 0.52rem;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
html[data-theme=light] .action-btn[data-v-d4a1a64b] {
  border-color: rgba(0, 0, 0, 0.08);
  background: #fff;
}
.action-btn--ok[data-v-d4a1a64b] {
  color: #fff;
}
html[data-theme=light] .action-btn--ok[data-v-d4a1a64b] {
  color: #000;
}
.action-btn--deny[data-v-d4a1a64b] {
  color: #ef2846;
}
.action-icon[data-v-d4a1a64b] {
  display: block;
  flex: none;
}
.action-icon--ok[data-v-d4a1a64b] {
  width: 0.613rem;
  height: 0.613rem;
}
.action-icon--deny[data-v-d4a1a64b] {
  width: 0.88rem;
  height: 0.88rem;
}
.card-footer[data-v-d4a1a64b] {
  display: inline-flex;
  align-items: center;
  gap: 0.26rem;
  padding-left: 0.35rem;
}
.card-footer img[data-v-d4a1a64b] {
  width: 0.72rem;
  height: 0.72rem;
}
.card-footer p[data-v-d4a1a64b] {
  margin: 0;
  font-size: 0.355rem;
  line-height: 1.2;
  color: #f9f9f9;
}
html[data-theme=light] .card-footer p[data-v-d4a1a64b] {
  color: #000;
}
.card-footer--credit img[data-v-d4a1a64b] {
  width: 0.33rem;
  height: 0.33rem;
}
.todo-card--join[data-v-d4a1a64b] {
  gap: 0.2rem;
}
.join-divider[data-v-d4a1a64b] {
  width: 100%;
  height: 0.013rem;
  background: rgba(255, 255, 255, 0.25);
}
html[data-theme=light] .join-divider[data-v-d4a1a64b] {
  background: rgba(0, 0, 0, 0.16);
}
.join-footer[data-v-d4a1a64b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}.game-panel-dialog__fallback[data-v-47cbb8e2] {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  text-align: center;
}
.game-panel-dialog__fallback-title[data-v-47cbb8e2] {
  margin: 0;
  font-size: 0.48rem;
  color: #fff;
  font-weight: 600;
}
.game-panel-dialog__fallback-text[data-v-47cbb8e2] {
  margin: 0;
  font-size: 0.34rem;
  color: rgba(255, 255, 255, 0.72);
}
.game-panel-dialog__fallback-btn[data-v-47cbb8e2] {
  border: none;
  border-radius: 999px;
  height: 1rem;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.36rem;
}.bridge-panel-left-popup {
  width: 90vw;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: transparent;
}
.notification-dialog .game-dialog__card {
  padding: 0.5rem 0.3rem;
}:root,
html[data-theme=dark] {
  --c-brand: #05e7ae;
  --c-brand-rgb: 5, 231, 174;
  --c-loss: #05e7ae;
  --c-profit: #ff5364;
  --c-text: #ffffff;
  --c-text-muted: rgba(255, 255, 255, 0.5);
  --c-page: #0f0f0f;
  --c-surface: rgba(255, 255, 255, 0.1);
  --c-overlay: rgba(12, 12, 12, 0.6);
  --c-border: rgba(255, 255, 255, 0.2);
  --c-divider: rgba(255, 255, 255, 0.1);
}

html[data-theme=light] {
  --c-brand: #69beff;
  --c-brand-rgb: 105, 190, 255;
  --c-loss: #05e7ae;
  --c-profit: #ff132b;
  --c-text: #222222;
  --c-text-muted: rgba(34, 34, 34, 0.55);
  --c-page: #f3f4f6;
  --c-surface: #ffffff;
  --c-overlay: rgba(12, 12, 12, 0.4);
  --c-border: rgba(0, 0, 0, 0.16);
  --c-divider: rgba(0, 0, 0, 0.16);
  color-scheme: light;
}

.tc-text {
  color: var(--c-text);
}

.tc-muted {
  color: var(--c-text-muted);
}

.tc-brand {
  color: var(--c-brand);
}

.bg-c-page {
  background-color: var(--c-page);
}

.bg-c-surface {
  background-color: var(--c-surface);
}

html[data-theme=light] .only-dark {
  display: none !important;
}

html[data-theme=dark] .only-light {
  display: none !important;
}

@font-face {
  font-family: "HONOR Sans CN";
  src: url("../../assets/fonts/HONORSansCN-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Keania One";
  src: url("../../assets/fonts/KeaniaOne-Regular.woff2") format("woff2"), url("/assets/fonts/KeaniaOne-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family-sans: 'HONOR Sans CN', 'PingFang SC', 'Noto Sans SC', 'Hiragino Sans GB',
    'Helvetica Neue', Arial, sans-serif;
  --font-family-mono: 'JetBrains Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  --font-family-sf: 'SF Pro', 'PingFang SC', 'Noto Sans SC', 'Hiragino Sans GB',
    'Helvetica Neue', Arial, sans-serif;
  --radius-card: 0.4267rem;
  --radius-input: 0.32rem;
  --shadow-card: 0 12px 28px rgba(42, 67, 98, 0.08);
  --app-max-width: 10rem;
  --app-side-padding: 0.32rem;
  --app-top-padding: 0.32rem;
  --app-bottom-padding: 2.04rem;
  --section-gap: 0.2667rem;
  --space-card-padding: 0.32rem;
  --space-button-min-height: 1.12rem;
  --font-size-title: 0.4267rem;
  --font-size-info: 0.3467rem;
  --font-size-cell-padding-y: 0.32rem;
  --field-label-width: 1.9733rem;
  --van-primary-color: var(--c-brand);
  --van-danger-color: #d84b3e;
  --van-success-color: #159f67;
  --van-text-color: var(--c-text);
  --van-text-color-2: var(--c-text-muted);
  --van-background-2: var(--c-surface);
  --van-border-color: var(--c-border);
  --van-radius-lg: var(--radius-input);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html {
  font-size: 75px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-family-sans);
  font-size: 0.3733rem;
  line-height: 1.5;
  color: var(--c-text);
  background: var(--c-page);
}

html.theme-view-transition::view-transition-old(root),
html.theme-view-transition::view-transition-new(root) {
  animation-duration: 360ms;
  animation-timing-function: ease-in-out;
}

html.theme-transitioning body,
html.theme-transitioning #app,
html.theme-transitioning #app * {
  transition-property: background-color, color, border-color, box-shadow, fill, stroke, opacity, transform;
  transition-duration: 360ms;
  transition-timing-function: ease-in-out;
}

button,
input,
textarea {
  font: inherit;
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

input,
textarea,
[contenteditable=""],
[contenteditable=true] {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  user-select: text;
}

#app {
  min-height: var(--app-full-height, var(--app-viewport-height, 100dvh));
}

@media (min-width: 481px) {
  body {
    min-height: var(--app-frame-height);
    margin-top: var(--app-frame-offset-top, 0px);
    margin-left: auto;
    margin-right: auto;
  }
}
.page-shell {
  width: min(100%, var(--app-max-width));
  margin: 0 auto;
  padding-left: var(--app-side-padding);
  padding-right: var(--app-side-padding);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: calc(var(--app-bottom-padding) + env(safe-area-inset-bottom));
}

.t-body,
.t-caption {
  font-family: var(--font-family-sans);
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-text);
}

.t-body {
  font-size: clamp(12px, 3.52vw, 14.5px);
}

.t-caption {
  font-size: clamp(9px, 2.67vw, 11px);
}

@media (min-width: 768px) {
  :root {
    --app-max-width: 11.2rem;
    --field-label-width: 2.4533rem;
  }
  .page-shell {
    padding-top: max(var(--app-top-padding), 0.48rem);
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .page-shell {
    padding-top: 0.2667rem;
  }
  .section-card {
    margin-top: 0.2133rem;
    padding: 0.2667rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html.theme-view-transition::view-transition-old(root),
  html.theme-view-transition::view-transition-new(root) {
    animation-duration: 0.01ms;
  }
}
.section-card {
  margin-top: var(--section-gap);
  padding: var(--space-card-padding);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-card);
  background: var(--c-surface);
  box-shadow: var(--shadow-card);
}

.page-shell > .section-card:first-of-type {
  margin-top: 0.32rem;
}

.section-title {
  margin: 0 0 0.32rem;
  color: var(--c-text);
  font-size: var(--font-size-title);
  font-weight: 600;
}

.info-line {
  margin: 0.16rem 0;
  color: var(--c-text-muted);
  font-size: var(--font-size-info);
  line-height: 1.5;
  word-break: break-word;
}

.actions {
  display: flex;
  flex-direction: column;
  gap: 0.2667rem;
  margin-top: 0.3733rem;
}

.quick-account-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2133rem;
}

.radio-circle {
  display: flex;
  width: 0.48rem;
  height: 0.48rem;
  align-items: center;
  justify-content: center;
  border: 0.027rem solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  box-shadow: inset 0.5px 0.5px 0 rgba(255, 255, 255, 0.85), inset -0.5px -0.5px 0 rgba(255, 255, 255, 0.85);
  cursor: pointer;
}
.radio-circle--checked::after {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  border: 0.05rem solid var(--c-brand);
  border-radius: 50%;
  background: transparent;
}

.main-bg {
  background-image: url("../images/main_bg-EJi-lAl8.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.van-nav-bar {
  overflow: hidden;
  border-radius: 0.3733rem;
}

.van-cell-group--inset {
  margin: 0 !important;
}

.van-cell {
  padding-top: var(--font-size-cell-padding-y);
  padding-bottom: var(--font-size-cell-padding-y);
}

.van-field__label {
  width: var(--field-label-width);
}

.van-button {
  min-height: var(--space-button-min-height);
}

.van-overlay {
  background-color: var(--c-overlay) !important;
}

.van-toast {
  width: 8.45rem;
  padding: 0.6rem 0.4rem;
  border-radius: 0.9rem;
  background-color: transparent;
  background-image: url("../images/component_dialog_bg-BXsTRocQ.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  box-shadow: inset 2.12px 4.24px 17.23px rgba(242, 242, 242, 0.9), inset 0.5px 0.5px 0 rgba(255, 255, 255, 0.85), inset 2px 2px 0 -2px rgba(255, 255, 255, 0.3), inset -0.5px -0.5px 0 rgba(255, 255, 255, 0.85), inset -2px -2px 0 -2px rgba(255, 255, 255, 0.3);
}
html[data-theme=light] .van-toast {
  background: rgba(12, 12, 12, 0.35);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.van-toast .van-toast__text {
  color: #fff;
  font-family: "HONOR Sans CN", sans-serif;
  font-size: 0.43rem;
  font-weight: 400;
  word-break: break-word;
}

.van-toast--fail.van-toast,
.van-toast--success.van-toast {
  min-height: 0;
  flex-direction: row;
  align-items: center;
}

.van-toast--fail.van-toast .van-toast__text,
.van-toast--success.van-toast .van-toast__text {
  margin-top: 0;
  margin-left: 0.2rem;
}

.table-toast-msg {
  background-color: rgba(12, 12, 12, 0.2);
  background-image: none;
  backdrop-filter: blur(10px);
}
html[data-theme=light] .table-toast-msg {
  background-color: rgba(12, 12, 12, 0.35);
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-row-rev {
  flex-direction: row-reverse;
}

.flex-col-rev {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.04rem;
}

.gap-2 {
  gap: 0.08rem;
}

.gap-3 {
  gap: 0.12rem;
}

.gap-4 {
  gap: 0.16rem;
}

.gap-5 {
  gap: 0.2rem;
}

.gap-6 {
  gap: 0.24rem;
}

.gap-8 {
  gap: 0.32rem;
}

.gap-10 {
  gap: 0.4rem;
}

.gap-12 {
  gap: 0.48rem;
}

.gap-16 {
  gap: 0.64rem;
}

.gap-20 {
  gap: 0.8rem;
}

.gap-24 {
  gap: 0.96rem;
}

.gap-x-0 {
  column-gap: 0;
}

.gap-x-2 {
  column-gap: 0.08rem;
}

.gap-x-4 {
  column-gap: 0.16rem;
}

.gap-x-6 {
  column-gap: 0.24rem;
}

.gap-x-8 {
  column-gap: 0.32rem;
}

.gap-x-12 {
  column-gap: 0.48rem;
}

.gap-x-16 {
  column-gap: 0.64rem;
}

.gap-y-0 {
  row-gap: 0;
}

.gap-y-2 {
  row-gap: 0.08rem;
}

.gap-y-4 {
  row-gap: 0.16rem;
}

.gap-y-6 {
  row-gap: 0.24rem;
}

.gap-y-8 {
  row-gap: 0.32rem;
}

.gap-y-12 {
  row-gap: 0.48rem;
}

.gap-y-16 {
  row-gap: 0.64rem;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.static {
  position: static;
}

.inset-0 {
  inset: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.scrollbar-hide {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: fit-content;
}

.w-half {
  width: 50%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: fit-content;
}

.p-0 {
  padding: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.04rem;
}

.px-1 {
  padding-left: 0.04rem;
  padding-right: 0.04rem;
}

.py-1 {
  padding-top: 0.04rem;
  padding-bottom: 0.04rem;
}

.pt-1 {
  padding-top: 0.04rem;
}

.pr-1 {
  padding-right: 0.04rem;
}

.pb-1 {
  padding-bottom: 0.04rem;
}

.pl-1 {
  padding-left: 0.04rem;
}

.p-2 {
  padding: 0.08rem;
}

.px-2 {
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}

.py-2 {
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}

.pt-2 {
  padding-top: 0.08rem;
}

.pr-2 {
  padding-right: 0.08rem;
}

.pb-2 {
  padding-bottom: 0.08rem;
}

.pl-2 {
  padding-left: 0.08rem;
}

.p-3 {
  padding: 0.12rem;
}

.px-3 {
  padding-left: 0.12rem;
  padding-right: 0.12rem;
}

.py-3 {
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
}

.pt-3 {
  padding-top: 0.12rem;
}

.pr-3 {
  padding-right: 0.12rem;
}

.pb-3 {
  padding-bottom: 0.12rem;
}

.pl-3 {
  padding-left: 0.12rem;
}

.p-4 {
  padding: 0.16rem;
}

.px-4 {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}

.py-4 {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}

.pt-4 {
  padding-top: 0.16rem;
}

.pr-4 {
  padding-right: 0.16rem;
}

.pb-4 {
  padding-bottom: 0.16rem;
}

.pl-4 {
  padding-left: 0.16rem;
}

.p-5 {
  padding: 0.2rem;
}

.px-5 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.py-5 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.pt-5 {
  padding-top: 0.2rem;
}

.pr-5 {
  padding-right: 0.2rem;
}

.pb-5 {
  padding-bottom: 0.2rem;
}

.pl-5 {
  padding-left: 0.2rem;
}

.p-6 {
  padding: 0.24rem;
}

.px-6 {
  padding-left: 0.24rem;
  padding-right: 0.24rem;
}

.py-6 {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}

.pt-6 {
  padding-top: 0.24rem;
}

.pr-6 {
  padding-right: 0.24rem;
}

.pb-6 {
  padding-bottom: 0.24rem;
}

.pl-6 {
  padding-left: 0.24rem;
}

.p-8 {
  padding: 0.32rem;
}

.px-8 {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}

.py-8 {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}

.pt-8 {
  padding-top: 0.32rem;
}

.pr-8 {
  padding-right: 0.32rem;
}

.pb-8 {
  padding-bottom: 0.32rem;
}

.pl-8 {
  padding-left: 0.32rem;
}

.p-10 {
  padding: 0.4rem;
}

.px-10 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.py-10 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.pt-10 {
  padding-top: 0.4rem;
}

.pr-10 {
  padding-right: 0.4rem;
}

.pb-10 {
  padding-bottom: 0.4rem;
}

.pl-10 {
  padding-left: 0.4rem;
}

.p-12 {
  padding: 0.48rem;
}

.px-12 {
  padding-left: 0.48rem;
  padding-right: 0.48rem;
}

.py-12 {
  padding-top: 0.48rem;
  padding-bottom: 0.48rem;
}

.pt-12 {
  padding-top: 0.48rem;
}

.pr-12 {
  padding-right: 0.48rem;
}

.pb-12 {
  padding-bottom: 0.48rem;
}

.pl-12 {
  padding-left: 0.48rem;
}

.p-16 {
  padding: 0.64rem;
}

.px-16 {
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}

.py-16 {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
}

.pt-16 {
  padding-top: 0.64rem;
}

.pr-16 {
  padding-right: 0.64rem;
}

.pb-16 {
  padding-bottom: 0.64rem;
}

.pl-16 {
  padding-left: 0.64rem;
}

.p-20 {
  padding: 0.8rem;
}

.px-20 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.py-20 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.pt-20 {
  padding-top: 0.8rem;
}

.pr-20 {
  padding-right: 0.8rem;
}

.pb-20 {
  padding-bottom: 0.8rem;
}

.pl-20 {
  padding-left: 0.8rem;
}

.p-24 {
  padding: 0.96rem;
}

.px-24 {
  padding-left: 0.96rem;
  padding-right: 0.96rem;
}

.py-24 {
  padding-top: 0.96rem;
  padding-bottom: 0.96rem;
}

.pt-24 {
  padding-top: 0.96rem;
}

.pr-24 {
  padding-right: 0.96rem;
}

.pb-24 {
  padding-bottom: 0.96rem;
}

.pl-24 {
  padding-left: 0.96rem;
}

.p-32 {
  padding: 1.28rem;
}

.px-32 {
  padding-left: 1.28rem;
  padding-right: 1.28rem;
}

.py-32 {
  padding-top: 1.28rem;
  padding-bottom: 1.28rem;
}

.pt-32 {
  padding-top: 1.28rem;
}

.pr-32 {
  padding-right: 1.28rem;
}

.pb-32 {
  padding-bottom: 1.28rem;
}

.pl-32 {
  padding-left: 1.28rem;
}

.p-40 {
  padding: 1.6rem;
}

.px-40 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.py-40 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.pt-40 {
  padding-top: 1.6rem;
}

.pr-40 {
  padding-right: 1.6rem;
}

.pb-40 {
  padding-bottom: 1.6rem;
}

.pl-40 {
  padding-left: 1.6rem;
}

.p-48 {
  padding: 2rem;
}

.px-48 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-48 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-48 {
  padding-top: 2rem;
}

.pr-48 {
  padding-right: 2rem;
}

.pb-48 {
  padding-bottom: 2rem;
}

.pl-48 {
  padding-left: 2rem;
}

.p-56 {
  padding: 2.4rem;
}

.px-56 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.py-56 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.pt-56 {
  padding-top: 2.4rem;
}

.pr-56 {
  padding-right: 2.4rem;
}

.pb-56 {
  padding-bottom: 2.4rem;
}

.pl-56 {
  padding-left: 2.4rem;
}

.p-64 {
  padding: 2.56rem;
}

.px-64 {
  padding-left: 2.56rem;
  padding-right: 2.56rem;
}

.py-64 {
  padding-top: 2.56rem;
  padding-bottom: 2.56rem;
}

.pt-64 {
  padding-top: 2.56rem;
}

.pr-64 {
  padding-right: 2.56rem;
}

.pb-64 {
  padding-bottom: 2.56rem;
}

.pl-64 {
  padding-left: 2.56rem;
}

.m-0 {
  margin: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.m-1 {
  margin: 0.04rem;
}

.mx-1 {
  margin-left: 0.04rem;
  margin-right: 0.04rem;
}

.my-1 {
  margin-top: 0.04rem;
  margin-bottom: 0.04rem;
}

.mt-1 {
  margin-top: 0.04rem;
}

.mr-1 {
  margin-right: 0.04rem;
}

.mb-1 {
  margin-bottom: 0.04rem;
}

.ml-1 {
  margin-left: 0.04rem;
}

.m-2 {
  margin: 0.08rem;
}

.mx-2 {
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}

.my-2 {
  margin-top: 0.08rem;
  margin-bottom: 0.08rem;
}

.mt-2 {
  margin-top: 0.08rem;
}

.mr-2 {
  margin-right: 0.08rem;
}

.mb-2 {
  margin-bottom: 0.08rem;
}

.ml-2 {
  margin-left: 0.08rem;
}

.m-3 {
  margin: 0.12rem;
}

.mx-3 {
  margin-left: 0.12rem;
  margin-right: 0.12rem;
}

.my-3 {
  margin-top: 0.12rem;
  margin-bottom: 0.12rem;
}

.mt-3 {
  margin-top: 0.12rem;
}

.mr-3 {
  margin-right: 0.12rem;
}

.mb-3 {
  margin-bottom: 0.12rem;
}

.ml-3 {
  margin-left: 0.12rem;
}

.m-4 {
  margin: 0.16rem;
}

.mx-4 {
  margin-left: 0.16rem;
  margin-right: 0.16rem;
}

.my-4 {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}

.mt-4 {
  margin-top: 0.16rem;
}

.mr-4 {
  margin-right: 0.16rem;
}

.mb-4 {
  margin-bottom: 0.16rem;
}

.ml-4 {
  margin-left: 0.16rem;
}

.m-5 {
  margin: 0.2rem;
}

.mx-5 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.my-5 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.mt-5 {
  margin-top: 0.2rem;
}

.mr-5 {
  margin-right: 0.2rem;
}

.mb-5 {
  margin-bottom: 0.2rem;
}

.ml-5 {
  margin-left: 0.2rem;
}

.m-6 {
  margin: 0.24rem;
}

.mx-6 {
  margin-left: 0.24rem;
  margin-right: 0.24rem;
}

.my-6 {
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
}

.mt-6 {
  margin-top: 0.24rem;
}

.mr-6 {
  margin-right: 0.24rem;
}

.mb-6 {
  margin-bottom: 0.24rem;
}

.ml-6 {
  margin-left: 0.24rem;
}

.m-8 {
  margin: 0.32rem;
}

.mx-8 {
  margin-left: 0.32rem;
  margin-right: 0.32rem;
}

.my-8 {
  margin-top: 0.32rem;
  margin-bottom: 0.32rem;
}

.mt-8 {
  margin-top: 0.32rem;
}

.mr-8 {
  margin-right: 0.32rem;
}

.mb-8 {
  margin-bottom: 0.32rem;
}

.ml-8 {
  margin-left: 0.32rem;
}

.m-10 {
  margin: 0.4rem;
}

.mx-10 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.my-10 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.mt-10 {
  margin-top: 0.4rem;
}

.mr-10 {
  margin-right: 0.4rem;
}

.mb-10 {
  margin-bottom: 0.4rem;
}

.ml-10 {
  margin-left: 0.4rem;
}

.m-12 {
  margin: 0.48rem;
}

.mx-12 {
  margin-left: 0.48rem;
  margin-right: 0.48rem;
}

.my-12 {
  margin-top: 0.48rem;
  margin-bottom: 0.48rem;
}

.mt-12 {
  margin-top: 0.48rem;
}

.mr-12 {
  margin-right: 0.48rem;
}

.mb-12 {
  margin-bottom: 0.48rem;
}

.ml-12 {
  margin-left: 0.48rem;
}

.m-16 {
  margin: 0.64rem;
}

.mx-16 {
  margin-left: 0.64rem;
  margin-right: 0.64rem;
}

.my-16 {
  margin-top: 0.64rem;
  margin-bottom: 0.64rem;
}

.mt-16 {
  margin-top: 0.64rem;
}

.mr-16 {
  margin-right: 0.64rem;
}

.mb-16 {
  margin-bottom: 0.64rem;
}

.ml-16 {
  margin-left: 0.64rem;
}

.m-20 {
  margin: 0.8rem;
}

.mx-20 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.my-20 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.mt-20 {
  margin-top: 0.8rem;
}

.mr-20 {
  margin-right: 0.8rem;
}

.mb-20 {
  margin-bottom: 0.8rem;
}

.ml-20 {
  margin-left: 0.8rem;
}

.m-24 {
  margin: 0.96rem;
}

.mx-24 {
  margin-left: 0.96rem;
  margin-right: 0.96rem;
}

.my-24 {
  margin-top: 0.96rem;
  margin-bottom: 0.96rem;
}

.mt-24 {
  margin-top: 0.96rem;
}

.mr-24 {
  margin-right: 0.96rem;
}

.mb-24 {
  margin-bottom: 0.96rem;
}

.ml-24 {
  margin-left: 0.96rem;
}

.m-32 {
  margin: 1.28rem;
}

.mx-32 {
  margin-left: 1.28rem;
  margin-right: 1.28rem;
}

.my-32 {
  margin-top: 1.28rem;
  margin-bottom: 1.28rem;
}

.mt-32 {
  margin-top: 1.28rem;
}

.mr-32 {
  margin-right: 1.28rem;
}

.mb-32 {
  margin-bottom: 1.28rem;
}

.ml-32 {
  margin-left: 1.28rem;
}

.m-40 {
  margin: 1.6rem;
}

.mx-40 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.my-40 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.mt-40 {
  margin-top: 1.6rem;
}

.mr-40 {
  margin-right: 1.6rem;
}

.mb-40 {
  margin-bottom: 1.6rem;
}

.ml-40 {
  margin-left: 1.6rem;
}

.m-48 {
  margin: 2rem;
}

.mx-48 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-48 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt-48 {
  margin-top: 2rem;
}

.mr-48 {
  margin-right: 2rem;
}

.mb-48 {
  margin-bottom: 2rem;
}

.ml-48 {
  margin-left: 2rem;
}

.m-56 {
  margin: 2.4rem;
}

.mx-56 {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}

.my-56 {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.mt-56 {
  margin-top: 2.4rem;
}

.mr-56 {
  margin-right: 2.4rem;
}

.mb-56 {
  margin-bottom: 2.4rem;
}

.ml-56 {
  margin-left: 2.4rem;
}

.m-64 {
  margin: 2.56rem;
}

.mx-64 {
  margin-left: 2.56rem;
  margin-right: 2.56rem;
}

.my-64 {
  margin-top: 2.56rem;
  margin-bottom: 2.56rem;
}

.mt-64 {
  margin-top: 2.56rem;
}

.mr-64 {
  margin-right: 2.56rem;
}

.mb-64 {
  margin-bottom: 2.56rem;
}

.ml-64 {
  margin-left: 2.56rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 0.08rem;
}

.rounded {
  border-radius: 0.16rem;
}

.rounded-md {
  border-radius: 0.24rem;
}

.rounded-lg {
  border-radius: 0.32rem;
}

.rounded-xl {
  border-radius: 0.48rem;
}

.rounded-2xl {
  border-radius: 0.64rem;
}

.rounded-full {
  border-radius: 9999px;
}

.text-xs {
  font-size: 0.24rem;
  line-height: 1.4;
}

.text-sm {
  font-size: 0.28rem;
  line-height: 1.5;
}

.text-base {
  font-size: 0.32rem;
  line-height: 1.6;
}

.text-md {
  font-size: 0.36rem;
  line-height: 1.5;
}

.text-lg {
  font-size: 0.4rem;
  line-height: 1.4;
}

.text-xl {
  font-size: 0.48rem;
  line-height: 1.3;
}

.text-2xl {
  font-size: 0.56rem;
  line-height: 1.2;
}

.text-3xl {
  font-size: 0.72rem;
  line-height: 1.2;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-primary {
  color: var(--c-brand);
}

.text-main {
  color: var(--c-text);
}

.text-secondary {
  color: var(--c-text-muted);
}

.text-muted {
  color: rgba(255, 255, 255, 0.5);
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.line-through {
  text-decoration: line-through;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  word-break: break-word;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-15 {
  background-color: rgba(255, 255, 255, 0.15);
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-primary {
  background-color: var(--c-brand);
}

.backdrop-blur-sm {
  backdrop-filter: blur(4px);
}

.backdrop-blur {
  backdrop-filter: blur(8px);
}

.backdrop-blur-md {
  backdrop-filter: blur(12px);
}

.backdrop-blur-lg {
  backdrop-filter: blur(20px);
}

.border-0 {
  border: none;
}

.border {
  border: 0.02rem solid var(--c-border);
}

.border-white-20 {
  border: 0.02rem solid rgba(255, 255, 255, 0.2);
}

.border-white-40 {
  border: 0.02rem solid rgba(255, 255, 255, 0.4);
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.object-fill {
  object-fit: fill;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.transition {
  transition: all 0.2s ease;
}

.transition-fast {
  transition: all 0.15s ease;
}

.transition-slow {
  transition: all 0.35s ease;
}

.transition-none {
  transition: none;
}

.select-none {
  user-select: none;
}

.select-text {
  user-select: text;
}

.select-all {
  user-select: all;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.app-scroll-page {
  width: 100%;
  min-height: max-content;
  box-sizing: border-box;
}

.app-scroll-page > * {
  flex-shrink: 0;
}

.app-scroll-standalone {
  height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  overscroll-behavior-y: contain;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Poppins-Regular-BwTUGeWf.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Poppins-Medium-CWICHMj6.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Poppins-SemiBold-DJVo7c07.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Poppins-Bold-g9MkRaG0.woff2") format("woff2");
}
:root {
  --wallet-font-cn: 'HONOR Sans CN', 'PingFang SC', 'Noto Sans SC', system-ui, sans-serif;
  --wallet-font-num: 'SF Pro', 'Poppins', 'SF Pro Display', system-ui, sans-serif;
  --wallet-text-shadow-title: 0 3px 6.6px rgba(0, 0, 0, 0.25);
  --wallet-text-shadow-soft: 0 1px 4px rgba(0, 0, 0, 0.32);
  --wallet-text-shadow-tiny: 0 1px 2px rgba(0, 0, 0, 0.3);
  --wallet-color-primary: var(--c-brand);
  --wallet-color-primary-dark: #027a5c;
  --wallet-color-danger: #ff132b;
  --wallet-grad-primary: linear-gradient(168deg, #05e7ae 7%, #027a5c 72%);
  --wallet-glass-bg: rgba(0, 0, 0, 0.2);
  --wallet-glass-border: rgba(255, 255, 255, 0.31);
  --wallet-glass-border-soft: rgba(242, 242, 242, 0.4);
}

.wallet-t-title {
  font-family: var(--wallet-font-cn);
  font-weight: 500;
  font-size: clamp(22px, 6.4vw, 26px);
  line-height: 1.2;
  color: #fff;
  text-shadow: var(--wallet-text-shadow-title);
}

.wallet-t-subtitle {
  font-family: var(--wallet-font-cn);
  font-weight: 500;
  font-size: clamp(16px, 4.8vw, 20px);
  line-height: 1.2;
  color: #fff;
  text-shadow: var(--wallet-text-shadow-soft);
}

.wallet-t-body {
  font-family: var(--wallet-font-cn);
  font-weight: 500;
  font-size: clamp(12px, 3.52vw, 14.5px);
  line-height: 1.2;
  color: #fff;
  text-shadow: var(--wallet-text-shadow-soft);
}

.wallet-t-caption {
  font-family: var(--wallet-font-cn);
  font-weight: 500;
  font-size: clamp(9px, 2.67vw, 11px);
  line-height: 1.2;
  color: #fff;
  text-shadow: var(--wallet-text-shadow-tiny);
}

.wallet-t-button {
  font-family: var(--wallet-font-cn);
  font-weight: 500;
  font-size: clamp(8px, 2.24vw, 9.6px);
  line-height: 1.2;
  color: #fff;
  text-shadow: var(--wallet-text-shadow-soft);
}

.wallet-screen button,
.wallet-history-screen button,
.wallet-orders-screen button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
.wallet-screen img,
.wallet-history-screen img,
.wallet-orders-screen img {
  display: block;
  max-width: 100%;
}

.kp button {
  border: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 600px) {
  html[data-main-layout=primary] {
    --main-stage-width: min(100%, 1440px);
    --main-stage-height: min(var(--app-full-height, 100dvh), 1024px);
    --main-content-max: 1360px;
    --main-page-gutter: clamp(28px, 2.7778vw, 40px);
    --main-page-top: clamp(23px, 2.2222vw, 32px);
    --app-max-width: 1360px;
    --app-side-padding: 0px;
    --app-top-padding: 0px;
  }
  html[data-main-layout=primary] .main-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--app-full-height, 100dvh);
  }
  html[data-main-layout=primary][data-theme=light] .main-layout {
    background-position: center top;
    background-size: 100% 100%;
  }
  html[data-main-layout=primary] .main-layout-content {
    width: var(--main-stage-width);
    height: var(--main-stage-height);
    min-height: 0;
    margin: auto;
    padding-top: var(--main-page-top);
    padding-bottom: 122px;
    scrollbar-width: none;
  }
  html[data-main-layout=primary] .main-layout-content::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=primary] .module-slot {
    width: 100%;
  }
  html[data-main-layout=primary] .main-primary-header .title {
    font-size: clamp(28px, 2.6vw, 37.4px);
    line-height: 1.2;
  }
  html[data-main-layout=primary] .main-primary-currency {
    min-height: clamp(30px, 2.57vw, 37px);
    padding: 0 clamp(9px, 0.83vw, 12px);
    gap: clamp(5px, 0.49vw, 7px);
  }
  html[data-main-layout=primary] .main-primary-currency .icon-diamond {
    width: clamp(21px, 1.94vw, 28px);
    height: clamp(21px, 1.94vw, 28px);
  }
  html[data-main-layout=primary] .main-primary-currency .num {
    font-size: clamp(15px, 1.39vw, 20px);
  }
  html[data-main-layout=primary] .main-primary-currency .icon-recharge {
    width: clamp(18px, 1.67vw, 24px);
    height: clamp(18px, 1.67vw, 24px);
  }
  html[data-main-layout=primary] .home-page,
  html[data-main-layout=primary] .club-index {
    width: calc(100% - var(--main-page-gutter) * 2);
    max-width: var(--main-content-max);
    margin-right: auto;
    margin-left: auto;
  }
  html[data-main-layout=primary] .home-page {
    display: block;
    padding: 0 0 28px;
  }
  html[data-main-layout=primary] .home-page .top-bar {
    display: none;
  }
  html[data-main-layout=primary] .home-header {
    border-radius: clamp(44px, 5.69vw, 82px);
  }
  html[data-main-layout=primary] .home-banner,
  html[data-main-layout=primary] .home-banner__swipe,
  html[data-main-layout=primary] .home-banner__swipe .van-swipe__track,
  html[data-main-layout=primary] .home-banner__swipe .van-swipe-item {
    height: 100%;
  }
  html[data-main-layout=primary] .home-banner__img {
    width: 100%;
    height: auto;
    aspect-ratio: 1360/270;
    border-radius: clamp(44px, 5.69vw, 82px);
    object-fit: cover;
  }
  html[data-main-layout=primary] .home-banner__theme-switch {
    display: none;
  }
  html[data-main-layout=primary] .notice-bar {
    height: clamp(25px, 2.4306vw, 35px);
    min-height: clamp(25px, 2.4306vw, 35px);
    margin-top: clamp(6px, 0.625vw, 9px);
    padding: 0 clamp(9px, 0.9028vw, 13px);
    gap: clamp(5px, 0.4861vw, 7px);
  }
  html[data-main-layout=primary] .notice-icon {
    width: clamp(14px, 1.3194vw, 19px);
    height: clamp(14px, 1.3194vw, 19px);
  }
  html[data-main-layout=primary] .notice-label,
  html[data-main-layout=primary] .notice-item {
    font-size: clamp(14px, 1.39vw, 20px);
    line-height: clamp(25px, 2.4306vw, 35px);
  }
  html[data-main-layout=primary] .club-panel {
    height: clamp(60px, 5.9028vw, 85px);
    min-height: clamp(60px, 5.9028vw, 85px);
    margin-top: clamp(6px, 0.625vw, 9px);
    padding: clamp(5px, 0.5556vw, 8px) clamp(19px, 1.875vw, 27px) clamp(5px, 0.5556vw, 8px) clamp(24px, 2.3611vw, 34px);
    border-radius: 999px;
  }
  html[data-main-layout=primary] .club-left {
    gap: 6px;
  }
  html[data-main-layout=primary] .service-label {
    font-size: clamp(14px, 1.25vw, 18px);
  }
  html[data-main-layout=primary] .club-service-row,
  html[data-main-layout=primary] .club-balance-row {
    gap: 8px;
  }
  html[data-main-layout=primary] .icon-sm {
    width: 22px;
    height: 22px;
  }
  html[data-main-layout=primary] .icon-eye {
    width: 23px;
    height: 18px;
  }
  html[data-main-layout=primary] .balance-amount {
    font-size: clamp(16px, 1.39vw, 20px);
  }
  html[data-main-layout=primary] .recharge-btn {
    width: auto;
    min-width: 64px;
    padding: 3px 12px;
    font-size: clamp(13px, 1.18vw, 17px);
  }
  html[data-main-layout=primary] .club-right {
    gap: clamp(20px, 2.22vw, 32px);
  }
  html[data-main-layout=primary] .contact-item {
    min-width: 44px;
    gap: 1px;
  }
  html[data-main-layout=primary] .contact-icon {
    width: clamp(33px, 3.1944vw, 46px);
    height: clamp(33px, 3.1944vw, 46px);
  }
  html[data-main-layout=primary] .contact-label {
    max-width: 64px;
    font-size: clamp(9px, 0.83vw, 12px);
  }
  html[data-main-layout=primary] .club-panel + .section-header {
    margin-top: clamp(16px, 1.5278vw, 22px);
  }
  html[data-main-layout=primary] .game-center-scroll + .section-header {
    margin-top: clamp(16px, 1.5972vw, 23px);
  }
  html[data-main-layout=primary] .section-header {
    padding: 0;
    line-height: 1;
  }
  html[data-main-layout=primary] .section-header .section-title {
    font-size: clamp(18px, 1.67vw, 24px);
    line-height: 1.35;
  }
  html[data-main-layout=primary] .game-center-scroll,
  html[data-main-layout=primary] .coming-soon-scroll {
    margin-top: clamp(8px, 0.8333vw, 12px);
    overflow: visible;
  }
  html[data-main-layout=primary] .game-center-track,
  html[data-main-layout=primary] .coming-soon-track {
    display: grid;
    width: 100%;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 1.39vw, 20px);
  }
  html[data-main-layout=primary] .game-scroll-card,
  html[data-main-layout=primary] .coming-soon-scroll-card {
    width: auto;
    height: auto;
    min-height: 0;
    aspect-ratio: 325/194;
    border-radius: clamp(18px, 1.87vw, 27px);
  }
  html[data-main-layout=primary] .game-scroll-card {
    padding: clamp(12px, 1.32vw, 19px) clamp(10px, 1.11vw, 16px) clamp(9px, 0.9vw, 13px);
  }
  html[data-main-layout=primary] .desktop-only-game-card {
    display: flex;
  }
  html[data-main-layout=primary] .zone-lg-bg {
    inset: 0;
    object-fit: cover;
  }
  html[data-main-layout=primary] .zone-title {
    margin-bottom: 5px;
    font-size: clamp(14px, 1.53vw, 22px);
  }
  html[data-main-layout=primary] .zone-desc,
  html[data-main-layout=primary] .zone-sub-desc,
  html[data-main-layout=primary] .online-text,
  html[data-main-layout=primary] .online-num {
    font-size: clamp(10px, 0.9vw, 13px);
  }
  html[data-main-layout=primary] .zone-mini-icon {
    width: clamp(18px, 1.81vw, 26px);
    height: clamp(18px, 1.81vw, 26px);
  }
  html[data-main-layout=primary] .zone-online-bar {
    height: clamp(20px, 1.74vw, 25px);
    margin-top: 8px;
    padding: 2px 10px;
    gap: 5px;
  }
  html[data-main-layout=primary] .online-icon {
    width: 13px;
    height: 13px;
    margin-left: 4px;
  }
  html[data-main-layout=primary] .coming-soon-text,
  html[data-main-layout=primary] .coming-soon-scroll-card__text {
    font-size: clamp(15px, 1.53vw, 22px);
  }
  html[data-main-layout=primary] .club-index {
    min-height: auto;
    padding: clamp(24px, 2.3611vw, 34px) 0 28px;
    gap: 0;
  }
  html[data-main-layout=primary] .club-index .search-shell {
    min-height: clamp(46px, 4.5139vw, 65px);
    padding: clamp(6px, 0.5556vw, 8px) clamp(6px, 0.625vw, 9px) clamp(6px, 0.5556vw, 8px) clamp(14px, 1.3889vw, 20px);
    border-radius: 999px;
  }
  html[data-main-layout=primary] .club-index .search-trigger,
  html[data-main-layout=primary] .club-index .search-btn {
    min-height: clamp(34px, 3.4028vw, 49px);
  }
  html[data-main-layout=primary] .club-index .search-trigger {
    gap: 10px;
  }
  html[data-main-layout=primary] .club-index .search-icon {
    width: clamp(20px, 1.875vw, 27px);
    height: clamp(20px, 1.875vw, 27px);
  }
  html[data-main-layout=primary] .club-index .search-input,
  html[data-main-layout=primary] .club-index .search-btn-label {
    font-size: clamp(15px, 1.25vw, 18px);
  }
  html[data-main-layout=primary] .club-index .search-btn {
    width: clamp(64px, 6.1806vw, 89px);
    padding: 0;
    border-radius: 999px;
  }
  html[data-main-layout=primary] .club-index .quick-actions {
    min-height: clamp(90px, 8.75vw, 126px);
    align-items: flex-start;
    margin-top: clamp(23px, 2.2222vw, 32px);
    gap: clamp(28px, 2.7083vw, 39px);
  }
  html[data-main-layout=primary] .club-index .action-icon {
    width: clamp(68px, 6.5972vw, 95px);
    height: clamp(68px, 6.5972vw, 95px);
  }
  html[data-main-layout=primary] .club-index .action-icon img {
    width: clamp(68px, 6.5972vw, 95px);
    height: clamp(68px, 6.5972vw, 95px);
  }
  html[data-main-layout=primary] .club-index .action-text {
    font-size: clamp(13px, 1.25vw, 18px);
  }
  html[data-main-layout=primary] .club-index .quick-item {
    gap: clamp(6px, 0.625vw, 9px);
  }
  html[data-main-layout=primary] .club-index .cards-divider {
    width: min(44%, 594px);
    margin: clamp(31px, 2.9861vw, 43px) auto 0;
    gap: clamp(10px, 0.9722vw, 14px);
  }
  html[data-main-layout=primary] .club-index .divider-line {
    height: 1px;
  }
  html[data-main-layout=primary] .club-index .cards-icons {
    gap: clamp(6px, 0.625vw, 9px);
  }
  html[data-main-layout=primary] .club-index .suit-icon {
    width: clamp(21px, 2.0139vw, 29px);
    height: clamp(21px, 2.0139vw, 29px);
  }
  html[data-main-layout=primary] .club-index .club-list {
    margin-top: clamp(18px, 1.7361vw, 25px);
    padding: 0 0 28px;
    gap: clamp(17px, 1.6667vw, 24px);
  }
  html[data-main-layout=primary] .friends-table-page {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    min-height: var(--main-stage-height);
    margin-top: calc(-1 * var(--main-page-top));
  }
  html[data-main-layout=primary] .friends-table-page .title-bar {
    position: absolute;
    z-index: 3;
    top: clamp(38px, 3.61vw, 52px);
    left: 0;
    width: 100%;
    padding: 0 var(--main-page-gutter);
    pointer-events: none;
  }
  html[data-main-layout=primary] .friends-table-page .currency-info {
    pointer-events: auto;
  }
  html[data-main-layout=primary] .friends-table-page .scroll-content {
    width: 100%;
    min-height: var(--main-stage-height);
    overflow: visible;
    padding: 0 0 28px;
  }
  html[data-main-layout=primary] .friends-table-page .main-content {
    container-type: inline-size;
    width: min(606px, 100vw - 64px, 65.6vh - 24px);
    height: auto;
    margin: 0 auto;
    aspect-ratio: 606/930;
  }
  html[data-main-layout=primary] .friends-table-page .main-content::before {
    top: -5.5cqw;
    left: -12.22cqw;
    width: 139.22cqw;
    height: 185.58cqw;
    background-image: url("../images/friend_table_bg_desktop-wFmRb_Ze.webp");
    background-size: 100% 100%;
  }
  html[data-main-layout=primary] .friends-table-page .main-content::after {
    top: 12cqw;
    width: 100%;
    height: 165cqw;
    background-size: 100% auto;
    background: none;
  }
  html[data-main-layout=primary] .friends-table-page .main-content .section {
    margin-bottom: 0;
  }
  html[data-main-layout=primary] .friends-table-page .main-content .join-section {
    padding-top: 34.2cqw;
    margin-bottom: 16.8cqw;
  }
  html[data-main-layout=primary] .friends-table-page .main-content .section-title {
    margin-bottom: 3cqw;
    font-size: 7.23cqw;
    line-height: 1;
  }
  html[data-main-layout=primary] .friends-table-page .main-content .section-subtitle {
    margin-bottom: 8.1cqw;
    font-size: 4cqw;
    line-height: 1;
  }
  html[data-main-layout=primary] .friends-table-page .join-section .invite-inputs {
    gap: 1.56cqw;
    margin-bottom: 8.1cqw;
  }
  html[data-main-layout=primary] .friends-table-page .join-section .invite-input-wrap {
    width: 10.72cqw;
    height: 10.72cqw;
  }
  html[data-main-layout=primary] .friends-table-page .join-section .invite-digit {
    font-size: 5cqw;
  }
  html[data-main-layout=primary] .friends-table-page .main-content .action-btn {
    width: 64.19cqw;
    height: 14.14cqw;
    padding: 0;
    font-size: 4.8cqw;
    line-height: 14.14cqw;
  }
  html[data-main-layout=primary] .friends-table-page .create-section .section-title {
    margin-bottom: 6cqw;
  }
  html[data-main-layout=primary] .friends-table-page .table-section {
    width: 100%;
    min-height: var(--main-stage-height);
    margin: clamp(110px, 8.33vw, 120px) 0 0;
  }
  html[data-main-layout=primary] .friends-table-page .table-header {
    gap: clamp(28px, 3.06vw, 44px);
    margin-bottom: clamp(16px, 1.67vw, 24px);
  }
  html[data-main-layout=primary] .friends-table-page .table-header .table-header-line {
    width: clamp(72px, 6.67vw, 96px);
    margin-top: 10px;
  }
  html[data-main-layout=primary] .friends-table-page .table-header .table-header-center {
    gap: 7px;
  }
  html[data-main-layout=primary] .friends-table-page .table-header .table-header-title {
    font-size: clamp(26px, 2.36vw, 34px);
    line-height: 1;
  }
  html[data-main-layout=primary] .friends-table-page .table-header .table-header-sub {
    margin-top: 0;
    font-size: clamp(16px, 1.39vw, 20px);
    line-height: 1;
  }
  html[data-main-layout=primary] .friends-table-page .filter-tabs {
    width: min(520px, 100% - 80px);
    margin: 0 auto clamp(25px, 2.43vw, 35px);
    gap: clamp(30px, 3.33vw, 48px);
    justify-content: center;
  }
  html[data-main-layout=primary] .friends-table-page .filter-tab {
    padding-top: 0;
    margin: 0;
    font-size: clamp(18px, 1.67vw, 24px);
    line-height: 1.4;
  }
  html[data-main-layout=primary] .friends-table-page .table-list {
    width: calc(100% - var(--main-page-gutter) * 2);
    max-width: var(--main-content-max);
    margin: 0 auto;
    padding: 0 0 122px;
  }
  html[data-main-layout=primary] .friends-table-page .table-card {
    height: 2.5rem;
  }
  html[data-main-layout=primary] .friends-table-page .table-card .type-card {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  html[data-main-layout=primary] .friends-table-page .empty-state {
    min-height: 120px;
    padding: 20px 0;
  }
  html[data-main-layout=primary] .friends-table-page .empty-text {
    font-size: clamp(15px, 1.25vw, 18px);
  }
  html[data-main-layout=primary] .message-page,
  html[data-main-layout=primary] .mine-page {
    display: flex;
    width: 100%;
    max-width: none;
    min-height: auto;
    margin: 0;
    padding: 15px var(--main-page-gutter) 28px;
    overflow: visible;
  }
  html[data-main-layout=primary] .message-page .title-bar,
  html[data-main-layout=primary] .mine-page .title-bar {
    width: 100%;
    min-height: 45px;
    padding: 0;
  }
  html[data-main-layout=primary] .message-page .card-bg-highlight,
  html[data-main-layout=primary] .mine-page .card-bg-highlight {
    container-type: inline-size;
    position: relative;
    flex: none;
    width: min(100%, 1357px, 132.52vh);
    height: auto;
    margin-top: 13px;
    padding: 0;
    overflow: hidden;
    border-radius: 4.245cqw;
    aspect-ratio: 1357/302;
  }
  html[data-main-layout=primary] .message-page .card-bg-highlight .card-bg-outter,
  html[data-main-layout=primary] .mine-page .card-bg-highlight .card-bg-outter,
  html[data-main-layout=primary] .message-page .card-bg-highlight .card-bg-outter .card-bg-innner,
  html[data-main-layout=primary] .mine-page .card-bg-highlight .card-bg-outter .card-bg-innner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: inherit;
  }
  html[data-main-layout=primary] .message-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line1 {
    position: absolute;
    inset: 0;
    display: block;
    padding: 0;
  }
  html[data-main-layout=primary] .message-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line1 .left-text {
    position: absolute;
    top: 1.82cqw;
    left: 3.76cqw;
    font-size: 3rem;
    line-height: 1;
  }
  html[data-main-layout=primary][data-theme=light] .message-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line1 .left-text {
    color: rgba(15, 8, 8, 0.19) !important;
  }
  html[data-main-layout=primary] .message-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line1 .right-icon {
    position: absolute;
    top: 2.54cqw;
    right: 6.37cqw;
    width: 13.93cqw;
    height: 15.52cqw;
  }
  html[data-main-layout=primary] .message-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line2 {
    position: absolute;
    right: 2.03cqw;
    bottom: 2.5cqw;
    left: 3.65cqw;
    padding: 0;
  }
  html[data-main-layout=primary] .message-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line2 .button {
    flex: 0 0 auto;
    min-width: 0;
    height: 3.584cqw;
    padding: 0.45cqw 0.17cqw 0.45cqw 1.72cqw;
    gap: 0.625cqw;
    border-radius: 1.69cqw;
  }
  html[data-main-layout=primary] .message-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line2 .button .text {
    font-size: 0.46rem;
    line-height: 1;
  }
  html[data-main-layout=primary] .message-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line2 .button .round-icon {
    flex: none;
    width: 3.18cqw;
    height: 3.18cqw;
    margin-left: 0;
    font-size: 0.49rem;
  }
  html[data-main-layout=primary] .mine-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line1 {
    position: absolute;
    top: 2.54cqw;
    left: 2.97cqw;
    display: flex;
    gap: 2.06cqw;
    padding: 0;
  }
  html[data-main-layout=primary] .mine-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line1 .left-avatar {
    width: 10.95cqw;
    height: 10.95cqw;
  }
  html[data-main-layout=primary] .mine-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line1 .right-box {
    margin-top: 2.65cqw;
    padding: 1.02cqw 1.72cqw;
    border-radius: 999px;
    font-size: 0.445rem;
    line-height: 1;
  }
  html[data-main-layout=primary] .mine-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line2 {
    position: absolute;
    right: 2cqw;
    bottom: 2.45cqw;
    left: 3.2cqw;
    padding: 0;
  }
  html[data-main-layout=primary] .mine-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line2 .left-board {
    gap: 0.39cqw;
  }
  html[data-main-layout=primary] .mine-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line2 .left-board .currency {
    gap: 0.46cqw;
  }
  html[data-main-layout=primary] .mine-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line2 .left-board .currency .icon-currency {
    width: 1.9cqw;
    max-height: 2.2cqw;
    object-fit: contain;
  }
  html[data-main-layout=primary] .mine-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line2 .left-board .currency .num {
    font-size: 0.49rem;
  }
  html[data-main-layout=primary] .mine-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line2 .button {
    height: 3.47cqw;
    padding: 0.42cqw 0.16cqw 0.42cqw 1.67cqw;
    border-radius: 1.64cqw;
  }
  html[data-main-layout=primary] .mine-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line2 .button .text {
    font-size: 0.445rem;
  }
  html[data-main-layout=primary] .mine-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line2 .button .round-icon {
    width: 3.47cqw;
    height: 3.47cqw;
    margin-left: 0.13cqw;
  }
  html[data-main-layout=primary] .mine-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line2 .button .round-icon img {
    width: 1.4cqw;
  }
  html[data-main-layout=primary] .main-layout--authenticated .mine-page .card-line1 .right-box {
    margin-top: 2.65cqw;
    padding: 0;
    gap: 0.3rem;
    border-radius: 0;
  }
  html[data-main-layout=primary] .main-layout--authenticated .mine-page .card-line1 .right-box .name {
    margin-top: 0;
    font-size: 0.6rem;
  }
  html[data-main-layout=primary] .main-layout--authenticated .mine-page .card-line1 .right-box .id-label {
    font-size: 0.28rem;
  }
  html[data-main-layout=primary] .main-layout--authenticated .mine-page .card-line1 .right-box .id-value {
    font-size: 0.3rem;
  }
  html[data-main-layout=primary] .main-layout--authenticated .message-page .card-line1 .right-icon .icon-ding {
    position: absolute;
    top: -0.15rem;
    right: -0.15rem;
    width: 0.9rem;
    height: 0.9rem;
    transform: none;
  }
  html[data-main-layout=primary] .message-page .box-gallery,
  html[data-main-layout=primary] .mine-page .box-gallery {
    --main-gallery-icon: clamp(68px, min(6.94vw, 9.77vh), 100px);
    --main-gallery-column-gap: clamp(24px, 2.78vw, 40px);
    width: min(var(--main-gallery-icon) + var(--main-gallery-icon) + var(--main-gallery-icon) + var(--main-gallery-icon) + var(--main-gallery-column-gap) + var(--main-gallery-column-gap) + var(--main-gallery-column-gap), 100% - 80px);
    margin-top: clamp(32px, min(4.31vw, 6.05vh), 62px);
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(22px, 1.94vw, 28px) var(--main-gallery-column-gap);
  }
  html[data-main-layout=primary] .message-page .box-gallery .box-item,
  html[data-main-layout=primary] .mine-page .box-gallery .box-item {
    flex: 0 0 var(--main-gallery-icon);
    width: var(--main-gallery-icon);
  }
  html[data-main-layout=primary] .message-page .box-gallery .box-item .img,
  html[data-main-layout=primary] .mine-page .box-gallery .box-item .img {
    width: var(--main-gallery-icon);
    height: var(--main-gallery-icon);
    margin-bottom: clamp(6px, 0.49vw, 7px);
  }
  html[data-main-layout=primary] .message-page .box-gallery .box-item .text,
  html[data-main-layout=primary] .mine-page .box-gallery .box-item .text {
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.25;
    white-space: nowrap;
  }
  html[data-main-layout=primary] .bottom-tab {
    bottom: max(23px, (var(--app-full-height, 100dvh) - 1024px) / 2 + 23px);
    width: 360px;
    height: 82px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  html[data-main-layout=primary] .message-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line1 .left-text {
    font-size: 1.8rem;
  }
  html[data-main-layout=primary] .main-layout-content {
    padding-bottom: 104px;
  }
  html[data-main-layout=primary] .game-center-track,
  html[data-main-layout=primary] .coming-soon-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html[data-main-layout=primary] .club-index {
    padding-top: 18px;
  }
  html[data-main-layout=primary] .club-index .quick-actions {
    margin-top: 22px;
  }
  html[data-main-layout=primary] .club-index .cards-divider {
    margin-top: 28px;
  }
}
@media (min-width: 600px) {
  html[data-main-layout=content] {
    --content-stage-width: min(100%, 1440px);
    --content-stage-height: min(var(--app-full-height, 100dvh), 1024px);
    --app-max-width: 1440px;
    --app-side-padding: 0px;
    --app-top-padding: 0px;
  }
  html[data-main-layout=content] .room-list-page:not(.room-list-page--embedded) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .room-list-page:not(.room-list-page--embedded) .room-list-stage {
    width: var(--content-stage-width);
    height: var(--content-stage-height);
    min-height: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .room-list-page .page-back-header {
    width: 100%;
    height: 112px;
    min-height: 112px;
    padding: 50px 40px 25px;
  }
  html[data-main-layout=content] .room-list-page .back-trigger {
    gap: 20px;
    padding: 0 15px;
  }
  html[data-main-layout=content] .room-list-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .room-list-page .page-back-header .title {
    font-size: 29px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .room-list-page .action-wrap {
    gap: 10px;
  }
  html[data-main-layout=content] .room-list-page .action-wrap .action-btn {
    width: 98px;
    height: 37px;
    padding: 0 10px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .room-list-page .action-wrap .action-icon {
    width: 25px;
    height: 26px;
  }
  html[data-main-layout=content] .room-list-page > .room-list-stage > .room-tabs {
    --tab-base-height: 41px;
    --tab-top-cut: 9px;
    --tab-bottom-overlap: 0px;
    --tab-item-padding-x: 0px;
    --tab-text-padding-x: 10px;
    width: min(100%, 466.6px);
    height: 41px;
    margin: 0 auto;
  }
  html[data-main-layout=content] .room-list-page > .room-list-stage > .room-tabs .van-tabs__wrap {
    height: 41px;
    margin: 0;
  }
  html[data-main-layout=content] .room-list-page > .room-list-stage > .room-tabs .van-tab {
    font-size: 17.5px;
  }
  html[data-main-layout=content] .room-list-page:not(.room-list-page--embedded) .group-list {
    width: 100%;
    max-height: calc(100% - 153px);
    margin: 0;
    padding: 0 0 50px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  html[data-main-layout=content] .room-list-page .group-item {
    padding: 0;
    border-bottom-width: 0.5px;
  }
  html[data-main-layout=content] .room-list-page .group-summary {
    min-height: 103.6px;
    padding: 0 40.7px;
    gap: 20px;
  }
  html[data-main-layout=content] .room-list-page .summary-left {
    gap: 16.7px;
  }
  html[data-main-layout=content] .room-list-page .game-icon-wrap {
    flex: 0 0 auto;
    width: 68.4px;
    height: 76px;
    border-radius: 19.6px;
  }
  html[data-main-layout=content] .room-list-page .icon-tag {
    bottom: 6px;
    width: 53.2px;
    height: 19.2px;
    border-radius: 999px;
    font-size: 9.3px;
    line-height: 19.2px;
  }
  html[data-main-layout=content] .room-list-page .summary-content {
    padding: 0;
  }
  html[data-main-layout=content] .room-list-page .blind-text {
    font-size: 15.6px;
    line-height: 19px;
  }
  html[data-main-layout=content] .room-list-page .blind-text .blind-label {
    margin-right: 11.8px;
  }
  html[data-main-layout=content] .room-list-page .count-text {
    gap: 11.8px;
    margin-top: 11.8px;
    font-size: 15.6px;
    line-height: 19px;
  }
  html[data-main-layout=content] .room-list-page .count-text span {
    gap: 3.4px;
  }
  html[data-main-layout=content] .room-list-page .count-icon {
    width: 17.8px;
    height: 17.8px;
  }
  html[data-main-layout=content] .room-list-page .toggle-icon {
    width: 42.5px;
    height: 42.5px;
    margin-top: 0;
  }
  html[data-main-layout=content] .room-list-page .table-grid {
    margin: 9px 44.8px 20px;
    grid-template-columns: repeat(auto-fit, 175.3px);
    column-gap: 20px;
    row-gap: 42px;
    justify-content: start;
  }
  html[data-main-layout=content] .room-list-page .table-card {
    width: 175.3px;
    height: 175.3px;
    padding-top: 0;
  }
  html[data-main-layout=content] .room-list-page .table-main {
    width: 175.3px;
    height: 175.3px;
    border-radius: 24.1px;
  }
  html[data-main-layout=content] .room-list-page .table-name {
    top: 1.25px;
    width: 104px;
    height: 18.7px;
    padding: 2px 0;
    border-radius: 999px;
    font-size: 10.3px;
    line-height: 1.35;
  }
  html[data-main-layout=content] .room-list-page .feature-icons {
    top: -6.6px;
    right: -2px;
  }
  html[data-main-layout=content] .room-list-page .feature-icon {
    width: 40px;
    height: 40px;
  }
  html[data-main-layout=content] .room-list-page .empty-wrap {
    min-height: 360px;
    justify-content: center;
  }
  html[data-main-layout=content] .club-lobby-page .club-auth-interaction-layer {
    position: relative;
    display: flex;
    flex-direction: column;
    width: var(--content-stage-width);
    height: var(--content-stage-height);
    min-width: 0;
    min-height: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .club-lobby-page .page-back-header {
    flex: 0 0 108px;
    height: 108px;
    min-height: 108px;
    gap: 4px;
    padding: 45.7px 40px 17.9px;
  }
  html[data-main-layout=content] .club-lobby-page .back-trigger {
    flex: 0 0 34.2px;
    width: 34.2px;
    height: 44.4px;
    padding: 0;
    gap: 0;
    justify-content: center;
  }
  html[data-main-layout=content] .club-lobby-page .full-slot-wrap {
    height: 44.4px;
  }
  html[data-main-layout=content] .club-lobby-page .club-identity {
    gap: 7.5px;
  }
  html[data-main-layout=content] .club-lobby-page .club-avatar {
    flex: 0 0 44.4px;
    width: 44.4px;
    height: 44.4px;
  }
  html[data-main-layout=content] .club-lobby-page .club-name {
    max-width: 260px;
    font-size: 17px;
    line-height: 20px;
  }
  html[data-main-layout=content] .club-lobby-page .club-sub-meta {
    gap: 7px;
    margin-top: 2px;
    font-size: 12.7px;
    line-height: 15px;
  }
  html[data-main-layout=content] .club-lobby-page .club-member-icon {
    width: 12.7px;
    height: 12.7px;
  }
  html[data-main-layout=content] .club-lobby-page .club-header {
    flex: 0 0 auto;
    min-width: 0;
  }
  html[data-main-layout=content] .club-lobby-page .announce-bar {
    display: flex;
    width: min(100% - 48px, 421.4px);
    min-height: 36.8px;
    margin: 0 auto;
  }
  html[data-main-layout=content] .club-lobby-page .club-header-tabs {
    width: min(100% - 48px, 444.7px);
    height: 28.9px;
    margin: 21.6px auto 0;
    padding: 0 20.3px;
    gap: 29.3px;
  }
  html[data-main-layout=content] .club-lobby-page .club-header-tab {
    font-size: 14.1px;
  }
  html[data-main-layout=content] .club-lobby-page .club-quick-actions {
    width: min(100% - 48px, 425px);
    height: 86.2px;
    margin: 18.6px auto 0;
    gap: 14.7px;
  }
  html[data-main-layout=content] .club-lobby-page .club-quick-card {
    height: 86.2px;
  }
  html[data-main-layout=content] .club-lobby-page .quick-card-title {
    font-size: 16.7px;
  }
  html[data-main-layout=content] .club-lobby-page .club-game-tabs {
    --tab-base-height: 41px;
    --tab-top-cut: 9px;
    --tab-bottom-overlap: 0px;
    --tab-item-padding-x: 0px;
    --tab-text-padding-x: 10px;
    flex: 0 0 41px;
    width: min(100% - 48px, 466.6px);
    height: 41px;
    margin: 29.9px auto 0;
  }
  html[data-main-layout=content] .club-lobby-page .club-game-tabs .van-tabs__wrap {
    height: 41px;
    margin: 0;
  }
  html[data-main-layout=content] .club-lobby-page .club-game-tabs .van-tab {
    font-size: 17.5px;
  }
  html[data-main-layout=content] .room-list-page.club-lobby-page .group-list {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 0 0 50px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  html[data-main-layout=content] .club-lobby-page .club-header + .group-list {
    margin-top: 29.9px;
  }
  html[data-main-layout=content] .club-lobby-page .mtt-group {
    margin: 0;
    padding: 24px 44.8px 20px;
  }
  html[data-main-layout=content] .club-lobby-page .mtt-group__header {
    margin: 0 0 16px;
  }
  html[data-main-layout=content] .club-lobby-page .mtt-grid--sm {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  html[data-main-layout=content] .club-lobby-page .mtt-grid--md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  html[data-main-layout=content] .club-lobby-page .mtt-grid--lg {
    width: 100%;
    gap: 20px;
  }
  html[data-main-layout=content] .mtt-list-page .mtt-list-stage {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
  }
  html[data-main-layout=content] .room-list-page.mtt-list-page .mtt-list-stage .mtt-content {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 24px 44.8px 50px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  html[data-main-layout=content] .mtt-list-page .mtt-group {
    margin: 0 0 24px;
  }
  html[data-main-layout=content] .mtt-list-page .mtt-group__header {
    margin: 0 0 16px;
  }
  html[data-main-layout=content] .mtt-list-page .mtt-grid--sm {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  html[data-main-layout=content] .mtt-list-page .mtt-grid--md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  html[data-main-layout=content] .mtt-list-page .mtt-grid--lg {
    width: 100%;
    gap: 20px;
  }
  html[data-main-layout=content] .club-lobby-page .floating-action-area {
    position: absolute;
    left: 44.8px;
    right: 44.8px;
    bottom: 20px;
    justify-content: center;
  }
  html[data-main-layout=content] .club-lobby-page .create-table-btn {
    flex: 0 0 10rem;
    width: 10rem;
  }
  html[data-main-layout=content] .club-lobby-page .floating-menu-btn {
    position: absolute;
    right: 0;
    left: auto;
    margin-left: 0;
  }
  html[data-main-layout=content] .club-lobby-page .floating-menu-btn--solo {
    right: 0;
    left: auto;
    margin-left: 0;
  }
  html[data-main-layout=content] .club-lobby-page.room-list-page--channel .floating-action-area {
    bottom: calc(105.6px + env(safe-area-inset-bottom));
  }
  html[data-main-layout=content] .club-table-create-page .club-table-create-stage {
    position: relative;
  }
  html[data-main-layout=content] .club-table-create-page .page-back-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 3;
  }
  html[data-main-layout=content] .club-table-create-page .jackpot-action.action-btn {
    width: auto;
    min-width: 106px;
    height: 41px;
    padding: 0 20px;
    border-radius: 24px;
    font-size: 20.66px;
    line-height: 1.2;
  }
  html[data-main-layout=content][data-theme=light] .club-table-create-page .jackpot-action.action-btn {
    color: #fff;
    background: var(--c-brand);
    box-shadow: none;
  }
  html[data-main-layout=content] .club-table-create-page .club-table-create-body {
    position: absolute;
    top: clamp(64px, 8.1055dvh, 83px);
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100% - 48px, 444.77px);
    margin: 0;
    gap: clamp(28px, 4.0242dvh, 41.21px);
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .club-table-create-page .title-wrap {
    width: min(100%, 322.37px);
  }
  html[data-main-layout=content] .club-table-create-page .title-wrap h1,
  html[data-main-layout=content] .club-table-create-page .title-wrap p {
    font-size: 22.6px;
    line-height: 1.1;
  }
  html[data-main-layout=content] .club-table-create-page .title-divider {
    width: 100%;
    margin-top: 6.1px;
  }
  html[data-main-layout=content] .club-table-create-page .title-divider span {
    width: 64.78px;
    height: 0.5px;
  }
  html[data-main-layout=content] .club-table-create-page .title-wrap p {
    margin-top: 6.1px;
  }
  html[data-main-layout=content] .club-table-create-page .type-grid {
    width: min(100%, 401.69px);
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 16.43px;
    row-gap: 14.69px;
  }
  html[data-main-layout=content] .club-table-create-page .type-card {
    width: 100%;
    min-height: 0;
    height: clamp(112px, 12.8906dvh, 132px);
    padding: 0;
    gap: 0;
    border-width: 1px;
    border-radius: clamp(28px, 2.4363vw, 35.08px);
  }
  html[data-main-layout=content] .club-table-create-page .type-card-title {
    bottom: clamp(7px, 0.7813dvh, 8px);
    width: min(100% - 24px, 95.21px);
    height: 32px;
    border-width: 0.5px;
    font-size: 16.69px;
    line-height: 32px;
  }
  html[data-main-layout=content] .create-table-page {
    --create-table-gutter: clamp(24px, 2.7778vw, 40px);
  }
  html[data-main-layout=content] .create-table-page .create-table-stage {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
  }
  html[data-main-layout=content] .create-table-page .page-back-header {
    position: relative;
    z-index: 3;
    flex: 0 0 105px;
    width: 100%;
    height: 105px;
    min-height: 105px;
    padding: 50px var(--create-table-gutter) 25px;
  }
  html[data-main-layout=content] .create-table-page .header-tabs {
    position: absolute;
    left: 50%;
    gap: clamp(48px, 5.6688vw, 82px);
    margin: 0;
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .create-table-page .header-tab {
    min-width: 62px;
    padding: 0 0 5px;
    font-size: 15px;
    line-height: 19px;
  }
  html[data-main-layout=content] .create-table-page .quick-create-wrapper,
  html[data-main-layout=content] .create-table-page .create-table-form {
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .create-table-page .quick-create-wrapper::-webkit-scrollbar,
  html[data-main-layout=content] .create-table-page .create-table-form::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .create-table-page .quick-create-view {
    display: block;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0 var(--create-table-gutter) 40px;
  }
  html[data-main-layout=content] .create-table-page .quick-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: clamp(420px, 45.8008dvh, 469px);
    padding: 17px 20px 15px;
    border-radius: clamp(24px, 2.6944vw, 39px);
  }
  html[data-main-layout=content] .create-table-page .quick-panel__tab.table-tab {
    flex: 0 0 65px;
    padding: 0;
  }
  html[data-main-layout=content] .create-table-page .quick-panel__tab .filter-tabbar,
  html[data-main-layout=content] .create-table-page .quick-panel__tab .filter-tab__item {
    height: 65px;
  }
  html[data-main-layout=content] .create-table-page .quick-panel__tab .table-tab__icon {
    width: 24px;
    height: 24px;
  }
  html[data-main-layout=content] .create-table-page .quick-panel__tab .table-tab__text {
    font-size: 16px;
  }
  html[data-main-layout=content] .create-table-page .quick-panel__slider.table-slider-row {
    flex: 1 1 0;
    min-height: 82px;
    padding: 7px 0;
  }
  html[data-main-layout=content] .create-table-page .quick-panel__slider .van-slider {
    width: calc(100% - 28px);
    margin: 20px 14px 10px;
  }
  html[data-main-layout=content] .create-table-page .quick-panel__slider .table-slider__marks {
    width: calc(100% - 14px);
    margin: 18px auto 0;
  }
  html[data-main-layout=content] .create-table-page .quick-switches {
    flex: 0 0 91px;
    gap: 10px;
    margin: 8px 0 12px;
  }
  html[data-main-layout=content] .create-table-page .quick-switch-card {
    height: 91px;
    padding: 12px 20px;
    border-radius: 23px;
  }
  html[data-main-layout=content] .create-table-page .quick-switch-card__label {
    font-size: 15px;
  }
  html[data-main-layout=content] .create-table-page .quick-switch-card__status {
    font-size: 12px;
  }
  html[data-main-layout=content] .create-table-page .quick-bottom-bar {
    flex: 0 0 66px;
    min-height: 66px;
  }
  html[data-main-layout=content] .create-table-page .quick-create-btn {
    width: 95px;
    height: 41px;
    font-size: 15px;
  }
  html[data-main-layout=content] .create-table-page .template-list {
    width: 100%;
    margin-top: 30px;
    padding: 0 10px 8px 46px;
  }
  html[data-main-layout=content] .create-table-page .template-card {
    width: 100%;
    height: 132px;
    min-height: 132px;
    margin: 0 0 18px;
    padding: 0 28px 0 0;
    border-radius: 66px;
  }
  html[data-main-layout=content] .create-table-page .template-card__left {
    flex: 1 1 48%;
    min-width: 0;
    transform: none;
  }
  html[data-main-layout=content] .create-table-page .template-card__badge-wrap {
    margin-right: 20px;
    margin-left: -25px;
    transform: none;
  }
  html[data-main-layout=content] .create-table-page .template-card__badge {
    width: 90px;
    height: 90px;
  }
  html[data-main-layout=content] .create-table-page .template-card__game-name,
  html[data-main-layout=content] .create-table-page .template-card__blinds {
    font-size: 15px;
  }
  html[data-main-layout=content] .create-table-page .template-card__info {
    display: grid;
    flex: 1 1 auto;
    grid-template-areas: "blinds blinds" "tags tags" "people media";
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-content: start;
    gap: 7px 12px;
    width: auto;
    min-width: 0;
    transform: none;
  }
  html[data-main-layout=content] .create-table-page .template-card__blinds {
    grid-area: blinds;
  }
  html[data-main-layout=content] .create-table-page .template-card__tags {
    grid-area: tags;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html[data-main-layout=content] .create-table-page .template-card__people,
  html[data-main-layout=content] .create-table-page .template-card__media {
    margin-top: 0;
  }
  html[data-main-layout=content] .create-table-page .template-card__people {
    grid-area: people;
  }
  html[data-main-layout=content] .create-table-page .template-card__media {
    grid-area: media;
    justify-self: start;
  }
  html[data-main-layout=content] .create-table-page .template-card__people-icon,
  html[data-main-layout=content] .create-table-page .template-card__media-icon {
    width: 18px;
    height: 18px;
  }
  html[data-main-layout=content] .create-table-page .template-card__people span {
    font-size: 15px;
  }
  html[data-main-layout=content] .create-table-page .template-card__middle {
    flex: 0 1 200%;
    min-width: 250px;
    justify-content: center;
    gap: clamp(16px, 2.0833vw, 30px);
  }
  html[data-main-layout=content] .create-table-page .template-card__badges {
    right: 2.5rem;
  }
  html[data-main-layout=content] .create-table-page .template-card__badge-icon {
    width: 80px;
    height: 64px;
  }
  html[data-main-layout=content] .create-table-page .template-card__right {
    gap: 12px;
    margin-left: 0;
  }
  html[data-main-layout=content] .create-table-page .template-card__cards {
    width: 72px;
    height: 66px;
  }
  html[data-main-layout=content] .create-table-page .template-card__actions {
    gap: 8px;
    margin-bottom: 0;
  }
  html[data-main-layout=content] .create-table-page .template-card__action-btn {
    width: 42px;
    height: 42px;
  }
  html[data-main-layout=content] .create-table-page .template-card__action-icon {
    width: 12px;
    height: 12px;
  }
  html[data-main-layout=content] .create-table-page .template-card__action-btn span {
    font-size: 8px;
  }
  html[data-main-layout=content] .create-table-page .template-card__create-btn {
    flex: 0 0 auto;
    margin-left: auto;
    padding-left: 24px;
  }
  html[data-main-layout=content] .create-table-page .template-card__create {
    width: 104px;
    height: 46px;
    border-radius: 24px;
    font-size: 14px;
  }
  html[data-main-layout=content] .create-table-page .create-table-form {
    width: calc(100% - var(--create-table-gutter) - var(--create-table-gutter));
    margin: 0 auto;
    padding: 0 0 40px;
  }
  html[data-main-layout=content] .create-table-page .table-name-row {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 20px;
    border-radius: 999px;
  }
  html[data-main-layout=content] .create-table-page .table-name__input {
    margin-left: 20px;
    text-align: center;
  }
  html[data-main-layout=content] .create-table-page .table-name__count {
    margin-left: 20px;
  }
  html[data-main-layout=content] .create-table-page .detail-form {
    width: 100%;
    padding: 0;
  }
  html[data-main-layout=content] .create-table-page .detail-form__section {
    width: 100%;
    margin: 16px 0 0;
    padding: 15px 20px;
    border-radius: 17px;
  }
  html[data-main-layout=content] .create-table-page .detail-form__section .table-select-row,
  html[data-main-layout=content] .create-table-page .detail-form__section .table-input-row,
  html[data-main-layout=content] .create-table-page .detail-form__section .table-stepper-row,
  html[data-main-layout=content] .create-table-page .detail-form__section .table-switch-row {
    height: 52px;
  }
  html[data-main-layout=content] .create-table-page .detail-form__section .table-switch-row-with-icon {
    height: 72px;
  }
  html[data-main-layout=content] .create-table-page .detail-form__section .table-slider-row {
    padding: 14px 0 16px;
  }
  html[data-main-layout=content] .create-table-page .detail-form__section .table-select__field,
  html[data-main-layout=content] .create-table-page .detail-form__section .table-input__field-wrap,
  html[data-main-layout=content] .create-table-page .detail-form__section .table-stepper__field-wrap {
    height: 37px;
  }
  html[data-main-layout=content] .create-table-page .detail-form__section .table-select__field {
    min-width: 90px;
    padding: 0 12px;
  }
  html[data-main-layout=content] .create-table-page .detail-form__section .table-select__value {
    min-width: 48px;
  }
  html[data-main-layout=content] .create-table-page .detail-form__section .table-input__field-wrap,
  html[data-main-layout=content] .create-table-page .detail-form__section .table-stepper__field-wrap {
    width: 132px;
    min-width: 132px;
  }
  html[data-main-layout=content] .create-table-page .detail-form__section .table-tab {
    padding: 0;
  }
  html[data-main-layout=content] .create-table-page .detail-form__section .table-tab .filter-tabbar,
  html[data-main-layout=content] .create-table-page .detail-form__section .table-tab .filter-tab__item {
    height: 65px;
  }
  html[data-main-layout=content] .create-table-page .bottom-action-bar {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 91px;
    margin: 16px 0 0;
    padding: 0;
  }
  html[data-main-layout=content] .create-table-page .fee-info {
    width: 224px;
    gap: 5px;
  }
  html[data-main-layout=content] .create-table-page .action-buttons {
    gap: 8px;
  }
  html[data-main-layout=content] .create-table-page .action-btn {
    width: 95px;
    height: 41px;
    font-size: 15px;
  }
  html[data-main-layout=content] .club-create-page {
    --club-create-gutter: clamp(24px, 2.9861vw, 43px);
  }
  html[data-main-layout=content] .club-create-page .club-create {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .club-create-page .club-create::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .club-create-page .page-back-header {
    flex: 0 0 112px;
    height: 112px;
    min-height: 112px;
    padding: 50px var(--club-create-gutter) 25px;
  }
  html[data-main-layout=content] .club-create-page .back-trigger {
    gap: 20px;
    padding: 0;
  }
  html[data-main-layout=content] .club-create-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .club-create-page .page-back-header .title {
    font-size: 29px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .club-create-page .avatar-card {
    flex: 0 0 144px;
    width: calc(100% - var(--club-create-gutter) - var(--club-create-gutter));
    min-height: 144px;
    margin: 4px auto 0;
    padding: 6px 26px;
    border-radius: 47px;
  }
  html[data-main-layout=content] .club-create-page .avatar-trigger {
    width: 80px;
    height: 80px;
  }
  html[data-main-layout=content] .club-create-page .avatar-image {
    border-width: 0.5px;
  }
  html[data-main-layout=content] .club-create-page .add-badge {
    right: -4px;
    bottom: -4px;
    width: 32px;
    height: 32px;
    font-size: 28px;
    line-height: 32px;
  }
  html[data-main-layout=content] .club-create-page .form-card {
    display: flex;
    flex: 0 0 auto;
    gap: 28px;
    width: 100%;
    min-height: 0;
    padding: 20px var(--club-create-gutter) 0;
  }
  html[data-main-layout=content] .club-create-page .field-block {
    gap: 10px;
  }
  html[data-main-layout=content] .club-create-page .field-label {
    font-size: 21px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .club-create-page .field-shell--single {
    height: 74px;
    padding: 0 25px;
    border-radius: 66px;
  }
  html[data-main-layout=content] .club-create-page .field-shell--multi {
    height: 281px;
    min-height: 281px;
    padding: 24px;
    border-radius: 32px;
  }
  html[data-main-layout=content] .club-create-page input,
  html[data-main-layout=content] .club-create-page textarea {
    font-size: 17px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .club-create-page textarea {
    min-height: 220px;
  }
  html[data-main-layout=content] .club-create-page .footer-actions {
    flex: 0 0 auto;
    gap: 13px;
    margin-top: auto;
    padding: 0 0 31px;
  }
  html[data-main-layout=content] .club-create-page .create-btn {
    width: min(100% - 48px, 396px);
    height: 64px;
    min-height: 64px;
    border-radius: 47px;
    font-size: 22px;
  }
  html[data-main-layout=content] .club-create-page .cost-line {
    gap: 7px;
    font-size: 16px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .club-create-page .cost-line img {
    width: 18px;
    height: 14px;
  }
  html[data-main-layout=content] .club-management-page,
  html[data-main-layout=content] .club-editor-page {
    --club-content-gutter: clamp(24px, 2.7778vw, 40px);
  }
  html[data-main-layout=content] .club-management-stage,
  html[data-main-layout=content] .club-editor-stage {
    position: relative;
    min-width: 0;
    min-height: 0;
  }
  html[data-main-layout=content] .club-management-page .page-back-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 3;
    height: 92px;
    min-height: 92px;
    padding: 50px var(--club-content-gutter) 20px;
  }
  html[data-main-layout=content] .club-management-page .back-trigger,
  html[data-main-layout=content] .club-editor-page .back-trigger {
    gap: 20px;
    padding: 0;
  }
  html[data-main-layout=content] .club-management-page .club-detail {
    position: absolute;
    inset: 92px 0 0;
    z-index: 1;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
    gap: 22px;
    padding: 0 var(--club-content-gutter) 30px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .club-management-page .club-detail::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .club-management-page .club-header-card {
    flex: 0 0 160px;
    align-items: center;
    width: 100%;
    min-height: 160px;
    padding: 6px 25px;
    border-radius: 45px;
  }
  html[data-main-layout=content] .club-management-page .club-header-main {
    position: static;
    gap: 13px;
  }
  html[data-main-layout=content] .club-management-page .club-avatar-trigger,
  html[data-main-layout=content] .club-management-page .club-avatar {
    width: 88px;
    height: 88px;
  }
  html[data-main-layout=content] .club-management-page .club-avatar-edit {
    right: -2px;
    bottom: -2px;
    width: 24px;
    height: 24px;
    font-size: 22px;
    line-height: 24px;
  }
  html[data-main-layout=content] .club-management-page .club-summary {
    justify-content: center;
    min-height: 88px;
  }
  html[data-main-layout=content] .club-management-page .club-name-edit {
    gap: 4px;
  }
  html[data-main-layout=content] .club-management-page .club-name {
    font-size: 25px;
    line-height: 1;
  }
  html[data-main-layout=content] .club-management-page .name-edit-icon {
    width: 27px;
    height: 27px;
  }
  html[data-main-layout=content] .club-management-page .name-edit-icon::before {
    top: 8px;
    left: 4px;
    width: 19px;
    height: 8px;
    border-width: 3px;
    border-radius: 4px;
  }
  html[data-main-layout=content] .club-management-page .club-id-row {
    gap: 3px;
  }
  html[data-main-layout=content] .club-management-page .id-tag {
    min-width: 22px;
    height: 13px;
    border-radius: 5px;
    font-size: 9px;
  }
  html[data-main-layout=content] .club-management-page .id-text {
    font-size: 11px;
  }
  html[data-main-layout=content] .club-management-page .metric-line {
    gap: 5px;
    font-size: 16px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .club-management-page .metric-line img {
    width: 18px;
    height: 18px;
  }
  html[data-main-layout=content] .club-management-page .club-size-pill {
    right: 25px;
    bottom: 16px;
    min-height: 37px;
    padding: 0 13px;
    gap: 3px;
    border-radius: 32px;
  }
  html[data-main-layout=content] .club-management-page .size-text {
    font-size: 21px;
  }
  html[data-main-layout=content] .club-management-page .club-size-icon {
    width: 22px;
    height: 17px;
    margin-left: 4px;
  }
  html[data-main-layout=content] .club-management-page .quick-actions {
    flex: 0 0 auto;
    grid-template-columns: repeat(3, 124px);
    justify-content: center;
    gap: 13px;
  }
  html[data-main-layout=content] .club-management-page .quick-card {
    width: 124px;
    gap: 7px;
  }
  html[data-main-layout=content] .club-management-page .quick-image-wrap {
    width: 124px;
    height: 124px;
    aspect-ratio: auto;
    border-width: 1px;
    border-radius: 33px;
  }
  html[data-main-layout=content] .club-management-page .quick-title {
    font-size: 14px;
    line-height: 1;
  }
  html[data-main-layout=content] .club-management-page .intro-card {
    flex: 0 0 68px;
    width: 100%;
    min-height: 68px;
    padding: 15px 19px 15px 25px;
    border-radius: 32px;
    font-size: 18px;
  }
  html[data-main-layout=content] .club-management-page .intro-edit {
    width: 30px;
    height: 30px;
  }
  html[data-main-layout=content] .club-management-page .edit-pen {
    width: 27px;
    height: 27px;
  }
  html[data-main-layout=content] .club-management-page .edit-pen::before {
    top: 9px;
    left: 4px;
    width: 19px;
    height: 8px;
    border-width: 3px;
    border-radius: 4px;
  }
  html[data-main-layout=content] .club-management-page .settings-card {
    flex: 0 0 auto;
    width: 100%;
    gap: 13px;
    padding: 15px 19px;
    border-radius: 32px;
  }
  html[data-main-layout=content] .club-management-page .settings-row {
    min-height: 22px;
    font-size: 18px;
  }
  html[data-main-layout=content] .club-management-page .label-wrap {
    gap: 3px;
  }
  html[data-main-layout=content] .club-management-page .right-wrap {
    min-width: 152px;
    gap: 6px;
  }
  html[data-main-layout=content] .club-management-page .muted-text {
    font-size: 18px;
  }
  html[data-main-layout=content] .club-management-page .mini-avatar {
    width: 32px;
    height: 32px;
  }
  html[data-main-layout=content] .club-management-page .chevron {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
  html[data-main-layout=content] .club-management-page .level-pill {
    min-height: 22px;
    padding: 0 6px;
    font-size: 12px;
  }
  html[data-main-layout=content] .club-management-page .tribe-apply-btn {
    min-height: 26px;
    padding: 0 11px;
    font-size: 12px;
  }
  html[data-main-layout=content] .club-management-page .switch {
    width: 78px;
    height: 37px;
    padding: 2px;
  }
  html[data-main-layout=content] .club-management-page .switch-knob {
    width: 33px;
    height: 33px;
  }
  html[data-main-layout=content] .club-management-page .danger-zone {
    flex: 0 0 auto;
    width: min(100% - 48px, 446px);
    margin: auto auto 0;
    padding: 25px 29px 0;
  }
  html[data-main-layout=content] .club-management-page .danger-btn {
    width: 100%;
    min-height: 64px;
    border-radius: 47px;
    font-size: 23px;
  }
  html[data-main-layout=content] .club-editor-stage {
    display: flex;
    flex-direction: column;
  }
  html[data-main-layout=content] .club-editor-page .page-back-header {
    flex: 0 0 112px;
    height: 112px;
    min-height: 112px;
    padding: 50px var(--club-content-gutter) 25px;
  }
  html[data-main-layout=content] .club-editor-page .confirm-btn {
    width: min(100% - 48px, 396px);
    height: 64px;
    min-height: 64px;
    border-radius: 47px;
    font-size: 23px;
  }
  html[data-main-layout=content] .club-edit-des-page .club-edit-des {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    min-height: 0;
    gap: 0;
    padding: 4px var(--club-content-gutter) 58px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .club-edit-des-page .club-edit-des::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .club-edit-des-page .editor-block {
    flex: 0 0 auto;
    gap: 19px;
    padding: 0;
  }
  html[data-main-layout=content] .club-edit-des-page .field-label {
    font-size: 22px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .club-edit-des-page .field-shell {
    width: 100%;
    height: 286px;
    min-height: 286px;
    padding: 24px;
    border-radius: 33px;
  }
  html[data-main-layout=content] .club-edit-des-page textarea {
    min-height: 230px;
    font-size: 18px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .club-edit-des-page .footer-actions {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding: 30px 0 0;
  }
  html[data-main-layout=content] .club-edit-name-page .club-edit-name {
    gap: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .club-edit-name-page .club-edit-name::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .club-edit-name-page .editor-block {
    flex: 0 0 auto;
    gap: 10px;
    padding: 8px var(--club-content-gutter) 0;
  }
  html[data-main-layout=content] .club-edit-name-page .hint-row {
    width: min(100%, 345px);
    min-height: 22px;
    gap: 10px;
  }
  html[data-main-layout=content] .club-edit-name-page .hint-text {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html[data-main-layout=content] .club-edit-name-page .count-text {
    margin: 0;
    font-size: 14px;
    line-height: 1;
  }
  html[data-main-layout=content] .club-edit-name-page .name-shell {
    width: 100%;
    height: 75px;
    min-height: 75px;
    padding: 0 25px;
    border-radius: 67px;
  }
  html[data-main-layout=content] .club-edit-name-page input {
    font-size: 18px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .club-edit-name-page .wallet-row {
    min-height: 27px;
    gap: 10px;
  }
  html[data-main-layout=content] .club-edit-name-page .wallet-info {
    gap: 6px;
  }
  html[data-main-layout=content] .club-edit-name-page .wallet-info img,
  html[data-main-layout=content] .club-edit-name-page .cost-line img {
    width: 18px;
    height: 14px;
  }
  html[data-main-layout=content] .club-edit-name-page .wallet-label,
  html[data-main-layout=content] .club-edit-name-page .wallet-value {
    font-size: 16px;
  }
  html[data-main-layout=content] .club-edit-name-page .recharge-btn {
    min-height: 27px;
    padding: 0 12px;
    font-size: 14px;
  }
  html[data-main-layout=content] .club-edit-name-page .footer-actions {
    flex: 0 0 auto;
    gap: 13px;
    margin-top: auto;
    padding: 30px 0 40px;
  }
  html[data-main-layout=content] .club-edit-name-page .cost-line {
    gap: 7px;
    font-size: 16px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .club-edit-name-page .interval-line {
    font-size: 13px;
    line-height: 1.3;
  }
  html[data-main-layout=content] .downline-desktop-page {
    --downline-gutter: clamp(24px, 2.7778vw, 40px);
    --downline-stage-top: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    display: block;
    width: 100%;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .downline-desktop-page > .page-back-header,
  html[data-main-layout=content] .downline-desktop-page > .content {
    position: absolute;
    top: var(--downline-stage-top);
    right: 0;
    left: 0;
    width: var(--content-stage-width);
    margin-right: auto;
    margin-left: auto;
  }
  html[data-main-layout=content] .downline-desktop-page > .page-back-header {
    z-index: 3;
    height: 84px;
    min-height: 84px;
    padding: 50px var(--downline-gutter) 0;
  }
  html[data-main-layout=content] .downline-desktop-page .back-trigger {
    gap: 20px;
    padding: 0;
  }
  html[data-main-layout=content] .downline-desktop-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .downline-desktop-page .page-back-header .title {
    font-size: 29px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .downline-desktop-page > .content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: var(--content-stage-height);
    min-height: 0;
    padding: 84px var(--downline-gutter) 30px;
    overflow: hidden;
  }
  html[data-main-layout=content] .downline-desktop-page .invite-row {
    flex: 0 0 28px;
    min-height: 28px;
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .downline-desktop-page .invite-title-wrap {
    gap: 7px;
  }
  html[data-main-layout=content] .downline-desktop-page .invite-title-wrap img {
    width: 15px;
    height: 15px;
  }
  html[data-main-layout=content] .downline-desktop-page .qr-btn {
    min-width: 0;
    height: 28px;
    padding: 0 12px;
    border-width: 0.5px;
    font-size: 13px;
  }
  html[data-main-layout=content] .downline-desktop-page .invite-link {
    flex: 0 0 14px;
    min-height: 14px;
    max-height: 14px;
    margin: 0;
    font-size: 10px;
    line-height: 14px;
  }
  html[data-main-layout=content] .downline-desktop-page .search-box {
    flex: 0 0 45px;
    width: 100%;
    height: 45px;
    padding: 0 8px 0 19px;
    gap: 10px;
    border-radius: 44px;
  }
  html[data-main-layout=content] .downline-desktop-page .search-icon {
    width: 24px;
    height: 24px;
  }
  html[data-main-layout=content] .downline-desktop-page .search-input {
    font-size: 17px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .downline-desktop-page .total-row {
    flex: 0 0 23px;
    min-height: 23px;
    margin-top: 14px;
    gap: 8px;
  }
  html[data-main-layout=content] .downline-desktop-page .total-title {
    font-size: 16px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .downline-desktop-page .total-value {
    font-size: 18px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .downline-desktop-page .members-wrap {
    flex: 1 1 auto;
    min-height: 0;
    margin-top: 14px;
    gap: 11px;
    padding-bottom: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .downline-desktop-page .members-wrap::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .downline-desktop-page .member-card {
    flex: 0 0 103px;
    width: 100%;
    min-height: 103px;
    gap: 7px;
    padding: 7px 18px 12px;
    border-radius: 44px;
  }
  html[data-main-layout=content] .downline-desktop-page .member-head {
    flex: 0 0 43px;
    min-height: 43px;
    gap: 13px;
  }
  html[data-main-layout=content] .downline-desktop-page .member-avatar {
    width: 43px;
    height: 43px;
  }
  html[data-main-layout=content] .downline-desktop-page .member-head-main {
    gap: 10px;
  }
  html[data-main-layout=content] .downline-desktop-page .member-name {
    font-size: 13px;
    line-height: 1;
  }
  html[data-main-layout=content] .downline-desktop-page .member-id-row {
    gap: 3px;
  }
  html[data-main-layout=content] .downline-desktop-page .member-id-tag {
    min-width: 22px;
    height: 13px;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 9px;
  }
  html[data-main-layout=content] .downline-desktop-page .member-id {
    font-size: 11px;
  }
  html[data-main-layout=content] .downline-desktop-page .member-assets {
    flex: 0 0 35px;
    width: 100%;
    min-height: 35px;
    padding: 5px 24px;
    gap: 0;
    border-radius: 60px;
  }
  html[data-main-layout=content] .downline-desktop-page .asset-item {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 12px 12px;
    align-content: center;
    align-items: center;
    justify-content: start;
    justify-items: start;
    justify-self: center;
    gap: 2px 3px;
    font-size: 11px;
  }
  html[data-main-layout=content] .downline-desktop-page .asset-item:first-child {
    justify-self: start;
  }
  html[data-main-layout=content] .downline-desktop-page .asset-item:last-child {
    justify-self: end;
  }
  html[data-main-layout=content] .downline-desktop-page .asset-item img {
    grid-row: 1;
    grid-column: 1;
    width: 12px;
    height: 12px;
  }
  html[data-main-layout=content] .downline-desktop-page .asset-label {
    grid-row: 1;
    grid-column: 2;
    font-size: 11px;
  }
  html[data-main-layout=content] .downline-desktop-page .asset-value {
    grid-row: 2;
    grid-column: 1/-1;
    font-size: 11px;
  }
  html[data-main-layout=content] .downline-desktop-page .empty-box {
    min-height: 103px;
    padding: 36px 18px;
    border-radius: 44px;
    font-size: 14px;
  }
  html[data-main-layout=content] .agent-offline-players-page {
    --offline-players-gutter: clamp(24px, 2.7778vw, 40px);
    --offline-players-stage-top: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    display: block;
    width: 100%;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .agent-offline-players-page > .page-back-header,
  html[data-main-layout=content] .agent-offline-players-page > .member-detail-page {
    position: absolute;
    top: var(--offline-players-stage-top);
    right: 0;
    left: 0;
    width: var(--content-stage-width);
    margin-right: auto;
    margin-left: auto;
  }
  html[data-main-layout=content] .agent-offline-players-page > .page-back-header {
    z-index: 3;
    height: 84px;
    min-height: 84px;
    padding: 50px var(--offline-players-gutter) 0;
  }
  html[data-main-layout=content] .agent-offline-players-page .back-trigger {
    gap: 20px;
    padding: 0;
  }
  html[data-main-layout=content] .agent-offline-players-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .agent-offline-players-page .page-back-header .title {
    font-size: 29px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .agent-offline-players-page > .member-detail-page {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: var(--content-stage-height);
    min-height: 0;
    padding: 84px var(--offline-players-gutter) 30px;
    gap: 13px;
    overflow: hidden;
  }
  html[data-main-layout=content] .agent-offline-players-page .tabs {
    flex: 0 0 31px;
    min-height: 31px;
    margin: 0;
    gap: 60px;
  }
  html[data-main-layout=content] .agent-offline-players-page .tabs button {
    height: 31px;
    padding: 0 8px;
    font-size: 14px;
    line-height: 30px;
  }
  html[data-main-layout=content] .agent-offline-players-page .search {
    flex: 0 0 45px;
    width: 100%;
    min-height: 45px;
    padding: 0 19px;
    gap: 10px;
    border-radius: 44px;
  }
  html[data-main-layout=content] .agent-offline-players-page .search-icon {
    width: 24px;
    height: 24px;
  }
  html[data-main-layout=content] .agent-offline-players-page .search-input {
    min-width: 0;
    font-size: 17px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .agent-offline-players-page .toggle-row {
    flex: 0 0 24px;
    min-height: 24px;
    font-size: 16px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .agent-offline-players-page .toggle-row > span {
    min-width: 0;
  }
  html[data-main-layout=content] .agent-offline-players-page .toggle-row label {
    min-height: 24px;
  }
  html[data-main-layout=content] .agent-offline-players-page .hidden-text {
    padding-right: 8px;
    font-size: 11px;
    line-height: 18px;
  }
  html[data-main-layout=content] .agent-offline-players-page .switch {
    width: 45px;
    height: 22px;
    padding: 1px;
    border-radius: 20px;
  }
  html[data-main-layout=content] .agent-offline-players-page .switch i {
    width: 20px;
    height: 20px;
  }
  html[data-main-layout=content] .agent-offline-players-page .cards {
    flex: 1 1 auto;
    min-height: 0;
    padding-bottom: 4px;
    gap: 11px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .agent-offline-players-page .cards::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .agent-offline-players-page .member-card {
    flex: 0 0 103px;
    width: 100%;
    min-height: 103px;
    gap: 9px;
  }
  html[data-main-layout=content] .agent-offline-players-page .check-control {
    width: 22px;
    height: 22px;
  }
  html[data-main-layout=content] .agent-offline-players-page .radio-circle {
    width: 18px;
    height: 18px;
  }
  html[data-main-layout=content] .agent-offline-players-page .card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: auto;
    min-width: 0;
    min-height: 103px;
    padding: 7px 18px 12px;
    gap: 7px;
    border-radius: 44px;
  }
  html[data-main-layout=content] .agent-offline-players-page .member-main {
    flex: 0 0 43px;
    width: 100%;
    min-height: 43px;
    gap: 13px;
  }
  html[data-main-layout=content] .agent-offline-players-page .member-left {
    gap: 13px;
  }
  html[data-main-layout=content] .agent-offline-players-page .member-avatar {
    width: 43px;
    height: 43px;
  }
  html[data-main-layout=content] .agent-offline-players-page .member-base {
    gap: 10px;
  }
  html[data-main-layout=content] .agent-offline-players-page .member-name {
    max-width: 600px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html[data-main-layout=content] .agent-offline-players-page .member-id-row {
    gap: 3px;
    font-size: 11px;
  }
  html[data-main-layout=content] .agent-offline-players-page .id-pill {
    min-width: 22px;
    height: 13px;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 9px;
  }
  html[data-main-layout=content] .agent-offline-players-page .member-data-strip {
    flex: 0 0 35px;
    width: 100%;
    min-height: 35px;
    margin: 0;
    padding: 5px 24px;
    gap: 0;
    border-radius: 60px;
  }
  html[data-main-layout=content] .agent-offline-players-page .data-item {
    display: grid;
    grid-template-rows: 12px 12px;
    align-content: center;
    justify-content: center;
    gap: 2px;
  }
  html[data-main-layout=content] .agent-offline-players-page .data-item:first-child {
    justify-content: start;
  }
  html[data-main-layout=content] .agent-offline-players-page .data-item:last-child {
    justify-content: end;
  }
  html[data-main-layout=content] .agent-offline-players-page .data-label,
  html[data-main-layout=content] .agent-offline-players-page .data-value {
    font-size: 11px;
    line-height: 12px;
  }
  html[data-main-layout=content] .agent-offline-players-page .data-label {
    gap: 3px;
  }
  html[data-main-layout=content] .agent-offline-players-page .data-label img {
    width: 12px;
    height: 12px;
  }
  html[data-main-layout=content] .agent-offline-players-page .status {
    flex: 0 0 auto;
    padding: 36px 18px;
    font-size: 14px;
  }
  html[data-main-layout=content] .agent-offline-players-page .save {
    flex: 0 0 45px;
    width: min(400px, 100%);
    height: 45px;
    margin: 0 auto;
    border-radius: 45px;
    font-size: 17px;
  }
  html[data-main-layout=content] .club-room-history-page {
    --history-gutter: clamp(24px, 2.7778vw, 40px);
    --history-stage-top: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    position: relative;
    display: block;
    width: 100%;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .club-room-history-page > .page-back-header,
  html[data-main-layout=content] .club-room-history-page > .club-room-history {
    position: absolute;
    top: var(--history-stage-top);
    right: 0;
    left: 0;
    width: var(--content-stage-width);
    margin-right: auto;
    margin-left: auto;
  }
  html[data-main-layout=content] .club-room-history-page > .page-back-header {
    z-index: 3;
    height: 78px;
    min-height: 78px;
    padding: 50px var(--history-gutter) 0;
  }
  html[data-main-layout=content] .club-room-history-page .back-trigger {
    gap: 20px;
    padding: 0;
  }
  html[data-main-layout=content] .club-room-history-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .club-room-history-page .page-back-header .title {
    font-size: 29px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .club-room-history-page > .club-room-history {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: var(--content-stage-height);
    min-height: 0;
    gap: 0;
    padding: 78px var(--history-gutter) 30px;
    overflow: hidden;
  }
  html[data-main-layout=content] .club-room-history-page .coin-tabs {
    flex: 0 0 30px;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 225px);
    height: 30px;
    margin: 0 auto;
    padding: 0 34px;
    gap: 0;
  }
  html[data-main-layout=content] .club-room-history-page .coin-tab {
    height: 30px;
    padding: 0;
    font-size: 16px;
    line-height: 0.95;
  }
  html[data-main-layout=content] .club-room-history-page .coin-tab--active {
    padding-bottom: 0;
    border-bottom-width: 1.5px;
  }
  html[data-main-layout=content] .club-room-history-page .summary-card {
    flex: 0 0 221px;
    width: 100%;
    height: 221px;
    margin-top: 17px;
    gap: 10px;
    padding: 16px 19px;
    border-width: 1px;
    border-radius: 33px;
  }
  html[data-main-layout=content] .club-room-history-page .date-range {
    flex: 0 0 59px;
    width: 100%;
    height: 59px;
    gap: 9px;
  }
  html[data-main-layout=content] .club-room-history-page .date-btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 59px;
    height: 59px;
    padding: 0 25px;
    gap: 10px;
    border-radius: 46px;
    font-size: 14px;
    line-height: 19px;
  }
  html[data-main-layout=content] .club-room-history-page .calendar-icon-inline {
    width: 17px;
    height: 17px;
    border-width: 1.5px;
    border-radius: 4px;
  }
  html[data-main-layout=content] .club-room-history-page .calendar-icon-inline::before,
  html[data-main-layout=content] .club-room-history-page .calendar-icon-inline::after {
    top: -3px;
    width: 2px;
    height: 5px;
    border-radius: 1px;
  }
  html[data-main-layout=content] .club-room-history-page .calendar-icon-inline::before {
    left: 4px;
  }
  html[data-main-layout=content] .club-room-history-page .calendar-icon-inline::after {
    right: 4px;
  }
  html[data-main-layout=content] .club-room-history-page .date-sep {
    flex: 0 0 23px;
    width: 23px;
    height: 1px;
  }
  html[data-main-layout=content] .club-room-history-page .stats-row {
    flex: 0 0 49px;
    width: min(100%, 335px);
    max-width: none;
    height: 49px;
    margin: 0 auto;
  }
  html[data-main-layout=content] .club-room-history-page .stats-grid {
    flex: 0 0 60px;
    width: min(100%, 673px);
    height: 60px;
    margin: 0 auto;
    padding-top: 10px;
    border-top-width: 1px;
  }
  html[data-main-layout=content] .club-room-history-page .stats-item {
    gap: 3px;
  }
  html[data-main-layout=content] .club-room-history-page .stats-row .stats-item,
  html[data-main-layout=content] .club-room-history-page .stats-grid .stats-item {
    padding: 0 6px;
  }
  html[data-main-layout=content] .club-room-history-page .stats-row .stats-item + .stats-item,
  html[data-main-layout=content] .club-room-history-page .stats-grid .stats-item + .stats-item {
    border-left-width: 1px;
  }
  html[data-main-layout=content] .club-room-history-page .stats-label {
    font-size: 15px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .club-room-history-page .stats-value {
    font-size: 24px;
    line-height: 1;
  }
  html[data-main-layout=content] .club-room-history-page .timezone {
    display: flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: flex-end;
    height: 32px;
    margin: 0;
    font-size: 11px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .club-room-history-page .record-list {
    flex: 1 1 auto;
    min-height: 0;
    margin-top: 19px;
    gap: 13px;
    padding-bottom: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .club-room-history-page .record-list::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .club-room-history-page .record-row {
    min-height: 98px;
    height: 98px;
    padding-left: 14px;
  }
  html[data-main-layout=content] .club-room-history-page .game-badge {
    top: 17px;
    left: 2px;
    width: 65px;
    height: 65px;
    border-width: 1px;
    border-radius: 76px;
    font-size: 16px;
    line-height: 1.1;
  }
  html[data-main-layout=content] .club-room-history-page .record-card {
    width: 100%;
    height: 98px;
    min-height: 98px;
    margin-left: 0;
    padding: 18px 12px 18px 66px;
    border-width: 1px;
    border-radius: 91px;
  }
  html[data-main-layout=content] .club-room-history-page .record-main {
    min-width: 0;
    gap: 8px;
  }
  html[data-main-layout=content] .club-room-history-page .record-title {
    font-size: 15px;
    line-height: 0.83;
  }
  html[data-main-layout=content] .club-room-history-page .record-meta {
    gap: 5px;
  }
  html[data-main-layout=content] .club-room-history-page .meta-top {
    gap: 29px;
    font-size: 10px;
    line-height: 1;
  }
  html[data-main-layout=content] .club-room-history-page .meta-time {
    gap: 0;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.5px;
  }
  html[data-main-layout=content] .club-room-history-page .meta-time img {
    width: 16px;
    height: 16px;
  }
  html[data-main-layout=content] .club-room-history-page .record-right {
    flex: 0 0 auto;
    gap: 8px;
  }
  html[data-main-layout=content] .club-room-history-page .fee-chip {
    width: 77px;
    min-width: 77px;
    min-height: 36px;
    padding: 6px 9px;
    gap: 3px;
    border-radius: 9px;
  }
  html[data-main-layout=content] .club-room-history-page .fee-line {
    gap: 5px;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.4px;
  }
  html[data-main-layout=content] .club-room-history-page .chevron {
    font-size: 32px;
    line-height: 1;
  }
  html[data-main-layout=content] .club-room-history-page .list-status {
    padding: 8px 0 10px;
    font-size: 13px;
  }
  html[data-main-layout=content] .club-room-history-detail-page {
    --history-detail-gutter: clamp(24px, 2.7778vw, 40px);
    --history-detail-stage-top: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    display: block;
    width: 100%;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .club-room-history-detail-page > .page-back-header,
  html[data-main-layout=content] .club-room-history-detail-page > .room-data-detail {
    position: absolute;
    top: var(--history-detail-stage-top);
    right: 0;
    left: 0;
    width: var(--content-stage-width);
    margin-right: auto;
    margin-left: auto;
  }
  html[data-main-layout=content] .club-room-history-detail-page > .page-back-header {
    z-index: 3;
    height: 84px;
    min-height: 84px;
    padding: 50px var(--history-detail-gutter) 0;
  }
  html[data-main-layout=content] .club-room-history-detail-page .back-trigger {
    gap: 20px;
    padding: 0;
  }
  html[data-main-layout=content] .club-room-history-detail-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .page-back-header .title {
    font-size: 29px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .club-room-history-detail-page > .room-data-detail {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: var(--content-stage-height);
    min-height: 0;
    padding: 112px var(--history-detail-gutter) 30px;
    gap: 19px;
    overflow: hidden;
  }
  html[data-main-layout=content] .club-room-history-detail-page .meta-panel {
    flex: 0 0 43px;
    min-height: 43px;
    gap: 4px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .meta-title-row {
    flex: 0 0 23px;
    min-height: 23px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .meta-title,
  html[data-main-layout=content] .club-room-history-detail-page .meta-main-value {
    font-size: 19px;
    line-height: 23px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .meta-sub-row {
    flex: 0 0 16px;
    min-height: 16px;
    font-size: 13px;
    line-height: 16px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .creator-wrap {
    gap: 9px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .id-pill-wrap {
    gap: 3px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .id-pill {
    min-width: 21px;
    height: 13px;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 9px;
    line-height: 13px;
    text-align: center;
  }
  html[data-main-layout=content] .club-room-history-detail-page .id-number {
    font-size: 11px;
    line-height: 13px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .summary-card {
    flex: 0 0 224px;
    width: 100%;
    height: 224px;
    min-height: 224px;
    padding: 16px 19px;
    gap: 11px;
    border-width: 1px;
    border-radius: 34px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .summary-row {
    flex: 0 0 49px;
    min-height: 49px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .summary-row:first-child {
    flex-basis: 50px;
    min-height: 50px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .summary-row--three {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .summary-row--single {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  html[data-main-layout=content] .club-room-history-detail-page .metric-item {
    position: relative;
    flex: 0 0 84px;
    width: 84px;
    gap: 3px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .metric-item--with-divider + .metric-item--with-divider {
    border-left: 0;
  }
  html[data-main-layout=content] .club-room-history-detail-page .metric-item--with-divider + .metric-item--with-divider::before {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 1px;
    height: 32px;
    background: rgba(249, 249, 249, 0.16);
    content: "";
    transform: translate(-50%, -50%);
  }
  html[data-theme=light][data-main-layout=content] .club-room-history-detail-page .metric-item--with-divider + .metric-item--with-divider::before {
    background: rgba(17, 17, 17, 0.12);
  }
  html[data-main-layout=content] .club-room-history-detail-page .metric-label {
    font-size: 15px;
    line-height: 21px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .metric-value {
    font-size: 24px;
    line-height: 25px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .summary-row:first-child .metric-item:first-child .metric-value {
    font-size: 19px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .metric-value + .metric-value {
    display: none;
  }
  html[data-main-layout=content] .club-room-history-detail-page .summary-divider {
    flex: 0 0 1px;
    width: 100%;
    height: 1px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .record-board {
    flex: 1 1 auto;
    min-height: 0;
    padding-bottom: 0;
    gap: 7px;
    overflow: hidden;
  }
  html[data-main-layout=content] .club-room-history-detail-page .board-head-wrap {
    flex: 0 0 34px;
    width: 100%;
    height: 34px;
    padding-top: 0;
  }
  html[data-main-layout=content] .club-room-history-detail-page .board-head-strip {
    inset: 7px 7px auto 9px;
    height: 21px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .board-head {
    width: 100%;
    height: 34px;
    min-height: 34px;
    padding: 0 12px;
    border-width: 1px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .board-grid {
    grid-template-columns: 72px repeat(6, minmax(0, 1fr));
    column-gap: 2px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .head-cell {
    font-size: 12px;
    line-height: 15px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .head-cell--user {
    padding-left: 0;
    text-align: center;
  }
  html[data-main-layout=content] .club-room-history-detail-page .record-list {
    flex: 1 1 auto;
    min-height: 0;
    gap: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .club-room-history-detail-page .record-list::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .club-room-history-detail-page .record-row {
    flex: 0 0 51px;
    width: 100%;
    height: 51px;
    min-height: 51px;
    padding: 13px 9px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .user-cell {
    gap: 4px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .user-avatar {
    width: 22px;
    height: 22px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .user-meta {
    line-height: 1;
  }
  html[data-main-layout=content] .club-room-history-detail-page .user-name,
  html[data-main-layout=content] .club-room-history-detail-page .value-cell {
    font-size: 12px;
    line-height: 15px;
  }
  html[data-main-layout=content] .club-room-history-detail-page .user-name {
    max-width: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html[data-main-layout=content] .club-room-history-detail-page .user-id {
    max-width: 46px;
    margin-top: 0;
    overflow: hidden;
    font-size: 8px;
    line-height: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html[data-main-layout=content] .club-room-history-detail-page .list-status {
    padding: 12px 0;
    font-size: 12px;
  }
  html[data-main-layout=content] .club-members-desktop-page {
    --club-members-gutter: clamp(24px, 2.7778vw, 40px);
    --club-members-stage-top: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    display: block;
    width: 100%;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .club-members-desktop-page > .page-back-header,
  html[data-main-layout=content] .club-members-desktop-page > .club-members {
    position: absolute;
    top: var(--club-members-stage-top);
    right: 0;
    left: 0;
    width: var(--content-stage-width);
    margin-right: auto;
    margin-left: auto;
  }
  html[data-main-layout=content] .club-members-desktop-page > .page-back-header {
    z-index: 3;
    height: 84px;
    min-height: 84px;
    padding: 50px var(--club-members-gutter) 0;
  }
  html[data-main-layout=content] .club-members-desktop-page .back-trigger {
    gap: 20px;
    padding: 0;
  }
  html[data-main-layout=content] .club-members-desktop-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .club-members-desktop-page .page-back-header .title {
    font-size: 29px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .club-members-desktop-page .member-total {
    padding-left: 0;
    font-size: 18px;
    line-height: 25px;
  }
  html[data-main-layout=content] .club-members-desktop-page > .club-members {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: var(--content-stage-height);
    min-height: 0;
    padding: 112px var(--club-members-gutter) 30px;
    gap: 19px;
    overflow: hidden;
  }
  html[data-main-layout=content] .club-members-desktop-page .member-tabs {
    flex: 0 0 31px;
    align-items: center;
    justify-content: center;
    width: min(100%, 397px);
    min-height: 31px;
    margin: 0 auto;
    padding: 0 22px;
    gap: 73px;
  }
  html[data-main-layout=content] .club-members-desktop-page .tab-btn {
    height: 31px;
    padding: 0;
    font-size: 17px;
    line-height: 30px;
  }
  html[data-main-layout=content] .club-members-desktop-page .tab-btn--active::after {
    height: 1.5px;
  }
  html[data-main-layout=content] .club-members-desktop-page .summary-card {
    flex: 0 0 178px;
    width: 100%;
    height: 178px;
    min-height: 178px;
    padding: 33px 20px;
    justify-content: center;
    gap: 18px;
    border-radius: 48px;
  }
  html[data-main-layout=content] .club-members-desktop-page .summary-grid {
    display: flex;
    flex: 0 0 47px;
    align-items: flex-start;
    justify-content: center;
    min-height: 47px;
    gap: 116px;
  }
  html[data-main-layout=content] .club-members-desktop-page .summary-grid--bottom {
    align-items: center;
  }
  html[data-main-layout=content] .club-members-desktop-page .summary-item,
  html[data-main-layout=content] .club-members-desktop-page .income-btn {
    flex: 0 0 93px;
    width: 93px;
  }
  html[data-main-layout=content] .club-members-desktop-page .summary-item {
    gap: 0;
    text-align: left;
  }
  html[data-main-layout=content] .club-members-desktop-page .summary-label {
    width: 94px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  html[data-main-layout=content] .club-members-desktop-page .summary-value {
    justify-content: flex-start;
    gap: 2px;
    font-size: 20px;
    line-height: 27px;
  }
  html[data-main-layout=content] .club-members-desktop-page .summary-value img {
    width: 24px;
    height: 24px;
  }
  html[data-main-layout=content] .club-members-desktop-page .income-btn {
    height: 47px;
    min-height: 47px;
    border-radius: 109px;
    gap: 1px;
    font-size: 14px;
    line-height: 20px;
  }
  html[data-main-layout=content] .club-members-desktop-page .income-icon {
    width: 14px;
    height: 14px;
    border-width: 1.5px;
    border-radius: 2px;
  }
  html[data-main-layout=content] .club-members-desktop-page .income-icon::after {
    top: -6px;
    left: 2px;
    width: 7px;
    height: 6px;
    border-width: 1.5px;
    border-radius: 2px 2px 0 0;
  }
  html[data-main-layout=content] .club-members-desktop-page .search-card {
    flex: 0 0 40px;
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 0 17px;
    gap: 9px;
    border-radius: 40px;
  }
  html[data-main-layout=content] .club-members-desktop-page .search-icon {
    width: 18px;
    height: 18px;
    border-width: 2px;
  }
  html[data-main-layout=content] .club-members-desktop-page .search-icon::after {
    right: -7px;
    bottom: -2px;
    width: 8px;
    height: 2px;
  }
  html[data-main-layout=content] .club-members-desktop-page .search-card input {
    font-size: 16px;
    line-height: 22px;
  }
  html[data-main-layout=content] .club-members-desktop-page .members-list {
    flex: 1 1 auto;
    min-height: 0;
    margin-top: -12px;
    padding: 12px 0 30px;
    gap: 19px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .club-members-desktop-page .members-list::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .club-members-desktop-page .member-card {
    flex: 0 0 112px;
    width: 100%;
    height: 112px;
    min-height: 112px;
    padding: 7px 20px 13px;
    border-radius: 48px;
  }
  html[data-main-layout=content] .club-members-desktop-page .role-badge {
    top: -12px;
    left: 27px;
    min-height: 20px;
    padding: 0 7px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 20px;
  }
  html[data-main-layout=content] .club-members-desktop-page .member-main {
    width: 100%;
    height: 47px;
    min-height: 47px;
    gap: 15px;
  }
  html[data-main-layout=content] .club-members-desktop-page .member-left {
    gap: 15px;
  }
  html[data-main-layout=content] .club-members-desktop-page .member-avatar {
    width: 47px;
    height: 47px;
  }
  html[data-main-layout=content] .club-members-desktop-page .member-base {
    width: 142px;
    gap: 11px;
  }
  html[data-main-layout=content] .club-members-desktop-page .member-name {
    width: 142px;
    overflow: hidden;
    font-size: 14px;
    line-height: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html[data-main-layout=content] .club-members-desktop-page .member-id-row {
    gap: 3px;
    font-size: 12px;
    line-height: 14px;
  }
  html[data-main-layout=content] .club-members-desktop-page .id-pill {
    min-width: 23px;
    height: 14px;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 10px;
  }
  html[data-main-layout=content] .club-members-desktop-page .member-diamond {
    gap: 8px;
    font-size: 14px;
    line-height: 19px;
  }
  html[data-main-layout=content] .club-members-desktop-page .member-diamond img {
    width: 24px;
    height: 19px;
  }
  html[data-main-layout=content] .club-members-desktop-page .member-data-strip {
    width: 100%;
    height: 38px;
    min-height: 38px;
    margin-top: 7px;
    padding: 5px 26px;
    gap: 0;
    border-radius: 65px;
  }
  html[data-main-layout=content] .club-members-desktop-page .data-item {
    gap: 5px;
    align-items: flex-start;
  }
  html[data-main-layout=content] .club-members-desktop-page .data-item:nth-child(2) {
    align-items: center;
  }
  html[data-main-layout=content] .club-members-desktop-page .data-item:last-child {
    align-items: flex-end;
  }
  html[data-main-layout=content] .club-members-desktop-page .data-label,
  html[data-main-layout=content] .club-members-desktop-page .data-value {
    font-size: 12px;
    line-height: 10px;
  }
  html[data-main-layout=content] .club-members-desktop-page .data-label {
    gap: 3px;
  }
  html[data-main-layout=content] .club-members-desktop-page .data-label img {
    width: 13px;
    height: 13px;
  }
  html[data-main-layout=content] .club-members-desktop-page .data-user-icon {
    width: 11px;
    height: 11px;
  }
  html[data-main-layout=content] .club-members-desktop-page .member-list-status {
    padding: 12px 0;
    font-size: 12px;
  }
  html[data-main-layout=content] .club-members-desktop-page .fund-sheet {
    bottom: max(0px, (var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2);
    width: var(--content-stage-width);
    max-height: var(--content-stage-height);
    padding: 25px 21px 16px;
    border-radius: 33px 33px 0 0;
    gap: 17px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .club-members-desktop-page .fund-sheet::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .club-members-desktop-page .fund-tabs {
    flex: 0 0 23px;
    height: 23px;
    gap: 59px;
  }
  html[data-main-layout=content] .club-members-desktop-page .fund-tab {
    height: 23px;
    font-size: 18px;
    line-height: 22px;
  }
  html[data-main-layout=content] .club-members-desktop-page .fund-tab--active {
    border-bottom-width: 2px;
  }
  html[data-main-layout=content] .club-members-desktop-page .fund-action-switch {
    flex: 0 0 63px;
    width: 373px;
    min-height: 63px;
    padding: 0;
    border-radius: 195px;
    grid-template-columns: 181px 1fr;
  }
  html[data-main-layout=content] .club-members-desktop-page .action-tab {
    border-radius: 195px;
    font-size: 19px;
  }
  html[data-main-layout=content] .club-members-desktop-page .sheet-meta {
    align-self: center;
    width: 345px;
    gap: 16px;
  }
  html[data-main-layout=content] .club-members-desktop-page .sheet-row {
    min-height: 28px;
    gap: 20px;
  }
  html[data-main-layout=content] .club-members-desktop-page .sheet-row--top {
    margin-top: 0;
  }
  html[data-main-layout=content] .club-members-desktop-page .sheet-label,
  html[data-main-layout=content] .club-members-desktop-page .sheet-username,
  html[data-main-layout=content] .club-members-desktop-page .sheet-balance,
  html[data-main-layout=content] .club-members-desktop-page .quota-group-label {
    font-size: 20px;
    line-height: 28px;
  }
  html[data-main-layout=content] .club-members-desktop-page .sheet-username,
  html[data-main-layout=content] .club-members-desktop-page .sheet-balance {
    gap: 8px;
  }
  html[data-main-layout=content] .club-members-desktop-page .sheet-id-tag {
    min-width: 41px;
    height: 26px;
    padding: 0 11px;
    border-radius: 9px;
    font-size: 18px;
  }
  html[data-main-layout=content] .club-members-desktop-page .sheet-balance img {
    width: 25px;
    height: 25px;
  }
  html[data-main-layout=content] .club-members-desktop-page .quota-body {
    align-self: center;
    width: 373px;
    gap: 4px;
  }
  html[data-main-layout=content] .club-members-desktop-page .quota-body > .sheet-row--top {
    margin-bottom: 13px;
  }
  html[data-main-layout=content] .club-members-desktop-page .quota-body > .sheet-row:not(.sheet-row--top) {
    min-height: 56px;
  }
  html[data-main-layout=content] .club-members-desktop-page .quota-group-label {
    min-width: 100px;
  }
  html[data-main-layout=content] .club-members-desktop-page .quota-actions {
    gap: 10px;
  }
  html[data-main-layout=content] .club-members-desktop-page .quota-action {
    width: 87px;
    min-width: 87px;
    height: 39px;
    padding: 0 12px;
    border-radius: 185px;
    font-size: 12px;
  }
  html[data-main-layout=content] .club-members-desktop-page .quota-editor {
    width: 367px;
    min-height: 132px;
    padding: 26px;
    border-radius: 20px;
    gap: 15px;
  }
  html[data-main-layout=content] .club-members-desktop-page .quota-mode-row {
    min-height: 25px;
    gap: 12px;
  }
  html[data-main-layout=content] .club-members-desktop-page .quota-mode {
    gap: 4px;
    padding: 0;
    font-size: 15px;
  }
  html[data-main-layout=content] .club-members-desktop-page .quota-mode-radio {
    width: 18px;
    height: 18px;
  }
  html[data-main-layout=content] .club-members-desktop-page .quota-mode-radio.radio-circle--checked::after {
    width: 11px;
    height: 11px;
    border-width: 2px;
  }
  html[data-main-layout=content] .club-members-desktop-page .quota-input-pill {
    min-height: 40px;
    padding: 11px 16px;
    border-radius: 32px;
    font-size: 15px;
  }
  html[data-main-layout=content] .club-members-desktop-page .fund-keypad {
    flex: 0 0 238px;
    width: 100%;
    height: 238px;
    gap: 8px;
  }
  html[data-main-layout=content] .club-members-desktop-page .fund-keypad-row {
    flex: 0 0 53px;
    height: 53px;
    gap: 6px;
  }
  html[data-main-layout=content] .club-members-desktop-page .keypad-btn {
    min-height: 53px;
    border-width: 1px;
    border-radius: 15px;
    font-size: 24px;
  }
  html[data-main-layout=content] .club-members-desktop-page .keypad-btn--accent {
    border-radius: 63px;
  }
  html[data-main-layout=content] .club-members-desktop-page .keypad-btn--del {
    font-size: 34px;
  }
  html[data-main-layout=content] .club-members-desktop-page .sheet-footer-actions {
    flex: 0 0 64px;
    align-self: center;
    width: 446px;
    height: 64px;
    padding: 0 28px;
    grid-template-columns: repeat(2, 189px);
    gap: 11px;
  }
  html[data-main-layout=content] .club-members-desktop-page .sheet-footer-btn {
    min-height: 64px;
    border-radius: 47px;
    font-size: 18px;
  }
  html[data-main-layout=content] .club-level-page {
    --club-level-stage-top: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    --club-level-gutter: clamp(24px, 2.7778vw, 40px);
    display: block;
    width: 100%;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .club-level-page .club-level-content {
    position: absolute;
    top: var(--club-level-stage-top);
    right: 0;
    left: 0;
    width: var(--content-stage-width);
    height: var(--content-stage-height);
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }
  html[data-main-layout=content] .club-level-page .page-back-header {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 84px;
    min-height: 84px;
    padding: 50px var(--club-level-gutter) 0;
  }
  html[data-main-layout=content] .club-level-page .back-trigger {
    gap: 20px;
    padding: 0;
  }
  html[data-main-layout=content] .club-level-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .club-level-page .page-back-header .title {
    font-size: 29px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .club-level-page .club-level-diamond {
    min-height: 41px;
    padding: 3px 9px;
    gap: 7px;
    border-radius: 23px;
    font-size: 24px;
  }
  html[data-main-layout=content] .club-level-page .club-level-diamond img {
    width: 26px;
    height: 21px;
  }
  html[data-main-layout=content] .club-level-page .club-level-main {
    position: absolute;
    top: clamp(92px, 16.2109dvh, 166px);
    right: 0;
    bottom: 120px;
    left: 0;
    display: flex;
    padding: 0 24px 16px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .club-level-page .club-level-main::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .club-level-page .club-medal {
    flex: 0 0 auto;
    width: clamp(180px, 26.6602dvh, 273px);
    height: clamp(180px, 26.6602dvh, 273px);
  }
  html[data-main-layout=content] .club-level-page .club-medal__level-pill {
    bottom: clamp(40px, 5.5664dvh, 57px);
    min-width: clamp(150px, 19.6289dvh, 201px);
    height: clamp(40px, 5.1758dvh, 53px);
    padding: 0 12px;
    border-radius: 94px;
    font-size: clamp(22px, 2.9297dvh, 30px);
  }
  html[data-main-layout=content] .club-level-page .club-upgrade-card {
    flex: 0 0 auto;
    width: min(100% - 48px, 398px);
    height: clamp(210px, 23.6328dvh, 242px);
    min-height: 210px;
    margin-top: 8px;
    padding: clamp(17px, 2.0508dvh, 21px);
    border-radius: 49px;
  }
  html[data-main-layout=content] .club-level-page .club-upgrade-card__date {
    font-size: 17px;
    line-height: 22px;
  }
  html[data-main-layout=content] .club-level-page .club-upgrade-progress {
    height: 32px;
    margin: clamp(10px, 1.8555dvh, 19px) 5px 0;
  }
  html[data-main-layout=content] .club-level-page .club-upgrade-progress .van-slider {
    height: 6px;
  }
  html[data-main-layout=content] .club-level-page .club-upgrade-progress .van-slider__button {
    width: 32px;
    height: 32px;
    border-width: 1px;
  }
  html[data-main-layout=content] .club-level-page .club-upgrade-progress__dot {
    width: 6px;
    height: 6px;
  }
  html[data-main-layout=content] .club-level-page .club-upgrade-cost {
    min-height: 54px;
    margin-top: 4px;
  }
  html[data-main-layout=content] .club-level-page .club-upgrade-cost p,
  html[data-main-layout=content] .club-level-page .club-upgrade-card__details p {
    font-size: 14px;
    line-height: 18px;
  }
  html[data-main-layout=content] .club-level-page .club-upgrade-cost__value {
    gap: 6px;
    font-size: 24px;
    line-height: 30px;
  }
  html[data-main-layout=content] .club-level-page .club-upgrade-cost__badge {
    width: 28px;
    height: 28px;
  }
  html[data-main-layout=content] .club-level-page .club-upgrade-cost__badge i {
    font-size: 14px;
  }
  html[data-main-layout=content] .club-level-page .club-upgrade-cost__value > img {
    width: 24px;
    height: 19px;
  }
  html[data-main-layout=content] .club-level-page .club-upgrade-card__details {
    padding: 0 13px;
  }
  html[data-main-layout=content] .club-level-page .club-level-footer {
    position: absolute;
    right: 0;
    bottom: clamp(20px, 3.9063dvh, 40px);
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  html[data-main-layout=content] .club-level-page .club-level-footer > .primary-btn {
    width: min(100% - 48px, 398px);
    height: 65px;
    min-height: 65px;
    border-radius: 48px;
    font-size: 18px;
  }
  html[data-main-layout=content] .club-level-page .club-level-confirm {
    width: min(100% - 48px, 520px);
    padding: 32px 26px 24px;
    border-radius: 36px;
  }
  html[data-main-layout=content] .club-level-page .club-level-confirm p {
    font-size: 18px;
  }
  html[data-main-layout=content] .club-level-page .club-level-confirm__actions {
    margin-top: 24px;
    gap: 12px;
  }
  html[data-main-layout=content] .club-level-page .club-level-confirm__actions button {
    height: 64px;
    border-radius: 47px;
    font-size: 18px;
  }
  html[data-main-layout=content] .member-role-sheet-popup.van-popup--bottom {
    right: 0;
    bottom: max(0px, (var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2);
    left: 0;
    width: var(--content-stage-width);
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-top-left-radius: 34px !important;
    border-top-right-radius: 34px !important;
  }
  html[data-main-layout=content] .member-role-sheet-popup .sheet-body {
    width: 100%;
    padding: 26px var(--member-detail-gutter, 40px) 32px;
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
  }
  html[data-main-layout=content] .member-role-sheet-popup .sheet-row {
    display: flex;
    width: min(100%, 397px);
    min-height: 54px;
    margin: 0 auto;
    gap: 14px;
    font-size: 20px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .member-role-sheet-popup .radio-circle {
    width: 20px;
    height: 20px;
    border-width: 1px;
  }
  html[data-main-layout=content] .member-role-sheet-popup .radio-circle--checked::after {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
  html[data-main-layout=content] .member-role-sheet-popup .sheet-confirm {
    display: flex;
    width: min(100%, 397px);
    height: 64px;
    min-height: 64px;
    margin: 14px auto 0;
    border-radius: 47px;
    font-size: 20px;
  }
  html[data-main-layout=content] .member-detail-desktop-page {
    --member-detail-gutter: clamp(24px, 2.7778vw, 40px);
    --member-detail-stage-top: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    display: block;
    width: 100%;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .member-detail-desktop-page > .page-back-header,
  html[data-main-layout=content] .member-detail-desktop-page > .member-detail-page {
    position: absolute;
    top: var(--member-detail-stage-top);
    right: 0;
    left: 0;
    width: var(--content-stage-width);
    margin-right: auto;
    margin-left: auto;
  }
  html[data-main-layout=content] .member-detail-desktop-page > .page-back-header {
    z-index: 3;
    height: 84px;
    min-height: 84px;
    padding: 50px var(--member-detail-gutter) 0;
  }
  html[data-main-layout=content] .member-detail-desktop-page .back-trigger {
    gap: 20px;
    padding: 0;
  }
  html[data-main-layout=content] .member-detail-desktop-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .page-back-header .title {
    font-size: 29px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .member-detail-desktop-page > .member-detail-page {
    z-index: 1;
    display: flex;
    height: var(--content-stage-height);
    min-height: 0;
    padding: 103px var(--member-detail-gutter) 37px;
    gap: 19px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .member-detail-desktop-page > .member-detail-page::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .member-detail-desktop-page .glass-card {
    flex: 0 0 auto;
  }
  html[data-main-layout=content] .member-detail-desktop-page .profile-card {
    width: 100%;
    height: 155px;
    min-height: 155px;
    padding: 6px 26px;
    border-radius: 47px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .profile-left {
    gap: 17px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .profile-left > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 180px;
    min-width: 0;
  }
  html[data-main-layout=content] .member-detail-desktop-page .avatar {
    width: 79px;
    height: 79px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .name {
    max-width: 180px;
    overflow: hidden;
    font-size: 27px;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html[data-main-layout=content] .member-detail-desktop-page .uid-line {
    min-height: 18px;
    margin: 9px 0 0;
    gap: 3px;
    font-size: 11px;
    line-height: 18px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .uid-line span {
    min-width: 26px;
    height: 18px;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 9px;
    line-height: 18px;
    text-align: center;
  }
  html[data-main-layout=content] .member-detail-desktop-page .badge {
    margin-top: 4px;
    font-size: 13px;
    line-height: 20px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .asset-stack {
    gap: 2px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .asset-stack p {
    gap: 6px;
    font-size: 18px;
    line-height: 25px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .asset-stack img {
    width: 24px;
    height: 22px;
    object-fit: contain;
  }
  html[data-main-layout=content] .member-detail-desktop-page .role-card {
    width: 100%;
    height: 68px;
    min-height: 68px;
    padding: 15px 21px;
    border-radius: 30px;
    font-size: 18px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .role-trigger {
    gap: 5px;
    padding: 0;
    font-size: 18px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .role-arrow {
    width: 8px;
    height: 8px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .form-card {
    width: 100%;
    min-height: 218px;
    padding: 17px 24px;
    border-radius: 20px;
    gap: 17px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .form-card label {
    gap: 7px;
    font-size: 18px;
    line-height: 25px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .form-card input {
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 0 12px;
    border-radius: 36px;
    font-size: 12px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .remark-save-btn {
    align-self: center;
    width: 189px;
    min-height: 50px;
    margin-top: 0;
  }
  html[data-main-layout=content] .member-detail-desktop-page .stat-head-card {
    width: 100%;
    min-height: 141px;
    padding: 17px 24px;
    border-radius: 20px;
    gap: 15px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .stat-head-top {
    min-height: 27px;
    font-size: 18px;
    line-height: 27px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .stat-head-icon {
    width: 27px;
    height: 27px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .pill-tabs {
    width: 100%;
    height: 64px;
    min-height: 64px;
    padding: 0;
    border-radius: 36px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .pill-tabs button {
    height: 64px;
    min-height: 64px;
    padding: 0 21px;
    border-radius: 62px;
    font-size: 16px;
    line-height: 22px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .range-tabs {
    flex: 0 0 64px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .stat-list {
    flex: 0 0 auto;
    width: 100%;
    gap: 3px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .stats-loading {
    padding: 0 20px;
    font-size: 12px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .stat-row {
    width: 100%;
    height: 36px;
    min-height: 36px;
    padding: 0 20px;
    border-radius: 34px;
    font-size: 14px;
    line-height: 36px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .stat-row span:last-child {
    font-size: 18px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .link-list {
    width: 100%;
    border-radius: 19px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .link-list--agent {
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    height: 167px;
    min-height: 167px;
    padding: 21px 22px;
    gap: 0;
  }
  html[data-main-layout=content] .member-detail-desktop-page .link-list--agent .link-item {
    height: auto;
    min-height: 0;
  }
  html[data-main-layout=content] .member-detail-desktop-page .link-list--single {
    min-height: 64px;
    padding: 10px 22px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .link-item {
    flex: 0 0 24px;
    width: 100%;
    min-height: 24px;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .link-item-main {
    gap: 11px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .link-item-end {
    gap: 6px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .agent-link-icon {
    width: 24px;
    height: 24px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .friend-total {
    font-size: 12px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .arrow {
    width: 9px;
    height: 9px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .bound-row-card {
    width: 100%;
    min-height: 94px;
    border-radius: 19px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .bound-link-item {
    min-height: 94px;
    padding: 20px 22px;
    border-radius: 19px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .bound-left {
    gap: 11px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .bound-agent-avatar {
    width: 46px;
    height: 46px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .bound-agent-info {
    gap: 4px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .bound-agent-info strong {
    font-size: 18px;
    line-height: 22px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .bound-agent-id-tag {
    min-width: 24px;
    height: 15px;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 10px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .bound-agent-info small {
    font-size: 12px;
    line-height: 15px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .bound-agent-action {
    font-size: 16px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .bound-agent-arrow {
    width: 12px;
    height: 22px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .switch-list {
    width: 100%;
    min-height: 225px;
    padding: 16px 22px;
    border-radius: 19px;
    gap: 11px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .switch-row {
    flex: 0 0 30px;
    min-height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .switch {
    width: 53px;
    height: 27px;
    padding: 1px;
    border-radius: 35px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .switch i {
    width: 25px;
    height: 25px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .bottom-actions {
    flex: 0 0 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    margin-top: 0;
    gap: 11px;
  }
  html[data-main-layout=content] .member-detail-desktop-page .btn {
    flex: 0 0 189px;
    width: 189px;
    min-height: 64px;
    border-radius: 47px;
    font-size: 23px;
  }
  html[data-main-layout=content] .agent-profit-desktop-page,
  html[data-main-layout=content] .agent-vip-statistics-page,
  html[data-main-layout=content] .bind-agent-desktop-page,
  html[data-main-layout=content] .unbind-agent-desktop-page {
    --member-subpage-gutter: clamp(24px, 2.7778vw, 40px);
    --member-subpage-stage-top: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    position: relative;
    display: block;
    width: 100%;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .agent-profit-desktop-page > .page-back-header,
  html[data-main-layout=content] .agent-vip-statistics-page > .page-back-header,
  html[data-main-layout=content] .bind-agent-desktop-page > .page-back-header {
    position: absolute;
    z-index: 5;
    top: var(--member-subpage-stage-top);
    right: 0;
    left: 0;
    width: var(--content-stage-width);
    height: 84px;
    min-height: 84px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px var(--member-subpage-gutter) 0;
  }
  html[data-main-layout=content] .unbind-agent-desktop-page .sub-page > .page-back-header {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 84px;
    min-height: 84px;
    padding: 50px var(--member-subpage-gutter) 0;
  }
  html[data-main-layout=content] .agent-profit-desktop-page .back-trigger,
  html[data-main-layout=content] .agent-vip-statistics-page .back-trigger,
  html[data-main-layout=content] .bind-agent-desktop-page .back-trigger,
  html[data-main-layout=content] .unbind-agent-desktop-page .back-trigger {
    gap: 20px;
    padding: 0;
  }
  html[data-main-layout=content] .agent-profit-desktop-page .back-icon,
  html[data-main-layout=content] .agent-vip-statistics-page .back-icon,
  html[data-main-layout=content] .bind-agent-desktop-page .back-icon,
  html[data-main-layout=content] .unbind-agent-desktop-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .agent-profit-desktop-page .page-back-header .title,
  html[data-main-layout=content] .agent-vip-statistics-page .page-back-header .title,
  html[data-main-layout=content] .bind-agent-desktop-page .page-back-header .title,
  html[data-main-layout=content] .unbind-agent-desktop-page .page-back-header .title {
    font-size: 29px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .agent-profit-desktop-page > .profile-card,
  html[data-main-layout=content] .agent-profit-desktop-page > .form-list,
  html[data-main-layout=content] .agent-profit-desktop-page > .form-actions {
    position: absolute;
    right: 0;
    left: 0;
    width: calc(var(--content-stage-width) - var(--member-subpage-gutter) - var(--member-subpage-gutter));
    margin-right: auto;
    margin-left: auto;
  }
  html[data-main-layout=content] .agent-profit-desktop-page > .profile-card {
    top: calc(var(--member-subpage-stage-top) + 109px);
    height: 122px;
    min-height: 122px;
    padding: 6px 26px;
    gap: 17px;
    border-radius: 46px;
  }
  html[data-main-layout=content] .agent-profit-desktop-page .profile-card img {
    width: 79px;
    height: 79px;
  }
  html[data-main-layout=content] .agent-profit-desktop-page .name {
    font-size: 27px;
    line-height: 1.05;
  }
  html[data-main-layout=content] .agent-profit-desktop-page .uid {
    margin-top: 9px;
    gap: 3px;
    font-size: 11px;
    line-height: 18px;
  }
  html[data-main-layout=content] .agent-profit-desktop-page .uid span {
    min-width: 26px;
    height: 18px;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 9px;
    line-height: 18px;
    text-align: center;
  }
  html[data-main-layout=content] .agent-profit-desktop-page > .form-list {
    top: calc(var(--member-subpage-stage-top) + 258px);
    bottom: calc(var(--member-subpage-stage-top) + 114px);
    display: flex;
    gap: 27px;
    padding: 0 0 16px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .agent-profit-desktop-page > .form-list::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .agent-profit-desktop-page .form-item {
    flex: 0 0 auto;
    gap: 9px;
  }
  html[data-main-layout=content] .agent-profit-desktop-page .form-item p {
    font-size: 17px;
    line-height: 24px;
  }
  html[data-main-layout=content] .agent-profit-desktop-page .value {
    width: 100%;
    height: 72px;
    min-height: 72px;
    padding: 0 24px;
    border-radius: 36px;
    font-size: 18px;
  }
  html[data-main-layout=content] .agent-profit-desktop-page .value__number {
    font-size: 20px;
  }
  html[data-main-layout=content] .agent-profit-desktop-page .value__unit {
    font-size: 18px;
  }
  html[data-main-layout=content] .agent-profit-desktop-page > .form-actions {
    bottom: calc(var(--member-subpage-stage-top) + 30px);
    display: flex;
    justify-content: center;
    padding: 0;
  }
  html[data-main-layout=content] .agent-profit-desktop-page .save-btn {
    flex: 0 0 387px;
    width: 387px;
    height: 64px;
    min-height: 64px;
    border-radius: 47px;
    font-size: 23px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page > .profile-card,
  html[data-main-layout=content] .agent-vip-statistics-page > .offline-head,
  html[data-main-layout=content] .agent-vip-statistics-page > .filter-bar,
  html[data-main-layout=content] .agent-vip-statistics-page > .cards {
    position: absolute;
    right: 0;
    left: 0;
    width: calc(var(--content-stage-width) - var(--member-subpage-gutter) - var(--member-subpage-gutter));
    margin-right: auto;
    margin-left: auto;
  }
  html[data-main-layout=content] .agent-vip-statistics-page > .profile-card {
    top: calc(var(--member-subpage-stage-top) + 109px);
    height: 156px;
    min-height: 156px;
    padding: 6px 26px;
    gap: 17px;
    border-radius: 47px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .avatar {
    width: 79px;
    height: 79px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .name-wrap {
    min-width: 0;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .name {
    max-width: 360px;
    overflow: hidden;
    font-size: 27px;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .uid {
    font-size: 11px;
    line-height: 18px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .badge {
    margin-top: 4px;
    font-size: 13px;
    line-height: 20px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .coin {
    gap: 2px;
    font-size: 18px;
    line-height: 25px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .coin div {
    gap: 6px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .coin-icon {
    width: 24px;
    height: 22px;
    object-fit: contain;
  }
  html[data-main-layout=content] .agent-vip-statistics-page > .offline-head {
    top: calc(var(--member-subpage-stage-top) + 280px);
    height: 38px;
    margin-top: 0;
    font-size: 17px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .offline-head div p {
    font-size: 17px;
    line-height: 21px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .offline-head div strong {
    font-size: 20px;
    line-height: 24px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page > .filter-bar {
    top: calc(var(--member-subpage-stage-top) + 333px);
    height: 64px;
    min-height: 64px;
    margin-top: 0;
    gap: 14px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .tabs-row {
    height: 64px;
    min-height: 64px;
    padding: 2px;
    border-radius: 36px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .tabs-row button {
    height: 60px;
    min-height: 60px;
    border-radius: 34px;
    font-size: 17px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .filter-select-wrap {
    width: 90px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .filter-select-wrap svg {
    right: 2px;
    width: 16px;
    height: 16px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .filter-select-trigger {
    width: 90px;
    min-height: 40px;
    padding-right: 20px;
    font-size: 17px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .filter-select-options {
    top: calc(100% + 6px);
    width: 110px;
    padding: 6px;
    border-radius: 14px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .filter-select-options button {
    min-height: 38px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 15px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page > .cards {
    top: calc(var(--member-subpage-stage-top) + 416px);
    bottom: calc(var(--member-subpage-stage-top) + 28px);
    gap: 8px;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .agent-vip-statistics-page > .cards::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .stats-loading {
    padding: 20px 0;
    font-size: 13px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .stat-card {
    flex: 0 0 86px;
    width: 100%;
    height: 86px;
    min-height: 86px;
    padding: 8px 24px;
    grid-template-columns: 20% 30% 25% 25%;
    border-radius: 43px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .left {
    gap: 4px;
    font-size: 12px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .left .stat-type-icon {
    width: 45px;
    height: 35px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .metric b {
    font-size: 20px;
    line-height: 24px;
  }
  html[data-main-layout=content] .agent-vip-statistics-page .metric span {
    font-size: 12px;
    line-height: 17px;
  }
  html[data-main-layout=content] .bind-agent-desktop-page > .sub-page,
  html[data-main-layout=content] .unbind-agent-desktop-page > .sub-page {
    position: absolute;
    top: var(--member-subpage-stage-top);
    right: 0;
    left: 0;
    width: var(--content-stage-width);
    height: var(--content-stage-height);
    min-height: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 103px var(--member-subpage-gutter) 28px;
    gap: 19px;
    overflow: hidden;
  }
  html[data-main-layout=content] .bind-agent-desktop-page .cards {
    flex: 1 1 auto;
    min-height: 0;
    gap: 7px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .bind-agent-desktop-page .cards::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .bind-agent-desktop-page .card {
    flex: 0 0 84px;
    width: 100%;
    height: 84px;
    min-height: 84px;
    padding: 14px 17px;
    gap: 11px;
    border-radius: 42px;
  }
  html[data-main-layout=content] .bind-agent-desktop-page .card img {
    width: 56px;
    height: 56px;
    object-fit: cover;
  }
  html[data-main-layout=content] .bind-agent-desktop-page .meta p {
    font-size: 18px;
    line-height: 23px;
  }
  html[data-main-layout=content] .bind-agent-desktop-page .meta small {
    font-size: 11px;
    line-height: 16px;
  }
  html[data-main-layout=content] .bind-agent-desktop-page .dot {
    width: 18px;
    height: 18px;
  }
  html[data-main-layout=content] .bind-agent-desktop-page .status {
    padding: 20px 0;
    font-size: 13px;
  }
  html[data-main-layout=content] .bind-agent-desktop-page .confirm,
  html[data-main-layout=content] .unbind-agent-desktop-page .confirm {
    flex: 0 0 397px;
    align-self: center;
    width: 397px;
    height: 64px;
    min-height: 64px;
    margin: 0;
    border-radius: 47px;
    font-size: 23px;
  }
  html[data-main-layout=content] .bind-agent-desktop-page .confirm {
    flex-basis: 64px;
  }
  html[data-main-layout=content] .unbind-agent-desktop-page .cards {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    gap: 7px;
  }
  html[data-main-layout=content] .unbind-agent-desktop-page .card {
    width: 100%;
    height: 84px;
    min-height: 84px;
    padding: 14px 17px;
    gap: 11px;
    border-radius: 42px;
  }
  html[data-main-layout=content] .unbind-agent-desktop-page .avatar {
    width: 56px;
    height: 56px;
  }
  html[data-main-layout=content] .unbind-agent-desktop-page .card-info {
    gap: 2px;
  }
  html[data-main-layout=content] .unbind-agent-desktop-page .card p {
    font-size: 18px;
    line-height: 23px;
  }
  html[data-main-layout=content] .unbind-agent-desktop-page .uid-line {
    gap: 3px;
    font-size: 11px;
    line-height: 16px;
  }
  html[data-main-layout=content] .unbind-agent-desktop-page .uid-line em {
    min-width: 26px;
    height: 18px;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 9px;
    line-height: 18px;
  }
  html[data-main-layout=content] .unbind-agent-desktop-page .agent-bind-icon {
    width: 34px;
    height: 34px;
  }
  html[data-main-layout=content] .unbind-agent-desktop-page .link {
    height: 30px;
    margin: -4px 0;
  }
  html[data-main-layout=content] .unbind-agent-desktop-page .link .link-icon {
    width: 31px;
    height: 31px;
  }
  html[data-main-layout=content] .unbind-agent-desktop-page .hint {
    margin: auto auto 0;
    font-size: 14px;
    line-height: 20px;
  }
  html[data-main-layout=content] .unbind-agent-desktop-page .confirm {
    flex-basis: 64px;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-panel {
    flex: 0 0 190px;
    min-height: 190px;
    margin: 0;
    padding: 16px 20px;
    gap: 10px;
    border-radius: 34px;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-head {
    font-size: 11px;
    line-height: 14px;
  }
  html[data-main-layout=content] .club-members-desktop-page .range-tabs {
    min-height: 50px;
    height: 50px;
    border-radius: 30px;
  }
  html[data-main-layout=content] .club-members-desktop-page .range-tab {
    padding: 0 12px;
    border-radius: 30px;
    font-size: 14px;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-stats {
    flex: 1 1 auto;
    min-height: 50px;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-stat-item {
    gap: 3px;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-stat-item:not(:last-child)::after {
    height: 32px;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-stat-label {
    font-size: 12px;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-stat-value {
    font-size: 20px;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-table-wrap {
    flex: 1 1 auto;
    min-height: 0;
    margin: 0;
    gap: 7px;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-table-head {
    flex: 0 0 34px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 17px;
    font-size: 12px;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-list {
    gap: 5px;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-list::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-row {
    min-height: 51px;
    padding: 8px 0;
    border-radius: 26px;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-row--from {
    min-height: 72px;
    padding-top: 29px;
  }
  html[data-main-layout=content] .club-members-desktop-page .from-chip {
    height: 21px;
    padding: 0 12px;
    border-radius: 26px 0 6px;
    font-size: 11px;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-main-grid {
    padding: 0 12px;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-main-grid p {
    font-size: 11px;
    line-height: 13px;
  }
  html[data-main-layout=content] .club-members-desktop-page .sub-line {
    font-size: 9px;
  }
  html[data-main-layout=content] .club-members-desktop-page .type-dropdown {
    top: 41px;
    left: 19%;
    width: 200px;
    max-height: 410px;
    padding: 14px 18px;
    border-radius: 17px;
  }
  html[data-main-layout=content] .club-members-desktop-page .type-option {
    padding: 6px 0;
    font-size: 12px;
  }
  html[data-main-layout=content] .club-members-desktop-page .record-list-status {
    padding: 12px 0;
    font-size: 12px;
  }
  html[data-main-layout=content] .club-jackpot-page {
    --jackpot-stage-offset-y: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: var(--jackpot-stage-offset-y) 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  html[data-main-layout=content] .club-jackpot-page .page-back-header {
    position: sticky;
    top: 0;
    z-index: 7;
    flex: 0 0 99px;
    width: min(100% - 80px, 1360px);
    height: 99px;
    min-height: 99px;
    margin: 0 auto;
    padding: 34px 0 20px;
  }
  html[data-main-layout=content] .club-jackpot-page .back-trigger {
    gap: 10px;
    padding: 0;
  }
  html[data-main-layout=content] .club-jackpot-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .club-jackpot-page .page-back-header .title {
    font-size: 28.67px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .club-jackpot-page .pool-trigger {
    min-height: 41px;
    padding: 8px 12px 8px 20px;
    gap: 3px;
    border-radius: 24.5px;
    font-size: 20.88px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .club-jackpot-page .trigger-caret {
    width: 8px;
    height: 8px;
    margin-right: 1px;
    border-right-width: 1.5px;
    border-bottom-width: 1.5px;
  }
  html[data-main-layout=content] .club-jackpot-page .jackpot-body {
    position: relative;
    flex: 1 0 auto;
    width: min(100% - 80px, 1360px);
    min-height: calc(var(--content-stage-height) - 194px);
    margin: 0 auto;
    padding: 0;
  }
  html[data-main-layout=content] .club-jackpot-page .jackpot-list {
    gap: 10px;
  }
  html[data-main-layout=content] .club-jackpot-page .jackpot-card {
    width: 100%;
    max-width: none;
    height: 104px;
    min-height: 104px;
  }
  html[data-main-layout=content] .club-jackpot-page .card-bg {
    top: 2px;
    right: 0;
    left: 18px;
    height: 100px;
    border-width: 1px;
    border-radius: 50px;
  }
  html[data-main-layout=content] .club-jackpot-page .jackpot-badge {
    top: 14px;
    left: 0;
    width: 76px;
    height: 76px;
    border-width: 1px;
    border-radius: 50%;
  }
  html[data-main-layout=content] .club-jackpot-page .jackpot-badge span {
    font-size: 11px;
  }
  html[data-main-layout=content] .club-jackpot-page .jackpot-info {
    left: 92px;
    max-width: calc(100% - 270px);
  }
  html[data-main-layout=content] .club-jackpot-page .game-name {
    font-size: 17px;
    line-height: 1;
  }
  html[data-main-layout=content] .club-jackpot-page .tag-rows {
    margin-top: 8px;
    gap: 2px;
  }
  html[data-main-layout=content] .club-jackpot-page .tag-row {
    gap: 18px;
  }
  html[data-main-layout=content] .club-jackpot-page .tag-item {
    gap: 6px;
    font-size: 13px;
  }
  html[data-main-layout=content] .club-jackpot-page .tag-icon {
    width: 11px;
    height: 12px;
  }
  html[data-main-layout=content] .club-jackpot-page .jackpot-right {
    right: 23px;
    left: auto;
    width: 116px;
    gap: 4px;
  }
  html[data-main-layout=content] .club-jackpot-page .jp-badge {
    width: 112px;
    height: 27px;
    border-radius: 14px;
    font-size: 13px;
  }
  html[data-main-layout=content] .club-jackpot-page .action-row {
    gap: 9px;
    margin-top: 2px;
  }
  html[data-main-layout=content] .club-jackpot-page .action-btn {
    width: 31px;
    height: 31px;
    padding: 3px 0 1px;
    gap: 1px;
    border-width: 0.5px;
    border-radius: 50%;
  }
  html[data-main-layout=content] .club-jackpot-page .action-icon {
    width: 10px;
    height: 10px;
  }
  html[data-main-layout=content] .club-jackpot-page .action-label {
    font-size: 8.5px;
  }
  html[data-main-layout=content] .club-jackpot-page .jackpot-empty {
    min-height: calc(var(--content-stage-height) - 194px);
    justify-content: center;
    padding: 0;
  }
  html[data-main-layout=content] .club-jackpot-page .empty-icon {
    width: 50px;
    height: 62px;
  }
  html[data-main-layout=content] .club-jackpot-page .jackpot-empty p {
    margin-top: 10px;
    font-size: 15px;
  }
  html[data-main-layout=content] .club-jackpot-page .list-loading-more {
    margin-top: 16px;
    font-size: 13px;
  }
  html[data-main-layout=content] .club-jackpot-page .footer-action {
    position: sticky;
    right: auto;
    bottom: 30px;
    left: auto;
    z-index: 8;
    flex: 0 0 65px;
    width: min(100% - 80px, 417px);
    max-width: none;
    margin: 10px auto 30px;
    transform: none;
  }
  html[data-main-layout=content] .club-jackpot-page .create-btn {
    height: 64.7px;
    border-width: 0.6px;
    border-radius: 47.6px;
    font-size: 18px;
  }
  html[data-main-layout=content] .jackpot-create-page {
    --jackpot-stage-offset-y: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    width: 100%;
    max-width: none;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .jackpot-create-page .page-back-header {
    position: absolute;
    top: var(--jackpot-stage-offset-y);
    left: 50%;
    z-index: 7;
    width: min(100% - 80px, 1360px);
    height: 99px;
    min-height: 99px;
    padding: 34px 0 20px;
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .jackpot-create-page .back-trigger {
    gap: 10px;
    padding: 0;
  }
  html[data-main-layout=content] .jackpot-create-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .jackpot-create-page .page-back-header .title {
    font-size: 28.67px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .jackpot-create-page .create-content {
    position: absolute;
    top: calc(var(--jackpot-stage-offset-y) + 99px);
    bottom: calc(var(--jackpot-stage-offset-y) + 105px);
    left: 50%;
    z-index: 2;
    width: min(100% - 80px, 1360px);
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 0 0 10px;
    gap: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .jackpot-create-page .create-content::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .jackpot-create-page .name-input-pill {
    flex: 0 0 55.55px;
    width: 100%;
    height: 55.55px;
    padding: 0 22.84px;
    border-radius: 190px;
  }
  html[data-main-layout=content] .jackpot-create-page .pill-label,
  html[data-main-layout=content] .jackpot-create-page .pill-count {
    font-size: 16.82px;
    line-height: 21.63px;
  }
  html[data-main-layout=content] .jackpot-create-page .pill-input {
    font-size: 18.27px;
    line-height: 21.63px;
  }
  html[data-main-layout=content] .jackpot-create-page .glass-card {
    border-radius: 19.5px;
  }
  html[data-main-layout=content] .jackpot-create-page .summary-card {
    flex: 0 0 auto;
    min-height: 89px;
    padding: 16.77px 22.84px;
  }
  html[data-main-layout=content] .jackpot-create-page .summary-title-row {
    gap: 6px;
    font-size: 14.42px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .jackpot-create-page .summary-amount-input {
    min-width: 0;
    margin-top: 2px;
    gap: 5px;
    font-size: 24.04px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .jackpot-create-page .recharge-btn {
    height: 42px;
    padding: 5px 18px;
    border-radius: 50px;
    font-size: 16.82px;
  }
  html[data-main-layout=content] .jackpot-create-page .section-card {
    flex: 0 0 auto;
    width: 100%;
    padding: 22.84px;
    gap: 16.82px;
  }
  html[data-main-layout=content] .jackpot-create-page .section-card--dense {
    gap: 16.82px;
  }
  html[data-main-layout=content] .jackpot-create-page .segment-row {
    width: 100%;
    height: 46.87px;
    min-height: 46.87px;
    padding: 0;
    border-radius: 36.05px;
  }
  html[data-main-layout=content] .jackpot-create-page .segment-btn {
    padding: 5px 21.75px;
    border-radius: 62.39px;
    font-size: 16.31px;
    line-height: 21.75px;
  }
  html[data-main-layout=content] .jackpot-create-page .segment-btn--active {
    border-width: 0.6px;
  }
  html[data-main-layout=content] .jackpot-create-page .mode-switch-wrap {
    gap: 6px 12px;
  }
  html[data-main-layout=content] .jackpot-create-page .mode-switch-item,
  html[data-main-layout=content] .jackpot-create-page .blind-item {
    gap: 4.57px;
    min-height: 18px;
    font-size: 18.27px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .jackpot-create-page .mode-switch-checkbox,
  html[data-main-layout=content] .jackpot-create-page .blind-checkbox,
  html[data-main-layout=content] .jackpot-create-page .dot {
    width: 18.03px;
    height: 18.03px;
  }
  html[data-main-layout=content] .jackpot-create-page .divider {
    flex: 0 0 0.82px;
    width: 100%;
    height: 0.82px;
  }
  html[data-main-layout=content] .jackpot-create-page .rows-wrap {
    gap: 9.14px;
  }
  html[data-main-layout=content] .jackpot-create-page .rows-wrap--gap-sm {
    gap: 10.82px;
  }
  html[data-main-layout=content] .jackpot-create-page .config-row {
    gap: 9px;
  }
  html[data-main-layout=content] .jackpot-create-page .config-row--stack {
    gap: 9.14px;
  }
  html[data-main-layout=content] .jackpot-create-page .row-label {
    gap: 4.57px;
    font-size: 18.27px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .jackpot-create-page .row-label--small {
    max-width: calc(100% - 184px);
    font-size: 15.86px;
    line-height: 1.3;
  }
  html[data-main-layout=content] .jackpot-create-page .value-input {
    height: 41.87px;
    min-height: 41.87px;
    padding: 5.33px 13.7px;
    gap: 8.75px;
    border-radius: 69.94px;
    font-size: 16.75px;
  }
  html[data-main-layout=content] .jackpot-create-page .value-input--narrow {
    width: 164.81px;
  }
  html[data-main-layout=content] .jackpot-create-page .title-line {
    gap: 6px;
    font-size: 14.42px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .jackpot-create-page .blind-level-item {
    gap: 10.82px;
    padding: 5px 0;
  }
  html[data-main-layout=content] .jackpot-create-page .blind-level-item--expanded {
    padding-bottom: 10.82px;
  }
  html[data-main-layout=content] .jackpot-create-page .blind-config-panel {
    gap: 16.82px;
  }
  html[data-main-layout=content] .jackpot-create-page .pool-card {
    flex: 0 0 auto;
    width: 100%;
    padding: 22.84px;
    gap: 16.82px;
  }
  html[data-main-layout=content] .jackpot-create-page .pool-card h3 {
    font-size: 16.82px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .jackpot-create-page .pool-row {
    gap: 20px;
  }
  html[data-main-layout=content] .jackpot-create-page .pool-left {
    width: 140.63px;
    gap: 9.61px;
  }
  html[data-main-layout=content] .jackpot-create-page .hand-cards {
    gap: 3.9px;
  }
  html[data-main-layout=content] .jackpot-create-page .pool-right {
    width: 164.81px;
    gap: 3.61px;
  }
  html[data-main-layout=content] .jackpot-create-page .pool-right > span {
    font-size: 13.46px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .jackpot-create-page .bottom-actions {
    position: absolute;
    right: auto;
    bottom: calc(var(--jackpot-stage-offset-y) + 30.3px);
    left: 50%;
    z-index: 8;
    width: min(100% - 80px, 417px);
    max-width: none;
    height: 64.7px;
    gap: 11.42px;
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .jackpot-create-page .action-btn {
    height: 64.7px;
    border-radius: 47.58px;
    font-size: 18.03px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .pool-reward-page {
    --pool-reward-stage-offset-y: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    display: block;
    width: 100%;
    max-width: none;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: var(--pool-reward-stage-offset-y) 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .pool-reward-page::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .pool-reward-page .page-back-header {
    position: sticky;
    top: 0;
    z-index: 7;
    width: min(100% - 80px, 1360.71px);
    height: 82px;
    min-height: 82px;
    margin: 0 auto;
    padding: 44px 0 4px;
  }
  html[data-main-layout=content] .pool-reward-page .back-trigger {
    gap: 15px;
    padding: 0 14px;
  }
  html[data-main-layout=content] .pool-reward-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .pool-reward-page .page-back-header .title {
    font-size: 28.67px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .pool-reward-page .pool-body {
    width: min(100% - 80px, 1360.71px);
    max-width: none;
    min-height: calc(var(--content-stage-height) - 82px);
    margin: 0 auto;
    padding: 0 0 124px;
  }
  html[data-main-layout=content] .pool-reward-page .tab-switch {
    width: 205.1px;
    height: 23.27px;
  }
  html[data-main-layout=content] .pool-reward-page .tab-btn {
    min-width: 72px;
    height: 23.27px;
    font-size: 18.03px;
    line-height: 1;
    border-bottom-width: 1.64px;
  }
  html[data-main-layout=content] .pool-reward-page .pool-list {
    margin-top: 23.46px;
    gap: 20px;
  }
  html[data-main-layout=content] .pool-reward-page .pool-card {
    width: 100%;
    height: 102px;
    min-height: 102px;
  }
  html[data-main-layout=content] .pool-reward-page .card-bg {
    top: 0;
    right: 0;
    left: 12.71px;
    width: auto;
    height: 102px;
    border-width: 1.21px;
    border-radius: 94.18px;
  }
  html[data-main-layout=content] .pool-reward-page .jackpot-badge {
    top: 17.36px;
    left: 0;
    width: 67.26px;
    height: 67.26px;
    border-width: 1.14px;
    border-radius: 50%;
  }
  html[data-main-layout=content] .pool-reward-page .jackpot-badge span {
    font-size: 10.35px;
  }
  html[data-main-layout=content] .pool-reward-page .pool-info {
    left: 79.65px;
    width: min(420px, 100% - 210px);
  }
  html[data-main-layout=content] .pool-reward-page .game-name {
    font-size: 15.99px;
    line-height: 1;
  }
  html[data-main-layout=content] .pool-reward-page .pool-tags {
    margin-top: 6.76px;
    gap: 15.66px;
  }
  html[data-main-layout=content] .pool-reward-page .tag-item {
    gap: 6.02px;
    font-size: 13.25px;
    letter-spacing: 0.53px;
  }
  html[data-main-layout=content] .pool-reward-page .tag-icon {
    width: 10.84px;
    height: 12.05px;
  }
  html[data-main-layout=content] .pool-reward-page .jp-badge {
    top: 37.54px;
    right: 37.33px;
    left: auto;
    width: 83.12px;
    height: 21.48px;
    border-radius: 10.07px;
    font-size: 13.33px;
  }
  html[data-main-layout=content] .pool-reward-page .pool-empty {
    min-height: calc(var(--content-stage-height) - 230px);
    justify-content: center;
    padding: 0 0 94px;
  }
  html[data-main-layout=content] .pool-reward-page .empty-icon,
  html[data-main-layout=content] .record-page .empty-icon {
    width: 50px;
    height: 62px;
  }
  html[data-main-layout=content] .pool-reward-page .pool-empty p,
  html[data-main-layout=content] .record-page .record-empty p {
    margin-top: 10px;
    font-size: 15px;
  }
  html[data-main-layout=content] .pool-reward-page .pool-loading-more,
  html[data-main-layout=content] .record-page .pool-loading-more {
    margin-top: 12px;
    font-size: 13px;
  }
  html[data-main-layout=content] .pool-reward-page .footer-action {
    position: fixed;
    bottom: calc(var(--pool-reward-stage-offset-y) + 30.3px);
    left: 50%;
    z-index: 8;
    width: min(100% - 80px, 388.64px);
    max-width: none;
    height: 64px;
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .pool-reward-page .create-btn {
    height: 64px;
    border-width: 0.6px;
    border-radius: 47.6px;
    font-size: 18.03px;
  }
  html[data-main-layout=content] .record-page {
    --jackpot-record-stage-offset-y: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    display: block;
    width: 100%;
    max-width: none;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: var(--jackpot-record-stage-offset-y) 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .record-page::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .record-page .page-back-header {
    position: sticky;
    top: 0;
    z-index: 7;
    width: min(100% - 80px, 1360px);
    height: 99px;
    min-height: 99px;
    margin: 0 auto;
    padding: 34px 0 20px;
  }
  html[data-main-layout=content] .record-page .back-trigger {
    gap: 10px;
    padding: 0;
  }
  html[data-main-layout=content] .record-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .record-page .page-back-header .title {
    font-size: 28.67px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .record-page .record-table-wrap {
    width: min(100% - 80px, 1360px);
    max-width: none;
    min-height: calc(var(--content-stage-height) - 129px);
    margin: 0 auto;
    padding: 0 0 30px;
    gap: 7px;
  }
  html[data-main-layout=content] .record-page .record-header-wrap {
    flex: 0 0 34px;
    height: 34px;
  }
  html[data-main-layout=content] .record-page .record-header-glow {
    top: 7px;
    right: 7px;
    left: 9px;
    width: auto;
    height: 21px;
    border-radius: 27px;
  }
  html[data-main-layout=content] .record-page .record-header-pill {
    width: 100%;
    height: 34px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 17px;
    font-size: 12px;
    line-height: 15px;
  }
  html[data-main-layout=content] .record-page .record-rows {
    gap: 5px;
  }
  html[data-main-layout=content] .record-page .record-row-pill {
    width: 100%;
    height: 51px;
    min-height: 51px;
    padding: 0 12px;
    border-radius: 26px;
  }
  html[data-main-layout=content] .record-page .col-player {
    flex: 0 0 20%;
    width: auto;
  }
  html[data-main-layout=content] .record-page .col-gameid {
    flex: 0 0 23%;
    width: auto;
  }
  html[data-main-layout=content] .record-page .col-value {
    flex: 0 0 17%;
    width: auto;
    font-size: 12px;
  }
  html[data-main-layout=content] .record-page .col-type {
    flex: 0 0 14%;
    width: auto;
    font-size: 12px;
  }
  html[data-main-layout=content] .record-page .col-hand {
    flex: 1 1 26%;
    width: auto;
    min-width: 0;
    font-size: 12px;
    line-height: 15px;
  }
  html[data-main-layout=content] .record-page .record-row-pill .col-player,
  html[data-main-layout=content] .record-page .record-row-pill .col-gameid {
    justify-content: center;
  }
  html[data-main-layout=content] .record-page .cell-info {
    width: 100%;
    align-items: center;
  }
  html[data-main-layout=content] .record-page .info-name {
    max-width: calc(100% - 16px);
    font-size: 12px;
    line-height: 15px;
  }
  html[data-main-layout=content] .record-page .info-sub {
    max-width: calc(100% - 16px);
    overflow: hidden;
    font-size: 8px;
    line-height: 10px;
    text-overflow: ellipsis;
  }
  html[data-main-layout=content] .record-page .cards-row {
    gap: 3px;
  }
  html[data-main-layout=content] .record-page .mini-card {
    width: 18px;
    height: 27px;
    padding: 2px 2px 3px;
    border-radius: 7px;
  }
  html[data-main-layout=content] .record-page .mini-card__rank {
    font-size: 7px;
  }
  html[data-main-layout=content] .record-page .mini-card__suit {
    font-size: 8px;
  }
  html[data-main-layout=content] .record-page .record-empty {
    min-height: calc(var(--content-stage-height) - 170px);
    justify-content: center;
    padding: 0;
  }
  html[data-main-layout=content] .wallet-screen {
    --wallet-stage-offset-y: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .wallet-screen > .page-back-header {
    position: absolute;
    top: var(--wallet-stage-offset-y);
    left: 50%;
    z-index: 7;
    width: min(100% - 80px, 1357px);
    height: 82px;
    min-height: 82px;
    padding: 40px 0 0;
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .wallet-screen .back-trigger {
    gap: 15px;
    padding: 0 12px;
  }
  html[data-main-layout=content] .wallet-screen .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .wallet-screen .page-back-header .title {
    font-size: 28.67px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .wallet-screen .wallet-screen__content-top {
    position: absolute;
    top: calc(var(--wallet-stage-offset-y) + 106px);
    left: 50%;
    z-index: 6;
    width: min(100% - 80px, 1357px);
    height: 38.28px;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .wallet-screen .tabs-row {
    width: 100%;
    height: 38.28px;
  }
  html[data-main-layout=content] .wallet-screen .seg {
    width: 228.92px;
    height: 38.28px;
    padding: 0 26.94px;
    gap: 90.22px;
  }
  html[data-main-layout=content] .wallet-screen .seg__indicator {
    height: 1.89px;
  }
  html[data-main-layout=content] .wallet-screen .seg__label {
    font-size: 20.8px;
    line-height: 0.95;
  }
  html[data-main-layout=content] .wallet-screen .floating-bell {
    top: calc(var(--wallet-stage-offset-y) + 106px);
    right: max(40px, (100% - 1357px) / 2);
  }
  html[data-main-layout=content] .wallet-screen .wallet-scrollable {
    position: absolute;
    top: calc(var(--wallet-stage-offset-y) + 163.28px);
    right: 0;
    bottom: var(--wallet-stage-offset-y);
    left: 0;
    min-height: 0;
    padding: 0 0 124px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
  html[data-main-layout=content] .wallet-screen .wallet-scrollable::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .wallet-screen .wallet-screen__content {
    width: min(100% - 80px, 1357px);
    max-width: none;
    margin: 0 auto;
    padding: 0;
    gap: 19px;
  }
  html[data-main-layout=content] .wallet-screen .wallet-banner.usercard {
    position: relative;
    top: auto;
    flex: 0 0 241px;
    width: min(100%, 674px);
    height: 241px;
    min-height: 241px;
    margin: 0 auto;
    padding: 10.8px 12.96px;
    border-radius: 32.22px;
  }
  html[data-main-layout=content] .wallet-screen .wallet-banner .usercard__head {
    gap: 11.81px;
  }
  html[data-main-layout=content] .wallet-screen .wallet-banner .usercard__avatar {
    width: 71.73px;
    height: 70.85px;
    margin-left: 0;
  }
  html[data-main-layout=content] .wallet-screen .wallet-banner .usercard__info {
    flex: 0 1 auto;
    width: 77.17px;
    gap: 4.13px;
  }
  html[data-main-layout=content] .wallet-screen .wallet-banner .usercard__name {
    font-size: 21.94px;
    line-height: 0.83;
  }
  html[data-main-layout=content] .wallet-screen .wallet-banner .usercard__id {
    gap: 2.58px;
    height: 16.61px;
  }
  html[data-main-layout=content] .wallet-screen .wallet-banner .tagpill--id {
    height: 14px;
    padding: 0 5.15px;
    border-radius: 4.42px;
  }
  html[data-main-layout=content] .wallet-screen .wallet-banner .tagpill--id .tagpill__label {
    font-size: 8.49px;
  }
  html[data-main-layout=content] .wallet-screen .wallet-banner .usercard__id-value {
    font-size: 10.09px;
  }
  html[data-main-layout=content] .wallet-screen .wallet-banner .usercard__actions {
    flex: 0 0 63.48px;
    width: 63.48px;
    margin: 7.88px 10.6px 0 auto;
    gap: 10.3px;
  }
  html[data-main-layout=content] .wallet-screen .wallet-banner .gb {
    width: 63.48px;
    height: 29.4px;
    padding: 7.53px 16.85px;
    border-radius: 18.54px;
  }
  html[data-main-layout=content] .wallet-screen .wallet-banner .gb__label {
    font-size: 14.83px;
    line-height: 0.946;
  }
  html[data-main-layout=content] .wallet-screen .balance-row {
    position: absolute;
    top: 121px;
    left: 59.13px;
    width: 113.66px;
    height: 53.54px;
    margin: 0;
    gap: 3.99px;
  }
  html[data-main-layout=content] .wallet-screen .balance-chip {
    height: 35.22px;
    padding: 7.9px 7.9px 7.9px 13.6px;
    gap: 6.14px;
    border-radius: 16.61px;
  }
  html[data-main-layout=content] .wallet-screen .balance-chip__value {
    font-size: 17.64px;
  }
  html[data-main-layout=content] .wallet-screen .balance-chip__icon {
    width: 28.67px;
    height: 28.67px;
  }
  html[data-main-layout=content] .wallet-screen .balance-label {
    font-size: 9.97px;
  }
  html[data-main-layout=content] .wallet-screen .recharge-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -64px;
    padding: 0 0 132px;
  }
  html[data-main-layout=content] .wallet-screen .presets-card {
    flex: 0 0 280px;
    width: 100%;
    height: 280px;
    margin: 0;
    padding: 20.72px 18px 19.28px;
    border-width: 0.63px;
    border-radius: 37.36px;
  }
  html[data-main-layout=content] .wallet-screen .presets-card .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, 114px);
    width: 100%;
    height: 240px;
    gap: 12px;
  }
  html[data-main-layout=content] .wallet-screen .presets-card .tile {
    width: 100%;
    height: 114px;
    min-height: 114px;
    padding: 9.4px 25.34px 10.72px;
    gap: 19.6px;
    border-radius: 24.06px;
    aspect-ratio: auto;
    justify-content: flex-end;
  }
  html[data-main-layout=content] .wallet-screen .presets-card .tile--active {
    border-radius: 29.22px;
  }
  html[data-main-layout=content] .wallet-screen .presets-card .tile__head {
    margin-top: 0;
    gap: 3.22px;
  }
  html[data-main-layout=content] .wallet-screen .presets-card .tile__icon {
    width: 20.77px;
    height: 20.77px;
  }
  html[data-main-layout=content] .wallet-screen .presets-card .tile__amount {
    font-size: 18.23px;
  }
  html[data-main-layout=content] .wallet-screen .presets-card .chip {
    min-height: 28.1px;
    padding: 5.23px 3.57px;
    border-radius: 23.78px;
  }
  html[data-main-layout=content] .wallet-screen .presets-card .chip__amount,
  html[data-main-layout=content] .wallet-screen .presets-card .tile__custom-label {
    font-size: 13.4px;
  }
  html[data-main-layout=content] .wallet-screen .strip {
    grid-template-columns: repeat(5, 82.79px);
    width: min(100%, 497.68px);
    margin-top: 19px;
    column-gap: 20.93px;
    row-gap: 10px;
  }
  html[data-main-layout=content] .wallet-screen .method {
    width: 82.79px;
    min-height: 109.97px;
  }
  html[data-main-layout=content] .wallet-screen .method__coin {
    width: 75.99px;
    height: 75.99px;
  }
  html[data-main-layout=content] .wallet-screen .method__label {
    width: 82.79px;
    height: 58.75px;
    margin-top: -24.78px;
    padding: 29.94px 9.17px 4px;
    border-radius: 11.76px;
  }
  html[data-main-layout=content] .wallet-screen .method__label-row {
    gap: 3.17px;
  }
  html[data-main-layout=content] .wallet-screen .method__label-primary {
    margin-bottom: 3px;
    font-size: 14.24px;
  }
  html[data-main-layout=content] .wallet-screen .method__label-suffix {
    font-size: 10.65px;
  }
  html[data-main-layout=content] .wallet-screen .method__label-secondary {
    font-size: 10.41px;
  }
  html[data-main-layout=content] .wallet-screen .pay-cta {
    position: fixed;
    bottom: calc(var(--wallet-stage-offset-y) + 30.51px);
    left: 50%;
    z-index: 10;
    width: min(100% - 80px, 387.8px);
    height: 62.49px;
    border-radius: 35.93px;
    font-size: 22.06px;
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .recharge-support-chat {
    --recharge-chat-gutter: clamp(24px, 2.7778vw, 40px);
    --recharge-chat-stage-offset-y: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    --recharge-chat-header-height: min(347px, 33.8867dvh);
    width: 100%;
    height: var(--app-full-height, 100dvh);
    min-height: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .recharge-support-chat .chat-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .recharge-support-chat .visual-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: calc(var(--recharge-chat-stage-offset-y) + var(--recharge-chat-header-height));
  }
  html[data-main-layout=content] .recharge-support-chat .chat-main-body {
    position: absolute;
    top: calc(var(--recharge-chat-stage-offset-y) + var(--recharge-chat-header-height));
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    min-width: 0;
    min-height: 0;
  }
  html[data-main-layout=content] .recharge-support-chat .agent-floating-card {
    top: 17px;
    left: 50%;
    width: min(100% - var(--recharge-chat-gutter) - var(--recharge-chat-gutter), 1360px);
    height: 93.695px;
    padding: 14px 22px;
    box-sizing: border-box;
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .recharge-support-chat .agent-info {
    gap: 0;
  }
  html[data-main-layout=content] .recharge-support-chat .agent-avatar-wrap {
    width: 55.794px;
    height: 55.909px;
    margin-bottom: -7px;
  }
  html[data-main-layout=content] .recharge-support-chat .agent-avatar {
    width: 55.794px;
    height: 55.794px;
  }
  html[data-main-layout=content] .recharge-support-chat .agent-name {
    justify-content: center;
    width: 54.528px;
    height: 16.786px;
    margin-top: 0;
    padding: 0 4.194px;
    box-sizing: border-box;
    font-size: 8.79px;
    line-height: 0.78;
  }
  html[data-main-layout=content] .recharge-support-chat .messages-wrap {
    position: absolute;
    top: 240.117px;
    right: max(var(--recharge-chat-gutter), (100% - var(--content-stage-width)) / 2 + var(--recharge-chat-gutter));
    bottom: calc(var(--recharge-chat-stage-offset-y) + 108.609px);
    display: block;
    flex: none;
    width: min(329px, 100% - var(--recharge-chat-gutter) - var(--recharge-chat-gutter));
    min-height: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  html[data-main-layout=content] .recharge-support-chat .messages-inner {
    gap: 28px;
  }
  html[data-main-layout=content] .recharge-support-chat .bubble-wrapper {
    max-width: 329px;
  }
  html[data-main-layout=content] .recharge-support-chat .transaction-bubble {
    width: min(200.245px, 100%);
    box-sizing: border-box;
  }
  html[data-main-layout=content] .recharge-support-chat .text-bubble {
    max-width: 100%;
    box-sizing: border-box;
  }
  html[data-main-layout=content] .recharge-support-chat .bottom-nav {
    position: absolute;
    right: max(var(--recharge-chat-gutter), (100% - var(--content-stage-width)) / 2 + var(--recharge-chat-gutter));
    bottom: calc(var(--recharge-chat-stage-offset-y) + 29.725px);
    left: max(var(--recharge-chat-gutter), (100% - var(--content-stage-width)) / 2 + var(--recharge-chat-gutter));
    height: 54.275px;
    padding: 0;
    gap: 5px;
  }
  html[data-main-layout=content] .recharge-support-chat .mic-btn {
    flex: 0 0 53.048px;
    width: 53.048px;
    height: 53.048px;
    padding: 4.749px;
  }
  html[data-main-layout=content] .recharge-support-chat .mic-btn svg {
    width: 21.2px;
    height: 28.268px;
  }
  html[data-main-layout=content] .recharge-support-chat .input-bar-wrap {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 53px;
    padding: 4.749px 6.063px 4.749px 16.028px;
    box-sizing: border-box;
  }
  html[data-main-layout=content] .recharge-support-chat .input-bar-wrap input {
    min-width: 0;
    font-size: 18.693px;
    line-height: 0.78;
    letter-spacing: 0.374px;
  }
  html[data-main-layout=content] .recharge-support-chat .send-action-btn {
    flex: 0 0 52.761px;
    width: 52.761px;
    height: 52.761px;
    padding: 0;
  }
  html[data-main-layout=content] .recharge-support-chat .send-action-btn svg {
    width: 22.613px;
    height: 21.2px;
  }
  html[data-main-layout=content] .recharge-support-chat .plus-btn {
    flex: 0 0 50.819px;
    width: 50.819px;
    height: 50.819px;
    padding: 0;
  }
  html[data-main-layout=content] .recharge-support-chat .plus-btn svg {
    width: 21.775px;
    height: 21.561px;
  }
  html[data-main-layout=content] .recharge-support-chat .close-chat-btn {
    flex: 0 0 54.275px;
    width: 54.275px;
    height: 54.275px;
  }
  html[data-main-layout=content] .recharge-support-chat .close-chat-btn svg {
    width: 16.283px;
    height: 16.283px;
  }
  html[data-main-layout=content] .wallet-orders-screen {
    --wallet-orders-stage-offset-y: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .wallet-orders-screen > .page-back-header {
    position: absolute;
    top: var(--wallet-orders-stage-offset-y);
    left: 50%;
    z-index: 7;
    width: min(100% - 80px, 1357px);
    height: 82px;
    min-height: 82px;
    padding: 40px 0 0;
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .wallet-orders-screen .back-trigger {
    gap: 15px;
    padding: 0 12px;
  }
  html[data-main-layout=content] .wallet-orders-screen .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .wallet-orders-screen .page-back-header .title {
    font-size: 28.67px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .wallet-orders-screen .tpg {
    width: 210.36px;
    gap: 10px;
    justify-content: space-between;
  }
  html[data-main-layout=content] .wallet-orders-screen .tpg__pill {
    height: 41.19px;
    padding: 0 26.48px;
    border-radius: 40.85px;
  }
  html[data-main-layout=content] .wallet-orders-screen .tpg__label {
    font-size: 11.77px;
  }
  html[data-main-layout=content] .wallet-orders-screen > .list {
    position: absolute;
    top: calc(var(--wallet-orders-stage-offset-y) + 112.99px);
    bottom: var(--wallet-orders-stage-offset-y);
    left: 50%;
    width: min(100% - 77.48px, 1361.71px);
    margin: 0;
    padding: 0 0 30px;
    gap: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .wallet-orders-screen > .list::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .wallet-orders-screen .record {
    flex: 0 0 125.21px;
    width: 100%;
    height: 125.21px;
    min-height: 125.21px;
    padding: 17.4px 32.47px !important;
    border-radius: 43.33px !important;
  }
  html[data-main-layout=content] .wallet-orders-screen .record__col {
    gap: 5.8px;
  }
  html[data-main-layout=content] .wallet-orders-screen .record__label,
  html[data-main-layout=content] .wallet-orders-screen .record__value {
    font-size: 13.03px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .wallet-orders-screen .record .tagpill {
    min-height: 18.25px;
    padding: 0 10.44px;
    border-radius: 35.95px;
  }
  html[data-main-layout=content] .wallet-orders-screen .record .tagpill__label {
    font-size: 13.03px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .wallet-orders-screen > .wallet-orders-empty {
    position: absolute;
    top: calc(var(--wallet-orders-stage-offset-y) + 112.99px);
    bottom: var(--wallet-orders-stage-offset-y);
    left: 50%;
    width: min(100% - 80px, 1360px);
    padding: 0 0 30px;
    gap: 16px;
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .wallet-orders-screen .wallet-orders-empty .empty-icon {
    width: 50px;
    height: 62px;
  }
  html[data-main-layout=content] .details-page {
    --wallet-details-stage-offset-y: max(
      0px,
      calc((var(--app-full-height, 100dvh) - var(--content-stage-height)) / 2)
    );
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    height: var(--app-full-height, 100dvh);
    min-height: var(--app-full-height, 100dvh);
    padding: 0;
    overflow: hidden;
  }
  html[data-main-layout=content] .details-page > .page-back-header {
    position: absolute;
    top: var(--wallet-details-stage-offset-y);
    left: 50%;
    z-index: 7;
    width: min(100% - 80px, 1357px);
    height: 82px;
    min-height: 82px;
    padding: 40px 0 0;
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .details-page .back-trigger {
    gap: 15px;
    padding: 0 12px;
  }
  html[data-main-layout=content] .details-page .back-icon {
    width: 7px;
    height: 12px;
  }
  html[data-main-layout=content] .details-page .page-back-header .title {
    font-size: 28.67px;
    line-height: 1.2;
  }
  html[data-main-layout=content] .details-page .details-content {
    position: absolute;
    top: calc(var(--wallet-details-stage-offset-y) + 101px);
    bottom: var(--wallet-details-stage-offset-y);
    left: 50%;
    z-index: 2;
    width: min(100% - 79.29px, 1360.71px);
    min-height: 0;
    margin: 0;
    padding: 0 0 30px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    transform: translateX(-50%);
  }
  html[data-main-layout=content] .details-page .details-content::-webkit-scrollbar {
    display: none;
  }
  html[data-main-layout=content] .details-page .user-card-wrapper {
    flex: 0 0 177.38px;
    width: 100%;
    height: 177.38px;
    min-height: 177.38px;
    margin: 0 0 5.81px;
  }
  html[data-main-layout=content] .details-page .user-card {
    width: 100%;
    height: 177.38px;
    min-height: 177.38px;
    padding: 0;
    border-radius: 44.71px;
  }
  html[data-main-layout=content] .details-page .user-card::before {
    padding: 1.43px;
  }
  html[data-main-layout=content] .details-page .user-card-inner {
    height: 100%;
  }
  html[data-main-layout=content] .details-page .user-info-section {
    position: absolute;
    top: 20px;
    right: 34.02px;
    left: 34.02px;
    gap: 17.92px;
  }
  html[data-main-layout=content] .details-page .avatar-box {
    width: 81px;
    height: 81px;
    border-radius: 61.03px;
  }
  html[data-main-layout=content] .details-page .user-text {
    gap: 13.73px;
  }
  html[data-main-layout=content] .details-page .user-name {
    font-size: 25.63px;
    line-height: 0.83;
  }
  html[data-main-layout=content] .details-page .user-id-badge {
    height: 17.24px;
    gap: 2.67px;
  }
  html[data-main-layout=content] .details-page .user-id-badge .tagpill--id {
    height: 14.12px;
    padding: 0 5.35px;
    border-radius: 4.58px;
  }
  html[data-main-layout=content] .details-page .user-id-badge .tagpill__label {
    font-size: 8.81px;
  }
  html[data-main-layout=content] .details-page .id-value {
    font-size: 10.47px;
  }
  html[data-main-layout=content] .details-page .gift-entry {
    position: absolute;
    top: 0;
    right: 6.07px;
    width: 163.9px;
    height: 33.09px;
  }
  html[data-main-layout=content] .details-page .balance-section {
    position: absolute;
    right: 40.09px;
    bottom: 15.74px;
    gap: 4.88px;
    margin: 0;
  }
  html[data-main-layout=content] .details-page .balance-label {
    font-size: 12.97px;
  }
  html[data-main-layout=content] .details-page .balance-value {
    font-size: 18.69px;
  }
  html[data-main-layout=content] .details-page .chip-icon {
    width: 33.19px;
    height: 33.19px;
  }
  html[data-main-layout=content] .details-page .transactions-list {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    gap: 5.81px;
  }
  html[data-main-layout=content] .details-page .transaction-card {
    width: 100%;
    padding: 17.17px 32.04px;
    gap: 11.44px;
    border-radius: 42.75px;
  }
  html[data-main-layout=content] .details-page .transaction-card__top {
    gap: 10.3px;
  }
  html[data-main-layout=content] .details-page .transaction-card__left {
    gap: 10.3px;
  }
  html[data-main-layout=content] .details-page .icon-circle {
    width: 29.01px;
    height: 29.01px;
    border-radius: 8px;
  }
  html[data-main-layout=content] .details-page .info {
    gap: 3.43px;
  }
  html[data-main-layout=content] .details-page .category-badge {
    min-height: 18.01px;
    padding: 0 10.3px;
    border-radius: 35.48px;
    font-size: 12.86px;
  }
  html[data-main-layout=content] .details-page .title {
    font-size: 14.01px;
  }
  html[data-main-layout=content] .details-page .id-row {
    height: 17.24px;
    gap: 2.67px;
  }
  html[data-main-layout=content] .details-page .id-badge {
    height: 14.12px;
    padding: 0 5.35px;
    border-radius: 4.58px;
    font-size: 8.81px;
  }
  html[data-main-layout=content] .details-page .id-number {
    font-size: 10.47px;
  }
  html[data-main-layout=content] .details-page .amount {
    font-size: 18.31px;
    line-height: 1.4;
  }
  html[data-main-layout=content] .details-page .divider {
    align-self: flex-start;
    width: 325.76px;
    height: 0.57px;
    margin: 0;
  }
  html[data-main-layout=content] .details-page .transaction-card__bottom {
    min-height: 34.33px;
  }
  html[data-main-layout=content] .details-page .time {
    flex: 0 0 138.77px;
    width: 138.77px;
    gap: 6.87px;
  }
  html[data-main-layout=content] .details-page .clock-icon {
    width: 22.89px;
    height: 22.89px;
  }
  html[data-main-layout=content] .details-page .time-text {
    font-size: 13.73px;
    line-height: 0.78;
    letter-spacing: 0.27px;
  }
  html[data-main-layout=content] .details-page .balance {
    gap: 4.89px;
  }
  html[data-main-layout=content] .details-page .balance-text {
    font-size: 15.29px;
  }
  html[data-main-layout=content] .details-page .icon-chip {
    width: 34.33px;
    height: 34.33px;
  }
}
@media (min-width: 600px) and (max-width: 760px) {
  html[data-main-layout=content] .club-jackpot-page .page-back-header,
  html[data-main-layout=content] .club-jackpot-page .jackpot-body,
  html[data-main-layout=content] .jackpot-create-page .page-back-header,
  html[data-main-layout=content] .jackpot-create-page .create-content,
  html[data-main-layout=content] .pool-reward-page .page-back-header,
  html[data-main-layout=content] .pool-reward-page .pool-body,
  html[data-main-layout=content] .record-page .page-back-header,
  html[data-main-layout=content] .record-page .record-table-wrap,
  html[data-main-layout=content] .wallet-screen > .page-back-header,
  html[data-main-layout=content] .wallet-screen .wallet-screen__content-top,
  html[data-main-layout=content] .wallet-screen .wallet-screen__content,
  html[data-main-layout=content] .wallet-orders-screen > .page-back-header,
  html[data-main-layout=content] .details-page > .page-back-header,
  html[data-main-layout=content] .details-page .details-content {
    width: calc(100% - 48px);
  }
  html[data-main-layout=content] .club-jackpot-page .jackpot-info {
    max-width: calc(100% - 250px);
  }
  html[data-main-layout=content] .jackpot-create-page .row-label--small {
    max-width: calc(100% - 178px);
  }
  html[data-main-layout=content] .club-jackpot-page .footer-action,
  html[data-main-layout=content] .jackpot-create-page .bottom-actions,
  html[data-main-layout=content] .pool-reward-page .footer-action {
    width: min(100% - 48px, 417px);
  }
  html[data-main-layout=content] .wallet-screen .pay-cta {
    width: min(100% - 48px, 387.8px);
  }
  html[data-main-layout=content] .wallet-orders-screen > .list,
  html[data-main-layout=content] .wallet-orders-screen > .wallet-orders-empty {
    width: calc(100% - 48px);
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  html[data-main-layout=content] .create-table-page .template-list {
    padding-right: 8px;
    padding-left: 38px;
  }
  html[data-main-layout=content] .create-table-page .template-card {
    height: 120px;
    min-height: 120px;
    padding-right: 16px;
    border-radius: 60px;
  }
  html[data-main-layout=content] .create-table-page .template-card__badge-wrap {
    margin-right: 12px;
    margin-left: -40px;
  }
  html[data-main-layout=content] .create-table-page .template-card__badge {
    width: 80px;
    height: 80px;
  }
  html[data-main-layout=content] .create-table-page .template-card__info {
    grid-template-columns: auto 1fr;
    gap: 3px 8px;
  }
  html[data-main-layout=content] .create-table-page .template-card__middle {
    flex-basis: 150%;
    min-width: 150px;
    gap: 8px;
  }
  html[data-main-layout=content] .create-table-page .template-card__badge-icon {
    width: 52px;
    height: 42px;
  }
  html[data-main-layout=content] .create-table-page .template-card__right {
    gap: 6px;
    margin-left: 8px;
  }
  html[data-main-layout=content] .create-table-page .template-card__cards {
    width: 36px;
    height: 36px;
  }
  html[data-main-layout=content] .create-table-page .template-card__action-btn {
    width: 30px;
    height: 30px;
  }
  html[data-main-layout=content] .create-table-page .template-card__create-btn {
    padding-left: 8px;
  }
  html[data-main-layout=content] .create-table-page .template-card__create {
    width: 88px;
    height: 42px;
  }
}