/* Blog/Category/Search reading system. Scoped to avoid cross-template drift. */
.blog-hub-page{--blog-text:#0f172a;--blog-muted:#64748b;--blog-border:#e2e8f0;--blog-card:#fff;background:#f8fafc;color:var(--blog-text)}.blog-hub-page .site-content{padding:32px 0 64px}.blog-hub-page .page-header,.blog-hub-page .archive-header{padding:24px 0 32px;text-align:center}.blog-hub-page .page-header h1,.blog-hub-page .archive-title{margin:0;color:var(--blog-text);font:800 clamp(2rem,4vw,3rem)/1.15 var(--cicc-font-heading,'Plus Jakarta Sans',sans-serif);letter-spacing:-.03em}.blog-hub-page .page-header p,.blog-hub-page .archive-desc,.blog-hub-page .term-description{max-width:680px;margin:12px auto 0;color:var(--blog-muted);font-size:15px;line-height:1.7}.blog-hub-page .blog-layout{display:grid!important;grid-template-columns:250px minmax(0,1fr)!important;gap:32px!important;align-items:start}.blog-hub-page .blog-sidebar{position:sticky!important;top:96px}.blog-hub-page .blog-sidebar>div{padding:20px!important;border:1px solid var(--blog-border)!important;border-radius:16px!important;background:var(--blog-card)!important;box-shadow:0 8px 24px rgba(15,23,42,.05)}.blog-hub-page .blog-sidebar>div+div{margin-top:16px!important}.blog-hub-page .blog-sidebar h3{margin:0 0 14px!important;color:var(--blog-text);font:700 15px/1.3 var(--cicc-font-heading,'Plus Jakarta Sans',sans-serif)!important}.blog-hub-page .blog-grid,.blog-hub-page .posts-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}.blog-hub-page .blog-card,.blog-hub-page .post-card{overflow:hidden;border:1px solid var(--blog-border)!important;border-radius:16px!important;background:var(--blog-card)!important;box-shadow:0 8px 24px rgba(15,23,42,.04);transition:transform .2s,box-shadow .2s}.blog-hub-page .blog-card:hover,.blog-hub-page .post-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(15,23,42,.1)}.blog-hub-page .blog-card__title,.blog-hub-page .post-title{font:700 18px/1.4 var(--cicc-font-heading,'Plus Jakarta Sans',sans-serif)!important;letter-spacing:-.01em}.blog-hub-page .blog-card__excerpt,.blog-hub-page .post-excerpt{color:var(--blog-muted)!important;font-size:14px!important;line-height:1.65!important}.blog-hub-page .pagination{margin-top:32px!important}.blog-hub-page .pagination a,.blog-hub-page .pagination span{font-size:13px}.blog-hub-page .blog-sidebar a,.blog-hub-page .blog-card a,.blog-hub-page .post-card a{font-family:var(--cicc-font-body,'Inter',sans-serif)}@media(max-width:900px){.blog-hub-page .blog-layout{grid-template-columns:1fr!important}.blog-hub-page .blog-sidebar{position:static!important}.blog-hub-page .blog-grid,.blog-hub-page .posts-grid{grid-template-columns:1fr!important}}@media(max-width:560px){.blog-hub-page .site-content{padding-top:20px}.blog-hub-page .page-header,.blog-hub-page .archive-header{padding:16px 0 24px}}
