.category-header{text-align:center;margin-bottom:3rem}.category-header .category-title{color:var(--text);margin-bottom:1rem;font-size:2.5rem;font-weight:700}@media (max-width:768px){.category-header .category-title{font-size:2rem}}.category-header .category-description{color:var(--muted);max-width:600px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.category-header .category-count{color:var(--muted);font-size:.9rem;font-weight:500}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;display:grid}@media (max-width:768px){.posts-grid{grid-template-columns:1fr;gap:1.5rem}}.pagination{justify-content:center;align-items:center;gap:1rem;margin-top:3rem;display:flex}.pagination .pagination-info{color:var(--muted);background:var(--card-bg);border-radius:6px;padding:.5rem 1rem;font-weight:500}.pagination a{text-decoration:none}@media (max-width:768px){.pagination{flex-direction:column;gap:.5rem}}.no-posts{text-align:center;padding:4rem 2rem}.no-posts h2{color:var(--text);margin-bottom:1rem;font-size:1.8rem}.no-posts p{color:var(--muted);margin-bottom:2rem;font-size:1.1rem}.no-posts a{text-decoration:none}
