:root{color-scheme:light;--font-display: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-text: "Iowan Old Style", "Palatino Linotype", Palatino, Charter, Georgia, serif;--font-mono: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;--background: #f6efe2;--foreground: #12110e;--muted: #665f55;--rule: #c7baa7;--accent: #006d77;--accent-hot: #c04e2b;--mark: #e8dcc9;--focus-ring: 0 0 0 2px rgba(0, 109, 119, 0.32)}@media (prefers-color-scheme: dark){:root:not(.theme-light){color-scheme:dark;--background: #0c0b09;--foreground: #f2eadb;--muted: #a79c8b;--rule: #3a332b;--accent: #84d5df;--accent-hot: #ff8a5b;--mark: #231e18;--focus-ring: 0 0 0 2px rgba(132, 213, 223, 0.32)}}:root.theme-dark{color-scheme:dark;--background: #0c0b09;--foreground: #f2eadb;--muted: #a79c8b;--rule: #3a332b;--accent: #84d5df;--accent-hot: #ff8a5b;--mark: #231e18;--focus-ring: 0 0 0 2px rgba(132, 213, 223, 0.32)}*{box-sizing:border-box}html{min-height:100%;background:var(--background);color:var(--foreground)}body{min-height:100vh;margin:0;overflow-x:hidden;background:var(--background);color:var(--foreground);font-family:var(--font-text);font-size:18px;line-height:1.58;text-rendering:optimizeLegibility}.background-grid{position:fixed;inset:0;z-index:0;pointer-events:none}.background-grid span{position:absolute;top:0;bottom:0;border-left:1px solid var(--rule)}.background-grid span:nth-child(1){left:25%}.background-grid span:nth-child(2){left:50%}.background-grid span:nth-child(3){left:75%}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:.16em}a:hover{color:var(--accent-hot)}a:focus-visible,button:focus-visible{outline:none;box-shadow:var(--focus-ring)}::selection{background:var(--mark)}button{font:inherit}img{max-width:100%}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:10;transform:translateY(-180%);border:1px solid var(--foreground);background:var(--background);color:var(--foreground);padding:.28rem .48rem;font-family:var(--font-mono);font-size:.72rem;text-decoration:none}.skip-link:focus{transform:translateY(0)}.site-shell{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0, 1fr);min-height:100vh;padding:28px clamp(22px,3.3vw,56px) 42px}.site-header{display:grid;grid-template-columns:minmax(8rem, 1fr) auto;align-items:start;gap:2rem;color:var(--muted);font-family:var(--font-mono);font-size:.76rem;font-weight:700;line-height:1.4}.site-title{width:max-content;color:var(--foreground);text-decoration:none}.site-title::after{content:".";color:var(--accent-hot)}.site-title:hover{color:var(--foreground)}.site-lines{display:flex;align-items:center;justify-content:flex-end;gap:.8rem}.header-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem .85rem}.header-links a{color:var(--muted);text-decoration:none}.header-links a:hover{color:var(--foreground)}.theme-toggle{flex:0 0 auto;width:1.25rem;height:1.25rem;border:0;background:rgba(0,0,0,0);color:var(--accent-hot);cursor:pointer;padding:0;font-family:var(--font-mono);font-size:.85rem;font-weight:700;line-height:1}.theme-toggle:hover{color:var(--foreground)}.home-main{display:grid;align-items:end;min-height:calc(100vh - 120px);padding-top:clamp(3rem,8vh,7rem)}.intro{position:relative;display:grid;grid-template-columns:minmax(0, 1fr) minmax(28rem, 46rem);align-items:start;column-gap:0;width:100%;min-width:0}.intro::before{content:none}.intro-copy{position:relative;z-index:1;grid-column:2;width:min(100%,46rem);max-width:46rem;min-width:0;margin:0 -.75rem 1rem;background:var(--background);border-top:4px solid var(--foreground);border-color:var(--accent-hot);border-bottom:1px solid var(--rule);padding:1.25rem .75rem 1.35rem}.intro-copy>*:first-child,.prose>*:first-child{margin-top:0}.intro-copy>*:last-child,.prose>*:last-child{margin-bottom:0}.intro-copy p,.prose p,.prose ul,.prose ol,.prose blockquote,.prose pre{margin:1rem 0}.intro-copy,.prose,.intro-copy p,.prose p,.prose li{max-width:100%;overflow-wrap:anywhere}.intro-copy>p:first-child{font-size:clamp(1.2rem,1.65vw,1.65rem);line-height:1.42}.page-main{display:grid;align-items:start;padding-top:clamp(5rem,13vh,10rem)}.page-content{display:grid;grid-template-columns:minmax(14rem, 28vw) minmax(0, 48rem);gap:clamp(2.5rem,6vw,5.5rem);width:100%}.page-heading{position:relative}.page-heading::before{content:"";position:absolute;top:-1.1rem;left:0;width:6rem;border-top:4px solid var(--accent-hot)}.page-heading h1{margin:0;color:var(--foreground);font-family:var(--font-display);font-size:clamp(4.8rem,8vw,8rem);font-weight:900;letter-spacing:-.055em;line-height:.82;text-transform:lowercase}.page-date,.secondary,.empty-state{color:var(--muted)}.page-date{margin:.7rem 0 0;font-family:var(--font-mono);font-size:.78rem}.prose{max-width:48rem}.page-content>.prose{position:relative;z-index:1;margin:-.35rem -.75rem 0;background:var(--background);padding:.35rem .75rem .75rem}.prose h2,.prose h3,.prose h4,.archive-preview h2,.archive-year h2{margin:2rem 0 .7rem;color:var(--foreground);font-family:var(--font-display);font-size:1.1rem;font-weight:800;line-height:1.2}.prose hr{width:7rem;margin:1.8rem 0 1.25rem;border:0;border-top:1px solid var(--rule)}.prose sub,.prose sup{color:var(--muted);font-family:var(--font-mono);font-size:.72rem;line-height:1.45}.prose blockquote{margin-left:0;border-left:3px solid var(--accent-hot);padding-left:1rem;color:var(--muted)}.prose code{background:var(--mark);padding:.08rem .22rem;font-family:var(--font-mono);font-size:.86em}.prose pre{overflow:auto;background:var(--mark);padding:1rem}.prose pre code{background:rgba(0,0,0,0);padding:0}.prose>ul{list-style:none;counter-reset:project;margin:0;border-top:3px solid var(--foreground);padding:0}.prose>ul>li{display:grid;grid-template-columns:3.5rem minmax(0, 1fr);gap:1rem;margin:0;border-bottom:1px solid var(--rule);padding:1.05rem 0}.prose>ul>li::before{counter-increment:project;content:counter(project, decimal-leading-zero);color:var(--accent-hot);font-family:var(--font-mono);font-size:.78rem;font-weight:800;line-height:2}.prose>ul>li>p{margin:0}.post-list,.archive-list{list-style:none;margin:0;padding:0}.archive-preview{margin-top:3rem;padding-top:1rem;border-top:3px solid var(--foreground)}.post-list a,.archive-list a{display:block;padding:.5rem 0;color:var(--foreground);text-decoration:none}.post-list a:hover,.archive-list a:hover{color:var(--accent-hot)}.archive{display:grid;gap:1.5rem}.archive-year h2{margin-top:0;color:var(--muted);font-family:var(--font-mono);font-size:.78rem}.empty-state{grid-column:2}.text-link{font-family:var(--font-mono);font-size:.78rem}.footnote-definition{margin-top:1rem}.footnote-definition:first-of-type{margin-top:3rem}.footnote-definition p{display:inline}@media all and (max-width: 980px){.intro,.page-content{grid-template-columns:1fr;gap:2.2rem}.intro::before,.intro-copy{grid-column:1}.intro-copy{width:min(100%,42rem);margin:0 -.75rem}.empty-state{grid-column:auto}}@media all and (max-width: 700px){body{font-size:17px;line-height:1.52}.background-grid{display:none}.site-shell{min-height:100svh;padding:18px 18px 30px}.site-header{grid-template-columns:auto minmax(0, 1fr);align-items:start;gap:1rem;font-size:.7rem}.site-lines{align-items:flex-start;justify-content:flex-end;gap:.55rem;min-width:0}.header-links{justify-content:flex-end;gap:.2rem .62rem;max-width:13rem;text-align:right}.home-main{align-items:end;min-height:calc(100svh - 78px);padding-top:18svh;padding-bottom:8svh}.intro{display:block}.intro-copy{width:100%;margin:0;background:rgba(0,0,0,0);border-top-width:3px;padding:1rem 0 1.1rem}.intro-copy>p:first-child{font-size:1.25rem;line-height:1.36}.page-main{padding-top:3.6rem}.page-content{gap:1.65rem}.page-content>.prose{margin:0;background:rgba(0,0,0,0);padding:0}.page-heading::before{top:-.85rem;width:5rem;border-top-width:3px}.page-heading h1{max-width:8ch;font-size:3.7rem;letter-spacing:0;line-height:.88;overflow-wrap:normal}.prose p,.prose ul,.prose ol,.prose blockquote,.prose pre{margin:.9rem 0}.prose>ul{border-top-width:4px}.prose>ul>li{grid-template-columns:2rem minmax(0, 1fr);gap:.75rem;padding:.95rem 0}.prose>ul>li::before{font-size:.68rem;line-height:1.8}.prose sub,.prose sup{font-size:.68rem}}@media all and (min-width: 414px) and (max-width: 700px){body{font-size:18px}.site-shell{padding:22px 22px 34px}.site-header{font-size:.74rem}.site-lines{gap:.65rem}.header-links{max-width:15rem;gap:.24rem .72rem}.theme-toggle{width:1.35rem;height:1.35rem;font-size:.9rem}.home-main{min-height:calc(100svh - 84px);padding-top:20svh;padding-bottom:9svh}.intro-copy{padding:1.12rem 0 1.24rem}.intro-copy>p:first-child{font-size:1.38rem;line-height:1.34}.page-main{padding-top:4rem}.page-content{gap:1.9rem}.page-heading::before{width:5.5rem}.page-heading h1{font-size:4.2rem}.prose>ul>li{grid-template-columns:2.15rem minmax(0, 1fr);gap:.85rem;padding:1.06rem 0}.prose>ul>li::before{font-size:.72rem}.prose sub,.prose sup,.text-link,.page-date{font-size:.72rem}}