:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg-primary: #000000;--bg-card: #111111;--text-primary: #ffffff;--text-secondary: #888888;--text-muted: #555555;--accent: #ffffff;--accent-hover: #e0e0e0;--border: #333333;--success: #ffffff}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6}.container{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:600px;width:100%}h1{font-family:JetBrains Mono,monospace;font-size:clamp(3rem,8vw,5rem);font-weight:300;line-height:1;margin-bottom:2rem;letter-spacing:-.03em}.quote{font-size:clamp(1rem,2.5vw,1.1rem);font-style:italic;color:var(--text-secondary);margin-bottom:2rem;max-width:400px;font-weight:300;letter-spacing:.01em}.hero-description{font-size:clamp(1rem,2.5vw,1.125rem);color:var(--text-secondary);max-width:500px;margin-bottom:1.5rem;font-weight:400}.price{font-family:JetBrains Mono,monospace;font-size:1.25rem;color:var(--text-primary);margin-bottom:2.5rem;font-weight:400}.waitlist-form{display:flex;gap:.75rem;width:100%;max-width:400px}.waitlist-form input{flex:1;min-width:0;padding:.875rem 1.25rem;background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--text-primary);font-size:.95rem;outline:none;transition:border-color .2s}.waitlist-form input::placeholder{color:var(--text-muted)}.waitlist-form input:focus{border-color:var(--text-secondary)}.btn-primary{padding:.875rem 1.5rem;background:var(--accent);color:var(--bg-primary);border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s,transform .1s;white-space:nowrap}.btn-primary:hover{background:var(--accent-hover)}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.waitlist-form input:disabled{opacity:.5;cursor:not-allowed}.success-message{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--text-primary);font-size:.95rem}.brand{position:absolute;bottom:2rem;right:2rem;font-size:.75rem;color:var(--text-muted);letter-spacing:.05em;text-transform:lowercase}@media (max-width: 480px){.waitlist-form{flex-direction:column}.btn-primary{width:100%}.brand{position:static;margin-top:3rem;text-align:center}.hero{padding-bottom:2rem}}
