:root{--bg: #0d1117;--bg-surface: #161b22;--text: #e6edf3;--text-muted: #8b949e;--accent: #f0883e;--accent-hover: #ffa657;--link: #58a6ff;--border: #30363d;--code-bg: #1c2128;--max-width: 720px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:18px;-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;line-height:1.7;padding:0 1.5rem}a{color:var(--link);text-decoration:none}a:hover{color:var(--accent-hover)}.site-nav{max-width:var(--max-width);margin:0 auto;padding:2rem 0 1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border)}.site-name{font-size:1.2rem;font-weight:700;color:var(--accent)}.site-name:hover{color:var(--accent-hover)}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:var(--text-muted);font-size:.9rem}.nav-links a:hover{color:var(--text)}main{max-width:var(--max-width);margin:0 auto;padding:3rem 0}.hero{margin-bottom:3rem}.hero h1{font-size:2.2rem;line-height:1.2;margin-bottom:.5rem}.hero .tagline{color:var(--text-muted);font-size:1.1rem}.about{margin-bottom:3rem}.about p{margin-bottom:1rem;color:var(--text-muted)}.about em{color:var(--text);font-style:italic}.recent h2,section h1{font-size:1.4rem;margin-bottom:1.5rem;color:var(--accent)}.section-desc{color:var(--text-muted);margin-bottom:2rem}.post-preview{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.post-preview time{font-size:.8rem;color:var(--text-muted)}.post-preview h3{margin:.25rem 0;font-size:1.1rem}.post-preview p{color:var(--text-muted);font-size:.9rem}.post header{margin-bottom:2rem}.post header h1{font-size:2rem;line-height:1.3}.post header .meta{color:var(--text-muted);font-size:.85rem;margin-top:.5rem}.post-content h2{font-size:1.4rem;margin:2rem 0 1rem;color:var(--accent)}.post-content h3{font-size:1.15rem;margin:1.5rem 0 .75rem}.post-content p{margin-bottom:1rem}.post-content ul,.post-content ol{margin:0 0 1rem 1.5rem}.post-content li{margin-bottom:.25rem}.post-content blockquote{border-left:3px solid var(--accent);padding-left:1rem;margin:1.5rem 0;color:var(--text-muted);font-style:italic}.post-content code{background:var(--code-bg);padding:.15em .4em;border-radius:3px;font-size:.85em}.post-content pre{background:var(--code-bg);padding:1rem;border-radius:6px;overflow-x:auto;margin:1.5rem 0}.post-content pre code{background:none;padding:0}.post-content img{max-width:100%;border-radius:6px;margin:1.5rem 0}.tags{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.tag{font-size:.75rem;color:var(--accent);background:rgba(240,136,62,.1);padding:.15rem .5rem;border-radius:3px}footer{max-width:var(--max-width);margin:0 auto;padding:2rem 0;border-top:1px solid var(--border);color:var(--text-muted);font-size:.8rem}footer a{color:var(--text-muted)}footer a:hover{color:var(--text)}@media (max-width: 600px){html{font-size:16px}.hero h1{font-size:1.7rem}.site-nav{flex-direction:column;gap:.5rem;align-items:flex-start}}