@charset "UTF-8";.game-panel-dialog__fallback[data-v-e4b43e0e] {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  text-align: center;
}
.game-panel-dialog__fallback-title[data-v-e4b43e0e] {
  margin: 0;
  font-size: 0.48rem;
  color: #fff;
  font-weight: 600;
}
.game-panel-dialog__fallback-text[data-v-e4b43e0e] {
  margin: 0;
  font-size: 0.34rem;
  color: rgba(255, 255, 255, 0.72);
}
.game-panel-dialog__fallback-btn[data-v-e4b43e0e] {
  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;
  /* 底端对齐：卡片(.mrp)贴屏幕底部，留白落在顶部，底部不留空（对齐右侧牌桌弹窗） */
  justify-content: flex-end;
  background: transparent;
}
.notification-dialog .game-dialog__card {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.notification-dialog .game-dialog__card-bg,
.notification-dialog .game-dialog__card-bg-gradient,
.notification-dialog .game-dialog__card-bg-texture,
.notification-dialog .game-dialog__card-bg-shadow {
  display: none !important;
}
:root[data-theme=light] .notification-dialog .game-dialog__card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}.bell-wrapper[data-v-fc250425] {
  position: absolute;
  z-index: 1000;
  touch-action: none;
}
.bell[data-v-fc250425] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
  height: 0.8rem;
  border-radius: 1rem;
  background: #69BEFF;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
.bell__text[data-v-fc250425] {
  color: #fff;
  font-size: 0.37rem;
  font-weight: 600;
  line-height: 1;
}
.bell__badge[data-v-fc250425] {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #FF2D46;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  font-family: Arial, sans-serif;
  z-index: 1;
}
@media (min-width: 600px) {
.bell[data-v-fc250425] {
    height: 38px;
    padding: 0 16px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.bell__text[data-v-fc250425] {
    font-size: 13px;
}
.bell__badge[data-v-fc250425] {
    top: -3px;
    right: -3px;
    width: 16px;
    height: 16px;
    font-size: 10px;
}
}.chat-overlay[data-v-46dfc79f] {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
}
html[data-theme=light] .chat-overlay[data-v-46dfc79f] {
  background-color: rgba(12, 12, 12, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.chat-container[data-v-46dfc79f] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.visual-header[data-v-46dfc79f] {
  height: 30vh;
  position: relative;
}
.chat-main-body[data-v-46dfc79f] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  border: 0.02rem solid rgba(249, 249, 249, 0.14);
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  box-shadow: 3.4px 4.3px 6.8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background-image: url("../images/bg_sharp-B1n5GA9R.webp");
}
html[data-theme=light] .chat-main-body[data-v-46dfc79f] {
  position: relative;
  background: transparent !important;
  border: 0.96px solid rgba(242, 242, 242, 0.04) !important;
  border-radius: 0.8rem 0.8rem 0 0;
  box-shadow: none !important;
  overflow: hidden;
}
html[data-theme=light] .chat-main-body[data-v-46dfc79f]::after {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(135, 134, 134, 0.032);
  box-shadow: 0.0919rem 0.1149rem 0.1838rem rgba(0, 0, 0, 0.25), 0 0 0.2298rem #000 inset, 0.0566rem 0.1132rem 0.4596rem rgba(242, 242, 242, 0.7) inset;
  backdrop-filter: blur(0.58px);
  -webkit-backdrop-filter: blur(0.58px);
  pointer-events: none;
  z-index: 0;
}
html[data-theme=light] .chat-main-body[data-v-46dfc79f]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.0255rem;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
html[data-theme=light] .chat-main-body[data-v-46dfc79f] {
  background-color: transparent;
  background-image: none !important;
}
.chat-main-body[data-v-46dfc79f]::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(23, 23, 23, 0.5);
  backdrop-filter: blur(8.5px);
  -webkit-backdrop-filter: blur(8.5px);
  pointer-events: none;
  z-index: 1;
}
.chat-main-body[data-v-46dfc79f]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.0255rem;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 4;
}
.agent-floating-card[data-v-46dfc79f],
.messages-wrap[data-v-46dfc79f],
.bottom-nav[data-v-46dfc79f] {
  position: relative;
  z-index: 3;
}
.agent-floating-card[data-v-46dfc79f] {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: auto;
  z-index: 10;
  border: 0.02rem solid rgba(249, 249, 249, 0.14);
  border-radius: 32px;
  box-shadow: 3.4px 4.3px 6.8px rgba(0, 0, 0, 0.25);
  padding: 8.4px 22px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  overflow: hidden;
}
.agent-floating-card[data-v-46dfc79f]::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8.5px);
  -webkit-backdrop-filter: blur(8.5px);
  pointer-events: none;
  z-index: 0;
}
.agent-floating-card[data-v-46dfc79f]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.0255rem;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
.agent-floating-card[data-v-46dfc79f] > * {
  position: relative;
  z-index: 1;
}
.agent-info[data-v-46dfc79f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8px;
}
.agent-avatar-wrap[data-v-46dfc79f] {
  position: relative;
  width: 36.6px;
  height: 36.6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-ring[data-v-46dfc79f] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36.6px;
  height: 36.6px;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.83);
}
.agent-avatar[data-v-46dfc79f] {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 1;
}
.agent-name[data-v-46dfc79f] {
  position: relative;
  display: flex;
  padding: 3.236px 2.516px;
  flex-direction: column;
  align-items: center;
  gap: 1.618px;
  border: 0.02rem solid rgba(249, 249, 249, 0.1);
  border-radius: 4.406px;
  background: rgba(170, 170, 170, 0.1);
  backdrop-filter: blur(18.5px);
  -webkit-backdrop-filter: blur(18.5px);
  color: #fff;
  font-size: 6.6px;
  font-weight: 500;
  margin-top: -0.24rem;
  white-space: nowrap;
}
.messages-wrap[data-v-46dfc79f] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding: 100px 20px 20px;
  display: flex;
  flex-direction: column;
}
.messages-inner[data-v-46dfc79f] {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  gap: 20px;
}
.message-row[data-v-46dfc79f] {
  display: flex;
  width: 100%;
}
.message-row--self[data-v-46dfc79f] {
  justify-content: flex-end;
}
.bubble-wrapper[data-v-46dfc79f] {
  display: flex;
  flex-direction: column;
  max-width: 85%;
  width: fit-content;
  gap: 4px;
}
.bubble-wrapper--self[data-v-46dfc79f] {
  align-items: flex-end;
}
.transaction-bubble[data-v-46dfc79f] {
  display: flex;
  flex-direction: column;
  padding: 8.53px 14.622px;
  justify-content: center;
  align-items: flex-start;
  gap: 6.093px;
  border-radius: 23.457px;
  background: #1F9816;
  color: #F9F9F9;
}
.bubble-content p[data-v-46dfc79f] {
  margin: 0;
  color: #f9f9f9;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "HONOR Sans CN";
  font-size: 11.576px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.232px;
}
.bubble-footer[data-v-46dfc79f] {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  color: #f9f9f9;
  font-family: "HONOR Sans CN";
  font-size: 9.748px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.195px;
}
.sender-name[data-v-46dfc79f] {
  font-weight: 600;
}
.text-bubble[data-v-46dfc79f] {
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px 20px 20px 4px;
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  word-break: break-word;
}
.text-bubble--self[data-v-46dfc79f] {
  background: #1F9816;
  border-radius: 20px 20px 4px 20px;
}
html[data-theme=light] .text-bubble--self[data-v-46dfc79f] {
  background: var(--wallet-l-accent);
  color: var(--wallet-l-on-accent);
}
.image-bubble[data-v-46dfc79f] {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 4px;
  max-width: 200px;
}
.image-bubble img[data-v-46dfc79f] {
  width: 100%;
  border-radius: 8px;
}
.bottom-nav[data-v-46dfc79f] {
  height: 80px;
  padding: 0 15px;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: env(safe-area-inset-bottom);
}
.nav-icon-btn[data-v-46dfc79f] {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mic-btn[data-v-46dfc79f] {
  width: 37.534px;
  height: 37.534px;
  padding: 0;
}
.bottom-nav button img[data-v-46dfc79f] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}
.input-bar-wrap[data-v-46dfc79f] {
  flex: 1;
  min-width: 0;
  height: 37.534px;
  background: #0f0f0f;
  border-radius: 210.014px;
  padding: 3.36px 4.29px 3.36px 11.341px;
  display: flex;
  align-items: center;
  gap: 4.2px;
}
.input-bar-wrap input[data-v-46dfc79f] {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--c-text);
  font-family: "PingFang SC";
  font-size: 13.226px;
  font-weight: 400;
  line-height: 78%;
  letter-spacing: 0.265px;
  outline: none;
}
.input-bar-wrap input[data-v-46dfc79f]::placeholder {
  color: var(--c-text-muted);
}
.send-action-btn[data-v-46dfc79f] {
  background: transparent;
  border: none;
  padding: 0;
  width: 37.331px;
  height: 37.331px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  color: #fff;
}
.send-action-btn[data-v-46dfc79f]:active {
  opacity: 0.8;
}
.plus-btn[data-v-46dfc79f] {
  background: transparent;
  border: none;
  padding: 0;
  width: 37.331px;
  height: 37.331px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.plus-btn[data-v-46dfc79f]:active {
  opacity: 0.8;
}
.close-chat-btn[data-v-46dfc79f] {
  background: transparent;
  border: none;
  padding: 0;
  width: 38.403px;
  height: 38.403px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  color: #f3f3f3;
}
.close-chat-btn[data-v-46dfc79f]:active {
  opacity: 0.8;
}.cs-order-float[data-v-fd0f8b6f] {
  position: fixed;
  right: 0.3rem;
  top: 52%;
  z-index: 9999;
}
.cs-order-float[data-v-fd0f8b6f] .bell-wrapper {
  position: relative;
}
@media (min-width: 600px) {
.cs-order-float[data-v-fd0f8b6f] {
    right: 24px;
    top: 50%;
}
}:root[data-theme=light] .telegram-club-join-dialog .game-dialog__card {
  position: relative;
  background: transparent !important;
  border: 0.96px solid rgba(242, 242, 242, 0.04) !important;
  border-radius: clamp(28px, 10vw, 36.4px);
  box-shadow: none !important;
  overflow: hidden;
}
:root[data-theme=light] .telegram-club-join-dialog .game-dialog__card::after {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(135, 134, 134, 0.032);
  box-shadow: 0.0919rem 0.1149rem 0.1838rem rgba(0, 0, 0, 0.25), 0 0 0.2298rem #000 inset, 0.0566rem 0.1132rem 0.4596rem rgba(242, 242, 242, 0.7) inset;
  backdrop-filter: blur(0.58px);
  -webkit-backdrop-filter: blur(0.58px);
  pointer-events: none;
  z-index: 0;
}
:root[data-theme=light] .telegram-club-join-dialog .game-dialog__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.0255rem;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
:root[data-theme=light] .telegram-club-join-dialog .game-dialog__card {
  background-image: none !important;
}
:root[data-theme=light] .telegram-club-join-dialog .game-dialog__card-bg-gradient,
:root[data-theme=light] .telegram-club-join-dialog .game-dialog__card-bg-texture,
:root[data-theme=light] .telegram-club-join-dialog .game-dialog__card-bg-shadow {
  display: none !important;
}
:root[data-theme=light] .telegram-club-join-dialog .game-dialog__title,
:root[data-theme=light] .telegram-club-join-dialog .game-dialog__body {
  color: #f9f9f9 !important;
}
:root[data-theme=light] .telegram-club-join-dialog .game-dialog__cancel-btn {
  background: rgba(146, 146, 146, 0.4) !important;
  color: #f9f9f9 !important;
  box-shadow: inset 1px 1px 0px 0px rgba(242, 242, 242, 0.8), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.5) !important;
}
:root[data-theme=light] .telegram-club-join-dialog .game-dialog__cancel-btn::before {
  display: block !important;
}.telegram-club-join[data-v-a4e0439d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.3rem 0.2rem 0.4rem;
  box-sizing: border-box;
}
.telegram-club-join .club-info-card[data-v-a4e0439d] {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0.2rem;
  padding: 0.3rem 0.25rem;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0.3rem;
}
html[data-theme=light] .telegram-club-join .club-info-card[data-v-a4e0439d] {
  background: rgba(0, 0, 0, 0.05);
}
.telegram-club-join .club-info-card .club-name[data-v-a4e0439d] {
  font-size: 0.34rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.12rem;
  word-break: break-word;
}
html[data-theme=light] .telegram-club-join .club-info-card .club-name[data-v-a4e0439d] {
  color: #ffffff;
}
.telegram-club-join .club-info-card .club-id[data-v-a4e0439d] {
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.7);
}
html[data-theme=light] .telegram-club-join .club-info-card .club-id[data-v-a4e0439d] {
  color: rgba(255, 255, 255, 0.85);
}
.telegram-club-join .club-info-card .club-id .label[data-v-a4e0439d] {
  margin-right: 0.1rem;
}
.telegram-club-join .club-info-card .club-id .value[data-v-a4e0439d] {
  color: #e2c083;
  font-weight: 600;
}
.telegram-club-join .action-footer[data-v-a4e0439d] {
  width: 100%;
}
.telegram-club-join .action-footer .quick-join-btn[data-v-a4e0439d] {
  width: 100%;
  height: 0.84rem;
  font-size: 0.3rem;
  font-weight: 600;
}
html[data-theme=light] .telegram-club-join .action-footer .quick-join-btn[data-v-a4e0439d] {
  background: var(--c-brand, #05c297) !important;
}.game-launch-fallback[data-v-286de9fa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 0.2rem 0.1rem 0.1rem;
}
.tip[data-v-286de9fa] {
  margin: 0;
  font-size: 0.373rem;
  line-height: 1.5;
  text-align: center;
  color: var(--c-text, #f9f9f9);
}
.launch-link[data-v-286de9fa] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.17rem;
  border-radius: 1.08rem;
  background: linear-gradient(157deg, #55f329 0%, #3ead06 100%);
  color: #fff;
  font-size: 0.45rem;
  font-weight: 500;
  font-family: "HONOR Sans CN", sans-serif;
  text-decoration: none;
}
.hint[data-v-286de9fa] {
  margin: 0;
  font-size: 0.32rem;
  line-height: 1.5;
  text-align: center;
  color: var(--c-text-muted, rgba(249, 249, 249, 0.6));
}.external-link-frame[data-v-62015804] {
  position: fixed;
  inset: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #fff;
}
.external-link-frame__content[data-v-62015804] {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}
.external-link-frame__close[data-v-62015804] {
  position: absolute;
  z-index: 1;
  top: calc(var(--app-viewport-safe-area-top, env(safe-area-inset-top)) + 0.14rem);
  left: calc(env(safe-area-inset-left) + 0.14rem);
  width: 0.66rem;
  height: 0.66rem;
  border: 0;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(20, 20, 20, 0.72);
  box-shadow: 0 0.04rem 0.18rem rgba(0, 0, 0, 0.22);
  font-size: 0.52rem;
  font-weight: 300;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}
.external-link-frame__loading[data-v-62015804] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 0.78rem;
  border-radius: 999px;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.16rem;
  color: #fff;
  background: rgba(20, 20, 20, 0.76);
  font-size: 0.28rem;
}
.external-link-frame__spinner[data-v-62015804] {
  width: 0.3rem;
  height: 0.3rem;
  border: 0.04rem solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: external-link-frame-spin-62015804 0.8s linear infinite;
}
@keyframes external-link-frame-spin-62015804 {
to {
    transform: rotate(360deg);
}
}.login-fullscreen-panel[data-v-7552d7e7] {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: #000;
}
.login-title-row[data-v-7552d7e7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.1rem;
}
.debug-trigger[data-v-7552d7e7] {
  position: absolute;
  left: 0;
  top: 0.3rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.34rem;
  font-family: "Afacad", sans-serif;
  cursor: pointer;
}
.lang-btn[data-v-7552d7e7] {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0.13rem;
}
.lang-btn img[data-v-7552d7e7] {
  width: 0.5rem;
  height: 0.52rem;
}
.lang-text[data-v-7552d7e7] {
  font-size: 0.4rem;
  font-weight: 500;
  color: #fff;
}
.language-item[data-v-7552d7e7] {
  align-items: center;
  justify-content: space-between;
  height: 1.2rem;
  margin: 0 0.1rem 0;
  border-bottom: 0.2px solid rgba(255, 255, 255, 0.2);
  display: flex;
}
.language-item .radio-circle[data-v-7552d7e7] {
  width: 0.42rem;
  height: 0.42rem;
}
.language-item .radio-circle--checked[data-v-7552d7e7]::after {
  width: 0.26rem;
  height: 0.26rem;
}
.debug-account-item[data-v-7552d7e7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.1rem;
  border-bottom: 0.2px solid rgba(255, 255, 255, 0.2);
  padding: 0 0.08rem;
  cursor: pointer;
}
.login-form[data-v-7552d7e7] {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.tab-row[data-v-7552d7e7] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.53rem;
  margin-bottom: 0.5rem;
}
.tab-item[data-v-7552d7e7] {
  border: 0;
  background: transparent;
  font-size: 0.45rem;
  font-family: "HONOR Sans CN", sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0.13rem 0 0;
  position: relative;
}
.tab-item--active[data-v-7552d7e7] {
  color: #fff;
  font-weight: 700;
}
.tab-item--active[data-v-7552d7e7]::after {
  content: "";
  position: absolute;
  bottom: -0.07rem;
  left: 0;
  right: 0;
  height: 0.033rem;
  background: #fff;
}
.form-fields[data-v-7552d7e7] {
  display: flex;
  flex-direction: column;
  gap: 0.59rem;
}
.input-row[data-v-7552d7e7] {
  display: flex;
  align-items: center;
  height: 1.44rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1.69rem;
  padding-left: 0.41rem;
  position: relative;
  transition: background 0.2s;
}
.input-row--filled[data-v-7552d7e7] {
  background: rgba(62, 173, 6, 0.65);
}
.input-icon-wrap[data-v-7552d7e7] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.56rem;
  height: 0.56rem;
  z-index: 2;
}
.input-icon[data-v-7552d7e7] {
  width: 0.53rem;
  height: 0.53rem;
}
.input-inner[data-v-7552d7e7] {
  flex: 1;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1.69rem;
  display: flex;
  align-items: center;
  margin-left: 0.16rem;
  padding-right: 0.21rem;
  min-width: 0;
}
.input-inner--plain[data-v-7552d7e7] {
  padding-right: 0.53rem;
}
.area-code-btn[data-v-7552d7e7] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.11rem;
  height: 0.91rem;
  padding: 0 0.2rem;
  margin-left: 0.25rem;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 1.27rem;
  border: 0;
  cursor: pointer;
}
.area-code-btn span[data-v-7552d7e7] {
  font-size: 0.33rem;
  margin: 0 0.1rem;
  font-weight: 500;
  font-family: "Afacad", sans-serif;
  color: #000;
}
.area-code-btn img[data-v-7552d7e7] {
  width: 0.24rem;
  height: 0.13rem;
  margin-left: 0.05rem;
}
.input-field[data-v-7552d7e7] {
  flex: 1;
  height: 100%;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 0.38rem;
  font-weight: 500;
  font-family: "Afacad", sans-serif;
  color: #000;
  padding-left: 0.5rem;
  min-width: 0;
}
.input-field[data-v-7552d7e7]::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.input-field-phone[data-v-7552d7e7] {
  padding-left: 0.1rem;
}
.otp-btn[data-v-7552d7e7] {
  flex-shrink: 0;
  height: 0.91rem;
  padding: 0 0.27rem;
  min-width: 2rem;
  background: linear-gradient(157deg, #55f329 0%, #3ead06 100%);
  border-radius: 1.27rem;
  border: 0;
  cursor: pointer;
  font-size: 0.34rem;
  font-weight: 500;
  font-family: "Afacad", sans-serif;
  color: #fff;
  white-space: nowrap;
}
.otp-btn--disabled[data-v-7552d7e7] {
  opacity: 0.6;
  cursor: not-allowed;
}
.eye-btn[data-v-7552d7e7] {
  flex-shrink: 0;
  width: 0.59rem;
  height: 0.59rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eye-btn img[data-v-7552d7e7] {
  width: 0.59rem;
  height: 0.56rem;
  pointer-events: none;
}
.error-snackbar[data-v-7552d7e7] {
  background: rgba(250, 43, 75, 0.18);
  border-radius: 0.4rem;
  padding: 0.2rem 0.36rem;
  margin-top: 0.32rem;
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  word-break: break-word;
  box-shadow: inset 0 0 0 1px rgba(250, 43, 75, 0.45);
}
.snackbar-enter-active[data-v-7552d7e7],
.snackbar-leave-active[data-v-7552d7e7] {
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.snackbar-enter-from[data-v-7552d7e7],
.snackbar-leave-to[data-v-7552d7e7] {
  opacity: 0;
  transform: translateY(-0.16rem);
}
.bottom-area[data-v-7552d7e7] {
  margin-top: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.27rem;
}
.action-links[data-v-7552d7e7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.05rem;
}
.link-btn[data-v-7552d7e7] {
  border: 0;
  background: transparent;
  font-size: 0.41rem;
  font-weight: 500;
  min-width: 2.5rem;
  font-family: "PingFang SC", "HONOR Sans CN", sans-serif;
  color: #f9f9f9;
  cursor: pointer;
  padding: 0.08rem 0.1rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0.42rem;
}
.agreement-row[data-v-7552d7e7] {
  display: flex;
  align-items: center;
  gap: 0.13rem;
  padding: 0 0.13rem;
}
.radio-circle[data-v-7552d7e7] {
  width: 0.35rem;
  height: 0.35rem;
}
.radio-circle--checked[data-v-7552d7e7]::after {
  width: 0.22rem;
  height: 0.22rem;
}
.agreement-text[data-v-7552d7e7] {
  font-size: 0.27rem;
  font-weight: 500;
  color: #fff;
  font-family: "PingFang SC", "HONOR Sans CN", sans-serif;
}
.agreement-text--link[data-v-7552d7e7] {
  cursor: pointer;
}
.protocol-link[data-v-7552d7e7] {
  cursor: pointer;
}
.primary-btn[data-v-7552d7e7] {
  height: 1.44rem;
}
.register-tip[data-v-7552d7e7] {
  background: rgba(220, 38, 38, 0.08);
  backdrop-filter: blur(8.5px);
  -webkit-backdrop-filter: blur(8.5px);
  border: 0.5px solid rgba(249, 249, 249, 0.08);
  border-radius: 0.8rem;
  padding: 0.12rem 0.26rem;
  font-size: 0.3rem;
  font-weight: 400;
  font-family: "PingFang SC", "HONOR Sans CN", sans-serif;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  text-align: center;
}:root[data-theme=light] .login-dialog .game-dialog__card {
  position: relative;
  background: transparent !important;
  border: 0.96px solid rgba(242, 242, 242, 0.04) !important;
  border-radius: clamp(28px, 10vw, 36.4px);
  box-shadow: none !important;
  overflow: hidden;
}
:root[data-theme=light] .login-dialog .game-dialog__card::after {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(135, 134, 134, 0.032);
  box-shadow: 0.0919rem 0.1149rem 0.1838rem rgba(0, 0, 0, 0.25), 0 0 0.2298rem #000 inset, 0.0566rem 0.1132rem 0.4596rem rgba(242, 242, 242, 0.7) inset;
  backdrop-filter: blur(0.58px);
  -webkit-backdrop-filter: blur(0.58px);
  pointer-events: none;
  z-index: 0;
}
:root[data-theme=light] .login-dialog .game-dialog__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.0255rem;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
:root[data-theme=light] .login-dialog .game-dialog__card {
  background-image: none !important;
}
:root[data-theme=light] .login-dialog .game-dialog__card-bg-gradient,
:root[data-theme=light] .login-dialog .game-dialog__card-bg-texture,
:root[data-theme=light] .login-dialog .game-dialog__card-bg-shadow {
  display: none !important;
}
:root[data-theme=light] .login-dialog .game-dialog__title,
:root[data-theme=light] .login-dialog .game-dialog__body {
  color: #f9f9f9 !important;
}
:root[data-theme=light] .login-dialog .game-dialog__cancel-btn {
  background: rgba(146, 146, 146, 0.4) !important;
  color: #f9f9f9 !important;
  box-shadow: inset 1px 1px 0px 0px rgba(242, 242, 242, 0.8), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.5) !important;
}
:root[data-theme=light] .login-dialog .game-dialog__cancel-btn::before {
  display: block !important;
}
:root[data-theme=light] .login-dialog .input-row--filled {
  background: #05c297;
}
:root[data-theme=light] .login-dialog .otp-btn {
  background: #05c297;
}
:root[data-theme=light] .login-dialog .primary-btn {
  background: #05c297;
  border: 0.5px solid rgba(242, 242, 242, 0.8);
  color: #fbfbfb;
}
:root[data-theme=light] .login-dialog .register-tip {
  background: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  color: rgba(15, 8, 8, 0.69);
}
/* 包裹层只做分组，不参与尺寸计算：保持页面根节点的百分比高度与 Telegram guard 生效。 */
.h5-route-host {
  height: 100%;
}

/* 牌桌内登录只显示弹窗；H5 大厅保持挂载但不绘制，底下继续显示 Cocos 牌桌。 */
#app[data-cocos-table-auth-overlay='1'] {
  background-color: transparent !important;
  background-image: none !important;
}
.h5-route-host--table-auth {
  visibility: hidden;
  pointer-events: none;
}
@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;
  --color-primary: rgb(85, 243, 41);
  --color-primary-press: #0a4e92;
  --color-bg-top: #f6fafe;
  --color-bg-bottom: #e9f2ff;
  --color-text-main: #1c2735;
  --color-text-secondary: #5f6d80;
  --color-border-soft: rgba(147, 172, 206, 0.42);
  --color-card-bg: rgba(255, 255, 255, 0.92);
  --color-text-main2: #fff;
  --color-bg-shadow: rgba(0, 0, 0, 0.2);
  --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;
  --tabbar-surface: rgba(51, 55, 56, 0.77);
  --tabbar-border: rgba(249, 249, 249, 0.4);
  --tabbar-item: #f9f9f9;
  --tabbar-item-active: #f9f9f9;
  --van-primary-color: rgb(85, 243, 41);
  --van-danger-color: #d84b3e;
  --van-success-color: #159f67;
  --van-text-color: #1c2735;
  --van-text-color-2: #5f6d80;
  --van-background-2: rgba(255, 255, 255, 0.92);
  --van-border-color: rgba(147, 172, 206, 0.42);
  --van-radius-lg: 0.32rem;
}

:root[data-theme=light] {
  --tabbar-surface: #222222;
  --tabbar-border: transparent;
  --tabbar-item: #7b7b7b;
  --tabbar-item-active: #7bfbca;
}

:root {
  --c-brand: #05c297;
  --c-brand-rgb: 5, 194, 151;
  --c-loss: #05c297;
  --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] .only-dark {
  display: none !important;
}

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

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

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

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

@media (min-width: 481px) {
  body {
    width: var(--app-frame-width);
    max-width: var(--app-frame-max-width);
    min-height: var(--app-frame-height);
    margin-top: var(--app-frame-offset-top, 0px);
    margin-left: auto;
    margin-right: auto;
  }
}
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(--color-text-main);
  background: radial-gradient(circle at 8% 0%, rgba(10, 103, 194, 0.14), transparent 36%), radial-gradient(circle at 95% 12%, rgba(18, 141, 95, 0.11), transparent 30%), linear-gradient(180deg, var(--color-bg-top), var(--color-bg-bottom));
}

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;
}

@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;
  }
}
button,
input,
textarea {
  font: inherit;
}

button:not(:disabled),
[role=button]:not([aria-disabled=true]) {
  cursor: pointer;
}

button:disabled,
[role=button][aria-disabled=true] {
  cursor: not-allowed;
}

* {
  -webkit-touch-callout: none;
}

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

#app {
  min-height: 100dvh;
}

.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));
}

.section-card {
  background: var(--color-card-bg);
  border: 1px solid var(--color-border-soft);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  padding: var(--space-card-padding);
  margin-top: var(--section-gap);
}

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

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

.info-line {
  margin: 0.16rem 0;
  color: var(--color-text-secondary);
  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 {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  border: 0.027rem solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0.5px 0.5px 0px 0px rgba(255, 255, 255, 0.85), inset -0.5px -0.5px 0px 0px rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.radio-circle--checked::after {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  border: 0.05rem solid rgb(85, 243, 41);
  background: transparent;
}

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

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

.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: rgba(12, 12, 12, 0.6) !important;
}

.van-toast {
  background: rgba(30, 30, 30, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 0.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.64rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  padding: 0.32rem 0.56rem;
  min-width: 2.4rem;
  max-width: 6rem;
  width: auto;
}
.van-toast .van-toast__text {
  font-size: 0.37rem;
  font-weight: 500;
  color: #fff;
  font-family: "HONOR Sans CN", "PingFang SC", sans-serif;
  word-break: break-word;
  line-height: 1.4;
}
.van-toast .van-toast__icon {
  font-size: 0.56rem;
  color: #fff;
}

.van-toast--fail.van-toast,
.van-toast--success.van-toast {
  flex-direction: row;
  min-height: 0;
  align-items: center;
  gap: 0.16rem;
  padding: 0.28rem 0.52rem;
}

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

.table-toast-msg {
  background-image: none;
  backdrop-filter: blur(10px);
  background-color: rgba(12, 12, 12, 0.2);
}

@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;
  }
}
.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;
}

:root {
  --font-cn: 'HONOR Sans CN', 'PingFang SC', system-ui, sans-serif;
  --font-num: 'Poppins', 'SF Pro Display', system-ui, sans-serif;
  --font-display: 'Keania One', system-ui, sans-serif;
  --text-shadow-title: 0 3px 6.6px rgba(0, 0, 0, 0.25);
  --text-shadow-soft: 0 1px 4px rgba(0, 0, 0, 0.32);
  --text-shadow-tiny: 0 1px 2px rgba(0, 0, 0, 0.3);
  --color-primary: rgba(85, 243, 41, 1);
  --color-primary-dark: rgba(62, 173, 6, 1);
  --color-danger: #ff132b;
  --grad-primary: linear-gradient(168deg, rgba(85, 243, 41, 1) 7%, rgba(62, 173, 6, 1) 72%);
  --glass-bg: rgba(0, 0, 0, 0.2);
  --glass-border: rgba(255, 255, 255, 0.31);
  --glass-border-soft: rgba(242, 242, 242, 0.4);
}

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

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

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

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

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

.t-badge {
  font-family: var(--font-cn);
  font-weight: 600;
  font-size: clamp(7px, 2.08vw, 9px);
  line-height: 1;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.t-rank {
  font-family: var(--font-num);
  font-weight: 700;
  font-size: clamp(14px, 4.27vw, 18px);
  line-height: 1;
  letter-spacing: -0.5px;
}

.t-display {
  font-family: var(--font-num);
  font-weight: 700;
  font-size: clamp(28px, 9.07vw, 38px);
  line-height: 1;
  letter-spacing: -0.5px;
  color: #fff;
  text-shadow: var(--text-shadow-title);
}

@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: rgba(85, 243, 41, 1);
  --wallet-color-primary-dark: rgba(62, 173, 6, 1);
  --wallet-color-danger: #ff132b;
  --wallet-grad-primary: linear-gradient(168deg, #FF516C 7%, #DF2340 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);
}

:root[data-theme=light] {
  --wallet-text-shadow-title: none;
  --wallet-text-shadow-soft: none;
  --wallet-text-shadow-tiny: none;
  --wallet-color-primary: #05c297;
  --wallet-color-primary-dark: #04a882;
  --wallet-color-danger: #e5384f;
  --wallet-grad-primary: linear-gradient(168deg, #05c297 7%, #04a882 72%);
  --wallet-glass-bg: rgba(255, 255, 255, 1);
  --wallet-glass-border: rgba(0, 0, 0, 0.18);
  --wallet-glass-border-soft: rgba(0, 0, 0, 0.12);
  --wallet-l-accent: #05c297;
  --wallet-l-text: rgba(0, 0, 0, 1);
  --wallet-l-text-muted: rgba(0, 0, 0, 0.62);
  --wallet-l-surface: rgba(255, 255, 255, 1);
  --wallet-l-surface-soft: rgba(0, 0, 0, 0.05);
  --wallet-l-surface-input: rgba(0, 0, 0, 0.08);
  --wallet-l-border: rgba(0, 0, 0, 0.18);
  --wallet-l-divider: rgba(0, 0, 0, 0.12);
  --wallet-l-on-accent: rgba(249, 249, 249, 0.95);
}

.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%;
}

:root[data-theme=light] .wallet-t-title,
:root[data-theme=light] .wallet-t-subtitle,
:root[data-theme=light] .wallet-t-body,
:root[data-theme=light] .wallet-t-caption,
:root[data-theme=light] .wallet-t-button {
  color: var(--wallet-l-text);
}

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

:root[data-theme=light] .club-index .search-shell {
  background: rgb(255, 255, 255);
}
:root[data-theme=light] .club-index .search-shell::before {
  background: none;
}
:root[data-theme=light] .club-index .search-trigger,
:root[data-theme=light] .club-index .search-input,
:root[data-theme=light] .club-index .search-placeholder {
  color: rgb(0, 0, 0);
}
:root[data-theme=light] .club-index .search-input::placeholder {
  color: rgb(0, 0, 0);
}
:root[data-theme=light] .club-index .search-btn {
  background: rgba(7, 192, 157, 0.05);
  border: 1px solid #07c09d;
  box-shadow: none;
}
:root[data-theme=light] .club-index .search-btn::before {
  background: none;
}
:root[data-theme=light] .club-index .search-btn .search-btn-label {
  color: #241313;
}
:root[data-theme=light] .club-index .search-btn-blur,
:root[data-theme=light] .club-index .search-btn-inset {
  display: none;
}
:root[data-theme=light] .club-index .action-text {
  color: rgba(0, 0, 0, 0.56);
  text-shadow: none;
}
:root[data-theme=light] .club-index .cards-divider {
  mix-blend-mode: normal;
  opacity: 1;
}
:root[data-theme=light] .club-index .divider-line {
  background: rgba(0, 0, 0, 0.12);
}
:root[data-theme=light] .club-index .club-empty-text {
  color: rgba(0, 0, 0, 0.5);
}
:root[data-theme=light] .club-index .club-banner::before {
  background: rgb(255, 255, 255);
  border: none;
}
:root[data-theme=light] .club-index .club-banner-glass::before {
  background: none;
}
:root[data-theme=light] .club-index .club-name,
:root[data-theme=light] .club-index .club-id-value,
:root[data-theme=light] .club-index .top-metric-item,
:root[data-theme=light] .club-index .stat-item {
  color: rgb(0, 0, 0);
}
:root[data-theme=light] .club-index .club-id-tag {
  background: rgb(255, 255, 255);
  color: #444;
}
:root[data-theme=light] .club-index .club-stats-shell {
  background: rgb(255, 255, 255);
  backdrop-filter: none;
}
:root[data-theme=light] .club-index .club-stats-shell::before {
  background: none;
}
:root[data-theme=light] .club-index .enter-btn {
  color: rgb(255, 255, 255);
}
:root[data-theme=light] .club-index .enter-btn::before {
  background: #05c297;
  backdrop-filter: none;
  mix-blend-mode: normal;
  box-shadow: none;
}

:root[data-theme=light] .home-page .notice-bar {
  background: rgb(255, 255, 255);
  border: 0.302px solid rgba(0, 0, 0, 0.16);
  color: rgb(0, 0, 0);
}
:root[data-theme=light] .home-page .notice-icon {
  filter: none;
}
:root[data-theme=light] .home-page .notice-label,
:root[data-theme=light] .home-page .notice-track,
:root[data-theme=light] .home-page .notice-item {
  color: rgb(0, 0, 0);
}
:root[data-theme=light] .home-page .club-panel {
  background: rgb(255, 255, 255);
  border: 0.302px solid rgba(0, 0, 0, 0.16);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: rgb(0, 0, 0);
}
:root[data-theme=light] .home-page .balance-amount,
:root[data-theme=light] .home-page .service-label,
:root[data-theme=light] .home-page .contact-label {
  color: rgb(0, 0, 0);
}
:root[data-theme=light] .home-page .recharge-btn {
  background: transparent;
  color: rgb(0, 0, 0);
}
:root[data-theme=light] .home-page .club-divider {
  background: rgba(0, 0, 0, 0.12);
}
:root[data-theme=light] .home-page .section-title {
  color: rgb(0, 0, 0);
}
:root[data-theme=light] .home-page .coming-soon-scroll-card {
  border-color: rgba(0, 0, 0, 0.08);
}
:root[data-theme=light] .home-page .top-bar--guest {
  background: rgb(255, 255, 255);
  border-radius: 0.6rem;
  padding: 0.1rem 0.24rem;
}
:root[data-theme=light] .home-page .top-bar__logo-text {
  color: rgb(0, 0, 0);
}
:root[data-theme=light] .home-page .top-bar__btn--register {
  background: linear-gradient(180deg, #808080 0%, #474747 100%);
  border-color: transparent;
  color: rgb(249, 249, 249);
}
:root[data-theme=light] .home-page .top-bar__btn--login {
  background: #07c09d;
  border-color: transparent;
  color: rgb(249, 249, 249);
}

:root[data-theme=light] .club-table-create-page {
  background-image: url("../images/main_bg_light-SBZW1aSy.webp") !important;
}
:root[data-theme=light] .club-table-create-page .title-wrap {
  color: rgba(15, 8, 8, 0.85);
}
:root[data-theme=light] .club-table-create-page .title-divider span {
  background: rgba(0, 0, 0, 0.24);
}
:root[data-theme=light] .create-table-page {
  background-image: url("../images/main_bg_light-SBZW1aSy.webp");
}
:root[data-theme=light] .create-table-page .header-tab {
  color: rgba(15, 8, 8, 0.55);
}
:root[data-theme=light] .create-table-page .header-tab--active {
  color: #05c297;
}
:root[data-theme=light] .create-table-page .header-tab--active::after {
  background: #05c297;
}
:root[data-theme=light] .create-table-page .table-name-row,
:root[data-theme=light] .create-table-page .detail-form__section,
:root[data-theme=light] .create-table-page .bottom-action-bar {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0.08);
}
:root[data-theme=light] .create-table-page .detail-form__section--tab {
  background: transparent;
  border-color: transparent;
}
:root[data-theme=light] .create-table-page .table-name__label,
:root[data-theme=light] .create-table-page .table-name__input,
:root[data-theme=light] .create-table-page .fee-label,
:root[data-theme=light] .create-table-page .fee-original,
:root[data-theme=light] .create-table-page .fee-current,
:root[data-theme=light] .create-table-page .fee-balance {
  color: rgba(15, 8, 8, 0.85);
}
:root[data-theme=light] .create-table-page .table-name__input::placeholder {
  color: rgba(15, 8, 8, 0.4);
}
:root[data-theme=light] .create-table-page .table-name__count {
  color: rgba(15, 8, 8, 0.45);
}
:root[data-theme=light] .create-table-page .detail-form__item {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
:root[data-theme=light] .create-table-page .action-btn--save {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(15, 8, 8, 0.85);
}
:root[data-theme=light] .create-table-page .action-btn--create {
  background: #05c297;
  color: #fbfbfb;
  box-shadow: none;
}
:root[data-theme=light] .club-table-create-page .back-trigger,
:root[data-theme=light] .club-table-create-page .back-icon,
:root[data-theme=light] .create-table-page .back-trigger,
:root[data-theme=light] .create-table-page .back-icon {
  color: rgba(15, 8, 8, 0.85);
}
:root[data-theme=light] .club-table-create-page .title,
:root[data-theme=light] .create-table-page .title {
  text-shadow: none;
}
:root[data-theme=light] .quick-create-view .quick-panel {
  background: #fff;
  border-color: transparent;
}
:root[data-theme=light] .quick-create-view .quick-panel::before {
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
:root[data-theme=light] .quick-create-view .quick-panel::after {
  box-shadow: none;
}
:root[data-theme=light] .quick-create-view .quick-fee__label,
:root[data-theme=light] .quick-create-view .quick-fee__value,
:root[data-theme=light] .quick-create-view .quick-fee__current {
  color: rgba(15, 8, 8, 0.85);
}
:root[data-theme=light] .quick-create-view .quick-fee__original {
  color: rgba(15, 8, 8, 0.4);
}
:root[data-theme=light] .quick-create-view .quick-create-btn {
  background: #05c297;
  border-color: transparent;
  color: #fbfbfb;
}
:root[data-theme=light] .quick-create-view .template-list__placeholder {
  color: rgba(15, 8, 8, 0.5);
}
:root[data-theme=light] .template-dialog .game-dialog__card {
  position: relative;
  background: transparent !important;
  border: 0.96px solid rgba(242, 242, 242, 0.04) !important;
  border-radius: clamp(28px, 10vw, 36.4px);
  box-shadow: none !important;
  overflow: hidden;
}
:root[data-theme=light] .template-dialog .game-dialog__card::after {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(135, 134, 134, 0.032);
  box-shadow: 0.0919rem 0.1149rem 0.1838rem rgba(0, 0, 0, 0.25), 0 0 0.2298rem #000 inset, 0.0566rem 0.1132rem 0.4596rem rgba(242, 242, 242, 0.7) inset;
  backdrop-filter: blur(0.58px);
  -webkit-backdrop-filter: blur(0.58px);
  pointer-events: none;
  z-index: 0;
}
:root[data-theme=light] .template-dialog .game-dialog__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.0255rem;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
:root[data-theme=light] .template-dialog .game-dialog__card {
  background-image: none !important;
}
:root[data-theme=light] .template-dialog .game-dialog__card-bg-gradient,
:root[data-theme=light] .template-dialog .game-dialog__card-bg-texture,
:root[data-theme=light] .template-dialog .game-dialog__card-bg-shadow {
  display: none !important;
}
:root[data-theme=light] .template-dialog .game-dialog__title,
:root[data-theme=light] .template-dialog .game-dialog__body {
  color: #f9f9f9 !important;
}
:root[data-theme=light] .template-dialog .game-dialog__cancel-btn {
  background: rgba(146, 146, 146, 0.4) !important;
  color: #f9f9f9 !important;
  box-shadow: inset 1px 1px 0px 0px rgba(242, 242, 242, 0.8), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.5) !important;
}
:root[data-theme=light] .template-dialog .game-dialog__cancel-btn::before {
  display: block !important;
}
:root[data-theme=light] .template-dialog .template-dialog__input {
  background: rgba(0, 0, 0, 0.15);
  border-color: rgba(242, 242, 242, 0.24);
}
:root[data-theme=light] .template-dialog .game-dialog__confirm-btn {
  background: #05c297 !important;
  border: 0.5px solid rgba(242, 242, 242, 0.8);
  color: #fbfbfb;
}

:root[data-theme=light] .settings-page,
:root[data-theme=light] .settings-doc-page,
:root[data-theme=light] .reset-password-page,
:root[data-theme=light] .cancel-account-page,
:root[data-theme=light] .security-password-page {
  background-image: url("../images/main_bg_light-SBZW1aSy.webp") !important;
}
:root[data-theme=light] .settings-page .back-trigger,
:root[data-theme=light] .settings-page .back-icon,
:root[data-theme=light] .settings-doc-page .back-trigger,
:root[data-theme=light] .settings-doc-page .back-icon,
:root[data-theme=light] .reset-password-page .back-trigger,
:root[data-theme=light] .reset-password-page .back-icon,
:root[data-theme=light] .cancel-account-page .back-trigger,
:root[data-theme=light] .cancel-account-page .back-icon,
:root[data-theme=light] .security-password-page .back-trigger,
:root[data-theme=light] .security-password-page .back-icon {
  color: rgba(15, 8, 8, 0.85);
}
:root[data-theme=light] .settings-page .title,
:root[data-theme=light] .settings-doc-page .title,
:root[data-theme=light] .reset-password-page .title,
:root[data-theme=light] .cancel-account-page .title,
:root[data-theme=light] .security-password-page .title {
  text-shadow: none;
}
:root[data-theme=light] .settings-page,
:root[data-theme=light] .settings-doc-page,
:root[data-theme=light] .reset-password-page,
:root[data-theme=light] .cancel-account-page {
  color: rgba(15, 8, 8, 0.85);
}
:root[data-theme=light] .settings-page .glass-card,
:root[data-theme=light] .settings-page .account-card,
:root[data-theme=light] .settings-page .language-card {
  background: rgb(255, 255, 255);
  border-color: rgba(0, 0, 0, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
:root[data-theme=light] .settings-page .line-item,
:root[data-theme=light] .settings-page .account-row,
:root[data-theme=light] .settings-page .language-row {
  color: rgba(15, 8, 8, 0.85);
}
:root[data-theme=light] .settings-page .line-item::after,
:root[data-theme=light] .settings-page .account-row::after,
:root[data-theme=light] .settings-page .language-row::after {
  background: rgba(0, 0, 0, 0.08);
}
:root[data-theme=light] .settings-page .item-icon,
:root[data-theme=light] .settings-page .row-icon {
  display: none;
}
:root[data-theme=light] .settings-page .line-item::after,
:root[data-theme=light] .settings-page .account-row::after {
  left: 0;
}
:root[data-theme=light] .settings-page .label {
  color: rgba(15, 8, 8, 0.85);
}
:root[data-theme=light] .settings-page .endonym {
  color: rgba(15, 8, 8, 0.5);
}
:root[data-theme=light] .settings-page .light {
  color: rgba(15, 8, 8, 0.45);
}
:root[data-theme=light] .settings-page .arrow,
:root[data-theme=light] .settings-page .arrow-icon {
  filter: invert(1);
  opacity: 0.45;
}
:root[data-theme=light] .settings-page .switch {
  background: #69686b;
}
:root[data-theme=light] .settings-page .switch.on {
  background: #05c297;
}
:root[data-theme=light] .settings-doc-page .about-logo__title,
:root[data-theme=light] .settings-doc-page .about-logo__subtitle,
:root[data-theme=light] .settings-doc-page .about-heading {
  color: rgba(15, 8, 8, 0.85);
}
:root[data-theme=light] .settings-doc-page .doc-text {
  color: rgba(15, 8, 8, 0.7);
}
:root[data-theme=light] .reset-password-page .form-row,
:root[data-theme=light] .cancel-account-page .form-row {
  background: rgba(0, 0, 0, 0.06);
}
:root[data-theme=light] .reset-password-page .row-main,
:root[data-theme=light] .cancel-account-page .row-main {
  background: rgb(255, 255, 255);
}
:root[data-theme=light] .reset-password-page .row-icon,
:root[data-theme=light] .cancel-account-page .row-icon {
  filter: invert(1);
  opacity: 0.6;
}
:root[data-theme=light] .reset-password-page .submit-btn,
:root[data-theme=light] .cancel-account-page .submit-btn {
  background: #05c297;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: #fbfbfb;
}
:root[data-theme=light] .reset-password-page .tab-switch {
  background: rgba(0, 0, 0, 0.06);
}
:root[data-theme=light] .reset-password-page .tab-btn {
  color: rgba(15, 8, 8, 0.55);
}
:root[data-theme=light] .reset-password-page .tab-btn.active {
  background: #05c297;
  border-color: transparent;
  color: #fbfbfb;
}
:root[data-theme=light] .reset-password-page .form-row.filled {
  background: rgba(5, 194, 151, 0.65);
}
:root[data-theme=light] .reset-password-page .policy-text {
  color: rgba(15, 8, 8, 0.85);
}
:root[data-theme=light] .cancel-account-page .dialog-card {
  position: relative;
  background: transparent !important;
  border: 0.96px solid rgba(242, 242, 242, 0.04) !important;
  border-radius: clamp(28px, 10vw, 36.4px);
  box-shadow: none !important;
  overflow: hidden;
}
:root[data-theme=light] .cancel-account-page .dialog-card::after {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(135, 134, 134, 0.032);
  box-shadow: 0.0919rem 0.1149rem 0.1838rem rgba(0, 0, 0, 0.25), 0 0 0.2298rem #000 inset, 0.0566rem 0.1132rem 0.4596rem rgba(242, 242, 242, 0.7) inset;
  backdrop-filter: blur(0.58px);
  -webkit-backdrop-filter: blur(0.58px);
  pointer-events: none;
  z-index: 0;
}
:root[data-theme=light] .cancel-account-page .dialog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.0255rem;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
:root[data-theme=light] .cancel-account-page .dialog-card {
  background: none;
}
:root[data-theme=light] .cancel-account-page .dialog-title,
:root[data-theme=light] .cancel-account-page .dialog-desc,
:root[data-theme=light] .cancel-account-page .dialog-actions {
  position: relative;
  z-index: 1;
}
:root[data-theme=light] .cancel-account-page .dialog-btn.primary {
  color: #05c297;
}
:root[data-theme=light] .security-password-page .close-btn {
  filter: invert(1);
  opacity: 0.6;
}
:root[data-theme=light] .security-password-page .password-panel {
  color: rgba(15, 8, 8, 0.85);
}
:root[data-theme=light] .security-password-page .password-panel p {
  color: rgba(15, 8, 8, 0.55);
}
:root[data-theme=light] .security-password-page .dot-cell {
  background: rgba(0, 0, 0, 0.12);
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: rgba(15, 8, 8, 0.85);
}
:root[data-theme=light] .security-password-page .submit-btn {
  background: #05c297;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: #fbfbfb;
}
:root[data-theme=light] .security-password-page .submit-btn.active {
  background: #05c297;
  border-color: transparent;
  color: #ffffff;
}
:root[data-theme=light] .security-password-page .keyboard-wrap {
  background: rgba(0, 0, 0, 0.08);
  border-top-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
:root[data-theme=light] .security-password-page .key {
  background: rgba(0, 0, 0, 0.12);
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: rgba(15, 8, 8, 0.85);
}
:root[data-theme=light] .security-password-page .key.clear,
:root[data-theme=light] .security-password-page .key.erase {
  background: #05c297;
  border-color: transparent;
  color: #ffffff;
}
:root[data-theme=light] .security-password-page .erase-icon {
  filter: brightness(0) invert(1);
  opacity: 1;
}
:root[data-theme=light] .security-password-page .overlay-card {
  position: relative;
  background: transparent !important;
  border: 0.96px solid rgba(242, 242, 242, 0.04) !important;
  border-radius: clamp(28px, 10vw, 36.4px);
  box-shadow: none !important;
  overflow: hidden;
}
:root[data-theme=light] .security-password-page .overlay-card::after {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(135, 134, 134, 0.032);
  box-shadow: 0.0919rem 0.1149rem 0.1838rem rgba(0, 0, 0, 0.25), 0 0 0.2298rem #000 inset, 0.0566rem 0.1132rem 0.4596rem rgba(242, 242, 242, 0.7) inset;
  backdrop-filter: blur(0.58px);
  -webkit-backdrop-filter: blur(0.58px);
  pointer-events: none;
  z-index: 0;
}
:root[data-theme=light] .security-password-page .overlay-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.0255rem;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
:root[data-theme=light] .security-password-page .overlay-card {
  background: none;
}
:root[data-theme=light] .security-password-page .overlay-card > * {
  position: relative;
  z-index: 1;
}
:root[data-theme=light] .logout-dialog .game-dialog__card {
  position: relative;
  background: transparent !important;
  border: 0.96px solid rgba(242, 242, 242, 0.04) !important;
  border-radius: clamp(28px, 10vw, 36.4px);
  box-shadow: none !important;
  overflow: hidden;
}
:root[data-theme=light] .logout-dialog .game-dialog__card::after {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(135, 134, 134, 0.032);
  box-shadow: 0.0919rem 0.1149rem 0.1838rem rgba(0, 0, 0, 0.25), 0 0 0.2298rem #000 inset, 0.0566rem 0.1132rem 0.4596rem rgba(242, 242, 242, 0.7) inset;
  backdrop-filter: blur(0.58px);
  -webkit-backdrop-filter: blur(0.58px);
  pointer-events: none;
  z-index: 0;
}
:root[data-theme=light] .logout-dialog .game-dialog__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.0255rem;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
:root[data-theme=light] .logout-dialog .game-dialog__card {
  background-image: none !important;
}
:root[data-theme=light] .logout-dialog .game-dialog__card-bg-gradient,
:root[data-theme=light] .logout-dialog .game-dialog__card-bg-texture,
:root[data-theme=light] .logout-dialog .game-dialog__card-bg-shadow {
  display: none !important;
}
:root[data-theme=light] .logout-dialog .game-dialog__title,
:root[data-theme=light] .logout-dialog .game-dialog__body {
  color: #f9f9f9 !important;
}
:root[data-theme=light] .logout-dialog .game-dialog__cancel-btn {
  background: rgba(146, 146, 146, 0.4) !important;
  color: #f9f9f9 !important;
  box-shadow: inset 1px 1px 0px 0px rgba(242, 242, 242, 0.8), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.5) !important;
}
:root[data-theme=light] .logout-dialog .game-dialog__cancel-btn::before {
  display: block !important;
}
:root[data-theme=light] .logout-dialog .game-dialog__confirm-btn {
  background: #05c297 !important;
  border: 0.5px solid rgba(242, 242, 242, 0.8);
  color: #fbfbfb;
}

@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);
    --main-bottom-tab-offset: max(23px, calc((var(--app-full-height, 100dvh) - 1024px) / 2 + 23px));
    --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: clamp(24px, 2.3611vw, 34px) 0 28px;
    height: auto;
    min-height: auto;
    overflow: visible;
  }
  html[data-main-layout=primary] .home-page .top-bar {
    display: none;
  }
  html[data-main-layout=primary] .home-page .floating-action-area {
    left: 50%;
    right: auto;
    bottom: var(--main-bottom-tab-offset);
    width: var(--main-stage-width);
    height: 82px;
    transform: translateX(-50%);
    display: block;
    pointer-events: none;
  }
  html[data-main-layout=primary] .home-page .create-table-btn {
    position: absolute;
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%);
    pointer-events: auto;
  }
  html[data-main-layout=primary] .home-page .floating-menu-btn {
    position: absolute;
    right: var(--main-page-gutter);
    bottom: calc((82px - 0.86rem) / 2);
    pointer-events: auto;
  }
  html[data-main-layout=primary] .home-header {
    border-radius: clamp(44px, 5.69vw, 82px);
    aspect-ratio: 1360/270;
    height: auto;
    max-height: none;
    flex: none;
  }
  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] .home-swap-container {
    margin-left: 0;
    margin-right: 0;
  }
  html[data-main-layout=primary] .home-default-sections {
    padding-left: 0;
    padding-right: 0;
  }
  html[data-main-layout=primary] .game-center-scroll,
  html[data-main-layout=primary] .coming-soon-scroll {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    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: 100%;
    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,
  html[data-main-layout=primary] .club-index .action-icon .qa-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);
    white-space: nowrap;
    text-align: center;
  }
  html[data-main-layout=primary] .club-index .quick-item {
    width: auto;
    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) 20px;
    overflow: hidden;
  }
  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 .box-gallery,
  html[data-main-layout=primary] .mine-page .box-gallery {
    --main-gallery-icon: clamp(68px, min(6.5vw, 9vh), 96px);
    --main-gallery-column-gap: clamp(16px, 2.2vw, 32px);
    width: min(var(--main-gallery-icon) * 4 + var(--main-gallery-column-gap) * 3, 100% - 80px);
    margin-top: clamp(20px, 2.8vw, 38px);
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(16px, 1.8vw, 24px) 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.6vw, 10px);
  }
  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(13px, 1.2vw, 16px);
    line-height: 1.25;
    white-space: nowrap;
    text-align: center;
  }
  html[data-main-layout=primary] .message-page .card-bg-highlight,
  html[data-main-layout=primary] .mine-page .profile-card {
    margin-top: clamp(16px, 1.8vw, 24px);
  }
  html[data-main-layout=primary] .message-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line1 .left-text,
  :root[data-theme=light] html[data-main-layout=primary] .message-page .card-bg-highlight .card-bg-outter .card-bg-innner .card-line1 .left-text,
  html[data-main-layout=primary] .message-page .card-line1 .left-text {
    width: 518.157px !important;
    height: 74.508px !important;
    transform: translateY(-10px) rotate(-0.292deg) !important;
    color: rgba(15, 8, 8, 0.19) !important;
    leading-trim: both;
    text-edge: cap;
    -webkit-text-stroke-width: 0.99px !important;
    -webkit-text-stroke-color: rgba(15, 8, 8, 0.19) !important;
    font-family: "Afacad", sans-serif !important;
    font-size: 120.612px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 0.95 !important;
    white-space: nowrap !important;
  }
  html[data-main-layout=primary] .room-list-page .toggle-btn {
    width: 32px;
    height: 32px;
  }
  html[data-main-layout=primary] .room-list-page .toggle-icon {
    width: 16px;
    height: 16px;
    margin-top: 0;
  }
  html[data-main-layout=primary] .bottom-tab {
    bottom: var(--main-bottom-tab-offset);
    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-btn {
    width: 32px;
    height: 32px;
  }
  html[data-main-layout=content] .room-list-page .toggle-icon {
    width: 16px;
    height: 16px;
    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 {
    width: min(100% - 48px, 408.4px);
    margin: 0 auto 16px;
    padding: 0;
  }
  html[data-main-layout=content] .club-lobby-page .mtt-group:first-child {
    padding-top: 34px;
  }
  html[data-main-layout=content] .club-lobby-page .mtt-group__header {
    width: calc(100% - 31.2px);
    min-height: 26px;
    margin: 0 auto 16px;
  }
  html[data-main-layout=content] .club-lobby-page .mtt-group__title {
    font-size: 21.5px;
    line-height: 26px;
  }
  html[data-main-layout=content] .club-lobby-page .mtt-group__toggle {
    width: 96px;
    min-height: 26px;
    font-size: 14.1px;
    line-height: 26px;
  }
  html[data-main-layout=content] .club-lobby-page .mtt-grid--sm {
    grid-template-columns: repeat(3, 132.7px);
    justify-content: center;
    gap: 5.55px;
  }
  html[data-main-layout=content] .club-lobby-page .mtt-grid--md {
    grid-template-columns: repeat(2, 201.4px);
    justify-content: center;
    gap: 5.55px;
  }
  html[data-main-layout=content] .club-lobby-page .mtt-grid--lg {
    width: 408.4px;
    gap: 5.55px;
  }
  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: 34px 0 50px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  html[data-main-layout=content] .mtt-list-page .mtt-group {
    width: min(100% - 48px, 408.4px);
    margin: 0 auto 16px;
  }
  html[data-main-layout=content] .mtt-list-page .mtt-group:first-child {
    padding-top: 0;
  }
  html[data-main-layout=content] .mtt-list-page .mtt-group__header {
    width: calc(100% - 31.2px);
    min-height: 26px;
    margin: 0 auto 16px;
  }
  html[data-main-layout=content] .mtt-list-page .mtt-group__title {
    font-size: 21.5px;
    line-height: 26px;
  }
  html[data-main-layout=content] .mtt-list-page .mtt-group__toggle {
    min-width: 96px;
    min-height: 26px;
    font-size: 14.1px;
    line-height: 26px;
  }
  html[data-main-layout=content] .mtt-list-page .mtt-grid--sm {
    grid-template-columns: repeat(3, 132.7px);
    justify-content: center;
    gap: 5.55px;
  }
  html[data-main-layout=content] .mtt-list-page .mtt-grid--md {
    grid-template-columns: repeat(2, 201.4px);
    justify-content: center;
    gap: 5.55px;
  }
  html[data-main-layout=content] .mtt-list-page .mtt-grid--lg {
    width: 408.4px;
    gap: 5.55px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--sm {
    width: 132.7px;
    height: 160.8px;
    border-radius: 19px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--sm .mtt-card__cover-wrap {
    height: 160.8px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--sm .mtt-card__footer {
    height: 34.2px;
    gap: 6px;
    padding: 5.9px 9.2px 4.2px 13.9px;
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--sm .mtt-card__title {
    font-size: 9.5px;
    line-height: 10px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--sm .mtt-card__count {
    gap: 4px;
    font-size: 7px;
    line-height: 12px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--sm .count-dot {
    width: 12px;
    height: 9px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--sm .action-btn {
    width: 40.2px;
    min-width: 40.2px;
    max-width: 40.2px;
    height: 19.4px;
    padding: 0 4px;
    border-radius: 15px;
    font-size: 8.7px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--md {
    width: 201.4px;
    height: 244.1px;
    border-radius: 34px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--md .mtt-card__cover-wrap {
    height: 244.1px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--md .mtt-card__footer {
    height: 60.5px;
    gap: 8.2px;
    padding: 6.9px 9px 6.9px 13.6px;
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--md .mtt-card__icon-wrap,
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--md .mtt-card__game-icon {
    width: 42.7px;
    height: 42.7px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--md .mtt-card__title {
    font-size: 14.4px;
    line-height: 15px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--md .mtt-card__count {
    gap: 6.4px;
    font-size: 10.5px;
    line-height: 18px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--md .count-dot {
    width: 15.2px;
    height: 10.7px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--md .action-btn {
    width: 47.6px;
    min-width: 47.6px;
    max-width: 47.6px;
    height: 29.5px;
    padding: 0 4px;
    border-radius: 23px;
    font-size: 13.2px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--md .status-tag {
    top: 14px;
    right: 16px;
    min-width: 124px;
    height: 33px;
    padding: 0 10px;
    border-radius: 23px;
    font-size: 11px;
    line-height: 33px;
    text-align: center;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg {
    width: 408.4px;
    height: 229.7px;
    border-radius: 34px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .mtt-card__cover-wrap {
    height: 229.7px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .mtt-card__footer {
    min-height: 59.4px;
    gap: 10px;
    padding: 8.6px 17.5px;
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .mtt-card__icon-wrap,
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .mtt-card__game-icon {
    width: 42px;
    height: 42px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .mtt-card__info {
    gap: 2px;
    margin-left: 0;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .mtt-card__title {
    font-size: 14.4px;
    line-height: 15px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .mtt-card__count {
    gap: 3px;
    font-size: 9px;
    line-height: 10px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .mtt-card__count.mt-6 {
    margin-top: 1px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .mtt-card__info > .mtt-card__count:nth-of-type(1),
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .mtt-card__info > .mtt-card__count:nth-of-type(3) {
    display: none;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .mtt-card__info > .mtt-card__count:nth-of-type(2) > :nth-child(-n+2) {
    display: none;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .mtt-card__info > .mtt-card__count:nth-of-type(2) .count-dot {
    width: 15.2px;
    height: 10.7px;
    margin-left: 0;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .mtt-card-info-icon {
    width: 10px;
    height: 10px;
    margin-right: 2px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .action-btn {
    width: 84.7px;
    min-width: 84.7px;
    max-width: 84.7px;
    height: 29px;
    padding: 0 8px;
    border-radius: 23px;
    font-size: 13.2px;
  }
  html[data-main-layout=content] :is(.club-lobby-page, .mtt-list-page) .mtt-card--lg .status-tag {
    top: 10px;
    right: 17px;
    min-width: 122px;
    height: 33px;
    padding: 0 10px;
    border-radius: 23px;
    font-size: 11px;
    line-height: 33px;
    text-align: center;
  }
  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));
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  html[data-main-layout=content] .landing__scroll {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: min(100% - 48px, 640px);
    padding: 32px 0 24px;
  }
  html[data-main-layout=content] .landing__features {
    width: 100%;
    margin-top: 28px;
  }
  html[data-main-layout=content] .landing__tip {
    margin-top: 16px;
  }
  html[data-main-layout=content] .landing__actions {
    width: min(100% - 48px, 640px);
  }
  html[data-main-layout=content] .landing__btn--secondary {
    flex: 1 1 0;
  }
  html[data-main-layout=content] .table-game-end .summary-stats {
    gap: 40px;
  }
}
@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;
  }
}