:root{--bg: #fafaf9;--text: #1a1a1a;--text-muted: #666;--link: #1a1a1a;--link-hover: #444;--border: #e5e5e5;--max-width: 640px}*{box-sizing:border-box;margin:0;padding:0}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;line-height:1.6;color:var(--text);background:var(--bg)}body{padding:2rem 1rem;max-width:var(--max-width);margin:0 auto}a{color:var(--link);text-decoration:underline;text-underline-offset:2px}a:hover{color:var(--link-hover)}nav{display:flex;gap:1.5rem;margin-bottom:3rem;font-size:.9rem}nav a{text-decoration:none}nav a:hover{text-decoration:underline}main{min-height:60vh}h1{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}h2{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem}p{margin-bottom:1rem}.subtitle{color:var(--text-muted);margin-bottom:2rem}.writings-list{list-style:none}.writings-list li{margin-bottom:1.5rem}.writings-list a{text-decoration:none;display:block}.writings-list a:hover h2{text-decoration:underline}.writings-list h2{font-size:1.1rem;font-weight:500;margin:0 0 .25rem}.writings-list .meta{font-size:.85rem;color:var(--text-muted)}article{line-height:1.7}article h1{margin-bottom:.25rem}article img,article video{max-width:100%;height:auto;margin:1.5rem 0;border-radius:4px}article code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,monospace;font-size:.9em;background:var(--border);padding:.15em .3em;border-radius:3px}article pre{background:#f5f5f4;padding:1rem;overflow-x:auto;border-radius:4px;margin:1rem 0}article pre code{background:none;padding:0}@media(max-width:480px){body{padding:1.5rem 1rem}nav{margin-bottom:2rem}h1{font-size:1.3rem}}
