@keyframes founder-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes founder-pulse{0%,to{box-shadow:0 0 0 3px #67b01938}50%{box-shadow:0 0 0 6px #67b0190f}}@keyframes founder-spin{to{transform:rotate(360deg)}}@keyframes founder-fadein{0%{opacity:0}to{opacity:1}}@keyframes founder-pop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes founder-slide2{0%{transform:translate(-100%)}to{transform:translate(350%)}}.founder-page{min-height:100vh;font-family:var(--font-dm-sans), system-ui, sans-serif;color:#071e22;-webkit-font-smoothing:antialiased;background:radial-gradient(1200px 600px at 85% -10%,#eeaa171a,#0000 60%),radial-gradient(900px 500px at -10% 40%,#0f4ffb0f,#0000 60%),#f5f2ec}.founder-marquee-track{white-space:nowrap;gap:48px;padding-left:48px;animation:42s linear infinite founder-marquee;display:inline-flex}.founder-live-dot{animation:2s ease-in-out infinite founder-pulse}.founder-spinner{animation:.8s linear infinite founder-spin}.founder-overlay{animation:.25s ease-out founder-fadein}.founder-overlay-card{animation:.35s cubic-bezier(.2,.9,.3,1.4) founder-pop}.founder-progress-bar:after{content:"";background:#ffd952;width:40%;height:100%;animation:1.4s cubic-bezier(.5,0,.5,1) infinite founder-slide2;display:block}