:root{--background:oklch(0.965 0.015 95);--foreground:oklch(0.2 0.01 260);--card:oklch(0.92 0.02 90);--muted:oklch(0.92 0.02 90);--muted-foreground:oklch(0.48 0.01 260);--primary:oklch(0.48 0.08 168);--primary-fg:oklch(0.98 0.005 90);--border:oklch(0.88 0.02 90);--border-strong:oklch(0.80 0.02 90);--radius:2px;--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-serif:"Crimson Pro", Georgia, "Times New Roman", serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--container-max:940px;--prose-max:720px}.dark{--background:oklch(0.18 0.01 260);--foreground:oklch(0.82 0.01 260);--card:oklch(0.25 0.01 260);--muted:oklch(0.3 0.01 260);--muted-foreground:oklch(0.68 0.01 260);--primary:oklch(0.72 0.05 168);--primary-fg:oklch(0.15 0.01 260);--border:oklch(0.35 0.03 168);--border-strong:oklch(0.45 0.04 168)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1}a{color:var(--primary);text-decoration:none;transition:opacity .15s ease}a:hover{opacity:.75}img,video{max-width:100%;height:auto}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.site-header{position:sticky;top:0;z-index:50;background:var(--background);border-bottom:1px solid var(--border)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;height:60px}.site-brand{font-family:var(--font-sans);font-weight:600;font-size:1.05rem;color:var(--foreground)}.site-brand:hover{color:var(--primary);opacity:1}.site-nav{display:flex;align-items:center;gap:1.5rem;margin-left:2rem}.site-nav a{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.site-nav a.active,.site-nav a:hover{color:var(--foreground)}.site-header-right{display:flex;align-items:center;gap:.25rem}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--muted-foreground);border-radius:var(--radius);background:0 0;border:none;cursor:pointer}.icon-btn:hover{color:var(--foreground);background:var(--card);opacity:1}.icon-btn svg{width:18px;height:18px}.site-footer{border-top:1px solid var(--border);background:var(--background);padding:2rem 0;margin-top:3rem}.site-footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;font-size:.875rem;color:var(--muted-foreground)}.site-footer .brand-serif{font-family:var(--font-serif);font-weight:500;color:var(--foreground)}.hero{padding:3.5rem 0 3rem;border-bottom:1px solid var(--border)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr)minmax(0,1fr);gap:2.5rem;align-items:center}.hero-text{min-width:0;display:flex;flex-direction:column;justify-content:center}.hero-photo{display:block;overflow:hidden}.hero-photo img{width:100%;height:auto;max-height:520px;object-fit:cover;display:block}@media(max-width:560px){.hero-grid{grid-template-columns:1fr;gap:2rem;align-items:start}.hero-photo{max-width:320px;margin:0 auto}.hero-photo img{height:auto;min-height:0;max-height:380px}}.hero h1{font-family:var(--font-serif);font-weight:600;font-size:clamp(2.5rem,5vw,3.25rem);margin:0 0 .5rem;letter-spacing:-.01em}.hero .subtitle{color:var(--primary);font-weight:600;font-size:1.1rem;margin:0 0 1.5rem}.hero .bio{max-width:62ch;font-weight:500;margin:0 0 1.75rem;color:var(--foreground)}.hero .links{display:flex;flex-wrap:wrap;gap:.5rem}.pill{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border:1px solid var(--border-strong);background:var(--card);color:var(--foreground);font-size:.875rem;font-weight:500;border-radius:var(--radius)}.pill:hover{opacity:1;background:var(--background);border-color:var(--primary);color:var(--primary)}.pill svg{width:16px;height:16px}.section{padding:3rem 0}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem}.section-head h2{font-family:var(--font-sans);font-size:1.75rem;font-weight:700;margin:0}.post-card{display:block;border:1px solid var(--border);background:var(--card);padding:1.25rem;margin-bottom:1rem;transition:border-color .15s ease;color:inherit}.post-card:hover{opacity:1;border-color:var(--primary)}.post-card-inner{display:flex;gap:1.25rem}.post-card-thumb{flex:0 0 176px;height:112px;overflow:hidden;background:var(--muted)}.post-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-card-thumb img{transform:scale(1.05)}.post-card-body{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.post-card-title{font-family:var(--font-sans);font-size:1.25rem;font-weight:700;color:var(--primary);margin:0 0 .5rem;line-height:1.3}.post-card-excerpt{color:var(--muted-foreground);font-size:.9rem;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.75rem;color:var(--muted-foreground)}.post-card-meta span{display:inline-flex;align-items:center;gap:.35rem}.post-card-meta svg{width:14px;height:14px}@media(max-width:640px){.post-card-inner{flex-direction:column}.post-card-thumb{flex:none;width:100%;height:180px}.hero{padding:2.5rem 0 2rem}}.post{padding:3rem 0 4rem}.post-container{max-width:var(--prose-max);margin:0 auto;padding:0 1.5rem}.back-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--muted-foreground);font-size:.875rem;font-weight:500;margin-bottom:2rem}.back-link:hover{color:var(--foreground);opacity:1}.back-link svg{width:16px;height:16px}.post-title{font-family:var(--font-serif);font-size:clamp(2rem,4.5vw,3rem);font-weight:600;line-height:1.15;letter-spacing:-.01em;margin:0 0 1.25rem;text-wrap:balance}.post-meta{display:flex;flex-wrap:wrap;gap:1.25rem;font-size:.875rem;color:var(--muted-foreground);padding-bottom:1.5rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.post-meta span{display:inline-flex;align-items:center;gap:.4rem}.post-meta svg{width:16px;height:16px}.post-cover{width:100%;margin:0 0 2rem;border:1px solid var(--border)}.prose{font-size:1.0625rem;line-height:1.75;color:var(--foreground)}.prose h1,.prose h2,.prose h3,.prose h4{font-family:var(--font-sans);color:var(--primary);letter-spacing:-.01em;margin-top:2.5rem;margin-bottom:1rem;line-height:1.25}.prose h2{font-size:1.75rem;font-weight:700}.prose h3{font-size:1.35rem;font-weight:600}.prose h4{font-size:1.1rem;font-weight:600}.prose p{margin:0 0 1.25rem}.prose a{text-decoration:underline;text-underline-offset:2px}.prose blockquote{border-left:3px solid var(--primary);opacity:.85;margin:1.5rem 0;padding:.25rem 0 .25rem 1.25rem;font-style:italic;color:var(--muted-foreground)}.prose code{font-family:var(--font-mono);font-size:.88em;background:var(--card);padding:.15em .35em;border-radius:3px}.prose pre{background:var(--card);padding:1rem 1.25rem;overflow-x:auto;border:1px solid var(--border);margin:1.5rem 0;font-size:.9rem}.prose pre code{background:0 0;padding:0}.prose img{display:block;margin:2rem auto;border:1px solid var(--border)}.prose ul,.prose ol{padding-left:1.5rem;margin:0 0 1.25rem}.prose li{margin-bottom:.4rem}.prose hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.prose figure{margin:2rem 0}.prose figure img{margin:0 auto}.prose figure figcaption{text-align:center;font-size:.875rem;color:var(--muted-foreground);margin-top:.5rem;font-style:italic}.citation{color:var(--primary);font-weight:500;white-space:nowrap}.citation:hover{text-decoration:underline}.citation-missing{color:#c0392b}.bibliography{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border)}.bibliography h2{font-family:var(--font-sans);font-size:1.5rem;font-weight:700;color:var(--primary);margin:0 0 1rem}.bibliography-list{list-style:decimal;padding-left:1.25rem;font-size:.9rem;color:var(--foreground)}.bibliography-list li{margin-bottom:.85rem;line-height:1.55}.bibliography-list li .bib-title{font-style:normal}.bibliography-list li em{font-style:italic}mjx-container[display=true]{margin:1.25rem 0!important}.post-container details{background:var(--card);border:1px solid var(--border);padding:.75rem 1rem;margin:0 0 2rem}.post-container details summary{cursor:pointer;font-weight:600;font-family:var(--font-sans);color:var(--primary)}.post-container details ul{margin:.75rem 0 0}.list-page{padding:3rem 0}.list-page h1{font-family:var(--font-serif);font-size:2.5rem;font-weight:600;margin:0 0 2rem}