.wle-workflow{margin:42px 0 0;border-top:1px solid #252a2c55;padding-top:22px;max-width:460px}.workflow-heading{font:500 24px/1.2 'Fraunces',Georgia,serif;margin:0 0 22px}.workflow-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-bottom:1px solid #252a2c30}.workflow-tabs button{border:0;background:none;padding:12px 3px;min-height:50px;font-size:12px;color:var(--muted);position:relative}.workflow-tabs button[aria-selected=true]{color:var(--ink)}.workflow-tabs button:after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--copper);transform:scaleX(0);transition:transform 380ms}.workflow-tabs button[aria-selected=true]:after{transform:scaleX(1)}.workflow-stage{position:relative;overflow:hidden;background:linear-gradient(135deg,#e1e3e060,#e1e3e000);margin-top:20px;padding:16px 0 6px}.workflow-diagram{width:100%;height:auto;display:block;overflow:visible}.workflow-wire{fill:none;stroke:#252a2c32;stroke-width:1}.workflow-pulse{fill:none;stroke:var(--copper);stroke-width:1.8;stroke-dasharray:20 480;stroke-dashoffset:500;opacity:0}.workflow-stage.is-visible .workflow-pulse{animation:workflow-flow 5s cubic-bezier(.35,0,.25,1) infinite}.workflow-stage.is-visible .pulse-two{animation-delay:1s}.workflow-stage.is-visible .pulse-three{animation-delay:2s}.workflow-node{fill:var(--paper);stroke:#252a2c50;stroke-width:1}.workflow-core{fill:var(--ink)}.workflow-title{font:500 15px 'DM Sans',sans-serif;fill:var(--ink);text-anchor:middle}.workflow-mini{font:12px 'DM Sans',sans-serif;fill:var(--muted);text-anchor:middle}.workflow-core-text{font:500 19px 'Fraunces',Georgia,serif;fill:var(--paper);text-anchor:middle}.workflow-panel{min-height:104px;padding:18px 0 0}.workflow-panel h4{font:500 17px 'DM Sans',sans-serif;margin:0 0 8px}.workflow-panel p{font-size:15px;color:var(--muted);line-height:1.5;margin:0}.workflow-step{transition:transform 550ms cubic-bezier(.2,.7,.2,1),opacity 380ms}.workflow-stage[data-current="1"] .workflow-step{transform:translateY(2px)}.workflow-stage[data-current="2"] .workflow-step{transform:translateY(-3px)}.workflow-stage[data-current="3"] .workflow-step{transform:translateY(1px)}@keyframes workflow-flow{0%{stroke-dashoffset:500;opacity:0}15%{opacity:.8}80%{opacity:.8}100%{stroke-dashoffset:0;opacity:0}}html[data-wle-motion="off"] .workflow-stage .workflow-pulse{animation:none!important}html[data-wle-motion="off"] .workflow-step,html[data-wle-motion="off"] .workflow-tabs button:after{transition:none}
