.rt-Button:not(:disabled),.rt-IconButton:not(:disabled),[role=button],a,button:not(:disabled),input[type=button]:not(:disabled),input[type=submit]:not(:disabled){cursor:pointer}.rt-Button:disabled,.rt-IconButton:disabled,button:disabled,input[type=button]:disabled,input[type=submit]:disabled{cursor:not-allowed}.landing-root{position:relative;min-height:100vh;background:#ffffff;color:#0f172a;overflow:hidden;font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.landing-background,.landing-background--primary,.landing-background--secondary{display:none}.landing-footer,.landing-header,.landing-main{width:min(1120px,92vw);margin:0 auto}.landing-header{display:flex;align-items:center;justify-content:space-between;padding:24px 0 14px;gap:24px;position:-webkit-sticky;position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(148,163,184,.12)}.landing-header__brand{font-size:1.25rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.landing-nav{display:flex;gap:28px;font-size:.95rem}.landing-nav a{color:#1e293b;text-decoration:none;font-weight:500;position:relative}.landing-nav a:after{content:"";position:absolute;bottom:-6px;left:0;width:100%;height:2px;background:linear-gradient(90deg,rgba(99,102,241,0),rgba(99,102,241,.8),rgba(99,102,241,0));transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.landing-nav a:focus-visible:after,.landing-nav a:hover:after{transform:scaleX(1)}.landing-header__actions{display:flex;align-items:center;gap:16px}.landing-header__signin{padding:9px 18px;border-radius:999px;border:1px solid rgba(37,99,235,.2);background:rgba(37,99,235,.08);color:#1d4ed8;text-decoration:none;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease,transform .2s ease}.landing-header__signin:hover{background:rgba(37,99,235,.14);color:#1e3a8a;transform:translateY(-1px)}.landing-header__signin:focus-visible{background:rgba(37,99,235,.14);color:#1e3a8a;transform:translateY(-1px);outline:2px solid rgba(37,99,235,.4);outline-offset:2px}.landing-header__cta{padding:10px 18px;border-radius:999px;background:linear-gradient(135deg,#4338ca,#6366f1);color:#ffffff;text-decoration:none;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,opacity .2s ease}.landing-header__cta:focus-visible,.landing-header__cta:hover{transform:translateY(-1px);opacity:.92}.landing-main{position:relative;z-index:1;padding-bottom:96px}.landing-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,420px);grid-gap:64px;gap:64px;align-items:center;padding:64px 0 96px}.landing-hero__content h1{font-size:clamp(2.75rem,4vw,3.5rem);line-height:1.1;margin-bottom:24px}.landing-pill{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;text-transform:uppercase;letter-spacing:.16em;font-weight:600;color:#4338ca;background:rgba(79,70,229,.08);border-radius:999px;padding:8px 16px;margin-bottom:18px}.landing-hero__subtitle{font-size:1.1rem;line-height:1.7;color:#334155;margin-bottom:32px}.landing-hero__form{background:linear-gradient(135deg,rgba(79,70,229,.12),rgba(99,102,241,.08));border:1px solid rgba(99,102,241,.12);border-radius:24px;padding:24px;box-shadow:0 20px 60px rgba(15,23,42,.08);margin-bottom:28px}.landing-hero__note{font-size:.9rem;color:#475569;margin-top:16px}.landing-hero__highlights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;color:#1f2937;font-weight:500}.landing-hero__highlights li:before{content:"";display:inline-block;width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,#38bdf8,#6366f1);margin-right:10px;vertical-align:middle}.landing-hero__visual{position:-webkit-sticky;position:sticky;top:120px}.landing-hero__panel{border-radius:24px;background:#0f172a;color:#e2e8f0;padding:28px;box-shadow:0 30px 80px rgba(15,23,42,.45)}.landing-hero__panel-heading{font-size:.8rem;text-transform:uppercase;letter-spacing:.18em;color:rgba(148,163,184,.8);margin-bottom:18px}.landing-hero__panel-title{font-size:1.2rem;font-weight:600;margin-bottom:12px}.landing-hero__panel-text{font-size:.95rem;line-height:1.6;color:rgba(226,232,240,.88)}.landing-hero__panel-footer{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.landing-chip{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;font-size:.8rem;font-weight:600;background:rgba(148,163,184,.16);color:#e2e8f0}.landing-section{margin-bottom:96px}.landing-section__intro{max-width:720px;margin-bottom:40px}.landing-section__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;font-weight:600;color:#6366f1;margin-bottom:12px}.landing-section__title{font-size:clamp(2rem,3vw,2.4rem);margin-bottom:18px;color:#0f172a}.landing-section__description{font-size:1rem;color:#475569;line-height:1.8}.landing-steps{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.landing-step{background:linear-gradient(135deg,rgba(15,23,42,.04),rgba(148,163,184,.06));border:1px solid rgba(148,163,184,.16);border-radius:20px;padding:24px;box-shadow:0 16px 40px rgba(15,23,42,.08)}.landing-step h3{margin-top:18px;margin-bottom:12px;font-size:1.1rem;color:#0f172a}.landing-step p{color:#475569;line-height:1.7;font-size:.95rem}.landing-step__icon{width:28px;height:28px;color:#6366f1}.landing-section--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px}.landing-card{background:#ffffff;border-radius:20px;border:1px solid rgba(148,163,184,.2);padding:28px;box-shadow:0 20px 50px rgba(15,23,42,.08)}.landing-card--accent{background:linear-gradient(135deg,rgba(99,102,241,.16),rgba(14,165,233,.12))}.landing-card h3{font-size:1.2rem;margin-bottom:12px}.landing-card p{font-size:.95rem;line-height:1.7;color:#475569}.landing-highlights{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.landing-highlight{background:rgba(15,23,42,.04);border-radius:18px;padding:24px;border:1px solid rgba(148,163,184,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}.landing-highlight h3{font-size:1.1rem;margin-bottom:12px}.landing-highlight p{color:#475569;line-height:1.7}.landing-usecases{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:32px}.landing-usecase{border-radius:16px;border:1px solid rgba(148,163,184,.18);padding:20px 22px;background:linear-gradient(135deg,rgba(226,232,240,.24),rgba(148,163,184,.12));box-shadow:0 10px 24px rgba(15,23,42,.06);display:flex;flex-direction:column;gap:12px}.landing-usecase h3{font-size:1.1rem;margin:0;color:#1e293b}.landing-usecase p{margin:0;color:#475569;line-height:1.6}.landing-usecases__cta-wrapper{margin-top:36px;display:flex;justify-content:center}.landing-usecases__cta{display:inline-flex;align-items:center;gap:6px;padding:12px 22px;border-radius:999px;background:#1d4ed8;color:#ffffff;text-decoration:none;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.landing-usecases__cta:focus-visible,.landing-usecases__cta:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(37,99,235,.25)}.landing-usecases__cta:focus-visible{outline:3px solid rgba(37,99,235,.5);outline-offset:3px}.landing-footer{padding:48px 0 64px;text-align:center;color:#64748b;font-size:.85rem}.landing-footer a{color:inherit;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(100,116,139,.3);transition:color .2s ease,border-color .2s ease}.landing-footer a:focus-visible,.landing-footer a:hover{color:#2563eb;border-color:rgba(37,99,235,.6);outline:none}.landing-waitlist{display:flex;flex-direction:column;gap:14px}.landing-waitlist__input-wrapper{display:flex;gap:12px;background:rgba(255,255,255,.85);border-radius:999px;padding:6px;border:1px solid rgba(148,163,184,.3);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.landing-waitlist__input{flex:1 1;border:none;background:transparent;padding:12px 18px;font-size:1rem;font-family:inherit;color:#0f172a}.landing-waitlist__input::placeholder{color:#94a3b8}.landing-waitlist__input:focus{outline:none}.landing-waitlist__submit{border:none;border-radius:999px;padding:12px 22px;font-size:.95rem;font-weight:600;color:#ffffff;background:linear-gradient(135deg,#4338ca,#6366f1);box-shadow:0 12px 30px rgba(99,102,241,.25);transition:transform .2s ease,box-shadow .2s ease}.landing-waitlist__submit:focus-visible,.landing-waitlist__submit:hover{transform:translateY(-1px);box-shadow:0 18px 45px rgba(79,70,229,.3)}.landing-waitlist__submit:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.landing-waitlist__message{font-size:.85rem;color:#475569}.landing-waitlist__message--success{color:#16a34a}.landing-waitlist__message--error{color:#dc2626}@media (max-width:960px){.landing-header{flex-wrap:wrap}.landing-header__actions{margin-left:auto}.landing-hero{grid-template-columns:1fr;gap:48px}.landing-hero__visual{order:0}}@media (max-width:640px){.landing-header{padding:24px 0 12px;gap:12px;align-items:flex-start}.landing-header__brand{font-size:1.05rem}.landing-nav{display:none}.landing-header__actions{width:auto;justify-content:flex-end;gap:10px;flex-direction:row;align-items:center;flex-wrap:wrap}.landing-header__cta,.landing-header__signin{width:auto;flex:0 1 auto;text-align:center;padding:10px 16px}.landing-main{padding-bottom:72px}.landing-hero{padding:48px 0 72px;gap:40px}.landing-hero__content h1{font-size:clamp(2rem,9vw,2.35rem)}.landing-hero__subtitle{font-size:1rem;margin-bottom:24px}.landing-hero__form{padding:18px}.landing-waitlist__input-wrapper{flex-direction:column;border-radius:20px}.landing-waitlist__submit{width:100%}.landing-hero__panel{padding:24px}.landing-hero__panel-footer{flex-direction:column;align-items:flex-start}.landing-section{margin-bottom:72px}.landing-section__intro{margin-bottom:28px}.landing-section__title{font-size:clamp(1.75rem,7vw,2.1rem)}.landing-card,.landing-highlight,.landing-step{padding:20px}.landing-card h3,.landing-highlight h3,.landing-step h3{font-size:1.05rem}.landing-hero__highlights{gap:10px}}