/* 16-horizon-broadcast：侧轨锚点 + 深空 Hero + 功能横滑 + 安全暗带 + 资讯三列 + 口碑双栏 + 下载 CTA（与 spectrum/vdeck 异构） */
:root {
  --vs-green: #065f46;
  --vs-green2: #047857;
  --vs-gold: #d97706;
  --vs-gold2: #fbbf24;
  --vs-ink: #0f172a;
  --vs-muted: #475569;
  --vs-line: rgba(15, 23, 42, 0.08);
  --vs-panel: #ecfdf5;
  /* 全站版心：加宽后更贴近大屏阅读，小屏由 clamp 收紧 */
  --vs-page-max: min(100%, 1420px);
  --vs-page-gutter: clamp(16px, 2.8vw, 32px);
  /* Aliases for inner pages (company / app) — keep in sync with main tokens */
  --vs-text: var(--vs-ink);
  --vs-accent: var(--vs-green2);
  --vs-border: var(--vs-line);
  --vs-surface: #ffffff;
  --vs-radius-lg: 16px;
  --vs-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
  --vs-shadow-soft: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.horizon-broadcast-html body.layout-horizon {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 55%, #f1f5f9 100%);
  color: var(--vs-ink);
}

/* ----- header（hx-sky：双带 + 底部分隔标签） ----- */
.hx-sky {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 250, 252, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--vs-line);
}
.hx-sky__band {
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.hx-sky__band-inner {
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding: 10px var(--vs-page-gutter) 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.hx-sky__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #020617;
  font-weight: 800;
  min-width: 0;
}
html.horizon-broadcast-html .hx-sky__brand,
html.horizon-broadcast-html .hx-sky__brand:visited,
html.horizon-broadcast-html .hx-sky__brand:hover {
  color: #020617 !important;
}
.hx-sky__mark {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 3px 14px rgba(15, 118, 110, 0.28);
}
.hx-sky__word {
  font-size: clamp(1.2rem, 4vw, 1.65rem);
  letter-spacing: 0.03em;
  background: linear-gradient(105deg, #0f766e 0%, #0891b2 38%, #0e7490 72%, #115e59 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #0f766e;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .hx-sky__word {
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
.hx-sky__actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.hx-sky__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vs-green2);
  box-shadow: 0 0 0 4px rgba(4, 120, 87, 0.2);
  animation: hx-sky-pulse 2.4s ease-in-out infinite;
}
@keyframes hx-sky-pulse {
  50% {
    box-shadow: 0 0 0 8px rgba(4, 120, 87, 0.12);
    opacity: 0.85;
  }
}
.hx-sky__pill {
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vs-gold), #f59e0b);
  color: #0f172a !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 4px 16px rgba(217, 119, 6, 0.28);
}
.hx-sky__pill:hover {
  filter: brightness(1.06);
}
.hx-sky__nav-wrap {
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding: 0 var(--vs-page-gutter);
}
.hx-sky__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  padding: 8px 0 10px;
}
.hx-sky__tab {
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--vs-muted);
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}
.hx-sky__tab:hover {
  color: var(--vs-green2);
  background: rgba(4, 120, 87, 0.06);
}
.hx-sky__tab.is-active {
  color: var(--vs-ink);
  background: #fff;
  border-color: var(--vs-line);
  box-shadow: var(--vs-shadow-soft);
}

/* /app：延伸阅读带 */
body.app-horizon-page.layout-horizon .hx-lp__outro {
  background: linear-gradient(145deg, #022c22 0%, #0f172a 100%);
  color: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 40px rgba(6, 95, 70, 0.22);
}
body.app-horizon-page.layout-horizon .hx-lp__outro-h {
  color: #fff;
}
body.app-horizon-page.layout-horizon .hx-lp__outro-p {
  color: rgba(255, 255, 255, 0.88);
}
body.app-horizon-page.layout-horizon .hx-lp__outro-links a {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
}
body.app-horizon-page.layout-horizon .hx-lp__outro-links a:hover {
  background: rgba(255, 255, 255, 0.22);
}
body.app-horizon-page.layout-horizon .hx-lp__outro-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 10px;
}
body.app-horizon-page.layout-horizon #main-content {
  padding-bottom: 32px;
}

/* ----- hb-btn（内页 / changelog / 404 / 首页 CTA 共用） ----- */
.hb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  border: 2px solid transparent;
}
.hb-btn--primary {
  background: linear-gradient(135deg, var(--vs-gold), #ea580c);
  color: #0f172a;
  box-shadow: 0 8px 24px rgba(217, 119, 6, 0.35);
}
.hb-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.hb-btn--small {
  padding: 8px 16px;
  font-size: 14px;
  background: var(--vs-green);
  color: #fff;
  border-radius: 999px;
}

/* ----- footer（hx-sole：大字 + 双簇链接） ----- */
.hx-sole {
  margin-top: 0;
  background: linear-gradient(165deg, #0c1929 0%, #0f172a 55%, #022c22 100%);
  color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
}
.hx-sole--wash {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.hx-sole__inner {
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding: 44px var(--vs-page-gutter) 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.85fr) minmax(160px, 0.55fr);
  gap: 28px 32px;
  align-items: start;
}
@media (max-width: 900px) {
  .hx-sole__inner {
    grid-template-columns: minmax(0, 1fr) minmax(200px, 0.9fr);
    grid-template-areas:
      "hero clusters"
      "contact contact";
  }
  .hx-sole__hero {
    grid-area: hero;
  }
  .hx-sole__clusters {
    grid-area: clusters;
  }
  .hx-sole__contact {
    grid-area: contact;
    justify-self: end;
    text-align: end;
    max-width: 40ch;
  }
}
@media (max-width: 820px) {
  .hx-sole__inner {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }
  .hx-sole__hero,
  .hx-sole__clusters,
  .hx-sole__contact {
    grid-area: auto;
  }
  .hx-sole__contact {
    justify-self: start;
    text-align: start;
    max-width: none;
  }
}
.hx-sole__eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vs-gold2);
}
.hx-sole__tagline {
  margin: 0 0 14px;
  font-size: clamp(0.8rem, 1.45vw, 0.95rem);
  font-weight: 600;
  line-height: 1.55;
  max-width: none;
  color: rgba(255, 255, 255, 0.82);
}
.hx-sole__contact {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.82);
  justify-self: end;
  text-align: end;
  max-width: 36ch;
}
.hx-sole__contact a {
  color: #a7f3d0;
  font-weight: 600;
}
.hx-sole__clusters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
}
@media (max-width: 520px) {
  .hx-sole__clusters {
    grid-template-columns: 1fr;
  }
}
.hx-sole__cluster-h {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(251, 191, 36, 0.9);
}
.hx-sole__ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hx-sole__ul li {
  margin-bottom: 10px;
}
.hx-sole__ul a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.hx-sole__ul a:hover {
  color: #fff;
  text-decoration: underline;
}
.hx-sole__bar {
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding: 18px var(--vs-page-gutter) 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hx-sole__copy {
  font-size: 13px;
  color: rgba(226, 232, 240, 0.55);
}
/* Company — hx-atlas（中轴时间线 + 交错卡片） */
.hx-atlas {
  padding: 0 0 64px;
}
.hx-atlas__crumb {
  font-size: 13px;
  color: var(--vs-muted);
  padding: 16px var(--vs-page-gutter) 8px;
  max-width: var(--vs-page-max);
  margin: 0 auto;
}
.hx-atlas__crumb a {
  color: var(--vs-green2);
  font-weight: 600;
  text-decoration: none;
}
.hx-atlas__crumb-sep {
  margin: 0 8px;
  opacity: 0.55;
}
.hx-atlas__head {
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding: 8px var(--vs-page-gutter) 28px;
  text-align: center;
}
.hx-atlas__head-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vs-green2);
}
.hx-atlas__head-h1 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.hx-atlas__head-lead {
  margin: 0 auto;
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.65;
  color: var(--vs-muted);
}
.hx-atlas__head-lead--secondary {
  margin-top: 14px;
  max-width: 68ch;
  font-size: 15px;
  color: var(--vs-muted);
}
.hx-atlas__spine {
  position: relative;
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding: 8px var(--vs-page-gutter) 0;
}
.hx-atlas__spine::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(4, 120, 87, 0.35), rgba(251, 191, 36, 0.35));
}
@media (max-width: 720px) {
  .hx-atlas__spine::before {
    left: 18px;
    transform: none;
  }
}
.hx-atlas__node {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 36px;
  margin-bottom: 28px;
  align-items: start;
}
@media (min-width: 1100px) {
  .hx-atlas__node {
    gap: 24px clamp(36px, 4vw, 56px);
  }
}
@media (max-width: 720px) {
  .hx-atlas__node {
    grid-template-columns: 1fr;
    padding-left: 44px;
  }
}
.hx-atlas__node--flip .hx-atlas__card:first-child {
  order: 2;
}
.hx-atlas__node--flip .hx-atlas__card:last-child {
  order: 1;
}
.hx-atlas__node--solo {
  grid-template-columns: minmax(0, 1fr);
}
@media (max-width: 720px) {
  .hx-atlas__node--flip .hx-atlas__card:first-child,
  .hx-atlas__node--flip .hx-atlas__card:last-child {
    order: unset;
  }
}
.hx-atlas__dot {
  position: absolute;
  left: 50%;
  top: 22px;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--vs-green2);
  box-shadow: 0 0 0 4px rgba(4, 120, 87, 0.15);
  z-index: 1;
}
@media (max-width: 720px) {
  .hx-atlas__dot {
    left: 18px;
    margin-left: -8px;
  }
}
.hx-atlas__card {
  margin: 0;
  padding: 22px 22px 20px;
  border-radius: 18px;
  border: 1px solid var(--vs-line);
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-soft);
}
.hx-atlas__card--hero {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 0.95fr);
  gap: 0;
}
@media (max-width: 720px) {
  .hx-atlas__card--hero {
    grid-template-columns: 1fr;
  }
}
.hx-atlas__card--hero .hx-atlas__card-body {
  padding: 22px 24px;
}
.hx-atlas__card--hero figure {
  margin: 0;
  min-height: 200px;
  background: #0f172a;
}
/* 勿用 .card--hero img 全选：会命中角标内 .site-img-wm__logo，把 logo 拉成满高竖条 */
.hx-atlas__card--hero figure.hb-img-watermark > img:not(.site-img-wm__logo) {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
}
.hx-atlas__h2 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  font-weight: 900;
}
.hx-atlas__p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--vs-muted);
}
.hx-atlas__list {
  margin: 4px 0 0;
  padding-left: 1.15rem;
  font-size: 14px;
  line-height: 1.65;
  color: var(--vs-muted);
}
.hx-atlas__list li {
  margin-bottom: 10px;
}
.hx-atlas__list li:last-child {
  margin-bottom: 0;
}
.hx-atlas__list--compact {
  margin-top: 8px;
  font-size: 13px;
}
.hx-atlas__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.hx-atlas__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 520px) {
  .hx-atlas__grid {
    grid-template-columns: 1fr;
  }
}
.hx-atlas__tile {
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(4, 120, 87, 0.06);
  border: 1px solid rgba(4, 120, 87, 0.12);
}
.hx-atlas__tile h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
}
.hx-atlas__tile p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--vs-muted);
}
.hx-atlas__mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.hx-atlas__mosaic figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--vs-line);
}
.hx-atlas__mosaic figure.hb-img-watermark > img:not(.site-img-wm__logo) {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.hx-atlas__voices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hx-atlas__voice {
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid var(--vs-line);
  font-size: 14px;
  line-height: 1.55;
  color: var(--vs-muted);
}
.hx-atlas__voice footer {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--vs-ink);
}
.hx-atlas__foot {
  max-width: var(--vs-page-max);
  margin: 32px auto 0;
  padding: 0 var(--vs-page-gutter);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: center;
}
.hx-atlas__foot a {
  font-weight: 800;
  font-size: 14px;
  color: var(--vs-green2);
  text-decoration: none;
}
.hx-atlas__foot a:hover {
  text-decoration: underline;
}
.hx-atlas__disclaimer {
  max-width: var(--vs-page-max);
  margin: 12px auto 0;
  padding: 22px var(--vs-page-gutter);
}

.hx-atlas__faq {
  max-width: var(--vs-page-max);
  margin: 28px auto 0;
  padding: 0 var(--vs-page-gutter);
  box-sizing: border-box;
}
.hx-atlas__faq > .hx-atlas__h2 {
  margin-bottom: 8px;
}
.hx-atlas__faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.hx-atlas__faq-item {
  margin: 0;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid var(--vs-line);
  background: #f8fafc;
}
.hx-atlas__faq-item summary {
  cursor: pointer;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
  color: var(--vs-ink);
}
.hx-atlas__faq-item summary::-webkit-details-marker {
  display: none;
}
.hx-atlas__faq-item p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
}

/* List — hx-wire（斜切顶栏 + 卡片栅格 + 热榜侧栏） */
.hx-wire {
  padding: 0 0 56px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
.hx-wire__slant {
  position: relative;
  margin: 0 calc(-1 * var(--vs-page-gutter)) 28px;
  width: calc(100% + 2 * var(--vs-page-gutter));
  padding: clamp(28px, 5vw, 44px) var(--vs-page-gutter);
  padding-bottom: clamp(36px, 7vw, 56px);
  background: linear-gradient(115deg, #ecfdf5 0%, #e0f2fe 48%, #f1f5f9 100%);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
  overflow: hidden;
}
@media (max-width: 720px) {
  .hx-wire__slant {
    clip-path: none;
    border-radius: 0 0 clamp(16px, 4vw, 22px) clamp(16px, 4vw, 22px);
    padding-bottom: clamp(22px, 4vw, 36px);
    margin-bottom: 20px;
  }
}
.hx-wire__slant-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, min(36vw, 340px));
  gap: clamp(20px, 4vw, 32px);
  align-items: end;
}
@media (max-width: 720px) {
  .hx-wire__slant-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: stretch;
  }
  .hx-wire__slant-media {
    order: -1;
    max-width: min(100%, 400px);
    margin: 0 auto;
    width: 100%;
  }
}
.hx-wire__slant-copy {
  min-width: 0;
}
.hx-wire__slant-media {
  position: relative;
  width: 100%;
  height: clamp(176px, 34vw, 260px);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.12);
}
.hx-wire__slant-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.hx-wire__crumb {
  font-size: 13px;
  color: var(--vs-muted);
  margin-bottom: 12px;
}
.hx-wire__crumb a {
  color: var(--vs-green2);
  font-weight: 600;
  text-decoration: none;
}
.hx-wire__crumb-sep {
  margin: 0 8px;
  opacity: 0.55;
}
.hx-wire__eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--vs-green2);
}
.hx-wire__h1 {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 3.8vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}
.hx-wire__lead {
  margin: 0;
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.65;
  color: var(--vs-muted);
}
.hx-wire__frame {
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding: 0 var(--vs-page-gutter);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 24px 28px;
  align-items: start;
}
@media (max-width: 960px) {
  .hx-wire__frame {
    grid-template-columns: 1fr;
  }
}
.hx-wire__rail {
  order: 2;
}
@media (max-width: 960px) {
  .hx-wire__rail {
    order: 0;
  }
}
.hx-wire__rail-inner {
  position: sticky;
  top: 100px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--vs-line);
  background: #fff;
  box-shadow: var(--vs-shadow-soft);
}
.hx-wire__rail-h {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vs-muted);
}
.hx-wire__rail-meta {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--vs-green2);
  font-weight: 800;
}
.hx-wire__rail-blurb {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--vs-muted);
}
.hx-wire__rail-h--tight {
  margin-top: 18px;
}
.hx-wire__hot {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hx-wire__hot a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid var(--vs-line);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}
.hx-wire__hot a:hover {
  border-color: rgba(4, 120, 87, 0.35);
  box-shadow: var(--vs-shadow-soft);
}
.hx-wire__hot-thumb {
  position: relative;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  background: #e2e8f0;
}
.hx-wire__hot-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center;
}
.hx-wire__hot-main {
  flex: 1;
  min-width: 0;
}
.hx-wire__hot-t {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.38;
  margin-bottom: 4px;
  color: var(--vs-ink);
}
.hx-wire__hot time {
  font-size: 13px;
  color: var(--vs-muted);
}
.hx-wire__main {
  order: 1;
  min-width: 0;
}
.hx-wire__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}
/* 奇数条时末卡占满一行，避免右列空洞；不缩窄居中以免错位感 */
.hx-wire__grid > .hx-wire__card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
@media (max-width: 720px) {
  .hx-wire__grid {
    grid-template-columns: 1fr;
  }
  .hx-wire__grid > .hx-wire__card:last-child:nth-child(odd) {
    grid-column: auto;
  }
}
.hx-wire__card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--vs-line);
  background: var(--vs-surface);
  text-decoration: none;
  color: inherit;
  box-shadow: var(--vs-shadow-soft);
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}
.hx-wire__card-thumb {
  position: relative;
  width: 100%;
  height: clamp(170px, 42vw, 240px);
  flex-shrink: 0;
  overflow: hidden;
  background: #e8ecf1;
}
.hx-wire__card-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center;
}
.hx-wire__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 16px 18px 18px;
  color: var(--vs-ink);
}
.hx-wire__card:hover {
  transform: translateY(-2px);
  box-shadow: var(--vs-shadow);
}
.hx-wire__card-body .hx-wire__card-ix {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: var(--vs-gold2);
  margin-bottom: 8px;
}
.hx-wire__card-body time {
  font-size: 13px;
  color: var(--vs-muted);
  margin-bottom: 8px;
}
.hx-wire__card-body .hx-wire__card-t {
  font-size: clamp(1.05rem, 2.4vw, 1.2rem);
  font-weight: 900;
  line-height: 1.38;
  margin-bottom: 10px;
}
.hx-wire__card-body .hx-wire__card-sum {
  font-size: 15px;
  line-height: 1.6;
  color: var(--vs-muted);
  flex: 1;
}
.hx-wire__card-body .hx-wire__card-go {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 800;
  color: var(--vs-green2);
}
.hx-wire__empty {
  grid-column: 1 / -1;
  padding: 28px;
  text-align: center;
  border-radius: 16px;
  border: 1px dashed var(--vs-line);
  color: var(--vs-muted);
}
.hx-wire__pager {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.hx-wire__page {
  min-width: 40px;
  padding: 8px 12px;
  text-align: center;
  border-radius: 10px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  color: var(--vs-muted);
  border: 1px solid var(--vs-line);
  background: #fff;
}
.hx-wire__page:hover {
  color: var(--vs-green2);
  border-color: rgba(4, 120, 87, 0.35);
}
.hx-wire__page.is-active {
  background: var(--vs-green2);
  color: #fff;
  border-color: transparent;
}
.hx-wire__closing {
  max-width: var(--vs-page-max);
  margin: 36px auto 0;
  padding: 0 var(--vs-page-gutter);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 720px) {
  .hx-wire__closing {
    grid-template-columns: 1fr;
  }
}
.hx-wire__closing-card {
  margin: 0;
  padding: 22px 22px 20px;
  border-radius: 16px;
  border: 1px solid var(--vs-line);
  background: #fff;
  box-shadow: var(--vs-shadow-soft);
  color: var(--vs-ink);
}
.hx-wire__closing-card h2 {
  margin: 0 0 12px;
  font-size: clamp(1.08rem, 2.5vw, 1.22rem);
  font-weight: 900;
  color: var(--vs-ink);
}
.hx-wire__closing-card ul {
  margin: 0;
  padding-left: 1.15em;
  font-size: 15px;
  color: var(--vs-muted);
  line-height: 1.6;
}
.hx-wire__closing-card p {
  margin: 0 0 14px;
  font-size: 15px;
  color: var(--vs-muted);
  line-height: 1.6;
}
.hx-wire__closing-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* 列表配图：避免其它样式表把 img 改成 width:100%+height:auto 导致只显示一截、底下露出槽位底色 */
body.layout-horizon .hx-wire__card-thumb img,
body.layout-horizon .hx-wire__hot-thumb img,
body.layout-horizon .hx-wire__slant-media img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Article — hx-read（左轨元数据 + 右栏正文） */
.hx-read {
  padding: 0 0 56px;
}
.hx-read__crumb {
  font-size: 13px;
  color: var(--vs-muted);
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding: 16px var(--vs-page-gutter) 8px;
}
.hx-read__crumb a {
  color: var(--vs-green2);
  font-weight: 600;
  text-decoration: none;
}
.hx-read__crumb-sep {
  margin: 0 8px;
  opacity: 0.55;
}
.hx-read__crumb-clip {
  max-width: 36ch;
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hx-read__hero {
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding: 8px var(--vs-page-gutter) 20px;
}
.hx-read__kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vs-green2);
}
.hx-read__h1 {
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 3.8vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.18;
}
.hx-read__byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  font-size: 14px;
  color: var(--vs-muted);
}
.hx-read__back {
  font-weight: 800;
  color: var(--vs-green2);
  text-decoration: none;
}
.hx-read__back:hover {
  text-decoration: underline;
}
.hx-read__letterbox {
  max-width: min(880px, 92vw);
  margin: 0 auto 24px;
  padding: 0 var(--vs-page-gutter);
}
.hx-read__letterbox figure.hb-img-watermark {
  margin: 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-soft);
  background: #0f172a;
  line-height: 0;
  width: 100%;
  height: min(420px, 56vw);
  min-height: min(220px, 48vw);
}
/* 主图：定高 + cover 铺满，避免 contain 两侧条带与下半截空底 */
.layout-horizon .hx-read__letterbox figure.hb-img-watermark > img:not(.site-img-wm__logo) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.hx-read__pull {
  max-width: var(--vs-page-max);
  margin: 0 auto 20px;
  padding: 0 var(--vs-page-gutter);
}
.hx-read__pull-inner {
  margin: 0;
  padding: 18px 22px;
  border-left: 4px solid var(--vs-gold2);
  border-radius: 0 14px 14px 0;
  background: linear-gradient(90deg, rgba(251, 191, 36, 0.12), transparent);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.55;
  color: var(--vs-ink);
}
.hx-read__sheet {
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding: 0 var(--vs-page-gutter);
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 28px 40px;
  align-items: start;
}
@media (max-width: 900px) {
  .hx-read__sheet {
    grid-template-columns: 1fr;
  }
}
.hx-read__rail {
  position: sticky;
  top: 100px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--vs-line);
  background: #fff;
  box-shadow: var(--vs-shadow-soft);
  font-size: 14px;
}
@media (max-width: 900px) {
  .hx-read__rail {
    position: relative;
    top: auto;
    order: 2;
  }
}
.hx-read__rail-h {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vs-muted);
}
.hx-read__rail-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hx-read__rail-ul li {
  margin-bottom: 10px;
}
.hx-read__rail-ul a {
  font-weight: 700;
  color: var(--vs-green2);
  text-decoration: none;
}
.hx-read__rail-ul a:hover {
  text-decoration: underline;
}
.hx-read__rail-p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--vs-muted);
}
.hx-read__rail-h--tight {
  margin-top: 18px;
}
.hx-read__rail-cta {
  margin: 0 0 14px;
}
.hx-read__body {
  min-width: 0;
  font-size: 17px;
  line-height: 1.85;
  color: var(--vs-text);
}
.hx-read__body h2,
.hx-read__body h3 {
  margin: 1.4em 0 0.5em;
  font-weight: 800;
}
.hx-read__body p {
  margin: 0 0 1em;
}
.hx-read__body ul,
.hx-read__body ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}
.hx-read__pagerow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--vs-line);
}
@media (max-width: 640px) {
  .hx-read__pagerow {
    grid-template-columns: 1fr;
  }
}
.hx-read__pagecell {
  padding: 14px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid var(--vs-line);
}
.hx-read__plabel {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vs-muted);
  margin-bottom: 6px;
}
.hx-read__pagecell a {
  font-weight: 700;
  color: var(--vs-green2);
  text-decoration: none;
}
.hx-read__pagecell a:hover {
  text-decoration: underline;
}
.hx-read__pempty {
  color: var(--vs-muted);
}
.hx-read__note {
  margin-top: 24px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(4, 120, 87, 0.06);
  border: 1px solid rgba(4, 120, 87, 0.15);
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
}
.hx-read__note h2 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 900;
  color: var(--vs-ink);
}
.hx-read__below {
  max-width: var(--vs-page-max);
  margin: 36px auto 0;
  padding: 0 var(--vs-page-gutter);
}
.hx-read__below-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 900px) {
  .hx-read__below-grid {
    grid-template-columns: 1fr;
  }
}
.hx-read__dock {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--vs-line);
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-soft);
}
.hx-read__dock h2 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 900;
}
.hx-read__dock p {
  margin: 0 0 10px;
  font-size: 14px;
  color: var(--vs-muted);
  line-height: 1.55;
}
.hx-read__dock a {
  font-weight: 800;
  color: var(--vs-green2);
  text-decoration: none;
}
.hx-read__dock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hx-read__dock li {
  margin-bottom: 8px;
}
.hx-read__dock li a {
  font-size: 14px;
  font-weight: 600;
  color: var(--vs-text);
}
.hx-read__dock li a:hover {
  color: var(--vs-green2);
}
/* ----- Static — hx-brief（顶带 + 左目录条 + 右正文） ----- */
.hx-brief {
  padding: 20px 0 56px;
  max-width: var(--vs-page-max);
  margin: 0 auto;
}
.hx-brief__crumb {
  font-size: 13px;
  color: var(--vs-muted);
  margin-bottom: 16px;
  padding: 0 var(--vs-page-gutter);
}
.hx-brief__crumb a {
  color: var(--vs-green2);
  font-weight: 600;
  text-decoration: none;
}
.hx-brief__crumb-sep {
  margin: 0 8px;
  opacity: 0.55;
}
.hx-brief__ribbon {
  margin: 0 var(--vs-page-gutter) 24px;
  padding: clamp(20px, 4vw, 32px);
  border-radius: 18px;
  background: linear-gradient(120deg, #0f172a 0%, #065f46 55%, #0f766e 100%);
  color: #fff;
}
.hx-brief__h1 {
  margin: 0 0 10px;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}
.hx-brief__lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 65ch;
}
.hx-brief__sub {
  margin: 12px 0 0;
  font-size: 14px;
  color: rgba(254, 243, 199, 0.95);
  max-width: 65ch;
}
.hx-brief__layout {
  display: grid;
  grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
  gap: 28px 36px;
  padding: 0 var(--vs-page-gutter);
  align-items: start;
}
@media (max-width: 860px) {
  .hx-brief__layout {
    grid-template-columns: 1fr;
  }
}
.hx-brief__toc {
  position: sticky;
  top: 100px;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid var(--vs-line);
  background: #fff;
  box-shadow: var(--vs-shadow-soft);
}
@media (max-width: 860px) {
  .hx-brief__toc {
    position: relative;
    top: auto;
  }
}
.hx-brief__toc-h {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vs-muted);
}
.hx-brief__toc-p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--vs-muted);
}
.hx-brief__toc-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hx-brief__toc-ul li {
  margin-bottom: 8px;
}
.hx-brief__toc-ul a {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--vs-green2);
  text-decoration: none;
  border: 1px solid transparent;
}
.hx-brief__toc-ul a:hover {
  background: rgba(4, 120, 87, 0.08);
  border-color: rgba(4, 120, 87, 0.12);
}
.hx-brief__toc-note {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--vs-line);
  font-size: 12px;
  line-height: 1.5;
  color: var(--vs-muted);
}
.hx-brief__body {
  padding: 22px 24px;
  border-radius: 16px;
  border: 1px solid var(--vs-line);
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-soft);
}
.hx-brief__prose {
  font-size: 16px;
  line-height: 1.8;
  color: var(--vs-text);
}
.hx-brief__prose h2 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 1.5em 0 0.5em;
}
.hx-brief__prose h2:first-child {
  margin-top: 0;
}
.hx-brief__prose p {
  margin: 0 0 1em;
}
.hx-brief__prose ul,
.hx-brief__prose ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}

/* ----- Changelog — hx-log（横向卡片带） ----- */
.hx-log {
  padding: 20px 0 56px;
  max-width: var(--vs-page-max);
  margin: 0 auto;
}
.hx-log__crumb {
  font-size: 13px;
  color: var(--vs-muted);
  margin-bottom: 16px;
  padding: 0 var(--vs-page-gutter);
}
.hx-log__crumb a {
  color: var(--vs-green2);
  font-weight: 600;
  text-decoration: none;
}
.hx-log__crumb-sep {
  margin: 0 8px;
  opacity: 0.55;
}
.hx-log__head {
  padding: 0 var(--vs-page-gutter) 24px;
}
.hx-log__h1 {
  margin: 0 0 10px;
  font-size: clamp(1.4rem, 3vw, 1.95rem);
  font-weight: 900;
}
.hx-log__lead {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--vs-muted);
  max-width: 68ch;
}
.hx-log__sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--vs-text);
  max-width: 68ch;
}
.hx-log__reel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 8px var(--vs-page-gutter) 24px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.hx-log__card {
  flex: 0 0 min(340px, 86vw);
  scroll-snap-align: start;
  margin: 0;
  padding: 0;
  border-radius: 18px;
  border: 1px solid var(--vs-line);
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hx-log__card-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(90deg, rgba(4, 120, 87, 0.1), rgba(251, 191, 36, 0.08));
  border-bottom: 1px solid var(--vs-line);
}
.hx-log__date {
  font-size: 14px;
  font-weight: 900;
  color: var(--vs-green2);
}
.hx-log__ver {
  font-size: 12px;
  font-weight: 800;
  color: var(--vs-muted);
}
.hx-log__card-body {
  padding: 18px;
  flex: 1;
}
.hx-log__title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 900;
}
.hx-log__ul {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
}
.hx-log__ul li {
  margin-bottom: 6px;
}
.hx-log__foot {
  margin: 8px var(--vs-page-gutter) 0;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid var(--vs-line);
  background: var(--vs-panel);
}
.hx-log__foot-h {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 900;
}
.hx-log__foot-p {
  margin: 0 0 14px;
  font-size: 15px;
  color: var(--vs-muted);
  line-height: 1.6;
  max-width: 60ch;
}
.hx-log__foot-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hx-log__foot-cta .hb-btn--ghost {
  border-color: rgba(15, 23, 42, 0.2);
  color: var(--vs-text);
  background: #fff;
}
.hx-log__foot-cta .hb-btn--ghost:hover {
  border-color: var(--vs-green2);
  color: var(--vs-green2);
  background: rgba(4, 120, 87, 0.08);
}

/* ----- 404 — hx-lost（雷达 + 轨道按钮） ----- */
.hx-lost {
  padding: 28px var(--vs-page-gutter) 64px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.hx-lost__crumb {
  font-size: 13px;
  color: var(--vs-muted);
  margin-bottom: 20px;
  text-align: left;
}
.hx-lost__crumb a {
  color: var(--vs-green2);
  font-weight: 600;
  text-decoration: none;
}
.hx-lost__crumb-sep {
  margin: 0 8px;
  opacity: 0.55;
}
.hx-lost__radar {
  position: relative;
  width: min(280px, 70vw);
  height: min(280px, 70vw);
  margin: 0 auto 24px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(4, 120, 87, 0.12) 0%, transparent 55%),
    repeating-radial-gradient(circle at center, transparent 0, transparent 22px, rgba(4, 120, 87, 0.08) 22px, rgba(4, 120, 87, 0.08) 23px);
  border: 2px solid rgba(4, 120, 87, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hx-lost__code {
  margin: 0;
  font-size: clamp(3rem, 12vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  color: var(--vs-green2);
  line-height: 1;
}
.hx-lost__h1 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 900;
}
.hx-lost__lead {
  margin: 0 auto 12px;
  max-width: 48ch;
  font-size: 16px;
  line-height: 1.65;
  color: var(--vs-muted);
}
.hx-lost__url {
  margin: 0 auto 20px;
  max-width: 100%;
  font-size: 12px;
  color: var(--vs-muted);
  word-break: break-all;
  text-align: left;
}
.hx-lost__url-k {
  font-weight: 800;
  color: var(--vs-text);
}
.hx-lost__orbit {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
}
.hx-lost__orbit .hb-btn--ghost {
  border-color: rgba(15, 23, 42, 0.2);
  color: var(--vs-text);
  background: transparent;
}
.hx-lost__orbit .hb-btn--ghost:hover {
  border-color: var(--vs-green2);
  color: var(--vs-green2);
  background: rgba(4, 120, 87, 0.08);
}
.hx-lost__tips {
  text-align: left;
  margin: 0 0 24px;
}
.hx-lost__tips-h {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 900;
  text-align: center;
}
.hx-lost__tips-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 640px) {
  .hx-lost__tips-grid {
    grid-template-columns: 1fr;
  }
}
.hx-lost__tip {
  margin: 0;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid var(--vs-line);
  background: var(--vs-surface);
  font-size: 14px;
  line-height: 1.55;
  color: var(--vs-muted);
}
.hx-lost__tip h3 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 900;
  color: var(--vs-green2);
}
.hx-lost__more {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  justify-content: center;
}
.hx-lost__more a {
  font-weight: 800;
  font-size: 15px;
  color: var(--vs-green2);
  text-decoration: none;
}
.hx-lost__more a:hover {
  text-decoration: underline;
}
/* container helper if theme uses .container without max-width */
body.layout-horizon .container {
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding-left: var(--vs-page-gutter);
  padding-right: var(--vs-page-gutter);
}

/* ----- 16-horizon-broadcast 首页：broadcast 信息塔 + 侧轨锚点（与 spectrum/vdeck 异构） ----- */
.hb-broadcast {
  overflow-x: hidden;
  padding-bottom: clamp(32px, 6vw, 72px);
}

.hb-broadcast__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 4vw, 36px);
  align-items: start;
}
@media (min-width: 1080px) {
  .hb-broadcast__shell {
    grid-template-columns: 200px minmax(0, 1fr);
  }
}

.hb-broadcast__rail {
  display: none;
}
@media (min-width: 1080px) {
  .hb-broadcast__rail {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: sticky;
    top: 96px;
    padding: 14px 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--vs-line);
    box-shadow: var(--vs-shadow-soft);
    font-size: 13px;
  }
}
.hb-broadcast__rail-label {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vs-muted);
}
.hb-broadcast__rail a {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  color: var(--vs-ink);
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  transition: background 0.12s ease, border-color 0.12s ease;
}
.hb-broadcast__rail a:hover {
  background: rgba(4, 120, 87, 0.08);
  border-color: rgba(4, 120, 87, 0.15);
}

.hb-broadcast__main {
  min-width: 0;
}

.hb-broadcast__toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 8px;
}
@media (min-width: 1080px) {
  .hb-broadcast__toc {
    display: none;
  }
}
.hb-broadcast__toc a {
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  background: #fff;
  border: 1px solid var(--vs-line);
  color: var(--vs-green2);
  text-decoration: none;
}

.hb-broadcast-hero {
  position: relative;
  width: 100%;
  margin: 0;
  max-width: none;
  padding: clamp(32px, 6vw, 56px) 0 clamp(28px, 5vw, 44px);
  background: radial-gradient(120% 80% at 85% 10%, rgba(251, 191, 36, 0.12), transparent 55%),
    linear-gradient(165deg, #0a1628 0%, #0f172a 52%, #052e16 100%);
  color: rgba(255, 255, 255, 0.92);
  border-radius: 0 0 clamp(18px, 3vw, 28px) clamp(18px, 3vw, 28px);
}
.hb-broadcast-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 380px);
  gap: clamp(24px, 4vw, 40px);
  align-items: center;
}
@media (max-width: 900px) {
  .hb-broadcast-hero__grid {
    grid-template-columns: 1fr;
  }
}
.hb-broadcast-hero__eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(251, 191, 36, 0.95);
}
.hb-broadcast-hero__h1 {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 4.2vw, 2.75rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.hb-broadcast-hero__accent {
  display: block;
  margin-top: 8px;
  background: linear-gradient(120deg, #fbbf24, #34d399 45%, #a7f3d0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hb-broadcast-hero__lead {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.88);
  max-width: 52ch;
}
.hb-broadcast-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.hb-broadcast-hero .hb-btn--primary {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0f172a;
  box-shadow: 0 10px 28px rgba(251, 191, 36, 0.35);
}
.hb-broadcast-hero .hb-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.hb-broadcast-hero .hb-btn--line {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.12);
  color: var(--vs-ink);
}

.hb-broadcast-hero__side {
  display: grid;
  gap: 12px;
}
.hb-broadcast-hero__statrow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 520px) {
  .hb-broadcast-hero__statrow {
    grid-template-columns: 1fr;
  }
}
.hb-broadcast-stat {
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.hb-broadcast-stat__v {
  margin: 0 0 4px;
  font-size: 1.45rem;
  font-weight: 900;
  color: #fef3c7;
  letter-spacing: -0.02em;
}
.hb-broadcast-stat__l {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: rgba(226, 232, 240, 0.72);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hb-broadcast-hero__release {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.85);
}
.hb-broadcast-hero__release strong {
  color: #fde68a;
  font-weight: 800;
}
.hb-broadcast-hero__release .hb-btn--small {
  flex: 0 0 auto;
}

.hb-broadcast-film {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 16px 0 4px;
  margin: 0 -4px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.hb-broadcast-film figure {
  flex: 0 0 min(200px, 62vw);
  margin: 0;
  scroll-snap-align: start;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0f172a;
}
.hb-broadcast-film img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.hb-broadcast-film figcaption {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(15, 23, 42, 0.6);
}

.hb-broadcast-about {
  margin-top: clamp(28px, 5vw, 48px);
  padding: clamp(24px, 4vw, 36px);
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-soft);
}
.hb-broadcast-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(20px, 4vw, 36px);
  align-items: start;
}
@media (max-width: 800px) {
  .hb-broadcast-about__grid {
    grid-template-columns: 1fr;
  }
}
.hb-broadcast-about__h {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 900;
  color: #0c1222;
}
.hb-broadcast-about__p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--vs-muted);
}
.hb-broadcast-about__pull {
  margin: 0;
  padding: 20px 22px;
  border-radius: 16px;
  background: linear-gradient(145deg, #ecfdf5 0%, #e0f2fe 100%);
  border: 1px solid rgba(4, 120, 87, 0.12);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: var(--vs-ink);
}
.hb-broadcast-about__pull cite {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  color: var(--vs-green2);
}

.hb-broadcast-features {
  margin-top: clamp(32px, 5vw, 52px);
}
.hb-broadcast-features__head {
  margin-bottom: 18px;
}
.hb-broadcast-features__h {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 900;
}
.hb-broadcast-features__sub {
  margin: 0;
  font-size: 15px;
  color: var(--vs-muted);
  max-width: 70ch;
}
.hb-broadcast-feature-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scroll-snap-type: x mandatory;
}
.hb-broadcast-fcard {
  flex: 0 0 min(280px, 82vw);
  margin: 0;
  padding: 18px 18px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-soft);
  scroll-snap-align: start;
}
.hb-broadcast-fcard__n {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--vs-green), var(--vs-green2));
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 12px;
}
.hb-broadcast-fcard__h {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 900;
}
.hb-broadcast-fcard__p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
}

.hb-broadcast-shield {
  margin-top: clamp(32px, 5vw, 52px);
  padding: clamp(24px, 4vw, 40px);
  border-radius: 20px;
  background: linear-gradient(160deg, #0f172a 0%, #022c22 70%, #064e3b 100%);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.hb-broadcast-shield__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: clamp(22px, 4vw, 36px);
  align-items: center;
}
@media (max-width: 860px) {
  .hb-broadcast-shield__grid {
    grid-template-columns: 1fr;
  }
}
.hb-broadcast-shield__h {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 900;
}
.hb-broadcast-shield__sub {
  margin: 0 0 18px;
  font-size: 15px;
  color: rgba(226, 232, 240, 0.78);
}
.hb-broadcast-shield__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.hb-broadcast-shield__list li {
  margin: 0;
  padding: 14px 16px 14px 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 1.55;
  position: relative;
}
.hb-broadcast-shield__list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(135deg, #34d399, #047857);
  box-shadow: 0 0 0 2px rgba(52, 211, 153, 0.35);
}
.hb-broadcast-shield__badge {
  margin: 0;
  padding: 24px;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 20%, rgba(251, 191, 36, 0.25), transparent 55%),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: #fde68a;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hb-broadcast-news {
  margin-top: clamp(32px, 5vw, 52px);
}
.hb-broadcast-news__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.hb-broadcast-news__h {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 900;
}
.hb-broadcast-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 960px) {
  .hb-broadcast-news__grid {
    grid-template-columns: 1fr;
  }
}
.hb-broadcast-ncard {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  background: #fff;
  box-shadow: var(--vs-shadow-soft);
  text-decoration: none;
  color: inherit;
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}
.hb-broadcast-ncard:hover {
  transform: translateY(-3px);
  box-shadow: var(--vs-shadow);
}
.hb-broadcast-ncard__thumb {
  margin: 0;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(4, 120, 87, 0.12), rgba(4, 120, 87, 0.03));
  border-bottom: 1px solid var(--vs-line);
  overflow: hidden;
  flex-shrink: 0;
}
.hb-broadcast-ncard__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hb-broadcast-ncard__body {
  padding: 16px 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.hb-broadcast-ncard__t {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.35;
  flex-shrink: 0;
}
.hb-broadcast-ncard__sum {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--vs-muted);
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow-wrap: anywhere;
}
.hb-broadcast-ncard__meta {
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 700;
  color: var(--vs-green2);
}

.hb-broadcast-quotes {
  margin-top: clamp(32px, 5vw, 52px);
}
.hb-broadcast-quotes__h {
  margin: 0 0 16px;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 900;
}
.hb-broadcast-quotes__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media (min-width: 1100px) {
  .hb-broadcast-quotes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .hb-broadcast-quotes__grid {
    grid-template-columns: 1fr;
  }
}
.hb-broadcast-quote {
  margin: 0;
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--vs-line);
}
.hb-broadcast-quote p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--vs-muted);
}
.hb-broadcast-quote footer {
  font-size: 13px;
  font-weight: 800;
  color: var(--vs-ink);
}

.hb-broadcast-cta {
  margin-top: clamp(36px, 6vw, 64px);
  padding: clamp(28px, 5vw, 44px);
  border-radius: 20px;
  background: linear-gradient(120deg, #047857 0%, #0f766e 42%, #0f172a 100%);
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.hb-broadcast-cta__h {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 900;
}
.hb-broadcast-cta__p {
  margin: 0 auto 18px;
  max-width: 56ch;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}
.hb-broadcast-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.hb-broadcast-cta .hb-btn--primary {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0f172a;
}
.hb-broadcast-cta .hb-btn--ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.hb-broadcast-about__principles {
  margin: 6px 0 0;
  padding-left: 1.15rem;
  font-size: 14px;
  line-height: 1.65;
  color: var(--vs-muted);
}
.hb-broadcast-about__principles li {
  margin-bottom: 8px;
}
.hb-broadcast-about__principles li:last-child {
  margin-bottom: 0;
}

.hb-broadcast-path {
  margin-top: clamp(32px, 5vw, 52px);
  padding: clamp(22px, 4vw, 34px);
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-soft);
}
.hb-broadcast-path__h {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 900;
}
.hb-broadcast-path__sub {
  margin: 0 0 20px;
  font-size: 15px;
  color: var(--vs-muted);
  max-width: 72ch;
}
.hb-broadcast-path__ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
@media (min-width: 900px) {
  .hb-broadcast-path__ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.hb-broadcast-path__step {
  display: flex;
  gap: 14px;
  margin: 0;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--vs-line);
}
.hb-broadcast-path__n {
  flex: 0 0 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--vs-green), var(--vs-green2));
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb-broadcast-path__body {
  min-width: 0;
}
.hb-broadcast-path__t {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 900;
}
.hb-broadcast-path__p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--vs-muted);
}

.hb-broadcast-audience {
  margin-top: clamp(32px, 5vw, 52px);
}
.hb-broadcast-audience__h {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 900;
}
.hb-broadcast-audience__sub {
  margin: 0 0 18px;
  font-size: 15px;
  color: var(--vs-muted);
  max-width: 72ch;
}
.hb-broadcast-audience__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 900px) {
  .hb-broadcast-audience__grid {
    grid-template-columns: 1fr;
  }
}
.hb-broadcast-audience__card {
  margin: 0;
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-soft);
}
.hb-broadcast-audience__card-h {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 900;
}
.hb-broadcast-audience__card-p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--vs-muted);
}

.hb-broadcast-faq {
  margin-top: clamp(32px, 5vw, 52px);
  padding: clamp(22px, 4vw, 34px);
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-soft);
}
.hb-broadcast-faq__h {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 900;
}
.hb-broadcast-faq__sub {
  margin: 0 0 18px;
  font-size: 15px;
  color: var(--vs-muted);
  max-width: 72ch;
}
.hb-broadcast-faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hb-broadcast-faq__item {
  margin: 0;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid var(--vs-line);
  background: #f8fafc;
}
.hb-broadcast-faq__item summary {
  cursor: pointer;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
}
.hb-broadcast-faq__item summary::-webkit-details-marker {
  display: none;
}
.hb-broadcast-faq__item p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
}

.hb-broadcast-quick {
  margin-top: clamp(28px, 4vw, 44px);
}
.hb-broadcast-quick__h {
  margin: 0 0 8px;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 900;
}
.hb-broadcast-quick__sub {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--vs-muted);
}
.hb-broadcast-quick__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hb-broadcast-quick__a {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  color: var(--vs-ink);
  background: #fff;
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-soft);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.hb-broadcast-quick__a:hover {
  transform: translateY(-2px);
  box-shadow: var(--vs-shadow);
  border-color: rgba(4, 120, 87, 0.25);
  color: var(--vs-green2);
}

.hb-spectrum-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}
.hb-spectrum-btn:hover {
  transform: translateY(-1px);
}
.hb-spectrum-btn--solid {
  background: linear-gradient(135deg, var(--vs-green), var(--vs-green2));
  color: #fff;
  box-shadow: 0 8px 22px rgba(6, 95, 70, 0.28);
}
.hb-spectrum-btn--line {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.12);
  color: var(--vs-ink);
}
.hb-spectrum-btn--ghost {
  background: transparent;
  border-color: rgba(4, 120, 87, 0.35);
  color: var(--vs-green2);
}
.hb-spectrum-btn--on-dark {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.hb-spectrum-btn--mini {
  padding: 8px 14px;
  font-size: 13px;
  border-radius: 999px;
  background: var(--vs-green);
  color: #fff;
}

/*
 * /app horizon：app-landing-horizon.css 先于本文件加载，部分环境下主图 + HTML width/height
 * 会与定高容器叠加成「竖条 + 两侧留白」。此处强制 cover，并排除角标内小 Logo。
 */
body.app-horizon-page.layout-horizon .hx-lp .hb-img-watermark > img:not(.site-img-wm__logo) {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center;
  vertical-align: top;
}
body.app-horizon-page.layout-horizon .hx-lp-matrix__thumb.hb-img-watermark {
  background: #0f172a;
}
body.app-horizon-page.layout-horizon .hx-lp-matrix__thumb.hb-img-watermark > img:not(.site-img-wm__logo) {
  height: 140px !important;
  min-height: 140px;
}
body.app-horizon-page.layout-horizon .hx-lp-ribbon__cell .hb-img-watermark > img:not(.site-img-wm__logo) {
  height: 200px !important;
  min-height: 200px;
}
body.app-horizon-page.layout-horizon .hx-lp-mosaic__cell .hb-img-watermark > img:not(.site-img-wm__logo) {
  height: 200px !important;
  min-height: 200px;
}
body.app-horizon-page.layout-horizon .hx-lp-mosaic__cell--wide .hb-img-watermark > img:not(.site-img-wm__logo) {
  height: 240px !important;
  min-height: 240px;
}
body.app-horizon-page.layout-horizon .hx-lp-stage.hb-img-watermark > img:not(.site-img-wm__logo) {
  height: min(380px, 42vw) !important;
  min-height: 220px !important;
}
body.app-horizon-page.layout-horizon .hx-lp-device__screen.hb-img-watermark > img:not(.site-img-wm__logo) {
  height: clamp(158px, 19vw, 198px) !important;
}
