:root {
  --ed-blue: #253cff;
  --ed-ink: #10131b;
  --ed-muted: #667085;
  --ed-line: #dfe3ea;
  --ed-paper: #fff;
  --ed-wash: #f3f5f8;
  --ed-lime: #c7f636;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.editorial-article-page {
  margin: 0;
  color: var(--ed-ink);
  background: var(--ed-wash);
  font-family: "Inter Tight", Arial, sans-serif;
}
.editorial-page { padding: 142px 24px 80px; }
.editorial-article { width: min(1180px, 100%); margin: 0 auto; }
.editorial-breadcrumbs {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  margin-bottom: 28px; color: var(--ed-muted); font-size: .9rem; font-weight: 650;
}
.editorial-breadcrumbs a { color: inherit; text-decoration: none; }
.editorial-breadcrumbs a:hover { color: var(--ed-blue); }
.editorial-kicker { color: var(--ed-blue); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.editorial-title {
  max-width: 980px; margin: 13px 0 18px; font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.65rem, 6.5vw, 5.7rem); line-height: .96; letter-spacing: -.055em;
}
.editorial-dek { max-width: 780px; margin: 0; color: #4e5666; font-family: "Source Serif 4", Georgia, serif; font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.55; }
.editorial-byline { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 24px 0 30px; color: var(--ed-muted); font-size: .9rem; font-weight: 650; }
.editorial-byline span { display: inline-flex; align-items: center; gap: 7px; }
.editorial-hero { width: 100%; aspect-ratio: 16/8.2; margin: 0 0 44px; border-radius: 28px; object-fit: cover; background: #d9dde4; box-shadow: 0 20px 60px rgba(16, 24, 40, .12); }
.editorial-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); justify-content: center; gap: 60px; align-items: start; }
.editorial-toc { position: sticky; top: 118px; padding: 22px; border: 1px solid var(--ed-line); border-radius: 18px; background: rgba(255,255,255,.82); backdrop-filter: blur(16px); }
.editorial-toc-title { display: block; margin-bottom: 14px; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; color: var(--ed-muted); }
.editorial-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.editorial-toc li { counter-increment: toc; }
.editorial-toc a { display: grid; grid-template-columns: 24px 1fr; gap: 8px; padding: 8px 0; color: #4d5564; font-size: .86rem; line-height: 1.3; text-decoration: none; }
.editorial-toc a::before { content: counter(toc, decimal-leading-zero); color: #9299a6; font-size: .68rem; font-weight: 800; padding-top: 2px; }
.editorial-toc a.active, .editorial-toc a:hover { color: var(--ed-blue); }
.editorial-mobile-toc { display: none; margin: -14px 0 30px; border: 1px solid var(--ed-line); border-radius: 16px; background: #fff; }
.editorial-mobile-toc summary { cursor: pointer; padding: 16px 18px; font-weight: 800; }
.editorial-mobile-toc .editorial-toc { display: block; position: static; border: 0; border-top: 1px solid var(--ed-line); border-radius: 0; background: transparent; }
.editorial-prose { min-width: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 1.08rem; line-height: 1.78; color: #2c3340; }
.editorial-prose > :first-child { margin-top: 0; }
.editorial-prose h2, .editorial-prose h3 { color: var(--ed-ink); font-family: "Inter Tight", Arial, sans-serif; scroll-margin-top: 125px; }
.editorial-prose h2 { margin: 3.2rem 0 1rem; padding-top: .3rem; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.08; letter-spacing: -.035em; }
.editorial-prose h3 { margin: 2.1rem 0 .8rem; font-size: 1.3rem; }
.editorial-prose p { margin: 0 0 1.35rem; }
.editorial-prose a { color: var(--ed-blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.editorial-prose img { display: block; max-width: 100%; height: auto; margin: 2rem auto; border-radius: 18px; }
.editorial-prose ul, .editorial-prose ol { padding-left: 1.45rem; margin: 0 0 1.5rem; }
.editorial-prose li { margin: .45rem 0; }
.editorial-prose blockquote { margin: 2rem 0; padding: 1.2rem 1.5rem; border-left: 4px solid var(--ed-blue); border-radius: 0 14px 14px 0; background: #eef0ff; color: #303858; }
.editorial-prose .table-wrap { overflow-x: auto; margin: 2rem 0; border: 1px solid var(--ed-line); border-radius: 16px; background: #fff; }
.editorial-prose table { width: 100%; min-width: 560px; border-collapse: collapse; font-family: "Inter Tight", Arial, sans-serif; font-size: .9rem; }
.editorial-prose th, .editorial-prose td { padding: 13px 15px !important; border: 1px solid var(--ed-line) !important; text-align: left; color: var(--ed-ink) !important; background: #fff !important; }
.editorial-prose th { background: #f7f8fa !important; font-weight: 800; }
.editorial-prose details { margin: 12px 0; padding: 0; border: 1px solid var(--ed-line) !important; border-radius: 14px !important; background: #fff !important; overflow: hidden; }
.editorial-prose summary { cursor: pointer; padding: 16px 18px !important; color: var(--ed-ink) !important; font-family: "Inter Tight", Arial, sans-serif; font-weight: 750; }
.editorial-prose details > div { padding: 0 18px 16px !important; color: #3e4654 !important; }
.editorial-prose [style] { max-width: 100%; }
.editorial-prose .editorial-fact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin: 1.5rem 0 2.5rem; font-family: "Inter Tight", Arial, sans-serif; }
.editorial-prose .editorial-fact-card { display: flex; flex-direction: column; gap: 5px; padding: 16px; border: 1px solid var(--ed-line); border-radius: 12px; background: #fff; }
.editorial-prose .editorial-fact-value { color: var(--ed-ink); font-size: 1.1rem; font-weight: 850; }
.editorial-prose .editorial-fact-label { color: var(--ed-muted); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.editorial-prose .editorial-source-links { margin: 2rem 0; padding: 18px; border: 1px solid var(--ed-line); border-radius: 14px; background: #fff; font-family: "Inter Tight", Arial, sans-serif; }
.editorial-prose .editorial-source-links h3 { margin-top: 0; }
.editorial-prose .editorial-source-links a { display: block; padding: 10px 0; border-top: 1px solid var(--ed-line); text-decoration: none; }
.editorial-read-next { margin-top: 76px; padding-top: 34px; border-top: 1px solid var(--ed-line); }
.editorial-read-next h2 { margin: 0 0 22px; font-family: "Source Serif 4", Georgia, serif; font-size: 2.3rem; letter-spacing: -.04em; }
.editorial-read-next-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.editorial-next-card { overflow: hidden; color: inherit; text-decoration: none; border: 1px solid var(--ed-line); border-radius: 18px; background: #fff; transition: transform .2s, box-shadow .2s; }
.editorial-next-card:hover { transform: translateY(-4px); box-shadow: 0 15px 35px rgba(16,24,40,.1); }
.editorial-next-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #d9dde4; }
.editorial-next-card div { padding: 16px; }
.editorial-next-card span { color: var(--ed-blue); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.editorial-next-card h3 { margin: 8px 0 0; font-size: 1.05rem; line-height: 1.2; }

@media (max-width: 900px) {
  .editorial-page { padding-top: 106px; }
  .editorial-layout { display: block; }
  .editorial-layout > .editorial-toc { display: none; }
  .editorial-mobile-toc { display: block; }
  .editorial-hero { border-radius: 20px; }
}
@media (max-width: 640px) {
  .editorial-page { padding: 96px 15px 55px; }
  .editorial-title { font-size: clamp(2.35rem, 13vw, 3.75rem); }
  .editorial-dek { font-size: 1.02rem; }
  .editorial-hero { aspect-ratio: 4/3; margin-bottom: 28px; border-radius: 16px; }
  .editorial-prose { font-size: 1rem; line-height: 1.72; }
  .editorial-read-next-grid { grid-template-columns: 1fr; }
}
