.blog-page{min-height:100vh;padding-top:6rem}.blog-hero{border-bottom:1px solid var(--border);max-width:960px;margin:0 auto;padding:4rem 3rem}.blog-hero h1{color:var(--text);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700}.blog-description{color:var(--body);max-width:500px;font-size:1.1rem}.blog-content{max-width:960px;margin:0 auto;padding:3rem}.empty-state{text-align:center;color:var(--muted);padding:4rem}.posts-list{flex-direction:column;gap:1.5rem;display:flex}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;transition:border-color .3s,transform .2s}.post-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.post-link{padding:1.5rem 2rem;text-decoration:none;display:block}.post-meta{color:var(--muted);align-items:center;gap:1rem;margin-bottom:.75rem;font-size:.8rem;display:flex}.read-time:before{content:"·";margin-right:1rem}.post-title{color:var(--text);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;line-height:1.3}.post-description{color:var(--body);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.post-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{background:var(--bg2);border:1px solid var(--border);color:var(--muted);border-radius:4px;padding:.25rem .6rem;font-size:.72rem}@media (max-width:768px){.blog-hero{padding:3rem 1.5rem}.blog-content{padding:2rem 1.5rem}.post-link{padding:1.25rem}}
