@property --hue{initial-value:0;syntax:"<number>";inherits:false}@property --chroma{initial-value:0;syntax:"<number>";inherits:true}@property --word-active{initial-value:0;syntax:"<number>";inherits:false}body.is-homepage .glass-header{display:none}body.is-homepage .global-theme-toggle{display:none!important}body.has-custom-cursor,body.has-custom-cursor a,body.has-custom-cursor button,body.is-homepage,body.is-homepage a,body.is-homepage button{cursor:none}body.has-custom-cursor .cl-userButtonPopoverCard,body.has-custom-cursor .cl-userButtonPopoverCard *,body.has-custom-cursor div[data-floating-ui-portal],body.has-custom-cursor div[data-floating-ui-portal] *,body.has-custom-cursor input,body.has-custom-cursor input *,body.has-custom-cursor select,body.has-custom-cursor select *,body.has-custom-cursor textarea,body.has-custom-cursor textarea *,body.is-homepage .cl-userButtonPopoverCard,body.is-homepage .cl-userButtonPopoverCard *,body.is-homepage div[data-floating-ui-portal],body.is-homepage div[data-floating-ui-portal] *{cursor:auto!important}.custom-cursor{position:fixed;width:40px;height:40px;border:2px solid #fff;pointer-events:none;z-index:1000;background:transparent;will-change:transform;transition:width .2s ease,height .2s ease,border-width .2s ease}.custom-cursor,.custom-cursor:before{border-radius:50%;transform:translate(-50%,-50%)}.custom-cursor:before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;background:#fff}[data-theme=light] .custom-cursor{border-color:#1a1a1a}[data-theme=light] .custom-cursor:before{background:#1a1a1a}@media (pointer:coarse){.custom-cursor{display:none}body.has-custom-cursor,body.has-custom-cursor a,body.has-custom-cursor button,body.is-homepage,body.is-homepage a,body.is-homepage button{cursor:auto}}:root{--font-size-min:14;--font-size-max:20;--font-ratio-min:1.1;--font-ratio-max:1.33;--font-width-min:375;--font-width-max:1500}.fluid{--fluid-min:calc(var(--font-size-min) * pow(var(--font-ratio-min), var(--font-level, 0)));--fluid-max:calc(var(--font-size-max) * pow(var(--font-ratio-max), var(--font-level, 0)));--fluid-preferred:calc((var(--fluid-max) - var(--fluid-min)) / (var(--font-width-max) - var(--font-width-min)));--fluid-type:clamp(calc((var(--fluid-min) / 16) * 1rem),calc(((var(--fluid-min) / 16) * 1rem) - (((var(--fluid-preferred) * var(--font-width-min)) / 16) * 1rem) + (var(--fluid-preferred) * 100vi)),calc((var(--fluid-max) / 16) * 1rem));font-size:var(--fluid-type)}.homepage-nav{position:fixed;top:20px;left:50%;transform:translateX(-50%);width:calc(100% - 2.5rem);max-width:1400px;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:.65rem 2rem;border-radius:9999px;backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);background:rgba(15,15,20,.65);border:1px solid hsla(0,0%,100%,.12);box-shadow:0 2px 12px rgba(0,0,0,.2)}.homepage-nav-link{font-size:.875rem;font-weight:500;letter-spacing:.05em;color:hsla(0,0%,100%,.85);text-decoration:none;transition:color .2s ease;padding:.25rem .5rem}.homepage-nav-link:hover{color:#fff}.homepage-nav-signin{display:inline-flex;align-items:center;font-size:.8rem;font-weight:600;letter-spacing:.03em;color:#fff;text-decoration:none;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.2);border-radius:9999px;padding:.3rem 1rem;cursor:none;transition:background .2s ease}.homepage-nav-signin:hover{background:hsla(0,0%,100%,.25)}[data-theme=light] .homepage-nav{background:rgba(15,15,20,.65);border:1px solid hsla(0,0%,100%,.12);box-shadow:0 2px 12px rgba(0,0,0,.2)}[data-theme=light] .homepage-nav-link{color:hsla(0,0%,100%,.85)}[data-theme=light] .homepage-nav-link:hover{color:#fff}[data-theme=light] .homepage-nav-signin{color:#fff;background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.15)}[data-theme=light] .homepage-nav-signin:hover{background:hsla(0,0%,100%,.2)}.homepage-nav .theme-toggle-nav{background:transparent;border:2px solid hsla(0,0%,100%,.7);border-radius:9999px;padding:.35rem;display:flex;align-items:center;cursor:none;color:hsla(0,0%,100%,.85);transition:color .2s ease,border-color .2s ease}.homepage-nav .theme-toggle-nav:hover{color:#fff;border-color:#fff}[data-theme=light] .homepage-nav .theme-toggle-nav{color:hsla(0,0%,100%,.7)}.homepage-nav-brand,[data-theme=light] .homepage-nav .theme-toggle-nav:hover,[data-theme=light] .homepage-nav-brand{color:#fff}.homepage-nav-section{display:flex;align-items:center;gap:1rem}.homepage-nav-section-left,.homepage-nav-section-right{flex:1 1 0;min-width:0}.homepage-nav-section-right{justify-content:flex-end}.homepage-nav-section-center{flex:0 0 auto;gap:1.25rem}@media (max-width:767px){.homepage-nav-section-center{display:none}}.homepage-nav-platform{position:relative}.homepage-nav-platform-trigger{display:inline-flex;align-items:center;background:transparent;border:0;cursor:pointer;padding:.25rem .5rem;font:inherit;color:hsla(0,0%,100%,.85);letter-spacing:.05em;font-size:.875rem;font-weight:500;transition:color .2s ease}.homepage-nav-platform-trigger:hover,.homepage-nav-platform-trigger[aria-expanded=true]{color:#fff}[data-theme=light] .homepage-nav-platform-trigger{color:hsla(0,0%,100%,.85)}[data-theme=light] .homepage-nav-platform-trigger:hover,[data-theme=light] .homepage-nav-platform-trigger[aria-expanded=true]{color:#fff}.homepage-nav-platform-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%);min-width:460px;border-radius:18px;padding:14px;background:rgba(20,20,28,.92);backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 24px 60px -10px rgba(0,0,0,.55),0 4px 12px rgba(0,0,0,.35);z-index:60;animation:homepage-nav-platform-menu-in .16s cubic-bezier(.22,.61,.36,1)}@keyframes homepage-nav-platform-menu-in{0%{opacity:0;transform:translate(-50%,-6px)}to{opacity:1;transform:translate(-50%)}}.homepage-nav-platform-menu:before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}.homepage-nav-platform-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px}.homepage-nav-platform-item{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:10px;text-decoration:none;transition:background .15s ease}.homepage-nav-platform-item:hover{background:hsla(0,0%,100%,.05)}.homepage-nav-platform-item-label{font-size:.875rem;font-weight:600;color:#fff;letter-spacing:-.01em}.homepage-nav-platform-item-tagline{font-size:.75rem;color:hsla(0,0%,100%,.5)}.homepage-nav-platform-menu-footer{display:flex;gap:6px;margin-top:10px;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.08)}.homepage-nav-platform-try{flex:1 1 0;text-align:center;font-size:.75rem;font-weight:600;color:hsla(0,0%,100%,.85);background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:9999px;padding:7px 12px;text-decoration:none;transition:background .15s ease,color .15s ease}.homepage-nav-platform-try:hover{background:hsla(0,0%,100%,.1);color:#fff}.homepage-nav-cta{display:inline-flex;align-items:center;font-size:.875rem;font-weight:600;letter-spacing:.02em;color:#fff;text-decoration:none;background:linear-gradient(120deg,rgba(255,107,53,.85),rgba(184,93,200,.85));border:1px solid hsla(0,0%,100%,.18);border-radius:9999px;padding:.4rem 1rem;transition:filter .2s ease,transform .15s ease;white-space:nowrap}.homepage-nav-cta:hover{filter:brightness(1.1);transform:translateY(-1px)}.homepage-nav-hamburger{display:none;align-items:center;justify-content:center;width:var(--touch-min,44px);height:var(--touch-min,44px);background:transparent;border:2px solid hsla(0,0%,100%,.7);border-radius:9999px;color:hsla(0,0%,100%,.85);cursor:none;transition:color .2s ease,border-color .2s ease}@media (max-width:767px){.homepage-nav-hamburger{display:inline-flex}}.homepage-nav-hamburger:focus-visible,.homepage-nav-hamburger:hover{color:#fff;border-color:#fff;outline:none}@media (max-width:767px){.homepage-nav{top:12px;width:calc(100% - 1.25rem);padding:.4rem .75rem .4rem 1rem;gap:.5rem}.homepage-nav-section{gap:.5rem}}.homepage-nav-drawer-backdrop{position:fixed;inset:0;z-index:70;background:rgba(5,5,8,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .2s cubic-bezier(.22,.61,.36,1)}.homepage-nav-drawer-backdrop[data-open=true]{opacity:1;pointer-events:auto}@media (min-width:768px){.homepage-nav-drawer,.homepage-nav-drawer-backdrop{display:none!important}}.homepage-nav-drawer{position:fixed;top:0;right:0;bottom:0;z-index:80;width:min(85vw,360px);background:rgba(15,15,22,.95);backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border-left:1px solid hsla(0,0%,100%,.1);box-shadow:-16px 0 48px -8px rgba(0,0,0,.6);transform:translateX(100%);transition:transform .24s cubic-bezier(.22,.61,.36,1);display:flex;flex-direction:column}.homepage-nav-drawer[data-open=true]{transform:translateX(0)}[data-theme=light] .homepage-nav-drawer{background:rgba(15,15,22,.95);border-left:1px solid hsla(0,0%,100%,.1)}.homepage-nav-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem .5rem;flex-shrink:0}.homepage-nav-drawer-title{font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,100%,.5)}.homepage-nav-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:var(--touch-min,44px);height:var(--touch-min,44px);background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:9999px;color:hsla(0,0%,100%,.85);cursor:pointer;transition:background .2s,color .2s}.homepage-nav-drawer-close:focus-visible,.homepage-nav-drawer-close:hover{background:hsla(0,0%,100%,.12);color:#fff;outline:none}.homepage-nav-drawer-body{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 1.25rem 2rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.homepage-nav-drawer-section{display:flex;flex-direction:column;gap:.5rem}.homepage-nav-drawer-section-label{font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:hsla(0,0%,100%,.45);padding-inline:.5rem}.homepage-nav-drawer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.homepage-nav-drawer-link{display:flex;flex-direction:column;gap:2px;padding:.65rem .75rem;min-height:var(--touch-min,44px);border-radius:12px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);text-decoration:none;transition:background .18s,border-color .18s}.homepage-nav-drawer-link:focus-visible,.homepage-nav-drawer-link:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.14);outline:none}.homepage-nav-drawer-link-label{font-size:.95rem;font-weight:600;letter-spacing:.01em;color:hsla(0,0%,100%,.92)}.homepage-nav-drawer-link-tagline{font-size:.75rem;color:hsla(0,0%,100%,.55)}.homepage-nav-drawer-cta{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.25rem;min-height:var(--touch-pref,48px);font-size:.95rem;font-weight:600;letter-spacing:.01em;color:#fff;text-decoration:none;background:linear-gradient(120deg,rgba(255,107,53,.95),rgba(184,93,200,.95));border:1px solid hsla(0,0%,100%,.18);border-radius:9999px}@media (prefers-reduced-motion:reduce){.homepage-nav-drawer,.homepage-nav-drawer-backdrop{transition:none}}.homepage-hero{min-height:100vh;display:flex;place-items:center;width:100%;padding-inline:5rem;position:relative;overflow:hidden}.phrase-cycler.phrase-final{letter-spacing:-.04em}.cyrus-area-video{width:var(--cyrus-video-w);height:var(--cyrus-video-h);display:block;border-radius:1.5rem;pointer-events:auto;background:rgba(0,0,0,.4);box-shadow:0 40px 120px -20px rgba(0,0,0,.55),0 0 0 1px hsla(0,0%,100%,.06);margin-top:calc(-1 * var(--cyrus-video-h) / 2 - 80px);-o-object-fit:cover;object-fit:cover}[data-theme=light] .cyrus-area-video{background:rgba(0,0,0,.06);box-shadow:0 40px 120px -20px rgba(0,0,0,.25),0 0 0 1px rgba(0,0,0,.08)}@media (max-width:768px){.cyrus-area-video{margin-top:0;width:100%;height:auto;aspect-ratio:1828/1080}}.liquid-gradient{position:absolute;inset:0;width:100%;height:100%;z-index:0;transform:translateZ(0);backface-visibility:hidden}.homepage-hero h1{position:relative;z-index:20;--font-size-min:24;--font-level:8;text-wrap:wrap;max-width:100%;line-height:1;margin:0;font-weight:700;color:#0000}.homepage-hero h1,[data-theme=light] .homepage-hero h1{background:linear-gradient(#fff 60%,hsla(0,0%,100%,.5));-webkit-background-clip:text;background-clip:text}@keyframes arrow-float{0%{transform:translateY(0);animation-timing-function:ease-out}60%{transform:translateY(50%);animation-timing-function:ease-in-out}to{transform:translateY(0);animation-timing-function:ease-out}}@media (min-width:768px){[data-snap=true]{scroll-snap-type:y proximity}}:root{--start:0;--end:360;--lightness:65%;--base-chroma:0.3}[data-theme=dark]{--lightness:75%}[data-theme=light]{--lightness:65%}.product-grid-section{min-height:480vh;position:relative;width:100%}.product-grid-content{min-height:100vh;width:100vw;display:flex;place-items:center;align-content:center;position:sticky;top:0;overflow:hidden}.product-grid{--container-width:clamp(800px,80vw,1700px);--container-height:clamp(540px,72vh,880px);--gap:clamp(28px,3.2vw,80px);--stack-gap:clamp(6px,0.7vw,14px);width:var(--container-width);height:var(--container-height);max-width:calc(100% - 1rem);display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:var(--gap);margin:0 auto;align-content:stretch;position:absolute;top:50%;left:50%;translate:-50% -50%}.product-grid-connections{position:absolute;top:0;left:0;pointer-events:none;z-index:0;opacity:0;overflow:visible}.product-grid-connection-line{filter:drop-shadow(0 0 6px rgba(255,145,95,.25))}rect.product-grid-connection-line{transform-box:fill-box}rect.product-grid-connection-line[data-connection-target=CAFC]{transform-origin:right center}rect.product-grid-connection-line[data-connection-target=MPEP]{transform-origin:left center}.product-grid-layer{display:grid;grid-column:1/-1;grid-template-columns:subgrid}.product-grid-layer-top{grid-row:1}.product-grid-layer-middle{grid-row:2}.product-grid-layer-bottom{grid-row:3}.product-grid-layer>.product-grid-cell-stack:nth-of-type(odd){grid-column:1}.product-grid-layer>.product-grid-cell-stack:nth-of-type(2n){grid-column:3}.product-grid-cell-stack{display:flex;flex-direction:column;gap:var(--stack-gap);align-self:stretch;height:100%;min-height:0}.product-grid-cell{position:relative;width:100%;flex:1 1 0;min-height:0;border-radius:1rem;overflow:hidden;display:flex;align-items:center;justify-content:center;container-type:size;box-shadow:0 18px 40px -16px rgba(0,0,0,.45),inset 0 0 0 1px hsla(0,0%,100%,.18)}.product-grid-cell-bg{position:absolute;inset:0;border-radius:inherit}.product-grid-cell-bg-liquid{--c1:#dcf8e8;--c2:#b5e2d5;--c3:#82c9b8;--c4:#5a9cb5;background-image:radial-gradient(circle at 50% 50%,var(--c1) 0,var(--c2) 35%,var(--c3) 70%,var(--c4) 100%),radial-gradient(circle at 50% 50%,var(--c1) 0,var(--c3) 50%,var(--c4) 100%);background-size:180% 180%,220% 220%;background-position:30% 20%,70% 80%;background-blend-mode:normal,soft-light;background-repeat:no-repeat;animation:liquid-flow-a 28s ease-in-out infinite alternate;will-change:background-position;transform:translateZ(0)}.product-grid-cell-bg-liquid[data-product=vault]{--c1:#e1f8e8;--c2:#a6dfc1;--c3:#6bbfae;--c4:#4d8fa8;animation-name:liquid-flow-a;animation-duration:26s}.product-grid-cell-bg-liquid[data-product=ipr]{--c1:#f4e5fb;--c2:#d9b6f0;--c3:#b485e2;--c4:#7e5bc2;animation-name:liquid-flow-b;animation-duration:30s;animation-delay:-7s}.product-grid-cell-bg-liquid[data-product=mpep]{--c1:#e5efff;--c2:#b5c8f2;--c3:#7b96e6;--c4:#4f6ac4;animation-name:liquid-flow-c;animation-duration:32s;animation-delay:-13s}.product-grid-cell-bg-liquid[data-product=cafc]{--c1:#fff4d9;--c2:#f6d58a;--c3:#eca851;--c4:#bc783a;animation-name:liquid-flow-d;animation-duration:28s;animation-delay:-3s}.product-grid-cell-bg-liquid[data-product=patents]{--c1:#ffede5;--c2:#f8c2ae;--c3:#ec8e78;--c4:#c2604a;animation-name:liquid-flow-a;animation-duration:27s;animation-delay:-10s}.product-grid-cell-bg-liquid[data-product=notes]{--c1:#ffe5ee;--c2:#f5b0cb;--c3:#e0729b;--c4:#b43e68;animation-name:liquid-flow-c;animation-duration:31s;animation-delay:-17s}.product-grid-cell-bg-liquid[data-product=cyrus]{--c1:#ffe2c9;--c2:#ffc1a3;--c3:#e8a0be;--c4:#c58cd8;animation-name:liquid-flow-b;animation-duration:29s;animation-delay:-5s}@keyframes liquid-flow-a{0%{background-position:25% 20%,75% 80%}25%{background-position:60% 35%,35% 75%}50%{background-position:70% 75%,30% 25%}75%{background-position:30% 70%,70% 30%}to{background-position:25% 20%,75% 80%}}@keyframes liquid-flow-b{0%{background-position:75% 25%,25% 75%}25%{background-position:40% 75%,65% 30%}50%{background-position:25% 30%,80% 75%}75%{background-position:70% 60%,30% 25%}to{background-position:75% 25%,25% 75%}}@keyframes liquid-flow-c{0%{background-position:30% 75%,70% 25%}25%{background-position:75% 60%,25% 35%}50%{background-position:60% 25%,35% 75%}75%{background-position:25% 40%,70% 70%}to{background-position:30% 75%,70% 25%}}@keyframes liquid-flow-d{0%{background-position:70% 70%,30% 30%}25%{background-position:30% 60%,75% 35%}50%{background-position:65% 25%,30% 75%}75%{background-position:80% 55%,20% 50%}to{background-position:70% 70%,30% 30%}}@media (prefers-reduced-motion:reduce){.product-grid-cell-bg-liquid{animation:none}}.product-grid-cell-bg:after{content:"";position:absolute;inset:0;border-radius:inherit;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.85 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");background-size:200px 200px;background-repeat:repeat;opacity:.55;mix-blend-mode:overlay;pointer-events:none}.product-grid-cell-icon{position:relative;z-index:1;width:min(88%,72cqh);aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:rgba(15,15,25,.85)}.product-grid-cell-icon-svg{width:100%;height:100%}.product-grid-cell-label{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:.95rem;padding:clamp(16px,1.5vw,26px) clamp(16px,1.8vw,28px);font-size:clamp(1.05rem,1.25vw,1.4rem);font-weight:600;letter-spacing:-.012em;line-height:1.2;color:rgba(245,245,250,.95);text-align:center;box-shadow:0 6px 18px -6px rgba(0,0,0,.4)}[data-theme=light] .product-grid-cell-label{background:rgba(15,18,30,.05);border-color:rgba(15,18,30,.1);color:rgba(20,22,35,.92)}.product-grid-scaler-stack{z-index:2;grid-column:2;grid-row:1/-1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--stack-gap);width:50%;margin:0 auto;height:100%}.product-grid-scaler{position:relative;width:100%;aspect-ratio:3/4;flex:0 0 auto}.product-grid-scaler-card{position:absolute;top:50%;left:50%;translate:-50% -50%;width:100%;height:100%;border-radius:1.25rem;display:flex;align-items:center;justify-content:center;overflow:hidden;container-type:size;box-shadow:0 30px 80px -20px rgba(0,0,0,.55),inset 0 0 0 1px hsla(0,0%,100%,.2)}.product-grid-cell-icon-large{width:min(70cqw,70cqh)}.product-grid-cell-label-cyrus{width:100%;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1)}@media (max-width:1024px){.product-grid{--gap:clamp(14px,1.6vw,28px);--stack-gap:clamp(6px,0.6vw,10px)}.product-grid-cell-label{padding:9px 14px;font-size:clamp(.85rem,1.5vw,1.05rem)}}@media (max-width:1279px){.product-grid-section{min-height:auto;padding:2rem 0}.product-grid-content{position:relative;min-height:auto;padding:1.5rem 1rem;overflow:visible;display:block;width:100%}.product-grid{position:static;translate:none;display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:540px;margin:0 auto;align-content:stretch;height:auto!important;--container-height:auto}.product-grid-layer{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}.product-grid-cell-stack,.product-grid-scaler-stack{display:block!important;align-self:stretch;width:100%;height:auto!important;grid-column:auto!important;grid-row:auto!important}.product-grid-cell-stack>.product-grid-cell-label,.product-grid-scaler-stack>.product-grid-cell-label{margin-top:var(--stack-gap)}.product-grid-scaler-stack{order:1}.product-grid-layer-top{order:2}.product-grid-layer-middle{order:3}.product-grid-layer-bottom{order:4}.product-grid-layer{opacity:1!important;transform:none!important}.product-grid-scaler-card{position:relative!important;top:auto!important;left:auto!important;translate:none!important;width:100%!important;height:auto!important;aspect-ratio:16/9}.product-grid-scaler{aspect-ratio:16/9}.product-grid-cell{display:block!important;aspect-ratio:1/1;flex:0 0 auto;container-type:normal;min-height:0;height:auto;width:100%}.product-grid-cell-icon{position:absolute;top:50%;left:50%;translate:-50% -50%;width:min(60%,60cqh)}.product-grid-cell-icon-large{width:min(60%,60cqh)}.product-grid-cell-label{padding:10px 14px;font-size:1rem}.product-grid-connections{display:none!important}}.cyrus-feature-section{min-height:220vh;position:relative;width:100%;background:#050505}[data-theme=light] .cyrus-feature-section{background:#fafafa}.cyrus-feature-content-wrap{position:sticky;top:0;height:100vh;width:100vw;overflow:hidden}.cyrus-feature-stage{position:relative;width:100%;height:100%}.cyrus-feature-hero-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.55);width:clamp(320px,32vw,540px);aspect-ratio:3/4;border-radius:1.5rem;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;gap:1.25rem;z-index:2;box-shadow:0 40px 100px -24px rgba(0,0,0,.55),inset 0 0 0 1px hsla(0,0%,100%,.18)}.cyrus-feature-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 65% 50% at 28% 18%,rgba(255,226,201,.96) 0,transparent 60%),radial-gradient(ellipse 80% 65% at 78% 88%,rgba(197,140,216,.9) 0,transparent 65%),linear-gradient(155deg,#ffd9bd,#ffc1a3 35%,#e8a0be 70%,#c58cd8)}.cyrus-feature-hero-disc{position:relative;z-index:1;width:clamp(150px,32%,240px);height:clamp(150px,32%,240px);aspect-ratio:1}.cyrus-feature-hero-label{position:relative;z-index:1;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:700;letter-spacing:-.02em;color:rgba(15,15,25,.92);line-height:1}.cyrus-feature-hero-tagline{position:relative;z-index:1;font-size:clamp(.95rem,1.1vw,1.15rem);color:rgba(15,15,25,.72);text-align:center;letter-spacing:-.005em}.cyrus-feature-accordion{--shimmer-cps:60;--shimmer-speed:0.28s;--shimmer-ease:cubic-bezier(0.215,0.61,0.355,1);--shimmer-color:#fb9a6a;--shimmer-spread:18ch;--accord-fg:rgba(245,245,250,.95);--accord-fg-dim:rgba(245,245,250,.6);--accord-fg-icon:rgba(245,245,250,.65);--accord-fg-plus:rgba(245,245,250,.45);--accord-border:hsla(0,0%,100%,.08);--accord-shimmer-mid:rgba(245,245,250,.92);--accord-shimmer-alpha:rgba(245,245,250,.08);position:absolute;top:50%;right:clamp(2rem,4vw,5rem);transform:translateY(-50%);width:min(640px,48vw);z-index:1}.cyrus-feature-accordion .cyrus-accord-heading,.cyrus-feature-accordion .cyrus-accord-item{opacity:0}[data-theme=light] .cyrus-feature-accordion{--accord-fg:rgba(20,15,30,.95);--accord-fg-dim:rgba(20,15,30,.62);--accord-fg-icon:rgba(20,15,30,.65);--accord-fg-plus:rgba(20,15,30,.4);--accord-border:rgba(0,0,0,.1);--accord-shimmer-mid:rgba(20,15,30,.92);--accord-shimmer-alpha:rgba(20,15,30,.1)}.cyrus-accord-heading{margin-bottom:1.5rem}.cyrus-accord-heading h2{font-size:clamp(1.85rem,3.4vw,3rem);font-weight:700;letter-spacing:-.022em;color:var(--accord-fg);margin:0 0 .75rem;line-height:1.04}.cyrus-accord-heading p{font-size:clamp(.95rem,1.1vw,1.1rem);color:var(--accord-fg-dim);max-width:56ch;line-height:1.55;margin:0}.cyrus-accord-list{list-style:none;margin:0;padding:0}.cyrus-accord-item{border-bottom:1px solid var(--accord-border)}.cyrus-accord-item:first-child{border-top:1px solid var(--accord-border)}.cyrus-accord-button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem .25rem;background:transparent;border:0;color:var(--accord-fg);cursor:pointer;font:inherit;text-align:left}.cyrus-accord-btn-content{flex:1;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:.65rem}.cyrus-accord-icon-wrap{display:flex;align-items:center;justify-content:center;color:var(--accord-fg-icon);width:22px;height:22px}.cyrus-accord-icon{width:100%;height:100%}.cyrus-accord-title{font-size:clamp(1rem,1.15vw,1.2rem);font-weight:600;letter-spacing:-.012em;color:var(--accord-fg)}.cyrus-accord-plus{width:20px;height:20px;flex-shrink:0;color:var(--accord-fg-plus);transition:rotate var(--shimmer-speed) var(--shimmer-ease),color var(--shimmer-speed) var(--shimmer-ease)}.cyrus-accord-button:hover .cyrus-accord-plus,.cyrus-accord-item[data-open] .cyrus-accord-plus{color:var(--accord-fg)}.cyrus-accord-item[data-open] .cyrus-accord-plus{rotate:225deg}.cyrus-accord-content-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--shimmer-speed) var(--shimmer-ease)}.cyrus-accord-item[data-open] .cyrus-accord-content-wrap{grid-template-rows:1fr}.cyrus-accord-content{overflow:hidden;min-height:0}.cyrus-accord-content>p{padding:.25rem 0 1.4rem 36px;margin:0;font-size:clamp(.9rem,1vw,1.02rem);line-height:1.6}@media (prefers-reduced-motion:no-preference){.cyrus-accord-content>p{display:inline;background-image:linear-gradient(90deg,transparent 0,transparent calc(100% - var(--shimmer-spread)),var(--shimmer-color) calc(100% - var(--shimmer-spread)),var(--shimmer-color) 100%,transparent 100%),linear-gradient(90deg,var(--accord-shimmer-mid) 0,var(--accord-shimmer-mid) 100%,transparent 100%),linear-gradient(90deg,var(--accord-shimmer-alpha) 0,var(--accord-shimmer-alpha) 100%);background-size:200% 100%,200% 100%,100% 100%;background-position:200% 0,200% 0,0 0;background-repeat:no-repeat,no-repeat,no-repeat;background-clip:text,text,text;-webkit-background-clip:text;color:transparent;transition:background-position calc(var(--char-count, 200) / var(--shimmer-cps) * 1s) var(--shimmer-ease)}.cyrus-accord-item[data-open] .cyrus-accord-content>p{background-position:0 0,0 0,0 0}}.product-feature-section{min-height:220vh;position:relative;width:100%;background:#050505}[data-theme=light] .product-feature-section{background:#fafafa}.product-feature-content-wrap{position:sticky;top:0;height:100vh;width:100vw;overflow:hidden}.product-feature-stage{width:100%;height:100%}.product-feature-hero-card,.product-feature-stage{position:relative;display:flex;align-items:center;justify-content:center}.product-feature-hero-card{width:min(32vw,49vh,480px);min-width:240px;aspect-ratio:3/4;border-radius:clamp(14px,1.5vw,24px);overflow:hidden;padding:clamp(1rem,2vw,2rem);z-index:2;box-shadow:0 40px 100px -24px rgba(0,0,0,.55),inset 0 0 0 1px hsla(0,0%,100%,.18)}.product-feature-hero-bg{position:absolute;inset:0;border-radius:inherit}.product-feature-hero-icon{position:relative;z-index:1;width:78%;aspect-ratio:1;color:rgba(15,15,25,.88)}@media (max-width:1279px){.product-feature-section{min-height:auto}.product-feature-content-wrap{position:relative;height:auto;padding:2rem 1rem 2.5rem;overflow:visible}.product-feature-stage{height:auto;display:flex;flex-direction:column;gap:1.25rem;align-items:center}.product-feature-hero-card{position:relative;top:auto;left:auto;transform:none!important;margin:0 auto;max-width:160px;width:100%;aspect-ratio:1/1}.product-feature-hero-icon{width:56%}.cyrus-feature-section{min-height:auto}.cyrus-feature-content-wrap{position:relative;height:auto;padding:2rem 1rem 2.5rem;overflow:visible}.cyrus-feature-stage{height:auto;display:flex;flex-direction:column;gap:1.25rem;align-items:center}.cyrus-feature-hero-card{position:relative;top:auto;left:auto;transform:none!important;margin:0 auto;max-width:160px;width:100%;aspect-ratio:1/1}.cyrus-feature-accordion{position:relative;top:auto;right:auto;transform:none;width:100%;max-width:100%;opacity:1!important}.cyrus-accord-heading h2{font-size:1.85rem}.cyrus-accord-item{opacity:1!important;transform:none!important}}.fire-overlay{position:fixed;z-index:5}.cafc-leaves-svg,.fire-overlay{inset:0;width:100%;height:100%;pointer-events:none}.cafc-leaves-svg{position:absolute;z-index:2;opacity:0}[data-sync-scrollbar=true]{scrollbar-color:oklch(var(--lightness) var(--chroma) var(--hue)) #0000}@media (min-width:1536px){.homepage-nav{max-width:1600px}}@media (min-width:1920px){.homepage-nav{max-width:1800px}}@media (min-width:2560px){.homepage-nav{max-width:2200px}.homepage-nav-link{font-size:1rem}}@media (max-width:1024px){.homepage-nav{gap:1.5rem;padding:.55rem 1.5rem}.homepage-hero{padding-inline:3rem}}@media (max-width:767px){.homepage-hero{padding-inline:1.25rem;min-height:100svh;display:flex;flex-direction:column;justify-content:center}}@media (min-width:768px) and (max-width:1279px){.phrase-cycler{font-size:clamp(2.5rem,9vw,5rem)!important}.homepage-hero{min-height:auto}.homepage-nav{width:calc(100% - 1.5rem);gap:.75rem;padding:.5rem 1rem;top:12px}.homepage-nav-link{font-size:.8rem;padding:.2rem .35rem}.homepage-nav-signin{font-size:.75rem;padding:.25rem .75rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.cta-footer-region{position:relative;width:100%}.cta-card-section{padding:clamp(80px,12vh,160px) clamp(20px,4vw,64px) 0;z-index:5}.cta-card,.cta-card-section{position:relative;width:100%;display:flex;justify-content:center}.cta-card{max-width:960px;background:linear-gradient(120deg,#ff8064,#725bdc);color:rgba(15,15,25,.95);border-radius:clamp(20px,2vw,32px);padding:clamp(48px,9vh,120px) clamp(28px,5vw,80px);flex-direction:column;align-items:center;gap:clamp(28px,4vh,56px);text-align:center;box-shadow:0 60px 120px -30px rgba(0,0,0,.45);overflow:hidden}.cta-card:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 30% 25%,hsla(0,0%,100%,.18) 0,transparent 65%);pointer-events:none}.cta-card-headline{position:relative;z-index:1;font-family:var(--font-display,"Space Grotesk",sans-serif);font-weight:600;font-size:clamp(2.25rem,5.5vw,4.5rem);line-height:1.04;letter-spacing:-.025em;margin:0;color:inherit}.cta-card-headline em{font-style:italic;display:inline-block;padding:0 .18em 0 .04em;margin:0 -.18em 0 -.04em;background:linear-gradient(95deg,#fff,#fff5ec 50%,#ffe9e0);-webkit-background-clip:text;background-clip:text;color:transparent}.cta-card-button{position:relative;z-index:1;font-family:inherit;font-size:clamp(.95rem,1.1vw,1.1rem);font-weight:500;letter-spacing:-.005em;color:#e5e5e5;background:#000;border:none;padding:clamp(.75rem,1.4vh,1.1rem) clamp(1.5rem,2.4vw,2.4rem);border-radius:clamp(10px,1.2vw,18px);cursor:pointer;transition:transform .25s cubic-bezier(.16,1,.3,1),background .25s cubic-bezier(.16,1,.3,1)}.cta-card-button:hover{transform:translateY(-2px);background:#1a1a1a}@media (max-width:768px){.cta-card-section{padding:56px 16px 0}.cta-card{padding:56px 24px;gap:24px}}.homepage-footer{position:relative;width:100%;margin-top:-120px;padding-top:200px;padding-inline:clamp(20px,4vw,64px);padding-bottom:clamp(50px,6vh,80px);background:#020203;overflow:hidden;isolation:isolate}[data-theme=light] .homepage-footer{background:#0a0a10}.homepage-footer-backdrop{position:absolute;inset:0;z-index:3;pointer-events:none;backdrop-filter:blur(40px);-webkit-mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.5) 10%,rgba(0,0,0,.85) 20%,#000 30%,#000);mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.5) 10%,rgba(0,0,0,.85) 20%,#000 30%,#000);background:linear-gradient(180deg,rgba(2,2,3,0),rgba(2,2,3,.5) 15%,rgba(2,2,3,.85) 25%,#020203 35%,#020203)}.homepage-footer-aurora{position:absolute;bottom:-60px;left:0;right:0;height:1px;pointer-events:none;z-index:4}.homepage-footer-aurora-shell{border-radius:50%;height:1px;width:100%;position:relative;margin:0 auto}.homepage-footer-aurora-shell.aurora-one{animation:aurora-pulse-one 5s ease-in-out infinite alternate}.homepage-footer-aurora-shell.aurora-two{width:90%;animation:aurora-pulse-two 4s ease-in-out infinite alternate}.homepage-footer-aurora-shell.aurora-three{width:80%;animation:aurora-pulse-three 3s ease-in-out infinite alternate}.homepage-footer-aurora-shell.aurora-four{width:70%;animation:aurora-pulse-four 2s ease-in-out infinite alternate}.homepage-footer-aurora-shell.aurora-five{width:60%;animation:aurora-pulse-five 1s ease-in-out infinite alternate}@keyframes aurora-pulse-one{0%{box-shadow:0 0 250px 20px #473c78}to{box-shadow:0 0 100px 15px #f72a3b}}@keyframes aurora-pulse-two{0%{box-shadow:0 0 250px 20px #18c499}to{box-shadow:0 0 100px 15px #d8f05e}}@keyframes aurora-pulse-three{0%{box-shadow:0 0 250px 20px #fd0}to{box-shadow:0 0 100px 15px #3e33ff}}@keyframes aurora-pulse-four{0%{box-shadow:0 0 250px 20px #781848}to{box-shadow:0 0 100px 15px #f2bbe9}}@keyframes aurora-pulse-five{0%{box-shadow:0 0 250px 20px #42f2a1}to{box-shadow:0 0 100px 15px #f4f6ad}}@media (prefers-reduced-motion:reduce){.homepage-footer-aurora-shell{animation:none!important;box-shadow:0 0 200px 18px rgba(165,87,214,.25)}}.homepage-footer-inner{position:relative;z-index:5;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(40px,6vh,72px)}.homepage-footer-grid{display:grid;grid-template-columns:1.6fr .7fr .7fr;gap:clamp(32px,4vw,80px);align-items:start}.homepage-footer-col-brand{display:flex;flex-direction:column;gap:1.25rem;max-width:420px}.homepage-footer-brand{display:flex;align-items:center;gap:.75rem}.homepage-footer-logo{height:36px;width:36px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 0 12px rgba(255,107,53,.25))}.homepage-footer-wordmark{font-family:var(--font-display,"Space Grotesk",sans-serif);font-weight:600;font-size:1.4rem;letter-spacing:-.015em}.homepage-footer-tagline,.homepage-footer-wordmark,.homepage-footer-wordmark-accent{color:rgba(245,245,250,.95)}.homepage-footer-tagline{font-size:.95rem;line-height:1.55;margin:0}.homepage-footer-col{display:flex;flex-direction:column;gap:.75rem}.homepage-footer-col-heading{font-family:var(--font-display,"Space Grotesk",sans-serif);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(245,245,250,.95);margin-bottom:.5rem}.homepage-footer-col a,.homepage-footer-col button.homepage-footer-link{display:inline-flex;align-items:center;color:rgba(245,245,250,.95);font-size:.95rem;text-decoration:none;background:none;border:none;padding:0;margin:0;cursor:pointer;font-family:inherit;text-align:left;transition:color .2s ease,transform .2s ease;width:-moz-fit-content;width:fit-content}.homepage-footer-col a:hover,.homepage-footer-col button.homepage-footer-link:hover{color:rgba(255,245,240,.98)}.homepage-footer-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.12);font-size:.85rem;color:rgba(245,245,250,.95);letter-spacing:.01em}.homepage-footer-meta-left{display:flex;flex-wrap:wrap;align-items:center;gap:0 .75rem}.homepage-footer-meta-right{display:flex;align-items:center;gap:.5rem}.homepage-footer-dot{opacity:.45}.homepage-footer-status-dot{width:8px;height:8px;border-radius:50%;background:#5ccb8e;box-shadow:0 0 0 2px rgba(92,203,142,.18),0 0 12px rgba(92,203,142,.5);animation:footer-status-pulse 2.4s ease-in-out infinite}@keyframes footer-status-pulse{0%,to{box-shadow:0 0 0 2px rgba(92,203,142,.18),0 0 8px rgba(92,203,142,.5)}50%{box-shadow:0 0 0 2px rgba(92,203,142,.28),0 0 16px rgba(92,203,142,.7)}}@media (prefers-reduced-motion:reduce){.homepage-footer-status-dot{animation:none}}@media (max-width:980px){.homepage-footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem 2rem}.homepage-footer-col-brand{grid-column:1/-1;max-width:100%}}@media (max-width:540px){.homepage-footer-grid{grid-template-columns:1fr}.homepage-footer-meta{flex-direction:column;align-items:flex-start}.homepage-footer-meta-left .homepage-footer-dot{display:none}.homepage-footer-meta-left{flex-direction:column;align-items:flex-start;gap:.35rem}}