:root{--font-family:"Inter", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3.5rem;--landing-max-width:1200px;--landing-padding-x:4rem;--landing-padding-x-mobile:1.5rem;--landing-section-padding-y:8rem;--landing-section-padding-y-mobile:5rem}.landing input,.landing select,.landing textarea,.landing button{box-sizing:border-box}.landing-pill{background:var(--color-white);border:1px solid var(--color-gray-200);font-family:var(--font-family);font-size:var(--text-sm);color:var(--color-gray-600);letter-spacing:-.005em;white-space:nowrap;cursor:pointer;border-radius:999px;flex:none;padding:.55rem 1.1rem;font-weight:500;transition:background .18s,border-color .18s,color .18s}.landing-pill:hover{border-color:var(--color-gray-300);color:var(--color-gray-900)}.landing-pill.active,.landing-pill[aria-pressed=true],.landing-pill[aria-selected=true]{background:var(--color-gray-900);border-color:var(--color-gray-900);color:var(--color-white)}.landing-pill:focus-visible{outline:2px solid var(--color-gray-900);outline-offset:2px}.landing{font-family:var(--font-family);color:var(--color-gray-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:text;user-select:text;min-height:100vh;line-height:1.6;overflow-x:hidden}