.post-hero{position:relative;padding:calc(var(--nav-h) + clamp(2rem,5vw,3.5rem)) 0 clamp(2.5rem,5vw,4rem);background-color:var(--dk);background-image:radial-gradient(ellipse 900px 500px at 50% 30%, rgba(52,19,144,.28) 0%, rgba(0,0,0,0) 65%),radial-gradient(ellipse 600px 400px at 80% 60%, rgba(29,78,216,.14) 0%, rgba(0,0,0,0) 65%)}.post-hero::after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:linear-gradient(90deg, rgba(0,0,0,0), rgba(124,58,237,.25), rgba(0,0,0,0))}.post-hero .container{max-width:760px}.post-back{display:inline-flex;margin-bottom:1.5rem;color:var(--tx-lm);font-size:.85rem;font-weight:600;transition:color .2s}.post-back:hover{color:var(--violet-l)}.post-eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;color:var(--violet-l);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.post-eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--star);box-shadow:0 0 8px var(--star)}.post-hero h1{margin-bottom:1rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:600;line-height:1.1}.post-desc{margin-bottom:1.25rem;color:var(--tx-lm);font-size:clamp(1rem,1.5vw,1.1rem);line-height:1.7}.post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;color:var(--tx-lm);font-size:.85rem}.post-tags{display:flex;flex-wrap:wrap;gap:.4rem}.post-tags span{padding:.22rem .55rem;border:1px solid rgba(124,58,237,.25);border-radius:99rem;color:var(--violet-l);font-size:.72rem;font-weight:600}.post-section{padding-block:var(--spy);background:rgba(11,9,32,.35)}.post-content{max-width:720px;margin-inline:auto}.post-content h2{margin-top:3rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(124,58,237,.12);font-size:clamp(1.25rem,2.5vw,1.65rem);scroll-margin-top:calc(var(--nav-h) + 1.5rem)}.post-content p,.post-content li{color:rgba(238,238,255,.85);font-size:.96rem;line-height:1.8}.post-content p{margin-bottom:1rem}.post-content ul,.post-content ol{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;padding-left:1.5rem}.post-content ul{list-style:disc}.post-content ol{list-style:decimal}.post-content li::marker{color:var(--violet-l)}.post-content strong{color:var(--tx-l);font-weight:600}.post-nav{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;max-width:720px;margin-inline:auto;margin-top:clamp(2rem,4vw,3rem);padding-top:clamp(2rem,4vw,3rem);border-top:1px solid rgba(124,58,237,.1)}.post-nav a{color:var(--violet-l);font-size:.88rem;font-weight:600}.post-nav a:hover{color:var(--violet-m)}