@charset "UTF-8";
.support-float-wrap[data-v-ee9acbd7] {
  position: fixed;
  right: -0.01rem;
  top: 52%;
  z-index: 119;
}
.support-float-btn[data-v-ee9acbd7] {
  min-width: 2.2rem;
  height: 0.9rem;
  border: 0;
  border-radius: 0.45rem 0 0 0.45rem;
  padding: 0 0.35rem 0 0.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  background: linear-gradient(148deg, rgba(5, 231, 174, 0.59) 7.5%, rgba(2, 122, 92, 0.59) 71.9%);
  color: #fff;
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.28);
}
.support-float-text[data-v-ee9acbd7] {
  font-size: 0.3rem;
  line-height: 1;
}
.support-float-dot[data-v-ee9acbd7] {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #ff3048;
  box-shadow: 0 0 0 0.04rem rgba(255, 255, 255, 0.18);
}
.chat-overlay[data-v-ee9acbd7] {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
}
.chat-container[data-v-ee9acbd7] {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* 顶部透明区：点击关闭，露出后方游戏画面 */
.visual-header[data-v-ee9acbd7] {
  height: 30vh;
  flex-shrink: 0;
  position: relative;
}

/* 玻璃质感主体：半透明深色磨砂 + 渐变描边，透出后方背景 */
.chat-main-body[data-v-ee9acbd7] {
  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.86rem;
  border-top-right-radius: 0.86rem;
  box-shadow: 0.07rem 0.09rem 0.14rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.chat-main-body[data-v-ee9acbd7]::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(23, 23, 23, 0.5);
  backdrop-filter: blur(0.18rem);
  -webkit-backdrop-filter: blur(0.18rem);
  pointer-events: none;
  z-index: 1;
}
.chat-main-body[data-v-ee9acbd7]::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;
}

/* 内容置于磨砂底之上 */
.messages-wrap[data-v-ee9acbd7],
.bottom-nav[data-v-ee9acbd7] {
  position: relative;
  z-index: 3;
}
.agent-floating-card[data-v-ee9acbd7] {
  position: relative;
  z-index: 3;
  margin: 0.373rem;
  border-radius: 32px;
  border: 0.02rem solid rgba(249, 249, 249, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(51, 51, 51, 0.09) 100%);
  box-shadow: 0.07rem 0.09rem 0.14rem rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(0.18rem);
  -webkit-backdrop-filter: blur(0.18rem);
  padding: 8.4px 22px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.agent-floating-card[data-v-ee9acbd7]::-webkit-scrollbar {
  display: none;
}
.agent-strip-item[data-v-ee9acbd7] {
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8px;
  flex-shrink: 0;
}
.agent-strip-item--active[data-v-ee9acbd7] {
  opacity: 1;
}
.agent-strip-item[data-v-ee9acbd7]:not(.agent-strip-item--active) {
  opacity: 0.45;
}
.agent-avatar-wrap[data-v-ee9acbd7] {
  width: 36.6px;
  height: 36.6px;
  border-radius: 50%;
  overflow: visible;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 头像外圈：白→透明→灰的玻璃质感描边，所有头像通用 */
.agent-avatar-wrap[data-v-ee9acbd7]::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 1.8px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.7) 0%, rgba(199, 196, 196, 0) 52%, rgba(232, 230, 230, 0.55) 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: 0;
}
.agent-unread-badge[data-v-ee9acbd7] {
  position: absolute;
  z-index: 2;
  top: -3px;
  right: -5px;
  min-width: 14px;
  height: 14px;
  border-radius: 7px;
  padding: 0 4px;
  background: #ff132b;
  color: #fff;
  font-family: "HONOR Sans CN";
  font-size: 9px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  box-sizing: border-box;
}
.agent-avatar[data-v-ee9acbd7] {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  object-fit: cover;
}
.agent-avatar-ring[data-v-ee9acbd7] {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.83);
  pointer-events: none;
}
.agent-name-tag[data-v-ee9acbd7] {
  position: relative;
  z-index: 1;
  margin-top: -9px;
  max-width: 60px;
  padding: 3.236px 2.516px;
  border-radius: 4.406px;
  background: rgba(170, 170, 170, 0.1);
  border: 0.02rem solid rgba(249, 249, 249, 0.1);
  color: #fff;
  font-family: "SF Pro";
  font-size: 6.6px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  backdrop-filter: blur(18.5px);
  -webkit-backdrop-filter: blur(18.5px);
}
.agent-meta[data-v-ee9acbd7] {
  display: none;
}
.agent-title[data-v-ee9acbd7] {
  margin: 0;
  color: #fff;
  font-size: 0.373rem;
  line-height: 1.2;
  font-family: "HONOR Sans CN";
}
.agent-sub-title[data-v-ee9acbd7] {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.2667rem;
}
.messages-wrap[data-v-ee9acbd7] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.28rem 0.36rem 0.2rem;
}
.messages-wrap--hidden[data-v-ee9acbd7] {
  opacity: 0;
}
.messages-inner[data-v-ee9acbd7] {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.message-row[data-v-ee9acbd7] {
  display: flex;
  width: 100%;
}
.message-row--self[data-v-ee9acbd7] {
  justify-content: flex-end;
}
.bubble-wrapper[data-v-ee9acbd7] {
  display: flex;
  flex-direction: column;
  max-width: 82%;
  gap: 0.08rem;
}
.bubble-wrapper--self[data-v-ee9acbd7] {
  align-items: flex-end;
}
.text-bubble[data-v-ee9acbd7] {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.6255rem;
  padding: 0.2275rem 0.39rem;
  color: #f9f9f9;
  font-size: 0.3087rem;
  line-height: 1.4;
}
.text-bubble--self[data-v-ee9acbd7] {
  background: #1f9816;
  border-radius: 0.6255rem;
}
.image-bubble[data-v-ee9acbd7] {
  border: none;
  border-radius: 0.16rem;
  padding: 0.06rem;
  background: rgba(255, 255, 255, 0.08);
  max-width: 3.2rem;
}
.image-bubble[data-v-ee9acbd7]:active {
  opacity: 0.9;
}
.image-bubble img[data-v-ee9acbd7] {
  width: 100%;
  border-radius: 0.1rem;
  object-fit: cover;
}
.voice-message[data-v-ee9acbd7] {
  border: none;
  border-radius: 0.4106rem;
  background: rgba(255, 255, 255, 0.16);
  min-width: 2.7325rem;
  height: 1.0667rem;
  padding: 0 0.21rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: #f3f3f3;
}
.voice-message--self[data-v-ee9acbd7] {
  background: #1f9816;
}
.voice-message--playing .voice-message-bar[data-v-ee9acbd7] {
  animation: voice-wave-playing-ee9acbd7 0.9s ease-in-out infinite alternate;
}
.voice-message--playing .voice-message-bar[data-v-ee9acbd7]:nth-child(2n) {
  animation-delay: 0.15s;
}
.voice-message-wave[data-v-ee9acbd7] {
  display: inline-flex;
  align-items: center;
  gap: 0.048rem;
}
.voice-message-play[data-v-ee9acbd7] {
  width: 0.42rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.voice-message-play--playing[data-v-ee9acbd7] {
  opacity: 0.9;
}
.voice-message-bar[data-v-ee9acbd7] {
  width: 0.0587rem;
  border-radius: 0.0587rem;
  background: #f3f3f3;
}
.voice-message-bar[data-v-ee9acbd7]:nth-child(1),
.voice-message-bar[data-v-ee9acbd7]:nth-child(10) {
  height: 0.16rem;
}
.voice-message-bar[data-v-ee9acbd7]:nth-child(2),
.voice-message-bar[data-v-ee9acbd7]:nth-child(9) {
  height: 0.2rem;
}
.voice-message-bar[data-v-ee9acbd7]:nth-child(3),
.voice-message-bar[data-v-ee9acbd7]:nth-child(8) {
  height: 0.26rem;
}
.voice-message-bar[data-v-ee9acbd7]:nth-child(4),
.voice-message-bar[data-v-ee9acbd7]:nth-child(7) {
  height: 0.34rem;
}
.voice-message-bar[data-v-ee9acbd7]:nth-child(5),
.voice-message-bar[data-v-ee9acbd7]:nth-child(6) {
  height: 0.42rem;
}
.voice-message-time[data-v-ee9acbd7] {
  font-size: 0.309rem;
  line-height: 1;
}
.bubble-footer[data-v-ee9acbd7] {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  color: rgba(249, 249, 249, 0.86);
  font-size: 0.26rem;
}
.sender-name[data-v-ee9acbd7] {
  font-weight: 600;
}
.voice-tip[data-v-ee9acbd7] {
  position: absolute;
  left: 50%;
  bottom: 2.68rem;
  transform: translateX(-50%);
  width: 4.0066rem;
  min-height: 1.953rem;
  border-radius: 0.4106rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.22rem 0.76rem;
  z-index: 5;
}
.voice-tip--send[data-v-ee9acbd7] {
  background: rgba(5, 231, 174, 0.18);
}
.voice-tip--cancel[data-v-ee9acbd7] {
  background: rgba(255, 19, 43, 0.18);
}
.voice-wave[data-v-ee9acbd7] {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
}
.voice-wave-bar[data-v-ee9acbd7] {
  width: 0.0738rem;
  border-radius: 0.12rem;
  background: #f3f3f3;
}
.voice-wave-bar[data-v-ee9acbd7]:nth-child(odd) {
  height: 0.26rem;
}
.voice-wave-bar[data-v-ee9acbd7]:nth-child(even) {
  height: 0.54rem;
}
.voice-tip-bottom[data-v-ee9acbd7] {
  height: 0.5083rem;
  border-radius: 0.6255rem;
  padding: 0.08rem 0.28rem;
  background: rgba(0, 0, 0, 0.42);
  color: #f9f9f9;
  font-size: 0.3087rem;
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
}
.voice-timer[data-v-ee9acbd7] {
  font-variant-numeric: tabular-nums;
}
.bottom-nav[data-v-ee9acbd7] {
  height: 1.35rem;
  padding: 0 0.2rem calc(env(safe-area-inset-bottom) + 0.12rem);
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.nav-icon-btn[data-v-ee9acbd7] {
  background: transparent;
  border: none;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mic-btn[data-v-ee9acbd7] {
  background: #0f0f0f;
  border-radius: 5.6004rem;
  width: 1.0009rem;
  height: 1.0009rem;
  padding: 0.0896rem;
}
.input-bar-wrap[data-v-ee9acbd7] {
  flex: 1;
  height: 1.0009rem;
  background: #0f0f0f;
  border-radius: 5.6004rem;
  padding: 0.0896rem 0.1144rem 0.0896rem 0.3024rem;
  display: flex;
  align-items: center;
}
.input-bar-wrap input[data-v-ee9acbd7] {
  width: 100%;
  background: transparent;
  border: none;
  color: #f9f9f9;
  font-family: "PingFang SC";
  font-size: 0.3527rem;
  letter-spacing: 0.007rem;
  outline: none;
}
.input-bar-wrap input[data-v-ee9acbd7]::placeholder {
  color: rgba(249, 249, 249, 0.42);
}
.voice-hold-btn[data-v-ee9acbd7] {
  flex: 1;
  height: 1.0009rem;
  border: none;
  border-radius: 5.6004rem;
  background: rgba(255, 255, 255, 0.2);
  color: #f9f9f9;
  font-size: 0.34rem;
}
.send-action-btn[data-v-ee9acbd7],
.plus-btn[data-v-ee9acbd7],
.close-chat-btn[data-v-ee9acbd7] {
  border: none;
  height: 0.9955rem;
  border-radius: 0.586rem;
  padding: 0 0.22rem;
  color: #fff;
  font-size: 0.3rem;
}
.send-action-btn[data-v-ee9acbd7] {
  background: #0f0f0f;
  width: 0.9955rem;
  min-width: 0.9955rem;
  padding-top: 0.2rem;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.send-action-btn svg[data-v-ee9acbd7] {
  display: block;
}
.plus-btn[data-v-ee9acbd7] {
  width: 0.9955rem;
  min-width: 0.9955rem;
  padding: 0;
  background: #0f0f0f;
  font-size: 0.54rem;
  line-height: 1;
}
.close-chat-btn[data-v-ee9acbd7] {
  background: rgba(255, 255, 255, 0.1);
}
.close-chat-btn--icon[data-v-ee9acbd7] {
  width: 1.0241rem;
  min-width: 1.0241rem;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d40000;
  border: none;
}
.image-preview-mask[data-v-ee9acbd7] {
  position: fixed;
  inset: 0;
  z-index: 260;
  background: rgba(0, 0, 0, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
}
.image-preview-close[data-v-ee9acbd7] {
  position: absolute;
  top: calc(env(safe-area-inset-top) + 0.24rem);
  right: 0.24rem;
  width: 0.88rem;
  height: 0.88rem;
  border: none;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
}
.image-preview-content[data-v-ee9acbd7] {
  max-width: calc(100vw - 0.8rem);
  max-height: calc(100dvh - 0.8rem);
  object-fit: contain;
  border-radius: 0.16rem;
}
.no-service-mask[data-v-ee9acbd7] {
  position: fixed;
  inset: 0;
  z-index: 210;
  background: rgba(12, 12, 12, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-service-card[data-v-ee9acbd7] {
  width: 8.2528rem;
  min-height: 4.06rem;
  border-radius: 0.97rem;
  padding: 0.7rem 0.52rem;
  background: linear-gradient(124deg, rgba(142, 142, 142, 0.6) 0%, rgba(103, 103, 103, 0.8) 46.8%, #484848 100%), rgba(0, 0, 0, 0.34);
  box-shadow: 0 0.2rem 0.54rem rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
}
.no-service-title[data-v-ee9acbd7] {
  margin: 0;
  color: #fff;
  font-size: 0.44rem;
}
.no-service-desc[data-v-ee9acbd7] {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.3rem;
}
.no-service-btn[data-v-ee9acbd7] {
  margin-top: 0.24rem;
  width: 8.9358rem;
  max-width: 100%;
  height: 1.4716rem;
  border: none;
  border-radius: 1.082rem;
  background: linear-gradient(180deg, rgb(85, 243, 41) 0%, rgb(62, 173, 6) 100%);
  color: #fff;
  font-size: 0.5rem;
}
@keyframes voice-wave-playing-ee9acbd7 {
0% {
    transform: scaleY(0.45);
    opacity: 0.75;
}
100% {
    transform: scaleY(1);
    opacity: 1;
}
}.todo-float-wrap[data-v-659f0fd8] {
  position: fixed;
  right: -0.01rem;
  top: 40%;
  z-index: 120;
  touch-action: none;
  transition: top 0.15s ease-out;
}
.todo-float-btn[data-v-659f0fd8] {
  min-width: 2.2rem;
  height: 0.9rem;
  border: 0;
  border-radius: 0.45rem 0 0 0.45rem;
  padding: 0 0.35rem 0 0.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(148deg, rgba(5, 231, 174, 0.59) 7.5%, rgba(2, 122, 92, 0.59) 71.9%);
  color: #fff;
  position: relative;
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.28);
}
.todo-float-text[data-v-659f0fd8] {
  font-size: 0.346rem;
  line-height: 1;
}
.todo-float-count[data-v-659f0fd8] {
  min-width: 0.42rem;
  height: 0.42rem;
  border-radius: 0.22rem;
  background: #ff132b;
  color: #fff;
  font-size: 0.28rem;
  line-height: 0.42rem;
  text-align: center;
  padding: 0 0.08rem;
  position: absolute;
  left: 0.04rem;
  top: -0.16rem;
}
.todo-panel-mask[data-v-659f0fd8] {
  position: fixed;
  inset: 0;
  z-index: 121;
}
.todo-panel[data-v-659f0fd8] {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.todo-panel-frost[data-v-659f0fd8] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(0.98rem);
  mix-blend-mode: luminosity;
}
.todo-panel-inner[data-v-659f0fd8] {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.todo-panel-header[data-v-659f0fd8] {
  height: calc(env(safe-area-inset-top) + 1.46rem);
  padding: calc(env(safe-area-inset-top) + 0.34rem) 0.46rem 0.26rem;
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.todo-panel-header h2[data-v-659f0fd8] {
  margin: 0;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1.2;
}
.back-btn[data-v-659f0fd8] {
  width: 0.7rem;
  height: 0.7rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  padding: 0;
}
.todo-content[data-v-659f0fd8] {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0.4rem 0.46rem calc(env(safe-area-inset-bottom) + 0.6rem);
  display: flex;
  flex-direction: column;
  gap: 0.46rem;
}
.todo-section[data-v-659f0fd8] {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}
.todo-section h3[data-v-659f0fd8] {
  margin: 0;
  font-size: 0.41rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
}
.todo-card[data-v-659f0fd8] {
  position: relative;
  border-radius: 1.036rem;
  background: var(--wallet-glass-bg);
  backdrop-filter: blur(16.5px);
  -webkit-backdrop-filter: blur(16.5px);
  box-shadow: 3.4px 4.3px 6.8px rgba(0, 0, 0, 0.25);
  padding: 0.32rem 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}
.todo-card[data-v-659f0fd8]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(139deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 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;
}
.card-header[data-v-659f0fd8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.21rem;
}
.card-aside[data-v-659f0fd8] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.03rem;
}
.meta-left[data-v-659f0fd8],
.meta-time[data-v-659f0fd8],
.meta-club span[data-v-659f0fd8] {
  margin: 0;
  font-size: 0.27rem;
  line-height: 1.4;
  color: #f3f3f3;
}
.meta-club[data-v-659f0fd8] {
  display: inline-flex;
  align-items: center;
  gap: 0.11rem;
}
.meta-club img[data-v-659f0fd8] {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  object-fit: cover;
}
.player-block[data-v-659f0fd8] {
  display: inline-flex;
  align-items: center;
  gap: 0.21rem;
}
.player-avatar[data-v-659f0fd8] {
  width: 1.49rem;
  height: 1.5rem;
  border-radius: 50%;
  object-fit: cover;
}
.player-text[data-v-659f0fd8] {
  display: flex;
  flex-direction: column;
}
.player-name[data-v-659f0fd8] {
  margin: 0;
  font-size: 0.44rem;
  line-height: 1.1;
  color: #f3f3f3;
}
.player-id[data-v-659f0fd8] {
  margin: 0.08rem 0 0;
  font-size: 0.304rem;
  line-height: 1;
  color: rgba(243, 243, 243, 0.5);
}
.card-footer[data-v-659f0fd8] {
  display: inline-flex;
  align-items: center;
  gap: 0.26rem;
  padding-left: 0.35rem;
}
.card-footer img[data-v-659f0fd8] {
  width: 0.72rem;
  height: 0.72rem;
}
.card-footer p[data-v-659f0fd8] {
  margin: 0;
  font-size: 0.355rem;
  line-height: 1.2;
  color: #f9f9f9;
}
.card-footer .card-footer__chip[data-v-659f0fd8] {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: -0.16rem;
}
.card-footer--credit img[data-v-659f0fd8] {
  width: 0.33rem;
  height: 0.33rem;
}
.card-divider[data-v-659f0fd8] {
  height: 0.0267rem;
  margin: 0 0.32rem;
  background: rgba(163, 163, 163, 0.2);
}.game-panel-dialog__fallback[data-v-ccc40b6e] {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  text-align: center;
}
.game-panel-dialog__fallback-title[data-v-ccc40b6e] {
  margin: 0;
  font-size: 0.48rem;
  color: #fff;
  font-weight: 600;
}
.game-panel-dialog__fallback-text[data-v-ccc40b6e] {
  margin: 0;
  font-size: 0.34rem;
  color: rgba(255, 255, 255, 0.72);
}
.game-panel-dialog__fallback-btn[data-v-ccc40b6e] {
  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: center;
  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;
}.bell-wrapper[data-v-2110d8e1] {
  position: absolute;
  z-index: 1000;
  touch-action: none;
}
.bell[data-v-2110d8e1] {
  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-2110d8e1] {
  color: #fff;
  font-size: 0.37rem;
  font-weight: 600;
  line-height: 1;
}
.bell__badge[data-v-2110d8e1] {
  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;
}.chat-overlay[data-v-6594d881] {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
}
.chat-container[data-v-6594d881] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.visual-header[data-v-6594d881] {
  height: 30vh;
  position: relative;
}
.chat-main-body[data-v-6594d881] {
  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;
}
.chat-main-body[data-v-6594d881]::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-6594d881]::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-6594d881],
.messages-wrap[data-v-6594d881],
.bottom-nav[data-v-6594d881] {
  position: relative;
  z-index: 3;
}
.agent-floating-card[data-v-6594d881] {
  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-6594d881]::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-6594d881]::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-6594d881] > * {
  position: relative;
  z-index: 1;
}
.agent-info[data-v-6594d881] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8px;
}
.agent-avatar-wrap[data-v-6594d881] {
  position: relative;
  width: 36.6px;
  height: 36.6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-ring[data-v-6594d881] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36.6px;
  height: 36.6px;
  pointer-events: none;
}
.agent-avatar[data-v-6594d881] {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 1;
}
.agent-name[data-v-6594d881] {
  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-6594d881] {
  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-6594d881] {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  gap: 20px;
}
.message-row[data-v-6594d881] {
  display: flex;
  width: 100%;
}
.message-row--self[data-v-6594d881] {
  justify-content: flex-end;
}
.bubble-wrapper[data-v-6594d881] {
  display: flex;
  flex-direction: column;
  max-width: 85%;
  width: fit-content;
  gap: 4px;
}
.bubble-wrapper--self[data-v-6594d881] {
  align-items: flex-end;
}
.transaction-bubble[data-v-6594d881] {
  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: rgba(5, 231, 174, 0.5);
  color: #F9F9F9;
}
.bubble-content p[data-v-6594d881] {
  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-6594d881] {
  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-6594d881] {
  font-weight: 600;
}
.text-bubble[data-v-6594d881] {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px 20px 20px 4px;
  padding: 12px 16px;
  max-width: 75%;
  color: #fff;
  font-size: 14px;
}
.text-bubble--self[data-v-6594d881] {
  background: #1F9816;
  border-radius: 20px 20px 4px 20px;
}
.image-bubble[data-v-6594d881] {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 4px;
  max-width: 200px;
}
.image-bubble img[data-v-6594d881] {
  width: 100%;
  border-radius: 8px;
}
.bottom-nav[data-v-6594d881] {
  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-6594d881] {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mic-btn[data-v-6594d881] {
  width: 37.534px;
  height: 37.534px;
  padding: 0;
}
.bottom-nav button img[data-v-6594d881] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}
.input-bar-wrap[data-v-6594d881] {
  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-6594d881] {
  flex: 1;
  background: transparent;
  border: none;
  color: #F9F9F9;
  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-6594d881]::placeholder {
  color: rgba(249, 249, 249, 0.4);
}
.send-action-btn[data-v-6594d881] {
  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;
}
.send-action-btn[data-v-6594d881]:active {
  opacity: 0.8;
}
.plus-btn[data-v-6594d881] {
  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-6594d881]:active {
  opacity: 0.8;
}
.close-chat-btn[data-v-6594d881] {
  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;
}
.close-chat-btn[data-v-6594d881]:active {
  opacity: 0.8;
}.cs-order-float[data-v-8c79c940] {
  position: fixed;
  right: 0.3rem;
  top: 52%;
  z-index: 9999;
}
.cs-order-float[data-v-8c79c940] .bell-wrapper {
  position: relative;
}@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;
  --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;
}

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

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

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

body {
  font-family: var(--font-family-sans);
  font-size: 0.3733rem;
  line-height: 1.5;
  color: var(--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));
}

button,
input,
textarea {
  font: inherit;
}

* {
  -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(--color-primary);
}

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

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

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

.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(--color-border-soft);
}

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

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

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

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

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

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

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

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