@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--color-background: #0f0c12;--color-foreground: #e3dce6;--color-logo-hex: #4b3550;--color-logo-polygon: #a475af;--color-link: #d8b4fe;--color-muted: #888;--color-secondary: #eee;--font-body: "Inter", sans-serif}body{margin:0;min-height:100vh;background:var(--color-background);color:var(--color-foreground);font-family:var(--font-body);display:flex;justify-content:center}#root{width:100%}.landing{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:2rem 1rem 5.5rem;box-sizing:border-box}.hero{position:relative;width:100%;max-width:980px;min-height:70vh;display:grid;place-items:center}.logo-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:.2}.hero-logo{width:min(80vmin,600px);height:min(80vmin,600px)}.hero-copy{z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;max-width:100%}.brand-name{margin:0;font-size:2.5rem;font-weight:500;letter-spacing:-.02em;line-height:1}.tagline{margin:0;font-size:clamp(1.3rem,2.6vw,2.05rem);font-weight:500;letter-spacing:-.02em}.launching{margin:0;padding-top:20px;font-size:1rem;letter-spacing:.3em;text-transform:uppercase;color:var(--color-secondary);font-weight:500}.footer{position:absolute;bottom:2.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.74rem;color:var(--color-muted);letter-spacing:.02em}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.15em;font-weight:500}.copyright-line{display:flex;justify-content:center;align-items:center;gap:.5rem}.footer a{color:var(--color-link);text-decoration:none;transition:opacity .2s}.footer a:hover{opacity:.8}@media(max-width:640px){.hero{min-height:60vh}.eyebrow,.footer{font-size:.65rem}}.prototype-container{min-height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem 1rem 3rem;box-sizing:border-box}.prototype-logo-block{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.prototype-logo{display:block}.prototype-intro{font-size:.9rem;letter-spacing:.04em;text-transform:lowercase;color:#111}.prototype-wordmark{margin:0;font-size:1rem;letter-spacing:.08em;text-transform:lowercase;color:#111}.prototype-top-text{margin:0 0 -5rem}.prototype-bottom-text{margin:-5rem 0 0}.prototype-inline-link{color:inherit;text-decoration:none;transition:color .2s ease}.prototype-inline-link:hover{color:#8fcfff}.prototype-footer{position:absolute;bottom:1.35rem;display:flex;align-items:center;justify-content:center;gap:.45rem;font-size:.74rem;letter-spacing:.03em;color:#6f6f6f;text-transform:lowercase}.prototype-footer a{color:inherit;text-decoration:none}.prototype-footer a:hover{opacity:.8}.prototype-iseehear-link:hover{color:#ff8a00}.prototype-divider{opacity:.8}
