.workflow-panel[data-astro-cid-q5n4yaxl]{position:relative;overflow:hidden;border:1px solid rgba(45,212,212,.18);border-radius:var(--radius-lg);background:linear-gradient(160deg,#07181f,var(--navy));box-shadow:var(--shadow-lg);color:#d8f3f5}.workflow-panel[data-astro-cid-q5n4yaxl]:before{position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(45,212,212,.2),transparent 16rem),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,36px 36px,36px 36px;content:"";pointer-events:none}.workflow-panel__bar[data-astro-cid-q5n4yaxl]{position:relative;z-index:1;display:flex;gap:.45rem;border-bottom:1px solid rgba(255,255,255,.08);padding:.9rem 1rem}.workflow-panel__bar[data-astro-cid-q5n4yaxl] span[data-astro-cid-q5n4yaxl]{width:.62rem;height:.62rem;border-radius:999px;background:#ffffff47}.workflow-panel__bar[data-astro-cid-q5n4yaxl] span[data-astro-cid-q5n4yaxl]:nth-child(2){background:#2dd4d4bd;animation:workflow-dot-pulse 3.2s ease-in-out infinite}.workflow-panel__bar[data-astro-cid-q5n4yaxl] span[data-astro-cid-q5n4yaxl]:nth-child(3){background:#14a3a8b8;animation:workflow-dot-pulse 3.2s ease-in-out .45s infinite}.workflow-panel__body[data-astro-cid-q5n4yaxl]{position:relative;z-index:1;padding:1.25rem;font-family:var(--font-mono)}.workflow-panel__eyebrow[data-astro-cid-q5n4yaxl]{margin:0 0 .75rem;color:#d8f3f594;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.workflow-panel__typed[data-astro-cid-q5n4yaxl]{display:inline-block;width:0;max-width:23ch;margin:0 0 1.2rem;overflow:hidden;border-right:2px solid var(--cyan);color:#fff;font-size:clamp(.92rem,1.8vw,1.05rem);line-height:1.6;white-space:nowrap;animation:workflow-typing 6s steps(23,end) .2s infinite,workflow-cursor .9s step-end infinite}.workflow-panel__lines[data-astro-cid-q5n4yaxl]{display:grid;gap:.65rem;margin:0}.workflow-panel__line[data-astro-cid-q5n4yaxl]{display:grid;grid-template-columns:minmax(6.5rem,max-content) 1fr;gap:.7rem;align-items:baseline;opacity:.92;animation:workflow-line-in .45s ease both}.workflow-panel__line[data-astro-cid-q5n4yaxl]:nth-child(2){animation-delay:.12s}.workflow-panel__line[data-astro-cid-q5n4yaxl]:nth-child(3){animation-delay:.21s}.workflow-panel__line[data-astro-cid-q5n4yaxl]:nth-child(4){animation-delay:.3s}.workflow-panel__line[data-astro-cid-q5n4yaxl]:nth-child(5){animation-delay:.39s}.workflow-panel__line[data-astro-cid-q5n4yaxl]:nth-child(6){animation-delay:.48s}.workflow-panel__line[data-astro-cid-q5n4yaxl] dt[data-astro-cid-q5n4yaxl]{color:#d8f3f585;font-size:.78rem}.workflow-panel__line[data-astro-cid-q5n4yaxl] dd[data-astro-cid-q5n4yaxl]{margin:0;color:#d8f3f5;font-size:.82rem;animation:workflow-value-pulse 5.8s ease-in-out infinite}.workflow-panel__line[data-astro-cid-q5n4yaxl] dd[data-astro-cid-q5n4yaxl][data-tone=cyan]{color:var(--cyan)}.workflow-panel__line[data-astro-cid-q5n4yaxl] dd[data-astro-cid-q5n4yaxl][data-tone=teal]{color:#7fe3c4}.workflow-panel__line[data-astro-cid-q5n4yaxl] dd[data-astro-cid-q5n4yaxl][data-tone=muted]{color:#d8f3f5ad}.workflow-panel__line[data-astro-cid-q5n4yaxl]:nth-child(2) dd[data-astro-cid-q5n4yaxl]{animation-delay:.35s}.workflow-panel__line[data-astro-cid-q5n4yaxl]:nth-child(3) dd[data-astro-cid-q5n4yaxl]{animation-delay:.7s}.workflow-panel__line[data-astro-cid-q5n4yaxl]:nth-child(4) dd[data-astro-cid-q5n4yaxl]{animation-delay:1.05s}.workflow-panel__line[data-astro-cid-q5n4yaxl]:nth-child(5) dd[data-astro-cid-q5n4yaxl]{animation-delay:1.4s}.workflow-panel__line[data-astro-cid-q5n4yaxl]:nth-child(6) dd[data-astro-cid-q5n4yaxl]{animation-delay:1.75s}@keyframes workflow-typing{0%{width:0}40%,to{width:23ch}}@keyframes workflow-cursor{50%{border-color:transparent}}@keyframes workflow-dot-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}@keyframes workflow-value-pulse{0%,to{opacity:.78;text-shadow:none}48%,58%{opacity:1;text-shadow:0 0 .8rem rgba(45,212,212,.28)}}@keyframes workflow-line-in{0%{opacity:.78;transform:translate3d(0,.3rem,0)}to{opacity:.92;transform:translateZ(0)}}@media(max-width:48rem){.workflow-panel__body[data-astro-cid-q5n4yaxl]{padding:1rem}.workflow-panel__line[data-astro-cid-q5n4yaxl]{grid-template-columns:1fr;gap:.1rem}}@media(prefers-reduced-motion:reduce){.workflow-panel[data-astro-cid-q5n4yaxl],.workflow-panel__line[data-astro-cid-q5n4yaxl]{animation:none!important}.workflow-panel__typed[data-astro-cid-q5n4yaxl]{width:23ch;border-right:0;animation:none!important}.workflow-panel__line[data-astro-cid-q5n4yaxl] dd[data-astro-cid-q5n4yaxl]{animation:workflow-value-pulse 7.5s ease-in-out infinite!important;animation-duration:7.5s!important;animation-iteration-count:infinite!important}.workflow-panel__bar[data-astro-cid-q5n4yaxl] span[data-astro-cid-q5n4yaxl]:nth-child(2),.workflow-panel__bar[data-astro-cid-q5n4yaxl] span[data-astro-cid-q5n4yaxl]:nth-child(3){animation:workflow-dot-pulse 4.5s ease-in-out infinite!important;animation-duration:4.5s!important;animation-iteration-count:infinite!important}}.hero-grid[data-astro-cid-2ltb2oys]{position:relative}.hero-photo-bg[data-astro-cid-2ltb2oys]{position:absolute;inset:0;overflow:hidden;pointer-events:none}.hero-photo-bg[data-astro-cid-2ltb2oys]:after{position:absolute;inset:0;background:linear-gradient(90deg,#f7f9fae6,#f7f9fab3 33%,#f7f9fa0d 72%);content:""}.hero-photo-bg[data-astro-cid-2ltb2oys] img[data-astro-cid-2ltb2oys]{position:absolute;top:0;right:0;width:min(86rem,96vw);height:100%;object-fit:cover;object-position:72% center;opacity:.32;mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.12) 30%,black 58%)}.workflow-split[data-astro-cid-2ltb2oys]{position:relative;overflow:hidden;border-top:1px solid rgba(14,124,134,.12);background:radial-gradient(circle at 78% 22%,rgba(45,212,212,.12),transparent 26rem),linear-gradient(180deg,#f7f9fafa,#eef3f5b3)}.hero-grid[data-astro-cid-2ltb2oys]:before{position:absolute;inset:0;background:linear-gradient(rgba(11,36,51,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(11,36,51,.035) 1px,transparent 1px);background-size:44px 44px;content:"";mask-image:linear-gradient(155deg,black,transparent 62%);pointer-events:none}@media(max-width:47.999rem){.home-hero[data-astro-cid-2ltb2oys]{padding-block:2.5rem}.home-workflow[data-astro-cid-2ltb2oys]{padding-block:2rem}.home-problem[data-astro-cid-2ltb2oys],.home-section-compact,#main-content>section:last-child{padding-block:2.25rem}.home-section-compact>div>div:first-child{margin-bottom:1.75rem}.home-lead-topic{padding:1.25rem}#main-content>section:last-child .cta-strip{padding:1.5rem}.timeline-step[data-astro-cid-2ltb2oys]:not(:last-child):before{position:absolute;left:1.25rem;top:3rem;bottom:-2rem;width:1px;background:linear-gradient(180deg,#0e7c8666,#0e7c8614);content:""}.hero-photo-bg[data-astro-cid-2ltb2oys] img[data-astro-cid-2ltb2oys]{width:110vw;opacity:.14;object-position:74% center}}@media(min-width:48rem){.timeline-step[data-astro-cid-2ltb2oys]:not(:last-child):before{position:absolute;top:1.25rem;left:3.25rem;right:-1rem;height:1px;background:linear-gradient(90deg,#0e7c8666,#0e7c8614);content:""}}
