*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--rose-primary: #e0626f;--rose-light: #f1a9a9;--rose-bg: #fdf2f2;--rose-dark: #c4505c;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-900: #111827}@media(prefers-color-scheme:dark){:root{--rose-primary: #e8737f;--rose-light: rgba(232, 115, 127, .25);--rose-bg: rgba(232, 115, 127, .15);--rose-dark: #f09aa3;--gray-50: #1a1a2e;--gray-100: #252540;--gray-300: #4a4a6a;--gray-400: #8888a8;--gray-500: #a0a0bc;--gray-900: #eeeef5;--color-success: #34d399;--color-error: #f87171}}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--gray-900);background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){body{background:#121220}}.page{display:flex;flex-direction:column;align-items:center;min-height:100vh}.hero{display:flex;flex-direction:column;align-items:center;padding:6rem 1.5rem 4rem;width:100%}.icon-wrapper{background:var(--rose-bg);border-radius:1.5rem;padding:1rem;margin-bottom:1.5rem}.icon-wrapper img{width:96px;height:96px;border-radius:1rem;display:block}.hero h1{font-size:2.75rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.75rem}.hero .tagline{font-size:1.125rem;color:var(--gray-500);text-align:center;max-width:28rem;line-height:1.6;margin-bottom:2.5rem}.waitlist-form{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:22rem}.waitlist-form .input-row{display:flex;gap:.5rem}.waitlist-form input{flex:1;border:1px solid var(--gray-300);border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s;background:inherit;color:inherit}.waitlist-form input:focus{border-color:var(--rose-primary);box-shadow:0 0 0 2px var(--rose-light)}.waitlist-form input:disabled{opacity:.5}.waitlist-form button{background:var(--rose-primary);color:#fff;border:none;border-radius:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background-color .15s;white-space:nowrap}.waitlist-form button:hover{background:var(--rose-dark)}.waitlist-form button:disabled{opacity:.5;cursor:default}.waitlist-form .message{font-size:.875rem}.waitlist-form .message.success{color:var(--color-success, #059669)}.waitlist-form .message.error{color:var(--color-error, #dc2626)}.features{width:100%;border-top:1px solid var(--gray-100);background:var(--gray-50);padding:5rem 1.5rem}.features-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:48rem;margin:0 auto}@media(min-width:640px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.feature p{font-size:.875rem;line-height:1.6;color:var(--gray-500)}.footer{width:100%;border-top:1px solid var(--gray-100);padding:1rem 1.5rem;text-align:center}.footer p{font-size:.75rem;color:var(--gray-400)}@media(max-width:480px){.hero h1{font-size:2rem}}
