.blog-module__JsT-Oq__hero{padding:calc(var(--header-height) + var(--space-3xl)) 0 var(--space-2xl);background:var(--color-alt-bg);text-align:center}.blog-module__JsT-Oq__heroDesc{max-width:580px;color:var(--color-text-secondary);margin:1rem auto 0;font-size:1.0625rem;line-height:1.7}.blog-module__JsT-Oq__filterBar{flex-wrap:wrap;justify-content:center;gap:.5rem;margin:2rem auto 0;display:flex}.blog-module__JsT-Oq__filterBtn{cursor:pointer;border:1.5px solid var(--color-border);color:var(--color-text-secondary);transition:all var(--transition-fast);background:0 0;border-radius:999px;padding:.4rem 1rem;font-size:.875rem;font-weight:500}.blog-module__JsT-Oq__filterBtn:hover,.blog-module__JsT-Oq__filterBtnActive{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.blog-module__JsT-Oq__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.blog-module__JsT-Oq__card{color:inherit;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-surface);transition:all var(--transition-base);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.blog-module__JsT-Oq__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.blog-module__JsT-Oq__cardBody{flex-direction:column;flex:1;padding:1.5rem;display:flex}.blog-module__JsT-Oq__cardMeta{color:var(--color-text-muted);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8125rem;display:flex}.blog-module__JsT-Oq__cardTag{color:var(--color-accent);background:#2563eb1a;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:500}.blog-module__JsT-Oq__cardTitle{color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.0625rem;font-weight:700;line-height:1.4}.blog-module__JsT-Oq__cardExcerpt{color:var(--color-text-secondary);flex:1;font-size:.9rem;line-height:1.6}.blog-module__JsT-Oq__cardFooter{border-top:1px solid var(--color-border);color:var(--color-text-muted);justify-content:space-between;align-items:center;padding:.875rem 1.5rem;font-size:.8125rem;display:flex}.blog-module__JsT-Oq__readMore{color:var(--color-accent);font-weight:600}.blog-module__JsT-Oq__empty{text-align:center;padding:var(--space-3xl) 0;color:var(--color-text-muted)}.blog-module__JsT-Oq__postHero{padding:calc(var(--header-height) + var(--space-3xl)) 0 var(--space-2xl);background:var(--color-alt-bg)}.blog-module__JsT-Oq__postMeta{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.875rem;display:flex}.blog-module__JsT-Oq__postTitle{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.2}.blog-module__JsT-Oq__postExcerpt{color:var(--color-text-secondary);max-width:680px;font-size:1.125rem;line-height:1.7}.blog-module__JsT-Oq__postAuthor{border-top:1px solid var(--color-border);align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.blog-module__JsT-Oq__authorAvatar{background:var(--gradient-brand);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.875rem;font-weight:700;display:flex}.blog-module__JsT-Oq__authorName{color:var(--color-text-primary);font-size:.9375rem;font-weight:600}.blog-module__JsT-Oq__authorTitle{color:var(--color-text-muted);font-size:.8125rem}.blog-module__JsT-Oq__postLayout{grid-template-columns:1fr;align-items:start;gap:3rem;display:grid}@media (min-width:1024px){.blog-module__JsT-Oq__postLayout{grid-template-columns:1fr 300px}}.blog-module__JsT-Oq__postContent{color:var(--color-text-primary);font-size:1.0625rem;line-height:1.85}.blog-module__JsT-Oq__postContent h2{margin:2.5rem 0 1rem;font-size:1.5rem;font-weight:700}.blog-module__JsT-Oq__postContent h3{margin:2rem 0 .75rem;font-size:1.2rem;font-weight:700}.blog-module__JsT-Oq__postContent p{margin-bottom:1.25rem}.blog-module__JsT-Oq__postContent ul,.blog-module__JsT-Oq__postContent ol{margin:0 0 1.25rem 1.5rem}.blog-module__JsT-Oq__postContent li{margin-bottom:.5rem}.blog-module__JsT-Oq__postContent a{color:var(--color-accent);text-decoration:underline}.blog-module__JsT-Oq__postContent blockquote{border-left:4px solid var(--color-accent);border-radius:0 var(--radius-md) var(--radius-md) 0;background:#2563eb0d;margin:1.5rem 0;padding:1rem 1.5rem}.blog-module__JsT-Oq__postContent code{background:var(--color-alt-bg);border-radius:var(--radius-sm);padding:.15em .4em;font-size:.9em}.blog-module__JsT-Oq__postContent pre{color:#e2e8f0;border-radius:var(--radius-md);background:#0f172a;margin-bottom:1.25rem;padding:1.25rem;overflow-x:auto}.blog-module__JsT-Oq__postContent pre code{background:0 0;padding:0;font-size:.875rem}.blog-module__JsT-Oq__draftBanner{border-radius:var(--radius-md);color:#92400e;background:#fef3c7;border:1px solid #f59e0b;margin-bottom:2rem;padding:.75rem 1rem;font-size:.875rem}.blog-module__JsT-Oq__sidebar{flex-direction:column;gap:1.5rem;display:flex}.blog-module__JsT-Oq__sidebarCard{padding:1.25rem}.blog-module__JsT-Oq__sidebarTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.75rem;font-size:.875rem;font-weight:700}.blog-module__JsT-Oq__tagsList{flex-wrap:wrap;gap:.4rem;display:flex}.blog-module__JsT-Oq__tagChip{color:var(--color-accent);background:#2563eb14;border-radius:999px;padding:.25rem .625rem;font-size:.8125rem;font-weight:500}.blog-module__JsT-Oq__breadcrumb{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.875rem}.blog-module__JsT-Oq__breadcrumb ol{flex-wrap:wrap;gap:.25rem;list-style:none;display:flex}.blog-module__JsT-Oq__breadcrumb li+li:before{content:"/";margin-right:.25rem}.blog-module__JsT-Oq__breadcrumb a{color:var(--color-text-muted)}.blog-module__JsT-Oq__breadcrumb a:hover{color:var(--color-accent)}
