:root{--bg: #0a0b0d;--bg-2: #101115;--ink: #f0efeb;--muted: #9a9f9c;--faint: #848a88;--copper: #c98f5a;--copper-lit:#e3ab74;--oxide: #7fa092;--hair: rgba(255, 255, 255, .1);--hair-lit: rgba(255, 255, 255, .2);--field: rgba(255, 255, 255, .03);--field-lit: rgba(255, 255, 255, .055);--surface: rgba(255, 255, 255, .035);--surface-lit: rgba(255, 255, 255, .065);--surface-edge: rgba(255, 255, 255, .14);--shadow-soft: none;--shadow-control: none;--row-hover: rgba(255, 255, 255, .018);--header-bg: rgba(10, 11, 13, .82);--body-gradient: linear-gradient(180deg, rgba(127, 160, 146, .035), transparent 24rem), radial-gradient(120% 70% at 50% 0%, rgba(201, 143, 90, .07), transparent 60%);--home-lede: #b2b5b2;--placeholder: #5a5e64;--button-ink: #14110b;--pill-bg: rgba(255, 255, 255, .025);--pill-hover-bg: rgba(201, 143, 90, .055);--focus-ring: rgba(201, 143, 90, .16);--tag-border: rgba(127, 160, 146, .24);--tag-ink: #a9bbb4;--tag-bg: rgba(127, 160, 146, .045);--headshot-bg: linear-gradient(135deg, rgba(201, 143, 90, .14), rgba(127, 160, 146, .08));--error: #ff8a82;--maxw: 46rem;--maxw-wide: 70rem;--articlew: 56rem;--font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", sans-serif;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}html[data-theme=light]{--bg: #f6f2ea;--bg-2: #fffaf2;--ink: #17120e;--muted: #5e615e;--faint: #6b6259;--copper: #965820;--copper-lit:#734015;--oxide: #4e7467;--hair: rgba(47, 36, 26, .14);--hair-lit: rgba(47, 36, 26, .26);--field: rgba(255, 255, 255, .56);--field-lit: rgba(255, 255, 255, .78);--surface: rgba(255, 255, 255, .58);--surface-lit: rgba(255, 255, 255, .86);--surface-edge: rgba(47, 36, 26, .16);--shadow-soft: none;--shadow-control: none;--row-hover: rgba(150, 88, 32, .04);--header-bg: rgba(246, 242, 234, .84);--body-gradient: linear-gradient(180deg, rgba(127, 160, 146, .13), transparent 21rem), radial-gradient(105% 62% at 50% 0%, rgba(201, 143, 90, .17), transparent 58%);--home-lede: #535a55;--placeholder: #8b8479;--button-ink: #fffaf2;--pill-bg: rgba(255, 255, 255, .48);--pill-hover-bg: rgba(201, 143, 90, .13);--focus-ring: rgba(150, 88, 32, .18);--tag-border: rgba(78, 116, 103, .25);--tag-ink: #4e7467;--tag-bg: rgba(78, 116, 103, .08);--headshot-bg: linear-gradient(135deg, rgba(201, 143, 90, .18), rgba(127, 160, 146, .14));--error: #b63d34}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}html,body{letter-spacing:0;overflow-x:clip}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;padding:0}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:100;transform:translateY(-160%);border:1px solid var(--copper);border-radius:.45rem;background:var(--bg);color:var(--ink);padding:.55rem .75rem;font-size:.88rem;line-height:1;transition:transform .15s ease}.skip-link:focus{transform:translateY(0);outline:2px solid var(--copper);outline-offset:2px}.site-main:focus{outline:none}body{margin:0;min-height:100svh;background:var(--bg);background-image:var(--body-gradient);background-repeat:no-repeat;color:var(--ink);font-family:var(--font);font-size:18px;line-height:1.68;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.wrap,.wrap-wide{width:100%;margin:0 auto;padding-inline:1.4rem;min-width:0}.wrap{max-width:var(--maxw)}.wrap-wide{max-width:var(--maxw-wide)}.site-main{padding-top:4.2rem}a{color:var(--copper);text-decoration:none}a:hover{color:var(--copper-lit);text-decoration:underline;text-underline-offset:3px}h1,h2,h3{line-height:1.22;font-weight:600;color:var(--ink)}h1{font-size:2.65rem;margin:0 0 .8rem}h2{font-size:1.4rem;margin:2.4rem 0 .7rem}h3{font-size:1.15rem;margin:1.8rem 0 .4rem}p{margin:0 0 1.15rem}h1,h2,h3,p,dt,dd{overflow-wrap:break-word}strong{color:var(--ink);font-weight:600}hr{border:none;border-top:1px solid var(--hair);margin:2.8rem 0}.site-header{position:sticky;top:0;z-index:50;background:var(--header-bg);-webkit-backdrop-filter:saturate(140%) blur(10px);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--hair)}.site-header .bar{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding-top:1.15rem;padding-bottom:1.15rem}.brand{color:var(--ink);font-weight:500;font-size:.98rem;text-transform:lowercase}.brand:hover{color:var(--ink);text-decoration:none}.header-tools{display:flex;align-items:center;justify-content:flex-end;gap:.9rem 1rem;min-width:0}.nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem 1rem;font-size:.82rem;text-transform:lowercase}.nav a{position:relative;color:var(--muted);padding-block:.18rem}.nav a:hover{color:var(--ink);text-decoration:none}.nav a[aria-current=page]{color:var(--ink)}.nav a:after{content:"";position:absolute;right:0;bottom:-.14rem;left:0;height:1px;background:var(--copper);opacity:0;transform:scaleX(.45);transition:opacity .15s ease,transform .15s ease}.nav a:hover:after,.nav a[aria-current=page]:after{opacity:.8;transform:scaleX(1)}.theme-toggle{display:inline-grid;grid-template-columns:repeat(3,1.95rem);gap:.12rem;flex:0 0 auto;min-height:1.9rem;padding:.12rem;border:1px solid var(--hair);border-radius:999px;background:var(--surface)}.theme-toggle button{appearance:none;display:inline-grid;place-items:center;min-width:0;min-height:1.64rem;border:0;border-radius:999px;background:transparent;color:var(--faint);cursor:pointer;padding:0;line-height:0;transition:background .15s ease,color .15s ease}.theme-toggle button:hover{color:var(--ink)}.theme-toggle button:focus-visible{outline:2px solid var(--copper);outline-offset:2px}.theme-toggle button[aria-pressed=true]{background:var(--ink);color:var(--bg)}.theme-icon{width:.88rem;height:.88rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.site-footer{margin-top:5rem;padding-bottom:3rem;color:var(--faint);font-size:.82rem;line-height:1.7}.site-footer .wrap-wide{border-top:1px solid var(--hair);padding-top:2rem}.site-footer p{margin:0 0 .3rem}.site-footer a{color:var(--muted)}.site-footer .footer-boundary{max-width:58rem;margin-top:.55rem}.site-footer .footer-links{margin-top:.55rem}.hero{padding:.3rem 0 .9rem;max-width:62rem}.hero,.home-hero,.tool-entry,.tool-standards,.subscribe-page,.subscribe-intro,.subscribe{min-width:0}.hero h1,.home-hero h1{font-weight:300;font-size:3.15rem;line-height:1.12}.lede{font-size:1.12rem;color:var(--muted);max-width:42rem;margin-top:1rem;line-height:1.72}.home-hero{max-width:64rem;padding:.7rem 0 0}.home-hero .lede{max-width:48rem;color:var(--home-lede)}.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem 1.15rem;margin-top:1.55rem;font-size:.92rem}.profile-links{margin-top:1.15rem}.profile-links ul{display:flex;flex-wrap:wrap;gap:.55rem;list-style:none;margin:0;padding:0}.profile-links li{display:flex;min-width:0}.profile-links a{display:inline-flex;align-items:center;min-height:2rem;border:1px solid var(--surface-edge);border-radius:999px;color:var(--ink);background:var(--surface);padding:.26rem .72rem;font-size:.82rem;line-height:1.2;transition:background .15s ease,border-color .15s ease,color .15s ease}.profile-links a:hover{border-color:var(--copper);color:var(--copper-lit);text-decoration:none;background:var(--pill-hover-bg)}.profile-links.compact{margin:0 0 .9rem}.profile-links.compact a{min-height:1.75rem;color:var(--muted);padding:.2rem .58rem;font-size:.76rem}.text-link{color:var(--ink);border-bottom:1px solid var(--hair-lit);padding-bottom:.12rem;transition:border-color .15s ease,color .15s ease,background-size .15s ease}.text-link:hover{color:var(--copper-lit);text-decoration:none;border-color:var(--copper-lit)}button.text-link{appearance:none;background:transparent;border:0;border-bottom:1px solid var(--hair-lit);color:var(--ink);cursor:pointer;font:inherit;padding:0 0 .12rem}button.text-link:hover{border-color:var(--copper-lit);color:var(--copper-lit);text-decoration:none}.signal-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;margin:3.1rem 0 3.6rem;padding:.9rem 0;border-top:1px solid var(--hair);border-bottom:1px solid var(--hair)}.signal{min-width:0;padding-right:1rem}.signal+.signal{border-left:1px solid var(--hair);padding-left:1.4rem}.signal b{display:block;color:var(--ink);font-size:.95rem;font-weight:600;margin-bottom:.2rem}.signal span{color:var(--muted);display:block;font-size:.88rem;line-height:1.55}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:0 0 1.2rem}.section-head h2{font-size:1.1rem;margin:0}.section-head p{margin:.25rem 0 0;color:var(--muted);font-size:.9rem}.section-link{flex:0 0 auto;color:var(--muted);font-size:.86rem}.section-link:hover{color:var(--copper-lit);text-decoration:none}.rule{position:relative;height:1px;background:var(--hair);margin:2.4rem 0;overflow:hidden}.rule:after{content:"";position:absolute;inset:0;width:32%;background:linear-gradient(90deg,transparent,var(--copper-lit),transparent);transform:translate(-130%);animation:sweep 7s ease-in-out infinite}.eyebrow{font-family:var(--mono);font-size:.72rem;text-transform:uppercase;color:var(--faint);margin:0 0 1rem}.subscribe{margin:3.2rem 0 0;padding:0}.subscribe :is(h2,h3,h4){margin:0 0 .3rem;font-weight:500;font-size:1.05rem}.subscribe p{color:var(--muted);margin-bottom:.9rem;font-size:.95rem}.subscribe form{display:flex;gap:.5rem;flex-wrap:wrap;max-width:30rem}.subscribe input[type=email]{flex:1 1 15rem;min-width:0;background:var(--field);color:var(--ink);border:1px solid var(--hair);border-radius:.5rem;padding:.65rem .85rem;font:inherit;font-size:.95rem;outline:none;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.subscribe input[type=email]::placeholder{color:var(--placeholder)}.subscribe input[type=email]:focus{background:var(--field-lit);border-color:var(--copper);box-shadow:0 0 0 3px var(--focus-ring)}.subscribe button{background:var(--copper);color:var(--button-ink);border:1px solid var(--copper);border-radius:.5rem;padding:.65rem 1.1rem;font:inherit;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.subscribe button:hover{background:var(--copper-lit);border-color:var(--copper-lit)}.subscribe button:disabled{opacity:.55;cursor:progress}.form-msg{margin:.7rem 0 0;font-size:.9rem;min-height:1.1em}.form-msg.ok{color:var(--copper-lit)}.form-msg.err{color:var(--error)}.form-fineprint{color:var(--faint);font-size:.78rem;margin-top:.6rem}.post-list{list-style:none;padding:0;margin:1.2rem 0 1.4rem}.post-list>li{position:relative;display:grid;grid-template-columns:11rem minmax(0,1fr);gap:1.4rem;padding:1.15rem 0 1.7rem;border-top:1px solid var(--hair);transition:background .15s ease}.post-list>li:last-child{border-bottom:1px solid var(--hair)}.post-list>li:before{content:"";position:absolute;top:1.2rem;bottom:1.7rem;left:-1rem;width:2px;border-radius:999px;background:var(--copper);opacity:0;transform:scaleY(.5);transform-origin:top;transition:opacity .15s ease,transform .15s ease}.post-list>li:hover,.post-list>li:focus-within{background:linear-gradient(90deg,var(--row-hover),transparent 55%)}.post-list>li:hover:before,.post-list>li:focus-within:before{opacity:.62;transform:scaleY(1)}.post-list .meta{color:var(--faint);font-size:.76rem;font-family:var(--mono);line-height:1.55}.post-list .kind{display:block;color:var(--oxide)}.post-list .title{font-size:1.22rem;font-weight:550;color:var(--ink);display:block;margin:0;line-height:1.3;transition:color .15s ease}.post-list .title:hover{color:var(--copper-lit);text-decoration:none}.post-list .desc{color:var(--muted);margin:.45rem 0 0;font-size:.98rem}.tag-row{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;list-style:none;margin:.75rem 0 0;padding:0}.tag-row>li{display:flex;align-items:center;gap:0;margin:0;padding:0;min-width:0}.tag{display:inline-flex;align-items:center;justify-content:center;height:1.35rem;border:1px solid var(--tag-border);color:var(--tag-ink);background:var(--tag-bg);border-radius:999px;padding:0 .5rem;font-family:var(--mono);font-size:.68rem;line-height:1;white-space:nowrap}.empty-note{color:var(--muted);background:var(--field);border-radius:8px;padding:1.3rem}.tools-preview,.profile-band,.tools-list,.tool-standards{margin-top:3rem;padding-top:0}.tools-page{max-width:56rem;min-width:0}.tools-page :is(.hero,.lede,.tools-list,.tool-entry,.tool-entry p,.tool-standards,.section-copy){max-width:100%}.about-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(14rem,18rem);gap:3rem;align-items:start;max-width:64rem}.headshot{margin:0}.headshot picture{display:block;width:100%;max-width:18rem;aspect-ratio:1}.headshot img,.headshot-fallback{display:block;width:100%;max-width:18rem;aspect-ratio:1;border:1px solid var(--hair);border-radius:8px;background:var(--headshot-bg);object-fit:cover}.headshot img{height:100%}.headshot-fallback{display:grid;place-items:center;color:var(--copper-lit);font-family:var(--mono);font-size:2.6rem;letter-spacing:0}.headshot figcaption{max-width:18rem;margin-top:.65rem;color:var(--faint);font-size:.78rem;line-height:1.5}.tools-preview h2,.profile-band h2,.tool-standards h2{margin-top:0;font-size:1.1rem}.tools-grid,.profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin-top:1.2rem}.tool-note,.profile-section{min-width:0;padding-top:0}.tool-note h3,.profile-section h2,.profile-section h3{margin:0 0 .45rem;font-size:1rem}.tool-note p,.profile-section p{color:var(--muted);font-size:.94rem;line-height:1.65}.tool-entry{max-width:48rem}.tool-entry+.tool-entry{margin-top:2.7rem;padding-top:2.2rem;border-top:1px solid var(--hair)}.tool-entry.compact{max-width:42rem}.tool-entry h2,.tool-entry h3{margin:0 0 .55rem}.tool-entry p{color:var(--muted);max-width:42rem}.tool-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;color:var(--oxide);font-family:var(--mono);font-size:.72rem;line-height:1.3;margin:0 0 .75rem;text-transform:lowercase}.status{display:inline-flex;align-items:center;min-height:1.25rem;color:var(--button-ink);background:var(--copper);border-radius:999px;padding:.1rem .45rem;font-family:var(--mono);font-size:.62rem;font-weight:600;line-height:1}.tool-standards{max-width:56rem;margin-top:4.5rem}.tool-standards .eyebrow{margin-bottom:.55rem}.section-copy{max-width:42rem;color:var(--muted);font-size:.96rem;line-height:1.68}.standard-list{display:grid;gap:.95rem;margin:1.4rem 0 0;padding:0}.standard-list div{display:grid;grid-template-columns:minmax(8rem,.28fr) minmax(0,1fr);gap:1.1rem;align-items:start}.standard-list dt{color:var(--ink);font-weight:600;line-height:1.45}.standard-list dd{color:var(--muted);font-size:.94rem;line-height:1.65;margin:0}.subscribe-page{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr);gap:3.2rem;align-items:start;max-width:62rem}.subscribe-intro h1{font-weight:300;font-size:3.15rem;line-height:1.12}.subscribe-page .subscribe{margin-top:.65rem}.article{max-width:var(--articlew);margin:0 auto;padding:0 0 .5rem}.article-header{margin-bottom:2.3rem;padding-bottom:.7rem}.article .post-meta{color:var(--faint);font-family:var(--mono);font-size:.78rem;text-transform:lowercase;margin-bottom:.8rem}.article h1{font-size:2.85rem;font-weight:600;line-height:1.12;max-width:54rem}.article .deck{color:var(--muted);font-size:1.08rem;line-height:1.7;max-width:48rem;margin-top:1rem}.article :is(h2,h3){scroll-margin-top:4rem}.article h2{margin-top:3.1rem;font-size:1.55rem}.article h3{margin-top:2.2rem}.article ul,.article ol{margin:0 0 1.15rem 1.3rem}.article li{margin:.35rem 0}.article blockquote{margin:1.6rem 0;padding:.2rem 0 .2rem 1.1rem;border-left:2px solid var(--copper);color:var(--muted)}.article code{font-family:var(--mono);font-size:.88em;background:var(--field);border:1px solid var(--hair);padding:.08rem .35rem;border-radius:4px}.article a{overflow-wrap:anywhere}.article :is(h1,h2,h3,p,li,dt,dd),.post-list :is(.title,.desc),.tool-entry :is(h2,h3,p),.standard-list :is(dt,dd){overflow-wrap:break-word}.sources{margin-top:3rem;padding-top:1.4rem;border-top:1px solid var(--hair);font-size:.9rem;color:var(--muted)}.sources h4{font-family:var(--mono);text-transform:uppercase;font-size:.72rem;color:var(--faint);margin:0 0 .7rem;font-weight:400}.sources ol{margin:0 0 0 1.2rem}.sources li{margin:.3rem 0;line-height:1.55}.disclaimer{margin-top:1.8rem;padding-top:1.2rem;border-top:1px solid var(--hair);color:var(--faint);font-size:.85rem;font-style:italic}.draft-banner{background:var(--field);border:1px solid var(--copper);color:var(--copper-lit);border-radius:.5rem;padding:.6rem .9rem;margin:0 0 1.6rem;font-size:.85rem}@keyframes sweep{0%,8%{transform:translate(-130%)}60%{transform:translate(420%)}to{transform:translate(420%)}}@media(prefers-reduced-motion:reduce){.rule:after{animation:none;opacity:0}.nav a:after,.theme-toggle button,.profile-links a,.text-link,.subscribe input[type=email],.subscribe button,.post-list>li,.post-list>li:before,.post-list .title{transition:none}.profile-links a:hover,.subscribe button:hover{transform:none}}@media(max-width:780px){body{font-size:17px;line-height:1.66}.wrap,.wrap-wide{padding-inline:1.1rem}.site-main{padding-top:2.8rem}.site-header .bar{padding-top:.75rem;padding-bottom:.75rem}.nav{font-size:.78rem;gap:.45rem .78rem}.theme-toggle{grid-template-columns:repeat(3,1.9rem);min-height:1.75rem}.theme-toggle button{min-height:1.5rem}h1{font-size:2.15rem}.hero h1,.home-hero h1,.article h1,.subscribe-intro h1{font-size:2.25rem;line-height:1.14}.lede{font-size:1.02rem}.hero,.home-hero,.tool-entry,.tool-standards,.section-copy,.lede,.subscribe-page,.subscribe-intro,.subscribe,.site-footer p{max-width:calc(100vw - 2.2rem)}.subscribe-page{grid-template-columns:1fr;gap:1.7rem}.standard-list div{grid-template-columns:1fr;gap:.15rem}.signal-strip,.tools-grid,.profile-grid{grid-template-columns:1fr}.about-hero{grid-template-columns:1fr;gap:1.6rem}.headshot picture,.headshot img,.headshot-fallback,.headshot figcaption{max-width:13rem}.signal+.signal{border-left:0;padding-left:0;padding-top:.2rem}.signal{padding-right:0}.post-list>li:before{left:-.65rem}.section-head{align-items:flex-start;flex-direction:column}.post-list>li{grid-template-columns:1fr;gap:.55rem}.subscribe form{display:grid;grid-template-columns:1fr}.subscribe input[type=email],.subscribe button{width:100%}}@media(max-width:640px){.site-header .bar{align-items:flex-start;flex-direction:column;gap:.55rem}.header-tools{align-items:flex-start;flex-direction:column;gap:.55rem;width:100%}.nav{justify-content:flex-start;width:100%}}@media(max-width:430px){body{font-size:16px}.wrap,.wrap-wide{padding-inline:1rem}.site-main{padding-top:2.25rem}.hero,.home-hero,.tool-entry,.tool-standards,.section-copy,.lede,.subscribe-page,.subscribe-intro,.subscribe,.site-footer p{max-width:calc(100vw - 2rem)}.hero h1,.home-hero h1,.article h1,.subscribe-intro h1{font-size:2rem}.nav{gap:.5rem .82rem}}
