@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Lora:ital,wght@0,400;0,500;1,400&display=swap";:root{--bg:#fafaf9;--bg-subtle:#f4f4f2;--border:#e5e5e2;--text:#1a1a18;--text-muted:#6b7260;--accent:#3a5a40;--accent-dim:#3a5a4026;--code-bg:#161b22;--font-sans:"Inter", system-ui, sans-serif;--font-serif:"Lora", Georgia, serif;--max-w:680px;--max-w-lg:820px;--nav-h:60px}html.dark{--bg:#121312;--bg-subtle:#1c1d1b;--border:#2a2c28;--text:#e8e8e4;--text-muted:#9ba193;--accent:#6a9b73;--accent-dim:#6a9b7333;--code-bg:#0d1117}.theme-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.35rem;transition:color .15s,background-color .15s;display:flex}.theme-toggle:hover{color:var(--text);background-color:var(--bg-subtle)}.theme-toggle .sun-icon{display:none}.theme-toggle .moon-icon,html.dark .theme-toggle .sun-icon{display:block}html.dark .theme-toggle .moon-icon{display:none}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);flex-direction:column;min-height:100vh;line-height:1.7;display:flex}img{max-width:100%;display:block}a{color:var(--accent);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;transition:opacity .15s}a:hover{opacity:.7}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.container--wide{max-width:var(--max-w-lg)}main{padding-top:calc(var(--nav-h) + 3rem);flex:1;padding-bottom:5rem}nav{height:var(--nav-h);background:var(--bg);border-bottom:1px solid var(--border);z-index:100;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.nav-inner{width:100%;max-width:var(--max-w-lg);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.nav-name{color:var(--text);letter-spacing:-.01em;font-size:.95rem;font-weight:500;text-decoration:none}.nav-name:hover{opacity:.6}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-muted);letter-spacing:.01em;font-size:.875rem;text-decoration:none;transition:color .15s}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--text)}.nav-links a[aria-current=page]{font-weight:500}footer{border-top:1px solid var(--border);color:var(--text-muted);padding:1.5rem 0;font-size:.8rem}footer .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.home-grid{grid-template-columns:1fr auto;align-items:start;gap:3rem;margin-bottom:3rem;display:grid}.home-photo-wrapper{flex-shrink:0;width:130px;height:130px;position:relative}.home-photo{object-fit:cover;border:3px solid var(--border);border-radius:50%;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.home-photo-hover{opacity:0}.home-photo-wrapper:hover .home-photo-hover{opacity:1}.home-photo-wrapper:hover .home-photo-base{opacity:0}.home-name{letter-spacing:-.03em;margin-bottom:.5rem;font-size:1.75rem;font-weight:600;line-height:1.2}.home-tagline{color:var(--text-muted);margin-bottom:1.25rem;font-size:.95rem}.home-bio{margin-bottom:1.5rem;font-size:.975rem;line-height:1.75}.social-links{flex-wrap:wrap;gap:1.25rem;display:flex}.social-links a{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.85rem;text-decoration:none;transition:color .15s;display:flex}.social-links a:hover{color:var(--text)}.blog-header{margin-bottom:2.5rem}.blog-header h1{letter-spacing:-.02em;margin-bottom:.4rem;font-size:1.5rem;font-weight:600}.blog-header p{color:var(--text-muted);font-size:.9rem}.post-list{flex-direction:column;gap:0;list-style:none;display:flex}.post-item{border-top:1px solid var(--border);padding:1.5rem 0}.post-item:last-child{border-bottom:1px solid var(--border)}.post-item a{color:inherit;text-decoration:none;display:block}.post-item a:hover{opacity:1}.post-item a:hover .post-title{color:var(--accent)}.post-meta{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-bottom:.35rem;font-size:.8rem}.post-title{letter-spacing:-.01em;margin-bottom:.4rem;font-size:1.1rem;font-weight:500;transition:color .15s}.post-description{color:var(--text-muted);font-size:.875rem;line-height:1.6}.post-header{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:1.5rem}.post-back{color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem;text-decoration:none;transition:color .15s;display:inline-block}.post-back:hover{color:var(--text)}.post-header h1{font-family:var(--font-serif);letter-spacing:-.02em;margin-bottom:.75rem;font-size:2rem;font-weight:500;line-height:1.25}.post-header .post-meta{color:var(--text-muted);font-size:.85rem}.prose{font-family:var(--font-serif);font-size:1.0625rem;line-height:1.8}.prose h2{font-family:var(--font-sans);letter-spacing:-.01em;margin:2.5rem 0 1rem;padding-top:.5rem;font-size:1.2rem;font-weight:600}.prose h3{font-family:var(--font-sans);margin:2rem 0 .75rem;font-size:1.05rem;font-weight:600}.prose p{margin-bottom:1.4rem}.prose a{color:var(--accent)}.prose blockquote{border-left:3px solid var(--border);color:var(--text-muted);margin:1.75rem 0;padding-left:1.25rem;font-style:italic}.prose ul,.prose ol{margin-bottom:1.4rem;padding-left:1.5rem}.prose li{margin-bottom:.4rem}.prose hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.prose pre{border-radius:8px;margin:1.75rem 0;font-family:JetBrains Mono,Fira Code,monospace;overflow-x:auto;padding:1.25rem 1.5rem!important;font-size:.85rem!important}.prose code:not(pre code){background:var(--bg-subtle);border:1px solid var(--border);border-radius:4px;padding:.15em .4em;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85em}.prose img{border-radius:8px;width:100%;height:auto;margin:2rem auto}.prose .katex-display{margin:1.75rem 0;padding:.5rem 0;overflow-x:auto}.others-section{margin-bottom:3.5rem}.others-section h2{letter-spacing:-.01em;border-bottom:1px solid var(--border);color:var(--text);margin-bottom:1.25rem;padding-bottom:.6rem;font-size:1.1rem;font-weight:600}.others-header{margin-bottom:2.5rem}.others-header h1{letter-spacing:-.02em;margin-bottom:.4rem;font-size:1.5rem;font-weight:600}.others-header p{color:var(--text-muted);font-size:.9rem}.item-list{flex-direction:column;gap:1.25rem;list-style:none;display:flex}.item-card{background:var(--bg-subtle);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem}.item-card-title{margin-bottom:.25rem;font-size:.95rem;font-weight:500}.item-card-meta{color:var(--text-muted);font-size:.8rem}.item-card-desc{color:var(--text-muted);margin-top:.35rem;font-size:.875rem;line-height:1.55}.books-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1.25rem;display:grid}.book-card{flex-direction:column;gap:.5rem;display:flex}.book-cover{aspect-ratio:2/3;object-fit:cover;border:1px solid var(--border);background:var(--bg-subtle);border-radius:4px;width:100%}.book-title{color:var(--text);font-size:.78rem;font-weight:500;line-height:1.35}.book-author{color:var(--text-muted);font-size:.72rem}.gallery-intro{color:var(--text-muted);max-width:56ch;margin-bottom:1.25rem;font-size:.9rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;list-style:none;display:grid}.gallery-card{flex-direction:column;gap:.7rem;display:flex}.gallery-media{border:1px solid var(--border);background:var(--bg-subtle);aspect-ratio:4/3;border-radius:12px;overflow:hidden}.gallery-media img{object-fit:cover;width:100%;height:100%}.gallery-copy{padding:0 .1rem}.gallery-title{letter-spacing:-.01em;margin-bottom:.2rem;font-size:.92rem;font-weight:500}.gallery-caption{color:var(--text-muted);font-size:.82rem;line-height:1.55}.gallery-empty{border:1px dashed var(--border);background:linear-gradient(180deg, var(--bg-subtle), #ffffff59);border-radius:12px;padding:1.25rem}.gallery-empty-title{margin-bottom:.35rem;font-size:.95rem;font-weight:500}.gallery-empty-copy{color:var(--text-muted);max-width:52ch;font-size:.875rem;line-height:1.6}.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem;font-size:.75rem;font-weight:500;display:block}@media (width<=600px){.home-grid{grid-template-columns:1fr;gap:1.5rem}.home-photo-wrapper{order:-1;width:90px;height:90px}.post-header h1{font-size:1.5rem}.nav-links{gap:1.25rem}}
