.absorption-field:where(.astro-w3gco2w7){position:absolute;z-index:0;left:50%;top:-220px;width:min(1760px,calc(100vw - 32px));height:calc(100% + 440px);transform:translate(-50%);pointer-events:none;mask-image:radial-gradient(ellipse at center,#000 32%,#000a 55%,#0003 78%,transparent 100%)}.absorption-currents:where(.astro-w3gco2w7),.absorption-icons:where(.astro-w3gco2w7){position:absolute;inset:0;width:100%;height:100%;overflow:visible}.absorption-currents:where(.astro-w3gco2w7) path{stroke-width:1.2;stroke-linecap:round;stroke-dasharray:2 2 9 5;opacity:.35;animation:current-travel var(--speed) linear infinite;animation-delay:var(--delay)}.absorption-icons:where(.astro-w3gco2w7){mask-image:linear-gradient(to bottom,transparent 0,transparent 110px,#000 210px)}.absorption-icons:where(.astro-w3gco2w7) .absorption-icon{position:absolute;left:0;top:0;display:grid;place-items:center;width:46px;height:46px;border:1px solid #e1e9f1;border-radius:13px;background:#fff;box-shadow:0 5px 20px #18365512;offset-rotate:0deg;animation:field-absorb 9s linear infinite}.absorption-icons:where(.astro-w3gco2w7) img{width:27px;height:27px;object-fit:contain}@keyframes current-travel{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}@keyframes field-absorb{0%{offset-distance:0%;opacity:0}10%{opacity:.95}80%{opacity:1}to{offset-distance:var(--travel-end);opacity:0}}.is-paused:where(.astro-w3gco2w7) *,.tab-hidden:where(.astro-w3gco2w7) *{animation-play-state:paused!important}@media(max-width:760px){.absorption-icons:where(.astro-w3gco2w7){mask-image:linear-gradient(to bottom,transparent,transparent 40px,#000 130px)}.absorption-field:where(.astro-w3gco2w7){top:-140px;height:calc(100% + 280px);width:calc(100vw - 24px)}.absorption-icons:where(.astro-w3gco2w7) .absorption-icon{width:32px;height:32px;border-radius:9px}.absorption-icons:where(.astro-w3gco2w7) img{width:20px;height:20px}.absorption-currents:where(.astro-w3gco2w7) path{opacity:.25;stroke-width:1}}@media(prefers-reduced-motion:reduce){.absorption-icons:where(.astro-w3gco2w7){display:none}.absorption-currents:where(.astro-w3gco2w7) path{animation:none;opacity:.12}}.home-hero{position:relative;width:100%;box-sizing:border-box;margin:0;border-radius:0;margin-top:calc(-1 * var(--dash-header-h,64px));padding:calc(52px + var(--dash-header-h,64px)) 0 52px;background:linear-gradient(180deg,color-mix(in srgb,var(--color-brand-lavender) 80%,var(--color-brand-lavender-strong)) 0%,var(--color-brand-lavender) 42%,#fafbfc 96%)}.home-hero-pup>img{display:block;width:100%;height:auto}.home-pup-wink{position:absolute;inset:0;width:100%;height:100%;opacity:0;pointer-events:none}@media(hover:hover){.home-hero-pup:hover .home-pup-wink{opacity:1}}.home-hero-pup{position:absolute;right:6px;bottom:-24px;width:200px;height:auto;z-index:1;filter:drop-shadow(0 8px 10px rgb(0 20 35 / 10%))}.home-hero-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.16fr);gap:48px;align-items:center}.home-intro{display:flex;flex-direction:column;align-items:flex-start;gap:24px;min-width:0}.home-eyebrow{display:inline-block;font-size:13px;font-weight:650;text-decoration:none;padding:10px 14px;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface)}.home-hero .btn-blue{min-height:64px;padding-inline:32px;font-size:19px;background:#b54874;color:var(--color-text-on-dark);box-shadow:0 12px 30px #b5487452}.home-hero .btn-blue:hover,.home-hero .btn-blue:focus-visible{background:#9d3e64}.home-process-street{display:inline-flex;align-items:center;gap:5px;vertical-align:bottom;white-space:nowrap}.home-process-street img{width:16px;height:16px;object-fit:contain;align-self:center}.home-hero-assurance{display:flex;gap:24px;flex-wrap:wrap}.home-hero-assurance>div{display:flex;gap:10px;align-items:center}.home-hero-assurance img{width:44px;height:44px;object-fit:contain}.home-hero-assurance span{display:flex;flex-direction:column;gap:3px}.home-hero-assurance small{font-size:13px}.home-hero-assurance strong{font-size:14px}.home-summary>p{font-size:19px;margin:0 0 24px}.home-summary .home-offer{font-size:13px;margin:16px 0 0;color:var(--color-text-muted)}.home-actions{display:flex;flex-wrap:wrap;align-items:center;gap:24px}.home-link{font-weight:600;font-size:16px;text-decoration:underline;text-underline-offset:5px}.home-preview{width:min(100%,1000px);margin-inline:auto}.home-preview .platform-preview{display:flex;flex-direction:column}.home-preview .platform-switch{order:2;margin:20px auto 0}.home-preview .platform-panel{min-width:0}.home-integrations{margin-top:12px;padding:24px 0;box-sizing:border-box;border-radius:0;background:radial-gradient(ellipse at center,rgb(235 237 240 / .65),transparent 75%);color:var(--color-brand-ink);display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:center;position:relative;left:50%;transform:translate(-50%);width:120vw;max-width:none}.home-revamp .home-integrations h2{font-size:24px;margin:0 0 12px;color:inherit}.home-integrations .home-link{color:var(--color-text-secondary)}html.home-hero-bleed .dash-site-header{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;transition:background .25s ease,backdrop-filter .25s ease}html.home-hero-bleed[data-scrolled="1"] .dash-site-header{background:var(--bg-soft);backdrop-filter:saturate(1.4) blur(14px);-webkit-backdrop-filter:saturate(1.4) blur(14px)}.v8-stage{position:relative}.v8-crest{position:absolute;z-index:0;left:26%;bottom:100%;margin-bottom:-6px;transform:translate(-50%);width:186px;height:auto;pointer-events:none}.v8-card{position:relative;z-index:1}.v8-card .platform-panel,.v8-card .platform-preview>*:first-child{background-clip:padding-box}@media(min-width:821px){.v8-card .slack-chat{height:552px}.v8-card .teams-shell{height:550px}}@media(max-width:760px){.v8-crest{width:92px;margin-bottom:-4px;left:15%}}.v4-hero{position:relative;overflow:hidden;width:100%;box-sizing:border-box;margin:0;border-radius:0;margin-top:calc(-1 * var(--dash-header-h,64px));padding:calc(72px + var(--dash-header-h,64px)) 0 0;background:linear-gradient(180deg,color-mix(in srgb,var(--color-brand-lavender) 86%,var(--color-brand-lavender-strong)) 0%,var(--color-brand-lavender) 34%,#fbfaff 72%,#fff 100%)}.v4-hero-inner{position:relative;z-index:1;width:min(900px,calc(100% - 48px));margin-inline:auto;text-align:center;display:flex;flex-direction:column;align-items:center}.home-revamp .v4-hero-inner h1{font-size:clamp(36px,4.8vw,66px);line-height:1.06;letter-spacing:-.035em;margin:0 0 22px}.v4-accent{color:#b54874;white-space:nowrap}.v4-sub{font-size:20px;line-height:1.5;color:var(--color-text-muted);max-width:640px;margin:0 0 32px;text-wrap:pretty}.v4-hero .v4-cta{min-height:62px;padding-inline:34px;font-size:19px;background:#b54874;color:var(--color-text-on-dark);box-shadow:0 12px 30px #b5487452}.v4-hero .v4-cta:hover,.v4-hero .v4-cta:focus-visible{background:#9d3e64}.v4-cta-group{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}.v4-hero .v4-cta-secondary{order:2;min-height:auto;padding:0;font-size:15px;font-weight:600;background:transparent;box-shadow:none;color:var(--color-brand-ink);border:0;text-decoration:underline;text-underline-offset:3px}.v4-hero .v4-cta-secondary:hover,.v4-hero .v4-cta-secondary:focus-visible{background:transparent;color:#b54874}.v4-micro{font-size:13px;color:var(--color-text-muted);margin:14px 0 0}.v4-assurance{display:flex;gap:28px;flex-wrap:wrap;justify-content:center;margin:22px 0 0}.v4-assurance>div{display:flex;gap:9px;align-items:center;font-size:13px;color:var(--color-text-muted)}.v4-assurance img{width:28px;height:28px;object-fit:contain}.v4-assurance strong{color:var(--color-text)}.v4-stage{position:relative;z-index:1;width:min(1180px,calc(100% - 48px));margin:56px auto 0}.v4-stage .platform-preview{display:flex;flex-direction:column}.v4-stage .platform-switch{order:2;margin:20px auto 24px}.v4-stage .platform-panel{min-width:0}@media(max-width:1000px){.v4-hero{padding-top:52px}.v4-stage{margin-top:40px}}@media(max-width:760px){.v4-hero{width:100%;padding-top:calc(40px + var(--dash-header-h,64px))}.v4-hero-inner{width:calc(100% - 32px)}.home-revamp .v4-hero-inner h1 br{display:none}.v4-accent{white-space:normal}.v4-sub{font-size:18px;margin-bottom:26px}.v4-stage{width:calc(100% - 24px);margin-top:32px}.v4-assurance{gap:16px}.v4-cta-group{gap:12px}.v4-hero .v4-cta-secondary{order:0;width:100%;min-height:56px;padding-inline:28px;font-size:17px;font-weight:700;background:#fff;color:#b54874;border:2px solid #b54874;border-radius:999px;text-decoration:none;display:flex;align-items:center;justify-content:center}.v4-hero .v4-cta-secondary:hover,.v4-hero .v4-cta-secondary:focus-visible{background:#fbeef2;color:#9d3e64}.v4-hero .v4-cta{order:1;width:100%}}.home-revamp{color:var(--color-brand-ink);background:var(--color-surface)}.home-revamp .home-wrap{width:min(1264px,calc(100% - 56px));margin-inline:auto}.home-revamp h1,.home-revamp h2,.home-revamp h3{font-family:var(--font-brand-heading);font-weight:700;letter-spacing:-.035em}.home-revamp h1{font-size:clamp(38px,3.8vw,52px);line-height:1.12;margin:20px 0 0;text-wrap:balance}.home-revamp h2{font-size:clamp(34px,3.8vw,52px);line-height:1.1;margin:0 0 24px}.home-revamp h3{font-size:24px;line-height:1.25;margin:0 0 12px}.home-revamp p{line-height:1.6}.home-bleed-clip{overflow-x:clip;width:100%}.home-marquee{overflow:hidden;min-width:0;mask-image:linear-gradient(to right,transparent,#000 5%,#000 95%,transparent)}.home-logo-track{width:max-content;display:flex;animation:home-logo-scroll var(--logo-cycle,48s) linear infinite}.home-logo-group{display:flex;gap:28px;padding-right:28px;flex-shrink:0}.home-logo-group img{width:36px;height:36px;object-fit:contain;padding:10px;box-sizing:content-box;background:var(--color-surface);border-radius:14px}@keyframes home-logo-scroll{0%{transform:translate(0)}to{transform:translate(calc(-1 * var(--logo-copy-w,33.3333%)))}}.home-proof{display:flex;gap:24px;align-items:center;padding-block:72px 48px;border-bottom:1px solid var(--color-border)}.home-proof>img{border-radius:50%;width:64px;height:64px;object-fit:cover}.home-proof blockquote{font-size:24px;line-height:1.4;margin:0 0 12px;max-width:920px}.home-proof p{font-size:14px;margin:0;color:var(--color-text-muted)}.home-proof a{margin-left:16px;font-size:14px}.home-work{padding-block:88px}.home-team-intro{display:grid;grid-template-columns:1fr 1fr;gap:72px;margin-bottom:88px;align-items:center}.home-team-accent{color:var(--color-brand-primary)}.home-team-intro p,.home-body{font-size:21px;margin:0 0 24px}.home-workflow{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:72px;padding:0 0 64px;margin:0 0 64px;border-bottom:1px solid var(--color-border)}.home-workflow.reverse>div:first-child{order:2}.home-workflow:last-of-type{border-bottom:0;margin-bottom:0}.home-tool-icons{display:flex;gap:18px;flex-wrap:wrap;align-items:center}.home-tool-icons img{width:30px;height:30px;object-fit:contain}.home-chat-surface{padding:28px;border-radius:24px;background:var(--color-brand-primary-soft)}.home-chat-surface.chat-1{background:var(--color-surface-cream)}.home-chat{background:var(--color-surface);border-radius:16px;padding:28px 24px;box-shadow:0 12px 30px -20px rgb(var(--color-brand-ink-rgb)/.35)}.home-message{display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px}.home-message+.home-message{margin-top:28px}.home-message>img{width:40px;height:40px;object-fit:cover;border-radius:9px}.home-message strong{font-size:18px}.home-message p{font-size:18px;margin:6px 0 0}.home-mention{color:var(--color-brand-primary-strong);font-weight:650}.home-file{display:flex;gap:12px;align-items:center;margin-top:18px;padding:16px;border:1px solid var(--color-border);border-radius:10px}.home-file img{width:28px;height:28px;object-fit:contain}.home-file strong{font-size:16px}.home-more-work{padding-top:48px}.home-work-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:40px 48px;margin:0 auto 80px;border-radius:24px;background:linear-gradient(115deg,var(--color-brand-lavender),var(--color-brand-primary-soft))}.home-work-cta h3{font-size:clamp(28px,3vw,36px);margin:0 0 10px}.home-cta-offer{display:flex;align-items:center;flex-wrap:wrap;gap:12px 18px;margin-top:18px;font-size:14px}.home-cta-credit{padding:10px 17px;border-radius:999px;background:var(--color-surface);font-size:16px;font-weight:650}.home-cta-no-card{display:inline-flex;align-items:center;gap:7px;color:var(--color-brand-ink)}.home-cta-no-card svg{width:18px;height:18px;stroke:var(--color-brand-ink);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-work-cta .btn{min-height:64px;padding:18px 32px;font-size:20px;gap:12px;flex-shrink:0}@media(max-width:760px){.home-cta-offer{justify-content:center}.home-work-cta{flex-direction:column;text-align:center;padding:32px 24px;margin-bottom:56px;gap:24px}.home-work-cta .btn{width:100%;font-size:18px;padding-inline:20px}}.home-more-work>h2{max-width:1000px;margin:0 auto 56px;text-align:center}.home-more-work>h2>span{color:var(--color-brand-primary)}.home-job-wall{width:min(1300px,calc(100vw - 64px));margin-left:50%;transform:translate(-50%);mask-image:linear-gradient(to right,transparent,#000 7%,#000 93%,transparent);cursor:grab;user-select:none;touch-action:pan-x pan-y;display:flex;gap:24px;overflow-x:auto;overscroll-behavior-x:contain;padding:12px 0 28px;scrollbar-width:none}.home-job-wall.is-dragging{cursor:grabbing}.home-job-wall img{-webkit-user-drag:none}.home-job-wall::-webkit-scrollbar{display:none}.home-job-card{display:flex;flex-direction:column;flex:0 0 clamp(300px,29vw,410px);min-width:0;padding:24px;text-align:left;font:inherit}.home-job-title{display:block;font-size:20px;font-weight:650;margin-bottom:22px}.home-job-request{margin:0 0 28px}.home-job-prompt{display:block;font-size:18px;line-height:1.55;margin-top:6px}.home-job-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-top:auto;padding-top:24px;border-top:1px solid var(--color-border)}.home-revamp .home-job-footer .home-tool-icons{margin:0;gap:12px}.home-job-footer .home-tool-icons img{width:28px;height:28px;object-fit:contain}.home-job-output{color:var(--color-text-muted);font-size:13px;line-height:1.5}.home-job-card:focus-visible{outline:3px solid var(--color-brand-primary);outline-offset:5px}.home-job-wall:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:4px}@media(max-width:760px){.home-use-cases{padding:56px 0}.home-more-work>h2{font-size:clamp(22px,5.8vw,40px);text-align:center;margin-bottom:32px}.home-job-wall{width:100%;margin-left:0;transform:none;mask-image:linear-gradient(to right,transparent,#000 24px,#000 calc(100% - 24px),transparent);gap:16px;padding:12px 0 24px}.home-job-card{flex-basis:calc(100vw - 80px);padding:24px 20px}.home-job-prompt{font-size:17px}}@media(prefers-reduced-motion:reduce){.home-job-card[aria-hidden=true]{display:none}}.home-revamp details{border-bottom:1px solid var(--color-border);padding:18px 0}.home-revamp summary{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:20px;font-weight:600;cursor:pointer;list-style:none}.home-revamp summary::-webkit-details-marker{display:none}.home-revamp details[open]>summary>span{transform:rotate(45deg)}.home-revamp details p{font-size:17px;margin:16px 0 0}.home-revamp details .home-tool-icons{margin-top:18px}.home-setup{background:var(--color-surface-raised);padding:80px 0}.home-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:40px}.home-step-top{display:flex;align-items:center;gap:20px;min-height:40px;margin-bottom:20px}.home-step-icon{display:inline-flex;align-items:center;font-size:32px;line-height:1;color:var(--color-brand-primary-strong)}.home-steps p{font-size:18px;margin:0}.home-install-link{display:inline-block;margin-top:20px}.home-setup-tools{display:flex;align-items:center;gap:12px}.home-setup-tools img{width:22px;height:22px;object-fit:contain}.home-use-cases{padding:88px 0;background:var(--color-surface)}.home-use-cases h2{max-width:800px}.home-team-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:32px}.home-job-card,.home-industry-card{border:1px solid var(--color-border);border-radius:24px;background:var(--color-surface);color:var(--color-brand-ink)}.home-industry-card{display:flex;flex-direction:column;padding:22px;text-decoration:none}.home-industry-card:hover .home-industry-heading svg{color:var(--color-brand-primary-strong)}.home-industry-card:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:4px}.home-industry-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-industry-heading svg{flex-shrink:0;color:var(--color-text-muted)}.home-team-links h3{font-size:19px;line-height:1.3;margin:0}.home-team-links p{font-size:15px;line-height:1.5;margin:0}.home-team-tools{display:flex;align-items:center;gap:10px;margin:12px 0}.home-team-tools img{width:20px;height:20px;object-fit:contain}.home-team-tools img:nth-child(4){mask-image:linear-gradient(to right,#000 50%,transparent 100%)}.home-team-more{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--color-text-muted);font-size:20px;line-height:1}.home-industries-action{display:flex;justify-content:center;margin-top:28px}@media(min-width:761px)and (max-width:1000px){.home-team-links{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-security-band{background:linear-gradient(125deg,var(--color-brand-lavender) 0%,var(--color-brand-primary-soft) 70%,var(--color-brand-lavender-strong) 100%)}.home-security{padding-block:96px;align-items:center;display:grid;grid-template-columns:1fr 1fr;gap:80px}.home-security>div>p{font-size:21px}.home-security-assurance{margin-top:32px;gap:24px 32px}.home-security-facts{display:grid;gap:32px}.home-security-facts>div{margin:0}.home-security-facts h3{font-size:22px;margin-bottom:8px}.home-security-facts p{font-size:18px;margin:0}.home-revamp .home-faq h2{font-size:clamp(25px,2.7vw,37px);margin-bottom:0}.home-faq-intro{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px;height:100%;width:fit-content;max-width:100%}.home-faq-dash{width:min(300px,100%);height:auto;margin-block:auto;display:block}@media(max-width:760px){.home-faq-intro{align-items:center;text-align:center;height:auto;justify-content:flex-start;width:auto}.home-faq-dash{width:150px;margin-top:8px}}.home-faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:72px;padding-block:80px 88px}.home-faq details:first-child{padding-top:0}.home-final .btn-blue{height:auto;min-height:64px;padding:16px 32px;font-size:20px;line-height:1.4;justify-content:center;white-space:normal;max-width:100%;box-sizing:border-box}.home-final{text-align:center;padding:80px 24px;background:var(--color-brand-ink);color:var(--color-text-on-dark);position:relative;overflow:hidden}.home-bone{position:absolute;pointer-events:none;right:30%;bottom:14px;width:88px;height:auto}@media(max-width:900px){.home-bone{right:8%;bottom:18px;width:56px}}.home-final h2,.home-final a{color:inherit}.home-final .home-actions{justify-content:center;margin-top:28px}.home-revamp a:focus-visible,.home-revamp summary:focus-visible,.home-marquee:focus-visible{outline:3px solid var(--color-brand-primary);outline-offset:5px}@media(max-width:1000px){.home-hero{padding-bottom:132px}.home-hero-pup{width:140px;right:4px;bottom:-18px}.home-hero-layout{grid-template-columns:1fr;gap:36px}.home-hero .home-intro{max-width:680px}.home-intro,.home-team-intro,.home-workflow,.home-more-work,.home-security,.home-faq{gap:36px}.home-chat-surface{padding:20px}.home-integrations{grid-template-columns:1fr;gap:28px}}@media(max-width:760px){.home-revamp .home-wrap{width:calc(100% - 40px)}.home-intro,.home-team-intro,.home-workflow,.home-more-work,.home-security,.home-faq{grid-template-columns:1fr;gap:28px}.home-intro{margin-bottom:32px}.home-hero{width:100%;padding:calc(32px + var(--dash-header-h,64px)) 0 132px}.home-hero-pup{width:140px;right:4px;bottom:-18px}.home-workflow.reverse>div:first-child{order:initial}.home-steps{grid-template-columns:1fr;gap:28px}.home-team-links{grid-template-columns:1fr;gap:12px}.home-workflow{gap:30px;padding-bottom:40px;margin-bottom:40px}.home-work{padding-block:56px}.home-security{padding-block:72px}.home-team-intro{margin-bottom:56px}.home-proof{align-items:flex-start;gap:16px}.home-proof blockquote{font-size:20px}.home-proof a{display:block;margin:12px 0 0}.home-proof>img{width:48px;height:48px}.home-body,.home-team-intro p{font-size:19px}.home-chat{padding:24px 16px}.home-message{grid-template-columns:32px minmax(0,1fr);gap:10px}.home-message>img{width:32px;height:32px}.home-message p{font-size:17px}.home-integrations{padding:28px 20px}.home-faq{padding-block:56px}}@media(prefers-reduced-motion:reduce){.home-logo-track{animation:none}.home-marquee{overflow-x:auto}.home-logo-group[aria-hidden=true]{display:none}}
