.blog-post-header{padding:8rem 0 3rem;background:linear-gradient(135deg,var(--hero-gradient-start),var(--hero-gradient-end));color:white;position:relative;overflow:hidden}.blog-post-header:before{content:"";position:absolute;top:80;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');opacity:.3}.blog-post-header .container{position:relative;z-index:1}.blog-post-meta{display:flex;gap:1rem;margin-bottom:1.5rem;font-size:.9375rem;align-items:center}.blog-post-date{opacity:.95;font-weight:500;display:flex;align-items:center;gap:.5rem}.blog-post-date:before{content:"📅"}.blog-post-category{background:rgba(255,255,255,.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.375rem 1rem;border-radius:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;font-size:.8125rem;border:1px solid rgba(255,255,255,.3)}.blog-post-title{font-size:3rem;font-weight:800;line-height:1.15;margin:0 0 1.25rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.blog-post-author{font-size:1.0625rem;opacity:.95;margin:0;font-weight:500;display:flex;align-items:center;gap:.5rem}.blog-post-author:before{content:"✍️"}.blog-post-image{max-height:400px;overflow:hidden;background:linear-gradient(135deg,var(--hero-gradient-start),var(--hero-gradient-end));display:flex;align-items:center;justify-content:center;padding:3rem}.blog-post-image img{width:280px;height:280px;object-fit:contain;background:white;padding:3rem;border-radius:50%;box-shadow:0 15px 40px rgba(0,0,0,.2);aspect-ratio:1/1}.blog-post-content{padding:3rem 0 4rem}.prose{max-width:65ch;margin:0 auto;font-size:1.125rem;line-height:1.75;color:#1f2937}.prose h2{font-size:1.875rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:#111827}.prose h3{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:#111827}.prose ol,.prose p,.prose ul{margin-bottom:1.5rem}.prose ol,.prose ul{padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose strong{font-weight:600;color:#111827}.prose a{color:#3b82f6;text-decoration:underline}.prose a:hover{color:#1e40af}.prose code{background:#f3f4f6;padding:.2rem .4rem;border-radius:.25rem;font-size:.9em;font-family:Courier New,monospace}.prose pre{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1.5rem}.prose pre code{background:none;padding:0;color:inherit}.prose blockquote{border-left:4px solid #3b82f6;padding-left:1rem;margin-left:0;font-style:italic;color:#4b5563}.prose hr{border:none;border-top:2px solid #e5e7eb;margin:2rem 0}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-top:3rem;padding-bottom:3rem}.blog-card{background:white;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%}.blog-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border-color:#3b82f6}.blog-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.blog-card-image{height:240px;overflow:hidden;background:linear-gradient(135deg,var(--hero-gradient-start),var(--hero-gradient-end));position:relative;display:flex;align-items:center;justify-content:center;padding:2rem}.blog-card-image img{width:160px;height:160px;object-fit:contain;background:white;padding:2rem;border-radius:50%;box-shadow:0 10px 25px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease;aspect-ratio:1/1}.blog-card:hover .blog-card-image img{transform:scale(1.05);box-shadow:0 15px 35px rgba(0,0,0,.2)}.blog-card-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.blog-card-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.875rem;flex-wrap:wrap}.blog-card-date{color:#6b7280;display:flex;align-items:center;gap:.375rem;font-weight:500}.blog-card-date:before{content:"📅";font-size:.875rem}.blog-card-category{background:linear-gradient(135deg,var(--hero-gradient-start),var(--hero-gradient-end));color:white;padding:.375rem .875rem;border-radius:1.5rem;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.025em;box-shadow:0 2px 4px rgba(102,126,234,.3)}.blog-card-title{font-size:1.5rem;font-weight:700;margin:0 0 .875rem;line-height:1.3;color:#111827;transition:color .2s}.blog-card:hover .blog-card-title{color:#3b82f6}.blog-card-excerpt{color:#4b5563;margin-bottom:auto;line-height:1.65;font-size:.9375rem;flex-grow:1}.blog-card-author{font-size:.875rem;color:#6b7280;margin:1.25rem 0 0;padding-top:1.25rem;border-top:1px solid #e5e7eb;font-weight:500;display:flex;align-items:center;gap:.375rem}.blog-card-author:before{content:"✍️";font-size:1rem}@media (max-width:768px){.blog-post-title{font-size:2rem}.prose{font-size:1rem}.blog-grid{grid-template-columns:1fr}}