:root {
  --paper: #ffffff;
  --ink: #202124;
  --accent: #2454d3;
  --surface: #f5f6f8;
  --green: var(--accent);
  --soft-green: var(--surface);
  --muted: #555b65;
  --line: #e5e7eb;
  --serif: 'Source Serif 4', Georgia, serif;
  --sans: 'Source Sans 3', sans-serif;
  --reading-width: 680px;
  --shell: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--sans); letter-spacing: 0; -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
::selection { background: #dce6ff; color: #162d67; }
a { color: inherit; text-decoration: none; text-underline-offset: 4px; }
a:hover { color: var(--green); }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, select { cursor: pointer; }
button { color: inherit; }
button:disabled { cursor: default; opacity: .5; }
input, textarea, select { max-width: 100%; }
button, input, textarea, select { border-radius: 4px; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
h1, h2, h3, h4, h5, h6, p, figure { margin: 0; }
h1, h2, h3, h4, h5, h6 { font-family: var(--sans); font-weight: 700; line-height: 1.25; overflow-wrap: anywhere; }
a, p, span { overflow-wrap: break-word; }
ul, ol { padding-inline-start: 1.4em; }
[hidden] { display: none !important; }
.js-only { display: none !important; }
.has-js .js-only { display: inline-flex !important; }
.shell { width: calc(100% - 96px); max-width: var(--shell); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; background: var(--ink); color: #fff; padding: 12px 24px; z-index: 1000; }
.skip-link:focus { top: 12px; color: #fff; }
.icon { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 20px; height: 20px; vertical-align: middle; }
.icon svg { width: 100%; height: 100%; stroke-width: 1.6; }
.icon-button { width: 40px; height: 40px; flex: 0 0 40px; display: inline-flex; align-items: center; justify-content: center; background: transparent; border: 1px solid transparent; padding: 0; transition: background .15s, color .15s; }
.icon-button:hover { color: var(--green); background: var(--soft-green); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 4px; padding: 10px 18px; min-height: 44px; font-size: 15px; font-weight: 600; line-height: 1.5; text-align: center; transition: background .15s, color .15s; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { color: #fff; background: var(--green); }
.button-green { background: var(--green); color: #fff; }
.button-green:hover { background: #1b41a6; color: #fff; }
.button-outline { border-color: var(--line); }
.button-outline:hover { background: var(--soft-green); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 15px; font-weight: 600; }
.text-link:hover { text-decoration: underline; }
.text-link .icon { width: 17px; height: 17px; }
.eyebrow { display: block; font-family: var(--sans); font-size: 13px; font-weight: 650; line-height: 1.6; letter-spacing: 0; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 106px; display: flex; align-items: center; gap: 46px; }
.brand { display: flex; align-items: center; gap: 23px; min-width: 0; margin-right: auto; }
.wordmark { font-family: var(--serif); font-size: 48px; font-weight: 600; line-height: 1.1; white-space: nowrap; }
.brand-dot { color: var(--green); }
.brand-caption { border-left: 1px solid var(--line); padding: 3px 0 3px 22px; color: var(--muted); max-width: 155px; font-size: 14px; line-height: 1.5; }
.custom-logo { width: auto; max-width: 190px; max-height: 64px; object-fit: contain; }
.nav-links, .nav-links ul { list-style: none; padding: 0; margin: 0; }
.nav-links { display: flex; align-items: center; gap: 29px; font-size: 16px; font-weight: 600; }
.nav-links > li { position: relative; }
.nav-links a { display: block; padding-block: 12px; }
.nav-links a[aria-current="page"], .nav-links .current-menu-item > a { color: var(--green); }
.nav-links a[aria-current="page"]::after, .nav-links .current-menu-item > a::after { content: ''; position: absolute; height: 3px; width: 3px; border-radius: 50%; background: var(--green); bottom: 4px; left: calc(50% - 2px); }
.nav-links ul { display: none; position: absolute; top: 100%; left: -16px; z-index: 10; width: 200px; padding: 10px 16px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 10px 25px #2021240a; }
.nav-links li:hover > ul, .nav-links li:focus-within > ul { display: block; }
.header-actions { display: flex; align-items: center; gap: 7px; }
.header-actions .follow-trigger { margin-left: 10px; }
.reading-list-trigger { position: relative; }
.saved-count { position: absolute; top: -1px; right: -2px; min-width: 18px; height: 18px; border-radius: 50%; padding-inline: 3px; background: var(--green); color: #fff; font-size: 12px; line-height: 18px; }
.mobile-menu-toggle { display: none !important; }
.has-js .mobile-menu-toggle { display: none !important; }
.page-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding-block: 47px 37px; }
.intro-eyebrow { display: flex; align-items: center; gap: 8px; color: var(--green); margin-bottom: 12px; }
.status-dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; }
.page-intro h1 { font-size: 48px; font-weight: 700; line-height: 1.15; }
.intro-description { max-width: 330px; padding-bottom: 4px; font-size: 16px; line-height: 1.65; color: var(--muted); }
.editorial-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 55px; align-items: start; }
.feed-column { min-width: 0; }
.featured-story { position: relative; overflow: hidden; width: 100%; min-width: 0; aspect-ratio: 1.85; isolation: isolate; border-radius: 5px; color: #fff; background: #34363c; }
.featured-image, .featured-shade { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; }
.featured-image { transition: transform .6s ease; }
.featured-story:hover .featured-image { transform: scale(1.025); }
.featured-shade { background: linear-gradient(180deg, #10131a10 25%, #10131a73 60%, #10131ac7 100%); }
.featured-no-image .featured-shade { background: repeating-linear-gradient(0deg, transparent, transparent 35px, #ffffff08 36px, transparent 37px); }
.featured-label { position: absolute; top: 24px; left: 28px; display: flex; gap: 7px; align-items: center; background: #fffffff2; color: var(--ink); padding: 5px 10px; border-radius: 3px; font-size: 13px; font-weight: 600; }
.featured-label .icon { width: 13px; height: 13px; }
.featured-content { position: absolute; inset-inline: 32px 70px; bottom: 30px; }
.featured-category { display: block; font-size: 14px; margin-bottom: 12px; font-weight: 600; }
.featured-content h2 { max-width: 640px; font-size: 42px; line-height: 1.15; font-weight: 650; text-wrap: balance; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.featured-content a:hover { color: #fff; }
.stretched-link::after { content: ''; position: absolute; inset: 0; z-index: 1; }
.featured-content h2 .stretched-link::after { position: fixed; }
.featured-story { transform: translateZ(0); }
.featured-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 19px; font-size: 13px; color: #fff; }
.featured-meta > span:first-child { max-width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.meta-dot { opacity: .7; }
.featured-arrow { position: absolute; bottom: 30px; right: 25px; width: 39px; height: 39px; display: flex; align-items: center; justify-content: center; border: 1px solid #ffffff55; border-radius: 50%; }
.featured-arrow .icon { width: 19px; height: 19px; }
.article-feed { margin-top: 34px; }
.feed-column > .article-feed:first-child { margin-top: 0; }
.feed-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.feed-heading h2 { font-family: var(--sans); font-size: 23px; font-weight: 650; }
.sort-form { display: flex; align-items: center; gap: 6px; }
.sort-form select { background: transparent; border: 0; color: var(--muted); padding: 5px 2px; font-size: 14px; }
.sort-submit { border: 0; background: transparent; }
.has-js .sort-submit { display: none; }
.feed-tabs { display: flex; gap: 24px; min-height: 45px; border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; }
.feed-tabs::-webkit-scrollbar { display: none; }
.feed-tabs a { white-space: nowrap; flex-shrink: 0; display: flex; align-items: flex-start; padding-block: 4px 16px; font-size: 15px; color: var(--muted); position: relative; }
.feed-tabs a:hover, .feed-tabs a[aria-current="page"] { color: var(--green); }
.feed-tabs a[aria-current="page"] { font-weight: 700; }
.feed-tabs a[aria-current="page"]::after { content: ''; position: absolute; bottom: 0; inset-inline: 0; height: 2px; background: var(--green); }
.story-card { display: flex; gap: 30px; align-items: center; padding-block: 28px; border-bottom: 1px solid var(--line); }
.story-card-content { flex: 1; min-width: 0; }
.story-kicker { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 14px; line-height: 1.5; margin-bottom: 11px; }
.card-author { display: inline-flex; align-items: center; gap: 7px; }
.avatar { border-radius: 50%; object-fit: cover; aspect-ratio: 1; flex-shrink: 0; }
.avatar-initial { display: inline-flex; justify-content: center; align-items: center; background: var(--soft-green); color: var(--green); width: 32px; height: 32px; font-family: var(--serif); }
.card-author .avatar { width: 23px; height: 23px; }
.category-link { color: var(--green); }
.story-card h3 { font-size: 28px; font-weight: 650; line-height: 1.25; text-wrap: pretty; }
.story-excerpt { font-size: 16px; line-height: 1.65; margin-top: 10px; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.story-bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 13px; }
.story-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--muted); }
.bookmark-button { width: 32px; height: 32px; flex-basis: 32px; }
.bookmark-button .icon { width: 17px; height: 17px; }
.bookmark-button[aria-pressed="true"] { color: var(--green); background: var(--soft-green); }
.bookmark-button[aria-pressed="true"] svg { fill: #2454d325; }
.story-thumbnail { display: block; flex: 0 0 210px; width: 210px; aspect-ratio: 1.35; border-radius: 3px; overflow: hidden; background: var(--soft-green); }
.story-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.story-thumbnail:hover img { transform: scale(1.04); }
.editorial-sidebar { padding-top: 2px; }
.about-section { padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.about-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.about-heading .avatar { width: 64px; height: 64px; font-size: 26px; }
.about-sun { color: #a98b45; padding-right: 2px; transform: rotate(12deg); }
.about-sun .icon { width: 29px; height: 29px; }
.about-section h2 { font-size: 25px; line-height: 1.3; margin-bottom: 12px; }
.about-section p { font-size: 16px; line-height: 1.65; color: var(--muted); margin-bottom: 17px; }
.topics-section { padding-block: 27px 23px; }
.topics-section h2 { margin-bottom: 12px; color: var(--muted); }
.topic-list { list-style: none; margin: 0; padding: 0; }
.topic-list a { display: flex; align-items: center; gap: 10px; padding-block: 9px; font-size: 16px; }
.topic-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
.topic-dot-1 { background: #b18346; }
.topic-dot-2 { background: #677c99; }
.topic-dot-3 { background: #b47977; }
.topic-count { margin-left: auto; color: var(--muted); font-size: 13px; font-variant-numeric: tabular-nums; }
.topic-list .icon { width: 13px; height: 13px; color: var(--muted); }
.newsletter-section { padding: 25px 24px 20px; background: var(--soft-green); position: relative; border-radius: 4px; }
.newsletter-section::after { content: ''; position: absolute; top: 0; right: 0; width: 35px; height: 35px; background: linear-gradient(225deg, var(--paper) 49%, #e1e4eb 51%); }
.newsletter-icon { display: inline-flex; align-items: center; justify-content: center; color: var(--green); margin-bottom: 16px; }
.newsletter-icon .icon { width: 28px; height: 28px; }
.newsletter-section h2 { font-size: 28px; line-height: 1.2; font-weight: 650; margin-bottom: 12px; }
.newsletter-section p { font-size: 15px; line-height: 1.6; margin-bottom: 20px; color: var(--muted); }
.newsletter-section .button { width: 100%; justify-content: space-between; font-size: 15px; padding-inline: 13px; }
.newsletter-note { display: block; text-align: center; font-size: 13px; color: var(--muted); margin-top: 10px; }
.sidebar-note { padding: 30px 17px; text-align: center; color: var(--muted); }
.sidebar-note > .icon { width: 20px; height: 20px; color: #858b95; margin-bottom: 12px; }
.sidebar-note p { font-family: var(--serif); font-size: 17px; line-height: 1.65; font-style: italic; }
.sidebar-note > span:last-child { display: block; font-family: var(--serif); font-size: 18px; color: var(--green); margin-top: 8px; }
.pagination { padding-block: 30px; }
.pagination .nav-links { justify-content: center; gap: 8px; }
.page-numbers { display: inline-flex; min-width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 3px; font-size: 15px; }
.page-numbers.current { background: var(--green); color: #fff; }
.page-numbers:hover:not(.current) { background: var(--soft-green); }
.site-footer { border-top: 1px solid var(--line); margin-top: 65px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 33px; }
.footer-wordmark { font-size: 34px; }
.footer-top p { margin-top: 10px; font-size: 15px; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; list-style: none; padding: 0; margin: 0; font-size: 14px; }
.footer-bottom { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding-block: 18px 24px; color: var(--muted); font-size: 13px; }
.footer-bottom .text-link { font-size: 13px; }
.site-dialog { width: calc(100% - 40px); max-width: 560px; max-height: calc(100dvh - 48px); padding: 30px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); box-shadow: 0 24px 80px #20212426; overflow-y: auto; }
.site-dialog::backdrop { background: #202124c0; backdrop-filter: blur(4px); }
.site-dialog[open] { animation: dialog-in .18s ease-out; }
.dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.dialog-heading h2 { font-size: 28px; }
.dialog-heading .eyebrow { color: var(--green); margin-bottom: 8px; }
.search-form { display: flex; width: 100%; border: 1px solid #aeb3bd; border-radius: 4px; padding: 4px 6px 4px 15px; background: #fff; }
.search-form:focus-within { border-color: var(--green); outline: 1px solid var(--green); }
.search-form input { min-width: 0; flex: 1; border: 0; background: transparent; padding: 8px 0; font-size: 17px; }
.search-form input:focus { outline: 0; }
.archive-search { max-width: 740px; margin-bottom: 30px; }
.dialog-topics { margin-top: 26px; }
.dialog-topics .eyebrow { color: var(--muted); margin-bottom: 12px; }
.topic-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.topic-chips a { padding: 6px 11px; border: 1px solid var(--line); border-radius: 3px; font-size: 14px; }
.topic-chips a:hover { border-color: var(--green); background: var(--soft-green); }
.follow-dialog h2 { max-width: 340px; font-size: 38px; margin-bottom: 16px; }
.follow-dialog p { color: var(--muted); font-size: 17px; margin-bottom: 26px; }
.follow-dialog .button { display: flex; width: 100%; margin-top: 10px; }
.follow-dialog .button .icon:last-child { margin-left: auto; }
.privacy-note { font-size: 14px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 16px; margin-top: 20px; }
.saved-story { display: flex; align-items: center; gap: 16px; padding-block: 20px; border-top: 1px solid var(--line); }
.saved-story > div { flex: 1; min-width: 0; }
.saved-story h3 { font-size: 23px; margin-bottom: 6px; }
.saved-story p { font-size: 14px; color: var(--muted); }
.saved-empty { text-align: center; padding: 35px 10px; }
.saved-empty h3 { font-size: 22px; margin-bottom: 10px; }
.saved-empty p { font-size: 16px; color: var(--muted); }
.empty-state { padding-block: 50px; max-width: 500px; margin-inline: auto; text-align: center; }
.empty-state > .icon { width: 32px; height: 32px; color: var(--green); margin-bottom: 22px; }
.empty-state h3 { font-size: 28px; margin-bottom: 15px; }
.empty-state p { color: var(--muted); margin-bottom: 25px; }
.site-notice { position: fixed; bottom: 25px; left: 50%; transform: translate(-50%, 15px); max-width: calc(100% - 40px); width: max-content; padding: 12px 20px; background: var(--ink); color: #fff; border-radius: 4px; font-size: 15px; z-index: 100; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
.site-notice.is-visible { opacity: 1; transform: translate(-50%, 0); }
.breadcrumbs { margin-block: 28px; font-size: 14px; color: var(--muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.breadcrumbs li:not(:last-child)::after { content: '/'; padding-left: 8px; color: #858b95; }
.article-header { max-width: 780px; margin: 48px auto 34px; }
.article-category { color: var(--green); font-size: 15px; margin-bottom: 20px; }
.article-header h1 { font-size: 52px; line-height: 1.15; text-wrap: balance; }
.article-deck { margin-top: 22px; font-size: 21px; color: var(--muted); line-height: 1.6; }
.article-byline { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; }
.article-author { display: flex; align-items: center; gap: 12px; font-size: 16px; }
.article-author .avatar { width: 44px; height: 44px; }
.article-author strong { display: block; font-weight: 600; }
.article-author time { display: block; font-size: 14px; color: var(--muted); margin-top: 3px; }
.article-actions { display: flex; gap: 8px; }
.article-actions .bookmark-button { width: 40px; height: 40px; flex-basis: 40px; }
.article-actions .bookmark-button .icon { width: 20px; height: 20px; }
.updated-date { font-size: 14px; margin-top: 15px; color: var(--muted); }
.single-cover { max-width: 1100px; margin: 0 auto 45px; }
.single-cover > img { width: 100%; aspect-ratio: 2.15; object-fit: cover; border-radius: 4px; }
.single-cover figcaption { font-size: 14px; color: var(--muted); text-align: center; margin-top: 12px; }
.reading-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, var(--reading-width)) minmax(0, 1fr); gap: 40px; align-items: start; max-width: 1140px; margin-inline: auto; }
.reading-layout:not(:has(.table-of-contents)) { display: block; max-width: var(--reading-width); }
.reading-body { min-width: 0; }
.table-of-contents { position: sticky; top: 32px; padding-top: 20px; }
.admin-bar .table-of-contents { top: 64px; }
.table-of-contents summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13px; font-weight: 650; cursor: pointer; padding-bottom: 17px; }
.table-of-contents summary::-webkit-details-marker { display: none; }
.table-of-contents summary .icon { width: 15px; height: 15px; }
.table-of-contents ol { list-style: none; padding: 0; margin: 0; border-left: 1px solid var(--line); }
.table-of-contents a { display: block; border-left: 2px solid transparent; margin-left: -1px; padding: 9px 12px; font-size: 14px; line-height: 1.5; color: var(--muted); }
.table-of-contents a:hover, .table-of-contents a[aria-current] { color: var(--green); border-color: var(--green); }
.table-of-contents .toc-level-3 a { padding-left: 23px; font-size: 13px; }
.reading-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--muted); }
.reading-tools > span { display: inline-flex; align-items: center; gap: 8px; }
.reading-tools > span .icon { width: 15px; height: 15px; }
.font-controls { display: flex; align-items: center; gap: 4px; }
.font-controls > span { font-family: var(--serif); font-size: 17px; width: 25px; text-align: center; }
.font-controls .icon-button { width: 32px; height: 32px; flex-basis: 32px; }
.font-controls .icon { width: 15px; height: 15px; }
.article-answer { padding: 4px 0 4px 22px; border-left: 3px solid var(--green); margin-block: 30px 35px; }
.article-answer h2 { font-family: var(--sans); font-size: 16px; font-weight: 650; color: var(--green); margin-bottom: 10px; }
.article-answer p { font-size: 18px; line-height: 1.65; }
.entry-content { font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.75; overflow-wrap: anywhere; }
.entry-content > * { margin-bottom: 1.25em; }
.entry-content h2 { font-size: 32px; line-height: 1.3; margin-top: 1.5em; margin-bottom: .65em; font-weight: 700; scroll-margin-top: 40px; }
.entry-content h3 { font-size: 26px; line-height: 1.3; margin-top: 1.4em; margin-bottom: .65em; scroll-margin-top: 40px; }
.entry-content h4 { font-size: 22px; }
.entry-content h5, .entry-content h6 { font-size: 20px; }
.entry-content a { color: var(--green); text-decoration: underline; text-decoration-thickness: 1px; }
.entry-content a:hover { text-decoration-thickness: 2px; }
.entry-content li { margin-bottom: .4em; }
.entry-content blockquote { margin-inline: 0; padding: 10px 0 10px 26px; border-left: 3px solid var(--green); color: var(--green); font-size: 24px; }
.entry-content blockquote p { margin-bottom: .7em; }
.entry-content cite { font-family: var(--sans); font-size: 15px; font-style: normal; color: var(--muted); }
.entry-content figcaption { color: var(--muted); font-family: var(--sans); font-size: 14px; line-height: 1.6; text-align: center; margin-top: 12px; }
.entry-content pre { padding: 22px; background: var(--surface); overflow-x: auto; font-size: 15px; line-height: 1.7; border-radius: 4px; }
.entry-content code { font-size: .85em; padding: .1em .25em; background: var(--surface); }
.entry-content pre code { padding: 0; }
.entry-content table { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: 16px; }
.entry-content td, .entry-content th { border: 1px solid var(--line); padding: 10px 14px; text-align: start; }
.entry-content th { background: var(--soft-green); }
.entry-content .wp-block-table { overflow-x: auto; }
.entry-content .wp-block-details { font-family: var(--sans); font-size: 17px; border-bottom: 1px solid var(--line); padding: 18px 0; margin-bottom: 0; }
.entry-content .wp-block-details summary { font-weight: 600; cursor: pointer; line-height: 1.8; }
.entry-content .wp-block-details > p { margin: 15px 0 0; color: var(--muted); }
.entry-content .wp-block-separator { border: 0; border-top: 1px solid var(--line); margin-block: 2em; }
.entry-content .aligncenter { margin-inline: auto; }
.entry-content .alignleft { float: left; margin-right: 24px; max-width: 50%; }
.entry-content .alignright { float: right; margin-left: 24px; max-width: 50%; }
.entry-content::after { content: ''; display: table; clear: both; }
.entry-content .alignwide, .entry-content .alignfull { width: 100%; max-width: 100%; }
.entry-content .wp-block-button__link { color: #fff; text-decoration: none; font-family: var(--sans); }
.entry-content .satir-answer { border-left: 3px solid var(--green); padding: 16px 22px; background: var(--soft-green); font-family: var(--sans); font-size: 18px; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption { color: var(--muted); font-size: 14px; }
.gallery { display: flex; flex-wrap: wrap; gap: 15px; }
.gallery-item { flex: 1 1 150px; }
.post-pages { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 25px; font-family: var(--sans); }
.post-pages > a, .post-pages > span { padding: 7px 14px; border: 1px solid var(--line); border-radius: 3px; }
.post-pages > span { background: var(--soft-green); color: var(--green); }
.article-sources { border-top: 1px solid var(--line); padding-top: 25px; margin-top: 40px; }
.article-sources h2 { font-family: var(--sans); font-size: 18px; font-weight: 650; margin-bottom: 12px; }
.article-sources ol { font-size: 16px; color: var(--muted); line-height: 1.7; }
.article-sources a { text-decoration: underline; color: var(--green); }
.article-sources .icon { width: 13px; height: 13px; margin-left: 7px; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 30px; }
.article-tags a { background: var(--soft-green); color: var(--green); padding: 6px 12px; border-radius: 3px; font-size: 14px; }
.author-signoff { display: flex; gap: 22px; padding-block: 32px; margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.author-signoff .avatar { width: 64px; height: 64px; }
.author-signoff h2 { font-size: 23px; margin-bottom: 10px; }
.author-signoff p { font-size: 16px; color: var(--muted); line-height: 1.65; margin-bottom: 12px; }
.post-navigation { margin-top: 30px; }
.post-navigation .nav-links { align-items: flex-start; justify-content: space-between; gap: 30px; }
.post-navigation .nav-links > div { flex: 1; max-width: 50%; }
.post-navigation .nav-next { margin-left: auto; text-align: right; }
.post-navigation a { font-family: var(--sans); font-size: 19px; line-height: 1.4; }
.post-navigation .eyebrow { color: var(--muted); font-size: 13px; margin-bottom: 9px; }
.comments-area { margin-top: 48px; padding-top: 35px; border-top: 1px solid var(--line); }
.comments-area > h2 { font-size: 29px; margin-bottom: 24px; }
.comment-reply-title { font-size: 23px; margin-bottom: 20px; }
.comment-form { font-size: 16px; }
.comment-form p { margin-bottom: 18px; }
.comment-form label { display: block; margin-bottom: 7px; }
.comment-form input:not([type="checkbox"]):not([type="submit"]), .comment-form textarea { width: 100%; border: 1px solid #aeb3bd; padding: 12px 14px; background: #fff; color: var(--ink); }
.comment-form-cookies-consent { display: flex; align-items: flex-start; gap: 10px; }
.comment-form-cookies-consent input { margin-top: 5px; }
.comment-form-cookies-consent label { font-size: 14px; color: var(--muted); }
.comment-notes, .logged-in-as { color: var(--muted); font-size: 14px; }
.comment-notes a, .logged-in-as a { text-decoration: underline; }
.comment-list { list-style: none; padding: 0; }
.comment-list .children { list-style: none; padding-left: 25px; }
.comment-body { padding-block: 22px; border-bottom: 1px solid var(--line); }
.comment-author { font-size: 16px; }
.comment-metadata { color: var(--muted); font-size: 13px; margin-block: 5px 14px; }
.comment-content { font-size: 17px; overflow-wrap: anywhere; }
.comment-content p { margin-bottom: 10px; }
.comment-reply-link, .comment-edit-link { font-size: 14px; color: var(--green); }
.bypostauthor > .comment-body { border-left: 2px solid var(--green); padding-left: 18px; }
.related-stories { margin-top: 65px; border-top: 1px solid var(--line); padding-top: 40px; }
.related-stories > .eyebrow { color: var(--green); margin-bottom: 10px; }
.related-stories > h2 { font-size: 34px; }
.related-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; }
.related-grid .story-thumbnail { width: 140px; flex-basis: 140px; }
.related-grid .story-card { gap: 20px; }
.related-grid .story-card h3 { font-size: 25px; }
.related-grid .story-kicker > .category-link, .related-grid .story-kicker > .meta-dot { display: none; }
.reading-progress { position: fixed; top: 0; left: 0; width: 100%; height: 3px; z-index: 50; pointer-events: none; }
.admin-bar .reading-progress { top: 32px; }
.reading-progress span { display: block; width: 100%; height: 100%; background: var(--green); transform: scaleX(0); transform-origin: left; }
.page-article { max-width: var(--reading-width); margin-inline: auto; }
.page-article .article-header { margin-bottom: 35px; }
.not-found { max-width: 700px; padding-block: 80px; }
.not-found > .eyebrow { color: var(--green); margin-bottom: 20px; }
.not-found h1 { font-size: 44px; margin-bottom: 25px; }
.not-found > p { color: var(--muted); margin-bottom: 30px; }
.not-found > .text-link { margin-top: 25px; }
.post-password-form { font-family: var(--sans); font-size: 15px; }
.post-password-form p { margin-block: 20px; }
.post-password-form input { border: 1px solid var(--line); padding: 10px; background: #fff; }
.post-password-form input[type="submit"] { background: var(--green); color: #fff; cursor: pointer; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal { from { transform: translateY(10px); } to { transform: translateY(0); } }
@media (prefers-reduced-motion: no-preference) { .page-intro, .featured-story { animation: reveal .5s ease-out both; } .featured-story { animation-delay: .06s; } }
@media (min-width: 1500px) { .shell { max-width: 1260px; } .editorial-layout { grid-template-columns: minmax(0, 1fr) 285px; gap: 65px; } }
@media (max-width: 1100px) {
  .reading-layout { grid-template-columns: 170px minmax(0, var(--reading-width)); gap: 32px; }
  .shell { width: calc(100% - 64px); }
  .header-inner { gap: 26px; min-height: 94px; }
  .brand-caption { display: none; }
  .nav-links { gap: 22px; }
  .editorial-layout { grid-template-columns: minmax(0, 1fr) 245px; gap: 32px; }
  .featured-story { aspect-ratio: 1.5; }
  .featured-content { inset-inline: 25px 48px; bottom: 24px; }
  .featured-content h2 { font-size: 36px; }
  .featured-label { left: 25px; }
  .featured-arrow { bottom: 23px; right: 15px; width: 30px; height: 30px; }
  .story-card { gap: 20px; }
  .story-thumbnail { flex-basis: 155px; width: 155px; }
  .story-card h3 { font-size: 26px; }
  .story-kicker { gap: 6px; }
  .page-intro h1 { font-size: 40px; }
  .intro-description { max-width: 245px; }
  .newsletter-section { padding-inline: 20px; }
}
@media (max-width: 800px) {
  .article-header { margin-top: 30px; }
  .article-header h1 { font-size: 44px; }
  .reading-layout { display: block; max-width: var(--reading-width); }
  .table-of-contents { position: static; margin-bottom: 25px; padding-top: 0; border-bottom: 1px solid var(--line); }
  .table-of-contents ol { margin-bottom: 20px; }
  .single-cover { margin-bottom: 30px; }
  .related-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .related-grid .story-thumbnail { width: 190px; flex-basis: 190px; }
  .header-inner { gap: 20px; }
  .header-actions { gap: 0; }
  .nav-links { gap: 16px; font-size: 15px; }
  .editorial-layout { grid-template-columns: minmax(0, 1fr); }
  .editorial-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-top: 1px solid var(--line); padding-top: 32px; margin-top: 10px; }
  .about-section { border-bottom: 0; padding-bottom: 0; }
  .topics-section { padding-block: 0; }
  .sidebar-note { display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .featured-story { aspect-ratio: 1.8; }
  .featured-content h2 { font-size: 40px; }
  .page-intro { gap: 25px; }
  .intro-description { max-width: 250px; }
  .story-thumbnail { flex-basis: 190px; width: 190px; }
}
@media (max-width: 600px) {
  .breadcrumbs { margin-block: 22px; font-size: 13px; }
  .breadcrumbs li:last-child { display: none; }
  .article-header { margin-top: 28px; margin-bottom: 26px; }
  .article-header h1 { font-size: 36px; line-height: 1.2; }
  .article-category { margin-bottom: 15px; font-size: 14px; }
  .article-deck { font-size: 19px; margin-top: 18px; }
  .article-byline { margin-top: 24px; }
  .article-author .avatar { width: 39px; height: 39px; }
  .single-cover > img { aspect-ratio: 1.4; }
  .entry-content { font-size: 20px; line-height: 1.75; }
  .entry-content h2 { font-size: 28px; }
  .entry-content h3 { font-size: 24px; }
  .entry-content blockquote { font-size: 22px; padding-left: 20px; }
  .article-answer { padding-left: 17px; }
  .article-answer p { font-size: 17px; }
  .author-signoff { gap: 16px; }
  .author-signoff .avatar { width: 48px; height: 48px; }
  .author-signoff h2 { font-size: 21px; }
  .author-signoff p { font-size: 15px; }
  .related-stories { margin-top: 40px; padding-top: 30px; }
  .related-stories > h2 { font-size: 30px; }
  .related-grid .story-thumbnail { width: 88px; }
  .related-grid .story-card { gap: 12px 16px; }
  .related-grid .story-card h3 { font-size: 23px; }
  .not-found { padding-block: 50px; }
  .not-found h1 { font-size: 34px; }
  .shell { width: calc(100% - 40px); }
  .header-inner { min-height: 83px; flex-wrap: wrap; gap: 0; position: relative; }
  .wordmark { font-size: 39px; }
  .brand { flex: 1; }
  .header-actions .follow-trigger { display: none; }
  .has-js .mobile-menu-toggle { display: inline-flex !important; }
  .primary-navigation { width: 100%; order: 3; padding-bottom: 10px; }
  .has-js .primary-navigation { display: none; }
  .has-js .primary-navigation.is-open { display: block; }
  .primary-navigation .nav-links { justify-content: space-between; padding: 10px 0; }
  .nav-links ul { right: 0; left: auto; }
  .header-actions .icon-button { width: 37px; flex-basis: 37px; }
  .page-intro { display: block; padding-block: 29px 26px; }
  .intro-eyebrow { font-size: 12px; margin-bottom: 11px; }
  .page-intro h1 { font-size: 35px; }
  .intro-description { max-width: 350px; font-size: 16px; padding: 0; margin-top: 14px; }
  .featured-story { aspect-ratio: 1.03; min-height: 330px; }
  .featured-label { top: 20px; left: 20px; }
  .featured-content { inset-inline: 20px 27px; bottom: 25px; }
  .featured-content h2 { font-size: 32px; line-height: 1.2; }
  .featured-meta { gap: 6px; font-size: 12px; margin-top: 17px; }
  .featured-category { margin-bottom: 10px; }
  .featured-arrow { right: 17px; bottom: auto; top: 20px; width: 30px; height: 30px; }
  .article-feed { margin-top: 29px; }
  .feed-heading h2 { font-size: 22px; }
  .feed-tabs { gap: 22px; }
  .story-card { display: grid; grid-template-columns: minmax(0, 1fr) 88px; padding-block: 26px; gap: 12px 16px; align-items: start; }
  .story-card-content { display: contents; }
  .story-thumbnail { grid-column: 2; grid-row: 2; width: 88px; aspect-ratio: 1; }
  .story-card h3 { grid-column: 1; grid-row: 2; font-size: 23px; line-height: 1.3; }
  .story-card:not(:has(.story-thumbnail)) h3 { grid-column: 1 / -1; }
  .story-kicker { grid-column: 1 / -1; font-size: 13px; margin-bottom: 0; }
  .story-kicker .category-link, .story-kicker > .meta-dot { display: none; }
  .story-excerpt { grid-column: 1 / -1; grid-row: 3; font-size: 15px; margin-top: 0; -webkit-line-clamp: 3; }
  .story-meta { font-size: 12px; gap: 7px; }
  .story-bottom { grid-column: 1 / -1; grid-row: 4; gap: 10px; margin-top: 0; }
  .story-bottom .bookmark-button { flex-basis: 28px; width: 28px; height: 32px; }
  .editorial-sidebar { display: block; padding-top: 28px; }
  .about-section { padding-bottom: 26px; border-bottom: 1px solid var(--line); }
  .about-section p { font-size: 16px; }
  .topics-section { padding-block: 25px; }
  .newsletter-section { padding: 27px; }
  .newsletter-section h2 { max-width: 260px; font-size: 28px; }
  .newsletter-section p { font-size: 16px; }
  .newsletter-section .button { font-size: 15px; }
  .sidebar-note { padding-block: 30px 0; }
  .site-footer { margin-top: 38px; }
  .footer-top { flex-wrap: wrap; padding-block: 28px; }
  .footer-top > div { width: 100%; }
  .footer-top > .text-link { margin-left: auto; }
  .footer-wordmark { font-size: 32px; }
  .footer-bottom { font-size: 13px; gap: 14px; }
  .footer-bottom > span:nth-child(2) { display: none; }
  .site-dialog { padding: 24px; }
  .dialog-heading h2 { font-size: 25px; }
  .follow-dialog h2 { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}