/* 15-momentum-grid：继承 vertex 系站内页 /app 样式；首页 pulsefield 见文件末尾 .pf-*（与 14 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);
}

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

/* 列表页页脚 CTA：仅保留按钮，不加载整段 vdeck 指挥台样式 */
.vdeck-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;
}
.vdeck-btn:hover {
  transform: translateY(-1px);
}
.vdeck-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);
}
.vdeck-btn--line {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.12);
  color: var(--vs-ink);
}
.vdeck-btn--ghost {
  background: transparent;
  border-color: rgba(4, 120, 87, 0.35);
  color: var(--vs-green2);
}
.vdeck-btn--on-dark {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.vdeck-btn--mini {
  padding: 8px 14px;
  font-size: 13px;
  border-radius: 999px;
  background: var(--vs-green);
  color: #fff;
}

/* /app：mgapp 样式在 app-landing-pulsefield.css（与 14 的 vapp 脱钩） */
body.app-pulsefield-page.layout-pulsefield #main-content {
  padding-bottom: 32px;
}

/* ----- hero ----- */
.vs-home {
  overflow-x: hidden;
}
.vs-hero {
  position: relative;
  padding: 48px 0 56px;
}
.vs-hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 80% at 80% 20%, rgba(217, 119, 6, 0.18), transparent 55%),
    radial-gradient(90% 70% at 10% 90%, rgba(4, 120, 87, 0.2), transparent 50%),
    linear-gradient(165deg, #022c22 0%, #064e3b 45%, #0f172a 100%);
  opacity: 1;
}
.vs-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 900px) {
  .vs-hero__inner {
    grid-template-columns: 1fr;
  }
}
.vs-hero__eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}
.vs-hero__title {
  margin: 0 0 16px;
  font-size: clamp(1.55rem, 3.6vw, 2.35rem);
  line-height: 1.25;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.vs-hero__brand {
  color: var(--vs-gold2);
}
.vs-hero__lead {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.65;
  max-width: 58ch;
}
.vs-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.vs-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;
}
.vs-btn--primary {
  background: linear-gradient(135deg, var(--vs-gold), #ea580c);
  color: #0f172a;
  box-shadow: 0 8px 24px rgba(217, 119, 6, 0.35);
}
.vs-btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.vs-btn--small {
  padding: 8px 16px;
  font-size: 14px;
  background: var(--vs-green);
  color: #fff;
  border-radius: 999px;
}
.vs-hero__panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  padding: 20px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  overflow: hidden;
}
.vs-hero__panel--photo {
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  min-height: 280px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.vs-hero__photo {
  display: block;
  width: 100%;
  height: clamp(220px, 32vw, 380px);
  object-fit: cover;
  object-position: center;
}

.vs-visual-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
}
@media (max-width: 1000px) {
  .vs-visual-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .vs-visual-mosaic {
    grid-template-columns: 1fr;
  }
}
.vs-visual-tile {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-soft);
}
/* 仅主图：勿用 .vs-visual-tile img，否则会套中角标内 Logo */
.vs-visual-tile .vs-img-watermark > img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}
@media (min-width: 900px) {
  .vs-visual-tile:nth-child(1) .vs-img-watermark > img,
  .vs-visual-tile:nth-child(8) .vs-img-watermark > img {
    height: 200px;
  }
}
.vs-visual-tile-cap {
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 800;
  color: var(--vs-green2);
  background: var(--vs-panel);
}
.vs-hero__mock {
  flex: 1;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  display: flex;
  gap: 8px;
  padding: 14px;
  align-items: flex-start;
}
.vs-hero__mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}
.vs-hero__mock-cap {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
}

/* ----- rail ----- */
.vs-rail-wrap {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  padding: 36px var(--vs-page-gutter) 64px;
  max-width: var(--vs-page-max);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 860px) {
  .vs-rail-wrap {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }
  .vs-toc {
    position: static !important;
    border-radius: 14px;
  }
}
.vs-toc {
  position: sticky;
  top: 72px;
  align-self: start;
  background: #fff;
  border: 1px solid var(--vs-line);
  border-radius: 16px;
  padding: 14px 12px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}
.vs-toc__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.vs-toc__nav a {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  color: var(--vs-muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.vs-toc__nav a:hover {
  background: var(--vs-panel);
  color: var(--vs-green2);
}

.vs-flow {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.vs-band {
  background: #fff;
  border: 1px solid var(--vs-line);
  border-radius: 20px;
  padding: 30px 28px 32px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}
.vs-band--alt {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.vs-h2 {
  margin: 0 0 12px;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 800;
  color: var(--vs-ink);
}
.vs-h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #134e4a;
}
.vs-prose {
  margin: 0 0 18px;
  color: var(--vs-muted);
  line-height: 1.7;
  font-size: 15px;
}
.vs-prose--tight {
  margin-bottom: 8px;
}
.vs-quad {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 640px) {
  .vs-quad {
    grid-template-columns: 1fr;
  }
}
.vs-card {
  background: var(--vs-panel);
  border-radius: 14px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(6, 95, 70, 0.12);
}
.vs-card__p {
  margin: 0;
  font-size: 14px;
  color: var(--vs-muted);
  line-height: 1.65;
}

.vs-list-split {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 700px) {
  .vs-list-split {
    grid-template-columns: 1fr;
  }
}
.vs-list-split li {
  background: #f8fafc;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid var(--vs-line);
}
.vs-list-split p {
  margin: 0;
  font-size: 14px;
  color: var(--vs-muted);
  line-height: 1.65;
}

.vs-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 900px) {
  .vs-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .vs-service-grid {
    grid-template-columns: 1fr;
  }
}
.vs-service {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid var(--vs-line);
  background: #fff;
}
.vs-service p {
  margin: 0;
  font-size: 14px;
  color: var(--vs-muted);
  line-height: 1.6;
}

.vs-sec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 800px) {
  .vs-sec-grid {
    grid-template-columns: 1fr;
  }
}
.vs-sec {
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(165deg, #ecfdf5, #fff);
  border: 1px solid rgba(6, 95, 70, 0.15);
}
.vs-sec__tag {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--vs-green2);
}
.vs-sec p {
  margin: 0;
  font-size: 14px;
  color: var(--vs-muted);
  line-height: 1.65;
}

.vs-news-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.vs-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vs-news-item a {
  display: block;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid var(--vs-line);
  text-decoration: none;
  color: inherit;
  background: #f8fafc;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.vs-news-item a:hover {
  border-color: rgba(6, 95, 70, 0.25);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
}
.vs-news-title {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--vs-ink);
}
.vs-news-time {
  display: block;
  font-size: 12px;
  color: var(--vs-muted);
  margin-bottom: 8px;
}
.vs-news-sum {
  margin: 0 0 8px;
  font-size: 14px;
  color: var(--vs-muted);
  line-height: 1.55;
}
.vs-news-more {
  font-size: 13px;
  font-weight: 700;
  color: var(--vs-green2);
}
.vs-news-empty {
  padding: 20px;
  color: var(--vs-muted);
  background: #f1f5f9;
  border-radius: 14px;
}

/* ----- footer ----- */
.vs-site-footer {
  background: #0f172a;
  color: rgba(255, 255, 255, 0.88);
  margin-top: 0;
  overflow-x: visible;
}
.vs-site-footer__inner {
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding: 40px var(--vs-page-gutter) 28px;
  overflow-x: visible;
}
.vs-site-footer__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 720px) {
  .vs-site-footer__grid {
    grid-template-columns: 1fr;
  }
}
.vs-site-footer__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vs-gold2);
}
.vs-site-footer__lead {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 800;
}
.vs-site-footer__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}
/* 品牌介绍：相对联络栏再向右，并靠右栏外缘对齐 */
.vs-site-footer__about {
  box-sizing: border-box;
  width: fit-content;
  max-width: min(100%, 440px);
  margin-left: auto;
  padding-left: clamp(36px, 10vw, 128px);
}
.vs-site-footer__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}
.vs-site-footer__ul a {
  color: #a7f3d0;
}
.vs-site-footer__bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px 24px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.vs-site-footer__bottom {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  white-space: nowrap;
  justify-self: end;
}
.vs-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  min-width: 0;
}
@media (max-width: 720px) {
  .vs-site-footer__about {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
  }
  .vs-site-footer__bar {
    grid-template-columns: 1fr;
  }
  .vs-site-footer__bottom {
    text-align: left;
    white-space: normal;
    justify-self: stretch;
  }
  .vs-site-footer__links {
    justify-content: flex-start;
  }
}
.vs-site-footer__links a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.vs-site-footer__links a:hover {
  color: #fff;
}

/* Company — vpg-co ledger (company-content-pulsefield.php) */
.vpg-co--ledger {
  padding: 0 0 64px;
}
.vpg-co__crumb {
  font-size: 13px;
  color: var(--vs-muted);
  padding: 20px 0 0;
}
.vpg-co__crumb a {
  color: var(--vs-green2);
  font-weight: 600;
  text-decoration: none;
}
.vpg-co__crumb a:hover {
  text-decoration: underline;
}
.vpg-co__crumb-sep {
  margin: 0 8px;
  opacity: 0.65;
}
.vpg-co__frame {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 32px 40px;
  align-items: start;
  padding-top: 24px;
}
@media (max-width: 900px) {
  .vpg-co__frame {
    grid-template-columns: 1fr;
  }
}
.vpg-co__sidenav {
  position: sticky;
  top: 72px;
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--vs-line);
  background: #fff;
  box-shadow: var(--vs-shadow-soft);
}
@media (max-width: 900px) {
  .vpg-co__sidenav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 12px;
  }
  .vpg-co__sidenav-label {
    width: 100%;
    margin-bottom: 4px !important;
  }
}
.vpg-co__sidenav-label {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vs-muted);
}
.vpg-co__sidenav a {
  display: block;
  padding: 8px 10px;
  margin-bottom: 4px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--vs-text);
  text-decoration: none;
}
@media (max-width: 900px) {
  .vpg-co__sidenav a {
    margin-bottom: 0;
    background: #f1f5f9;
  }
}
.vpg-co__sidenav a:hover {
  background: var(--vs-panel);
  color: var(--vs-green2);
}
.vpg-co__maincol {
  min-width: 0;
}
.vpg-co__head {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--vs-line);
}
.vpg-co__head-eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vs-green2);
}
.vpg-co__head-h1 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 900;
  color: var(--vs-ink);
  letter-spacing: -0.02em;
}
.vpg-co__head-lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--vs-muted);
  max-width: 62ch;
}
.vpg-co__chunk {
  margin-bottom: 32px;
  scroll-margin-top: 96px;
}
.vpg-co__chunk--edge {
  padding-left: 20px;
  border-left: 4px solid var(--vs-green2);
}
.vpg-co__chunk--wash {
  padding: 26px 24px 28px;
  border-radius: 18px;
  background: linear-gradient(165deg, #f8fafc 0%, #fff 100%);
  border: 1px solid var(--vs-line);
}
.vpg-co__chunk-h {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 900;
  color: var(--vs-ink);
}
.vpg-co__chunk-lead {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--vs-muted);
  max-width: 68ch;
}
.vpg-co__chunk-lead--muted {
  font-size: 14px;
  opacity: 0.92;
}
.vpg-co__band--text {
  margin-bottom: 20px;
}
.vpg-co__band--hero {
  margin: 0 0 24px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow);
}
.vpg-co__band--hero > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(420px, 48vh);
  object-fit: cover;
  vertical-align: middle;
}
.vpg-co__h2 {
  font-size: 1.1rem;
  font-weight: 900;
  margin: 20px 0 10px;
  color: var(--vs-green2);
}
.vpg-co__h2:first-child {
  margin-top: 0;
}
.vpg-co__p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--vs-muted);
}
.vpg-co__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.vpg-co__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.vpg-co__steps > li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--vs-line);
  background: #fff;
  box-shadow: var(--vs-shadow-soft);
}
.vpg-co__step-n {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--vs-gold);
  line-height: 1;
}
.vpg-co__step-body h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 900;
  color: var(--vs-ink);
}
.vpg-co__step-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
}
.vpg-co__defgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 640px) {
  .vpg-co__defgrid {
    grid-template-columns: 1fr;
  }
}
.vpg-co__defgrid > div {
  margin: 0;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid var(--vs-line);
  background: #fff;
}
.vpg-co__defgrid dt {
  font-size: 13px;
  font-weight: 900;
  color: var(--vs-green2);
  margin-bottom: 6px;
}
.vpg-co__defgrid dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--vs-muted);
}
.vpg-co__svc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 900px) {
  .vpg-co__svc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .vpg-co__svc-grid {
    grid-template-columns: 1fr;
  }
}
.vpg-co__svc-grid article {
  margin: 0;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid var(--vs-line);
  background: #fff;
}
.vpg-co__svc-grid h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 900;
}
.vpg-co__svc-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--vs-muted);
}
.vpg-co__sec-inline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 800px) {
  .vpg-co__sec-inline {
    grid-template-columns: 1fr;
  }
}
.vpg-co__sec-inline article {
  margin: 0;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid var(--vs-line);
  background: #fff;
}
.vpg-co__sec-inline h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 900;
}
.vpg-co__sec-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vs-green2);
  margin-bottom: 8px;
}
.vpg-co__sec-inline p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
}
.vpg-co__mosaic--2x2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 520px) {
  .vpg-co__mosaic--2x2 {
    grid-template-columns: 1fr;
  }
}
.vpg-co__mosaic-cell {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--vs-line);
}
.vpg-co__mosaic-cell > img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
/* 用户声音：多列自适应墙 + 左强调条（替代原双列顶金条卡片） */
.vpg-co__voices {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.vpg-co__voices-li {
  margin: 0;
}
@media (min-width: 1100px) {
  .vpg-co__voices {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.vpg-co__voice-card {
  margin: 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 16px 16px 14px;
  border-radius: 14px;
  border: 1px solid var(--vs-line);
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  box-shadow: var(--vs-shadow-soft);
  border-left: 4px solid var(--vs-green2);
}
.vpg-co__voice-ix {
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  color: rgba(4, 120, 87, 0.35);
  padding-top: 2px;
}
.vpg-co__voice-body {
  min-width: 0;
}
.vpg-co__voice-body p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.62;
  color: var(--vs-text);
}
.vpg-co__voice-body footer {
  font-size: 12px;
  font-weight: 800;
  color: var(--vs-muted);
}
.vpg-co__disclaimer {
  margin-top: 8px;
  padding: 22px;
  border-radius: 16px;
  background: var(--vs-panel);
  border: 1px solid var(--vs-line);
}
.vpg-co__disclaimer-h {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 900;
}
.vpg-co__foot-links {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}
.vpg-co__foot-links a {
  font-weight: 800;
  font-size: 14px;
  color: var(--vs-green2);
  text-decoration: none;
}
.vpg-co__foot-links a:hover {
  text-decoration: underline;
}


/* List — vpg-list (digest + numbered stream) */
.vpg-list {
  padding: 0 0 56px;
}
.vpg-list__mast {
  background: linear-gradient(145deg, #1e293b 0%, #0f172a 50%, #022c22 100%);
  color: #e2e8f0;
  padding: 28px 0 36px;
  margin-bottom: 0;
}
.vpg-list__mast-inner {
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding: 0 var(--vs-page-gutter);
}
.vpg-list__crumb {
  font-size: 13px;
  margin-bottom: 16px;
  color: rgba(226, 232, 240, 0.75);
}
.vpg-list__crumb a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.vpg-list__crumb a:hover {
  text-decoration: underline;
}
.vpg-list__crumb-sep {
  margin: 0 8px;
  opacity: 0.5;
}
.vpg-list__eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(251, 191, 36, 0.95);
}
.vpg-list__h1 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 900;
  color: #fff;
}
.vpg-list__lead {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.88);
  max-width: 62ch;
}
.vpg-list__meta {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.62);
  max-width: 68ch;
}
.vpg-list__digest {
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding: 28px var(--vs-page-gutter) 8px;
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 28px 36px;
  align-items: start;
}
@media (max-width: 900px) {
  .vpg-list__digest {
    grid-template-columns: 1fr;
  }
  .vpg-list__digest-aside {
    order: 2;
  }
  .vpg-list__digest-main {
    order: 1;
  }
}
.vpg-list__digest-aside {
  position: sticky;
  top: 88px;
}
@media (max-width: 900px) {
  .vpg-list__digest-aside {
    position: static;
  }
}
.vpg-list__digest-panel {
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--vs-line);
  background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
  box-shadow: var(--vs-shadow-soft);
  margin-bottom: 14px;
}
.vpg-list__digest-panel--hot {
  padding-bottom: 12px;
}
.vpg-list__digest-kicker {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vs-green2);
}
.vpg-list__digest-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
}
.vpg-list__digest-page {
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--vs-muted);
}
.vpg-list__digest-hot-h {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vs-muted);
}
.vpg-list__digest-hotlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vpg-list__digest-hotlist li {
  margin: 0;
  border-top: 1px solid var(--vs-line);
}
.vpg-list__digest-hotlist li:first-child {
  border-top: 0;
}
.vpg-list__digest-hotlink {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  color: inherit;
}
.vpg-list__digest-hotlink:hover .vpg-list__digest-hott {
  color: var(--vs-green2);
}
.vpg-list__digest-hott {
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--vs-ink);
  margin-bottom: 4px;
  transition: color 0.12s ease;
}
.vpg-list__digest-hotlink time {
  font-size: 12px;
  color: var(--vs-muted);
}
.vpg-list__digest-main {
  min-width: 0;
}
.vpg-list__stream {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 18px;
  border: 1px solid var(--vs-line);
  background: #fff;
  box-shadow: var(--vs-shadow-soft);
  overflow: hidden;
}
.vpg-list__stream-li {
  margin: 0;
  border-top: 1px solid var(--vs-line);
}
.vpg-list__stream-li:first-child {
  border-top: 0;
}
.vpg-list__stream-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 112px) minmax(0, 1fr) auto;
  gap: 12px 18px;
  align-items: center;
  padding: 16px 18px;
  text-decoration: none;
  color: inherit;
  transition: background 0.12s ease;
}
@media (max-width: 640px) {
  .vpg-list__stream-card {
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto;
  }
  .vpg-list__stream-ix {
    grid-row: 1 / span 2;
  }
  .vpg-list__stream-time {
    grid-column: 2;
    justify-self: start;
  }
  .vpg-list__stream-body {
    grid-column: 2;
  }
  .vpg-list__stream-arrow {
    grid-column: 2;
    justify-self: start;
  }
}
.vpg-list__stream-card:hover {
  background: var(--vs-panel);
}
.vpg-list__stream-ix {
  font-size: 18px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  color: var(--vs-green2);
  line-height: 1;
}
.vpg-list__stream-time {
  font-size: 12px;
  font-weight: 700;
  color: var(--vs-muted);
  white-space: nowrap;
}
.vpg-list__stream-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.vpg-list__stream-title {
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.35;
  color: var(--vs-ink);
}
.vpg-list__stream-sum {
  font-size: 14px;
  line-height: 1.55;
  color: var(--vs-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vpg-list__stream-arrow {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--vs-green2);
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(4, 120, 87, 0.25);
  background: rgba(4, 120, 87, 0.06);
  white-space: nowrap;
}
.vpg-list__stream-empty {
  margin: 0;
  padding: 36px 20px;
  text-align: center;
  color: var(--vs-muted);
  list-style: none;
}
.vpg-list__pager {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  justify-content: center;
}
.vpg-list__pager--stream {
  justify-content: flex-start;
}
.vpg-list__page {
  min-width: 40px;
  padding: 8px 12px;
  text-align: center;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  color: var(--vs-ink);
  border: 1px solid var(--vs-line);
  background: #fff;
}
.vpg-list__page:hover {
  border-color: var(--vs-green2);
  color: var(--vs-green2);
}
.vpg-list__page.is-active {
  background: var(--vs-green2);
  border-color: var(--vs-green2);
  color: #fff;
}
.vpg-list__after {
  padding: 8px var(--vs-page-gutter) 0;
}
.vpg-list__footer-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 720px) {
  .vpg-list__footer-grid {
    grid-template-columns: 1fr;
  }
}
.vpg-list__foot-card {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid var(--vs-line);
  background: linear-gradient(165deg, #fff 0%, #f1f5f9 100%);
}
.vpg-list__foot-h {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 900;
}
.vpg-list__tips {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--vs-muted);
  line-height: 1.65;
  font-size: 14px;
}
.vpg-list__tips li {
  margin-bottom: 8px;
}
.vpg-list__foot-p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
}
.vpg-list__foot-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Zixun（/zixun/）：与首页 mg-editorial 同构的图文卡片 + 热点胶囊 + 分页 */
.mg-zixun {
  --mg-ink: #1a1a1a;
  --mg-muted: rgba(26, 26, 26, 0.62);
  --mg-line: rgba(26, 26, 26, 0.1);
  --mg-accent: #c45c26;
  --mg-accent2: #2d6a4f;
  color: var(--mg-ink);
  padding: 0 0 56px;
}
.mg-zixun__mast {
  margin-bottom: 0;
}
.mg-zixun__feed.mg-editorial {
  border-top: 0;
}
.mg-zixun__head-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  text-align: right;
}
@media (max-width: 640px) {
  .mg-zixun__head-aside {
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }
}
.mg-zixun__page-meta {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--mg-muted);
}
.mg-zixun__hot {
  margin: 0 0 1.35rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid var(--mg-line);
  background: linear-gradient(165deg, #fff 0%, #f4f1ec 100%);
}
.mg-zixun__hot-h {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mg-muted);
}
.mg-zixun__hot-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
}
.mg-zixun__hot-li {
  margin: 0;
}
.mg-zixun__hot-a {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--mg-line);
  background: #fdfcfa;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--mg-ink);
  text-decoration: none;
  max-width: min(100%, 28rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mg-zixun__hot-a:hover {
  border-color: rgba(196, 92, 38, 0.45);
  color: var(--mg-accent);
}
.mg-zixun__pager {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.75rem;
  padding-top: 0.25rem;
}
.mg-zixun__page {
  min-width: 2.35rem;
  padding: 0.5rem 0.65rem;
  text-align: center;
  border-radius: 10px;
  font-weight: 800;
  font-size: 0.85rem;
  text-decoration: none;
  color: var(--mg-ink);
  border: 1px solid var(--mg-line);
  background: #fdfcfa;
  transition: border-color 0.12s ease, color 0.12s ease, background 0.12s ease;
}
.mg-zixun__page:hover {
  border-color: rgba(196, 92, 38, 0.45);
  color: var(--mg-accent);
}
.mg-zixun__page.is-active {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fdfcfa;
}

/* Article detail — vpg-article (editorial stack) */
.vpg-article {
  padding: 0 0 56px;
}
.vpg-article__mast {
  background: #fff;
  border-bottom: 1px solid var(--vs-line);
  padding: 20px 0 24px;
}
.vpg-article--editorial .vpg-article__mast--editorial {
  background: linear-gradient(145deg, #1e293b 0%, #0f172a 50%, #022c22 100%);
  border-bottom: 0;
  padding: 28px 0 32px;
  margin-bottom: 0;
  color: #e2e8f0;
}
.vpg-article__mast-inner {
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding: 0 var(--vs-page-gutter);
  text-align: center;
}
.vpg-article--editorial .vpg-article__mast-inner {
  text-align: left;
  max-width: min(var(--vs-page-max), 920px);
}
.vpg-article__crumb {
  font-size: 13px;
  color: var(--vs-muted);
  margin-bottom: 16px;
  text-align: left;
}
.vpg-article--editorial .vpg-article__crumb {
  color: rgba(226, 232, 240, 0.75);
}
.vpg-article__crumb a {
  color: var(--vs-green2);
  font-weight: 600;
  text-decoration: none;
}
.vpg-article--editorial .vpg-article__crumb a {
  color: #fff;
}
.vpg-article__crumb a:hover {
  text-decoration: underline;
}
.vpg-article__crumb-sep {
  margin: 0 8px;
  opacity: 0.6;
}
.vpg-article__crumb-clip {
  color: var(--vs-muted);
}
.vpg-article--editorial .vpg-article__crumb-clip {
  color: rgba(226, 232, 240, 0.72);
}
.vpg-article__kicker {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vs-green2);
  background: var(--vs-panel);
}
.vpg-article--editorial .vpg-article__kicker {
  color: rgba(251, 191, 36, 0.95);
  background: rgba(255, 255, 255, 0.08);
}
.vpg-article__h1 {
  margin: 0 auto 14px;
  max-width: min(100%, 720px);
  font-size: clamp(1.45rem, 3.8vw, 2.15rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--vs-ink);
  text-align: center;
}
.vpg-article--editorial .vpg-article__h1 {
  margin: 0 0 14px;
  max-width: none;
  color: #fff;
  text-align: left;
}
.vpg-article__byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
  font-size: 14px;
  color: var(--vs-muted);
}
.vpg-article--editorial .vpg-article__byline {
  justify-content: flex-start;
  color: rgba(226, 232, 240, 0.78);
}
.vpg-article__back {
  font-weight: 800;
  color: var(--vs-green2);
  text-decoration: none;
}
.vpg-article--editorial .vpg-article__back {
  color: #a7f3d0;
}
.vpg-article__back:hover {
  text-decoration: underline;
}
.vpg-article__lede-wrap {
  max-width: min(var(--vs-page-max), 920px);
  margin: 0 auto;
  padding: 24px var(--vs-page-gutter) 0;
}
.vpg-article__lede {
  margin: 0;
  padding: 16px 18px 16px 20px;
  border-left: 4px solid var(--vs-green2);
  border-radius: 0 14px 14px 0;
  background: linear-gradient(90deg, var(--vs-panel) 0%, #fff 72%);
  font-size: 1.08rem;
  line-height: 1.65;
  font-weight: 600;
  color: var(--vs-text);
}
.vpg-article__cover {
  margin: 0;
  padding: 20px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.vpg-article__cover--editorial {
  padding: 24px 0 8px;
  background: #fff;
}
.vpg-article__cover-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 var(--vs-page-gutter);
}
.vpg-article--editorial .vpg-article__cover-inner {
  max-width: min(var(--vs-page-max), 1100px);
}
.vpg-article__cover-inner > img {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-soft);
  max-height: min(420px, 52vh);
  object-fit: cover;
}
.vpg-article--editorial .vpg-article__cover-inner > img {
  border-radius: 14px;
  max-height: min(480px, 56vh);
}
.vpg-article__sheet {
  max-width: min(var(--vs-page-max), 720px);
  margin: 0 auto;
  padding: 28px var(--vs-page-gutter) 0;
}
.vpg-article__main {
  min-width: 0;
}
.vpg-article__body {
  font-size: 17px;
  line-height: 1.85;
  color: var(--vs-text);
  max-width: 65ch;
}
.vpg-article__body h2,
.vpg-article__body h3 {
  font-weight: 900;
  margin: 1.4em 0 0.5em;
  line-height: 1.3;
  color: var(--vs-ink);
}
.vpg-article__body p {
  margin: 0 0 1em;
}
.vpg-article__body ul,
.vpg-article__body ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}
.vpg-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.vpg-article__body a {
  color: var(--vs-green2);
  font-weight: 700;
}
.vpg-article__pagerow {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 560px) {
  .vpg-article__pagerow {
    grid-template-columns: 1fr;
  }
}
.vpg-article__pagecell {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid var(--vs-line);
  background: #f8fafc;
}
.vpg-article__plabel {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vs-muted);
  margin-bottom: 8px;
}
.vpg-article__pagecell a {
  font-size: 14px;
  font-weight: 700;
  color: var(--vs-green2);
  text-decoration: none;
}
.vpg-article__pagecell a:hover {
  text-decoration: underline;
}
.vpg-article__pempty {
  font-size: 14px;
  color: var(--vs-muted);
}
.vpg-article__note {
  margin-top: 28px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px dashed var(--vs-line);
  background: var(--vs-panel);
}
.vpg-article__note h2 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 900;
}
.vpg-article__note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
}
.vpg-article__below {
  max-width: var(--vs-page-max);
  margin: 40px auto 0;
  padding: 0 var(--vs-page-gutter);
}
.vpg-article__below-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}
@media (max-width: 960px) {
  .vpg-article__below-grid {
    grid-template-columns: 1fr;
  }
}
.vpg-article__dock-card--related ul {
  max-height: 280px;
  overflow: auto;
}
.vpg-article__dock-card {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--vs-line);
  background: #fff;
  box-shadow: var(--vs-shadow-soft);
}
.vpg-article__dock-card h2 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vs-muted);
}
.vpg-article__dock-card p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--vs-text);
}
.vpg-article__dock-card > a {
  font-size: 14px;
  font-weight: 800;
  color: var(--vs-green2);
  text-decoration: none;
}
.vpg-article__dock-card > a:hover {
  text-decoration: underline;
}
.vpg-article__dock-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vpg-article__dock-card li {
  margin-bottom: 8px;
}
.vpg-article__dock-card a {
  font-size: 14px;
  font-weight: 600;
  color: var(--vs-text);
  text-decoration: none;
}
.vpg-article__dock-card a:hover {
  color: var(--vs-green2);
}

/* pulsefield 文章详情：与首页/资讯列表同色系；封面角标相对图心定位，避免大块遮罩感 */
body.layout-pulsefield .mg-article.vpg-article--editorial {
  --mg-accent: #c45c26;
}
body.layout-pulsefield .vpg-article--editorial .vpg-article__mast--editorial {
  background: linear-gradient(145deg, #1e2f4d 0%, #101828 50%, #261a14 100%);
}
body.layout-pulsefield .vpg-article--editorial .vpg-article__back {
  color: #fbbf24;
}
body.layout-pulsefield .vpg-article--editorial .vpg-article__back:hover {
  color: #fde68a;
}
body.layout-pulsefield .vpg-article__lede {
  border-left-color: #c45c26;
  background: linear-gradient(90deg, rgba(196, 92, 38, 0.08) 0%, #fff 78%);
}
body.layout-pulsefield .vpg-article--editorial .vpg-article__cover--editorial {
  background: #fdfcfa;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  padding-top: 1.15rem;
}
body.layout-pulsefield .vpg-article--editorial .vpg-article__cover-frame.vs-img-watermark {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  isolation: isolate;
  line-height: 0;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
  background: #e8e3db;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  max-height: min(520px, 62vh);
}
body.layout-pulsefield .vpg-article--editorial .vpg-article__cover-frame > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}
body.layout-pulsefield .vpg-article--editorial .vpg-article__cover-frame .site-img-wm {
  max-width: min(240px, 46%);
  bottom: clamp(8px, 1.8vw, 14px);
  right: clamp(8px, 1.8vw, 14px);
  padding: 5px 8px 5px 6px;
  font-size: 0.7rem;
}
body.layout-pulsefield .vpg-article--editorial .vpg-article__cover-frame .site-img-wm__logo {
  width: 17px !important;
  height: 17px !important;
}
body.layout-pulsefield .mg-article .vpg-article__dock-card {
  border: 1px solid rgba(26, 26, 26, 0.1);
  background: linear-gradient(165deg, #fdfcfa 0%, #f4f1ec 100%);
}
body.layout-pulsefield .mg-article .vpg-article__dock-card a:hover {
  color: #c45c26;
}

/* ----- Static pages (privacy / compliance html) ----- */
.vs-static {
  padding: 24px 0 56px;
}
.vs-static__crumb {
  font-size: 13px;
  color: var(--vs-muted);
  margin-bottom: 18px;
}
.vs-static__crumb a {
  color: var(--vs-green2);
  font-weight: 600;
  text-decoration: none;
}
.vs-static__crumb-sep {
  margin: 0 8px;
  opacity: 0.65;
}
.vs-static__hero {
  margin-bottom: 28px;
}
.vs-static__h1 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  margin: 0 0 12px;
  color: var(--vs-text);
}
.vs-static__lead {
  font-size: 16px;
  line-height: 1.7;
  color: var(--vs-muted);
  margin: 0 0 12px;
  max-width: 72ch;
}
.vs-static__sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--vs-text);
  max-width: 72ch;
}
.vs-static__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 36px;
  align-items: start;
}
@media (max-width: 900px) {
  .vs-static__layout {
    grid-template-columns: 1fr;
  }
}
.vs-static__body.card-like {
  padding: 22px 24px;
  border-radius: 16px;
  border: 1px solid var(--vs-line);
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-soft);
}
.vs-static__prose {
  font-size: 16px;
  line-height: 1.8;
  color: var(--vs-text);
}
.vs-static__prose h2 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 1.5em 0 0.5em;
}
.vs-static__prose h2:first-child {
  margin-top: 0;
}
.vs-static__prose p {
  margin: 0 0 1em;
}
.vs-static__prose ul,
.vs-static__prose ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}
.vs-static__aside-inner {
  position: sticky;
  top: 96px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid var(--vs-line);
  background: var(--vs-panel);
}
.vs-static__aside-h {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--vs-muted);
  margin: 0 0 10px;
}
.vs-static__aside-p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-text);
  margin: 0 0 12px;
}
.vs-static__aside-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vs-static__aside-ul li {
  margin-bottom: 10px;
}
.vs-static__aside-ul a {
  font-weight: 700;
  font-size: 14px;
  color: var(--vs-green2);
  text-decoration: none;
}
.vs-static__aside-ul a:hover {
  text-decoration: underline;
}
.vs-static__aside-note {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--vs-line);
  font-size: 13px;
  line-height: 1.55;
  color: var(--vs-muted);
}

/* ----- Changelog page ----- */
.vs-changelog-page {
  padding: 24px 0 56px;
}
.vs-changelog-page__crumb {
  font-size: 13px;
  color: var(--vs-muted);
  margin-bottom: 18px;
}
.vs-changelog-page__crumb a {
  color: var(--vs-green2);
  font-weight: 600;
  text-decoration: none;
}
.vs-changelog-page__crumb-sep {
  margin: 0 8px;
  opacity: 0.65;
}
.vs-changelog-page__hero {
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--vs-line);
}
.vs-changelog-page__h1 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  margin: 0 0 12px;
  color: var(--vs-text);
}
.vs-changelog-page__lead {
  font-size: 17px;
  line-height: 1.65;
  color: var(--vs-muted);
  margin: 0 0 14px;
  max-width: 72ch;
}
.vs-changelog-page__sub {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--vs-text);
  max-width: 72ch;
}
.vs-changelog-page__bullets {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 14px;
  line-height: 1.65;
  color: var(--vs-muted);
  max-width: 72ch;
}
.vs-changelog-page__timeline {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.vs-changelog-page__item-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: baseline;
  margin-bottom: 10px;
}
.vs-changelog-page__date {
  font-size: 14px;
  font-weight: 800;
  color: var(--vs-green2);
}
.vs-changelog-page__ver {
  font-size: 13px;
  font-weight: 700;
  color: var(--vs-muted);
}
.vs-changelog-page__card {
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid var(--vs-line);
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-soft);
}
.vs-changelog-page__title {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 12px;
  color: var(--vs-text);
}
.vs-changelog-page__ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--vs-muted);
  line-height: 1.65;
  font-size: 15px;
}
.vs-changelog-page__ul li {
  margin-bottom: 6px;
}
.vs-changelog-page__foot {
  margin-top: 40px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--vs-line);
  background: var(--vs-panel);
}
.vs-changelog-page__foot-h {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 10px;
  color: var(--vs-text);
}
.vs-changelog-page__foot-p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--vs-muted);
  max-width: 65ch;
}
.vs-changelog-page__foot-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.vs-changelog-page__foot-cta .vs-btn--ghost {
  border-color: rgba(15, 23, 42, 0.2);
  color: var(--vs-text);
  background: #fff;
}
.vs-changelog-page__foot-cta .vs-btn--ghost:hover {
  border-color: var(--vs-green2);
  color: var(--vs-green2);
  background: rgba(4, 120, 87, 0.08);
}

/* ----- 404 ----- */
.vs-404 {
  padding: 32px 0 64px;
}
.vs-404__crumb {
  font-size: 13px;
  color: var(--vs-muted);
  margin-bottom: 20px;
}
.vs-404__crumb a {
  color: var(--vs-green2);
  font-weight: 600;
  text-decoration: none;
}
.vs-404__crumb-sep {
  margin: 0 8px;
  opacity: 0.65;
}
.vs-404__hero {
  margin-bottom: 24px;
}
.vs-404__code {
  margin: 0 0 8px;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--vs-green2);
  opacity: 0.85;
}
.vs-404__h1 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  margin: 0 0 12px;
  color: var(--vs-text);
}
.vs-404__lead {
  font-size: 17px;
  line-height: 1.65;
  color: var(--vs-muted);
  margin: 0 0 12px;
  max-width: 62ch;
}
.vs-404__sub {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--vs-text);
  max-width: 65ch;
}
.vs-404__url {
  margin: 0;
  font-size: 13px;
  color: var(--vs-muted);
  word-break: break-all;
}
.vs-404__url-k {
  font-weight: 700;
  color: var(--vs-text);
}
.vs-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}
.vs-404__actions .vs-btn--ghost {
  border-color: rgba(15, 23, 42, 0.2);
  color: var(--vs-text);
  background: transparent;
}
.vs-404__actions .vs-btn--ghost:hover {
  border-color: var(--vs-green2);
  color: var(--vs-green2);
  background: rgba(4, 120, 87, 0.08);
}
.vs-404__h2 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 16px;
  color: var(--vs-text);
}
.vs-404__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 800px) {
  .vs-404__cards {
    grid-template-columns: 1fr;
  }
}
.vs-404__card {
  margin: 0;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid var(--vs-line);
  background: var(--vs-surface);
  box-shadow: var(--vs-shadow-soft);
}
.vs-404__card-h {
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--vs-green2);
}
.vs-404__card-p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
}
.vs-404__more {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
}
.vs-404__link {
  font-weight: 800;
  font-size: 15px;
  color: var(--vs-green2);
  text-decoration: none;
}
.vs-404__link:hover {
  text-decoration: underline;
}

/* container helper if theme uses .container without max-width */
body.layout-pulsefield .container {
  max-width: var(--vs-page-max);
  margin: 0 auto;
  padding-left: var(--vs-page-gutter);
  padding-right: var(--vs-page-gutter);
}

/* /app mgapp：主图尺寸由各区块 .mgapp-* 内绝对铺满规则控制，勿再全局强改 width 以免撑裂定高容器 */

/* =============================================================================
   15-momentum-grid：mg- 整站皮（双层顶栏 + 四栏页脚 + 影院 Hero）
   与 14 的 .vs-masthead 单条顶栏 / vdeck 指挥台无共用类名
   ============================================================================= */

.layout-pulsefield #main-content {
  padding: 0;
  background: var(--mg-bg, #f4f1ec);
}

/* ----- 顶栏 ----- */
.mg-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fdfcfa;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}
.mg-header__beacon {
  height: 3px;
  background: linear-gradient(90deg, #c45c26, #e8b923, #2d6a4f);
}
.mg-header__meta {
  border-bottom: 1px solid rgba(26, 26, 26, 0.06);
  font-size: 0.78rem;
}
.mg-header__meta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding: 0.35rem 0;
  color: rgba(26, 26, 26, 0.55);
}
.mg-header__tagline {
  margin: 0;
}
.mg-header__meta-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
}
.mg-header__meta-a {
  color: rgba(26, 26, 26, 0.55);
  text-decoration: none;
}
.mg-header__meta-a:hover {
  color: #c45c26;
}
.mg-header__meta-dot {
  opacity: 0.4;
}
.mg-header__meta-cta {
  margin-left: 0.5rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: #1a1a1a;
  color: #fdfcfa !important;
  text-decoration: none;
  font-weight: 600;
}
.mg-header__meta-cta:hover {
  background: #c45c26;
}
.mg-header__slab-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  padding: 0.65rem 0;
}
.mg-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: #1a1a1a;
}
.mg-header__mark {
  display: block;
  border-radius: 10px;
}
.mg-header__wordmark {
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}
.mg-slabnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.25rem;
}
.mg-slabnav__a {
  padding: 0.4rem 0.65rem;
  border-radius: 6px;
  text-decoration: none;
  color: rgba(26, 26, 26, 0.72);
  font-size: 0.88rem;
  font-weight: 600;
}
.mg-slabnav__a:hover {
  background: rgba(196, 92, 38, 0.1);
  color: #1a1a1a;
}
.mg-slabnav__a.is-active {
  background: #1a1a1a;
  color: #fdfcfa;
}

/* ----- 页脚 ----- */
.mg-footer {
  margin-top: 0;
  background: #1a1a1a;
  color: rgba(253, 252, 250, 0.82);
  padding: 2.25rem 0 0;
}
.mg-footer--bg {
  background-size: cover;
  background-position: center;
}
.mg-footer__grid {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 720px) {
  .mg-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }
}
.mg-footer__logo-line {
  margin: 0 0 0.5rem;
  font-weight: 800;
  font-size: 1.05rem;
  color: #fdfcfa;
}
.mg-footer__desc {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(253, 252, 250, 0.62);
}
.mg-footer__h {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(253, 252, 250, 0.45);
}
.mg-footer__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
  line-height: 1.65;
}
.mg-footer__ul a {
  color: rgba(253, 252, 250, 0.82);
  text-decoration: none;
}
.mg-footer__ul a:hover {
  color: #e8b923;
}
.mg-footer__addr {
  color: rgba(253, 252, 250, 0.62);
}
.mg-footer__bar {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mg-footer__bar-inner {
  padding: 0.85rem 0;
}
.mg-footer__copy {
  font-size: 0.78rem;
  color: rgba(253, 252, 250, 0.45);
}

/* ----- 首页 mg-home ----- */
.mg-home {
  --mg-ink: #1a1a1a;
  --mg-muted: rgba(26, 26, 26, 0.62);
  --mg-line: rgba(26, 26, 26, 0.1);
  --mg-accent: #c45c26;
  --mg-accent2: #2d6a4f;
  color: var(--mg-ink);
}

.mg-cinema {
  position: relative;
  min-height: min(78vh, 820px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.mg-cinema__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}
.mg-cinema__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mg-cinema__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 12, 14, 0.1) 0%, rgba(10, 12, 14, 0.55) 45%, rgba(10, 12, 14, 0.88) 100%);
}
.mg-cinema__box {
  position: relative;
  z-index: 2;
  padding: clamp(2.5rem, 8vw, 4.5rem) 0;
  max-width: 42rem;
}
.mg-cinema__kicker {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8b923;
}
.mg-cinema__h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fdfcfa;
}
.mg-cinema__lead {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(253, 252, 250, 0.82);
}
.mg-cinema__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.mg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.2rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.mg-btn--light {
  background: #fdfcfa;
  color: #1a1a1a;
}
.mg-btn--light:hover {
  background: #e8b923;
  color: #1a1a1a;
}
.mg-btn--ghost {
  border-color: rgba(253, 252, 250, 0.55);
  color: #fdfcfa;
  background: transparent;
}
.mg-btn--ghost:hover {
  background: rgba(253, 252, 250, 0.12);
}
.mg-btn--accent {
  background: var(--mg-accent);
  color: #fdfcfa;
}
.mg-btn--accent:hover {
  filter: brightness(1.05);
}
.mg-btn--outline {
  border-color: #fdfcfa;
  color: #fdfcfa;
  background: transparent;
}
.mg-cinema__spot {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(253, 252, 250, 0.75);
}
.mg-cinema__spot-label {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  background: rgba(232, 185, 35, 0.25);
  color: #fceea8;
  font-weight: 700;
  font-size: 0.72rem;
}
.mg-cinema__spot-a {
  color: #fdfcfa;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mg-ticker {
  overflow: hidden;
  border-block: 1px solid var(--mg-line);
  background: #ebe6df;
}
.mg-ticker__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 0.5rem;
  padding: 0.45rem 0;
  animation: mg-marquee 38s linear infinite;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.55);
}
.mg-ticker__dot {
  opacity: 0.35;
}
@keyframes mg-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.mg-stats {
  background: #fdfcfa;
  border-bottom: 1px solid var(--mg-line);
}
.mg-stats__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1.35rem 0;
  text-align: center;
}
.mg-stats__v {
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 900;
  color: var(--mg-accent2);
}
.mg-stats__l {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  color: var(--mg-muted);
}

.mg-deck {
  padding: clamp(1.75rem, 4vw, 2.5rem) 0;
  background: #fdfcfa;
  border-bottom: 1px solid var(--mg-line);
}
.mg-deck__grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 520px) {
  .mg-deck__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .mg-deck__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.mg-deck__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem 2.1rem;
  border-radius: 12px;
  border: 1px solid var(--mg-line);
  background: #f4f1ec;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.mg-deck__card:hover {
  border-color: rgba(196, 92, 38, 0.45);
  box-shadow: 0 10px 28px rgba(26, 26, 26, 0.07);
}
.mg-deck__card-h {
  font-size: 1rem;
  font-weight: 900;
  color: var(--mg-ink);
}
.mg-deck__card-p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--mg-muted);
}
.mg-deck__card-go {
  position: absolute;
  right: 0.9rem;
  bottom: 0.75rem;
  font-weight: 800;
  color: var(--mg-accent);
  font-size: 1rem;
}

.mg-matrix-wrap {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: var(--mg-bg, #f4f1ec);
}
.mg-h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}
.mg-lead {
  margin: 0 0 1.25rem;
  max-width: 40rem;
  color: var(--mg-muted);
  line-height: 1.6;
}
.mg-matrix {
  display: grid;
  gap: 1px;
  background: var(--mg-line);
  border: 1px solid var(--mg-line);
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mg-matrix {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .mg-matrix {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.mg-matrix__cell {
  margin: 0;
  padding: 1.25rem 1.35rem;
  background: #fdfcfa;
}
.mg-matrix__h {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
}
.mg-matrix__p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--mg-muted);
  line-height: 1.55;
}

.mg-ribbon {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: #ebe6df;
  border-block: 1px solid var(--mg-line);
}
.mg-ribbon__grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 880px) {
  .mg-ribbon__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 2rem;
  }
}
.mg-ribbon__fig {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--mg-line);
  min-height: 220px;
  aspect-ratio: 3 / 2;
  background: #ddd5cb;
}
.mg-ribbon__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}
.mg-ribbon__copy {
  min-width: 0;
}
.mg-ribbon__lead {
  margin-bottom: 1rem;
}
.mg-ribbon__ol {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  color: var(--mg-muted);
  line-height: 1.65;
  font-size: 0.92rem;
}
.mg-ribbon__ol li {
  margin-bottom: 0.5rem;
}
.mg-ribbon__ol li:last-child {
  margin-bottom: 0;
}

.mg-editorial {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: #fdfcfa;
  border-top: 1px solid var(--mg-line);
}
.mg-editorial__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.mg-editorial__sub {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: var(--mg-muted);
  line-height: 1.45;
  max-width: 36rem;
}
.mg-more {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--mg-accent);
  text-decoration: none;
}
.mg-more:hover {
  text-decoration: underline;
}
.mg-editorial__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mg-editorial__card {
  display: grid;
  gap: 1rem;
  align-items: start;
  text-decoration: none;
  color: inherit;
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid var(--mg-line);
  background: #f4f1ec;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
@media (min-width: 720px) {
  .mg-editorial__card {
    grid-template-columns: minmax(0, 280px) 1fr;
  }
}
.mg-editorial__card:hover {
  border-color: rgba(196, 92, 38, 0.45);
  box-shadow: 0 12px 32px rgba(26, 26, 26, 0.08);
}
.mg-editorial__fig {
  margin: 0;
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  /* 固定画幅：避免竖图/横图把整卡拉伸成不同高度（勿随右侧文案栏被 grid stretch 拉高） */
  aspect-ratio: 16 / 10;
  min-height: 0;
  align-self: start;
}
.mg-editorial__fig > img.mg-editorial__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  display: block;
}
.mg-editorial__time {
  font-size: 0.78rem;
  color: var(--mg-muted);
}
.mg-editorial__title {
  margin: 0.35rem 0 0.4rem;
  font-size: 1.08rem;
  line-height: 1.3;
}
.mg-editorial__sum {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  color: var(--mg-muted);
  line-height: 1.55;
}
.mg-editorial__go {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--mg-accent);
}
.mg-empty {
  color: var(--mg-muted);
  margin: 0;
}

.mg-shield {
  padding: clamp(1.75rem, 4vw, 2.5rem) 0;
  background: #e8e3db;
  border-block: 1px solid var(--mg-line);
}
.mg-shield__inner {
  max-width: 52rem;
}
.mg-shield__h {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
}
.mg-shield__p {
  margin: 0;
  color: var(--mg-muted);
  line-height: 1.65;
}

/* 首页「原声摘录」：等宽卡片 + 首字头像（替代旧 mg-voices 一大三小结构） */
.mg-echo {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: linear-gradient(180deg, #f4f1ec 0%, #ebe6df 100%);
  border-block: 1px solid var(--mg-line);
}
.mg-echo__head {
  margin-bottom: 1.35rem;
  max-width: 40rem;
}
.mg-echo__h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--mg-ink);
}
.mg-echo__lead {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--mg-muted);
}
.mg-echo__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .mg-echo__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .mg-echo__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.mg-echo__card {
  margin: 0;
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: 14px;
  background: #fdfcfa;
  border: 1px solid var(--mg-line);
  box-shadow: 0 6px 22px rgba(26, 26, 26, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.mg-echo__top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.mg-echo__avatar {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  color: #fdfcfa;
  background: linear-gradient(145deg, var(--mg-accent2), #1b4332);
  box-shadow: 0 2px 8px rgba(26, 26, 26, 0.12);
}
.mg-echo__meta {
  min-width: 0;
}
.mg-echo__name {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--mg-ink);
  line-height: 1.25;
}
.mg-echo__tag {
  margin: 0.15rem 0 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--mg-accent);
  text-transform: none;
}
.mg-echo__q {
  margin: 0;
  padding: 0;
  border-left: 3px solid rgba(196, 92, 38, 0.45);
  padding-left: 0.85rem;
  font-size: 0.9rem;
  line-height: 1.6;
  font-style: normal;
  color: var(--mg-muted);
}
.mg-echo__disclaimer {
  margin: 1.25rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.48);
  max-width: 48rem;
}

.mg-chlog {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: #fdfcfa;
  border-top: 1px solid var(--mg-line);
}
.mg-chlog__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.mg-chlog__timeline {
  margin: 0;
  padding: 0 0 0 1.1rem;
  list-style: none;
  border-left: 2px solid var(--mg-line);
}
.mg-chlog__node {
  position: relative;
  padding: 0 0 1.25rem 1.25rem;
}
.mg-chlog__node:last-child {
  padding-bottom: 0;
}
.mg-chlog__dot {
  position: absolute;
  left: calc(-1.1rem - 5px);
  top: 0.35rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mg-accent);
  box-shadow: 0 0 0 3px #fdfcfa;
}
.mg-chlog__card {
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border: 1px solid var(--mg-line);
  background: #f4f1ec;
}
.mg-chlog__ver {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--mg-accent);
}
.mg-chlog__t {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}
.mg-chlog__bullets {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--mg-muted);
}
.mg-chlog__bullets li {
  margin-bottom: 0.25rem;
}
.mg-chlog__bullets li:last-child {
  margin-bottom: 0;
}

.mg-mini-faq {
  padding: clamp(1.75rem, 4vw, 2.5rem) 0;
  background: var(--mg-bg, #f4f1ec);
  border-top: 1px solid var(--mg-line);
}
.mg-mini-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 44rem;
}
.mg-mini-faq__item {
  border-radius: 12px;
  border: 1px solid var(--mg-line);
  background: #fdfcfa;
  overflow: hidden;
}
.mg-mini-faq__q {
  cursor: pointer;
  list-style: none;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--mg-ink);
}
.mg-mini-faq__q::-webkit-details-marker {
  display: none;
}
.mg-mini-faq__a {
  margin: 0;
  padding: 0.65rem 1rem 0.9rem;
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--mg-muted);
  border-top: 1px solid rgba(26, 26, 26, 0.06);
}

.mg-terminal {
  padding: clamp(2rem, 5vw, 2.75rem) 0;
  background: #1a1a1a;
  color: rgba(253, 252, 250, 0.88);
}
.mg-terminal__inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .mg-terminal__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.mg-terminal__h {
  margin: 0 0 0.4rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fdfcfa;
}
.mg-terminal__p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(253, 252, 250, 0.65);
}
.mg-terminal__go {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

/* /app mgapp：兜底（head 中若 app-landing-pulsefield 早于本文件加载，此处仍保证 cover） */
#mgapp-root .mgapp-bezel__screen.vs-img-watermark {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 390 / 844 !important;
  overflow: hidden !important;
  margin: 0 !important;
  background: #0b0b0b !important;
}
#mgapp-root .mgapp-minishot__frame.vs-img-watermark,
#mgapp-root .mgapp-polaroids__img.vs-img-watermark,
#mgapp-root .mgapp-featrow__fig.vs-img-watermark {
  position: relative !important;
  overflow: hidden !important;
}
#mgapp-root .mgapp-polaroids__img.vs-img-watermark > img:not(.site-img-wm__logo),
#mgapp-root .mgapp-featrow__fig.vs-img-watermark > img:not(.site-img-wm__logo) {
  box-sizing: border-box !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  vertical-align: top !important;
}
#mgapp-root .mgapp-bezel__screen.vs-img-watermark > .mgapp-shot-clip,
#mgapp-root .mgapp-minishot__frame.vs-img-watermark > .mgapp-shot-clip {
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
  z-index: 0 !important;
  box-sizing: border-box !important;
  pointer-events: none !important;
}
#mgapp-root .mgapp-bezel__screen.vs-img-watermark > .mgapp-shot-clip::before,
#mgapp-root .mgapp-minishot__frame.vs-img-watermark > .mgapp-shot-clip::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background-color: var(--mgapp-shot-fc, #0b0b0b) !important;
  background-image: var(--mgapp-shot-bg, none) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

/* =============================================================================
   品牌介绍（company-content-pulsefield）：mg-brand 新版式，与 mg-header 同源气质
   ============================================================================= */
.mg-brand {
  padding-bottom: 56px;
}
.mg-brand__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mg-brand__crumb {
  font-size: 13px;
  color: var(--vs-muted);
  padding: 18px 0 0;
}
.mg-brand__crumb a {
  color: var(--vs-green2);
  font-weight: 600;
  text-decoration: none;
}
.mg-brand__crumb a:hover {
  text-decoration: underline;
}
.mg-brand__crumb-sep {
  margin: 0 8px;
  opacity: 0.55;
}
.mg-brand__hero {
  margin-top: 8px;
  padding: 28px 0 36px;
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 42%, #0f172a 100%);
  color: #f8fafc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mg-brand__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
@media (max-width: 900px) {
  .mg-brand__hero-grid {
    grid-template-columns: 1fr;
  }
}
.mg-brand__hero-kicker {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(251, 191, 36, 0.95);
}
.mg-brand__hero-h1 {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 4vw, 2.45rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.mg-brand__hero-lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(248, 250, 252, 0.78);
  max-width: 52ch;
}
.mg-brand__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.mg-brand__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.mg-brand__btn--solid {
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
  color: #0f172a;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}
.mg-brand__btn--solid:hover {
  filter: brightness(1.06);
}
.mg-brand__btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
  color: #f8fafc;
}
.mg-brand__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}
.mg-brand__btn--light {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #f8fafc;
  margin-top: 18px;
}
.mg-brand__btn--light:hover {
  background: rgba(255, 255, 255, 0.18);
}
.mg-brand__hero-visual {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  aspect-ratio: 4 / 3;
  background: #0b1220;
}
.mg-brand__hero-visual > img:not(.site-img-wm__logo) {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
}
.mg-brand__dock {
  position: sticky;
  top: 0;
  z-index: 48;
  background: rgba(253, 252, 250, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}
.layout-pulsefield .mg-brand__dock {
  top: 90px;
}
.mg-brand__dock-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 0;
}
.mg-brand__dock a {
  display: inline-flex;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: var(--vs-ink);
  text-decoration: none;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid transparent;
}
.mg-brand__dock a:hover {
  border-color: rgba(4, 120, 87, 0.35);
  color: var(--vs-green2);
  background: #ecfdf5;
}
.mg-brand__main {
  padding-top: 28px;
}
.mg-brand__section {
  margin-bottom: 40px;
  scroll-margin-top: 88px;
}
.mg-brand__section--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 28px 36px;
  align-items: start;
}
@media (max-width: 800px) {
  .mg-brand__section--split {
    grid-template-columns: 1fr;
  }
}
.mg-brand__section--paper {
  padding: 28px 24px 30px;
  border-radius: 18px;
  background: linear-gradient(165deg, #fdfcfa 0%, #f4f1ec 100%);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
}
.mg-brand__section--legal {
  padding-top: 8px;
}
.mg-brand__h2 {
  margin: 0 0 12px;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 900;
  color: var(--vs-ink);
  letter-spacing: -0.02em;
}
.mg-brand__h2--center {
  text-align: center;
}
.mg-brand__lead {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--vs-muted);
  max-width: 68ch;
}
.mg-brand__lead--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.mg-brand__lead--muted {
  font-size: 14px;
  opacity: 0.92;
}
.mg-brand__p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--vs-muted);
}
.mg-brand__p:last-child {
  margin-bottom: 0;
}
.mg-brand__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.mg-brand__fact {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-soft);
}
.mg-brand__fact-k {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vs-green2);
}
.mg-brand__fact-v {
  font-size: 14px;
  line-height: 1.5;
  color: var(--vs-muted);
}
.mg-brand__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 900px) {
  .mg-brand__pillars {
    grid-template-columns: 1fr;
  }
}
.mg-brand__pillar {
  margin: 0;
  padding: 22px 20px 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-soft);
  position: relative;
  overflow: hidden;
}
.mg-brand__pillar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #047857, #fbbf24);
}
.mg-brand__pillar-ix {
  display: block;
  font-size: 0.85rem;
  font-weight: 900;
  color: rgba(217, 119, 6, 0.85);
  margin-bottom: 8px;
}
.mg-brand__pillar-h {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--vs-ink);
}
.mg-brand__pillar-p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
}
.mg-brand__matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 640px) {
  .mg-brand__matrix {
    grid-template-columns: 1fr;
  }
}
.mg-brand__matrix-cell {
  margin: 0;
  padding: 18px 18px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.07);
}
.mg-brand__matrix-h {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 900;
  color: var(--vs-ink);
}
.mg-brand__matrix-p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--vs-muted);
}
.mg-brand__trust-panel {
  border-radius: 20px;
  padding: 28px 26px 30px;
  background: linear-gradient(155deg, #0f172a 0%, #1e293b 100%);
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
}
.mg-brand__trust-eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(251, 191, 36, 0.95);
}
.mg-brand__trust-lead {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.88);
  max-width: 62ch;
}
.mg-brand__trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 720px) {
  .mg-brand__trust-list {
    grid-template-columns: 1fr;
  }
}
.mg-brand__trust-list li {
  margin: 0;
  padding: 14px 16px;
  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.5;
  color: rgba(226, 232, 240, 0.88);
}
.mg-brand__trust-list strong {
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: #fbbf24;
  margin-bottom: 6px;
}
.mg-brand__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 520px) {
  .mg-brand__gallery {
    grid-template-columns: 1fr;
  }
}
.mg-brand__gallery-cell {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--vs-line);
  background: #f1f5f9;
  aspect-ratio: 5 / 3;
}
.mg-brand__gallery-cell > img:not(.site-img-wm__logo) {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mg-brand__voices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 720px) {
  .mg-brand__voices {
    grid-template-columns: 1fr;
  }
}
.mg-brand__voice {
  margin: 0;
  padding: 18px 18px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-soft);
}
.mg-brand__voice p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-ink);
}
.mg-brand__voice footer {
  font-size: 12px;
  font-weight: 700;
  color: var(--vs-muted);
}
.mg-brand__outro {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 18px;
}
.mg-brand__outro a {
  font-size: 14px;
  font-weight: 700;
  color: var(--vs-green2);
  text-decoration: none;
}
.mg-brand__outro a:hover {
  text-decoration: underline;
}
body.layout-pulsefield #main-content .mg-brand {
  background: transparent;
}

/* =============================================================================
   更新日志（changelog-content-pulsefield）：mg-chlog 新版式（仅 #mg-chlog-root，避免与首页 section.mg-chlog 混写）
   ============================================================================= */
#mg-chlog-root {
  padding-bottom: 56px;
}
.mg-chlog__crumb {
  font-size: 13px;
  color: var(--vs-muted);
  padding: 18px 0 0;
}
.mg-chlog__crumb a {
  color: var(--vs-green2);
  font-weight: 600;
  text-decoration: none;
}
.mg-chlog__crumb a:hover {
  text-decoration: underline;
}
.mg-chlog__crumb-sep {
  margin: 0 8px;
  opacity: 0.55;
}
.mg-chlog__hero {
  margin-top: 8px;
  padding: 28px 0 32px;
  background: linear-gradient(148deg, #0c4a3e 0%, #064e3b 38%, #0f172a 100%);
  color: #ecfdf5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mg-chlog__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(20px, 3.5vw, 40px);
  align-items: end;
}
@media (max-width: 900px) {
  .mg-chlog__hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
}
.mg-chlog__hero-kicker {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(251, 191, 36, 0.95);
}
.mg-chlog__hero-h1 {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 3.8vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.mg-chlog__hero-lead {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(236, 253, 245, 0.88);
  max-width: 56ch;
}
.mg-chlog__hero-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(236, 253, 245, 0.65);
  max-width: 58ch;
}
.mg-chlog__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
@media (min-width: 901px) {
  .mg-chlog__stats {
    margin-bottom: 4px;
  }
}
.mg-chlog__stat {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.mg-chlog__stat-v {
  font-size: 1.15rem;
  font-weight: 900;
  color: #fbbf24;
  letter-spacing: -0.02em;
}
.mg-chlog__stat-k {
  font-size: 12px;
  font-weight: 700;
  color: rgba(236, 253, 245, 0.72);
  line-height: 1.4;
}
.mg-chlog__main {
  padding-top: 32px;
}
.mg-chlog__empty {
  margin: 0 0 36px;
  padding: 28px 22px;
  border-radius: 16px;
  background: linear-gradient(165deg, #fdfcfa 0%, #f4f1ec 100%);
  border: 1px dashed rgba(26, 26, 26, 0.15);
  font-size: 15px;
  color: var(--vs-muted);
  text-align: center;
}
.mg-chlog__timeline {
  position: relative;
  margin: 0 0 40px;
  padding-left: 8px;
}
.mg-chlog__timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(4, 120, 87, 0.45), rgba(251, 191, 36, 0.35));
}
@media (max-width: 520px) {
  .mg-chlog__timeline::before {
    left: 11px;
  }
}
.mg-chlog__item {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 8px 16px;
  margin-bottom: 22px;
}
@media (max-width: 520px) {
  .mg-chlog__item {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 6px 12px;
  }
}
.mg-chlog__item:last-child {
  margin-bottom: 0;
}
.mg-chlog__item-rail {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 22px;
}
.mg-chlog__item-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fbbf24, #d97706);
  border: 3px solid #fdfcfa;
  box-shadow: 0 0 0 2px rgba(4, 120, 87, 0.35);
  flex-shrink: 0;
}
.mg-chlog__item-body {
  min-width: 0;
}
.mg-chlog__item-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 16px;
  margin-bottom: 10px;
}
.mg-chlog__item-date {
  font-size: 13px;
  font-weight: 800;
  color: var(--vs-green2);
  letter-spacing: 0.02em;
}
.mg-chlog__item-ver {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.55);
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(4, 120, 87, 0.1);
  border: 1px solid rgba(4, 120, 87, 0.2);
}
.mg-chlog__card {
  padding: 20px 20px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-soft);
}
.mg-chlog__card-h {
  margin: 0 0 12px;
  font-size: 1.08rem;
  font-weight: 900;
  color: var(--vs-ink);
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.mg-chlog__card-ul {
  margin: 0;
  padding: 0 0 0 1.15rem;
  font-size: 14px;
  line-height: 1.65;
  color: var(--vs-muted);
}
.mg-chlog__card-ul li {
  margin-bottom: 8px;
}
.mg-chlog__card-ul li:last-child {
  margin-bottom: 0;
}
.mg-chlog__section-h {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 900;
  color: var(--vs-ink);
  letter-spacing: -0.02em;
}
.mg-chlog__section-lead {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--vs-muted);
  max-width: 68ch;
}
.mg-chlog__guide {
  margin-bottom: 36px;
  padding: 26px 22px 28px;
  border-radius: 18px;
  background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-soft);
}
.mg-chlog__guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 900px) {
  .mg-chlog__guide-grid {
    grid-template-columns: 1fr;
  }
}
.mg-chlog__guide-card {
  margin: 0;
  padding: 18px 18px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
}
.mg-chlog__guide-h {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 900;
  color: var(--vs-green2);
}
.mg-chlog__guide-p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
}
.mg-chlog__faq {
  margin-bottom: 28px;
}
.mg-chlog__faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mg-chlog__details {
  border-radius: 14px;
  border: 1px solid var(--vs-line);
  background: #fff;
  box-shadow: var(--vs-shadow-soft);
  overflow: hidden;
}
.mg-chlog__summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 800;
  color: var(--vs-ink);
  position: relative;
}
.mg-chlog__summary::-webkit-details-marker {
  display: none;
}
.mg-chlog__summary::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--vs-green2);
  border-bottom: 2px solid var(--vs-green2);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}
.mg-chlog__details[open] .mg-chlog__summary::after {
  transform: translateY(-25%) rotate(-135deg);
}
.mg-chlog__details-a {
  margin: 0;
  padding: 12px 18px 16px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--vs-muted);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}
.mg-chlog__related {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-bottom: 28px;
  padding: 16px 0;
  border-top: 1px solid var(--vs-line);
  border-bottom: 1px solid var(--vs-line);
}
.mg-chlog__related a {
  font-size: 14px;
  font-weight: 700;
  color: var(--vs-green2);
  text-decoration: none;
}
.mg-chlog__related a:hover {
  text-decoration: underline;
}
.mg-chlog__foot {
  padding: 28px 24px 30px;
  border-radius: 20px;
  background: linear-gradient(165deg, #fdfcfa 0%, #eef7f4 45%, #f4f1ec 100%);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.07);
}
.mg-chlog__foot-h {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--vs-ink);
}
.mg-chlog__foot-p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--vs-muted);
  max-width: 52ch;
}
.mg-chlog__foot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.mg-chlog__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.mg-chlog__btn--solid {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  color: #ecfdf5;
  box-shadow: 0 6px 22px rgba(6, 95, 70, 0.28);
}
.mg-chlog__btn--solid:hover {
  filter: brightness(1.05);
}
.mg-chlog__btn--ghost {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.12);
  color: var(--vs-ink);
}
.mg-chlog__btn--ghost:hover {
  border-color: rgba(4, 120, 87, 0.45);
  color: var(--vs-green2);
}
.mg-chlog__btn--line {
  background: transparent;
  border-color: rgba(4, 120, 87, 0.35);
  color: var(--vs-green2);
}
.mg-chlog__btn--line:hover {
  background: rgba(4, 120, 87, 0.06);
}
body.layout-pulsefield #main-content #mg-chlog-root {
  background: transparent;
}
