:root{--font-serif:"Computer Modern Serif", "Times New Roman", serif;--font-serif-slanted:"Computer Modern Serif Slanted", "Computer Modern Serif", serif;--font-sans:"Computer Modern Bright", "Helvetica Neue", Arial, sans-serif;--font-sans-heavy:"Computer Modern Sans", "Helvetica Neue", Arial, sans-serif;--color-page:#fdfbf7;--color-text:#1c1b1a;--color-accent:#0b3d91;--color-accent-light:#2d5ed8;--color-border:rgba(28, 27, 26, 0.16);--max-width:min(65rem, 94vw);--spacing-lg:clamp(2.5rem, 6vw, 4rem);--spacing-md:clamp(1.5rem, 4vw, 2.5rem);--spacing-sm:clamp(0.75rem, 2vw, 1.3rem);--transition:180ms ease;--theme-transition:280ms ease}[data-theme=dark]{--color-page:#000000;--color-text:hsl(213, 50%, 90%);--color-accent:#f4c26e;--color-accent-light:#fcd38e;--color-border:rgba(255, 255, 255, 0.16)}.theme-toggle{background:0 0;border:none;padding:0;cursor:pointer;color:var(--color-text);display:flex;align-items:center;justify-content:center;transition:color var(--transition)}.theme-toggle:hover{color:var(--color-accent)}.theme-toggle svg{width:1.2rem;height:1.2rem;fill:currentColor}.theme-toggle .torch-flame{fill:var(--color-accent);transition:fill var(--transition)}.theme-toggle .torch-unlit{display:none}[data-theme=dark] .theme-toggle .torch-flame{fill:var(--color-accent-light)}[data-theme=dark] .theme-toggle .torch-lit{display:none}[data-theme=dark] .theme-toggle .torch-unlit{display:block}[data-theme=dark] .post-teaser__subtitle,[data-theme=dark] .post-teaser__meta,[data-theme=dark] .post-teaser__excerpt{color:rgba(255,255,255,.8)}[data-theme=dark] .post__content pre,[data-theme=dark] .content-block pre,[data-theme=dark] .hero pre,[data-theme=dark] .highlight{background:#1a1a1a;border-color:rgba(255,255,255,.2)}[data-theme=dark] .hero small{color:rgba(255,255,255,.7)}[data-theme=dark] .site-nav a:hover,[data-theme=dark] .site-nav a:focus-visible{background-color:rgba(244,194,110,.12)}[data-theme=dark] .brand:hover,[data-theme=dark] .brand:focus-visible{background-color:rgba(244,194,110,.12)}@font-face{font-family:computer modern serif;src:url(/fonts/cmunrm.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:computer modern serif;src:url(/fonts/cmunbx.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:computer modern serif;src:url(/fonts/cmunti.otf)format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:computer modern serif;src:url(/fonts/cmunbi.otf)format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:computer modern serif slanted;src:url(/fonts/cmunsl.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:computer modern serif slanted;src:url(/fonts/cmunbl.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:computer modern bright;src:url(/fonts/cmunbmr.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:computer modern bright;src:url(/fonts/cmunbbx.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:computer modern bright;src:url(/fonts/cmunbmo.otf)format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:computer modern bright;src:url(/fonts/cmunbxo.otf)format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:computer modern sans;src:url(/fonts/cmunss.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:computer modern sans;src:url(/fonts/cmunsx.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}*,*::before,*::after{box-sizing:border-box}html{font-size:18px;background:var(--color-page);color:var(--color-text);font-family:var(--font-serif);line-height:1.6;overflow-y:scroll}body{min-height:100vh;margin:0;display:flex;flex-direction:column}@media(prefers-reduced-motion:no-preference){html{transition:background-color var(--theme-transition),color var(--theme-transition)}body,.page-frame,.site-header,.site-nav a,.brand,.hero,.content-block,.post-shell,.list-shell,.post__content,.post-teaser,.post{transition:background-color var(--theme-transition),color var(--theme-transition),border-color var(--theme-transition)}.post__content pre,.content-block pre,.hero pre,.highlight{transition:background-color var(--theme-transition),color var(--theme-transition),border-color var(--theme-transition)}}a{color:inherit;text-decoration-color:initial;text-decoration-thickness:.11em;text-underline-offset:.24em;transition:color var(--transition),text-decoration-color var(--transition)}.content-block a,.hero a,.post-shell a,.list-shell a,.post__content a{color:var(--color-accent)}[data-theme=dark] .content-block a,[data-theme=dark] .hero a,[data-theme=dark] .post-shell a,[data-theme=dark] .list-shell a,[data-theme=dark] .post__content a{color:var(--color-accent-light)}.content-block a:hover,.content-block a:focus-visible,.hero a:hover,.hero a:focus-visible,.post-shell a:hover,.post-shell a:focus-visible,.list-shell a:hover,.list-shell a:focus-visible,.post__content a:hover,.post__content a:focus-visible{opacity:.7}.page-frame{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem);flex:1 0 auto}.site-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:var(--spacing-md);gap:clamp(.75rem,3vw,1.5rem);position:relative}.header-controls{display:flex;align-items:center;gap:clamp(.75rem,3vw,1.5rem)}.site-header::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:var(--color-border);z-index:0}.brand{position:relative;display:inline-flex;align-items:baseline;gap:.35rem;font-family:var(--font-serif);font-size:clamp(1.3rem,2.6vw,1.6rem);font-weight:400;letter-spacing:.02em;text-transform:none;text-decoration:none;padding:.25rem 0;border-radius:3px;transition:background-color var(--transition)}.brand:hover,.brand:focus-visible{background-color:rgba(11,61,145,8%)}.brand span{display:inline-block}.brand sup{font-size:.6em;font-family:var(--font-serif);margin-left:.15em;color:var(--color-accent)}.brand-icon{width:1.5rem;height:1.5rem;fill:currentColor;display:none}.brand-text{display:inline-flex;align-items:baseline;gap:.35rem}.site-nav{display:flex;gap:clamp(.75rem,3vw,1.5rem);font-family:var(--font-serif);font-size:1.18rem;letter-spacing:.015em;text-transform:lowercase;font-weight:400}.site-nav a{position:relative;padding:.25rem .5rem;color:inherit;text-decoration:none;border-radius:3px;transition:background-color var(--transition)}.site-nav a:hover,.site-nav a:focus-visible{background-color:rgba(11,61,145,8%)}.brand:hover::before,.brand:focus-visible::before{color:var(--color-accent-light)}.hero{margin-top:clamp(2.5rem,8vw,4rem);margin-bottom:var(--spacing-lg)}.hero h1{font-size:clamp(3rem,6vw,4.2rem);margin:0;font-family:var(--font-serif);font-weight:700;text-align:left;line-height:1.1}.hero small{display:block;font-family:var(--font-serif);font-size:1.05rem;letter-spacing:.08em;text-transform:none;margin:.4rem 0 0;color:rgba(28,27,26,.7);text-align:left}.hero p{margin:.5rem 0 0;max-width:64rem;font-size:clamp(1.2rem,2.5vw,1.4rem);text-align:left}.content-block{display:grid;gap:var(--spacing-lg)}.hero--narrow{max-width:min(80ch,96vw);margin:clamp(2rem,6vw,3rem)auto clamp(1.5rem,4vw,2.5rem);padding:0}.hero--narrow h1{font-size:clamp(2.5rem,5vw,3rem);margin:0;font-family:var(--font-serif);font-weight:700;text-align:left}.hero--narrow small{display:block;font-family:var(--font-sans);font-size:.95rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(28,27,26,.65);margin-top:.4rem}.hero--narrow p{margin:var(--spacing-md)0 0;max-width:78ch;font-size:clamp(1.2rem,2.4vw,1.45rem);text-align:left}.content-block--narrow{max-width:min(80ch,96vw);margin:0 auto;padding:0;display:grid;gap:clamp(1rem,3vw,1.8rem)}.content-block--narrow>*{max-width:78ch;margin-left:auto;margin-right:auto}.post-feed{display:grid;gap:clamp(2.5rem,5vw,3.5rem);width:100%;margin-left:auto;margin-right:auto;padding:0}.post-feed>*{max-width:100%}.post-teaser{display:block;padding-bottom:0}.post-teaser:last-child{padding-bottom:0}.post-teaser__header{display:grid;gap:.25rem}.post-teaser__title{margin:0;font-size:clamp(1.35rem,2.5vw,1.75rem);font-family:var(--font-serif);font-weight:800;line-height:1.2}.post-teaser__title a{color:inherit;text-decoration:underline;text-underline-offset:.1em;display:inline-block;position:relative;transition:opacity var(--transition)}.post-teaser__title a:hover{opacity:.7}.post-teaser[data-color-index="0"] .post-teaser__title a{color:#2b5a8e}.post-teaser[data-color-index="1"] .post-teaser__title a{color:#0891b2}.post-teaser[data-color-index="2"] .post-teaser__title a{color:#16a34a}.post-teaser[data-color-index="3"] .post-teaser__title a{color:#ca8a04}.post-teaser[data-color-index="4"] .post-teaser__title a{color:#dc2626}.post-teaser[data-color-index="5"] .post-teaser__title a{color:#9333ea}.post-teaser__title a:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.post-teaser__subtitle{margin:0;font-size:1rem;color:rgba(28,27,26,.7);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.08em}.post-teaser__meta{margin:.2rem 0 .4rem;display:flex;gap:.5rem;align-items:baseline;font-size:.85rem;color:rgba(28,27,26,.65);font-family:var(--font-serif);text-transform:none;letter-spacing:0}.post-teaser__excerpt{margin:0;font-size:1.1rem;line-height:1.5;color:rgba(28,27,26,.82);font-family:var(--font-sans-heavy);max-width:100%;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.content-block--narrow ul{list-style:none;padding:0;display:grid;gap:.9rem}.content-block--narrow li{display:flex;gap:.45rem;align-items:baseline;font-size:1.12rem}.content-block--narrow li::before{content:"•";color:var(--color-accent);font-size:.75em}.post--narrow{width:100%;margin:clamp(4rem,10vw,7rem)auto;padding:0}.post--narrow .post__header{width:100%;margin:0 auto clamp(4rem,8vw,6rem);display:grid;gap:.5rem;text-align:center}.post--narrow .post__header h1{font-family:var(--font-serif);font-weight:700;font-size:clamp(3rem,5vw,4rem);margin:0;line-height:1.1}.post--narrow .post__header small{font-family:var(--font-sans);font-size:.95rem;letter-spacing:.05em;text-transform:uppercase;color:rgba(28,27,26,.6)}[data-theme=dark] .post--narrow .post__header small,[data-theme=dark] .post__header small{color:rgba(255,255,255,.78)}.post--narrow .post__content{width:100%;margin:0 auto;display:grid;gap:clamp(.7rem,2vw,1.15rem)}.post--narrow .post__content>*{max-width:100%;margin-left:auto;margin-right:auto;text-align:left}.post--narrow .post__content p{margin:0 0 .4rem;font-size:clamp(1.4rem,2.8vw,1.7rem);line-height:1.58}.post--narrow .post__content h2,.post--narrow .post__content h3,.post--narrow .post__content h4{font-family:var(--font-serif);font-weight:700;letter-spacing:.02em;text-transform:none;font-size:clamp(1.6rem,3.4vw,2rem);text-align:left;margin:clamp(1.2rem,2.8vw,1.9rem)0 .45rem}.post--narrow .post__content h3,.post--narrow .post__content h4{font-size:clamp(1.45rem,3vw,1.8rem);margin-top:clamp(1.1rem,2.4vw,1.6rem)}.post--narrow .post__content p+h2,.post--narrow .post__content p+h3,.post--narrow .post__content p+h4{margin-top:clamp(1.4rem,2.6vw,2rem)}@media(max-width:720px){.post--narrow,.post-feed{width:100%;padding:0 clamp(1rem,6vw,2rem)}.post--narrow .post__header,.post--narrow .post__content,.post--narrow .post__content>*{width:100%;max-width:100%}.post--narrow .post__content p{font-size:clamp(1.05rem,3vw,1.25rem)}}.content-block ul{list-style:none;padding:0}.cta-list{display:flex;flex-wrap:wrap;gap:var(--spacing-sm);font-family:var(--font-serif);font-size:1.1rem;justify-content:flex-start}.cta-list a{padding:.35rem .75rem;border-radius:999px;border:1px dashed rgba(19,69,150,.45);background:rgba(13,80,180,8%);transition:background var(--transition),border-color var(--transition),color var(--transition)}.cta-list a:hover,.cta-list a:focus-visible{background:rgba(13,80,180,.18);border-color:var(--color-accent);color:var(--color-accent);text-decoration:underline!important}.list-shell,.post-shell{max-width:min(62ch,92vw);margin-left:auto;margin-right:auto}.post__header{margin-bottom:clamp(2.5rem,6vw,3.5rem);display:grid;gap:.75rem;text-align:left}.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}@media(max-width:640px){.site-header{flex-direction:column;align-items:flex-start}.site-nav{flex-wrap:wrap;gap:.75rem}.brand-text{display:none!important}.brand-icon{display:block}}@media(max-width:480px){.page-frame{padding:0 clamp(.35rem,3vw,.6rem)calc(4.5rem + env(safe-area-inset-bottom))}.site-header{position:fixed;left:0;right:0;bottom:0;z-index:10;margin-bottom:0;padding:clamp(.5rem,3vw,.7rem)clamp(.75rem,4vw,1rem)calc(clamp(.5rem,3vw,.7rem) + env(safe-area-inset-bottom));background:var(--color-page);box-shadow:0 -6px 18px rgba(28,27,26,8%);border-top:1px solid var(--color-border);gap:.5rem;align-items:center;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.site-header::after{display:none}.brand{font-size:1rem;padding:.25rem .4rem;flex-shrink:0}.brand-text{display:none!important}.brand-icon{display:block;width:1.25rem;height:1.25rem}.header-controls{flex:1;display:flex;gap:.5rem;align-items:center;justify-content:flex-start;min-width:0}.site-nav{flex:initial;gap:.5rem;justify-content:flex-start;flex-wrap:nowrap}.site-nav a{font-size:1rem;padding:.25rem .4rem;white-space:nowrap}.theme-toggle{flex-shrink:0}.hero{margin-top:2rem}.post--narrow{width:100%;max-width:100vw;box-sizing:border-box;margin:clamp(1rem,3vw,1.6rem)auto;padding:0;overflow-x:hidden}.post--narrow .post__header{margin-bottom:1.5rem}.post--narrow .post__header h1{font-size:clamp(1.75rem,5vw,2rem);line-height:1.2}.post--narrow .post__content{gap:clamp(.5rem,3.5vw,.85rem)}.post--narrow .post__content>*{max-width:100%;margin-left:0;margin-right:0}.post--narrow .post__content p{font-size:.95rem;line-height:1.5}}.post__content pre,.content-block pre,.hero pre{width:100%;max-width:100%;overflow-x:auto;font-size:.95rem;line-height:1.45;background:#f5f3ed;padding:.5rem .75rem;border:1px dashed rgba(28,27,26,.25);color:var(--color-text)}.highlight{width:100%;max-width:100%;overflow-x:auto;background:#f5f3ed;border:1px dashed rgba(28,27,26,.25);padding:.5rem .75rem;color:var(--color-text)}.highlight pre,.highlight code{background:0 0!important;padding:0;border:0}.post__content pre code,.content-block pre code,.hero pre code{font-size:inherit;background:0 0!important;color:var(--color-text)!important}.highlight span,.highlight code span{color:var(--color-text)!important}.post__content pre::-webkit-scrollbar,.content-block pre::-webkit-scrollbar,.hero pre::-webkit-scrollbar{height:8px}.post__content pre::-webkit-scrollbar-thumb,.content-block pre::-webkit-scrollbar-thumb,.hero pre::-webkit-scrollbar-thumb{background:rgba(17,24,39,.12);border-radius:999px}.post__content img,.post__content figure,.post__content video,.post__content iframe{max-width:100%;height:auto}.post__content figure{margin:0 auto var(--spacing-md)}.post__content table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-spacing:0}.post__content table th,.post__content table td{padding:.65rem .75rem;border-bottom:1px solid rgba(17,24,39,.1);text-align:left;word-break:break-word}.post__content table thead th{font-weight:600;background:rgba(13,80,180,6%)}