:root{--bg: #ffffff;--bg-soft: #f6f7f9;--text: #1c1e21;--text-muted: #5c6470;--accent: #1d4ed8;--accent-soft: #eef2ff;--border: #e5e8ec;--serif: ui-serif, Georgia, Cambria, "Times New Roman", serif;--sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}@media(prefers-color-scheme:dark){:root{--bg: #101216;--bg-soft: #181b21;--text: #e6e8eb;--text-muted: #9aa3af;--accent: #8ab0ff;--accent-soft: #1b2438;--border: #2a2f38}}*{box-sizing:border-box}html{font-family:var(--sans);background:var(--bg);color:var(--text);line-height:1.65;-webkit-text-size-adjust:100%}body{margin:0;display:flex;flex-direction:column;min-height:100vh}main{width:100%;max-width:44rem;margin:0 auto;padding:2rem 1.25rem 4rem;flex:1}h1,h2,h3{font-family:var(--serif);line-height:1.25;letter-spacing:-.01em}h1{font-size:2rem;margin:0 0 .5rem}h2{font-size:1.35rem;margin:2.5rem 0 .75rem}h3{font-size:1.1rem;margin:1.5rem 0 .5rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code{font-family:var(--mono);font-size:.9em;background:var(--bg-soft);padding:.1em .35em;border-radius:4px}pre{background:var(--bg-soft);border:1px solid var(--border);border-radius:8px;padding:1rem;overflow-x:auto}pre code{background:none;padding:0}blockquote{margin:1rem 0;padding:.25rem 1rem;border-left:3px solid var(--accent);color:var(--text-muted)}hr{border:none;border-top:1px solid var(--border);margin:2rem 0}img{max-width:100%;height:auto;border-radius:8px}.site-header{border-bottom:1px solid var(--border)}.site-header .inner{max-width:44rem;margin:0 auto;padding:.9rem 1.25rem;display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-header .brand{font-family:var(--serif);font-weight:700;font-size:1.05rem;color:var(--text)}.site-header nav{display:flex;gap:1.1rem}.site-header nav a{color:var(--text-muted);font-size:.95rem}.site-header nav a:hover,.site-header nav a[aria-current=page]{color:var(--accent);text-decoration:none}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);font-size:.85rem}.site-footer .inner{max-width:44rem;margin:0 auto;padding:1.25rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-footer a{color:var(--text-muted)}.site-footer a:hover{color:var(--accent)}.hero{display:flex;gap:1.5rem;align-items:flex-start;margin-top:1rem}.hero .portrait{width:120px;height:120px;object-fit:cover;border-radius:50%;flex-shrink:0}.hero .subtitle{color:var(--text-muted);margin:0 0 .25rem;font-size:1.05rem}.hero .location{color:var(--text-muted);margin:0 0 .75rem;font-size:.9rem}.hero .tagline{margin:.5rem 0 0}.link-row{display:flex;flex-wrap:wrap;gap:.4rem 1rem;padding:0;margin:1rem 0 0;list-style:none;font-size:.92rem}.chips{display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:.75rem 0 0;list-style:none}.chips li{background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:.2rem .75rem;font-size:.85rem}.langs{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;padding:0;margin:.75rem 0 0;list-style:none}.langs li{display:flex;align-items:baseline;gap:.5rem}.langs .lang-name{font-weight:600}.langs .lang-level{color:var(--text-muted);font-size:.85rem}.timeline{list-style:none;margin:1rem 0 0;padding:0}.timeline li{position:relative;display:grid;grid-template-columns:8.5rem 1fr;gap:.25rem 1rem;padding:0 0 1.25rem 1.25rem;border-left:2px solid var(--border)}.timeline li:last-child{padding-bottom:.25rem}.timeline li:before{content:"";position:absolute;left:-6px;top:.45rem;width:10px;height:10px;border-radius:50%;background:var(--accent)}.timeline-period{color:var(--text-muted);font-size:.85rem;font-variant-numeric:tabular-nums;padding-top:.15rem}.timeline-body{display:flex;flex-direction:column}.timeline-degree{font-weight:600}.timeline-inst{color:var(--text-muted);font-size:.92rem}.timeline-note{color:var(--text-muted);font-size:.82rem;font-style:italic;margin-top:.1rem}@media(max-width:560px){.timeline li{grid-template-columns:1fr;gap:.15rem}.timeline-period{padding-top:0}}.post-list{list-style:none;padding:0;margin:1rem 0 0}.post-list li{padding:.85rem 0;border-bottom:1px solid var(--border)}.post-list li:last-child{border-bottom:none}.post-list .post-title{font-weight:600;font-size:1.05rem}.post-list .post-meta{color:var(--text-muted);font-size:.85rem;margin-top:.1rem}.post-list .post-desc{margin:.3rem 0 0;font-size:.95rem}.post-header .post-meta{color:var(--text-muted);font-size:.9rem}.tags{display:inline-flex;gap:.5rem;margin-left:.75rem}.tags span{color:var(--accent)}.section-more{font-size:.9rem}.katex-display{overflow-x:auto;overflow-y:hidden;padding:.25rem 0}@media(max-width:560px){.hero{flex-direction:column-reverse}h1{font-size:1.65rem}}
