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