.home-page{display:contents}.home-intro{display:flex;flex-direction:column;gap:12px}.home-intro__signed-out{display:flex;flex-direction:column;gap:16px;max-width:var(--measure-prose)}.home-intro__signed-out p{margin:0;color:var(--text-weak);line-height:var(--type-body-line-height)}.home-intro__actions{display:flex;flex-wrap:wrap;gap:12px}.home-intro__actions a.neo-button{text-decoration:none}@media(prefers-reduced-motion:no-preference){.home-section{animation:neoHomeSectionFade var(--dur-enter) var(--ease-out) backwards;animation-delay:min(var(--i,0)*var(--stagger-step),var(--stagger-cap))}.home-section--hero{animation-name:neoSlideInUp}}@keyframes neoHomeSectionFade{0%{opacity:0}to{opacity:1}}