.blog-feed{max-width:800px;margin:0 auto 5rem}.blog-list-header{margin-bottom:4rem;text-align:center}.post-item{padding:3rem 0;border-bottom:1px solid var(--border-color);display:flex;flex-direction:column;gap:1rem;transition:.3s}.post-item:last-child{border-bottom:none}.post-item .post-meta{font-size:.85rem;color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:1px}.post-item h2{font-size:2.2rem;margin:0;border:none;padding:0}.post-item h2 a{color:inherit;text-decoration:none}.post-item h2 a:hover{color:var(--accent)}.post-item .summary{font-size:1.1rem;color:var(--text-muted);line-height:1.6}.article-container{max-width:1e3px;margin:0 auto;padding:4rem var(--container-padding)}.article-header{text-align:center;margin-bottom:5rem}.article-header h1{font-size:clamp(2.5rem,7vw,4rem);margin-bottom:2rem;line-height:1.1}.article-meta-top{font-size:.9rem;color:var(--text-muted);display:flex;justify-content:center;gap:1.5rem;align-items:center}.article-meta-top .dot{width:4px;height:4px;background:var(--accent);border-radius:50%;opacity:.5}.article-content{font-size:1.15rem;line-height:1.8}.article-content h2{font-size:2rem;margin-top:4rem;margin-bottom:1.5rem;border:none}.article-content h3{font-size:1.5rem;margin-top:3rem}.blog-categories{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem;list-style:none;padding:0}.category-pill{background:var(--code-bg);padding:.2rem .8rem;border-radius:4px;font-size:.75rem;font-weight:600;color:var(--text-muted);border:1px solid var(--border-color)}@media(max-width:768px){.article-container{padding:2rem var(--container-padding)}.article-header{margin-bottom:3rem}.article-header h1{font-size:2.2rem}.article-meta-top{flex-direction:column;gap:.5rem}.article-meta-top .dot{display:none}.post-item h2{font-size:1.75rem}.article-content{font-size:1.05rem}.article-content h2{font-size:1.75rem;margin-top:3rem}}