:root{--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--bg: #fdfdfc;--bg-subtle: #f5f5f3;--text: #1a1a1a;--text-muted: #6b6b6b;--border: #e7e7e2;--accent: #3b5bdb;--accent-hover: #2f49b0;--code-bg: #f2f2ef;--container: 44rem;--radius: 10px}@media(prefers-color-scheme:dark){:root{--bg: #131316;--bg-subtle: #1b1b1f;--text: #ececec;--text-muted: #9a9aa2;--border: #2a2a30;--accent: #8aa2f2;--accent-hover: #a8bbff;--code-bg: #1f1f24}}*,*:before,*:after{box-sizing:border-box;margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.65;font-size:18px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;display:flex;flex-direction:column;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none;transition:color .15s ease}a:hover{color:var(--accent-hover)}h1,h2,h3,h4{line-height:1.2;font-weight:650;letter-spacing:-.02em}h1{font-size:2.1rem}h2{font-size:1.4rem}::selection{background:var(--accent);color:#fff}.content{width:100%;max-width:var(--container);margin:0 auto;padding:3rem 1.5rem 4rem;flex:1 0 auto}.site-header{width:100%;max-width:var(--container);margin:0 auto;padding:2rem 1.5rem 0;display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-title{font-weight:700;font-size:1.05rem;letter-spacing:-.02em;color:var(--text)}.site-title:hover{color:var(--accent)}.site-nav{display:flex;gap:1.4rem}.nav-link{color:var(--text-muted);font-size:.95rem}.nav-link:hover,.nav-link.active{color:var(--text)}.site-footer{width:100%;max-width:var(--container);margin:0 auto;padding:2rem 1.5rem 3rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:var(--text-muted);font-size:.9rem}.site-footer .social{display:flex;gap:1.2rem}.site-footer .social a{color:var(--text-muted)}.site-footer .social a:hover{color:var(--text)}.hero{padding-bottom:1rem}.hero h1{font-size:2.6rem;margin-bottom:1rem}.lead{font-size:1.2rem;color:var(--text-muted);max-width:34rem}.hero-links{margin-top:1.75rem;display:flex;gap:1.25rem;flex-wrap:wrap;font-size:1rem}.section{margin-top:3.5rem}.section-head{display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:.5rem;margin-bottom:1.25rem}.section-head h2{font-size:1.15rem}.section-head a{font-size:.9rem;color:var(--text-muted)}.section-head a:hover{color:var(--accent)}.post-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1.75rem}.post-list li{display:flex;flex-direction:column;gap:.2rem}.post-list a.post-link{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;color:var(--text);font-weight:600}.post-list a.post-link:hover .post-list-title{color:var(--accent)}.post-list-title{transition:color .15s ease}.post-list time{color:var(--text-muted);font-size:.85rem;font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0}.post-list-desc{color:var(--text-muted);font-size:.98rem}.project-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1.5rem}.project{padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);transition:border-color .15s ease,transform .15s ease}.project:hover{border-color:var(--accent)}.project-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.project-head h3{font-size:1.1rem}.project-year{color:var(--text-muted);font-size:.85rem;font-variant-numeric:tabular-nums}.project p{color:var(--text-muted);margin-top:.4rem;font-size:.98rem}.project-tags{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.4rem}.tag{font-size:.75rem;color:var(--text-muted);background:var(--bg-subtle);border:1px solid var(--border);border-radius:999px;padding:.15rem .6rem}.prose{max-width:100%}.prose>*+*{margin-top:1.25rem}.prose h2{margin-top:2.5rem;font-size:1.4rem}.prose h3{margin-top:2rem;font-size:1.15rem}.prose ul,.prose ol{padding-left:1.4rem}.prose li+li{margin-top:.35rem}.prose a{text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.prose blockquote{border-left:3px solid var(--border);padding-left:1.1rem;color:var(--text-muted);font-style:italic}.prose code{font-family:var(--font-mono);font-size:.88em;background:var(--code-bg);padding:.15em .4em;border-radius:5px}.prose pre{background:var(--code-bg);padding:1.1rem 1.25rem;border-radius:var(--radius);overflow-x:auto;font-size:.9rem}.prose pre code{background:none;padding:0}.prose img{border-radius:var(--radius);margin:1.5rem 0}.prose hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.post-header{margin-bottom:2.5rem}.post-header h1{margin-bottom:.6rem}.post-meta{color:var(--text-muted);font-size:.9rem}.back-link{display:inline-block;margin-bottom:2rem;color:var(--text-muted);font-size:.9rem}.back-link:hover{color:var(--accent)}.page-title{margin-bottom:2rem}.page-title p{color:var(--text-muted);margin-top:.5rem;font-size:1.05rem}@media(max-width:480px){body{font-size:17px}.hero h1{font-size:2.1rem}.post-list a.post-link{flex-direction:column;gap:.15rem}}
