.trustbar:where(.astro-zdc2jl42){border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.trustbar__inner:where(.astro-zdc2jl42){display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;padding-top:18px;padding-bottom:18px}.trustbar__item:where(.astro-zdc2jl42){font-family:var(--mono);font-size:.8rem;letter-spacing:.03em;color:var(--muted);white-space:nowrap}.trustbar__sep:where(.astro-zdc2jl42){width:4px;height:4px;border-radius:50%;background:var(--faint)}@media(max-width:640px){.trustbar__sep:where(.astro-zdc2jl42){display:none}.trustbar__inner:where(.astro-zdc2jl42){gap:10px 18px}}.prob-grid:where(.astro-oo6sugl5){margin-top:46px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.prob-card:where(.astro-oo6sugl5){display:flex;flex-direction:column}.prob-viz:where(.astro-oo6sugl5){position:relative;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px;height:196px;overflow:hidden;box-shadow:0 16px 40px #0003}html[data-theme=light] .prob-viz:where(.astro-oo6sugl5){box-shadow:0 6px 20px #0206170f}.prob-viz:where(.astro-oo6sugl5):before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(240,180,41,.55),transparent)}.prob-viz--time:where(.astro-oo6sugl5){display:flex;flex-direction:column;justify-content:space-between}.prob-viz__top:where(.astro-oo6sugl5){display:flex;align-items:center;gap:7px;color:#f0b429}.prob-moon:where(.astro-oo6sugl5) svg:where(.astro-oo6sugl5){width:15px;height:15px}.prob-time:where(.astro-oo6sugl5){font-family:var(--mono);font-size:.66rem;letter-spacing:.04em}.prob-bignum:where(.astro-oo6sugl5){font-family:var(--sans);font-weight:800;font-size:2.5rem;line-height:1;color:var(--text);margin:10px 0 12px;letter-spacing:-.02em}.prob-bignum:where(.astro-oo6sugl5) span:where(.astro-oo6sugl5){font-size:1rem;font-weight:600;color:var(--muted);margin-left:5px;letter-spacing:0}.prob-bar:where(.astro-oo6sugl5){height:8px;border-radius:5px;background:var(--surface2);border:1px solid var(--border);overflow:hidden}.prob-bar:where(.astro-oo6sugl5) span:where(.astro-oo6sugl5){display:block;height:100%;width:82%;border-radius:5px;background:linear-gradient(90deg,#f0b42973,#f0b429);animation:prob-fill 1.4s cubic-bezier(.22,1,.36,1) both}.prob-bar__legend:where(.astro-oo6sugl5){display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px;font-family:var(--mono);font-size:.6rem;color:var(--muted);letter-spacing:.02em}.prob-warn:where(.astro-oo6sugl5){color:#f0b429}.prob-viz--fade:where(.astro-oo6sugl5){display:flex;flex-direction:column;gap:9px;justify-content:center}.prob-tag:where(.astro-oo6sugl5){align-self:flex-start;padding:7px 12px;border-radius:9px;background:var(--surface2);border:1px solid var(--border);font-family:var(--sans);font-size:.82rem;color:var(--text);opacity:var(--o);transform:translateY(var(--y));animation:prob-evap 4s ease-in-out infinite}.prob-tag:where(.astro-oo6sugl5):nth-child(2){animation-delay:.5s}.prob-tag:where(.astro-oo6sugl5):nth-child(3){animation-delay:1s}.prob-tag--gone:where(.astro-oo6sugl5){opacity:.22;letter-spacing:.3em;color:var(--muted);border-style:dashed;animation:none}.prob-viz--blind:where(.astro-oo6sugl5){display:flex;align-items:center;justify-content:center}.prob-dash:where(.astro-oo6sugl5){position:relative;width:100%;border:1px solid var(--border);border-radius:11px;background:var(--surface2);overflow:hidden}.prob-dash__bar:where(.astro-oo6sugl5){display:flex;align-items:center;gap:5px;padding:8px 11px;border-bottom:1px solid var(--border);background:#0000001f}.prob-dash__bar:where(.astro-oo6sugl5) i:where(.astro-oo6sugl5){width:7px;height:7px;border-radius:50%;background:var(--border)}.prob-dash__bar:where(.astro-oo6sugl5) span:where(.astro-oo6sugl5){font-family:var(--mono);font-size:.56rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-left:4px}.prob-dash__rows:where(.astro-oo6sugl5){padding:14px 13px;display:flex;flex-direction:column;gap:11px;filter:blur(3.5px);opacity:.6}.prob-dash__row:where(.astro-oo6sugl5){height:12px;border-radius:5px;background:linear-gradient(90deg,var(--border),transparent)}.prob-dash__q:where(.astro-oo6sugl5){position:absolute;inset:26px 0 0;display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-weight:800;font-size:2.4rem;color:var(--muted);opacity:.85}.prob-card:where(.astro-oo6sugl5) h3:where(.astro-oo6sugl5){font-size:1.08rem;line-height:1.3;margin:20px 0 8px}.prob-card:where(.astro-oo6sugl5) p:where(.astro-oo6sugl5){color:var(--muted);font-size:.92rem;line-height:1.6;margin:0}@keyframes prob-fill{0%{width:0}to{width:82%}}@keyframes prob-evap{0%,to{transform:translateY(var(--y))}50%{transform:translateY(calc(var(--y) - 4px));opacity:calc(var(--o) * .7)}}@media(max-width:880px){.prob-grid:where(.astro-oo6sugl5){grid-template-columns:1fr}.prob-viz:where(.astro-oo6sugl5){height:auto;min-height:170px}}@media(prefers-reduced-motion:reduce){.prob-bar:where(.astro-oo6sugl5) span:where(.astro-oo6sugl5),.prob-tag:where(.astro-oo6sugl5){animation:none}}.vs-table:where(.astro-lbbzvpn5){margin-top:44px;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:var(--surface);box-shadow:0 16px 40px #00000029}html[data-theme=light] .vs-table:where(.astro-lbbzvpn5){box-shadow:0 6px 20px #0206170f}.vs-table__head:where(.astro-lbbzvpn5),.vs-row:where(.astro-lbbzvpn5){display:grid;grid-template-columns:1fr 1fr}.vs-table__head:where(.astro-lbbzvpn5){border-bottom:1px solid var(--border)}.vs-col:where(.astro-lbbzvpn5){padding:15px 22px;font-family:var(--mono);font-size:.68rem;letter-spacing:.07em;text-transform:uppercase}.vs-col--others:where(.astro-lbbzvpn5){color:var(--muted)}.vs-col--reedly:where(.astro-lbbzvpn5){display:inline-flex;align-items:center;gap:8px;color:var(--green);font-weight:600;background:#16a34a12;border-left:1px solid var(--border)}.vs-dot:where(.astro-lbbzvpn5){width:7px;height:7px;border-radius:50%;background:var(--green)}.vs-row:where(.astro-lbbzvpn5){border-top:1px solid var(--border)}.vs-cell:where(.astro-lbbzvpn5){display:flex;align-items:flex-start;gap:11px;padding:16px 22px;font-size:.95rem;line-height:1.5}.vs-cell--others:where(.astro-lbbzvpn5){color:var(--muted)}.vs-cell--reedly:where(.astro-lbbzvpn5){color:var(--text);background:#16a34a12;border-left:1px solid var(--border)}.vs-ico:where(.astro-lbbzvpn5){flex-shrink:0;width:18px;height:18px;margin-top:1px}.vs-ico--x:where(.astro-lbbzvpn5){color:var(--faint)}.vs-ico--check:where(.astro-lbbzvpn5){color:var(--green)}@media(max-width:760px){.vs-table__head:where(.astro-lbbzvpn5){display:none}.vs-row:where(.astro-lbbzvpn5){grid-template-columns:1fr}.vs-cell--reedly:where(.astro-lbbzvpn5){border-left:none;border-top:1px solid var(--border)}}.how-flow:where(.astro-tgsqgwjn){margin-top:52px;display:flex;align-items:stretch;gap:6px}.how-step:where(.astro-tgsqgwjn){flex:1 1 0;min-width:0;display:flex;flex-direction:column}.how-arrow:where(.astro-tgsqgwjn){flex-shrink:0;align-self:center;display:flex;color:var(--faint)}.how-arrow:where(.astro-tgsqgwjn) svg:where(.astro-tgsqgwjn){width:22px;height:22px}.how-viz:where(.astro-tgsqgwjn){position:relative;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:18px;height:256px;box-shadow:0 18px 44px #00000038;overflow:hidden}html[data-theme=light] .how-viz:where(.astro-tgsqgwjn){box-shadow:0 6px 20px #0206170f}.how-viz:where(.astro-tgsqgwjn):before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(34,197,94,.5),transparent)}.how-viz--rec:where(.astro-tgsqgwjn){display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center}.how-viz__bar:where(.astro-tgsqgwjn){display:flex;align-items:center;justify-content:space-between;width:100%}.how-rec:where(.astro-tgsqgwjn){display:inline-flex;align-items:center;gap:7px;font-family:var(--mono);font-size:.64rem;color:var(--muted);letter-spacing:.02em}.how-rec:where(.astro-tgsqgwjn) i:where(.astro-tgsqgwjn){width:7px;height:7px;border-radius:50%;background:#f06464;animation:how-blink 1.5s ease-in-out infinite}.how-viz__time:where(.astro-tgsqgwjn){font-family:var(--mono);font-size:.64rem;color:var(--green);letter-spacing:.04em}.how-mic:where(.astro-tgsqgwjn){position:relative;width:52px;height:52px;margin:14px 0 2px;border-radius:15px;background:#16a34a1a;border:1px solid rgba(34,197,94,.22);color:var(--green);display:flex;align-items:center;justify-content:center}.how-mic:where(.astro-tgsqgwjn) svg:where(.astro-tgsqgwjn){width:24px;height:24px}.how-mic__ring:where(.astro-tgsqgwjn){position:absolute;inset:-1px;border-radius:15px;border:1px solid var(--green);opacity:0;animation:viz-pulse 2.6s ease-out infinite}.how-wave:where(.astro-tgsqgwjn){display:flex;align-items:center;justify-content:center;gap:3px;height:42px;width:100%;margin:8px 0}.how-wave:where(.astro-tgsqgwjn) span:where(.astro-tgsqgwjn){width:3px;height:var(--h);border-radius:3px;background:var(--green);transform-origin:center;animation:how-wave 1.05s ease-in-out infinite;animation-delay:var(--d)}.how-viz__foot:where(.astro-tgsqgwjn){font-family:var(--mono);font-size:.6rem;color:var(--muted);letter-spacing:.03em}.how-viz--ai:where(.astro-tgsqgwjn){display:flex;flex-direction:column}.how-trans:where(.astro-tgsqgwjn){display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.how-trans:where(.astro-tgsqgwjn) span:where(.astro-tgsqgwjn){height:6px;border-radius:3px;background:var(--border)}.how-badge:where(.astro-tgsqgwjn){display:inline-flex;align-self:flex-start;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:#16a34a1a;border:1px solid rgba(34,197,94,.22);color:var(--green);font-family:var(--mono);font-size:.6rem;letter-spacing:.02em;margin-bottom:12px}.how-badge:where(.astro-tgsqgwjn) svg:where(.astro-tgsqgwjn){width:12px;height:12px}.how-sections:where(.astro-tgsqgwjn){list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.how-sec:where(.astro-tgsqgwjn){display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 11px;border-radius:9px;background:var(--surface2);border:1px solid var(--border);font-family:var(--sans);font-size:.8rem;color:var(--text);animation:how-pop .5s ease both;animation-delay:var(--d)}.how-sec:where(.astro-tgsqgwjn) i:where(.astro-tgsqgwjn){position:relative;width:16px;height:16px;flex-shrink:0;border-radius:50%;background:#22c55e24}.how-sec:where(.astro-tgsqgwjn) i:where(.astro-tgsqgwjn):after{content:"";position:absolute;left:5px;top:4px;width:6px;height:3px;border-left:1.6px solid var(--green);border-bottom:1.6px solid var(--green);transform:rotate(-45deg)}.how-viz--report:where(.astro-tgsqgwjn){display:flex;flex-direction:column}.how-doc:where(.astro-tgsqgwjn){flex:1;background:var(--surface2);border:1px solid var(--border);border-radius:11px;padding:13px;display:flex;flex-direction:column;gap:8px}.how-doc__row:where(.astro-tgsqgwjn){display:flex;align-items:center;gap:8px;margin-bottom:2px}.how-doc__chip:where(.astro-tgsqgwjn){width:22px;height:22px;border-radius:6px;background:#22c55e24;flex-shrink:0}.how-doc__h:where(.astro-tgsqgwjn){height:8px;width:52%;border-radius:3px;background:var(--green);opacity:.85}.how-doc__line:where(.astro-tgsqgwjn){height:6px;border-radius:3px;background:var(--border)}.how-doc__line--em:where(.astro-tgsqgwjn){background:#22c55e59}.how-actions:where(.astro-tgsqgwjn){display:flex;gap:7px;margin-top:12px}.how-action:where(.astro-tgsqgwjn){display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border-radius:8px;background:var(--surface2);border:1px solid var(--border);font-family:var(--mono);font-size:.6rem;color:var(--muted);letter-spacing:.02em}.how-action:where(.astro-tgsqgwjn) svg:where(.astro-tgsqgwjn){width:12px;height:12px}.how-action--hub:where(.astro-tgsqgwjn){color:var(--green);border-color:#22c55e4d;background:#16a34a14}.how-step__body:where(.astro-tgsqgwjn){padding:20px 4px 0}.how-step__head:where(.astro-tgsqgwjn){display:flex;align-items:center;gap:11px;margin-bottom:9px}.how-step__num:where(.astro-tgsqgwjn){flex-shrink:0;width:26px;height:26px;border-radius:8px;background:var(--green);color:#04130a;font-family:var(--mono);font-weight:700;font-size:.82rem;display:flex;align-items:center;justify-content:center}.how-step__head:where(.astro-tgsqgwjn) h3:where(.astro-tgsqgwjn){font-size:1.04rem;line-height:1.3;margin:0}.how-step__body:where(.astro-tgsqgwjn) p:where(.astro-tgsqgwjn){color:var(--muted);font-size:.92rem;line-height:1.6;margin:0 0 12px}.how-step__tag:where(.astro-tgsqgwjn){display:inline-block;font-family:var(--mono);font-size:.62rem;color:var(--muted);letter-spacing:.02em;padding:5px 10px;border-radius:7px;border:1px solid var(--border);background:var(--surface)}@keyframes how-wave{0%,to{transform:scaleY(.35);opacity:.55}50%{transform:scaleY(1);opacity:1}}@keyframes how-blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes how-pop{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.how-flow:where(.astro-tgsqgwjn){flex-direction:column;gap:18px}.how-arrow:where(.astro-tgsqgwjn){transform:rotate(90deg)}.how-viz:where(.astro-tgsqgwjn){height:auto;min-height:230px}}@media(prefers-reduced-motion:reduce){.how-wave:where(.astro-tgsqgwjn) span:where(.astro-tgsqgwjn),.how-mic__ring:where(.astro-tgsqgwjn),.how-rec:where(.astro-tgsqgwjn) i:where(.astro-tgsqgwjn),.how-sec:where(.astro-tgsqgwjn){animation:none}.how-mic__ring:where(.astro-tgsqgwjn){opacity:0}.how-sec:where(.astro-tgsqgwjn){opacity:1;transform:none}}.demo-video-wrap:where(.astro-tb5vpudz){margin-top:40px;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:var(--surface);max-width:960px;margin-left:auto;margin-right:auto}.demo-video:where(.astro-tb5vpudz){display:block;width:100%;height:auto}#proof:where(.astro-rcg6ci5c) .proof-grid:where(.astro-rcg6ci5c){margin-top:46px;gap:18px}#proof:where(.astro-rcg6ci5c) .proof-stat:where(.astro-rcg6ci5c){position:relative;display:flex;flex-direction:column;padding:24px 22px 26px;overflow:hidden}#proof:where(.astro-rcg6ci5c) .proof-stat:where(.astro-rcg6ci5c):before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(34,197,94,.55),transparent)}#proof:where(.astro-rcg6ci5c) .proof-stat__icon:where(.astro-rcg6ci5c){display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;background:#16a34a1a;border:1px solid rgba(34,197,94,.22);color:var(--green);margin-bottom:18px}#proof:where(.astro-rcg6ci5c) .proof-stat__icon:where(.astro-rcg6ci5c) svg:where(.astro-rcg6ci5c){width:19px;height:19px}#proof:where(.astro-rcg6ci5c) .proof-stat__val:where(.astro-rcg6ci5c){font-family:var(--display);font-size:2.7rem;line-height:1;letter-spacing:-.02em;font-weight:700;color:var(--green)}#proof:where(.astro-rcg6ci5c) .proof-stat__label:where(.astro-rcg6ci5c){margin-top:12px;font-size:.88rem;color:var(--muted);line-height:1.55}.roles-grid:where(.astro-ia7jbumo){margin-top:44px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.role-card:where(.astro-ia7jbumo){position:relative;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:24px 26px 28px;overflow:hidden;transition:transform .25s ease,border-color .25s ease}.role-card:where(.astro-ia7jbumo):before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(34,197,94,.5),transparent)}.role-card:where(.astro-ia7jbumo):hover{transform:translateY(-2px);border-color:var(--border-bright)}.role-scene:where(.astro-ia7jbumo){height:104px;box-sizing:border-box;background:var(--surface2);border:1px solid var(--border);border-radius:12px;padding:13px 15px;margin-bottom:20px;overflow:hidden}.role-scene--rec:where(.astro-ia7jbumo){display:flex;flex-direction:column;justify-content:center;gap:12px}.rsc-top:where(.astro-ia7jbumo){display:flex;align-items:center;justify-content:space-between}.rsc-mic:where(.astro-ia7jbumo){display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#16a34a1a;border:1px solid rgba(34,197,94,.22);color:var(--green)}.rsc-mic:where(.astro-ia7jbumo) svg:where(.astro-ia7jbumo){width:17px;height:17px}.rsc-chip:where(.astro-ia7jbumo){display:inline-flex;align-items:center;gap:7px;font-family:var(--mono);font-size:.62rem;color:var(--muted)}.rsc-rec:where(.astro-ia7jbumo){width:6px;height:6px;border-radius:50%;background:#f06464;animation:role-blink 1.5s ease-in-out infinite}.rsc-time:where(.astro-ia7jbumo){color:var(--green)}.rsc-wave:where(.astro-ia7jbumo){display:flex;align-items:center;gap:3px;height:26px}.rsc-wave:where(.astro-ia7jbumo) span:where(.astro-ia7jbumo){width:3px;height:var(--h);border-radius:3px;background:var(--green);transform-origin:center;animation:role-wave 1.05s ease-in-out infinite;animation-delay:var(--d)}.role-scene--hub:where(.astro-ia7jbumo){display:flex;align-items:center}.rsh:where(.astro-ia7jbumo){width:100%;display:flex;flex-direction:column;gap:7px}.rsh__bar:where(.astro-ia7jbumo){display:flex;align-items:center;justify-content:space-between;padding-bottom:7px;border-bottom:1px solid var(--border);font-family:var(--mono);font-size:.54rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.rsh__live:where(.astro-ia7jbumo){display:inline-flex;align-items:center;gap:4px;color:var(--green)}.rsh__live:where(.astro-ia7jbumo) i:where(.astro-ia7jbumo){width:5px;height:5px;border-radius:50%;background:var(--green);animation:role-blink 1.7s ease-in-out infinite}.rsh__row:where(.astro-ia7jbumo){display:flex;align-items:center;justify-content:space-between;gap:8px}.rsh__name:where(.astro-ia7jbumo){min-width:0;font-family:var(--sans);font-size:.74rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rsh__badge:where(.astro-ia7jbumo){flex-shrink:0;font-family:var(--mono);font-size:.52rem;padding:2px 7px;border-radius:999px;white-space:nowrap}.rsh__badge--done:where(.astro-ia7jbumo){color:var(--green);background:#22c55e1f}.rsh__badge--proc:where(.astro-ia7jbumo){color:#f0b429;background:#f0b4291f}.role-card__role:where(.astro-ia7jbumo){display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#16a34a1a;border:1px solid rgba(34,197,94,.22);font-family:var(--mono);font-size:.62rem;letter-spacing:.06em;text-transform:uppercase;color:var(--green);margin-bottom:12px}.role-card:where(.astro-ia7jbumo) h3:where(.astro-ia7jbumo){font-size:1.32rem;line-height:1.25;margin:0 0 10px}.role-card__intro:where(.astro-ia7jbumo){color:var(--muted);font-size:.98rem;line-height:1.6;margin:0}.role-card__list:where(.astro-ia7jbumo){list-style:none;padding:0;margin:18px 0 0;display:flex;flex-direction:column;gap:11px}.role-card__list:where(.astro-ia7jbumo) li:where(.astro-ia7jbumo){position:relative;padding-left:28px;color:var(--text);font-size:.94rem;line-height:1.5}.role-card__list:where(.astro-ia7jbumo) li:where(.astro-ia7jbumo):before{content:"";position:absolute;left:0;top:1px;width:18px;height:18px;border-radius:50%;background:#22c55e1f}.role-card__list:where(.astro-ia7jbumo) li:where(.astro-ia7jbumo):after{content:"";position:absolute;left:5px;top:6px;width:8px;height:4px;border-left:1.8px solid var(--green);border-bottom:1.8px solid var(--green);transform:rotate(-45deg)}@keyframes role-wave{0%,to{transform:scaleY(.35);opacity:.55}50%{transform:scaleY(1);opacity:1}}@keyframes role-blink{0%,to{opacity:1}50%{opacity:.3}}@media(max-width:760px){.roles-grid:where(.astro-ia7jbumo){grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.rsc-wave:where(.astro-ia7jbumo) span:where(.astro-ia7jbumo),.rsc-rec:where(.astro-ia7jbumo),.rsh__live:where(.astro-ia7jbumo) i:where(.astro-ia7jbumo){animation:none}}.integrations:where(.astro-bfhcfioi){position:relative;overflow:hidden}.integrations:where(.astro-bfhcfioi):before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 60% at 50% 50%,rgba(22,163,74,.05) 0%,transparent 64%);pointer-events:none;z-index:0}.integrations:where(.astro-bfhcfioi) .inner:where(.astro-bfhcfioi){position:relative;z-index:1}.int-head:where(.astro-bfhcfioi){max-width:640px}.int-stage:where(.astro-bfhcfioi){position:relative;margin-top:44px;height:320px;overflow:hidden}.int-marquee:where(.astro-bfhcfioi){position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;gap:20px;z-index:1;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 16%,#000 84%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 16%,#000 84%,transparent 100%)}.int-row:where(.astro-bfhcfioi){display:flex;overflow:hidden}.int-track:where(.astro-bfhcfioi){display:flex;gap:16px;width:max-content;padding-right:16px;animation:int-scroll 80s linear infinite;will-change:transform}.int-track--rev:where(.astro-bfhcfioi){animation-duration:100s;animation-direction:reverse}@keyframes int-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.int-tile:where(.astro-bfhcfioi){flex-shrink:0;display:inline-flex;align-items:center;gap:13px;padding:13px 22px 13px 13px;border-radius:16px;background:var(--surface);border:1px solid var(--border);box-shadow:0 12px 32px #00000052;white-space:nowrap}.int-tile__logo:where(.astro-bfhcfioi){flex-shrink:0;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.05),transparent 60%),#ffffff05;border:1px solid var(--border);color:var(--green)}.int-tile__logo:where(.astro-bfhcfioi) img:where(.astro-bfhcfioi){width:28px;height:28px;object-fit:contain}.int-tile__name:where(.astro-bfhcfioi){font-family:var(--display);font-size:1rem;font-weight:600;color:var(--text)}.int-hero:where(.astro-bfhcfioi){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.int-hero:where(.astro-bfhcfioi):before{content:"";position:absolute;top:50%;left:50%;width:420px;height:420px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(22,163,74,.32),transparent 60%);z-index:-2;pointer-events:none}.int-hero__grid:where(.astro-bfhcfioi){position:absolute;top:50%;left:50%;width:340px;height:340px;transform:translate(-50%,-50%);border-radius:34px;background-image:repeating-linear-gradient(90deg,rgba(34,197,94,.2) 0,rgba(34,197,94,.2) 1px,transparent 1px,transparent 10px);-webkit-mask-image:radial-gradient(circle at 50% 50%,#000 26%,transparent 70%);mask-image:radial-gradient(circle at 50% 50%,#000 26%,transparent 70%);z-index:-1;pointer-events:none}.int-hero__card:where(.astro-bfhcfioi){position:relative;width:268px;padding:30px 28px;border-radius:26px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;background:linear-gradient(180deg,#16233c,#0e1a2c);border:1px solid rgba(34,197,94,.4);box-shadow:0 0 0 1px #22c55e14,0 30px 80px #0000008c,0 0 64px #16a34a47,inset 0 1px #ffffff0d}.int-hero__mark:where(.astro-bfhcfioi){width:56px;height:56px;border-radius:16px;overflow:hidden;display:grid;place-items:center;box-shadow:0 0 28px #22c55e80}.int-hero__mark:where(.astro-bfhcfioi) img:where(.astro-bfhcfioi){width:100%;height:100%;object-fit:cover;border-radius:16px;display:block}.int-hero__name:where(.astro-bfhcfioi){font-family:var(--display);font-size:1.55rem;font-weight:700;letter-spacing:-.01em;color:var(--text);line-height:1}.int-hero__tagline:where(.astro-bfhcfioi){font-size:.92rem;line-height:1.5;color:var(--muted);max-width:20ch}.int-hero__badge:where(.astro-bfhcfioi){margin-top:2px;font-family:var(--mono);font-size:.64rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green);background:#22c55e1a;border:1px solid rgba(34,197,94,.28);padding:5px 12px;border-radius:999px}.int-custom:where(.astro-bfhcfioi){margin:28px auto 0;max-width:620px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:16px 22px;border-radius:16px;background:var(--surface);border:1px dashed rgba(148,163,184,.38);box-shadow:0 8px 26px #0000004d;text-decoration:none;color:var(--text);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.int-custom:where(.astro-bfhcfioi):hover{transform:translateY(-2px);border-style:solid;border-color:#22c55e73;box-shadow:0 16px 40px #16a34a29}.int-custom__logo:where(.astro-bfhcfioi){position:relative;flex-shrink:0;width:46px;height:46px;border-radius:12px;display:grid;place-items:center;color:var(--muted);border:1px dashed rgba(148,163,184,.5);background:#ffffff05;transition:color .3s ease,border-color .3s ease}.int-custom:where(.astro-bfhcfioi):hover .int-custom__logo:where(.astro-bfhcfioi){color:var(--green);border-color:#22c55e8c}.int-custom__badge:where(.astro-bfhcfioi){position:absolute;top:-6px;right:-6px;width:19px;height:19px;border-radius:50%;background:var(--green);color:#052010;font-family:var(--mono);font-weight:700;font-size:.78rem;display:grid;place-items:center;box-shadow:0 0 10px #22c55e8c}.int-custom__body:where(.astro-bfhcfioi){display:flex;flex-direction:column;gap:4px;min-width:0}.int-custom__name:where(.astro-bfhcfioi){font-family:var(--display);font-size:1.06rem;font-weight:600;line-height:1.15;color:var(--text)}.int-custom__desc:where(.astro-bfhcfioi){font-size:.84rem;line-height:1.5;color:var(--muted)}.int-custom__cta:where(.astro-bfhcfioi){flex-shrink:0;font-family:var(--mono);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--green);font-weight:600}@media(max-width:880px){.int-stage:where(.astro-bfhcfioi){height:300px;margin-top:36px}}@media(max-width:560px){.int-stage:where(.astro-bfhcfioi){height:260px}.int-marquee:where(.astro-bfhcfioi){gap:14px}.int-tile:where(.astro-bfhcfioi){padding:11px 18px 11px 11px;gap:11px}.int-tile__logo:where(.astro-bfhcfioi){width:38px;height:38px;border-radius:10px}.int-tile__logo:where(.astro-bfhcfioi) img:where(.astro-bfhcfioi){width:24px;height:24px}.int-tile__name:where(.astro-bfhcfioi){font-size:.92rem}.int-hero__card:where(.astro-bfhcfioi){width:224px;padding:24px 22px;border-radius:22px}.int-hero__grid:where(.astro-bfhcfioi){width:280px;height:280px}.int-hero:where(.astro-bfhcfioi):before{width:340px;height:340px}.int-hero__name:where(.astro-bfhcfioi){font-size:1.35rem}.int-hero__tagline:where(.astro-bfhcfioi){font-size:.86rem}.int-custom:where(.astro-bfhcfioi){grid-template-columns:auto 1fr;padding:14px 16px}.int-custom__cta:where(.astro-bfhcfioi){grid-column:1 / -1;padding-top:2px}}html[data-theme=light] .integrations:where(.astro-bfhcfioi):before{background:radial-gradient(ellipse 55% 60% at 50% 50%,rgba(22,163,74,.04) 0%,transparent 64%)}html[data-theme=light] .int-tile:where(.astro-bfhcfioi){background:#fff;border-color:#94a3b852;box-shadow:0 10px 28px #0f172a14}html[data-theme=light] .int-tile__logo:where(.astro-bfhcfioi){background:#f8fafc;border-color:#94a3b84d}html[data-theme=light] .int-hero__card:where(.astro-bfhcfioi){background:linear-gradient(180deg,#fff,#f4f7fb);border-color:#16a34a52;box-shadow:0 0 0 1px #16a34a0f,0 30px 70px #0f172a29,0 0 60px #16a34a2e}html[data-theme=light] .int-hero__name:where(.astro-bfhcfioi){color:#0f172a}html[data-theme=light] .int-hero__grid:where(.astro-bfhcfioi){background-image:repeating-linear-gradient(90deg,rgba(22,163,74,.22) 0,rgba(22,163,74,.22) 1px,transparent 1px,transparent 10px)}html[data-theme=light] .int-hero:where(.astro-bfhcfioi):before{background:radial-gradient(circle,rgba(22,163,74,.2),transparent 60%)}html[data-theme=light] .int-custom:where(.astro-bfhcfioi){background:#fff;border-color:#0f172a38;box-shadow:0 10px 30px #0f172a12}html[data-theme=light] .int-custom__logo:where(.astro-bfhcfioi){background:#f8fafc;border-color:#0f172a3d}@media(prefers-reduced-motion:reduce){.int-track:where(.astro-bfhcfioi){animation:none;transform:translate(-12%)}}
