/* 富贵/小e 精品卡皮肤 → 本站暗黑配色（首页 / 列表 / 详情） */
:root {
  --jp-card-bg: var(--panel, #252525);
  --jp-card-border: var(--border, #383838);
  --jp-card-text: var(--text, #ffffff);
  --jp-card-muted: var(--muted, #9e9e9e);
  --jp-price: var(--lh-price-ref, #ff2f45);
  --jp-shadow: 0 8px 28px rgba(0, 0, 0, 0.42);
  --jp-shadow-hover: 0 10px 32px rgba(255, 47, 69, 0.28);
}

.num-card.num-card--showcase.num-card--jingpin {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 10px 8px 8px !important;
  background: var(--jp-card-bg) !important;
  border: 1px solid var(--jp-card-border) !important;
  border-radius: 10px !important;
  box-shadow: var(--jp-shadow) !important;
  color: var(--jp-card-text) !important;
  text-decoration: none;
  overflow: hidden;
  min-height: 0 !important;
  min-width: 0;
  font-size: 14px !important;
  transition: box-shadow 0.25s ease, transform 0.2s ease, border-color 0.2s ease;
}
.num-card.num-card--showcase.num-card--jingpin:hover {
  box-shadow: var(--jp-shadow-hover) !important;
  color: var(--jp-card-text) !important;
  transform: translateY(-2px) !important;
  border-color: rgba(255, 47, 69, 0.45) !important;
  text-decoration: none;
}
.lh-home-zones-stage .lh-showcase--home-desktop .lh-ref-showcase-grid .num-card.num-card--showcase.num-card--jingpin,
.lh-ref-showcase-grid .num-card.num-card--showcase.num-card--jingpin {
  background: var(--jp-card-bg) !important;
  border: 1px solid var(--jp-card-border) !important;
  box-shadow: var(--jp-shadow) !important;
  padding: 10px 10px 8px 8px !important;
  border-radius: 10px !important;
}
.lh-home-zones-stage .lh-showcase--home-desktop .lh-ref-showcase-grid .num-card.num-card--showcase.num-card--jingpin:hover,
.lh-ref-showcase-grid .num-card.num-card--showcase.num-card--jingpin:hover {
  box-shadow: var(--jp-shadow-hover) !important;
  border-color: rgba(255, 47, 69, 0.45) !important;
  transform: translateY(-2px) !important;
}
.num-card--jingpin .jp-tip {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 22px;
  padding: 5px 3px;
  font-size: 11px;
  line-height: 1.15;
  text-align: center;
  color: #fff;
  border-radius: 6px 0 0 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  word-break: break-all;
}
.num-card--jingpin:hover .jp-tip,
.num-card--jingpin:focus-visible .jp-tip {
  opacity: 1;
}
.num-card--jingpin .jp-tip--ke {
  background: var(--green, #22c55e);
}
.num-card--jingpin .jp-tip--bu {
  background: #3a3a3a;
  color: var(--jp-price);
}
.num-card--jingpin .jp-head {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  padding-right: 4px;
}
.num-card--jingpin .jp-tx {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg-elevated, #2a2a2a);
  border: 1px solid var(--border-soft, #404040);
}
.num-card--jingpin .jp-tx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.num-card--jingpin .jp-xx {
  flex: 1 1 auto;
  min-width: 0;
}
.num-card--jingpin .jp-zh,
.lh-detail-xe-page .lhx-jp-zh {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 22px;
  padding: 0 10px 0 0;
  border-radius: 11px;
  box-sizing: border-box;
  vertical-align: top;
}
.num-card--jingpin .jp-zh img,
.lh-detail-xe-page .lhx-jp-zh img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 34px;
  pointer-events: none;
}
.num-card--jingpin .jp-zh--heijin img,
.lh-detail-xe-page .lhx-jp-zh.jp-zh--heijin img {
  left: -4px;
}
.num-card--jingpin .jp-qq,
.lh-detail-xe-page .lhx-jp-qq {
  display: block;
  margin: 0 0 0 46px;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
  background: none;
  border: 0;
}
.num-card--jingpin .jp-zh--pu,
.lh-detail-xe-page .jp-zh--pu {
  background: linear-gradient(to right, #8ac5ff, #5cacfc);
}
.num-card--jingpin .jp-zh--liang,
.lh-detail-xe-page .jp-zh--liang {
  background: linear-gradient(to right, #ff7f41, #ff5907);
}
.num-card--jingpin .jp-zh--heijin,
.lh-detail-xe-page .jp-zh--heijin {
  background: linear-gradient(to right, #454545, #2b2b2b);
}
.num-card--jingpin .jp-zh--heijin .jp-qq,
.lh-detail-xe-page .jp-zh--heijin .jp-qq {
  color: #ffedaa;
}
.num-card--jingpin .jp-zh--gold,
.lh-detail-xe-page .jp-zh--gold {
  background: linear-gradient(to right, #edc385, #dba560);
}
.num-card--jingpin .jp-zh--gold .jp-qq,
.lh-detail-xe-page .jp-zh--gold .jp-qq {
  color: #1a1a1a;
}
.num-card--jingpin .jp-zh--xuancai,
.num-card--jingpin .jp-zh--rainbow,
.lh-detail-xe-page .jp-zh--xuancai {
  background: linear-gradient(135deg, #241c5b 0%, #171043 14%, #100c2f 34%, #100c2f 66%, #171043 86%, #241c5b 100%);
  border: 1px solid rgba(71, 57, 132, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -6px 12px rgba(255, 255, 255, 0.04),
    0 6px 16px rgba(36, 28, 91, 0.28);
  overflow: visible;
}
.num-card--jingpin .jp-zh--xuancai .jp-qq,
.num-card--jingpin .jp-zh--rainbow .jp-qq {
  margin-left: 40px;
  background: linear-gradient(90deg, #ffe86b 0%, #ffb84d 18%, #63f2ff 38%, #7ec8ff 56%, #d98bff 76%, #ff8fd1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.num-card--jingpin .jp-zh--xuancai img,
.num-card--jingpin .jp-zh--rainbow img {
  left: -4px;
  height: 34px;
}
/* 旧列表「靓」字方标（兼容残留） */
.num-card--jingpin .jp-zh--xuancai .jp-zh-mark {
  display: none;
}
/* 扫光已关闭 */
.num-card--jingpin .jp-zh,
.lh-detail-xe-page .lhx-jp-zh {
  overflow: hidden;
}
.num-card--jingpin .jp-zh--xuancai,
.num-card--jingpin .jp-zh--rainbow {
  overflow: visible;
}
/* 详情勋章角标图需探出胶囊，允许溢出（扫光仍可用） */
.lh-detail-xe-page .lhx-jp-zh.lhx-jp-zh--copy {
  overflow: visible;
}
.num-card--jingpin .jp-zh-sweep,
.lh-detail-xe-page .jp-zh-sweep {
  display: none !important;
  animation: none !important;
  pointer-events: none;
}
.num-card--jingpin .jp-dj {
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.num-card--jingpin .jp-dj .qq-level-icons {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-wrap: nowrap;
}
.num-card--jingpin .jp-dj .qq-level-img,
.num-card--jingpin .jp-dj .qq-ico {
  width: 17px !important;
  height: 17px !important;
  max-width: 17px !important;
  max-height: 17px !important;
}
.num-card--jingpin .jp-hy {
  margin-top: 2px;
  margin-left: 2px;
  min-height: 25px;
  display: flex;
  align-items: center;
}
.num-card--jingpin .jp-hy .qq-vip-row,
.num-card--jingpin .jp-hy .qq-vip-row--showcase-biz {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.num-card--jingpin .jp-hy .qq-vip-img,
.num-card--jingpin .jp-hy .qq-vip-fallback {
  width: 25px !important;
  height: 25px !important;
  max-width: 25px !important;
  min-width: 25px !important;
}
.num-card--jingpin .jp-hy .qq-vip-lvl {
  display: none !important;
}
.num-card--jingpin .jp-price {
  text-align: center;
  color: var(--jp-price) !important;
  font-size: 16px;
  line-height: 1;
  margin-top: 2px;
  font-weight: 600;
  text-shadow: none !important;
}
.num-card--jingpin .jp-price b {
  font-weight: 700;
  font-size: 24px;
}

.cat-type-badge-img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cat-type-badge-img {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 960px) {
  .num-card.num-card--showcase.num-card--jingpin {
    padding: 7px 7px 6px 6px !important;
    border-radius: 9px !important;
    --lh-showcase-vip-icon: 16px;
  }
  .num-card--jingpin .jp-tip {
    opacity: 0.92;
    font-size: 9px;
    width: 16px;
    padding: 3px 1px;
  }
  .num-card--jingpin .jp-head {
    padding-right: 16px; /* 给右侧提示条留空，避免挤号码 */
    gap: 5px;
  }
  .num-card--jingpin .jp-tx {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }
  .num-card--jingpin .jp-zh img {
    height: 22px;
  }
  .num-card--jingpin .jp-zh--xuancai img,
  .num-card--jingpin .jp-zh--rainbow img {
    height: 22px;
  }
  .num-card--jingpin .jp-qq {
    margin-left: 28px;
    padding-right: 4px;
    font-size: clamp(11px, 3.1vw, 13px);
    line-height: 16px;
    letter-spacing: 0;
    flex: 0 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .num-card--jingpin .jp-zh--xuancai .jp-qq,
  .num-card--jingpin .jp-zh--rainbow .jp-qq {
    margin-left: 26px;
  }
  .num-card--jingpin .jp-zh {
    min-height: 16px;
    border-radius: 8px;
    max-width: 100%;
    width: auto;
    overflow: hidden;
  }
  .num-card--jingpin .jp-xx {
    overflow: hidden;
    min-width: 0;
    flex: 1 1 auto;
  }
  .num-card--jingpin .jp-dj {
    margin-top: 3px;
    min-height: 0;
  }
  .num-card--jingpin .jp-dj .qq-level-img,
  .num-card--jingpin .jp-dj .qq-ico {
    width: 13px !important;
    height: 13px !important;
    max-width: 13px !important;
    max-height: 13px !important;
    font-size: 13px !important;
  }
  .num-card--jingpin .jp-hy {
    min-height: 18px;
    margin-top: 2px;
  }
  .num-card--jingpin .jp-hy .qq-vip-img,
  .num-card--jingpin .jp-hy .qq-vip-fallback {
    width: var(--lh-showcase-vip-icon) !important;
    height: var(--lh-showcase-vip-icon) !important;
    max-width: var(--lh-showcase-vip-icon) !important;
    min-width: 0 !important;
  }
  .num-card--jingpin .jp-price {
    font-size: 11px;
    margin-top: 4px;
  }
  .num-card--jingpin .jp-price b {
    font-size: 15px;
  }
  .lh-home-zones-stage .num-card--jingpin .jp-dj .qq-level-icons,
  .lh-ref-showcase-grid .num-card--jingpin .jp-dj .qq-level-icons,
  .lh-home-zones-stage .num-card--jingpin .jp-hy .qq-vip-row--showcase-biz,
  .lh-ref-showcase-grid .num-card--jingpin .jp-hy .qq-vip-row--showcase-biz {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
    gap: 1px;
  }
}

@media (min-width: 961px) {
  .lh-showcase-grid .num-card--jingpin {
    min-height: 128px;
  }
}

/* —— 详情页：精品主题 + 暗黑壳 —— */
.lh-detail-xe-page .lhx-hero-wrap {
  background: var(--jp-card-bg) !important;
  border-color: var(--jp-card-border) !important;
  box-shadow: var(--jp-shadow) !important;
}
.lh-detail-xe-page .lhx-hero {
  background-color: #181818 !important;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.1) 1px, transparent 0),
    radial-gradient(120% 80% at 50% -10%, rgba(47, 103, 255, 0.18), transparent 55%),
    linear-gradient(160deg, #1a1a1a 0%, #212121 48%, #181818 100%) !important;
  background-size: 18px 18px, auto, auto !important;
}
.lh-detail-xe-page .lhx-hero-glow1 {
  background: rgba(255, 47, 69, 0.18) !important;
}
.lh-detail-xe-page .lhx-hero-glow2 {
  background: rgba(47, 103, 255, 0.22) !important;
}

/* 图二：左卡头像+靓号勋章、等级/会员分行、虚线分隔、注册时间与提示 */
.lh-detail-xe-page .lhx-hero-inner--dingdan {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  text-align: left;
  padding: 0.65rem 0.35rem 0.35rem;
}
.lh-detail-xe-page .lhx-dingdan-top {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  margin-bottom: 12px;
  padding-top: 6px;
  overflow: visible;
}
.lh-detail-xe-page .lhx-hero--dingdan .lhx-avatar-wrap {
  flex: 0 0 auto;
  margin: 0;
}
.lh-detail-xe-page .lhx-hero--dingdan .lhx-avatar {
  width: 72px;
  height: 72px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
/* 对齐主题 dingdan_lf .zh：角标图 + 号码胶囊 */
.lh-detail-xe-page button.lhx-jp-zh--copy {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
  text-align: left;
  padding-right: 14px;
  height: 34px;
  min-height: 34px;
  border-radius: 17px;
  max-width: calc(100% - 84px);
  overflow: visible;
}
.lh-detail-xe-page .lhx-jp-zh img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 52px;
  pointer-events: none;
  z-index: 2;
}
.lh-detail-xe-page .lhx-jp-zh.jp-zh--heijin img {
  left: -4px;
}
.lh-detail-xe-page .lhx-jp-zh .jp-qq,
.lh-detail-xe-page .lhx-jp-zh .lhx-jp-qq {
  margin-left: 72px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
/* 炫彩：对齐主题 front-rainbow-pill--detail */
.lh-detail-xe-page .lhx-jp-zh--rainbow,
.lh-detail-xe-page .jp-zh--xuancai.lhx-jp-zh {
  background: linear-gradient(135deg, #241c5b 0%, #171043 14%, #100c2f 34%, #100c2f 66%, #171043 86%, #241c5b 100%) !important;
  border: 1px solid rgba(71, 57, 132, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -8px 16px rgba(255, 255, 255, 0.04),
    0 10px 20px rgba(36, 28, 91, 0.22) !important;
}
.lh-detail-xe-page .lhx-jp-zh--rainbow img,
.lh-detail-xe-page .jp-zh--xuancai.lhx-jp-zh img {
  left: -8px;
  height: 58px;
}
.lh-detail-xe-page .jp-zh--xuancai .jp-qq,
.lh-detail-xe-page .jp-zh--xuancai .lhx-jp-qq {
  background: linear-gradient(90deg, #ffe86b 0%, #ffb84d 18%, #63f2ff 38%, #7ec8ff 56%, #d98bff 76%, #ff8fd1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  animation: none;
}
.lh-detail-xe-page .lhx-jp-zh--copy:focus-visible {
  outline: 2px solid rgba(168, 85, 247, 0.85);
  outline-offset: 3px;
}

.lh-detail-xe-page .lhx-dingdan-level {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
  margin-bottom: 12px;
  white-space: nowrap;
}
.lh-detail-xe-page .lhx-dingdan-level .qq-level-icons {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 3px;
  align-items: center;
}
/* 对齐主题 dingdan_lf .dj img */
.lh-detail-xe-page .lhx-dingdan-level .qq-level-img,
.lh-detail-xe-page .lhx-dingdan-level .qq-ico {
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
}

.lh-detail-xe-page .lhx-dingdan-hr {
  height: 0;
  margin: 0 0 12px;
  border: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
}

.lh-detail-xe-page .lhx-dingdan-vip {
  margin-bottom: 12px;
}
.lh-detail-xe-page .lhx-dingdan-vip .qq-vip-row,
.lh-detail-xe-page .lhx-dingdan-vip .qq-vip-row--showcase-biz {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.lh-detail-xe-page .lhx-dingdan-vip .qq-vip-item {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  min-width: 0;
}
/* 对齐主题 dingdan_lf .hy img；等级已在图标内，隐藏下方文字 */
.lh-detail-xe-page .lhx-dingdan-vip .qq-vip-img,
.lh-detail-xe-page .lhx-dingdan-vip .qq-vip-fallback {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  min-width: 36px !important;
}
.lh-detail-xe-page .lhx-dingdan-vip .qq-vip-lvl {
  display: none !important;
}

.lh-detail-xe-page .lhx-dingdan-time {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.5;
}
.lh-detail-xe-page .lhx-dingdan-time p {
  margin: 0;
}
.lh-detail-xe-page .lhx-dingdan-time-ico {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  border-radius: 4px;
  background: linear-gradient(145deg, #fb923c, #ea580c);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  position: relative;
}
.lh-detail-xe-page .lhx-dingdan-time-ico::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 5px;
  bottom: 4px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 1px;
}

.lh-detail-xe-page .lhx-dingdan-tip {
  margin: 0;
}
.lh-detail-xe-page .lhx-dingdan-tip-t {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
}
.lh-detail-xe-page .lhx-dingdan-tip-b {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* 手机：左卡整体缩小并居中；隐藏提示栏；保障标签缩小（价格不变） */
@media (max-width: 767px) {
  .lh-detail-xe-page .lhx-hero-wrap {
    border-radius: 1.1rem;
    padding: 3px;
  }
  .lh-detail-xe-page .lhx-hero--dingdan {
    padding: 0.45rem 0.55rem 0.55rem;
    border-radius: 0.95rem;
  }
  .lh-detail-xe-page .lhx-hero-inner--dingdan {
    align-items: center;
    text-align: center;
    padding: 0.2rem 0.2rem 0.1rem;
  }
  .lh-detail-xe-page .lhx-dingdan-top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 6px;
    padding-top: 2px;
  }
  .lh-detail-xe-page .lhx-hero--dingdan .lhx-avatar-wrap {
    margin: 0 auto;
  }
  .lh-detail-xe-page .lhx-hero--dingdan .lhx-avatar {
    width: 48px;
    height: 48px;
    border-width: 1.5px;
  }
  .lh-detail-xe-page button.lhx-jp-zh--copy {
    max-width: 100%;
    width: max-content;
    margin: 0 auto;
    text-align: center;
    overflow: visible;
    height: 24px;
    min-height: 24px;
    border-radius: 12px;
    padding-right: 10px;
  }
  .lh-detail-xe-page .lhx-jp-zh img {
    height: 34px;
  }
  .lh-detail-xe-page .lhx-jp-zh--rainbow img,
  .lh-detail-xe-page .jp-zh--xuancai.lhx-jp-zh img {
    height: 38px;
    left: -6px;
  }
  .lh-detail-xe-page .lhx-jp-zh .jp-qq,
  .lh-detail-xe-page .lhx-jp-zh .lhx-jp-qq {
    margin-left: 48px;
    font-size: 16px;
    line-height: 24px;
    overflow: visible;
    text-overflow: clip;
  }
  .lh-detail-xe-page .lhx-dingdan-level {
    justify-content: center;
    margin-bottom: 6px;
    gap: 2px;
  }
  .lh-detail-xe-page .lhx-dingdan-level .qq-level-icons {
    justify-content: center;
    gap: 2px;
  }
  .lh-detail-xe-page .lhx-dingdan-level .qq-level-img,
  .lh-detail-xe-page .lhx-dingdan-level .qq-ico {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    font-size: 16px !important;
  }
  .lh-detail-xe-page .lhx-dingdan-hr {
    width: 100%;
    margin-bottom: 6px;
  }
  .lh-detail-xe-page .lhx-dingdan-vip {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  .lh-detail-xe-page .lhx-dingdan-vip .qq-vip-row,
  .lh-detail-xe-page .lhx-dingdan-vip .qq-vip-row--showcase-biz {
    justify-content: center;
    gap: 4px;
  }
  .lh-detail-xe-page .lhx-dingdan-vip .qq-vip-img,
  .lh-detail-xe-page .lhx-dingdan-vip .qq-vip-fallback {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    min-width: 22px !important;
  }
  .lh-detail-xe-page .lhx-dingdan-time {
    justify-content: center;
    text-align: center;
  }
  .lh-detail-xe-page .lhx-dingdan-tip,
  .lh-detail-xe-page .lhx-dingdan-hr:has(+ .lhx-dingdan-tip) {
    display: none !important;
  }

  /* 保障三标签：再缩小并强制单行 */
  .lh-detail-xe-page .lhx-guarantee-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    width: 100%;
  }
  .lh-detail-xe-page .lhx-guarantee-chip {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    gap: 2px;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 10px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .lh-detail-xe-page .lhx-guarantee-ico {
    flex: 0 0 auto;
  }
  .lh-detail-xe-page .lhx-guarantee-ico svg {
    width: 9px !important;
    height: 9px !important;
  }
  .lh-detail-xe-page .lhx-guarantee-ico--bao {
    width: 10px;
    height: 10px;
    font-size: 6px;
    border-width: 1px;
  }
  .lh-detail-xe-page .lhx-guarantee-ico--svc {
    width: 12px;
    height: 12px;
    font-size: 5px;
  }
}

@media (min-width: 768px) {
  .lh-detail-xe-page .lhx-hero--dingdan .lhx-avatar {
    width: 84px;
    height: 84px;
  }
  .lh-detail-xe-page button.lhx-jp-zh--copy {
    height: 38px;
    min-height: 38px;
    border-radius: 19px;
    padding-right: 16px;
  }
  .lh-detail-xe-page .lhx-jp-zh img {
    height: 58px;
  }
  .lh-detail-xe-page .lhx-jp-zh--rainbow img,
  .lh-detail-xe-page .jp-zh--xuancai.lhx-jp-zh img {
    height: 66px;
    left: -8px;
  }
  .lh-detail-xe-page .lhx-jp-zh .jp-qq,
  .lh-detail-xe-page .lhx-jp-zh .lhx-jp-qq {
    margin-left: 80px;
    font-size: 26px;
    line-height: 38px;
  }
  .lh-detail-xe-page .lhx-dingdan-level .qq-level-img,
  .lh-detail-xe-page .lhx-dingdan-level .qq-ico {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
  }
  .lh-detail-xe-page .lhx-dingdan-vip .qq-vip-img,
  .lh-detail-xe-page .lhx-dingdan-vip .qq-vip-fallback {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    min-width: 40px !important;
  }
  .lh-detail-xe-page .lhx-dingdan-time {
    font-size: 1rem;
  }
  .lh-detail-xe-page .lhx-dingdan-time-ico {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
  }
  .lh-detail-xe-page .lhx-dingdan-tip-t {
    font-size: 1.12rem;
  }
  .lh-detail-xe-page .lhx-dingdan-tip-b {
    font-size: 0.98rem;
  }
}

.lh-detail-xe-page .lhx-side {
  background: var(--jp-card-bg) !important;
  border: 1px solid var(--jp-card-border) !important;
  box-shadow: var(--jp-shadow) !important;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lh-detail-xe-page .lhx-price,
.lh-detail-xe-page .lhx-price-y,
.lh-detail-xe-page .lhx-price-n {
  color: var(--jp-price) !important;
}
.lh-detail-xe-page .lhx-price-label {
  color: var(--jp-card-muted) !important;
}

/* 号码详情：与号码左对齐（替代原「详情说明」） */
.lh-detail-xe-page .lhx-num-detail {
  margin: 0;
  padding: 0;
  text-align: left;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.lh-detail-xe-page .lhx-num-detail-title {
  margin: 0 0 8px;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--orange, #ff6d00) !important;
  letter-spacing: 0.02em;
  text-shadow: none !important;
  -webkit-text-fill-color: currentColor;
}
.lh-detail-xe-page .lhx-num-detail-body {
  margin: 0;
  padding: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  word-break: break-word;
  text-align: left;
}

/* 四宫格属性卡（对齐参考详情图二） */
.lh-detail-xe-page .lhx-attr-card {
  background: var(--jp-card-bg) !important;
  border-color: var(--jp-card-border) !important;
  box-shadow: var(--jp-shadow) !important;
}
.lh-detail-xe-page .lhx-attr-card:hover {
  border-color: rgba(255, 47, 69, 0.35) !important;
}
.lh-detail-xe-page .lhx-attr-k {
  color: rgba(255, 255, 255, 0.45) !important;
}
.lh-detail-xe-page .lhx-attr-v {
  color: #fff !important;
}
.lh-detail-xe-page .lhx-attr-v--orange {
  color: #fdba74 !important;
}

/* 旧属性条样式保留但不使用 */
.lh-detail-xe-page .lhx-attr-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--bg-elevated, #2a2a2a);
  border: 1px solid var(--jp-card-border);
}
.lh-detail-xe-page .lhx-attr-bar--full {
  width: 100%;
  margin: 16px 0 0;
  padding: 14px 16px;
  box-sizing: border-box;
}
/* 图一：左右对半更协调 */
.lh-detail-xe-page .lhx-attr-bar--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  align-items: start;
}
.lh-detail-xe-page .lhx-attr-bar-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.lh-detail-xe-page .lhx-attr-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}
.lh-detail-xe-page .lhx-attr-bar-k {
  color: var(--jp-card-muted);
}
.lh-detail-xe-page .lhx-attr-bar-k::after {
  content: "：";
}
.lh-detail-xe-page .lhx-attr-bar-v {
  color: #fff;
  font-weight: 600;
}
.lh-detail-xe-page .lhx-tip--inline {
  position: relative;
  display: inline-flex;
  margin-left: 2px;
}
.lh-detail-xe-page .lhx-tip--inline .lhx-tip-btn {
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
}
@media (max-width: 560px) {
  .lh-detail-xe-page .lhx-attr-bar--split {
    grid-template-columns: 1fr;
  }
}

/* 类型勋章可点击复制 */
.lh-detail-xe-page .type-badge[data-copy-qq] {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.lh-detail-xe-page .type-badge[data-copy-qq]:focus-visible {
  outline: 2px solid rgba(79, 140, 255, 0.85);
  outline-offset: 3px;
}

/* 勋章可点击复制（旧 jp 样式兼容） */
.lh-detail-xe-page .lhx-jp-zh[data-copy-qq] {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition: transform 0.15s ease, filter 0.15s ease;
}
.lh-detail-xe-page .lhx-jp-zh[data-copy-qq]:hover {
  filter: brightness(1.06);
}
.lh-detail-xe-page .lhx-jp-zh[data-copy-qq]:active {
  transform: scale(0.98);
}
.lh-detail-xe-page .lhx-jp-zh[data-copy-qq]:focus-visible {
  outline: 2px solid rgba(168, 85, 247, 0.85);
  outline-offset: 3px;
}

/* 复制成功轻提示 */
.lh-copy-toast {
  position: fixed;
  left: 50%;
  top: 42%;
  z-index: 10050;
  transform: translate(-50%, -50%) scale(0.92);
  padding: 12px 22px;
  border-radius: 10px;
  background: rgba(18, 18, 22, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.lh-copy-toast.is-show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.lh-detail-xe-page .lhx-btn--buy {
  background: linear-gradient(135deg, #ff2f45, #e01917) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(255, 47, 69, 0.35) !important;
  min-height: 48px;
}
.lh-detail-xe-page .lhx-btn--buy:hover {
  background: linear-gradient(135deg, #ff4d5f, #c01012) !important;
  filter: brightness(1.04);
}
.lh-detail-xe-page .lhx-btn--tel {
  background: transparent !important;
  border: 1px solid rgba(255, 47, 69, 0.55) !important;
  color: #fff !important;
  min-height: 52px;
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
}
.lh-detail-xe-page .lhx-btn--tel:hover {
  border-color: var(--jp-price) !important;
  background: rgba(255, 47, 69, 0.12) !important;
}
@media (min-width: 768px) {
  .lh-detail-xe-page .lhx-btn--buy {
    min-height: 52px;
  }
  .lh-detail-xe-page .lhx-btn--tel {
    min-height: 58px;
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;
  }
  .lh-detail-xe-page .lhx-side {
    padding-bottom: 1.85rem;
  }
}
.lh-detail-xe-page .lhx-flow,
.lh-detail-xe-page .lhx-contact {
  background: var(--jp-card-bg) !important;
  border-color: var(--jp-card-border) !important;
}
.lh-detail-xe-page .lhx-flow-title,
.lh-detail-xe-page .lhx-contact-title {
  color: var(--jp-card-text) !important;
}

/* 图三 / 图四：服务保障条 */
.lh-detail-xe-page .lhx-guarantee-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.lh-detail-xe-page .lhx-guarantee-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 140, 60, 0.35);
  background: #1a1410;
  color: #ff8c3c;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.lh-detail-xe-page .lhx-guarantee-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d97706;
  flex: 0 0 auto;
}
.lh-detail-xe-page .lhx-guarantee-ico--bao {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #d97706;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  color: #ff8c3c;
}
.lh-detail-xe-page .lhx-guarantee-ico--svc {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #dc2626;
  color: #fff;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.lh-detail-xe-page .lhx-guarantee-chip--service {
  color: #fbbf24;
}
