.blog-list{max-width:1200px;margin:0 auto;padding:4rem 2rem}.blog-header{text-align:center;margin-bottom:4rem}.blog-header h1{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.blog-header .subtitle{font-size:1.1rem;color:var(--sub)}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.post-card{display:flex;flex-direction:column;background:#6c8ef50d;border:1px solid rgba(108,142,245,.2);border-radius:12px;overflow:hidden;transition:all .3s ease;text-decoration:none;color:inherit}.post-card:hover{border-color:var(--accent);background:#6c8ef51a;transform:translateY(-4px)}.post-image{width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,var(--mint),var(--lav))}.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-image img{transform:scale(1.05)}.post-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.post-content h2{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;line-height:1.4;color:var(--text)}.post-excerpt{color:var(--sub);font-size:.95rem;line-height:1.6;margin-bottom:1rem;flex:1}.post-meta{display:flex;gap:1rem;font-size:.85rem;color:var(--sub);margin-bottom:.75rem}.post-meta .date{font-weight:500}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{display:inline-block;background:#6c8ef51a;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;color:var(--sub);transition:all .2s ease}.post-card:hover .tag{background:#6c8ef533}.no-posts{text-align:center;padding:3rem;color:var(--sub);font-size:1.1rem}.loading{text-align:center;padding:3rem;color:var(--sub)}@media (max-width: 768px){.blog-header h1{font-size:2rem}.posts-grid{grid-template-columns:1fr}.blog-list{padding:2rem 1rem}}
