/* Pulsefield home only: extracted from pulsefield-site.css */

/* 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;
}
/* 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);
}
body.layout-pulsefield .container.vpg-article__sheet {
  max-width: min(var(--vs-page-max), 720px);
}
body.layout-pulsefield .container.vpg-article__lede-wrap {
  max-width: min(var(--vs-page-max), 920px);
}
body.layout-pulsefield .container.vpg-article__cover-inner {
  max-width: 920px;
}
body.layout-pulsefield .vpg-article--editorial .container.vpg-article__cover-inner {
  max-width: min(var(--vs-page-max), 1100px);
}
/* =============================================================================
   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;
}
