.nav-shell{--nav-width:78.4%;--nav-max-width:1322px;--nav-min-height:68px;--nav-offset-top:24px;--nav-radius:22px;--nav-padding-x:14px;--panel-radius:22px;--panel-width:60%;--panel-height:300px;--panel-gap:12px;--glass-blur:20px;--glass-saturate:180%;--glass-tint-alpha:.0581;--glass-tint-panel-alpha:.0457;--glass-tint:rgba(255, 255, 255, var(--glass-tint-alpha));--glass-tint-panel:rgba(255, 255, 255, var(--glass-tint-panel-alpha));--glass-edge-hi:#ffffff9e;--glass-edge-lo:#ffffff17;--glass-inner-top:#ffffff38;--glass-shadow:0 24px 64px -20px #000000c7, 0 6px 20px -10px #0009;--ink:#fffffff2;--ink-rest:#ffffff9e;--ink-scrim:0 1px 2px #000000d9, 0 0 10px #000000b3, 0 0 24px #00000073;--ink-muted:#ffffff6b;--nav-accent:#6ba5ff;--brand-accent-ink:var(--nav-accent);--focus-ring:#8fd0ff;--ease-emphasis:cubic-bezier(.22, 1, .36, 1);--dur-reveal:.42s;--dur-hide:.24s;--dur-panel:.26s;top:var(--nav-offset-top);z-index:50;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:fixed;left:0;right:0}.nav{width:var(--nav-width);max-width:var(--nav-max-width);min-height:var(--nav-min-height);padding:0 var(--nav-padding-x);border-radius:var(--nav-radius);pointer-events:auto;position:relative}.nav__surface{--surface-shift:8px;--surface-scale:.985;border-radius:inherit;opacity:0;transform:translateY(var(--surface-shift)) scale(var(--surface-scale));transform-origin:50% 0;background:var(--glass-tint);box-shadow:var(--glass-shadow), inset 0 1px 0 0 var(--glass-inner-top), inset 0 -1px 0 0 #ffffff0f;-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));will-change:opacity, transform;transition:opacity var(--dur-hide) var(--ease-emphasis), transform var(--dur-hide) var(--ease-emphasis);pointer-events:none;position:absolute;inset:0}.nav__surface:after{content:"";border-radius:inherit;background:linear-gradient(145deg, var(--glass-edge-hi) 0%, #ffffff24 26%, transparent 52%, var(--glass-edge-lo) 78%, #ffffff47 100%);-webkit-mask-composite:xor;pointer-events:none;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.nav:hover .nav__surface,.nav:focus-within .nav__surface,.nav[data-revealed] .nav__surface{--surface-shift:0px;--surface-scale:1;opacity:1;transition:opacity var(--dur-reveal) var(--ease-emphasis), transform var(--dur-reveal) var(--ease-emphasis)}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.nav__surface{background:#10141edb}.nav__surface--panel{background:#0e121ce6}}.nav__inner{min-height:var(--nav-min-height);transition:transform var(--dur-hide) var(--ease-emphasis);grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;display:grid;position:relative;transform:translateY(1px)}.nav:hover .nav__inner,.nav:focus-within .nav__inner,.nav[data-revealed] .nav__inner{transition:transform var(--dur-reveal) var(--ease-emphasis);transform:translateY(0)}.nav__brand{color:var(--ink);letter-spacing:-.015em;text-shadow:var(--ink-scrim);white-space:nowrap;transition:color var(--dur-hide) var(--ease-emphasis), text-shadow var(--dur-hide) var(--ease-emphasis);border-radius:12px;justify-self:start;padding:8px 12px;font-size:1.0625rem;font-weight:600;text-decoration:none}.nav__brand-accent{color:var(--brand-accent-ink)}.nav:hover .nav__brand,.nav:focus-within .nav__brand,.nav[data-revealed] .nav__brand{text-shadow:none}.nav__brand:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.nav__menu{justify-self:center;align-items:center;gap:2px;margin:0;padding:0;list-style:none;display:flex}.nav__item{flex:none;position:relative}.nav__trigger{color:var(--ink-rest);font:inherit;letter-spacing:-.005em;text-shadow:var(--ink-scrim);white-space:nowrap;cursor:pointer;transition:color var(--dur-hide) var(--ease-emphasis), text-shadow var(--dur-hide) var(--ease-emphasis);background:0 0;border:0;border-radius:12px;align-items:center;gap:7px;margin:0;padding:10px 14px;font-size:.9375rem;font-weight:500;line-height:1.2;text-decoration:none;display:inline-flex}.nav:hover .nav__trigger,.nav:focus-within .nav__trigger,.nav[data-revealed] .nav__trigger{color:var(--ink);text-shadow:none}.nav__trigger:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.nav__trigger[aria-expanded=true]{color:var(--ink)}.nav__chevron{opacity:.6;width:10px;height:6px;transition:transform var(--dur-panel) var(--ease-emphasis), opacity var(--dur-hide) var(--ease-emphasis)}.nav__trigger[aria-expanded=true] .nav__chevron{opacity:.95;transform:rotate(180deg)}.nav__panel{--panel-shift:-10px;--panel-scale:.985;top:calc(100% + var(--panel-gap));left:calc((100% - var(--panel-width)) / 2);right:calc((100% - var(--panel-width)) / 2);height:var(--panel-height);border-radius:var(--panel-radius);opacity:0;visibility:hidden;transform:translateY(var(--panel-shift)) scale(var(--panel-scale));transform-origin:50% 0;transition:opacity var(--dur-panel) var(--ease-emphasis), transform var(--dur-panel) var(--ease-emphasis), visibility 0s linear var(--dur-panel);padding:20px;position:absolute}.nav__panel[data-open]{--panel-shift:0px;--panel-scale:1;opacity:1;visibility:visible;transition:opacity var(--dur-panel) var(--ease-emphasis), transform var(--dur-panel) var(--ease-emphasis), visibility 0s}.nav__view{opacity:0;visibility:hidden;transition:opacity var(--dur-panel) var(--ease-emphasis), visibility 0s linear var(--dur-panel);justify-content:center;align-items:center;display:flex;position:absolute;inset:20px}.nav__view[data-active]{opacity:1;visibility:visible;transition:opacity var(--dur-panel) var(--ease-emphasis), visibility 0s}.nav__surface--panel{opacity:1;background:var(--glass-tint-panel);transition:none;transform:none}.nav__view-body{width:100%;max-height:100%;overflow:hidden}.nav__cols{gap:4px 20px;display:grid}.nav__cols[data-columns="2"]{grid-template-columns:1fr 1fr}.nav__section-label{color:var(--ink-muted);letter-spacing:.13em;text-transform:uppercase;margin:0 0 6px;padding:0 10px;font-size:.6875rem;font-weight:500}.nav__rows{margin:0;padding:0;list-style:none}.nav__row{color:inherit;transition:background-color var(--dur-hide) var(--ease-emphasis);border-radius:12px;align-items:flex-start;gap:12px;padding:9px 10px;text-decoration:none;display:flex}a.nav__row:hover,a.nav__row:focus-visible{background:#ffffff0f}a.nav__row:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.nav__row--static{cursor:default}.nav__row-icon{width:32px;height:32px;color:var(--ink-rest);transition:color var(--dur-hide) var(--ease-emphasis);background:#ffffff0a;border:1px solid #ffffff1f;border-radius:9px;flex:none;justify-content:center;align-items:center;display:flex}a.nav__row:hover .nav__row-icon{color:var(--ink)}.nav__row-icon--soon{color:#6ba5ffe6;background:#2f66e81a;border-color:#6ba5ff47}.nav__row-text{min-width:0}.nav__row-title{color:var(--ink);letter-spacing:-.01em;font-size:.84375rem;font-weight:500;line-height:1.35;display:block}.nav__row-desc{color:var(--ink-muted);margin-top:2px;font-size:.78125rem;line-height:1.35;display:block}.nav__row-badge{color:#6ba5ff;font-family:var(--font-geist-mono,ui-monospace, monospace);letter-spacing:.12em;text-transform:uppercase;background:#2f66e81f;border:1px solid #6ba5ff6b;border-radius:999px;margin-top:5px;padding:3px 8px;font-size:.59375rem;font-weight:500;line-height:1;display:inline-flex}.nav__view-divider{background:#ffffff14;height:1px;margin:8px 4px}.nav__view-footer{color:var(--ink);transition:background-color var(--dur-hide) var(--ease-emphasis);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:10px;font-size:.8125rem;font-weight:500;text-decoration:none;display:flex}.nav__view-footer:hover,.nav__view-footer:focus-visible{background:#ffffff0f}.nav__view-footer:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.nav__view-footer-meta{color:var(--ink-muted);font-family:var(--font-geist-mono,ui-monospace, monospace);letter-spacing:.12em;text-transform:uppercase;font-size:.6875rem}.nav__tail{justify-self:end;align-items:center;gap:10px;min-width:1px;display:flex}.nav__cta{color:#05070c;letter-spacing:-.005em;white-space:nowrap;transition:background-color var(--dur-hide) var(--ease-emphasis), transform var(--dur-hide) var(--ease-emphasis);background:#fff;border-radius:999px;align-items:center;padding:10px 18px;font-size:.9375rem;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex;box-shadow:0 6px 18px -8px #000000b3}.nav__cta:hover{background:#ffffffe0}.nav__cta:active{transform:translateY(1px)}.nav__cta:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.nav__burger{width:38px;height:38px;color:var(--ink);cursor:pointer;transition:background-color var(--dur-hide) var(--ease-emphasis);background:0 0;border:1px solid #ffffff24;border-radius:12px;justify-content:center;align-items:center;padding:0;display:none}.nav__burger:hover{background:#ffffff0f}.nav__burger:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.nav__burger-bars{width:18px;height:9px;display:block;position:relative}.nav__burger-bars span{width:18px;height:1px;transition:transform var(--dur-panel) var(--ease-emphasis), top var(--dur-panel) var(--ease-emphasis);background:currentColor;position:absolute;left:0}.nav__burger-bars span:first-child{top:0}.nav__burger-bars span:nth-child(2){top:8px}.nav__burger[aria-expanded=true] .nav__burger-bars span:first-child{top:4px;transform:rotate(45deg)}.nav__burger[aria-expanded=true] .nav__burger-bars span:nth-child(2){top:4px;transform:rotate(-45deg)}.nav__mobile{width:var(--nav-width);max-width:var(--nav-max-width);margin-top:var(--panel-gap);border-radius:var(--panel-radius);opacity:0;visibility:hidden;pointer-events:none;max-height:0;transition:opacity var(--dur-panel) var(--ease-emphasis), max-height var(--dur-panel) var(--ease-emphasis), visibility 0s linear var(--dur-panel);overflow:hidden}.nav__mobile[data-open]{opacity:1;visibility:visible;pointer-events:auto;max-height:72vh;transition:opacity var(--dur-panel) var(--ease-emphasis), max-height var(--dur-panel) var(--ease-emphasis), visibility 0s;overflow-y:auto}.nav__mobile-inner{border-radius:inherit;box-shadow:var(--glass-shadow), inset 0 1px 0 0 var(--glass-inner-top);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturate));background:#0b0d14f0;padding:10px;position:relative}.nav__mobile-group{border:0}.nav__mobile-summary{color:var(--ink);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;padding:12px;font-size:.9375rem;font-weight:500;list-style:none;display:flex}.nav__mobile-summary::-webkit-details-marker{display:none}.nav__mobile-summary:hover{background:#ffffff0d}.nav__mobile-group[open] .nav__mobile-summary .nav__chevron{transform:rotate(180deg)}.nav__mobile-link{color:var(--ink);border-radius:12px;padding:12px;font-size:.9375rem;font-weight:500;text-decoration:none;display:block}.nav__mobile-link:hover{background:#ffffff0d}.nav__mobile-body{padding:0 0 8px 8px}.nav__mobile-foot{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding:8px 4px 2px;display:flex}@media (max-width:1024px){.nav-shell{--nav-width:calc(100% - 32px)}.nav__menu,.nav__panel{display:none}.nav__burger{display:inline-flex}.nav__inner{grid-template-columns:auto 1fr}.nav__tail{grid-column:2}}@media (max-width:860px){.nav-shell{--nav-min-height:60px;--nav-offset-top:14px;--nav-radius:18px}.nav__brand{padding:8px;font-size:1rem}.nav__cta{padding:9px 14px;font-size:.875rem}}@media (max-width:560px){.nav__cta{padding:8px 12px;font-size:.8125rem}.nav__brand{font-size:.9375rem}.nav__tail{gap:8px}}@media (hover:none){.nav__surface{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.nav__surface{--surface-shift:0px;--surface-scale:1}.nav__panel{--panel-shift:0px;--panel-scale:1}.nav__inner{transform:none}.nav__surface,.nav__inner,.nav__panel,.nav__chevron{transition-duration:.12s}}@media (prefers-reduced-transparency:reduce){.nav__surface{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0c101af0}.nav__surface--panel{background:#0a0e18f7}}@media (prefers-contrast:more){.nav-shell{--ink-rest:#ffffffe0;--ink-muted:#ffffffb8;--glass-edge-lo:#ffffff73}.nav__surface{background:#0a0e18eb}}
.InteractiveCrmPreview-module__fAwIea__stage{--crm-bg-stage:#030409;--crm-bg-window:#0a0b0e;--crm-bg-panel:#0d0e12;--crm-bg-card:#101116;--crm-bg-card-hover:#14151b;--crm-bg-inset:#0b0c10;--crm-line-soft:#17181d;--crm-line:#1c1d23;--crm-line-strong:#2a2b33;--crm-ink:#fff;--crm-ink-strong:#ecedf1;--crm-ink-body:#c8cad2;--crm-ink-soft:#9a9da8;--crm-ink-muted:#7b7e8a;--crm-ink-faint:#5e616c;--crm-accent:#fff;--crm-accent-fill:#ffffff12;--crm-accent-fill-soft:#ffffff0a;--crm-accent-line:#ffffff24;--crm-phosphor:#2f66e8;--crm-phosphor-deep:#0f2a63;--crm-phosphor-bright:#6ba5ff;--crm-phosphor-fill:#2f66e824;--crm-phosphor-fill-soft:#2f66e812;--crm-phosphor-line:#2f66e857;--crm-phosphor-glow:#2f66e88c;--crm-phosphor-bloom:#6ea5ff47;--crm-rim:#2e8bff;--crm-rim-soft:#2e8bff70;--crm-rim-faint:#2e8bff21;--crm-series-1:#fff;--crm-series-2:#b9bcc4;--crm-series-3:#8a8d97;--crm-series-4:#5a5d66;--crm-radius-window:6px;--crm-radius-card:4px;--crm-radius-control:3px;--crm-radius-chip:3px;--crm-radius-bar:2px;isolation:isolate;padding:clamp(1.5rem,4vw,3rem) clamp(.5rem,2vw,1.5rem);position:relative}.InteractiveCrmPreview-module__fAwIea__glow{z-index:-1;filter:blur(130px);pointer-events:none;background:#2e8bff1a;border-radius:50%;width:76%;height:62%;position:absolute;top:16%;left:50%;transform:translate(-50%)}.InteractiveCrmPreview-module__fAwIea__window{aspect-ratio:16/9;border:1px solid var(--crm-line-strong);border-radius:var(--crm-radius-window);background:var(--crm-bg-window);width:min(100%,1280px);margin:auto;position:relative;overflow:hidden;box-shadow:0 42px 86px #0000008c,0 0 0 1px #00000073,inset 0 1px #ffffff0f}@supports not (aspect-ratio:16 / 9){.InteractiveCrmPreview-module__fAwIea__window{height:clamp(620px,56vw,720px)}}.InteractiveCrmPreview-module__fAwIea__windowBar{border-bottom:1px solid var(--crm-line-strong);height:38px;color:var(--crm-ink-muted);letter-spacing:.025em;background:linear-gradient(#141415,#111112);grid-template-columns:1fr auto 1fr;align-items:center;padding:0 14px;font:500 9px/1 ui-monospace,monospace;display:grid}.InteractiveCrmPreview-module__fAwIea__traffic{gap:6px;display:flex}.InteractiveCrmPreview-module__fAwIea__traffic i{background:#ff5f57;border-radius:50%;width:8px;height:8px;box-shadow:inset 0 0 0 .5px #00000047}.InteractiveCrmPreview-module__fAwIea__traffic i:nth-child(2){background:#febc2e}.InteractiveCrmPreview-module__fAwIea__traffic i:nth-child(3){background:#28c840}.InteractiveCrmPreview-module__fAwIea__windowBar>b{color:var(--crm-ink-body);justify-self:end;align-items:center;gap:6px;font-weight:500;display:flex}.InteractiveCrmPreview-module__fAwIea__windowBar>b i,.InteractiveCrmPreview-module__fAwIea__heading>em i{background:var(--crm-phosphor);width:6px;height:6px;box-shadow:0 0 0 3px var(--crm-phosphor-fill),0 0 10px var(--crm-phosphor-glow),0 0 22px var(--crm-phosphor-bloom);border-radius:50%;animation:2.1s ease-out infinite InteractiveCrmPreview-module__fAwIea__crm-pulse}@keyframes InteractiveCrmPreview-module__fAwIea__crm-pulse{50%{box-shadow:0 0 0 7px #2f66e800,0 0 10px var(--crm-phosphor-glow),0 0 22px var(--crm-phosphor-bloom)}}.InteractiveCrmPreview-module__fAwIea__app{height:calc(100% - 38px);color:var(--crm-ink-strong);background:var(--crm-bg-window);display:flex}.InteractiveCrmPreview-module__fAwIea__sidebar{border-right:1px solid var(--crm-line);background:var(--crm-bg-panel);flex-direction:column;flex:0 0 158px;display:flex}.InteractiveCrmPreview-module__fAwIea__brand{border-bottom:1px solid var(--crm-line);align-items:center;gap:9px;height:62px;padding:0 14px;display:flex}.InteractiveCrmPreview-module__fAwIea__brand>strong{border:1px solid var(--crm-phosphor-line);border-radius:var(--crm-radius-control);background:var(--crm-phosphor-fill-soft);width:29px;height:29px;color:var(--crm-phosphor-bright);place-items:center;display:grid}.InteractiveCrmPreview-module__fAwIea__brand>span{color:var(--crm-ink);flex-direction:column;gap:3px;font:600 10px/1 sans-serif;display:flex}.InteractiveCrmPreview-module__fAwIea__brand small{color:var(--crm-ink-muted);letter-spacing:.13em;text-transform:uppercase;font:500 7px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__sidebar nav{flex-direction:column;gap:3px;padding:13px 9px;display:flex}.InteractiveCrmPreview-module__fAwIea__sidebar nav button,.InteractiveCrmPreview-module__fAwIea__sidebar nav>div{border-radius:var(--crm-radius-control);width:100%;height:35px;color:var(--crm-ink-muted);text-align:left;background:0 0;border:0;align-items:center;gap:9px;padding:0 10px;font:500 9px/1 sans-serif;transition:all .22s;display:flex;position:relative}.InteractiveCrmPreview-module__fAwIea__sidebar nav button{cursor:pointer}.InteractiveCrmPreview-module__fAwIea__sidebar nav>div{cursor:default}.InteractiveCrmPreview-module__fAwIea__sidebar nav button:hover,.InteractiveCrmPreview-module__fAwIea__sidebar nav>div:hover{color:var(--crm-ink-body);background:var(--crm-accent-fill-soft)}.InteractiveCrmPreview-module__fAwIea__sidebar nav svg{transition:transform .22s}.InteractiveCrmPreview-module__fAwIea__sidebar nav button:hover svg,.InteractiveCrmPreview-module__fAwIea__sidebar nav>div:hover svg{transform:translate(2px)}.InteractiveCrmPreview-module__fAwIea__sidebar nav>div>i{background:var(--crm-ink-faint);opacity:0;border-radius:50%;width:3px;height:3px;margin-left:auto;transition:all .2s;transform:scale(0)}.InteractiveCrmPreview-module__fAwIea__sidebar nav>div:hover>i{opacity:1;transform:scale(1)}.InteractiveCrmPreview-module__fAwIea__sidebar nav .InteractiveCrmPreview-module__fAwIea__active{color:var(--crm-ink);background:linear-gradient(90deg,var(--crm-phosphor-fill),transparent);box-shadow:inset 2px 0 var(--crm-phosphor),inset 8px 0 18px -8px var(--crm-phosphor-glow)}.InteractiveCrmPreview-module__fAwIea__user{border-top:1px solid var(--crm-line);align-items:center;gap:8px;margin-top:auto;padding:13px 12px;display:flex}.InteractiveCrmPreview-module__fAwIea__user>i,.InteractiveCrmPreview-module__fAwIea__initials{border:1px solid var(--crm-accent-line);border-radius:var(--crm-radius-control);width:27px;height:27px;color:var(--crm-ink);background:#17171a;flex:none;place-items:center;font:600 7px/1 sans-serif;display:grid}.InteractiveCrmPreview-module__fAwIea__user>span{min-width:0;color:var(--crm-ink-body);flex-direction:column;gap:3px;font:600 8px/1 sans-serif;display:flex}.InteractiveCrmPreview-module__fAwIea__user small{color:var(--crm-ink-muted);font:7px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__workspace{flex-direction:column;flex:1;min-width:0;display:flex}.InteractiveCrmPreview-module__fAwIea__topbar{border-bottom:1px solid var(--crm-line);background:var(--crm-bg-panel);flex:0 0 62px;justify-content:flex-end;align-items:center;gap:10px;padding:0 18px;display:flex}.InteractiveCrmPreview-module__fAwIea__mobileBrand{color:var(--crm-ink);align-items:center;gap:6px;margin-right:auto;font:600 9px/1 sans-serif;display:none}.InteractiveCrmPreview-module__fAwIea__search{border:1px solid var(--crm-line-strong);border-radius:var(--crm-radius-control);background:var(--crm-bg-inset);width:min(250px,42%);height:30px;color:var(--crm-ink-muted);align-items:center;gap:7px;padding:0 9px;font:8px/1 sans-serif;transition:all .2s;display:flex}.InteractiveCrmPreview-module__fAwIea__search:hover{border-color:var(--crm-phosphor-line);background:#111318}.InteractiveCrmPreview-module__fAwIea__search span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.InteractiveCrmPreview-module__fAwIea__search kbd{border:1px solid var(--crm-line-strong);color:var(--crm-ink-muted);border-radius:2px;margin-left:auto;padding:3px 5px;font:7px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__topbar>button{border:1px solid var(--crm-line-strong);border-radius:var(--crm-radius-control);background:var(--crm-bg-inset);width:30px;height:30px;color:var(--crm-ink-muted);place-items:center;transition:all .2s;display:grid;position:relative}.InteractiveCrmPreview-module__fAwIea__topbar>button:hover{border-color:var(--crm-phosphor-line);color:var(--crm-phosphor-bright);transform:translateY(-1px)}.InteractiveCrmPreview-module__fAwIea__topbar>button i{background:var(--crm-phosphor);width:4px;height:4px;box-shadow:0 0 7px var(--crm-phosphor-glow),0 0 14px var(--crm-phosphor-bloom);border-radius:50%;position:absolute;top:7px;right:7px}.InteractiveCrmPreview-module__fAwIea__content{background:radial-gradient(circle at 72% -20%,#3f9dff0d,transparent 40%),var(--crm-bg-window);scrollbar-width:thin;scrollbar-color:#2e313a transparent;flex:1;min-height:0;padding:20px;animation:.32s both InteractiveCrmPreview-module__fAwIea__crm-fadeIn;overflow:auto}.InteractiveCrmPreview-module__fAwIea__content::-webkit-scrollbar{width:6px}.InteractiveCrmPreview-module__fAwIea__content::-webkit-scrollbar-thumb{background:#2e313a;border-radius:6px}@keyframes InteractiveCrmPreview-module__fAwIea__crm-fadeIn{0%{opacity:.35;transform:translateY(4px)}to{opacity:1;transform:none}}.InteractiveCrmPreview-module__fAwIea__heading{justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:17px;display:flex}.InteractiveCrmPreview-module__fAwIea__heading>div:first-child{flex-direction:column;gap:5px;display:flex}.InteractiveCrmPreview-module__fAwIea__heading>div>span{color:var(--crm-ink-muted);font:500 8px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__heading h3{color:var(--crm-ink);letter-spacing:-.025em;margin:0;font:600 19px/1.1 sans-serif}.InteractiveCrmPreview-module__fAwIea__heading>em{border:1px solid var(--crm-phosphor-line);border-radius:var(--crm-radius-chip);background:var(--crm-phosphor-fill-soft);color:var(--crm-ink-body);white-space:nowrap;align-items:center;gap:7px;padding:7px 9px;font:500 7px/1 sans-serif;display:flex}.InteractiveCrmPreview-module__fAwIea__metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.InteractiveCrmPreview-module__fAwIea__metrics>button{border:1px solid var(--crm-line);border-radius:var(--crm-radius-card);background:var(--crm-bg-card);height:91px;color:inherit;text-align:left;cursor:pointer;padding:12px;transition:all .24s;position:relative;overflow:hidden}.InteractiveCrmPreview-module__fAwIea__metrics>button:hover,.InteractiveCrmPreview-module__fAwIea__metrics>button:focus-visible{z-index:1;background:var(--crm-bg-card-hover);transform:translateY(-3px);box-shadow:0 14px 30px #00000057,inset 0 1px #ffffff0d,0 0 12px #2e8bff4d,0 0 34px #2e8bff29,0 0 78px #2e8bff12}.InteractiveCrmPreview-module__fAwIea__metrics>button>span,.InteractiveCrmPreview-module__fAwIea__metrics>button>strong,.InteractiveCrmPreview-module__fAwIea__metrics>button>small{z-index:2;display:block;position:relative}.InteractiveCrmPreview-module__fAwIea__metrics>button>span{color:var(--crm-ink-muted);font:500 7px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__metrics>button>strong{color:var(--crm-ink);margin-top:7px;font:600 16px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__metrics>button>small{color:var(--crm-phosphor-bright);margin-top:7px;font:500 7px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__metrics svg{opacity:.85;width:52%;height:34px;transition:all .2s;position:absolute;bottom:7px;right:7px}.InteractiveCrmPreview-module__fAwIea__metrics polyline{fill:none;stroke:var(--crm-phosphor);stroke-width:1.7px;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 4px var(--crm-phosphor-glow))}.InteractiveCrmPreview-module__fAwIea__metrics>button:nth-child(2) polyline{stroke:var(--crm-series-1);filter:none}.InteractiveCrmPreview-module__fAwIea__metrics>button:nth-child(3) polyline{stroke:var(--crm-phosphor)}.InteractiveCrmPreview-module__fAwIea__metrics>button:nth-child(4) polyline{stroke:var(--crm-series-2);filter:none}.InteractiveCrmPreview-module__fAwIea__metrics>button:hover svg{opacity:1;transform:scaleY(1.08)}.InteractiveCrmPreview-module__fAwIea__metricArrow{color:var(--crm-phosphor-bright);opacity:0;transition:all .2s;position:absolute;bottom:7px;right:8px;transform:translate(-5px)}.InteractiveCrmPreview-module__fAwIea__metrics>button:hover .InteractiveCrmPreview-module__fAwIea__metricArrow{opacity:1;transform:none}.InteractiveCrmPreview-module__fAwIea__card{border:1px solid var(--crm-line);border-radius:var(--crm-radius-card);background:var(--crm-bg-card);transition:all .25s;box-shadow:inset 0 1px #ffffff05}.InteractiveCrmPreview-module__fAwIea__card:hover{border-color:var(--crm-line-strong);background:var(--crm-bg-card-hover)}.InteractiveCrmPreview-module__fAwIea__cardTitle{justify-content:space-between;align-items:center;gap:10px;padding:13px 14px 10px;display:flex}.InteractiveCrmPreview-module__fAwIea__cardTitle>div{flex-direction:column;gap:4px;display:flex}.InteractiveCrmPreview-module__fAwIea__cardTitle span{color:var(--crm-ink-muted);letter-spacing:.05em;text-transform:uppercase;font:500 7px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__cardTitle strong{color:var(--crm-ink-body);font:600 10px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__cardTitle>button,.InteractiveCrmPreview-module__fAwIea__cardTitle>em{color:var(--crm-ink-soft);background:0 0;border:0;font:500 7px/1 sans-serif;transition:all .2s}.InteractiveCrmPreview-module__fAwIea__cardTitle>button{cursor:pointer}.InteractiveCrmPreview-module__fAwIea__cardTitle>button:hover,.InteractiveCrmPreview-module__fAwIea__cardTitle>em:hover{color:var(--crm-phosphor-bright)}.InteractiveCrmPreview-module__fAwIea__cardTitle>b{border:1px solid var(--crm-phosphor-line);border-radius:var(--crm-radius-chip);background:var(--crm-phosphor-fill-soft);color:var(--crm-phosphor-bright);padding:4px 7px;font:500 7px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__metrics>button:after,.InteractiveCrmPreview-module__fAwIea__revenueChart:after{content:"";z-index:4;border-radius:inherit;background:linear-gradient(215deg,var(--crm-rim-faint) 0%,var(--crm-rim-soft) 58%,var(--crm-rim) 100%);-webkit-mask-composite:xor;opacity:0;pointer-events:none;padding:1px;transition:opacity .24s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.InteractiveCrmPreview-module__fAwIea__metrics>button:hover:after,.InteractiveCrmPreview-module__fAwIea__metrics>button:focus-visible:after,.InteractiveCrmPreview-module__fAwIea__revenueChart:hover:after,.InteractiveCrmPreview-module__fAwIea__revenueChart:focus-visible:after{opacity:1}.InteractiveCrmPreview-module__fAwIea__dashboardGrid{grid-template-columns:minmax(0,1.55fr) minmax(225px,.85fr);gap:10px;margin-top:10px;padding-bottom:10px;display:grid}.InteractiveCrmPreview-module__fAwIea__schedule,.InteractiveCrmPreview-module__fAwIea__sms{min-height:210px}.InteractiveCrmPreview-module__fAwIea__appointments,.InteractiveCrmPreview-module__fAwIea__smsList{padding:0 12px 9px}.InteractiveCrmPreview-module__fAwIea__appointments>div{border-top:1px solid var(--crm-line-soft);grid-template-columns:31px 5px 26px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:38px;display:grid}.InteractiveCrmPreview-module__fAwIea__appointments time,.InteractiveCrmPreview-module__fAwIea__smsList time{color:var(--crm-ink-muted);font:500 7px/1 ui-monospace,monospace}.InteractiveCrmPreview-module__fAwIea__appointments>div>b{background:var(--crm-accent);border-radius:50%;width:4px;height:4px;box-shadow:0 0 0 3px #ffffff17}.InteractiveCrmPreview-module__fAwIea__appointments>div>.InteractiveCrmPreview-module__fAwIea__blueDot{background:var(--crm-phosphor);box-shadow:0 0 0 3px var(--crm-phosphor-fill),0 0 7px var(--crm-phosphor-glow),0 0 15px var(--crm-phosphor-bloom)}.InteractiveCrmPreview-module__fAwIea__appointments>div>span,.InteractiveCrmPreview-module__fAwIea__smsList>div>span{flex-direction:column;gap:3px;min-width:0;display:flex}.InteractiveCrmPreview-module__fAwIea__appointments strong,.InteractiveCrmPreview-module__fAwIea__smsList strong{color:var(--crm-ink-body);text-overflow:ellipsis;white-space:nowrap;font:600 8px/1 sans-serif;overflow:hidden}.InteractiveCrmPreview-module__fAwIea__appointments small,.InteractiveCrmPreview-module__fAwIea__smsList small{color:var(--crm-ink-muted);text-overflow:ellipsis;white-space:nowrap;font:7px/1 sans-serif;overflow:hidden}.InteractiveCrmPreview-module__fAwIea__appointments em{color:var(--crm-ink-muted);white-space:nowrap;font:6.5px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__smsList>div{border-top:1px solid var(--crm-line-soft);grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:38px;display:grid}.InteractiveCrmPreview-module__fAwIea__smsList>div>i{border-radius:var(--crm-radius-control);background:var(--crm-phosphor-fill-soft);width:23px;height:23px;color:var(--crm-phosphor-bright);place-items:center;font-style:normal;display:grid}.InteractiveCrmPreview-module__fAwIea__revenueChart{min-height:225px;color:inherit;text-align:left;cursor:pointer;padding:0;position:relative}.InteractiveCrmPreview-module__fAwIea__revenueChart:hover,.InteractiveCrmPreview-module__fAwIea__revenueChart:focus-visible{border-color:var(--crm-line-strong);transform:translateY(-2px);box-shadow:inset 0 1px #ffffff05,0 0 20px #2e8bff2e,0 0 58px #2e8bff17,0 0 120px #2e8bff0b}.InteractiveCrmPreview-module__fAwIea__lineChart{height:165px;padding:8px 14px 19px 20px;position:relative}.InteractiveCrmPreview-module__fAwIea__lineChart>i{border-top:1px dashed var(--crm-line-strong);position:absolute;left:20px;right:14px}.InteractiveCrmPreview-module__fAwIea__lineChart>i:first-child{top:30px}.InteractiveCrmPreview-module__fAwIea__lineChart>i:nth-child(2){top:75px}.InteractiveCrmPreview-module__fAwIea__lineChart>i:nth-child(3){top:120px}.InteractiveCrmPreview-module__fAwIea__lineChart svg{z-index:1;width:100%;height:124px;position:relative;overflow:visible}.InteractiveCrmPreview-module__fAwIea__lineChart path{fill:url(#crmArea)}.InteractiveCrmPreview-module__fAwIea__lineChart stop:first-child{stop-color:var(--crm-phosphor);stop-opacity:.34}.InteractiveCrmPreview-module__fAwIea__lineChart stop:last-child{stop-color:var(--crm-phosphor-deep);stop-opacity:0}.InteractiveCrmPreview-module__fAwIea__lineChart polyline{fill:none;stroke:var(--crm-phosphor);stroke-width:2px;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 4px var(--crm-phosphor-glow)) drop-shadow(0 0 12px var(--crm-phosphor-bloom))}.InteractiveCrmPreview-module__fAwIea__lineChart>div{color:var(--crm-ink-faint);justify-content:space-between;font:6px/1 sans-serif;display:flex}.InteractiveCrmPreview-module__fAwIea__plan{min-height:225px}.InteractiveCrmPreview-module__fAwIea__planBody{justify-content:center;align-items:center;gap:20px;padding:18px 12px 23px;display:flex}.InteractiveCrmPreview-module__fAwIea__ring{background:conic-gradient(var(--crm-phosphor) 0 72%,var(--crm-series-3) 72% 90%,var(--crm-line-strong) 90%);width:94px;height:94px;box-shadow:0 0 18px var(--crm-phosphor-glow),0 0 38px var(--crm-phosphor-bloom);border-radius:50%;flex:none;place-items:center;display:grid;position:relative}.InteractiveCrmPreview-module__fAwIea__ring:after{content:"";background:var(--crm-bg-card);border-radius:50%;position:absolute;inset:8px}.InteractiveCrmPreview-module__fAwIea__ring>span{z-index:1;flex-direction:column;align-items:center;gap:3px;display:flex;position:relative}.InteractiveCrmPreview-module__fAwIea__ring strong{color:var(--crm-ink);font:600 17px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__ring small{color:var(--crm-ink-muted);font:6px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__planBody>p{flex-direction:column;flex:1;gap:10px;margin:0;display:flex}.InteractiveCrmPreview-module__fAwIea__planBody>p span{color:var(--crm-ink-soft);grid-template-columns:6px 1fr auto;align-items:center;gap:6px;font:7px/1 sans-serif;display:grid}.InteractiveCrmPreview-module__fAwIea__planBody>p i{background:var(--crm-phosphor);border-radius:50%;width:5px;height:5px}.InteractiveCrmPreview-module__fAwIea__planBody>p span:nth-child(2) i{background:var(--crm-series-3)}.InteractiveCrmPreview-module__fAwIea__planBody>p span:nth-child(3) i{background:var(--crm-series-4)}.InteractiveCrmPreview-module__fAwIea__planBody>p b{color:var(--crm-ink-body)}.InteractiveCrmPreview-module__fAwIea__attention{grid-column:1/-1}.InteractiveCrmPreview-module__fAwIea__alerts{grid-template-columns:repeat(3,1fr);gap:8px;padding:0 12px 12px;display:grid}.InteractiveCrmPreview-module__fAwIea__alerts p{border:1px solid var(--crm-line);border-radius:var(--crm-radius-control);background:var(--crm-bg-inset);align-items:center;gap:8px;margin:0;padding:9px;display:flex}.InteractiveCrmPreview-module__fAwIea__alerts p>i{background:var(--crm-accent-fill);width:21px;height:21px;color:var(--crm-ink);border-radius:50%;flex:none;place-items:center;font:600 8px/1 sans-serif;display:grid}.InteractiveCrmPreview-module__fAwIea__alerts p:last-child>i{background:var(--crm-phosphor-fill);color:var(--crm-phosphor-bright)}.InteractiveCrmPreview-module__fAwIea__alerts p span{flex-direction:column;gap:4px;min-width:0;display:flex}.InteractiveCrmPreview-module__fAwIea__alerts strong{color:var(--crm-ink-body);font:600 7px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__alerts small{color:var(--crm-ink-muted);font:6px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__periods{border:1px solid var(--crm-line-strong);border-radius:var(--crm-radius-control);background:var(--crm-bg-inset);padding:3px;display:flex}.InteractiveCrmPreview-module__fAwIea__periods button{width:31px;height:23px;color:var(--crm-ink-muted);cursor:pointer;background:0 0;border:0;border-radius:2px;font:600 7px/1 sans-serif;transition:all .2s}.InteractiveCrmPreview-module__fAwIea__periods button:hover{color:var(--crm-ink-body)}.InteractiveCrmPreview-module__fAwIea__periods .InteractiveCrmPreview-module__fAwIea__selected{color:var(--crm-phosphor-bright);box-shadow:inset 0 0 0 1px var(--crm-phosphor-line);background:#1a1d24}.InteractiveCrmPreview-module__fAwIea__tabs{border-bottom:1px solid var(--crm-line);gap:5px;margin-bottom:11px;padding-bottom:9px;display:flex}.InteractiveCrmPreview-module__fAwIea__tabs button{border-radius:var(--crm-radius-control);color:var(--crm-ink-muted);cursor:pointer;background:0 0;border:0;padding:7px 13px;font:600 8px/1 sans-serif;transition:all .2s;position:relative}.InteractiveCrmPreview-module__fAwIea__tabs button:hover{background:var(--crm-accent-fill-soft);color:var(--crm-ink-body)}.InteractiveCrmPreview-module__fAwIea__tabs .InteractiveCrmPreview-module__fAwIea__selectedTab{background:var(--crm-phosphor-fill-soft);color:var(--crm-ink)}.InteractiveCrmPreview-module__fAwIea__tabs .InteractiveCrmPreview-module__fAwIea__selectedTab:after{content:"";background:var(--crm-phosphor);height:1px;box-shadow:0 0 6px var(--crm-phosphor-glow),0 0 16px var(--crm-phosphor-bloom);position:absolute;bottom:-10px;left:12px;right:12px}.InteractiveCrmPreview-module__fAwIea__reportBody{min-height:720px;padding-bottom:28px;animation:.3s both InteractiveCrmPreview-module__fAwIea__crm-reportIn}@keyframes InteractiveCrmPreview-module__fAwIea__crm-reportIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.InteractiveCrmPreview-module__fAwIea__reportMetrics{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:10px;display:grid}.InteractiveCrmPreview-module__fAwIea__reportMetrics>.InteractiveCrmPreview-module__fAwIea__card{flex-direction:column;justify-content:center;min-height:82px;padding:12px 14px;display:flex;position:relative;overflow:hidden}.InteractiveCrmPreview-module__fAwIea__reportMetrics>.InteractiveCrmPreview-module__fAwIea__card:after{content:"";background:radial-gradient(circle at 100% 0,#2f66e833,#0000 68%);width:70px;height:70px;position:absolute;top:0;right:0}.InteractiveCrmPreview-module__fAwIea__reportMetrics>.InteractiveCrmPreview-module__fAwIea__card:nth-child(2):after{background:radial-gradient(circle at 100% 0,#ffffff0a,#0000 68%)}.InteractiveCrmPreview-module__fAwIea__reportMetrics span{color:var(--crm-ink-muted);font:500 7px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__reportMetrics strong{color:var(--crm-ink);margin-top:8px;font:600 17px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__reportMetrics small{color:var(--crm-phosphor-bright);font:600 7px/1 sans-serif;position:absolute;bottom:12px;right:12px}.InteractiveCrmPreview-module__fAwIea__barChart{min-height:276px;margin-bottom:10px}.InteractiveCrmPreview-module__fAwIea__bars{border-top:1px solid var(--crm-line);background:repeating-linear-gradient(to bottom,transparent 0,transparent 43px,var(--crm-line) 44px);justify-content:space-around;align-items:flex-end;gap:12px;height:215px;padding:18px 24px 14px;display:flex}.InteractiveCrmPreview-module__fAwIea__bars>div{flex-direction:column;justify-content:flex-end;align-items:center;gap:6px;width:12%;height:100%;display:flex}.InteractiveCrmPreview-module__fAwIea__bars>div>span{color:var(--crm-ink-soft);opacity:0;font:600 6px/1 sans-serif;transition:all .2s;transform:translateY(3px)}.InteractiveCrmPreview-module__fAwIea__bars>div:hover>span{opacity:1;transform:none}.InteractiveCrmPreview-module__fAwIea__bars>div>i{border-radius:var(--crm-radius-bar) var(--crm-radius-bar) 0 0;background:#ffffff06;align-items:flex-end;width:100%;height:165px;display:flex;overflow:hidden}.InteractiveCrmPreview-module__fAwIea__bars>div b{border-radius:var(--crm-radius-bar) var(--crm-radius-bar) 0 0;background:linear-gradient(180deg,var(--crm-series-1),#ffffff24);width:100%;animation:.65s both InteractiveCrmPreview-module__fAwIea__crm-grow;display:block;box-shadow:inset 0 1px #ffffff2b}.InteractiveCrmPreview-module__fAwIea__bars>div:nth-child(2n) b{background:linear-gradient(180deg,var(--crm-phosphor),var(--crm-phosphor-deep));box-shadow:inset 0 1px #ffffff38,0 0 12px var(--crm-phosphor-glow),0 0 26px var(--crm-phosphor-bloom)}.InteractiveCrmPreview-module__fAwIea__bars>div:hover b{filter:brightness(1.12)}.InteractiveCrmPreview-module__fAwIea__bars small{color:var(--crm-ink-faint);font:6px/1 sans-serif}@keyframes InteractiveCrmPreview-module__fAwIea__crm-grow{0%{height:0}}.InteractiveCrmPreview-module__fAwIea__reportRows{overflow:hidden}.InteractiveCrmPreview-module__fAwIea__rowHeader,.InteractiveCrmPreview-module__fAwIea__dataRow{grid-template-columns:1.45fr 1fr .7fr;align-items:center;margin:0 13px;display:grid}.InteractiveCrmPreview-module__fAwIea__rowHeader{border-bottom:1px solid var(--crm-line-strong);height:28px;color:var(--crm-ink-muted);letter-spacing:.05em;text-transform:uppercase;font:600 6px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__dataRow{border-bottom:1px solid var(--crm-line);min-height:47px;color:var(--crm-ink-soft);font:7px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__dataRow:last-child{border-bottom:0}.InteractiveCrmPreview-module__fAwIea__dataRow>span:first-child{align-items:center;gap:8px;display:flex}.InteractiveCrmPreview-module__fAwIea__dataRow .InteractiveCrmPreview-module__fAwIea__initials{width:25px;height:25px}.InteractiveCrmPreview-module__fAwIea__dataRow b{color:var(--crm-ink-body);font:600 8px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__dataRow strong{color:var(--crm-phosphor-bright);font:600 8px/1 sans-serif}.InteractiveCrmPreview-module__fAwIea__reportFooter{color:var(--crm-ink-faint);justify-content:center;align-items:center;gap:6px;margin-top:10px;padding:12px;font:6.5px/1 sans-serif;display:flex}.InteractiveCrmPreview-module__fAwIea__reportFooter i{background:var(--crm-phosphor);width:5px;height:5px;box-shadow:0 0 7px var(--crm-phosphor-glow),0 0 15px var(--crm-phosphor-bloom);border-radius:50%}@media (max-width:850px){.InteractiveCrmPreview-module__fAwIea__window{aspect-ratio:auto;height:660px}.InteractiveCrmPreview-module__fAwIea__sidebar{flex-basis:56px}.InteractiveCrmPreview-module__fAwIea__brand{justify-content:center;padding:0}.InteractiveCrmPreview-module__fAwIea__brand>span,.InteractiveCrmPreview-module__fAwIea__sidebar nav span,.InteractiveCrmPreview-module__fAwIea__sidebar nav>div>i,.InteractiveCrmPreview-module__fAwIea__user>span{display:none}.InteractiveCrmPreview-module__fAwIea__sidebar nav button,.InteractiveCrmPreview-module__fAwIea__sidebar nav>div{justify-content:center;padding:0}.InteractiveCrmPreview-module__fAwIea__user{justify-content:center;padding-inline:0}.InteractiveCrmPreview-module__fAwIea__metrics{grid-template-columns:repeat(2,1fr)}.InteractiveCrmPreview-module__fAwIea__dashboardGrid{grid-template-columns:1fr}.InteractiveCrmPreview-module__fAwIea__attention{grid-column:auto}.InteractiveCrmPreview-module__fAwIea__alerts{grid-template-columns:1fr}}@media (max-width:620px){.InteractiveCrmPreview-module__fAwIea__stage{padding:1rem .35rem}.InteractiveCrmPreview-module__fAwIea__window{aspect-ratio:auto;border-radius:var(--crm-radius-card);height:620px}.InteractiveCrmPreview-module__fAwIea__windowBar{grid-template-columns:1fr auto}.InteractiveCrmPreview-module__fAwIea__windowBar>span,.InteractiveCrmPreview-module__fAwIea__sidebar{display:none}.InteractiveCrmPreview-module__fAwIea__topbar{flex-basis:50px;padding:0 11px}.InteractiveCrmPreview-module__fAwIea__mobileBrand{display:flex}.InteractiveCrmPreview-module__fAwIea__search{justify-content:center;width:31px;padding:0}.InteractiveCrmPreview-module__fAwIea__search span,.InteractiveCrmPreview-module__fAwIea__search kbd{display:none}.InteractiveCrmPreview-module__fAwIea__content{padding:14px 10px}.InteractiveCrmPreview-module__fAwIea__heading h3{font-size:16px}.InteractiveCrmPreview-module__fAwIea__heading>em{display:none}.InteractiveCrmPreview-module__fAwIea__metrics{gap:7px}.InteractiveCrmPreview-module__fAwIea__metrics>button{height:83px;padding:10px}.InteractiveCrmPreview-module__fAwIea__metrics>button>strong{font-size:14px}.InteractiveCrmPreview-module__fAwIea__dashboardGrid{gap:7px}.InteractiveCrmPreview-module__fAwIea__appointments>div{grid-template-columns:28px 4px 23px minmax(0,1fr);gap:6px}.InteractiveCrmPreview-module__fAwIea__appointments em{display:none}.InteractiveCrmPreview-module__fAwIea__reportMetrics{grid-template-columns:1fr;gap:7px}.InteractiveCrmPreview-module__fAwIea__reportMetrics>.InteractiveCrmPreview-module__fAwIea__card{min-height:66px}.InteractiveCrmPreview-module__fAwIea__tabs{overflow:auto}.InteractiveCrmPreview-module__fAwIea__tabs button{padding-inline:10px}.InteractiveCrmPreview-module__fAwIea__bars{gap:6px;padding-inline:10px}.InteractiveCrmPreview-module__fAwIea__rowHeader,.InteractiveCrmPreview-module__fAwIea__dataRow{grid-template-columns:1.35fr .9fr .65fr}.InteractiveCrmPreview-module__fAwIea__dataRow .InteractiveCrmPreview-module__fAwIea__initials{display:none}}@media (prefers-reduced-motion:reduce){.InteractiveCrmPreview-module__fAwIea__stage *,.InteractiveCrmPreview-module__fAwIea__stage :before,.InteractiveCrmPreview-module__fAwIea__stage :after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.CrmScrollStage-module__18NRXG__stage{--p:0;--copy:0;--pull:0px;--scale-rest:.8;--rail-w:calc((1 - var(--scale-rest)) / 2 * 100% - var(--rail-gutter));--rail-gutter:24px;--tilt:2.5deg;--rise:20px;width:min(100% - 40px,1560px);margin-inline:auto;display:flow-root;position:relative}.CrmScrollStage-module__18NRXG__lift{margin-top:calc(-1 * var(--pull));position:relative}.CrmScrollStage-module__18NRXG__frameWrap{perspective:2000px;perspective-origin:50% 40%}.CrmScrollStage-module__18NRXG__frame{transform:translate3d(0, calc(var(--rise) * (var(--p) - 1)), 0) rotateX(calc(var(--tilt) * (1 - var(--p)))) scale(calc(1 - (1 - var(--scale-rest)) * var(--p)));transform-origin:50%;will-change:transform;-webkit-user-select:none;user-select:none;touch-action:pan-y;cursor:default}.CrmScrollStage-module__18NRXG__rail{width:var(--rail-w);opacity:var(--copy);transform:translate3d(calc(var(--dir) * 28px * (1 - var(--copy))), -50%, 0);will-change:opacity, transform;position:absolute;top:50%}.CrmScrollStage-module__18NRXG__railLeft{--dir:-1;left:0}.CrmScrollStage-module__18NRXG__railRight{--dir:1;right:0}.CrmScrollStage-module__18NRXG__rail:empty,.CrmScrollStage-module__18NRXG__rail[data-hidden]{pointer-events:none}@media (max-width:1023px){.CrmScrollStage-module__18NRXG__stage{--scale-rest:1;--tilt:1.5deg;--rise:12px;--pull:0px;width:min(100% - 32px,1560px)}.CrmScrollStage-module__18NRXG__lift{flex-direction:column;gap:32px;margin-top:0;display:flex}.CrmScrollStage-module__18NRXG__rail{opacity:1;width:auto;position:static;transform:none}}@media (prefers-reduced-motion:reduce){.CrmScrollStage-module__18NRXG__stage{--p:1;--copy:1;--pull:0px}.CrmScrollStage-module__18NRXG__lift{margin-top:0}.CrmScrollStage-module__18NRXG__frame{transform:scale(var(--scale-rest));will-change:auto}.CrmScrollStage-module__18NRXG__rail{opacity:1;will-change:auto;transform:translateY(-50%)}}
.HomeStories-module__T4rUPG__section{padding:8rem 0 5rem;overflow:clip}.HomeStories-module__T4rUPG__intro{max-width:1040px;padding-bottom:5rem}.HomeStories-module__T4rUPG__intro>div>p{color:#6092efd1;font:500 11px/1.2 var(--font-geist-mono),monospace;letter-spacing:.18em;text-transform:uppercase;margin:0}.HomeStories-module__T4rUPG__intro h2{color:#f5f5f7;letter-spacing:-.058em;text-wrap:balance;max-width:950px;margin:1.4rem 0 0;font-size:clamp(48px,7vw,92px);font-weight:580;line-height:.96}.HomeStories-module__T4rUPG__intro>div>span{color:#9b9ba5;text-wrap:pretty;max-width:720px;margin-top:2rem;font-size:clamp(17px,2vw,22px);line-height:1.55;display:block}.HomeStories-module__T4rUPG__stories{border-top:1px solid #ffffff17}.HomeStories-module__T4rUPG__story{border-bottom:1px solid #ffffff17;grid-template-columns:minmax(260px,.68fr) minmax(0,1.32fr);align-items:start;gap:clamp(3rem,7vw,7rem);min-height:820px;padding:7rem 0;display:grid}.HomeStories-module__T4rUPG__reverse{grid-template-columns:minmax(0,1.32fr) minmax(260px,.68fr)}.HomeStories-module__T4rUPG__reverse .HomeStories-module__T4rUPG__storyCopy{order:2}.HomeStories-module__T4rUPG__reverse .HomeStories-module__T4rUPG__visual{order:1}.HomeStories-module__T4rUPG__storyCopy{padding-top:2rem;position:sticky;top:9rem}.HomeStories-module__T4rUPG__storyCopy>p{color:#99b9f5;font:600 10px/1.2 var(--font-geist-mono),monospace;letter-spacing:.16em;text-transform:uppercase;margin:0}.HomeStories-module__T4rUPG__storyCopy h3{color:#f5f5f7;letter-spacing:-.045em;text-wrap:balance;margin:1.2rem 0 0;font-size:clamp(34px,4vw,54px);font-weight:560;line-height:1.03}.HomeStories-module__T4rUPG__storyCopy>span{color:#9898a2;text-wrap:pretty;margin-top:1.6rem;font-size:17px;line-height:1.72;display:block}.HomeStories-module__T4rUPG__visual{min-width:0}.HomeStories-module__T4rUPG__productCanvas{color:#1d1d1f;background:#f5f5f7;border-radius:38px;place-items:center;min-height:650px;padding:clamp(1.2rem,4vw,4rem);display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff80,0 40px 90px #0000003d}.HomeStories-module__T4rUPG__patientCanvas{background:#eff0f2}.HomeStories-module__T4rUPG__automationCanvas{background:#eaeaeb}.HomeStories-module__T4rUPG__ownerCanvas{background:#f1f1f3}.HomeStories-module__T4rUPG__patientWindow,.HomeStories-module__T4rUPG__flowWindow,.HomeStories-module__T4rUPG__ownerWindow{background:#fffffff0;border:1px solid #00000014;border-radius:23px;width:min(100%,760px);transition:transform .65s cubic-bezier(.16,1,.3,1),box-shadow .65s;overflow:hidden;box-shadow:0 24px 55px #1c1d2024,inset 0 1px #fff}.HomeStories-module__T4rUPG__productCanvas:hover .HomeStories-module__T4rUPG__patientWindow,.HomeStories-module__T4rUPG__productCanvas:hover .HomeStories-module__T4rUPG__flowWindow,.HomeStories-module__T4rUPG__productCanvas:hover .HomeStories-module__T4rUPG__ownerWindow{transform:translateY(-7px);box-shadow:0 34px 75px #1c1d202e,inset 0 1px #fff}.HomeStories-module__T4rUPG__widgetTop{color:#717179;height:48px;font:600 9px/1 var(--font-geist-mono),monospace;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #e8e8eb;justify-content:space-between;align-items:center;padding:0 18px;display:flex}.HomeStories-module__T4rUPG__widgetTop em,.HomeStories-module__T4rUPG__flowWindow header em{color:#4e5460;align-items:center;gap:7px;font-style:normal;display:flex}.HomeStories-module__T4rUPG__widgetTop em i,.HomeStories-module__T4rUPG__flowWindow header em i{background:#2352a9;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #2352a917}.HomeStories-module__T4rUPG__patientHead{grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:25px 26px 21px;display:grid}.HomeStories-module__T4rUPG__avatar{color:#fff;background:#1d1d1f;border-radius:15px;place-items:center;width:48px;height:48px;font:600 12px/1 sans-serif;display:grid}.HomeStories-module__T4rUPG__patientHead h4{color:#1d1d1f;letter-spacing:-.02em;margin:0;font-size:18px}.HomeStories-module__T4rUPG__patientHead p{color:#8b8b93;margin:5px 0 0;font-size:11px}.HomeStories-module__T4rUPG__patientHead button{color:#77777f;cursor:default;background:#fff;border:1px solid #e2e2e5;border-radius:50%;width:32px;height:32px}.HomeStories-module__T4rUPG__journeyRail{grid-template-columns:repeat(4,1fr);padding:12px 26px 30px;display:grid}.HomeStories-module__T4rUPG__journeyRail>div{color:#9b9ba2;text-align:center;flex-direction:column;align-items:center;gap:10px;font-size:9px;display:flex;position:relative}.HomeStories-module__T4rUPG__journeyRail>div:after{content:"";background:#dbdbe0;width:calc(100% - 26px);height:1px;position:absolute;top:12px;left:calc(50% + 13px)}.HomeStories-module__T4rUPG__journeyRail>div:last-child:after{display:none}.HomeStories-module__T4rUPG__journeyRail i{z-index:1;color:#92929a;background:#fff;border:1px solid #d8d8dd;border-radius:50%;place-items:center;width:25px;height:25px;font:600 8px/1 sans-serif;display:grid;position:relative}.HomeStories-module__T4rUPG__journeyRail .HomeStories-module__T4rUPG__completed{color:#3b3b40}.HomeStories-module__T4rUPG__journeyRail .HomeStories-module__T4rUPG__completed:after{background:#1d1d1f}.HomeStories-module__T4rUPG__journeyRail .HomeStories-module__T4rUPG__completed i{color:#fff;background:#1d1d1f;border-color:#1d1d1f}.HomeStories-module__T4rUPG__patientDetail{background:#fafafa;border-top:1px solid #e9e9ec;border-bottom:1px solid #e9e9ec;grid-template-columns:1fr 1fr;display:grid}.HomeStories-module__T4rUPG__patientDetail>div{flex-direction:column;min-width:0;padding:20px 24px;display:flex}.HomeStories-module__T4rUPG__patientDetail>div+div{border-left:1px solid #e9e9ec}.HomeStories-module__T4rUPG__patientDetail span{color:#98989f;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.HomeStories-module__T4rUPG__patientDetail strong{color:#232326;margin-top:9px;font-size:13px}.HomeStories-module__T4rUPG__patientDetail small{color:#8b8b93;margin-top:5px;font-size:10px}.HomeStories-module__T4rUPG__activity{color:#686870;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:17px 24px;font-size:10px;display:grid}.HomeStories-module__T4rUPG__activity>i{color:#1b438e;background:#eaebee;border-radius:50%;place-items:center;width:21px;height:21px;font-style:normal;display:grid}.HomeStories-module__T4rUPG__activity time{color:#a1a1a7;font:500 9px/1 var(--font-geist-mono),monospace}.HomeStories-module__T4rUPG__flowWindow header{border-bottom:1px solid #e5e6e7;justify-content:space-between;align-items:center;padding:20px 23px;display:flex}.HomeStories-module__T4rUPG__flowWindow header span{color:#95969b;font:600 8px/1 var(--font-geist-mono),monospace;text-transform:uppercase;letter-spacing:.1em}.HomeStories-module__T4rUPG__flowWindow header h4{color:#202124;margin:6px 0 0;font-size:16px}.HomeStories-module__T4rUPG__flowWindow header em{background:#f5f6f7;border:1px solid #d7dadf;border-radius:18px;padding:7px 10px;font-size:9px}.HomeStories-module__T4rUPG__flowBody{background:#f8f8f9;grid-template-columns:minmax(230px,1.1fr) minmax(170px,.9fr);gap:28px;padding:34px 28px;display:grid}.HomeStories-module__T4rUPG__flowColumn{flex-direction:column;align-items:stretch;display:flex}.HomeStories-module__T4rUPG__connector{background:#cbced0;width:1px;height:22px;margin:auto;display:block}.HomeStories-module__T4rUPG__flowNode{background:#fff;border:1px solid #dedfe1;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:65px;padding:12px;display:grid;box-shadow:0 6px 15px #1f22230b}.HomeStories-module__T4rUPG__flowNode>i{color:#6f7176;background:#eff0f1;border-radius:9px;place-items:center;width:31px;height:31px;font:600 8px/1 sans-serif;display:grid}.HomeStories-module__T4rUPG__flowNode>span{flex-direction:column;gap:5px;min-width:0;display:flex}.HomeStories-module__T4rUPG__flowNode small{color:#999aa0;font:600 7px/1 var(--font-geist-mono),monospace;text-transform:uppercase;letter-spacing:.08em}.HomeStories-module__T4rUPG__flowNode strong{color:#2a2b2e;font-size:10px}.HomeStories-module__T4rUPG__flowNode>b{color:#a4a5aa;font-size:10px}.HomeStories-module__T4rUPG__flowAccent{background:#f7f8f9;border-color:#cdd1d6}.HomeStories-module__T4rUPG__flowAccent>i{color:#23437e;background:#e6e7ea}.HomeStories-module__T4rUPG__phonePreview{background:#fff;border:1px solid #dadbdd;border-radius:20px;align-self:center;overflow:hidden;box-shadow:0 18px 36px #1b1e1f1f}.HomeStories-module__T4rUPG__phoneBar{background:#fafafa;border-bottom:1px solid #ededee;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;height:42px;padding:0 13px;display:grid}.HomeStories-module__T4rUPG__phoneBar i{background:#1d1d1f;border-radius:50%;width:19px;height:19px}.HomeStories-module__T4rUPG__phoneBar span{font-size:8px;font-weight:600}.HomeStories-module__T4rUPG__phoneBar b{color:#a0a1a5;font:500 7px/1 var(--font-geist-mono),monospace}.HomeStories-module__T4rUPG__phonePreview>p{color:#4c4c52;background:#e9e9ec;border-radius:13px 13px 13px 4px;margin:22px 15px 14px;padding:11px 12px;font-size:9px;line-height:1.5}.HomeStories-module__T4rUPG__phonePreview>div:last-child{gap:6px;padding:0 15px 18px;display:flex}.HomeStories-module__T4rUPG__phonePreview button{color:#606067;background:#fff;border:1px solid #dadadd;border-radius:8px;flex:1;height:27px;font-size:7px}.HomeStories-module__T4rUPG__phonePreview button:first-child{color:#fff;background:#1d1d1f;border-color:#1d1d1f}.HomeStories-module__T4rUPG__flowWindow footer{color:#65666b;border-top:1px solid #e7e8e9;align-items:center;gap:9px;padding:15px 22px;font-size:10px;display:flex}.HomeStories-module__T4rUPG__flowWindow footer i{color:#214382;background:#e8eaed;border-radius:50%;place-items:center;width:20px;height:20px;font-style:normal;display:grid}.HomeStories-module__T4rUPG__flowWindow footer b{color:#214382;margin-left:auto;font-size:10px}.HomeStories-module__T4rUPG__ownerWindow{background:#fff;padding:25px}.HomeStories-module__T4rUPG__ownerHeader{justify-content:space-between;align-items:center;display:flex}.HomeStories-module__T4rUPG__ownerHeader span{color:#9999a0;font:600 8px/1 var(--font-geist-mono),monospace;text-transform:uppercase;letter-spacing:.1em}.HomeStories-module__T4rUPG__ownerHeader h4{color:#202023;margin:7px 0 0;font-size:18px}.HomeStories-module__T4rUPG__ownerHeader>i{color:#fff;background:#1d1d1f;border-radius:12px;place-items:center;width:37px;height:37px;font:600 10px/1 sans-serif;display:grid}.HomeStories-module__T4rUPG__ownerHero{color:#fff;background:#1d1d1f;border-radius:17px;margin-top:25px;padding:21px 22px 18px;position:relative;overflow:hidden}.HomeStories-module__T4rUPG__ownerHero>span{color:#a9a9af;font-size:9px;display:block}.HomeStories-module__T4rUPG__ownerHero>strong{letter-spacing:-.05em;margin-top:12px;font-size:35px;display:inline-block}.HomeStories-module__T4rUPG__ownerHero>em{color:#7496d7;margin-left:12px;font-size:9px;font-style:normal}.HomeStories-module__T4rUPG__ownerHero>div{background:#3a3a3f;border-radius:5px;height:5px;margin-top:19px;overflow:hidden}.HomeStories-module__T4rUPG__ownerHero>div i{background:#f5f5f7;border-radius:5px;width:86%;height:100%;display:block}.HomeStories-module__T4rUPG__ownerRows{border:1px solid #e7e7ea;border-radius:15px;margin-top:10px}.HomeStories-module__T4rUPG__ownerRows>div{grid-template-columns:1fr auto 45px;align-items:center;gap:12px;min-height:52px;padding:0 15px;display:grid}.HomeStories-module__T4rUPG__ownerRows>div+div{border-top:1px solid #ececef}.HomeStories-module__T4rUPG__ownerRows span{color:#76767e;font-size:10px}.HomeStories-module__T4rUPG__ownerRows strong{color:#242427;font-size:11px}.HomeStories-module__T4rUPG__ownerRows em{color:#264783;text-align:right;font-size:9px;font-style:normal}.HomeStories-module__T4rUPG__ownerInsight{background:#efeff0;border-radius:15px;justify-content:space-between;align-items:flex-end;gap:20px;margin-top:10px;padding:17px;display:flex}.HomeStories-module__T4rUPG__ownerInsight>div{flex-direction:column;min-width:0;display:flex}.HomeStories-module__T4rUPG__ownerInsight span{color:#777f8f;font:600 8px/1 var(--font-geist-mono),monospace;text-transform:uppercase;letter-spacing:.08em}.HomeStories-module__T4rUPG__ownerInsight small{color:#87878e;margin-top:7px;font-size:8px}.HomeStories-module__T4rUPG__ownerInsight strong{color:#2b2b2e;max-width:340px;margin-top:5px;font-size:11px}.HomeStories-module__T4rUPG__ownerInsight button{color:#fff;background:#1d1d1f;border:0;border-radius:15px;flex:none;height:30px;padding:0 12px;font-size:8px}.HomeStories-module__T4rUPG__specs{border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f;grid-template-columns:repeat(4,1fr);margin-top:5rem;display:grid}.HomeStories-module__T4rUPG__specs>div{flex-direction:column;justify-content:center;min-height:150px;padding:1.5rem;display:flex}.HomeStories-module__T4rUPG__specs>div+div{border-left:1px solid #ffffff1f}.HomeStories-module__T4rUPG__specs strong{color:#f0f0f2;letter-spacing:-.02em;font-size:19px}.HomeStories-module__T4rUPG__specs span{color:#777780;max-width:190px;margin-top:9px;font-size:12px;line-height:1.5}@media (max-width:980px){.HomeStories-module__T4rUPG__story,.HomeStories-module__T4rUPG__reverse{grid-template-columns:1fr;min-height:0;padding:5.5rem 0}.HomeStories-module__T4rUPG__storyCopy,.HomeStories-module__T4rUPG__reverse .HomeStories-module__T4rUPG__storyCopy{order:1;max-width:660px;padding-top:0;position:static}.HomeStories-module__T4rUPG__visual,.HomeStories-module__T4rUPG__reverse .HomeStories-module__T4rUPG__visual{order:2}.HomeStories-module__T4rUPG__productCanvas{min-height:590px}.HomeStories-module__T4rUPG__specs{grid-template-columns:repeat(2,1fr)}.HomeStories-module__T4rUPG__specs>div:nth-child(3){border-top:1px solid #ffffff1f;border-left:0}.HomeStories-module__T4rUPG__specs>div:nth-child(4){border-top:1px solid #ffffff1f}}@media (max-width:620px){.HomeStories-module__T4rUPG__section{padding:6rem 0 3rem}.HomeStories-module__T4rUPG__intro{padding-bottom:3.5rem}.HomeStories-module__T4rUPG__intro h2{font-size:44px}.HomeStories-module__T4rUPG__intro>div>span{font-size:17px}.HomeStories-module__T4rUPG__story,.HomeStories-module__T4rUPG__reverse{gap:2.5rem;padding:4rem 0}.HomeStories-module__T4rUPG__storyCopy h3{font-size:36px}.HomeStories-module__T4rUPG__storyCopy>span{font-size:15.5px}.HomeStories-module__T4rUPG__productCanvas{border-radius:24px;min-height:480px;margin-inline:-.45rem;padding:1rem}.HomeStories-module__T4rUPG__patientWindow,.HomeStories-module__T4rUPG__flowWindow,.HomeStories-module__T4rUPG__ownerWindow{border-radius:17px}.HomeStories-module__T4rUPG__journeyRail{padding-inline:12px}.HomeStories-module__T4rUPG__journeyRail span{font-size:7px}.HomeStories-module__T4rUPG__patientDetail{grid-template-columns:1fr}.HomeStories-module__T4rUPG__patientDetail>div+div{border-top:1px solid #e9e9ec;border-left:0}.HomeStories-module__T4rUPG__flowBody{grid-template-columns:1fr;padding:20px 14px}.HomeStories-module__T4rUPG__phonePreview{display:none}.HomeStories-module__T4rUPG__ownerWindow{padding:16px}.HomeStories-module__T4rUPG__ownerInsight{flex-direction:column;align-items:flex-start}.HomeStories-module__T4rUPG__specs{grid-template-columns:1fr}.HomeStories-module__T4rUPG__specs>div{min-height:112px;padding:1.25rem .5rem}.HomeStories-module__T4rUPG__specs>div+div,.HomeStories-module__T4rUPG__specs>div:nth-child(3){border-top:1px solid #ffffff1f;border-left:0}}@media (prefers-reduced-motion:reduce){.HomeStories-module__T4rUPG__patientWindow,.HomeStories-module__T4rUPG__flowWindow,.HomeStories-module__T4rUPG__ownerWindow{transition:none}}
.IndividualPricing-module__yiyqba__canvas{color:#1d1d1f;background:#f5f5f7;border-radius:36px;overflow:hidden;box-shadow:inset 0 1px #fff,0 38px 88px #0000003d}.IndividualPricing-module__yiyqba__topbar{color:#818188;min-height:62px;font:600 9px/1 var(--font-geist-mono),monospace;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid #dedee2;justify-content:space-between;align-items:center;gap:1rem;padding:0 28px;display:flex}.IndividualPricing-module__yiyqba__topbar em,.IndividualPricing-module__yiyqba__quoteTop em{color:#4e545f;align-items:center;gap:8px;font-style:normal;display:flex}.IndividualPricing-module__yiyqba__topbar em i,.IndividualPricing-module__yiyqba__quoteTop em i{background:#2553a8;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #2553a817}.IndividualPricing-module__yiyqba__layout{grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:clamp(3rem,7vw,7rem);padding:clamp(2.2rem,5vw,5rem);display:grid}.IndividualPricing-module__yiyqba__copy h2{letter-spacing:-.052em;text-wrap:balance;max-width:580px;margin:0;font-size:clamp(38px,5vw,66px);font-weight:580;line-height:.98}.IndividualPricing-module__yiyqba__copy>p{color:#74747c;text-wrap:pretty;max-width:570px;margin:1.5rem 0 0;font-size:16px;line-height:1.7}.IndividualPricing-module__yiyqba__factors{border-top:1px solid #d8d8dc;margin-top:3rem}.IndividualPricing-module__yiyqba__factors button{color:#797980;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #d8d8dc;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;width:100%;min-height:58px;padding:0 4px;transition:color .25s,padding .3s cubic-bezier(.16,1,.3,1),background .25s;display:grid}.IndividualPricing-module__yiyqba__factors button:hover,.IndividualPricing-module__yiyqba__factors .IndividualPricing-module__yiyqba__active{color:#1d1d1f;background:#fff;padding-inline:12px}.IndividualPricing-module__yiyqba__factors button i{color:#a1a1a7;font:600 8px/1 var(--font-geist-mono),monospace;font-style:normal}.IndividualPricing-module__yiyqba__factors button span{font-size:14px;font-weight:600}.IndividualPricing-module__yiyqba__factors button b{color:#a1a1a7;font-size:13px;font-weight:500;transition:transform .25s}.IndividualPricing-module__yiyqba__factors button:hover b,.IndividualPricing-module__yiyqba__factors .IndividualPricing-module__yiyqba__active b{color:#1d1d1f;transform:translate(2px,-2px)}.IndividualPricing-module__yiyqba__quoteCard{color:#fff;background:#1d1d1f;border-radius:28px;align-self:stretch;min-width:0;padding:clamp(1.6rem,3.5vw,2.8rem);box-shadow:0 28px 60px #1d1d1f3b,inset 0 1px #ffffff1a;container-type:inline-size}.IndividualPricing-module__yiyqba__quoteTop{color:#8e8e95;font:600 8px/1 var(--font-geist-mono),monospace;letter-spacing:.09em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:1rem;display:flex}.IndividualPricing-module__yiyqba__quoteTop em{color:#949ba7;letter-spacing:0}.IndividualPricing-module__yiyqba__quoteCard>strong{letter-spacing:-.052em;text-wrap:balance;max-width:430px;margin-top:clamp(3.5rem,7vw,6rem);font-size:clamp(33px,10cqw,62px);font-weight:570;line-height:.98;display:block}.IndividualPricing-module__yiyqba__quoteCard>p{color:#aaaab0;max-width:460px;margin:1.35rem 0 0;font-size:14px;line-height:1.65}.IndividualPricing-module__yiyqba__detail{background:#262628;border:1px solid #3a3a3f;border-radius:18px;margin-top:3rem;padding:1.4rem;animation:.35s cubic-bezier(.16,1,.3,1) both IndividualPricing-module__yiyqba__detailIn}@keyframes IndividualPricing-module__yiyqba__detailIn{0%{opacity:.35;transform:translateY(5px)}}.IndividualPricing-module__yiyqba__detail>span{color:#7f7f86;font:600 8px/1 var(--font-geist-mono),monospace;letter-spacing:.08em;text-transform:uppercase}.IndividualPricing-module__yiyqba__detail h3{color:#f5f5f7;letter-spacing:-.02em;margin:.75rem 0 0;font-size:17px}.IndividualPricing-module__yiyqba__detail p{color:#9c9ca3;margin:.6rem 0 0;font-size:12.5px;line-height:1.6}.IndividualPricing-module__yiyqba__factorDots{gap:6px;margin-top:1.4rem;display:flex}.IndividualPricing-module__yiyqba__factorDots i{background:#3f3f43;border-radius:3px;width:18px;height:3px;transition:width .3s,background .3s}.IndividualPricing-module__yiyqba__factorDots .IndividualPricing-module__yiyqba__dotActive{background:#f5f5f7;width:34px}.IndividualPricing-module__yiyqba__steps{border-top:1px solid #dedee2;grid-template-columns:repeat(3,1fr);display:grid}.IndividualPricing-module__yiyqba__steps>div{grid-template-columns:30px 1fr auto;align-items:center;gap:10px;min-height:92px;padding:0 28px;display:grid}.IndividualPricing-module__yiyqba__steps>div+div{border-left:1px solid #dedee2}.IndividualPricing-module__yiyqba__steps i{color:#a1a1a7;font:600 8px/1 var(--font-geist-mono),monospace;font-style:normal}.IndividualPricing-module__yiyqba__steps span{color:#3a3a3f;font-size:13px;font-weight:600}.IndividualPricing-module__yiyqba__steps b{color:#aaaab0;font-size:15px;font-weight:400}@media (max-width:920px){.IndividualPricing-module__yiyqba__layout{grid-template-columns:1fr}.IndividualPricing-module__yiyqba__quoteCard{min-height:560px}.IndividualPricing-module__yiyqba__quoteCard>strong{margin-top:4rem}}@media (max-width:620px){.IndividualPricing-module__yiyqba__canvas{border-radius:24px;margin-inline:-.4rem}.IndividualPricing-module__yiyqba__topbar{flex-direction:column;justify-content:center;align-items:flex-start;min-height:72px;padding:14px 18px}.IndividualPricing-module__yiyqba__layout{gap:2.5rem;padding:2.3rem 1.1rem 1.1rem}.IndividualPricing-module__yiyqba__copy h2{font-size:42px}.IndividualPricing-module__yiyqba__copy>p{font-size:15px}.IndividualPricing-module__yiyqba__factors{margin-top:2.2rem}.IndividualPricing-module__yiyqba__quoteCard{border-radius:20px;min-height:520px}.IndividualPricing-module__yiyqba__quoteTop{flex-direction:column;align-items:flex-start}.IndividualPricing-module__yiyqba__quoteCard>strong{max-width:100%;margin-top:3.5rem}.IndividualPricing-module__yiyqba__steps{grid-template-columns:1fr;padding:.5rem 1.1rem}.IndividualPricing-module__yiyqba__steps>div{min-height:64px;padding:0}.IndividualPricing-module__yiyqba__steps>div+div{border-top:1px solid #dedee2;border-left:0}.IndividualPricing-module__yiyqba__steps b{transform:rotate(90deg)}}@media (prefers-reduced-motion:reduce){.IndividualPricing-module__yiyqba__detail{animation:none}.IndividualPricing-module__yiyqba__factors button,.IndividualPricing-module__yiyqba__factors button b,.IndividualPricing-module__yiyqba__factorDots i{transition:none}}.IndividualPricing-module__yiyqba__canvas{color:#f1f1f3;background:linear-gradient(145deg,#1a1b20,#101115 72%);border:1px solid #ffffff1a;box-shadow:inset 0 1px #ffffff0f,0 38px 88px #0006}.IndividualPricing-module__yiyqba__topbar{color:#74757e;border-color:#ffffff1a}.IndividualPricing-module__yiyqba__copy>p{color:#92939c}.IndividualPricing-module__yiyqba__factors{border-color:#ffffff1a}.IndividualPricing-module__yiyqba__factors button{color:#85868f;border-color:#ffffff1a}.IndividualPricing-module__yiyqba__factors button:hover,.IndividualPricing-module__yiyqba__factors .IndividualPricing-module__yiyqba__active{color:#f2f2f4;background:#ffffff0b}.IndividualPricing-module__yiyqba__factors button i,.IndividualPricing-module__yiyqba__factors button b{color:#676871}.IndividualPricing-module__yiyqba__factors button:hover b,.IndividualPricing-module__yiyqba__factors .IndividualPricing-module__yiyqba__active b{color:#6092ef}.IndividualPricing-module__yiyqba__quoteCard{background:linear-gradient(155deg,#24252a,#18191e);box-shadow:0 28px 60px #00000057,inset 0 1px #ffffff17}.IndividualPricing-module__yiyqba__steps,.IndividualPricing-module__yiyqba__steps>div+div{border-color:#ffffff1a}.IndividualPricing-module__yiyqba__steps span{color:#c8c8ce}.IndividualPricing-module__yiyqba__steps i,.IndividualPricing-module__yiyqba__steps b{color:#676871}
.CtaBand-module__NYHCma__section{padding:7rem 0 8rem;scroll-margin-top:6rem}.CtaBand-module__NYHCma__heading{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:end;gap:clamp(3rem,8vw,8rem);padding-bottom:4.5rem;display:grid}.CtaBand-module__NYHCma__heading>div>p{color:#99b9f5d9;font:600 10px/1.2 var(--font-geist-mono),monospace;letter-spacing:.17em;text-transform:uppercase;margin:0}.CtaBand-module__NYHCma__heading h2{color:#f5f5f7;letter-spacing:-.052em;text-wrap:balance;max-width:760px;margin:1.25rem 0 0;font-size:clamp(42px,5.6vw,72px);font-weight:570;line-height:.98}.CtaBand-module__NYHCma__headingSide>span{color:#9999a3;text-wrap:pretty;font-size:17px;line-height:1.65;display:block}.CtaBand-module__NYHCma__headingSide>div{flex-wrap:wrap;gap:.7rem;margin-top:1.8rem;display:flex}.CtaBand-module__NYHCma__deliveryBoard{color:#1d1d1f;background:#f5f5f7;border-radius:30px;overflow:hidden;box-shadow:0 35px 85px #0000003d}.CtaBand-module__NYHCma__boardTop{color:#77777f;min-height:58px;font:600 9px/1 var(--font-geist-mono),monospace;letter-spacing:.07em;text-transform:uppercase;border-bottom:1px solid #dedee2;justify-content:space-between;align-items:center;gap:1rem;padding:0 24px;display:flex}.CtaBand-module__NYHCma__boardTop em{color:#4e545f;align-items:center;gap:8px;font-style:normal;display:flex}.CtaBand-module__NYHCma__boardTop em i{background:#2553a8;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #2553a817}.CtaBand-module__NYHCma__timeline{grid-template-columns:repeat(4,1fr);padding:clamp(2.5rem,5vw,5rem) clamp(1.4rem,4vw,4rem);display:grid}.CtaBand-module__NYHCma__timeline article{min-width:0;padding-right:clamp(1rem,3vw,2.5rem);position:relative}.CtaBand-module__NYHCma__timeline article:last-child{padding-right:0}.CtaBand-module__NYHCma__track{align-items:center;margin-bottom:2rem;display:flex}.CtaBand-module__NYHCma__track>i{z-index:1;color:#fff;background:#1d1d1f;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font:600 8px/1 sans-serif;display:grid;position:relative}.CtaBand-module__NYHCma__track>b{background:#c9c9ce;width:100%;height:1px;display:block}.CtaBand-module__NYHCma__timeline article:last-child .CtaBand-module__NYHCma__track>b{visibility:hidden}.CtaBand-module__NYHCma__timeline article>span{color:#a1a1a8;font:600 9px/1 var(--font-geist-mono),monospace;letter-spacing:.08em}.CtaBand-module__NYHCma__timeline h3{letter-spacing:-.025em;margin:9px 0 0;font-size:18px}.CtaBand-module__NYHCma__timeline p{color:#74747c;max-width:210px;margin:10px 0 0;font-size:12px;line-height:1.55}@media (max-width:850px){.CtaBand-module__NYHCma__heading{grid-template-columns:1fr;align-items:start}.CtaBand-module__NYHCma__headingSide{max-width:620px}.CtaBand-module__NYHCma__timeline{grid-template-columns:repeat(2,1fr);gap:2.5rem 0}.CtaBand-module__NYHCma__timeline article:nth-child(2) .CtaBand-module__NYHCma__track>b{visibility:hidden}}@media (max-width:580px){.CtaBand-module__NYHCma__section{padding:5rem 0 6rem}.CtaBand-module__NYHCma__heading{padding-bottom:3rem}.CtaBand-module__NYHCma__heading h2{font-size:42px}.CtaBand-module__NYHCma__headingSide>span{font-size:15.5px}.CtaBand-module__NYHCma__headingSide>div{flex-direction:column}.CtaBand-module__NYHCma__deliveryBoard{border-radius:22px;margin-inline:-.4rem}.CtaBand-module__NYHCma__boardTop{flex-direction:column;justify-content:center;align-items:flex-start;min-height:72px;padding:12px 17px}.CtaBand-module__NYHCma__timeline{grid-template-columns:1fr;padding:2rem 1.2rem}.CtaBand-module__NYHCma__timeline article{padding:0 0 1.7rem}.CtaBand-module__NYHCma__timeline article:last-child{padding-bottom:0}.CtaBand-module__NYHCma__track{align-items:flex-start;height:100%;margin:0;position:absolute;top:0;left:0}.CtaBand-module__NYHCma__track>b{width:1px;height:100%;margin-left:-15px}.CtaBand-module__NYHCma__timeline article:nth-child(2) .CtaBand-module__NYHCma__track>b{visibility:visible}.CtaBand-module__NYHCma__timeline article:last-child .CtaBand-module__NYHCma__track>b{visibility:hidden}.CtaBand-module__NYHCma__timeline article>span,.CtaBand-module__NYHCma__timeline h3,.CtaBand-module__NYHCma__timeline p{margin-left:48px}.CtaBand-module__NYHCma__timeline article>span{padding-top:4px;display:block}.CtaBand-module__NYHCma__timeline h3{margin-top:7px}.CtaBand-module__NYHCma__timeline p{max-width:none}}.CtaBand-module__NYHCma__deliveryBoard{color:#efeff1;background:linear-gradient(145deg,#18191e,#101115);border:1px solid #ffffff1a;box-shadow:0 38px 90px #0006,inset 0 1px #ffffff0f}.CtaBand-module__NYHCma__boardTop{color:#71727b;border-color:#ffffff1a}.CtaBand-module__NYHCma__boardTop em{color:#989fab}.CtaBand-module__NYHCma__track>i{color:#101115;background:#f0f0f2}.CtaBand-module__NYHCma__track>b{background:#36373e}.CtaBand-module__NYHCma__timeline article:last-child .CtaBand-module__NYHCma__track>i{color:#f1f1f3;background:#17181d;box-shadow:inset 0 0 0 1px #4b4c54}.CtaBand-module__NYHCma__timeline article>span{color:#6f7079}.CtaBand-module__NYHCma__timeline h3{color:#dedee2}.CtaBand-module__NYHCma__timeline p{color:#85868f}
.AiImplementationPage-module__BCGarG__page{--accent-1:#709df1;--accent-2:#99b9f5;--accent-3:#6092ef;color:#f1f1f3;background:#060608;overflow:hidden}.AiImplementationPage-module__BCGarG__hero{isolation:isolate;border-bottom:1px solid #ffffff14;min-height:830px;padding:10.5rem 0 7rem;position:relative;overflow:hidden}.AiImplementationPage-module__BCGarG__hero:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(90deg,#060608e0,#0606087a 45%,#0606081f 78%),linear-gradient(#0000 62%,#060608 100%);position:absolute;inset:0}.AiImplementationPage-module__BCGarG__heroWave{z-index:-2;filter:saturate(1.22)brightness(1.18);pointer-events:none;width:116%;height:680px;position:absolute;top:4.5rem;left:-8%;-webkit-mask-image:radial-gradient(70% 62% at 65%,#000 38%,#0000 82%);mask-image:radial-gradient(70% 62% at 65%,#000 38%,#0000 82%)}.AiImplementationPage-module__BCGarG__heroInner{grid-template-columns:minmax(0,.86fr) minmax(500px,1.14fr);align-items:center;gap:clamp(2.5rem,6vw,6.5rem);display:grid;position:relative}.AiImplementationPage-module__BCGarG__heroCopy>p,.AiImplementationPage-module__BCGarG__intro>div>p,.AiImplementationPage-module__BCGarG__deliveryIntro>div>p{color:#6092efd6;font:600 10px/1.2 var(--font-geist-mono),monospace;letter-spacing:.18em;text-transform:uppercase;margin:0}.AiImplementationPage-module__BCGarG__heroCopy h1{letter-spacing:-.055em;text-wrap:balance;max-width:720px;margin:1.25rem 0 0;font-size:clamp(45px,5.5vw,76px);font-weight:580;line-height:.96}.AiImplementationPage-module__BCGarG__heroCopy h1 span{color:#f5f5f7;display:block}.AiImplementationPage-module__BCGarG__heroCopy h1 strong{color:#0000;font-weight:inherit;background:linear-gradient(100deg,#4f87ee,#99b9f5 32%,#fff 53%,#6092ef 78%,#165cdf) 0 0/185% 100%;-webkit-background-clip:text;background-clip:text;margin-top:.15em;animation:12s ease-in-out infinite AiImplementationPage-module__BCGarG__titleShift;display:block}@keyframes AiImplementationPage-module__BCGarG__titleShift{50%{background-position:100%}}.AiImplementationPage-module__BCGarG__heroCopy>div>p{color:#9898a2;text-wrap:pretty;max-width:620px;margin:1.7rem 0 0;font-size:17px;line-height:1.7}.AiImplementationPage-module__BCGarG__heroActions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.AiImplementationPage-module__BCGarG__heroVisual{perspective:1400px;min-width:0;position:relative}.AiImplementationPage-module__BCGarG__heroVisual:before{content:"";z-index:-1;filter:blur(72px);background:linear-gradient(120deg,#4f87ee2e,#594dc31a 48%,#6092ef24);border-radius:50%;position:absolute;inset:5% -4% -8%}.AiImplementationPage-module__BCGarG__runWindow{height:510px;transform-style:preserve-3d;background:#0d0e12;border:1px solid #ffffff24;border-radius:21px;overflow:hidden;box-shadow:0 45px 100px #00000091,inset 0 1px #ffffff12}.AiImplementationPage-module__BCGarG__runBar{color:#85868d;height:40px;font:500 8px/1 var(--font-geist-mono),monospace;background:linear-gradient(#202126,#191a1f);border-bottom:1px solid #27282e;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 14px;display:grid}.AiImplementationPage-module__BCGarG__runBar>span{gap:5px;display:flex}.AiImplementationPage-module__BCGarG__runBar>span i{background:#e46b64;border-radius:50%;width:7px;height:7px}.AiImplementationPage-module__BCGarG__runBar>span i:nth-child(2){background:#d7b057}.AiImplementationPage-module__BCGarG__runBar>span i:last-child{background:#60b77a}.AiImplementationPage-module__BCGarG__runBar>em{color:#9097a4;justify-self:end;align-items:center;gap:6px;font-style:normal;display:flex}.AiImplementationPage-module__BCGarG__runBar>em i{background:#89919f;border-radius:50%;width:5px;height:5px;box-shadow:0 0 0 3px #89919f1c}.AiImplementationPage-module__BCGarG__runBody{background:radial-gradient(circle at 90% -10%,#4f87ee0e,#0000 32%),#0d0e12;height:calc(100% - 40px);padding:22px}.AiImplementationPage-module__BCGarG__runBody>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.AiImplementationPage-module__BCGarG__runBody>header>div{flex-direction:column;gap:5px;display:flex}.AiImplementationPage-module__BCGarG__runBody>header span{color:#6d6e75;font-size:7px}.AiImplementationPage-module__BCGarG__runBody>header h3{color:#e5e6e9;letter-spacing:-.025em;margin:0;font-size:17px}.AiImplementationPage-module__BCGarG__runBody>header>b{color:#86878e;font:500 7px/1 var(--font-geist-mono),monospace;border:1px solid #2c2d33;border-radius:12px;padding:6px 9px}.AiImplementationPage-module__BCGarG__contextCard{background:linear-gradient(145deg,#17181c,#131418);border:1px solid #28292f;border-radius:10px;justify-content:space-between;align-items:center;margin-top:15px;padding:13px 14px;display:flex}.AiImplementationPage-module__BCGarG__contextCard>div{flex-direction:column;gap:5px;display:flex}.AiImplementationPage-module__BCGarG__contextCard span{color:#696a71;text-transform:uppercase;letter-spacing:.06em;font-size:7px}.AiImplementationPage-module__BCGarG__contextCard strong{color:#d0d2d5;font-size:10px}.AiImplementationPage-module__BCGarG__contextCard small{color:#696a71;font-size:7px}.AiImplementationPage-module__BCGarG__contextCard>i{width:35px;height:35px;color:var(--accent-2);background:#4f87ee12;border:1px solid #99b9f533;border-radius:10px;place-items:center;font:600 8px/1 sans-serif;display:grid}.AiImplementationPage-module__BCGarG__runSteps{background:#141519;border:1px solid #28292f;border-radius:10px;margin-top:10px}.AiImplementationPage-module__BCGarG__runSteps>div{grid-template-columns:28px 1fr auto;align-items:center;gap:9px;min-height:48px;padding:0 12px;display:grid}.AiImplementationPage-module__BCGarG__runSteps>div+div{border-top:1px solid #25262b}.AiImplementationPage-module__BCGarG__runSteps>div>i{color:#88909e;background:#6092ef12;border-radius:7px;place-items:center;width:22px;height:22px;font:600 7px/1 sans-serif;display:grid}.AiImplementationPage-module__BCGarG__runSteps>div:last-child>i{color:var(--accent-2);background:#4f87ee12}.AiImplementationPage-module__BCGarG__runSteps span{flex-direction:column;gap:4px;display:flex}.AiImplementationPage-module__BCGarG__runSteps span b{color:#b7b5af;font-size:8px}.AiImplementationPage-module__BCGarG__runSteps span small{color:#5f6067;font-size:6.5px}.AiImplementationPage-module__BCGarG__runSteps em{color:#838b99;background:#6092ef0b;border-radius:10px;padding:4px 7px;font-size:6px;font-style:normal}.AiImplementationPage-module__BCGarG__runSteps .AiImplementationPage-module__BCGarG__waiting{color:#779adb;background:#4f87ee12}.AiImplementationPage-module__BCGarG__proposal{background:linear-gradient(100deg,#4f87ee0f,#6092ef06);border:1px solid #99b9f524;border-radius:10px;margin-top:10px;padding:12px 110px 12px 13px;position:relative}.AiImplementationPage-module__BCGarG__proposal>span{color:#7f8288;font:600 6.5px/1 var(--font-geist-mono),monospace;text-transform:uppercase;letter-spacing:.07em}.AiImplementationPage-module__BCGarG__proposal p{color:#a9a7a1;margin:7px 0 0;font-size:7px;line-height:1.45}.AiImplementationPage-module__BCGarG__proposal button{color:#222226;background:#ecedef;border:0;border-radius:13px;height:26px;padding:0 9px;font-size:6px;font-weight:600;position:absolute;bottom:12px;right:12px}.AiImplementationPage-module__BCGarG__heroFloat{color:#aaa9b0;font:500 7px/1 var(--font-geist-mono),monospace;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#121317e6;border:1px solid #ffffff21;border-radius:18px;align-items:center;gap:7px;padding:11px 13px;display:flex;position:absolute;bottom:48px;right:-26px;box-shadow:0 18px 40px #00000052}.AiImplementationPage-module__BCGarG__heroFloat i{background:var(--accent-3);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #6092ef14}.AiImplementationPage-module__BCGarG__heroHint{color:#5e5f66;font:500 8px/1 var(--font-geist-mono),monospace;letter-spacing:.04em;align-items:center;gap:8px;display:flex;position:absolute;bottom:-4rem;right:2rem}.AiImplementationPage-module__BCGarG__heroHint i{background:var(--accent-2);border-radius:50%;width:5px;height:5px}.AiImplementationPage-module__BCGarG__introSection{padding:9rem 0 5rem}.AiImplementationPage-module__BCGarG__intro{max-width:1030px;padding-bottom:5rem}.AiImplementationPage-module__BCGarG__intro h2{color:#f5f5f7;letter-spacing:-.058em;text-wrap:balance;max-width:1000px;margin:1.35rem 0 0;font-size:clamp(48px,7vw,90px);font-weight:570;line-height:.96}.AiImplementationPage-module__BCGarG__intro>div>span{color:#9a9aa4;text-wrap:pretty;max-width:760px;margin-top:2rem;font-size:clamp(17px,2vw,21px);line-height:1.58;display:block}.AiImplementationPage-module__BCGarG__stories{border-top:1px solid #ffffff17}.AiImplementationPage-module__BCGarG__story{border-bottom:1px solid #ffffff17;grid-template-columns:minmax(260px,.68fr) minmax(0,1.32fr);align-items:start;gap:clamp(3rem,7vw,7rem);min-height:820px;padding:7rem 0;display:grid}.AiImplementationPage-module__BCGarG__reverse{grid-template-columns:minmax(0,1.32fr) minmax(260px,.68fr)}.AiImplementationPage-module__BCGarG__reverse .AiImplementationPage-module__BCGarG__storyCopy{order:2}.AiImplementationPage-module__BCGarG__reverse .AiImplementationPage-module__BCGarG__visual{order:1}.AiImplementationPage-module__BCGarG__storyCopy{padding-top:2rem;position:sticky;top:9rem}.AiImplementationPage-module__BCGarG__storyCopy>p{color:var(--accent-2);font:600 10px/1.2 var(--font-geist-mono),monospace;letter-spacing:.16em;text-transform:uppercase;margin:0}.AiImplementationPage-module__BCGarG__storyCopy h3{color:#f5f5f7;letter-spacing:-.045em;text-wrap:balance;margin:1.2rem 0 0;font-size:clamp(34px,4vw,54px);font-weight:560;line-height:1.03}.AiImplementationPage-module__BCGarG__storyCopy>span{color:#9898a2;text-wrap:pretty;margin-top:1.6rem;font-size:17px;line-height:1.72;display:block}.AiImplementationPage-module__BCGarG__storyCopy blockquote{color:#c5c5cc;font:500 12px/1.65 var(--font-geist-mono),monospace;border-left:1px solid #6092ef73;margin:1.7rem 0 0;padding-left:1rem}.AiImplementationPage-module__BCGarG__visual{min-width:0}.AiImplementationPage-module__BCGarG__productCanvas{color:#1d1d1f;background:#f5f5f7;border-radius:38px;place-items:center;min-height:650px;padding:clamp(1.2rem,4vw,4rem);display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #fff,0 40px 90px #0000003d,-82px 80px 124px -58px #6092ef40,88px 78px 128px -60px #9270ff3b}.AiImplementationPage-module__BCGarG__contextCanvas{background:#eff0f2;box-shadow:inset 0 1px #fff,0 40px 90px #0000003d,-86px 82px 126px -58px #6092ef4a,90px 76px 130px -60px #48a0ff38}.AiImplementationPage-module__BCGarG__approvalCanvas{background:#eaeaeb;box-shadow:inset 0 1px #fff,0 40px 90px #0000003d,-82px 82px 124px -58px #709df140,90px 78px 130px -60px #9270ff40}.AiImplementationPage-module__BCGarG__auditCanvas{background:#f1f1f3;box-shadow:inset 0 1px #fff,0 40px 90px #0000003d,-84px 84px 126px -58px #6092ef42,88px 76px 128px -60px #4c7eff3d}.AiImplementationPage-module__BCGarG__contextWindow,.AiImplementationPage-module__BCGarG__approvalWindow,.AiImplementationPage-module__BCGarG__auditWindow{background:#fff;border:1px solid #00000014;border-radius:23px;width:min(100%,800px);transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .6s;overflow:hidden;box-shadow:0 28px 66px #1d1d1f38,inset 0 1px #fff}.AiImplementationPage-module__BCGarG__productCanvas:hover .AiImplementationPage-module__BCGarG__contextWindow,.AiImplementationPage-module__BCGarG__productCanvas:hover .AiImplementationPage-module__BCGarG__approvalWindow,.AiImplementationPage-module__BCGarG__productCanvas:hover .AiImplementationPage-module__BCGarG__auditWindow{transform:translateY(-7px);box-shadow:0 40px 88px #1d1d1f45,inset 0 1px #fff}.AiImplementationPage-module__BCGarG__lightTop,.AiImplementationPage-module__BCGarG__darkTop{color:#7c7c83;height:50px;font:600 8px/1 var(--font-geist-mono),monospace;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #e5e5e8;justify-content:space-between;align-items:center;gap:1rem;padding:0 19px;display:flex}.AiImplementationPage-module__BCGarG__lightTop em,.AiImplementationPage-module__BCGarG__darkTop em{color:#274987;align-items:center;gap:7px;font-style:normal;display:flex}.AiImplementationPage-module__BCGarG__lightTop em i,.AiImplementationPage-module__BCGarG__darkTop em i{background:#2553a8;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #2553a817}.AiImplementationPage-module__BCGarG__contextFlow{background:#fafafa;grid-template-columns:minmax(125px,.75fr) 30px minmax(125px,.9fr) 30px minmax(170px,1.1fr);align-items:center;min-height:390px;padding:36px 28px;display:grid}.AiImplementationPage-module__BCGarG__contextFlow>section{flex-direction:column;gap:8px;display:flex}.AiImplementationPage-module__BCGarG__contextFlow>section>span,.AiImplementationPage-module__BCGarG__contextFlow>aside>span{color:#98989f;font:600 7px/1 var(--font-geist-mono),monospace;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}.AiImplementationPage-module__BCGarG__contextFlow>section>div{background:#fff;border:1px solid #e1e1e4;border-radius:12px;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;min-height:51px;padding:0 10px;display:grid;box-shadow:0 6px 14px #1e1e200a}.AiImplementationPage-module__BCGarG__contextFlow>section>div>i{color:#68686f;background:#efeff1;border-radius:7px;place-items:center;width:25px;height:25px;font:600 7px/1 sans-serif;display:grid}.AiImplementationPage-module__BCGarG__contextFlow>section>div>b{font-size:9px}.AiImplementationPage-module__BCGarG__contextFlow>section>div>em{color:#264784;font-size:8px;font-style:normal}.AiImplementationPage-module__BCGarG__flowRoute{background:#c8c8cd;height:1px;position:relative}.AiImplementationPage-module__BCGarG__flowRoute i{background:#1d1d1f;border-radius:50%;width:5px;height:5px;animation:2.2s linear infinite AiImplementationPage-module__BCGarG__routeDot;position:absolute;top:-2px}.AiImplementationPage-module__BCGarG__flowRoute i:nth-child(2){animation-delay:.72s}.AiImplementationPage-module__BCGarG__flowRoute i:nth-child(3){animation-delay:1.44s}@keyframes AiImplementationPage-module__BCGarG__routeDot{0%{opacity:0;left:0}20%,80%{opacity:1}to{opacity:0;left:calc(100% - 5px)}}.AiImplementationPage-module__BCGarG__contextFlow>main{color:#fff;text-align:center;background:#1d1d1f;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:165px;padding:15px;display:flex;box-shadow:0 20px 38px #1d1d1f33}.AiImplementationPage-module__BCGarG__contextFlow>main>i{color:#1d1d1f;background:#fff;border-radius:11px;place-items:center;width:37px;height:37px;font:700 9px/1 sans-serif;display:grid}.AiImplementationPage-module__BCGarG__contextFlow>main span{color:#929299;font:600 7px/1 var(--font-geist-mono),monospace;text-transform:uppercase;margin-top:13px}.AiImplementationPage-module__BCGarG__contextFlow>main strong{max-width:130px;margin-top:7px;font-size:10px;line-height:1.35}.AiImplementationPage-module__BCGarG__contextFlow>main small{color:#888f9d;margin-top:12px;font-size:7px}.AiImplementationPage-module__BCGarG__contextFlow>aside{background:#fff;border:1px solid #dedee2;border-radius:16px;padding:17px;box-shadow:0 14px 28px #1e1e2014}.AiImplementationPage-module__BCGarG__contextFlow>aside strong{margin-top:12px;font-size:13px;display:block}.AiImplementationPage-module__BCGarG__contextFlow>aside p{color:#7a7a81;margin:8px 0 0;font-size:9px;line-height:1.55}.AiImplementationPage-module__BCGarG__contextFlow>aside em{color:#274988;align-items:center;gap:6px;margin-top:14px;font-size:8px;font-style:normal;display:flex}.AiImplementationPage-module__BCGarG__contextFlow>aside em i{background:#2553a8;border-radius:50%;width:5px;height:5px}.AiImplementationPage-module__BCGarG__approvalBody{background:#fafafa;padding:30px}.AiImplementationPage-module__BCGarG__caseHead{border-bottom:1px solid #e4e4e7;justify-content:space-between;align-items:center;gap:15px;padding-bottom:22px;display:flex}.AiImplementationPage-module__BCGarG__caseHead>div{flex-direction:column;display:flex}.AiImplementationPage-module__BCGarG__caseHead span{color:#9a9aa1;font:600 7px/1 var(--font-geist-mono),monospace;text-transform:uppercase;letter-spacing:.08em}.AiImplementationPage-module__BCGarG__caseHead h4{letter-spacing:-.03em;margin:8px 0 0;font-size:19px}.AiImplementationPage-module__BCGarG__caseHead p{color:#84848b;margin:6px 0 0;font-size:10px}.AiImplementationPage-module__BCGarG__caseHead>i{color:#fff;background:#1d1d1f;border-radius:15px;place-items:center;width:46px;height:46px;font:600 10px/1 sans-serif;display:grid}.AiImplementationPage-module__BCGarG__recommendation{background:#fff;border:1px solid #dedee2;border-radius:18px;margin-top:22px;padding:22px;box-shadow:0 9px 22px #1c1c1f0d}.AiImplementationPage-module__BCGarG__recommendation>span{color:#71798a;font:600 8px/1 var(--font-geist-mono),monospace;text-transform:uppercase;letter-spacing:.08em}.AiImplementationPage-module__BCGarG__recommendation>p{color:#37373b;margin:13px 0 0;font-size:13px;line-height:1.65}.AiImplementationPage-module__BCGarG__recommendation>div{flex-wrap:wrap;gap:7px;margin-top:18px;display:flex}.AiImplementationPage-module__BCGarG__recommendation em{color:#234179;background:#f0f1f3;border-radius:13px;padding:6px 9px;font-size:8px;font-style:normal}.AiImplementationPage-module__BCGarG__approvalActions{justify-content:flex-end;align-items:center;gap:8px;min-height:38px;margin-top:18px;display:flex}.AiImplementationPage-module__BCGarG__approvalActions button{color:#66666d;cursor:pointer;background:#fff;border:1px solid #d6d6da;border-radius:18px;height:36px;padding:0 15px;font-size:9px;font-weight:600}.AiImplementationPage-module__BCGarG__approvalActions button:last-child{color:#fff;background:#1d1d1f;border-color:#1d1d1f}.AiImplementationPage-module__BCGarG__approvalActions strong{color:#254581;align-items:center;gap:8px;margin-right:auto;font-size:11px;display:flex}.AiImplementationPage-module__BCGarG__approvalActions strong i{background:#2755a9;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #2755a91a}.AiImplementationPage-module__BCGarG__auditWindow{color:#e3e4e7;background:#0d0e12;border-color:#ffffff24;box-shadow:0 30px 70px #1d1d1f4a,inset 0 1px #ffffff12}.AiImplementationPage-module__BCGarG__darkTop{color:#87888f;background:linear-gradient(#202126,#191a1f);border-color:#28292f}.AiImplementationPage-module__BCGarG__darkTop em{color:#8f96a3}.AiImplementationPage-module__BCGarG__auditWindow>header{border-bottom:1px solid #25262c;padding:22px 24px}.AiImplementationPage-module__BCGarG__auditWindow>header span{color:#66676e;font:600 7px/1 var(--font-geist-mono),monospace;text-transform:uppercase;letter-spacing:.08em}.AiImplementationPage-module__BCGarG__auditWindow>header h4{letter-spacing:-.02em;margin:8px 0 0;font-size:17px}.AiImplementationPage-module__BCGarG__auditBody{background:#0d0e12;grid-template-columns:1.3fr .7fr;gap:10px;padding:18px;display:grid}.AiImplementationPage-module__BCGarG__auditBody>section,.AiImplementationPage-module__BCGarG__auditBody>aside{background:#141519;border:1px solid #27282e;border-radius:13px}.AiImplementationPage-module__BCGarG__auditBody>section{padding:8px 14px}.AiImplementationPage-module__BCGarG__auditBody>section>div{grid-template-columns:50px 15px 1fr;align-items:center;gap:8px;min-height:55px;display:grid}.AiImplementationPage-module__BCGarG__auditBody>section>div+div{border-top:1px solid #25262b}.AiImplementationPage-module__BCGarG__auditBody time{color:#62636a;font:500 7px/1 var(--font-geist-mono),monospace}.AiImplementationPage-module__BCGarG__auditBody>section>div>i{border:1px solid #55565d;border-radius:50%;width:7px;height:7px;font:600 5px/1 sans-serif;position:relative}.AiImplementationPage-module__BCGarG__auditBody>section>div>i:after{content:"";background:#33343a;width:1px;height:49px;position:absolute;top:7px;left:2px}.AiImplementationPage-module__BCGarG__auditBody>section>div:last-child>i:after{display:none}.AiImplementationPage-module__BCGarG__auditBody>section>div>.AiImplementationPage-module__BCGarG__lastEvent{color:#181a1d;background:#5781ce;border-color:#5781ce;place-items:center;display:grid}.AiImplementationPage-module__BCGarG__auditBody>section span{flex-direction:column;gap:5px;min-width:0;display:flex}.AiImplementationPage-module__BCGarG__auditBody>section b{color:#bdbbb5;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.AiImplementationPage-module__BCGarG__auditBody>section small{color:#62636a;font-size:7px}.AiImplementationPage-module__BCGarG__auditBody>aside{align-self:start;padding:17px}.AiImplementationPage-module__BCGarG__auditBody>aside>span{color:#77787f;font:600 7px/1 var(--font-geist-mono),monospace;text-transform:uppercase;letter-spacing:.07em}.AiImplementationPage-module__BCGarG__auditBody>aside p{color:#aaa8a2;align-items:flex-start;gap:8px;margin:14px 0 0;font-size:8px;line-height:1.45;display:flex}.AiImplementationPage-module__BCGarG__auditBody>aside p i{color:#5982cf;background:#6092ef14;border-radius:50%;flex:none;place-items:center;width:16px;height:16px;font:600 7px/1 sans-serif;display:grid}.AiImplementationPage-module__BCGarG__delivery{padding:8rem 0 6rem}.AiImplementationPage-module__BCGarG__deliveryIntro{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:end;gap:clamp(3rem,8vw,8rem);padding-bottom:4rem;display:grid}.AiImplementationPage-module__BCGarG__deliveryIntro h2{color:#f5f5f7;letter-spacing:-.052em;text-wrap:balance;max-width:780px;margin:1.2rem 0 0;font-size:clamp(42px,5.5vw,70px);font-weight:570;line-height:.98}.AiImplementationPage-module__BCGarG__deliveryIntro>div>span{color:#9999a3;text-wrap:pretty;font-size:17px;line-height:1.65;display:block}.AiImplementationPage-module__BCGarG__deliveryBoard{color:#1d1d1f;background:#f5f5f7;border-radius:32px;overflow:hidden;box-shadow:0 38px 88px #0000003d,inset 0 1px #fff}.AiImplementationPage-module__BCGarG__boardTop{color:#818188;min-height:60px;font:600 9px/1 var(--font-geist-mono),monospace;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #dedee2;justify-content:space-between;align-items:center;gap:1rem;padding:0 25px;display:flex}.AiImplementationPage-module__BCGarG__boardTop em{color:#4e545f;align-items:center;gap:8px;font-style:normal;display:flex}.AiImplementationPage-module__BCGarG__boardTop em i{background:#2553a8;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #2553a817}.AiImplementationPage-module__BCGarG__stageGrid{grid-template-columns:repeat(4,1fr);padding:clamp(2.5rem,5vw,5rem) clamp(1.4rem,4vw,4rem);display:grid}.AiImplementationPage-module__BCGarG__stageGrid article{min-width:0;padding-right:clamp(1rem,3vw,2.5rem);position:relative}.AiImplementationPage-module__BCGarG__stageGrid article:last-child{padding-right:0}.AiImplementationPage-module__BCGarG__stageGrid article>div{align-items:center;margin-bottom:2rem;display:flex}.AiImplementationPage-module__BCGarG__stageGrid article>div i{z-index:1;color:#fff;background:#1d1d1f;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font:600 8px/1 sans-serif;display:grid;position:relative}.AiImplementationPage-module__BCGarG__stageGrid article>div b{background:#c9c9ce;width:100%;height:1px}.AiImplementationPage-module__BCGarG__stageGrid article:last-child>div b{visibility:hidden}.AiImplementationPage-module__BCGarG__stageGrid article>span{color:#303034;letter-spacing:-.025em;font-size:18px;font-weight:600}.AiImplementationPage-module__BCGarG__stageGrid article>p{color:#74747c;max-width:225px;margin:10px 0 0;font-size:12px;line-height:1.55}.AiImplementationPage-module__BCGarG__cta{padding:6rem 0 9rem}.AiImplementationPage-module__BCGarG__ctaCard{color:#1d1d1f;text-align:center;background:#f5f5f7;border-radius:34px;padding:5.5rem 2rem;box-shadow:0 38px 88px #0000003d,inset 0 1px #fff}.AiImplementationPage-module__BCGarG__ctaCard h2{letter-spacing:-.048em;text-wrap:balance;max-width:830px;margin:0 auto;font-size:clamp(38px,4.8vw,60px);font-weight:580;line-height:1.02}.AiImplementationPage-module__BCGarG__ctaCard>p{color:#74747c;max-width:650px;margin:1.4rem auto 0;font-size:17px;line-height:1.7}.AiImplementationPage-module__BCGarG__ctaCard>div{justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.AiImplementationPage-module__BCGarG__ctaPrimary{color:#fff!important;background:#1d1d1f!important;box-shadow:inset 0 1px #ffffff24!important}.AiImplementationPage-module__BCGarG__ctaPrimary:hover{box-shadow:0 14px 32px #1d1d1f33!important}.AiImplementationPage-module__BCGarG__ctaSecondary{color:#3a3a3f!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;border-color:#d1d1d5!important}@media (max-width:1050px){.AiImplementationPage-module__BCGarG__hero{min-height:auto}.AiImplementationPage-module__BCGarG__heroInner{grid-template-columns:1fr}.AiImplementationPage-module__BCGarG__heroCopy{text-align:center;max-width:800px;margin:auto}.AiImplementationPage-module__BCGarG__heroCopy h1,.AiImplementationPage-module__BCGarG__heroCopy>div>p{margin-left:auto;margin-right:auto}.AiImplementationPage-module__BCGarG__heroActions{justify-content:center}.AiImplementationPage-module__BCGarG__heroVisual{width:min(100%,800px);margin:2.5rem auto 0}.AiImplementationPage-module__BCGarG__heroHint{justify-content:center;margin-top:1.5rem;position:static}.AiImplementationPage-module__BCGarG__story,.AiImplementationPage-module__BCGarG__reverse{grid-template-columns:1fr;min-height:0;padding:5.5rem 0}.AiImplementationPage-module__BCGarG__storyCopy,.AiImplementationPage-module__BCGarG__reverse .AiImplementationPage-module__BCGarG__storyCopy{order:1;max-width:700px;padding-top:0;position:static}.AiImplementationPage-module__BCGarG__visual,.AiImplementationPage-module__BCGarG__reverse .AiImplementationPage-module__BCGarG__visual{order:2}.AiImplementationPage-module__BCGarG__deliveryIntro{grid-template-columns:1fr;align-items:start}.AiImplementationPage-module__BCGarG__deliveryIntro>div>span{max-width:650px}}@media (max-width:850px){.AiImplementationPage-module__BCGarG__contextFlow{grid-template-columns:1fr;gap:14px}.AiImplementationPage-module__BCGarG__flowRoute{width:1px;height:24px;margin:auto}.AiImplementationPage-module__BCGarG__flowRoute i{animation:none;display:none}.AiImplementationPage-module__BCGarG__contextFlow>section{grid-template-columns:repeat(3,1fr);display:grid}.AiImplementationPage-module__BCGarG__contextFlow>section>span{grid-column:1/-1}.AiImplementationPage-module__BCGarG__stageGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem 0}.AiImplementationPage-module__BCGarG__stageGrid article:nth-child(2)>div b{visibility:hidden}}@media (max-width:620px){.AiImplementationPage-module__BCGarG__hero{padding:8.5rem 0 4.5rem}.AiImplementationPage-module__BCGarG__heroCopy h1{font-size:43px}.AiImplementationPage-module__BCGarG__heroCopy>div>p{font-size:15.5px}.AiImplementationPage-module__BCGarG__heroActions{flex-direction:column}.AiImplementationPage-module__BCGarG__heroActions>*{width:100%}.AiImplementationPage-module__BCGarG__runWindow{border-radius:16px;height:500px}.AiImplementationPage-module__BCGarG__runBody{padding:14px}.AiImplementationPage-module__BCGarG__heroFloat{display:none}.AiImplementationPage-module__BCGarG__proposal{padding-right:13px}.AiImplementationPage-module__BCGarG__proposal button{margin-top:10px;position:static}.AiImplementationPage-module__BCGarG__introSection{padding:6rem 0 3rem}.AiImplementationPage-module__BCGarG__intro{padding-bottom:3.5rem}.AiImplementationPage-module__BCGarG__intro h2{font-size:44px}.AiImplementationPage-module__BCGarG__intro>div>span{font-size:17px}.AiImplementationPage-module__BCGarG__story,.AiImplementationPage-module__BCGarG__reverse{gap:2.5rem;padding:4rem 0}.AiImplementationPage-module__BCGarG__storyCopy h3{font-size:36px}.AiImplementationPage-module__BCGarG__storyCopy>span{font-size:15.5px}.AiImplementationPage-module__BCGarG__productCanvas{border-radius:24px;min-height:500px;margin-inline:-.45rem;padding:1rem}.AiImplementationPage-module__BCGarG__contextWindow,.AiImplementationPage-module__BCGarG__approvalWindow,.AiImplementationPage-module__BCGarG__auditWindow{border-radius:17px}.AiImplementationPage-module__BCGarG__contextFlow{padding:18px 12px}.AiImplementationPage-module__BCGarG__contextFlow>section{grid-template-columns:1fr}.AiImplementationPage-module__BCGarG__contextFlow>section>span{grid-column:auto}.AiImplementationPage-module__BCGarG__approvalBody{padding:18px 14px}.AiImplementationPage-module__BCGarG__recommendation{padding:17px}.AiImplementationPage-module__BCGarG__approvalActions{flex-direction:column;align-items:stretch}.AiImplementationPage-module__BCGarG__approvalActions button{width:100%}.AiImplementationPage-module__BCGarG__approvalActions strong{margin-bottom:5px}.AiImplementationPage-module__BCGarG__auditBody{grid-template-columns:1fr}.AiImplementationPage-module__BCGarG__auditBody>aside{display:none}.AiImplementationPage-module__BCGarG__delivery{padding:6rem 0 4rem}.AiImplementationPage-module__BCGarG__deliveryIntro h2{font-size:43px}.AiImplementationPage-module__BCGarG__deliveryIntro>div>span{font-size:15.5px}.AiImplementationPage-module__BCGarG__deliveryBoard{border-radius:24px;margin-inline:-.4rem}.AiImplementationPage-module__BCGarG__boardTop{flex-direction:column;justify-content:center;align-items:flex-start;min-height:76px;padding:13px 18px}.AiImplementationPage-module__BCGarG__stageGrid{grid-template-columns:1fr;padding:2rem 1.2rem}.AiImplementationPage-module__BCGarG__stageGrid article{padding:0 0 1.8rem}.AiImplementationPage-module__BCGarG__stageGrid article:last-child{padding-bottom:0}.AiImplementationPage-module__BCGarG__stageGrid article>div{align-items:flex-start;height:100%;margin:0;position:absolute;top:0;left:0}.AiImplementationPage-module__BCGarG__stageGrid article>div b{width:1px;height:100%;margin-left:-15px}.AiImplementationPage-module__BCGarG__stageGrid article:nth-child(2)>div b{visibility:visible}.AiImplementationPage-module__BCGarG__stageGrid article:last-child>div b{visibility:hidden}.AiImplementationPage-module__BCGarG__stageGrid article>span,.AiImplementationPage-module__BCGarG__stageGrid article>p{margin-left:48px;display:block}.AiImplementationPage-module__BCGarG__stageGrid article>p{max-width:none}.AiImplementationPage-module__BCGarG__cta{padding:4rem 0 7rem}.AiImplementationPage-module__BCGarG__ctaCard{border-radius:24px;padding:4rem 1.25rem}.AiImplementationPage-module__BCGarG__ctaCard h2{font-size:41px}.AiImplementationPage-module__BCGarG__ctaCard>p{font-size:15.5px}.AiImplementationPage-module__BCGarG__ctaCard>div{flex-direction:column}}@media (prefers-reduced-motion:reduce){.AiImplementationPage-module__BCGarG__page *,.AiImplementationPage-module__BCGarG__page :before,.AiImplementationPage-module__BCGarG__page :after{animation-duration:.01ms!important;animation-iteration-count:1!important}.AiImplementationPage-module__BCGarG__contextWindow,.AiImplementationPage-module__BCGarG__approvalWindow,.AiImplementationPage-module__BCGarG__auditWindow{transition:none}}.AiImplementationPage-module__BCGarG__deliveryBoard{color:#f0f0f2;background:linear-gradient(145deg,#18191e,#101115);border:1px solid #ffffff1a;box-shadow:0 40px 92px #0006,inset 0 1px #ffffff0e}.AiImplementationPage-module__BCGarG__boardTop{color:#72737c;border-color:#ffffff1a}.AiImplementationPage-module__BCGarG__boardTop em{color:#989eaa}.AiImplementationPage-module__BCGarG__stageGrid article>div i{color:#111216;background:#f0f0f2}.AiImplementationPage-module__BCGarG__stageGrid article>div b{background:#35363d}.AiImplementationPage-module__BCGarG__stageGrid article>span{color:#dcdce1}.AiImplementationPage-module__BCGarG__stageGrid article>p{color:#85868f}.AiImplementationPage-module__BCGarG__ctaCard{color:#f1f1f3;background:radial-gradient(circle at 88% 120%,#6092ef14,#0000 35%),linear-gradient(145deg,#18191e,#101115);border:1px solid #ffffff1a;box-shadow:0 40px 92px #0006,inset 0 1px #ffffff0e}.AiImplementationPage-module__BCGarG__ctaCard>p{color:#93949d}.AiImplementationPage-module__BCGarG__ctaPrimary{color:#111216!important;background:#f1f1f3!important}.AiImplementationPage-module__BCGarG__ctaSecondary{color:#d6d6dc!important;background:#ffffff09!important;border-color:#ffffff24!important}.AiImplementationPage-module__BCGarG__ctaSecondary:hover{background:#ffffff0f!important;border-color:#ffffff40!important}
.ContactForm-module__4CUZdq__section{--card-radius:16px;--control-radius:8px;border-top:1px solid var(--color-line-2);padding:8rem 0 9rem;scroll-margin-top:7rem}.ContactForm-module__4CUZdq__layout{grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);align-items:start;gap:clamp(3rem,9vw,9rem);display:grid}.ContactForm-module__4CUZdq__aside{padding-top:1rem;position:sticky;top:8.5rem}.ContactForm-module__4CUZdq__eyebrow{color:var(--color-accent-3);font:600 10px/1.2 var(--font-geist-mono), monospace;letter-spacing:.18em;text-transform:uppercase;margin:0}.ContactForm-module__4CUZdq__aside h2{max-width:610px;color:var(--color-fg);letter-spacing:-.052em;text-wrap:balance;margin:1.3rem 0 0;font-size:clamp(42px,5vw,68px);font-weight:570;line-height:.98}.ContactForm-module__4CUZdq__lead{max-width:560px;color:var(--color-muted);text-wrap:pretty;margin:1.8rem 0 0;font-size:17px;line-height:1.7}.ContactForm-module__4CUZdq__nextSteps{border-top:1px solid var(--color-line-2);margin-top:3rem}.ContactForm-module__4CUZdq__nextSteps>div{border-bottom:1px solid var(--color-line-2);grid-template-columns:34px 1fr;align-items:center;gap:14px;min-height:59px;display:grid}.ContactForm-module__4CUZdq__nextSteps i{color:var(--color-ghost);font:600 9px/1 var(--font-geist-mono), monospace;font-style:normal}.ContactForm-module__4CUZdq__nextSteps span{color:var(--color-body);font-size:13px}.ContactForm-module__4CUZdq__note{color:var(--color-faint);font:500 9px/1.4 var(--font-geist-mono), monospace;letter-spacing:.04em;align-items:center;gap:9px;margin:1.6rem 0 0;display:flex}.ContactForm-module__4CUZdq__note i{background:var(--color-accent);border-radius:50%;width:6px;height:6px;box-shadow:0 2px 8px -1px #2f66e8a6}.ContactForm-module__4CUZdq__formWrap{min-width:0}.ContactForm-module__4CUZdq__formCard{border:1px solid var(--color-line-2);border-radius:var(--card-radius);background:var(--color-bg-1);color:var(--color-fg);padding:clamp(1.5rem,4vw,3rem);position:relative;box-shadow:0 28px 64px -32px #000000d9,inset 0 1px #ffffff0a}.ContactForm-module__4CUZdq__formIntro{border-bottom:1px solid var(--color-line);padding-bottom:1.75rem}.ContactForm-module__4CUZdq__formIntro span{color:var(--color-faint);font:600 9px/1 var(--font-geist-mono), monospace;letter-spacing:.14em;text-transform:uppercase}.ContactForm-module__4CUZdq__formIntro h3{color:var(--color-fg);letter-spacing:-.035em;margin:12px 0 0;font-size:26px;font-weight:600}.ContactForm-module__4CUZdq__form{flex-direction:column;gap:22px;padding-top:1.75rem;display:flex}.ContactForm-module__4CUZdq__label{color:var(--color-body);letter-spacing:-.005em;margin-bottom:8px;font-size:12.5px;font-weight:500;display:block}.ContactForm-module__4CUZdq__field{border:1px solid var(--color-line-2);border-radius:var(--control-radius);background:var(--color-bg);width:100%;color:var(--color-fg);font:inherit;outline:none;padding:12px 14px;font-size:14px;line-height:1.5;transition:border-color .2s,box-shadow .2s,background-color .2s;box-shadow:inset 0 1px 2px #00000059}.ContactForm-module__4CUZdq__field::placeholder{color:var(--color-faint)}.ContactForm-module__4CUZdq__field:hover{border-color:var(--color-line-3)}.ContactForm-module__4CUZdq__field:focus{border-color:var(--color-accent-2);background:var(--color-bg-1);box-shadow:inset 0 1px 2px #00000059,0 0 0 3px #2f66e838}textarea.ContactForm-module__4CUZdq__field{resize:vertical;min-height:148px}.ContactForm-module__4CUZdq__fieldError{border-color:#ffffff61}.ContactForm-module__4CUZdq__fieldError:focus{border-color:#ffffff8c;box-shadow:inset 0 1px 2px #00000059,0 0 0 3px #ffffff1a}.ContactForm-module__4CUZdq__errorText{color:var(--color-fg-2);align-items:center;gap:7px;margin:8px 0 0;font-size:12px;display:flex}.ContactForm-module__4CUZdq__errorText:before{content:"!";width:14px;height:14px;font:700 9px/1 var(--font-geist-mono), monospace;border:1px solid #fff6;border-radius:4px;flex:none;place-items:center;display:grid}.ContactForm-module__4CUZdq__submitError{border-radius:var(--control-radius);color:var(--color-fg-2);background:#ffffff0a;border:1px solid #ffffff29;align-items:center;gap:10px;margin:0;padding:12px 14px;font-size:12.5px;line-height:1.5;display:flex}.ContactForm-module__4CUZdq__formFooter{justify-content:space-between;align-items:center;gap:20px;margin-top:3px;display:flex}.ContactForm-module__4CUZdq__privacy{max-width:310px;color:var(--color-faint);margin:0;font-size:11.5px;line-height:1.55}.ContactForm-module__4CUZdq__privacy a{color:var(--color-body);text-underline-offset:3px;text-decoration:underline}.ContactForm-module__4CUZdq__privacy a:hover{color:var(--color-accent-3)}.ContactForm-module__4CUZdq__submit{border:1px solid var(--color-accent);background:var(--color-bg-2);height:46px;color:var(--color-fg);letter-spacing:-.01em;cursor:pointer;box-shadow:var(--glow-blue-soft);border-radius:999px;flex:none;justify-content:center;align-items:center;gap:9px;padding:0 24px;font-size:13.5px;font-weight:500;transition:transform .28s,box-shadow .28s,border-color .28s,background-color .28s,opacity .2s;display:inline-flex}.ContactForm-module__4CUZdq__submit:hover{border-color:var(--color-accent-2);background:var(--color-bg-3);box-shadow:var(--glow-blue-medium);transform:translateY(-1px)}.ContactForm-module__4CUZdq__submit:active{transform:translateY(0)}.ContactForm-module__4CUZdq__submit:focus-visible{outline:2px solid var(--color-accent-3);outline-offset:3px}.ContactForm-module__4CUZdq__submit:disabled{pointer-events:none;opacity:.55}.ContactForm-module__4CUZdq__success{text-align:center;padding:5rem 1rem}.ContactForm-module__4CUZdq__successIcon{width:52px;height:52px;color:var(--color-accent-3);background:#2f66e81a;border:1px solid #2f66e857;border-radius:50%;justify-content:center;align-items:center;margin:auto;display:flex;box-shadow:0 6px 20px -8px #2f66e88c}.ContactForm-module__4CUZdq__success h3{color:var(--color-fg);letter-spacing:-.02em;margin:1.3rem 0 0;font-size:21px}.ContactForm-module__4CUZdq__success p{max-width:390px;color:var(--color-muted);margin:.7rem auto 0;font-size:14px;line-height:1.6}.ContactForm-module__4CUZdq__again{color:var(--color-body);cursor:pointer;text-underline-offset:4px;background:0 0;border:0;margin-top:1.5rem;font-size:13px;font-weight:500;text-decoration:underline}.ContactForm-module__4CUZdq__again:hover{color:var(--color-fg)}@media (max-width:900px){.ContactForm-module__4CUZdq__layout{grid-template-columns:1fr;gap:4rem}.ContactForm-module__4CUZdq__aside{max-width:720px;position:static}.ContactForm-module__4CUZdq__formCard{max-width:760px}}@media (max-width:620px){.ContactForm-module__4CUZdq__section{padding:6rem 0}.ContactForm-module__4CUZdq__aside h2{font-size:43px}.ContactForm-module__4CUZdq__lead{font-size:15.5px}.ContactForm-module__4CUZdq__formCard{border-radius:14px;margin-inline:-.4rem}.ContactForm-module__4CUZdq__formFooter{flex-direction:column;align-items:stretch}.ContactForm-module__4CUZdq__submit{width:100%}}
