:root{--bg: #ffffff;--ink: #11181c;--muted: #6b7280;--line: #e6e6ea;--field: #fafafa;--brand: #0a84ff;--brand-press: #0072e6;--radius: 14px;--maxw: 1040px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, Helvetica, Arial, sans-serif;--stage: min(460px, (min(100vw, 1040px) - 120px) * .575)}*{box-sizing:border-box}html,body{margin:0}body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100dvh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}.split{flex:1;width:100%;max-width:var(--maxw);margin:0 auto;padding:48px 28px;display:grid;grid-template-columns:1.15fr .85fr;align-items:start;align-content:center;gap:64px}.site-head{width:100%;max-width:var(--maxw);margin:0 auto;padding:30px 28px 0}.wordmark{display:inline-flex;align-items:center;gap:9px;font-weight:800;font-size:26px;letter-spacing:-.5px}.mark{width:30px;height:30px;display:block}.hero{min-width:0}.hero .wordmark{margin-bottom:40px}.headline{margin:0;font-size:clamp(38px,5.5vw,56px);line-height:1.04;font-weight:800;letter-spacing:-1.6px;overflow-wrap:break-word}.type-line{display:block;min-height:2.1em;color:var(--brand)}.caret{font-weight:400;margin-left:2px;color:var(--brand);animation:blink 1.1s steps(1) infinite}.hero-stage .headline{font-size:clamp(24px,4.3vw,32px);line-height:1.12;letter-spacing:-.8px;color:#fff}.hero-stage .type-line{min-height:2.2em;color:#8fc2ff}.hero-stage .caret{color:#8fc2ff}@keyframes blink{50%{opacity:0}}.lede{margin:28px 0 0;max-width:30ch;font-size:19px;color:var(--muted);letter-spacing:-.2px}.hero-stage{position:relative;margin:0;width:var(--stage);aspect-ratio:1 / 1;border-radius:24px;overflow:hidden;background:var(--field);box-shadow:0 24px 48px -20px #11181c73,0 4px 12px -6px #11181c2e}.hero-stage-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-stage-media img,.hero-stage-media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .6s ease;will-change:opacity}.hero-stage-media img.is-active,.hero-stage-media video.is-active{opacity:1}.hero-stage-caption{position:absolute;left:0;right:0;bottom:0;padding:30px 24px 22px;background:linear-gradient(to top,#080c10d6,#080c1094 45%,#080c1000)}.hero-stage-caption .stores{margin-top:14px;gap:8px}.hero-stage-caption .stores-label{color:#ffffffc7}.hero-stage-caption .badge{border:1px solid rgba(255,255,255,.22)}.panel{min-width:0;display:flex;flex-direction:column;gap:14px}.card{border:1px solid var(--line);border-radius:var(--radius);padding:32px 28px;background:var(--bg)}.card-brand{font-size:22px;margin-bottom:22px}.card-brand .mark{width:26px;height:26px}.card-title{margin:0 0 8px;font-size:22px;font-weight:700;letter-spacing:-.4px}.card-sub{margin:0 0 20px;font-size:15px;color:var(--muted)}.auth{display:flex;flex-direction:column;gap:12px}.field{width:100%;padding:13px 14px;font-size:15px;font-family:inherit;color:var(--ink);background:var(--field);border:1px solid var(--line);border-radius:10px;outline:none;transition:border-color .15s,background .15s}.field::placeholder{color:#9aa1ab}.field:focus{border-color:var(--brand);background:var(--bg)}.btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 16px;font-size:15px;font-weight:700;font-family:inherit;border:none;border-radius:10px;cursor:pointer;transition:background .15s,opacity .15s}.btn-icon{width:18px;height:18px;flex:none}.btn-primary{color:#fff;background:var(--brand)}.btn-primary:hover{background:var(--brand-press)}.btn-secondary{color:var(--ink);background:var(--field);border:1px solid var(--line);font-weight:600}.btn-secondary:hover{background:#f0f0f3}.btn-apple{color:#fff;background:#000}.btn-apple:hover{background:#1a1a1a}.btn:disabled{opacity:.55;cursor:default}.divider{display:flex;align-items:center;gap:12px;margin:2px 0;color:var(--muted);font-size:13px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--line)}.login-row{margin:6px 0 0;text-align:center;font-size:14px;color:var(--muted)}.login-link{color:var(--brand);font-weight:600}.login-link:hover{text-decoration:underline}.status{margin:2px 0 0;min-height:19px;font-size:14px}.status.is-ok{color:#1a7f37}.status.is-error{color:#c0392b}.reassure{margin:0;padding-left:2px;font-size:13px;color:var(--muted)}#waitlistCard{min-height:var(--stage);display:flex;flex-direction:column}#waitlistCard>#wlJoin:not([hidden]),#waitlistCard>#wlJoined:not([hidden]){flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}.wl-share-label{display:block;margin:4px 0 8px;font-size:13px;font-weight:600;color:var(--ink)}.wl-share{display:flex;gap:8px}.wl-link{flex:1;min-width:0;font-size:13px;color:var(--muted)}.wl-copy{flex:none;width:46px;display:grid;place-items:center;color:#fff;background:var(--brand);border:none;border-radius:10px;cursor:pointer;transition:background .15s}.wl-copy:hover{background:var(--brand-press)}.wl-copy.is-done{background:#1a7f37}.wl-copy svg{width:18px;height:18px}.wl-social{display:flex;gap:10px;margin-top:14px}.wl-soc{flex:1;height:42px;display:grid;place-items:center;color:#fff;background:var(--brand);border-radius:999px;transition:opacity .12s,transform .12s}.wl-soc:hover{opacity:.88}.wl-soc:active{transform:scale(.96)}.wl-soc svg{width:20px;height:20px}.wl-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.wl-stat{padding:18px 16px;background:var(--field);border:1px solid var(--line);border-radius:12px}.wl-stat strong{display:block;font-size:34px;font-weight:800;letter-spacing:-1px;line-height:1;color:var(--brand)}.wl-stat span{display:block;margin-top:6px;font-size:13px;color:var(--muted)}.wl-nudge{margin:16px 0 0;padding:11px 14px;font-size:13.5px;color:var(--ink);background:#eaf4ff;border-radius:10px}.stores{margin-top:36px;display:flex;flex-direction:column;gap:10px}.stores-label{padding-left:2px;font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--muted)}.store-badges{display:flex;gap:10px;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;background:#000;color:#fff;border-radius:11px;transition:opacity .12s,transform .12s}.badge:hover{opacity:.86}.badge:active{transform:scale(.97)}.badge-glyph{width:24px;height:24px;flex:none}.badge-text{display:flex;flex-direction:column;line-height:1.05}.badge-text small{font-size:10px;font-weight:500;letter-spacing:.2px;opacity:.92}.badge-text strong{font-size:17px;font-weight:600;letter-spacing:-.2px}.site-footer{border-top:1px solid var(--line);padding:28px}.footer-links{max-width:var(--maxw);margin:0 auto;display:flex;flex-wrap:wrap;gap:8px 22px;justify-content:center}.footer-links a{font-size:13px;color:var(--muted)}.footer-links a:hover{color:var(--ink)}.copyright{margin:14px 0 0;text-align:center;font-size:13px;color:var(--muted)}@media (max-width: 800px){.split{grid-template-columns:1fr;gap:40px;padding:40px 22px;align-items:stretch}.hero .wordmark{margin-bottom:24px}.lede{font-size:17px}.badge{flex:1 1 160px;justify-content:center}.hero-stage{width:min(100%,460px)}#waitlistCard{min-height:0}}@media (prefers-reduced-motion: reduce){.caret{animation:none}.hero-stage-media img,.hero-stage-media video{transition:none}}.site-header{width:100%;max-width:var(--maxw);margin:0 auto;padding:22px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-nav{display:flex;align-items:center;gap:22px;font-size:15px;font-weight:600}.site-nav a{color:var(--muted)}.site-nav a:hover{color:var(--ink)}.site-nav .nav-cta{padding:8px 16px;color:#fff;background:var(--brand);border-radius:999px}.site-nav .nav-cta:hover{color:#fff;background:var(--brand-press)}.download{flex:1}.band{width:100%}.band--web{background:linear-gradient(180deg,#f3f8ff,#e9f3ff);border-block:1px solid #dcebff}.band--phone{background:var(--bg)}.band-inner{max-width:var(--maxw);margin:0 auto;padding:64px 28px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:56px}.band-title{margin:0;font-size:clamp(32px,4.6vw,48px);line-height:1.05;font-weight:800;letter-spacing:-1.4px}.band-lede{margin:20px 0 0;max-width:38ch;font-size:18px;color:var(--muted);letter-spacing:-.2px}.pill{margin-top:28px;display:inline-flex;align-items:center;gap:10px;padding:13px 22px;font-size:15px;font-weight:700;color:#fff;background:var(--ink);border-radius:999px;transition:background .15s,transform .12s}.pill:hover{background:#000}.pill:active{transform:scale(.98)}.pill-glyph{width:20px;height:20px;flex:none}.band-art{display:flex;justify-content:center}.browser{width:min(100%,440px);border-radius:16px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 30px 60px -28px #11181c66,0 6px 16px -8px #11181c2e}.browser-bar{display:flex;align-items:center;gap:14px;padding:11px 14px;background:#f6f7f9;border-bottom:1px solid var(--line)}.browser-dots{display:inline-flex;gap:6px;flex:none}.browser-dots i{width:11px;height:11px;border-radius:50%;background:#d7dade}.browser-url{flex:1;padding:5px 12px;font-size:12px;color:var(--muted);background:#fff;border-radius:999px;border:1px solid var(--line)}.browser-body{padding:20px 18px 22px;background:linear-gradient(180deg,#fbfdff,#f4f8fd);display:flex;flex-direction:column;gap:14px}.mock-bubble{align-self:flex-end;margin:0;max-width:80%;padding:11px 15px;font-size:14px;font-weight:500;color:#fff;background:var(--brand);border-radius:16px 16px 4px}.mock-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 8px 20px -14px #11181c4d}.mock-card-img{display:block;width:100%;height:168px;object-fit:cover;background:var(--field)}.mock-card-meta{display:flex;align-items:center;gap:12px;padding:12px 14px}.mock-card-text{display:flex;flex-direction:column;gap:2px;min-width:0}.mock-card-text strong{font-size:14px;font-weight:700;letter-spacing:-.2px}.mock-card-text span{font-size:12px;color:var(--muted)}.fit-chip{margin-left:auto;flex:none;padding:5px 10px;font-size:12px;font-weight:700;color:var(--brand);background:#eaf4ff;border-radius:999px}.phone-inner{grid-template-columns:auto 1fr;gap:64px}.qr{margin:0;display:flex;flex-direction:column;align-items:center;gap:16px}.qr-frame{position:relative;padding:18px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 48px -24px #11181c66}.qr-code{width:208px;height:208px}.qr-code svg{display:block;width:100%;height:100%}.qr-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;display:grid;place-items:center;background:#fff;border-radius:13px;box-shadow:0 0 0 5px #fff}.qr-logo .mark{width:34px;height:34px}.qr-cap{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--ink)}.qr-cap-glyph{width:18px;height:18px;color:var(--muted)}.coming-note{margin:14px 0 0;min-height:19px;font-size:13px;color:var(--muted)}.band--phone .stores{margin-top:26px}@media (max-width: 820px){.band-inner,.phone-inner{grid-template-columns:minmax(0,1fr);gap:40px;padding:48px 22px;text-align:center}.band-inner>*{min-width:0}.band-copy{order:2}.band-art,.qr{order:1}.band-lede{margin-inline:auto}}
