:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--surface:#f6f7f9;--text:#11161d}*{box-sizing:border-box}html,body{background:var(--surface);min-height:100%;color:var(--text);margin:0}body{font-family:var(--font-geist-sans), Arial, sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.public-home{animation:.52s both home-page-enter}.home-hero-copy{animation:.76s 90ms both home-copy-enter}.home-flow-item{transition:background-color .18s,transform .18s}.home-flow-item:hover{background-color:#ffffff0b;transform:translateY(-3px)}@keyframes home-page-enter{0%{opacity:0}to{opacity:1}}@keyframes home-copy-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.public-home,.home-hero-copy,.home-flow-item{transition:none;animation:none}}
