@import "https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@400;700;800;900&family=Manrope:wght@400;500;600;700;800&family=Geist+Mono:wght@400;500;600&display=swap";
.sys-r2-root{--pink:#ed0d51;--pink-deep:#c90a44;--blue:#0144f8;--navy:#162551;--ink:#0e1730;--ink-2:#46536e;--muted:#7c88a3;--bg:#f7f8fc;--card:#fff;--heading:"Big Shoulders","Big Shoulders Display","Arial Narrow",sans-serif;--body:var(--font-geist,"Geist",system-ui),sans-serif;--heading-2:var(--font-geist,"Geist",system-ui),sans-serif;--mono:"Geist Mono","JetBrains Mono",monospace}.sys-r2-root *{box-sizing:border-box;margin:0;padding:0}.sys-r2-root{background:var(--bg);font-family:var(--body);color:var(--ink);-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:clip}.sys-r2-root ::selection{background:var(--pink);color:#fff}.sys-r2-root img{max-width:100%}.sys-r2-root a{color:inherit}.sys-r2-root svg.lucide{width:1em;height:1em}.sys-r2-root .sky{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.sys-r2-root .sky__wash{background:radial-gradient(52% 44% at 18% 10%,#ed0d5113,#0000 70%),radial-gradient(56% 48% at 84% 12%,#0144f812,#0000 70%),radial-gradient(70% 55% at 50% 108%,#ffffffe6,#0000 60%);position:absolute;inset:0}.sys-r2-root .sky__aurora{filter:blur(56px)saturate(1.15);will-change:filter,opacity;background:conic-gradient(from 197deg at 50% 58%,#0000 0deg,#ed0d5129 28deg,#ff7aa233 52deg,#a76dff2e 78deg,#0144f829 104deg,#40c9ff24 128deg,#0000 158deg);animation:18s ease-in-out infinite alternate auroraShift;position:absolute;inset:0}@keyframes auroraShift{0%{filter:blur(56px)saturate(1.15)hue-rotate();opacity:1}to{filter:blur(62px)saturate(1.2)hue-rotate(-14deg);opacity:.88}}.sys-r2-root .grain{z-index:30;pointer-events:none;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.sys-r2-root .nav{z-index:40;left:50%;top:calc(16px + var(--ghlr2-strip-h,0px));-webkit-backdrop-filter:blur(18px)saturate(1.4);opacity:0;background:#ffffffbf;border:1px solid #ffffffb3;border-radius:100px;justify-content:space-between;align-items:center;width:min(1120px,100% - 32px);height:60px;padding:0 12px 0 22px;animation:.7s cubic-bezier(.22,1,.36,1) 50ms forwards navIn;display:flex;position:fixed;transform:translate(-50%)translateY(-16px);box-shadow:0 12px 40px #1625511a,inset 0 1px #ffffffe6}@keyframes navIn{to{opacity:1;transform:translate(-50%)translateY(0)}}.sys-r2-root .nav__left{align-items:center;gap:14px;display:flex}.sys-r2-root .nav__logo{display:inline-flex}.sys-r2-root .nav__logo img{height:22px;display:block}.sys-r2-root .nav__crumb{color:var(--ink-2);align-items:center;gap:10px;font-size:13.5px;font-weight:600;display:flex}.sys-r2-root .nav__crumb .sep{background:#16255129;width:1px;height:16px}.sys-r2-root .nav__crumb a{color:var(--ink-2);text-decoration:none;transition:color .18s}.sys-r2-root .nav__crumb a:hover{color:var(--ink)}.sys-r2-root .nav__badge{color:var(--ink-2);background:#1625510d;border:1px solid #ffffff2e;border-radius:10px;align-items:center;gap:7px;padding:7px 12px;font-size:12.5px;font-weight:700;display:inline-flex}.sys-r2-root .nav__badge svg{width:14px;height:14px}.sys-r2-root [id]{scroll-margin-top:calc(var(--ghlr2-strip-h,0px) + 96px)}.sys-r2-root .btn-primary{font-family:var(--body);color:#fff;cursor:pointer;background:var(--pink);border:0;border-radius:100px;align-items:center;gap:10px;padding:15px 26px;font-size:15.5px;font-weight:700;text-decoration:none;transition:box-shadow .22s,transform .22s;display:inline-flex;box-shadow:inset 0 1px #ffffff4d,0 14px 34px #ed0d5157}.sys-r2-root .btn-primary:hover{background:#d40b48;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff4d,0 18px 46px #ed0d517a}.sys-r2-root .btn-primary svg{width:17px;height:17px}.sys-r2-root .btn-primary .arr{transition:transform .22s cubic-bezier(.22,1,.36,1);display:inline-flex}.sys-r2-root .btn-primary:hover .arr{transform:translate(4px)}.sys-r2-root .btn-white{font-family:var(--body);color:var(--ink);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;border:1px solid #fffffff2;border-radius:100px;align-items:center;gap:9px;padding:14px 24px;font-size:15.5px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 26px #1625511a}.sys-r2-root .btn-white:hover{transform:translateY(-1px);box-shadow:0 14px 34px #16255129}.sys-r2-root .btn-white svg{width:16px;height:16px;color:var(--muted)}.sys-r2-root main{z-index:1;position:relative}.sys-r2-root .section{z-index:1;max-width:1200px;margin:0 auto;padding:clamp(48px,8vh,96px) clamp(20px,3vw,40px);position:relative}.sys-r2-root .eyebrow{color:var(--pink);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:9px;font-size:13.5px;font-weight:700;display:inline-flex}.sys-r2-root .eyebrow:before{content:"";background:var(--pink);border-radius:2px;width:22px;height:2.5px}.sys-r2-root .shead{text-align:center;max-width:840px;margin:0 auto clamp(32px,5vh,56px);padding:0 10px}.sys-r2-root .shead .eyebrow{justify-content:center;margin-bottom:14px}.sys-r2-root .shead .eyebrow:after{content:"";background:var(--pink);border-radius:2px;width:22px;height:2.5px}.sys-r2-root .shead h2{font-family:var(--heading-2);letter-spacing:-.01em;color:var(--ink);font-size:clamp(27px,3.4vw,44px);font-weight:800;line-height:1.08}.sys-r2-root .shead--left{text-align:left;max-width:640px;margin-left:0}.sys-r2-root .shead--left .eyebrow{justify-content:flex-start}.sys-r2-root .shead--left .eyebrow:after{display:none}.sys-r2-root .sys-pink{color:var(--pink)}.sys-r2-root .ssub{max-width:64ch;color:var(--ink-2);margin:16px auto 0;font-size:clamp(15px,1.15vw,16.5px);font-weight:500;line-height:1.65}.sys-r2-root .shead--left .ssub{margin-left:0}.sys-r2-root .card{background:var(--card);border:1px solid #fffffff2;border-radius:22px;flex-direction:column;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;display:flex;position:relative;box-shadow:inset 0 1px #ffffffe6,0 18px 48px #16255117}.sys-r2-root .card:hover{transform:translateY(-6px);box-shadow:inset 0 1px #ffffffe6,0 34px 74px #16255129}.sys-r2-root .card--hot{background:radial-gradient(130% 100% at 50% -20%,#ed0d5112,#0000 60%),#fff;border:1.5px solid #ed0d5159;box-shadow:inset 0 1px #ffffffe6,0 26px 64px #ed0d5124}.sys-r2-root .hero{grid-template-columns:minmax(0,1fr) minmax(0,1.06fr);align-items:center;gap:clamp(32px,4.5vw,64px);max-width:1200px;margin:0 auto;padding:clamp(120px,16vh,168px) clamp(20px,3vw,40px) clamp(40px,6vh,72px);display:grid}.sys-r2-root .hero__mark{background:#fff;border:1px solid #16255114;border-radius:16px;align-items:center;gap:11px;width:fit-content;padding:8px;display:inline-flex;box-shadow:0 10px 26px #16255114}.sys-r2-root .hero__mark .logo{background:#f4f6fb;border-radius:11px;place-items:center;width:38px;height:38px;display:grid;overflow:hidden}.sys-r2-root .hero__mark .logo img{object-fit:contain;width:26px;height:26px}.sys-r2-root .hero__mark .lab{letter-spacing:.12em;color:var(--muted);text-transform:uppercase;padding-right:12px;font-size:11px;font-weight:800}.sys-r2-root .hero__eyebrow{margin-top:20px}.sys-r2-root .hero__title{font-family:var(--heading);text-transform:uppercase;letter-spacing:.004em;color:var(--ink);margin-top:14px;font-size:clamp(40px,5.2vw,72px);font-weight:900;line-height:.94}.sys-r2-root .hero__tagline{color:var(--ink-2);max-width:46ch;margin-top:20px;font-size:clamp(15.5px,1.2vw,17.5px);font-weight:500;line-height:1.62}.sys-r2-root .hero__cta{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.sys-r2-root .hero__chips{flex-direction:column;gap:12px;margin-top:30px;display:flex}.sys-r2-root .hero__chip{color:var(--ink-2);align-items:center;gap:11px;font-size:14.5px;font-weight:600;display:inline-flex}.sys-r2-root .hero__chip .ci{width:30px;height:30px;color:var(--pink);background:#ed0d5117;border-radius:9px;flex:none;place-items:center;display:grid}.sys-r2-root .hero__chip:nth-child(2) .ci{color:var(--blue);background:#0144f817}.sys-r2-root .hero__chip .ci svg{width:16px;height:16px}.sys-r2-root .demo-wrap{position:relative}.sys-r2-root .demo-wrap:before{content:"";z-index:0;filter:blur(26px);background:radial-gradient(60% 50% at 70% 8%,#ed0d5129,#0000 62%),radial-gradient(58% 52% at 12% 96%,#0144f824,#0000 60%);position:absolute;inset:-8% -6% -10%}.sys-r2-root .agent-tabs{z-index:1;gap:8px;margin-bottom:12px;display:flex;position:relative}.sys-r2-root .agent-tab{font-family:var(--body);color:var(--muted);cursor:pointer;background:#ffffffb3;border:1px solid #16255114;border-radius:100px;align-items:center;gap:8px;padding:8px 15px 8px 11px;font-size:13.5px;font-weight:700;transition:color .18s,background .18s,box-shadow .18s,border-color .18s;display:inline-flex}.sys-r2-root .agent-tab img{object-fit:contain;border-radius:5px;width:18px;height:18px}.sys-r2-root .agent-tab:hover{color:var(--ink-2)}.sys-r2-root .agent-tab.is-active{color:var(--ink);background:#fff;border-color:#ed0d5152;box-shadow:0 8px 20px #ed0d5124}.sys-r2-root .demo{z-index:1;background:#fff;border:1px solid #fffffff2;border-radius:24px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffe6,0 30px 70px #16255129,0 10px 26px #16255114}.sys-r2-root .demo-bar{background:linear-gradient(#fbfcfe,#f6f8fc);border-bottom:1px solid #16255112;align-items:center;gap:10px;padding:14px 16px;display:flex}.sys-r2-root .demo-bar .dots{width:26px;height:26px;color:var(--pink);background:#ed0d511a;border-radius:8px;place-items:center;display:grid}.sys-r2-root .demo-bar .dots svg{width:14px;height:14px}.sys-r2-root .demo-agent{color:var(--ink);align-items:center;gap:8px;font-size:13.5px;font-weight:700;display:inline-flex}.sys-r2-root .demo-agent img{object-fit:contain;border-radius:5px;width:20px;height:20px}.sys-r2-root .demo-status{color:var(--muted);background:#fff;border:1px solid #1625511a;border-radius:100px;align-items:center;gap:7px;margin-left:auto;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.sys-r2-root .demo-status i{background:var(--pink);border-radius:50%;width:7px;height:7px;animation:1.3s ease-in-out infinite sysR2Pulse}@keyframes sysR2Pulse{0%,to{opacity:1}50%{opacity:.3}}.sys-r2-root .demo-replay{font-family:var(--body);color:var(--pink);cursor:pointer;background:#ed0d5114;border:1px solid #ed0d5133;border-radius:100px;align-items:center;gap:6px;margin-left:auto;padding:6px 13px;font-size:12px;font-weight:700;display:none}.sys-r2-root .demo-replay svg{width:13px;height:13px}.sys-r2-root .demo[data-complete=true] .demo-status{display:none}.sys-r2-root .demo[data-complete=true] .demo-replay{display:inline-flex}.sys-r2-root .demo-body{min-height:466px;padding:18px 18px 6px}.sys-r2-root .demo-prompt{background:#f4f6fb;border:1px solid #1625510f;border-radius:14px;gap:9px;margin-bottom:14px;padding:13px 15px;display:flex}.sys-r2-root .demo-prompt b{color:var(--pink);font-family:var(--mono);font-weight:600}.sys-r2-root .demo-prompt p{color:var(--ink);font-size:13.5px;font-weight:500;line-height:1.5}.sys-r2-root .demo-intro{color:var(--ink-2);margin-bottom:16px;font-size:13px;font-weight:500;line-height:1.55}.sys-r2-root .demo[data-complete=true] .demo-prompt,.sys-r2-root .demo[data-complete=true] .demo-intro{display:none}.sys-r2-root .demo-steps{flex-direction:column;gap:7px;list-style:none;display:flex}.sys-r2-root .demo-steps li{border:1px solid #0000;border-radius:13px;align-items:center;gap:12px;min-height:54px;padding:11px 13px;transition:opacity .18s,border-color .18s,background .18s;display:flex}.sys-r2-root .demo-steps li.is-waiting{opacity:.5}.sys-r2-root .demo-steps li.is-active{opacity:1;background:#fff7fa;border-color:#ed0d514d}.sys-r2-root .demo-steps li.is-done{opacity:1}.sys-r2-root .step-icon{width:34px;height:34px;color:var(--blue);background:#0144f814;border-radius:10px;flex:none;place-items:center;display:grid}.sys-r2-root .demo-steps li.is-active .step-icon{color:var(--pink);background:#ed0d511f}.sys-r2-root .demo-steps li.is-done .step-icon{color:var(--pink);background:#ed0d511a}.sys-r2-root .step-icon svg{width:16px;height:16px}.sys-r2-root .step-icon .ic-check,.sys-r2-root .demo-steps li.is-done .step-icon .ic-step{display:none}.sys-r2-root .demo-steps li.is-done .step-icon .ic-check{display:block}.sys-r2-root .step-copy{flex-direction:column;gap:1px;display:flex}.sys-r2-root .step-copy strong{color:var(--ink);font-size:13.5px;font-weight:700}.sys-r2-root .step-copy span{color:var(--ink-2);font-size:12.5px;font-weight:500}.sys-r2-root .demo-result{opacity:0;align-items:flex-start;gap:11px;max-height:0;margin-top:0;transition:max-height .24s,opacity .24s,margin-top .24s;display:flex;overflow:hidden}.sys-r2-root .demo[data-complete=true] .demo-result{opacity:1;max-height:140px;margin-top:12px}.sys-r2-root .demo-result .rc{color:#16a34a;background:#16a34a1f;border-radius:9px;flex:none;place-items:center;width:30px;height:30px;display:grid}.sys-r2-root .demo-result .rc svg{width:17px;height:17px}.sys-r2-root .demo-result strong{color:var(--ink);font-size:13.5px;font-weight:700;display:block}.sys-r2-root .demo-result span{color:var(--ink-2);margin-top:2px;font-size:12.5px;font-weight:500;display:block}.sys-r2-root .demo-composer{background:#f4f6fb;border:1px solid #16255114;border-radius:14px;align-items:center;gap:10px;margin:14px 18px 18px;padding:11px 11px 11px 16px;display:flex}.sys-r2-root .demo-composer span{color:var(--muted);font-size:13px;font-weight:500}.sys-r2-root .demo-composer .send{background:var(--pink);color:#fff;border-radius:9px;place-items:center;width:32px;height:32px;margin-left:auto;display:grid}.sys-r2-root .demo-composer .send svg{width:15px;height:15px}.sys-r2-root .wf-panel{z-index:1;background:#fff;border:1px solid #fffffff2;border-radius:24px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffe6,0 30px 70px #16255129,0 10px 26px #16255114}.sys-r2-root .wf-bar{background:linear-gradient(#fbfcfe,#f6f8fc);border-bottom:1px solid #16255112;align-items:center;gap:10px;padding:14px 16px;display:flex}.sys-r2-root .wf-bar .dots{width:26px;height:26px;color:var(--pink);background:#ed0d511a;border-radius:8px;place-items:center;display:grid}.sys-r2-root .wf-bar .dots svg{width:14px;height:14px}.sys-r2-root .wf-agent{color:var(--ink);align-items:center;gap:8px;font-size:13.5px;font-weight:700;display:inline-flex}.sys-r2-root .wf-agent img{object-fit:contain;border-radius:5px;width:20px;height:20px}.sys-r2-root .wf-chip-status{color:var(--muted);background:#fff;border:1px solid #1625511a;border-radius:100px;align-items:center;gap:7px;margin-left:auto;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.sys-r2-root .wf-chip-status i{background:var(--pink);border-radius:50%;width:7px;height:7px;animation:1.3s ease-in-out infinite sysR2Pulse}.sys-r2-root .wf-replay{font-family:var(--body);color:var(--pink);cursor:pointer;background:#ed0d5114;border:1px solid #ed0d5133;border-radius:100px;align-items:center;gap:6px;margin-left:auto;padding:6px 13px;font-size:12px;font-weight:700;display:none}.sys-r2-root .wf-replay svg{width:13px;height:13px}.sys-r2-root .wf-panel[data-complete=true] .wf-chip-status{display:none}.sys-r2-root .wf-panel[data-complete=true] .wf-replay{display:inline-flex}.sys-r2-root .wf-brief{background:#f4f6fb;border:1px solid #1625510f;border-radius:13px;gap:9px;margin:14px 16px 0;padding:12px 14px;display:flex}.sys-r2-root .wf-brief b{color:var(--pink);font-family:var(--mono);flex:none;font-weight:600}.sys-r2-root .wf-brief p{color:var(--ink);font-size:12.5px;font-weight:500;line-height:1.5}.sys-r2-root .wf-stage{aspect-ratio:540/470;width:100%;max-width:520px;margin:8px auto 0;position:relative}.sys-r2-root .wf-svg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.sys-r2-root .wf-wire{fill:none;stroke:#d3dae8;stroke-width:2.4px;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1px;transition:stroke-dashoffset .6s,stroke .5s}.sys-r2-root .wf-wire.drawn{stroke-dashoffset:0}.sys-r2-root .wf-wire.hot{stroke:var(--pink)}.sys-r2-root .wf-node{opacity:0;background:#fff;border:1px solid #1625511a;border-radius:13px;align-items:center;gap:10px;width:39%;padding:9px 11px;transition:opacity .45s,transform .45s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .35s;display:flex;position:absolute;transform:translate(-50%,-40%);box-shadow:0 10px 24px #1625511a}.sys-r2-root .wf-node.is-hidden{opacity:0}.sys-r2-root .wf-node.is-ghost{opacity:.45;box-shadow:none;border-style:dashed;transform:translate(-50%,-50%)}.sys-r2-root .wf-node.is-live{opacity:1;border-color:#ed0d5173;animation:1.5s ease-in-out infinite wfNodePulse;transform:translate(-50%,-50%);box-shadow:0 12px 30px #ed0d512e}.sys-r2-root .wf-node.is-done{opacity:1;border-color:#1625511f;transform:translate(-50%,-50%);box-shadow:0 10px 24px #1625511a}.sys-r2-root .wf-node .ni{width:30px;height:30px;color:var(--blue);background:#0144f814;border-radius:9px;flex:none;place-items:center;transition:background .3s,color .3s;display:grid}.sys-r2-root .wf-node.is-live .ni{color:var(--pink);background:#ed0d511f}.sys-r2-root .wf-node .ni svg{width:16px;height:16px}.sys-r2-root .wf-node .nc{min-width:0}.sys-r2-root .wf-node .nl{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);font-size:9.5px;font-weight:800;display:block}.sys-r2-root .wf-node .nv{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12.5px;font-weight:700;line-height:1.1;display:block;overflow:hidden}.sys-r2-root .wf-node--goal.is-done{border-color:#16a34a80;box-shadow:0 12px 30px #16a34a33}.sys-r2-root .wf-node--goal.is-done .ni{color:#16a34a;background:#16a34a24}@keyframes wfNodePulse{0%,to{box-shadow:0 12px 30px #ed0d5129}50%{box-shadow:0 12px 36px #ed0d514d}}.sys-r2-root .wf-scan{pointer-events:none;opacity:0;background:linear-gradient(90deg,#0000,#ed0d511f,#0000);width:34%;position:absolute;top:0;bottom:0;left:0}.sys-r2-root .wf-stage.scanning .wf-scan{opacity:1;animation:1.1s ease-in-out wfscan}@keyframes wfscan{0%{transform:translate(-120%)}to{transform:translate(340%)}}.sys-r2-root .wf-status{background:#f4f6fb;border:1px solid #1625510f;border-radius:13px;align-items:center;gap:11px;margin:16px 16px 0;padding:12px 14px;display:flex}.sys-r2-root .wf-status .sd{background:var(--pink);border-radius:50%;flex:none;width:9px;height:9px;animation:1.3s ease-in-out infinite sysR2Pulse}.sys-r2-root .wf-status .sc{flex:1;min-width:0}.sys-r2-root .wf-status .sc strong{color:var(--ink);font-size:13px;font-weight:700;display:block}.sys-r2-root .wf-status .sc span{color:var(--ink-2);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12px;font-weight:500;display:block;overflow:hidden}.sys-r2-root .wf-status .sp{font-family:var(--mono);color:var(--muted);flex:none;font-size:11.5px;font-weight:700}.sys-r2-root .wf-panel[data-complete=true] .wf-status{display:none}.sys-r2-root .wf-result{background:linear-gradient(#f6fff9,#f2fbf5);border:1px solid #16a34a33;border-radius:13px;align-items:flex-start;gap:11px;margin:16px 16px 18px;padding:13px 14px;display:none}.sys-r2-root .wf-panel[data-complete=true] .wf-result{display:flex}.sys-r2-root .wf-result .rc{color:#16a34a;background:#16a34a24;border-radius:9px;flex:none;place-items:center;width:30px;height:30px;display:grid}.sys-r2-root .wf-result .rc svg{width:17px;height:17px}.sys-r2-root .wf-result strong{color:var(--ink);font-size:13px;font-weight:700;display:block}.sys-r2-root .wf-result span{color:var(--ink-2);margin-top:2px;font-size:12px;font-weight:500;display:block}.sys-r2-root .wf-stage .wf-node{width:34%}.sys-r2-root .wf-node .nv{font-size:12px}.sys-r2-root .wf-lane{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);opacity:0;z-index:2;font-size:9.5px;font-weight:800;transition:opacity .4s;position:absolute;top:1%}.sys-r2-root .wf-lane--wf{left:3%}.sys-r2-root .wf-lane--fn{right:3%}.sys-r2-root .wf-stage.lane-wf .wf-lane--wf,.sys-r2-root .wf-stage.lane-fn .wf-lane--fn{opacity:1}.sys-r2-root .wf-wire--link{stroke-dasharray:5 5}.sys-r2-root .wf-wire--link.drawn{stroke-dashoffset:0}.sys-r2-root .wf-page{opacity:0;background:#fff;border:1px solid #1625511a;border-radius:14px;width:49%;transition:opacity .5s,transform .5s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .35s;position:absolute;overflow:hidden;transform:translate(-50%,-45%);box-shadow:0 14px 34px #1625511f}.sys-r2-root .wf-page.is-hidden{opacity:0}.sys-r2-root .wf-page.is-ghost{opacity:.5;border-style:dashed;transform:translate(-50%,-50%)}.sys-r2-root .wf-page.is-building{opacity:1;border-color:#ed0d5166;transform:translate(-50%,-50%);box-shadow:0 16px 40px #ed0d5129}.sys-r2-root .wf-page.is-live,.sys-r2-root .wf-page.is-done{opacity:1;border-color:#1625511f;transform:translate(-50%,-50%);box-shadow:0 16px 40px #16255124}.sys-r2-root .pg-bar{background:#f4f6fb;border-bottom:1px solid #1625510f;align-items:center;gap:5px;padding:8px 11px;display:flex}.sys-r2-root .pg-bar>i{background:#cbd5e1;border-radius:50%;width:6px;height:6px}.sys-r2-root .pg-bar>i:first-child{background:#ff6b6b}.sys-r2-root .pg-bar>i:nth-child(2){background:#ffcf5c}.sys-r2-root .pg-bar>i:nth-child(3){background:#57d38c}.sys-r2-root .pg-bar em{font-style:normal;font-family:var(--mono);color:var(--muted);margin-left:5px;font-size:9px}.sys-r2-root .pg-live{letter-spacing:.05em;text-transform:uppercase;color:#16a34a;opacity:0;background:#16a34a1f;border-radius:100px;align-items:center;gap:4px;margin-left:auto;padding:2px 8px;font-size:8px;font-weight:800;transition:opacity .3s;display:inline-flex}.sys-r2-root .pg-live:before{content:"";background:#16a34a;border-radius:50%;width:5px;height:5px}.sys-r2-root .wf-page.is-live .pg-live,.sys-r2-root .wf-page.is-done .pg-live{opacity:1}.sys-r2-root .pg-hero{opacity:0;padding:13px 13px 0;transition:opacity .45s,transform .45s;transform:translateY(4px)}.sys-r2-root .wf-page.show-copy .pg-hero{opacity:1;transform:none}.sys-r2-root .pg-headline{font-family:var(--heading-2);color:var(--ink);font-size:14px;font-weight:800;line-height:1.08}.sys-r2-root .pg-headline b{color:var(--pink)}.sys-r2-root .pg-subhead{color:var(--ink-2);margin-top:5px;font-size:9.5px;font-weight:500;line-height:1.35}.sys-r2-root .pg-form,.sys-r2-root .pg-cal{opacity:0;background:#fff;border:1px solid #16255117;border-radius:10px;margin:12px 13px 0;padding:11px 10px 9px;transition:opacity .45s,transform .45s;position:relative;transform:translateY(6px)}.sys-r2-root .pg-lab{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);background:#fff;padding:0 5px;font-size:7.5px;font-weight:800;position:absolute;top:-6px;left:10px}.sys-r2-root .pg-field{background:#f7f9fc;border:1px solid #1625511a;border-radius:7px;align-items:center;gap:7px;margin-bottom:6px;padding:6px 9px;display:flex}.sys-r2-root .pg-fl{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);flex:none;font-size:8px;font-weight:800}.sys-r2-root .pg-fv{color:var(--ink);font-size:10px;font-weight:600;font-family:var(--mono);min-height:12px}.sys-r2-root .pg-btn{color:#fff;text-align:center;background:var(--pink);border-radius:7px;margin-top:9px;padding:8px;font-size:9.5px;font-weight:800;box-shadow:0 8px 18px #ed0d5147}.sys-r2-root .pg-cal{margin-bottom:13px}.sys-r2-root .pg-cal-week{grid-template-columns:repeat(5,1fr);gap:4px;margin:3px 0 4px;display:grid}.sys-r2-root .pg-cal-week i{color:var(--muted);text-align:center;font-size:7.5px;font-style:normal;font-weight:800}.sys-r2-root .pg-cal-grid{grid-template-columns:repeat(5,1fr);gap:4px;display:grid}.sys-r2-root .pg-cal-grid i{aspect-ratio:1;color:var(--ink-2);background:#f1f4f9;border-radius:5px;place-items:center;font-size:8.5px;font-style:normal;font-weight:600;display:grid}.sys-r2-root .pg-cal-grid i.booked{background:var(--pink);color:#fff;box-shadow:0 5px 14px #ed0d5166}.sys-r2-root .wf-page.show-build .pg-cal-grid i.booked{animation:.6s cubic-bezier(.22,1.5,.4,1) calPop}@keyframes calPop{0%{transform:scale(.5)}60%{transform:scale(1.18)}to{transform:scale(1)}}.sys-r2-root .pg-slot{color:var(--pink);opacity:0;background:#ed0d5114;border:1px solid #ed0d5133;border-radius:100px;align-items:center;gap:6px;margin-top:9px;padding:4px 10px;font-size:8.5px;font-weight:700;transition:opacity .4s .3s,transform .4s .3s;display:inline-flex;transform:translateY(4px)}.sys-r2-root .pg-slot-dot{background:var(--pink);border-radius:50%;width:5px;height:5px}.sys-r2-root .wf-page.show-build .pg-form,.sys-r2-root .wf-page.show-build .pg-cal,.sys-r2-root .wf-page.show-build .pg-slot{opacity:1;transform:none}.sys-r2-root .wf-page.is-live,.sys-r2-root .wf-page.is-done{animation:5.5s ease-in-out infinite wfFloat}@keyframes wfFloat{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-52.5%)}}.sys-r2-root .compare{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:clamp(18px,3vw,34px);max-width:1000px;margin:0 auto;display:grid}.sys-r2-root .compare-card{padding:26px 24px}.sys-r2-root .compare-card .ch{align-items:center;gap:13px;margin-bottom:18px;display:flex}.sys-r2-root .compare-card .ch .ico{border-radius:12px;flex:none;place-items:center;width:44px;height:44px;display:grid}.sys-r2-root .compare-card.is-old .ch .ico{color:var(--muted);background:#7c88a31f}.sys-r2-root .compare-card.is-new .ch .ico{color:var(--pink);background:#ed0d511a}.sys-r2-root .compare-card .ch .ico svg{width:22px;height:22px}.sys-r2-root .compare-card .lab{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);font-size:11.5px;font-weight:800}.sys-r2-root .compare-card.is-new .lab{color:var(--pink)}.sys-r2-root .compare-card .ch h3{font-family:var(--heading-2);color:var(--ink);margin-top:3px;font-size:18px;font-weight:700;line-height:1.15}.sys-r2-root .compare-card ul{flex-direction:column;gap:11px;list-style:none;display:flex}.sys-r2-root .compare-card li{color:var(--ink-2);align-items:flex-start;gap:11px;font-size:14px;font-weight:500;line-height:1.45;display:flex}.sys-r2-root .compare-card li .li-ic{border-radius:6px;flex:none;place-items:center;width:20px;height:20px;margin-top:1px;display:grid}.sys-r2-root .compare-card.is-old li .li-ic{color:var(--muted);background:#7c88a324}.sys-r2-root .compare-card.is-new li .li-ic{color:#16a34a;background:#16a34a21}.sys-r2-root .compare-card li .li-ic svg{width:13px;height:13px}.sys-r2-root .compare-card.is-new li{color:var(--ink)}.sys-r2-root .swap{z-index:2;flex-direction:column;align-self:center;align-items:center;gap:6px;margin:0;display:flex}.sys-r2-root .swap span{color:#fff;background:var(--pink);border-radius:50%;place-items:center;width:46px;height:46px;display:grid;box-shadow:0 12px 26px #ed0d5166}.sys-r2-root .swap span svg{width:20px;height:20px}.sys-r2-root .swap small{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:10.5px;font-weight:800}.sys-r2-root .compat{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff9;border:1px solid #ffffffe6;border-radius:22px;max-width:780px;margin:38px auto 0;padding:24px 26px;box-shadow:0 14px 34px #16255112}.sys-r2-root .compat-title{color:var(--ink-2);max-width:48ch;margin:0 auto;font-size:14px;font-weight:600;line-height:1.5}.sys-r2-root .compat-title b{color:var(--ink);font-weight:800}.sys-r2-root .compat-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 14px;margin-top:18px;display:flex}.sys-r2-root .compat-logos .cw{color:var(--ink);background:#fff;border:1px solid #16255114;border-radius:100px;align-items:center;gap:8px;padding:8px 15px 8px 11px;font-size:13.5px;font-weight:700;animation:3.6s ease-in-out infinite compatFloat;display:inline-flex;box-shadow:0 6px 16px #1625510f}.sys-r2-root .compat-logos .cw:nth-child(2){animation-delay:.3s}.sys-r2-root .compat-logos .cw:nth-child(3){animation-delay:.6s}.sys-r2-root .compat-logos .cw:nth-child(4){animation-delay:.9s}.sys-r2-root .compat-logos .cw img{object-fit:contain;border-radius:5px;width:20px;height:20px}@keyframes compatFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.sys-r2-root .inside-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.sys-r2-root .inside-card{padding:24px 22px}.sys-r2-root .inside-card .ico{width:46px;height:46px;color:var(--pink);background:#ed0d5117;border-radius:13px;place-items:center;margin-bottom:18px;display:grid}.sys-r2-root .inside-card:nth-child(2n) .ico{color:var(--blue);background:#0144f817}.sys-r2-root .inside-card .ico svg{width:23px;height:23px}.sys-r2-root .inside-card h3{font-family:var(--heading-2);color:var(--ink);font-size:17px;font-weight:700;line-height:1.15}.sys-r2-root .inside-card p{color:var(--ink-2);margin-top:10px;font-size:14px;font-weight:500;line-height:1.55}.sys-r2-root .membership{z-index:1;background:radial-gradient(120% 90% at 50% -10%,#1b2a55,#0000 60%),linear-gradient(#101b3d,#0b1430);margin-top:clamp(24px,4vh,48px);position:relative}.sys-r2-root .membership .section{padding-top:clamp(56px,8vh,96px);padding-bottom:clamp(56px,8vh,96px)}.sys-r2-root .membership .shead h2{color:#fff}.sys-r2-root .membership .ssub{color:#ffffffb3}.sys-r2-root .related-label{text-align:center;letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;margin-bottom:20px;font-size:11.5px;font-weight:800}.sys-r2-root .related-grid{grid-template-columns:repeat(3,1fr);gap:14px;max-width:1000px;margin:0 auto;list-style:none;display:grid}.sys-r2-root .related-card{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:16px;align-items:flex-start;gap:13px;height:100%;padding:18px;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:flex}.sys-r2-root a.related-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-3px)}.sys-r2-root .related-card.is-current{background:radial-gradient(120% 100% at 50% -20%,#ed0d5129,#0000 65%),#ffffff0d;border-color:#ed0d5166}.sys-r2-root .related-card .ri{color:#fff;background:#ffffff14;border-radius:10px;flex:none;place-items:center;width:38px;height:38px;display:grid}.sys-r2-root .related-card .ri img{object-fit:contain;border-radius:5px;width:20px;height:20px}.sys-r2-root .related-card .ri svg{width:18px;height:18px}.sys-r2-root .related-card .rc{flex:1;min-width:0}.sys-r2-root .related-card .rc .rt{letter-spacing:.07em;text-transform:uppercase;color:var(--pink);font-size:11px;font-weight:800;display:block}.sys-r2-root .related-card.is-current .rc .rt{color:#ff6b95}.sys-r2-root .related-card .rc strong{color:#fff;margin-top:3px;font-size:14.5px;font-weight:700;display:block}.sys-r2-root .related-card .rc p{color:#fff9;margin-top:6px;font-size:12.5px;font-weight:500;line-height:1.5}.sys-r2-root .related-card .ra{color:#fff6;flex:none}.sys-r2-root .related-card .ra svg{width:16px;height:16px}.sys-r2-root .final-cta-wrap{justify-content:center;margin-top:32px;display:flex}.sys-r2-root .footer{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff9;border-top:1px solid #16255112;position:relative}.sys-r2-root .footer__inner{grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr) minmax(0,.8fr);gap:clamp(28px,5vw,64px);max-width:1200px;margin:0 auto;padding:clamp(36px,6vh,64px) clamp(20px,3vw,40px) 28px;display:grid}.sys-r2-root .footer__brand img{height:24px;margin-bottom:16px}.sys-r2-root .footer__brand p{color:var(--ink-2);max-width:42ch;font-size:14px;font-weight:500;line-height:1.7}.sys-r2-root .footer__social{gap:10px;margin-top:18px;display:flex}.sys-r2-root .footer__social a{width:38px;height:38px;color:var(--ink-2);background:#fff;border:1px solid #16255114;border-radius:50%;justify-content:center;align-items:center;transition:color .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 16px #1625510f}.sys-r2-root .footer__social a:hover{color:var(--pink);transform:translateY(-2px);box-shadow:0 10px 22px #ed0d5129}.sys-r2-root .footer__social svg{width:17px;height:17px}.sys-r2-root .footer__col h4{font-family:var(--heading-2);color:var(--ink);margin-bottom:14px;font-size:14px;font-weight:700}.sys-r2-root .footer__col ul{gap:9px;list-style:none;display:grid}.sys-r2-root .footer__col a{color:var(--ink-2);font-size:14px;font-weight:600;text-decoration:none;transition:color .18s}.sys-r2-root .footer__col a:hover{color:var(--pink)}.sys-r2-root .footer__legal{max-width:1200px;color:var(--muted);border-top:1px solid #1625510f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin:0 auto;padding:18px clamp(20px,3vw,40px) 30px;font-size:13px;font-weight:500;display:flex}.sys-r2-root .footer__legal nav{flex-wrap:wrap;gap:20px;display:flex}.sys-r2-root .footer__legal a{color:var(--muted);text-decoration:none;transition:color .18s}.sys-r2-root .footer__legal a:hover{color:var(--ink)}.sys-r2-root .rv{opacity:0;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transform:translateY(28px)}.sys-r2-root .rv.in{opacity:1;transform:translateY(0)}@media (max-width:920px){.sys-r2-root .hero{grid-template-columns:minmax(0,1fr);gap:36px;padding-top:clamp(108px,15vh,140px)}.sys-r2-root .hero>*,.sys-r2-root .hero__copy,.sys-r2-root .agent-tabs{min-width:0;max-width:100%}.sys-r2-root .hero__chips{flex-wrap:wrap}.sys-r2-root .inside-grid,.sys-r2-root .related-grid{grid-template-columns:repeat(2,1fr)}.sys-r2-root .hero__mark{width:fit-content;margin-left:auto;margin-right:auto;display:flex}.sys-r2-root .hero__eyebrow,.sys-r2-root .hero__title{text-align:center}.sys-r2-root .hero__tagline{text-align:center;margin-left:auto;margin-right:auto}.sys-r2-root .hero__cta{justify-content:center}}@media (max-width:760px){.sys-r2-root .nav__crumb{display:none}.sys-r2-root .compare{grid-template-columns:1fr;gap:12px}.sys-r2-root .swap{margin:4px auto;transform:none}.sys-r2-root .swap span svg{transform:rotate(90deg)}.sys-r2-root .compat{border-radius:20px}.sys-r2-root .inside-grid,.sys-r2-root .related-grid,.sys-r2-root .footer__inner{grid-template-columns:1fr}.sys-r2-root .demo-body{min-height:0}.sys-r2-root .wf-stage{aspect-ratio:auto;flex-direction:column;gap:9px;max-width:100%;margin-top:6px;display:flex;position:static}.sys-r2-root .wf-svg,.sys-r2-root .wf-scan{display:none}.sys-r2-root .wf-lane{margin:4px 0 -2px;position:static;opacity:1!important}.sys-r2-root .wf-lane--wf{order:0}.sys-r2-root .wf-node[data-node=trigger]{order:1}.sys-r2-root .wf-node[data-node=email]{order:2}.sys-r2-root .wf-node[data-node=ifelse]{order:3}.sys-r2-root .wf-node[data-node=goal]{order:4}.sys-r2-root .wf-lane--fn{order:5}.sys-r2-root .wf-page{order:6}.sys-r2-root .wf-stage .wf-node,.sys-r2-root .wf-page{width:100%!important;animation:none!important;position:static!important;transform:none!important}.sys-r2-root .wf-node.is-hidden,.sys-r2-root .wf-page.is-hidden{opacity:.5}}@media (prefers-reduced-motion:reduce){.sys-r2-root *,.sys-r2-root :before,.sys-r2-root :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.sys-r2-root .sky__aurora{animation:none!important}.sys-r2-root .rv{opacity:1!important;transform:none!important}}
