.blog-hero{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center;padding:120px 0 80px;overflow:hidden;margin-top:72px}.blog-hero-bg{position:absolute;inset:0;z-index:-1}.blog-hero-content{text-align:center;position:relative;z-index:1}.blog-hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;margin-bottom:16px;color:var(--text);letter-spacing:-.02em}.blog-hero-sub{font-size:clamp(1rem,3vw,1.25rem);color:var(--muted-light);max-width:640px;margin:0 auto;line-height:1.6}.blog-section{padding:80px 0}.blog-section h2{font-size:2.5rem;font-weight:900;margin-bottom:48px;text-align:center}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;margin-bottom:48px}@media(max-width:768px){.posts-grid{gap:24px}}.post-card{display:flex;flex-direction:column;border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border);overflow:hidden;transition:all var(--transition);will-change:transform,border-color;animation:reveal-in .6s ease-out forwards;opacity:0}.post-card.visible{opacity:1}@keyframes reveal-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.post-card:hover{border-color:var(--border-hov);background:var(--bg-card-hov);transform:translateY(-6px)}.post-card-image-link{position:relative;display:block;width:100%;height:200px;overflow:hidden;background:var(--bg-2)}.post-card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.post-card:hover .post-card-image{transform:scale(1.05)}.post-card-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#7c3aed1a,#06b6d41a);opacity:0;transition:opacity var(--transition)}.post-card:hover .post-card-overlay{opacity:1}.post-card-content{display:flex;flex-direction:column;flex:1;padding:24px;gap:12px}.post-date{font-size:.8rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.post-card-title{font-size:1.25rem;font-weight:700;line-height:1.4;color:var(--text);margin:8px 0}.post-card-title a{transition:color var(--transition)}.post-card-title a:hover{color:var(--accent)}.post-card-excerpt{font-size:.95rem;color:var(--muted-light);line-height:1.6;flex:1;margin:8px 0}.post-card-link{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600;color:var(--accent-2);transition:color var(--transition),transform var(--transition);align-self:flex-start}.post-card-link:hover{color:var(--accent);transform:translate(4px)}.blog-post{margin-top:72px;margin-bottom:80px}.blog-post-header{width:100%;margin-bottom:0}.blog-post-featured-image{width:100%;height:auto;display:block;max-height:600px;object-fit:cover}.blog-post-content{max-width:720px;margin:0 auto;padding:60px 24px}.blog-post-meta{display:flex;align-items:center;gap:16px;margin-bottom:24px;font-size:.9rem;color:var(--muted)}.post-author{font-weight:600}.blog-post-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.2;margin-bottom:24px;color:var(--text);letter-spacing:-.02em}.blog-post-excerpt{font-size:1.125rem;font-weight:500;color:var(--muted-light);margin-bottom:32px;line-height:1.6}.blog-post-body{font-size:1.0625rem;line-height:1.8;color:var(--text);margin-bottom:48px}.blog-post-body h2{font-size:1.75rem;font-weight:700;margin:40px 0 16px;color:var(--text)}.blog-post-body h3{font-size:1.375rem;font-weight:700;margin:32px 0 12px;color:var(--text)}.blog-post-body h4{font-size:1.125rem;font-weight:700;margin:24px 0 8px;color:var(--text)}.blog-post-body p{margin-bottom:16px}.blog-post-body ul,.blog-post-body ol{margin:16px 0 16px 24px}.blog-post-body li{margin-bottom:8px;list-style-position:outside}.blog-post-body ul li{list-style-type:disc}.blog-post-body ol li{list-style-type:decimal}.blog-post-body code{background:var(--bg-2);color:var(--accent-2);padding:2px 6px;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.9em}.blog-post-body blockquote{border-left:4px solid var(--accent);padding-left:24px;margin:24px 0;font-style:italic;color:var(--muted-light)}.blog-post-body hr{border:none;border-top:1px solid var(--border);margin:48px 0}.blog-post-footer{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid var(--border);margin-bottom:48px}.blog-related{background:linear-gradient(135deg,#7c3aed0d,#06b6d40d);padding:80px 0}.blog-cta-section{padding:80px 0}.blog-cta-card{max-width:720px;margin:0 auto;padding:60px;background:linear-gradient(135deg,#7c3aed1a,#06b6d41a);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;animation:reveal-in .8s ease-out}.blog-cta-card .label{display:block;margin-bottom:20px}.blog-cta-card h2{font-size:2rem;font-weight:900;margin-bottom:16px;color:var(--text)}.blog-cta-card p{font-size:1.0625rem;color:var(--muted-light);margin-bottom:32px;line-height:1.6}.loading-state,.empty-state,.error-state{text-align:center;padding:60px 24px}.loading-state p,.empty-state p,.error-state p{font-size:1.125rem;color:var(--muted-light)}.error-state{display:flex;flex-direction:column;align-items:center;gap:24px}.error-state a{display:inline-block}@media(max-width:768px){.blog-post-content{padding:40px 16px}.blog-cta-card{padding:40px 24px}.blog-post-title,.blog-section h2{font-size:1.75rem}}
