.wflow2-inner[data-astro-cid-nuxcp3oh]{max-width:1200px;margin:0 auto;position:relative;z-index:1;text-align:center}.wflow2-controller-wrap[data-astro-cid-nuxcp3oh]{position:relative;display:inline-block;margin:0 auto;z-index:3}.wflow2-cta[data-astro-cid-nuxcp3oh]{display:inline-flex;align-items:center;gap:10px;padding:7px 16px 7px 9px;background:var(--color-neutral-0);color:var(--color-neutral-70);border:1px solid var(--color-neutral-30);border-radius:999px;font-size:12.5px;font-weight:700;font-family:var(--font-header);cursor:pointer;transition:background .25s,border-color .25s,color .25s,box-shadow .25s}.wflow2-cta[data-astro-cid-nuxcp3oh]:hover{border-color:var(--color-neutral-40);box-shadow:var(--shadow-1)}.wflow2-cta[data-astro-cid-nuxcp3oh]:active{transform:scale(.98)}.wflow2-cta[data-astro-cid-nuxcp3oh][data-state=with]{background:color-mix(in srgb,var(--color-green-20) 8%,transparent);border-color:color-mix(in srgb,var(--color-green-20) 40%,transparent);color:var(--color-green-30)}.wflow2-sw-track[data-astro-cid-nuxcp3oh]{position:relative;width:32px;height:18px;background:var(--color-neutral-30);border-radius:999px;flex-shrink:0;transition:background .25s}.wflow2-cta[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-sw-track[data-astro-cid-nuxcp3oh]{background:var(--color-green-20)}.wflow2-sw-thumb[data-astro-cid-nuxcp3oh]{position:absolute;top:2px;left:2px;width:14px;height:14px;background:var(--color-neutral-0);border-radius:50%;box-shadow:var(--shadow-1);transition:transform .28s cubic-bezier(.4,0,.2,1)}.wflow2-cta[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-sw-thumb[data-astro-cid-nuxcp3oh]{transform:translate(14px)}.wflow2-cta-state[data-astro-cid-nuxcp3oh]{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.wflow2-cta-state-on[data-astro-cid-nuxcp3oh],.wflow2-cta[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-cta-state-off[data-astro-cid-nuxcp3oh]{display:none}.wflow2-cta[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-cta-state-on[data-astro-cid-nuxcp3oh]{display:inline}.wflow2-cta-divider[data-astro-cid-nuxcp3oh]{color:var(--color-neutral-30);font-weight:400}.wflow2-cta[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-cta-divider[data-astro-cid-nuxcp3oh]{color:color-mix(in srgb,var(--color-green-20) 35%,transparent)}.wflow2-cta[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-cta-label[data-astro-cid-nuxcp3oh],.wflow2-cta[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-cta-divider[data-astro-cid-nuxcp3oh]{display:none}.wflow2-ctrl-arrow[data-astro-cid-nuxcp3oh]{position:absolute;top:calc(100% - 1px);left:50%;transform:translate(-50%);width:1.5px;height:16px;background:linear-gradient(180deg,var(--color-neutral-40) 0%,var(--color-neutral-30) 100%);transition:background .3s ease,box-shadow .3s ease}.wflow2-ctrl-arrow[data-astro-cid-nuxcp3oh]:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--color-neutral-30);transition:border-top-color .3s ease}.wflow2-inner[data-astro-cid-nuxcp3oh].is-priming .wflow2-mid[data-astro-cid-nuxcp3oh] .wflow2-cell-card[data-astro-cid-nuxcp3oh],.wflow2-inner[data-astro-cid-nuxcp3oh].is-priming .wflow2-upload[data-astro-cid-nuxcp3oh] .wflow2-cell-card[data-astro-cid-nuxcp3oh],.wflow2-inner[data-astro-cid-nuxcp3oh].is-priming .wflow2-json[data-astro-cid-nuxcp3oh] .wflow2-cell-card[data-astro-cid-nuxcp3oh]{animation:wf2PrimePulse 1s ease-out forwards;animation-delay:calc(.05s + var(--i, 0) * 14ms)}@keyframes wf2PrimePulse{0%,to{box-shadow:var(--shadow-1);border-color:var(--color-neutral-20)}35%{box-shadow:0 0 0 1.5px color-mix(in srgb,var(--color-green-20) 35%,transparent),0 0 22px color-mix(in srgb,var(--color-green-20) 42%,transparent);border-color:color-mix(in srgb,var(--color-green-20) 55%,transparent)}}.wflow2-inner[data-astro-cid-nuxcp3oh].is-priming .wflow2-ctrl-arrow[data-astro-cid-nuxcp3oh]{animation:wf2ArrowFlow 1.1s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.55s}@keyframes wf2ArrowFlow{0%,to{background:linear-gradient(180deg,var(--color-neutral-40) 0%,var(--color-neutral-30) 100%);box-shadow:none}30%,70%{background:linear-gradient(180deg,var(--color-green-20) 0%,color-mix(in srgb,var(--color-green-20) 50%,transparent) 100%);box-shadow:0 0 8px color-mix(in srgb,var(--color-green-20) 65%,transparent)}}.wflow2-inner[data-astro-cid-nuxcp3oh].is-priming .wflow2-ctrl-arrow[data-astro-cid-nuxcp3oh]:after{animation:wf2ArrowTipFlow 1.1s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.55s}@keyframes wf2ArrowTipFlow{0%,to{border-top-color:var(--color-neutral-30)}30%,70%{border-top-color:var(--color-green-20)}}.wflow2-inner[data-astro-cid-nuxcp3oh].is-priming .wflow2-cta[data-astro-cid-nuxcp3oh]{animation:wf2CtaPulse .9s ease-out forwards;animation-delay:1s}@keyframes wf2CtaPulse{0%,to{box-shadow:0 0 0 0 transparent}35%{box-shadow:0 0 0 6px color-mix(in srgb,var(--color-green-20) 18%,transparent),0 0 32px color-mix(in srgb,var(--color-green-20) 55%,transparent)}}.wflow2-stage[data-astro-cid-nuxcp3oh]{position:relative;max-width:none;margin:48px 0 0;transition:margin-top .55s cubic-bezier(.65,0,.35,1)}.wflow2-grid[data-astro-cid-nuxcp3oh]{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(7,140px);column-gap:12px;row-gap:12px;padding:0;background:transparent;border:none;position:relative;transition:grid-template-columns .65s cubic-bezier(.65,0,.35,1) .35s,grid-template-rows .65s cubic-bezier(.65,0,.35,1) .35s,column-gap .55s cubic-bezier(.65,0,.35,1) .35s}.wflow2-stage[data-astro-cid-nuxcp3oh].is-grid-collapsed .wflow2-grid[data-astro-cid-nuxcp3oh]{grid-template-columns:2fr 1.5fr 1.5fr 2fr;grid-template-rows:360px 0 0 0 0 0 0;column-gap:56px;transition:grid-template-columns .55s cubic-bezier(.65,0,.35,1),grid-template-rows .55s cubic-bezier(.65,0,.35,1),column-gap .45s cubic-bezier(.65,0,.35,1)}.wflow2-cell[data-astro-cid-nuxcp3oh]{align-self:stretch;transform-origin:50% 50%}.wflow2-cell-card[data-astro-cid-nuxcp3oh]{width:100%;height:100%;position:relative;display:flex;flex-direction:column;gap:7px;padding:14px;background:var(--color-neutral-0);border:1px solid var(--color-neutral-20);border-radius:12px;text-align:left;box-shadow:var(--shadow-1);transition:border-color .25s,box-shadow .25s,transform .25s,padding .5s ease .35s,gap .5s ease .35s}.wflow2-cell[data-astro-cid-nuxcp3oh]:hover .wflow2-cell-card[data-astro-cid-nuxcp3oh]{border-color:var(--color-neutral-30);box-shadow:var(--shadow-2);transform:translateY(-1px)}.wflow2-cn[data-astro-cid-nuxcp3oh]{font-family:var(--font-mono);font-size:11px;font-weight:700;color:var(--color-neutral-50);padding:3px 7px;background:var(--color-neutral-10);border:1px solid var(--color-neutral-20);border-radius:6px;line-height:1.4;letter-spacing:.2px;align-self:flex-start}.wflow2-cm[data-astro-cid-nuxcp3oh]{display:flex;flex-direction:column;gap:4px;min-width:0}.wflow2-cc[data-astro-cid-nuxcp3oh]{position:absolute;top:12px;right:12px;font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:2px 7px;border-radius:12px;font-family:var(--font-mono);white-space:nowrap}.wflow2-cat-pipe[data-astro-cid-nuxcp3oh],.wflow2-cat-parse[data-astro-cid-nuxcp3oh]{background:color-mix(in srgb,var(--color-green-20) 8%,transparent);color:var(--color-green-30)}.wflow2-cat-imp[data-astro-cid-nuxcp3oh]{background:#9c27b014;color:#7b1fa2}.wflow2-cat-new[data-astro-cid-nuxcp3oh],.wflow2-cat-deliver[data-astro-cid-nuxcp3oh]{background:#ff980014;color:#c47700}.wflow2-cat-infra[data-astro-cid-nuxcp3oh]{background:#2196f314;color:#1976d2}.wflow2-cat-ingest[data-astro-cid-nuxcp3oh]{background:#0e749014;color:#0e7490}.wflow2-cat-extract[data-astro-cid-nuxcp3oh]{background:#4f46e514;color:#4f46e5}.wflow2-cat-compliance[data-astro-cid-nuxcp3oh]{background:#0d948814;color:#0f766e}.wflow2-cc-end[data-astro-cid-nuxcp3oh]{background:var(--color-neutral-20);color:var(--color-neutral-60)}.wflow2-cell-card[data-astro-cid-nuxcp3oh]:has(.wflow2-cat-pipe) .wflow2-cn[data-astro-cid-nuxcp3oh],.wflow2-cell-card[data-astro-cid-nuxcp3oh]:has(.wflow2-cat-parse) .wflow2-cn[data-astro-cid-nuxcp3oh]{background:color-mix(in srgb,var(--color-green-20) 6%,transparent);color:var(--color-green-30);border-color:color-mix(in srgb,var(--color-green-20) 20%,transparent)}.wflow2-cell-card[data-astro-cid-nuxcp3oh]:has(.wflow2-cat-imp) .wflow2-cn[data-astro-cid-nuxcp3oh]{background:#9c27b00f;color:#7b1fa2;border-color:#9c27b033}.wflow2-cell-card[data-astro-cid-nuxcp3oh]:has(.wflow2-cat-new) .wflow2-cn[data-astro-cid-nuxcp3oh],.wflow2-cell-card[data-astro-cid-nuxcp3oh]:has(.wflow2-cat-deliver) .wflow2-cn[data-astro-cid-nuxcp3oh]{background:#ff98000f;color:#c47700;border-color:#ff980038}.wflow2-cell-card[data-astro-cid-nuxcp3oh]:has(.wflow2-cat-infra) .wflow2-cn[data-astro-cid-nuxcp3oh]{background:#2196f30f;color:#1976d2;border-color:#2196f338}.wflow2-cell-card[data-astro-cid-nuxcp3oh]:has(.wflow2-cat-ingest) .wflow2-cn[data-astro-cid-nuxcp3oh]{background:#0e74900f;color:#0e7490;border-color:#0e749038}.wflow2-cell-card[data-astro-cid-nuxcp3oh]:has(.wflow2-cat-extract) .wflow2-cn[data-astro-cid-nuxcp3oh]{background:#4f46e50f;color:#4f46e5;border-color:#4f46e538}.wflow2-cell-card[data-astro-cid-nuxcp3oh]:has(.wflow2-cat-compliance) .wflow2-cn[data-astro-cid-nuxcp3oh]{background:#0d94880f;color:#0f766e;border-color:#0d948838}.wflow2-cname[data-astro-cid-nuxcp3oh]{font-size:15.5px;font-weight:600;color:var(--color-neutral-100);line-height:1.3;font-family:var(--font-header);letter-spacing:-.15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:font-size .35s ease .35s}.wflow2-cdesc[data-astro-cid-nuxcp3oh]{font-size:12px;color:var(--color-neutral-50);font-family:var(--font-text);line-height:1.4;transition:font-size .35s ease .35s}.wf2-num-with[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wf2-num-without[data-astro-cid-nuxcp3oh]{display:none}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wf2-num-with[data-astro-cid-nuxcp3oh]{display:inline}.wflow2-cell-ico[data-astro-cid-nuxcp3oh]{width:26px;height:30px;border-radius:6px;display:grid;place-items:center;flex-shrink:0}.wflow2-ico-up[data-astro-cid-nuxcp3oh]{background:#dc262612;border:1px solid rgba(220,38,38,.16)}.wflow2-ico-json[data-astro-cid-nuxcp3oh]{background:color-mix(in srgb,var(--color-green-20) 7%,transparent);border:1px solid color-mix(in srgb,var(--color-green-20) 18%,transparent)}.wflow2-upload[data-astro-cid-nuxcp3oh] .wflow2-cell-ico[data-astro-cid-nuxcp3oh],.wflow2-json[data-astro-cid-nuxcp3oh] .wflow2-cell-ico[data-astro-cid-nuxcp3oh]{width:0;height:0;opacity:0;padding:0;border-width:0;overflow:hidden;transition:width .55s cubic-bezier(.65,0,.35,1) .35s,height .55s cubic-bezier(.65,0,.35,1) .35s,opacity .35s ease .35s}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-upload[data-astro-cid-nuxcp3oh] .wflow2-cell-ico[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-json[data-astro-cid-nuxcp3oh] .wflow2-cell-ico[data-astro-cid-nuxcp3oh]{width:54px;height:62px;opacity:1;border-width:1px;transition:width .55s cubic-bezier(.65,0,.35,1) 1.2s,height .55s cubic-bezier(.65,0,.35,1) 1.2s,opacity .4s ease 1.6s}.wflow2-upload[data-astro-cid-nuxcp3oh],.wflow2-json[data-astro-cid-nuxcp3oh]{z-index:2;align-self:center}.wflow2-stage[data-astro-cid-nuxcp3oh].is-grid-collapsed .wflow2-upload[data-astro-cid-nuxcp3oh]{grid-column:1;grid-row:1}.wflow2-stage[data-astro-cid-nuxcp3oh].is-grid-collapsed .wflow2-json[data-astro-cid-nuxcp3oh]{grid-column:4;grid-row:1}.wflow2-upload[data-astro-cid-nuxcp3oh] .wflow2-cell-card[data-astro-cid-nuxcp3oh],.wflow2-json[data-astro-cid-nuxcp3oh] .wflow2-cell-card[data-astro-cid-nuxcp3oh]{height:140px;transition:border-color .35s ease,box-shadow .35s ease,transform .25s,height .65s cubic-bezier(.65,0,.35,1) .35s,padding .55s cubic-bezier(.65,0,.35,1) .35s,gap .55s cubic-bezier(.65,0,.35,1) .35s}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-upload[data-astro-cid-nuxcp3oh] .wflow2-cell-card[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-json[data-astro-cid-nuxcp3oh] .wflow2-cell-card[data-astro-cid-nuxcp3oh]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:220px;padding:30px 22px;gap:16px;border-color:color-mix(in srgb,var(--color-green-20) 32%,transparent);box-shadow:var(--shadow-2);transition:border-color .4s ease .95s,box-shadow .4s ease .95s,height .75s cubic-bezier(.65,0,.35,1) .95s,padding .65s cubic-bezier(.65,0,.35,1) .95s,gap .55s cubic-bezier(.65,0,.35,1) .95s}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-upload[data-astro-cid-nuxcp3oh] .wflow2-cell-ico[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-json[data-astro-cid-nuxcp3oh] .wflow2-cell-ico[data-astro-cid-nuxcp3oh]{order:1}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-upload[data-astro-cid-nuxcp3oh] .wflow2-cm[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-json[data-astro-cid-nuxcp3oh] .wflow2-cm[data-astro-cid-nuxcp3oh]{order:2;align-items:center;gap:8px;padding-right:0}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-upload[data-astro-cid-nuxcp3oh] .wflow2-cn[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-json[data-astro-cid-nuxcp3oh] .wflow2-cn[data-astro-cid-nuxcp3oh]{order:3;align-self:center}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-upload[data-astro-cid-nuxcp3oh] .wflow2-cname[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-json[data-astro-cid-nuxcp3oh] .wflow2-cname[data-astro-cid-nuxcp3oh]{font-size:17px;white-space:normal}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-upload[data-astro-cid-nuxcp3oh] .wflow2-cdesc[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-json[data-astro-cid-nuxcp3oh] .wflow2-cdesc[data-astro-cid-nuxcp3oh]{font-size:12px;white-space:normal}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-upload[data-astro-cid-nuxcp3oh] .wflow2-cc-end[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-json[data-astro-cid-nuxcp3oh] .wflow2-cc-end[data-astro-cid-nuxcp3oh]{top:10px;right:12px}.wflow2-mid[data-astro-cid-nuxcp3oh]{--col: 1;--row: 1;--i: 0;transition:transform .4s cubic-bezier(.65,0,.35,1) calc(.4s + var(--i) * 14ms),opacity .35s ease calc(.4s + var(--i) * 14ms),filter .3s ease calc(.4s + var(--i) * 14ms)}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-mid[data-astro-cid-nuxcp3oh]{transform:translate(calc(var(--side, 0) * 60px)) scale(0);opacity:0;filter:blur(4px);pointer-events:none;transition:transform .32s cubic-bezier(.55,0,.55,1) calc(var(--di, 0) * 45ms),opacity .28s ease calc(var(--di, 0) * 45ms),filter .22s ease calc(var(--di, 0) * 45ms)}.wflow2-arrow[data-astro-cid-nuxcp3oh]{position:absolute;top:180px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-green-20);opacity:0;pointer-events:none;z-index:4;transition:transform .25s ease,opacity .2s ease}.wflow2-arrow[data-astro-cid-nuxcp3oh] svg[data-astro-cid-nuxcp3oh]{width:18px;height:18px}.wflow2-arrow-l[data-astro-cid-nuxcp3oh]{left:26.7%;transform:translate(-50%,-50%) scale(0)}.wflow2-arrow-r[data-astro-cid-nuxcp3oh]{left:73.3%;transform:translate(-50%,-50%) scale(0)}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-arrow-l[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-arrow-r[data-astro-cid-nuxcp3oh]{transform:translate(-50%,-50%) scale(1);opacity:1;transition:transform .4s cubic-bezier(.4,0,.2,1) 1.85s,opacity .3s ease 1.85s}.wflow2-burst[data-astro-cid-nuxcp3oh]{position:absolute;inset:0 0 auto;height:360px;pointer-events:none;display:grid;place-items:center;z-index:1}.wflow2-burst-ring[data-astro-cid-nuxcp3oh]{position:absolute;width:100px;height:100px;border-radius:50%;border:2px solid var(--color-green-20);opacity:0}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-burst-ring[data-astro-cid-nuxcp3oh]{animation:wflow2Ring 1s cubic-bezier(.4,0,.2,1) 1.4s forwards}@keyframes wflow2Ring{0%{transform:scale(.2);opacity:0}30%{opacity:.7}to{transform:scale(4);opacity:0}}.wflow2-burst-bubble[data-astro-cid-nuxcp3oh]{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--color-green-20);opacity:0;box-shadow:0 0 12px color-mix(in srgb,var(--color-green-20) 60%,transparent)}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-burst-bubble[data-astro-cid-nuxcp3oh]{animation:wflow2Bubble 1.1s cubic-bezier(.4,0,.2,1) forwards;animation-delay:calc(var(--i) * .06s + 1.4s)}.wflow2-burst-bubble[data-astro-cid-nuxcp3oh]:nth-child(2){left:30%;top:22%}.wflow2-burst-bubble[data-astro-cid-nuxcp3oh]:nth-child(3){right:30%;top:22%}.wflow2-burst-bubble[data-astro-cid-nuxcp3oh]:nth-child(4){left:26%;bottom:24%}.wflow2-burst-bubble[data-astro-cid-nuxcp3oh]:nth-child(5){right:26%;bottom:24%}.wflow2-burst-bubble[data-astro-cid-nuxcp3oh]:nth-child(6){left:42%;top:16%}.wflow2-burst-bubble[data-astro-cid-nuxcp3oh]:nth-child(7){right:42%;top:16%}.wflow2-burst-bubble[data-astro-cid-nuxcp3oh]:nth-child(8){left:38%;bottom:18%}.wflow2-burst-bubble[data-astro-cid-nuxcp3oh]:nth-child(9){right:38%;bottom:18%}@keyframes wflow2Bubble{0%{transform:scale(.4);opacity:0}25%{opacity:1}80%{transform:scale(.6);opacity:.8}to{transform:scale(0);opacity:0}}.wflow2-invofox[data-astro-cid-nuxcp3oh]{position:absolute;top:0;left:50%;width:41.4%;height:360px;transform:translate(-50%) scale(0);transform-origin:center center;opacity:0;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .25s ease;pointer-events:none;z-index:3;display:grid;place-items:center}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-invofox[data-astro-cid-nuxcp3oh]{transform:translate(-50%) scale(1);opacity:1;pointer-events:auto;transition:transform .55s cubic-bezier(.4,0,.2,1) 1.6s,opacity .4s ease 1.6s}.wflow2-inv-card[data-astro-cid-nuxcp3oh]{position:relative;padding:48px 44px;background:linear-gradient(180deg,#0a0e15,#060d17);border:1px solid color-mix(in srgb,var(--color-green-20) 40%,transparent);border-radius:18px;box-shadow:var(--shadow-2);color:var(--color-neutral-0);text-align:center;max-width:540px;width:100%;min-height:340px;display:flex;flex-direction:column;justify-content:center}.wflow2-inv-card[data-astro-cid-nuxcp3oh]:before{content:"";position:absolute;inset:-1px;border-radius:18px;padding:1px;background:linear-gradient(180deg,color-mix(in srgb,var(--color-green-20) 55%,transparent),transparent 60%);-webkit-mask:linear-gradient(#000,#000) content-box,linear-gradient(#000,#000);-webkit-mask-composite:xor;mask:linear-gradient(#000,#000) content-box,linear-gradient(#000,#000);mask-composite:exclude;pointer-events:none}.wflow2-inv-badge[data-astro-cid-nuxcp3oh]{display:inline-flex;align-self:center;align-items:center;gap:8px;padding:5px 12px;background:color-mix(in srgb,var(--color-green-20) 15%,transparent);border:1px solid color-mix(in srgb,var(--color-green-20) 35%,transparent);border-radius:999px;font-size:10.5px;font-weight:800;letter-spacing:1.4px;color:#47cd77;font-family:var(--font-mono);margin-bottom:16px;flex:0 0 auto}.wflow2-inv-dot[data-astro-cid-nuxcp3oh]{width:7px;height:7px;background:var(--color-green-20);border-radius:50%;box-shadow:0 0 0 3px color-mix(in srgb,var(--color-green-20) 22%,transparent);animation:pulse-dot 2s infinite}.wflow2-inv-h[data-astro-cid-nuxcp3oh]{font-size:22px;font-weight:600;line-height:1.15;letter-spacing:-.5px;color:var(--color-neutral-0);margin-bottom:22px;font-family:var(--font-header)}.wflow2-inv-stats[data-astro-cid-nuxcp3oh]{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.wflow2-inv-stats[data-astro-cid-nuxcp3oh]>div[data-astro-cid-nuxcp3oh]{display:flex;flex-direction:column;align-items:center;gap:4px}.wflow2-inv-stats[data-astro-cid-nuxcp3oh] span[data-astro-cid-nuxcp3oh]{font-size:22px;font-weight:700;color:var(--color-green-20);letter-spacing:-.5px;line-height:1;font-family:var(--font-header)}.wflow2-inv-stats[data-astro-cid-nuxcp3oh] small[data-astro-cid-nuxcp3oh]{font-size:10.5px;color:#ffffff8c;text-transform:uppercase;letter-spacing:.6px;font-weight:600;font-family:var(--font-mono)}.wflow2-inv-pills[data-astro-cid-nuxcp3oh]{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:18px}.wflow2-inv-pill[data-astro-cid-nuxcp3oh]{display:inline-flex;align-items:center;gap:5px;padding:4px 10px 4px 8px;background:color-mix(in srgb,var(--color-green-20) 8%,transparent);border:1px solid color-mix(in srgb,var(--color-green-20) 22%,transparent);border-radius:999px;font-size:10.5px;font-weight:600;color:#ffffffd9;font-family:var(--font-mono);letter-spacing:.2px}.wflow2-inv-pill[data-astro-cid-nuxcp3oh] svg[data-astro-cid-nuxcp3oh]{width:10px;height:10px;color:var(--color-green-20);flex-shrink:0}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 3px color-mix(in srgb,var(--color-green-20) 22%,transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb,var(--color-green-20) 8%,transparent)}}@media(min-width:640px)and (max-width:1279px){.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-grid[data-astro-cid-nuxcp3oh]{grid-template-columns:repeat(4,1fr)!important;grid-template-rows:none!important;grid-auto-rows:132px;column-gap:10px;row-gap:10px;transition:none!important}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-cell[data-astro-cid-nuxcp3oh]{grid-column:auto!important;grid-row:auto!important}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-json[data-astro-cid-nuxcp3oh]{transform:none!important}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-invofox[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-arrow[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-burst[data-astro-cid-nuxcp3oh]{display:none}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-upload[data-astro-cid-nuxcp3oh] .wflow2-cell-card[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-json[data-astro-cid-nuxcp3oh] .wflow2-cell-card[data-astro-cid-nuxcp3oh]{height:132px}}@media(max-width:639px){.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-grid[data-astro-cid-nuxcp3oh]{grid-template-columns:1fr 1fr!important;grid-template-rows:none!important;grid-auto-rows:minmax(118px,auto);column-gap:8px;row-gap:8px;transition:none!important}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-cell[data-astro-cid-nuxcp3oh]{grid-column:auto!important;grid-row:auto!important}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-json[data-astro-cid-nuxcp3oh]{transform:none!important}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-invofox[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-arrow[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-burst[data-astro-cid-nuxcp3oh]{display:none}.wflow2-cell-card[data-astro-cid-nuxcp3oh]{padding:10px;gap:6px;border-radius:10px;min-height:118px}.wflow2-cn[data-astro-cid-nuxcp3oh]{font-size:9.5px;padding:2px 6px;border-radius:4px}.wflow2-cname[data-astro-cid-nuxcp3oh]{font-size:13px}.wflow2-cdesc[data-astro-cid-nuxcp3oh]{font-size:10.5px;-webkit-line-clamp:3}.wflow2-cc[data-astro-cid-nuxcp3oh]{top:8px;right:8px;font-size:7.5px;padding:1px 5px}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-upload[data-astro-cid-nuxcp3oh] .wflow2-cell-card[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-json[data-astro-cid-nuxcp3oh] .wflow2-cell-card[data-astro-cid-nuxcp3oh]{height:auto;min-height:118px}}@media(max-width:479px){.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=without] .wflow2-grid[data-astro-cid-nuxcp3oh]{grid-template-columns:1fr!important;column-gap:0}.wflow2-cell-card[data-astro-cid-nuxcp3oh]{min-height:100px}}@media(max-width:767px){.wflow2-stage[data-astro-cid-nuxcp3oh]{margin-top:32px}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with]{display:flex;flex-direction:column;gap:12px}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-grid[data-astro-cid-nuxcp3oh]{display:contents}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-mid[data-astro-cid-nuxcp3oh]{display:none}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-upload[data-astro-cid-nuxcp3oh]{order:1;align-self:stretch}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-arrow-l[data-astro-cid-nuxcp3oh]{position:static!important;top:auto!important;left:auto!important;order:2;align-self:center;transform:rotate(90deg) scale(1)!important}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-invofox[data-astro-cid-nuxcp3oh]{position:static!important;top:auto!important;left:auto!important;width:100%!important;height:auto!important;order:3;transform:scale(1)!important;opacity:1!important}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-arrow-r[data-astro-cid-nuxcp3oh]{position:static!important;top:auto!important;left:auto!important;order:4;align-self:center;transform:rotate(90deg) scale(1)!important}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-json[data-astro-cid-nuxcp3oh]{order:5;transform:none!important}.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-upload[data-astro-cid-nuxcp3oh] .wflow2-cell-card[data-astro-cid-nuxcp3oh],.wflow2-stage[data-astro-cid-nuxcp3oh][data-state=with] .wflow2-json[data-astro-cid-nuxcp3oh] .wflow2-cell-card[data-astro-cid-nuxcp3oh]{height:auto;min-height:180px;padding:24px 20px}.wflow2-inv-card[data-astro-cid-nuxcp3oh]{padding:28px 22px;min-height:auto;max-width:none}.wflow2-inv-h[data-astro-cid-nuxcp3oh]{font-size:18px;margin-bottom:18px}.wflow2-inv-stats[data-astro-cid-nuxcp3oh] span[data-astro-cid-nuxcp3oh]{font-size:18px}.wflow2-burst[data-astro-cid-nuxcp3oh]{display:none}}
