.gist-hero{width:100%;margin:0}.gist-hero .constellation{transform-origin:50%;will-change:transform;width:100%;height:auto;animation:28s ease-in-out infinite alternate gist-drift;display:block}.gist-hero .edges path{opacity:.55;stroke-dasharray:1;stroke-dashoffset:1px;animation:1.2s forwards gist-draw}.gist-hero .nodes circle{opacity:0;animation:.5s forwards gist-bloom}.gist-hero .node-core{transform-box:fill-box;transform-origin:50%;will-change:transform, opacity;animation:.5s forwards gist-bloom,4s ease-in-out 1.6s infinite gist-pulse}@keyframes gist-draw{to{stroke-dashoffset:0}}@keyframes gist-bloom{to{opacity:1}}@keyframes gist-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.35)}}@keyframes gist-drift{to{transform:translateY(-8px)scale(1.012)}}.gist-rise{opacity:0;animation:.7s cubic-bezier(.2,.6,.2,1) both gist-rise}@keyframes gist-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.gist-hero .constellation{will-change:auto;animation:none;transform:none}.gist-hero .edges path{stroke-dashoffset:0;animation:none}.gist-hero .nodes circle,.gist-hero .node-core{opacity:1;will-change:auto;animation:none;transform:none}.gist-rise{opacity:1;animation:none;transform:none}}
