.content-page-body { min-height: 100vh; background: #fff; }
.content-page-body main { min-height: calc(100vh - 360px); }
.content-page-body .site-header { position: sticky; }
.content-page-body .main-nav { min-width: 0; }
.content-page-body .main-nav a { white-space: nowrap; }

.content-hero { position: relative; overflow: hidden; padding: 62px 0 52px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg,#f8fbff 0%,#fff 100%); }
.content-hero::before { content: ""; position: absolute; width: 420px; height: 420px; top: -280px; right: 4%; border-radius: 50%; background: radial-gradient(circle,rgba(36,107,253,.14),rgba(36,107,253,0) 68%); }
.content-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 40px; }
.content-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.content-kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 5px rgba(36,107,253,.09); }
.content-hero h1 { max-width: 760px; margin: 14px 0 14px; font-size: clamp(36px,5vw,58px); line-height: 1.12; letter-spacing: -.045em; }
.content-hero p { max-width: 690px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.content-hero-note { width: 240px; padding: 18px; border: 1px solid #dae5fb; background: rgba(255,255,255,.82); border-radius: 18px; box-shadow: 0 12px 32px rgba(31,52,88,.08); }
.content-hero-note strong,.content-hero-note span { display: block; }
.content-hero-note strong { margin-bottom: 6px; font-size: 14px; }
.content-hero-note span { color: var(--muted); font-size: 12px; line-height: 1.6; }

.news-main { padding: 44px 0 84px; background: #fff; }
.news-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.news-toolbar h2 { margin: 0; font-size: 26px; letter-spacing: -.7px; }
.news-status { color: var(--muted); font-size: 12px; }
.editorial-example-note { display: flex; align-items: flex-start; gap: 11px; margin: 0 0 24px; padding: 14px 16px; color: #4b638d; border: 1px solid #dce7fb; background: #f5f8ff; border-radius: 13px; font-size: 12px; line-height: 1.65; }
.editorial-example-note::before { content: "i"; display: grid; place-items: center; flex: 0 0 22px; width: 22px; height: 22px; color: #fff; background: var(--primary); border-radius: 50%; font-size: 12px; font-weight: 800; }

.featured-article { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 350px; margin-bottom: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(31,52,88,.09); transition: transform .22s ease,box-shadow .22s ease; }
.featured-article:hover { transform: translateY(-3px); box-shadow: 0 23px 55px rgba(31,52,88,.13); }
.article-cover { position: relative; min-height: 220px; overflow: hidden; background: #eaf1ff; }
.article-cover img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.featured-article:hover .article-cover img,.news-card:hover .article-cover img { transform: scale(1.025); }
.article-cover-placeholder { height: 100%; min-height: inherit; display: grid; place-items: center; position: relative; overflow: hidden; isolation: isolate; }
.article-cover-placeholder::before,.article-cover-placeholder::after { content: ""; position: absolute; border-radius: 50%; z-index: -1; }
.article-cover-placeholder::before { width: 260px; height: 260px; right: -70px; top: -110px; border: 42px solid rgba(255,255,255,.22); }
.article-cover-placeholder::after { width: 160px; height: 160px; left: -55px; bottom: -80px; background: rgba(255,255,255,.16); }
.article-cover-placeholder span { padding: 11px 15px; color: #fff; border: 1px solid rgba(255,255,255,.34); background: rgba(13,28,63,.18); border-radius: 999px; box-shadow: 0 10px 30px rgba(17,29,61,.15); font-size: 12px; font-weight: 800; letter-spacing: .12em; backdrop-filter: blur(8px); }
.tone-blue { background: linear-gradient(135deg,#246bfd,#6d9fff 58%,#b9d0ff); }
.tone-violet { background: linear-gradient(135deg,#5538c8,#8b68f4 55%,#d7c8ff); }
.tone-orange { background: linear-gradient(135deg,#ef7e27,#f7ad43 58%,#ffe09b); }
.tone-green { background: linear-gradient(135deg,#158e72,#38b891 58%,#b4eadb); }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.article-category { color: var(--primary); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.featured-copy h2 { margin: 12px 0 14px; font-size: clamp(26px,3vw,38px); line-height: 1.24; letter-spacing: -.035em; }
.featured-copy p,.news-card-copy p { margin: 0; color: var(--muted); line-height: 1.75; }
.featured-copy p { font-size: 14px; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin-top: 24px; color: #8490a1; font-size: 11px; }
.article-meta span { position: relative; }
.article-meta span + span::before { content: ""; position: absolute; width: 3px; height: 3px; left: -10px; top: 50%; background: #c3cad5; border-radius: 50%; transform: translateY(-50%); }
.read-article { display: inline-flex; align-items: center; gap: 7px; margin-top: 24px; color: var(--primary); font-size: 13px; font-weight: 800; }
.read-article svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s ease; }
.featured-article:hover .read-article svg,.news-card:hover .read-article svg { transform: translateX(3px); }

.news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .22s ease,box-shadow .22s ease,border-color .22s ease; }
.news-card:hover { transform: translateY(-3px); border-color: #d8e1ef; box-shadow: 0 17px 38px rgba(31,52,88,.11); }
.news-card .article-cover { aspect-ratio: 16/9; min-height: 0; }
.news-card-copy { padding: 23px; }
.news-card-copy h3 { margin: 10px 0 11px; font-size: 19px; line-height: 1.42; letter-spacing: -.35px; }
.news-card-copy p { display: -webkit-box; overflow: hidden; font-size: 12px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.news-card .article-meta { margin-top: 18px; }
.news-card .read-article { margin-top: 18px; }
.news-empty { padding: 64px 24px; text-align: center; border: 1px dashed #d5dce8; background: var(--surface); border-radius: 20px; }
.news-empty strong { display: block; margin-bottom: 7px; font-size: 18px; }
.news-empty span { color: var(--muted); font-size: 13px; }

.article-page { padding: 34px 0 90px; }
.content-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 30px; color: var(--muted); font-size: 12px; }
.content-breadcrumb a:hover { color: var(--primary); }
.content-breadcrumb strong { max-width: 58vw; overflow: hidden; color: var(--ink); font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.article-shell { width: min(860px,calc(100% - 40px)); margin-inline: auto; }
.article-header { text-align: center; }
.article-header .article-category { display: inline-flex; padding: 7px 11px; background: var(--primary-soft); border-radius: 999px; }
.article-header h1 { margin: 18px auto 17px; font-size: clamp(32px,5.2vw,52px); line-height: 1.18; letter-spacing: -.045em; }
.article-deck { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.8; }
.article-header .article-meta { justify-content: center; margin-top: 20px; }
.article-example-flag { display: inline-flex; margin-top: 18px; padding: 8px 11px; color: #6e579f; border: 1px solid #e1d8f7; background: #f8f5ff; border-radius: 9px; font-size: 11px; font-weight: 700; }
.article-hero-cover { min-height: 390px; margin: 36px 0 42px; overflow: hidden; border-radius: 24px; box-shadow: 0 20px 55px rgba(31,52,88,.12); }
.article-hero-cover img { width: 100%; height: 100%; min-height: 390px; display: block; object-fit: cover; }
.article-hero-cover .article-cover-placeholder { min-height: 390px; }
.article-body { color: #28344a; font-size: 16px; line-height: 1.9; }
.article-body > *:first-child { margin-top: 0; }
.article-body p { margin: 0 0 22px; }
.article-body h2 { margin: 46px 0 16px; color: var(--ink); font-size: 27px; line-height: 1.35; letter-spacing: -.6px; }
.article-body h3 { margin: 34px 0 13px; color: var(--ink); font-size: 21px; }
.article-body ul,.article-body ol { margin: 0 0 24px; padding-left: 24px; }
.article-body li { margin: 8px 0; padding-left: 4px; }
.article-body blockquote { margin: 34px 0; padding: 19px 22px; color: #3e5b8e; border-left: 4px solid var(--primary); background: #f4f8ff; border-radius: 0 13px 13px 0; }
.article-body a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
.article-body img { max-width: 100%; height: auto; margin: 10px auto 26px; border-radius: 15px; }
.article-body pre { overflow: auto; padding: 18px; color: #eaf1ff; background: #172033; border-radius: 13px; }
.article-back { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 54px; padding-top: 25px; border-top: 1px solid var(--line); }
.article-back a { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-size: 13px; font-weight: 800; }
.article-back span { color: var(--muted); font-size: 11px; }

.content-loading { display: grid; place-items: center; min-height: 340px; color: var(--muted); font-size: 13px; }
.content-loading::before { content: ""; width: 29px; height: 29px; margin-bottom: 12px; border: 3px solid #dbe5f8; border-top-color: var(--primary); border-radius: 50%; animation: content-spin .75s linear infinite; }
@keyframes content-spin { to { transform: rotate(360deg); } }

.content-page-body .site-footer { margin-top: 0; }
.content-page-body .footer-top { grid-template-columns: 1.6fr repeat(3,1fr); }

@media (max-width: 1040px) {
  .content-page-body .main-nav a { padding-inline: 9px; font-size: 12px; }
  .content-page-body .site-header .brand-lockup { width: 184px; }
  .news-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 860px) {
  .content-hero { padding: 44px 0 38px; }
  .content-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .content-hero-note { width: min(100%,360px); }
  .featured-article { grid-template-columns: 1fr; }
  .featured-article .article-cover { min-height: 300px; }
  .featured-copy { padding: 30px; }
  .article-hero-cover,.article-hero-cover img,.article-hero-cover .article-cover-placeholder { min-height: 310px; }
}
@media (max-width: 620px) {
  .content-hero h1 { font-size: 36px; }
  .news-main { padding-top: 30px; }
  .news-toolbar { align-items: flex-end; }
  .news-toolbar h2 { font-size: 22px; }
  .news-grid { grid-template-columns: 1fr; }
  .featured-article .article-cover { min-height: 235px; }
  .featured-copy { padding: 25px 21px 27px; }
  .featured-copy h2 { font-size: 26px; }
  .content-breadcrumb strong { max-width: 45vw; }
  .article-page { padding-top: 24px; }
  .article-header h1 { font-size: 34px; }
  .article-deck { font-size: 14px; }
  .article-hero-cover { min-height: 225px; margin: 28px 0 32px; border-radius: 18px; }
  .article-hero-cover img,.article-hero-cover .article-cover-placeholder { min-height: 225px; }
  .article-body { font-size: 15px; line-height: 1.85; }
  .article-body h2 { margin-top: 38px; font-size: 23px; }
  .article-back { align-items: flex-start; flex-direction: column; }
}
.article-gallery{display:grid;gap:24px;margin:36px 0}.article-gallery figure{margin:0}.article-gallery img{display:block;width:100%;max-height:620px;object-fit:cover;border-radius:18px;background:#eef2f7}.article-gallery figcaption{padding:9px 4px 0;color:#7a8799;font-size:13px;text-align:center}
