:root{color-scheme:light;--background:#f7f7f3;--foreground:#171713;--muted:#696960;--faint:#85857c;--grid:#e7e7df;--line:#b9b9ae;--font-sans:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:0.75rem}.dark,[data-theme=dark]{color-scheme:dark;--background:#000000;--foreground:#f2f2ed;--muted:#858982;--faint:#777b74;--grid:#1c1e1b;--line:#5f645d}*,:after,:before{box-sizing:border-box}*{margin:0}body,html{min-height:100%}body,html{background:var(--background)}body{color:var(--foreground);font-family:var(--font-sans);font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-underline-offset:3px}:focus-visible{outline:1px solid var(--foreground);outline-offset:3px}::selection{background:var(--foreground);color:var(--background)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}:root{--brand-heading-size:clamp(2.25rem,11vw,9rem);--font-sans:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{overflow-x:hidden}.brand-landing{align-items:center;display:grid;min-height:100svh;padding:clamp(24px,5vw,72px)}.brand-lockup{min-width:0;width:100%}.brand-title-row{align-items:center;column-gap:clamp(12px,3vw,48px);display:grid;grid-template-columns:minmax(0,1fr) auto}.brand-name{font-weight:650;letter-spacing:-.075em;min-width:0;white-space:nowrap}.brand-emoji,.brand-name{font-size:var(--brand-heading-size);line-height:.82}.brand-emoji{display:block;justify-self:end}.brand-glyph{color:var(--foreground)}.brand-glyph.is-muted{color:var(--muted)}.brand-copy{margin-top:clamp(28px,5vw,56px);max-width:42rem}.brand-copy p{color:var(--muted);font-size:clamp(.95rem,1.45vw,1.22rem);letter-spacing:-.015em;line-height:1.55}.brand-copy p:first-child{color:var(--foreground)}@media (max-width:520px){.brand-landing{align-items:end;padding-bottom:max(32px,env(safe-area-inset-bottom))}.brand-copy{margin-top:32px}}