@charset "UTF-8";
.support-float-wrap[data-v-8941ea05] {
  position: fixed;
  right: -0.01rem;
  top: 52%;
  z-index: 119;
  touch-action: none;
  transition: top 0.15s ease-out;
}
.support-float-btn[data-v-8941ea05] {
  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-8941ea05] {
  background: rgba(var(--c-brand-rgb), 0.59);
}
.support-float-text[data-v-8941ea05] {
  font-size: 0.3rem;
  line-height: 1;
}
.support-float-dot[data-v-8941ea05] {
  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-8941ea05] {
  /* 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-8941ea05] {
  position: absolute;
  inset: 0;
  background: rgba(12, 12, 12, 0.3);
}
html[data-theme=light] .chat-mask[data-v-8941ea05] {
  background: transparent;
}
.chat-sheet[data-v-8941ea05] {
  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-8941ea05] {
  opacity: 1;
}
.chat-sheet-frost[data-v-8941ea05] {
  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-8941ea05] {
  background: rgba(23, 23, 23, 0.84);
}
.chat-sheet-inner[data-v-8941ea05] {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.agent-floating-card[data-v-8941ea05] {
  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-8941ea05]::-webkit-scrollbar {
  display: none;
}
.agent-strip-item[data-v-8941ea05] {
  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-8941ea05] {
  opacity: 1;
}
.agent-strip-item[data-v-8941ea05]:not(.agent-strip-item--active) {
  opacity: 0.45;
}
.agent-avatar-wrap[data-v-8941ea05] {
  width: 1.488rem;
  height: 1.488rem;
  border-radius: 50%;
  overflow: visible;
  flex-shrink: 0;
  position: relative;
}
.agent-unread-badge[data-v-8941ea05] {
  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-8941ea05] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.agent-avatar-ring[data-v-8941ea05] {
  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-8941ea05] {
  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-8941ea05] {
  background: rgba(0, 0, 0, 0.25);
}
.agent-meta[data-v-8941ea05] {
  display: none;
}
.agent-title[data-v-8941ea05] {
  margin: 0;
  color: #fff;
  font-size: 0.373rem;
  line-height: 1.2;
  font-family: "HONOR Sans CN";
}
.agent-sub-title[data-v-8941ea05] {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.2667rem;
}
.messages-wrap[data-v-8941ea05] {
  flex: 1;
  overflow-y: auto;
  padding: 0.28rem 0.5867rem 0.2rem;
}
.messages-wrap--hidden[data-v-8941ea05] {
  opacity: 0;
}
.messages-inner[data-v-8941ea05] {
  display: flex;
  flex-direction: column;
  gap: 0.2667rem;
}
.message-row[data-v-8941ea05] {
  display: flex;
  align-items: flex-start;
  gap: 0.24rem;
  width: 100%;
}
.message-row--self[data-v-8941ea05] {
  justify-content: flex-end;
}
.bubble-wrapper[data-v-8941ea05] {
  display: flex;
  flex-direction: column;
  max-width: 82%;
  gap: 0.08rem;
}
.bubble-wrapper--self[data-v-8941ea05] {
  align-items: flex-end;
}
.message-avatar[data-v-8941ea05] {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.text-bubble[data-v-8941ea05] {
  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-8941ea05] {
  background: rgba(var(--c-brand-rgb), 0.5);
}
html[data-theme=light] .text-bubble--self[data-v-8941ea05] {
  background: rgba(48, 165, 255, 0.5);
}
.image-bubble[data-v-8941ea05] {
  border: none;
  border-radius: 0.16rem;
  padding: 0.06rem;
  background: rgba(255, 255, 255, 0.08);
  max-width: 3.2rem;
}
.image-bubble[data-v-8941ea05]:active {
  opacity: 0.9;
}
.image-bubble img[data-v-8941ea05] {
  width: 100%;
  border-radius: 0.1rem;
  object-fit: cover;
}
.voice-message[data-v-8941ea05] {
  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-8941ea05] {
  background: rgba(var(--c-brand-rgb), 0.5);
}
html[data-theme=light] .voice-message--self[data-v-8941ea05] {
  background: rgba(48, 165, 255, 0.5);
}
.voice-message--playing .voice-message-bar[data-v-8941ea05] {
  animation: voice-wave-playing-8941ea05 0.9s ease-in-out infinite alternate;
}
.voice-message--playing .voice-message-bar[data-v-8941ea05]:nth-child(2n) {
  animation-delay: 0.15s;
}
.voice-message-wave[data-v-8941ea05] {
  display: inline-flex;
  align-items: center;
  gap: 0.048rem;
}
.voice-message-play[data-v-8941ea05] {
  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-8941ea05] {
  opacity: 0.9;
}
.voice-message-bar[data-v-8941ea05] {
  width: 0.0587rem;
  border-radius: 0.0587rem;
  background: #f3f3f3;
}
.voice-message-bar[data-v-8941ea05]:nth-child(1),
.voice-message-bar[data-v-8941ea05]:nth-child(15) {
  height: 0.16rem;
}
.voice-message-bar[data-v-8941ea05]:nth-child(2),
.voice-message-bar[data-v-8941ea05]:nth-child(14) {
  height: 0.2rem;
}
.voice-message-bar[data-v-8941ea05]:nth-child(3),
.voice-message-bar[data-v-8941ea05]:nth-child(13) {
  height: 0.26rem;
}
.voice-message-bar[data-v-8941ea05]:nth-child(4),
.voice-message-bar[data-v-8941ea05]:nth-child(12) {
  height: 0.34rem;
}
.voice-message-bar[data-v-8941ea05]:nth-child(5),
.voice-message-bar[data-v-8941ea05]:nth-child(11) {
  height: 0.42rem;
}
.voice-message-bar[data-v-8941ea05]:nth-child(6),
.voice-message-bar[data-v-8941ea05]:nth-child(10) {
  height: 0.3rem;
}
.voice-message-bar[data-v-8941ea05]:nth-child(7),
.voice-message-bar[data-v-8941ea05]:nth-child(9) {
  height: 0.24rem;
}
.voice-message-bar[data-v-8941ea05]:nth-child(8) {
  height: 0.36rem;
}
.voice-message-time[data-v-8941ea05] {
  display: none;
}
.bubble-footer[data-v-8941ea05] {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  color: #f9f9f9;
  font-size: 0.2667rem;
}
.sender-name[data-v-8941ea05] {
  font-weight: 600;
}
.voice-tip[data-v-8941ea05] {
  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-8941ea05] {
  background: rgba(5, 231, 174, 0.18);
}
.voice-tip--cancel[data-v-8941ea05] {
  background: rgba(255, 19, 43, 0.18);
}
.voice-wave[data-v-8941ea05] {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
}
.voice-wave-bar[data-v-8941ea05] {
  width: 0.0738rem;
  border-radius: 0.12rem;
  background: #f3f3f3;
}
.voice-wave-bar[data-v-8941ea05]:nth-child(odd) {
  height: 0.26rem;
}
.voice-wave-bar[data-v-8941ea05]:nth-child(even) {
  height: 0.54rem;
}
.voice-timer-pill[data-v-8941ea05] {
  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-8941ea05] {
  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-8941ea05] {
  background: rgba(0, 0, 0, 0.6);
}
.voice-action-hint.voice-tip--cancel[data-v-8941ea05] {
  background: rgba(255, 19, 43, 0.6);
}
.sending-message-tip[data-v-8941ea05] {
  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-8941ea05] {
  font-variant-numeric: tabular-nums;
}
.bottom-nav[data-v-8941ea05] {
  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-8941ea05] {
  background: transparent;
  border: none;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mic-btn[data-v-8941ea05] {
  background: #0f0f0f;
  border-radius: 5.6004rem;
  width: 1.0009rem;
  height: 1.0009rem;
  padding: 0.0896rem;
}
.input-bar-wrap[data-v-8941ea05] {
  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-8941ea05] {
  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-8941ea05]::placeholder {
  color: #f9f9f9;
}
.voice-hold-btn[data-v-8941ea05] {
  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-8941ea05] {
  background: var(--c-brand);
}
.send-action-btn[data-v-8941ea05],
.plus-btn[data-v-8941ea05],
.close-chat-btn[data-v-8941ea05] {
  border: none;
  height: 0.9955rem;
  border-radius: 0.586rem;
  padding: 0 0.22rem;
  color: #fff;
  font-size: 0.3rem;
}
.send-action-btn[data-v-8941ea05] {
  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-8941ea05]:disabled {
  background: rgba(255, 255, 255, 0.2);
}
.send-action-btn svg[data-v-8941ea05] {
  display: block;
}
.plus-btn[data-v-8941ea05] {
  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-8941ea05] {
  display: inline-block;
  transition: transform 0.18s ease;
}
.plus-btn--expanded[data-v-8941ea05] {
  border: 0.02rem solid var(--c-brand);
  color: #fff;
}
.plus-btn--expanded span[data-v-8941ea05] {
  transform: rotate(45deg);
}
.close-chat-btn[data-v-8941ea05] {
  background: rgba(255, 255, 255, 0.1);
}
.close-chat-btn--icon[data-v-8941ea05] {
  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-8941ea05] {
  flex-shrink: 0;
  min-height: 1.4667rem;
  padding: 0.4rem 0.48rem 0;
  display: flex;
  align-items: flex-start;
}
.attachment-item[data-v-8941ea05] {
  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-8941ea05] {
  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-8941ea05] {
  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-8941ea05] {
  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-8941ea05] {
  max-width: calc(100vw - 0.8rem);
  max-height: calc(100dvh - 0.8rem);
  object-fit: contain;
  border-radius: 0.16rem;
}
.no-service-mask[data-v-8941ea05] {
  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-8941ea05] {
  background: rgba(12, 12, 12, 0.6);
}
.no-service-card[data-v-8941ea05] {
  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-8941ea05] {
  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-8941ea05] {
  margin: 0;
  color: #fff;
  font-size: 0.44rem;
}
html[data-theme=light] .no-service-title[data-v-8941ea05] {
  width: 4rem;
  font-size: 0.3733rem;
  text-align: center;
  line-height: 1.3;
}
.no-service-desc[data-v-8941ea05] {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.3rem;
}
html[data-theme=light] .no-service-desc[data-v-8941ea05] {
  display: none;
}
.no-service-btn[data-v-8941ea05] {
  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-8941ea05] {
  background: var(--c-brand);
}
@keyframes voice-wave-playing-8941ea05 {
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;
}

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

#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] .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;
  }
  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 .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;
  }
}