*{margin:0;padding:0;box-sizing:border-box}:root{--text:#1a1a1a;--text-secondary:#6b6b6b;--bg:#ffffff;--border:#e5e5e5;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-mono:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);font-size:16px;line-height:1.7}.container{max-width:640px;margin:0 auto;padding:0 1.5rem}header{padding:3rem 0 2rem;margin-bottom:2rem}.header-content{display:flex;align-items:flex-start;gap:1.25rem}.profile-image{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.profile-image img{width:100%;height:100%;object-fit:cover}.header-text h1{font-size:1.25rem;font-weight:700;margin-bottom:.15rem;line-height:1.3}.header-text h1 a{color:var(--text);text-decoration:none}.tagline{font-size:.95rem;margin-bottom:.25rem}.roles,.tagline{color:var(--text-secondary)}.roles{font-size:.85rem;margin-bottom:.75rem}nav{display:flex;gap:1.25rem;flex-wrap:wrap}nav a{color:var(--text-secondary);text-decoration:none;font-size:.9rem}nav a:hover{color:var(--text)}main{padding:0}.post-list{list-style:none;padding:0}.post-list li{display:flex;align-items:baseline;gap:.75rem;padding:.4rem 0}.post-date{color:var(--text-secondary);font-size:.85rem;white-space:nowrap;min-width:6rem}.post-list a{color:var(--text);text-decoration:none;font-size:1rem}.post-list a:hover{text-decoration:underline}.post-tags{color:var(--text-secondary);font-size:.8rem;white-space:nowrap;margin-left:auto}.blog-post-page{padding:0}.back-link{display:inline-block;margin-bottom:2rem;color:var(--text-secondary);text-decoration:none;font-size:.9rem}.back-link:hover{color:var(--text)}.blog-post,.blog-post header{margin-bottom:2rem}.blog-post header{padding-bottom:0}.blog-post header h1{font-size:1.75rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.blog-post .post-meta{color:var(--text-secondary);font-size:.9rem}.blog-post section{font-size:1rem;line-height:1.7}.blog-post section h2{font-size:1.35rem;font-weight:700;margin:2rem 0 .75rem}.blog-post section h3{font-size:1.15rem;font-weight:600;margin:1.75rem 0 .5rem}.blog-post section h4{font-size:1rem;font-weight:600;margin:1.5rem 0 .5rem}.blog-post section p{margin-bottom:1.25rem}.blog-post section ol,.blog-post section ul{margin:1rem 0 1.25rem 1.5rem}.blog-post section li{margin-bottom:.4rem}.blog-post section img{max-width:100%;height:auto;margin:1.5rem 0;display:block;border-radius:4px}.blog-post section a{color:var(--text);text-decoration:underline;text-underline-offset:2px}.blog-post section a:hover{color:var(--text-secondary)}.blog-post section blockquote{border-left:3px solid var(--border);padding:0 0 0 1.25rem;margin:1.5rem 0;color:var(--text-secondary);font-style:italic}.blog-post section pre{background:#f6f6f6;padding:1.25rem;margin:1.5rem 0;overflow-x:auto;font-size:.875rem;line-height:1.6;border-radius:4px}.blog-post section code{font-family:var(--font-mono);font-size:.9em}.blog-post section :not(pre)>code{background:#f0f0f0;padding:.15rem .35rem;border-radius:3px;font-size:.85em}.blog-post hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.blog-post footer{border-top:none;margin-top:0;padding-top:0;text-align:left}.blog-post-nav{border-top:1px solid var(--border);padding-top:1.5rem}.blog-post-nav ul{display:flex;flex-wrap:wrap;justify-content:space-between;list-style:none;padding:0;margin:0}.blog-post-nav a{color:var(--text);text-decoration:none;font-size:.9rem}.blog-post-nav a:hover{text-decoration:underline}.bio{display:flex;gap:.75rem;align-items:center;margin-bottom:1.5rem}.bio-avatar{width:40px;height:40px;border-radius:50%}.bio p{margin:0;font-size:.85rem;line-height:1.5;color:var(--text-secondary)}.bio a{color:var(--text);text-decoration:underline;text-underline-offset:2px}.bio a:hover{color:var(--text-secondary)}.projects-page{padding:0}.project-item{padding:1.25rem 0;border-bottom:1px solid var(--border)}.project-item:last-child{border-bottom:none}.project-item h2{font-size:1.1rem;font-weight:600;margin-bottom:.35rem}.project-item h2 a{color:var(--text);text-decoration:none}.project-item h2 a:hover{text-decoration:underline}.project-item .archived-label{color:var(--text-secondary);font-size:.85rem;font-weight:400}.project-description{color:var(--text-secondary);font-size:.9rem;line-height:1.6;margin-bottom:.35rem}.project-tags{color:var(--text-secondary);font-size:.8rem}.project-status-note{font-size:.85rem;color:var(--text-secondary);font-style:italic;margin-bottom:.35rem}footer{border-top:1px solid var(--border);padding:2rem 0;margin-top:4rem;text-align:center}footer p{font-size:.8rem;color:var(--text-secondary)}.not-found{text-align:center;padding:4rem 0}.not-found h1{font-size:3rem;font-weight:700;margin-bottom:.5rem}.not-found p{margin-bottom:1.5rem}.not-found a,.not-found p{color:var(--text-secondary)}.not-found a{text-decoration:none;font-size:.9rem}.not-found a:hover{color:var(--text)}@media (max-width:640px){.post-list li{flex-direction:column;gap:.1rem;padding:.5rem 0}.post-tags{margin-left:0}.header-content{flex-direction:column;gap:.75rem}}