:root {
  --paper: #f8f3e9;
  --paper-deep: #eee5d6;
  --ink: #182840;
  --ink-soft: #526176;
  --accent: #164c76;
  --rule: #d7ccbb;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
  color-scheme: light dark;
}
html[data-theme="dark"] {
  --paper: #12161f;
  --paper-deep: #1b202c;
  --ink: #e6edf5;
  --ink-soft: #9db0c6;
  --accent: #62b0e8;
  --rule: #2a3446;
}
@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) {
    --paper: #12161f;
    --paper-deep: #1b202c;
    --ink: #e6edf5;
    --ink-soft: #9db0c6;
    --accent: #62b0e8;
    --rule: #2a3446;
  }
}
@font-face { font-family: 'Material Symbols Outlined'; font-style: normal; font-weight: 100 700; font-display: block; src: url('fonts/material-symbols-outlined-v2.woff2') format('woff2'); }
.icon { font-family: 'Material Symbols Outlined'; font-weight: 400; font-style: normal; font-size: 1.15em; line-height: 1; display: inline-block; letter-spacing: normal; text-transform: none; white-space: nowrap; word-wrap: normal; direction: ltr; font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; vertical-align: -.18em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
* { box-sizing: border-box; }
html { background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
body { margin: 0; }
a { color: inherit; text-decoration-color: color-mix(in srgb, currentColor 45%, transparent); text-underline-offset: .16em; }
a:hover { color: var(--accent); text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid #d29338; outline-offset: 4px; }
.shell { width: min(100% - 2.5rem, 74rem); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 10; background: var(--ink); color: var(--paper); padding: .6rem .9rem; }
.skip-link:focus { top: 1rem; }
.site-header { border-bottom: 1px solid var(--rule); background: color-mix(in srgb, var(--paper) 94%, transparent); }
.nav-row { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.wordmark { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; letter-spacing: -.025em; text-decoration: none; }
nav { display: flex; gap: 1.1rem; flex-wrap: wrap; align-items: center; }
nav a { font-size: .88rem; text-decoration: none; }
nav a[aria-current="page"] { color: var(--accent); font-weight: 700; }
.theme-switcher { display: inline-flex; border: 1px solid var(--rule); border-radius: 999px; padding: 2px; background: var(--paper-deep); margin-left: .5rem; }
.theme-switcher button { min-width: 2.75rem; min-height: 2.75rem; border: 0; background: transparent; color: var(--ink-soft); font-size: .72rem; font-weight: 700; padding: .35rem .65rem; border-radius: 999px; cursor: pointer; transition: all .15s ease; }
.theme-switcher button:hover { color: var(--ink); }
.theme-switcher button.active { background: var(--paper); color: var(--accent); box-shadow: 0 1px 3px rgba(0,0,0,.12); }
.theme-switcher button .icon { font-size: 1.35rem; display: block; }
.hero { padding: clamp(4rem, 12vw, 9rem) 0 clamp(4rem, 10vw, 7rem); max-width: 66rem; }
.eyebrow, .article-kicker { margin: 0 0 .65rem; color: var(--accent); font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; font-variant-numeric: tabular-nums; }
.search-field { display: flex; align-items: center; gap: .55rem; max-width: 26rem; margin-top: .5rem; padding: .55rem .85rem; border: 1px solid var(--rule); border-radius: 8px; background: var(--paper-deep); }
.search-field:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent); }
.search-field .icon { color: var(--ink-soft); font-size: 1.15rem; }
.search-field input { flex: 1; min-width: 0; border: 0; background: transparent; color: var(--ink); font: inherit; outline: 0; padding: .15rem 0; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 14ch; margin: 0; font-size: clamp(3.4rem, 10vw, 7.1rem); }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { margin: 0; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.intro, .deck { max-width: 43rem; margin: 1.75rem 0; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; }
.text-link { color: var(--accent); font-weight: 700; }
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; border-top: 1px solid var(--rule); }
.section-heading { margin-bottom: 1.75rem; }
.feature-card { max-width: 56rem; border-left: 3px solid var(--accent); padding: .25rem 0 .25rem 1.4rem; }
.feature-card p:not(.article-kicker), .article-row p { color: var(--ink-soft); max-width: 44rem; }
.feature-card .text-link { display: inline-block; margin-top: .4rem; }
.article-list { border-top: 1px solid var(--rule); }
.article-row { display: flex; justify-content: space-between; gap: 2rem; padding: 1.6rem 0; border-bottom: 1px solid var(--rule); }
.article-row h2, .article-row h3 { font-size: clamp(1.35rem, 2.5vw, 1.85rem); }
.article-row h2 a, .article-row h3 a, .feature-card h3 a { text-decoration: none; }
.quiet-arrow { align-self: flex-start; color: var(--accent); font-size: 1.25rem; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.text-link .icon { font-size: 1.1em; vertical-align: -.15em; }
.topic-list { display: flex; flex-wrap: wrap; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.topic-list a { display: flex; gap: .6rem; align-items: center; border: 1px solid var(--rule); border-radius: 100vmax; padding: .45rem .8rem; color: var(--accent); font-size: .9rem; font-weight: 700; text-decoration: none; }
.topic-list span { color: var(--ink-soft); font-size: .75rem; }
.article-page { width: min(100% - 2.5rem, 48rem); padding-top: clamp(2rem, 6vw, 5rem); }
.article-header { padding-bottom: 2.75rem; border-bottom: 1px solid var(--rule); }
.article-header h1, .page-intro h1 { max-width: none; font-size: clamp(2.8rem, 7vw, 5.2rem); }
.breadcrumb { gap: .55rem; margin-bottom: 2.4rem; color: var(--ink-soft); font-size: .8rem; }
.breadcrumb .icon { font-size: .9rem; }
.breadcrumb a { color: var(--accent); }
.reading-meta { display: flex; flex-wrap: wrap; gap: 1.4rem 2.8rem; margin: 2rem 0 0; }
.reading-meta div { display: grid; gap: .15rem; }
.reading-meta dt { display: flex; align-items: center; gap: .4rem; color: var(--ink-soft); font-size: .7rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.reading-meta dt .icon { font-size: .9rem; color: var(--accent); }
.reading-meta dd { margin: 0; font-size: .94rem; font-variant-numeric: tabular-nums; }
.toc-box { margin: 2.5rem 0; padding: 1.25rem 1.5rem; background: var(--paper-deep); border-left: 3px solid var(--accent); border-radius: 4px; }
.toc-box summary { font-family: var(--sans); font-size: .88rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; color: var(--accent); cursor: pointer; }
.toc-box ol { margin: .8rem 0 0; padding-left: 1.2rem; font-family: var(--sans); font-size: .92rem; }
.toc-box li { margin: .35rem 0; }
.toc-box li.toc-level-3 { margin-left: 1rem; list-style-type: circle; }
.toc-box a { color: var(--ink); text-decoration: none; }
.toc-box a:hover { color: var(--accent); text-decoration: underline; }
.prose { font-family: var(--serif); font-size: clamp(1.15rem, 2.1vw, 1.34rem); line-height: 1.75; text-wrap: pretty; }
.prose > * { max-width: 42rem; }
.prose h2, .prose h3, .prose h4 { margin-top: 2.8em; font-size: clamp(1.6rem, 4vw, 2.3rem); scroll-margin-top: 5.5rem; }
.prose h3 { font-size: clamp(1.35rem, 3vw, 1.8rem); }
.prose a { color: var(--accent); }
.prose blockquote { margin: 2rem 0; border-left: 2px solid var(--accent); padding-left: 1.25rem; color: var(--ink-soft); }
.prose pre { overflow-x: auto; background: var(--paper-deep); color: var(--ink); border: 1px solid var(--rule); padding: 1rem; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .82em; }
.prose li { margin: .45rem 0; }
.article-section { margin-top: 3.5rem; padding-top: 2.3rem; border-top: 1px solid var(--rule); }
.article-section h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); }
.sources ol { padding-left: 1.3rem; font-size: .95rem; }
.sources li { display: flex; align-items: baseline; gap: .55rem; }
.sources li .icon { flex: none; font-size: .95rem; color: var(--accent); }
.sources li + li { margin-top: .55rem; }
.sources a { color: var(--accent); overflow-wrap: anywhere; }
.author-box { margin-top: 3.5rem; padding: 1.6rem; background: var(--paper-deep); }
.author-box h2 { font-size: 1.7rem; }
.author-box p:not(.eyebrow) { color: var(--ink-soft); }
.page-intro { min-height: 61vh; padding-top: clamp(3rem, 8vw, 7rem); padding-bottom: 5rem; }
.page-intro .deck { max-width: 38rem; }
.about-copy { margin-top: 2rem; }
.topic-articles { margin-top: 3rem; }
.site-footer { margin-top: 5rem; padding: 2rem 0; border-top: 1px solid var(--rule); color: var(--ink-soft); font-size: .84rem; }
.site-footer > div { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.site-footer p { margin: 0; }
.site-footer nav { gap: .8rem; }
.site-footer nav a { color: var(--accent); }
@media (max-width: 38rem) { .shell, .article-page { width: min(100% - 1.5rem, 74rem); } .nav-row { min-height: 4.25rem; } .nav-row nav { gap: .7rem; } .hero { padding-top: 4rem; } .article-row { gap: 1rem; } .site-footer > div { align-items: flex-start; flex-direction: column; } }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
.prose table { width: 100%; margin: 2rem 0; border-collapse: collapse; font-family: var(--sans); font-size: .82em; }
.prose th, .prose td { padding: .65rem .75rem; border: 1px solid var(--rule); text-align: left; }
.prose th { background: var(--paper-deep); }
.prose img { display: block; max-width: 100%; height: auto; margin: 2rem auto; }
.prose hr { margin: 3rem 0; border: 0; border-top: 1px solid var(--rule); }
.prose input[type="checkbox"] { width: auto; margin-right: .45rem; }
