/* ========= 1:1 UI 关键：背景与卡片同色 ========= */
.signIn[data-v-3124e6ee] {
  min-height: 100vh;
  background: #0a144b !important;
  color: #fff;
}
/* 导航条：和卡片一致 */
.nav-glass[data-v-3124e6ee] .van-nav-bar {
  background: #0a144b !important;
  border-bottom: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.nav-glass[data-v-3124e6ee] .van-nav-bar__title,
.nav-glass[data-v-3124e6ee] .van-icon {
  color: #fff !important;
}
.content[data-v-3124e6ee] {
  padding: 10px 12px 16px;
}
.pad[data-v-3124e6ee] {
  padding: 0 10px;
}
/* ===== 顶部总览卡 ===== */
.signIn_btn[data-v-3124e6ee] {
  position: relative;
  border-radius: 6px;
  background: rgba(10, 20, 75, 0.92);
  border: 1px solid rgba(67, 67, 178, 0.75);
  -webkit-box-shadow: 0 14px 26px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
          box-shadow: 0 14px 26px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  padding: 14px 14px 12px;
}
.signIn_btn[data-v-3124e6ee]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  pointer-events: none;
  background: radial-gradient(900px 260px at 18% 0%, rgba(167, 232, 255, 0.14), transparent 60%), radial-gradient(900px 260px at 82% 0%, rgba(144, 255, 141, 0.1), transparent 60%);
}
/* 查看上级 */
.view-up-wrapper[data-v-3124e6ee] {
  position: absolute;
  top: -14px;
  right: 8px;
  z-index: 3;
}
.view-up-btn[data-v-3124e6ee] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #081a2a;
  background: #a7e8ff;
  -webkit-box-shadow: 0 0 16px rgba(167, 232, 255, 0.22);
          box-shadow: 0 0 16px rgba(167, 232, 255, 0.22);
}
.meRow[data-v-3124e6ee] {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.meAvatarWrap[data-v-3124e6ee] {
  position: relative;
  width: 56px;
  height: 56px;
}
.meAvatar[data-v-3124e6ee] {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 3px solid rgba(255, 255, 255, 0.55);
  position: relative;
  z-index: 2;
}
.meGlow[data-v-3124e6ee] {
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(167, 232, 255, 0.18), transparent 62%);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
}
.meInfo[data-v-3124e6ee] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.meName[data-v-3124e6ee] {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ✅ 自适应：统计区只保留一张表格卡 */
.meStats[data-v-3124e6ee] {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  display: block;
}
/* 左侧统计表铺满 */
.statsTable[data-v-3124e6ee] {
  width: 100%;
  border-radius: 6px;
  background: rgba(52, 40, 151, 0.22);
  border: 1px solid rgba(67, 67, 178, 0.45);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ✅ 关键：minmax(0,1fr) + min-width:0 防止数字把列撑爆导致重叠 */
.statsLine[data-v-3124e6ee] {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 0;
}
.statsLine + .statsLine[data-v-3124e6ee] {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.sLabel[data-v-3124e6ee] {
  font-size: 12px;
  color: #c7c9cc;
  font-weight: 900;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
.sCell[data-v-3124e6ee] {
  min-width: 0;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.unit[data-v-3124e6ee] {
  font-size: clamp(10px, 2.9vw, 11px);
  color: rgba(199, 201, 204, 0.82);
  font-weight: 800;
  white-space: nowrap;
}
.num[data-v-3124e6ee] {
  margin-top: 2px;
  font-size: clamp(12px, 4.2vw, 15px);
  font-weight: 900;
  color: #a7e8ff;
  text-shadow: 0 0 14px rgba(167, 232, 255, 0.16);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 350px) {
.statsLine[data-v-3124e6ee] {
    grid-template-columns: 56px minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
}
}
/* filters 原样保留 */
.filtersCard[data-v-3124e6ee] {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  padding: 10px;
  border-radius: 6px;
  background: rgba(52, 40, 151, 0.18);
  border: 1px solid rgba(67, 67, 178, 0.35);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}
.filterRow[data-v-3124e6ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filterRow.second[data-v-3124e6ee] {
  margin-top: 10px;
}
.chip[data-v-3124e6ee] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(67, 67, 178, 0.55);
}
.chip.active[data-v-3124e6ee] {
  color: #081a2a;
  background: #a7e8ff;
  border-color: rgba(167, 232, 255, 0.65);
  -webkit-box-shadow: 0 0 16px rgba(167, 232, 255, 0.22);
          box-shadow: 0 0 16px rgba(167, 232, 255, 0.22);
}
.seg[data-v-3124e6ee] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(67, 67, 178, 0.55);
  background: rgba(255, 255, 255, 0.06);
}
.segItem[data-v-3124e6ee] {
  padding: 6px 12px;
  font-size: 12px;
  color: #fff;
}
.segItem.active[data-v-3124e6ee] {
  color: #081a2a;
  background: #a7e8ff;
  -webkit-box-shadow: 0 0 16px rgba(167, 232, 255, 0.18);
          box-shadow: 0 0 16px rgba(167, 232, 255, 0.18);
}
.hint[data-v-3124e6ee] {
  margin-left: auto;
  font-size: 12px;
  color: #c7c9cc;
}
/* ===== 列表卡片（原样保留） ===== */
.signIn_list[data-v-3124e6ee] {
  margin-top: 12px;
}
.memberCard[data-v-3124e6ee] {
  margin: 10px 10px 0;
  padding: 12px;
  border-radius: 6px;
  background: rgba(10, 20, 75, 0.92);
  border: 1px solid rgba(67, 67, 178, 0.65);
  -webkit-box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
          box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  position: relative;
}
.memberCard[data-v-3124e6ee]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  pointer-events: none;
  background: radial-gradient(520px 160px at 20% 0%, rgba(167, 232, 255, 0.1), transparent 55%);
}
.memberHead[data-v-3124e6ee] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.headLeft[data-v-3124e6ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-width: 0;
}
.avatar[data-v-3124e6ee] {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.55);
}
.nameRow[data-v-3124e6ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
}
.memberName[data-v-3124e6ee] {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vipIcon[data-v-3124e6ee] {
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.authBadge[data-v-3124e6ee] {
  position: relative;
  z-index: 1;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.authBadge.ok[data-v-3124e6ee] {
  background: rgba(167, 232, 255, 0.14);
  border-color: rgba(167, 232, 255, 0.38);
  color: #a7e8ff;
}
.authBadge.no[data-v-3124e6ee] {
  background: rgba(255, 106, 141, 0.14);
  border-color: rgba(255, 106, 141, 0.35);
  color: #ff6a8d;
}
.chipRow[data-v-3124e6ee] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.dropChip[data-v-3124e6ee] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(67, 67, 178, 0.55);
}
.dropChip.active[data-v-3124e6ee] {
  color: #081a2a;
  background: #a7e8ff;
  border-color: rgba(167, 232, 255, 0.65);
  -webkit-box-shadow: 0 0 16px rgba(167, 232, 255, 0.2);
          box-shadow: 0 0 16px rgba(167, 232, 255, 0.2);
}
.caret[data-v-3124e6ee] {
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.18s ease;
  transition: -webkit-transform 0.18s ease;
  transition: transform 0.18s ease;
  transition: transform 0.18s ease, -webkit-transform 0.18s ease;
}
.caret.up[data-v-3124e6ee] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.detailBox[data-v-3124e6ee] {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding: 10px 10px;
  border-radius: 6px;
  background: rgba(52, 40, 151, 0.18);
  border: 1px solid rgba(67, 67, 178, 0.35);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}
.detailRow[data-v-3124e6ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 2px;
}
.dLabel[data-v-3124e6ee] {
  font-size: 12px;
  color: #c7c9cc;
}
.dVal[data-v-3124e6ee] {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
.fadeUp-enter-active[data-v-3124e6ee],
.fadeUp-leave-active[data-v-3124e6ee] {
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}
.fadeUp-enter[data-v-3124e6ee],
.fadeUp-leave-to[data-v-3124e6ee] {
  opacity: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}


/*# sourceMappingURL=chunk-46cbc994.80077239.css.map*/