:root{--text:#1a1a1a;--text-secondary:#555;--bg:#fff;--link:#1a6fb5;--link-hover:#0d4f82;--border:#e0e0e0;--tag-bg:#f0f0f0;--max-width:700px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.7;font-size:17px}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover);text-decoration:underline}.site-header{border-bottom:1px solid var(--border);padding:1rem 0}.site-header nav{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.site-title{font-size:1.3rem;font-weight:700;color:var(--text)}.site-title:hover{text-decoration:none;color:var(--link)}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:var(--text-secondary);font-size:.95rem}.nav-links a:hover,.nav-links a.active{color:var(--text)}main{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem}.page-header h1{margin-bottom:1.5rem}.post-preview{padding:1.5rem 0;border-bottom:1px solid var(--border)}.post-preview:first-child{padding-top:0}.post-preview:last-child{border-bottom:none}.post-preview header{margin-bottom:.5rem}.post-preview h2{font-size:1.25rem;line-height:1.3}.post-preview h2 a{color:var(--text)}.post-preview h2 a:hover{color:var(--link)}.post-preview time{font-size:.85rem;color:var(--text-secondary)}.post-preview-content{font-size:.95rem;color:var(--text-secondary);overflow:hidden}.post-preview-content img{max-width:100%;height:auto}.post-preview-content p{margin-bottom:.5rem}.read-more{font-size:.9rem}.post-header{margin-bottom:2rem}.post-header h1{font-size:1.8rem;line-height:1.3;margin-bottom:.3rem}.post-header time{font-size:.9rem;color:var(--text-secondary)}.post-content h2{font-size:1.4rem;margin:2rem 0 .8rem}.post-content h3{font-size:1.15rem;margin:1.5rem 0 .6rem}.post-content p{margin-bottom:1rem}.post-content ul,.post-content ol{margin:0 0 1rem 1.5rem}.post-content li{margin-bottom:.3rem}.post-content blockquote{border-left:3px solid var(--border);padding-left:1rem;color:var(--text-secondary);margin:1rem 0}.post-content pre{background:#f6f6f6;padding:1rem;border-radius:4px;overflow-x:auto;margin:1rem 0;font-size:.9rem}.post-content code{font-family:sf mono,Menlo,Consolas,monospace;font-size:.9em}.post-content p code,.post-content li code{background:#f6f6f6;padding:.15em .35em;border-radius:3px}.post-content img{max-width:100%;height:auto;border-radius:4px;margin:1rem 0}.post-tags{display:inline-flex;gap:.4rem;flex-wrap:wrap}.post-tags a{font-size:.8rem;background:var(--tag-bg);padding:.1em .5em;border-radius:3px;color:var(--text-secondary)}.post-tags a:hover{text-decoration:none;background:var(--border)}.site-footer{border-top:1px solid var(--border);padding:1.5rem 0;text-align:center;font-size:.85rem;color:var(--text-secondary)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;list-style:none}.page-item a,.page-item span{padding:.3em .7em;border-radius:3px}.page-item.active span{background:var(--tag-bg);font-weight:600}