@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--color-text: #ffea76;--color-text-muted: #c5c5c5;--color-bg: #202020;--color-badge-bg: #c7c7c7;--color-badge-text: #4e4e4e;--color-border: #3b3b3b;--font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);color:var(--color-text);background:var(--color-bg);line-height:1.6;min-height:100vh}.landing{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:var(--space-md);text-align:center}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0)}.landing__logo{width:clamp(9rem,40vw,20rem);height:auto;display:block}.landing__tagline{font-size:1.125rem;font-weight:400;color:var(--color-text-muted);margin-top:var(--space-xs)}.landing__badge{display:inline-block;margin-top:var(--space-md);padding:.3rem 1rem;font-size:.8rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--color-badge-text);background:var(--color-badge-bg);border:1px solid var(--color-border);border-radius:999px}.landing__description{max-width:28rem;margin-top:var(--space-lg);font-size:1rem;color:var(--color-text-muted);line-height:1.7}@media(min-width:640px){.landing__tagline{font-size:1.25rem}}
