:root,:root[data-theme=light]{color-scheme:light;--bg: #ffffff;--ink: #111111;--body-ink: #222222;--muted: #4b5563;--subtle: #6b7280;--line: #d7d7d7;--line-strong: #8b8b8b;--link: #0645ad;--link-visited: #5b2ca0;--link-hover: #00367f;--accent: #0b6b4f;--soft: #f5f7f6;--soft-strong: #eeeeee;--pill-bg: #fafafa;--pill-count-bg: #ffffff;--warning-soft: #fff4dc;--warning-line: #d7a94a;--warning-strong: #8a5800;--code-bg: #111111;--code-ink: #f8f8f8;--inline-code-bg: #f0f0f0;--focus: #f6c445;--selection-bg: #ffe08a;--selection-ink: #111111;--inverse-ink: #ffffff;--font-base: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--body-line-height: 1.7;--prose-line-height: 1.76;--prose-spacing: 1.35rem;--page: 940px;--reading: 720px;--radius: 6px}:root[data-theme=dark]{color-scheme:dark;--bg: #11110f;--ink: #f4f0e8;--body-ink: #e5ded2;--muted: #c3b9aa;--subtle: #a99f91;--line: #3b3934;--line-strong: #756f64;--link: #8fbaff;--link-visited: #d6abff;--link-hover: #b7d2ff;--accent: #64d6a5;--soft: #1b1a17;--soft-strong: #26231f;--pill-bg: #171613;--pill-count-bg: #11110f;--warning-soft: #2a2113;--warning-line: #9d763d;--warning-strong: #e3bb6f;--code-bg: #050505;--code-ink: #f7efe2;--inline-code-bg: #24221e;--focus: #ffd75d;--selection-bg: #5b4312;--selection-ink: #fff7e8;--inverse-ink: #111111}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #11110f;--ink: #f4f0e8;--body-ink: #e5ded2;--muted: #c3b9aa;--subtle: #a99f91;--line: #3b3934;--line-strong: #756f64;--link: #8fbaff;--link-visited: #d6abff;--link-hover: #b7d2ff;--accent: #64d6a5;--soft: #1b1a17;--soft-strong: #26231f;--pill-bg: #171613;--pill-count-bg: #11110f;--warning-soft: #2a2113;--warning-line: #9d763d;--warning-strong: #e3bb6f;--code-bg: #050505;--code-ink: #f7efe2;--inline-code-bg: #24221e;--focus: #ffd75d;--selection-bg: #5b4312;--selection-ink: #fff7e8;--inverse-ink: #111111}}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);font-family:var(--font-base);font-size:18px;scroll-behavior:smooth;text-rendering:optimizeLegibility}body{background:var(--bg);margin:0;min-width:320px;line-height:var(--body-line-height)}img,svg,video{display:block;max-width:100%}img{height:auto}a{color:var(--link);text-decoration-thickness:.08em;text-underline-offset:.18em}a:visited{color:var(--link-visited)}a:hover{color:var(--link-hover);text-decoration-thickness:.12em}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{border-radius:3px;outline:3px solid var(--focus);outline-offset:3px}button,input,textarea,select{font:inherit}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}::selection{background:var(--selection-bg);color:var(--selection-ink)}@media(prefers-reduced-motion:no-preference){body,a,button,.site-header,.site-footer,.tag-list a,.tag-list span,.topic-list a,.topic-count,.callout,.content-figure img,.cover-figure img,.draft-preview-banner,.stat-item,.theme-toggle,.theme-toggle-track{transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.theme-toggle-icon{transition:color .16s ease}:root[data-theme-ready=true] .theme-toggle-thumb{transition:background-color .16s ease,left .16s ease}}.skip-link{background:var(--ink);color:var(--inverse-ink);left:1rem;padding:.65rem .85rem;position:fixed;top:1rem;transform:translateY(-160%);z-index:100}.skip-link:focus,.skip-link:focus-visible{transform:translateY(0)}.visually-hidden,.theme-toggle-text{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.site-header{background:var(--bg);border-bottom:1px solid var(--line)}.site-header-inner,.site-footer-inner,.home-intro,.section-block,.page-shell,.post-shell{margin:0 auto;max-width:var(--page);padding-left:1.25rem;padding-right:1.25rem}.site-header-inner{align-items:baseline;display:flex;gap:1rem;justify-content:space-between;min-height:72px;padding-bottom:.8rem;padding-top:.8rem}.site-header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.45rem .9rem;justify-content:flex-end}.brand{color:var(--ink);font-size:1rem;font-weight:750;text-decoration:none}.brand:visited{color:var(--ink)}.site-nav,.site-footer nav,.inline-links{align-items:center;display:flex;flex-wrap:wrap;gap:.35rem .8rem}.site-nav a,.site-footer a,.inline-links a{align-items:center;color:var(--ink);display:inline-flex;min-height:44px}.site-nav a{text-decoration:none}.site-nav a[aria-current=page]{color:var(--accent);font-weight:720;text-decoration:underline;text-decoration-thickness:.09em;text-underline-offset:.25em}.theme-toggle{align-items:center;background:var(--pill-bg);border:1px solid var(--line);border-radius:999px;color:var(--ink);cursor:pointer;display:inline-flex;flex:0 0 auto;justify-content:center;min-height:36px;padding:.18rem;width:60px}.theme-toggle:hover{border-color:var(--line-strong);color:var(--link)}.theme-toggle-track{--theme-toggle-pad: .2rem;--theme-toggle-thumb: 1.16rem;--theme-toggle-track: 3.1rem;align-items:center;background:var(--soft-strong);border:1px solid var(--line);border-radius:999px;color:var(--muted);display:inline-flex;height:1.5rem;overflow:hidden;position:relative;width:var(--theme-toggle-track)}.theme-toggle-icon{align-items:center;display:inline-flex;height:var(--theme-toggle-thumb);justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:var(--theme-toggle-thumb);z-index:1}.theme-toggle-icon-sun{left:var(--theme-toggle-pad)}.theme-toggle-icon-moon{right:var(--theme-toggle-pad)}.theme-toggle-icon svg{fill:none;height:.84rem;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.15;width:.84rem}.theme-toggle-icon-sun svg{height:.84rem;width:.84rem}.theme-toggle-icon-moon svg{height:.84rem;width:.84rem}.theme-toggle-thumb{background:var(--ink);border-radius:999px;height:var(--theme-toggle-thumb);left:var(--theme-toggle-pad);position:absolute;top:50%;transform:translateY(-50%);width:var(--theme-toggle-thumb);z-index:0}:root[data-theme=dark] .theme-toggle-thumb{left:calc(100% - var(--theme-toggle-thumb) - var(--theme-toggle-pad))}:root[data-theme=light] .theme-toggle-icon-sun,:root[data-theme=dark] .theme-toggle-icon-moon{color:var(--inverse-ink)}:root[data-theme=light] .theme-toggle-icon-moon{color:var(--muted)}@media(prefers-color-scheme:dark){:root:not([data-theme]) .theme-toggle-thumb{left:calc(100% - var(--theme-toggle-thumb) - var(--theme-toggle-pad))}:root:not([data-theme]) .theme-toggle-icon-moon{color:var(--inverse-ink)}}.site-footer{margin-top:5rem}.site-footer-inner{align-items:flex-start;display:flex;gap:1.25rem;justify-content:space-between;padding-bottom:2.4rem;padding-top:2.4rem}.site-footer p{color:var(--muted);margin:0}.home-intro{padding-top:4rem}.home-intro,.page-header,.post-header{max-width:var(--reading)}.eyebrow{color:var(--accent);font-size:.86rem;font-weight:760;letter-spacing:0;margin:0 0 .65rem;text-transform:uppercase}h1,h2,h3{color:var(--ink);line-height:1.15;margin:0;text-wrap:balance}h1{font-size:3rem;max-width:13.5ch}h2{font-size:1.75rem}h3{font-size:1.1rem}.home-intro>p:not(.eyebrow),.page-header>p:not(.eyebrow),.post-header>p:not(.eyebrow){color:var(--muted);font-size:1.15rem;margin:1rem 0 0}.inline-links{margin-top:1.25rem}.post-card time,.archive-item time{color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}.section-block,.page-shell,.post-shell{padding-top:3.75rem}.section-block-compact{padding-top:3rem}.section-heading{align-items:baseline;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.8rem}.section-heading a{color:var(--muted);font-size:.95rem}.archive-list,.post-list{list-style:none;margin:0;max-width:var(--reading);padding:0}.latest-list{max-width:var(--reading)}.latest-list>li+li{margin-top:1.1rem}.latest-item{padding:1.1rem 0 1.35rem}.latest-item h3{font-size:1.24rem;line-height:1.25}.latest-item h3 a,.latest-item h3 a:visited{color:var(--ink)}.latest-item time{color:var(--muted);display:block;font-variant-numeric:tabular-nums;margin-top:.45rem;white-space:nowrap}.latest-item p{color:var(--muted);font-size:1.04rem;margin:.55rem 0 0;max-width:62ch}.latest-view-all{align-items:center;color:var(--muted);display:inline-flex;margin-top:.55rem;min-height:44px}.latest-view-all:visited{color:var(--muted)}.post-card{padding:1.35rem 0 1.65rem}.archive-item{display:grid;gap:1rem;grid-template-columns:10rem minmax(0,1fr);padding:1.35rem 0 1.65rem}.archive-list>li+li,.post-list>li+li{margin-top:.35rem}.archive-item h3,.post-card h2{font-size:1.12rem;line-height:1.28}.archive-item h3 a,.post-card h2 a,.related-card h3 a,.archive-item h3 a:visited,.post-card h2 a:visited,.related-card h3 a:visited{color:var(--ink)}.archive-item p,.post-card-main p,.related-card p:not(.eyebrow){color:var(--muted);margin:.45rem 0 0}.post-card-main{min-width:0}.post-card-footer{margin-top:1rem}.post-card-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.45rem .65rem;margin-top:.45rem}.post-card-label{border:1px solid var(--line-strong);border-radius:999px;color:var(--accent);font-size:.78rem;font-weight:720;line-height:1.2;padding:.15rem .45rem}.tag-list{display:flex;flex-wrap:wrap;gap:.45rem .55rem;list-style:none;margin:1rem 0 0;padding:0}.tag-list a,.tag-list span{align-items:center;background:var(--soft);border:1px solid var(--line);border-radius:999px;color:var(--ink);display:inline-flex;font-size:.88rem;line-height:1.2;min-height:34px;padding:.35rem .65rem;text-decoration:none}.tag-list span{color:var(--muted)}.tag-list a:hover,.topic-list a:hover{border-color:var(--line-strong);color:var(--link);text-decoration:underline}.draft-preview-banner{align-items:baseline;background:var(--warning-soft);border:1px solid var(--warning-line);border-radius:var(--radius);display:flex;flex-wrap:wrap;gap:.35rem .8rem;margin:1.25rem auto 0;max-width:var(--page);padding:.75rem 1rem}.draft-preview-banner span{color:var(--muted)}.topic-list{display:flex;flex-wrap:wrap;gap:.65rem;list-style:none;margin:1rem 0 0;padding:0}.topic-list-compact{margin-bottom:2rem;margin-top:0}.topic-list a{align-items:center;background:var(--pill-bg);border:1px solid var(--line);border-radius:999px;color:var(--ink);display:inline-flex;font-size:.95rem;font-weight:650;gap:.55rem;line-height:1.2;min-height:42px;padding:.38rem .45rem .38rem .85rem;text-decoration:none}.topic-list a:visited{color:var(--ink)}.topic-list a:hover{background:var(--soft)}.topic-name{white-space:nowrap}.topic-count{align-items:center;background:var(--pill-count-bg);border:1px solid var(--line);border-radius:999px;color:var(--muted);display:inline-flex;font-size:.78rem;font-variant-numeric:tabular-nums;font-weight:760;justify-content:center;min-height:1.55rem;min-width:1.55rem;padding:0 .4rem}.page-header,.post-header{margin-bottom:2.35rem}.page-header h1,.post-header h1{max-width:16ch}.post-meta{align-items:baseline;display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin:1.8rem 0 0}.post-meta div{align-items:baseline;display:flex;gap:.4rem;min-width:0}.post-meta dt{color:var(--muted);font-size:.95rem;font-weight:650}.post-meta dd{margin:0}.cover-figure{margin:0 auto 2.25rem;max-width:var(--reading)}.cover-figure img,.content-figure img{border:1px solid var(--line);border-radius:var(--radius);width:100%}.cover-figure figcaption,.content-figure figcaption{color:var(--muted);font-size:.92rem;margin-top:.5rem}.prose{color:var(--ink);font-size:1.06rem;line-height:var(--prose-line-height);margin:0 auto;max-width:var(--reading)}.prose>*{margin-bottom:0;margin-top:0}.prose>*+*{margin-top:var(--prose-spacing)}.prose h2,.prose h3{line-height:1.25;margin-top:2.8rem}.prose h2{font-size:1.65rem}.prose h3{font-size:1.25rem}.prose p,.prose li{color:var(--body-ink)}.prose a{font-weight:650}.prose ul,.prose ol{padding-left:1.35rem}.prose li+li{margin-top:.45rem}.prose blockquote{border-left:4px solid var(--line-strong);color:var(--ink);margin-left:0;padding-left:1rem}.prose pre{background:var(--code-bg);border-radius:var(--radius);color:var(--code-ink);font-size:.92rem;overflow-x:auto;padding:1rem}.prose code{background:var(--inline-code-bg);border-radius:4px;color:var(--ink);font-size:.92em;padding:.1rem .24rem}.prose pre code{background:transparent;color:inherit;padding:0}.prose table{border-collapse:collapse;display:block;overflow-x:auto;width:100%}.prose th,.prose td{border:1px solid var(--line);padding:.65rem .75rem;text-align:left;vertical-align:top}.prose th{background:var(--soft)}.callout{background:var(--soft);border:1px solid var(--line);border-left:5px solid var(--accent);border-radius:var(--radius);padding:1rem}.callout>strong{display:block;margin-bottom:.35rem}.callout p:last-child{margin-bottom:0}.callout-idea{border-left-color:var(--link)}.callout-warning{background:var(--warning-soft);border-left-color:var(--warning-strong)}.content-figure,.pull-quote{margin:2.1rem 0}.pull-quote{border-left:5px solid var(--ink);color:var(--ink);font-size:1.35rem;line-height:1.35;padding-left:1rem}.pull-quote p{color:inherit;margin:0}.pull-quote cite{color:var(--muted);display:block;font-size:.92rem;font-style:normal;margin-top:.75rem}.stat-grid{display:grid;gap:.95rem;grid-template-columns:repeat(3,minmax(0,1fr));margin:1.8rem 0}.stat-item{border:1px solid var(--line);border-radius:var(--radius);padding:1rem}.stat-item strong{color:var(--ink);display:block;font-size:1.65rem;line-height:1.1}.stat-item span{color:var(--muted);display:block;margin-top:.35rem}.related-posts{max-width:var(--reading)}.related-posts .post-grid{display:grid;gap:.35rem}.related-card{padding:1.1rem 0}.related-card .eyebrow{color:var(--muted);font-variant-numeric:tabular-nums;text-transform:none}.search-page #search{max-width:var(--reading)}.search-label{display:inline-block;font-weight:720;margin-bottom:.4rem}.pagefind-ui{--pagefind-ui-background: var(--bg);--pagefind-ui-border: var(--line);--pagefind-ui-primary: var(--link);--pagefind-ui-tag: var(--soft);--pagefind-ui-text: var(--ink)}.pagefind-ui__form{margin-top:0}.pagefind-ui__search-input{background:var(--bg)!important;border:1px solid var(--line-strong)!important;border-radius:var(--radius)!important;color:var(--ink)!important;min-height:48px!important}.pagefind-ui__search-input:focus{outline:3px solid var(--focus)!important;outline-offset:3px!important}.not-found{min-height:56vh}@media(max-width:760px){html{font-size:17px}.site-header-inner,.site-footer-inner,.section-heading{align-items:flex-start;flex-direction:column}.site-header-inner{gap:.45rem}.site-header-actions{justify-content:space-between;width:100%}.site-nav{flex:1 1 auto;width:auto}.home-intro{padding-top:2.5rem}h1{font-size:2.25rem;max-width:100%}h2{font-size:1.5rem}.archive-item,.post-meta,.stat-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media print{.site-header,.site-footer,.theme-toggle,.skip-link,.tag-list,.related-posts{display:none}html,body{background:#fff;color:#000;font-size:12pt}.post-shell,.page-shell,.prose{max-width:none;padding:0}a{color:#000}}
