:root{--bg:#f7f6f2;--surface:#efeee9;--text:#161817;--muted:#696c69;--faint:#929691;--line:#16181729;--accent:#315f4d;--accent-soft:#315f4d1a;--selection:#173f31;--selection-text:#f7f6f2}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0c0e0d;--surface:#141715;--text:#eceeea;--muted:#a7aba5;--faint:#747a74;--line:#eceeea2b;--accent:#8bc3aa;--accent-soft:#8bc3aa1a;--selection:#b1d7c5;--selection-text:#0c0e0d}}html[data-theme=dark]{--bg:#0c0e0d;--surface:#141715;--text:#eceeea;--muted:#a7aba5;--faint:#747a74;--line:#eceeea2b;--accent:#8bc3aa;--accent-soft:#8bc3aa1a;--selection:#b1d7c5;--selection-text:#0c0e0d}html[data-theme=light]{color-scheme:light}html[data-theme=dark]{color-scheme:dark}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{background:linear-gradient(var(--line) 1px, transparent 1px) 0 0 / 100% 3.5rem, var(--bg);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;line-height:1.75}::selection{background:var(--selection);color:var(--selection-text)}a{color:inherit;text-decoration-color:color-mix(in srgb, currentColor 70%, transparent);text-underline-offset:4px;text-decoration-thickness:1px;transition:color .14s,background-color .14s}a:hover{color:var(--accent)}a:focus-visible,button:focus-visible{outline:2px dashed var(--accent);outline-offset:4px}p{margin:1rem 0}ul{padding-left:1.45rem}li+li{margin-top:.45rem}h1,h2,h3{letter-spacing:-.02em;line-height:1.35}h1{margin:.6rem 0 2rem;font-size:clamp(1.35rem,3.3vw,1.8rem);font-weight:600}h2{text-transform:lowercase;margin:0;font-size:1rem;font-weight:650}h3{margin:0 0 .5rem;font-size:.95rem}pre,code{font-family:inherit}.site-frame{flex-direction:column;min-height:100vh;display:flex}.container{width:min(100% - 2rem,780px);margin-inline:auto}.site-header{border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--bg) 92%, transparent);backdrop-filter:blur(12px)}.header-inner,.footer-inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.header-inner{min-height:4.25rem}.wordmark{letter-spacing:-.03em;align-items:center;gap:.65rem;font-weight:650;text-decoration:none;display:inline-flex}.wordmark-mark{border:1px solid var(--text);background:var(--accent);width:.58rem;height:.58rem;box-shadow:3px 3px 0 var(--bg), 4px 4px 0 var(--text)}.site-nav{align-items:center;gap:1.1rem;display:flex}.site-nav a{color:var(--muted);font-size:.88rem;text-decoration:none}.site-nav a:hover{color:var(--text)}.theme-toggle{border:1px solid var(--line);background:var(--surface);width:1.9rem;height:1.9rem;color:var(--text);cursor:pointer;font:inherit;border-radius:50%;place-items:center;padding:0;line-height:1;display:inline-grid}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.site-main{width:100%;padding-block:clamp(4.5rem,9vw,7.5rem)}.landing{max-width:690px}.eyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:650}.type-line{display:inline-block;position:relative}.type-line>span{vertical-align:bottom;white-space:nowrap;width:24ch;max-width:100%;animation:1.25s steps(24,end) both type-in;display:inline-block;overflow:hidden}.type-line:after{content:"█";color:var(--accent);margin-left:.18em;animation:1.1s step-end infinite blink}@keyframes type-in{0%{width:0}}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.intro-copy{max-width:650px}.muted{color:var(--muted)}.profile-label{margin-top:2.4rem;font-size:.86rem}.profile-card{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 82%, transparent);box-shadow:5px 5px 0 var(--accent-soft);color:var(--text);margin:0;padding:1.15rem 1.25rem;font-size:.82rem;line-height:1.62;overflow-x:auto}.arrow-link{text-underline-offset:5px}.arrow-link span{transition:transform .14s;display:inline-block}.arrow-link:hover span{transform:translate(3px)}.section-block{margin-top:clamp(4.5rem,9vw,7rem)}.section-heading{border-bottom:1px solid var(--text);justify-content:space-between;align-items:baseline;padding-bottom:.7rem;display:flex}.section-count{color:var(--faint);font-size:.75rem}.note-list{margin-bottom:1.25rem}.note-row{border-bottom:1px solid var(--line);grid-template-columns:8.5rem 1fr auto;align-items:baseline;gap:1rem;padding:.8rem 0;text-decoration:none;display:grid}.note-row time{color:var(--muted);font-size:.8rem}.row-arrow{color:var(--faint);transition:transform .14s}.note-row:hover .row-arrow{transform:translate(2px,-2px)}.page-header{max-width:650px;margin-bottom:4rem}.page-header h1{margin-bottom:1rem}.page-lede{max-width:620px;color:var(--muted);font-size:1rem}.content-stack{gap:3.25rem;display:grid}.project-card{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:1.25rem 0;display:grid}.project-card:last-child{border-bottom:1px solid var(--line)}.project-card p{max-width:580px;color:var(--muted);margin:.4rem 0 0}.status{border:1px solid var(--line);color:var(--accent);text-transform:uppercase;align-self:start;padding:.12rem .45rem;font-size:.68rem}.prose{max-width:650px}.prose h2{margin-top:3.5rem;margin-bottom:1rem}.prose p,.prose li{color:color-mix(in srgb, var(--text) 88%, var(--muted))}.prose blockquote{border-left:2px solid var(--accent);color:var(--muted);margin:2rem 0;padding:.2rem 0 .2rem 1.2rem}.article-meta{color:var(--muted);margin:-1rem 0 3rem;font-size:.8rem}.back-link{color:var(--muted);margin-bottom:2.5rem;font-size:.82rem;display:inline-block}.contact-box{border:1px solid var(--line);background:var(--surface);max-width:650px;padding:1.5rem}.contact-box p:first-child{margin-top:0}.contact-box p:last-child{margin-bottom:0}.site-footer{border-top:1px solid var(--line);color:var(--muted);margin-top:auto;padding:1.4rem 0;font-size:.78rem}.footer-inner p{margin:0}.footer-status{align-items:center;gap:.5rem;display:inline-flex}.status-dot{background:var(--accent);width:.45rem;height:.45rem;box-shadow:0 0 0 3px var(--accent-soft);border-radius:50%}@media (width<=680px){body{background-size:100% 3.25rem}.header-inner{flex-direction:column;align-items:flex-start;padding-block:1rem}.site-nav{flex-wrap:wrap;gap:.5rem 1rem;width:100%}.theme-toggle{margin-left:auto}.site-main{padding-block:3.75rem 5rem}.type-line>span{white-space:normal;animation:none}.note-row{grid-template-columns:1fr auto;gap:.15rem .75rem}.note-row time{grid-column:1/-1}.row-arrow{grid-area:2/2}.footer-inner{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
