.blog-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.blog-header{text-align:center;padding:3rem 0}.blog-header-content{max-width:800px;margin:0 auto;padding:0 1rem}.tags-section{margin-bottom:3rem;padding:1.5rem;background:#f8fafc;border-radius:1rem;border:1px solid #e2e8f0}.tags-container{max-width:100%}.tags-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#374151}.tags-list{display:flex;flex-wrap:wrap;gap:.75rem}.tag-item{padding:.5rem 1rem;background:#fff;color:#6b7280;text-decoration:none;border-radius:2rem;border:2px solid #e5e7eb;font-size:.875rem;font-weight:500;transition:all .2s ease}.tag-item:hover{transform:translateY(-1px)}.tag-item.active,.tag-item:hover{background:hsl(var(--primary));color:#fff;border-color:hsl(var(--primary))}.blog-content{margin-bottom:4rem}.no-posts{text-align:center;padding:4rem 2rem;color:#6b7280;font-size:1.1rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:2rem}.blog-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column;border:1px solid #f1f5f9}.blog-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.blog-card-content{padding:1.5rem;flex-grow:1}.blog-card-title{margin:0 0 1rem;font-size:1.25rem;line-height:1.4}.blog-card-title a{color:#1f2937;text-decoration:none;font-weight:600;transition:color .2s ease}.blog-card-title a:hover{color:hsl(var(--primary))}.blog-card-description{color:#4b5563;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.blog-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.blog-card-tag{padding:.25rem .75rem;background:#f1f5f9;color:#475569;text-decoration:none;border-radius:1rem;font-size:.75rem;font-weight:500;transition:all .2s ease}.blog-card-tag:hover{background:hsl(var(--primary));color:#fff}.blog-card-footer{padding:1rem 1.5rem;background:#f8fafc;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.blog-card-meta{display:flex;flex-direction:column;gap:.25rem}.blog-card-author{font-size:.875rem;color:#374151;font-weight:500}.blog-card-date{font-size:.75rem;color:#9ca3af}.blog-card-read-more{color:hsl(var(--primary));text-decoration:none;font-weight:600;font-size:.875rem;padding:.5rem 1rem;border-radius:.5rem;transition:all .2s ease}.blog-card-read-more:hover{background:hsl(var(--primary));color:#fff;transform:translateX(2px)}@media (max-width:768px){.blog-container{padding:0 .5rem}.blog-header{margin:-.5rem -.5rem 2rem;padding:2rem 0}.blog-title{font-size:2rem}.blog-description{font-size:1.1rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.tags-list{gap:.5rem}.tag-item{font-size:.8rem;padding:.4rem .8rem}.blog-card-footer{flex-direction:column;gap:1rem;align-items:stretch}.blog-card-meta,.blog-card-read-more{text-align:center}}@media (max-width:480px){.blog-title{font-size:1.75rem}.blog-card-content{padding:1rem}.blog-card-footer{padding:.75rem 1rem}.tags-section{margin-bottom:2rem;padding:1rem}}