/* LZW2026 · 全民基础设施投资计划 —— 红白金主题 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@500;700&family=Outfit:wght@400;500;600;700&display=swap');

:root {
  --app-primary: #c8102e;
  --app-primary-2: #e33845;
  --app-primary-dark: #9a0f24;
  --app-accent: #d4a017;
  --app-ink: #7a1020;
  --app-danger: #c8102e;
  --app-warn: #d4a017;
  --app-bg: #f6f1f2;
  --app-card: #ffffff;
  --app-text: #1a1214;
  --app-sub: #5c4a4e;
  --app-muted: #9a8a8e;
  --app-line: #eadfe1;
  --app-radius: 14px;
  --app-radius-sm: 8px;
  --app-shadow: 0 8px 28px rgba(122, 16, 32, 0.08);
  --app-footer-h: 72px;
  --app-nav-h: 48px;
  --app-btn-h: 44px;
  --app-btn-radius: 10px;
  --app-input-h: 42px;
  --app-input-radius: 10px;
  --app-font: "Outfit", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --app-display: "Noto Serif SC", "Songti SC", serif;
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(ellipse 80% 40% at 10% -10%, rgba(200, 16, 46, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 35% at 100% 0%, rgba(212, 160, 23, 0.08), transparent 50%),
    linear-gradient(180deg, #f8f2f3 0%, var(--app-bg) 40%, #efe6e8 100%);
  background-attachment: fixed;
  color: var(--app-text);
  font-family: var(--app-font);
  -webkit-tap-highlight-color: transparent;
}

/* ========== 链接统一 ========== */
a {
  color: var(--app-primary);
  text-decoration: none;
}
a:active { opacity: .85; }

button { font-family: inherit; }

.app-page {
  min-height: 100vh;
  padding-bottom: calc(var(--app-footer-h) + 12px);
  background: var(--app-bg);
}
.app-page--nobar { padding-bottom: 20px; }

/* ========== 头部统一（唯一样式） ========== */
.app-nav,
.app-head {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--app-nav-h);
  padding: 0 48px;
  background: linear-gradient(135deg, var(--app-ink) 0%, #8b1a2a 55%, #c8102e 140%);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  font-family: var(--app-display);
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow: 0 4px 18px rgba(122, 16, 32, 0.22);
}
.app-nav .title,
.app-head .title {
  flex: 1;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 兼容：直接写文字在 .app-head 里 */
.app-head:not(:has(.title)) {
  display: block;
  line-height: var(--app-nav-h);
  padding: 0 16px;
}

.app-nav .back,
.app-head .back {
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.app-nav .right,
.app-head .right {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

/* 员工积分信息：头部下方卡片，不再用渐变大头 */
.app-hero {
  background: var(--app-card);
  margin: 12px;
  border-radius: var(--app-radius);
  padding: 18px 16px;
  box-shadow: var(--app-shadow);
  color: var(--app-text);
}
.app-hero .label { font-size: 13px; color: var(--app-sub); }
.app-hero .value {
  font-size: 32px;
  font-weight: 700;
  margin: 8px 0 4px;
  color: var(--app-primary);
  letter-spacing: .5px;
}
.app-hero .desc { font-size: 13px; color: var(--app-muted); }

/* ========== 按钮统一（全局主按钮同一高度/圆角/颜色） ========== */
.app-btn,
button.app-btn,
a.app-btn,
.prod-btn,
.lingqubtn,
.invite-card-btn,
.copy,
.copy-url,
.detail-footer .app-btn,
.detail-footer button,
.money button,
.box .btn,
a.app-btn,
.bottom input[type="button"],
.bottom input[type="submit"],
.zh_data .bottom input,
.pe_data + .bottom input,
.get_code,
#get_code,
#add_withdrawal,
#edit_pass,
.re-b button,
.recharge .bottom input,
.fk-box .btn,
.pro {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: var(--app-btn-h) !important;
  min-height: var(--app-btn-h) !important;
  line-height: 1 !important;
  padding: 0 22px !important;
  border: none !important;
  outline: none !important;
  background: linear-gradient(145deg, #e33845, #c8102e) !important;
  color: #fff !important;
  border-radius: var(--app-btn-radius) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(200, 16, 46, .28) !important;
  text-indent: 0 !important;
  appearance: none;
  -webkit-appearance: none;
}
.app-btn--block,
.prod-btn.app-btn--block,
button.app-btn--block,
.bottom input[type="button"],
.bottom input[type="submit"],
#add_withdrawal,
#edit_pass,
#get_code {
  display: flex !important;
  width: 70% !important;
  max-width: 280px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.copy,
.copy-url {
  width: 35% !important;
  max-width: none;
  margin: 14px auto !important;
  font-size: 15px !important;
}
.app-btn--disabled,
.app-btn:disabled,
button:disabled.app-btn,
.prod-btn.disabled,
.detail-footer button:disabled {
  background: #c0c4cc !important;
  color: #fff !important;
  cursor: not-allowed;
}
/* 状态按钮分色：立即参与(蓝) / 已满额(红) / 即将开启(橙) / 筹备中(灰蓝) / 已结束(灰) */
.app-btn.app-btn--join,
button.app-btn.app-btn--join {
  background: var(--app-primary) !important;
  color: #fff !important;
  cursor: pointer;
}
.app-btn.app-btn--full,
button.app-btn.app-btn--full,
.app-btn.app-btn--full:disabled,
button.app-btn.app-btn--full:disabled,
.detail-footer button.app-btn--full:disabled {
  background: #f56c6c !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 1 !important;
}
.app-btn.app-btn--soon,
button.app-btn.app-btn--soon,
.app-btn.app-btn--soon:disabled,
button.app-btn.app-btn--soon:disabled,
.detail-footer button.app-btn--soon:disabled {
  background: #e6a23c !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 1 !important;
}
.app-btn.app-btn--prepare,
button.app-btn.app-btn--prepare,
.app-btn.app-btn--prepare:disabled,
button.app-btn.app-btn--prepare:disabled,
.detail-footer button.app-btn--prepare:disabled {
  background: #7a8da6 !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 1 !important;
}
.app-btn.app-btn--reserve,
button.app-btn.app-btn--reserve {
  margin-top: 8px;
  background: #fff !important;
  color: var(--app-primary) !important;
  border: 1px solid var(--app-primary) !important;
  box-shadow: none !important;
}
.prod-actions {
  margin-top: 4px;
}
.app-btn.app-btn--ended,
button.app-btn.app-btn--ended,
.app-btn.app-btn--ended:disabled,
button.app-btn.app-btn--ended:disabled {
  background: #c0c4cc !important;
  color: #fff !important;
  cursor: not-allowed;
}
.app-btn--ghost,
.re-b a button {
  background: #eef4ff !important;
  color: var(--app-primary) !important;
  border: 1px solid var(--app-primary) !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
  border-radius: 15px !important;
  width: auto !important;
  display: inline-flex !important;
}

/* ========== 输入框 / 下拉统一 ========== */
.re-b strong input[type="text"],
.re-b strong input[type="password"],
.re-b strong input[type="number"],
.re-b strong input[type="tel"],
.re-b strong select,
.pe_data ul li input[type="text"],
.pe_data ul li input[type="password"],
.pe_data ul li input[type="number"],
.pe_data ul li input[type="tel"],
.pe_data ul li select,
.whole input[type="text"],
.whole input[type="password"],
.whole input[type="number"],
.whole select,
.app-input,
.app-form input[type="text"],
.app-form input[type="password"],
.app-form input[type="number"],
.app-form select {
  box-sizing: border-box !important;
  height: var(--app-input-h) !important;
  min-height: var(--app-input-h) !important;
  line-height: calc(var(--app-input-h) - 2px) !important;
  padding: 0 12px !important;
  border: 1px solid var(--app-line) !important;
  border-radius: var(--app-input-radius) !important;
  background: #fff !important;
  color: var(--app-text) !important;
  font-size: 14px !important;
  outline: none !important;
  text-indent: 0 !important;
  appearance: none;
  -webkit-appearance: none;
}
.re-b strong select,
.pe_data ul li select,
.whole select,
.app-form select {
  background-image: linear-gradient(45deg, transparent 50%, #999 50%),
    linear-gradient(135deg, #999 50%, transparent 50%) !important;
  background-position: calc(100% - 16px) 17px, calc(100% - 10px) 17px !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  padding-right: 28px !important;
}
.re-b strong input:focus,
.re-b strong select:focus,
.pe_data ul li input:focus,
.pe_data ul li select:focus,
.whole input:focus,
.whole select:focus,
.app-input:focus,
.app-form input:focus,
.app-form select:focus {
  border-color: var(--app-primary) !important;
  box-shadow: 0 0 0 2px rgba(200, 16, 46, 0.12);
}
.re-b strong input:disabled,
.re-b strong input[disabled] {
  background: #f7f8fa !important;
  color: var(--app-sub) !important;
  border-color: var(--app-line) !important;
}
.re-b strong label,
.pe_data ul li label {
  color: var(--app-text) !important;
  font-size: 14px !important;
  line-height: var(--app-input-h) !important;
}
.recharge {
  width: 94% !important;
  margin: 12px auto 24px !important;
}
.re-b {
  background: #fff !important;
  border-radius: var(--app-radius) !important;
  padding: 18px 14px !important;
  box-shadow: var(--app-shadow);
}
.re-b strong {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 14px !important;
  line-height: var(--app-input-h) !important;
  overflow: visible !important;
}
.re-b strong label {
  width: 30% !important;
  float: none !important;
  flex-shrink: 0;
}
.re-b strong input,
.re-b strong select {
  width: 70% !important;
  float: none !important;
  flex: 1;
}
.pe_data ul li {
  border-bottom: none !important;
  padding: 8px 0 !important;
}
.pe_data ul li input,
.pe_data ul li select {
  width: 100% !important;
  margin-top: 6px;
}
.bottom {
  text-align: center !important;
  margin-top: 8px;
}

/* ========== 卡片 / 列表 ========== */
.app-card {
  background: var(--app-card);
  margin: 12px;
  border-radius: var(--app-radius);
  padding: 14px;
  box-shadow: var(--app-shadow);
}
.app-card h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--app-text);
}
.app-pad { padding: 12px 12px 0; }
.app-tip {
  padding: 10px 16px;
  font-size: 13px;
  color: var(--app-sub);
}

.app-grid4 {
  display: flex;
  background: var(--app-card);
  margin: 12px;
  border-radius: var(--app-radius);
  overflow: hidden;
  box-shadow: var(--app-shadow);
}
.app-grid4 a {
  flex: 1;
  text-align: center;
  padding: 16px 4px;
  font-size: 13px;
  color: var(--app-text) !important;
  position: relative;
  font-weight: 500;
}
.app-grid4 a + a::before {
  content: '';
  position: absolute;
  left: 0; top: 20%;
  height: 60%;
  width: 1px;
  background: var(--app-line);
}

.app-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--app-line);
}
.app-item:last-child { border-bottom: none; }
.app-item .title { font-size: 15px; font-weight: 500; color: var(--app-text); }
.app-item .sub { font-size: 12px; color: var(--app-muted); margin-top: 4px; line-height: 1.4; }
.app-item .plus { color: var(--app-primary); font-weight: 600; }

.app-tabs {
  display: flex;
  background: var(--app-card);
  margin: 12px;
  border-radius: var(--app-radius);
  overflow: hidden;
  box-shadow: var(--app-shadow);
}
.app-tabs a {
  flex: 1;
  text-align: center;
  padding: 13px 4px;
  font-size: 12px;
  color: var(--app-sub) !important;
}
.app-tabs a.on {
  color: var(--app-primary) !important;
  font-weight: 600;
  box-shadow: inset 0 -2px 0 var(--app-primary);
}

/* ========== 产品卡片 ========== */
.prod-list { padding: 12px 12px 0; }
.prod-card {
  position: relative;
  background: var(--app-card);
  border-radius: var(--app-radius);
  padding: 16px 14px 14px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--app-shadow);
}
.prod-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  border-style: solid;
  border-width: 14px 14px 0 0;
  border-color: var(--app-primary) transparent transparent transparent;
  z-index: 2;
}
.prod-card.has-cover {
  padding-top: 0;
}
.prod-card.has-cover::before { display: none; }
.prod-cover {
  width: calc(100% + 28px);
  margin: 0 -14px 12px;
  height: 140px;
  overflow: hidden;
  background: #e8eef8;
}
.prod-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.prod-badge {
  position: absolute;
  right: 0; top: 0;
  background: var(--app-danger);
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 0 var(--app-radius) 0 10px;
  font-weight: 600;
}
.prod-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.prod-title {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: var(--app-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod-tag {
  flex-shrink: 0;
  background: var(--app-primary);
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
}
.prod-status {
  font-size: 12px;
  color: var(--app-primary);
  margin-bottom: 12px;
}
.prod-metrics {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: center;
  margin-bottom: 10px;
  row-gap: 10px;
}
.prod-metrics .col { flex: 1 1 25%; min-width: 72px; }
.prod-metrics .val {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--app-text);
  margin-bottom: 4px;
}
.prod-metrics .val.rate {
  color: var(--app-primary);
  font-size: 17px;
}
.prod-metrics .label {
  display: block;
  font-size: 11px;
  color: var(--app-muted);
}
/* 折扣单独一行，避免撑高四列指标区 */
.prod-discount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin: -2px 0 10px;
  font-size: 12px;
  line-height: 1.3;
}
.prod-discount .price-old,
.meta-row .price-old {
  color: #999;
  text-decoration: line-through;
}
.prod-discount .discount-tag,
.meta-row .discount-tag {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #c2410c;
  background: rgba(234, 88, 12, 0.12);
}
.meta-row .price-old {
  display: inline;
}
.prod-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: var(--app-sub);
  margin-bottom: 10px;
}
.prod-countdown { color: var(--app-warn); font-weight: 500; }
.prod-open-cd {
  margin: 0 0 12px;
  padding: 12px 12px 10px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(47,124,246,.08), rgba(255,106,0,.08));
  border: 1px solid rgba(47,124,246,.12);
  text-align: center;
}
.prod-open-cd .cd-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--app-primary);
  margin-bottom: 8px;
}
.prod-open-cd .cd-time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  color: #333;
  font-size: 12px;
}
.prod-open-cd .cd-time em {
  display: inline-block;
  min-width: 28px;
  padding: 4px 6px;
  margin: 0 2px;
  border-radius: 6px;
  background: #fff;
  color: #e34d59;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.prod-open-cd .cd-end {
  margin-top: 8px;
  font-size: 11px;
  color: #999;
}
.prod-progress {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 12px;
  color: var(--app-sub);
}
.prod-progress .bar {
  flex: 1;
  height: 6px;
  background: #e8eef8;
  border-radius: 6px;
  overflow: hidden;
}
.prod-progress .bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--app-primary-2), var(--app-primary));
  border-radius: 6px;
}
.prod-progress .pct {
  width: 48px;
  text-align: right;
  color: var(--app-primary);
  font-weight: 500;
}

/* ========== 详情 ========== */
.detail-shell {
  background: var(--app-bg);
  min-height: 100vh;
  padding-bottom: 24px;
}
.detail-card {
  background: var(--app-card);
  margin: 12px;
  border-radius: var(--app-radius);
  padding: 16px;
  box-shadow: var(--app-shadow);
}
.detail-card h2 {
  margin: 18px 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--app-text);
}
.detail-card h2:first-child { margin-top: 0; }
.phase-box .main { font-size: 18px; font-weight: 700; color: var(--app-text); }
.phase-box .sub { font-size: 14px; color: var(--app-primary); margin-top: 6px; font-weight: 500; }
.meta-row { font-size: 13px; color: var(--app-sub); margin: 8px 0; line-height: 1.5; }
.dir-list { padding: 4px 0 8px; }
.dir-item { font-size: 14px; color: var(--app-text); line-height: 28px; }
.dir-item i { color: var(--app-primary); margin-right: 6px; font-style: normal; font-weight: 700; }
.detail-content { font-size: 14px; color: var(--app-sub); line-height: 1.7; padding-top: 4px; }
.detail-content img { max-width: 100%; height: auto; }
.detail-content a { color: var(--app-primary); }
.detail-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--app-line);
}
.detail-footer .price { font-size: 14px; color: var(--app-sub); }
.detail-footer .price i {
  font-style: normal;
  color: var(--app-primary);
  font-size: 22px;
  font-weight: 700;
  margin: 0 2px;
}

.level-item { padding: 14px 0; border-bottom: 1px solid var(--app-line); }
.level-item:last-child { border-bottom: none; }
.level-item.cur {
  background: #f5f9ff;
  margin: 0 -14px;
  padding: 14px;
  border-radius: var(--app-radius-sm);
  border-bottom-color: transparent;
}
.level-item .name { font-size: 15px; font-weight: 600; }
.level-item .sub { font-size: 12px; color: var(--app-muted); margin-top: 4px; }
.rank-no { width: 28px; color: var(--app-primary); font-weight: 700; }
.rank-score { color: var(--app-text); font-weight: 600; }

/* ========== 弹窗统一（layer.mobile + vant） ========== */
.layui-m-layerbtn {
  background: var(--app-primary) !important;
  border: none !important;
}
.layui-m-layerbtn span[yes],
.layui-m-layerbtn span[no] {
  color: #ffffff !important;
  border: none !important;
}
.layui-m-layerbtn span[no] {
  background: #eef4ff !important;
  color: var(--app-primary) !important;
}
.layui-m-layerchild {
  border-radius: 12px !important;
  overflow: hidden;
}
.layui-m-layerchild h3 {
  padding: 0 16px !important;
  height: 48px !important;
  line-height: 48px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--app-text) !important;
  background: #fff !important;
  border-bottom: 1px solid var(--app-line) !important;
  text-align: center !important;
}
.layui-m-layercont {
  padding: 20px 18px !important;
  line-height: 1.6 !important;
  text-align: center !important;
  color: var(--app-sub) !important;
  font-size: 14px !important;
}
/* toast：深底必须配白字，避免被上面的 layercont 深色字覆盖 */
.layui-m-layer-msg {
  background: rgba(20, 24, 32, .88) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.28) !important;
}
.layui-m-layer-msg .layui-m-layercont {
  color: #ffffff !important;
  padding: 12px 18px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.van-dialog {
  border-radius: 12px !important;
  overflow: hidden;
}
.van-dialog__header {
  font-weight: 600 !important;
  color: var(--app-text) !important;
}
.van-dialog__message {
  color: var(--app-text) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}
.van-dialog__cancel,
.van-dialog__cancel.van-button--default,
.van-dialog__cancel .van-button__text {
  background: #fff !important;
  border-color: transparent !important;
  color: #666 !important;
}
.van-dialog__confirm,
.van-dialog__confirm.van-button--default,
.van-button--default.van-dialog__confirm,
.van-dialog__confirm .van-button__text,
.van-button--round.van-dialog__confirm,
.van-button--round.van-button--default.van-dialog__confirm {
  background: var(--app-primary) !important;
  border-color: var(--app-primary) !important;
  color: #fff !important;
}

/* 底部导航（全局统一，覆盖旧页杂色样式） */
.aui-footer,
footer.aui-footer {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
  height: var(--app-footer-h) !important;
  min-height: var(--app-footer-h) !important;
  padding: 6px 4px calc(6px + env(safe-area-inset-bottom)) !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  background: rgba(255, 255, 255, 0.96) !important;
  background-color: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--app-line) !important;
  box-shadow: 0 -6px 24px rgba(122, 16, 32, 0.08) !important;
}
.aui-footer:after,
footer.aui-footer:after {
  display: none !important;
  content: none !important;
  border: none !important;
}
.aui-footer .aui-tabBar-item,
footer.aui-footer .aui-tabBar-item,
.aui-tabBar-item {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  height: 100% !important;
  padding: 0 2px !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  color: #8a97a8 !important;
  background: transparent !important;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.aui-footer .aui-tabBar-item img,
footer.aui-footer .aui-tabBar-item img,
.aui-tabBar-item img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 0 3px !important;
}
.aui-footer .aui-tabBar-item-text,
footer.aui-footer .aui-tabBar-item-text,
.aui-tabBar-item-text {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #8a97a8 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.aui-footer .aui-tabBar-item-active .aui-tabBar-item-text,
footer.aui-footer .aui-tabBar-item-active .aui-tabBar-item-text,
.aui-tabBar-item-active .aui-tabBar-item-text {
  color: var(--app-primary) !important;
  font-weight: 600 !important;
}
.footer-bar-item {
  height: var(--app-footer-h) !important;
}

/* 兼容旧页蓝头 */
.head .hgj,
.hgj {
  background: var(--app-primary) !important;
  color: #fff !important;
}

/* Vant 导航/标签统一 */
.van-nav-bar {
  background: var(--app-primary) !important;
}
.van-nav-bar__title,
.van-nav-bar .van-icon,
.van-nav-bar__text,
.van-nav-bar__arrow {
  color: #fff !important;
}
.van-hairline--bottom::after { border-bottom-width: 0 !important; }
.van-tabs__nav--card {
  margin: 12px !important;
  border-color: var(--app-primary) !important;
  border-radius: 10px !important;
}
.van-tabs__nav--card .van-tab {
  color: var(--app-primary) !important;
  border-color: var(--app-primary) !important;
}
.van-tabs__nav--card .van-tab.van-tab--active {
  background: var(--app-primary) !important;
  color: #fff !important;
}
.van-cell { background: #fff; }
.van-pull-refresh { min-height: 60vh; background: var(--app-bg); }

.layui-layer-btn .layui-layer-btn0 {
  background: var(--app-primary) !important;
  border-color: var(--app-primary) !important;
  border-radius: var(--app-btn-radius) !important;
  height: var(--app-btn-h) !important;
  line-height: var(--app-btn-h) !important;
}

/* 列表记录卡片 */
.record {
  width: auto !important;
  margin: 12px !important;
  background: transparent !important;
  padding: 0 !important;
}
.record .item,
.record ul li {
  background: #fff !important;
  border-radius: 12px !important;
  margin-bottom: 10px !important;
  box-shadow: var(--app-shadow);
  border: none !important;
}
body.loading,
.wrapper {
  background: var(--app-bg) !important;
  min-height: 100vh;
}

/* ========== 底部滚动选择器（类原生） ========== */
.app-select {
  box-sizing: border-box !important;
  display: block !important;
  width: 70% !important;
  flex: 1;
  min-width: 0;
  height: var(--app-input-h) !important;
  min-height: var(--app-input-h) !important;
  line-height: calc(var(--app-input-h) - 2px) !important;
  padding: 0 28px 0 12px !important;
  border: 1px solid var(--app-line) !important;
  border-radius: var(--app-input-radius) !important;
  background: #fff !important;
  color: var(--app-text) !important;
  font-size: 14px !important;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.app-select::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
}
.app-select.is-placeholder { color: var(--app-muted) !important; }
.app-select.is-disabled {
  opacity: .55;
  cursor: not-allowed;
  pointer-events: none;
}
select.app-select-native { display: none !important; }

/* 通用表单区：底部选择触发器与 input 对齐 */
.cm-field .app-select,
.sub-field .app-select,
.form-field .app-select {
  width: 100%;
  box-sizing: border-box;
}

/* 表单行内选择器：铺满右侧 */
.bank-row .app-select,
.pass-row .app-select,
.set-row .app-select,
.pe_data li .app-select,
.pe_data .app-select {
  width: auto !important;
  flex: 1 !important;
  border: none !important;
  background: transparent !important;
  padding-left: 0 !important;
  height: 44px !important;
  min-height: 44px !important;
  line-height: 44px !important;
  border-radius: 0 !important;
}
.bank-row .app-select::after,
.pass-row .app-select::after,
.set-row .app-select::after,
.pe_data li .app-select::after {
  right: 0;
}

.app-picker-mask {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease;
}
.app-picker-mask.show {
  opacity: 1;
  visibility: visible;
}
.app-picker {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  border-radius: 14px 14px 0 0;
  transform: translateY(100%);
  transition: transform .25s ease;
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.12);
}
.app-picker.show { transform: translateY(0); }
.app-picker-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid #f0f0f0;
}
.app-picker-hd .cancel {
  color: #999;
  font-size: 15px;
  min-width: 48px;
}
.app-picker-hd .title {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.app-picker-hd .ok {
  color: var(--app-primary);
  font-size: 15px;
  font-weight: 600;
  min-width: 48px;
  text-align: right;
}
.app-picker-bd {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.app-picker-wheel {
  height: 220px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: y mandatory;
  margin: 0 !important;
  padding: 88px 0 !important;
  list-style: none !important;
  scrollbar-width: none;
}
.app-picker-wheel::-webkit-scrollbar { display: none; }
.app-picker-wheel li,
ul.app-picker-wheel li {
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  line-height: 44px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  text-align: center !important;
  font-size: 17px !important;
  color: #333 !important;
  scroll-snap-align: center;
  list-style: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box !important;
  float: none !important;
}
.app-picker-wheel li.active,
ul.app-picker-wheel li.active {
  color: var(--app-primary) !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-align: center !important;
}
.app-picker-indicator {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 50%;
  height: 44px;
  margin-top: -22px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: rgba(47, 124, 246, 0.04);
  pointer-events: none;
  border-radius: 8px;
}
.app-picker-mask-grad {
  position: absolute;
  left: 0;
  right: 0;
  height: 88px;
  pointer-events: none;
  z-index: 1;
}
.app-picker-mask-grad.top {
  top: 0;
  background: linear-gradient(to bottom, #fff 20%, rgba(255,255,255,0));
}
.app-picker-mask-grad.bottom {
  bottom: 0;
  background: linear-gradient(to top, #fff 20%, rgba(255,255,255,0));
}

/* 支付方式推荐角标：贴在卡片右上边，一眼可见 */
.fee-pay,
.pay-type ul li,
.detail-pay ul li,
.pay-types{
  position: relative;
}
.fee-pay.is-rec,
.pay-type ul li.is-rec,
.detail-pay ul li.is-rec,
.pay-types.is-rec{
  border-color: #ff7a18 !important;
  box-shadow: 0 0 0 1px rgba(255,122,24,.18);
}
.pay-rec{
  position: absolute;
  top: -10px;
  right: 12px;
  z-index: 3;
  display: inline-block;
  margin: 0;
  padding: 3px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .5px;
  color: #fff;
  background: linear-gradient(135deg, #ff8a1a 0%, #ff3b30 100%);
  border-radius: 10px 10px 10px 4px;
  box-shadow: 0 3px 8px rgba(255, 59, 48, .4);
  pointer-events: none;
  white-space: nowrap;
}
.pay-rec::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: #c62828 transparent transparent transparent;
}

/* ========== LZW 全民基建计划组件 ========== */
@keyframes lzw-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes lzw-glow {
  0%, 100% { opacity: .45; }
  50% { opacity: .85; }
}
@keyframes lzw-line {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.lzw-brand {
  font-family: var(--app-display);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.lzw-rise { animation: lzw-rise .55s ease both; }
.lzw-rise-2 { animation: lzw-rise .65s .08s ease both; }
.lzw-rise-3 { animation: lzw-rise .7s .16s ease both; }

.lzw-hero {
  position: relative;
  overflow: hidden;
  color: #f4f7f8;
  background: linear-gradient(160deg, #7a1020 0%, #8b1a2a 48%, #8b1528 100%);
  padding: 28px 20px 34px;
  min-height: 42vh;
}
.lzw-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lzw-hero-bg .swiper,
.lzw-hero-bg .swiper-wrapper,
.lzw-hero-bg .swiper-slide {
  width: 100%;
  height: 100%;
}
.lzw-hero-bg .swiper-slide {
  background: #7a1020 center/cover no-repeat;
}
.lzw-hero-bg img,
.lzw-hero-bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* 轻微底图，可读性靠文字提亮 + 中等遮罩 */
  filter: brightness(.88) saturate(1.08);
}
.lzw-hero-bg .swiper-pagination {
  bottom: 18px !important;
  z-index: 4;
}
.lzw-hero-bg .swiper-pagination-bullet {
  background: rgba(255,255,255,.55);
  opacity: 1;
}
.lzw-hero-bg .swiper-pagination-bullet-active {
  background: #ffc46a;
}
/* 独立遮罩层（不依赖伪元素，避免被 Swiper 盖住） */
.lzw-hero-mask {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8,20,32,.52) 0%, rgba(8,20,32,.38) 42%, rgba(8,20,32,.58) 100%);
}
.lzw-hero::before {
  content: none;
}
.lzw-hero::after {
  content: none;
}
.lzw-hero-inner { position: relative; z-index: 3; color: #fff; }
.lzw-hero.has-bg .lzw-hero-kicker {
  color: rgba(255,255,255,.88);
  text-shadow: 0 1px 8px rgba(0,0,0,.85);
}
.lzw-hero.has-bg .lzw-hero-title {
  color: #fff;
  text-shadow: 0 2px 16px rgba(0,0,0,.85);
}
.lzw-hero.has-bg .lzw-hero-title em {
  color: #ffc46a;
  text-shadow: 0 2px 14px rgba(0,0,0,.75);
}
.lzw-hero.has-bg .lzw-hero-desc {
  color: rgba(255,255,255,.92);
  text-shadow: 0 1px 10px rgba(0,0,0,.85);
}
.lzw-hero.has-bg .lzw-btn--primary {
  background: linear-gradient(135deg, #e09845, #f0b35a);
  color: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.35);
}
.lzw-hero.has-bg .lzw-btn--ghost {
  background: rgba(255,255,255,.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,.7);
}
.lzw-hero-kicker {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: none;
  color: rgba(244,247,248,.88);
  margin-bottom: 10px;
}
.lzw-hero-title {
  margin: 0 0 8px;
  font-family: var(--app-display);
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}
.lzw-hero-title em {
  font-style: normal;
  color: #e8b06a;
}
.lzw-hero-desc {
  margin: 0;
  max-width: 20em;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(244,247,248,.78);
}
.lzw-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.lzw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s ease, opacity .15s ease;
}
.lzw-btn:active { transform: scale(.97); }
.lzw-btn--primary {
  background: linear-gradient(135deg, #d4a017, #d4924f);
  color: #fff;
  box-shadow: 0 8px 20px rgba(212,160,23,.35);
}
.lzw-btn--ghost {
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
}
.lzw-btn--solid {
  background: linear-gradient(135deg, var(--app-primary), var(--app-primary-2));
  color: #fff;
  box-shadow: 0 8px 18px rgba(200,16,46,.28);
}

.lzw-account {
  margin: -28px 14px 14px;
  position: relative;
  z-index: 2;
  background: var(--app-card);
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--app-shadow);
  border: 1px solid rgba(200,16,46,.08);
}
.lzw-account-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.lzw-account-hd h3 {
  margin: 0;
  font-family: var(--app-display);
  font-size: 16px;
  font-weight: 700;
}
.lzw-account-hd span {
  font-size: 12px;
  color: var(--app-primary);
  font-weight: 600;
}
.lzw-account-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.lzw-account-cell {
  background: linear-gradient(180deg, #f4f8f8, #eef4f4);
  border-radius: 12px;
  padding: 12px 8px;
  text-align: center;
}
.lzw-account-cell .lab {
  display: block;
  font-size: 11px;
  color: var(--app-muted);
  margin-bottom: 6px;
}
.lzw-account-cell .val {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--app-ink);
  word-break: break-all;
}
.lzw-account-ops {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.lzw-account-ops a,
.lzw-account-ops button {
  flex: 1;
  height: 36px;
  border-radius: 10px;
  border: 0;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.lzw-op-main {
  background: var(--app-primary);
  color: #fff;
}
.lzw-op-sub {
  background: #fdecee;
  color: var(--app-primary-dark);
}

.lzw-section {
  margin: 0 14px 14px;
  background: var(--app-card);
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--app-shadow);
}
.lzw-section-hd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 10px;
}
.lzw-section-hd h3 {
  margin: 0;
  font-family: var(--app-display);
  font-size: 17px;
  font-weight: 700;
}
.lzw-section-hd p {
  margin: 4px 0 0;
  font-size: 12px;
  color: var(--app-muted);
}
.lzw-section-hd a {
  font-size: 12px;
  color: var(--app-primary);
  font-weight: 600;
  white-space: nowrap;
}

.lzw-modes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.lzw-mode {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 12px 10px 12px;
  min-height: 118px;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  background-color: #c8102e;
  background-image: url('/static/index/images/mode_licai_bg.png?v=20260802mode');
  background-size: cover;
  background-position: center;
  box-shadow: 0 6px 16px rgba(122, 16, 32, 0.12);
}
.lzw-mode--licai {
  background-color: #c8102e;
  background-image: url('/static/index/images/mode_licai_bg.png?v=20260802mode');
  box-shadow: 0 6px 16px rgba(122, 16, 32, 0.14);
}
.lzw-mode--zn {
  background-color: #1b3f6a;
  background-image: url('/static/index/images/mode_zn_bg.png?v=20260802mode');
  box-shadow: 0 6px 16px rgba(27, 63, 106, 0.16);
}
.lzw-mode--ai {
  background-color: #8b5a12;
  background-image: url('/static/index/images/mode_ai_bg.png?v=20260802mode');
  box-shadow: 0 6px 16px rgba(139, 90, 18, 0.16);
}
.lzw-mode .tag {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 20px;
  font-size: 10px;
  font-weight: 700;
  padding: 0 7px;
  border-radius: 5px;
  background: rgba(255,255,255,.18);
  margin: 0 0 8px;
}
.lzw-mode .main {
  flex: 1;
  min-width: 0;
  width: 100%;
}
.lzw-mode h4 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--app-display);
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.lzw-mode p {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
  color: rgba(255,255,255,.78);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lzw-mode .go {
  position: static;
  margin-top: 10px;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  opacity: .92;
  white-space: nowrap;
}

.lzw-notice {
  margin: 0 14px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--app-shadow);
  cursor: pointer;
}
.lzw-notice .tag {
  flex-shrink: 0;
  height: 22px;
  padding: 0 8px;
  border-radius: 4px;
  background: var(--app-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.lzw-notice .scroll {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  color: var(--app-text);
}
.lzw-notice .more {
  flex-shrink: 0;
  color: var(--app-primary);
  font-size: 12px;
}

.lzw-alloc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lzw-alloc-row {
  display: grid;
  grid-template-columns: 64px 1fr 40px;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.lzw-alloc-row .name { color: var(--app-sub); font-weight: 600; }
.lzw-alloc-bar {
  height: 8px;
  border-radius: 4px;
  background: #e7eef0;
  overflow: hidden;
}
.lzw-alloc-bar i {
  display: block;
  height: 100%;
  border-radius: 4px;
  transform-origin: left;
  animation: lzw-line .8s ease both;
}
.lzw-alloc-bar i.b1 { width: 70%; background: var(--app-primary); }
.lzw-alloc-bar i.b2 { width: 20%; background: #2f6b8a; }
.lzw-alloc-bar i.b3 { width: 10%; background: var(--app-accent); }
.lzw-alloc-row .pct { text-align: right; color: var(--app-ink); font-weight: 700; }

.lzw-news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--app-line);
  cursor: pointer;
}
.lzw-news-item:last-child { border-bottom: 0; }
.lzw-news-item .name {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lzw-news-item .time {
  flex-shrink: 0;
  font-size: 12px;
  color: var(--app-muted);
}

/* 底部 Tab 图标（CSS） */
.tab-ico {
  width: 24px;
  height: 24px;
  margin: 0 0 3px;
  display: block;
  position: relative;
  opacity: .55;
}
.aui-tabBar-item-active .tab-ico { opacity: 1; }
.tab-ico::before,
.tab-ico::after {
  content: '';
  position: absolute;
  box-sizing: border-box;
}
.tab-ico { color: #8a9aa5; }
.aui-tabBar-item-active .tab-ico { color: var(--app-primary); }
.tab-ico--home::before {
  left: 3px; right: 3px; bottom: 2px; height: 14px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 2px 2px 3px 3px;
}
.tab-ico--home::after {
  left: 50%; top: 1px;
  width: 12px; height: 12px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}
.tab-ico--bond::before {
  left: 4px; right: 4px; top: 5px; bottom: 4px;
  border: 2px solid currentColor;
  border-radius: 3px;
}
.tab-ico--bond::after {
  left: 7px; right: 7px; top: 10px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 4px 0 currentColor;
}
.tab-ico--fund::before {
  left: 3px; top: 4px;
  width: 18px; height: 16px;
  border: 2px solid currentColor;
  border-radius: 3px 3px 9px 9px;
}
.tab-ico--fund::after {
  left: 9px; top: 2px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.tab-ico--share::before {
  left: 5px; top: 3px;
  width: 14px; height: 14px;
  border: 2px solid currentColor;
  border-radius: 2px;
  transform: rotate(45deg);
}
.tab-ico--me::before {
  left: 7px; top: 2px;
  width: 10px; height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.tab-ico--me::after {
  left: 3px; bottom: 1px;
  width: 18px; height: 9px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.tab-ico--otc::before {
  left: 2px; top: 6px;
  width: 20px; height: 12px;
  border: 2px solid currentColor;
  border-radius: 6px;
}
.tab-ico--otc::after {
  left: 8px; top: 9px;
  width: 8px; height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.aui-footer .aui-tabBar-item,
footer.aui-footer .aui-tabBar-item,
.aui-tabBar-item {
  color: #8a9aa5 !important;
}
.aui-footer .aui-tabBar-item-active,
footer.aui-footer .aui-tabBar-item-active,
.aui-tabBar-item-active {
  color: var(--app-primary) !important;
}

/* 产品页导语条 */
.lzw-prod-intro {
  margin: 12px 12px 0;
  padding: 14px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(200,16,46,.12), rgba(212,160,23,.08)),
    #fff;
  border: 1px solid rgba(200,16,46,.12);
}
.lzw-prod-intro h2 {
  margin: 0 0 6px;
  font-family: var(--app-display);
  font-size: 16px;
}
.lzw-prod-intro p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--app-sub);
}

.prod-tag { background: var(--app-primary) !important; border-radius: 4px !important; }
.prod-metrics .val.rate { color: var(--app-accent) !important; }

/* 建设账户 · 我的 */
.lzw-my-hero {
  position: relative;
  overflow: hidden;
  padding: 22px 18px 48px;
  color: #fff;
  background:
    radial-gradient(ellipse 55% 70% at 92% 8%, rgba(212,160,23,.32), transparent 55%),
    radial-gradient(ellipse 40% 50% at 0% 100%, rgba(200,16,46,.35), transparent 50%),
    linear-gradient(155deg, #7a1020 0%, #8b1a2a 52%, #8b1528 100%);
}
.lzw-my-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, #000 40%, transparent 100%);
  pointer-events: none;
}
.lzw-my-user {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.lzw-my-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: contain;
  border: none;
  background: transparent;
  box-shadow: none;
  flex-shrink: 0;
}
.lzw-my-name {
  font-family: var(--app-display);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.lzw-my-level {
  font-size: 11px;
  font-weight: 500;
  font-family: var(--app-font);
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(232,176,106,.25);
  border: 1px solid rgba(232,176,106,.5);
}
.lzw-my-account {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: .02em;
  opacity: .78;
}
.lzw-my-actions { margin-left: auto; display: flex; gap: 8px; flex-shrink: 0; }
.lzw-chip {
  height: 30px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.lzw-chip.hot {
  background: var(--app-accent);
  border-color: var(--app-accent);
}
.lzw-chip { position: relative; }
.lzw-msg-dot {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: #c8102e;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 0 0 2px rgba(122,16,32,.35);
}
.lzw-msg-badge {
  display: inline-block;
  margin-left: 6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #c8102e;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
}
.lzw-op-sub { position: relative; }
.lzw-op-sub .lzw-msg-dot {
  top: -4px;
  right: -2px;
}
.lzw-quick a { position: relative; }
.lzw-quick .txt { position: relative; display: inline-block; }
.lzw-quick .lzw-msg-dot {
  top: -8px;
  right: -12px;
}

.lzw-my-balance {
  position: relative;
  z-index: 1;
  margin-top: 22px;
}
.lzw-my-balance .lab {
  font-size: 12px;
  letter-spacing: .08em;
  opacity: .72;
}
.lzw-my-balance .amt {
  margin-top: 6px;
  font-family: var(--app-display);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .01em;
  text-shadow: 0 2px 16px rgba(0,0,0,.25);
}
.lzw-my-balance .amt em {
  font-style: normal;
  font-size: 16px;
  margin-right: 4px;
  opacity: .8;
}
.lzw-my-balance-ops {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.lzw-my-balance-ops a {
  flex: 1;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
.lzw-my-balance-ops .op-main {
  background: linear-gradient(135deg, #d4a017, #d4924f);
  box-shadow: 0 6px 16px rgba(212,160,23,.3);
}
.lzw-my-balance-ops .op-sub {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.35);
}

.lzw-asset-board {
  margin: -28px 14px 14px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.lzw-asset-cell {
  background: #fff;
  border-radius: 14px;
  padding: 14px 14px 12px;
  box-shadow: var(--app-shadow);
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  cursor: default;
}
.lzw-asset-cell.is-link { cursor: pointer; }
.lzw-asset-cell .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.lzw-asset-cell .lab {
  font-size: 12px;
  color: var(--app-sub);
}
.lzw-asset-cell .go {
  font-size: 11px;
  font-weight: 600;
  color: var(--app-primary);
}
.lzw-asset-cell .val {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--app-ink);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
}
.lzw-asset-cell .val small {
  font-size: 12px;
  font-weight: 500;
  color: var(--app-muted);
  margin-left: 2px;
}
.lzw-asset-cell.span2 {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: center;
  min-height: 64px;
  gap: 12px;
}
.lzw-asset-cell.span2 .val { margin-top: 0; margin-left: auto; }
.lzw-frozen {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--app-danger);
  background: #fdecea;
}

.lzw-quick {
  display: flex;
  gap: 8px;
  margin: 0 14px 14px;
}
.lzw-quick a {
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: 12px;
  padding: 12px 8px;
  text-align: center;
  text-decoration: none;
  color: var(--app-text);
  box-shadow: var(--app-shadow);
}
.lzw-quick a:active { transform: scale(.98); }
.lzw-quick .mark {
  width: 40px;
  height: 40px;
  margin: 0 auto 8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(145deg, #c8102e, #8b1a2a);
}
.lzw-quick a:nth-child(2) .mark {
  background: linear-gradient(145deg, #d4a017, #8a5428);
}
.lzw-quick a:nth-child(3) .mark {
  background: linear-gradient(145deg, #e33845, #c8102e);
}
.lzw-quick a:nth-child(4) .mark {
  background: linear-gradient(145deg, #2f7cf6, #1a4f9c);
}
.lzw-quick .mark svg,
.lzw-menu-ico svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lzw-quick .txt {
  display: block;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lzw-menu-block {
  margin: 0 14px 14px;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--app-shadow);
  overflow: hidden;
}
.lzw-menu-hd {
  padding: 14px 16px 6px;
  font-family: var(--app-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--app-ink);
}
.lzw-menu-hd span {
  display: block;
  margin-top: 2px;
  font-family: var(--app-font);
  font-size: 11px;
  font-weight: 400;
  color: var(--app-muted);
}
.lzw-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-top: 1px solid #f3e9eb;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.lzw-menu-item:first-of-type { border-top: 0; }
.lzw-menu-item:active { background: #f7fafb; }
.lzw-menu-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--app-primary-dark);
  background: linear-gradient(145deg, #fdecee, #f3efe8);
}
.lzw-menu-ico svg {
  width: 18px;
  height: 18px;
}
.lzw-menu-item .name {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--app-text);
}
.lzw-menu-item .arrow {
  color: var(--app-muted);
  font-size: 16px;
  line-height: 1;
}
.lzw-menu-item.danger .name { color: var(--app-danger); }
.lzw-menu-item.danger .lzw-menu-ico {
  color: var(--app-danger);
  background: #fdecea;
}

/* 兼容旧类名 */
.lzw-ledger { display: none; }
.lzw-grid { display: none; }
.lzw-mini {
  height: 28px;
  padding: 0 12px;
  border-radius: 8px;
  background: #fdecee;
  color: var(--app-primary-dark);
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  border: 0;
  cursor: pointer;
}

/* Auth */
.lzw-auth {
  min-height: 100vh;
  padding: 0 20px 40px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 45% at 50% -5%, rgba(200,16,46,.45), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 80%, rgba(212,160,23,.18), transparent 50%),
    linear-gradient(180deg, #7a1020 0%, #8b1a2a 45%, #0a1824 100%);
}
.lzw-auth-brand {
  padding: 56px 8px 26px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.lzw-auth-mark {
  width: min(220px, 58vw);
  height: auto;
  margin: 0 auto 14px;
  border-radius: 0;
  display: block;
  background: none;
  border: none;
  box-shadow: none;
  overflow: visible;
}
.lzw-auth-mark img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.35));
}
.lzw-auth-brand h1 {
  margin: 0 0 8px;
  font-family: var(--app-display);
  font-size: 26px;
}
.lzw-auth-brand p {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,.7);
  line-height: 1.5;
}
.lzw-auth-card {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,.97);
  border-radius: 18px;
  padding: 22px 18px 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}
.lzw-auth-card .card-title {
  margin: 0 0 16px;
  font-family: var(--app-display);
  font-size: 18px;
}
.lzw-field { margin-bottom: 12px; }
.lzw-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--app-sub);
}
.lzw-field-box {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  background: #f2f6f6;
  border: 1px solid #dde6e7;
}
.lzw-field-box:focus-within {
  border-color: var(--app-primary);
  box-shadow: 0 0 0 3px rgba(200,16,46,.12);
  background: #fff;
}
.lzw-field-box input {
  flex: 1;
  min-width: 0;
  height: 46px;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 15px;
}
.lzw-auth-btn {
  margin-top: 8px;
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #c8102e, #e33845);
  box-shadow: 0 10px 22px rgba(200,16,46,.35);
  cursor: pointer;
}
.lzw-auth-links {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.lzw-auth-links a { color: var(--app-primary); font-weight: 600; }

.lzw-splash {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 32px 28px 48px;
  overflow: hidden;
  background-color: #c8102e;
  background-image: url('/static/index/images/notice_flag.jpg?v=20260801wall');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.lzw-splash::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(80,0,0,.08) 0%, rgba(80,0,0,.18) 55%, rgba(60,0,0,.35) 100%);
  pointer-events: none;
}
.lzw-splash .mark,
.lzw-splash h1,
.lzw-splash p,
.lzw-splash .bar {
  position: relative;
  z-index: 1;
}
.lzw-splash .mark {
  width: min(240px, 62vw);
  height: auto;
  border-radius: 0;
  display: block;
  background: none;
  border: none;
  box-shadow: none;
  animation: lzw-rise .6s ease both;
}
.lzw-splash .mark img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.4));
}
.lzw-splash h1 {
  margin: 22px 0 8px;
  font-family: var(--app-display);
  font-size: 28px;
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
  animation: lzw-rise .7s .1s ease both;
}
.lzw-splash p {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,.88);
  line-height: 1.6;
  text-shadow: 0 1px 8px rgba(0,0,0,.3);
  animation: lzw-rise .75s .18s ease both;
}
.lzw-splash .bar {
  margin-top: 36px;
  width: 120px;
  height: 3px;
  border-radius: 2px;
  background: rgba(0,0,0,.28);
  overflow: hidden;
  animation: lzw-rise .8s .25s ease both;
}
.lzw-splash .bar i {
  display: block;
  height: 100%;
  width: 40%;
  background: linear-gradient(90deg, #ffde00, #d4a017);
  animation: lzw-load 1.1s ease infinite;
}
@keyframes lzw-load {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(320%); }
}

.lzw-banner {
  margin: 0 14px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--app-shadow);
}
.lzw-banner .swiper { width: 100%; height: 150px; }
.lzw-banner img,
.lzw-banner video {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.home-page, .my-page, .app-page {
  background: transparent;
}

/* ========== 二级页统一（入账/推荐/记录/资料） ========== */
.sub-page {
  min-height: 100vh;
  padding-bottom: 40px;
  background:
    radial-gradient(ellipse 70% 40% at 100% 0%, rgba(200,16,46,.08), transparent 50%),
    linear-gradient(180deg, #f8f2f3 0%, var(--app-bg) 45%, #efe6e8 100%);
}
.sub-page .app-nav {
  background: transparent;
  box-shadow: none;
  position: relative;
}
.sub-top {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-bottom: 48px;
  background-color: #c8102e;
  background-image:
    linear-gradient(165deg, rgba(122,16,32,.55) 0%, rgba(200,16,46,.28) 48%, rgba(154,15,36,.62) 100%),
    url('/static/index/images/notice_flag.jpg?v=20260801wall');
  background-size: cover;
  background-position: center top;
}
.sub-top::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 90% 0%, rgba(255,222,0,.18), transparent 55%),
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(80,0,0,.2));
  pointer-events: none;
}
.sub-hero-inner {
  position: relative;
  z-index: 1;
  padding: 6px 20px 0;
  animation: lzw-rise .55s ease both;
}
.sub-hero-inner .kicker {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}
.sub-hero-inner h1 {
  margin: 8px 0 6px;
  font-family: var(--app-display);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 16px rgba(0,0,0,.25);
}
.sub-hero-inner p {
  margin: 0;
  max-width: 20em;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,.82);
}
/* 兼容旧 sub-hero */
.sub-hero {
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.sub-sheet {
  position: relative;
  z-index: 2;
  margin: -28px 0 0;
  padding: 8px 0 8px;
  min-height: 40vh;
  background: linear-gradient(180deg, #f4f7f8 0%, var(--app-bg) 120px);
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -10px 30px rgba(122,16,32,.12);
  animation: lzw-rise .65s .06s ease both;
}
.sub-sheet::before {
  content: '';
  display: block;
  width: 36px;
  height: 4px;
  margin: 8px auto 10px;
  border-radius: 2px;
  background: rgba(122,16,32,.12);
}
.sub-block {
  margin: 0 14px 12px;
  padding: 16px 14px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(122,16,32,.05);
  border: 1px solid rgba(213,222,228,.65);
}
.sub-block-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--app-display);
  color: var(--app-ink);
}
.sub-block-title span {
  font-family: var(--app-font);
  font-size: 12px;
  font-weight: 400;
  color: var(--app-muted);
}
.sub-card {
  margin: 0 14px 12px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(122,16,32,.05);
  border: 1px solid rgba(213,222,228,.65);
  overflow: hidden;
}
.sub-card-pad { padding: 16px 14px; }
.sub-card-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--app-display);
  color: var(--app-ink);
}
.sub-tip {
  margin: 0 14px 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(200,16,46,.08);
  border-left: 3px solid var(--app-primary);
  color: var(--app-primary-dark);
  font-size: 13px;
  line-height: 1.6;
}
.sub-tip.warn {
  background: rgba(212,160,23,.1);
  border-left-color: var(--app-accent);
  color: #8a4b16;
}
.sub-empty {
  padding: 56px 16px;
  text-align: center;
  color: var(--app-muted);
  font-size: 14px;
}
.sub-empty::before {
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(200,16,46,.15), rgba(212,160,23,.12));
  box-shadow: inset 0 0 0 1px rgba(200,16,46,.12);
}
.sub-actions {
  margin: 8px 14px 0;
  position: sticky;
  bottom: 12px;
  z-index: 5;
}
.sub-actions .app-btn {
  width: 100% !important;
  max-width: none;
  min-height: 48px !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 24px rgba(200,16,46,.28);
}
.sub-chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.sub-chip {
  width: auto;
  height: 44px;
  border-radius: 12px;
  background: #faf3f4;
  color: var(--app-primary-dark);
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .12s ease, background .15s ease;
}
.sub-chip:active { transform: scale(.97); }
.sub-chip.on {
  background: linear-gradient(145deg, #c8102e, #8b1a2a);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 14px rgba(200,16,46,.25);
}
.sub-amount-box {
  margin-top: 18px;
  padding: 16px 12px 6px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, #fff8f8, #fff);
  border: 1px dashed rgba(200,16,46,.22);
  text-align: center;
}
.sub-amount-box .label {
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--app-muted);
  margin-bottom: 6px;
}
.sub-amount-box .val {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  color: var(--app-accent);
  font-weight: 700;
}
.sub-amount-box input {
  width: 150px;
  border: none !important;
  outline: none;
  background: transparent;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  font-family: var(--app-display);
  color: var(--app-accent);
  padding: 0;
  text-indent: 0 !important;
}
.sub-amount-box .unit { font-size: 15px; }
.sub-row {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0 16px;
  border-bottom: 1px solid #f3e9eb;
}
.sub-row:last-child { border-bottom: none; }
.sub-row label {
  width: 88px;
  flex-shrink: 0;
  font-size: 13px;
  color: var(--app-muted);
}
.sub-row input {
  flex: 1;
  min-width: 0;
  height: 44px;
  border: none !important;
  outline: none;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  color: var(--app-ink);
  padding: 0;
  text-indent: 0 !important;
  box-shadow: none !important;
}
.sub-row input::placeholder { color: #bbb; font-weight: 400; }
.sub-row input[readonly] { color: var(--app-muted); font-weight: 400; }
.sub-tabs {
  display: flex;
  margin: 0 14px 12px;
  padding: 4px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(122,16,32,.05);
  border: 1px solid rgba(213,222,228,.65);
}
.sub-tab {
  flex: 1;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--app-sub);
  border-radius: 11px;
  cursor: pointer;
  user-select: none;
  transition: background .15s ease, color .15s ease;
}
.sub-tab.on {
  background: linear-gradient(135deg, var(--app-primary), #e33845);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(200,16,46,.25);
}
.sub-list {
  margin: 0 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(122,16,32,.05);
  border: 1px solid rgba(213,222,228,.65);
}
.sub-item {
  position: relative;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: 15px 14px 15px 16px;
  border-bottom: 1px solid #f3e9eb;
}
.sub-item:last-child { border-bottom: 0; }
.sub-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: linear-gradient(180deg, var(--app-primary), rgba(212,160,23,.8));
  opacity: .85;
}
.sub-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.sub-item-title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--app-ink);
  line-height: 1.4;
}
.sub-item-amt {
  flex-shrink: 0;
  font-size: 17px;
  font-weight: 700;
  font-family: var(--app-display);
  color: var(--app-accent);
  font-variant-numeric: tabular-nums;
}
.sub-item-amt.plus { color: #1f7a45; }
.sub-item-amt.minus { color: var(--app-danger); }
.sub-item-meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  font-size: 12px;
  color: var(--app-muted);
}
.sub-item-meta span b {
  font-weight: 500;
  color: var(--app-sub);
}
.sub-badge {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  background: #fdecea;
  color: var(--app-danger);
}
.sub-badge.ok {
  background: #fdecee;
  color: var(--app-primary-dark);
}
.sub-person {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f3e9eb;
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.sub-person:last-child { border-bottom: 0; padding-bottom: 2px; }
.sub-person:first-child { padding-top: 2px; }
.sub-person img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: cover;
  background: #fdecee;
  flex-shrink: 0;
  border: 1px solid rgba(200,16,46,.12);
}
.sub-person .name {
  font-size: 15px;
  font-weight: 600;
  color: var(--app-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sub-person .time {
  margin-top: 4px;
  font-size: 12px;
  color: var(--app-muted);
}
.sub-stat {
  display: flex;
  margin: 0 14px 12px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(122,16,32,.05);
  border: 1px solid rgba(213,222,228,.65);
  overflow: hidden;
}
.sub-stat .cell {
  flex: 1;
  text-align: center;
  padding: 16px 8px;
  border-right: 1px solid #f3e9eb;
  position: relative;
}
.sub-stat .cell:last-child { border-right: 0; }
.sub-stat .lab {
  font-size: 12px;
  color: var(--app-muted);
  margin-bottom: 6px;
}
.sub-stat .val {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--app-display);
  color: var(--app-primary);
}

/* ========== 认购页（国债 / 基建基金 / 全民持股） ========== */
.buy-page {
  padding-bottom: 88px;
}
.buy-page .sub-sheet {
  padding-bottom: 24px;
}
.buy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 4px;
}
.buy-tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--app-primary-dark);
  background: rgba(200,16,46,.1);
  border: 1px solid rgba(200,16,46,.14);
}
.buy-tag.accent {
  color: #8a4b16;
  background: rgba(212,160,23,.12);
  border-color: rgba(212,160,23,.22);
}
.buy-content {
  font-size: 14px;
  color: var(--app-sub);
  line-height: 1.75;
  word-break: break-word;
}
.buy-content img { max-width: 100%; height: auto; border-radius: 8px; }
.buy-content p { margin: 0 0 .6em; }
.buy-content p:last-child { margin-bottom: 0; }
.buy-params {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.buy-param {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 10px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff8f8, #fff);
  border: 1px solid rgba(213,222,228,.8);
}
.buy-param.wide { grid-column: 1 / -1; }
.buy-param-ico {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(200,16,46,.1);
  color: var(--app-primary);
}
.buy-param-ico svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.buy-param-ico.accent {
  background: rgba(212,160,23,.12);
  color: var(--app-accent);
}
.buy-param .lab {
  font-size: 11px;
  color: var(--app-muted);
  line-height: 1.3;
  margin-bottom: 3px;
}
.buy-param .val {
  font-size: 14px;
  font-weight: 600;
  color: var(--app-ink);
  line-height: 1.35;
  word-break: break-all;
}
.buy-param .val small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 400;
  color: var(--app-muted);
}
.buy-progress {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(200,16,46,.18);
}
.buy-progress .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
  color: var(--app-muted);
}
.buy-progress .head b {
  font-size: 14px;
  font-weight: 700;
  color: var(--app-primary);
  font-family: var(--app-display);
}
.buy-progress .bar {
  height: 8px;
  border-radius: 8px;
  background: #f0e4e6;
  overflow: hidden;
}
.buy-progress .bar i {
  display: block;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(90deg, #c8102e, #e33845);
  transition: width .4s ease;
}
.buy-dirs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.buy-dir {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff8f8;
  font-size: 14px;
  font-weight: 500;
  color: var(--app-ink);
}
.buy-dir i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(200,16,46,.12);
  color: var(--app-primary);
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}
.buy-kf {
  display: flex;
  justify-content: center;
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--app-accent);
  text-decoration: underline;
}
.buy-page .pay-type { padding-top: 0; }
.buy-page .pay-type ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: visible;
}
.buy-page .pay-type ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 10px 14px;
  border: 1.5px solid #efe6e8;
  border-radius: 14px;
  background: #fff;
  font-size: 15px;
  color: var(--app-ink);
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}
.buy-page .pay-type ul li.is-rec { margin-top: 6px; }
.buy-page .pay-type ul li .type {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  flex: 1;
}
.buy-page .pay-type ul li .type i {
  display: inline-block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background-size: 28px 24px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.buy-page .pay-type ul li .type span {
  font-size: 15px;
  font-weight: 500;
  color: var(--app-ink);
}
.buy-page .pay-type ul li i.check {
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid #c5ced6;
  background: transparent !important;
  box-sizing: border-box;
}
.buy-page .pay-type ul li.active {
  border-color: var(--app-primary);
  background: #eef7f6;
  color: var(--app-primary);
}
.buy-page .pay-type ul li.active .type span { color: var(--app-primary-dark); }
.buy-page .pay-type ul li.active i.check {
  border-color: var(--app-primary);
  background:
    radial-gradient(circle at center, var(--app-primary) 0 5px, transparent 5.5px),
    #fff !important;
  box-shadow: inset 0 0 0 2px #fff;
}
.buy-page .pay-type ul li.is-rec {
  border-color: #ff7a18 !important;
  box-shadow: 0 0 0 1px rgba(255,122,24,.12);
}
.buy-page .pay-rec {
  top: -9px;
  right: 14px;
  padding: 2px 8px;
  font-size: 11px;
  border-radius: 8px 8px 8px 3px;
}
.buy-page .pay-balance-extra {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}
.buy-page .pay-balance-extra .hint {
  font-size: 11px;
  color: var(--app-muted);
  font-weight: 400;
}
.buy-recharge-link {
  display: block;
  margin-top: 12px;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(145deg, #c8102e, #8b1a2a);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(200,16,46,.25);
}
.buy-coupons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.buy-coupon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid #efe6e8;
  background: #fff8f8;
  font-size: 13px;
  color: var(--app-ink);
  cursor: pointer;
}
.buy-coupon input { accent-color: var(--app-primary); }
.buy-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(213,222,228,.9);
  box-shadow: 0 -8px 24px rgba(122,16,32,.08);
}
.buy-bar-price {
  flex: 1;
  min-width: 0;
}
.buy-bar-price .lab {
  display: block;
  font-size: 11px;
  color: var(--app-muted);
  margin-bottom: 2px;
}
.buy-bar-price .num {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--app-display);
  color: var(--app-accent);
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.buy-bar-price .num em {
  font-style: normal;
  font-size: 13px;
  margin-right: 1px;
}
.buy-bar-price .disc {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: var(--app-muted);
}
.buy-bar-price .disc s { margin-right: 4px; }
.buy-bar-price .disc b {
  font-weight: 600;
  color: #c2410c;
}
.buy-bar .app-btn {
  flex-shrink: 0;
  min-width: 128px;
  min-height: 46px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 18px rgba(200,16,46,.28);
}
.buy-bar .app-btn:disabled,
.buy-bar .app-btn.is-off {
  opacity: .45;
  box-shadow: none;
  pointer-events: none;
}

/* ========== 官方公告弹窗 ========== */
.lzw-notice-mask {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 18px;
  box-sizing: border-box;
  background: rgba(122, 16, 32, .58);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity .22s ease;
}
.lzw-notice-mask.is-open { opacity: 1; }
.lzw-notice-card {
  width: min(360px, 100%);
  max-height: min(78vh, 640px);
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 48px rgba(122, 16, 32, .28);
  transform: translateY(18px) scale(.96);
  opacity: 0;
  transition: transform .28s cubic-bezier(.2, 1.1, .3, 1), opacity .28s ease;
}
.lzw-notice-mask.is-open .lzw-notice-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.lzw-notice-head {
  position: relative;
  flex-shrink: 0;
  padding: 22px 20px 18px;
  color: #fff;
  text-align: center;
  background-color: #c8102e;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.22) 100%),
    url('/static/index/images/notice_flag.jpg?v=20260801wall');
  background-size: cover;
  background-position: center 18%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.lzw-notice-head::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 90% at 18% 28%, rgba(255,222,0,.12), transparent 42%),
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(80,0,0,.22));
  pointer-events: none;
}
.lzw-notice-seal {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,222,0,.55);
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
  animation: lzw-rise .45s ease both;
}
.lzw-notice-seal svg {
  width: 22px;
  height: 22px;
  fill: #ffde00;
}
.lzw-notice-kicker {
  position: relative;
  z-index: 1;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.88);
  text-shadow: 0 1px 4px rgba(0,0,0,.35);
}
.lzw-notice-title {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  font-family: var(--app-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.4);
}
.lzw-notice-line {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #ffde00, #ffe98a);
  transform-origin: center;
  animation: lzw-line .55s .12s ease both;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
}
.lzw-notice-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 18px 8px;
  font-size: 13px;
  line-height: 1.75;
  color: var(--app-sub);
  text-align: left;
  background:
    linear-gradient(180deg, #fff8f8 0%, #fff 48px);
}
.lzw-notice-body > div { color: inherit; }
.lzw-notice-body p {
  margin: 0 0 .7em;
  color: var(--app-ink);
  font-size: 13px;
  line-height: 1.75;
}
.lzw-notice-body p:last-child { margin-bottom: 0; }
.lzw-notice-body strong { color: var(--app-primary-dark); font-weight: 700; }
.lzw-notice-body img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 8px;
  margin: 6px 0;
}
.lzw-notice-body a { color: var(--app-primary); }
.lzw-notice-foot {
  flex-shrink: 0;
  padding: 12px 16px 16px;
  background: #fff;
  border-top: 1px solid #f3e9eb;
}
.lzw-notice-foot.is-dual {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10px;
}
.lzw-notice-btn {
  display: block;
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(145deg, #c8102e, #8b1a2a);
  box-shadow: 0 8px 18px rgba(200,16,46,.28);
  transition: transform .12s ease, opacity .15s ease;
}
.lzw-notice-btn.ghost {
  color: var(--app-primary-dark);
  background: #fdecee;
  box-shadow: none;
}
.lzw-notice-btn:active { transform: scale(.98); opacity: .92; }
.lzw-notice-body.is-center {
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 12px;
}
.lzw-notice-body.is-center p {
  text-align: center;
  font-size: 14px;
  color: var(--app-ink);
}

/* ========== 资讯列表 / 详情 ========== */
.news-page.sub-page {
  padding-bottom: calc(var(--app-footer-h) + 24px);
}
.news-page.sub-page.is-detail {
  padding-bottom: 36px;
}
.news-feed {
  margin: 0 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(122,16,32,.05);
  border: 1px solid rgba(213,222,228,.65);
}
.news-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid #f3e9eb;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background .15s ease;
}
.news-row:last-child { border-bottom: 0; }
.news-row:active { background: #fff8f8; }
.news-row .thumb {
  width: 92px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 10px;
  object-fit: cover;
  background: #fdecee;
  display: block;
}
.news-row .main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-row .ttl {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--app-ink);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.news-row .ttl .mark {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  background: rgba(200,16,46,.12);
  color: var(--app-primary-dark);
}
.news-row .ttl .mark.hot {
  background: rgba(212,160,23,.14);
  color: #8a4b16;
}
.news-row .meta {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: var(--app-muted);
}
.news-row .meta .go {
  flex-shrink: 0;
  color: var(--app-primary);
  font-weight: 600;
}
.news-pager {
  margin: 0 14px 12px;
  padding: 14px 12px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(122,16,32,.05);
  border: 1px solid rgba(213,222,228,.65);
}
.news-pager .info {
  text-align: center;
  font-size: 12px;
  color: var(--app-muted);
  margin-bottom: 12px;
}
.news-pager .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.news-pager a,
.news-pager span.disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 13px;
  text-decoration: none;
  box-sizing: border-box;
}
.news-pager a {
  background: linear-gradient(145deg, #c8102e, #8b1a2a);
  color: #fff;
  font-weight: 600;
}
.news-pager span.disabled {
  background: #f3e9eb;
  color: #a0a7b3;
}
.news-pager .page-num {
  min-width: 88px;
  background: #faf3f4;
  color: var(--app-ink);
  font-weight: 600;
}

.news-article {
  margin: 0 14px 12px;
  padding: 18px 16px 22px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(122,16,32,.05);
  border: 1px solid rgba(213,222,228,.65);
  animation: lzw-rise .55s ease both;
}
.news-article .ttl {
  margin: 0;
  font-family: var(--app-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--app-ink);
  line-height: 1.4;
  word-break: break-word;
}
.news-article .meta {
  margin-top: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f3e9eb;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 12px;
  color: var(--app-muted);
}
.news-article .meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.news-article .meta span::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--app-primary);
  opacity: .7;
}
.news-article .body {
  margin-top: 16px;
  font-size: 15px;
  color: var(--app-ink);
  line-height: 1.8;
  word-break: break-word;
}
.news-article .body img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 12px auto;
  border-radius: 10px;
}
.news-article .body p { margin: 0 0 12px; }
.news-article .body video,
.news-article .body iframe { max-width: 100%; }
.news-article .body table {
  width: 100% !important;
  display: block;
  overflow-x: auto;
}
.news-article .body a { color: var(--app-primary); }
.news-adjacent {
  margin: 0 14px 12px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(122,16,32,.05);
  border: 1px solid rgba(213,222,228,.65);
  overflow: hidden;
}
.news-adjacent a,
.news-adjacent .off {
  display: block;
  padding: 14px 16px;
  border-bottom: 1px solid #f3e9eb;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.45;
  word-break: break-all;
}
.news-adjacent a:last-child,
.news-adjacent .off:last-child { border-bottom: 0; }
.news-adjacent a { color: var(--app-ink); }
.news-adjacent a:active { background: #fff8f8; }
.news-adjacent .off { color: var(--app-muted); background: #fafbfc; }
.news-adjacent .lab {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--app-primary);
}
.news-adjacent .off .lab { color: var(--app-muted); }
.news-adjacent .actions {
  display: flex;
  gap: 0;
  border-top: 1px solid #f3e9eb;
}
.news-adjacent .actions a {
  flex: 1;
  text-align: center;
  border-bottom: 0;
  border-right: 1px solid #f3e9eb;
  padding: 12px 8px;
  font-weight: 600;
  color: var(--app-primary-dark);
  background: #fff8f8;
}
.news-adjacent .actions a:last-child { border-right: 0; }
.news-adjacent .actions a:active { background: #fdecee; }
