:root{--font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-mono: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, "Liberation Mono", monospace;--bg: #fff;--text: #1a1a1a;--accent: #000;--link: #0066cc;--max-width: 720px}@media (prefers-color-scheme: dark){:root{--bg: #1a1a1a;--text: #f0f0f0;--accent: #fff;--link: #66b3ff}}body{margin:0;background-color:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.6;font-size:18px;-webkit-font-smoothing:antialiased}#root{max-width:var(--max-width);margin:0 auto;padding:2rem 1rem}header{margin-bottom:3rem;display:flex;justify-content:space-between;align-items:baseline}header h1{margin:0;font-size:1.5rem;font-weight:700}nav a{margin-left:1rem;text-decoration:none;color:var(--link);font-size:1.15rem}nav a:hover,nav a.active{text-decoration:underline}a{color:var(--link);text-decoration:underline}a:hover{text-decoration:none}h1,h2,h3{line-height:1.2;margin-top:2rem;margin-bottom:1rem}.bio-content,.blog-content{margin-top:1rem}ul.blog-list,ul.connect-list{list-style:none;padding:0}ul.blog-list li{margin-bottom:1rem;display:flex;justify-content:space-between;align-items:baseline}.date{font-size:.9rem;color:#666;font-family:var(--font-mono)}ul.blog-list a{text-decoration:none}
