*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}:root{--bg:#fafaf9;--fg:#18181b;--muted:#71717a;--accent:#18181b;--accent-fg:#fafafa}@media (prefers-color-scheme:dark){:root{--bg:#0a0a0a;--fg:#fafafa;--muted:#a1a1aa;--accent:#fafafa;--accent-fg:#18181b}}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;justify-content:center;align-items: center;min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.hero{text-align:center;animation:hero-in .7s cubic-bezier(.2,0,.2,1)both;max-width:60rem;padding:2rem}@keyframes hero-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.headline{display:flex;white-space:nowrap;letter-spacing:-.025em;flex-wrap:nowrap;justify-content:center;align-items:baseline;gap:.25em;margin:0 0 max(3rem,.8em);font-size:clamp(2rem,7vw,5.5rem);font-weight:700;line-height:1.1}.headline-static{display:inline-block}.rotator{display:inline-grid;grid-template-columns:1fr;text-align:left;min-width:12ch}.rotator-word{grid-area:1/1;white-space:nowrap;transition:transform .5s cubic-bezier(.65,0,.35,1),opacity .5s}.rotator-word.is-enter{opacity:0;transform:translateY(100%)}.rotator-word.is-exit{opacity:0;transform:translateY(-100%)}.tagline{color:var(--muted);max-width:32rem;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.55}.cta{display:inline-block;background:var(--accent);color:var(--accent-fg);text-decoration:none;border-radius:9999px;padding:.875rem 1.875rem;transition:transform .2s,opacity .2s;font-size:1rem;font-weight:500}.cta:hover{opacity:.92;transform:translateY(-1px)}.cta:focus-visible{outline:2px solid var(--accent);outline-offset:4px}@media (prefers-reduced-motion:reduce){.hero,.rotator-word{animation:none!important;transition:none!important}}
