@font-face{font-family:Manrope;font-style:normal;font-weight:400 800;font-display:swap;src:url(/fonts/manrope-v20-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--header-rail-height: 34px;--header-main-height: 72px;--header-height: calc(var(--header-rail-height) + var(--header-main-height));--header-current-height: var(--header-height);--bg: #ffffff;--bg-strong: #ffffff;--surface: #ffffff;--surface-2: #fafafa;--ink: #0f0f0f;--ink-muted: #5f5f5f;--ink-soft: #3f3f3f;--line: #eaeaea;--line-strong: #dddddd;--brand-green: #17c964;--brand-blue: #2e8bff;--brand-coral: #ff4f81;--brand-amber: #f6b73c;--gradient-hero: none;--color-bg: var(--bg);--color-surface: var(--surface);--color-primary: var(--brand-blue);--color-primary-light: #74b4ff;--color-pink: var(--brand-coral);--color-accent: var(--brand-amber);--color-border: var(--line);--color-glass: color-mix(in srgb, var(--surface) 82%, transparent);--color-glass-border: var(--line-strong);--color-text: var(--ink);--color-text-secondary: var(--ink-muted);--color-text-muted: #8a8a8a}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100%}html{scroll-behavior:smooth}body{font-family:Manrope,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink);line-height:1.65;letter-spacing:-.011em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.landing-section{width:100%;padding-block:clamp(2.7rem,7vw,5.8rem)}.landing-container{width:100%;max-width:1160px;margin:0 auto;padding-inline:clamp(1rem,3vw,2rem)}.app-main{min-height:calc(100vh - var(--header-height));padding-top:var(--header-height)}.route-loader{min-height:calc(100vh - var(--header-height));display:grid;place-items:center;padding-top:var(--header-height)}.route-loader-spinner{width:36px;height:36px;border-radius:999px;border:3px solid rgba(236,244,248,.22);border-top-color:var(--brand-green)}.section-kicker{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;color:var(--ink-muted);font-weight:500;margin-bottom:.9rem}.section-title{font-family:Manrope,system-ui,sans-serif;font-size:clamp(1.65rem,3.4vw,2.9rem);line-height:1.13;letter-spacing:-.03em;margin-bottom:1.35rem}.glass-panel{background:var(--color-glass);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--color-glass-border);border-radius:20px}.text-gradient{color:var(--ink)}.nav-root{position:fixed;top:0;left:0;right:0;z-index:120;border-bottom:1px solid transparent;transition:border-color .22s ease}.nav-root--scrolled{border-bottom-color:var(--line)}.nav-root--condensed .suite-rail{margin-top:calc(-1 * var(--header-rail-height));opacity:0;visibility:hidden;pointer-events:none}.nav-root--condensed .primary-nav{height:58px}@media (prefers-reduced-motion: reduce){.suite-rail,.primary-nav,.rw-reading-progress{transition:none!important}}.suite-rail{height:var(--header-rail-height);margin-top:0;transition:margin-top .25s ease,opacity .2s ease,visibility .25s;display:flex;align-items:center;background:#fff;border-bottom:1px solid var(--line)}.suite-rail-shell{display:flex;align-items:center;justify-content:space-between;gap:1rem}.suite-rail-nav{display:inline-flex;align-items:center;gap:.65rem}.suite-rail-link{font-size:.83rem;text-transform:lowercase;color:var(--ink-muted);position:relative;font-weight:600}.suite-rail-link:after{content:"•";margin-left:.65rem;color:var(--line)}.suite-rail-link:last-child:after{display:none}.suite-rail-label{position:relative;display:inline-block}.suite-rail-underline{position:absolute;left:0;right:0;bottom:-3px;height:1px;background:var(--ink)}.suite-rail-link:hover,.suite-rail-link--current{color:var(--ink)}.suite-rail-tagline{font-size:.74rem;color:var(--ink-muted);letter-spacing:.02em}.primary-nav{height:var(--header-main-height);transition:height .25s ease;display:flex;align-items:center;background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-shell{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-brand-link{display:inline-flex;align-items:center;gap:.7rem;color:var(--ink)}.nav-logo{width:31px;height:31px}.nav-brand-text{font-family:Manrope,system-ui,sans-serif;font-weight:700;letter-spacing:-.01em}.nav-desktop{display:inline-flex;align-items:center;gap:1.2rem}.nav-products{position:relative}.nav-link{color:var(--ink-muted);font-size:.95rem;font-weight:600}.nav-link:hover{color:var(--ink)}.nav-button{display:inline-flex;align-items:center;gap:.35rem;border:none;background:transparent;cursor:pointer}.nav-chevron{transition:transform .2s ease}.nav-chevron.open{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(100% + .8rem);right:0;min-width:360px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:.52rem;box-shadow:0 12px 32px #00000014}.nav-dropdown-item{display:flex;align-items:center;gap:.72rem;padding:.7rem;border-radius:10px;color:var(--ink)}.nav-dropdown-item:hover,.nav-dropdown-item:focus-visible{background:#f5f5f5;outline:none}.nav-dropdown-icon{width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.nav-dropdown-name{display:block;font-size:.93rem;font-weight:700;color:var(--ink)}.nav-dropdown-tagline{display:block;font-size:.77rem;color:var(--ink-muted)}.nav-primary-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:.56rem .95rem;background:#111;color:#fff;font-weight:600;font-size:.84rem;white-space:nowrap}.nav-primary-cta{position:relative;transition:transform .15s ease}.nav-primary-cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px solid rgba(17,17,17,.35);opacity:0;pointer-events:none}.nav-primary-cta:hover:after{animation:rw-ring .6s ease-out 1 forwards}.nav-primary-cta:hover{transform:translateY(-1px)}.nav-primary-cta:active{transform:scale(.98)}.nav-mobile-toggle{display:none;border:1px solid var(--line);background:#fafafa;width:40px;height:40px;border-radius:10px;color:var(--ink);align-items:center;justify-content:center;cursor:pointer}.mobile-nav-overlay{position:fixed;top:var(--header-current-height);left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--line);z-index:90;overflow-y:auto}.mobile-nav-content{max-width:620px;margin:0 auto;padding:1.2rem 1rem 2.2rem;display:flex;flex-direction:column;gap:.6rem}.mobile-suite-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-bottom:.4rem}.mobile-suite-link{border:1px solid var(--line);background:#fafafa;border-radius:9px;padding:.7rem;font-size:.9rem;font-weight:700;text-transform:lowercase;color:var(--ink);text-align:center}.mobile-suite-link--current{border-color:var(--line-strong);color:var(--ink)}.mobile-nav-link,.mobile-nav-products-toggle{width:100%;text-align:left;padding:.95rem;border-radius:10px;color:var(--ink);font-weight:600;border:1px solid var(--line);background:#fafafa}.mobile-nav-products-toggle{display:inline-flex;align-items:center;justify-content:space-between;cursor:pointer}.mobile-nav-products-list{padding:.3rem;border-radius:10px;background:#fafafa;border:1px solid var(--line)}.mobile-nav-product-link{display:flex;align-items:center;gap:.65rem;padding:.68rem;border-radius:8px;color:var(--ink)}.mobile-nav-product-link:hover{background:#f5f5f5}.mobile-nav-product-icon{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-nav-product-name{display:block;font-size:.9rem;font-weight:700}.mobile-nav-product-tagline{display:block;font-size:.77rem;color:var(--ink-muted)}.mobile-nav-primary-cta{margin-top:.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:.85rem;background:#111;color:#fff;font-weight:800}.home-hero{padding-top:clamp(2.2rem,5vw,4.2rem)}.home-hero--kinetic{position:relative;overflow:clip}.home-hero--kinetic:before{content:"";position:absolute;inset:-120px -60px auto;height:540px;background:var(--gradient-hero);filter:blur(74px);pointer-events:none;opacity:.9}.home-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,470px);align-items:center;gap:clamp(1.4rem,3vw,3rem)}.home-hero-copy{position:relative;z-index:1}.home-kicker{display:inline-flex;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-muted);font-weight:500;margin-bottom:.85rem}.home-hero-title{font-family:Manrope,system-ui,sans-serif;font-size:clamp(2.3rem,7.1vw,4.8rem);line-height:.98;letter-spacing:-.04em;max-width:10.6ch;color:var(--ink)}.home-hero-brand-line{margin-top:1.2rem;font-size:clamp(1rem,2.4vw,1.37rem);color:var(--ink-muted);font-weight:700}.home-hero-subtitle{margin-top:.9rem;font-size:clamp(1rem,2.1vw,1.2rem);color:var(--ink-muted);max-width:58ch}.home-hero-actions{margin-top:1.35rem;display:flex;flex-wrap:wrap;align-items:center;gap:.7rem}.home-hero-cta{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:10px;padding:.82rem 1.2rem;font-weight:600;font-size:.92rem;letter-spacing:-.01em;border:1px solid transparent}.home-hero-cta--primary{background:#111;color:#fff}.home-hero-cta--primary{position:relative;transition:transform .15s ease}.home-hero-cta--primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px solid rgba(17,17,17,.35);opacity:0;pointer-events:none}.home-hero-cta--primary:hover{transform:translateY(-1px)}.home-hero-cta--primary:hover:after{animation:rw-ring .6s ease-out 1 forwards}.home-hero-cta--primary:active{transform:scale(.98)}.home-final-cta-shell .home-hero-cta--primary:after{border-color:#ffffff73}.home-hero-cta--ghost{border-color:var(--line-strong);color:var(--ink);background:#fafafa}.home-hero-cta--ghost:hover{background:#f5f5f5;color:var(--ink)}.home-hero-visual{min-height:320px;border-radius:24px;border:1px solid var(--line);background:#fafafa;padding:1.2rem}.home-status-panel{height:100%;border-radius:16px;border:1px solid var(--line);background:#fff;padding:1rem}.home-status-title{font-family:Manrope,system-ui,sans-serif;font-size:1.2rem;font-weight:700;color:var(--ink)}.home-status-subtitle{margin-top:.3rem;color:var(--ink-muted);font-size:.9rem}.home-status-list{list-style:none;margin-top:1rem;display:grid;gap:.65rem}.home-status-item{display:flex;align-items:center;justify-content:space-between;gap:.8rem;border-radius:12px;border:1px solid var(--line);background:#fafafa;padding:.8rem}.home-status-name{color:var(--ink);font-weight:700;line-height:1.2}.home-status-tagline{margin-top:.18rem;color:var(--ink-muted);font-size:.83rem;line-height:1.3}.home-status-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(21,184,127,.35);background:#ecfdf5;color:#0e9268;min-width:84px;padding:.28rem .62rem;font-size:.75rem;font-weight:800}.home-status-link:hover{border-color:#15b87f8c;color:#0a7a56}.home-status-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--line);color:var(--ink-muted);min-width:84px;white-space:nowrap;flex-shrink:0;padding:.28rem .62rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.home-proof-strip{padding-top:.5rem;padding-bottom:.5rem}.home-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.home-proof-item{border:1px solid var(--line);background:#fafafa;border-radius:14px;padding:1rem}.home-proof-value{font-family:Manrope,system-ui,sans-serif;font-size:clamp(1.5rem,4vw,2.2rem);line-height:1;color:var(--ink);margin-bottom:.42rem}.home-proof-label{color:var(--ink-muted);font-size:.88rem}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-card{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid var(--line)}.product-card-icon{width:48px;height:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.95rem}.product-card-audience{font-size:.78rem;color:#8ea4b0;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:.7rem}.product-card-name{font-family:Manrope,system-ui,sans-serif;font-size:1.28rem;font-weight:700;margin-bottom:.35rem;color:var(--ink)}.product-card-tagline{color:var(--ink);font-weight:600;margin-bottom:.64rem}.product-card-scenario{color:var(--ink);font-style:italic;margin-bottom:.5rem}.product-card-description{color:var(--ink-muted)}.product-card-footer{margin-top:auto;padding-top:1.15rem;display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.product-status-pill{display:inline-flex;align-items:center;padding:.34rem .72rem;border-radius:999px;font-size:.73rem;color:var(--ink-muted);border:1px solid var(--line);background:var(--line)}.product-live-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--ink);font-weight:700}.product-live-link:hover{color:#4f46e5}.beta-signup-form{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.beta-signup-input{flex:1;min-width:160px;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:.82rem;outline:none;transition:border-color .15s,box-shadow .15s}.beta-signup-input:focus{border-color:var(--line-strong)}.beta-signup-input::placeholder{color:#9a9a9a}.beta-signup-button{padding:.5rem 1rem;border-radius:8px;border:none;background:#111;color:#fff;font-size:.82rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:background .15s;white-space:nowrap}.beta-signup-button:hover{background:#2b2b2b}.beta-signup-button:disabled{opacity:.6;cursor:not-allowed}.beta-signup-error{width:100%;color:#dc2626;font-size:.75rem;margin-top:.25rem}.beta-signup-success{display:flex;align-items:center;gap:.5rem;color:#15b87f;font-size:.85rem;margin-top:.75rem}.beta-signup-position{color:#8a8a8a;font-size:.75rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-why{padding-top:clamp(2.2rem,4vw,3.2rem)}.home-why-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,330px);gap:1rem;border-radius:22px;border:1px solid var(--line);background:#fff;padding:clamp(1.4rem,3vw,2.3rem)}.home-why-copy{color:var(--ink-muted);max-width:66ch}.home-why-link{margin-top:.95rem;display:inline-flex;align-items:center;gap:.35rem;font-weight:700;color:var(--ink)}.home-why-highlight{border:1px solid var(--line);background:#fafafa;border-radius:16px;padding:1rem}.home-why-highlight-icon{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fef3c7;color:#b45309;margin-bottom:.7rem}.home-why-highlight h3{font-family:Manrope,system-ui,sans-serif;margin-bottom:.58rem}.home-why-highlight p{color:var(--ink-muted);font-size:.94rem}.home-final-cta{padding-top:clamp(2.5rem,5vw,4.5rem)}.home-final-cta-shell{border-radius:24px;border:1px solid #0f0f0f;background:#0f0f0f;color:#fff;padding:clamp(1.6rem,4vw,2.8rem);text-align:center}.home-final-cta-copy{max-width:55ch;margin:0 auto;color:#d9d9d9}.home-final-cta-actions{margin-top:1.1rem;display:flex;justify-content:center;gap:.7rem;flex-wrap:wrap}.footer-root{border-top:1px solid var(--line);padding-top:clamp(2rem,5vw,3.2rem);padding-bottom:2rem}.footer-main{margin-bottom:clamp(1.4rem,4vw,2.5rem)}.footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:clamp(1.2rem,3vw,2.6rem)}.footer-brand-link{display:flex;align-items:center;gap:.42rem;color:var(--ink);margin-bottom:.9rem}.footer-brand{font-family:Manrope,system-ui,sans-serif;font-size:1.08rem;font-weight:700}.footer-brand-dotcom{font-size:.35rem;font-weight:700;color:#9a9a9a;writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.02em;margin-left:-.33rem;align-self:flex-end;margin-bottom:calc(.27rem + 1px)}.footer-description{font-size:.9rem;color:var(--ink-muted);line-height:1.6;margin-bottom:1rem}.footer-socials{display:flex;gap:.7rem}.footer-social-link{width:36px;height:36px;border-radius:9px;border:1px solid var(--line);background:#fafafa;display:flex;align-items:center;justify-content:center;color:var(--ink-muted)}.footer-social-link:hover{color:var(--ink);border-color:var(--line)}.footer-heading{color:var(--ink);font-size:.88rem;font-weight:700;margin-bottom:.84rem}.footer-list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-link{color:var(--ink-muted);font-size:.88rem}.footer-link:hover{color:var(--ink)}.footer-link-button{background:none;border:none;cursor:pointer;padding:0}.footer-contact-link{display:flex;align-items:center;gap:.5rem;margin-bottom:.7rem}.footer-bottom{padding-top:clamp(.9rem,2vw,1.6rem);border-top:1px solid var(--line);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.footer-bottom-copy{font-size:.8rem;color:#708490}.footer-logo{width:28px;height:28px}.placeholder-shell,.not-found-shell{min-height:clamp(280px,55vh,500px);display:grid;place-content:center;text-align:center;gap:.5rem}.blog-content,.blog-content p,.blog-content li,.blog-content blockquote{color:var(--ink-soft)}.legal-grid{gap:.9rem}.legal-section{border:1px solid var(--line);border-radius:12px}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}@media (max-width: 1180px){.suite-rail-tagline{display:none}.home-hero-grid{grid-template-columns:1fr}.home-hero-visual{min-height:310px}}@media (max-width: 1024px){.products-grid,.home-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem}.footer-grid>div:first-child{grid-column:span 3;margin-bottom:.7rem}.nav-desktop{gap:.9rem}}@media (max-width: 900px){.nav-desktop{display:none}.nav-mobile-toggle{display:inline-flex}.home-why-shell{grid-template-columns:1fr}}@media (max-width: 700px){:root{--header-rail-height: 32px;--header-main-height: 66px}.products-grid,.home-proof-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:1.4rem}.footer-grid>div:first-child{grid-column:span 2}.home-hero-title{max-width:12ch}.mobile-suite-links{grid-template-columns:1fr}}@media (max-width: 480px){.landing-section{padding-block:2.4rem}.home-hero{padding-top:2.1rem}.home-hero-cta{width:100%}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.spin{animation:none!important}}.home-final-cta-shell .section-title{color:#fff}.home-final-cta-shell .section-kicker{color:#a3a3a3}.home-final-cta-shell .home-hero-cta--primary{background:#fff;color:#111}.home-final-cta-shell .home-hero-cta--ghost{border-color:#ffffff47;color:#fff;background:transparent}.home-final-cta-shell .home-hero-cta--ghost:hover{background:#ffffff14;color:#fff}.home-hero-cta svg,.home-why-link svg,.product-live-link svg{transition:transform .18s ease}.home-hero-cta:hover svg,.home-why-link:hover svg,.product-live-link:hover svg{transform:translate(3px)}.rw-live-dot{position:relative;width:6px;height:6px;border-radius:999px;background:#15b87f;margin-right:.4rem;flex-shrink:0}.rw-live-dot:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:999px;border:1px solid rgba(21,184,127,.5);animation:rw-ping 2.6s ease-out infinite}@keyframes rw-ping{0%{transform:scale(1);opacity:.5}60%{transform:scale(2.1);opacity:0}to{transform:scale(2.1);opacity:0}}@keyframes rw-ring{0%{transform:scale(1);opacity:.5}to{transform:scale(1.12);opacity:0}}.rw-beta-dot{width:6px;height:6px;border-radius:999px;background:#c9c9c9;margin-right:.4rem;flex-shrink:0}.rw-reading-progress{position:fixed;top:var(--header-current-height);transition:top .25s ease;left:0;right:0;height:2px;background:var(--ink);transform-origin:left;z-index:110}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rw-hold-timer-label{color:#b3b3b3;margin-right:.45rem;padding-right:.45rem;border-right:1px solid var(--line)}.rw-hold-timer{display:inline-flex;align-items:center;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;letter-spacing:.08em;color:var(--ink-muted);border:1px solid var(--line);border-radius:999px;padding:.28rem .6rem;white-space:nowrap;font-variant-numeric:tabular-nums}.home-status-sample{margin-top:.9rem;padding-top:.8rem;border-top:1px solid var(--line)}.home-status-sample-label{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.62rem;text-transform:uppercase;letter-spacing:.12em;color:#9a9a9a;margin-bottom:.35rem}.home-status-sample-line{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;color:var(--ink-muted);white-space:nowrap;overflow:hidden;max-width:100%}.home-status-sample-line.rw-wait{max-width:0}.home-status-sample-line.rw-typing{max-width:0;animation:rw-type 1.6s steps(38,end) .2s forwards}.home-status-sample-line.rw-typing:after{content:"";display:inline-block;width:1px;height:.9em;background:var(--ink-muted);margin-left:2px;vertical-align:text-bottom;animation:rw-caret 1s steps(1,end) 3;animation-fill-mode:forwards;opacity:0}@keyframes rw-type{0%{max-width:0}to{max-width:38ch}}@keyframes rw-caret{0%,49%{opacity:1}50%,to{opacity:0}}.rw-wave{display:flex;align-items:center;justify-content:center;gap:6px;height:26px;margin:1.1rem auto 0}.rw-wave span{width:1px;height:8px;background:#ffffff24;animation:rw-breathe 3.2s ease-in-out infinite}.rw-wave span:nth-child(3n){animation-duration:2.7s;height:11px}.rw-wave span:nth-child(4n){animation-duration:3.6s;height:6px}.rw-wave span:nth-child(5n){animation-delay:.7s}.rw-wave span:nth-child(7n){animation-delay:1.3s;height:13px}.rw-wave span:nth-child(2n){animation-delay:.4s}@keyframes rw-breathe{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.9)}}@media (max-width: 640px){.rw-wave span:nth-child(n+25){display:none}.home-status-sample-line{font-size:.72rem;text-overflow:ellipsis}}.beta-signup-input:focus{border-color:#111;box-shadow:0 0 0 3px #1111110f}@media (prefers-reduced-motion: reduce){.rw-anim,.rw-anim:before,.rw-anim:after,.rw-anim span,.home-status-sample-line.rw-typing,.home-status-sample-line.rw-typing:after{animation:none!important}.home-status-sample-line{max-width:100%}.home-hero-cta--primary:hover:after,.nav-primary-cta:hover:after{animation:none!important}.home-hero-cta--primary,.nav-primary-cta,.home-hero-cta svg,.home-why-link svg,.product-live-link svg,.beta-signup-input{transition:none!important}.home-hero-cta--primary:hover,.nav-primary-cta:hover,.home-hero-cta:hover svg,.home-why-link:hover svg,.product-live-link:hover svg{transform:none!important}.home-status-sample-line,.home-status-sample-line.rw-wait,.home-status-sample-line.rw-typing{max-width:100%}}.sample-call-head{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.sample-call-head .home-status-sample-label{margin-bottom:0}.sample-call-play{display:inline-flex;align-items:center;gap:.3rem;border:1px solid var(--line-strong);background:#fff;color:var(--ink);border-radius:999px;padding:.22rem .6rem;font-size:.7rem;font-weight:700;cursor:pointer;transition:background .15s ease}.sample-call-play:hover{background:#f5f5f5}.sample-call-bars{display:inline-flex;align-items:center;gap:3px;height:12px;margin-left:auto}.sample-call-bars span{width:2px;height:4px;border-radius:1px;background:#0f0f0f47}.sample-call-bars--live span{animation:rw-talk .9s ease-in-out infinite}.sample-call-bars--live span:nth-child(2){animation-delay:.15s;height:9px}.sample-call-bars--live span:nth-child(3){animation-delay:.3s;height:12px}.sample-call-bars--live span:nth-child(4){animation-delay:.45s;height:7px}.sample-call-bars--live span:nth-child(5){animation-delay:.6s}@keyframes rw-talk{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1.4)}}.sample-call-lines{list-style:none;display:grid;gap:.34rem}.sample-call-line{font-size:.8rem;line-height:1.45;color:var(--ink-soft);opacity:0;transition:opacity .3s ease}.sample-call-line--on{opacity:1}@media (prefers-reduced-motion: reduce){.sample-call-line{opacity:1;transition:none}}.sample-call-line--reeva{color:var(--ink)}.sample-call-who{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;color:#9a9a9a;margin-right:.3rem}@media (prefers-reduced-motion: reduce){.sample-call-bars--live span{animation:none!important}}
