:root{--color-bg:#2d2d2d;--color-bg-soft:#333;--color-bg-card:#3a3a3a;--color-border:#ffffff14;--color-primary:#f5b203;--color-primary-shade:#d89d03;--color-primary-tint:#f6ba1c;--color-success:#2dd36f;--color-text:#fff;--color-text-muted:#92949c;--pipeline-source-flash-bg:#ffffff0f;--pipeline-source-flash-border:#ffffff3d;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-pill:8px;--type-core-size:clamp(1.2rem,2.35vw,1.65rem);--type-core-weight:500;--type-core-line-height:1.15;--type-core-tracking:-.02em;--type-secondary-size:clamp(1.08rem,2vw,1.45rem);--type-secondary-weight:400;--type-secondary-line-height:1.34;--type-secondary-tracking:-.01em;--type-secondary-color:#ffffffdb;--type-body-size:1rem;--type-body-line-height:1.6;line-height:1.6}html.light{--color-bg:#f4f5f8;--color-bg-soft:#eaecf0;--color-bg-card:#fff;--color-border:#00000014;--color-text:#1a1a1a;--color-text-muted:#6b6f7a;--pipeline-source-flash-bg:#0000000a;--pipeline-source-flash-border:#0003;--type-secondary-color:#1a1a1ad1}*{box-sizing:border-box}html{background:var(--color-bg)}body{background:var(--color-bg);min-height:100vh;color:var(--color-text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;margin:0;font-family:Inter,sans-serif}main{display:block}a{color:inherit;text-decoration:none}img,svg{display:block}h1,.core-headline,.type-core-headline{font-size:var(--type-core-size);font-weight:var(--type-core-weight);line-height:var(--type-core-line-height);letter-spacing:var(--type-core-tracking)}h2,h3,.secondary-headline,.type-secondary-headline{font-size:var(--type-secondary-size);font-weight:var(--type-secondary-weight);line-height:var(--type-secondary-line-height);letter-spacing:var(--type-secondary-tracking);color:var(--type-secondary-color)}p,.type-body{color:var(--color-text-muted);font-size:var(--type-body-size);line-height:var(--type-body-line-height)}.type-h3-compact{letter-spacing:0;color:#ffffffeb;font-size:1.05rem;font-weight:500;line-height:1.4}.secondary-headline{margin:0 0 8px}.type-caption{color:var(--color-text-muted);font-size:.85rem;line-height:1.4}.container{width:100%;max-width:1160px;margin:0 auto;padding:0 24px}.page-container{width:100%;max-width:928px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.btn{border-radius:var(--radius-pill);cursor:pointer;border:none;align-items:center;gap:6px;padding:7px 16px;font-size:.88rem;font-weight:500;transition:opacity .15s,background .15s;display:inline-flex}.btn:hover{opacity:.88}.btn svg{flex-shrink:0;width:13px;height:13px}.btn-primary{background:var(--color-primary);color:#000}.btn-outline{color:var(--color-text);background:0 0;border:1.5px solid #ffffff40}.btn-outline:hover{border-color:#ffffff80}html.light .btn-outline{color:var(--color-text);border-color:#0003}
.site-nav{z-index:100;background:0 0;padding:14px 0;transition:transform .22s,background .22s,-webkit-backdrop-filter .22s,backdrop-filter .22s;position:sticky;top:0;left:0;right:0}.site-nav-top{-webkit-backdrop-filter:none;backdrop-filter:none}.site-nav-scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#2b2b2bd1}.site-nav-visible{transform:translateY(0)}.site-nav-hidden{transform:translateY(-115%)}.nav-inner{align-items:center;display:flex;position:relative}.nav-logo{color:var(--color-text);flex-shrink:0;align-items:center;gap:10px;font-size:1.05rem;font-weight:700;display:flex}.nav-logo-img{object-fit:contain;border-radius:6px;width:28px;height:28px}.nav-links{border:1px solid var(--color-border);background:#ffffff14;border-radius:9999px;align-items:center;gap:4px;padding:8px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{color:var(--color-text-muted);border-radius:9999px;align-items:center;padding:8px 16px;font-size:.88rem;font-weight:500;line-height:1;transition:background .15s,color .15s;display:inline-flex}.nav-links a:hover,.nav-links a.active{color:var(--color-text);background:#ffffff0b}.nav-desktop-only{align-items:center;display:inline-flex}.nav-desktop-overflow-links{gap:4px}.nav-desktop-utils{gap:0}.nav-pad-overflow{display:none;position:relative}.nav-pad-overflow-toggle{width:34px;height:34px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.nav-pad-overflow-toggle:hover,.nav-pad-overflow-toggle-open{color:var(--color-text);background:#ffffff1a}.nav-pad-overflow-toggle svg{width:18px;height:18px}.nav-pad-overflow-menu{pointer-events:none;opacity:0;z-index:130;width:240px;transition:opacity .16s,transform .16s;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(-6px)}.nav-pad-overflow-menu-open{pointer-events:auto;opacity:1;transform:translateY(0)}.nav-pad-overflow-inner{border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-bg);flex-direction:column;gap:2px;padding:10px 14px 14px;display:flex;box-shadow:0 18px 48px #00000038}.nav-pad-overflow-inner a{color:var(--color-text-muted);border-radius:10px;padding:10px;font-size:.95rem;text-decoration:none}.nav-pad-overflow-inner a:hover,.nav-pad-overflow-inner a.active{color:var(--color-text);background:#ffffff0b}.nav-pad-theme-toggle{margin-top:4px;padding-left:10px}.nav-cta{z-index:1;flex-shrink:0;margin-left:auto;position:relative}.mobile-menu-toggle{border-radius:var(--radius-pill);cursor:pointer;background:#ffffff14;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;display:none}.mobile-menu-toggle span{background:var(--color-text);transform-origin:50%;border-radius:999px;width:16px;height:1.5px;transition:transform .18s,opacity .18s}.mobile-menu-toggle-open span:first-child{transform:translateY(5.5px)rotate(45deg)}.mobile-menu-toggle-open span:nth-child(2){opacity:0}.mobile-menu-toggle-open span:nth-child(3){transform:translateY(-5.5px)rotate(-45deg)}.mobile-menu{z-index:110;pointer-events:none;opacity:0;width:min(360px,100vw - 48px);transition:opacity .18s,transform .18s;position:absolute;top:100%;right:24px;transform:translateY(-10px)}.mobile-menu-inner{border-radius:var(--radius-lg);background:var(--color-bg);flex-direction:column;gap:20px;margin-top:8px;padding:16px 20px 20px;display:flex;box-shadow:0 18px 48px #00000038}.mobile-menu-links{flex-direction:column;gap:8px;display:flex}.mobile-menu-links a{border-bottom:1px solid var(--color-border);color:var(--color-text-muted);padding:12px 0;font-size:1rem;font-weight:500}.mobile-menu-links a.active{color:var(--color-text)}.mobile-menu-actions{align-items:center;gap:12px;display:flex}.mobile-sign-in{justify-content:center;width:100%}.site-footer{border-top:1px solid var(--color-border);color:var(--color-text-muted);padding:32px 0;font-size:.82rem}.footer-inner{justify-content:space-between;align-items:center;display:flex}.theme-toggle{border-radius:var(--radius-pill);cursor:pointer;width:32px;height:32px;color:var(--color-text-muted);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.theme-toggle:hover{color:var(--color-text);background:#ffffff1a}.theme-toggle-labeled{background:0 0;border-radius:0;justify-content:flex-start;gap:10px;width:100%;height:auto;padding:12px 0 0;font-size:1rem;font-weight:500}.theme-toggle-labeled span{text-transform:none}.theme-toggle svg{width:16px;height:16px}.mobile-theme-toggle{color:var(--color-text-muted)}.mobile-theme-toggle:hover{background:0 0}.nav-dev-link{padding:6px;font-size:.82rem}.nav-dev-icon{width:32px;height:32px;color:var(--color-text-muted);justify-content:center;align-items:center;display:inline-flex}.nav-dev-icon svg{flex-shrink:0;width:17px;height:17px;display:block}.nav-dev-icon:hover,.nav-dev-icon.active{color:var(--color-text);background:#ffffff1a}.nav-divider{background:var(--color-border);flex-shrink:0;width:1px;height:18px;margin:0 4px}html.light .site-nav{background:0 0}html.light .site-nav.site-nav-scrolled{background:#f4f5f8d1}html.light .nav-links{background:#0000000d;border-color:#00000014}html.light .nav-links a:hover,html.light .nav-links a.active{background:#00000009}html.light .theme-toggle:hover{background:#00000012}html.light .theme-toggle-labeled:hover{color:var(--color-text);background:0 0}html.light .nav-dev-icon:hover,html.light .nav-dev-icon.active{background:#00000012}html.light .nav-pad-overflow-toggle:hover,html.light .nav-pad-overflow-toggle-open{background:#00000014}html.light .nav-pad-overflow-inner{box-shadow:0 18px 48px #00000014}html.light .nav-pad-overflow-inner a:hover,html.light .nav-pad-overflow-inner a.active{background:#00000009}html.light .mobile-menu-toggle{background:#0000000f}html.light .mobile-menu-inner{box-shadow:0 18px 48px #00000014}@media (max-width:1200px) and (min-width:981px){.nav-desktop-only{display:none}.nav-pad-overflow{align-items:center;display:inline-flex}}
.hero{flex-direction:column;align-items:flex-start;gap:22px;width:min(100%,928px);padding:102px 0 120px;display:flex;position:relative}.hero-copy{flex-direction:column;align-items:flex-start;gap:24px;width:100%;max-width:760px;display:flex}.hero-context-row{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.hero-progress{align-items:center;gap:8px;display:inline-flex;position:absolute;top:102px;right:0}.hero-progress-dot{background:color-mix(in srgb,var(--color-text-muted)42%,var(--color-bg)58%);cursor:pointer;border:none;border-radius:9999px;flex-shrink:0;width:8px;height:8px;padding:0;transition:transform .18s,background .18s}.hero-progress-dot:hover{transform:scale(1.12)}.hero-progress-dot-active{background:var(--color-primary);width:26px}.hero-tag{color:#ffffffd1;border-radius:var(--radius-pill);background:#ffffff1a;width:fit-content;padding:4px 14px;font-size:.82rem;display:inline-block}.hero-text-block{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.hero-copy h1{color:var(--color-text);margin:0}.hero-copy p{max-width:620px;margin:0;font-size:1.05rem;line-height:1.7}.hero-actions{align-items:center;gap:12px;margin-top:8px;display:flex}.hero-pipeline-wrap{gap:10px;display:grid}.hero-pipeline{box-sizing:border-box;isolation:isolate;flex-shrink:0;width:700px;height:308px;margin-top:4px;padding:14px 18px;position:relative}.hero-pipeline.is-debuggable{cursor:pointer}.hero-pipeline:before{content:"";border:1px solid color-mix(in srgb,var(--color-border)86%,transparent 14%);z-index:0;background:radial-gradient(circle at 0 0,#f5b20314,#0000 34%),radial-gradient(circle at 100%,#2dd36f14,#0000 32%),#ffffff06;border-radius:18px;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff08}.hero-pipeline-inner{z-index:1;width:100%;height:100%;position:relative}.pipeline-workflow-form-layer{border:1px solid color-mix(in srgb,#f5b203 28%,var(--color-border)72%);background:color-mix(in srgb,var(--color-surface,var(--color-bg))92%,transparent 8%);pointer-events:none;z-index:1;border-radius:12px;flex-direction:column;gap:8px;padding:24px 15px 13px;display:flex;position:absolute}.pipeline-form-field{border:1px solid color-mix(in srgb,var(--color-border)80%,transparent 20%);background:#ffffff08;border-radius:6px;height:26px;position:relative;overflow:hidden}.pipeline-field-typing{opacity:0;background:linear-gradient(90deg,color-mix(in srgb,var(--color-text-muted)48%,transparent 52%)0%,color-mix(in srgb,var(--color-border)64%,transparent 36%)100%);width:0;height:4px;animation:pipelineFieldTyping var(--typing-duration,1s)linear 1 both;animation-delay:var(--typing-delay,0s);border-radius:4px;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.pipeline-form-field-wide{width:100%}.pipeline-form-field-row{gap:8px;display:flex}.pipeline-form-field-half{width:calc(50% - 4px)}.pipeline-form-btn{background:#f5b2032e;border:1px solid #f5b20352;border-radius:6px;align-self:flex-end;width:136px;height:28px;margin-top:2px}.pipeline-wires{z-index:6;width:100%;height:100%;position:absolute;inset:0}.pipeline-wires path{fill:none;stroke:color-mix(in srgb,var(--color-text-muted)58%,var(--color-bg)42%);stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round}.pipeline-pulse-in,.pipeline-pulse-out{opacity:0}.pipeline-pulse-support{opacity:0;fill:var(--color-text-muted);filter:drop-shadow(0 0 2px #ffffff1f)}.pipeline-pulse-in{fill:var(--color-primary);filter:drop-shadow(0 0 2px #f5b20338)}.pipeline-pulse-out{fill:var(--color-success);filter:drop-shadow(0 0 2px #2dd36f3d)}.pipeline-node{border:1px solid var(--color-border);width:142px;height:34px;color:var(--color-text);letter-spacing:-.01em;z-index:3;background:#ffffff0a;border-radius:9999px;justify-content:flex-start;align-items:center;gap:7px;padding:0 10px;font-size:.76rem;font-weight:500;display:inline-flex;position:absolute;overflow:hidden}.pipeline-node-content{align-items:center;gap:inherit;transform-origin:50%;backface-visibility:hidden;animation:.42s cubic-bezier(.2,.8,.2,1) both pipelineNodeFlip;display:inline-flex}.pipeline-node-delay-0{animation-delay:0s}.pipeline-node-delay-1{animation-delay:65ms}.pipeline-node-delay-2{animation-delay:.13s}.pipeline-node-delay-3{animation-delay:.195s}.pipeline-node-delay-4{animation-delay:.26s}.pipeline-node-delay-5{animation-delay:.325s}.pipeline-node-delay-6{animation-delay:.39s}.pipeline-node-delay-7{animation-delay:.455s}.pipeline-node-delay-8{animation-delay:.52s}.pipeline-node span{white-space:nowrap;line-height:1}@keyframes pipelineNodeFlip{0%{opacity:0;filter:blur(.6px);transform:rotateX(-86deg)}55%{opacity:1}to{opacity:1;filter:blur();transform:rotateX(0)}}.pipeline-node svg{width:14px;height:14px;color:var(--color-text-muted);flex-shrink:0}.pipeline-email{top:30px;left:0}.pipeline-files{top:102px;left:0}.pipeline-live-sources{top:174px;left:0}.pipeline-agent{background:#f5b20312;width:126px;top:102px;left:248px}.pipeline-workflow-button{border-color:color-mix(in srgb,#f5b203 40%,var(--color-border)60%);appearance:none;cursor:default;z-index:3;background:#f5b2031f;border-style:solid;border-width:1px;border-radius:6px;justify-content:center;align-items:center;gap:6px;width:126px;height:28px;padding:0 12px;display:inline-flex;position:absolute;overflow:hidden}.pipeline-workflow-button-icon{background:#f5b20329;border:1px solid #f5b20370;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:13px;height:13px;display:inline-flex}.pipeline-workflow-button-icon svg{color:#f5b203eb;width:13px;height:13px}.pipeline-workflow-button-text{color:var(--color-text);letter-spacing:-.01em;font-size:.72rem;font-weight:600}.hero-pipeline-copy-config{border:1px solid var(--color-border);width:100%;height:34px;color:var(--color-text-muted);background:#ffffff08;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:4px;font-size:.76rem;font-weight:500;display:inline-flex}.hero-pipeline-copy-config svg{width:14px;height:14px}.pipeline-support-node{gap:7px;width:126px;height:34px;padding:0 10px;font-size:.76rem}.pipeline-support-node svg{width:14px;height:14px}.pipeline-operator{animation:6s ease-in-out infinite pipelineSupportFlash;top:45px;left:248px}.pipeline-knowledge{animation:6s ease-in-out infinite pipelineSupportFlash;top:159px;left:248px}.pipeline-node-flash{border-radius:inherit;pointer-events:none;opacity:0;z-index:0;animation:.56s ease-out pipelineSignalFlash;animation-delay:var(--pipeline-flash-delay,0s);position:absolute;inset:-1px}.pipeline-node-flash-in{background:#f5b20324;border:1px solid #f5b20370;box-shadow:0 0 0 1px #f5b2033d,0 0 16px #f5b20338}.pipeline-node-flash-out{background:color-mix(in srgb,var(--color-success)12%,transparent 88%);border:1px solid #2dd36f47;box-shadow:0 0 0 1px #2dd36f2e,0 0 12px #2dd36f1f}.pipeline-node-flash-middle{background:#ffffff0a;border:1px solid #ffffff2e;box-shadow:0 0 0 1px #ffffff0d,0 0 6px #ffffff0d}@keyframes pipelineSignalFlash{0%,to{opacity:0}18%,78%{opacity:1}}@keyframes pipelineFieldTyping{0%{opacity:0;width:0}12%{opacity:.42;width:24%}74%{width:var(--typing-target-width,72%);opacity:.9}90%{width:var(--typing-target-width,72%);opacity:0}to{opacity:0;width:0}}.pipeline-card-one,.pipeline-card-two{width:126px}.pipeline-output-doc{border:1px solid color-mix(in srgb,var(--color-success)28%,var(--color-border)72%);background:color-mix(in srgb,var(--color-surface,var(--color-bg))92%,transparent 8%);z-index:4;border-radius:12px;gap:10px;width:188px;padding:12px;display:grid;position:absolute;top:92px;right:-22px}.pipeline-output-header{z-index:7;gap:8px;display:grid;position:relative}.pipeline-output-node{border-color:color-mix(in srgb,var(--color-success)32%,var(--color-border)68%);background:color-mix(in srgb,var(--color-success)10%,transparent 90%);z-index:7;width:100%;height:30px;font-size:.74rem;position:relative;top:auto;left:auto}.pipeline-output-node svg{color:var(--color-success)}.pipeline-output-node-top,.pipeline-output-node-bottom{animation:none}.pipeline-output-body{gap:7px;display:grid}.pipeline-output-images{gap:8px;display:flex}.pipeline-output-image{border:1px solid color-mix(in srgb,var(--color-border)80%,transparent 20%);background:color-mix(in srgb,var(--color-text-muted)24%,transparent 76%);opacity:.9;border-radius:8px;width:48px;height:48px}.pipeline-output-image.is-animated{animation:.42s ease-out both pipelineOutputDocFade}.pipeline-output-line{background:color-mix(in srgb,var(--color-text-muted)28%,transparent 72%);opacity:.86;border-radius:4px;height:8px;display:block}.pipeline-output-line.is-animated{transform-origin:0;animation:.42s ease-out both pipelineOutputDocMorph;animation-delay:var(--output-line-delay,0s)}@keyframes pipelineOutputDocMorph{0%{opacity:.24;transform:scaleX(.28)}70%{opacity:.92}to{opacity:1;transform:scaleX(1)}}@keyframes pipelineOutputDocFade{0%{opacity:0}30%{opacity:1}to{opacity:1}}.hero-pipeline-tuners{border:1px solid color-mix(in srgb,var(--color-border)86%,transparent 14%);background:color-mix(in srgb,var(--color-surface,var(--color-bg))92%,transparent 8%);border-radius:12px;gap:8px;padding:12px;display:grid}.hero-pipeline-tuner-tabs{align-items:center;gap:6px;display:inline-flex}.hero-pipeline-tuner-tab{border:1px solid color-mix(in srgb,var(--color-border)86%,transparent 14%);color:var(--color-text-muted);cursor:pointer;background:#ffffff08;border-radius:999px;padding:4px 10px;font-size:.72rem}.hero-pipeline-tuner-tab.is-active{color:var(--color-text);border-color:color-mix(in srgb,var(--color-primary)36%,var(--color-border)64%);background:color-mix(in srgb,var(--color-primary)9%,transparent 91%)}.hero-pipeline-tuner-row{grid-template-columns:170px 1fr auto;align-items:center;gap:10px;display:grid}.hero-pipeline-tuner-label{color:var(--color-text-muted);letter-spacing:.01em;font-size:.72rem}.hero-pipeline-tuner-input{width:100%}.hero-pipeline-tuner-value{color:var(--color-text);text-align:right;min-width:28px;font-size:.72rem}.workflow-section{padding:72px 0 130px;position:relative}.workflow-deck-shell{z-index:20;pointer-events:auto;cursor:default;width:fit-content;margin:0 auto 8px}.workflow-deck-pump{animation:none}.workflow-deck{width:252px;height:192px;position:relative}.workflow-card{aspect-ratio:5/7;object-fit:cover;transform-origin:bottom;border:3px solid #fff;border-radius:12px;width:114px;height:auto;transition:transform .36s cubic-bezier(.22,.61,.36,1);position:absolute;top:0;left:50%;box-shadow:0 10px 20px #00000024}.workflow-card-left{z-index:1;transform:translate(-50%)rotate(-7deg)}.workflow-card-middle{z-index:2;transform:translate(-50%)rotate(1deg)}.workflow-card-right{z-index:3;transform:translate(-50%)rotate(9deg)}.workflow-deck-open .workflow-card-left{transform:translate(-61%)rotate(-16.5deg)}.workflow-deck-open .workflow-card-middle{transform:translate(-50%)rotate(-.4deg)}.workflow-deck-open .workflow-card-right{transform:translate(-39%)rotate(18.5deg)}@keyframes workflowCardLeftPump{0%{transform:translate(-50%)rotate(-7deg)}72%{transform:translate(-62.3%)rotate(-17.1deg)}to{transform:translate(-61%)rotate(-16.5deg)}}@keyframes workflowCardMiddlePump{0%{transform:translate(-50%)rotate(1deg)}72%{transform:translate(-50%)rotate(-.6deg)}to{transform:translate(-50%)rotate(-.4deg)}}@keyframes workflowCardRightPump{0%{transform:translate(-50%)rotate(9deg)}72%{transform:translate(-37.7%)rotate(19.1deg)}to{transform:translate(-39%)rotate(18.5deg)}}.workflow-deck-open.workflow-deck-pump .workflow-card-left{animation:.36s cubic-bezier(.22,.61,.36,1) both workflowCardLeftPump}.workflow-deck-open.workflow-deck-pump .workflow-card-middle{animation:.36s cubic-bezier(.22,.61,.36,1) both workflowCardMiddlePump}.workflow-deck-open.workflow-deck-pump .workflow-card-right{animation:.36s cubic-bezier(.22,.61,.36,1) both workflowCardRightPump}.workflow-content{text-align:center;flex-direction:column;align-items:center;gap:20px;max-width:820px;margin:0 auto;padding-top:0;padding-bottom:0;display:flex}.workflow-content h2{max-width:720px;margin-top:0;margin-bottom:0}.workflow-content p{max-width:770px;font-size:1rem;line-height:1.45}.workflow-trusted{flex-direction:column;justify-content:center;align-items:center;gap:14px;margin-top:210px;display:flex}.workflow-trusted p{color:var(--color-text-muted);text-align:center;font-size:1rem;line-height:1.45}.workflow-trusted img{object-fit:contain;width:88px;height:auto}.feature-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:104px;display:grid}.feature-cards-grid-demo{margin-top:0}.feature-card{border:1px solid var(--color-border);background:#ffffff08;border-radius:16px;flex-direction:column;gap:6px;padding:24px 24px 22px;display:flex}.feature-card-icon{justify-content:flex-start;align-items:center;margin-bottom:0;line-height:1;display:inline-flex}.feature-card-icon svg{width:24px;height:24px;color:var(--color-text-muted)}.feature-card h3{color:var(--color-text);margin:0}.feature-card p{color:var(--color-text-muted);opacity:1;margin:0;font-size:1rem;line-height:1.45}
.components-page{padding-top:72px;padding-bottom:96px}.components-hero{flex-direction:column;align-items:flex-start;gap:16px;max-width:720px;margin-bottom:40px;display:flex}.components-grid{gap:32px;display:grid}.component-section{border-bottom:1px solid var(--color-border);grid-template-columns:minmax(220px,280px) 1fr;gap:24px;padding:0 0 28px;display:grid}.component-section-copy{flex-direction:column;gap:10px;display:flex}.component-preview{align-items:center;min-height:96px;display:flex}.component-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.component-row-full{width:100%}.type-specimen{flex-direction:column;gap:14px;max-width:680px;display:flex}.type-specimen-row{flex-direction:column;gap:6px;display:flex}.type-specimen-row>*{margin:0}.type-specimen-label{color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.8rem}.swatch-grid{grid-template-columns:repeat(4,minmax(110px,1fr));gap:14px;width:100%;display:grid}.swatch-card{color:var(--color-text-muted);flex-direction:column;gap:10px;font-size:.85rem;display:flex}.swatch{border-radius:var(--radius-md);width:100%;height:72px}.swatch-color-bg{background:var(--color-bg)}.swatch-color-card{background:var(--color-bg-card)}.swatch-color-primary{background:var(--color-primary)}.swatch-color-light{background:var(--color-light)}.swatch-border{border:1px solid #00000014}.components-stack{gap:24px;width:100%;display:grid}.pricing-grid-demo,.solutions-live-grid-demo{margin-top:0}.stub-page{text-align:center;padding:120px 0}.icon-grid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:12px;width:100%;display:grid}.icon-showcase-item{color:var(--color-text-muted);text-align:center;flex-direction:column;align-items:center;gap:8px;font-size:.78rem;display:flex}.icon-showcase-icon{border-radius:var(--radius-md);background:var(--color-bg-card);justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;display:flex}.stub-page h1{margin-bottom:16px}.stub-page p{max-width:480px;margin:0 auto}
.pricing-page{padding-top:138px;padding-bottom:128px}.pricing-hero{text-align:center;max-width:560px;margin:0 auto}.pricing-hero h1{margin:0}.pricing-hero p{color:#ffffffd4;max-width:470px;margin:14px auto 20px;font-size:1rem;line-height:1.45}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:132px;display:grid}.pricing-card{background:#ffffff05;border-radius:22px;flex-direction:column;min-height:430px;padding:28px 28px 26px;display:flex}.pricing-card-label{color:var(--color-text-muted);margin:0;font-size:.94rem;font-weight:500}.pricing-price{color:var(--color-text);align-items:baseline;gap:7px;margin:14px 0 28px;display:inline-flex}.pricing-price span{letter-spacing:-.01em;font-size:clamp(2.2rem,4vw,3rem);font-weight:500;line-height:1}.pricing-price small{color:var(--color-text-muted);font-size:1rem}.pricing-features{align-content:start;gap:10px;min-height:148px;margin:0;padding:0;list-style:none;display:grid}.pricing-features li{color:#ffffffe6;align-items:center;gap:11px;font-size:1.02rem;display:flex}.pricing-check{background:var(--color-primary);color:#000000e6;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:21px;height:21px;display:inline-flex}.pricing-check svg{width:14px;height:14px}.pricing-card-cta{width:fit-content;margin-top:16px}.pricing-faq{margin-top:72px}.pricing-faq-list{gap:14px;display:grid}.pricing-faq-item{background:#ffffff08;border-radius:18px;padding:0 22px}.pricing-faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;min-height:76px;list-style:none;display:flex}.pricing-faq-item summary::-webkit-details-marker{display:none}.pricing-faq-item summary h3{margin:0}.pricing-faq-item summary:after{content:"+";color:#ffffff9e;flex-shrink:0;font-size:2.2rem;font-weight:300;line-height:1}.pricing-faq-item[open] summary:after{content:"−"}.pricing-faq-item p{max-width:940px;color:var(--color-text-muted);font-size:var(--type-body-size);line-height:var(--type-body-line-height);margin:0 0 20px}
.company-page{padding-top:138px;padding-bottom:120px}.company-hero{text-align:center;max-width:560px;margin:0 auto}.company-hero h1{margin:0}.company-logo-sequence{width:min(100%,360px);height:auto;margin:38px auto 34px;display:block}.company-copy{gap:24px;max-width:540px;margin:0 auto;display:grid}.company-copy p{color:var(--color-text-muted);font-size:var(--type-body-size);line-height:var(--type-body-line-height);margin:0}.company-email-btn{margin-top:42px}.company-identity{text-align:left;justify-content:center;align-items:center;gap:18px;width:fit-content;margin:84px auto 0;display:flex}.company-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:96px;height:96px}.company-identity h3{color:#ffffffeb;margin:0 0 6px}.company-identity p{color:#ffffff6e;margin:0;font-size:1rem;line-height:1.35}
.insights-page{padding-top:110px;padding-bottom:120px}.insights-list{gap:40px;display:grid}.insights-list-item{grid-template-columns:minmax(300px,1fr) minmax(260px,.9fr);align-items:start;gap:26px;display:grid}.insights-list-image{aspect-ratio:16/10;object-fit:cover;border-radius:16px;width:100%;height:auto}.insights-list-copy{gap:12px;padding-top:2px;display:grid}.insights-list-copy h2,.insights-list-copy h3{color:var(--color-text);margin:0}.insights-list-copy p{color:var(--color-text-muted);font-size:var(--type-body-size);line-height:var(--type-body-line-height);margin:0}.insights-read-more{width:fit-content;margin-top:8px}.insight-post-page{padding-top:110px;padding-bottom:120px}.insight-post-main{max-width:760px;margin:0 auto}.insight-post-main h1{margin:0}.insight-post-image{border-radius:16px;width:100%;height:auto;margin-top:18px}.insight-post-summary-block{background:#ffffff08;border-radius:14px;margin-top:24px;padding:16px 18px}.insight-post-tag{color:#ffffff9e;margin-bottom:10px;font-size:.86rem;display:inline-block}.insight-post-summary-block p{color:#ffffffbf;margin:0;font-size:1rem;line-height:1.45}.insight-post-article{margin-top:58px}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4{color:var(--color-text);margin:1.15em 0 .45em}.markdown-content p,.markdown-content li{color:#ffffffe0;font-size:1.04rem;line-height:1.52}.markdown-content ul,.markdown-content ol{margin:0 0 1em;padding-left:1.2em}.insight-related{max-width:1030px;margin:84px auto 0}.insight-related h2{margin:0 0 30px}.insight-related-list{gap:28px;display:grid}
.solutions-scroll{grid-template-columns:1fr 1fr;align-items:start;gap:80px;padding-top:128px;padding-bottom:40px;display:grid}.solutions-text-col{flex-direction:column;display:flex}.solutions-text-section{opacity:.28;flex-direction:column;justify-content:flex-start;min-height:72vh;padding:8px 0 32px;transition:opacity .4s;display:flex}.solutions-text-section.solutions-text-active{opacity:1}.solutions-text-section .secondary-headline{margin:0 0 16px}.solutions-text-section p{color:var(--color-text-muted);max-width:440px;margin:0;font-size:1.05rem;line-height:1.7}.solutions-text-section .btn{width:fit-content;margin-top:24px}.solutions-section-image-mobile{display:none}.solutions-image-col{align-self:start;height:fit-content;position:sticky;top:138px}.solutions-text-section:last-child{min-height:auto;padding-bottom:0}.solutions-image-frame{aspect-ratio:5/7;transform-origin:50%;border-radius:16px;width:100%;max-width:253px;position:relative;overflow:hidden;transform:rotate(2.5deg)}.solutions-image-runway{height:20px}.solutions-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .55s;position:absolute;inset:0}.solutions-image-active{opacity:1}.solutions-end-visual{flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:0 0 70px;display:flex}.solutions-end-visual-image{width:min(100%,350px);height:auto;margin-top:50px;display:block;transform:translateY(-24px)}.solutions-end-panel{background:#ffffff05;border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,980px);display:grid;overflow:hidden}.solutions-end-item{text-align:center;padding:28px 14px 24px}.solutions-end-item+.solutions-end-item{border-left:1px solid #ffffff24}.solutions-end-item h3{color:var(--color-text);margin:0 0 6px;font-size:clamp(1.05rem,1.8vw,1.45rem);line-height:1.25}.solutions-end-item p{color:var(--color-text-muted);margin:0;font-size:clamp(.82rem,1.1vw,.95rem);line-height:1.3}.solutions-live-sources{padding:18px 0 110px}.solutions-integrations{text-align:center;max-width:860px;margin:0 auto 54px}.solutions-integrations h3{margin:0 0 14px}.solutions-integrations p{max-width:860px;color:var(--color-text-muted);font-size:var(--type-body-size);line-height:var(--type-body-line-height);margin:0 auto 16px}.solutions-integrations-grid{grid-template-columns:repeat(10,minmax(0,1fr));gap:10px;margin:0 0 100px;padding:0;list-style:none;display:grid}.solutions-integration-item{color:#ffffffe6;justify-content:center;align-items:center;height:42px;display:flex}.solutions-integration-item svg{width:27px;height:27px}.solutions-live-sources .secondary-headline{text-align:center;margin:0 0 14px}.solutions-live-sources>p{text-align:center;max-width:860px;color:var(--color-text-muted);font-size:var(--type-body-size);line-height:var(--type-body-line-height);margin:0 auto}.solutions-live-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px;margin-top:58px;display:grid}.solutions-live-item{background:#ffffff08;border-radius:14px;align-items:center;gap:16px;padding:14px 16px;display:flex}.solutions-live-check{color:#181818eb;background:#ffffffe6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.solutions-live-check svg{width:20px;height:20px}.solutions-live-item h3{margin:0}.solutions-live-item p{color:var(--color-text-muted);font-size:var(--type-body-size);line-height:var(--type-body-line-height);margin:2px 0 0}
.store-page{padding-top:112px;padding-bottom:120px}.store-hero{gap:18px;max-width:820px;display:grid}.store-hero h1{margin:0}.store-hero p{max-width:700px;color:var(--color-text-muted);font-size:var(--type-body-size);line-height:var(--type-body-line-height);margin:0}.store-search-form{width:min(100%,620px);margin-top:8px}.store-search-field{width:100%;position:relative}.store-search-form input{border-radius:var(--radius-pill);border:1px solid var(--color-border);width:100%;min-height:48px;color:var(--color-text);background:#ffffff08;padding:0 48px 0 16px;font-family:inherit;font-size:1rem}.store-search-form input::placeholder{color:#ffffff80}.store-search-form input[type=search]::-webkit-search-cancel-button{appearance:none;display:none}.store-search-form input[type=search]::-webkit-search-decoration{appearance:none;display:none}.store-search-form input[type=search]::-webkit-search-results-button{appearance:none;display:none}.store-search-form input[type=search]::-webkit-search-results-decoration{appearance:none;display:none}.store-search-form input:focus{border-color:color-mix(in srgb,var(--color-primary)55%,var(--color-border)45%);outline:none}.store-search-icon-button{width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;transition:color .18s,background .18s;display:inline-flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.store-search-icon-button:hover{color:var(--color-text);background:#ffffff0d}.store-search-icon-button svg{width:18px;height:18px}.store-toolbar{gap:16px;margin-top:18px;display:grid}.store-category-list{flex-wrap:wrap;gap:8px;display:flex}.store-category-pill{border:1px solid color-mix(in srgb,var(--color-border)88%,transparent 12%);min-height:28px;color:var(--color-text-muted);background:#ffffff05;border-radius:999px;justify-content:center;align-items:center;padding:3px 10px;font-size:.8rem;line-height:1.2;text-decoration:none;transition:border-color .18s,color .18s,background .18s;display:inline-flex}.store-category-pill:hover{color:var(--color-text);background:#ffffff0a;border-color:#ffffff2e}.store-category-pill-active{color:#000000d1;border-color:color-mix(in srgb,var(--color-primary)70%,transparent 30%);background:color-mix(in srgb,var(--color-primary)82%,white 18%)}.store-results-meta{color:var(--color-text-muted);margin:0;font-size:.95rem}.store-agent-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 24px;margin-top:40px;display:grid}.store-agent-card{min-width:0}.store-agent-card-link{min-width:0;color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:64px minmax(0,1fr);align-items:start;gap:16px;margin-left:-12px;padding:12px 14px 12px 12px;text-decoration:none;transition:background-color .18s,border-color .18s;display:grid}.store-agent-card-link:hover,.store-agent-card-link:focus-visible{border-color:color-mix(in srgb,var(--color-border)84%,transparent 16%);background:#ffffff0b}.store-agent-card-media{justify-content:center;align-items:flex-start;display:flex}.store-agent-card-image{object-fit:cover;border:1px solid color-mix(in srgb,var(--color-border)75%,transparent 25%);background:#ffffff0a;border-radius:50%;width:58px;height:58px;display:block}.store-agent-card-copy{gap:6px;min-width:0;display:grid}.store-agent-card-copy h3{margin:0}.store-agent-card-link h3{color:var(--color-text)}.store-agent-card-link:hover h3,.store-agent-card-link:focus-visible h3{color:var(--color-primary)}.store-agent-card-title{color:var(--color-text-muted);margin:0;font-size:1rem;line-height:1.45}.store-agent-card-category{border:1px solid color-mix(in srgb,var(--color-border)88%,transparent 12%);width:fit-content;color:var(--color-text-muted);background:#ffffff05;border-radius:7px;margin-top:4px;padding:2px 8px;font-size:.78rem;line-height:1.2;display:inline-flex}.store-empty-state{text-align:left;margin-top:28px}.store-empty-state h2{margin:0 0 10px}.store-empty-state p{margin:0 0 16px}.store-agent-page{padding-top:108px;padding-bottom:120px}.store-back-link{color:var(--color-text-muted);font-size:.95rem;text-decoration:none;display:inline-block}.store-back-link:hover{color:var(--color-text)}.store-agent-hero{grid-template-columns:216px minmax(0,1fr);align-items:start;gap:44px;margin-top:24px;display:grid}.store-agent-sidebar{gap:24px;display:grid}.store-agent-hero-image{aspect-ratio:1;object-fit:cover;border:1px solid color-mix(in srgb,var(--color-border)75%,transparent 25%);background:#ffffff0a;border-radius:999px;width:70%;height:auto;margin-inline:0;display:block}.store-agent-meta-fields{gap:18px;display:grid}.store-agent-meta-field{gap:4px;display:grid}.store-agent-meta-label{color:var(--color-text);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem}.store-agent-meta-value{color:var(--color-text-muted);line-height:1.4}.store-agent-meta-list{gap:4px;margin:0;padding:0;list-style:none;display:grid}.store-agent-meta-list li{color:var(--color-text-muted);line-height:1.4}.store-agent-hero-copy{gap:16px;padding-top:0;display:grid}.store-agent-hero-copy h1{margin:0}.store-agent-hero-copy p{color:var(--color-text-muted);font-size:var(--type-body-size);line-height:var(--type-body-line-height);margin:0}.store-agent-actions{align-items:center;gap:12px;margin-top:6px;display:flex}.store-workflow-pipeline{isolation:isolate;flex-shrink:0;width:min(100%,760px);position:relative;overflow:hidden}.store-workflow-pipeline.is-debuggable{cursor:pointer}.store-workflow-tuning-wrap{flex-direction:column;gap:12px;width:min(100%,760px);display:flex}.store-workflow-tuners{border:1px solid color-mix(in srgb,var(--color-border)86%,transparent 14%);background:color-mix(in srgb,var(--color-surface,var(--color-bg))90%,transparent 10%);border-radius:12px;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.store-workflow-tuner-tabs{border:1px solid color-mix(in srgb,var(--color-border)86%,transparent 14%);border-radius:8px;width:fit-content;display:inline-flex;overflow:hidden}.store-workflow-tuner-tab{min-width:72px;height:28px;color:var(--color-text-muted);letter-spacing:-.01em;cursor:pointer;background:0 0;border:0;font-size:.76rem;font-weight:500}.store-workflow-tuner-tab.is-active{background:color-mix(in srgb,var(--color-primary)18%,transparent 82%);color:var(--color-text)}.store-workflow-tuner-row{grid-template-columns:260px minmax(0,1fr) 52px;align-items:center;gap:10px;display:grid}.store-workflow-tuner-label{color:var(--color-text-muted);font-size:.78rem;line-height:1.15}.store-workflow-tuner-input{width:100%}.store-workflow-tuner-value{color:var(--color-text);font-variant-numeric:tabular-nums;text-align:right;font-size:.8rem}.store-workflow-pipeline:before{content:"";z-index:0;background:radial-gradient(circle at 0 0,#f5b20314,#0000 34%),radial-gradient(circle at 100%,#2dd36f14,#0000 32%),#ffffff06;border-radius:18px;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff08}.store-workflow-pipeline:after{content:"";border:1px solid color-mix(in srgb,var(--color-border)86%,transparent 14%);pointer-events:none;z-index:6;border-radius:18px;position:absolute;inset:0}.store-workflow-input-mockup{background:color-mix(in srgb,var(--color-surface,var(--color-bg))92%,transparent 8%);border:1px solid color-mix(in srgb,#f5b203 28%,var(--color-border)72%);z-index:1;pointer-events:none;border-radius:12px;flex-direction:column;gap:8px;width:210px;padding:24px 15px 13px;display:flex;position:absolute;top:0;left:-22px}.swpm-field{border:1px solid color-mix(in srgb,var(--color-border)80%,transparent 20%);background:#ffffff08;border-radius:6px;height:26px;position:relative;overflow:hidden}.swpm-field-typing{opacity:0;background:linear-gradient(90deg,color-mix(in srgb,var(--color-text-muted)48%,transparent 52%)0%,color-mix(in srgb,var(--color-border)64%,transparent 36%)100%);width:0;height:4px;animation:swpmTypingFill var(--store-cycle-duration,2.8s)linear 1 both;border-radius:999px;position:absolute;top:50%;left:8px;transform:translateY(-50%)}@keyframes swpmTypingFill{0%,68%{opacity:0;width:0}82%{opacity:.42;width:24%}92%{width:var(--typing-target-width,68%);opacity:.9}97%{width:var(--typing-target-width,68%);opacity:0}to{opacity:0;width:0}}@keyframes swpmOutputDocMorph{0%{opacity:.24;transform:scaleX(.28)}70%{opacity:.92}to{opacity:1;transform:scaleX(1)}}@keyframes swpmOutputDocFade{0%{opacity:0}30%{opacity:1}to{opacity:1}}@keyframes swpmOutputDocFadeOut{0%{opacity:1}to{opacity:0}}.swpm-field-wide{width:100%}.swpm-field-half{border:1px solid color-mix(in srgb,var(--color-border)80%,transparent 20%);background:#ffffff08;border-radius:6px;width:calc(50% - 4px);height:26px}.swpm-field-row{gap:8px;display:flex}.swpm-btn-row{justify-content:flex-end;margin-top:2px;display:flex}.swpm-btn{background:#f5b2032e;border:1px solid #f5b20352;border-radius:6px;justify-content:flex-start;align-items:center;gap:6px;width:136px;height:28px;padding:0 8px;display:inline-flex;position:relative;overflow:hidden}:root{--store-workflow-icon-size:13px}.swpm-btn-icon{width:var(--store-workflow-icon-size);height:var(--store-workflow-icon-size);background:#f5b20329;border:1px solid #f5b20370;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.swpm-btn-icon svg{width:var(--store-workflow-icon-size);height:var(--store-workflow-icon-size);color:#f5b203eb}.swpm-btn-label{letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;width:calc(100% - 22px);color:color-mix(in srgb,var(--color-text)82%,#f5b203e6 18%);font-size:.67rem;font-weight:500;line-height:1;display:block;overflow:hidden}.swpm-btn .store-workflow-node-flash{border-radius:6px}.store-workflow-output-mockup{background:color-mix(in srgb,var(--color-surface,var(--color-bg))92%,transparent 8%);border:1px solid color-mix(in srgb,var(--color-success)28%,var(--color-border)72%);z-index:1;pointer-events:none;border-radius:12px;flex-direction:column;gap:8px;width:220px;padding:13px 15px 15px;display:flex;position:absolute;top:0;right:-24px}.store-workflow-output-node{border:1px solid color-mix(in srgb,var(--color-success)32%,var(--color-border)68%);background:color-mix(in srgb,var(--color-success)10%,transparent 90%);height:26px;color:var(--color-text);letter-spacing:-.01em;z-index:4;border-radius:999px;align-items:center;gap:6px;width:fit-content;max-width:100%;padding:0 10px;font-size:.71rem;font-weight:500;line-height:1;display:inline-flex;position:relative;overflow:hidden}.store-workflow-output-node svg{width:var(--store-workflow-icon-size);height:var(--store-workflow-icon-size);color:var(--color-success);flex-shrink:0}.store-workflow-output-node span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.store-workflow-output-node .store-workflow-node-flash{border-radius:999px}.swpm-doc-lines{flex-direction:column;gap:7px;display:flex}.swpm-doc-images{justify-content:flex-start;align-items:center;gap:8px;display:flex}.swpm-doc-image{border:1px solid color-mix(in srgb,var(--color-border)80%,transparent 20%);background:color-mix(in srgb,var(--color-text-muted)24%,transparent 76%);border-radius:8px;width:56px;height:56px}.swpm-doc-image-optional{opacity:1}.swpm-doc-image-optional.is-exiting{animation:.18s ease-out both swpmOutputDocFadeOut}.swpm-doc-line{background:color-mix(in srgb,var(--color-text-muted)28%,transparent 72%);border-radius:4px;height:8px}.swpm-doc-line-dynamic{transition:width .36s ease-out}.swpm-doc-line-long{width:100%}.swpm-doc-line-medium{width:72%}.swpm-doc-line-short{width:48%}.store-workflow-node{border:1px solid var(--color-border);width:168px;min-height:34px;color:var(--color-text);letter-spacing:-.01em;z-index:3;background:#ffffff0a;border-radius:999px;justify-content:flex-start;align-items:center;gap:7px;padding:0 12px;font-size:.79rem;font-weight:500;line-height:1;animation:.42s cubic-bezier(.2,.8,.2,1) both storeWorkflowNodeFlip;display:inline-flex;position:absolute;transform:translate(-50%,-50%)}.store-workflow-node svg{width:var(--store-workflow-icon-size);height:var(--store-workflow-icon-size);color:var(--color-text-muted);flex-shrink:0}.store-workflow-node span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.store-workflow-node-middle{z-index:4;background:#ffffff0a}.store-workflow-wires{z-index:2;width:100%;height:100%;position:absolute;inset:0}.store-workflow-wires path{fill:none;stroke:color-mix(in srgb,var(--color-text-muted)56%,var(--color-bg)44%);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.store-workflow-pulse-in,.store-workflow-pulse-out{opacity:0}.store-workflow-pulse-in{fill:#f5b203;filter:drop-shadow(0 0 3px #f5b2036b)}.store-workflow-pulse-out{fill:var(--color-success);filter:drop-shadow(0 0 2px #2dd36f3d)}.store-workflow-node-flash{border-radius:inherit;pointer-events:none;opacity:0;z-index:0;position:absolute;inset:-1px}.store-workflow-node-flash-in{animation:.56s ease-out storeWorkflowSignalFlash;animation-delay:var(--store-flash-delay,0s);background:#f5b20324;border:1px solid #f5b20370;box-shadow:0 0 0 1px #f5b2033d,0 0 16px #f5b20338}.store-workflow-node-flash-out{background:color-mix(in srgb,var(--color-success)12%,transparent 88%);animation:.56s ease-out storeWorkflowSignalFlash;animation-delay:var(--store-flash-delay,0s);border:1px solid #2dd36f47;box-shadow:0 0 0 1px #2dd36f2e,0 0 12px #2dd36f1f}.store-workflow-node-flash-middle{animation:.56s ease-out storeWorkflowSignalFlash;animation-delay:var(--store-flash-delay,0s);background:#ffffff0a;border:1px solid #ffffff2e;box-shadow:0 0 0 1px #ffffff0d,0 0 6px #ffffff0d}@keyframes storeWorkflowNodeFlip{0%{opacity:0;filter:blur(.6px);transform:translate(-50%,-50%)rotateX(-86deg)}55%{opacity:1}to{opacity:1;filter:blur();transform:translate(-50%,-50%)rotateX(0)}}@keyframes storeWorkflowSignalFlash{0%,to{opacity:0}18%,78%{opacity:1}}.store-agent-content{max-width:760px;margin-top:48px}.store-related{margin-top:78px}.store-related h2{margin:0 0 20px}.store-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 24px;display:grid}
html.light .hero-tag{color:#0000009e;background:#00000014}html.light .feature-card,html.light .pipeline-node{background:#00000008}html.light .pipeline-agent{background:#f5b2031f}html.light .hero-progress-dot{background:color-mix(in srgb,var(--color-text-muted)26%,var(--color-bg)74%)}html.light .pipeline-wires path{stroke:color-mix(in srgb,var(--color-text-muted)52%,var(--color-bg)48%)}

@media (max-width:860px){.pricing-grid{grid-template-columns:1fr;margin-top:84px}.store-agent-grid,.store-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-agent-hero{grid-template-columns:1fr}.store-agent-hero-image{max-width:560px}.pricing-faq{margin-top:56px}.pricing-faq-item{padding:0 18px}.pricing-faq-item summary{min-height:68px}.pricing-faq-item summary:after{font-size:2rem}.pricing-card{min-height:auto}.insights-list-item{grid-template-columns:1fr;gap:14px}.insights-list-copy{padding-top:0}}@media (max-width:720px){.company-logo-sequence{width:min(100%,300px)}.store-search-form{flex-direction:column;align-items:stretch}.store-search-form .btn{justify-content:center;width:100%}.store-agent-grid,.store-related-grid{grid-template-columns:1fr}.store-agent-actions{flex-direction:column;align-items:stretch}.store-agent-actions .btn{justify-content:center;width:100%}.store-workflow-pipeline{gap:8px;width:100%;height:auto;display:grid;position:static}.store-workflow-wires{display:none}.store-workflow-input-mockup,.store-workflow-output-mockup{border-radius:10px;width:100%;position:relative;top:auto;left:auto;right:auto}.store-workflow-node{justify-content:flex-start;width:100%;position:relative;transform:none;top:auto!important;left:auto!important}.company-identity{text-align:center;flex-direction:column;gap:12px;margin-top:56px}.solutions-scroll{grid-template-columns:1fr;gap:0}.solutions-image-col{display:none}.solutions-section-image-mobile{margin-bottom:28px;display:block}.solutions-section-image-mobile img{border-radius:14px;width:min(100%,220px);height:auto;transform:rotate(2.5deg)}.solutions-text-section{opacity:1;min-height:auto;padding:40px 0}.solutions-end-panel{grid-template-columns:1fr}.solutions-end-item+.solutions-end-item{border-top:1px solid #ffffff24;border-left:none}.solutions-live-grid{grid-template-columns:1fr;margin-top:34px}.solutions-integrations-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:980px){.nav-links,.nav-cta .btn{display:none}.mobile-menu-toggle{display:inline-flex}.mobile-menu-open{pointer-events:auto;opacity:1;transform:translateY(0)}.hero{gap:24px;width:100%;padding:98px 0 72px}.hero-copy{max-width:680px}.hero-pipeline{width:min(100%,700px)}.footer-inner{flex-direction:column;gap:12px}.component-section{grid-template-columns:1fr}.swatch-grid{grid-template-columns:repeat(2,minmax(110px,1fr))}.workflow-section{padding-top:48px}.workflow-deck{width:230px;height:176px}.workflow-card{width:104px}.workflow-content{gap:18px}.workflow-trusted{margin-top:156px}.workflow-trusted p{font-size:1rem}.feature-cards-grid{gap:14px;margin-top:72px}.feature-card{border-radius:14px;padding:20px 20px 18px}.feature-card-icon svg{width:20px;height:20px}.feature-card h3{font-size:var(--type-secondary-size)}.feature-card p{font-size:1rem}}@media (max-width:760px){.feature-cards-grid{grid-template-columns:1fr}}@media (max-width:520px){.mobile-menu{width:100%;left:0;right:0}.mobile-menu-inner{box-shadow:none;border-radius:0;margin-top:0}.hero-pipeline{display:none}.workflow-deck{width:205px;height:156px}.workflow-card{border-width:4px;border-radius:10px;width:92px}.workflow-content{gap:20px}.workflow-trusted{gap:10px;margin-top:124px}.workflow-trusted p{font-size:1.25rem}.workflow-trusted img{width:74px}.feature-cards-grid{margin-top:60px}.feature-card h3{font-size:1.2rem}.feature-card p{font-size:1rem}}

