:root {
  color-scheme: dark;
  --canvas: #101112;
  --paper: #161719;
  --text: #f3f1eb;
  --muted: #a9aba9;
  --quiet: #858985;
  --line: rgba(244, 235, 218, .14);
  --orange: #f5a14b;
  --link: #ffd3a1;
  --body: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Clash Display", var(--body);
  --mono: "Geist Mono", ui-monospace, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: radial-gradient(ellipse at 68% 0%, #35271b24, transparent 39%), var(--canvas); color: var(--text); font: 20px/1.82 var(--body); -webkit-font-smoothing: antialiased; }
::selection { background: #f5a14b55; }
a { color: inherit; text-underline-offset: .2em; }
a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--orange); outline-offset: 5px; border-radius: 2px; }
.skip { position: fixed; z-index: 100; top: 8px; left: 12px; padding: 8px 15px; color: #101112; background: var(--orange); transform: translateY(-200%); }
.skip:focus { transform: translateY(0); }
.masthead { position: sticky; top: 0; z-index: 20; border-top: 3px solid var(--orange); border-bottom: 1px solid var(--line); background: #101112f5; backdrop-filter: blur(16px); }
.masthead-inner { width: min(100% - 64px, 1280px); min-height: 80px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex-direction: column; gap: 7px; text-decoration: none; }
.brand strong { font: 700 23px/1 var(--display); letter-spacing: .1em; }
.brand small { color: var(--orange); font: 500 9px/1 var(--mono); letter-spacing: .21em; }
.masthead-right { display: flex; align-items: center; gap: 25px; }
.preview-label { font: 400 11px/1.5 var(--mono); color: var(--muted); }
.language { display: flex; gap: 3px; padding: 4px; border: 1px solid var(--line); border-radius: 100px; font: 500 11px/1 var(--mono); }
.language a { color: var(--muted); padding: 8px 11px; text-decoration: none; border-radius: 100px; }
.language a[aria-current] { color: var(--text); background: #ffffff10; }
.hero { width: min(100% - 64px, 1280px); padding: 56px 0 0; margin: auto; }
.hero-topline { display: flex; gap: 20px; justify-content: space-between; align-items: center; margin-bottom: 27px; }
.eyebrow { margin: 0; font: 500 10px/1.6 var(--mono); letter-spacing: .13em; color: var(--orange); }
.draft { padding: 6px 10px; border: 1px solid #f5a14b36; border-radius: 4px; color: #d6b593; background: #f5a14b06; font: 500 9px/1.4 var(--mono); letter-spacing: .04em; white-space: nowrap; }
h1 { max-width: 1120px; margin: 0; font: 600 clamp(40px, 5.1vw, 70px)/1.08 var(--display); letter-spacing: -.025em; text-wrap: balance; }
.standfirst { max-width: 1000px; margin: 25px 0 29px; color: #c4c6c2; font-size: clamp(20px, 2.05vw, 25px); line-height: 1.65; }
.standfirst p { margin: 0; }
.meta { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; color: var(--muted); font: 400 11px/1.6 var(--mono); }
.meta-separator { width: 3px; height: 3px; background: var(--orange); border-radius: 50%; }
.cover { margin: 35px 0 0; }
.cover-frame { overflow: hidden; border-radius: 14px; border: 1px solid var(--line); background: var(--paper); }
.cover img { display: block; width: 100%; height: auto; }
.cover figcaption { max-width: 1030px; margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.reading { width: min(100% - 64px, 1280px); display: grid; grid-template-columns: minmax(185px, 235px) minmax(0, 790px); justify-content: space-between; gap: 65px; margin: 65px auto 90px; }
.toc { align-self: start; position: sticky; top: 119px; padding-right: 8px; }
.toc-title { margin: 0 0 20px; color: var(--orange); font: 500 10px/1.4 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.toc ol { margin: 0; padding-left: 20px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.toc li { padding-left: 4px; margin-bottom: 15px; }
.toc a { text-decoration: none; }
.toc a:hover { color: var(--text); }
.toc-foot { margin-top: 24px; padding-top: 21px; border-top: 1px solid var(--line); color: var(--quiet); font-size: 11px; line-height: 1.7; }
.article-wrap { min-width: 0; }
.article > p:first-child { font-size: 23px; line-height: 1.75; margin-top: 0; color: #f5f2ea; }
.article p { margin: 0 0 1.25em; }
.article h2 { font: 600 clamp(28px, 3vw, 36px)/1.22 var(--display); letter-spacing: -.025em; text-wrap: balance; margin: 2em 0 .75em; }
.article h2:first-child { margin-top: 0; }
.article h3 { font: 600 25px/1.35 var(--display); letter-spacing: -.01em; margin: 1.6em 0 .65em; }
.article h2:target { color: var(--orange); }
.article strong { font-weight: 600; color: #fff9ee; }
.article em { color: #d5d7d1; }
.article a { color: var(--link); text-decoration-color: #ffd3a150; overflow-wrap: anywhere; }
.article a:hover { text-decoration-color: var(--link); }
.article ul, .article ol { margin: 0 0 1.3em; padding-left: 1.35em; }
.article li { margin-bottom: .65em; padding-left: .2em; }
.article li::marker { color: var(--orange); }
.article p, .article li { overflow-wrap: break-word; }
.article blockquote { margin: 37px 0; padding: 23px 27px; border-left: 3px solid var(--orange); background: linear-gradient(90deg, #f5a14b0a, transparent); color: #f1d5b2; font: 500 26px/1.55 var(--display); }
.article blockquote p { margin: 0; }
.article blockquote p + p { margin-top: .7em; }
.article code { border-radius: 4px; padding: 3px 6px; background: #ffffff0a; font: 400 .82em/1.6 var(--mono); }
.article pre { overflow: auto; border: 1px solid var(--line); border-radius: 8px; padding: 18px; }
.article pre code { background: none; padding: 0; }
.article hr { margin: 40px 0; border: 0; border-top: 1px solid var(--line); }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; margin: 30px 0; }
.article table { border-collapse: collapse; width: 100%; min-width: 440px; font-size: 15px; line-height: 1.6; }
.article th, .article td { border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; padding: 15px; }
.article tr:last-child td { border-bottom: 0; }
.article th { color: var(--orange); font-weight: 500; background: #ffffff04; }
.article img { max-width: 100%; height: auto; border-radius: 10px; }
.article-end { display: flex; justify-content: space-between; gap: 25px; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font: 400 11px/1.6 var(--mono); }
.article-end a { color: var(--orange); text-decoration: none; white-space: nowrap; }
.mobile-toc { display: none; }
.footer { width: min(100% - 64px, 1280px); margin: auto; padding: 25px 0 35px; border-top: 1px solid var(--line); color: var(--muted); display: flex; justify-content: space-between; gap: 24px; font: 400 11px/1.7 var(--mono); }
@media (max-width: 1100px) {
  .reading { gap: 40px; grid-template-columns: 180px minmax(0, 750px); }
  body { font-size: 19px; }
}
@media (max-width: 980px) {
  .reading { display: block; max-width: 800px; margin-top: 43px; }
  .toc { display: none; }
  .mobile-toc { display: block; margin: 0 0 35px; border: 1px solid var(--line); border-radius: 10px; padding: 16px 20px; color: var(--muted); font-size: 13px; line-height: 1.7; }
  .mobile-toc summary { color: var(--text); font-weight: 500; cursor: pointer; }
  .mobile-toc ol { padding-left: 18px; margin: 16px 0 0; }
  .mobile-toc li { margin-bottom: 10px; padding-left: 3px; }
  .mobile-toc a { text-decoration: none; }
  .hero { padding-top: 40px; }
  .hero-topline { margin-bottom: 23px; }
  .hero h1 { font-size: 52px; }
}
@media (max-width: 680px) {
  .masthead-inner, .hero, .reading, .footer { width: calc(100% - 40px); }
  .masthead-inner { min-height: 70px; }
  .brand strong { font-size: 21px; }
  .brand small { font-size: 8px; }
  .preview-label { display: none; }
  .hero { padding-top: 30px; }
  .hero-topline { flex-wrap: wrap; gap: 12px; margin-bottom: 23px; }
  .eyebrow { font-size: 9px; letter-spacing: .1em; }
  .draft { font-size: 8px; padding: 5px 8px; }
  .hero h1 { font-size: clamp(35px, 7.6vw, 47px); line-height: 1.12; }
  .standfirst { font-size: 20px; margin-top: 20px; line-height: 1.65; }
  .meta { font-size: 9px; gap: 9px; }
  .cover { margin: 28px -6px 0; }
  .cover-frame { border-radius: 8px; }
  .cover figcaption { margin-left: 6px; margin-right: 6px; font-size: 11px; }
  .reading { margin-top: 35px; margin-bottom: 52px; }
  .article > p:first-child { font-size: 21px; }
  .article h2 { font-size: 30px; margin-top: 1.8em; }
  .article h3 { font-size: 24px; }
  .article blockquote { font-size: 24px; padding: 18px 20px; }
  .article th, .article td { padding: 12px; }
  .article-end, .footer { flex-wrap: wrap; gap: 12px; font-size: 10px; }
}
@media (max-width: 390px) {
  body { font-size: 18px; line-height: 1.78; }
  .hero h1 { font-size: 35px; }
  .standfirst { font-size: 19px; }
  .article h2 { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  body { background: white; color: #171717; font-size: 11pt; }
  .masthead, .toc, .mobile-toc, .skip, .article-end, .footer { display: none; }
  .hero, .reading { width: 100%; display: block; margin: 0; padding: 0; }
  .hero h1 { font-size: 28pt; }
  .standfirst { font-size: 13pt; }
  .eyebrow, .draft, .meta, .standfirst, .article strong, .article em, .article a, .cover figcaption { color: #171717; }
  .cover { margin: 20px 0; }
  .cover img { max-height: 90mm; object-fit: contain; }
  .reading { margin-top: 25px; }
  .article h2 { break-after: avoid; font-size: 18pt; }
  .article blockquote { color: #171717; font-size: 15pt; }
}
