
.mobile-user-cluster[data-v-15bc394b] {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex: 0 1 auto;
}

/* 已登录 · 充值胶囊（统一规范：28px · 砖红描边 · 宝石图标） */
.mobile-user-cluster__recharge[data-v-15bc394b] {
  flex: 0 0 auto;
  height: 28px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(166, 77, 75, 0.28);
  border-radius: 14px;
  background: #fff5f4;
  color: #a64d4b;
  font-size: 12px;
  font-weight: 700;
  -webkit-tap-highlight-color: transparent;
}
.mobile-user-cluster__recharge-icon[data-v-15bc394b] {
  font-size: 13px;
  line-height: 1;
}
.mobile-user-cluster__recharge[data-v-15bc394b]:active {
  transform: scale(0.96);
  background: #ffece9;
}

/* 已登录 · 头像（统一规范：30px 圆 + 靛蓝淡描边） */
.mobile-user-cluster__avatar[data-v-15bc394b] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 0 0 auto;
  background: #f1f0f8;
  border: 1px solid rgba(52, 46, 115, 0.12);
}

/* 未登录 · 登录按钮（沿用原主栏样式，不变） */
.mobile-user-cluster__login[data-v-15bc394b] {
  height: 30px;
  padding: 0 14px;
  border: 1px solid #342e73;
  border-radius: 15px;
  background: #342e73;
  color: #ffffff;
  font-size: 13px;
  line-height: 28px;
  flex: 0 0 auto;
  -webkit-tap-highlight-color: transparent;
}


.mobile-page-header[data-v-355425c0] {
  position: relative;
  z-index: 120;
  /* 占位高度，与下方 fixed dock 一致，避免页面内容被遮 */
  min-height: calc(60px + env(safe-area-inset-top));
  display: block;
  background: transparent;
  color: #342e73;
}
.PC .mobile-page-header[data-v-355425c0] {
  display: none;
}
.mobile-page-header__dock[data-v-355425c0] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  min-height: calc(60px + env(safe-area-inset-top));
  padding: calc(8px + env(safe-area-inset-top)) 14px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  /* 统一底座：页底色 + 底部发丝分隔（取代原「白浮卡 + 阴影」） */
  background: #f7f8fb;
  border-bottom: 1px solid rgba(52, 46, 115, 0.08);
  color: #342e73;
}
.mobile-page-header__inner[data-v-355425c0] {
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  /* 去掉原白底 / 边框 / 圆角 / 阴影 */
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.mobile-page-header__back[data-v-355425c0],
.mobile-page-header__action[data-v-355425c0] {
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
.mobile-page-header__back[data-v-355425c0] {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  background: #f5f3fb;
  color: #342e73;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.mobile-page-header__back[data-v-355425c0]:active {
  transform: scale(0.96);
  background: #ece8f7;
}
.mobile-page-header__title[data-v-355425c0] {
  min-width: 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #1f2430;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-page-header__right[data-v-355425c0] {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}
.mobile-page-header__action[data-v-355425c0] {
  height: 28px;
  padding: 0 10px;
  border-radius: 14px;
  background: #f5f3fb;
  color: #342e73;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
}
.mobile-page-header__action[data-v-355425c0]:active {
  transform: scale(0.96);
  background: #ece8f7;
}
@media (max-width: 390px) {
  /* 沿用原行为：窄屏隐藏可选动作按钮（如「使用」） */
.mobile-page-header__action[data-v-355425c0] {
    display: none;
}
}

