.blog-filters{padding:2rem 0;border-bottom:1px solid #e5e7eb;margin-bottom:2rem}.filter-groups{display:flex;gap:2rem;align-items:flex-end;flex-wrap:wrap}.filter-group{flex:1 1;min-width:200px}.filter-group label{display:block;font-weight:600;color:#374151;margin-bottom:.75rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.filter-options{display:flex;flex-wrap:wrap;gap:.5rem}.filter-btn{background:white;border:2px solid #e5e7eb;color:#6b7280;padding:.5rem 1rem;border-radius:2rem;cursor:pointer;transition:all .3s ease;font-size:.875rem;font-weight:500}.filter-btn.active,.filter-btn:hover{background:#059669;color:white;border-color:#059669}.sort-select{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;background:white;color:#374151;font-size:.875rem}.sort-select:focus{outline:none;border-color:#059669}.active-filters{margin-top:1.5rem}.active-tags{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.active-tag{background:#059669;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500;gap:.5rem}.active-tag,.active-tag button{color:white;display:flex;align-items:center}.active-tag button{background:none;border:none;cursor:pointer;font-size:1.125rem;padding:0;width:20px;height:20px;justify-content:center;border-radius:50%}.active-tag button:hover{background:rgba(255,255,255,.2)}.clear-all{background:#6b7280;color:white;border:none;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500}.clear-all:hover{background:#4b5563}@media (max-width:768px){.filter-groups{flex-direction:column;gap:1.5rem}.filter-group{min-width:auto}.filter-options{justify-content:flex-start}}.blog-grid{padding:2rem 0}.section-title{font-size:1.75rem;font-weight:700;color:#f0fdf4;margin-bottom:1.5rem;border-bottom:3px solid #059669;padding-bottom:.5rem;display:inline-block}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.featured-card{background:white;border-radius:1rem;overflow:hidden;box-shadow:0 10px 25px -5px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e5e7eb}.featured-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.featured-image{height:200px;background:linear-gradient(135deg,#059669,#047857);position:relative;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:2rem}.featured-badge{position:absolute;top:1rem;left:1rem;background:#fbbf24;color:#92400e;padding:.5rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:700}.featured-content{padding:1.5rem}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.post-card{background:white;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e5e7eb}.post-card:hover{transform:translateY(-3px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.post-image{height:180px;background:linear-gradient(135deg,#f0fdf4,#059669);display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:1.5rem}.post-content{padding:1.5rem}.post-meta{margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.category-tag,.post-type{background:#f0fdf4;color:#059669;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500;text-transform:capitalize}.post-date{color:#6b7280;font-size:.875rem}.post-title{font-size:1.25rem;font-weight:700;color:#f0fdf4;margin-bottom:.75rem}.featured-card .post-title{font-size:1.5rem}.post-excerpt{color:#6b7280;line-height:1.6;margin-bottom:1rem}.post-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.post-info{display:flex;gap:1rem;font-size:.875rem;color:#6b7280}.author{font-weight:500;color:#059669}.post-stats,.read-time{color:#9ca3af}.post-stats{display:flex;gap:1rem;font-size:.75rem}.stat{display:flex;align-items:center;gap:.25rem}.read-more-btn{background:#059669;color:white;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .3s ease;width:100%}.read-more-btn:hover{background:#047857}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.pagination-btn{background:white;border:2px solid #e5e7eb;color:#374151;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;transition:all .3s ease;font-weight:500}.pagination-btn:hover:not(.disabled){border-color:#059669;color:#059669}.pagination-btn.disabled{opacity:.5;cursor:not-allowed}.page-numbers{display:flex;gap:.5rem}.page-btn{width:40px;height:40px;border:2px solid #e5e7eb;background:white;color:#374151;border-radius:.375rem;cursor:pointer;transition:all .3s ease;font-weight:500}.page-btn.active,.page-btn:hover{background:#059669;color:white;border-color:#059669}@media (max-width:768px){.featured-grid,.posts-grid{grid-template-columns:1fr}.pagination{flex-direction:column;gap:1rem}.page-numbers{order:-1}.featured-content,.post-content{padding:1.25rem}}@media (max-width:480px){.post-footer,.post-meta{flex-direction:column;align-items:flex-start}.post-stats{align-self:flex-end}}.blog-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-widget{background:white;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border:1px solid #e5e7eb}.widget-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #7c3aed}.search-form{margin-bottom:0}.search-input-group{position:relative;display:flex}.search-input{flex:1 1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem 0 0 .5rem;font-size:.875rem;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:#7c3aed}.search-btn{background:#7c3aed;color:white;border:none;padding:.75rem 1rem;border-radius:0 .5rem .5rem 0;cursor:pointer;transition:background .3s ease;font-size:1rem}.search-btn:hover{background:#047857}.about-content p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;font-size:.9rem}.blog-stats{display:flex;gap:1.5rem;justify-content:center}.blog-stat{text-align:center}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:#7c3aed;margin-bottom:.25rem}.stat-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.popular-posts{display:flex;flex-direction:column;gap:1rem}.popular-post{padding:1rem;background:#f8fafc;border-radius:.5rem;transition:background .3s ease;cursor:pointer}.popular-post:hover{background:#f1f5f9}.post-title{font-size:.9rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;line-height:1.4}.post-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#6b7280}.categories-list{display:flex;flex-direction:column;gap:.75rem}.category-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafc;border-radius:.5rem;transition:background .3s ease;cursor:pointer}.category-item:hover{background:#f1f5f9}.category-info{display:flex;align-items:center;gap:.75rem}.category-color{width:12px;height:12px;border-radius:50%;flex-shrink:0}.category-name{font-size:.875rem;color:#374151;font-weight:500}.category-count{font-size:.75rem;color:#6b7280;background:white;padding:.25rem .5rem;border-radius:1rem;font-weight:500}.tags-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#f0fdf4;color:#7c3aed;padding:.5rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .3s ease}.tag:hover{background:#7c3aed;color:white;transform:translateY(-1px)}.archive-list{display:flex;flex-direction:column;gap:.75rem}.archive-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafc;border-radius:.5rem;transition:background .3s ease;cursor:pointer}.archive-item:hover{background:#f1f5f9}.archive-month{font-size:.875rem;color:#374151;font-weight:500}.archive-count{font-size:.75rem;color:#6b7280;background:white;padding:.25rem .5rem;border-radius:1rem;font-weight:500}.newsletter-widget{background:linear-gradient(135deg,#059669,#047857);color:white}.newsletter-widget .widget-title{color:white;border-bottom-color:rgba(255,255,255,.3)}.newsletter-content p{color:rgba(255,255,255,.9);margin-bottom:1.5rem;line-height:1.5;font-size:.9rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem}.newsletter-input{padding:.75rem 1rem;border:2px solid rgba(255,255,255,.2);border-radius:.5rem;background:rgba(255,255,255,.1);color:white;font-size:.875rem;transition:border-color .3s ease}.newsletter-input::placeholder{color:rgba(255,255,255,.7)}.newsletter-input:focus{outline:none;border-color:white}.newsletter-btn{background:white;color:#7c3aed;border:none;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:transform .3s ease}.newsletter-btn:hover{transform:translateY(-2px)}@media (max-width:968px){.blog-sidebar{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.sidebar-widget{margin-bottom:0}}@media (max-width:768px){.blog-sidebar{grid-template-columns:1fr}.blog-stats{gap:1rem}.stat-number{font-size:1.25rem}}@media (max-width:480px){.sidebar-widget{padding:1.25rem}.tags-cloud{gap:.375rem}.tag{padding:.375rem .625rem;font-size:.7rem}}