@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{color-scheme:light;--bg: #f0f6fc;--surface: #fff;--surface-2: #e1ebf5;--ink: #060d1e;--muted: rgba(6,13,30,.62);--line: #cbd5e1;--blue: #2563eb;--blue-bright: #4f80ff;--navy: #0e1a33;--amber: #ffa000}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--bg: #060d1e;--surface: #0e1a33;--surface-2: #1a2b4c;--ink: #f0f6fc;--muted: rgba(240,246,252,.62);--line: #1f335a;--blue: #4f80ff;--blue-bright: #82a6ff;--navy: #0e1a33}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:DM Sans,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.page-shell{max-width:1160px;margin:0 auto;padding-left:32px;padding-right:32px}.site-header{max-width:1224px;padding:26px 32px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;gap:10px;align-items:center;font:800 20px Manrope,sans-serif;letter-spacing:-.05em}.brand-logo{display:block;width:27px;height:27px;border-radius:8px;object-fit:cover;box-shadow:0 5px 20px #2563eb33}.brand-mark{width:27px;height:27px;border-radius:9px;background:var(--blue);display:inline-flex;align-items:end;justify-content:center;gap:2px;padding:6px;box-shadow:0 5px 20px #2563eb40}.brand-mark span{background:#fff;width:3px;border-radius:4px;display:block}.brand-mark span:nth-child(1){height:7px;opacity:.65}.brand-mark span:nth-child(2){height:12px}.brand-mark span:nth-child(3){height:9px;opacity:.8}.header-cta{color:var(--blue);font-size:14px;font-weight:700}.header-cta span,.button span{margin-left:7px;font-size:17px}.hero{min-height:650px;padding-top:100px;padding-bottom:105px;display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:70px}.eyebrow{color:var(--blue);text-transform:uppercase;font:700 11px Manrope,sans-serif;letter-spacing:.13em;margin:0 0 23px}.eyebrow-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--amber);margin:0 9px 1px 0}h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:-.065em;line-height:1.05;margin:0}h1{font-size:clamp(48px,6vw,78px);max-width:700px}h2{font-size:clamp(38px,5vw,60px)}em{color:var(--blue);font-style:normal}.hero-lede{color:var(--muted);font-size:18px;max-width:480px;margin:28px 0 31px}.button{border:0;border-radius:9px;padding:15px 20px;font:700 14px DM Sans,sans-serif;cursor:pointer;display:inline-block;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--blue);box-shadow:0 10px 25px #2563eb33}.button-primary:hover{box-shadow:0 14px 30px #2563eb4d}.microcopy{font-size:12px;color:var(--muted);margin-top:17px}.pronunciation{margin:16px 0 0;color:var(--muted);font-size:13px;letter-spacing:.01em}.pronunciation strong{color:var(--ink);font-weight:700}.pronunciation span{margin-left:5px}.hero-visual{position:relative;min-height:460px;display:grid;place-items:center}.glow{position:absolute;width:390px;height:390px;border-radius:50%;background:var(--blue);opacity:.1;filter:blur(60px)}.phone{width:276px;height:500px;background:var(--surface);border:7px solid var(--navy);border-radius:38px;box-shadow:0 30px 70px #060d1e40,0 0 0 1px var(--line);padding:15px 13px 12px;position:relative;overflow:hidden;transform:rotate(3deg)}.phone:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:84px;height:21px;background:var(--navy);border-radius:0 0 14px 14px}.phone-bar{font-size:9px;display:flex;justify-content:space-between;padding:1px 6px 25px}.phone-status{color:var(--muted);letter-spacing:2px}.app-heading{display:flex;justify-content:space-between;align-items:center;font:800 18px Manrope;letter-spacing:-.06em;padding:0 4px 18px}.app-avatar{display:grid;place-items:center;font:700 10px DM Sans;color:#fff;width:25px;height:25px;border-radius:50%;background:var(--blue)}.app-search{border:1px solid var(--line);border-radius:7px;padding:7px 9px;color:var(--muted);font-size:9px;margin-bottom:12px}.app-search span{font-size:16px;vertical-align:-2px;margin-right:6px}.code-card{border:1px solid var(--line);border-radius:9px;padding:11px 11px 9px;margin:8px 0}.code-card.featured{border-color:var(--blue);background:color-mix(in srgb,var(--blue) 6%,var(--surface))}.code-meta{display:flex;align-items:center;gap:7px;font-size:9px;font-weight:600}.account-dot{display:grid;place-items:center;width:19px;height:19px;color:#fff;font-size:8px;border-radius:5px}.blue{background:#4285f4}.orange{background:#f27621}.purple{background:#6e40c9}.more{margin-left:auto;color:var(--muted);letter-spacing:1px}.code-card strong{font:800 23px Manrope;letter-spacing:.06em;display:block;margin:11px 0 5px}.timer{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:8px}.timer span{height:3px;width:76%;background:var(--blue);border-radius:4px}.timer small{font-size:8px;margin-left:5px}.phone-nav{position:absolute;bottom:12px;left:18px;right:18px;border-top:1px solid var(--line);padding-top:10px;display:flex;justify-content:space-around;color:var(--blue);text-align:center;font-size:15px}.phone-nav small{display:block;font-size:7px;color:var(--muted)}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font:600 11px Manrope;text-transform:uppercase;letter-spacing:.09em}.trust-line{height:1px;background:var(--line);width:14%}.feature-section{padding-top:145px;padding-bottom:145px}.section-intro{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:30px;align-items:start}.section-intro .eyebrow{padding-top:10px}.section-intro>p:last-child{color:var(--muted);font-size:15px;margin:10px 0 0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:85px}.feature-card{border-top:1px solid var(--line);padding:22px 7px 0}.feature-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:58px}.feature-number{font:700 12px Manrope;color:var(--blue)}.feature-top svg{width:26px;height:26px;fill:none;stroke:var(--blue);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{font-size:21px;letter-spacing:-.04em}.feature-card p{color:var(--muted);font-size:14px;margin:13px 0 0;max-width:290px}.statement-section{background:var(--navy);color:#f0f6fc}.statement{padding-top:100px;padding-bottom:105px}.quote-mark{display:block;color:var(--blue-bright);font:700 68px Georgia;height:52px}.statement blockquote{font:700 clamp(32px,4.5vw,56px)/1.12 "Manrope";letter-spacing:-.06em;margin:10px 0 28px}.statement p{color:#f0f6fc99;font-size:15px;margin:0}.waitlist-section{padding-top:120px;padding-bottom:120px}.waitlist-card{background:var(--surface-2);border-radius:16px;padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.waitlist-card h2{font-size:clamp(34px,4vw,51px)}.waitlist-card>div>p:last-child{color:var(--muted);font-size:14px;max-width:390px;margin:22px 0 0}.waitlist-card form{align-self:end}.waitlist-card label{font-size:12px;font-weight:700;display:block;margin-bottom:9px}.input-row{display:flex;gap:8px}.input-row input{min-width:0;flex:1;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:8px;padding:14px;font:14px DM Sans;outline:none}.input-row input:focus{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 20%,transparent)}.form-status{min-height:21px;font-size:12px;color:var(--blue);margin:10px 0 0}.button:disabled{opacity:.7;cursor:default;transform:none}.site-footer{max-width:1160px;margin:auto;padding:32px;border-top:1px solid var(--line)}.footer-top{display:flex;justify-content:space-between;gap:30px}.footer-note{color:var(--muted);font-size:12px;margin:15px 0}.legal-nav{display:flex;gap:26px;align-items:center;font-size:12px;color:var(--muted)}.legal-nav a:hover{color:var(--blue)}.footer-bottom{border-top:1px solid var(--line);margin-top:40px;padding-top:18px;color:var(--muted);display:flex;justify-content:space-between;font-size:11px}.legal-page{max-width:900px;padding-top:90px;padding-bottom:110px}.legal-page h1{font-size:clamp(48px,7vw,76px)}.legal-updated{color:var(--muted);font-size:12px;margin:22px 0 75px}.legal-content{max-width:700px;margin-left:auto;margin-right:auto}.legal-content p{color:var(--muted);font-size:15px;margin:0 0 30px}.legal-content h2{font-size:23px;margin:49px 0 14px;letter-spacing:-.04em}.legal-content a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}@media(max-width:800px){.hero{grid-template-columns:1fr;padding-top:70px;gap:30px}.hero-visual{min-height:500px}.section-intro{grid-template-columns:1fr;gap:18px}.section-intro .eyebrow{padding-top:0}.feature-grid{margin-top:55px}.waitlist-card{grid-template-columns:1fr;gap:40px;padding:38px 28px}}@media(max-width:560px){.page-shell{padding-left:20px;padding-right:20px}.site-header{padding:20px}.header-cta{font-size:12px}.hero{padding-top:55px;padding-bottom:70px}.hero-lede{font-size:16px}.hero-visual{min-height:480px;transform:scale(.9);margin:-25px 0}.trust-inner{padding-top:20px;padding-bottom:20px;display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:9px}.trust-line{display:none}.feature-section{padding-top:90px;padding-bottom:90px}.feature-grid{grid-template-columns:1fr;gap:45px}.feature-top{margin-bottom:30px}.statement{padding-top:72px;padding-bottom:75px}.waitlist-section{padding-top:70px;padding-bottom:70px}.input-row{display:block}.input-row .button{margin-top:9px;width:100%}.footer-top,.footer-bottom{display:block}.legal-nav{margin-top:28px;gap:15px}.footer-bottom span{display:block;margin-top:6px}.legal-page{padding-top:60px;padding-bottom:70px}.legal-updated{margin-bottom:52px}}.phone{background:#060d1e;color:#f0f6fc;border-color:#020711;padding:15px 12px 16px}.phone-bar{color:#f0f6fc;padding-bottom:22px;font-size:8px;font-weight:600}.phone-status{color:#f0f6fc;letter-spacing:1px}.app-heading{font-size:19px;padding:0 3px 18px;color:#4f80ff}.app-heading .app-icon{width:24px;padding:0;border:0;background:transparent;color:#f0f6fc;font-size:16px;line-height:24px}.filter-row{display:flex;gap:6px;margin:0 2px 13px;overflow:hidden;white-space:nowrap}.filter-pill{border:1px solid #1f335a;border-radius:99px;padding:7px 11px;color:#f0f6fc;background:#0e1a33;font-size:8px;font-weight:700}.filter-pill.selected{background:#2563eb;border-color:#4f80ff}.phone .code-card{border:0;background:#1a2b4c;border-radius:15px;padding:14px 13px 11px;margin:0 1px 10px;box-shadow:none}.phone .code-card.featured{border:0;background:#1a2b4c}.phone .ghost-card{background:#0e1a33;opacity:.72}.phone .code-meta{gap:8px;font-size:9px}.phone .code-meta>div{display:flex;flex-direction:column;gap:1px}.phone .code-meta b{font-size:9px;line-height:1.1}.phone .code-meta small{color:#f0f6fc99;font-size:7px;line-height:1.1}.phone .account-dot{width:27px;height:27px;border-radius:50%;font-size:13px;background:#f0f6fc;color:#2563eb}.phone .account-dot.orange{color:#f27621}.phone .star{margin-left:auto;color:#ffb300;font-size:16px}.code-actions{display:flex;justify-content:space-between;align-items:end;margin-top:17px}.phone .code-actions strong{color:#82a6ff;font-size:24px;letter-spacing:.06em;margin:0}.code-actions span{color:#f0f6fc;font-size:8px;font-weight:700}.phone .timer{margin-top:7px}.phone .timer span{height:4px;width:78%;background:#4f80ff}.phone .timer small{color:#f0f6fc;font-size:8px}.phone .expressive span{border-radius:99px;box-shadow:0 0 5px #4f80ffb3}.phone-bottom{position:absolute;bottom:28px;left:17px;right:17px;display:flex;align-items:center;gap:8px}.phone-fab{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#4f80ff;box-shadow:0 4px 12px #00000040;font-size:17px}.phone-search{flex:1;height:38px;padding:10px 13px;border-radius:99px;color:#f0f6fc;background:#2563eb;font-size:9px;font-weight:600;box-shadow:0 4px 16px #0003}.phone-search span{color:#dbe7ff;font-size:18px;vertical-align:-2px;margin-right:5px}.gesture-bar{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:60px;height:3px;border-radius:99px;background:#f0f6fc}.phone-status{display:inline-flex;align-items:center;gap:3px}.phone-status i{display:block;width:3px;height:7px;border-radius:2px;background:#f0f6fc}.phone-status i:nth-child(2){height:10px}.phone-status i:nth-child(3){height:13px}.phone .app-icon{display:grid;place-items:center;cursor:default}.phone .app-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.phone .app-heading>span{position:relative;left:2px}.phone .code-actions span{display:inline-flex;align-items:center;gap:4px}.phone .code-actions svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.phone-fab svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linejoin:round}.phone-search svg{width:16px;height:16px;vertical-align:-4px;fill:none;stroke:#dbe7ff;stroke-width:1.7;stroke-linecap:round;margin-right:5px}.phone .compact-card{padding:10px 13px 8px;margin-bottom:8px;border-radius:14px;background:#0e1a33}.phone .compact-card .code-actions{margin-top:10px}.phone .compact-card .code-actions strong{font-size:17px}.phone .compact-card .timer{margin-top:4px}.phone .compact-card .account-dot{font-size:8px}.phone .github{background:#f0f6fc;color:#060d1e}.phone .microsoft{background:#7aa7ff;color:#060d1e}.input-row input.input-error{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f29}.input-row input.input-error:focus{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f38}.form-status.error{color:#d32f2f}@media(prefers-color-scheme:dark){.input-row input.input-error{border-color:#ef5350;box-shadow:0 0 0 3px #ef53502e}.input-row input.input-error:focus{border-color:#ef5350;box-shadow:0 0 0 3px #ef53503d}.form-status.error{color:#ef5350}}
