/* ========= 全站紫色UI核心色 ========= */
/* 冰蓝 */
/* 强调按钮绿 */
/* 顶部导航：跟页面同背景 */
.myInvest[data-v-0a5a22bd] .van-nav-bar {
  background: #0a144b !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 0 !important;
}
.myInvest[data-v-0a5a22bd] .van-nav-bar__title,
.myInvest[data-v-0a5a22bd] .van-icon {
  color: #fff !important;
}
.myInvest.app-purple[data-v-0a5a22bd] {
  min-height: 100vh;
  position: relative;
  z-index: 0;
  color: #ffffff;
}
.myInvest.app-purple[data-v-0a5a22bd]::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: radial-gradient(120% 140% at 0% 0%, rgba(88, 53, 199, 0.35) 0%, transparent 55%), -webkit-gradient(linear, left top, left bottom, from(#0a144b), color-stop(55%, #070f3e), to(#040a2d));
  background: radial-gradient(120% 140% at 0% 0%, rgba(88, 53, 199, 0.35) 0%, transparent 55%), linear-gradient(180deg, #0a144b 0%, #070f3e 55%, #040a2d 100%);
}
.myInvest.app-purple .content[data-v-0a5a22bd] {
  padding: 12px 12px 18px;
  font-weight: 700;
}
/* 通用面板（圆角统一 6px） */
.panel[data-v-0a5a22bd] {
  position: relative;
  border-radius: 6px;
  background: rgba(10, 20, 75, 0.92);
  border: 1px solid rgba(67, 67, 178, 0.45);
  overflow: hidden;
  -webkit-box-shadow: 0 18px 30px rgba(5, 0, 40, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: 0 18px 30px rgba(5, 0, 40, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.panel-glow[data-v-0a5a22bd] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 0%, rgba(167, 232, 255, 0.22), transparent 55%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.06)), color-stop(35%, transparent));
  background: radial-gradient(circle at 18% 0%, rgba(167, 232, 255, 0.22), transparent 55%), linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 35%);
}
/* 顶部统计 */
.stat-panel[data-v-0a5a22bd] {
  padding: 12px 10px;
}
.stat-grid[data-v-0a5a22bd] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  position: relative;
  z-index: 1;
}
.stat-item[data-v-0a5a22bd] {
  border-radius: 6px;
  background: rgba(10, 20, 75, 0.62);
  border: 1px solid rgba(67, 67, 178, 0.35);
  padding: 12px 10px;
  /* 稍大 */
  text-align: center;
}
.stat-val[data-v-0a5a22bd] {
  font-size: 19px;
  font-weight: 900;
  color: #a7e8ff;
  line-height: 1.1;
}
.stat-lab[data-v-0a5a22bd] {
  margin-top: 6px;
  font-size: 12px;
  color: #c7c9cc;
}
/* 筛选吸顶 */
.filter-sticky[data-v-0a5a22bd] {
  position: sticky;
  top: 46px;
  z-index: 20;
  padding-top: 12px;
  padding-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 20, 75, 0.95)), color-stop(60%, rgba(10, 20, 75, 0.78)), to(rgba(10, 20, 75, 0)));
  background: linear-gradient(180deg, rgba(10, 20, 75, 0.95) 0%, rgba(10, 20, 75, 0.78) 60%, rgba(10, 20, 75, 0) 100%);
  backdrop-filter: blur(10px);
}
.filter-row[data-v-0a5a22bd] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}
.fbtn[data-v-0a5a22bd] {
  height: 38px;
  border-radius: 6px;
  border: 1px solid rgba(67, 67, 178, 0.55);
  background: rgba(10, 20, 75, 0.45);
  color: #c7c9cc;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2px;
}
.fbtn.active[data-v-0a5a22bd] {
  border-color: rgba(144, 255, 141, 0.95);
  background: radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.22), transparent 55%), -webkit-gradient(linear, left top, right top, from(rgba(144, 255, 141, 0.92)), to(rgba(64, 220, 140, 0.78)));
  background: radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.22), transparent 55%), linear-gradient(90deg, rgba(144, 255, 141, 0.92) 0%, rgba(64, 220, 140, 0.78) 100%);
  color: #061023;
  -webkit-box-shadow: 0 14px 26px rgba(0, 0, 0, 0.55), 0 0 18px rgba(144, 255, 141, 0.28);
          box-shadow: 0 14px 26px rgba(0, 0, 0, 0.55), 0 0 18px rgba(144, 255, 141, 0.28);
}
.fbtn[data-v-0a5a22bd]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
/* 列表卡：✅单层更大（去掉扫光/叠层） */
.list-wrap[data-v-0a5a22bd] {
  margin-top: 8px;
}
.invest-card[data-v-0a5a22bd] {
  margin-top: 14px;
  padding: 18px 14px 14px;
  /* 更大 */
}
.invest-card[data-v-0a5a22bd]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-filter: brightness(0.98);
          filter: brightness(0.98);
}
/* 卡头 */
.card-head[data-v-0a5a22bd] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.head-left[data-v-0a5a22bd] {
  min-width: 0;
}
.title[data-v-0a5a22bd] {
  font-size: 16px;
  font-weight: 1100;
  color: #fff;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.badge-row[data-v-0a5a22bd] {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.badge[data-v-0a5a22bd] {
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 20, 75, 0.35);
  color: rgba(244, 245, 255, 0.92);
  font-weight: 900;
}
.badge.good[data-v-0a5a22bd] {
  border-color: rgba(167, 232, 255, 0.55);
  color: #a7e8ff;
}
.badge.bad[data-v-0a5a22bd] {
  border-color: rgba(255, 77, 79, 0.5);
  color: #ff4d4f;
}
.badge.currency[data-v-0a5a22bd] {
  border-color: rgba(67, 67, 178, 0.55);
}
.contract-btn[data-v-0a5a22bd] {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid rgba(67, 67, 178, 0.5);
  background: rgba(10, 20, 75, 0.55);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contract-btn img[data-v-0a5a22bd] {
  width: 26px;
  height: 26px;
  opacity: 0.95;
}
/* 两列大数字 */
.big-grid[data-v-0a5a22bd] {
  margin-top: 16px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.big-item .big-k[data-v-0a5a22bd] {
  font-size: 12px;
  color: #c7c9cc;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.k-sub[data-v-0a5a22bd] {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 999px;
  border: 1px solid rgba(167, 232, 255, 0.22);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(10, 20, 75, 0.25);
  white-space: nowrap;
}
.big-item .big-v[data-v-0a5a22bd] {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 1200;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 1.1;
}
.big-item.right[data-v-0a5a22bd] {
  text-align: right;
}
.big-item .big-v.profit[data-v-0a5a22bd] {
  color: #90ff8d;
}
.unit[data-v-0a5a22bd] {
  font-size: 12px;
  margin-left: 6px;
  opacity: 0.95;
  font-weight: 1000;
}
.divider[data-v-0a5a22bd] {
  margin-top: 16px;
  height: 1px;
  background: rgba(67, 67, 178, 0.22);
}
/* 三行信息对齐 */
.meta[data-v-0a5a22bd] {
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.meta-row[data-v-0a5a22bd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
}
.meta-row + .meta-row[data-v-0a5a22bd] {
  border-top: 1px dashed rgba(67, 67, 178, 0.2);
}
.k[data-v-0a5a22bd] {
  font-size: 12px;
  color: #c7c9cc;
  font-weight: 800;
}
.v[data-v-0a5a22bd] {
  font-size: 12px;
  color: rgba(244, 245, 255, 0.92);
  font-weight: 1000;
}
.v.ice[data-v-0a5a22bd] {
  color: #a7e8ff;
}
.v.green[data-v-0a5a22bd] {
  color: #90ff8d;
}
.v.gold[data-v-0a5a22bd] {
  color: #ffdf85;
}
.v.mono[data-v-0a5a22bd] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.empty[data-v-0a5a22bd] {
  padding: 18px 0 8px;
  text-align: center;
  color: #c7c9cc;
  font-weight: 700;
}
/* 详情抽屉 */
.detail-popup[data-v-0a5a22bd] {
  background: transparent;
  padding: 10px 10px 16px;
}
.detail-wrap[data-v-0a5a22bd] {
  padding: 14px 12px 12px;
}
.detail-head[data-v-0a5a22bd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.dh-title[data-v-0a5a22bd] {
  font-size: 12px;
  color: #c7c9cc;
  font-weight: 1000;
}
.dh-name[data-v-0a5a22bd] {
  margin-top: 6px;
  font-size: 15px;
  color: #fff;
  font-weight: 1200;
}
.pill[data-v-0a5a22bd] {
  height: 38px;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid rgba(67, 67, 178, 0.55);
  background: rgba(10, 20, 75, 0.55);
  color: rgba(244, 245, 255, 0.92);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-weight: 1100;
}
.pill img[data-v-0a5a22bd] {
  width: 20px;
  height: 20px;
}
.pill.ok[data-v-0a5a22bd] {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: rgba(144, 255, 141, 0.85);
  background: radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.18), transparent 60%), -webkit-gradient(linear, left top, right top, from(rgba(144, 255, 141, 0.92)), to(rgba(64, 220, 140, 0.78)));
  background: radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.18), transparent 60%), linear-gradient(90deg, rgba(144, 255, 141, 0.92) 0%, rgba(64, 220, 140, 0.78) 100%);
  color: #061023;
}
.detail-meta[data-v-0a5a22bd] {
  margin-top: 12px;
}
.detail-close[data-v-0a5a22bd] {
  margin-top: 12px;
}


/*# sourceMappingURL=chunk-57b8e652.df6a9e6c.css.map*/