.page-header{background:var(--bg);border-bottom:1px solid var(--gray-200);padding:7rem 0 3rem}.page-header h1{margin-bottom:.5rem;font-size:2.5rem}.page-header p{color:var(--gray-500);font-size:1.1rem}.blog-layout{grid-template-columns:1fr 320px;gap:3rem;padding:3rem 0;display:grid}.filters{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.filter-btn{border:1px solid var(--gray-200);background:var(--card-bg);cursor:pointer;color:var(--primary);border-radius:100px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.filter-btn:hover,.filter-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.posts-grid{gap:1.5rem;display:grid}.post-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;grid-template-columns:180px 1fr;transition:all .3s;display:grid;overflow:hidden}.post-card:hover{transform:translateY(-3px);box-shadow:0 10px 40px #00000014}.post-emoji{background:var(--accent-light);justify-content:center;align-items:center;min-height:120px;font-size:3rem;display:flex}.post-content{padding:1.5rem}.post-meta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.post-category{background:var(--accent-light);color:var(--accent);border-radius:100px;padding:.25rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.post-date{color:var(--gray-400);font-size:.8rem}.post-date:before{content:"·";color:var(--gray-300);margin-right:.5rem}.post-read-time{color:var(--gray-400);font-size:.8rem}.post-read-time:before{content:"·";color:var(--gray-300);margin-right:.5rem}.post-title{margin-bottom:.5rem;font-size:1.1rem;font-weight:600;line-height:1.35}.post-title a{color:inherit;text-decoration:none}.post-title a:hover{color:var(--accent)}.post-excerpt{color:var(--gray-500);margin-bottom:1rem;font-size:.9rem}.post-link{color:var(--accent);font-size:.9rem;font-weight:500;text-decoration:none}.post-link:hover{text-decoration:underline}.sidebar{height:fit-content;position:sticky;top:100px}.sidebar-section{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.sidebar-section h4{margin-bottom:1rem;font-size:1rem}.sidebar-section p{color:var(--gray-500);margin-bottom:.5rem;font-size:.9rem}.sidebar-section a{color:var(--accent);font-size:.9rem}.popular-posts{gap:1rem;display:grid}.popular-item{align-items:flex-start;gap:.75rem;font-size:.9rem;display:flex}.popular-num{background:var(--accent-light);width:24px;height:24px;color:var(--accent);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.popular-item a{color:var(--gray-600);line-height:1.4;text-decoration:none}.popular-item a:hover{color:var(--accent)}.tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{background:var(--gray-100);color:var(--gray-600);cursor:pointer;border:none;border-radius:100px;padding:.4rem .75rem;font-size:.8rem;transition:all .2s}.tag:hover{background:var(--accent);color:#fff}.newsletter-box{background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;border-radius:16px;padding:1.5rem}.newsletter-box h4{color:#fff;margin-bottom:.5rem}.newsletter-box p{opacity:.9;color:#fff;margin-bottom:1rem;font-size:.85rem}.newsletter-box input{border:none;border-radius:8px;width:100%;margin-bottom:.5rem;padding:.75rem;font-size:.9rem}.newsletter-box button{width:100%;color:var(--accent);cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.75rem;font-weight:600}@media (max-width:1024px){.blog-layout{grid-template-columns:1fr}.sidebar{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid;position:static}.sidebar-section{margin-bottom:0}}@media (max-width:768px){.post-card{grid-template-columns:1fr}.post-emoji{height:120px;min-height:unset}.sidebar{grid-template-columns:1fr}}
