:root{--color-background: #f9f9f9;--color-paper: #ffffff;--color-text: #1a1c1c;--color-muted: #4c4546;--color-soft: #e2e2e2;--color-line: #cfc4c5;--color-accent: #5b5181;--font-serif: "Newsreader", Georgia, serif;--font-sans: "Inter", Arial, sans-serif;--container: 1120px;--reading: 680px;--safe: 5vw;--section-gap: 4.5rem;--section-gap-tight: 3rem}*{box-sizing:border-box}html{background:var(--color-background);color:var(--color-text);font-family:var(--font-sans);font-size:16px;line-height:1.6;scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--color-background)}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.22em}a:hover{color:#000}a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:2px solid #000000;outline-offset:4px}.skip-link{position:absolute;left:1rem;top:1rem;z-index:20;transform:translateY(-160%);background:#000;color:#fff;padding:.6rem .8rem;font-size:.75rem;font-weight:700;text-transform:uppercase}.skip-link:focus{transform:translateY(0)}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header,.site-footer{width:min(var(--reading),calc(100% - 2rem));margin:0 auto}.site-header{display:grid;gap:1.1rem;padding:2rem 0 1.25rem}.top-row,.nav-row,.language-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-family:var(--font-serif);font-size:.95rem;font-weight:700;line-height:1;text-transform:uppercase;text-decoration:none}.primary-nav,.language-list{display:flex;flex-wrap:wrap;gap:.7rem 1.1rem;align-items:center;list-style:none;margin:0;padding:0}.primary-nav a,.language-list a,.language-list span{color:var(--color-muted);font-size:.78rem;text-decoration:none}.language-list a{color:#8a8586;font-size:.68rem;letter-spacing:.04em}.primary-nav a[aria-current=page],.language-list a[aria-current=true]{color:#000;text-decoration:underline}.language-list span{color:#8a8586}main{flex:1}.page{width:min(var(--reading),calc(100% - 2rem));margin:0 auto}.hero{min-height:auto;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 0 3rem}.hero--compact{padding:2rem 0 2.25rem}.hero--compact .eyebrow{margin-bottom:1.5rem}.hero--compact h1{margin-bottom:1rem}.hero--compact .lead{margin-bottom:0}.eyebrow{margin:0 0 2.25rem;color:var(--color-muted);font-size:.72rem;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,.headline-xl{max-width:16ch;margin-bottom:1.35rem;font-family:var(--font-serif);font-size:clamp(2rem,6vw,2.65rem);font-weight:700;line-height:1.1;letter-spacing:0}h2,.headline-lg{font-family:var(--font-serif);font-size:clamp(1.6rem,5vw,2.25rem);font-weight:600;line-height:1.15;letter-spacing:0}h3,.headline-md{font-family:var(--font-serif);font-size:1.35rem;font-weight:600;line-height:1.2;letter-spacing:0}.lead{max-width:32rem;color:var(--color-muted);font-size:1rem;line-height:1.6}.section{padding:var(--section-gap) 0;border-top:1px solid var(--color-soft)}.section--tight{padding:var(--section-gap-tight) 0}.stack{display:grid;gap:2rem}.text-block h2,.text-block h3{margin-bottom:1rem}.text-block p{color:var(--color-muted)}.index-list{display:grid;gap:0;margin:0;padding:0;list-style:none;counter-reset:index;font-family:var(--font-serif);font-size:1.25rem;line-height:1.2}.index-list li{counter-increment:index;padding:1rem 0;border-bottom:1px solid var(--color-soft)}.index-list li:before{content:counter(index,decimal-leading-zero) ". ";color:var(--color-muted);font-family:var(--font-sans);font-size:.82rem}.empty-state,.recommendation-item{padding:1.25rem 0;border-top:1px solid var(--color-soft)}.empty-state strong,.recommendation-item strong{display:block;margin-bottom:.35rem;font-family:var(--font-serif);font-size:1.15rem;line-height:1.25}.empty-state p,.recommendation-item p{margin-bottom:0;color:var(--color-muted)}.about-roster h2{margin-bottom:2rem}.profile-list{display:grid;gap:0}.profile-item{padding:1.5rem 0;border-top:1px solid var(--color-soft)}.profile-item:last-child{border-bottom:1px solid var(--color-soft)}.profile-item__role{margin-bottom:.55rem;color:var(--color-muted);font-size:.72rem;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase}.profile-item h3{margin-bottom:.75rem}.profile-item p:not(.profile-item__role){margin-bottom:1rem;color:var(--color-muted)}.profile-links{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin:0;padding:0;list-style:none}.profile-links a{color:var(--color-muted);font-size:.75rem;font-weight:700;text-decoration:none;text-transform:uppercase}.profile-links a:hover{color:#000;text-decoration:underline}.meta-line{display:flex;flex-wrap:wrap;gap:.5rem .75rem;margin-top:.7rem;color:var(--color-muted);font-size:.75rem;font-weight:700;text-transform:uppercase}.filter-bar,.tag-list,.translation-links,.post-meta{display:flex;flex-wrap:wrap;gap:.75rem 1rem}.filter-panel{margin-bottom:1.5rem;border-top:1px solid var(--color-soft);border-bottom:1px solid var(--color-soft)}.filter-panel summary{cursor:pointer;display:block;padding:.9rem 0;color:var(--color-muted);font-size:.72rem;font-weight:700;letter-spacing:.08em;line-height:1;list-style:none;text-transform:uppercase}.filter-panel summary::-webkit-details-marker{display:none}.filter-panel summary:after{content:"+";float:right;color:#000}.filter-panel[open] summary:after{content:"-"}.filter-bar{padding:0 0 1rem;margin-bottom:0}.filter-bar a,.tag-list a,.translation-links a,.post-meta a,.post-export{color:var(--color-muted);font-size:.75rem;font-weight:700;text-decoration:none;text-transform:uppercase}.filter-bar a[aria-current=true],.filter-bar a:hover,.tag-list a:hover,.translation-links a[aria-current=page],.translation-links a:hover,.post-meta a:hover,.post-export:hover{color:#000;text-decoration:underline}.post-list{display:grid;gap:1.75rem}.post-card{padding-top:1.25rem;border-top:1px solid var(--color-soft)}.post-card__status{margin-bottom:.85rem;color:var(--color-muted);font-size:.72rem;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase}.post-card__link{display:block;text-decoration:none}.post-card__link p:not(.eyebrow){color:var(--color-muted)}.post-card h2{margin-bottom:.7rem}.post-card p:not(.post-card__status){margin-bottom:0}.post-card__link:hover h2{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em}.post-header{padding:2.15rem 0 1.75rem}.post-header .eyebrow{margin-bottom:1.65rem}.post-header h1{max-width:22ch}.post-header .lead{margin-bottom:0}.post-meta-block{display:flex;flex-wrap:wrap;gap:.85rem 1.25rem;align-items:flex-start;justify-content:space-between;margin:1.15rem 0 0}.post-meta{margin:0;color:var(--color-muted);font-size:.75rem;font-weight:700;text-transform:uppercase}.post-export{flex:0 0 auto}.post-tags{margin-top:.75rem}.translation-note{margin:1.5rem 0 0;padding-top:1rem;border-top:1px solid var(--color-soft);color:var(--color-muted)}.translation-links{margin-top:1rem}.article-body{padding:2.25rem 0 2rem;border-top:1px solid var(--color-soft)}.article-body>*{max-width:var(--reading)}.article-body h2,.article-body h3,.article-body h4{font-family:var(--font-serif);line-height:1.2}.article-body h2{margin:3.25rem 0 .9rem;font-size:1.75rem}.article-body h3{margin:2.5rem 0 .75rem;font-size:1.3rem}.article-body h4{margin:2.25rem 0 .75rem}.article-body p,.article-body li{color:var(--color-muted);font-size:1rem}.article-body ul,.article-body ol{padding-left:1.4rem}.article-body li+li{margin-top:.5rem}.article-body blockquote{margin:3rem 0;padding:0 0 0 1.5rem;border-left:1px solid #000000;color:var(--color-text);font-family:var(--font-serif);font-size:1.25rem;line-height:1.35}.article-body code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.92em}.code-frame{max-width:min(100vw - 2rem,920px);margin:1.75rem 0;border:1px solid var(--color-soft);background:#111}.code-frame__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem .85rem;border-bottom:1px solid #303030;color:#d6d6d6;font-size:.72rem;font-weight:700;text-transform:uppercase}.code-frame__header span{overflow-wrap:anywhere}.code-frame__header button{flex:0 0 auto;border:1px solid #d6d6d6;background:transparent;color:#fff;cursor:pointer;font:inherit;padding:.35rem .55rem;text-transform:uppercase}.article-body pre{margin:0;overflow-x:auto;padding:.95rem}.article-body pre code{color:#f2f2f2;display:block;min-width:max-content;line-height:1.6;white-space:pre}.is-hidden{display:none}.site-footer{margin-top:3rem;padding:3rem 0;border-top:1px solid var(--color-soft);color:var(--color-muted);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}@media(max-width:700px){:root{--section-gap: 3.5rem;--section-gap-tight: 2.75rem}.site-header{padding-top:1.25rem}.nav-row{align-items:flex-start;flex-direction:column}.top-row{align-items:flex-start}.hero{min-height:auto;padding:2rem 0 2.5rem}.hero--compact{padding:1.5rem 0 2rem}.hero--compact .eyebrow{margin-bottom:1.25rem}.post-header{padding:1.75rem 0 1.5rem}.post-header .eyebrow{margin-bottom:1.25rem}.post-header h1{max-width:100%}.post-meta-block{display:grid;gap:.75rem;margin-top:1rem}.article-body{padding-top:1.75rem}.article-body h2{margin-top:2.75rem}.article-body h3{margin-top:2.25rem}.code-frame{margin:1.5rem 0}.code-frame__header{align-items:flex-start;padding:.65rem .75rem}.article-body pre{padding:.85rem}.lead{font-size:.98rem}}
