:root{--bg-color:#faf9f7;--text-color:#1a1a1a;--text-muted:#666;--link-color:#1a1a1a;--link-hover:#444;--border-color:#e0deda;--heading-color:#2d2a26;--code-bg:#f4f3f1;--max-width:680px;--font-body:Charter, 'Bitstream Charter', 'Sitka Text', Cambria, Georgia, serif;--font-heading:-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;--bg-pattern:url("/images/truchet-light.svg")}[data-theme=dark]{--bg-color:#1a1a1a;--text-color:#e8e6e3;--text-muted:#999;--link-color:#e8e6e3;--link-hover:#bbb;--border-color:#333;--heading-color:#f0eeeb;--code-bg:#252525;--bg-pattern:url("/images/truchet-dark.svg")}*{margin:0;padding:0;box-sizing:border-box}html{font-size:18px}body{font-family:var(--font-body);background-color:var(--bg-color);background-image:var(--bg-pattern);background-size:400px 400px;color:var(--text-color);line-height:1.7;-webkit-font-smoothing:antialiased}.content-column{max-width:var(--max-width);margin:0 auto;background:var(--bg-color);min-height:100vh}.site-header{padding:2rem 1.5rem}.nav-container{display:flex;justify-content:space-between;align-items:baseline}.site-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;text-decoration:none;color:var(--heading-color);letter-spacing:-.01em}.site-title:hover{color:var(--link-hover)}.nav-links{display:flex;gap:1.5rem}.nav-link{font-size:.95rem;text-decoration:none;color:var(--text-muted)}.nav-link:hover{color:var(--text-color)}main{padding:0 1.5rem 4rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.25;font-weight:700;color:var(--heading-color);letter-spacing:-.02em}h1{font-size:2rem;margin-bottom:.5rem}h2{font-size:1.5rem;margin-top:2rem;margin-bottom:.75rem}h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.5rem}p{margin-bottom:1.25rem}a{color:var(--link-color);text-decoration:underline;text-underline-offset:2px}a:hover{color:var(--link-hover)}.cover-link{display:block;margin-bottom:1.5rem}.cover-image{width:100%;height:auto;border-radius:6px}.post-cover-image{width:100%;height:auto;border-radius:6px;margin-bottom:2rem}.latest-post{margin-bottom:3rem}.latest-post h1 a{text-decoration:none;color:var(--heading-color)}.latest-post h1 a:hover{color:var(--text-muted)}.latest-post-meta{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem}.post-content{margin-bottom:2rem}.post-content p:last-child{margin-bottom:0}.read-more{display:inline-block;font-size:.95rem;color:var(--text-muted);margin-top:1rem}.essays-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color)}.essays-section h2{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:1.5rem;margin-top:0}.post-list{list-style:none}.post-list-item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.post-list-cover{flex-shrink:0;width:300px}.post-list-cover img{width:100%;height:auto;border-radius:4px}.post-list-content{display:flex;flex-direction:column;gap:.25rem;flex-grow:1}.post-list-title{text-decoration:none;color:var(--heading-color);font-family:var(--font-heading);font-weight:700;font-size:1.25rem}.hero-image{width:100%;height:auto;border-radius:6px;margin-bottom:2rem;display:block}[data-theme=dark] .hero-image{filter:invert(1)}.post-list-title:hover{color:var(--text-muted)}.post-list-date{font-size:.85rem;color:var(--text-muted)}.post-header{margin-bottom:2rem}.post-title{margin-bottom:.5rem}.post-date{font-size:.9rem;color:var(--text-muted)}.post-body{margin-bottom:3rem}.post-body img{display:block;width:100%;height:auto;border-radius:6px;margin:1.5rem 0}.post-body figure{margin:1.5rem 0}.post-body figure img{margin:0}.post-body figcaption{font-size:.85rem;color:var(--text-muted);text-align:center;margin-top:.5rem;font-style:italic}.post-body blockquote{border-left:3px solid var(--border-color);padding-left:1.25rem;margin:1.5rem 0;color:var(--text-muted);font-style:italic}.post-body pre{background:var(--code-bg);padding:1rem;border-radius:4px;overflow-x:auto;margin:1.5rem 0;font-size:.9rem}.post-body code{font-family:sf mono,Consolas,liberation mono,Menlo,monospace;font-size:.9em}.post-body ul,.post-body ol{margin:1.25rem 0;padding-left:1.5rem}.post-body li{margin-bottom:.5rem}.email-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color);font-size:.95rem;color:var(--text-muted)}.email-footer a{color:var(--text-color)}.page-header{margin-bottom:2rem}.page-content{margin-bottom:2rem}.work-list{list-style:none}.work-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.work-item:last-child{border-bottom:none}.work-item h3{margin-top:0;margin-bottom:.5rem}.work-item p{margin-bottom:0;color:var(--text-muted)}.site-footer{padding:2rem 1.5rem;border-top:1px solid var(--border-color);font-size:.85rem;color:var(--text-muted)}.theme-toggle{background:0 0;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:color .2s ease}.theme-toggle:hover{color:var(--text-color)}.theme-toggle svg{width:20px;height:20px}.theme-toggle .sun{display:none}.theme-toggle .moon{display:block}[data-theme=dark] .theme-toggle .sun{display:block}[data-theme=dark] .theme-toggle .moon{display:none}@media(max-width:600px){html{font-size:16px}.site-header{padding:1.5rem 1rem}main{padding:0 1rem 3rem}.site-footer{padding:1.5rem 1rem}.nav-links{gap:1rem}h1{font-size:1.75rem}.post-list-item{flex-direction:column}.post-list-cover{width:100%;margin-top:1rem}}