:root{--brand:#c9202a;--ink:#0b0b12;--muted:#6f6f79;--line:rgba(11,11,18,.10);--paper:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body,button,input{font:inherit}
img{max-width:100%}
a{color:inherit;text-decoration:none}
button{color:inherit}
.brand{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;font-size:17px;font-weight:700;letter-spacing:-.02em}
.brand img{width:28px;height:28px;object-fit:contain}
.language-link{font-size:12px;color:#6d6d77}

/* Header is migrated from SuiteNav in Sangely官网-V1-技术交接版.html. */
header.site-nav{position:fixed;top:0;left:0;right:0;z-index:50;border-bottom:1px solid transparent;background:transparent;transition:background .35s ease,border-color .35s ease,backdrop-filter .35s ease}
header.site-nav.is-scrolled,header.site-nav.nav-blur{backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);background:rgba(255,255,255,.72);border-bottom-color:rgba(11,11,18,.06)}
header.site-nav>div{width:100%;max-width:1240px;height:64px;margin:0 auto;padding-left:24px;padding-right:24px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}
header.site-nav>div>a:first-child{display:flex;align-items:center;gap:8px;cursor:pointer;color:#0b0b12;text-decoration:none;white-space:nowrap}
header.site-nav>div>a:first-child img{display:block;width:28px;height:28px;border-radius:6px;object-fit:cover}
header.site-nav>div>a:first-child span{font-size:17px;font-weight:600;letter-spacing:-.025em}
header.site-nav nav{display:none;align-items:center;gap:28px;color:#76767d;font-size:14px}
header.site-nav nav>a,header.site-nav .nav-dropdown__trigger{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;padding:0;color:inherit;font:inherit;white-space:nowrap;cursor:pointer;transition:color .15s ease}
header.site-nav nav>a:hover,header.site-nav nav>a[aria-current="page"],header.site-nav .nav-dropdown__trigger:hover,header.site-nav .nav-dropdown.is-open>.nav-dropdown__trigger{color:#0b0b12}
header.site-nav nav>a[aria-current="page"]{font-weight:500}
header.site-nav .nav-dropdown{position:relative}
header.site-nav .nav-dropdown__trigger svg{transition:transform .2s ease}
header.site-nav .nav-dropdown.is-open>.nav-dropdown__trigger svg{transform:rotate(180deg)}
header.site-nav .nav-dropdown__panel{position:absolute;top:100%;left:50%;width:360px;margin-top:8px;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-4px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
header.site-nav .nav-dropdown.is-open .nav-dropdown__panel,header.site-nav .nav-dropdown:hover .nav-dropdown__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
header.site-nav .nav-dropdown__panel>div{padding:8px;border:1px solid rgba(11,11,18,.06);border-radius:16px;background:#fff;box-shadow:0 2px 4px rgba(11,11,18,.04),0 24px 48px -20px rgba(11,11,18,.18)}
header.site-nav .nav-dropdown__panel a{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:12px;color:inherit;text-decoration:none;transition:background-color .15s ease}
header.site-nav .nav-dropdown__panel a:hover{background:#f2f2f2}
header.site-nav .nav-dropdown__panel a>div{min-width:0;flex:1}
header.site-nav .nav-dropdown__panel a>div>div:first-child{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
header.site-nav .nav-dropdown__panel a>div>div:first-child>span:first-child{color:#0b0b12;font-size:14px;font-weight:600;letter-spacing:-.025em;transition:color .15s ease}
header.site-nav .nav-dropdown__panel a:hover>div>div:first-child>span:first-child{color:#c73332}
header.site-nav .nav-dropdown__panel a>div>div:first-child>span:last-child{display:inline-flex;align-items:center;justify-content:center;height:18px;padding:0 6px;border-radius:999px;font-family:Inter,'Noto Sans SC',sans-serif;font-size:9.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
header.site-nav .nav-dropdown__panel a>div>div:last-child{margin-top:2px;color:#6a6a78;font-size:12px;line-height:1.55}
header.site-nav .nav-dropdown__panel a>svg{flex:0 0 auto;margin-top:4px;color:#8e8e9a;transition:color .15s ease}
header.site-nav .nav-dropdown__panel a:hover>svg{color:#0b0b12}
header.site-nav>div>div:last-child{display:flex;align-items:center;gap:8px}
header.site-nav .btn-primary{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 16px;border-radius:999px;background:linear-gradient(180deg,#1b1b26 0%,#0b0b12 100%);color:#f2f2f2;font-size:13.5px;font-weight:500;text-decoration:none;box-shadow:0 1px 0 rgba(255,255,255,.12) inset,0 0 0 1px rgba(11,11,18,.9),0 8px 16px -6px rgba(11,11,18,.3);transition:transform .2s,box-shadow .2s}
header.site-nav .btn-primary:hover{transform:translateY(-1px);box-shadow:0 1px 0 rgba(255,255,255,.15) inset,0 0 0 1px rgba(11,11,18,1),0 12px 24px -8px rgba(11,11,18,.4)}
@media(min-width:768px){header.site-nav nav{display:flex}}
@media(min-width:1024px){header.site-nav>div{padding-left:32px;padding-right:32px}}
.news-page-hero{min-height:640px;border-bottom:1px solid rgba(11,11,18,.06);background:#fbefed url("/assets/insights/source-visuals/news-hero-bg.jpg") center/cover no-repeat}
.news-page-hero__inner{width:min(1240px,calc(100% - 48px));min-height:640px;margin:auto;padding:128px 0 80px;display:block}
.news-page-hero__pill{display:inline-flex;align-items:center;gap:9px;padding:7px 12px;border:1px solid rgba(11,11,18,.08);border-radius:999px;background:rgba(255,255,255,.84);font-size:12px;color:#383842}
.news-page-hero__pill i{width:6px;height:6px;border-radius:50%;background:#c9202a}
.news-page-hero h1{height:192px;margin:24px 0 0;font-size:64px;line-height:1.5;letter-spacing:-.055em;font-weight:680}
.news-page-hero p{max-width:700px;margin:28px 0 0;color:#0b0b12;font-size:17.5px;line-height:1.65}
.site-footer{margin-top:0;background:#f2f2f2;color:#25252d}
.site-footer__inner{width:min(1240px,calc(100% - 48px));margin:auto;padding:80px 0 64px;display:grid;grid-template-columns:4fr 8fr;gap:40px}
.site-footer__brand p{margin:25px 0 0;color:#696973;font-size:14px;line-height:1.9}
.site-footer__social{display:flex;gap:8px;margin-top:28px}
.site-social-wrap{position:relative;display:inline-flex}
.site-social-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(11,11,18,.08);border-radius:50%;background:#fff;color:#111119;transition:border-color .2s ease,color .2s ease}
.site-social-link:hover{border-color:rgba(11,11,18,.2)}
.site-social-link svg{display:block;width:20px;height:20px;fill:currentColor}
.site-social-qr{position:absolute;left:50%;bottom:100%;z-index:20;margin-bottom:12px;padding:8px;border:1px solid rgba(11,11,18,.08);border-radius:12px;background:#fff;box-shadow:0 18px 40px -24px rgba(11,11,18,.5);opacity:0;visibility:hidden;transform:translate(-50%,6px);transition:.2s ease}
.site-social-qr img{display:block;width:140px;max-width:none;height:140px;object-fit:cover}
.site-social-wrap:hover .site-social-qr,.site-social-wrap:focus-within .site-social-qr{opacity:1;visibility:visible;transform:translate(-50%,0)}
.site-footer__columns{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:40px clamp(72px,8vw,132px)}
.site-footer__columns section{display:flex;flex-direction:column;gap:11px}
.site-footer__columns h2{margin:0 0 8px;font-size:13px}
.site-footer__columns a{font-size:12px;color:#74747e}
.site-footer__columns a:hover{color:#c9202a}
.site-footer__bottom{width:min(1240px,calc(100% - 48px));margin:auto;padding:20px 0 28px;border-top:1px solid rgba(11,11,18,.10);display:flex;justify-content:space-between;gap:30px;color:#8a8a94;font-size:10px;line-height:1.6}
.site-footer__language{display:inline-flex;align-items:center;width:max-content;flex:0 0 auto;padding:3px;border:1px solid rgba(11,11,18,.08);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 1px 2px rgba(11,11,18,.04)}
.site-footer__language a{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:24px;padding:0 10px;border-radius:999px;color:#7a7a84;font-size:11px;line-height:1;text-decoration:none;transition:background .2s ease,color .2s ease}
.site-footer__language a.is-active{background:#111119;color:#fff}
.site-footer__language a:not(.is-active):hover{color:#c9202a}
.article-figure{margin:30px auto}
.article-figure img{display:block;width:auto;max-width:min(100%,760px);height:auto;margin:auto;border-radius:8px}
/* 文章内视频:上传的 mp4 用 <video>,B站/腾讯视频等外链用 <iframe>;宽度同图片上限,16:9 */
.article-video{margin:30px auto;max-width:760px}
.article-video video,.article-video iframe{display:block;width:100%;aspect-ratio:16/9;height:auto;border:0;border-radius:8px;background:#000}
.article-video iframe{height:auto;min-height:220px}
.news-detail-sidebar-empty{margin:16px 0 0;color:#8b8b95;font-size:11px;line-height:1.7}
@media(min-width:1024px){.news-page-hero__inner{padding-top:160px;padding-bottom:96px}}
/* ===== 点亮动态 · static demo ===== */
.news-page {
  min-height: 100vh;
  background: #fff;
  color: #0B0B12;
}
.news-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}
.news-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 72px;
  padding-top: 86px;
  padding-bottom: 120px;
}
.news-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.news-section-head h2 {
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -.035em;
  font-weight: 650;
}
.news-section-head span {
  color: #9A9AA4;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.news-article-list {
  border-top: 1px solid rgba(11,11,18,.09);
}
.news-article {
  display: grid;
  grid-template-columns: 276px minmax(0, 1fr);
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(11,11,18,.09);
}
.news-article--text {
  grid-template-columns: minmax(0, 1fr);
}
.news-article-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.news-cover {
  position: relative;
  min-height: 182px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(11,11,18,.06);
  background: #F5F3F2;
  transform: translateY(0);
  transition: transform .45s cubic-bezier(.2,.75,.2,1), box-shadow .45s cubic-bezier(.2,.75,.2,1);
}
.news-article:hover .news-cover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px -30px rgba(11,11,18,.3);
}
.news-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(11,11,18,.13) .7px, transparent .7px);
  background-size: 14px 14px;
  opacity: .44;
}
.news-cover-image::before {
  display: none;
}
.news-cover-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 182px;
  object-fit: cover;
  object-position: center;
}
.news-cover-label {
  position: absolute;
  top: 16px;
  left: 17px;
  z-index: 2;
  color: rgba(11,11,18,.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.news-cover-ai {
  background:
    radial-gradient(circle at 72% 40%, rgba(201,32,42,.34), transparent 14%),
    radial-gradient(circle at 64% 54%, rgba(255,181,175,.72), transparent 30%),
    linear-gradient(135deg, #fff 0%, #F7E7E4 100%);
}
.news-cover-ai .news-orbit {
  position: absolute;
  width: 114px;
  height: 114px;
  right: 26px;
  top: 34px;
  border: 1px solid rgba(201,32,42,.32);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(201,32,42,.045), 0 0 0 38px rgba(201,32,42,.025);
}
.news-cover-system {
  background: linear-gradient(135deg, #FCE8E5, #FFF9F7 54%, #F3E6E3);
}
.news-cover-system .news-bars {
  position: absolute;
  inset: 0 22px 0 40px;
  background: repeating-linear-gradient(90deg, rgba(201,32,42,.22) 0 16px, rgba(255,255,255,.18) 16px 34px);
  filter: blur(.1px);
  opacity: .8;
}
.news-cover-api {
  background: linear-gradient(145deg, #111119, #252531);
}
.news-cover-api::before {
  background-image: radial-gradient(rgba(255,255,255,.25) .7px, transparent .7px);
  opacity: .28;
}
.news-cover-api .news-api-line {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 88px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #F06469 16%, #F06469 84%, transparent);
  box-shadow: 0 -25px 0 rgba(240,100,105,.16), 0 25px 0 rgba(240,100,105,.16);
}
.news-cover-api .news-api-line::before,
.news-cover-api .news-api-line::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #F06469;
  box-shadow: 0 0 0 7px rgba(240,100,105,.12);
}
.news-cover-api .news-api-line::before { left: 22%; }
.news-cover-api .news-api-line::after { right: 22%; }
.news-article-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 4px 0 3px;
}
.news-category {
  color: #C9202A;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.news-article h3 {
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.38;
  letter-spacing: -.025em;
  font-weight: 620;
  transition: color .2s ease;
}
.news-article:hover h3 { color: #C9202A; }
.news-summary {
  margin-top: 12px;
  color: #6A6A76;
  font-size: 14.5px;
  line-height: 1.75;
}
.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  color: #9A9AA4;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .06em;
}
.news-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #C9202A;
}
.news-sidebar {
  position: sticky;
  top: 96px;
  align-self: start;
}
.news-hot {
  overflow: hidden;
  border: 1px solid rgba(11,11,18,.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff 0%, #FCFAF9 100%);
  box-shadow: 0 20px 50px -42px rgba(11,11,18,.28);
}
.news-hot-head {
  padding: 25px 25px 21px;
  border-bottom: 1px solid rgba(11,11,18,.07);
}
.news-hot-head div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #C9202A;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.news-hot-head div::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #C9202A;
}
.news-hot-head h2 {
  margin-top: 10px;
  font-size: 27px;
  letter-spacing: -.035em;
  font-weight: 650;
}
.news-hot-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(11,11,18,.065);
  transition: background .25s ease;
}
.news-hot-item:last-child { border-bottom: 0; }
.news-hot-item:hover { background: #F7F3F2; }
.news-hot-rank {
  color: #C9202A;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 700;
}
.news-hot-item h3 {
  font-size: 15px;
  line-height: 1.58;
  font-weight: 600;
}
.news-hot-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 10px;
  color: #9999A3;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9.5px;
}
.news-sidebar-note {
  margin-top: 18px;
  padding: 19px 21px;
  border-radius: 18px;
  background: #111119;
  color: #fff;
}
.news-sidebar-note span {
  color: #F2A7A9;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.news-sidebar-note p {
  margin-top: 8px;
  color: rgba(255,255,255,.7);
  font-size: 12.5px;
  line-height: 1.7;
}
.news-intro-wrap {
  padding: 70px 0 0;
}
.news-intro {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 68px;
  padding: 0 0 54px;
  border-bottom: 1px solid rgba(11,11,18,.09);
}
.news-intro-mark {
  color: #C9202A;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.news-intro h2 {
  margin-top: 12px;
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: -.03em;
  font-weight: 650;
}
.news-intro-copy {
  max-width: 810px;
  color: #50505B;
  font-size: 17px;
  line-height: 1.95;
}
.news-directions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}
.news-directions span,
.news-keyword {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 5px 11px;
  border: 1px solid rgba(11,11,18,.08);
  border-radius: 999px;
  background: #FBF9F8;
  color: #666671;
  font-size: 11px;
  line-height: 1;
}
.news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 28px 0 0;
}
.news-filter button {
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid rgba(11,11,18,.1);
  border-radius: 999px;
  background: #fff;
  color: #555560;
  font-size: 13px;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.news-filter button:hover {
  color: #C9202A;
  border-color: rgba(201,32,42,.28);
  transform: translateY(-1px);
}
.news-filter button.is-active {
  border-color: #111119;
  background: #111119;
  color: #fff;
}
.news-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}
.news-keyword::before {
  content: "#";
  margin-right: 2px;
  color: #C9202A;
}
.news-empty {
  padding: 45px 0;
  border-bottom: 1px solid rgba(11,11,18,.09);
  color: #777781;
  font-size: 14px;
}
.news-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}
.news-pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(11,11,18,.12);
  border-radius: 8px;
  background: #fff;
  color: #1B1B26;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.news-pagination-btn:hover:not(:disabled):not(.is-active) {
  border-color: rgba(201,32,42,.45);
  color: #C9202A;
}
.news-pagination-btn.is-active {
  background: #C9202A;
  border-color: #C9202A;
  color: #fff;
}
.news-pagination-btn:disabled {
  opacity: .38;
  cursor: not-allowed;
}
.news-pagination-btn.news-pagination-nav {
  padding: 0 14px;
  font-family: inherit;
  font-size: 13px;
}
.news-pagination-ellipsis {
  padding: 0 4px;
  color: #9A9AA4;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
}
.news-content {
  grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
  gap: 64px;
  padding-top: 72px;
}
.news-directory {
  min-width: 0;
}
.news-directory-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(11,11,18,.12);
}
.news-directory-tabs button {
  position: relative;
  padding: 0 0 15px;
  border: 0;
  background: transparent;
  color: #777781;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.news-directory-tabs button.is-active {
  color: #111119;
}
.news-directory-tabs button.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #C9202A;
}
.news-directory .news-section-head {
  margin-bottom: 20px;
}
.news-directory .news-section-head h2 {
  font-size: 26px;
  font-weight: 650;
}
.news-title-list {
  border-top: 1px solid #18181F;
}
.news-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  align-items: center;
  gap: 28px;
  min-height: 72px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(11,11,18,.1);
}
 .news-title-link {
  min-width: 0;
  color: #202028;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}
.news-title-link:hover,
.news-title-link:focus-visible,
.news-title-link:active {
  color: #C9202A;
}
.news-title-link:hover {
  transform: translateX(3px);
}
.news-title-link h3 {
  font-size: 16px;
  line-height: 1.62;
  font-weight: 560;
}
.news-title-row time {
  justify-self: end;
  color: #90909A;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: .02em;
  white-space: nowrap;
}
.news-directory .news-pagination {
  justify-content: center;
  margin-top: 38px;
}
.news-directory-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 24px;
  align-self: start;
}
.news-side-module {
  padding: 25px 26px 27px;
  border-top: 2px solid #111119;
  background: #FAF9F8;
}
.news-side-module-kicker {
  color: #C9202A;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.news-side-module > h2 {
  margin-top: 8px;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 650;
}
.news-tag-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  margin-top: 18px;
}
.news-tag-list a {
  padding: 9px 0;
  border-bottom: 1px solid rgba(11,11,18,.08);
  color: #565661;
  font-size: 12px;
  line-height: 1.45;
}
.news-tag-list a::before {
  content: "#";
  margin-right: 5px;
  color: #C9202A;
}
.news-hot-feature {
  display: block;
  margin-top: 19px;
  color: #18181F;
  text-decoration: none;
}
.news-hot-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #EFEDEC;
}
.news-hot-feature h3 {
  margin-top: 13px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 620;
  transition: color .2s ease;
}
.news-hot-feature:hover h3 {
  color: #C9202A;
}
.news-tag-list a {
  text-decoration: none;
  cursor: pointer;
  transition: color .18s ease;
}
.news-tag-list a:hover,
.news-tag-list a:focus-visible {
  color: #C9202A;
}
.news-hot-links {
  margin-top: 15px;
  border-top: 1px solid rgba(11,11,18,.1);
}
.news-hot-links a {
  display: grid;
  grid-template-columns: 6px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid rgba(11,11,18,.08);
  color: #33333C;
  text-decoration: none;
}
.news-hot-links a > span {
  width: 4px;
  height: 4px;
  margin-top: 9px;
  border-radius: 50%;
  background: #C9202A;
}
.news-hot-links h3 {
  font-size: 13px;
  line-height: 1.58;
  font-weight: 560;
  transition: color .2s ease;
}
.news-hot-links a:hover h3 {
  color: #C9202A;
}
.news-product-insight-list {
  margin-top: 15px;
  border-top: 1px solid rgba(11,11,18,.1);
}
.news-product-insight-placeholder {
  display: grid;
  grid-template-columns: 24px minmax(0,1fr);
  gap: 10px;
  align-items: center;
  min-height: 52px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(11,11,18,.08);
  color: #15151C;
  text-decoration: none;
  transition: color .18s ease,transform .18s ease,background-color .18s ease;
}
.news-product-insight-placeholder > span {
  color: #C9202A;
  font-family: ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size: 10px;
  font-weight: 650;
}
.news-product-insight-placeholder h3 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  line-height: 1.55;
}
.news-product-insight-placeholder strong {
  min-width: 0;
  font-weight: 620;
}
.news-product-insight-placeholder small {
  flex: 0 0 auto;
  color: #8B8B95;
  font-size: 10px;
  font-weight: 400;
}
.news-product-insight-placeholder:hover {
  color: #C9202A;
  transform: translateX(2px);
  background: rgba(201,32,42,.018);
}
@media (max-width: 980px) {
  .news-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .news-directory-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .news-directory-tabs {
    gap: 24px;
  }
  .news-title-row {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 0;
    padding: 17px 0;
  }
  .news-title-row time {
    justify-self: start;
  }
  .news-directory-sidebar {
    grid-template-columns: 1fr;
  }
  .news-side-module {
    padding: 22px 20px 24px;
  }
}
.news-insights-section {
  width: min(1240px, calc(100% - 48px));
  padding: 0 0 96px;
}
.news-insights-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 304px;
  gap: 18px;
  align-items: stretch;
}
.news-insights-layout > * { min-width: 0; }
.news-insights-frame {
  overflow: hidden;
  border: 1px solid rgba(11,11,18,.08);
  border-radius: 24px;
  background: #FBF9F8;
}
.news-products-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 410px;
  border: 1px solid rgba(11,11,18,.08);
  border-radius: 24px;
  background: #fff;
}
.news-products-visual {
  position: relative;
  min-height: 218px;
  padding: 28px 26px 24px;
  overflow: hidden;
  border-bottom: 1px solid rgba(11,11,18,.08);
  background:
    radial-gradient(circle at 76% 26%, rgba(201,32,42,.11), transparent 34%),
    linear-gradient(145deg, #fff 0%, #f8f5f4 100%);
}
.news-products-visual::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -74px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(201,32,42,.16);
  border-radius: 50%;
}
.news-products-kicker {
  position: relative;
  z-index: 1;
  color: #C9202A;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: .14em;
}
.news-products-visual h2 {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  font-size: 26px;
  line-height: 1.16;
  letter-spacing: -.035em;
}
.news-products-system {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  width: 186px;
  margin-top: 25px;
}
.news-products-system span {
  display: grid;
  place-items: center;
  height: 34px;
  border: 1px solid rgba(11,11,18,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  color: #666672;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .08em;
  box-shadow: 0 8px 24px -18px rgba(11,11,18,.35);
}
.news-product-links {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 3px 24px 14px;
}
.news-product-link {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "name arrow" "meta arrow";
  align-items: center;
  min-height: 52px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(11,11,18,.08);
  color: #0B0B12;
  text-decoration: none;
  transition: color .2s ease, padding-left .2s ease;
}
.news-product-link:last-child { border-bottom: 0; }
.news-product-link strong {
  grid-area: name;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 620;
}
.news-product-link small {
  grid-area: meta;
  margin-top: 2px;
  color: #9999A3;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.news-product-link b {
  grid-area: arrow;
  color: #C9202A;
  font-size: 15px;
  font-weight: 500;
  transition: transform .2s ease;
}
.news-product-link:hover { color: #C9202A; padding-left: 4px; }
.news-product-link:hover b { transform: translate(2px,-2px); }
.news-publication-heading {
  align-self: flex-start;
}
.news-publication-heading h2 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.035em;
  font-weight: 650;
}
.news-publication-heading span {
  display: block;
  margin-top: 7px;
  color: #9999A3;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: .1em;
}
.news-insights-grid {
  display: grid;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  min-height: 410px;
}
.news-publication-side {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: 30px 36px 26px;
}
.news-publication-side::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  bottom: 26px;
  width: 1px;
  background: rgba(11,11,18,.08);
}
.news-cover-stage {
  position: relative;
  width: min(100%, 360px);
  height: 266px;
  margin: 22px auto 0;
  perspective: 1200px;
}
.news-publication {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 270px;
  height: 236px;
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  transform: translateX(-50%) translateZ(-80px) rotateY(-2deg) scale(.88);
  transition: opacity .42s ease, transform .52s cubic-bezier(.2,.75,.2,1);
  pointer-events: none;
}
.news-publication.is-active {
  z-index: 3;
  opacity: 1;
  transform: translateX(-61%) translateZ(0) rotateY(-1deg) scale(1);
}
.news-publication.is-next {
  z-index: 2;
  opacity: .24;
  transform: translateX(-32%) translateY(9px) translateZ(-90px) rotateY(-6deg) scale(.72);
}
.news-publication::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 12%;
  bottom: 3px;
  left: 12%;
  height: 16px;
  border-radius: 50%;
  background: rgba(11,11,18,.22);
  filter: blur(11px);
}
.news-publication-asset {
  width: 100%;
  height: 100%;
  transform: rotateY(-2deg);
  transform-origin: 38% 50%;
  transition: transform .52s cubic-bezier(.2,.75,.2,1);
}
.news-publication.is-active .news-publication-asset {
  transform: rotateY(0);
}
.news-publication[data-publication-index="3"] {
  top: 2px;
  width: 286px;
  height: 250px;
}
.news-publication[data-publication-index="3"].is-active {
  transform: translateX(-55%) translateZ(0) rotateY(-1deg) scale(1);
}
.news-publication-asset img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 15px 14px rgba(11,11,18,.16));
}
.news-publication-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(201,32,42,.18);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #C9202A;
  font-size: 16px;
  transform: translateY(-50%);
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.news-publication-arrow--prev { left: 4px; }
.news-publication-arrow--next { right: 4px; }
.news-publication-arrow:hover {
  border-color: #C9202A;
  background: #C9202A;
  color: #fff;
  transform: translateY(-50%) scale(1.04);
}
.news-publication-count {
  align-self: center;
  min-width: 72px;
  margin-top: 0;
  color: #777781;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .12em;
  text-align: center;
}
.news-insight-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 40px 34px 46px;
  background: rgba(255,255,255,.54);
}
.news-insight-copy-label {
  color: #C9202A;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.news-insight-copy h3 {
  margin-top: 11px;
  font-size: 31px;
  line-height: 1.22;
  letter-spacing: -.045em;
  font-weight: 650;
}
.news-insight-copy > p {
  margin-top: 14px;
  max-width: 470px;
  color: #686873;
  font-size: 13.5px;
  line-height: 1.75;
}
.news-focus-list {
  margin-top: 20px;
  border-top: 1px solid rgba(11,11,18,.09);
}
.news-focus-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 9px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(11,11,18,.09);
}
.news-focus-item span {
  color: #C9202A;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 700;
}
.news-focus-item strong {
  font-size: 13px;
  font-weight: 600;
}
.news-insight-more {
  align-self: flex-start;
  margin-top: 20px;
  padding: 10px 16px;
  border: 1px solid #111119;
  border-radius: 999px;
  background: #111119;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  transition: transform .2s ease, background .2s ease;
}
.news-insight-more:hover {
  transform: translateY(-2px);
  background: #C9202A;
  border-color: #C9202A;
}
.news-detail-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.news-detail-hero {
  padding: 108px 0 40px;
  border-bottom: 1px solid rgba(11,11,18,.07);
  background: #fff;
}
.news-detail-hero-inner {
  max-width: 1000px;
}
.news-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7D7D87;
  font-size: 12px;
  text-decoration: none;
}
.news-detail-back:hover { color: #C9202A; }
.news-detail-kicker {
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  padding-left: 9px;
  border-left: 2px solid #C9202A;
  color: #C9202A;
  font-size: 12px;
  font-weight: 600;
}
.news-detail-title {
  max-width: 920px;
  margin-top: 16px;
  color: #111118;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.38;
  letter-spacing: -.025em;
  font-weight: 650;
  text-align: left;
}
.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 26px;
  margin-top: 22px;
  color: #666671;
  font-size: 12px;
  line-height: 1.6;
}
.news-detail-meta span {
  display: inline-flex;
  gap: 7px;
}
.news-detail-meta b {
  color: #9999A3;
  font-weight: 500;
}
.news-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}
.news-detail-tag {
  padding: 4px 8px;
  border: 1px solid rgba(11,11,18,.06);
  border-radius: 2px;
  background: #F7F7F8;
  color: #6E6E78;
  font-size: 10px;
}
.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) 300px;
  align-items: start;
  gap: 48px;
  padding-top: 54px;
  padding-bottom: 84px;
}
.news-detail-article {
  min-width: 0;
  max-width: 820px;
  margin: 0;
}
.news-detail-copy {
  max-width: 790px;
  color: #414149;
}
.news-detail-intro {
  margin-bottom: 34px;
  padding: 18px 22px;
  border: 0;
  border-left: 2px solid rgba(201,32,42,.72);
  background: #FAFAFA;
  color: #3F3F48;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
}
.news-detail-copy section {
  margin-top: 46px;
}
.news-detail-copy section:first-child {
  margin-top: 0;
}
.news-detail-copy h2,
.news-detail-copy h3,
.news-detail-emphasis {
  max-width: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  text-align: left !important;
}
.news-detail-copy h2 {
  margin: 46px 0 0;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(11,11,18,.11);
  color: #17171E;
  font-size: 24px;
  line-height: 1.55;
  letter-spacing: -.015em;
  font-weight: 650;
}
.news-detail-copy section > h2:first-child {
  margin-top: 0;
}
.news-detail-section-index {
  margin-right: 6px;
  color: #C9202A;
  font-size: .78em;
  font-weight: 650;
}
.news-detail-copy p {
  width: auto !important;
  max-width: 100% !important;
  margin: 18px 0 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #414149;
  font-size: 16px;
  line-height: 1.95;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
}
.news-detail-copy h3 {
  margin: 32px 0 0;
  padding: 0 0 0 12px;
  border: 0;
  border-left: 2px solid rgba(201,32,42,.62);
  color: #202027;
  font-size: 19px;
  line-height: 1.65;
  font-weight: 630;
}
.news-detail-subtitle {
  margin-top: 10px !important;
  color: #6C6C76 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  font-weight: 520 !important;
}
.news-detail-emphasis {
  margin-top: 18px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #2C2C34 !important;
  font-size: 16px !important;
  line-height: 1.95 !important;
  font-weight: 500 !important;
}
.news-detail-emphasis strong {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 620 !important;
}
.news-detail-quote {
  margin: 28px 0 0;
  padding: 16px 20px;
  border: 0;
  border-left: 2px solid rgba(201,32,42,.62);
  background: #FAFAFA;
  color: #3B3B44;
  font-size: 16px;
  line-height: 1.9;
}
.news-detail-list {
  margin: 18px 0 0;
  padding-left: 1.35em;
  color: #414149;
  font-size: 16px;
  line-height: 1.9;
}
.news-detail-list li {
  padding-left: .18em;
}
.news-detail-list li::marker {
  color: #C9202A;
  font-weight: 600;
}
.news-detail-list li + li {
  margin-top: 8px;
}
.news-detail-figure {
  width: min(100%, 760px);
  max-width: 760px;
  margin: 36px auto 28px;
}
.news-detail-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  object-fit: contain;
}
.news-detail-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  margin: 36px 0 28px;
}
.news-detail-image-pair .news-detail-figure {
  width: 100%;
  max-width: none;
  margin: 0;
}
@media (max-width: 720px) {
  .news-detail-image-pair {
    grid-template-columns: 1fr;
  }
}
.news-detail-figure figcaption {
  margin-top: 10px;
  text-align: center;
  color: #8A8A94;
  font-size: 12px;
  line-height: 1.65;
}
.news-detail-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 18px;
  width: 300px;
}
.news-detail-sidebar-section {
  padding: 22px 22px 20px;
  border: 1px solid rgba(11,11,18,.09);
  border-radius: 8px;
  background: #fff;
}
.news-detail-sidebar-label {
  color: #C9202A;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.news-detail-sidebar-section > h2 {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -.02em;
  font-weight: 650;
}
.news-detail-sidebar-list {
  margin-top: 16px;
}
.news-detail-sidebar-item {
  display: block;
  padding: 14px 0;
  border-top: 1px solid rgba(11,11,18,.075);
  color: #15151C;
  text-decoration: none;
  transition: color .2s ease;
}
.news-detail-sidebar-item:hover {
  color: #C9202A;
}
.news-detail-sidebar-item h3 {
  font-size: 13px;
  line-height: 1.62;
  font-weight: 600;
}
.news-detail-sidebar-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 7px;
  color: #9696A0;
  font-size: 10px;
}
.news-related-product-card {
  display: block;
  margin-top: 16px;
  padding: 16px 0 2px;
  border-top: 1px solid rgba(11,11,18,.075);
  color: #15151C;
  text-decoration: none;
}
.news-related-product-card strong {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 650;
  transition: color .2s ease;
}
.news-related-product-card p {
  margin-top: 8px;
  color: #6F6F78;
  font-size: 11px;
  line-height: 1.7;
}
.news-related-product-card span {
  display: inline-block;
  margin-top: 15px;
  color: #C9202A;
  font-size: 11px;
  font-weight: 600;
  transition: transform .2s ease;
}
.news-related-product-card:hover strong {
  color: #C9202A;
}
.news-related-product-card:hover span {
  transform: translateX(3px);
}
.news-detail-sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
}
.news-detail-sidebar-tags span {
  padding: 6px 9px;
  border: 1px solid rgba(11,11,18,.08);
  border-radius: 3px;
  color: #666671;
  font-size: 10px;
}
.news-article-nav {
  max-width: 820px;
  margin: 0 auto 108px;
  padding: 0 14px 16px;
  border: 1px solid rgba(11,11,18,.16);
  border-radius: 2px;
  background: #fff;
}
.news-article-source {
  padding: 10px 0 9px;
  border-bottom: 1px solid rgba(11,11,18,.13);
  color: #4B4B55;
  font-size: 13px;
  line-height: 1.6;
}
.news-article-nav-links {
  padding-top: 7px;
}
.news-article-nav-links a {
  display: block;
  padding: 6px 0;
  color: #2E2E37;
  font-size: 14px;
  line-height: 1.65;
  text-decoration: none;
  transition: color .2s ease;
}
.news-article-nav-links a:hover {
  color: #C9202A;
}
.news-article-nav-links span {
  font-weight: 500;
}
.news-article-nav-links strong {
  font-weight: 500;
}
@media (max-width: 1180px) {
  .news-detail-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .news-detail-article {
    max-width: 920px;
    margin: 0 auto;
  }
  .news-detail-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
  }
}
@media (max-width: 980px) {
  .news-content { grid-template-columns: 1fr; gap: 58px; }
  .news-sidebar { position: static; }
  .news-intro { grid-template-columns: 1fr; gap: 24px; }
  .news-insights-layout { grid-template-columns: 1fr; }
  .news-products-panel { min-height: 0; }
  .news-products-visual { min-height: 190px; }
  .news-product-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
  .news-insights-grid { grid-template-columns: 1fr; }
  .news-publication-side::after {
    top: auto;
    right: 38px;
    bottom: 0;
    left: 38px;
    width: auto;
    height: 1px;
  }
  .news-publication-side { padding: 32px 36px 30px; }
  .news-insight-copy { padding: 38px 42px; }
}
@media (max-width: 700px) {
  .news-shell { width: min(100% - 32px, 1240px); }
  .news-detail-shell { width: min(100% - 32px, 1180px); }
  .news-intro-wrap { padding-top: 52px; }
  .news-intro-copy { font-size: 15px; line-height: 1.85; }
  .news-filter { gap: 8px; }
  .news-filter button { padding: 8px 12px; font-size: 12px; }
  .news-content { padding-top: 58px; padding-bottom: 88px; }
  .news-article { grid-template-columns: 1fr; gap: 20px; }
  .news-cover { min-height: 208px; }
  .news-article h3 { font-size: 21px; }
  .news-pagination { gap: 6px; }
  .news-pagination-btn { min-width: 32px; height: 32px; padding: 0 8px; font-size: 12px; }
  .news-pagination-btn.news-pagination-nav { padding: 0 10px; }
  .news-insights-section { padding-bottom: 72px; }
  .news-product-links { grid-template-columns: 1fr; }
  .news-products-visual { min-height: 180px; padding: 24px 22px; }
  .news-publication-side { padding: 26px 20px 30px; }
  .news-publication-heading h2 { font-size: 24px; }
  .news-cover-stage {
    width: 100%;
    height: 290px;
    margin-top: 22px;
  }
  .news-publication {
    width: 220px;
    height: 250px;
    padding: 0;
  }
  .news-publication.is-active { transform: translateX(-60%) translateZ(0) rotateY(0) scale(1); }
  .news-publication.is-next { transform: translateX(-18%) translateY(14px) translateZ(-90px) rotateY(-7deg) scale(.91); }
  .news-publication-arrow--prev { left: 0; }
  .news-publication-arrow--next { right: 0; }
  .news-insight-copy { padding: 34px 24px 38px; }
  .news-insight-copy h3 { font-size: 29px; }
  .news-detail-hero { padding-top: 100px; padding-bottom: 38px; }
  .news-detail-kicker { margin-top: 24px; }
  .news-detail-title { font-size: 28px; line-height: 1.45; }
  .news-detail-meta { gap: 7px 16px; margin-top: 20px; }
  .news-detail-layout { padding-top: 38px; padding-bottom: 64px; }
  .news-detail-intro { padding: 16px 18px; font-size: 15.5px; }
  .news-detail-copy section { margin-top: 38px; }
  .news-detail-copy h2 { margin-top: 38px; padding-bottom: 10px; font-size: 21px; }
  .news-detail-copy h3 { margin-top: 28px; font-size: 18px; }
  .news-detail-copy p,
  .news-detail-emphasis,
  .news-detail-quote,
  .news-detail-list { font-size: 15.5px !important; line-height: 1.95 !important; }
  .news-detail-figure { margin-top: 30px; margin-bottom: 24px; }
  .news-detail-sidebar { grid-template-columns: 1fr; gap: 14px; }
  .news-detail-sidebar-section { padding: 20px; }
  .news-article-nav {
    width: min(100% - 32px, 820px);
    margin-bottom: 82px;
  }
  .news-article-nav-links a { font-size: 13px; }
}
/* ===== /点亮动态 ===== */
.news-title-row[hidden]{display:none}
.news-article-nav-links{display:grid;gap:3px}
.news-article-nav-links:empty{display:none}
.news-article-nav-links a:hover{color:#c9202a}
@media(max-width:900px){
  .site-footer__inner{grid-template-columns:1fr;gap:45px}
}
@media(max-width:640px){
  .news-page-hero,.news-page-hero__inner{min-height:640px}
  .news-page-hero__inner{width:calc(100% - 48px);padding:128px 0 80px}
  .news-page-hero h1{height:192px;font-size:64px;line-height:1.5}
  .news-page-hero p{font-size:17.5px;line-height:1.65}
  .site-footer__inner,.site-footer__bottom{width:calc(100% - 48px)}
  .site-footer__columns{display:grid;grid-template-columns:1fr 1fr;gap:34px}
  .site-footer__bottom{flex-direction:column;gap:8px}
}
.article-back{display:inline-flex;align-items:center;gap:8px;color:#7d7d87;font-size:12px;text-decoration:none}.article-back:hover{color:#c9202a}

/* ===== 文章分享条(由 insights.js 注入到正文之后)===== */
.article-share{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:36px 0 8px;padding:18px 0 0;border-top:1px solid rgba(11,11,18,0.08);position:relative}
.article-share__label{font-size:12px;letter-spacing:.08em;color:#8b8b95;margin-right:4px}
.article-share__btn{appearance:none;display:inline-flex;align-items:center;height:32px;padding:0 14px;border-radius:999px;border:1px solid rgba(11,11,18,0.10);background:#fff;color:#0B0B12;font:500 13px/1 inherit;text-decoration:none;cursor:pointer;transition:background .15s,border-color .15s}
.article-share__btn:hover{background:#F6F6F7;border-color:rgba(11,11,18,0.22)}
.article-share__toast{font-size:12px;color:#047857;margin-left:4px}
.article-share__qr{position:fixed;inset:0;z-index:100;background:rgba(11,11,18,0.45);display:flex;align-items:center;justify-content:center;padding:24px}
.article-share__qr-box{background:#fff;border-radius:16px;padding:24px 24px 18px;text-align:center;max-width:320px;width:100%;box-shadow:0 30px 60px -30px rgba(11,11,18,0.4)}
.article-share__qr-code svg{display:block;width:200px;height:200px;margin:0 auto}
.article-share__qr-box p{margin:14px 0;font-size:13px;line-height:1.6;color:#5a6070}
.article-share__qr[hidden],.article-share__toast[hidden]{display:none}
