*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #FAFAFA;--bg-white: #FFFFFF;--surface: #F3F4F6;--text: #111827;--text-2: #374151;--muted: #6B7280;--muted-2: #667085;--accent: #2563EB;--accent-dim: #DBEAFE;--accent-text: #1D4ED8;--accent-border: #BFDBFE;--accent-border-strong: #93C5FD;--accent-surface: #F8FAFF;--border: #E5E7EB;--border-2: #F3F4F6;--green: #059669;--green-dim: #D1FAE5;--green-text: #065F46;--green-border: #6EE7B7;--amber: #D97706;--amber-dim: #FEF3C7;--amber-text: #92400E;--amber-border: #FCD34D;--font-sans: "Inter", system-ui, sans-serif;--font-serif: "Lora", Georgia, serif;--font-mono: "JetBrains Mono", monospace;--max-prose: 672px;--max-wide: 900px;--r: 6px}html{font-size:16px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none}[hidden]{display:none!important}.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}.skip-link{position:fixed;top:.5rem;left:.5rem;z-index:300;padding:.55rem .8rem;border-radius:var(--r);background:var(--text);color:var(--bg-white);font-size:.85rem;font-weight:600;transform:translateY(-160%);transition:transform .12s}.skip-link:focus{transform:translateY(0)}main:focus{outline:none}body:before{content:"";display:block;height:3px;background:linear-gradient(90deg,var(--accent) 0%,#60A5FA 100%);position:fixed;top:0;left:0;right:0;z-index:200}.site-nav{position:sticky;top:3px;z-index:100;background:#fafafaf0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-inner{max-width:var(--max-wide);margin:0 auto;padding:0 2rem;height:56px;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-family:var(--font-mono);font-size:.875rem;font-weight:500;color:var(--text);text-decoration:none;letter-spacing:-.03em;display:flex;align-items:center;gap:1px}.nav-brand .slash{color:var(--accent);font-weight:400;margin:0 1px}.brand-label{display:inline}.brand-separator{color:var(--muted-2);margin:0 .45rem}.brand-author{color:var(--muted);font-family:var(--font-sans);font-size:.75rem;font-weight:400;letter-spacing:0}.brand-mark{width:17px;height:17px;flex-shrink:0;margin-right:.3rem;display:block}.nav-links{display:flex;gap:.25rem;list-style:none}.nav-links a{font-size:.825rem;font-weight:500;color:var(--muted);text-decoration:none;padding:.3rem .65rem;border-radius:var(--r);transition:background .12s,color .12s;letter-spacing:.01em}.nav-links a:hover{background:var(--surface);color:var(--text)}.nav-links a.active{background:var(--accent-dim);color:var(--accent)}.nav-right{display:flex;align-items:center;gap:.85rem}.nav-search{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-sans);font-size:.8rem;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:.3rem .55rem;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.nav-search:hover{color:var(--text);border-color:var(--muted-2)}.nav-search svg{opacity:.7}.nav-search kbd{font-family:var(--font-mono);font-size:.68rem;color:var(--muted-2);background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:.05rem .32rem}.search-modal{--search-top: clamp(2rem, 12vh, 7.5rem);position:fixed;inset:0;z-index:200;display:flex;align-items:flex-start;justify-content:center;padding:var(--search-top) 1rem 1rem;overflow:hidden}.search-modal[hidden]{display:none}.search-modal__backdrop{position:absolute;inset:0;background:#11182773;backdrop-filter:blur(2px)}.search-modal__box{position:relative;width:min(640px,calc(100vw - 2rem));max-height:calc(100dvh - var(--search-top) - 1rem);display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--border);border-radius:10px;box-shadow:0 24px 60px #0000002e;padding:1rem;--pagefind-ui-primary: var(--accent);--pagefind-ui-text: var(--text);--pagefind-ui-background: var(--bg);--pagefind-ui-border: var(--border);--pagefind-ui-font: var(--font-sans);--pagefind-ui-border-radius: var(--r)}#search{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.search-modal__footer{flex:0 0 auto;display:flex;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:.6rem;padding-top:.6rem;border-top:1px solid var(--border-2)}.search-modal__hint{font-size:.72rem;color:var(--muted-2)}.search-modal__hint kbd{font-family:var(--font-mono);border:1px solid var(--border);border-radius:4px;padding:0 .28rem}.search-modal__close{font-family:var(--font-sans);font-size:.78rem;font-weight:500;color:var(--muted);background:var(--bg-white);border:1px solid var(--border);border-radius:var(--r);padding:.3rem .65rem;cursor:pointer}.search-modal__close:hover,.search-modal__close:focus-visible{color:var(--text);border-color:var(--muted-2)}@media(max-width:640px){.search-modal{--search-top: 1rem}.nav-search span,.nav-search kbd{display:none}.nav-search{padding:.35rem}.nav-right{gap:.5rem}}.page{display:none}.page.active{display:block;animation:rise .18s ease}@keyframes rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.hero{max-width:var(--max-wide);margin:0 auto;padding:2.4rem 2rem 1.6rem}.hero h1{font-family:var(--font-serif);font-size:1.9rem;font-weight:600;line-height:1.25;color:var(--text);max-width:760px;margin-bottom:.75rem;letter-spacing:-.01em}.hero-sub{font-size:1rem;color:var(--muted);max-width:800px;line-height:1.6;font-weight:400}.hero-divider{max-width:var(--max-wide);margin:0 auto;border:none;border-top:1px solid var(--border)}.start-here{max-width:var(--max-wide);margin:0 auto;padding:1.35rem 2rem 1.25rem}.start-here__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.start-here__head h2{flex:0 0 auto;font-family:var(--font-mono);font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2)}.start-here__head p{font-size:.78rem;line-height:1.5;color:var(--muted-2);text-align:right}.start-here__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.start-here__card{min-width:0;min-height:132px;padding:.9rem .95rem;display:flex;flex-direction:column;border:1px solid var(--border);border-top:2px solid var(--accent-border);border-radius:var(--r);background:var(--bg-white);color:var(--text);transition:border-color .12s,background .12s}.start-here__card:hover{border-color:var(--accent-border-strong);background:var(--accent-surface)}.start-here__card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.start-here__label{margin-bottom:.45rem;font-family:var(--font-mono);font-size:.65rem;font-weight:500;line-height:1.45;letter-spacing:.055em;text-transform:uppercase;color:var(--muted-2)}.start-here__card h3{margin-bottom:.35rem;font-family:var(--font-serif);font-size:1rem;font-weight:600;line-height:1.35;letter-spacing:-.01em;color:var(--text)}.start-here__card p{margin-bottom:0;font-size:.78rem;line-height:1.5;color:var(--muted)}.hub-page{max-width:var(--max-wide);margin:0 auto;padding:2.65rem 2rem 4.25rem}.hub-page>.back-link{margin-bottom:1.1rem}.hub-head{max-width:760px;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.hub-head__label{display:block;margin-bottom:.4rem;font-family:var(--font-mono);font-size:.65rem;font-weight:500;line-height:1.5;letter-spacing:.075em;text-transform:uppercase;color:var(--accent)}.hub-head h1{margin-bottom:.45rem;font-family:var(--font-serif);font-size:1.75rem;font-weight:600;line-height:1.3;letter-spacing:-.02em}.hub-head p{max-width:720px;font-size:.95rem;line-height:1.65;color:var(--muted)}.hub-paths,.hub-notes{padding-top:1.35rem}.hub-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.7rem}.hub-section-head h2{flex:0 0 auto;font-family:var(--font-mono);font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2)}.hub-section-head p{font-size:.8rem;line-height:1.5;color:var(--muted-2);text-align:right}.hub-paths__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.8rem}.hub-path-card{min-width:0;padding:1.05rem;border:1px solid var(--border);border-top:2px solid var(--accent-border);border-radius:var(--r);background:var(--bg-white);color:var(--text);transition:border-color .12s,background .12s}.hub-path-card:only-child{max-width:650px}.hub-path-card:hover{border-color:var(--accent-border-strong);background:var(--accent-surface)}.hub-path-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hub-path-card__start{display:flex;align-items:baseline;flex-wrap:wrap;gap:.15rem .3rem;color:var(--muted-2)}.hub-path-card__start-label{font-family:var(--font-mono);font-size:.62rem;font-weight:500;line-height:1.55;letter-spacing:.045em;text-transform:uppercase}.hub-path-card__start-title{font-family:var(--font-sans);font-size:.78rem;font-weight:500;line-height:1.5;letter-spacing:0;text-transform:none}.hub-path-card__start-separator{color:var(--accent-border-strong)}.hub-path-card h2{margin:0 0 .35rem;font-family:var(--font-serif);font-size:1.1rem;font-weight:600;line-height:1.35;letter-spacing:-.01em}.hub-path-card__pieces{white-space:nowrap;color:var(--muted-2);font-family:var(--font-sans);font-size:.72rem;font-weight:500;letter-spacing:0}.hub-path-card p{margin-bottom:.75rem;font-size:.85rem;line-height:1.58;color:var(--muted)}.hub-path-card__start{padding-top:.65rem;border-top:1px solid var(--border-2);color:var(--accent)}.hub-notes{margin-top:.7rem}.hub-section-head--notes{margin-bottom:.5rem}.hub-section-controls{display:flex;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;gap:.2rem .7rem}.hub-notes__toggle{min-height:32px;padding:.25rem .1rem;border:0;background:transparent;color:var(--accent);font-family:var(--font-sans);font-size:.8rem;font-weight:500;line-height:1.45;cursor:pointer}.hub-notes__toggle:hover{text-decoration:underline}.hub-notes__toggle:focus-visible{border-radius:2px;outline:2px solid var(--accent);outline-offset:2px}.hub-notes__list{border-top:1px solid var(--border)}.hub-note{display:block;padding:1.15rem 0 1.25rem;border-bottom:1px solid var(--border-2);color:var(--text)}.hub-note:last-child{border-bottom:none}.hub-note__meta{display:block;margin-bottom:.3rem;font-family:var(--font-mono);font-size:.66rem;line-height:1.5;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-2)}.hub-note__kind{font-weight:600}.hub-note__kind--writing{color:var(--accent-text)}.hub-note__kind--project{color:var(--amber-text)}.hub-note h3{margin-bottom:.35rem;font-family:var(--font-serif);font-size:1.1rem;font-weight:600;line-height:1.4;letter-spacing:-.01em;transition:color .12s}.hub-note:hover h3{color:var(--accent)}.hub-note p{max-width:760px;margin-bottom:0;font-size:.875rem;line-height:1.65;color:var(--text-2)}.hub-note:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.thread-page{max-width:760px;margin:0 auto;padding:2.65rem 2rem 4.25rem}.thread-page>.back-link{margin-bottom:1.1rem}.thread-head{padding-bottom:1.1rem;border-bottom:1px solid var(--border)}.thread-head__label{display:block;margin-bottom:.4rem;font-family:var(--font-mono);font-size:.65rem;font-weight:500;line-height:1.5;letter-spacing:.075em;text-transform:uppercase;color:var(--accent)}.thread-head h1{margin-bottom:.45rem;font-family:var(--font-serif);font-size:1.75rem;font-weight:600;line-height:1.3;letter-spacing:-.02em}.thread-head p{max-width:650px;font-size:.95rem;line-height:1.65;color:var(--muted)}.thread-list{list-style:none}.thread-entry{display:grid;grid-template-columns:42px minmax(0,1fr);gap:0 .85rem;padding:.95rem 0;border-bottom:1px solid var(--border-2)}.thread-entry:last-child{border-bottom:none}.thread-entry__number{padding-top:.1rem;font-family:var(--font-mono);font-size:.7rem;color:var(--muted-2)}.thread-entry__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem .45rem;margin-bottom:.28rem;font-family:var(--font-mono);font-size:.65rem;line-height:1.45;letter-spacing:.035em;text-transform:uppercase;color:var(--muted-2)}.thread-entry__start{padding:.13rem .38rem;border:1px solid var(--green-border);border-radius:999px;background:var(--green-dim);color:var(--green-text)}.thread-entry__type{padding:.13rem .38rem;border:1px solid transparent;border-radius:999px}.thread-entry__type--writing{border-color:var(--accent-border);background:var(--accent-dim);color:var(--accent-text)}.thread-entry__type--project{border-color:var(--amber-border);background:var(--amber-dim);color:var(--amber-text)}.thread-entry .listing-series{margin:0 0 .2rem}.thread-entry h2{margin-bottom:.2rem;font-family:var(--font-serif);font-size:1.08rem;font-weight:600;line-height:1.4;letter-spacing:-.01em}.thread-entry h2 a{color:var(--text);transition:color .12s}.thread-entry h2 a:hover{color:var(--accent)}.thread-entry__body>p{margin-bottom:0;font-size:.86rem;line-height:1.5;color:var(--text-2)}.thread-entry h2 a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.topic-filter{max-width:var(--max-wide);margin:0 auto;padding:.8rem 2rem .15rem;display:flex;align-items:center;gap:1rem}.topic-filter__label{flex:0 0 auto;font-family:var(--font-mono);font-size:.66rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2)}.topic-filter__buttons{display:flex;flex-wrap:wrap;gap:.4rem}.topic-filter__button,.feed-show-all{min-height:36px;border:1px solid var(--border);border-radius:999px;background:transparent;color:var(--muted);font:inherit;font-size:.76rem;font-weight:500;cursor:pointer;transition:border-color .12s,background .12s,color .12s}.topic-filter__button{display:inline-flex;align-items:center;gap:.42rem;padding:.35rem .72rem}.topic-filter__count{font-family:var(--font-mono);font-size:.65rem;line-height:1;color:var(--muted-2)}.topic-filter__button:hover,.feed-show-all:hover{border-color:var(--accent-border);background:var(--accent-dim);color:var(--accent)}.topic-filter__button.is-active{border-color:var(--accent-border-strong);background:var(--accent-dim);color:var(--accent-text)}.topic-filter__button.is-active .topic-filter__count{color:var(--accent)}.topic-filter__button:focus-visible,.feed-show-all:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.section-row{max-width:var(--max-wide);margin:0 auto;padding:.65rem 2rem .5rem;display:flex;justify-content:space-between;align-items:baseline}.section-row h2{font-family:var(--font-mono);font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2)}.section-row a{font-size:.8rem;color:var(--accent);font-weight:500}.section-row a:hover{text-decoration:underline}.feed{max-width:var(--max-wide);margin:0 auto;padding:0 2rem;border-top:1px solid var(--border)}.feed-item{display:grid;grid-template-columns:76px 1fr;gap:0 1.1rem;padding:1.1rem 0;border-bottom:1px solid var(--border-2);align-items:start;transition:background .1s}.feed-item:last-child{border-bottom:none}.type-chip{font-family:var(--font-mono);font-size:.65rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:4px;white-space:nowrap;display:inline-block;margin-top:.18rem;border:1px solid transparent}.chip-writing{background:var(--accent-dim);color:var(--accent-text);border-color:var(--accent-border)}.chip-link{background:var(--green-dim);color:var(--green-text);border-color:var(--green-border)}.chip-project{background:var(--amber-dim);color:var(--amber-text);border-color:var(--amber-border)}.feed-title{font-size:.925rem;font-weight:500;color:var(--text);display:block;margin-bottom:.18rem;line-height:1.45;cursor:pointer;transition:color .12s}.feed-title-row{display:flex;align-items:baseline;gap:.45rem;margin-bottom:.18rem}.feed-title-row .feed-title{margin-bottom:0}.feed-github{display:inline-flex;flex:0 0 auto;color:var(--muted-2);transition:color .12s}.feed-github:hover,.feed-github:focus-visible{color:var(--accent)}.feed-github:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.feed-title:hover{color:var(--accent)}.listing-series{display:flex;align-items:center;flex-wrap:wrap;gap:.38rem;margin:.08rem 0 .32rem;font-family:var(--font-mono);font-size:.65rem;font-weight:500;letter-spacing:.025em;color:var(--muted-2)}.listing-series__separator{color:var(--border)}.listing-series__position{color:var(--muted-2)}.feed-desc{font-size:.845rem;color:var(--muted);line-height:1.55;margin-bottom:.3rem}.feed-meta{font-size:.74rem;color:var(--muted-2);font-weight:400}.feed-actions{max-width:var(--max-wide);margin:0 auto;padding:.7rem 2rem 0;display:flex;justify-content:center}.feed-show-all{min-height:40px;padding:.45rem 1rem;background:var(--bg-white)}.page-head{max-width:var(--max-wide);margin:0 auto;padding:3rem 2rem 1.75rem;border-bottom:1px solid var(--border)}.page-head-compact{padding:2.55rem 2rem 1.45rem}.page-head h1{font-family:var(--font-serif);font-size:1.65rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.35rem}.page-head p{font-size:.9rem;color:var(--muted);line-height:1.55}.page-head-title-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.35rem .75rem;margin-bottom:.35rem}.page-head-title-row h1{margin-bottom:0}.page-head-filter-summary{font-family:var(--font-mono);font-size:.66rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2)}.post-list{max-width:var(--max-wide);margin:0 auto;padding:0 2rem}.post-entry{padding:1.3rem 0;border-bottom:1px solid var(--border-2)}.post-entry:last-child{border-bottom:none}.post-entry h2{font-family:var(--font-serif);font-size:1.15rem;font-weight:600;line-height:1.35;margin-bottom:.3rem;letter-spacing:-.01em}.post-entry h2 a{color:var(--text);transition:color .12s}.post-entry h2 a:hover{color:var(--accent)}.meta-row{font-size:.77rem;color:var(--muted-2);margin-bottom:.6rem;display:flex;gap:.6rem;align-items:center}.meta-dot{opacity:.5;font-size:.6rem}.post-excerpt{font-size:.9rem;color:var(--text-2);line-height:1.65;margin-bottom:0}.tags{display:flex;gap:.35rem;flex-wrap:wrap}.tag{font-family:var(--font-mono);font-size:.66rem;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:2px 8px;letter-spacing:.02em}.post-full{max-width:var(--max-prose);margin:0 auto;padding:3.5rem 2rem 6rem}.back-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem;color:var(--muted);margin-bottom:2.5rem;font-weight:500;transition:color .12s}.back-link:hover{color:var(--accent)}.post-series-marker{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;margin-bottom:.65rem;font-family:var(--font-mono);font-size:.66rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.post-series-name{color:var(--accent)}.post-series-name:hover{text-decoration:underline;text-underline-offset:.16em}.post-series-name--static{color:var(--muted-2)}.post-series-name--static:hover{text-decoration:none}.post-series-separator{color:var(--border)}.post-series-position{color:var(--muted)}.post-title{font-family:var(--font-serif);font-size:1.9rem;font-weight:600;line-height:1.25;color:var(--text);margin-bottom:1rem;letter-spacing:-.02em}.post-meta-bar{display:flex;align-items:center;flex-wrap:wrap;column-gap:.65rem;row-gap:.3rem;font-size:.8rem;color:var(--muted);padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid var(--border)}.post-author{color:var(--muted);font-weight:500;transition:color .12s}.post-author:hover{color:var(--accent)}.post-meta-part{display:inline-flex;align-items:center;gap:.65rem}.post-body{color:var(--text-2)}.post-body p{font-size:1.025rem;line-height:1.82;margin-bottom:1.4rem}.post-body h2{font-family:var(--font-serif);font-size:1.2rem;font-weight:600;color:var(--text);margin:2.5rem 0 .65rem;letter-spacing:-.01em}.post-body h3{font-family:var(--font-serif);font-size:1.02rem;font-weight:600;line-height:1.45;color:var(--text);margin:1.9rem 0 .55rem;letter-spacing:-.005em}.post-body em{font-style:italic;color:var(--text)}.post-body strong{font-weight:600;color:var(--text)}.post-body figure{margin:1.75rem 0}.post-body picture{display:block}.post-body img{display:block;max-width:100%;height:auto;margin:1.75rem 0;border:1px solid var(--border);border-radius:var(--r);background:var(--bg-white)}.post-body figure img{margin:0}.figure-expand{display:block;color:inherit;border-radius:var(--r)}.figure-expand img{cursor:zoom-in}.figure-expand:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.post-body video{display:block;width:100%;max-width:100%;height:auto;border:1px solid var(--border);border-radius:var(--r);background:#000}.post-body figcaption{margin-top:.65rem;color:var(--muted-2);font-size:.78rem;line-height:1.55}.post-body .experience-stage-figure{margin-top:1.25rem;margin-bottom:3rem}.experience-stage-figure figcaption strong{color:var(--text);font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.post-body .evidence-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1.75rem;margin-bottom:2.25rem}.evidence-pair__item{min-width:0}.evidence-pair__item img{width:100%;aspect-ratio:1500 / 938;object-fit:cover}.evidence-pair__item>span{display:block;margin-top:.45rem;color:var(--text);font-family:var(--font-mono);font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.evidence-pair figcaption{grid-column:1 / -1}.post-body table{width:100%;border-collapse:collapse;margin:1.75rem 0;font-size:.9rem;line-height:1.55}.post-body th,.post-body td{border:1px solid var(--border);padding:.6rem .8rem;text-align:left;vertical-align:top}.post-body thead th{background:var(--surface);font-weight:600;color:var(--text)}.post-body tbody td{color:var(--text-2)}.post-body tbody tr:nth-child(2n){background:var(--border-2)}.post-body pre{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch}.post-body a,.post-body code{overflow-wrap:break-word}.post-foot{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.post-thread-nav{margin-top:3rem;padding:1rem;border:1px solid var(--border);border-top:2px solid var(--accent-border);border-radius:var(--r);background:var(--bg-white)}.post-thread-nav__head{display:flex;align-items:baseline;gap:.45rem;font-family:var(--font-mono);font-size:.67rem;line-height:1.5;color:var(--muted-2)}.post-thread-nav__head>span:first-child{text-transform:uppercase;letter-spacing:.08em}.post-thread-nav__head a{font-family:var(--font-serif);font-size:.92rem;font-weight:600;color:var(--text)}.post-thread-nav__head a:hover{color:var(--accent)}.post-thread-nav__head>span:last-child{margin-left:auto}.post-thread-nav__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--border-2)}.post-thread-nav__link{min-width:0;color:var(--text-2)}.post-thread-nav__link>span{display:block;margin-bottom:.15rem;font-family:var(--font-mono);font-size:.64rem;letter-spacing:.05em;text-transform:uppercase;color:var(--accent)}.post-thread-nav__link strong{display:block;font-family:var(--font-serif);font-size:.84rem;font-weight:600;line-height:1.4}.post-thread-nav__link:hover strong{color:var(--accent)}.post-thread-nav__link--next{text-align:right}.post-thread-nav__also{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.35rem .7rem;margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--border-2);font-family:var(--font-mono);font-size:.64rem;line-height:1.5;color:var(--muted-2)}.post-thread-nav__also>span{letter-spacing:.06em;text-transform:uppercase}.post-thread-nav__also>div{display:flex;flex-wrap:wrap;gap:.35rem .8rem}.post-thread-nav__also a{color:var(--text-2)}.post-thread-nav__also a:hover{color:var(--accent)}.post-thread-nav__also a>span{color:var(--muted-2)}.projects-list{max-width:var(--max-wide);margin:0 auto;padding:0 2rem}.project-card{padding:1.3rem 0;border-bottom:1px solid var(--border-2)}.project-card:last-child{border-bottom:none}.project-top{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.25rem}.project-name{font-size:1rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:.4rem;text-decoration:none;transition:color .12s}.project-name:hover{color:var(--accent)}.project-gh{display:inline-flex;align-items:center;color:var(--muted-2);transition:color .12s}.project-gh:hover{color:var(--accent)}.project-desc{font-size:.9rem;color:var(--text-2);line-height:1.65;margin-bottom:0}.links-list{max-width:760px;margin:0 auto;padding:0 2rem}.link-card{padding:1.4rem 0;border-bottom:1px solid var(--border-2);scroll-margin-top:5rem;transition:background .18s ease,box-shadow .18s ease}.link-card:last-child{border-bottom:none}.link-card:target{background:linear-gradient(90deg,var(--accent-dim),transparent 72%);box-shadow:-3px 0 0 var(--accent)}.link-heading{font-family:var(--font-serif);font-size:1.05rem;font-weight:600;color:var(--text);line-height:1.35;margin-bottom:.3rem}.link-note-meta{font-size:.77rem;color:var(--muted-2);margin-bottom:.7rem}.link-commentary{font-size:.88rem;color:var(--text-2);line-height:1.65;border-left:2px solid var(--accent-dim);padding-left:.9rem}.link-commentary p+p{margin-top:.7rem}.link-source-block{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border-2)}.link-source-label{display:block;margin-bottom:.2rem;font-family:var(--font-mono);font-size:.64rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2)}.link-outbound{display:block;font-size:.82rem;font-weight:600;line-height:1.5}.link-outbound:hover{text-decoration:underline}.link-source-credit{display:block;margin-top:.15rem;font-size:.74rem;color:var(--muted-2)}.about-wrap{max-width:var(--max-prose);margin:0 auto;padding:3.5rem 2rem 6rem}.avatar{width:72px;height:72px;border-radius:50%;background:var(--surface);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;overflow:hidden}.avatar svg{color:var(--muted-2)}.avatar img{width:100%;height:100%;object-fit:cover}.about-wrap h1{font-family:var(--font-serif);font-size:1.6rem;font-weight:600;margin-bottom:1.75rem;letter-spacing:-.01em}.about-wrap p{font-size:1rem;line-height:1.82;color:var(--text-2);margin-bottom:1.2rem}.about-wrap p:last-of-type{margin-bottom:0}.about-divider{border:none;border-top:1px solid var(--border);margin:2.25rem 0}.about-links{display:flex;gap:1.25rem;flex-wrap:wrap}.about-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;color:var(--muted);text-decoration:none;transition:color .12s;padding:.35rem .75rem;border:1px solid var(--border);border-radius:var(--r);background:var(--bg-white)}.about-link:hover{color:var(--accent);border-color:var(--accent-dim);background:var(--accent-dim)}footer{border-top:1px solid var(--border);padding:2rem;margin-top:4rem;background:var(--bg-white)}.footer-inner{max-width:var(--max-wide);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.8rem;color:var(--muted-2)}.footer-links{display:flex;gap:1.25rem}.footer-links a{font-size:.8rem;color:var(--muted);text-decoration:none;transition:color .12s}.footer-links a:hover{color:var(--accent)}.footer-disclaimer{max-width:var(--max-wide);margin:1rem auto 0;font-size:.75rem;color:var(--muted-2)}@media(max-width:760px){.start-here__head{display:block;margin-bottom:.45rem}.start-here__head p{margin-top:.25rem;text-align:left}.start-here__grid{display:block;border-top:1px solid var(--border)}.start-here__card{min-height:0;padding:.85rem 0;border:none;border-bottom:1px solid var(--border-2);border-radius:0;background:transparent}.start-here__card:hover{background:transparent}.start-here__label{margin-bottom:.28rem}.start-here__card h3{margin-bottom:.25rem}.start-here__card p{margin-bottom:.35rem}.hub-section-head{display:block;margin-bottom:.5rem}.hub-section-head p{margin-top:.2rem;text-align:left}.hub-section-controls{justify-content:flex-start;margin-top:.2rem}.hub-paths__grid{grid-template-columns:1fr}}@media(min-width:900px){.post-body>figure:has(img[src$=".svg"]),.post-body>p:has(img[src$=".svg"]){width:min(880px,calc(100vw - 4rem));margin-left:50%;transform:translate(-50%)}.post-body>.experience-stage-figure{width:min(1040px,calc(100vw - 4rem));margin-left:50%;transform:translate(-50%)}.post-body>.evidence-pair{width:min(1040px,calc(100vw - 4rem));margin-left:50%;transform:translate(-50%)}}@media(max-width:640px){.hero h1{font-size:1.55rem}.nav-inner{padding:0 1rem}.brand-separator,.brand-author{display:none}.feed{padding:0 1rem}.feed-item{grid-template-columns:64px 1fr;gap:0 .75rem}.post-list,.projects-list,.links-list{padding:0 1rem}.post-full,.about-wrap{padding-left:1rem;padding-right:1rem}.post-body .experience-stage-figure{margin-bottom:2.5rem}.post-body .evidence-pair{grid-template-columns:1fr}.thread-page,.hub-page{padding:2.2rem 1rem 4rem}.hub-head h1,.thread-head h1{font-size:1.5rem}.thread-entry{grid-template-columns:32px minmax(0,1fr);gap:0 .55rem}.page-head{padding:2rem 1rem 1.5rem}.page-head-compact{padding:1.7rem 1rem 1.15rem}.section-row{padding:.7rem 1rem .45rem}.topic-filter{padding:.8rem 1rem 0;align-items:flex-start;flex-direction:column;gap:.55rem}.topic-filter__button{min-height:40px}.feed-actions{padding:.7rem 1rem 0}.hero{padding:1.8rem 1rem 1.25rem}.start-here{padding:1.05rem 1rem .9rem}.footer-inner{flex-direction:column;align-items:flex-start}.post-body table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.post-thread-nav__head{flex-wrap:wrap}.post-thread-nav__head>span:last-child{margin-left:0}.post-thread-nav__links{grid-template-columns:1fr}.post-thread-nav__links>span[aria-hidden=true]{display:none}.post-thread-nav__link--next{text-align:left}}@media(max-width:480px){.link-card{scroll-margin-top:7rem}.nav-inner{height:auto;min-height:56px;display:grid;grid-template-columns:1fr auto;grid-template-rows:48px 40px;padding-bottom:.35rem}.nav-brand{grid-column:1;grid-row:1}.nav-right{display:contents}.nav-search{grid-column:2;grid-row:1;min-width:32px;min-height:32px;justify-self:end;align-self:center;justify-content:center}.nav-links{grid-column:1 / -1;grid-row:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.25rem;width:100%;align-self:center}.nav-links li{min-width:0}.nav-links a{display:block;padding:.4rem .25rem;font-size:.78rem;text-align:center;white-space:nowrap}}img{max-width:100%;height:auto}
