agent-dag 1.35.41 → 1.35.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -70,7 +70,7 @@ Claude Code turns only. The sound is a Stop hook Claude Code runs itself when a
|
|
|
70
70
|
|
|
71
71
|
${t.clash} sound hook${t.clash>1?"s":""} of your own in settings.json also run${t.clash>1?"":"s"} here.`:"",l=t.parked>0?`
|
|
72
72
|
|
|
73
|
-
${t.parked} of your own sound hook${t.parked>1?"s were":" was"} set aside so this switch actually controls the sound. Nothing was deleted — shift-click to put ${t.parked>1?"them":"it"} back.`:"";return r+i+o+l}function ej(e){const t=new Map;for(const r of e)for(const i of r.agents??[]){if(!i||typeof i.agent!="string"||i.agent==="")continue;const o=t.get(i.agent)??{id:i.agent,cost:0,tokens:0};o.cost+=Number.isFinite(i.totalCost)?i.totalCost:0,o.tokens+=Number.isFinite(i.totalTokens)?i.totalTokens:0,t.set(i.agent,o)}return[...t.values()].sort((r,i)=>i.cost-r.cost||r.id.localeCompare(i.id))}function oq(e){const t=ej([{agents:e}]);return t.length<2?null:t.map(r=>`${py(r.id)} ${qe(r.cost)}`).join(" · ")}function N_(e){switch(e.toLowerCase()){case"claude":return"#c4b5fd";case"codex":return"#fdba74";case"gemini":return"#a5b4fc";case"copilot":return"#86efac";default:return"#94a3b8"}}function aq(e,t){if(!(t>0)||!(e>0))return"0%";const r=e/t*100;return r<.1?"<0.1%":`${r.toFixed(1)}%`}function au(e){const t=e.toLowerCase();return t.includes("opus")?"#c4b5fd":t.includes("sonnet")?"#7dd3fc":t.includes("haiku")?"#86efac":t.includes("gpt-5")||t.includes("gpt5")?"#fcd34d":t.includes("gpt")?"#fca5a5":t.includes("gemini")?"#a5b4fc":t.includes("codex")?"#fdba74":"#94a3b8"}const lq=[7,14,30,90];function uq(e){const[t,r]=R.useState(null),[i,o]=R.useState(!1),l=R.useRef(X$()).current,u=(c=!1)=>{const f=l.begin(),p=e;o(!0);const m=`/api/ccusage?since=${Q$(p)}${c?"&refresh=1":""}`;fetch(m).then(y=>y.json()).then(y=>{f()&&r({range:p,resp:y})}).catch(()=>{f()&&r({range:p,resp:{ok:!1,reason:"unreachable"}})}).finally(()=>{f()&&o(!1)})};return R.useEffect(()=>(u(!1),()=>l.cancel()),[e]),{landed:t,loading:i,reload:()=>u(!0)}}function cq({onClose:e,providers:t}){var O;const[r,i]=R.useState(30),[o,l]=R.useState(null),{landed:u,loading:c,reload:f}=uq(r),p=R.useRef(null),d=wo(e,{focusRef:p}),m=Z$({loading:c,want:r,answer:u&&{range:u.range,ok:u.resp.ok===!0,days:((O=u.resp.days)==null?void 0:O.length)??0}}),y=m.phase==="chart"?u.resp.days??[]:[],w=R.useMemo(()=>y.reduce((P,D)=>Math.max(P,D.totalCost),0),[y]),{totalCost:E,totalTok:_,inOut:b,cacheRead:S,modelCosts:k}=R.useMemo(()=>{let P=0,D=0,L=0,U=0;const V=new Map;for(const z of y){P+=z.totalCost,D+=z.totalTokens,L+=z.inputTokens+z.outputTokens,U+=z.cacheReadTokens;for(const C of z.modelBreakdowns)V.set(C.modelName,(V.get(C.modelName)??0)+C.cost)}return{totalCost:P,totalTok:D,inOut:L,cacheRead:U,modelCosts:V}},[y]),N=R.useMemo(()=>Array.from(k.entries()).sort((P,D)=>D[1]-P[1]),[k]),j=R.useMemo(()=>ej(y),[y]),A=j.length>1,M=o?y.find(P=>P.period===o)??null:null;return g.jsx("div",{className:"uh-backdrop",onClick:e,role:"presentation",children:g.jsxs("div",{ref:d,className:"uh-modal",onClick:P=>P.stopPropagation(),role:"dialog","aria-modal":"true","aria-label":"Usage history",children:[g.jsxs("header",{className:"uh-head",children:[g.jsxs("div",{className:"uh-titlewrap",children:[g.jsx("div",{className:"uh-title",children:"Usage history"}),g.jsx("div",{className:"uh-sub",children:eq(t,j.map(P=>P.id))})]}),g.jsx("div",{className:"uh-range",role:"group","aria-label":"Range",children:lq.map(P=>g.jsxs("button",{type:"button","aria-pressed":r===P,className:`uh-range-btn${r===P?" on":""}`,onClick:()=>{i(P),l(null)},children:[P,"d"]},P))}),g.jsx("button",{className:"btn icon-btn uh-reload",onClick:f,disabled:c,title:"Re-run ccusage","aria-label":"Reload",children:c?"…":"↻"}),g.jsx("button",{ref:p,className:"uh-close",onClick:e,"aria-label":"Close",children:"×"})]}),m.phase==="busy"?g.jsx("div",{className:"uh-status","aria-busy":"true",children:u?"running ccusage…":"running ccusage… (first run downloads the package)"}):m.phase==="error"?g.jsxs("div",{className:"uh-status uh-err",title:vo(u.resp)||void 0,children:[Z3(u.resp,"ccusage did not report usage"),g.jsx("div",{children:g.jsx("button",{className:"btn uh-retry",onClick:f,disabled:c,children:c?"trying…":"Try again"})})]}):m.phase==="empty"?g.jsx("div",{className:`uh-status${m.stale?" uh-stale":""}`,"aria-busy":m.stale||void 0,children:"no usage in this range"}):g.jsxs("div",{className:m.stale?"uh-stale":void 0,"aria-busy":m.stale||void 0,children:[g.jsxs("div",{className:"uh-totals",children:[g.jsx(lu,{label:"total cost",val:qe(E),accent:!0}),g.jsx(lu,{label:"tokens",val:Nt(_)}),g.jsx(lu,{label:"input+output",val:Nt(b)}),g.jsx(lu,{label:"cache reads",val:Nt(S)})]}),A&&g.jsxs("div",{className:"uh-agents",role:"group","aria-label":"Cost by CLI",children:[g.jsx("div",{className:"uh-agent-bar","aria-hidden":"true",children:j.map(P=>g.jsx("span",{className:"uh-agent-seg",style:{width:`${E>0?P.cost/E*100:0}%`,background:N_(P.id)}},P.id))}),g.jsx("div",{className:"uh-agent-keys",children:j.map(P=>g.jsxs("span",{className:"uh-agent-key",title:`${P.id} · ${Nt(P.tokens)} tokens`,children:[g.jsx("span",{className:"uh-legend-dot",style:{background:N_(P.id)}}),py(P.id),g.jsx("span",{className:"uh-agent-cost",children:qe(P.cost)}),g.jsx("span",{className:"uh-agent-share",children:aq(P.cost,E)})]},P.id))})]}),g.jsx("div",{className:"uh-chart",role:"group","aria-label":"Daily cost by model",children:y.map(P=>{const D=w>0?P.totalCost/w*100:0,L=P.period===o,U=`${P.period}, ${qe(P.totalCost)}`;return g.jsxs("button",{className:`uh-bar-col${L?" sel":""}`,onClick:()=>l(L?null:P.period),"aria-pressed":L,"aria-label":U,title:`${P.period} · ${qe(P.totalCost)}`,style:{flexBasis:`${100/y.length}%`},children:[g.jsx("div",{className:"uh-bar",style:{height:`${Math.max(D,P.totalCost>0?2:0)}%`},children:P.modelBreakdowns.slice().sort((V,z)=>z.cost-V.cost).map(V=>{const z=P.totalCost>0?V.cost/P.totalCost*100:0;return g.jsx("div",{className:"uh-bar-seg",style:{height:`${z}%`,background:au(V.modelName)}},V.modelName)})}),g.jsx("span",{className:"uh-bar-label",children:P.period.slice(5)})]},P.period)})}),g.jsx("div",{className:"uh-legend",children:N.map(([P,D])=>g.jsxs("span",{className:"uh-legend-item",title:P,children:[g.jsx("span",{className:"uh-legend-dot",style:{background:au(P)}}),Rs(P)," ",g.jsx("span",{className:"uh-legend-cost",children:qe(D)})]},P))}),M&&g.jsxs("div",{className:"uh-detail",children:[g.jsxs("div",{className:"uh-detail-head",children:[g.jsx("span",{className:"uh-detail-date",children:M.period}),g.jsx("span",{className:"uh-detail-cost",children:qe(M.totalCost)}),(()=>{var L,U;const D=oq(M.agents)??((U=(L=M.metadata)==null?void 0:L.agents)!=null&&U.length?M.metadata.agents.join(" · "):null);return D?g.jsx("span",{className:"uh-detail-agents",title:D,children:D}):null})()]}),g.jsxs("div",{className:"uh-detail-mini",children:[g.jsx(uu,{label:"input",val:Nt(M.inputTokens)}),g.jsx(uu,{label:"output",val:Nt(M.outputTokens)}),g.jsx(uu,{label:"cache write",val:Nt(M.cacheCreationTokens)}),g.jsx(uu,{label:"cache read",val:Nt(M.cacheReadTokens)})]}),g.jsx("div",{className:"uh-detail-models",children:M.modelBreakdowns.slice().sort((P,D)=>D.cost-P.cost).map(P=>{const D=M.totalCost>0?P.cost/M.totalCost*100:0;return g.jsxs("div",{className:"uh-model-row",title:P.modelName,children:[g.jsxs("span",{className:"uh-model-name",children:[g.jsx("span",{className:"uh-legend-dot",style:{background:au(P.modelName)}}),g.jsx("span",{className:"uh-model-label",children:Rs(P.modelName)})]}),g.jsx("span",{className:"uh-model-bar",children:g.jsx("span",{className:"uh-model-bar-fill",style:{width:`${D}%`,background:au(P.modelName)}})}),g.jsx("span",{className:"uh-model-cost",children:qe(P.cost)})]},P.modelName)})})]})]})]})})}function lu({label:e,val:t,accent:r}){return g.jsxs("div",{className:"uh-stat",children:[g.jsx("span",{className:`uh-stat-val${r?" accent":""}`,children:t}),g.jsx("span",{className:"uh-stat-label",children:e})]})}function uu({label:e,val:t}){return g.jsxs("div",{className:"uh-ministat",children:[g.jsx("span",{className:"uh-ministat-val",children:t}),g.jsx("span",{className:"uh-ministat-label",children:e})]})}function my(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Jd,C_;function dq(){if(C_)return Jd;C_=1;function e(){this.__data__=[],this.size=0}return Jd=e,Jd}var ef,j_;function xo(){if(j_)return ef;j_=1;function e(t,r){return t===r||t!==t&&r!==r}return ef=e,ef}var tf,T_;function zu(){if(T_)return tf;T_=1;var e=xo();function t(r,i){for(var o=r.length;o--;)if(e(r[o][0],i))return o;return-1}return tf=t,tf}var nf,R_;function fq(){if(R_)return nf;R_=1;var e=zu(),t=Array.prototype,r=t.splice;function i(o){var l=this.__data__,u=e(l,o);if(u<0)return!1;var c=l.length-1;return u==c?l.pop():r.call(l,u,1),--this.size,!0}return nf=i,nf}var rf,A_;function hq(){if(A_)return rf;A_=1;var e=zu();function t(r){var i=this.__data__,o=e(i,r);return o<0?void 0:i[o][1]}return rf=t,rf}var sf,I_;function pq(){if(I_)return sf;I_=1;var e=zu();function t(r){return e(this.__data__,r)>-1}return sf=t,sf}var of,M_;function mq(){if(M_)return of;M_=1;var e=zu();function t(r,i){var o=this.__data__,l=e(o,r);return l<0?(++this.size,o.push([r,i])):o[l][1]=i,this}return of=t,of}var af,O_;function Bu(){if(O_)return af;O_=1;var e=dq(),t=fq(),r=hq(),i=pq(),o=mq();function l(u){var c=-1,f=u==null?0:u.length;for(this.clear();++c<f;){var p=u[c];this.set(p[0],p[1])}}return l.prototype.clear=e,l.prototype.delete=t,l.prototype.get=r,l.prototype.has=i,l.prototype.set=o,af=l,af}var lf,P_;function gq(){if(P_)return lf;P_=1;var e=Bu();function t(){this.__data__=new e,this.size=0}return lf=t,lf}var uf,L_;function vq(){if(L_)return uf;L_=1;function e(t){var r=this.__data__,i=r.delete(t);return this.size=r.size,i}return uf=e,uf}var cf,$_;function yq(){if($_)return cf;$_=1;function e(t){return this.__data__.get(t)}return cf=e,cf}var df,q_;function wq(){if(q_)return df;q_=1;function e(t){return this.__data__.has(t)}return df=e,df}var ff,D_;function tj(){if(D_)return ff;D_=1;var e=typeof Vl=="object"&&Vl&&Vl.Object===Object&&Vl;return ff=e,ff}var hf,F_;function rr(){if(F_)return hf;F_=1;var e=tj(),t=typeof self=="object"&&self&&self.Object===Object&&self,r=e||t||Function("return this")();return hf=r,hf}var pf,z_;function _o(){if(z_)return pf;z_=1;var e=rr(),t=e.Symbol;return pf=t,pf}var mf,B_;function xq(){if(B_)return mf;B_=1;var e=_o(),t=Object.prototype,r=t.hasOwnProperty,i=t.toString,o=e?e.toStringTag:void 0;function l(u){var c=r.call(u,o),f=u[o];try{u[o]=void 0;var p=!0}catch{}var d=i.call(u);return p&&(c?u[o]=f:delete u[o]),d}return mf=l,mf}var gf,U_;function _q(){if(U_)return gf;U_=1;var e=Object.prototype,t=e.toString;function r(i){return t.call(i)}return gf=r,gf}var vf,H_;function gi(){if(H_)return vf;H_=1;var e=_o(),t=xq(),r=_q(),i="[object Null]",o="[object Undefined]",l=e?e.toStringTag:void 0;function u(c){return c==null?c===void 0?o:i:l&&l in Object(c)?t(c):r(c)}return vf=u,vf}var yf,W_;function qn(){if(W_)return yf;W_=1;function e(t){var r=typeof t;return t!=null&&(r=="object"||r=="function")}return yf=e,yf}var wf,V_;function La(){if(V_)return wf;V_=1;var e=gi(),t=qn(),r="[object AsyncFunction]",i="[object Function]",o="[object GeneratorFunction]",l="[object Proxy]";function u(c){if(!t(c))return!1;var f=e(c);return f==i||f==o||f==r||f==l}return wf=u,wf}var xf,G_;function bq(){if(G_)return xf;G_=1;var e=rr(),t=e["__core-js_shared__"];return xf=t,xf}var _f,Y_;function Sq(){if(Y_)return _f;Y_=1;var e=bq(),t=(function(){var i=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return i?"Symbol(src)_1."+i:""})();function r(i){return!!t&&t in i}return _f=r,_f}var bf,K_;function nj(){if(K_)return bf;K_=1;var e=Function.prototype,t=e.toString;function r(i){if(i!=null){try{return t.call(i)}catch{}try{return i+""}catch{}}return""}return bf=r,bf}var Sf,X_;function kq(){if(X_)return Sf;X_=1;var e=La(),t=Sq(),r=qn(),i=nj(),o=/[\\^$.*+?()[\]{}|]/g,l=/^\[object .+?Constructor\]$/,u=Function.prototype,c=Object.prototype,f=u.toString,p=c.hasOwnProperty,d=RegExp("^"+f.call(p).replace(o,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function m(y){if(!r(y)||t(y))return!1;var w=e(y)?d:l;return w.test(i(y))}return Sf=m,Sf}var kf,Q_;function Eq(){if(Q_)return kf;Q_=1;function e(t,r){return t==null?void 0:t[r]}return kf=e,kf}var Ef,Z_;function vi(){if(Z_)return Ef;Z_=1;var e=kq(),t=Eq();function r(i,o){var l=t(i,o);return e(l)?l:void 0}return Ef=r,Ef}var Nf,J_;function gy(){if(J_)return Nf;J_=1;var e=vi(),t=rr(),r=e(t,"Map");return Nf=r,Nf}var Cf,e1;function Uu(){if(e1)return Cf;e1=1;var e=vi(),t=e(Object,"create");return Cf=t,Cf}var jf,t1;function Nq(){if(t1)return jf;t1=1;var e=Uu();function t(){this.__data__=e?e(null):{},this.size=0}return jf=t,jf}var Tf,n1;function Cq(){if(n1)return Tf;n1=1;function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}return Tf=e,Tf}var Rf,r1;function jq(){if(r1)return Rf;r1=1;var e=Uu(),t="__lodash_hash_undefined__",r=Object.prototype,i=r.hasOwnProperty;function o(l){var u=this.__data__;if(e){var c=u[l];return c===t?void 0:c}return i.call(u,l)?u[l]:void 0}return Rf=o,Rf}var Af,s1;function Tq(){if(s1)return Af;s1=1;var e=Uu(),t=Object.prototype,r=t.hasOwnProperty;function i(o){var l=this.__data__;return e?l[o]!==void 0:r.call(l,o)}return Af=i,Af}var If,i1;function Rq(){if(i1)return If;i1=1;var e=Uu(),t="__lodash_hash_undefined__";function r(i,o){var l=this.__data__;return this.size+=this.has(i)?0:1,l[i]=e&&o===void 0?t:o,this}return If=r,If}var Mf,o1;function Aq(){if(o1)return Mf;o1=1;var e=Nq(),t=Cq(),r=jq(),i=Tq(),o=Rq();function l(u){var c=-1,f=u==null?0:u.length;for(this.clear();++c<f;){var p=u[c];this.set(p[0],p[1])}}return l.prototype.clear=e,l.prototype.delete=t,l.prototype.get=r,l.prototype.has=i,l.prototype.set=o,Mf=l,Mf}var Of,a1;function Iq(){if(a1)return Of;a1=1;var e=Aq(),t=Bu(),r=gy();function i(){this.size=0,this.__data__={hash:new e,map:new(r||t),string:new e}}return Of=i,Of}var Pf,l1;function Mq(){if(l1)return Pf;l1=1;function e(t){var r=typeof t;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?t!=="__proto__":t===null}return Pf=e,Pf}var Lf,u1;function Hu(){if(u1)return Lf;u1=1;var e=Mq();function t(r,i){var o=r.__data__;return e(i)?o[typeof i=="string"?"string":"hash"]:o.map}return Lf=t,Lf}var $f,c1;function Oq(){if(c1)return $f;c1=1;var e=Hu();function t(r){var i=e(this,r).delete(r);return this.size-=i?1:0,i}return $f=t,$f}var qf,d1;function Pq(){if(d1)return qf;d1=1;var e=Hu();function t(r){return e(this,r).get(r)}return qf=t,qf}var Df,f1;function Lq(){if(f1)return Df;f1=1;var e=Hu();function t(r){return e(this,r).has(r)}return Df=t,Df}var Ff,h1;function $q(){if(h1)return Ff;h1=1;var e=Hu();function t(r,i){var o=e(this,r),l=o.size;return o.set(r,i),this.size+=o.size==l?0:1,this}return Ff=t,Ff}var zf,p1;function vy(){if(p1)return zf;p1=1;var e=Iq(),t=Oq(),r=Pq(),i=Lq(),o=$q();function l(u){var c=-1,f=u==null?0:u.length;for(this.clear();++c<f;){var p=u[c];this.set(p[0],p[1])}}return l.prototype.clear=e,l.prototype.delete=t,l.prototype.get=r,l.prototype.has=i,l.prototype.set=o,zf=l,zf}var Bf,m1;function qq(){if(m1)return Bf;m1=1;var e=Bu(),t=gy(),r=vy(),i=200;function o(l,u){var c=this.__data__;if(c instanceof e){var f=c.__data__;if(!t||f.length<i-1)return f.push([l,u]),this.size=++c.size,this;c=this.__data__=new r(f)}return c.set(l,u),this.size=c.size,this}return Bf=o,Bf}var Uf,g1;function Wu(){if(g1)return Uf;g1=1;var e=Bu(),t=gq(),r=vq(),i=yq(),o=wq(),l=qq();function u(c){var f=this.__data__=new e(c);this.size=f.size}return u.prototype.clear=t,u.prototype.delete=r,u.prototype.get=i,u.prototype.has=o,u.prototype.set=l,Uf=u,Uf}var Hf,v1;function yy(){if(v1)return Hf;v1=1;function e(t,r){for(var i=-1,o=t==null?0:t.length;++i<o&&r(t[i],i,t)!==!1;);return t}return Hf=e,Hf}var Wf,y1;function rj(){if(y1)return Wf;y1=1;var e=vi(),t=(function(){try{var r=e(Object,"defineProperty");return r({},"",{}),r}catch{}})();return Wf=t,Wf}var Vf,w1;function Vu(){if(w1)return Vf;w1=1;var e=rj();function t(r,i,o){i=="__proto__"&&e?e(r,i,{configurable:!0,enumerable:!0,value:o,writable:!0}):r[i]=o}return Vf=t,Vf}var Gf,x1;function Gu(){if(x1)return Gf;x1=1;var e=Vu(),t=xo(),r=Object.prototype,i=r.hasOwnProperty;function o(l,u,c){var f=l[u];(!(i.call(l,u)&&t(f,c))||c===void 0&&!(u in l))&&e(l,u,c)}return Gf=o,Gf}var Yf,_1;function $a(){if(_1)return Yf;_1=1;var e=Gu(),t=Vu();function r(i,o,l,u){var c=!l;l||(l={});for(var f=-1,p=o.length;++f<p;){var d=o[f],m=u?u(l[d],i[d],d,l,i):void 0;m===void 0&&(m=i[d]),c?t(l,d,m):e(l,d,m)}return l}return Yf=r,Yf}var Kf,b1;function Dq(){if(b1)return Kf;b1=1;function e(t,r){for(var i=-1,o=Array(t);++i<t;)o[i]=r(i);return o}return Kf=e,Kf}var Xf,S1;function mr(){if(S1)return Xf;S1=1;function e(t){return t!=null&&typeof t=="object"}return Xf=e,Xf}var Qf,k1;function Fq(){if(k1)return Qf;k1=1;var e=gi(),t=mr(),r="[object Arguments]";function i(o){return t(o)&&e(o)==r}return Qf=i,Qf}var Zf,E1;function qa(){if(E1)return Zf;E1=1;var e=Fq(),t=mr(),r=Object.prototype,i=r.hasOwnProperty,o=r.propertyIsEnumerable,l=e((function(){return arguments})())?e:function(u){return t(u)&&i.call(u,"callee")&&!o.call(u,"callee")};return Zf=l,Zf}var Jf,N1;function _t(){if(N1)return Jf;N1=1;var e=Array.isArray;return Jf=e,Jf}var ma={exports:{}},eh,C1;function zq(){if(C1)return eh;C1=1;function e(){return!1}return eh=e,eh}ma.exports;var j1;function bo(){return j1||(j1=1,(function(e,t){var r=rr(),i=zq(),o=t&&!t.nodeType&&t,l=o&&!0&&e&&!e.nodeType&&e,u=l&&l.exports===o,c=u?r.Buffer:void 0,f=c?c.isBuffer:void 0,p=f||i;e.exports=p})(ma,ma.exports)),ma.exports}var th,T1;function Yu(){if(T1)return th;T1=1;var e=9007199254740991,t=/^(?:0|[1-9]\d*)$/;function r(i,o){var l=typeof i;return o=o??e,!!o&&(l=="number"||l!="symbol"&&t.test(i))&&i>-1&&i%1==0&&i<o}return th=r,th}var nh,R1;function wy(){if(R1)return nh;R1=1;var e=9007199254740991;function t(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=e}return nh=t,nh}var rh,A1;function Bq(){if(A1)return rh;A1=1;var e=gi(),t=wy(),r=mr(),i="[object Arguments]",o="[object Array]",l="[object Boolean]",u="[object Date]",c="[object Error]",f="[object Function]",p="[object Map]",d="[object Number]",m="[object Object]",y="[object RegExp]",w="[object Set]",E="[object String]",_="[object WeakMap]",b="[object ArrayBuffer]",S="[object DataView]",k="[object Float32Array]",N="[object Float64Array]",j="[object Int8Array]",A="[object Int16Array]",M="[object Int32Array]",O="[object Uint8Array]",P="[object Uint8ClampedArray]",D="[object Uint16Array]",L="[object Uint32Array]",U={};U[k]=U[N]=U[j]=U[A]=U[M]=U[O]=U[P]=U[D]=U[L]=!0,U[i]=U[o]=U[b]=U[l]=U[S]=U[u]=U[c]=U[f]=U[p]=U[d]=U[m]=U[y]=U[w]=U[E]=U[_]=!1;function V(z){return r(z)&&t(z.length)&&!!U[e(z)]}return rh=V,rh}var sh,I1;function Ku(){if(I1)return sh;I1=1;function e(t){return function(r){return t(r)}}return sh=e,sh}var ga={exports:{}};ga.exports;var M1;function xy(){return M1||(M1=1,(function(e,t){var r=tj(),i=t&&!t.nodeType&&t,o=i&&!0&&e&&!e.nodeType&&e,l=o&&o.exports===i,u=l&&r.process,c=(function(){try{var f=o&&o.require&&o.require("util").types;return f||u&&u.binding&&u.binding("util")}catch{}})();e.exports=c})(ga,ga.exports)),ga.exports}var ih,O1;function Da(){if(O1)return ih;O1=1;var e=Bq(),t=Ku(),r=xy(),i=r&&r.isTypedArray,o=i?t(i):e;return ih=o,ih}var oh,P1;function sj(){if(P1)return oh;P1=1;var e=Dq(),t=qa(),r=_t(),i=bo(),o=Yu(),l=Da(),u=Object.prototype,c=u.hasOwnProperty;function f(p,d){var m=r(p),y=!m&&t(p),w=!m&&!y&&i(p),E=!m&&!y&&!w&&l(p),_=m||y||w||E,b=_?e(p.length,String):[],S=b.length;for(var k in p)(d||c.call(p,k))&&!(_&&(k=="length"||w&&(k=="offset"||k=="parent")||E&&(k=="buffer"||k=="byteLength"||k=="byteOffset")||o(k,S)))&&b.push(k);return b}return oh=f,oh}var ah,L1;function Xu(){if(L1)return ah;L1=1;var e=Object.prototype;function t(r){var i=r&&r.constructor,o=typeof i=="function"&&i.prototype||e;return r===o}return ah=t,ah}var lh,$1;function ij(){if($1)return lh;$1=1;function e(t,r){return function(i){return t(r(i))}}return lh=e,lh}var uh,q1;function Uq(){if(q1)return uh;q1=1;var e=ij(),t=e(Object.keys,Object);return uh=t,uh}var ch,D1;function _y(){if(D1)return ch;D1=1;var e=Xu(),t=Uq(),r=Object.prototype,i=r.hasOwnProperty;function o(l){if(!e(l))return t(l);var u=[];for(var c in Object(l))i.call(l,c)&&c!="constructor"&&u.push(c);return u}return ch=o,ch}var dh,F1;function Br(){if(F1)return dh;F1=1;var e=La(),t=wy();function r(i){return i!=null&&t(i.length)&&!e(i)}return dh=r,dh}var fh,z1;function As(){if(z1)return fh;z1=1;var e=sj(),t=_y(),r=Br();function i(o){return r(o)?e(o):t(o)}return fh=i,fh}var hh,B1;function Hq(){if(B1)return hh;B1=1;var e=$a(),t=As();function r(i,o){return i&&e(o,t(o),i)}return hh=r,hh}var ph,U1;function Wq(){if(U1)return ph;U1=1;function e(t){var r=[];if(t!=null)for(var i in Object(t))r.push(i);return r}return ph=e,ph}var mh,H1;function Vq(){if(H1)return mh;H1=1;var e=qn(),t=Xu(),r=Wq(),i=Object.prototype,o=i.hasOwnProperty;function l(u){if(!e(u))return r(u);var c=t(u),f=[];for(var p in u)p=="constructor"&&(c||!o.call(u,p))||f.push(p);return f}return mh=l,mh}var gh,W1;function yi(){if(W1)return gh;W1=1;var e=sj(),t=Vq(),r=Br();function i(o){return r(o)?e(o,!0):t(o)}return gh=i,gh}var vh,V1;function Gq(){if(V1)return vh;V1=1;var e=$a(),t=yi();function r(i,o){return i&&e(o,t(o),i)}return vh=r,vh}var va={exports:{}};va.exports;var G1;function oj(){return G1||(G1=1,(function(e,t){var r=rr(),i=t&&!t.nodeType&&t,o=i&&!0&&e&&!e.nodeType&&e,l=o&&o.exports===i,u=l?r.Buffer:void 0,c=u?u.allocUnsafe:void 0;function f(p,d){if(d)return p.slice();var m=p.length,y=c?c(m):new p.constructor(m);return p.copy(y),y}e.exports=f})(va,va.exports)),va.exports}var yh,Y1;function aj(){if(Y1)return yh;Y1=1;function e(t,r){var i=-1,o=t.length;for(r||(r=Array(o));++i<o;)r[i]=t[i];return r}return yh=e,yh}var wh,K1;function lj(){if(K1)return wh;K1=1;function e(t,r){for(var i=-1,o=t==null?0:t.length,l=0,u=[];++i<o;){var c=t[i];r(c,i,t)&&(u[l++]=c)}return u}return wh=e,wh}var xh,X1;function uj(){if(X1)return xh;X1=1;function e(){return[]}return xh=e,xh}var _h,Q1;function by(){if(Q1)return _h;Q1=1;var e=lj(),t=uj(),r=Object.prototype,i=r.propertyIsEnumerable,o=Object.getOwnPropertySymbols,l=o?function(u){return u==null?[]:(u=Object(u),e(o(u),function(c){return i.call(u,c)}))}:t;return _h=l,_h}var bh,Z1;function Yq(){if(Z1)return bh;Z1=1;var e=$a(),t=by();function r(i,o){return e(i,t(i),o)}return bh=r,bh}var Sh,J1;function Sy(){if(J1)return Sh;J1=1;function e(t,r){for(var i=-1,o=r.length,l=t.length;++i<o;)t[l+i]=r[i];return t}return Sh=e,Sh}var kh,eb;function Qu(){if(eb)return kh;eb=1;var e=ij(),t=e(Object.getPrototypeOf,Object);return kh=t,kh}var Eh,tb;function cj(){if(tb)return Eh;tb=1;var e=Sy(),t=Qu(),r=by(),i=uj(),o=Object.getOwnPropertySymbols,l=o?function(u){for(var c=[];u;)e(c,r(u)),u=t(u);return c}:i;return Eh=l,Eh}var Nh,nb;function Kq(){if(nb)return Nh;nb=1;var e=$a(),t=cj();function r(i,o){return e(i,t(i),o)}return Nh=r,Nh}var Ch,rb;function dj(){if(rb)return Ch;rb=1;var e=Sy(),t=_t();function r(i,o,l){var u=o(i);return t(i)?u:e(u,l(i))}return Ch=r,Ch}var jh,sb;function fj(){if(sb)return jh;sb=1;var e=dj(),t=by(),r=As();function i(o){return e(o,r,t)}return jh=i,jh}var Th,ib;function Xq(){if(ib)return Th;ib=1;var e=dj(),t=cj(),r=yi();function i(o){return e(o,r,t)}return Th=i,Th}var Rh,ob;function Qq(){if(ob)return Rh;ob=1;var e=vi(),t=rr(),r=e(t,"DataView");return Rh=r,Rh}var Ah,ab;function Zq(){if(ab)return Ah;ab=1;var e=vi(),t=rr(),r=e(t,"Promise");return Ah=r,Ah}var Ih,lb;function hj(){if(lb)return Ih;lb=1;var e=vi(),t=rr(),r=e(t,"Set");return Ih=r,Ih}var Mh,ub;function Jq(){if(ub)return Mh;ub=1;var e=vi(),t=rr(),r=e(t,"WeakMap");return Mh=r,Mh}var Oh,cb;function So(){if(cb)return Oh;cb=1;var e=Qq(),t=gy(),r=Zq(),i=hj(),o=Jq(),l=gi(),u=nj(),c="[object Map]",f="[object Object]",p="[object Promise]",d="[object Set]",m="[object WeakMap]",y="[object DataView]",w=u(e),E=u(t),_=u(r),b=u(i),S=u(o),k=l;return(e&&k(new e(new ArrayBuffer(1)))!=y||t&&k(new t)!=c||r&&k(r.resolve())!=p||i&&k(new i)!=d||o&&k(new o)!=m)&&(k=function(N){var j=l(N),A=j==f?N.constructor:void 0,M=A?u(A):"";if(M)switch(M){case w:return y;case E:return c;case _:return p;case b:return d;case S:return m}return j}),Oh=k,Oh}var Ph,db;function eD(){if(db)return Ph;db=1;var e=Object.prototype,t=e.hasOwnProperty;function r(i){var o=i.length,l=new i.constructor(o);return o&&typeof i[0]=="string"&&t.call(i,"index")&&(l.index=i.index,l.input=i.input),l}return Ph=r,Ph}var Lh,fb;function pj(){if(fb)return Lh;fb=1;var e=rr(),t=e.Uint8Array;return Lh=t,Lh}var $h,hb;function ky(){if(hb)return $h;hb=1;var e=pj();function t(r){var i=new r.constructor(r.byteLength);return new e(i).set(new e(r)),i}return $h=t,$h}var qh,pb;function tD(){if(pb)return qh;pb=1;var e=ky();function t(r,i){var o=i?e(r.buffer):r.buffer;return new r.constructor(o,r.byteOffset,r.byteLength)}return qh=t,qh}var Dh,mb;function nD(){if(mb)return Dh;mb=1;var e=/\w*$/;function t(r){var i=new r.constructor(r.source,e.exec(r));return i.lastIndex=r.lastIndex,i}return Dh=t,Dh}var Fh,gb;function rD(){if(gb)return Fh;gb=1;var e=_o(),t=e?e.prototype:void 0,r=t?t.valueOf:void 0;function i(o){return r?Object(r.call(o)):{}}return Fh=i,Fh}var zh,vb;function mj(){if(vb)return zh;vb=1;var e=ky();function t(r,i){var o=i?e(r.buffer):r.buffer;return new r.constructor(o,r.byteOffset,r.length)}return zh=t,zh}var Bh,yb;function sD(){if(yb)return Bh;yb=1;var e=ky(),t=tD(),r=nD(),i=rD(),o=mj(),l="[object Boolean]",u="[object Date]",c="[object Map]",f="[object Number]",p="[object RegExp]",d="[object Set]",m="[object String]",y="[object Symbol]",w="[object ArrayBuffer]",E="[object DataView]",_="[object Float32Array]",b="[object Float64Array]",S="[object Int8Array]",k="[object Int16Array]",N="[object Int32Array]",j="[object Uint8Array]",A="[object Uint8ClampedArray]",M="[object Uint16Array]",O="[object Uint32Array]";function P(D,L,U){var V=D.constructor;switch(L){case w:return e(D);case l:case u:return new V(+D);case E:return t(D,U);case _:case b:case S:case k:case N:case j:case A:case M:case O:return o(D,U);case c:return new V;case f:case m:return new V(D);case p:return r(D);case d:return new V;case y:return i(D)}}return Bh=P,Bh}var Uh,wb;function gj(){if(wb)return Uh;wb=1;var e=qn(),t=Object.create,r=(function(){function i(){}return function(o){if(!e(o))return{};if(t)return t(o);i.prototype=o;var l=new i;return i.prototype=void 0,l}})();return Uh=r,Uh}var Hh,xb;function vj(){if(xb)return Hh;xb=1;var e=gj(),t=Qu(),r=Xu();function i(o){return typeof o.constructor=="function"&&!r(o)?e(t(o)):{}}return Hh=i,Hh}var Wh,_b;function iD(){if(_b)return Wh;_b=1;var e=So(),t=mr(),r="[object Map]";function i(o){return t(o)&&e(o)==r}return Wh=i,Wh}var Vh,bb;function oD(){if(bb)return Vh;bb=1;var e=iD(),t=Ku(),r=xy(),i=r&&r.isMap,o=i?t(i):e;return Vh=o,Vh}var Gh,Sb;function aD(){if(Sb)return Gh;Sb=1;var e=So(),t=mr(),r="[object Set]";function i(o){return t(o)&&e(o)==r}return Gh=i,Gh}var Yh,kb;function lD(){if(kb)return Yh;kb=1;var e=aD(),t=Ku(),r=xy(),i=r&&r.isSet,o=i?t(i):e;return Yh=o,Yh}var Kh,Eb;function yj(){if(Eb)return Kh;Eb=1;var e=Wu(),t=yy(),r=Gu(),i=Hq(),o=Gq(),l=oj(),u=aj(),c=Yq(),f=Kq(),p=fj(),d=Xq(),m=So(),y=eD(),w=sD(),E=vj(),_=_t(),b=bo(),S=oD(),k=qn(),N=lD(),j=As(),A=yi(),M=1,O=2,P=4,D="[object Arguments]",L="[object Array]",U="[object Boolean]",V="[object Date]",z="[object Error]",C="[object Function]",F="[object GeneratorFunction]",$="[object Map]",re="[object Number]",J="[object Object]",W="[object RegExp]",Z="[object Set]",I="[object String]",G="[object Symbol]",K="[object WeakMap]",q="[object ArrayBuffer]",Q="[object DataView]",ne="[object Float32Array]",ae="[object Float64Array]",fe="[object Int8Array]",te="[object Int16Array]",ce="[object Int32Array]",Ce="[object Uint8Array]",ve="[object Uint8ClampedArray]",Re="[object Uint16Array]",ye="[object Uint32Array]",Ee={};Ee[D]=Ee[L]=Ee[q]=Ee[Q]=Ee[U]=Ee[V]=Ee[ne]=Ee[ae]=Ee[fe]=Ee[te]=Ee[ce]=Ee[$]=Ee[re]=Ee[J]=Ee[W]=Ee[Z]=Ee[I]=Ee[G]=Ee[Ce]=Ee[ve]=Ee[Re]=Ee[ye]=!0,Ee[z]=Ee[C]=Ee[K]=!1;function Ye(we,_e,Be,it,ft,Ze){var De,Je=_e&M,Xe=_e&O,Ot=_e&P;if(Be&&(De=ft?Be(we,it,ft,Ze):Be(we)),De!==void 0)return De;if(!k(we))return we;var lt=_(we);if(lt){if(De=y(we),!Je)return u(we,De)}else{var Qe=m(we),Pt=Qe==C||Qe==F;if(b(we))return l(we,Je);if(Qe==J||Qe==D||Pt&&!ft){if(De=Xe||Pt?{}:E(we),!Je)return Xe?f(we,o(De,we)):c(we,i(De,we))}else{if(!Ee[Qe])return ft?we:{};De=w(we,Qe,Je)}}Ze||(Ze=new e);var zt=Ze.get(we);if(zt)return zt;Ze.set(we,De),N(we)?we.forEach(function(ht){De.add(Ye(ht,_e,Be,ht,we,Ze))}):S(we)&&we.forEach(function(ht,vt){De.set(vt,Ye(ht,_e,Be,vt,we,Ze))});var et=Ot?Xe?d:p:Xe?A:j,bt=lt?void 0:et(we);return t(bt||we,function(ht,vt){bt&&(vt=ht,ht=we[vt]),r(De,vt,Ye(ht,_e,Be,vt,we,Ze))}),De}return Kh=Ye,Kh}var Xh,Nb;function uD(){if(Nb)return Xh;Nb=1;var e=yj(),t=4;function r(i){return e(i,t)}return Xh=r,Xh}var Qh,Cb;function Ey(){if(Cb)return Qh;Cb=1;function e(t){return function(){return t}}return Qh=e,Qh}var Zh,jb;function cD(){if(jb)return Zh;jb=1;function e(t){return function(r,i,o){for(var l=-1,u=Object(r),c=o(r),f=c.length;f--;){var p=c[t?f:++l];if(i(u[p],p,u)===!1)break}return r}}return Zh=e,Zh}var Jh,Tb;function Ny(){if(Tb)return Jh;Tb=1;var e=cD(),t=e();return Jh=t,Jh}var ep,Rb;function Cy(){if(Rb)return ep;Rb=1;var e=Ny(),t=As();function r(i,o){return i&&e(i,o,t)}return ep=r,ep}var tp,Ab;function dD(){if(Ab)return tp;Ab=1;var e=Br();function t(r,i){return function(o,l){if(o==null)return o;if(!e(o))return r(o,l);for(var u=o.length,c=i?u:-1,f=Object(o);(i?c--:++c<u)&&l(f[c],c,f)!==!1;);return o}}return tp=t,tp}var np,Ib;function Zu(){if(Ib)return np;Ib=1;var e=Cy(),t=dD(),r=t(e);return np=r,np}var rp,Mb;function wi(){if(Mb)return rp;Mb=1;function e(t){return t}return rp=e,rp}var sp,Ob;function wj(){if(Ob)return sp;Ob=1;var e=wi();function t(r){return typeof r=="function"?r:e}return sp=t,sp}var ip,Pb;function xj(){if(Pb)return ip;Pb=1;var e=yy(),t=Zu(),r=wj(),i=_t();function o(l,u){var c=i(l)?e:t;return c(l,r(u))}return ip=o,ip}var op,Lb;function _j(){return Lb||(Lb=1,op=xj()),op}var ap,$b;function fD(){if($b)return ap;$b=1;var e=Zu();function t(r,i){var o=[];return e(r,function(l,u,c){i(l,u,c)&&o.push(l)}),o}return ap=t,ap}var lp,qb;function hD(){if(qb)return lp;qb=1;var e="__lodash_hash_undefined__";function t(r){return this.__data__.set(r,e),this}return lp=t,lp}var up,Db;function pD(){if(Db)return up;Db=1;function e(t){return this.__data__.has(t)}return up=e,up}var cp,Fb;function bj(){if(Fb)return cp;Fb=1;var e=vy(),t=hD(),r=pD();function i(o){var l=-1,u=o==null?0:o.length;for(this.__data__=new e;++l<u;)this.add(o[l])}return i.prototype.add=i.prototype.push=t,i.prototype.has=r,cp=i,cp}var dp,zb;function mD(){if(zb)return dp;zb=1;function e(t,r){for(var i=-1,o=t==null?0:t.length;++i<o;)if(r(t[i],i,t))return!0;return!1}return dp=e,dp}var fp,Bb;function Sj(){if(Bb)return fp;Bb=1;function e(t,r){return t.has(r)}return fp=e,fp}var hp,Ub;function kj(){if(Ub)return hp;Ub=1;var e=bj(),t=mD(),r=Sj(),i=1,o=2;function l(u,c,f,p,d,m){var y=f&i,w=u.length,E=c.length;if(w!=E&&!(y&&E>w))return!1;var _=m.get(u),b=m.get(c);if(_&&b)return _==c&&b==u;var S=-1,k=!0,N=f&o?new e:void 0;for(m.set(u,c),m.set(c,u);++S<w;){var j=u[S],A=c[S];if(p)var M=y?p(A,j,S,c,u,m):p(j,A,S,u,c,m);if(M!==void 0){if(M)continue;k=!1;break}if(N){if(!t(c,function(O,P){if(!r(N,P)&&(j===O||d(j,O,f,p,m)))return N.push(P)})){k=!1;break}}else if(!(j===A||d(j,A,f,p,m))){k=!1;break}}return m.delete(u),m.delete(c),k}return hp=l,hp}var pp,Hb;function gD(){if(Hb)return pp;Hb=1;function e(t){var r=-1,i=Array(t.size);return t.forEach(function(o,l){i[++r]=[l,o]}),i}return pp=e,pp}var mp,Wb;function jy(){if(Wb)return mp;Wb=1;function e(t){var r=-1,i=Array(t.size);return t.forEach(function(o){i[++r]=o}),i}return mp=e,mp}var gp,Vb;function vD(){if(Vb)return gp;Vb=1;var e=_o(),t=pj(),r=xo(),i=kj(),o=gD(),l=jy(),u=1,c=2,f="[object Boolean]",p="[object Date]",d="[object Error]",m="[object Map]",y="[object Number]",w="[object RegExp]",E="[object Set]",_="[object String]",b="[object Symbol]",S="[object ArrayBuffer]",k="[object DataView]",N=e?e.prototype:void 0,j=N?N.valueOf:void 0;function A(M,O,P,D,L,U,V){switch(P){case k:if(M.byteLength!=O.byteLength||M.byteOffset!=O.byteOffset)return!1;M=M.buffer,O=O.buffer;case S:return!(M.byteLength!=O.byteLength||!U(new t(M),new t(O)));case f:case p:case y:return r(+M,+O);case d:return M.name==O.name&&M.message==O.message;case w:case _:return M==O+"";case m:var z=o;case E:var C=D&u;if(z||(z=l),M.size!=O.size&&!C)return!1;var F=V.get(M);if(F)return F==O;D|=c,V.set(M,O);var $=i(z(M),z(O),D,L,U,V);return V.delete(M),$;case b:if(j)return j.call(M)==j.call(O)}return!1}return gp=A,gp}var vp,Gb;function yD(){if(Gb)return vp;Gb=1;var e=fj(),t=1,r=Object.prototype,i=r.hasOwnProperty;function o(l,u,c,f,p,d){var m=c&t,y=e(l),w=y.length,E=e(u),_=E.length;if(w!=_&&!m)return!1;for(var b=w;b--;){var S=y[b];if(!(m?S in u:i.call(u,S)))return!1}var k=d.get(l),N=d.get(u);if(k&&N)return k==u&&N==l;var j=!0;d.set(l,u),d.set(u,l);for(var A=m;++b<w;){S=y[b];var M=l[S],O=u[S];if(f)var P=m?f(O,M,S,u,l,d):f(M,O,S,l,u,d);if(!(P===void 0?M===O||p(M,O,c,f,d):P)){j=!1;break}A||(A=S=="constructor")}if(j&&!A){var D=l.constructor,L=u.constructor;D!=L&&"constructor"in l&&"constructor"in u&&!(typeof D=="function"&&D instanceof D&&typeof L=="function"&&L instanceof L)&&(j=!1)}return d.delete(l),d.delete(u),j}return vp=o,vp}var yp,Yb;function wD(){if(Yb)return yp;Yb=1;var e=Wu(),t=kj(),r=vD(),i=yD(),o=So(),l=_t(),u=bo(),c=Da(),f=1,p="[object Arguments]",d="[object Array]",m="[object Object]",y=Object.prototype,w=y.hasOwnProperty;function E(_,b,S,k,N,j){var A=l(_),M=l(b),O=A?d:o(_),P=M?d:o(b);O=O==p?m:O,P=P==p?m:P;var D=O==m,L=P==m,U=O==P;if(U&&u(_)){if(!u(b))return!1;A=!0,D=!1}if(U&&!D)return j||(j=new e),A||c(_)?t(_,b,S,k,N,j):r(_,b,O,S,k,N,j);if(!(S&f)){var V=D&&w.call(_,"__wrapped__"),z=L&&w.call(b,"__wrapped__");if(V||z){var C=V?_.value():_,F=z?b.value():b;return j||(j=new e),N(C,F,S,k,j)}}return U?(j||(j=new e),i(_,b,S,k,N,j)):!1}return yp=E,yp}var wp,Kb;function Ej(){if(Kb)return wp;Kb=1;var e=wD(),t=mr();function r(i,o,l,u,c){return i===o?!0:i==null||o==null||!t(i)&&!t(o)?i!==i&&o!==o:e(i,o,l,u,r,c)}return wp=r,wp}var xp,Xb;function xD(){if(Xb)return xp;Xb=1;var e=Wu(),t=Ej(),r=1,i=2;function o(l,u,c,f){var p=c.length,d=p,m=!f;if(l==null)return!d;for(l=Object(l);p--;){var y=c[p];if(m&&y[2]?y[1]!==l[y[0]]:!(y[0]in l))return!1}for(;++p<d;){y=c[p];var w=y[0],E=l[w],_=y[1];if(m&&y[2]){if(E===void 0&&!(w in l))return!1}else{var b=new e;if(f)var S=f(E,_,w,l,u,b);if(!(S===void 0?t(_,E,r|i,f,b):S))return!1}}return!0}return xp=o,xp}var _p,Qb;function Nj(){if(Qb)return _p;Qb=1;var e=qn();function t(r){return r===r&&!e(r)}return _p=t,_p}var bp,Zb;function _D(){if(Zb)return bp;Zb=1;var e=Nj(),t=As();function r(i){for(var o=t(i),l=o.length;l--;){var u=o[l],c=i[u];o[l]=[u,c,e(c)]}return o}return bp=r,bp}var Sp,Jb;function Cj(){if(Jb)return Sp;Jb=1;function e(t,r){return function(i){return i==null?!1:i[t]===r&&(r!==void 0||t in Object(i))}}return Sp=e,Sp}var kp,eS;function bD(){if(eS)return kp;eS=1;var e=xD(),t=_D(),r=Cj();function i(o){var l=t(o);return l.length==1&&l[0][2]?r(l[0][0],l[0][1]):function(u){return u===o||e(u,o,l)}}return kp=i,kp}var Ep,tS;function ko(){if(tS)return Ep;tS=1;var e=gi(),t=mr(),r="[object Symbol]";function i(o){return typeof o=="symbol"||t(o)&&e(o)==r}return Ep=i,Ep}var Np,nS;function Ty(){if(nS)return Np;nS=1;var e=_t(),t=ko(),r=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,i=/^\w*$/;function o(l,u){if(e(l))return!1;var c=typeof l;return c=="number"||c=="symbol"||c=="boolean"||l==null||t(l)?!0:i.test(l)||!r.test(l)||u!=null&&l in Object(u)}return Np=o,Np}var Cp,rS;function SD(){if(rS)return Cp;rS=1;var e=vy(),t="Expected a function";function r(i,o){if(typeof i!="function"||o!=null&&typeof o!="function")throw new TypeError(t);var l=function(){var u=arguments,c=o?o.apply(this,u):u[0],f=l.cache;if(f.has(c))return f.get(c);var p=i.apply(this,u);return l.cache=f.set(c,p)||f,p};return l.cache=new(r.Cache||e),l}return r.Cache=e,Cp=r,Cp}var jp,sS;function kD(){if(sS)return jp;sS=1;var e=SD(),t=500;function r(i){var o=e(i,function(u){return l.size===t&&l.clear(),u}),l=o.cache;return o}return jp=r,jp}var Tp,iS;function ED(){if(iS)return Tp;iS=1;var e=kD(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,r=/\\(\\)?/g,i=e(function(o){var l=[];return o.charCodeAt(0)===46&&l.push(""),o.replace(t,function(u,c,f,p){l.push(f?p.replace(r,"$1"):c||u)}),l});return Tp=i,Tp}var Rp,oS;function Ju(){if(oS)return Rp;oS=1;function e(t,r){for(var i=-1,o=t==null?0:t.length,l=Array(o);++i<o;)l[i]=r(t[i],i,t);return l}return Rp=e,Rp}var Ap,aS;function ND(){if(aS)return Ap;aS=1;var e=_o(),t=Ju(),r=_t(),i=ko(),o=e?e.prototype:void 0,l=o?o.toString:void 0;function u(c){if(typeof c=="string")return c;if(r(c))return t(c,u)+"";if(i(c))return l?l.call(c):"";var f=c+"";return f=="0"&&1/c==-1/0?"-0":f}return Ap=u,Ap}var Ip,lS;function jj(){if(lS)return Ip;lS=1;var e=ND();function t(r){return r==null?"":e(r)}return Ip=t,Ip}var Mp,uS;function ec(){if(uS)return Mp;uS=1;var e=_t(),t=Ty(),r=ED(),i=jj();function o(l,u){return e(l)?l:t(l,u)?[l]:r(i(l))}return Mp=o,Mp}var Op,cS;function Fa(){if(cS)return Op;cS=1;var e=ko();function t(r){if(typeof r=="string"||e(r))return r;var i=r+"";return i=="0"&&1/r==-1/0?"-0":i}return Op=t,Op}var Pp,dS;function tc(){if(dS)return Pp;dS=1;var e=ec(),t=Fa();function r(i,o){o=e(o,i);for(var l=0,u=o.length;i!=null&&l<u;)i=i[t(o[l++])];return l&&l==u?i:void 0}return Pp=r,Pp}var Lp,fS;function CD(){if(fS)return Lp;fS=1;var e=tc();function t(r,i,o){var l=r==null?void 0:e(r,i);return l===void 0?o:l}return Lp=t,Lp}var $p,hS;function jD(){if(hS)return $p;hS=1;function e(t,r){return t!=null&&r in Object(t)}return $p=e,$p}var qp,pS;function Tj(){if(pS)return qp;pS=1;var e=ec(),t=qa(),r=_t(),i=Yu(),o=wy(),l=Fa();function u(c,f,p){f=e(f,c);for(var d=-1,m=f.length,y=!1;++d<m;){var w=l(f[d]);if(!(y=c!=null&&p(c,w)))break;c=c[w]}return y||++d!=m?y:(m=c==null?0:c.length,!!m&&o(m)&&i(w,m)&&(r(c)||t(c)))}return qp=u,qp}var Dp,mS;function Rj(){if(mS)return Dp;mS=1;var e=jD(),t=Tj();function r(i,o){return i!=null&&t(i,o,e)}return Dp=r,Dp}var Fp,gS;function TD(){if(gS)return Fp;gS=1;var e=Ej(),t=CD(),r=Rj(),i=Ty(),o=Nj(),l=Cj(),u=Fa(),c=1,f=2;function p(d,m){return i(d)&&o(m)?l(u(d),m):function(y){var w=t(y,d);return w===void 0&&w===m?r(y,d):e(m,w,c|f)}}return Fp=p,Fp}var zp,vS;function Aj(){if(vS)return zp;vS=1;function e(t){return function(r){return r==null?void 0:r[t]}}return zp=e,zp}var Bp,yS;function RD(){if(yS)return Bp;yS=1;var e=tc();function t(r){return function(i){return e(i,r)}}return Bp=t,Bp}var Up,wS;function AD(){if(wS)return Up;wS=1;var e=Aj(),t=RD(),r=Ty(),i=Fa();function o(l){return r(l)?e(i(l)):t(l)}return Up=o,Up}var Hp,xS;function Ur(){if(xS)return Hp;xS=1;var e=bD(),t=TD(),r=wi(),i=_t(),o=AD();function l(u){return typeof u=="function"?u:u==null?r:typeof u=="object"?i(u)?t(u[0],u[1]):e(u):o(u)}return Hp=l,Hp}var Wp,_S;function Ij(){if(_S)return Wp;_S=1;var e=lj(),t=fD(),r=Ur(),i=_t();function o(l,u){var c=i(l)?e:t;return c(l,r(u,3))}return Wp=o,Wp}var Vp,bS;function ID(){if(bS)return Vp;bS=1;var e=Object.prototype,t=e.hasOwnProperty;function r(i,o){return i!=null&&t.call(i,o)}return Vp=r,Vp}var Gp,SS;function Mj(){if(SS)return Gp;SS=1;var e=ID(),t=Tj();function r(i,o){return i!=null&&t(i,o,e)}return Gp=r,Gp}var Yp,kS;function MD(){if(kS)return Yp;kS=1;var e=_y(),t=So(),r=qa(),i=_t(),o=Br(),l=bo(),u=Xu(),c=Da(),f="[object Map]",p="[object Set]",d=Object.prototype,m=d.hasOwnProperty;function y(w){if(w==null)return!0;if(o(w)&&(i(w)||typeof w=="string"||typeof w.splice=="function"||l(w)||c(w)||r(w)))return!w.length;var E=t(w);if(E==f||E==p)return!w.size;if(u(w))return!e(w).length;for(var _ in w)if(m.call(w,_))return!1;return!0}return Yp=y,Yp}var Kp,ES;function Oj(){if(ES)return Kp;ES=1;function e(t){return t===void 0}return Kp=e,Kp}var Xp,NS;function Pj(){if(NS)return Xp;NS=1;var e=Zu(),t=Br();function r(i,o){var l=-1,u=t(i)?Array(i.length):[];return e(i,function(c,f,p){u[++l]=o(c,f,p)}),u}return Xp=r,Xp}var Qp,CS;function Lj(){if(CS)return Qp;CS=1;var e=Ju(),t=Ur(),r=Pj(),i=_t();function o(l,u){var c=i(l)?e:r;return c(l,t(u,3))}return Qp=o,Qp}var Zp,jS;function OD(){if(jS)return Zp;jS=1;function e(t,r,i,o){var l=-1,u=t==null?0:t.length;for(o&&u&&(i=t[++l]);++l<u;)i=r(i,t[l],l,t);return i}return Zp=e,Zp}var Jp,TS;function PD(){if(TS)return Jp;TS=1;function e(t,r,i,o,l){return l(t,function(u,c,f){i=o?(o=!1,u):r(i,u,c,f)}),i}return Jp=e,Jp}var em,RS;function $j(){if(RS)return em;RS=1;var e=OD(),t=Zu(),r=Ur(),i=PD(),o=_t();function l(u,c,f){var p=o(u)?e:i,d=arguments.length<3;return p(u,r(c,4),f,d,t)}return em=l,em}var tm,AS;function LD(){if(AS)return tm;AS=1;var e=gi(),t=_t(),r=mr(),i="[object String]";function o(l){return typeof l=="string"||!t(l)&&r(l)&&e(l)==i}return tm=o,tm}var nm,IS;function $D(){if(IS)return nm;IS=1;var e=Aj(),t=e("length");return nm=t,nm}var rm,MS;function qD(){if(MS)return rm;MS=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",i="\\u20d0-\\u20ff",o=t+r+i,l="\\ufe0e\\ufe0f",u="\\u200d",c=RegExp("["+u+e+o+l+"]");function f(p){return c.test(p)}return rm=f,rm}var sm,OS;function DD(){if(OS)return sm;OS=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",i="\\u20d0-\\u20ff",o=t+r+i,l="\\ufe0e\\ufe0f",u="["+e+"]",c="["+o+"]",f="\\ud83c[\\udffb-\\udfff]",p="(?:"+c+"|"+f+")",d="[^"+e+"]",m="(?:\\ud83c[\\udde6-\\uddff]){2}",y="[\\ud800-\\udbff][\\udc00-\\udfff]",w="\\u200d",E=p+"?",_="["+l+"]?",b="(?:"+w+"(?:"+[d,m,y].join("|")+")"+_+E+")*",S=_+E+b,k="(?:"+[d+c+"?",c,m,y,u].join("|")+")",N=RegExp(f+"(?="+f+")|"+k+S,"g");function j(A){for(var M=N.lastIndex=0;N.test(A);)++M;return M}return sm=j,sm}var im,PS;function FD(){if(PS)return im;PS=1;var e=$D(),t=qD(),r=DD();function i(o){return t(o)?r(o):e(o)}return im=i,im}var om,LS;function zD(){if(LS)return om;LS=1;var e=_y(),t=So(),r=Br(),i=LD(),o=FD(),l="[object Map]",u="[object Set]";function c(f){if(f==null)return 0;if(r(f))return i(f)?o(f):f.length;var p=t(f);return p==l||p==u?f.size:e(f).length}return om=c,om}var am,$S;function BD(){if($S)return am;$S=1;var e=yy(),t=gj(),r=Cy(),i=Ur(),o=Qu(),l=_t(),u=bo(),c=La(),f=qn(),p=Da();function d(m,y,w){var E=l(m),_=E||u(m)||p(m);if(y=i(y,4),w==null){var b=m&&m.constructor;_?w=E?new b:[]:f(m)?w=c(b)?t(o(m)):{}:w={}}return(_?e:r)(m,function(S,k,N){return y(w,S,k,N)}),w}return am=d,am}var lm,qS;function UD(){if(qS)return lm;qS=1;var e=_o(),t=qa(),r=_t(),i=e?e.isConcatSpreadable:void 0;function o(l){return r(l)||t(l)||!!(i&&l&&l[i])}return lm=o,lm}var um,DS;function Ry(){if(DS)return um;DS=1;var e=Sy(),t=UD();function r(i,o,l,u,c){var f=-1,p=i.length;for(l||(l=t),c||(c=[]);++f<p;){var d=i[f];o>0&&l(d)?o>1?r(d,o-1,l,u,c):e(c,d):u||(c[c.length]=d)}return c}return um=r,um}var cm,FS;function HD(){if(FS)return cm;FS=1;function e(t,r,i){switch(i.length){case 0:return t.call(r);case 1:return t.call(r,i[0]);case 2:return t.call(r,i[0],i[1]);case 3:return t.call(r,i[0],i[1],i[2])}return t.apply(r,i)}return cm=e,cm}var dm,zS;function qj(){if(zS)return dm;zS=1;var e=HD(),t=Math.max;function r(i,o,l){return o=t(o===void 0?i.length-1:o,0),function(){for(var u=arguments,c=-1,f=t(u.length-o,0),p=Array(f);++c<f;)p[c]=u[o+c];c=-1;for(var d=Array(o+1);++c<o;)d[c]=u[c];return d[o]=l(p),e(i,this,d)}}return dm=r,dm}var fm,BS;function WD(){if(BS)return fm;BS=1;var e=Ey(),t=rj(),r=wi(),i=t?function(o,l){return t(o,"toString",{configurable:!0,enumerable:!1,value:e(l),writable:!0})}:r;return fm=i,fm}var hm,US;function VD(){if(US)return hm;US=1;var e=800,t=16,r=Date.now;function i(o){var l=0,u=0;return function(){var c=r(),f=t-(c-u);if(u=c,f>0){if(++l>=e)return arguments[0]}else l=0;return o.apply(void 0,arguments)}}return hm=i,hm}var pm,HS;function Dj(){if(HS)return pm;HS=1;var e=WD(),t=VD(),r=t(e);return pm=r,pm}var mm,WS;function nc(){if(WS)return mm;WS=1;var e=wi(),t=qj(),r=Dj();function i(o,l){return r(t(o,l,e),o+"")}return mm=i,mm}var gm,VS;function Fj(){if(VS)return gm;VS=1;function e(t,r,i,o){for(var l=t.length,u=i+(o?1:-1);o?u--:++u<l;)if(r(t[u],u,t))return u;return-1}return gm=e,gm}var vm,GS;function GD(){if(GS)return vm;GS=1;function e(t){return t!==t}return vm=e,vm}var ym,YS;function YD(){if(YS)return ym;YS=1;function e(t,r,i){for(var o=i-1,l=t.length;++o<l;)if(t[o]===r)return o;return-1}return ym=e,ym}var wm,KS;function KD(){if(KS)return wm;KS=1;var e=Fj(),t=GD(),r=YD();function i(o,l,u){return l===l?r(o,l,u):e(o,t,u)}return wm=i,wm}var xm,XS;function XD(){if(XS)return xm;XS=1;var e=KD();function t(r,i){var o=r==null?0:r.length;return!!o&&e(r,i,0)>-1}return xm=t,xm}var _m,QS;function QD(){if(QS)return _m;QS=1;function e(t,r,i){for(var o=-1,l=t==null?0:t.length;++o<l;)if(i(r,t[o]))return!0;return!1}return _m=e,_m}var bm,ZS;function ZD(){if(ZS)return bm;ZS=1;function e(){}return bm=e,bm}var Sm,JS;function JD(){if(JS)return Sm;JS=1;var e=hj(),t=ZD(),r=jy(),i=1/0,o=e&&1/r(new e([,-0]))[1]==i?function(l){return new e(l)}:t;return Sm=o,Sm}var km,ek;function e4(){if(ek)return km;ek=1;var e=bj(),t=XD(),r=QD(),i=Sj(),o=JD(),l=jy(),u=200;function c(f,p,d){var m=-1,y=t,w=f.length,E=!0,_=[],b=_;if(d)E=!1,y=r;else if(w>=u){var S=p?null:o(f);if(S)return l(S);E=!1,y=i,b=new e}else b=p?[]:_;e:for(;++m<w;){var k=f[m],N=p?p(k):k;if(k=d||k!==0?k:0,E&&N===N){for(var j=b.length;j--;)if(b[j]===N)continue e;p&&b.push(N),_.push(k)}else y(b,N,d)||(b!==_&&b.push(N),_.push(k))}return _}return km=c,km}var Em,tk;function zj(){if(tk)return Em;tk=1;var e=Br(),t=mr();function r(i){return t(i)&&e(i)}return Em=r,Em}var Nm,nk;function t4(){if(nk)return Nm;nk=1;var e=Ry(),t=nc(),r=e4(),i=zj(),o=t(function(l){return r(e(l,1,i,!0))});return Nm=o,Nm}var Cm,rk;function n4(){if(rk)return Cm;rk=1;var e=Ju();function t(r,i){return e(i,function(o){return r[o]})}return Cm=t,Cm}var jm,sk;function Bj(){if(sk)return jm;sk=1;var e=n4(),t=As();function r(i){return i==null?[]:e(i,t(i))}return jm=r,jm}var Tm,ik;function Dn(){if(ik)return Tm;ik=1;var e;if(typeof my=="function")try{e={clone:uD(),constant:Ey(),each:_j(),filter:Ij(),has:Mj(),isArray:_t(),isEmpty:MD(),isFunction:La(),isUndefined:Oj(),keys:As(),map:Lj(),reduce:$j(),size:zD(),transform:BD(),union:t4(),values:Bj()}}catch{}return e||(e=window._),Tm=e,Tm}var Rm,ok;function Ay(){if(ok)return Rm;ok=1;var e=Dn();Rm=o;var t="\0",r="\0",i="";function o(d){this._isDirected=e.has(d,"directed")?d.directed:!0,this._isMultigraph=e.has(d,"multigraph")?d.multigraph:!1,this._isCompound=e.has(d,"compound")?d.compound:!1,this._label=void 0,this._defaultNodeLabelFn=e.constant(void 0),this._defaultEdgeLabelFn=e.constant(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[r]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}o.prototype._nodeCount=0,o.prototype._edgeCount=0,o.prototype.isDirected=function(){return this._isDirected},o.prototype.isMultigraph=function(){return this._isMultigraph},o.prototype.isCompound=function(){return this._isCompound},o.prototype.setGraph=function(d){return this._label=d,this},o.prototype.graph=function(){return this._label},o.prototype.setDefaultNodeLabel=function(d){return e.isFunction(d)||(d=e.constant(d)),this._defaultNodeLabelFn=d,this},o.prototype.nodeCount=function(){return this._nodeCount},o.prototype.nodes=function(){return e.keys(this._nodes)},o.prototype.sources=function(){var d=this;return e.filter(this.nodes(),function(m){return e.isEmpty(d._in[m])})},o.prototype.sinks=function(){var d=this;return e.filter(this.nodes(),function(m){return e.isEmpty(d._out[m])})},o.prototype.setNodes=function(d,m){var y=arguments,w=this;return e.each(d,function(E){y.length>1?w.setNode(E,m):w.setNode(E)}),this},o.prototype.setNode=function(d,m){return e.has(this._nodes,d)?(arguments.length>1&&(this._nodes[d]=m),this):(this._nodes[d]=arguments.length>1?m:this._defaultNodeLabelFn(d),this._isCompound&&(this._parent[d]=r,this._children[d]={},this._children[r][d]=!0),this._in[d]={},this._preds[d]={},this._out[d]={},this._sucs[d]={},++this._nodeCount,this)},o.prototype.node=function(d){return this._nodes[d]},o.prototype.hasNode=function(d){return e.has(this._nodes,d)},o.prototype.removeNode=function(d){var m=this;if(e.has(this._nodes,d)){var y=function(w){m.removeEdge(m._edgeObjs[w])};delete this._nodes[d],this._isCompound&&(this._removeFromParentsChildList(d),delete this._parent[d],e.each(this.children(d),function(w){m.setParent(w)}),delete this._children[d]),e.each(e.keys(this._in[d]),y),delete this._in[d],delete this._preds[d],e.each(e.keys(this._out[d]),y),delete this._out[d],delete this._sucs[d],--this._nodeCount}return this},o.prototype.setParent=function(d,m){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(e.isUndefined(m))m=r;else{m+="";for(var y=m;!e.isUndefined(y);y=this.parent(y))if(y===d)throw new Error("Setting "+m+" as parent of "+d+" would create a cycle");this.setNode(m)}return this.setNode(d),this._removeFromParentsChildList(d),this._parent[d]=m,this._children[m][d]=!0,this},o.prototype._removeFromParentsChildList=function(d){delete this._children[this._parent[d]][d]},o.prototype.parent=function(d){if(this._isCompound){var m=this._parent[d];if(m!==r)return m}},o.prototype.children=function(d){if(e.isUndefined(d)&&(d=r),this._isCompound){var m=this._children[d];if(m)return e.keys(m)}else{if(d===r)return this.nodes();if(this.hasNode(d))return[]}},o.prototype.predecessors=function(d){var m=this._preds[d];if(m)return e.keys(m)},o.prototype.successors=function(d){var m=this._sucs[d];if(m)return e.keys(m)},o.prototype.neighbors=function(d){var m=this.predecessors(d);if(m)return e.union(m,this.successors(d))},o.prototype.isLeaf=function(d){var m;return this.isDirected()?m=this.successors(d):m=this.neighbors(d),m.length===0},o.prototype.filterNodes=function(d){var m=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});m.setGraph(this.graph());var y=this;e.each(this._nodes,function(_,b){d(b)&&m.setNode(b,_)}),e.each(this._edgeObjs,function(_){m.hasNode(_.v)&&m.hasNode(_.w)&&m.setEdge(_,y.edge(_))});var w={};function E(_){var b=y.parent(_);return b===void 0||m.hasNode(b)?(w[_]=b,b):b in w?w[b]:E(b)}return this._isCompound&&e.each(m.nodes(),function(_){m.setParent(_,E(_))}),m},o.prototype.setDefaultEdgeLabel=function(d){return e.isFunction(d)||(d=e.constant(d)),this._defaultEdgeLabelFn=d,this},o.prototype.edgeCount=function(){return this._edgeCount},o.prototype.edges=function(){return e.values(this._edgeObjs)},o.prototype.setPath=function(d,m){var y=this,w=arguments;return e.reduce(d,function(E,_){return w.length>1?y.setEdge(E,_,m):y.setEdge(E,_),_}),this},o.prototype.setEdge=function(){var d,m,y,w,E=!1,_=arguments[0];typeof _=="object"&&_!==null&&"v"in _?(d=_.v,m=_.w,y=_.name,arguments.length===2&&(w=arguments[1],E=!0)):(d=_,m=arguments[1],y=arguments[3],arguments.length>2&&(w=arguments[2],E=!0)),d=""+d,m=""+m,e.isUndefined(y)||(y=""+y);var b=c(this._isDirected,d,m,y);if(e.has(this._edgeLabels,b))return E&&(this._edgeLabels[b]=w),this;if(!e.isUndefined(y)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(d),this.setNode(m),this._edgeLabels[b]=E?w:this._defaultEdgeLabelFn(d,m,y);var S=f(this._isDirected,d,m,y);return d=S.v,m=S.w,Object.freeze(S),this._edgeObjs[b]=S,l(this._preds[m],d),l(this._sucs[d],m),this._in[m][b]=S,this._out[d][b]=S,this._edgeCount++,this},o.prototype.edge=function(d,m,y){var w=arguments.length===1?p(this._isDirected,arguments[0]):c(this._isDirected,d,m,y);return this._edgeLabels[w]},o.prototype.hasEdge=function(d,m,y){var w=arguments.length===1?p(this._isDirected,arguments[0]):c(this._isDirected,d,m,y);return e.has(this._edgeLabels,w)},o.prototype.removeEdge=function(d,m,y){var w=arguments.length===1?p(this._isDirected,arguments[0]):c(this._isDirected,d,m,y),E=this._edgeObjs[w];return E&&(d=E.v,m=E.w,delete this._edgeLabels[w],delete this._edgeObjs[w],u(this._preds[m],d),u(this._sucs[d],m),delete this._in[m][w],delete this._out[d][w],this._edgeCount--),this},o.prototype.inEdges=function(d,m){var y=this._in[d];if(y){var w=e.values(y);return m?e.filter(w,function(E){return E.v===m}):w}},o.prototype.outEdges=function(d,m){var y=this._out[d];if(y){var w=e.values(y);return m?e.filter(w,function(E){return E.w===m}):w}},o.prototype.nodeEdges=function(d,m){var y=this.inEdges(d,m);if(y)return y.concat(this.outEdges(d,m))};function l(d,m){d[m]?d[m]++:d[m]=1}function u(d,m){--d[m]||delete d[m]}function c(d,m,y,w){var E=""+m,_=""+y;if(!d&&E>_){var b=E;E=_,_=b}return E+i+_+i+(e.isUndefined(w)?t:w)}function f(d,m,y,w){var E=""+m,_=""+y;if(!d&&E>_){var b=E;E=_,_=b}var S={v:E,w:_};return w&&(S.name=w),S}function p(d,m){return c(d,m.v,m.w,m.name)}return Rm}var Am,ak;function r4(){return ak||(ak=1,Am="2.1.8"),Am}var Im,lk;function s4(){return lk||(lk=1,Im={Graph:Ay(),version:r4()}),Im}var Mm,uk;function i4(){if(uk)return Mm;uk=1;var e=Dn(),t=Ay();Mm={write:r,read:l};function r(u){var c={options:{directed:u.isDirected(),multigraph:u.isMultigraph(),compound:u.isCompound()},nodes:i(u),edges:o(u)};return e.isUndefined(u.graph())||(c.value=e.clone(u.graph())),c}function i(u){return e.map(u.nodes(),function(c){var f=u.node(c),p=u.parent(c),d={v:c};return e.isUndefined(f)||(d.value=f),e.isUndefined(p)||(d.parent=p),d})}function o(u){return e.map(u.edges(),function(c){var f=u.edge(c),p={v:c.v,w:c.w};return e.isUndefined(c.name)||(p.name=c.name),e.isUndefined(f)||(p.value=f),p})}function l(u){var c=new t(u.options).setGraph(u.value);return e.each(u.nodes,function(f){c.setNode(f.v,f.value),f.parent&&c.setParent(f.v,f.parent)}),e.each(u.edges,function(f){c.setEdge({v:f.v,w:f.w,name:f.name},f.value)}),c}return Mm}var Om,ck;function o4(){if(ck)return Om;ck=1;var e=Dn();Om=t;function t(r){var i={},o=[],l;function u(c){e.has(i,c)||(i[c]=!0,l.push(c),e.each(r.successors(c),u),e.each(r.predecessors(c),u))}return e.each(r.nodes(),function(c){l=[],u(c),l.length&&o.push(l)}),o}return Om}var Pm,dk;function Uj(){if(dk)return Pm;dk=1;var e=Dn();Pm=t;function t(){this._arr=[],this._keyIndices={}}return t.prototype.size=function(){return this._arr.length},t.prototype.keys=function(){return this._arr.map(function(r){return r.key})},t.prototype.has=function(r){return e.has(this._keyIndices,r)},t.prototype.priority=function(r){var i=this._keyIndices[r];if(i!==void 0)return this._arr[i].priority},t.prototype.min=function(){if(this.size()===0)throw new Error("Queue underflow");return this._arr[0].key},t.prototype.add=function(r,i){var o=this._keyIndices;if(r=String(r),!e.has(o,r)){var l=this._arr,u=l.length;return o[r]=u,l.push({key:r,priority:i}),this._decrease(u),!0}return!1},t.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var r=this._arr.pop();return delete this._keyIndices[r.key],this._heapify(0),r.key},t.prototype.decrease=function(r,i){var o=this._keyIndices[r];if(i>this._arr[o].priority)throw new Error("New priority is greater than current priority. Key: "+r+" Old: "+this._arr[o].priority+" New: "+i);this._arr[o].priority=i,this._decrease(o)},t.prototype._heapify=function(r){var i=this._arr,o=2*r,l=o+1,u=r;o<i.length&&(u=i[o].priority<i[u].priority?o:u,l<i.length&&(u=i[l].priority<i[u].priority?l:u),u!==r&&(this._swap(r,u),this._heapify(u)))},t.prototype._decrease=function(r){for(var i=this._arr,o=i[r].priority,l;r!==0&&(l=r>>1,!(i[l].priority<o));)this._swap(r,l),r=l},t.prototype._swap=function(r,i){var o=this._arr,l=this._keyIndices,u=o[r],c=o[i];o[r]=c,o[i]=u,l[c.key]=r,l[u.key]=i},Pm}var Lm,fk;function Hj(){if(fk)return Lm;fk=1;var e=Dn(),t=Uj();Lm=i;var r=e.constant(1);function i(l,u,c,f){return o(l,String(u),c||r,f||function(p){return l.outEdges(p)})}function o(l,u,c,f){var p={},d=new t,m,y,w=function(E){var _=E.v!==m?E.v:E.w,b=p[_],S=c(E),k=y.distance+S;if(S<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+E+" Weight: "+S);k<b.distance&&(b.distance=k,b.predecessor=m,d.decrease(_,k))};for(l.nodes().forEach(function(E){var _=E===u?0:Number.POSITIVE_INFINITY;p[E]={distance:_},d.add(E,_)});d.size()>0&&(m=d.removeMin(),y=p[m],y.distance!==Number.POSITIVE_INFINITY);)f(m).forEach(w);return p}return Lm}var $m,hk;function a4(){if(hk)return $m;hk=1;var e=Hj(),t=Dn();$m=r;function r(i,o,l){return t.transform(i.nodes(),function(u,c){u[c]=e(i,c,o,l)},{})}return $m}var qm,pk;function Wj(){if(pk)return qm;pk=1;var e=Dn();qm=t;function t(r){var i=0,o=[],l={},u=[];function c(f){var p=l[f]={onStack:!0,lowlink:i,index:i++};if(o.push(f),r.successors(f).forEach(function(y){e.has(l,y)?l[y].onStack&&(p.lowlink=Math.min(p.lowlink,l[y].index)):(c(y),p.lowlink=Math.min(p.lowlink,l[y].lowlink))}),p.lowlink===p.index){var d=[],m;do m=o.pop(),l[m].onStack=!1,d.push(m);while(f!==m);u.push(d)}}return r.nodes().forEach(function(f){e.has(l,f)||c(f)}),u}return qm}var Dm,mk;function l4(){if(mk)return Dm;mk=1;var e=Dn(),t=Wj();Dm=r;function r(i){return e.filter(t(i),function(o){return o.length>1||o.length===1&&i.hasEdge(o[0],o[0])})}return Dm}var Fm,gk;function u4(){if(gk)return Fm;gk=1;var e=Dn();Fm=r;var t=e.constant(1);function r(o,l,u){return i(o,l||t,u||function(c){return o.outEdges(c)})}function i(o,l,u){var c={},f=o.nodes();return f.forEach(function(p){c[p]={},c[p][p]={distance:0},f.forEach(function(d){p!==d&&(c[p][d]={distance:Number.POSITIVE_INFINITY})}),u(p).forEach(function(d){var m=d.v===p?d.w:d.v,y=l(d);c[p][m]={distance:y,predecessor:p}})}),f.forEach(function(p){var d=c[p];f.forEach(function(m){var y=c[m];f.forEach(function(w){var E=y[p],_=d[w],b=y[w],S=E.distance+_.distance;S<b.distance&&(b.distance=S,b.predecessor=_.predecessor)})})}),c}return Fm}var zm,vk;function Vj(){if(vk)return zm;vk=1;var e=Dn();zm=t,t.CycleException=r;function t(i){var o={},l={},u=[];function c(f){if(e.has(l,f))throw new r;e.has(o,f)||(l[f]=!0,o[f]=!0,e.each(i.predecessors(f),c),delete l[f],u.push(f))}if(e.each(i.sinks(),c),e.size(o)!==i.nodeCount())throw new r;return u}function r(){}return r.prototype=new Error,zm}var Bm,yk;function c4(){if(yk)return Bm;yk=1;var e=Vj();Bm=t;function t(r){try{e(r)}catch(i){if(i instanceof e.CycleException)return!1;throw i}return!0}return Bm}var Um,wk;function Gj(){if(wk)return Um;wk=1;var e=Dn();Um=t;function t(i,o,l){e.isArray(o)||(o=[o]);var u=(i.isDirected()?i.successors:i.neighbors).bind(i),c=[],f={};return e.each(o,function(p){if(!i.hasNode(p))throw new Error("Graph does not have node: "+p);r(i,p,l==="post",f,u,c)}),c}function r(i,o,l,u,c,f){e.has(u,o)||(u[o]=!0,l||f.push(o),e.each(c(o),function(p){r(i,p,l,u,c,f)}),l&&f.push(o))}return Um}var Hm,xk;function d4(){if(xk)return Hm;xk=1;var e=Gj();Hm=t;function t(r,i){return e(r,i,"post")}return Hm}var Wm,_k;function f4(){if(_k)return Wm;_k=1;var e=Gj();Wm=t;function t(r,i){return e(r,i,"pre")}return Wm}var Vm,bk;function h4(){if(bk)return Vm;bk=1;var e=Dn(),t=Ay(),r=Uj();Vm=i;function i(o,l){var u=new t,c={},f=new r,p;function d(y){var w=y.v===p?y.w:y.v,E=f.priority(w);if(E!==void 0){var _=l(y);_<E&&(c[w]=p,f.decrease(w,_))}}if(o.nodeCount()===0)return u;e.each(o.nodes(),function(y){f.add(y,Number.POSITIVE_INFINITY),u.setNode(y)}),f.decrease(o.nodes()[0],0);for(var m=!1;f.size()>0;){if(p=f.removeMin(),e.has(c,p))u.setEdge(p,c[p]);else{if(m)throw new Error("Input graph is not connected: "+o);m=!0}o.nodeEdges(p).forEach(d)}return u}return Vm}var Gm,Sk;function p4(){return Sk||(Sk=1,Gm={components:o4(),dijkstra:Hj(),dijkstraAll:a4(),findCycles:l4(),floydWarshall:u4(),isAcyclic:c4(),postorder:d4(),preorder:f4(),prim:h4(),tarjan:Wj(),topsort:Vj()}),Gm}var Ym,kk;function m4(){if(kk)return Ym;kk=1;var e=s4();return Ym={Graph:e.Graph,json:i4(),alg:p4(),version:e.version},Ym}var Km,Ek;function tr(){if(Ek)return Km;Ek=1;var e;if(typeof my=="function")try{e=m4()}catch{}return e||(e=window.graphlib),Km=e,Km}var Xm,Nk;function g4(){if(Nk)return Xm;Nk=1;var e=yj(),t=1,r=4;function i(o){return e(o,t|r)}return Xm=i,Xm}var Qm,Ck;function rc(){if(Ck)return Qm;Ck=1;var e=xo(),t=Br(),r=Yu(),i=qn();function o(l,u,c){if(!i(c))return!1;var f=typeof u;return(f=="number"?t(c)&&r(u,c.length):f=="string"&&u in c)?e(c[u],l):!1}return Qm=o,Qm}var Zm,jk;function v4(){if(jk)return Zm;jk=1;var e=nc(),t=xo(),r=rc(),i=yi(),o=Object.prototype,l=o.hasOwnProperty,u=e(function(c,f){c=Object(c);var p=-1,d=f.length,m=d>2?f[2]:void 0;for(m&&r(f[0],f[1],m)&&(d=1);++p<d;)for(var y=f[p],w=i(y),E=-1,_=w.length;++E<_;){var b=w[E],S=c[b];(S===void 0||t(S,o[b])&&!l.call(c,b))&&(c[b]=y[b])}return c});return Zm=u,Zm}var Jm,Tk;function y4(){if(Tk)return Jm;Tk=1;var e=Ur(),t=Br(),r=As();function i(o){return function(l,u,c){var f=Object(l);if(!t(l)){var p=e(u,3);l=r(l),u=function(m){return p(f[m],m,f)}}var d=o(l,u,c);return d>-1?f[p?l[d]:d]:void 0}}return Jm=i,Jm}var eg,Rk;function w4(){if(Rk)return eg;Rk=1;var e=/\s/;function t(r){for(var i=r.length;i--&&e.test(r.charAt(i)););return i}return eg=t,eg}var tg,Ak;function x4(){if(Ak)return tg;Ak=1;var e=w4(),t=/^\s+/;function r(i){return i&&i.slice(0,e(i)+1).replace(t,"")}return tg=r,tg}var ng,Ik;function _4(){if(Ik)return ng;Ik=1;var e=x4(),t=qn(),r=ko(),i=NaN,o=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt;function f(p){if(typeof p=="number")return p;if(r(p))return i;if(t(p)){var d=typeof p.valueOf=="function"?p.valueOf():p;p=t(d)?d+"":d}if(typeof p!="string")return p===0?p:+p;p=e(p);var m=l.test(p);return m||u.test(p)?c(p.slice(2),m?2:8):o.test(p)?i:+p}return ng=f,ng}var rg,Mk;function Yj(){if(Mk)return rg;Mk=1;var e=_4(),t=1/0,r=17976931348623157e292;function i(o){if(!o)return o===0?o:0;if(o=e(o),o===t||o===-t){var l=o<0?-1:1;return l*r}return o===o?o:0}return rg=i,rg}var sg,Ok;function b4(){if(Ok)return sg;Ok=1;var e=Yj();function t(r){var i=e(r),o=i%1;return i===i?o?i-o:i:0}return sg=t,sg}var ig,Pk;function S4(){if(Pk)return ig;Pk=1;var e=Fj(),t=Ur(),r=b4(),i=Math.max;function o(l,u,c){var f=l==null?0:l.length;if(!f)return-1;var p=c==null?0:r(c);return p<0&&(p=i(f+p,0)),e(l,t(u,3),p)}return ig=o,ig}var og,Lk;function k4(){if(Lk)return og;Lk=1;var e=y4(),t=S4(),r=e(t);return og=r,og}var ag,$k;function Kj(){if($k)return ag;$k=1;var e=Ry();function t(r){var i=r==null?0:r.length;return i?e(r,1):[]}return ag=t,ag}var lg,qk;function E4(){if(qk)return lg;qk=1;var e=Ny(),t=wj(),r=yi();function i(o,l){return o==null?o:e(o,t(l),r)}return lg=i,lg}var ug,Dk;function N4(){if(Dk)return ug;Dk=1;function e(t){var r=t==null?0:t.length;return r?t[r-1]:void 0}return ug=e,ug}var cg,Fk;function C4(){if(Fk)return cg;Fk=1;var e=Vu(),t=Cy(),r=Ur();function i(o,l){var u={};return l=r(l,3),t(o,function(c,f,p){e(u,f,l(c,f,p))}),u}return cg=i,cg}var dg,zk;function Iy(){if(zk)return dg;zk=1;var e=ko();function t(r,i,o){for(var l=-1,u=r.length;++l<u;){var c=r[l],f=i(c);if(f!=null&&(p===void 0?f===f&&!e(f):o(f,p)))var p=f,d=c}return d}return dg=t,dg}var fg,Bk;function j4(){if(Bk)return fg;Bk=1;function e(t,r){return t>r}return fg=e,fg}var hg,Uk;function T4(){if(Uk)return hg;Uk=1;var e=Iy(),t=j4(),r=wi();function i(o){return o&&o.length?e(o,r,t):void 0}return hg=i,hg}var pg,Hk;function Xj(){if(Hk)return pg;Hk=1;var e=Vu(),t=xo();function r(i,o,l){(l!==void 0&&!t(i[o],l)||l===void 0&&!(o in i))&&e(i,o,l)}return pg=r,pg}var mg,Wk;function R4(){if(Wk)return mg;Wk=1;var e=gi(),t=Qu(),r=mr(),i="[object Object]",o=Function.prototype,l=Object.prototype,u=o.toString,c=l.hasOwnProperty,f=u.call(Object);function p(d){if(!r(d)||e(d)!=i)return!1;var m=t(d);if(m===null)return!0;var y=c.call(m,"constructor")&&m.constructor;return typeof y=="function"&&y instanceof y&&u.call(y)==f}return mg=p,mg}var gg,Vk;function Qj(){if(Vk)return gg;Vk=1;function e(t,r){if(!(r==="constructor"&&typeof t[r]=="function")&&r!="__proto__")return t[r]}return gg=e,gg}var vg,Gk;function A4(){if(Gk)return vg;Gk=1;var e=$a(),t=yi();function r(i){return e(i,t(i))}return vg=r,vg}var yg,Yk;function I4(){if(Yk)return yg;Yk=1;var e=Xj(),t=oj(),r=mj(),i=aj(),o=vj(),l=qa(),u=_t(),c=zj(),f=bo(),p=La(),d=qn(),m=R4(),y=Da(),w=Qj(),E=A4();function _(b,S,k,N,j,A,M){var O=w(b,k),P=w(S,k),D=M.get(P);if(D){e(b,k,D);return}var L=A?A(O,P,k+"",b,S,M):void 0,U=L===void 0;if(U){var V=u(P),z=!V&&f(P),C=!V&&!z&&y(P);L=P,V||z||C?u(O)?L=O:c(O)?L=i(O):z?(U=!1,L=t(P,!0)):C?(U=!1,L=r(P,!0)):L=[]:m(P)||l(P)?(L=O,l(O)?L=E(O):(!d(O)||p(O))&&(L=o(P))):U=!1}U&&(M.set(P,L),j(L,P,N,A,M),M.delete(P)),e(b,k,L)}return yg=_,yg}var wg,Kk;function M4(){if(Kk)return wg;Kk=1;var e=Wu(),t=Xj(),r=Ny(),i=I4(),o=qn(),l=yi(),u=Qj();function c(f,p,d,m,y){f!==p&&r(p,function(w,E){if(y||(y=new e),o(w))i(f,p,E,d,c,m,y);else{var _=m?m(u(f,E),w,E+"",f,p,y):void 0;_===void 0&&(_=w),t(f,E,_)}},l)}return wg=c,wg}var xg,Xk;function O4(){if(Xk)return xg;Xk=1;var e=nc(),t=rc();function r(i){return e(function(o,l){var u=-1,c=l.length,f=c>1?l[c-1]:void 0,p=c>2?l[2]:void 0;for(f=i.length>3&&typeof f=="function"?(c--,f):void 0,p&&t(l[0],l[1],p)&&(f=c<3?void 0:f,c=1),o=Object(o);++u<c;){var d=l[u];d&&i(o,d,u,f)}return o})}return xg=r,xg}var _g,Qk;function P4(){if(Qk)return _g;Qk=1;var e=M4(),t=O4(),r=t(function(i,o,l){e(i,o,l)});return _g=r,_g}var bg,Zk;function Zj(){if(Zk)return bg;Zk=1;function e(t,r){return t<r}return bg=e,bg}var Sg,Jk;function L4(){if(Jk)return Sg;Jk=1;var e=Iy(),t=Zj(),r=wi();function i(o){return o&&o.length?e(o,r,t):void 0}return Sg=i,Sg}var kg,eE;function $4(){if(eE)return kg;eE=1;var e=Iy(),t=Ur(),r=Zj();function i(o,l){return o&&o.length?e(o,t(l,2),r):void 0}return kg=i,kg}var Eg,tE;function q4(){if(tE)return Eg;tE=1;var e=rr(),t=function(){return e.Date.now()};return Eg=t,Eg}var Ng,nE;function D4(){if(nE)return Ng;nE=1;var e=Gu(),t=ec(),r=Yu(),i=qn(),o=Fa();function l(u,c,f,p){if(!i(u))return u;c=t(c,u);for(var d=-1,m=c.length,y=m-1,w=u;w!=null&&++d<m;){var E=o(c[d]),_=f;if(E==="__proto__"||E==="constructor"||E==="prototype")return u;if(d!=y){var b=w[E];_=p?p(b,E,w):void 0,_===void 0&&(_=i(b)?b:r(c[d+1])?[]:{})}e(w,E,_),w=w[E]}return u}return Ng=l,Ng}var Cg,rE;function F4(){if(rE)return Cg;rE=1;var e=tc(),t=D4(),r=ec();function i(o,l,u){for(var c=-1,f=l.length,p={};++c<f;){var d=l[c],m=e(o,d);u(m,d)&&t(p,r(d,o),m)}return p}return Cg=i,Cg}var jg,sE;function z4(){if(sE)return jg;sE=1;var e=F4(),t=Rj();function r(i,o){return e(i,o,function(l,u){return t(i,u)})}return jg=r,jg}var Tg,iE;function B4(){if(iE)return Tg;iE=1;var e=Kj(),t=qj(),r=Dj();function i(o){return r(t(o,void 0,e),o+"")}return Tg=i,Tg}var Rg,oE;function U4(){if(oE)return Rg;oE=1;var e=z4(),t=B4(),r=t(function(i,o){return i==null?{}:e(i,o)});return Rg=r,Rg}var Ag,aE;function H4(){if(aE)return Ag;aE=1;var e=Math.ceil,t=Math.max;function r(i,o,l,u){for(var c=-1,f=t(e((o-i)/(l||1)),0),p=Array(f);f--;)p[u?f:++c]=i,i+=l;return p}return Ag=r,Ag}var Ig,lE;function W4(){if(lE)return Ig;lE=1;var e=H4(),t=rc(),r=Yj();function i(o){return function(l,u,c){return c&&typeof c!="number"&&t(l,u,c)&&(u=c=void 0),l=r(l),u===void 0?(u=l,l=0):u=r(u),c=c===void 0?l<u?1:-1:r(c),e(l,u,c,o)}}return Ig=i,Ig}var Mg,uE;function V4(){if(uE)return Mg;uE=1;var e=W4(),t=e();return Mg=t,Mg}var Og,cE;function G4(){if(cE)return Og;cE=1;function e(t,r){var i=t.length;for(t.sort(r);i--;)t[i]=t[i].value;return t}return Og=e,Og}var Pg,dE;function Y4(){if(dE)return Pg;dE=1;var e=ko();function t(r,i){if(r!==i){var o=r!==void 0,l=r===null,u=r===r,c=e(r),f=i!==void 0,p=i===null,d=i===i,m=e(i);if(!p&&!m&&!c&&r>i||c&&f&&d&&!p&&!m||l&&f&&d||!o&&d||!u)return 1;if(!l&&!c&&!m&&r<i||m&&o&&u&&!l&&!c||p&&o&&u||!f&&u||!d)return-1}return 0}return Pg=t,Pg}var Lg,fE;function K4(){if(fE)return Lg;fE=1;var e=Y4();function t(r,i,o){for(var l=-1,u=r.criteria,c=i.criteria,f=u.length,p=o.length;++l<f;){var d=e(u[l],c[l]);if(d){if(l>=p)return d;var m=o[l];return d*(m=="desc"?-1:1)}}return r.index-i.index}return Lg=t,Lg}var $g,hE;function X4(){if(hE)return $g;hE=1;var e=Ju(),t=tc(),r=Ur(),i=Pj(),o=G4(),l=Ku(),u=K4(),c=wi(),f=_t();function p(d,m,y){m.length?m=e(m,function(_){return f(_)?function(b){return t(b,_.length===1?_[0]:_)}:_}):m=[c];var w=-1;m=e(m,l(r));var E=i(d,function(_,b,S){var k=e(m,function(N){return N(_)});return{criteria:k,index:++w,value:_}});return o(E,function(_,b){return u(_,b,y)})}return $g=p,$g}var qg,pE;function Q4(){if(pE)return qg;pE=1;var e=Ry(),t=X4(),r=nc(),i=rc(),o=r(function(l,u){if(l==null)return[];var c=u.length;return c>1&&i(l,u[0],u[1])?u=[]:c>2&&i(u[0],u[1],u[2])&&(u=[u[0]]),t(l,e(u,1),[])});return qg=o,qg}var Dg,mE;function Z4(){if(mE)return Dg;mE=1;var e=jj(),t=0;function r(i){var o=++t;return e(i)+o}return Dg=r,Dg}var Fg,gE;function J4(){if(gE)return Fg;gE=1;function e(t,r,i){for(var o=-1,l=t.length,u=r.length,c={};++o<l;){var f=o<u?r[o]:void 0;i(c,t[o],f)}return c}return Fg=e,Fg}var zg,vE;function e5(){if(vE)return zg;vE=1;var e=Gu(),t=J4();function r(i,o){return t(i||[],o||[],e)}return zg=r,zg}var Bg,yE;function at(){if(yE)return Bg;yE=1;var e;if(typeof my=="function")try{e={cloneDeep:g4(),constant:Ey(),defaults:v4(),each:_j(),filter:Ij(),find:k4(),flatten:Kj(),forEach:xj(),forIn:E4(),has:Mj(),isUndefined:Oj(),last:N4(),map:Lj(),mapValues:C4(),max:T4(),merge:P4(),min:L4(),minBy:$4(),now:q4(),pick:U4(),range:V4(),reduce:$j(),sortBy:Q4(),uniqueId:Z4(),values:Bj(),zipObject:e5()}}catch{}return e||(e=window._),Bg=e,Bg}var Ug,wE;function t5(){if(wE)return Ug;wE=1,Ug=e;function e(){var i={};i._next=i._prev=i,this._sentinel=i}e.prototype.dequeue=function(){var i=this._sentinel,o=i._prev;if(o!==i)return t(o),o},e.prototype.enqueue=function(i){var o=this._sentinel;i._prev&&i._next&&t(i),i._next=o._next,o._next._prev=i,o._next=i,i._prev=o},e.prototype.toString=function(){for(var i=[],o=this._sentinel,l=o._prev;l!==o;)i.push(JSON.stringify(l,r)),l=l._prev;return"["+i.join(", ")+"]"};function t(i){i._prev._next=i._next,i._next._prev=i._prev,delete i._next,delete i._prev}function r(i,o){if(i!=="_next"&&i!=="_prev")return o}return Ug}var Hg,xE;function n5(){if(xE)return Hg;xE=1;var e=at(),t=tr().Graph,r=t5();Hg=o;var i=e.constant(1);function o(p,d){if(p.nodeCount()<=1)return[];var m=c(p,d||i),y=l(m.graph,m.buckets,m.zeroIdx);return e.flatten(e.map(y,function(w){return p.outEdges(w.v,w.w)}),!0)}function l(p,d,m){for(var y=[],w=d[d.length-1],E=d[0],_;p.nodeCount();){for(;_=E.dequeue();)u(p,d,m,_);for(;_=w.dequeue();)u(p,d,m,_);if(p.nodeCount()){for(var b=d.length-2;b>0;--b)if(_=d[b].dequeue(),_){y=y.concat(u(p,d,m,_,!0));break}}}return y}function u(p,d,m,y,w){var E=w?[]:void 0;return e.forEach(p.inEdges(y.v),function(_){var b=p.edge(_),S=p.node(_.v);w&&E.push({v:_.v,w:_.w}),S.out-=b,f(d,m,S)}),e.forEach(p.outEdges(y.v),function(_){var b=p.edge(_),S=_.w,k=p.node(S);k.in-=b,f(d,m,k)}),p.removeNode(y.v),E}function c(p,d){var m=new t,y=0,w=0;e.forEach(p.nodes(),function(b){m.setNode(b,{v:b,in:0,out:0})}),e.forEach(p.edges(),function(b){var S=m.edge(b.v,b.w)||0,k=d(b),N=S+k;m.setEdge(b.v,b.w,N),w=Math.max(w,m.node(b.v).out+=k),y=Math.max(y,m.node(b.w).in+=k)});var E=e.range(w+y+3).map(function(){return new r}),_=y+1;return e.forEach(m.nodes(),function(b){f(E,_,m.node(b))}),{graph:m,buckets:E,zeroIdx:_}}function f(p,d,m){m.out?m.in?p[m.out-m.in+d].enqueue(m):p[p.length-1].enqueue(m):p[0].enqueue(m)}return Hg}var Wg,_E;function r5(){if(_E)return Wg;_E=1;var e=at(),t=n5();Wg={run:r,undo:o};function r(l){var u=l.graph().acyclicer==="greedy"?t(l,c(l)):i(l);e.forEach(u,function(f){var p=l.edge(f);l.removeEdge(f),p.forwardName=f.name,p.reversed=!0,l.setEdge(f.w,f.v,p,e.uniqueId("rev"))});function c(f){return function(p){return f.edge(p).weight}}}function i(l){var u=[],c={},f={};function p(d){e.has(f,d)||(f[d]=!0,c[d]=!0,e.forEach(l.outEdges(d),function(m){e.has(c,m.w)?u.push(m):p(m.w)}),delete c[d])}return e.forEach(l.nodes(),p),u}function o(l){e.forEach(l.edges(),function(u){var c=l.edge(u);if(c.reversed){l.removeEdge(u);var f=c.forwardName;delete c.reversed,delete c.forwardName,l.setEdge(u.w,u.v,c,f)}})}return Wg}var Vg,bE;function fn(){if(bE)return Vg;bE=1;var e=at(),t=tr().Graph;Vg={addDummyNode:r,simplify:i,asNonCompoundGraph:o,successorWeights:l,predecessorWeights:u,intersectRect:c,buildLayerMatrix:f,normalizeRanks:p,removeEmptyRanks:d,addBorderNode:m,maxRank:y,partition:w,time:E,notime:_};function r(b,S,k,N){var j;do j=e.uniqueId(N);while(b.hasNode(j));return k.dummy=S,b.setNode(j,k),j}function i(b){var S=new t().setGraph(b.graph());return e.forEach(b.nodes(),function(k){S.setNode(k,b.node(k))}),e.forEach(b.edges(),function(k){var N=S.edge(k.v,k.w)||{weight:0,minlen:1},j=b.edge(k);S.setEdge(k.v,k.w,{weight:N.weight+j.weight,minlen:Math.max(N.minlen,j.minlen)})}),S}function o(b){var S=new t({multigraph:b.isMultigraph()}).setGraph(b.graph());return e.forEach(b.nodes(),function(k){b.children(k).length||S.setNode(k,b.node(k))}),e.forEach(b.edges(),function(k){S.setEdge(k,b.edge(k))}),S}function l(b){var S=e.map(b.nodes(),function(k){var N={};return e.forEach(b.outEdges(k),function(j){N[j.w]=(N[j.w]||0)+b.edge(j).weight}),N});return e.zipObject(b.nodes(),S)}function u(b){var S=e.map(b.nodes(),function(k){var N={};return e.forEach(b.inEdges(k),function(j){N[j.v]=(N[j.v]||0)+b.edge(j).weight}),N});return e.zipObject(b.nodes(),S)}function c(b,S){var k=b.x,N=b.y,j=S.x-k,A=S.y-N,M=b.width/2,O=b.height/2;if(!j&&!A)throw new Error("Not possible to find intersection inside of the rectangle");var P,D;return Math.abs(A)*M>Math.abs(j)*O?(A<0&&(O=-O),P=O*j/A,D=O):(j<0&&(M=-M),P=M,D=M*A/j),{x:k+P,y:N+D}}function f(b){var S=e.map(e.range(y(b)+1),function(){return[]});return e.forEach(b.nodes(),function(k){var N=b.node(k),j=N.rank;e.isUndefined(j)||(S[j][N.order]=k)}),S}function p(b){var S=e.min(e.map(b.nodes(),function(k){return b.node(k).rank}));e.forEach(b.nodes(),function(k){var N=b.node(k);e.has(N,"rank")&&(N.rank-=S)})}function d(b){var S=e.min(e.map(b.nodes(),function(A){return b.node(A).rank})),k=[];e.forEach(b.nodes(),function(A){var M=b.node(A).rank-S;k[M]||(k[M]=[]),k[M].push(A)});var N=0,j=b.graph().nodeRankFactor;e.forEach(k,function(A,M){e.isUndefined(A)&&M%j!==0?--N:N&&e.forEach(A,function(O){b.node(O).rank+=N})})}function m(b,S,k,N){var j={width:0,height:0};return arguments.length>=4&&(j.rank=k,j.order=N),r(b,"border",j,S)}function y(b){return e.max(e.map(b.nodes(),function(S){var k=b.node(S).rank;if(!e.isUndefined(k))return k}))}function w(b,S){var k={lhs:[],rhs:[]};return e.forEach(b,function(N){S(N)?k.lhs.push(N):k.rhs.push(N)}),k}function E(b,S){var k=e.now();try{return S()}finally{console.log(b+" time: "+(e.now()-k)+"ms")}}function _(b,S){return S()}return Vg}var Gg,SE;function s5(){if(SE)return Gg;SE=1;var e=at(),t=fn();Gg={run:r,undo:o};function r(l){l.graph().dummyChains=[],e.forEach(l.edges(),function(u){i(l,u)})}function i(l,u){var c=u.v,f=l.node(c).rank,p=u.w,d=l.node(p).rank,m=u.name,y=l.edge(u),w=y.labelRank;if(d!==f+1){l.removeEdge(u);var E,_,b;for(b=0,++f;f<d;++b,++f)y.points=[],_={width:0,height:0,edgeLabel:y,edgeObj:u,rank:f},E=t.addDummyNode(l,"edge",_,"_d"),f===w&&(_.width=y.width,_.height=y.height,_.dummy="edge-label",_.labelpos=y.labelpos),l.setEdge(c,E,{weight:y.weight},m),b===0&&l.graph().dummyChains.push(E),c=E;l.setEdge(c,p,{weight:y.weight},m)}}function o(l){e.forEach(l.graph().dummyChains,function(u){var c=l.node(u),f=c.edgeLabel,p;for(l.setEdge(c.edgeObj,f);c.dummy;)p=l.successors(u)[0],l.removeNode(u),f.points.push({x:c.x,y:c.y}),c.dummy==="edge-label"&&(f.x=c.x,f.y=c.y,f.width=c.width,f.height=c.height),u=p,c=l.node(u)})}return Gg}var Yg,kE;function Ru(){if(kE)return Yg;kE=1;var e=at();Yg={longestPath:t,slack:r};function t(i){var o={};function l(u){var c=i.node(u);if(e.has(o,u))return c.rank;o[u]=!0;var f=e.min(e.map(i.outEdges(u),function(p){return l(p.w)-i.edge(p).minlen}));return(f===Number.POSITIVE_INFINITY||f===void 0||f===null)&&(f=0),c.rank=f}e.forEach(i.sources(),l)}function r(i,o){return i.node(o.w).rank-i.node(o.v).rank-i.edge(o).minlen}return Yg}var Kg,EE;function Jj(){if(EE)return Kg;EE=1;var e=at(),t=tr().Graph,r=Ru().slack;Kg=i;function i(c){var f=new t({directed:!1}),p=c.nodes()[0],d=c.nodeCount();f.setNode(p,{});for(var m,y;o(f,c)<d;)m=l(f,c),y=f.hasNode(m.v)?r(c,m):-r(c,m),u(f,c,y);return f}function o(c,f){function p(d){e.forEach(f.nodeEdges(d),function(m){var y=m.v,w=d===y?m.w:y;!c.hasNode(w)&&!r(f,m)&&(c.setNode(w,{}),c.setEdge(d,w,{}),p(w))})}return e.forEach(c.nodes(),p),c.nodeCount()}function l(c,f){return e.minBy(f.edges(),function(p){if(c.hasNode(p.v)!==c.hasNode(p.w))return r(f,p)})}function u(c,f,p){e.forEach(c.nodes(),function(d){f.node(d).rank+=p})}return Kg}var Xg,NE;function i5(){if(NE)return Xg;NE=1;var e=at(),t=Jj(),r=Ru().slack,i=Ru().longestPath,o=tr().alg.preorder,l=tr().alg.postorder,u=fn().simplify;Xg=c,c.initLowLimValues=m,c.initCutValues=f,c.calcCutValue=d,c.leaveEdge=w,c.enterEdge=E,c.exchangeEdges=_;function c(N){N=u(N),i(N);var j=t(N);m(j),f(j,N);for(var A,M;A=w(j);)M=E(j,N,A),_(j,N,A,M)}function f(N,j){var A=l(N,N.nodes());A=A.slice(0,A.length-1),e.forEach(A,function(M){p(N,j,M)})}function p(N,j,A){var M=N.node(A),O=M.parent;N.edge(A,O).cutvalue=d(N,j,A)}function d(N,j,A){var M=N.node(A),O=M.parent,P=!0,D=j.edge(A,O),L=0;return D||(P=!1,D=j.edge(O,A)),L=D.weight,e.forEach(j.nodeEdges(A),function(U){var V=U.v===A,z=V?U.w:U.v;if(z!==O){var C=V===P,F=j.edge(U).weight;if(L+=C?F:-F,S(N,A,z)){var $=N.edge(A,z).cutvalue;L+=C?-$:$}}}),L}function m(N,j){arguments.length<2&&(j=N.nodes()[0]),y(N,{},1,j)}function y(N,j,A,M,O){var P=A,D=N.node(M);return j[M]=!0,e.forEach(N.neighbors(M),function(L){e.has(j,L)||(A=y(N,j,A,L,M))}),D.low=P,D.lim=A++,O?D.parent=O:delete D.parent,A}function w(N){return e.find(N.edges(),function(j){return N.edge(j).cutvalue<0})}function E(N,j,A){var M=A.v,O=A.w;j.hasEdge(M,O)||(M=A.w,O=A.v);var P=N.node(M),D=N.node(O),L=P,U=!1;P.lim>D.lim&&(L=D,U=!0);var V=e.filter(j.edges(),function(z){return U===k(N,N.node(z.v),L)&&U!==k(N,N.node(z.w),L)});return e.minBy(V,function(z){return r(j,z)})}function _(N,j,A,M){var O=A.v,P=A.w;N.removeEdge(O,P),N.setEdge(M.v,M.w,{}),m(N),f(N,j),b(N,j)}function b(N,j){var A=e.find(N.nodes(),function(O){return!j.node(O).parent}),M=o(N,A);M=M.slice(1),e.forEach(M,function(O){var P=N.node(O).parent,D=j.edge(O,P),L=!1;D||(D=j.edge(P,O),L=!0),j.node(O).rank=j.node(P).rank+(L?D.minlen:-D.minlen)})}function S(N,j,A){return N.hasEdge(j,A)}function k(N,j,A){return A.low<=j.lim&&j.lim<=A.lim}return Xg}var Qg,CE;function o5(){if(CE)return Qg;CE=1;var e=Ru(),t=e.longestPath,r=Jj(),i=i5();Qg=o;function o(f){switch(f.graph().ranker){case"network-simplex":c(f);break;case"tight-tree":u(f);break;case"longest-path":l(f);break;default:c(f)}}var l=t;function u(f){t(f),r(f)}function c(f){i(f)}return Qg}var Zg,jE;function a5(){if(jE)return Zg;jE=1;var e=at();Zg=t;function t(o){var l=i(o);e.forEach(o.graph().dummyChains,function(u){for(var c=o.node(u),f=c.edgeObj,p=r(o,l,f.v,f.w),d=p.path,m=p.lca,y=0,w=d[y],E=!0;u!==f.w;){if(c=o.node(u),E){for(;(w=d[y])!==m&&o.node(w).maxRank<c.rank;)y++;w===m&&(E=!1)}if(!E){for(;y<d.length-1&&o.node(w=d[y+1]).minRank<=c.rank;)y++;w=d[y]}o.setParent(u,w),u=o.successors(u)[0]}})}function r(o,l,u,c){var f=[],p=[],d=Math.min(l[u].low,l[c].low),m=Math.max(l[u].lim,l[c].lim),y,w;y=u;do y=o.parent(y),f.push(y);while(y&&(l[y].low>d||m>l[y].lim));for(w=y,y=c;(y=o.parent(y))!==w;)p.push(y);return{path:f.concat(p.reverse()),lca:w}}function i(o){var l={},u=0;function c(f){var p=u;e.forEach(o.children(f),c),l[f]={low:p,lim:u++}}return e.forEach(o.children(),c),l}return Zg}var Jg,TE;function l5(){if(TE)return Jg;TE=1;var e=at(),t=fn();Jg={run:r,cleanup:u};function r(c){var f=t.addDummyNode(c,"root",{},"_root"),p=o(c),d=e.max(e.values(p))-1,m=2*d+1;c.graph().nestingRoot=f,e.forEach(c.edges(),function(w){c.edge(w).minlen*=m});var y=l(c)+1;e.forEach(c.children(),function(w){i(c,f,m,y,d,p,w)}),c.graph().nodeRankFactor=m}function i(c,f,p,d,m,y,w){var E=c.children(w);if(!E.length){w!==f&&c.setEdge(f,w,{weight:0,minlen:p});return}var _=t.addBorderNode(c,"_bt"),b=t.addBorderNode(c,"_bb"),S=c.node(w);c.setParent(_,w),S.borderTop=_,c.setParent(b,w),S.borderBottom=b,e.forEach(E,function(k){i(c,f,p,d,m,y,k);var N=c.node(k),j=N.borderTop?N.borderTop:k,A=N.borderBottom?N.borderBottom:k,M=N.borderTop?d:2*d,O=j!==A?1:m-y[w]+1;c.setEdge(_,j,{weight:M,minlen:O,nestingEdge:!0}),c.setEdge(A,b,{weight:M,minlen:O,nestingEdge:!0})}),c.parent(w)||c.setEdge(f,_,{weight:0,minlen:m+y[w]})}function o(c){var f={};function p(d,m){var y=c.children(d);y&&y.length&&e.forEach(y,function(w){p(w,m+1)}),f[d]=m}return e.forEach(c.children(),function(d){p(d,1)}),f}function l(c){return e.reduce(c.edges(),function(f,p){return f+c.edge(p).weight},0)}function u(c){var f=c.graph();c.removeNode(f.nestingRoot),delete f.nestingRoot,e.forEach(c.edges(),function(p){var d=c.edge(p);d.nestingEdge&&c.removeEdge(p)})}return Jg}var ev,RE;function u5(){if(RE)return ev;RE=1;var e=at(),t=fn();ev=r;function r(o){function l(u){var c=o.children(u),f=o.node(u);if(c.length&&e.forEach(c,l),e.has(f,"minRank")){f.borderLeft=[],f.borderRight=[];for(var p=f.minRank,d=f.maxRank+1;p<d;++p)i(o,"borderLeft","_bl",u,f,p),i(o,"borderRight","_br",u,f,p)}}e.forEach(o.children(),l)}function i(o,l,u,c,f,p){var d={width:0,height:0,rank:p,borderType:l},m=f[l][p-1],y=t.addDummyNode(o,"border",d,u);f[l][p]=y,o.setParent(y,c),m&&o.setEdge(m,y,{weight:1})}return ev}var tv,AE;function c5(){if(AE)return tv;AE=1;var e=at();tv={adjust:t,undo:r};function t(p){var d=p.graph().rankdir.toLowerCase();(d==="lr"||d==="rl")&&i(p)}function r(p){var d=p.graph().rankdir.toLowerCase();(d==="bt"||d==="rl")&&l(p),(d==="lr"||d==="rl")&&(c(p),i(p))}function i(p){e.forEach(p.nodes(),function(d){o(p.node(d))}),e.forEach(p.edges(),function(d){o(p.edge(d))})}function o(p){var d=p.width;p.width=p.height,p.height=d}function l(p){e.forEach(p.nodes(),function(d){u(p.node(d))}),e.forEach(p.edges(),function(d){var m=p.edge(d);e.forEach(m.points,u),e.has(m,"y")&&u(m)})}function u(p){p.y=-p.y}function c(p){e.forEach(p.nodes(),function(d){f(p.node(d))}),e.forEach(p.edges(),function(d){var m=p.edge(d);e.forEach(m.points,f),e.has(m,"x")&&f(m)})}function f(p){var d=p.x;p.x=p.y,p.y=d}return tv}var nv,IE;function d5(){if(IE)return nv;IE=1;var e=at();nv=t;function t(r){var i={},o=e.filter(r.nodes(),function(p){return!r.children(p).length}),l=e.max(e.map(o,function(p){return r.node(p).rank})),u=e.map(e.range(l+1),function(){return[]});function c(p){if(!e.has(i,p)){i[p]=!0;var d=r.node(p);u[d.rank].push(p),e.forEach(r.successors(p),c)}}var f=e.sortBy(o,function(p){return r.node(p).rank});return e.forEach(f,c),u}return nv}var rv,ME;function f5(){if(ME)return rv;ME=1;var e=at();rv=t;function t(i,o){for(var l=0,u=1;u<o.length;++u)l+=r(i,o[u-1],o[u]);return l}function r(i,o,l){for(var u=e.zipObject(l,e.map(l,function(y,w){return w})),c=e.flatten(e.map(o,function(y){return e.sortBy(e.map(i.outEdges(y),function(w){return{pos:u[w.w],weight:i.edge(w).weight}}),"pos")}),!0),f=1;f<l.length;)f<<=1;var p=2*f-1;f-=1;var d=e.map(new Array(p),function(){return 0}),m=0;return e.forEach(c.forEach(function(y){var w=y.pos+f;d[w]+=y.weight;for(var E=0;w>0;)w%2&&(E+=d[w+1]),w=w-1>>1,d[w]+=y.weight;m+=y.weight*E})),m}return rv}var sv,OE;function h5(){if(OE)return sv;OE=1;var e=at();sv=t;function t(r,i){return e.map(i,function(o){var l=r.inEdges(o);if(l.length){var u=e.reduce(l,function(c,f){var p=r.edge(f),d=r.node(f.v);return{sum:c.sum+p.weight*d.order,weight:c.weight+p.weight}},{sum:0,weight:0});return{v:o,barycenter:u.sum/u.weight,weight:u.weight}}else return{v:o}})}return sv}var iv,PE;function p5(){if(PE)return iv;PE=1;var e=at();iv=t;function t(o,l){var u={};e.forEach(o,function(f,p){var d=u[f.v]={indegree:0,in:[],out:[],vs:[f.v],i:p};e.isUndefined(f.barycenter)||(d.barycenter=f.barycenter,d.weight=f.weight)}),e.forEach(l.edges(),function(f){var p=u[f.v],d=u[f.w];!e.isUndefined(p)&&!e.isUndefined(d)&&(d.indegree++,p.out.push(u[f.w]))});var c=e.filter(u,function(f){return!f.indegree});return r(c)}function r(o){var l=[];function u(p){return function(d){d.merged||(e.isUndefined(d.barycenter)||e.isUndefined(p.barycenter)||d.barycenter>=p.barycenter)&&i(p,d)}}function c(p){return function(d){d.in.push(p),--d.indegree===0&&o.push(d)}}for(;o.length;){var f=o.pop();l.push(f),e.forEach(f.in.reverse(),u(f)),e.forEach(f.out,c(f))}return e.map(e.filter(l,function(p){return!p.merged}),function(p){return e.pick(p,["vs","i","barycenter","weight"])})}function i(o,l){var u=0,c=0;o.weight&&(u+=o.barycenter*o.weight,c+=o.weight),l.weight&&(u+=l.barycenter*l.weight,c+=l.weight),o.vs=l.vs.concat(o.vs),o.barycenter=u/c,o.weight=c,o.i=Math.min(l.i,o.i),l.merged=!0}return iv}var ov,LE;function m5(){if(LE)return ov;LE=1;var e=at(),t=fn();ov=r;function r(l,u){var c=t.partition(l,function(_){return e.has(_,"barycenter")}),f=c.lhs,p=e.sortBy(c.rhs,function(_){return-_.i}),d=[],m=0,y=0,w=0;f.sort(o(!!u)),w=i(d,p,w),e.forEach(f,function(_){w+=_.vs.length,d.push(_.vs),m+=_.barycenter*_.weight,y+=_.weight,w=i(d,p,w)});var E={vs:e.flatten(d,!0)};return y&&(E.barycenter=m/y,E.weight=y),E}function i(l,u,c){for(var f;u.length&&(f=e.last(u)).i<=c;)u.pop(),l.push(f.vs),c++;return c}function o(l){return function(u,c){return u.barycenter<c.barycenter?-1:u.barycenter>c.barycenter?1:l?c.i-u.i:u.i-c.i}}return ov}var av,$E;function g5(){if($E)return av;$E=1;var e=at(),t=h5(),r=p5(),i=m5();av=o;function o(c,f,p,d){var m=c.children(f),y=c.node(f),w=y?y.borderLeft:void 0,E=y?y.borderRight:void 0,_={};w&&(m=e.filter(m,function(A){return A!==w&&A!==E}));var b=t(c,m);e.forEach(b,function(A){if(c.children(A.v).length){var M=o(c,A.v,p,d);_[A.v]=M,e.has(M,"barycenter")&&u(A,M)}});var S=r(b,p);l(S,_);var k=i(S,d);if(w&&(k.vs=e.flatten([w,k.vs,E],!0),c.predecessors(w).length)){var N=c.node(c.predecessors(w)[0]),j=c.node(c.predecessors(E)[0]);e.has(k,"barycenter")||(k.barycenter=0,k.weight=0),k.barycenter=(k.barycenter*k.weight+N.order+j.order)/(k.weight+2),k.weight+=2}return k}function l(c,f){e.forEach(c,function(p){p.vs=e.flatten(p.vs.map(function(d){return f[d]?f[d].vs:d}),!0)})}function u(c,f){e.isUndefined(c.barycenter)?(c.barycenter=f.barycenter,c.weight=f.weight):(c.barycenter=(c.barycenter*c.weight+f.barycenter*f.weight)/(c.weight+f.weight),c.weight+=f.weight)}return av}var lv,qE;function v5(){if(qE)return lv;qE=1;var e=at(),t=tr().Graph;lv=r;function r(o,l,u){var c=i(o),f=new t({compound:!0}).setGraph({root:c}).setDefaultNodeLabel(function(p){return o.node(p)});return e.forEach(o.nodes(),function(p){var d=o.node(p),m=o.parent(p);(d.rank===l||d.minRank<=l&&l<=d.maxRank)&&(f.setNode(p),f.setParent(p,m||c),e.forEach(o[u](p),function(y){var w=y.v===p?y.w:y.v,E=f.edge(w,p),_=e.isUndefined(E)?0:E.weight;f.setEdge(w,p,{weight:o.edge(y).weight+_})}),e.has(d,"minRank")&&f.setNode(p,{borderLeft:d.borderLeft[l],borderRight:d.borderRight[l]}))}),f}function i(o){for(var l;o.hasNode(l=e.uniqueId("_root")););return l}return lv}var uv,DE;function y5(){if(DE)return uv;DE=1;var e=at();uv=t;function t(r,i,o){var l={},u;e.forEach(o,function(c){for(var f=r.parent(c),p,d;f;){if(p=r.parent(f),p?(d=l[p],l[p]=f):(d=u,u=f),d&&d!==f){i.setEdge(d,f);return}f=p}})}return uv}var cv,FE;function w5(){if(FE)return cv;FE=1;var e=at(),t=d5(),r=f5(),i=g5(),o=v5(),l=y5(),u=tr().Graph,c=fn();cv=f;function f(y){var w=c.maxRank(y),E=p(y,e.range(1,w+1),"inEdges"),_=p(y,e.range(w-1,-1,-1),"outEdges"),b=t(y);m(y,b);for(var S=Number.POSITIVE_INFINITY,k,N=0,j=0;j<4;++N,++j){d(N%2?E:_,N%4>=2),b=c.buildLayerMatrix(y);var A=r(y,b);A<S&&(j=0,k=e.cloneDeep(b),S=A)}m(y,k)}function p(y,w,E){return e.map(w,function(_){return o(y,_,E)})}function d(y,w){var E=new u;e.forEach(y,function(_){var b=_.graph().root,S=i(_,b,E,w);e.forEach(S.vs,function(k,N){_.node(k).order=N}),l(_,E,S.vs)})}function m(y,w){e.forEach(w,function(E){e.forEach(E,function(_,b){y.node(_).order=b})})}return cv}var dv,zE;function x5(){if(zE)return dv;zE=1;var e=at(),t=tr().Graph,r=fn();dv={positionX:E,findType1Conflicts:i,findType2Conflicts:o,addConflict:u,hasConflict:c,verticalAlignment:f,horizontalCompaction:p,alignCoordinates:y,findSmallestWidthAlignment:m,balance:w};function i(S,k){var N={};function j(A,M){var O=0,P=0,D=A.length,L=e.last(M);return e.forEach(M,function(U,V){var z=l(S,U),C=z?S.node(z).order:D;(z||U===L)&&(e.forEach(M.slice(P,V+1),function(F){e.forEach(S.predecessors(F),function($){var re=S.node($),J=re.order;(J<O||C<J)&&!(re.dummy&&S.node(F).dummy)&&u(N,$,F)})}),P=V+1,O=C)}),M}return e.reduce(k,j),N}function o(S,k){var N={};function j(M,O,P,D,L){var U;e.forEach(e.range(O,P),function(V){U=M[V],S.node(U).dummy&&e.forEach(S.predecessors(U),function(z){var C=S.node(z);C.dummy&&(C.order<D||C.order>L)&&u(N,z,U)})})}function A(M,O){var P=-1,D,L=0;return e.forEach(O,function(U,V){if(S.node(U).dummy==="border"){var z=S.predecessors(U);z.length&&(D=S.node(z[0]).order,j(O,L,V,P,D),L=V,P=D)}j(O,L,O.length,D,M.length)}),O}return e.reduce(k,A),N}function l(S,k){if(S.node(k).dummy)return e.find(S.predecessors(k),function(N){return S.node(N).dummy})}function u(S,k,N){if(k>N){var j=k;k=N,N=j}var A=S[k];A||(S[k]=A={}),A[N]=!0}function c(S,k,N){if(k>N){var j=k;k=N,N=j}return e.has(S[k],N)}function f(S,k,N,j){var A={},M={},O={};return e.forEach(k,function(P){e.forEach(P,function(D,L){A[D]=D,M[D]=D,O[D]=L})}),e.forEach(k,function(P){var D=-1;e.forEach(P,function(L){var U=j(L);if(U.length){U=e.sortBy(U,function($){return O[$]});for(var V=(U.length-1)/2,z=Math.floor(V),C=Math.ceil(V);z<=C;++z){var F=U[z];M[L]===L&&D<O[F]&&!c(N,L,F)&&(M[F]=L,M[L]=A[L]=A[F],D=O[F])}}})}),{root:A,align:M}}function p(S,k,N,j,A){var M={},O=d(S,k,N,A),P=A?"borderLeft":"borderRight";function D(V,z){for(var C=O.nodes(),F=C.pop(),$={};F;)$[F]?V(F):($[F]=!0,C.push(F),C=C.concat(z(F))),F=C.pop()}function L(V){M[V]=O.inEdges(V).reduce(function(z,C){return Math.max(z,M[C.v]+O.edge(C))},0)}function U(V){var z=O.outEdges(V).reduce(function(F,$){return Math.min(F,M[$.w]-O.edge($))},Number.POSITIVE_INFINITY),C=S.node(V);z!==Number.POSITIVE_INFINITY&&C.borderType!==P&&(M[V]=Math.max(M[V],z))}return D(L,O.predecessors.bind(O)),D(U,O.successors.bind(O)),e.forEach(j,function(V){M[V]=M[N[V]]}),M}function d(S,k,N,j){var A=new t,M=S.graph(),O=_(M.nodesep,M.edgesep,j);return e.forEach(k,function(P){var D;e.forEach(P,function(L){var U=N[L];if(A.setNode(U),D){var V=N[D],z=A.edge(V,U);A.setEdge(V,U,Math.max(O(S,L,D),z||0))}D=L})}),A}function m(S,k){return e.minBy(e.values(k),function(N){var j=Number.NEGATIVE_INFINITY,A=Number.POSITIVE_INFINITY;return e.forIn(N,function(M,O){var P=b(S,O)/2;j=Math.max(M+P,j),A=Math.min(M-P,A)}),j-A})}function y(S,k){var N=e.values(k),j=e.min(N),A=e.max(N);e.forEach(["u","d"],function(M){e.forEach(["l","r"],function(O){var P=M+O,D=S[P],L;if(D!==k){var U=e.values(D);L=O==="l"?j-e.min(U):A-e.max(U),L&&(S[P]=e.mapValues(D,function(V){return V+L}))}})})}function w(S,k){return e.mapValues(S.ul,function(N,j){if(k)return S[k.toLowerCase()][j];var A=e.sortBy(e.map(S,j));return(A[1]+A[2])/2})}function E(S){var k=r.buildLayerMatrix(S),N=e.merge(i(S,k),o(S,k)),j={},A;e.forEach(["u","d"],function(O){A=O==="u"?k:e.values(k).reverse(),e.forEach(["l","r"],function(P){P==="r"&&(A=e.map(A,function(V){return e.values(V).reverse()}));var D=(O==="u"?S.predecessors:S.successors).bind(S),L=f(S,A,N,D),U=p(S,A,L.root,L.align,P==="r");P==="r"&&(U=e.mapValues(U,function(V){return-V})),j[O+P]=U})});var M=m(S,j);return y(j,M),w(j,S.graph().align)}function _(S,k,N){return function(j,A,M){var O=j.node(A),P=j.node(M),D=0,L;if(D+=O.width/2,e.has(O,"labelpos"))switch(O.labelpos.toLowerCase()){case"l":L=-O.width/2;break;case"r":L=O.width/2;break}if(L&&(D+=N?L:-L),L=0,D+=(O.dummy?k:S)/2,D+=(P.dummy?k:S)/2,D+=P.width/2,e.has(P,"labelpos"))switch(P.labelpos.toLowerCase()){case"l":L=P.width/2;break;case"r":L=-P.width/2;break}return L&&(D+=N?L:-L),L=0,D}}function b(S,k){return S.node(k).width}return dv}var fv,BE;function _5(){if(BE)return fv;BE=1;var e=at(),t=fn(),r=x5().positionX;fv=i;function i(l){l=t.asNonCompoundGraph(l),o(l),e.forEach(r(l),function(u,c){l.node(c).x=u})}function o(l){var u=t.buildLayerMatrix(l),c=l.graph().ranksep,f=0;e.forEach(u,function(p){var d=e.max(e.map(p,function(m){return l.node(m).height}));e.forEach(p,function(m){l.node(m).y=f+d/2}),f+=d+c})}return fv}var hv,UE;function b5(){if(UE)return hv;UE=1;var e=at(),t=r5(),r=s5(),i=o5(),o=fn().normalizeRanks,l=a5(),u=fn().removeEmptyRanks,c=l5(),f=u5(),p=c5(),d=w5(),m=_5(),y=fn(),w=tr().Graph;hv=E;function E(q,Q){var ne=Q&&Q.debugTiming?y.time:y.notime;ne("layout",function(){var ae=ne(" buildLayoutGraph",function(){return D(q)});ne(" runLayout",function(){_(ae,ne)}),ne(" updateInputGraph",function(){b(q,ae)})})}function _(q,Q){Q(" makeSpaceForEdgeLabels",function(){L(q)}),Q(" removeSelfEdges",function(){W(q)}),Q(" acyclic",function(){t.run(q)}),Q(" nestingGraph.run",function(){c.run(q)}),Q(" rank",function(){i(y.asNonCompoundGraph(q))}),Q(" injectEdgeLabelProxies",function(){U(q)}),Q(" removeEmptyRanks",function(){u(q)}),Q(" nestingGraph.cleanup",function(){c.cleanup(q)}),Q(" normalizeRanks",function(){o(q)}),Q(" assignRankMinMax",function(){V(q)}),Q(" removeEdgeLabelProxies",function(){z(q)}),Q(" normalize.run",function(){r.run(q)}),Q(" parentDummyChains",function(){l(q)}),Q(" addBorderSegments",function(){f(q)}),Q(" order",function(){d(q)}),Q(" insertSelfEdges",function(){Z(q)}),Q(" adjustCoordinateSystem",function(){p.adjust(q)}),Q(" position",function(){m(q)}),Q(" positionSelfEdges",function(){I(q)}),Q(" removeBorderNodes",function(){J(q)}),Q(" normalize.undo",function(){r.undo(q)}),Q(" fixupEdgeLabelCoords",function(){$(q)}),Q(" undoCoordinateSystem",function(){p.undo(q)}),Q(" translateGraph",function(){C(q)}),Q(" assignNodeIntersects",function(){F(q)}),Q(" reversePoints",function(){re(q)}),Q(" acyclic.undo",function(){t.undo(q)})}function b(q,Q){e.forEach(q.nodes(),function(ne){var ae=q.node(ne),fe=Q.node(ne);ae&&(ae.x=fe.x,ae.y=fe.y,Q.children(ne).length&&(ae.width=fe.width,ae.height=fe.height))}),e.forEach(q.edges(),function(ne){var ae=q.edge(ne),fe=Q.edge(ne);ae.points=fe.points,e.has(fe,"x")&&(ae.x=fe.x,ae.y=fe.y)}),q.graph().width=Q.graph().width,q.graph().height=Q.graph().height}var S=["nodesep","edgesep","ranksep","marginx","marginy"],k={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},N=["acyclicer","ranker","rankdir","align"],j=["width","height"],A={width:0,height:0},M=["minlen","weight","width","height","labeloffset"],O={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},P=["labelpos"];function D(q){var Q=new w({multigraph:!0,compound:!0}),ne=K(q.graph());return Q.setGraph(e.merge({},k,G(ne,S),e.pick(ne,N))),e.forEach(q.nodes(),function(ae){var fe=K(q.node(ae));Q.setNode(ae,e.defaults(G(fe,j),A)),Q.setParent(ae,q.parent(ae))}),e.forEach(q.edges(),function(ae){var fe=K(q.edge(ae));Q.setEdge(ae,e.merge({},O,G(fe,M),e.pick(fe,P)))}),Q}function L(q){var Q=q.graph();Q.ranksep/=2,e.forEach(q.edges(),function(ne){var ae=q.edge(ne);ae.minlen*=2,ae.labelpos.toLowerCase()!=="c"&&(Q.rankdir==="TB"||Q.rankdir==="BT"?ae.width+=ae.labeloffset:ae.height+=ae.labeloffset)})}function U(q){e.forEach(q.edges(),function(Q){var ne=q.edge(Q);if(ne.width&&ne.height){var ae=q.node(Q.v),fe=q.node(Q.w),te={rank:(fe.rank-ae.rank)/2+ae.rank,e:Q};y.addDummyNode(q,"edge-proxy",te,"_ep")}})}function V(q){var Q=0;e.forEach(q.nodes(),function(ne){var ae=q.node(ne);ae.borderTop&&(ae.minRank=q.node(ae.borderTop).rank,ae.maxRank=q.node(ae.borderBottom).rank,Q=e.max(Q,ae.maxRank))}),q.graph().maxRank=Q}function z(q){e.forEach(q.nodes(),function(Q){var ne=q.node(Q);ne.dummy==="edge-proxy"&&(q.edge(ne.e).labelRank=ne.rank,q.removeNode(Q))})}function C(q){var Q=Number.POSITIVE_INFINITY,ne=0,ae=Number.POSITIVE_INFINITY,fe=0,te=q.graph(),ce=te.marginx||0,Ce=te.marginy||0;function ve(Re){var ye=Re.x,Ee=Re.y,Ye=Re.width,we=Re.height;Q=Math.min(Q,ye-Ye/2),ne=Math.max(ne,ye+Ye/2),ae=Math.min(ae,Ee-we/2),fe=Math.max(fe,Ee+we/2)}e.forEach(q.nodes(),function(Re){ve(q.node(Re))}),e.forEach(q.edges(),function(Re){var ye=q.edge(Re);e.has(ye,"x")&&ve(ye)}),Q-=ce,ae-=Ce,e.forEach(q.nodes(),function(Re){var ye=q.node(Re);ye.x-=Q,ye.y-=ae}),e.forEach(q.edges(),function(Re){var ye=q.edge(Re);e.forEach(ye.points,function(Ee){Ee.x-=Q,Ee.y-=ae}),e.has(ye,"x")&&(ye.x-=Q),e.has(ye,"y")&&(ye.y-=ae)}),te.width=ne-Q+ce,te.height=fe-ae+Ce}function F(q){e.forEach(q.edges(),function(Q){var ne=q.edge(Q),ae=q.node(Q.v),fe=q.node(Q.w),te,ce;ne.points?(te=ne.points[0],ce=ne.points[ne.points.length-1]):(ne.points=[],te=fe,ce=ae),ne.points.unshift(y.intersectRect(ae,te)),ne.points.push(y.intersectRect(fe,ce))})}function $(q){e.forEach(q.edges(),function(Q){var ne=q.edge(Q);if(e.has(ne,"x"))switch((ne.labelpos==="l"||ne.labelpos==="r")&&(ne.width-=ne.labeloffset),ne.labelpos){case"l":ne.x-=ne.width/2+ne.labeloffset;break;case"r":ne.x+=ne.width/2+ne.labeloffset;break}})}function re(q){e.forEach(q.edges(),function(Q){var ne=q.edge(Q);ne.reversed&&ne.points.reverse()})}function J(q){e.forEach(q.nodes(),function(Q){if(q.children(Q).length){var ne=q.node(Q),ae=q.node(ne.borderTop),fe=q.node(ne.borderBottom),te=q.node(e.last(ne.borderLeft)),ce=q.node(e.last(ne.borderRight));ne.width=Math.abs(ce.x-te.x),ne.height=Math.abs(fe.y-ae.y),ne.x=te.x+ne.width/2,ne.y=ae.y+ne.height/2}}),e.forEach(q.nodes(),function(Q){q.node(Q).dummy==="border"&&q.removeNode(Q)})}function W(q){e.forEach(q.edges(),function(Q){if(Q.v===Q.w){var ne=q.node(Q.v);ne.selfEdges||(ne.selfEdges=[]),ne.selfEdges.push({e:Q,label:q.edge(Q)}),q.removeEdge(Q)}})}function Z(q){var Q=y.buildLayerMatrix(q);e.forEach(Q,function(ne){var ae=0;e.forEach(ne,function(fe,te){var ce=q.node(fe);ce.order=te+ae,e.forEach(ce.selfEdges,function(Ce){y.addDummyNode(q,"selfedge",{width:Ce.label.width,height:Ce.label.height,rank:ce.rank,order:te+ ++ae,e:Ce.e,label:Ce.label},"_se")}),delete ce.selfEdges})})}function I(q){e.forEach(q.nodes(),function(Q){var ne=q.node(Q);if(ne.dummy==="selfedge"){var ae=q.node(ne.e.v),fe=ae.x+ae.width/2,te=ae.y,ce=ne.x-fe,Ce=ae.height/2;q.setEdge(ne.e,ne.label),q.removeNode(Q),ne.label.points=[{x:fe+2*ce/3,y:te-Ce},{x:fe+5*ce/6,y:te-Ce},{x:fe+ce,y:te},{x:fe+5*ce/6,y:te+Ce},{x:fe+2*ce/3,y:te+Ce}],ne.label.x=ne.x,ne.label.y=ne.y}})}function G(q,Q){return e.mapValues(e.pick(q,Q),Number)}function K(q){var Q={};return e.forEach(q,function(ne,ae){Q[ae.toLowerCase()]=ne}),Q}return hv}var pv,HE;function S5(){if(HE)return pv;HE=1;var e=at(),t=fn(),r=tr().Graph;pv={debugOrdering:i};function i(o){var l=t.buildLayerMatrix(o),u=new r({compound:!0,multigraph:!0}).setGraph({});return e.forEach(o.nodes(),function(c){u.setNode(c,{label:c}),u.setParent(c,"layer"+o.node(c).rank)}),e.forEach(o.edges(),function(c){u.setEdge(c.v,c.w,{},c.name)}),e.forEach(l,function(c,f){var p="layer"+f;u.setNode(p,{rank:"same"}),e.reduce(c,function(d,m){return u.setEdge(d,m,{style:"invis"}),m})}),u}return pv}var mv,WE;function k5(){return WE||(WE=1,mv="0.8.5"),mv}var gv,VE;function E5(){return VE||(VE=1,gv={graphlib:tr(),layout:b5(),debug:S5(),util:{time:fn().time,notime:fn().notime},version:k5()}),gv}var N5=E5();const GE=Hv(N5),yo=240,Au=130,co=74,sc=72,YE=co+sc;function C5(e,t){var i;let r=yo;for(const o of e)r=Math.max(r,((i=t.get(o.id))==null?void 0:i.width)??yo);return r}const eT=420,j5=2;function Ca(e){var r;return((r=e.data)==null?void 0:r.sessionId)??"_default"}function T5(e,t){return((t==null?void 0:t.get(e))??0)>0?eT:0}function R5(e,t){const r=(t==null?void 0:t.get(e))??0;return r>0?6+r*36:0}function ja(e,t,r){const i=t.get(e);return{w:((i==null?void 0:i.width)??yo)+T5(e,r),h:Math.max((i==null?void 0:i.height)??Au,R5(e,r))}}function A5(e){return[...e.keys()].sort().map(t=>`${t}:${e.get(t)}`).join("|")}function I5(e,t,r,i,o,l){const u=new GE.graphlib.Graph;u.setDefaultEdgeLabel(()=>({})),u.setGraph({rankdir:r,marginx:0,marginy:0,nodesep:70,ranksep:160,edgesep:30});const c=e.filter(S=>!o.has(S)),f=new Set(c);for(const S of c){const{w:k,h:N}=ja(S,i,l);u.setNode(S,{width:k,height:N})}for(const S of t)f.has(S.source)&&f.has(S.target)&&u.setEdge(S.source,S.target);GE.layout(u);const p=new Map;let d=1/0,m=1/0,y=-1/0,w=-1/0;for(const S of c){const k=u.node(S);if(!k)continue;const N=i.get(S),j=(N==null?void 0:N.width)??yo,A=(N==null?void 0:N.height)??Au,M=ja(S,i,l),O=k.x-M.w/2,P=k.y-M.h/2;p.set(S,{x:O,y:P}),O<d&&(d=O),P<m&&(m=P),O+j>y&&(y=O+j),P+A>w&&(w=P+A)}if(Number.isFinite(d)&&Number.isFinite(m))for(const[S,k]of p)p.set(S,{x:k.x-d,y:k.y-m});const E=Number.isFinite(y)?y-d:0,_=Number.isFinite(w)?w-m:0;let b=null;for(const S of e){const k=o.get(S);if(!k)continue;const N=i.get(S),j=(N==null?void 0:N.width)??yo,A=(N==null?void 0:N.height)??Au;b=b===null?{minX:k.x,minY:k.y,maxX:k.x+j,maxY:k.y+A}:{minX:Math.min(b.minX,k.x),minY:Math.min(b.minY,k.y),maxX:Math.max(b.maxX,k.x+j),maxY:Math.max(b.maxY,k.y+A)}}return{positions:p,width:E,height:_,pinnedBox:b}}function M5(e,t,r={}){const i=r.direction??"LR",o=r.pinned??new Map,l=r.measured??new Map,u=r.lanes,c=new Map;for(const S of e){const k=Ca(S),N=c.get(k);N?N.push(S.id):c.set(k,[S.id])}const p=Array.from(c.keys()).sort().map(S=>({sid:S,...I5(c.get(S),t,i,l,o,u)})),d=C5(e,l),m=r.availableHeight&&r.availableHeight>0?r.availableHeight:Number.POSITIVE_INFINITY,y=S=>{const k=[[]];let N=0;for(const j of p)k.length<S&&N>0&&N+j.height>m&&(k.push([]),N=0),k[k.length-1].push(j),N+=j.height+YE;return k},w=S=>S.reduce((k,N)=>Math.max(k,N.width),0)+eT;let E=y(r.availableWidth?j5:1);E.length>1&&E.reduce((k,N)=>k+w(N),0)+d*(E.length-1)>(r.availableWidth??0)&&(E=y(1));const _=new Map;let b=0;for(const S of E){const k=w(S);let N=0;for(const{positions:j,height:A,pinnedBox:M}of S){for(const[P,D]of j)_.set(P,{x:D.x+b,y:D.y+N});let O=N+A;M&&M.maxY>O&&M.minX<b+k&&b<M.maxX&&(O=M.maxY),N=O+YE}b+=k+d}return e.map(S=>{const k=o.get(S.id);if(k)return{...S,position:k};const N=_.get(S.id);return N?{...S,position:N}:S})}function O5(e,t,r,i,o){const u=co+sc,c=60,f=w=>ja(w,i,o),p=new Map(e.map(w=>[w.id,Ca(w)])),d=[],m=e.map(w=>({id:w.id,pos:r.get(w.id)??t.get(w.id)})).filter(w=>w.pos!=null).sort((w,E)=>w.pos.y-E.pos.y||w.pos.x-E.pos.x||w.id.localeCompare(E.id)),y=[];for(const{id:w,pos:E}of m){const{w:_,h:b}=f(w),S=p.get(w)??"_default";if(r.has(w)){d.push({x:E.x,y:E.y,w:_,h:b,sid:S});continue}let k=E.y;for(let N=0;N<d.length+1;N++){const j=d.find(A=>{const M=A.sid===S?24:c,O=A.sid===S?24:u;return E.x<A.x+A.w+M&&A.x<E.x+_+M&&k<A.y+A.h+O&&A.y<k+b+O});if(!j)break;k=j.y+j.h+(j.sid===S?24:u)}k!==E.y&&(t.set(w,{x:E.x,y:k}),y.push(w)),d.push({x:E.x,y:k,w:_,h:b,sid:S})}return y}function P5(e,t,r,i,o,l){const u=_=>ja(_,i,l),c=_=>r.get(_)??t.get(_),f=new Map;for(const _ of e){if(!c(_.id))continue;const b=Ca(_),S=f.get(b);S?S.push(_):f.set(b,[_])}const p=new Set;for(const[_,b]of f)b.every(S=>o.has(S.id)&&!r.has(S.id))&&p.add(_);const d=new Map,m=[];for(const _ of e){const b=c(_.id);if(!b)continue;const{w:S,h:k}=u(_.id),N=Ca(_);p.has(N)?(d.get(N)??d.set(N,[]).get(N)).push(_):m.push({x:b.x,y:b.y,w:S,h:k})}if(d.size===0)return[];const y=co+sc,w=(_,b,S,k)=>m.some(N=>_<N.x+N.w+co&&N.x<_+S+co&&b<N.y+N.h+y&&N.y<b+k+y),E=[];for(const _ of[...d.keys()].sort()){const b=d.get(_);let S=1/0,k=1/0,N=-1/0,j=-1/0;for(const U of b){const V=c(U.id),{w:z,h:C}=u(U.id);S=Math.min(S,V.x),k=Math.min(k,V.y),N=Math.max(N,V.x+z),j=Math.max(j,V.y+C)}const A=N-S,M=j-k,O=[...new Set(m.map(U=>Math.round(U.x)))].sort((U,V)=>U-V),P=O.length?O:[S],D=[0,...m.map(U=>U.y+U.h+y)].sort((U,V)=>U-V);let L=null;e:for(const U of P)for(const V of D){if(V>=k)break;if(!w(U,V,A,M)){L={x:U,y:V};break e}}if(L){const U=L.x-S,V=L.y-k;for(const z of b){const C=c(z.id);t.set(z.id,{x:C.x+U,y:C.y+V})}E.push(_)}for(const U of b){const V=c(U.id),{w:z,h:C}=u(U.id);m.push({x:V.x,y:V.y,w:z,h:C})}}return E}function L5(e,t,r,i,o,l=!1,u){const p=co+sc+1,d=8,m=1.75,y=200,w=.7,E=.01,_=L=>ja(L,i,u),b=L=>r.get(L)??t.get(L),S=new Map;for(const L of e){if(!b(L.id))continue;const U=Ca(L),V=S.get(U);V?V.push(L):S.set(U,[L])}const k=[],N=new Set,j=new Set,A=o.size===0;for(const L of[...S.keys()].sort()){const U=S.get(L);let V=1/0,z=1/0,C=-1/0,F=-1/0,$=!1;for(const Z of U){const I=b(Z.id),{w:G,h:K}=_(Z.id);V=Math.min(V,I.x),z=Math.min(z,I.y),C=Math.max(C,I.x+G),F=Math.max(F,I.y+K),r.has(Z.id)&&($=!0)}const re=C-V,J=F-z;j.add(L);const W=o.get(L);W&&(re>W.w+d||J>W.h+d)&&N.add(L),o.set(L,{w:re,h:J}),k.push({sid:L,members:U.map(Z=>Z.id),x:V,y:z,w:re,h:J,anchored:$,mass:1})}for(const L of[...o.keys()])j.has(L)||o.delete(L);if(l||A)return[];let M=!1;for(let L=0;L<k.length&&!M;L++)for(let U=L+1;U<k.length;U++){const V=k[L],z=k[U];if(!(V.anchored&&z.anchored)&&Math.abs(V.x+V.w/2-(z.x+z.w/2))<(V.w+z.w)/2+61&&Math.abs(V.y+V.h/2-(z.y+z.h/2))<(V.h+z.h)/2+p){M=!0;break}}if(N.size===0&&!M)return[];if(N.size>0)for(const L of k)N.has(L.sid)&&(L.mass=8);else for(const L of k)L.mass=Math.max(1,L.w*L.h/(yo*Au));const O=new Map(k.map(L=>[L.sid,L.x])),P=new Map(k.map(L=>[L.sid,L.y]));for(let L=0;L<y;L++){const U=new Map,V=new Map;let z=0;for(let C=0;C<k.length;C++)for(let F=C+1;F<k.length;F++){const $=k[C],re=k[F];if($.anchored&&re.anchored)continue;const J=$.x+$.w/2,W=$.y+$.h/2,Z=re.x+re.w/2,I=re.y+re.h/2,G=($.w+re.w)/2+61-Math.abs(J-Z),K=($.h+re.h)/2+p-Math.abs(W-I);if(G<=0||K<=0)continue;const q=(De,Je)=>!De.anchored&&!(Je<0&&De.x<=0),Q=(De,Je)=>!De.anchored&&!(Je<0&&De.y<=0),ne=(De,Je,Xe)=>{const Ot=De===Je,lt=Ot?$.sid<re.sid?-1:1:Math.sign(De-Je);return Xe($,lt)||Xe(re,-lt)?lt:Ot&&(Xe($,-lt)||Xe(re,lt))?-lt:0},ae=ne(J,Z,q),fe=ne(W,I,Q),te=ae!==0,ce=fe!==0;if(!te&&!ce)continue;const Ce=te&&(!ce||G*m<K),[ve,Re,ye,Ee]=Ce?[ae,G,U,q]:[fe,K,V,Q],Ye=Ee($,ve),we=Ee(re,-ve),_e=$.mass,Be=re.mass,it=Ye?we?Be/(_e+Be):1:0,ft=we?Ye?_e/(_e+Be):1:0,Ze=Re*w;ye.set($.sid,(ye.get($.sid)??0)+ve*Ze*it),ye.set(re.sid,(ye.get(re.sid)??0)-ve*Ze*ft),z+=Ze}for(const C of k)C.anchored||(C.x=Math.max(0,C.x+(U.get(C.sid)??0)),C.y=Math.max(0,C.y+(V.get(C.sid)??0)));if(z<E)break}const D=[];for(const L of k){const U=L.x-O.get(L.sid),V=L.y-P.get(L.sid);if(!(Math.abs(U)<1&&Math.abs(V)<1)){for(const z of L.members){if(r.has(z))continue;const C=t.get(z);C&&t.set(z,{x:C.x+U,y:C.y+V})}D.push(L.sid)}}return D}const $5=600;function Fv(e,t){return!(e.exitAt!=null&&t-e.exitAt>$5||e.kind==="root"&&e.state==="done"&&e.tools.length===0&&e.endedAt!=null&&e.endedAt-e.startedAt<3e3)}function q5(e,t){const r=new Set;for(const i of e.agents.values())Fv(i,t)&&r.add(i.id);return r}function D5(e,t,r=0){return e.right+r>t.left&&e.left-r<t.right&&e.bottom+r>t.top&&e.top-r<t.bottom}function F5(e,t,r=0){if(!e)return!1;for(const i of t)if(D5(e,i,r))return!0;return!1}const tT="sessionGroup";function z5(e,t){var i;if(e.type===tT)return"transparent";const r=(i=e.data)==null?void 0:i.state;return t(r==="err"?"--err":r==="active"?"--inflight":"--ok")}const B5="Update checks are off (AGENTS_DECK_NO_UPDATE_CHECK=1).";function U5(e){if(e.checkDisabled)return B5;if(e.checking)return"Asking npm for the newest release…";const t=e.latest?`npm has v${e.latest}`:e.latestPending?`npm's latest tag names v${e.latestPending}, which it cannot serve yet`:"npm not reached yet",r=e.checkedAgo?` · checked ${e.checkedAgo}`:"";return`${t}${r} · re-checked periodically · click to check npm now`}function H5(e){const t=`Version v${e.running}`;return e.checkDisabled?`${t}, update checks are off`:e.checking?`${t}, checking npm for a newer release`:`${t}, check npm for a newer release`}function W5(e){const t=e.kind==="restart"?`v${e.to} is installed and waiting for a restart`:`v${e.to} is available on npm`;return`Version v${e.from}, ${t} — ${e.open?"hide":"show"} the notice`}function V5(e){if(e==null)return{kind:"unknown",lead:"No data yet. Start a Claude Code or Codex session — it appears here as soon as the deck sees its first event.",workspace:null,tail:""};const t=e.trim();return t===""?{kind:"machine",lead:"No data yet. Start a Claude Code or Codex session anywhere on this machine — this deck is unscoped and captures every workspace.",workspace:null,tail:""}:{kind:"scoped",lead:"No data yet. This deck only captures sessions running under",workspace:t,tail:" — start one there, or restart it without --workspace/--scope to watch the whole machine."}}const zv={kind:"assumed",claude:!0,codex:!0};function G5(e){if(!e||typeof e!="object")return zv;const t=e.providers;if(!t||typeof t!="object")return zv;const r=t;return{kind:"reported",claude:r.claude!==!1,codex:r.codex!==!1}}function nT(e){const t=Math.max(0,Math.floor(e));return`${t} event${t===1?"":"s"}`}function Y5(e){return e.connected?e.paused?{tone:"paused",label:"paused",title:e.held>0?`Connected — ${nT(e.held)} held until you resume (Space)`:"Connected — updates held until you resume (Space)"}:{tone:"live",label:"live",title:"Receiving events"}:{tone:"dead",label:"offline",title:e.paused?"SSE disconnected — and the canvas is paused, so resuming will not bring events back until it reconnects":"SSE disconnected"}}function K5(e){return e.paused?e.held<=0?{label:"Resume",title:"Nothing has arrived since you paused. Resume to follow the canvas again (Space)"}:{label:`Resume · ${e.held} held`,title:`${nT(e.held)} arrived while paused and will be applied in order when you resume (Space)`}:{label:"Pause",title:"Pause live updates — events keep arriving and are applied when you resume (Space)"}}function rT(e,t){return e!==""&&t>0}function X5(e,t,r){return e===""?{active:!1,matched:t,total:r,count:null,empty:!1,message:null,dim:!1}:{active:!0,matched:t,total:r,count:`${t} of ${r}`,empty:t===0,message:t===0?`No agents match “${e}”`:null,dim:rT(e,t)}}const Q5="Search agents, tools, model…";function sT(e,t){var i,o,l,u;if(!t)return!0;const r=t.toLowerCase();if(e.label.toLowerCase().includes(r)||(i=e.cwd)!=null&&i.toLowerCase().includes(r)||(o=e.cwdBasename)!=null&&o.toLowerCase().includes(r)||e.sessionId.toLowerCase().includes(r)||(l=e.firstPrompt)!=null&&l.toLowerCase().includes(r)||e.model&&(e.model.toLowerCase().includes(r)||Rs(e.model).toLowerCase().includes(r))||(u=e.provider)!=null&&u.toLowerCase().startsWith(r))return!0;for(const c of e.tools)if(c.name.toLowerCase().includes(r))return!0;return!1}function fa(e){return typeof window>"u"?"":getComputedStyle(document.documentElement).getPropertyValue(e).trim()||""}const Z5={agent:wL,sessionGroup:AL},iT="react-flow__node";function KE(e){var t,r;return!!e&&((r=(t=e.classList)==null?void 0:t.contains)==null?void 0:r.call(t,iT))===!0}function J5(e){try{const t=document.querySelector(`.${iT}[data-id="${CSS.escape(e)}"]`);t==null||t.focus({preventScroll:!0})}catch{}}const eF=["a[href]","button:not(:disabled)","input:not(:disabled)","select:not(:disabled)","textarea:not(:disabled)","summary","[tabindex]"].join(","),tF=420,cu=18,nF=200,rF=5*6e4,sF=6,iF=2*6e4,My="agent-dag.layout",Oy="agent-dag.viewport",oT="agent-dag.summariesDismissed",aT="agent-dag.sessionListOpen",lT="agent-dag.detailOpen",uT="agent-dag.usagePanelOpen",XE="agent-dag.accountsPanelOpen",QE="agent-dag.versionNoticeDismissed",ZE="agent-dag.oldNameNoticeDismissed",oF=15*6e4,vv={git_checkout:"this deck runs from a git checkout — pull instead:",npx:"npx runs from a cache that cannot be upgraded in place — run:",not_writable:"the install directory is not writable by this user — run:",opted_out:"installs are off (AGENTS_DECK_NO_INSTALL=1) — run:"},JE="agent-dag.autoRestart",eN="agent-dag.bundleReloadedFor";function aF(){if(typeof window>"u")return!1;try{return window.localStorage.getItem(aT)==="1"}catch{return!1}}function lF(e){if(!(typeof window>"u"))try{window.localStorage.setItem(aT,e?"1":"0")}catch{}}function uF(){if(typeof window>"u")return!1;try{return window.localStorage.getItem(lT)==="1"}catch{return!1}}function cF(e){if(!(typeof window>"u"))try{window.localStorage.setItem(lT,e?"1":"0")}catch{}}function dF(){const e=QC(uT);return e===null?!0:e==="1"}function fF(e){if(!(typeof window>"u"))try{window.localStorage.setItem(uT,e?"1":"0")}catch{}}function hF(){if(typeof window>"u")return new Set;try{const e=window.localStorage.getItem(oT);if(!e)return new Set;const t=JSON.parse(e);return new Set(Array.isArray(t)?t.filter(r=>typeof r=="string"):[])}catch{return new Set}}function tN(e){if(!(typeof window>"u"))try{const t=Array.from(e),r=t.length>200?t.slice(-200):t;window.localStorage.setItem(oT,JSON.stringify(r))}catch{}}function pF(){const e={positions:[],pins:[]};if(typeof window>"u")return e;try{const t=window.localStorage.getItem(My);if(!t)return e;const r=JSON.parse(t);if(!("v"in r)){const o=Object.entries(r).filter(([,l])=>l&&typeof l.x=="number"&&typeof l.y=="number");return{positions:o,pins:o.map(([l])=>l)}}return{positions:Object.entries(r.positions??{}).filter(([,o])=>o&&typeof o.x=="number"&&typeof o.y=="number"),pins:Array.isArray(r.pins)?r.pins:[]}}catch{return e}}function yv(e,t){if(!(typeof window>"u"))try{const r={};for(const[i,o]of e)r[i]=o;for(const[i,o]of t)r[i]=o;window.localStorage.setItem(My,JSON.stringify({v:2,positions:r,pins:Array.from(t.keys())}))}catch{}}function mF(){if(typeof window>"u")return null;try{const e=window.localStorage.getItem(Oy);if(!e)return null;const t=JSON.parse(e);return typeof(t==null?void 0:t.x)!="number"||typeof(t==null?void 0:t.y)!="number"||typeof(t==null?void 0:t.zoom)!="number"?null:t}catch{return null}}function gF(e){if(!(typeof window>"u"))try{window.localStorage.setItem(Oy,JSON.stringify(e))}catch{}}function nN(){if(!(typeof window>"u")){try{window.localStorage.removeItem(My)}catch{}try{window.localStorage.removeItem(Oy)}catch{}}}function vF(e,t){const r=e.agents.get(t);if(!r)return;const i=[];for(const d of e.agents.values())d.sessionId===t&&i.push(d);const o={schemaVersion:1,exportedAt:new Date().toISOString(),sessionId:t,label:r.label,cwd:r.cwd,startedAt:r.startedAt,endedAt:r.endedAt,model:r.model,agents:i.map(d=>({id:d.id,kind:d.kind,label:d.label,parentId:d.parentId,state:d.state,startedAt:d.startedAt,endedAt:d.endedAt,model:d.model,cwd:d.cwd,usage:d.usage,prompts:d.prompts,tools:d.tools.map(m=>({id:m.id,name:m.name,inputPreview:m.inputPreview,startedAt:m.startedAt,endedAt:m.endedAt,ok:m.ok,errorPreview:m.errorPreview,usage:m.usage}))}))},l=JSON.stringify(o,null,2),u=new Blob([l],{type:"application/json"}),c=URL.createObjectURL(u),f=document.createElement("a"),p=(r.label||"session").replace(/[^a-z0-9._-]/gi,"_");f.href=c,f.download=`${Gt}-${p}-${t.slice(0,8)}.json`,document.body.appendChild(f),f.click(),document.body.removeChild(f),setTimeout(()=>URL.revokeObjectURL(c),1e3)}const Bv={file:"📁",shell:"⚡",web:"🌐",agent:"🤖",task:"📋",plan:"🧭",mcp:"🔌",other:"✨"},Uv={file:"file",shell:"shell",web:"web",agent:"agent",task:"task",plan:"plan",mcp:"mcp",other:"other"},cT=FC;function yF(e,t){if(!t)return null;const r=new Set([t]);let i=t;for(;i;){const l=e.agents.get(i);if(!(l!=null&&l.parentId)||r.has(l.parentId))break;r.add(l.parentId),i=l.parentId}let o=!0;for(;o;){o=!1;for(const l of e.agents.values())l.parentId&&r.has(l.parentId)&&!r.has(l.id)&&(r.add(l.id),o=!0)}return r}function wF(e,t,r,i,o,l,u,c,f,p,d,m,y,w,E,_,b,S,k){const N=[],j=[],A=new Set;if(l)for(const z of e.agents.values())S.has(z.id)&&sT(z,l)&&A.add(z.id);const M=rT(l,A.size);for(const z of e.agents.values()){if(!S.has(z.id))continue;const C=M&&!A.has(z.id),F=z.exitAt!=null,$=b!=null&&!b.has(z.id),re=[C?"rf-dim":"",F?"rf-exiting":"",$?"rf-spotlit-out":""].filter(Boolean).join(" ")||void 0,J=u.get(z.id);if(N.push({id:z.id,type:"agent",position:{x:0,y:0},data:{...z,now:t,onOpenContext:k},className:re,...J?{width:J.width,height:J.height}:null}),z.parentId&&S.has(z.parentId)){const W=ly(z.sessionId),Z=l&&!A.has(z.id)&&!A.has(z.parentId),I=F,G=_.size>0&&(_.has(z.id)||_.has(z.parentId)),K=b!=null&&!b.has(z.id)&&!b.has(z.parentId),q=z.state==="active"?2:1.5,Q=G?q+1.5:q,ne=Z||I?.2:K?.12:1,ae=["sess-edge",z.state==="active"?"sess-live":"sess-idle",I?"rf-edge-exiting":"",G?"rf-edge-selected":""].filter(Boolean).join(" ");j.push({id:`e:${z.parentId}->${z.id}`,source:z.parentId,target:z.id,animated:(z.state==="active"||G)&&!Z&&!I,type:"smoothstep",style:{"--session-hue":W,strokeWidth:Q,opacity:ne,transition:"var(--edge-transition)"},className:ae})}}const O=new Map;for(const z of e.agents.values())z.tools.length>0&&O.set(z.id,Math.min(4,z.tools.length));const P=`${w}#lanes:${A5(O)}`,D=N.filter(z=>M$(z.id,o,m,y));if(D.length>0||P!==E.current){if(D.length>0){const z=M5(N,j,{direction:"LR",pinned:o,measured:u,availableWidth:r,availableHeight:i,lanes:O});for(const C of z)XC(C.id,m,y)&&P$(C.id,C.position,m,y);P5(N,m,o,u,new Set(D.map(C=>C.id)),O)}O5(N,m,o,u,O),E.current=P}const L=L5(N,m,o,u,c,!p||d,O);L.length>0&&f(L),ou(m,e.agents),ou(y,e.agents),ou(o,e.agents),ou(u,I$(e.agents.values()));const U=[];let V=!1;for(const z of N){let C=o.get(z.id)??m.get(z.id);C||(C=O$(z.id,m,y),V=!0),U.push({...z,position:C})}return V&&(E.current=""),{nodes:U,edges:j}}function xF(){return g.jsx(ay,{children:g.jsx(_F,{})})}function _F(){var Ka,Xa,Qa,Za;const e=Ma(),t=R.useRef(Pv()),[,r]=R.useState(0),i=R.useCallback(()=>r(H=>H+1),[]),[o,l]=R.useState(()=>new Set),[u,c]=R.useState(null),[f,p]=R.useState(null),d=R.useCallback((H,Y)=>{l(oe=>{if(!Y)return new Set([H]);const de=new Set(oe);return de.has(H)?de.delete(H):de.add(H),de}),c(oe=>Y&&oe===H?oe:H)},[]),m=R.useCallback(()=>{l(new Set),c(null)},[]),[y,w]=R.useState(null),[E,_]=R.useState(null),b=R.useCallback(H=>_(H),[]),[S,k]=R.useState(!1),N=R.useRef(hF()),[j,A]=R.useState(aF);R.useEffect(()=>{lF(j)},[j]);const[M,O]=R.useState(uF);R.useEffect(()=>{cF(M)},[M]);const[P,D]=R.useState(dF);R.useEffect(()=>{fF(P)},[P]);const[L,U]=R.useState(()=>{try{const H=window.localStorage.getItem(XE);return H===null?!0:H==="1"}catch{return!0}});R.useEffect(()=>{try{window.localStorage.setItem(XE,L?"1":"0")}catch{}},[L]);const[V,z]=R.useState(null),[C,F]=R.useState(!1),[$,re]=R.useState(0),[J,W]=R.useState(0);R.useEffect(()=>{fetch("/api/sound-hook").then(H=>H.ok?H.json():null).then(H=>{H!=null&&H.ok&&(z(H.enabled===!0),re((H.foreign??[]).filter(Y=>Y.worksHere).length),W(typeof H.parked=="number"?H.parked:0))}).catch(()=>{})},[]);const Z=R.useCallback(async()=>{F(!0);try{const Y=await(await fetch("/api/sound-hook",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({enabled:!V})})).json().catch(()=>null);Y!=null&&Y.ok&&z(Y.enabled===!0),fetch("/api/sound-hook").then(oe=>oe.ok?oe.json():null).then(oe=>{oe!=null&&oe.ok&&(re((oe.foreign??[]).filter(de=>de.worksHere).length),W(typeof oe.parked=="number"?oe.parked:0))}).catch(()=>{})}catch{}finally{F(!1)}},[V]),[I,G]=R.useState(!1),[K,q]=R.useState(null),[Q,ne]=R.useState(()=>{if(typeof window>"u")return"";try{return window.localStorage.getItem(QE)??""}catch{return""}}),[ae,fe]=R.useState(!1),te=R.useRef(0),[ce,Ce]=R.useState(!1),ve=R.useCallback((H=!1)=>{H&&(te.current=Date.now(),Ce(!0)),fetch(H?"/api/version?refresh=1":"/api/version").then(Y=>Y.ok?Y.json():null).then(Y=>{Y&&q(Y)}).catch(()=>{}).finally(()=>{H&&Ce(!1)})},[]),Re=R.useCallback(()=>{ve(Date.now()-te.current>=oF)},[ve]);R.useEffect(()=>{ve();const H=window.setInterval(Re,5*6e4),Y=()=>{document.visibilityState==="visible"&&Re()};return document.addEventListener("visibilitychange",Y),()=>{window.clearInterval(H),document.removeEventListener("visibilitychange",Y)}},[ve,Re]),R.useEffect(()=>{I&&ve()},[I,ve]);const ye=(K==null?void 0:K.notice)??null,[Ee,Ye]=R.useState(null),[we,_e]=R.useState(zv);R.useEffect(()=>{let H=!1;return fetch("/api/health").then(Y=>Y.ok?Y.json():null).then(Y=>{H||(_e(G5(Y)),!(!Y||typeof Y.workspace!="string")&&Ye(Y.workspace))}).catch(()=>{}),()=>{H=!0}},[I]);const Be=R.useRef(we);Be.current=we;const it=ye?`${ye.kind}:${ye.to}`:"",ft=ye!=null&&Q!==it,Ze=R.useCallback(()=>{if(!ye)return;const H=Q===it?"":it;ne(H);try{window.localStorage.setItem(QE,H)}catch{}},[ye,it,Q]),[De,Je]=R.useState(()=>{if(typeof window>"u")return"";try{return window.localStorage.getItem(ZE)??""}catch{return""}}),Xe=K!=null&&K.invokedAs&&K.invokedAs!==Gt?K.invokedAs:null,Ot=Xe!=null&&De!==Xe,lt=R.useCallback(()=>{if(Xe){Je(Xe);try{window.localStorage.setItem(ZE,Xe)}catch{}}},[Xe]),Qe=((Ka=K==null?void 0:K.upgrade)==null?void 0:Ka.state)??"idle",Pt=_$(K==null?void 0:K.upgrade),zt=R.useCallback(async()=>{try{await fetch("/api/upgrade",{method:"POST"})}catch{}ve()},[ve]);R.useEffect(()=>{if(Qe!=="running")return;const H=window.setInterval(ve,3e3);return()=>window.clearInterval(H)},[Qe,ve]);const et=R.useCallback(async()=>{var oe;const H=K==null?void 0:K.command;if(!H)return;let Y=!1;try{Y=await Promise.race([((oe=navigator.clipboard)==null?void 0:oe.writeText(H).then(()=>!0))??Promise.resolve(!1),new Promise(de=>window.setTimeout(()=>de(!1),500))])}catch{Y=!1}if(!Y)try{const de=document.createElement("textarea");de.value=H,de.setAttribute("readonly",""),de.style.cssText="position:fixed;top:0;left:0;opacity:0",document.body.appendChild(de),de.select(),Y=document.execCommand("copy"),de.remove()}catch{Y=!1}Y&&(fe(!0),window.setTimeout(()=>fe(!1),1600))},[K==null?void 0:K.command]),bt=R.useCallback(()=>{A(H=>(H||U(!1),!H))},[]),ht=R.useCallback(()=>{U(H=>(H||A(!1),!H))},[]),[vt,hn]=R.useState(!1),[Yt,Lt]=R.useState(0),bn=R.useRef(null),[gr,Sn]=R.useState(!1),Bt=R.useRef(null),[Fn,pn]=R.useState(0),vr=R.useRef(D$()),[Hr,xi]=R.useState(!1),Wr=R.useCallback(()=>{const H=vr.current,Y=H.setPaused(!H.paused);for(const oe of Y)t.current=Kx(t.current,oe);xi(H.paused)},[]),[ut,_i]=R.useState(Date.now()),[mn,Is]=R.useState(()=>{if(typeof window>"u")return!0;try{return window.localStorage.getItem(JE)!=="0"}catch{return!0}}),yr=R.useCallback(()=>{Is(H=>{const Y=!H;try{window.localStorage.setItem(JE,Y?"1":"0")}catch{}return Y})},[]),[zn,kn]=R.useState(!1),[Vr,Gr]=R.useState("restart"),[Yr,bi]=R.useState(null),sr=R.useRef(!1),Ms=R.useRef(null),En=R.useRef(0),wr=R.useCallback(async H=>{if(sr.current)return;const Y=(H==null?void 0:H.upgrade)===!0;sr.current=!0,Ms.current=Pt;const oe=++En.current;Gr(Y?"npx":"restart"),kn(!0);try{window.sessionStorage.setItem("agent-dag.restartPending",(ye==null?void 0:ye.to)??"")}catch{}try{await fetch("/api/restart",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({upgrade:Y})})}catch{}window.setTimeout(()=>{if(En.current===oe&&sr.current){sr.current=!1,kn(!1);try{window.sessionStorage.removeItem("agent-dag.restartPending")}catch{}}},Y?18e4:3e4)},[ye==null?void 0:ye.to,Pt]),Os=R.useRef(null);R.useEffect(()=>{let H=!1;for(const oe of t.current.agents.values())if(oe.state==="active"){H=!0;break}const Y=S$({enabled:mn,kind:ye==null?void 0:ye.kind,canRestart:(K==null?void 0:K.canRestart)===!0,busy:H,idleSince:Os.current,now:ut});Os.current=Y.idleSince,Y.restart&&wr()},[mn,ye==null?void 0:ye.kind,K==null?void 0:K.canRestart,ut,wr]),R.useEffect(()=>{const H=K==null?void 0:K.running;let Y=null,oe=null;try{Y=window.sessionStorage.getItem("agent-dag.restartPending"),oe=window.sessionStorage.getItem(eN)}catch{return}const de=x$({bundle:"1.35.41",running:H,pending:Y,lastTried:oe});if(de==="reload"){try{window.sessionStorage.setItem(eN,H??"")}catch{return}window.location.reload();return}if(de!=="confirm")return;try{window.sessionStorage.removeItem("agent-dag.restartPending")}catch{}sr.current=!1,kn(!1),bi(H??null);const xe=window.setTimeout(()=>bi(null),6e3);return()=>window.clearTimeout(xe)},[K==null?void 0:K.running]),R.useEffect(()=>{if(zn&&b$({asked:Ms.current,reported:Pt})){try{window.sessionStorage.removeItem("agent-dag.restartPending")}catch{}sr.current=!1,kn(!1)}},[zn,Pt]);const Ps=R.useRef(pF()).current;R.useRef(!1);const Tt=R.useRef(new Map(Ps.positions.filter(([H])=>Ps.pins.includes(H)))),xr=R.useRef(null),_r=R.useState(()=>mF())[0],[Kt,Kr]=R.useState(""),[Si,nt]=R.useState(()=>new Set),[br,Xr]=R.useState(H$),[Ls,Qr]=R.useState(!1),Zr=R.useRef(null);R.useEffect(()=>{document.documentElement.dataset.theme=br;try{window.localStorage.setItem(ZC,br)}catch{}},[br]),R.useEffect(()=>{if(!_r)return;const H=window.setTimeout(()=>{try{e.setViewport(_r,{duration:0})}catch{}},60);return()=>window.clearTimeout(H)},[e,_r]);const $s=R.useRef(!0);R.useEffect(()=>{const H=new EventSource("/events"),Y=q$(i,{now:()=>Date.now(),setTimeout:(oe,de)=>window.setTimeout(oe,de),clearTimeout:oe=>window.clearTimeout(oe)});return H.addEventListener("open",()=>{G(!0),Qr(!0)}),H.addEventListener("error",()=>G(!1)),H.addEventListener("replay-end",()=>{$s.current=!1,Y.flush()}),H.addEventListener("hook",oe=>{try{const de=JSON.parse(oe.data);if(!vr.current.accept(de))return;t.current=Kx(t.current,de),de.replay===!0||$s.current||Date.now()-de.receivedAt>3e4?Y.replay():Y.live()}catch{}}),()=>{H.close(),Y.cancel()}},[i]),R.useEffect(()=>{const H=setInterval(()=>{const Y=Date.now();_i(Y);let oe=$P(t.current,Y,Yx);qP(t.current,Y,Yx)&&(oe=!0),PP(t.current,Y,nF,rF)&&(oe=!0),LP(t.current,Y,sF,iF)&&(oe=!0),oe&&i()},250);return()=>clearInterval(H)},[i]);const ir=R.useRef(null),St=R.useRef(0),qs=420,pt=R.useCallback((H=500)=>{try{const Se=document.querySelector(".canvas-wrap"),Pe=Array.from(document.querySelectorAll(".react-flow__node")).filter(wt=>wt.offsetWidth>0);if(!Se||Pe.length===0)return;const Fe=Se.getBoundingClientRect(),Ge=e.getViewport();if(!Number.isFinite(Ge.zoom)||Ge.zoom<=0)return;const We=wt=>(wt-Fe.left-Ge.x)/Ge.zoom,ze=wt=>(wt-Fe.top-Ge.y)/Ge.zoom,jn=Pe.map(wt=>wt.getBoundingClientRect()),Ys=Math.min(...jn.map(wt=>We(wt.left))),Io=Math.max(...jn.map(wt=>We(wt.right))),Ks=Math.min(...jn.map(wt=>ze(wt.top))),Mo=Math.max(...jn.map(wt=>ze(wt.bottom))),Ja=Io-Ys,us=Mo-Ks;if(!(Ja>0&&us>0))return;const Zt=Math.max(.2,Math.min(1,(Fe.width-160)/(Ja+qs)*.86,(Fe.height-160)/us*.86));e.setViewport({x:80-Ys*Zt,y:Math.max(80,(Fe.height-us*Zt)/2)-Ks*Zt,zoom:Zt},{duration:H}),St.current=Date.now(),window.setTimeout(()=>{try{const wt={x:80-Ys*Zt,y:Math.max(80,(Fe.height-us*Zt)/2)-Ks*Zt,zoom:Zt},Oo=e.getViewport();(Math.abs(Oo.zoom-Zt)>.01||Math.abs(Oo.x-wt.x)>2)&&e.setViewport(wt,{duration:0})}catch{}},H+60)}catch{}},[e]),Eo=R.useRef(""),No=R.useRef(null),za=R.useRef(0),Sr=R.useCallback(()=>{za.current=Date.now()},[]),Jr="agent-dag.autoFitDisabled",gn=R.useRef((()=>{if(typeof window>"u")return!1;try{return window.localStorage.getItem(Jr)==="1"}catch{return!1}})()),[Ds,Ba]=R.useState(gn.current),Ua=R.useCallback(()=>{if(!gn.current){gn.current=!0,Ba(!0);try{window.localStorage.setItem(Jr,"1")}catch{}}},[]),Co=R.useCallback(()=>{gn.current=!1,Ba(!1);try{window.localStorage.removeItem(Jr)}catch{}pt(400)},[e,pt]);R.useEffect(()=>{const H=setInterval(()=>{if(gn.current||Date.now()-za.current<800)return;const Y=t.current,oe=Date.now(),de=[];for(const We of Y.agents.values())Fv(We,oe)&&de.push({id:We.id});if(de.length===0)return;const xe=e.getViewport(),Se=window.innerWidth-360,Pe=window.innerHeight-52;let Fe=!1,Ge=!1;for(const{id:We}of de){const ze=or.current.get(We),jn=Tt.current.get(We)??Xt.current.get(We);if(!ze||!jn)continue;Ge=!0;const Ys=jn.x*xe.zoom+xe.x,Io=jn.y*xe.zoom+xe.y,Ks=(jn.x+ze.width)*xe.zoom+xe.x,Mo=(jn.y+ze.height)*xe.zoom+xe.y;if(Ks>0&&Ys<Se&&Mo>0&&Io<Pe){Fe=!0;break}}Ge&&!Fe&&pt(600)},1500);return()=>clearInterval(H)},[e]);const ki=R.useRef(!1),or=R.useRef(new Map),es=R.useRef(0),ic=R.useCallback(H=>{const Y=or.current;let oe=!1;for(const de of H.nodeInternals.values()){const xe=de.width,Se=de.height;if(xe==null||Se==null)continue;const Pe=Y.get(de.id);Pe?(Math.abs(Pe.height-Se)>4||Math.abs(Pe.width-xe)>4)&&(Y.set(de.id,{width:xe,height:Se}),oe=!0):(Y.set(de.id,{width:xe,height:Se}),oe=!0)}return oe&&(es.current+=1),es.current},[]),Ei=Ke(ic),[He,Ha]=R.useState(0);R.useEffect(()=>{let H=0;const Y=()=>{const de=or.current;let xe=!1;for(const Se of document.querySelectorAll(".react-flow__node[data-id]")){const Pe=Se.getAttribute("data-id");if(!Pe)continue;const Fe=Se.offsetWidth,Ge=Se.offsetHeight;if(!Fe||!Ge)continue;const We=de.get(Pe);(!We||Math.abs(We.width-Fe)>4||Math.abs(We.height-Ge)>4)&&(de.set(Pe,{width:Fe,height:Ge}),xe=!0)}xe&&Ha(Se=>Se+1)};if(ki.current)return;let oe=0;return document.visibilityState==="hidden"?oe=window.setTimeout(Y,32):H=requestAnimationFrame(Y),()=>{cancelAnimationFrame(H),window.clearTimeout(oe)}});const Xt=R.useRef(new Map(Ps.positions)),jo=R.useRef(new Set),Ni=R.useRef(""),kr=R.useMemo(()=>{const H=[];for(const Y of t.current.agents.values())Fv(Y,ut)&&H.push(Y.id+(Y.parentId?`>${Y.parentId}`:""));return H.sort(),`${H.join("|")}#sv${Ei}.${He}`},[t.current,t.current.lastSeq,ut,Ei,He]),ts=R.useRef(null);R.useEffect(()=>(ts.current!=null&&window.clearTimeout(ts.current),ts.current=window.setTimeout(()=>{yv(Xt.current,Tt.current)},1500),()=>{ts.current!=null&&window.clearTimeout(ts.current)}),[kr]),R.useEffect(()=>{if(Eo.current===kr)return;const H=Eo.current;if(Eo.current=kr,!H||gn.current)return;Date.now()-St.current>1200&&pt(400),ir.current&&window.clearTimeout(ir.current),ir.current=window.setTimeout(()=>{gn.current||pt(500)},280)},[kr,e,pt]);const Fs=R.useMemo(()=>{if(o.size===0)return null;const H=new Set;for(const Y of o){const oe=yF(t.current,Y);if(oe)for(const de of oe)H.add(de)}return H.size>0?H:null},[t.current,t.current.lastSeq,o]),Nn=R.useMemo(()=>q5(t.current,ut),[t.current,t.current.lastSeq,ut]),Bn=R.useRef(null),[vn,Un]=R.useState({w:0,h:0});R.useEffect(()=>{const H=Bn.current;if(!H||typeof ResizeObserver>"u")return;const Y=new ResizeObserver(oe=>{var xe;const de=(xe=oe[0])==null?void 0:xe.contentRect;de&&Un(Se=>Math.abs(Se.w-de.width)>40||Math.abs(Se.h-de.height)>40?{w:de.width,h:de.height}:Se)});return Y.observe(H),Un({w:H.clientWidth,h:H.clientHeight}),()=>Y.disconnect()},[]);const zs=R.useCallback(H=>{var oe,de;const Y=H.target;!(Y!=null&&Y.closest)||Y.closest(eF)!==H.currentTarget||(H.preventDefault(),(de=(oe=document.activeElement)==null?void 0:oe.blur)==null||de.call(oe))},[]),Bs=R.useRef(new Map),[Hn,oc]=R.useState(!1);R.useEffect(()=>{const H=window.setTimeout(()=>oc(!0),2500);return()=>window.clearTimeout(H)},[]);const[Wa,Er]=R.useState(!1),ar=R.useRef(null),[Ci,Us]=R.useState(!1),Va=R.useCallback(()=>{ar.current&&(window.clearTimeout(ar.current),ar.current=null),Er(!1)},[]),ac=R.useCallback(H=>{H.length!==0&&queueMicrotask(()=>{Er(!0),ar.current&&window.clearTimeout(ar.current),ar.current=window.setTimeout(()=>Er(!1),tF+80)})},[]);R.useEffect(()=>()=>{ar.current&&window.clearTimeout(ar.current)},[]);const ns=vn.w>0?vn.w*.92:0,rs=vn.h>0?vn.h:0,{nodes:Qt,edges:ji}=R.useMemo(()=>wF(t.current,ut,ns,rs,Tt.current,Kt,or.current,Bs.current,ac,Hn,Ci,Xt.current,jo.current,kr,Ni,o,Fs,Nn,b),[t.current,t.current.lastSeq,ut,ns,rs,Hn,Ci,Kt,kr,o,Fs,Nn,b,Yt]),Ga=R.useMemo(()=>{const H=new Map;for(const oe of Qt){const de=oe.data;if(!(de!=null&&de.sessionId)||de.exitAt!=null)continue;const xe=oe.width,Se=oe.height;if(xe==null||Se==null)continue;const Pe=oe.position.x,Fe=oe.position.y,Ge=Pe+xe,We=Fe+Se,ze=H.get(de.sessionId);ze?(ze.minX=Math.min(ze.minX,Pe),ze.minY=Math.min(ze.minY,Fe),ze.maxX=Math.max(ze.maxX,Ge),ze.maxY=Math.max(ze.maxY,We)):H.set(de.sessionId,{minX:Pe,minY:Fe,maxX:Ge,maxY:We})}const Y=[];for(const[oe,de]of H){const xe=de.maxX-de.minX+cu*2,Se=de.maxY-de.minY+cu*2;Y.push({id:`group:${oe}`,type:tT,position:{x:de.minX-cu,y:de.minY-cu},data:{sessionId:oe,w:xe,h:Se},width:xe,height:Se,style:{width:xe,height:Se},zIndex:-1,draggable:!0,selectable:!1,focusable:!1,deletable:!1,connectable:!1})}return Y},[Qt,ut]),lc=R.useMemo(()=>{const H=[...Ga,...Qt],Y=Bt.current;return!Y||Y.size===0?H:H.map(oe=>{const de=Y.get(oe.id);return de?{...oe,position:de}:oe})},[Ga,Qt,Fn]),Nr=R.useMemo(()=>{if(!Kt)return null;const H=new Set;for(const Y of t.current.agents.values())Nn.has(Y.id)&&sT(Y,Kt)&&H.add(Y.id);return H},[t.current,t.current.lastSeq,Kt,Nn]),Cn=R.useMemo(()=>X5(Kt,(Nr==null?void 0:Nr.size)??0,Nn.size),[Kt,Nr,Nn]),ss=R.useMemo(()=>{const H=new Set;for(const Y of t.current.agents.values())for(const oe of Y.tools)H.add(cT(oe.name));return Object.keys(Bv).filter(Y=>H.has(Y))},[t.current,t.current.lastSeq]);R.useEffect(()=>{if(ss.length<=1){Sn(!1);return}let H=0;const Y=()=>{const oe=bn.current;if(oe&&!document.hidden){const de=oe.getBoundingClientRect(),xe=Array.from(document.querySelectorAll(".react-flow__node, .tool-burst")).map(Pe=>Pe.getBoundingClientRect()),Se=F5(de,xe,8);Sn(Pe=>Pe===Se?Pe:Se)}H=window.setTimeout(Y,300)};return Y(),()=>window.clearTimeout(H)},[ss.length]);const is=R.useMemo(()=>{const H=new Map;for(const oe of t.current.agents.values())for(const de of oe.tools){if(!de.name.startsWith("mcp__"))continue;const xe=de.name.slice(5),Se=xe.indexOf("__"),Pe=Se>0?xe.slice(0,Se):xe;H.set(Pe,(H.get(Pe)??0)+1)}const Y=[];for(const[oe,de]of H){let xe=5381;for(let Se=0;Se<oe.length;Se++)xe=(xe<<5)+xe^oe.charCodeAt(Se);Y.push({server:oe,count:de,hue:Math.abs(xe)%360})}return Y.sort((oe,de)=>de.count-oe.count),Y},[t.current,t.current.lastSeq]),lr=R.useCallback(H=>{nt(Y=>{const oe=new Set(Y);return oe.has(H)?oe.delete(H):oe.add(H),oe})},[]),Rt=u?t.current.agents.get(u):null,os=f?Array.from(t.current.agents.values()).flatMap(H=>H.tools).find(H=>H.id===f)??null:null,To=R.useCallback(async()=>{try{await fetch("/api/clear",{method:"POST"})}catch{}t.current=Pv(),Tt.current.clear(),or.current.clear(),Xt.current.clear(),Ni.current="",nN(),m(),i()},[i,m]),Hs=R.useRef(S);Hs.current=S;const Ws=R.useRef(!1);Ws.current=os!=null||vt||E!=null||y!=null;const Vs=R.useCallback(H=>{const Y=E$(H,{confirmOpen:Hs.current,modalOpen:Ws.current});Y==="confirm"?k(!0):Y==="clear"&&(k(!1),To())},[To]),$t=R.useCallback(()=>{Tt.current.clear(),Xt.current.clear(),Ni.current="",nN(),i(),window.setTimeout(()=>pt(500),80)},[i,e,pt]),Cr=R.useCallback(()=>pt(500),[pt]),as=R.useRef(Qt);as.current=Qt;const ls=R.useRef(u);ls.current=u;const Ro=R.useCallback(H=>{const Y=as.current,oe=C$(Y.map(Se=>({id:Se.id,x:Se.position.x,y:Se.position.y})),ls.current,H),de=oe?Y.find(Se=>Se.id===oe):void 0;if(!de)return;const xe=KE(document.activeElement);d(de.id,!1),window.setTimeout(()=>{try{e.fitView({padding:.35,duration:350,nodes:[de]})}catch{}St.current=Date.now(),xe&&J5(de.id)},30)},[d,e]),Ti=R.useCallback(H=>{d(H,!1),window.setTimeout(()=>{try{const Y=as.current.find(oe=>oe.id===H);Y&&e.fitView({padding:.3,duration:500,nodes:[Y]}),St.current=Date.now()}catch{}},60)},[d,e]);R.useEffect(()=>{const H=Y=>{var Fe,Ge,We;const oe=Y.target,de={tagName:oe==null?void 0:oe.tagName,isContentEditable:oe==null?void 0:oe.isContentEditable,role:(Fe=oe==null?void 0:oe.getAttribute)==null?void 0:Fe.call(oe,"role"),type:oe==null?void 0:oe.type};if(Y.key==="Escape"){const ze=rL({overlayOpen:Tu.depth()>0,typing:uy(de)});ze==="dismiss"?Tu.dismissTop():ze==="blur"?oe==null||oe.blur():(A$(de)&&(oe==null||oe.blur()),m());return}if($C(Y))return;const xe=KE(oe)?(Ge=oe==null?void 0:oe.getAttribute)==null?void 0:Ge.call(oe,"data-id"):null,Se=xe&&as.current.some(ze=>ze.id===xe)?xe:null,Pe=T$(Y,Se);if(Pe.kind==="activate"){Y.preventDefault(),d(Pe.nodeId,Pe.additive);return}if(Pe.kind!=="node"&&!(Pe.nodeId==null&&dL(de))){if(Y.key==="/"){Y.preventDefault(),(We=Zr.current)==null||We.focus();return}Y.key===" "&&(Y.preventDefault(),Wr()),(Y.key==="c"||Y.key==="C")&&Vs("shortcut"),(Y.key==="r"||Y.key==="R")&&$t(),(Y.key==="f"||Y.key==="F")&&Cr(),(Y.key==="l"||Y.key==="L")&&bt(),(Y.key==="h"||Y.key==="H")&&hn(ze=>!ze),(Y.key==="u"||Y.key==="U")&&D(ze=>!ze),(Y.key==="a"||Y.key==="A")&&Be.current.claude&&ht(),(Y.key==="j"||Y.key==="J")&&Ro(1),(Y.key==="k"||Y.key==="K")&&Ro(-1),(Y.key==="t"||Y.key==="T")&&Xr(ze=>ze==="dark"?"light":"dark")}};return window.addEventListener("keydown",H),()=>window.removeEventListener("keydown",H)},[Vs,$t,Cr,m,d,Ro,Wr]);const jr=t.current.agents.size,Gs=new Set(Array.from(t.current.agents.values()).map(H=>H.sessionId)).size,tn=R.useMemo(()=>p3(t.current.agents.values()),[t.current,t.current.lastSeq]),Ao=R.useMemo(()=>m3(t.current.agents.values()),[t.current,t.current.lastSeq]),Ya=R.useRef(null);R.useEffect(()=>{const H=W$({waiting:tn.length,running:Ao}),Y=Ya.current;if(Ya.current=H,(Y==null?void 0:Y.title)!==H.title&&(document.title=H.title),(Y==null?void 0:Y.icon)!==H.icon){const oe=document.querySelector('link[rel="icon"]');oe&&(oe.href=V$[H.icon])}},[tn.length,Ao]);const[uc,cc]=R.useState(""),Ri=Y$(tn);R.useEffect(()=>{cc(H=>K$(H,Ri))},[Ri]);const nn=R.useMemo(()=>{let H=0,Y=0,oe=0,de=0,xe=0,Se=0,Pe=0,Fe=0,Ge=0;for(const We of t.current.agents.values()){H+=We.usage.inputTokens,Y+=We.usage.outputTokens,oe+=We.usage.cacheReadTokens,de+=We.usage.cacheCreateTokens;const ze=dn(We.usage,We.model);xe+=ze.total,Se+=ze.input,Pe+=ze.output,Fe+=ze.cacheRead,Ge+=ze.cacheWrite}return{inT:H,outT:Y,cacheR:oe,cacheC:de,sum:H+Y,cost:{total:xe,input:Se,output:Pe,cacheRead:Fe,cacheWrite:Ge}}},[t.current,t.current.lastSeq]);return g.jsxs("div",{className:"app",children:[g.jsx("a",{className:"skip-link",href:"#canvas",children:"Skip to the canvas"}),g.jsxs("header",{className:"topbar",children:[g.jsxs("div",{className:"brand",children:[g.jsx("span",{className:"logo"}),g.jsx("h1",{children:Gt}),ye?g.jsxs("button",{type:"button",className:"v stale",onClick:Ze,"aria-label":W5({...ye,open:ft}),title:ye.kind==="restart"?`Running v${ye.from}; v${ye.to} is installed on disk. Restart to pick it up.`:`Running v${ye.from}; v${ye.to} is on npm.`,children:["v",ye.from,g.jsx("span",{className:"v-dot","aria-hidden":!0})]}):(()=>{const H={running:(K==null?void 0:K.running)??"1.35.41",latest:K==null?void 0:K.latest,latestPending:K==null?void 0:K.latestPending,checkedAgo:K!=null&&K.checkedAt?$v(ut-K.checkedAt):null,checkDisabled:K==null?void 0:K.checkDisabled,checking:ce};return g.jsxs("button",{type:"button",className:ce?"v checking":"v",onClick:()=>ve(!0),"aria-busy":ce||void 0,"aria-label":H5(H),title:U5(H),children:["v",H.running]})})()]}),Rt&&(()=>{const H=dn(Rt.usage,Rt.model),Y=Math.max(0,((Rt.endedAt??ut)-Rt.startedAt)/1e3),oe=Rt.state==="active"?Cu(H.total,Y):null,de=o.size-1;return g.jsxs("button",{type:"button",className:"selected-ribbon",title:`Fit view to ${Rt.label}`,onClick:()=>{try{const xe=Qt.find(Se=>Se.id===Rt.id);xe&&e.fitView({padding:.35,duration:500,nodes:[xe]}),St.current=Date.now()}catch{}},children:[g.jsx("span",{className:`state-pill state-${Rt.state}`,children:Rt.state==="active"?"live":Rt.state}),g.jsx("span",{className:"selected-label",children:Rt.label}),H.total>0&&g.jsxs("span",{className:"selected-cost",children:[qe(H.total),oe?g.jsxs("span",{className:"selected-rate",children:[" · ",oe]}):null]}),de>0&&g.jsxs("span",{className:"selected-extra",children:["+",de]}),g.jsx("span",{"aria-hidden":!0,className:"selected-close",onClick:xe=>{xe.stopPropagation(),m()},children:"×"})]})})(),g.jsxs("div",{className:"actions",children:[g.jsxs("div",{className:"search",children:[g.jsx("span",{className:"search-icon","aria-hidden":!0,children:"⌕"}),g.jsx("input",{ref:Zr,type:"text",placeholder:Q5,value:Kt,onChange:H=>Kr(H.target.value),spellCheck:!1,"aria-label":"Filter the graph"}),Kt?g.jsx("button",{className:"search-clear","aria-label":"Clear search",onClick:()=>Kr(""),children:"×"}):g.jsx("kbd",{className:"search-kbd","aria-hidden":!0,children:"/"}),Cn.count&&g.jsx("span",{className:`search-count${Cn.empty?" none":""}`,"aria-live":"polite",title:`${Cn.count} agents on the canvas match “${Kt}”`,children:Cn.count})]}),g.jsxs("span",{className:"status",children:[(()=>{const H=Y5({connected:I,paused:Hr,held:vr.current.size});return g.jsx("span",{className:`pill ${H.tone}`,title:H.title,children:H.label})})(),g.jsxs("span",{className:"stat",title:nq(we),children:[g.jsx("span",{className:"count",children:Gs}),g.jsx("span",{className:"lbl",children:"sessions"})]}),g.jsxs("span",{className:"stat",title:"Total agents (root + subagents)",children:[g.jsx("span",{className:"count",children:jr}),g.jsx("span",{className:"lbl",children:"agents"})]}),g.jsxs("span",{className:"stat",title:rq(we),children:[g.jsx("span",{className:"count",children:t.current.totalEvents}),g.jsx("span",{className:"lbl",children:"events"})]}),g.jsx(R3,{}),nn.sum>0&&g.jsxs("span",{className:"stat",title:`in:${nn.inT.toLocaleString()} out:${nn.outT.toLocaleString()} cache-r:${nn.cacheR.toLocaleString()} cache-c:${nn.cacheC.toLocaleString()}`,children:[g.jsx("span",{className:"count",children:Nt(nn.sum)}),g.jsx("span",{className:"lbl",children:"tokens"})]}),is.length>0&&g.jsxs("span",{className:"stat mcp-legend",title:`MCP servers seen this session:
|
|
73
|
+
${t.parked} of your own sound hook${t.parked>1?"s were":" was"} set aside so this switch actually controls the sound. Nothing was deleted — shift-click to put ${t.parked>1?"them":"it"} back.`:"";return r+i+o+l}function ej(e){const t=new Map;for(const r of e)for(const i of r.agents??[]){if(!i||typeof i.agent!="string"||i.agent==="")continue;const o=t.get(i.agent)??{id:i.agent,cost:0,tokens:0};o.cost+=Number.isFinite(i.totalCost)?i.totalCost:0,o.tokens+=Number.isFinite(i.totalTokens)?i.totalTokens:0,t.set(i.agent,o)}return[...t.values()].sort((r,i)=>i.cost-r.cost||r.id.localeCompare(i.id))}function oq(e){const t=ej([{agents:e}]);return t.length<2?null:t.map(r=>`${py(r.id)} ${qe(r.cost)}`).join(" · ")}function N_(e){switch(e.toLowerCase()){case"claude":return"#c4b5fd";case"codex":return"#fdba74";case"gemini":return"#a5b4fc";case"copilot":return"#86efac";default:return"#94a3b8"}}function aq(e,t){if(!(t>0)||!(e>0))return"0%";const r=e/t*100;return r<.1?"<0.1%":`${r.toFixed(1)}%`}function au(e){const t=e.toLowerCase();return t.includes("opus")?"#c4b5fd":t.includes("sonnet")?"#7dd3fc":t.includes("haiku")?"#86efac":t.includes("gpt-5")||t.includes("gpt5")?"#fcd34d":t.includes("gpt")?"#fca5a5":t.includes("gemini")?"#a5b4fc":t.includes("codex")?"#fdba74":"#94a3b8"}const lq=[7,14,30,90];function uq(e){const[t,r]=R.useState(null),[i,o]=R.useState(!1),l=R.useRef(X$()).current,u=(c=!1)=>{const f=l.begin(),p=e;o(!0);const m=`/api/ccusage?since=${Q$(p)}${c?"&refresh=1":""}`;fetch(m).then(y=>y.json()).then(y=>{f()&&r({range:p,resp:y})}).catch(()=>{f()&&r({range:p,resp:{ok:!1,reason:"unreachable"}})}).finally(()=>{f()&&o(!1)})};return R.useEffect(()=>(u(!1),()=>l.cancel()),[e]),{landed:t,loading:i,reload:()=>u(!0)}}function cq({onClose:e,providers:t}){var O;const[r,i]=R.useState(30),[o,l]=R.useState(null),{landed:u,loading:c,reload:f}=uq(r),p=R.useRef(null),d=wo(e,{focusRef:p}),m=Z$({loading:c,want:r,answer:u&&{range:u.range,ok:u.resp.ok===!0,days:((O=u.resp.days)==null?void 0:O.length)??0}}),y=m.phase==="chart"?u.resp.days??[]:[],w=R.useMemo(()=>y.reduce((P,D)=>Math.max(P,D.totalCost),0),[y]),{totalCost:E,totalTok:_,inOut:b,cacheRead:S,modelCosts:k}=R.useMemo(()=>{let P=0,D=0,L=0,U=0;const V=new Map;for(const z of y){P+=z.totalCost,D+=z.totalTokens,L+=z.inputTokens+z.outputTokens,U+=z.cacheReadTokens;for(const C of z.modelBreakdowns)V.set(C.modelName,(V.get(C.modelName)??0)+C.cost)}return{totalCost:P,totalTok:D,inOut:L,cacheRead:U,modelCosts:V}},[y]),N=R.useMemo(()=>Array.from(k.entries()).sort((P,D)=>D[1]-P[1]),[k]),j=R.useMemo(()=>ej(y),[y]),A=j.length>1,M=o?y.find(P=>P.period===o)??null:null;return g.jsx("div",{className:"uh-backdrop",onClick:e,role:"presentation",children:g.jsxs("div",{ref:d,className:"uh-modal",onClick:P=>P.stopPropagation(),role:"dialog","aria-modal":"true","aria-label":"Usage history",children:[g.jsxs("header",{className:"uh-head",children:[g.jsxs("div",{className:"uh-titlewrap",children:[g.jsx("div",{className:"uh-title",children:"Usage history"}),g.jsx("div",{className:"uh-sub",children:eq(t,j.map(P=>P.id))})]}),g.jsx("div",{className:"uh-range",role:"group","aria-label":"Range",children:lq.map(P=>g.jsxs("button",{type:"button","aria-pressed":r===P,className:`uh-range-btn${r===P?" on":""}`,onClick:()=>{i(P),l(null)},children:[P,"d"]},P))}),g.jsx("button",{className:"btn icon-btn uh-reload",onClick:f,disabled:c,title:"Re-run ccusage","aria-label":"Reload",children:c?"…":"↻"}),g.jsx("button",{ref:p,className:"uh-close",onClick:e,"aria-label":"Close",children:"×"})]}),m.phase==="busy"?g.jsx("div",{className:"uh-status","aria-busy":"true",children:u?"running ccusage…":"running ccusage… (first run downloads the package)"}):m.phase==="error"?g.jsxs("div",{className:"uh-status uh-err",title:vo(u.resp)||void 0,children:[Z3(u.resp,"ccusage did not report usage"),g.jsx("div",{children:g.jsx("button",{className:"btn uh-retry",onClick:f,disabled:c,children:c?"trying…":"Try again"})})]}):m.phase==="empty"?g.jsx("div",{className:`uh-status${m.stale?" uh-stale":""}`,"aria-busy":m.stale||void 0,children:"no usage in this range"}):g.jsxs("div",{className:m.stale?"uh-stale":void 0,"aria-busy":m.stale||void 0,children:[g.jsxs("div",{className:"uh-totals",children:[g.jsx(lu,{label:"total cost",val:qe(E),accent:!0}),g.jsx(lu,{label:"tokens",val:Nt(_)}),g.jsx(lu,{label:"input+output",val:Nt(b)}),g.jsx(lu,{label:"cache reads",val:Nt(S)})]}),A&&g.jsxs("div",{className:"uh-agents",role:"group","aria-label":"Cost by CLI",children:[g.jsx("div",{className:"uh-agent-bar","aria-hidden":"true",children:j.map(P=>g.jsx("span",{className:"uh-agent-seg",style:{width:`${E>0?P.cost/E*100:0}%`,background:N_(P.id)}},P.id))}),g.jsx("div",{className:"uh-agent-keys",children:j.map(P=>g.jsxs("span",{className:"uh-agent-key",title:`${P.id} · ${Nt(P.tokens)} tokens`,children:[g.jsx("span",{className:"uh-legend-dot",style:{background:N_(P.id)}}),py(P.id),g.jsx("span",{className:"uh-agent-cost",children:qe(P.cost)}),g.jsx("span",{className:"uh-agent-share",children:aq(P.cost,E)})]},P.id))})]}),g.jsx("div",{className:"uh-chart",role:"group","aria-label":"Daily cost by model",children:y.map(P=>{const D=w>0?P.totalCost/w*100:0,L=P.period===o,U=`${P.period}, ${qe(P.totalCost)}`;return g.jsxs("button",{className:`uh-bar-col${L?" sel":""}`,onClick:()=>l(L?null:P.period),"aria-pressed":L,"aria-label":U,title:`${P.period} · ${qe(P.totalCost)}`,style:{flexBasis:`${100/y.length}%`},children:[g.jsx("div",{className:"uh-bar",style:{height:`${Math.max(D,P.totalCost>0?2:0)}%`},children:P.modelBreakdowns.slice().sort((V,z)=>z.cost-V.cost).map(V=>{const z=P.totalCost>0?V.cost/P.totalCost*100:0;return g.jsx("div",{className:"uh-bar-seg",style:{height:`${z}%`,background:au(V.modelName)}},V.modelName)})}),g.jsx("span",{className:"uh-bar-label",children:P.period.slice(5)})]},P.period)})}),g.jsx("div",{className:"uh-legend",children:N.map(([P,D])=>g.jsxs("span",{className:"uh-legend-item",title:P,children:[g.jsx("span",{className:"uh-legend-dot",style:{background:au(P)}}),Rs(P)," ",g.jsx("span",{className:"uh-legend-cost",children:qe(D)})]},P))}),M&&g.jsxs("div",{className:"uh-detail",children:[g.jsxs("div",{className:"uh-detail-head",children:[g.jsx("span",{className:"uh-detail-date",children:M.period}),g.jsx("span",{className:"uh-detail-cost",children:qe(M.totalCost)}),(()=>{var L,U;const D=oq(M.agents)??((U=(L=M.metadata)==null?void 0:L.agents)!=null&&U.length?M.metadata.agents.join(" · "):null);return D?g.jsx("span",{className:"uh-detail-agents",title:D,children:D}):null})()]}),g.jsxs("div",{className:"uh-detail-mini",children:[g.jsx(uu,{label:"input",val:Nt(M.inputTokens)}),g.jsx(uu,{label:"output",val:Nt(M.outputTokens)}),g.jsx(uu,{label:"cache write",val:Nt(M.cacheCreationTokens)}),g.jsx(uu,{label:"cache read",val:Nt(M.cacheReadTokens)})]}),g.jsx("div",{className:"uh-detail-models",children:M.modelBreakdowns.slice().sort((P,D)=>D.cost-P.cost).map(P=>{const D=M.totalCost>0?P.cost/M.totalCost*100:0;return g.jsxs("div",{className:"uh-model-row",title:P.modelName,children:[g.jsxs("span",{className:"uh-model-name",children:[g.jsx("span",{className:"uh-legend-dot",style:{background:au(P.modelName)}}),g.jsx("span",{className:"uh-model-label",children:Rs(P.modelName)})]}),g.jsx("span",{className:"uh-model-bar",children:g.jsx("span",{className:"uh-model-bar-fill",style:{width:`${D}%`,background:au(P.modelName)}})}),g.jsx("span",{className:"uh-model-cost",children:qe(P.cost)})]},P.modelName)})})]})]})]})})}function lu({label:e,val:t,accent:r}){return g.jsxs("div",{className:"uh-stat",children:[g.jsx("span",{className:`uh-stat-val${r?" accent":""}`,children:t}),g.jsx("span",{className:"uh-stat-label",children:e})]})}function uu({label:e,val:t}){return g.jsxs("div",{className:"uh-ministat",children:[g.jsx("span",{className:"uh-ministat-val",children:t}),g.jsx("span",{className:"uh-ministat-label",children:e})]})}function my(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Jd,C_;function dq(){if(C_)return Jd;C_=1;function e(){this.__data__=[],this.size=0}return Jd=e,Jd}var ef,j_;function xo(){if(j_)return ef;j_=1;function e(t,r){return t===r||t!==t&&r!==r}return ef=e,ef}var tf,T_;function zu(){if(T_)return tf;T_=1;var e=xo();function t(r,i){for(var o=r.length;o--;)if(e(r[o][0],i))return o;return-1}return tf=t,tf}var nf,R_;function fq(){if(R_)return nf;R_=1;var e=zu(),t=Array.prototype,r=t.splice;function i(o){var l=this.__data__,u=e(l,o);if(u<0)return!1;var c=l.length-1;return u==c?l.pop():r.call(l,u,1),--this.size,!0}return nf=i,nf}var rf,A_;function hq(){if(A_)return rf;A_=1;var e=zu();function t(r){var i=this.__data__,o=e(i,r);return o<0?void 0:i[o][1]}return rf=t,rf}var sf,I_;function pq(){if(I_)return sf;I_=1;var e=zu();function t(r){return e(this.__data__,r)>-1}return sf=t,sf}var of,M_;function mq(){if(M_)return of;M_=1;var e=zu();function t(r,i){var o=this.__data__,l=e(o,r);return l<0?(++this.size,o.push([r,i])):o[l][1]=i,this}return of=t,of}var af,O_;function Bu(){if(O_)return af;O_=1;var e=dq(),t=fq(),r=hq(),i=pq(),o=mq();function l(u){var c=-1,f=u==null?0:u.length;for(this.clear();++c<f;){var p=u[c];this.set(p[0],p[1])}}return l.prototype.clear=e,l.prototype.delete=t,l.prototype.get=r,l.prototype.has=i,l.prototype.set=o,af=l,af}var lf,P_;function gq(){if(P_)return lf;P_=1;var e=Bu();function t(){this.__data__=new e,this.size=0}return lf=t,lf}var uf,L_;function vq(){if(L_)return uf;L_=1;function e(t){var r=this.__data__,i=r.delete(t);return this.size=r.size,i}return uf=e,uf}var cf,$_;function yq(){if($_)return cf;$_=1;function e(t){return this.__data__.get(t)}return cf=e,cf}var df,q_;function wq(){if(q_)return df;q_=1;function e(t){return this.__data__.has(t)}return df=e,df}var ff,D_;function tj(){if(D_)return ff;D_=1;var e=typeof Vl=="object"&&Vl&&Vl.Object===Object&&Vl;return ff=e,ff}var hf,F_;function rr(){if(F_)return hf;F_=1;var e=tj(),t=typeof self=="object"&&self&&self.Object===Object&&self,r=e||t||Function("return this")();return hf=r,hf}var pf,z_;function _o(){if(z_)return pf;z_=1;var e=rr(),t=e.Symbol;return pf=t,pf}var mf,B_;function xq(){if(B_)return mf;B_=1;var e=_o(),t=Object.prototype,r=t.hasOwnProperty,i=t.toString,o=e?e.toStringTag:void 0;function l(u){var c=r.call(u,o),f=u[o];try{u[o]=void 0;var p=!0}catch{}var d=i.call(u);return p&&(c?u[o]=f:delete u[o]),d}return mf=l,mf}var gf,U_;function _q(){if(U_)return gf;U_=1;var e=Object.prototype,t=e.toString;function r(i){return t.call(i)}return gf=r,gf}var vf,H_;function gi(){if(H_)return vf;H_=1;var e=_o(),t=xq(),r=_q(),i="[object Null]",o="[object Undefined]",l=e?e.toStringTag:void 0;function u(c){return c==null?c===void 0?o:i:l&&l in Object(c)?t(c):r(c)}return vf=u,vf}var yf,W_;function qn(){if(W_)return yf;W_=1;function e(t){var r=typeof t;return t!=null&&(r=="object"||r=="function")}return yf=e,yf}var wf,V_;function La(){if(V_)return wf;V_=1;var e=gi(),t=qn(),r="[object AsyncFunction]",i="[object Function]",o="[object GeneratorFunction]",l="[object Proxy]";function u(c){if(!t(c))return!1;var f=e(c);return f==i||f==o||f==r||f==l}return wf=u,wf}var xf,G_;function bq(){if(G_)return xf;G_=1;var e=rr(),t=e["__core-js_shared__"];return xf=t,xf}var _f,Y_;function Sq(){if(Y_)return _f;Y_=1;var e=bq(),t=(function(){var i=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return i?"Symbol(src)_1."+i:""})();function r(i){return!!t&&t in i}return _f=r,_f}var bf,K_;function nj(){if(K_)return bf;K_=1;var e=Function.prototype,t=e.toString;function r(i){if(i!=null){try{return t.call(i)}catch{}try{return i+""}catch{}}return""}return bf=r,bf}var Sf,X_;function kq(){if(X_)return Sf;X_=1;var e=La(),t=Sq(),r=qn(),i=nj(),o=/[\\^$.*+?()[\]{}|]/g,l=/^\[object .+?Constructor\]$/,u=Function.prototype,c=Object.prototype,f=u.toString,p=c.hasOwnProperty,d=RegExp("^"+f.call(p).replace(o,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function m(y){if(!r(y)||t(y))return!1;var w=e(y)?d:l;return w.test(i(y))}return Sf=m,Sf}var kf,Q_;function Eq(){if(Q_)return kf;Q_=1;function e(t,r){return t==null?void 0:t[r]}return kf=e,kf}var Ef,Z_;function vi(){if(Z_)return Ef;Z_=1;var e=kq(),t=Eq();function r(i,o){var l=t(i,o);return e(l)?l:void 0}return Ef=r,Ef}var Nf,J_;function gy(){if(J_)return Nf;J_=1;var e=vi(),t=rr(),r=e(t,"Map");return Nf=r,Nf}var Cf,e1;function Uu(){if(e1)return Cf;e1=1;var e=vi(),t=e(Object,"create");return Cf=t,Cf}var jf,t1;function Nq(){if(t1)return jf;t1=1;var e=Uu();function t(){this.__data__=e?e(null):{},this.size=0}return jf=t,jf}var Tf,n1;function Cq(){if(n1)return Tf;n1=1;function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}return Tf=e,Tf}var Rf,r1;function jq(){if(r1)return Rf;r1=1;var e=Uu(),t="__lodash_hash_undefined__",r=Object.prototype,i=r.hasOwnProperty;function o(l){var u=this.__data__;if(e){var c=u[l];return c===t?void 0:c}return i.call(u,l)?u[l]:void 0}return Rf=o,Rf}var Af,s1;function Tq(){if(s1)return Af;s1=1;var e=Uu(),t=Object.prototype,r=t.hasOwnProperty;function i(o){var l=this.__data__;return e?l[o]!==void 0:r.call(l,o)}return Af=i,Af}var If,i1;function Rq(){if(i1)return If;i1=1;var e=Uu(),t="__lodash_hash_undefined__";function r(i,o){var l=this.__data__;return this.size+=this.has(i)?0:1,l[i]=e&&o===void 0?t:o,this}return If=r,If}var Mf,o1;function Aq(){if(o1)return Mf;o1=1;var e=Nq(),t=Cq(),r=jq(),i=Tq(),o=Rq();function l(u){var c=-1,f=u==null?0:u.length;for(this.clear();++c<f;){var p=u[c];this.set(p[0],p[1])}}return l.prototype.clear=e,l.prototype.delete=t,l.prototype.get=r,l.prototype.has=i,l.prototype.set=o,Mf=l,Mf}var Of,a1;function Iq(){if(a1)return Of;a1=1;var e=Aq(),t=Bu(),r=gy();function i(){this.size=0,this.__data__={hash:new e,map:new(r||t),string:new e}}return Of=i,Of}var Pf,l1;function Mq(){if(l1)return Pf;l1=1;function e(t){var r=typeof t;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?t!=="__proto__":t===null}return Pf=e,Pf}var Lf,u1;function Hu(){if(u1)return Lf;u1=1;var e=Mq();function t(r,i){var o=r.__data__;return e(i)?o[typeof i=="string"?"string":"hash"]:o.map}return Lf=t,Lf}var $f,c1;function Oq(){if(c1)return $f;c1=1;var e=Hu();function t(r){var i=e(this,r).delete(r);return this.size-=i?1:0,i}return $f=t,$f}var qf,d1;function Pq(){if(d1)return qf;d1=1;var e=Hu();function t(r){return e(this,r).get(r)}return qf=t,qf}var Df,f1;function Lq(){if(f1)return Df;f1=1;var e=Hu();function t(r){return e(this,r).has(r)}return Df=t,Df}var Ff,h1;function $q(){if(h1)return Ff;h1=1;var e=Hu();function t(r,i){var o=e(this,r),l=o.size;return o.set(r,i),this.size+=o.size==l?0:1,this}return Ff=t,Ff}var zf,p1;function vy(){if(p1)return zf;p1=1;var e=Iq(),t=Oq(),r=Pq(),i=Lq(),o=$q();function l(u){var c=-1,f=u==null?0:u.length;for(this.clear();++c<f;){var p=u[c];this.set(p[0],p[1])}}return l.prototype.clear=e,l.prototype.delete=t,l.prototype.get=r,l.prototype.has=i,l.prototype.set=o,zf=l,zf}var Bf,m1;function qq(){if(m1)return Bf;m1=1;var e=Bu(),t=gy(),r=vy(),i=200;function o(l,u){var c=this.__data__;if(c instanceof e){var f=c.__data__;if(!t||f.length<i-1)return f.push([l,u]),this.size=++c.size,this;c=this.__data__=new r(f)}return c.set(l,u),this.size=c.size,this}return Bf=o,Bf}var Uf,g1;function Wu(){if(g1)return Uf;g1=1;var e=Bu(),t=gq(),r=vq(),i=yq(),o=wq(),l=qq();function u(c){var f=this.__data__=new e(c);this.size=f.size}return u.prototype.clear=t,u.prototype.delete=r,u.prototype.get=i,u.prototype.has=o,u.prototype.set=l,Uf=u,Uf}var Hf,v1;function yy(){if(v1)return Hf;v1=1;function e(t,r){for(var i=-1,o=t==null?0:t.length;++i<o&&r(t[i],i,t)!==!1;);return t}return Hf=e,Hf}var Wf,y1;function rj(){if(y1)return Wf;y1=1;var e=vi(),t=(function(){try{var r=e(Object,"defineProperty");return r({},"",{}),r}catch{}})();return Wf=t,Wf}var Vf,w1;function Vu(){if(w1)return Vf;w1=1;var e=rj();function t(r,i,o){i=="__proto__"&&e?e(r,i,{configurable:!0,enumerable:!0,value:o,writable:!0}):r[i]=o}return Vf=t,Vf}var Gf,x1;function Gu(){if(x1)return Gf;x1=1;var e=Vu(),t=xo(),r=Object.prototype,i=r.hasOwnProperty;function o(l,u,c){var f=l[u];(!(i.call(l,u)&&t(f,c))||c===void 0&&!(u in l))&&e(l,u,c)}return Gf=o,Gf}var Yf,_1;function $a(){if(_1)return Yf;_1=1;var e=Gu(),t=Vu();function r(i,o,l,u){var c=!l;l||(l={});for(var f=-1,p=o.length;++f<p;){var d=o[f],m=u?u(l[d],i[d],d,l,i):void 0;m===void 0&&(m=i[d]),c?t(l,d,m):e(l,d,m)}return l}return Yf=r,Yf}var Kf,b1;function Dq(){if(b1)return Kf;b1=1;function e(t,r){for(var i=-1,o=Array(t);++i<t;)o[i]=r(i);return o}return Kf=e,Kf}var Xf,S1;function mr(){if(S1)return Xf;S1=1;function e(t){return t!=null&&typeof t=="object"}return Xf=e,Xf}var Qf,k1;function Fq(){if(k1)return Qf;k1=1;var e=gi(),t=mr(),r="[object Arguments]";function i(o){return t(o)&&e(o)==r}return Qf=i,Qf}var Zf,E1;function qa(){if(E1)return Zf;E1=1;var e=Fq(),t=mr(),r=Object.prototype,i=r.hasOwnProperty,o=r.propertyIsEnumerable,l=e((function(){return arguments})())?e:function(u){return t(u)&&i.call(u,"callee")&&!o.call(u,"callee")};return Zf=l,Zf}var Jf,N1;function _t(){if(N1)return Jf;N1=1;var e=Array.isArray;return Jf=e,Jf}var ma={exports:{}},eh,C1;function zq(){if(C1)return eh;C1=1;function e(){return!1}return eh=e,eh}ma.exports;var j1;function bo(){return j1||(j1=1,(function(e,t){var r=rr(),i=zq(),o=t&&!t.nodeType&&t,l=o&&!0&&e&&!e.nodeType&&e,u=l&&l.exports===o,c=u?r.Buffer:void 0,f=c?c.isBuffer:void 0,p=f||i;e.exports=p})(ma,ma.exports)),ma.exports}var th,T1;function Yu(){if(T1)return th;T1=1;var e=9007199254740991,t=/^(?:0|[1-9]\d*)$/;function r(i,o){var l=typeof i;return o=o??e,!!o&&(l=="number"||l!="symbol"&&t.test(i))&&i>-1&&i%1==0&&i<o}return th=r,th}var nh,R1;function wy(){if(R1)return nh;R1=1;var e=9007199254740991;function t(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=e}return nh=t,nh}var rh,A1;function Bq(){if(A1)return rh;A1=1;var e=gi(),t=wy(),r=mr(),i="[object Arguments]",o="[object Array]",l="[object Boolean]",u="[object Date]",c="[object Error]",f="[object Function]",p="[object Map]",d="[object Number]",m="[object Object]",y="[object RegExp]",w="[object Set]",E="[object String]",_="[object WeakMap]",b="[object ArrayBuffer]",S="[object DataView]",k="[object Float32Array]",N="[object Float64Array]",j="[object Int8Array]",A="[object Int16Array]",M="[object Int32Array]",O="[object Uint8Array]",P="[object Uint8ClampedArray]",D="[object Uint16Array]",L="[object Uint32Array]",U={};U[k]=U[N]=U[j]=U[A]=U[M]=U[O]=U[P]=U[D]=U[L]=!0,U[i]=U[o]=U[b]=U[l]=U[S]=U[u]=U[c]=U[f]=U[p]=U[d]=U[m]=U[y]=U[w]=U[E]=U[_]=!1;function V(z){return r(z)&&t(z.length)&&!!U[e(z)]}return rh=V,rh}var sh,I1;function Ku(){if(I1)return sh;I1=1;function e(t){return function(r){return t(r)}}return sh=e,sh}var ga={exports:{}};ga.exports;var M1;function xy(){return M1||(M1=1,(function(e,t){var r=tj(),i=t&&!t.nodeType&&t,o=i&&!0&&e&&!e.nodeType&&e,l=o&&o.exports===i,u=l&&r.process,c=(function(){try{var f=o&&o.require&&o.require("util").types;return f||u&&u.binding&&u.binding("util")}catch{}})();e.exports=c})(ga,ga.exports)),ga.exports}var ih,O1;function Da(){if(O1)return ih;O1=1;var e=Bq(),t=Ku(),r=xy(),i=r&&r.isTypedArray,o=i?t(i):e;return ih=o,ih}var oh,P1;function sj(){if(P1)return oh;P1=1;var e=Dq(),t=qa(),r=_t(),i=bo(),o=Yu(),l=Da(),u=Object.prototype,c=u.hasOwnProperty;function f(p,d){var m=r(p),y=!m&&t(p),w=!m&&!y&&i(p),E=!m&&!y&&!w&&l(p),_=m||y||w||E,b=_?e(p.length,String):[],S=b.length;for(var k in p)(d||c.call(p,k))&&!(_&&(k=="length"||w&&(k=="offset"||k=="parent")||E&&(k=="buffer"||k=="byteLength"||k=="byteOffset")||o(k,S)))&&b.push(k);return b}return oh=f,oh}var ah,L1;function Xu(){if(L1)return ah;L1=1;var e=Object.prototype;function t(r){var i=r&&r.constructor,o=typeof i=="function"&&i.prototype||e;return r===o}return ah=t,ah}var lh,$1;function ij(){if($1)return lh;$1=1;function e(t,r){return function(i){return t(r(i))}}return lh=e,lh}var uh,q1;function Uq(){if(q1)return uh;q1=1;var e=ij(),t=e(Object.keys,Object);return uh=t,uh}var ch,D1;function _y(){if(D1)return ch;D1=1;var e=Xu(),t=Uq(),r=Object.prototype,i=r.hasOwnProperty;function o(l){if(!e(l))return t(l);var u=[];for(var c in Object(l))i.call(l,c)&&c!="constructor"&&u.push(c);return u}return ch=o,ch}var dh,F1;function Br(){if(F1)return dh;F1=1;var e=La(),t=wy();function r(i){return i!=null&&t(i.length)&&!e(i)}return dh=r,dh}var fh,z1;function As(){if(z1)return fh;z1=1;var e=sj(),t=_y(),r=Br();function i(o){return r(o)?e(o):t(o)}return fh=i,fh}var hh,B1;function Hq(){if(B1)return hh;B1=1;var e=$a(),t=As();function r(i,o){return i&&e(o,t(o),i)}return hh=r,hh}var ph,U1;function Wq(){if(U1)return ph;U1=1;function e(t){var r=[];if(t!=null)for(var i in Object(t))r.push(i);return r}return ph=e,ph}var mh,H1;function Vq(){if(H1)return mh;H1=1;var e=qn(),t=Xu(),r=Wq(),i=Object.prototype,o=i.hasOwnProperty;function l(u){if(!e(u))return r(u);var c=t(u),f=[];for(var p in u)p=="constructor"&&(c||!o.call(u,p))||f.push(p);return f}return mh=l,mh}var gh,W1;function yi(){if(W1)return gh;W1=1;var e=sj(),t=Vq(),r=Br();function i(o){return r(o)?e(o,!0):t(o)}return gh=i,gh}var vh,V1;function Gq(){if(V1)return vh;V1=1;var e=$a(),t=yi();function r(i,o){return i&&e(o,t(o),i)}return vh=r,vh}var va={exports:{}};va.exports;var G1;function oj(){return G1||(G1=1,(function(e,t){var r=rr(),i=t&&!t.nodeType&&t,o=i&&!0&&e&&!e.nodeType&&e,l=o&&o.exports===i,u=l?r.Buffer:void 0,c=u?u.allocUnsafe:void 0;function f(p,d){if(d)return p.slice();var m=p.length,y=c?c(m):new p.constructor(m);return p.copy(y),y}e.exports=f})(va,va.exports)),va.exports}var yh,Y1;function aj(){if(Y1)return yh;Y1=1;function e(t,r){var i=-1,o=t.length;for(r||(r=Array(o));++i<o;)r[i]=t[i];return r}return yh=e,yh}var wh,K1;function lj(){if(K1)return wh;K1=1;function e(t,r){for(var i=-1,o=t==null?0:t.length,l=0,u=[];++i<o;){var c=t[i];r(c,i,t)&&(u[l++]=c)}return u}return wh=e,wh}var xh,X1;function uj(){if(X1)return xh;X1=1;function e(){return[]}return xh=e,xh}var _h,Q1;function by(){if(Q1)return _h;Q1=1;var e=lj(),t=uj(),r=Object.prototype,i=r.propertyIsEnumerable,o=Object.getOwnPropertySymbols,l=o?function(u){return u==null?[]:(u=Object(u),e(o(u),function(c){return i.call(u,c)}))}:t;return _h=l,_h}var bh,Z1;function Yq(){if(Z1)return bh;Z1=1;var e=$a(),t=by();function r(i,o){return e(i,t(i),o)}return bh=r,bh}var Sh,J1;function Sy(){if(J1)return Sh;J1=1;function e(t,r){for(var i=-1,o=r.length,l=t.length;++i<o;)t[l+i]=r[i];return t}return Sh=e,Sh}var kh,eb;function Qu(){if(eb)return kh;eb=1;var e=ij(),t=e(Object.getPrototypeOf,Object);return kh=t,kh}var Eh,tb;function cj(){if(tb)return Eh;tb=1;var e=Sy(),t=Qu(),r=by(),i=uj(),o=Object.getOwnPropertySymbols,l=o?function(u){for(var c=[];u;)e(c,r(u)),u=t(u);return c}:i;return Eh=l,Eh}var Nh,nb;function Kq(){if(nb)return Nh;nb=1;var e=$a(),t=cj();function r(i,o){return e(i,t(i),o)}return Nh=r,Nh}var Ch,rb;function dj(){if(rb)return Ch;rb=1;var e=Sy(),t=_t();function r(i,o,l){var u=o(i);return t(i)?u:e(u,l(i))}return Ch=r,Ch}var jh,sb;function fj(){if(sb)return jh;sb=1;var e=dj(),t=by(),r=As();function i(o){return e(o,r,t)}return jh=i,jh}var Th,ib;function Xq(){if(ib)return Th;ib=1;var e=dj(),t=cj(),r=yi();function i(o){return e(o,r,t)}return Th=i,Th}var Rh,ob;function Qq(){if(ob)return Rh;ob=1;var e=vi(),t=rr(),r=e(t,"DataView");return Rh=r,Rh}var Ah,ab;function Zq(){if(ab)return Ah;ab=1;var e=vi(),t=rr(),r=e(t,"Promise");return Ah=r,Ah}var Ih,lb;function hj(){if(lb)return Ih;lb=1;var e=vi(),t=rr(),r=e(t,"Set");return Ih=r,Ih}var Mh,ub;function Jq(){if(ub)return Mh;ub=1;var e=vi(),t=rr(),r=e(t,"WeakMap");return Mh=r,Mh}var Oh,cb;function So(){if(cb)return Oh;cb=1;var e=Qq(),t=gy(),r=Zq(),i=hj(),o=Jq(),l=gi(),u=nj(),c="[object Map]",f="[object Object]",p="[object Promise]",d="[object Set]",m="[object WeakMap]",y="[object DataView]",w=u(e),E=u(t),_=u(r),b=u(i),S=u(o),k=l;return(e&&k(new e(new ArrayBuffer(1)))!=y||t&&k(new t)!=c||r&&k(r.resolve())!=p||i&&k(new i)!=d||o&&k(new o)!=m)&&(k=function(N){var j=l(N),A=j==f?N.constructor:void 0,M=A?u(A):"";if(M)switch(M){case w:return y;case E:return c;case _:return p;case b:return d;case S:return m}return j}),Oh=k,Oh}var Ph,db;function eD(){if(db)return Ph;db=1;var e=Object.prototype,t=e.hasOwnProperty;function r(i){var o=i.length,l=new i.constructor(o);return o&&typeof i[0]=="string"&&t.call(i,"index")&&(l.index=i.index,l.input=i.input),l}return Ph=r,Ph}var Lh,fb;function pj(){if(fb)return Lh;fb=1;var e=rr(),t=e.Uint8Array;return Lh=t,Lh}var $h,hb;function ky(){if(hb)return $h;hb=1;var e=pj();function t(r){var i=new r.constructor(r.byteLength);return new e(i).set(new e(r)),i}return $h=t,$h}var qh,pb;function tD(){if(pb)return qh;pb=1;var e=ky();function t(r,i){var o=i?e(r.buffer):r.buffer;return new r.constructor(o,r.byteOffset,r.byteLength)}return qh=t,qh}var Dh,mb;function nD(){if(mb)return Dh;mb=1;var e=/\w*$/;function t(r){var i=new r.constructor(r.source,e.exec(r));return i.lastIndex=r.lastIndex,i}return Dh=t,Dh}var Fh,gb;function rD(){if(gb)return Fh;gb=1;var e=_o(),t=e?e.prototype:void 0,r=t?t.valueOf:void 0;function i(o){return r?Object(r.call(o)):{}}return Fh=i,Fh}var zh,vb;function mj(){if(vb)return zh;vb=1;var e=ky();function t(r,i){var o=i?e(r.buffer):r.buffer;return new r.constructor(o,r.byteOffset,r.length)}return zh=t,zh}var Bh,yb;function sD(){if(yb)return Bh;yb=1;var e=ky(),t=tD(),r=nD(),i=rD(),o=mj(),l="[object Boolean]",u="[object Date]",c="[object Map]",f="[object Number]",p="[object RegExp]",d="[object Set]",m="[object String]",y="[object Symbol]",w="[object ArrayBuffer]",E="[object DataView]",_="[object Float32Array]",b="[object Float64Array]",S="[object Int8Array]",k="[object Int16Array]",N="[object Int32Array]",j="[object Uint8Array]",A="[object Uint8ClampedArray]",M="[object Uint16Array]",O="[object Uint32Array]";function P(D,L,U){var V=D.constructor;switch(L){case w:return e(D);case l:case u:return new V(+D);case E:return t(D,U);case _:case b:case S:case k:case N:case j:case A:case M:case O:return o(D,U);case c:return new V;case f:case m:return new V(D);case p:return r(D);case d:return new V;case y:return i(D)}}return Bh=P,Bh}var Uh,wb;function gj(){if(wb)return Uh;wb=1;var e=qn(),t=Object.create,r=(function(){function i(){}return function(o){if(!e(o))return{};if(t)return t(o);i.prototype=o;var l=new i;return i.prototype=void 0,l}})();return Uh=r,Uh}var Hh,xb;function vj(){if(xb)return Hh;xb=1;var e=gj(),t=Qu(),r=Xu();function i(o){return typeof o.constructor=="function"&&!r(o)?e(t(o)):{}}return Hh=i,Hh}var Wh,_b;function iD(){if(_b)return Wh;_b=1;var e=So(),t=mr(),r="[object Map]";function i(o){return t(o)&&e(o)==r}return Wh=i,Wh}var Vh,bb;function oD(){if(bb)return Vh;bb=1;var e=iD(),t=Ku(),r=xy(),i=r&&r.isMap,o=i?t(i):e;return Vh=o,Vh}var Gh,Sb;function aD(){if(Sb)return Gh;Sb=1;var e=So(),t=mr(),r="[object Set]";function i(o){return t(o)&&e(o)==r}return Gh=i,Gh}var Yh,kb;function lD(){if(kb)return Yh;kb=1;var e=aD(),t=Ku(),r=xy(),i=r&&r.isSet,o=i?t(i):e;return Yh=o,Yh}var Kh,Eb;function yj(){if(Eb)return Kh;Eb=1;var e=Wu(),t=yy(),r=Gu(),i=Hq(),o=Gq(),l=oj(),u=aj(),c=Yq(),f=Kq(),p=fj(),d=Xq(),m=So(),y=eD(),w=sD(),E=vj(),_=_t(),b=bo(),S=oD(),k=qn(),N=lD(),j=As(),A=yi(),M=1,O=2,P=4,D="[object Arguments]",L="[object Array]",U="[object Boolean]",V="[object Date]",z="[object Error]",C="[object Function]",F="[object GeneratorFunction]",$="[object Map]",re="[object Number]",J="[object Object]",W="[object RegExp]",Z="[object Set]",I="[object String]",G="[object Symbol]",K="[object WeakMap]",q="[object ArrayBuffer]",Q="[object DataView]",ne="[object Float32Array]",ae="[object Float64Array]",fe="[object Int8Array]",te="[object Int16Array]",ce="[object Int32Array]",Ce="[object Uint8Array]",ve="[object Uint8ClampedArray]",Re="[object Uint16Array]",ye="[object Uint32Array]",Ee={};Ee[D]=Ee[L]=Ee[q]=Ee[Q]=Ee[U]=Ee[V]=Ee[ne]=Ee[ae]=Ee[fe]=Ee[te]=Ee[ce]=Ee[$]=Ee[re]=Ee[J]=Ee[W]=Ee[Z]=Ee[I]=Ee[G]=Ee[Ce]=Ee[ve]=Ee[Re]=Ee[ye]=!0,Ee[z]=Ee[C]=Ee[K]=!1;function Ye(we,_e,Be,it,ft,Ze){var De,Je=_e&M,Xe=_e&O,Ot=_e&P;if(Be&&(De=ft?Be(we,it,ft,Ze):Be(we)),De!==void 0)return De;if(!k(we))return we;var lt=_(we);if(lt){if(De=y(we),!Je)return u(we,De)}else{var Qe=m(we),Pt=Qe==C||Qe==F;if(b(we))return l(we,Je);if(Qe==J||Qe==D||Pt&&!ft){if(De=Xe||Pt?{}:E(we),!Je)return Xe?f(we,o(De,we)):c(we,i(De,we))}else{if(!Ee[Qe])return ft?we:{};De=w(we,Qe,Je)}}Ze||(Ze=new e);var zt=Ze.get(we);if(zt)return zt;Ze.set(we,De),N(we)?we.forEach(function(ht){De.add(Ye(ht,_e,Be,ht,we,Ze))}):S(we)&&we.forEach(function(ht,vt){De.set(vt,Ye(ht,_e,Be,vt,we,Ze))});var et=Ot?Xe?d:p:Xe?A:j,bt=lt?void 0:et(we);return t(bt||we,function(ht,vt){bt&&(vt=ht,ht=we[vt]),r(De,vt,Ye(ht,_e,Be,vt,we,Ze))}),De}return Kh=Ye,Kh}var Xh,Nb;function uD(){if(Nb)return Xh;Nb=1;var e=yj(),t=4;function r(i){return e(i,t)}return Xh=r,Xh}var Qh,Cb;function Ey(){if(Cb)return Qh;Cb=1;function e(t){return function(){return t}}return Qh=e,Qh}var Zh,jb;function cD(){if(jb)return Zh;jb=1;function e(t){return function(r,i,o){for(var l=-1,u=Object(r),c=o(r),f=c.length;f--;){var p=c[t?f:++l];if(i(u[p],p,u)===!1)break}return r}}return Zh=e,Zh}var Jh,Tb;function Ny(){if(Tb)return Jh;Tb=1;var e=cD(),t=e();return Jh=t,Jh}var ep,Rb;function Cy(){if(Rb)return ep;Rb=1;var e=Ny(),t=As();function r(i,o){return i&&e(i,o,t)}return ep=r,ep}var tp,Ab;function dD(){if(Ab)return tp;Ab=1;var e=Br();function t(r,i){return function(o,l){if(o==null)return o;if(!e(o))return r(o,l);for(var u=o.length,c=i?u:-1,f=Object(o);(i?c--:++c<u)&&l(f[c],c,f)!==!1;);return o}}return tp=t,tp}var np,Ib;function Zu(){if(Ib)return np;Ib=1;var e=Cy(),t=dD(),r=t(e);return np=r,np}var rp,Mb;function wi(){if(Mb)return rp;Mb=1;function e(t){return t}return rp=e,rp}var sp,Ob;function wj(){if(Ob)return sp;Ob=1;var e=wi();function t(r){return typeof r=="function"?r:e}return sp=t,sp}var ip,Pb;function xj(){if(Pb)return ip;Pb=1;var e=yy(),t=Zu(),r=wj(),i=_t();function o(l,u){var c=i(l)?e:t;return c(l,r(u))}return ip=o,ip}var op,Lb;function _j(){return Lb||(Lb=1,op=xj()),op}var ap,$b;function fD(){if($b)return ap;$b=1;var e=Zu();function t(r,i){var o=[];return e(r,function(l,u,c){i(l,u,c)&&o.push(l)}),o}return ap=t,ap}var lp,qb;function hD(){if(qb)return lp;qb=1;var e="__lodash_hash_undefined__";function t(r){return this.__data__.set(r,e),this}return lp=t,lp}var up,Db;function pD(){if(Db)return up;Db=1;function e(t){return this.__data__.has(t)}return up=e,up}var cp,Fb;function bj(){if(Fb)return cp;Fb=1;var e=vy(),t=hD(),r=pD();function i(o){var l=-1,u=o==null?0:o.length;for(this.__data__=new e;++l<u;)this.add(o[l])}return i.prototype.add=i.prototype.push=t,i.prototype.has=r,cp=i,cp}var dp,zb;function mD(){if(zb)return dp;zb=1;function e(t,r){for(var i=-1,o=t==null?0:t.length;++i<o;)if(r(t[i],i,t))return!0;return!1}return dp=e,dp}var fp,Bb;function Sj(){if(Bb)return fp;Bb=1;function e(t,r){return t.has(r)}return fp=e,fp}var hp,Ub;function kj(){if(Ub)return hp;Ub=1;var e=bj(),t=mD(),r=Sj(),i=1,o=2;function l(u,c,f,p,d,m){var y=f&i,w=u.length,E=c.length;if(w!=E&&!(y&&E>w))return!1;var _=m.get(u),b=m.get(c);if(_&&b)return _==c&&b==u;var S=-1,k=!0,N=f&o?new e:void 0;for(m.set(u,c),m.set(c,u);++S<w;){var j=u[S],A=c[S];if(p)var M=y?p(A,j,S,c,u,m):p(j,A,S,u,c,m);if(M!==void 0){if(M)continue;k=!1;break}if(N){if(!t(c,function(O,P){if(!r(N,P)&&(j===O||d(j,O,f,p,m)))return N.push(P)})){k=!1;break}}else if(!(j===A||d(j,A,f,p,m))){k=!1;break}}return m.delete(u),m.delete(c),k}return hp=l,hp}var pp,Hb;function gD(){if(Hb)return pp;Hb=1;function e(t){var r=-1,i=Array(t.size);return t.forEach(function(o,l){i[++r]=[l,o]}),i}return pp=e,pp}var mp,Wb;function jy(){if(Wb)return mp;Wb=1;function e(t){var r=-1,i=Array(t.size);return t.forEach(function(o){i[++r]=o}),i}return mp=e,mp}var gp,Vb;function vD(){if(Vb)return gp;Vb=1;var e=_o(),t=pj(),r=xo(),i=kj(),o=gD(),l=jy(),u=1,c=2,f="[object Boolean]",p="[object Date]",d="[object Error]",m="[object Map]",y="[object Number]",w="[object RegExp]",E="[object Set]",_="[object String]",b="[object Symbol]",S="[object ArrayBuffer]",k="[object DataView]",N=e?e.prototype:void 0,j=N?N.valueOf:void 0;function A(M,O,P,D,L,U,V){switch(P){case k:if(M.byteLength!=O.byteLength||M.byteOffset!=O.byteOffset)return!1;M=M.buffer,O=O.buffer;case S:return!(M.byteLength!=O.byteLength||!U(new t(M),new t(O)));case f:case p:case y:return r(+M,+O);case d:return M.name==O.name&&M.message==O.message;case w:case _:return M==O+"";case m:var z=o;case E:var C=D&u;if(z||(z=l),M.size!=O.size&&!C)return!1;var F=V.get(M);if(F)return F==O;D|=c,V.set(M,O);var $=i(z(M),z(O),D,L,U,V);return V.delete(M),$;case b:if(j)return j.call(M)==j.call(O)}return!1}return gp=A,gp}var vp,Gb;function yD(){if(Gb)return vp;Gb=1;var e=fj(),t=1,r=Object.prototype,i=r.hasOwnProperty;function o(l,u,c,f,p,d){var m=c&t,y=e(l),w=y.length,E=e(u),_=E.length;if(w!=_&&!m)return!1;for(var b=w;b--;){var S=y[b];if(!(m?S in u:i.call(u,S)))return!1}var k=d.get(l),N=d.get(u);if(k&&N)return k==u&&N==l;var j=!0;d.set(l,u),d.set(u,l);for(var A=m;++b<w;){S=y[b];var M=l[S],O=u[S];if(f)var P=m?f(O,M,S,u,l,d):f(M,O,S,l,u,d);if(!(P===void 0?M===O||p(M,O,c,f,d):P)){j=!1;break}A||(A=S=="constructor")}if(j&&!A){var D=l.constructor,L=u.constructor;D!=L&&"constructor"in l&&"constructor"in u&&!(typeof D=="function"&&D instanceof D&&typeof L=="function"&&L instanceof L)&&(j=!1)}return d.delete(l),d.delete(u),j}return vp=o,vp}var yp,Yb;function wD(){if(Yb)return yp;Yb=1;var e=Wu(),t=kj(),r=vD(),i=yD(),o=So(),l=_t(),u=bo(),c=Da(),f=1,p="[object Arguments]",d="[object Array]",m="[object Object]",y=Object.prototype,w=y.hasOwnProperty;function E(_,b,S,k,N,j){var A=l(_),M=l(b),O=A?d:o(_),P=M?d:o(b);O=O==p?m:O,P=P==p?m:P;var D=O==m,L=P==m,U=O==P;if(U&&u(_)){if(!u(b))return!1;A=!0,D=!1}if(U&&!D)return j||(j=new e),A||c(_)?t(_,b,S,k,N,j):r(_,b,O,S,k,N,j);if(!(S&f)){var V=D&&w.call(_,"__wrapped__"),z=L&&w.call(b,"__wrapped__");if(V||z){var C=V?_.value():_,F=z?b.value():b;return j||(j=new e),N(C,F,S,k,j)}}return U?(j||(j=new e),i(_,b,S,k,N,j)):!1}return yp=E,yp}var wp,Kb;function Ej(){if(Kb)return wp;Kb=1;var e=wD(),t=mr();function r(i,o,l,u,c){return i===o?!0:i==null||o==null||!t(i)&&!t(o)?i!==i&&o!==o:e(i,o,l,u,r,c)}return wp=r,wp}var xp,Xb;function xD(){if(Xb)return xp;Xb=1;var e=Wu(),t=Ej(),r=1,i=2;function o(l,u,c,f){var p=c.length,d=p,m=!f;if(l==null)return!d;for(l=Object(l);p--;){var y=c[p];if(m&&y[2]?y[1]!==l[y[0]]:!(y[0]in l))return!1}for(;++p<d;){y=c[p];var w=y[0],E=l[w],_=y[1];if(m&&y[2]){if(E===void 0&&!(w in l))return!1}else{var b=new e;if(f)var S=f(E,_,w,l,u,b);if(!(S===void 0?t(_,E,r|i,f,b):S))return!1}}return!0}return xp=o,xp}var _p,Qb;function Nj(){if(Qb)return _p;Qb=1;var e=qn();function t(r){return r===r&&!e(r)}return _p=t,_p}var bp,Zb;function _D(){if(Zb)return bp;Zb=1;var e=Nj(),t=As();function r(i){for(var o=t(i),l=o.length;l--;){var u=o[l],c=i[u];o[l]=[u,c,e(c)]}return o}return bp=r,bp}var Sp,Jb;function Cj(){if(Jb)return Sp;Jb=1;function e(t,r){return function(i){return i==null?!1:i[t]===r&&(r!==void 0||t in Object(i))}}return Sp=e,Sp}var kp,eS;function bD(){if(eS)return kp;eS=1;var e=xD(),t=_D(),r=Cj();function i(o){var l=t(o);return l.length==1&&l[0][2]?r(l[0][0],l[0][1]):function(u){return u===o||e(u,o,l)}}return kp=i,kp}var Ep,tS;function ko(){if(tS)return Ep;tS=1;var e=gi(),t=mr(),r="[object Symbol]";function i(o){return typeof o=="symbol"||t(o)&&e(o)==r}return Ep=i,Ep}var Np,nS;function Ty(){if(nS)return Np;nS=1;var e=_t(),t=ko(),r=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,i=/^\w*$/;function o(l,u){if(e(l))return!1;var c=typeof l;return c=="number"||c=="symbol"||c=="boolean"||l==null||t(l)?!0:i.test(l)||!r.test(l)||u!=null&&l in Object(u)}return Np=o,Np}var Cp,rS;function SD(){if(rS)return Cp;rS=1;var e=vy(),t="Expected a function";function r(i,o){if(typeof i!="function"||o!=null&&typeof o!="function")throw new TypeError(t);var l=function(){var u=arguments,c=o?o.apply(this,u):u[0],f=l.cache;if(f.has(c))return f.get(c);var p=i.apply(this,u);return l.cache=f.set(c,p)||f,p};return l.cache=new(r.Cache||e),l}return r.Cache=e,Cp=r,Cp}var jp,sS;function kD(){if(sS)return jp;sS=1;var e=SD(),t=500;function r(i){var o=e(i,function(u){return l.size===t&&l.clear(),u}),l=o.cache;return o}return jp=r,jp}var Tp,iS;function ED(){if(iS)return Tp;iS=1;var e=kD(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,r=/\\(\\)?/g,i=e(function(o){var l=[];return o.charCodeAt(0)===46&&l.push(""),o.replace(t,function(u,c,f,p){l.push(f?p.replace(r,"$1"):c||u)}),l});return Tp=i,Tp}var Rp,oS;function Ju(){if(oS)return Rp;oS=1;function e(t,r){for(var i=-1,o=t==null?0:t.length,l=Array(o);++i<o;)l[i]=r(t[i],i,t);return l}return Rp=e,Rp}var Ap,aS;function ND(){if(aS)return Ap;aS=1;var e=_o(),t=Ju(),r=_t(),i=ko(),o=e?e.prototype:void 0,l=o?o.toString:void 0;function u(c){if(typeof c=="string")return c;if(r(c))return t(c,u)+"";if(i(c))return l?l.call(c):"";var f=c+"";return f=="0"&&1/c==-1/0?"-0":f}return Ap=u,Ap}var Ip,lS;function jj(){if(lS)return Ip;lS=1;var e=ND();function t(r){return r==null?"":e(r)}return Ip=t,Ip}var Mp,uS;function ec(){if(uS)return Mp;uS=1;var e=_t(),t=Ty(),r=ED(),i=jj();function o(l,u){return e(l)?l:t(l,u)?[l]:r(i(l))}return Mp=o,Mp}var Op,cS;function Fa(){if(cS)return Op;cS=1;var e=ko();function t(r){if(typeof r=="string"||e(r))return r;var i=r+"";return i=="0"&&1/r==-1/0?"-0":i}return Op=t,Op}var Pp,dS;function tc(){if(dS)return Pp;dS=1;var e=ec(),t=Fa();function r(i,o){o=e(o,i);for(var l=0,u=o.length;i!=null&&l<u;)i=i[t(o[l++])];return l&&l==u?i:void 0}return Pp=r,Pp}var Lp,fS;function CD(){if(fS)return Lp;fS=1;var e=tc();function t(r,i,o){var l=r==null?void 0:e(r,i);return l===void 0?o:l}return Lp=t,Lp}var $p,hS;function jD(){if(hS)return $p;hS=1;function e(t,r){return t!=null&&r in Object(t)}return $p=e,$p}var qp,pS;function Tj(){if(pS)return qp;pS=1;var e=ec(),t=qa(),r=_t(),i=Yu(),o=wy(),l=Fa();function u(c,f,p){f=e(f,c);for(var d=-1,m=f.length,y=!1;++d<m;){var w=l(f[d]);if(!(y=c!=null&&p(c,w)))break;c=c[w]}return y||++d!=m?y:(m=c==null?0:c.length,!!m&&o(m)&&i(w,m)&&(r(c)||t(c)))}return qp=u,qp}var Dp,mS;function Rj(){if(mS)return Dp;mS=1;var e=jD(),t=Tj();function r(i,o){return i!=null&&t(i,o,e)}return Dp=r,Dp}var Fp,gS;function TD(){if(gS)return Fp;gS=1;var e=Ej(),t=CD(),r=Rj(),i=Ty(),o=Nj(),l=Cj(),u=Fa(),c=1,f=2;function p(d,m){return i(d)&&o(m)?l(u(d),m):function(y){var w=t(y,d);return w===void 0&&w===m?r(y,d):e(m,w,c|f)}}return Fp=p,Fp}var zp,vS;function Aj(){if(vS)return zp;vS=1;function e(t){return function(r){return r==null?void 0:r[t]}}return zp=e,zp}var Bp,yS;function RD(){if(yS)return Bp;yS=1;var e=tc();function t(r){return function(i){return e(i,r)}}return Bp=t,Bp}var Up,wS;function AD(){if(wS)return Up;wS=1;var e=Aj(),t=RD(),r=Ty(),i=Fa();function o(l){return r(l)?e(i(l)):t(l)}return Up=o,Up}var Hp,xS;function Ur(){if(xS)return Hp;xS=1;var e=bD(),t=TD(),r=wi(),i=_t(),o=AD();function l(u){return typeof u=="function"?u:u==null?r:typeof u=="object"?i(u)?t(u[0],u[1]):e(u):o(u)}return Hp=l,Hp}var Wp,_S;function Ij(){if(_S)return Wp;_S=1;var e=lj(),t=fD(),r=Ur(),i=_t();function o(l,u){var c=i(l)?e:t;return c(l,r(u,3))}return Wp=o,Wp}var Vp,bS;function ID(){if(bS)return Vp;bS=1;var e=Object.prototype,t=e.hasOwnProperty;function r(i,o){return i!=null&&t.call(i,o)}return Vp=r,Vp}var Gp,SS;function Mj(){if(SS)return Gp;SS=1;var e=ID(),t=Tj();function r(i,o){return i!=null&&t(i,o,e)}return Gp=r,Gp}var Yp,kS;function MD(){if(kS)return Yp;kS=1;var e=_y(),t=So(),r=qa(),i=_t(),o=Br(),l=bo(),u=Xu(),c=Da(),f="[object Map]",p="[object Set]",d=Object.prototype,m=d.hasOwnProperty;function y(w){if(w==null)return!0;if(o(w)&&(i(w)||typeof w=="string"||typeof w.splice=="function"||l(w)||c(w)||r(w)))return!w.length;var E=t(w);if(E==f||E==p)return!w.size;if(u(w))return!e(w).length;for(var _ in w)if(m.call(w,_))return!1;return!0}return Yp=y,Yp}var Kp,ES;function Oj(){if(ES)return Kp;ES=1;function e(t){return t===void 0}return Kp=e,Kp}var Xp,NS;function Pj(){if(NS)return Xp;NS=1;var e=Zu(),t=Br();function r(i,o){var l=-1,u=t(i)?Array(i.length):[];return e(i,function(c,f,p){u[++l]=o(c,f,p)}),u}return Xp=r,Xp}var Qp,CS;function Lj(){if(CS)return Qp;CS=1;var e=Ju(),t=Ur(),r=Pj(),i=_t();function o(l,u){var c=i(l)?e:r;return c(l,t(u,3))}return Qp=o,Qp}var Zp,jS;function OD(){if(jS)return Zp;jS=1;function e(t,r,i,o){var l=-1,u=t==null?0:t.length;for(o&&u&&(i=t[++l]);++l<u;)i=r(i,t[l],l,t);return i}return Zp=e,Zp}var Jp,TS;function PD(){if(TS)return Jp;TS=1;function e(t,r,i,o,l){return l(t,function(u,c,f){i=o?(o=!1,u):r(i,u,c,f)}),i}return Jp=e,Jp}var em,RS;function $j(){if(RS)return em;RS=1;var e=OD(),t=Zu(),r=Ur(),i=PD(),o=_t();function l(u,c,f){var p=o(u)?e:i,d=arguments.length<3;return p(u,r(c,4),f,d,t)}return em=l,em}var tm,AS;function LD(){if(AS)return tm;AS=1;var e=gi(),t=_t(),r=mr(),i="[object String]";function o(l){return typeof l=="string"||!t(l)&&r(l)&&e(l)==i}return tm=o,tm}var nm,IS;function $D(){if(IS)return nm;IS=1;var e=Aj(),t=e("length");return nm=t,nm}var rm,MS;function qD(){if(MS)return rm;MS=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",i="\\u20d0-\\u20ff",o=t+r+i,l="\\ufe0e\\ufe0f",u="\\u200d",c=RegExp("["+u+e+o+l+"]");function f(p){return c.test(p)}return rm=f,rm}var sm,OS;function DD(){if(OS)return sm;OS=1;var e="\\ud800-\\udfff",t="\\u0300-\\u036f",r="\\ufe20-\\ufe2f",i="\\u20d0-\\u20ff",o=t+r+i,l="\\ufe0e\\ufe0f",u="["+e+"]",c="["+o+"]",f="\\ud83c[\\udffb-\\udfff]",p="(?:"+c+"|"+f+")",d="[^"+e+"]",m="(?:\\ud83c[\\udde6-\\uddff]){2}",y="[\\ud800-\\udbff][\\udc00-\\udfff]",w="\\u200d",E=p+"?",_="["+l+"]?",b="(?:"+w+"(?:"+[d,m,y].join("|")+")"+_+E+")*",S=_+E+b,k="(?:"+[d+c+"?",c,m,y,u].join("|")+")",N=RegExp(f+"(?="+f+")|"+k+S,"g");function j(A){for(var M=N.lastIndex=0;N.test(A);)++M;return M}return sm=j,sm}var im,PS;function FD(){if(PS)return im;PS=1;var e=$D(),t=qD(),r=DD();function i(o){return t(o)?r(o):e(o)}return im=i,im}var om,LS;function zD(){if(LS)return om;LS=1;var e=_y(),t=So(),r=Br(),i=LD(),o=FD(),l="[object Map]",u="[object Set]";function c(f){if(f==null)return 0;if(r(f))return i(f)?o(f):f.length;var p=t(f);return p==l||p==u?f.size:e(f).length}return om=c,om}var am,$S;function BD(){if($S)return am;$S=1;var e=yy(),t=gj(),r=Cy(),i=Ur(),o=Qu(),l=_t(),u=bo(),c=La(),f=qn(),p=Da();function d(m,y,w){var E=l(m),_=E||u(m)||p(m);if(y=i(y,4),w==null){var b=m&&m.constructor;_?w=E?new b:[]:f(m)?w=c(b)?t(o(m)):{}:w={}}return(_?e:r)(m,function(S,k,N){return y(w,S,k,N)}),w}return am=d,am}var lm,qS;function UD(){if(qS)return lm;qS=1;var e=_o(),t=qa(),r=_t(),i=e?e.isConcatSpreadable:void 0;function o(l){return r(l)||t(l)||!!(i&&l&&l[i])}return lm=o,lm}var um,DS;function Ry(){if(DS)return um;DS=1;var e=Sy(),t=UD();function r(i,o,l,u,c){var f=-1,p=i.length;for(l||(l=t),c||(c=[]);++f<p;){var d=i[f];o>0&&l(d)?o>1?r(d,o-1,l,u,c):e(c,d):u||(c[c.length]=d)}return c}return um=r,um}var cm,FS;function HD(){if(FS)return cm;FS=1;function e(t,r,i){switch(i.length){case 0:return t.call(r);case 1:return t.call(r,i[0]);case 2:return t.call(r,i[0],i[1]);case 3:return t.call(r,i[0],i[1],i[2])}return t.apply(r,i)}return cm=e,cm}var dm,zS;function qj(){if(zS)return dm;zS=1;var e=HD(),t=Math.max;function r(i,o,l){return o=t(o===void 0?i.length-1:o,0),function(){for(var u=arguments,c=-1,f=t(u.length-o,0),p=Array(f);++c<f;)p[c]=u[o+c];c=-1;for(var d=Array(o+1);++c<o;)d[c]=u[c];return d[o]=l(p),e(i,this,d)}}return dm=r,dm}var fm,BS;function WD(){if(BS)return fm;BS=1;var e=Ey(),t=rj(),r=wi(),i=t?function(o,l){return t(o,"toString",{configurable:!0,enumerable:!1,value:e(l),writable:!0})}:r;return fm=i,fm}var hm,US;function VD(){if(US)return hm;US=1;var e=800,t=16,r=Date.now;function i(o){var l=0,u=0;return function(){var c=r(),f=t-(c-u);if(u=c,f>0){if(++l>=e)return arguments[0]}else l=0;return o.apply(void 0,arguments)}}return hm=i,hm}var pm,HS;function Dj(){if(HS)return pm;HS=1;var e=WD(),t=VD(),r=t(e);return pm=r,pm}var mm,WS;function nc(){if(WS)return mm;WS=1;var e=wi(),t=qj(),r=Dj();function i(o,l){return r(t(o,l,e),o+"")}return mm=i,mm}var gm,VS;function Fj(){if(VS)return gm;VS=1;function e(t,r,i,o){for(var l=t.length,u=i+(o?1:-1);o?u--:++u<l;)if(r(t[u],u,t))return u;return-1}return gm=e,gm}var vm,GS;function GD(){if(GS)return vm;GS=1;function e(t){return t!==t}return vm=e,vm}var ym,YS;function YD(){if(YS)return ym;YS=1;function e(t,r,i){for(var o=i-1,l=t.length;++o<l;)if(t[o]===r)return o;return-1}return ym=e,ym}var wm,KS;function KD(){if(KS)return wm;KS=1;var e=Fj(),t=GD(),r=YD();function i(o,l,u){return l===l?r(o,l,u):e(o,t,u)}return wm=i,wm}var xm,XS;function XD(){if(XS)return xm;XS=1;var e=KD();function t(r,i){var o=r==null?0:r.length;return!!o&&e(r,i,0)>-1}return xm=t,xm}var _m,QS;function QD(){if(QS)return _m;QS=1;function e(t,r,i){for(var o=-1,l=t==null?0:t.length;++o<l;)if(i(r,t[o]))return!0;return!1}return _m=e,_m}var bm,ZS;function ZD(){if(ZS)return bm;ZS=1;function e(){}return bm=e,bm}var Sm,JS;function JD(){if(JS)return Sm;JS=1;var e=hj(),t=ZD(),r=jy(),i=1/0,o=e&&1/r(new e([,-0]))[1]==i?function(l){return new e(l)}:t;return Sm=o,Sm}var km,ek;function e4(){if(ek)return km;ek=1;var e=bj(),t=XD(),r=QD(),i=Sj(),o=JD(),l=jy(),u=200;function c(f,p,d){var m=-1,y=t,w=f.length,E=!0,_=[],b=_;if(d)E=!1,y=r;else if(w>=u){var S=p?null:o(f);if(S)return l(S);E=!1,y=i,b=new e}else b=p?[]:_;e:for(;++m<w;){var k=f[m],N=p?p(k):k;if(k=d||k!==0?k:0,E&&N===N){for(var j=b.length;j--;)if(b[j]===N)continue e;p&&b.push(N),_.push(k)}else y(b,N,d)||(b!==_&&b.push(N),_.push(k))}return _}return km=c,km}var Em,tk;function zj(){if(tk)return Em;tk=1;var e=Br(),t=mr();function r(i){return t(i)&&e(i)}return Em=r,Em}var Nm,nk;function t4(){if(nk)return Nm;nk=1;var e=Ry(),t=nc(),r=e4(),i=zj(),o=t(function(l){return r(e(l,1,i,!0))});return Nm=o,Nm}var Cm,rk;function n4(){if(rk)return Cm;rk=1;var e=Ju();function t(r,i){return e(i,function(o){return r[o]})}return Cm=t,Cm}var jm,sk;function Bj(){if(sk)return jm;sk=1;var e=n4(),t=As();function r(i){return i==null?[]:e(i,t(i))}return jm=r,jm}var Tm,ik;function Dn(){if(ik)return Tm;ik=1;var e;if(typeof my=="function")try{e={clone:uD(),constant:Ey(),each:_j(),filter:Ij(),has:Mj(),isArray:_t(),isEmpty:MD(),isFunction:La(),isUndefined:Oj(),keys:As(),map:Lj(),reduce:$j(),size:zD(),transform:BD(),union:t4(),values:Bj()}}catch{}return e||(e=window._),Tm=e,Tm}var Rm,ok;function Ay(){if(ok)return Rm;ok=1;var e=Dn();Rm=o;var t="\0",r="\0",i="";function o(d){this._isDirected=e.has(d,"directed")?d.directed:!0,this._isMultigraph=e.has(d,"multigraph")?d.multigraph:!1,this._isCompound=e.has(d,"compound")?d.compound:!1,this._label=void 0,this._defaultNodeLabelFn=e.constant(void 0),this._defaultEdgeLabelFn=e.constant(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[r]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}o.prototype._nodeCount=0,o.prototype._edgeCount=0,o.prototype.isDirected=function(){return this._isDirected},o.prototype.isMultigraph=function(){return this._isMultigraph},o.prototype.isCompound=function(){return this._isCompound},o.prototype.setGraph=function(d){return this._label=d,this},o.prototype.graph=function(){return this._label},o.prototype.setDefaultNodeLabel=function(d){return e.isFunction(d)||(d=e.constant(d)),this._defaultNodeLabelFn=d,this},o.prototype.nodeCount=function(){return this._nodeCount},o.prototype.nodes=function(){return e.keys(this._nodes)},o.prototype.sources=function(){var d=this;return e.filter(this.nodes(),function(m){return e.isEmpty(d._in[m])})},o.prototype.sinks=function(){var d=this;return e.filter(this.nodes(),function(m){return e.isEmpty(d._out[m])})},o.prototype.setNodes=function(d,m){var y=arguments,w=this;return e.each(d,function(E){y.length>1?w.setNode(E,m):w.setNode(E)}),this},o.prototype.setNode=function(d,m){return e.has(this._nodes,d)?(arguments.length>1&&(this._nodes[d]=m),this):(this._nodes[d]=arguments.length>1?m:this._defaultNodeLabelFn(d),this._isCompound&&(this._parent[d]=r,this._children[d]={},this._children[r][d]=!0),this._in[d]={},this._preds[d]={},this._out[d]={},this._sucs[d]={},++this._nodeCount,this)},o.prototype.node=function(d){return this._nodes[d]},o.prototype.hasNode=function(d){return e.has(this._nodes,d)},o.prototype.removeNode=function(d){var m=this;if(e.has(this._nodes,d)){var y=function(w){m.removeEdge(m._edgeObjs[w])};delete this._nodes[d],this._isCompound&&(this._removeFromParentsChildList(d),delete this._parent[d],e.each(this.children(d),function(w){m.setParent(w)}),delete this._children[d]),e.each(e.keys(this._in[d]),y),delete this._in[d],delete this._preds[d],e.each(e.keys(this._out[d]),y),delete this._out[d],delete this._sucs[d],--this._nodeCount}return this},o.prototype.setParent=function(d,m){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(e.isUndefined(m))m=r;else{m+="";for(var y=m;!e.isUndefined(y);y=this.parent(y))if(y===d)throw new Error("Setting "+m+" as parent of "+d+" would create a cycle");this.setNode(m)}return this.setNode(d),this._removeFromParentsChildList(d),this._parent[d]=m,this._children[m][d]=!0,this},o.prototype._removeFromParentsChildList=function(d){delete this._children[this._parent[d]][d]},o.prototype.parent=function(d){if(this._isCompound){var m=this._parent[d];if(m!==r)return m}},o.prototype.children=function(d){if(e.isUndefined(d)&&(d=r),this._isCompound){var m=this._children[d];if(m)return e.keys(m)}else{if(d===r)return this.nodes();if(this.hasNode(d))return[]}},o.prototype.predecessors=function(d){var m=this._preds[d];if(m)return e.keys(m)},o.prototype.successors=function(d){var m=this._sucs[d];if(m)return e.keys(m)},o.prototype.neighbors=function(d){var m=this.predecessors(d);if(m)return e.union(m,this.successors(d))},o.prototype.isLeaf=function(d){var m;return this.isDirected()?m=this.successors(d):m=this.neighbors(d),m.length===0},o.prototype.filterNodes=function(d){var m=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});m.setGraph(this.graph());var y=this;e.each(this._nodes,function(_,b){d(b)&&m.setNode(b,_)}),e.each(this._edgeObjs,function(_){m.hasNode(_.v)&&m.hasNode(_.w)&&m.setEdge(_,y.edge(_))});var w={};function E(_){var b=y.parent(_);return b===void 0||m.hasNode(b)?(w[_]=b,b):b in w?w[b]:E(b)}return this._isCompound&&e.each(m.nodes(),function(_){m.setParent(_,E(_))}),m},o.prototype.setDefaultEdgeLabel=function(d){return e.isFunction(d)||(d=e.constant(d)),this._defaultEdgeLabelFn=d,this},o.prototype.edgeCount=function(){return this._edgeCount},o.prototype.edges=function(){return e.values(this._edgeObjs)},o.prototype.setPath=function(d,m){var y=this,w=arguments;return e.reduce(d,function(E,_){return w.length>1?y.setEdge(E,_,m):y.setEdge(E,_),_}),this},o.prototype.setEdge=function(){var d,m,y,w,E=!1,_=arguments[0];typeof _=="object"&&_!==null&&"v"in _?(d=_.v,m=_.w,y=_.name,arguments.length===2&&(w=arguments[1],E=!0)):(d=_,m=arguments[1],y=arguments[3],arguments.length>2&&(w=arguments[2],E=!0)),d=""+d,m=""+m,e.isUndefined(y)||(y=""+y);var b=c(this._isDirected,d,m,y);if(e.has(this._edgeLabels,b))return E&&(this._edgeLabels[b]=w),this;if(!e.isUndefined(y)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(d),this.setNode(m),this._edgeLabels[b]=E?w:this._defaultEdgeLabelFn(d,m,y);var S=f(this._isDirected,d,m,y);return d=S.v,m=S.w,Object.freeze(S),this._edgeObjs[b]=S,l(this._preds[m],d),l(this._sucs[d],m),this._in[m][b]=S,this._out[d][b]=S,this._edgeCount++,this},o.prototype.edge=function(d,m,y){var w=arguments.length===1?p(this._isDirected,arguments[0]):c(this._isDirected,d,m,y);return this._edgeLabels[w]},o.prototype.hasEdge=function(d,m,y){var w=arguments.length===1?p(this._isDirected,arguments[0]):c(this._isDirected,d,m,y);return e.has(this._edgeLabels,w)},o.prototype.removeEdge=function(d,m,y){var w=arguments.length===1?p(this._isDirected,arguments[0]):c(this._isDirected,d,m,y),E=this._edgeObjs[w];return E&&(d=E.v,m=E.w,delete this._edgeLabels[w],delete this._edgeObjs[w],u(this._preds[m],d),u(this._sucs[d],m),delete this._in[m][w],delete this._out[d][w],this._edgeCount--),this},o.prototype.inEdges=function(d,m){var y=this._in[d];if(y){var w=e.values(y);return m?e.filter(w,function(E){return E.v===m}):w}},o.prototype.outEdges=function(d,m){var y=this._out[d];if(y){var w=e.values(y);return m?e.filter(w,function(E){return E.w===m}):w}},o.prototype.nodeEdges=function(d,m){var y=this.inEdges(d,m);if(y)return y.concat(this.outEdges(d,m))};function l(d,m){d[m]?d[m]++:d[m]=1}function u(d,m){--d[m]||delete d[m]}function c(d,m,y,w){var E=""+m,_=""+y;if(!d&&E>_){var b=E;E=_,_=b}return E+i+_+i+(e.isUndefined(w)?t:w)}function f(d,m,y,w){var E=""+m,_=""+y;if(!d&&E>_){var b=E;E=_,_=b}var S={v:E,w:_};return w&&(S.name=w),S}function p(d,m){return c(d,m.v,m.w,m.name)}return Rm}var Am,ak;function r4(){return ak||(ak=1,Am="2.1.8"),Am}var Im,lk;function s4(){return lk||(lk=1,Im={Graph:Ay(),version:r4()}),Im}var Mm,uk;function i4(){if(uk)return Mm;uk=1;var e=Dn(),t=Ay();Mm={write:r,read:l};function r(u){var c={options:{directed:u.isDirected(),multigraph:u.isMultigraph(),compound:u.isCompound()},nodes:i(u),edges:o(u)};return e.isUndefined(u.graph())||(c.value=e.clone(u.graph())),c}function i(u){return e.map(u.nodes(),function(c){var f=u.node(c),p=u.parent(c),d={v:c};return e.isUndefined(f)||(d.value=f),e.isUndefined(p)||(d.parent=p),d})}function o(u){return e.map(u.edges(),function(c){var f=u.edge(c),p={v:c.v,w:c.w};return e.isUndefined(c.name)||(p.name=c.name),e.isUndefined(f)||(p.value=f),p})}function l(u){var c=new t(u.options).setGraph(u.value);return e.each(u.nodes,function(f){c.setNode(f.v,f.value),f.parent&&c.setParent(f.v,f.parent)}),e.each(u.edges,function(f){c.setEdge({v:f.v,w:f.w,name:f.name},f.value)}),c}return Mm}var Om,ck;function o4(){if(ck)return Om;ck=1;var e=Dn();Om=t;function t(r){var i={},o=[],l;function u(c){e.has(i,c)||(i[c]=!0,l.push(c),e.each(r.successors(c),u),e.each(r.predecessors(c),u))}return e.each(r.nodes(),function(c){l=[],u(c),l.length&&o.push(l)}),o}return Om}var Pm,dk;function Uj(){if(dk)return Pm;dk=1;var e=Dn();Pm=t;function t(){this._arr=[],this._keyIndices={}}return t.prototype.size=function(){return this._arr.length},t.prototype.keys=function(){return this._arr.map(function(r){return r.key})},t.prototype.has=function(r){return e.has(this._keyIndices,r)},t.prototype.priority=function(r){var i=this._keyIndices[r];if(i!==void 0)return this._arr[i].priority},t.prototype.min=function(){if(this.size()===0)throw new Error("Queue underflow");return this._arr[0].key},t.prototype.add=function(r,i){var o=this._keyIndices;if(r=String(r),!e.has(o,r)){var l=this._arr,u=l.length;return o[r]=u,l.push({key:r,priority:i}),this._decrease(u),!0}return!1},t.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var r=this._arr.pop();return delete this._keyIndices[r.key],this._heapify(0),r.key},t.prototype.decrease=function(r,i){var o=this._keyIndices[r];if(i>this._arr[o].priority)throw new Error("New priority is greater than current priority. Key: "+r+" Old: "+this._arr[o].priority+" New: "+i);this._arr[o].priority=i,this._decrease(o)},t.prototype._heapify=function(r){var i=this._arr,o=2*r,l=o+1,u=r;o<i.length&&(u=i[o].priority<i[u].priority?o:u,l<i.length&&(u=i[l].priority<i[u].priority?l:u),u!==r&&(this._swap(r,u),this._heapify(u)))},t.prototype._decrease=function(r){for(var i=this._arr,o=i[r].priority,l;r!==0&&(l=r>>1,!(i[l].priority<o));)this._swap(r,l),r=l},t.prototype._swap=function(r,i){var o=this._arr,l=this._keyIndices,u=o[r],c=o[i];o[r]=c,o[i]=u,l[c.key]=r,l[u.key]=i},Pm}var Lm,fk;function Hj(){if(fk)return Lm;fk=1;var e=Dn(),t=Uj();Lm=i;var r=e.constant(1);function i(l,u,c,f){return o(l,String(u),c||r,f||function(p){return l.outEdges(p)})}function o(l,u,c,f){var p={},d=new t,m,y,w=function(E){var _=E.v!==m?E.v:E.w,b=p[_],S=c(E),k=y.distance+S;if(S<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+E+" Weight: "+S);k<b.distance&&(b.distance=k,b.predecessor=m,d.decrease(_,k))};for(l.nodes().forEach(function(E){var _=E===u?0:Number.POSITIVE_INFINITY;p[E]={distance:_},d.add(E,_)});d.size()>0&&(m=d.removeMin(),y=p[m],y.distance!==Number.POSITIVE_INFINITY);)f(m).forEach(w);return p}return Lm}var $m,hk;function a4(){if(hk)return $m;hk=1;var e=Hj(),t=Dn();$m=r;function r(i,o,l){return t.transform(i.nodes(),function(u,c){u[c]=e(i,c,o,l)},{})}return $m}var qm,pk;function Wj(){if(pk)return qm;pk=1;var e=Dn();qm=t;function t(r){var i=0,o=[],l={},u=[];function c(f){var p=l[f]={onStack:!0,lowlink:i,index:i++};if(o.push(f),r.successors(f).forEach(function(y){e.has(l,y)?l[y].onStack&&(p.lowlink=Math.min(p.lowlink,l[y].index)):(c(y),p.lowlink=Math.min(p.lowlink,l[y].lowlink))}),p.lowlink===p.index){var d=[],m;do m=o.pop(),l[m].onStack=!1,d.push(m);while(f!==m);u.push(d)}}return r.nodes().forEach(function(f){e.has(l,f)||c(f)}),u}return qm}var Dm,mk;function l4(){if(mk)return Dm;mk=1;var e=Dn(),t=Wj();Dm=r;function r(i){return e.filter(t(i),function(o){return o.length>1||o.length===1&&i.hasEdge(o[0],o[0])})}return Dm}var Fm,gk;function u4(){if(gk)return Fm;gk=1;var e=Dn();Fm=r;var t=e.constant(1);function r(o,l,u){return i(o,l||t,u||function(c){return o.outEdges(c)})}function i(o,l,u){var c={},f=o.nodes();return f.forEach(function(p){c[p]={},c[p][p]={distance:0},f.forEach(function(d){p!==d&&(c[p][d]={distance:Number.POSITIVE_INFINITY})}),u(p).forEach(function(d){var m=d.v===p?d.w:d.v,y=l(d);c[p][m]={distance:y,predecessor:p}})}),f.forEach(function(p){var d=c[p];f.forEach(function(m){var y=c[m];f.forEach(function(w){var E=y[p],_=d[w],b=y[w],S=E.distance+_.distance;S<b.distance&&(b.distance=S,b.predecessor=_.predecessor)})})}),c}return Fm}var zm,vk;function Vj(){if(vk)return zm;vk=1;var e=Dn();zm=t,t.CycleException=r;function t(i){var o={},l={},u=[];function c(f){if(e.has(l,f))throw new r;e.has(o,f)||(l[f]=!0,o[f]=!0,e.each(i.predecessors(f),c),delete l[f],u.push(f))}if(e.each(i.sinks(),c),e.size(o)!==i.nodeCount())throw new r;return u}function r(){}return r.prototype=new Error,zm}var Bm,yk;function c4(){if(yk)return Bm;yk=1;var e=Vj();Bm=t;function t(r){try{e(r)}catch(i){if(i instanceof e.CycleException)return!1;throw i}return!0}return Bm}var Um,wk;function Gj(){if(wk)return Um;wk=1;var e=Dn();Um=t;function t(i,o,l){e.isArray(o)||(o=[o]);var u=(i.isDirected()?i.successors:i.neighbors).bind(i),c=[],f={};return e.each(o,function(p){if(!i.hasNode(p))throw new Error("Graph does not have node: "+p);r(i,p,l==="post",f,u,c)}),c}function r(i,o,l,u,c,f){e.has(u,o)||(u[o]=!0,l||f.push(o),e.each(c(o),function(p){r(i,p,l,u,c,f)}),l&&f.push(o))}return Um}var Hm,xk;function d4(){if(xk)return Hm;xk=1;var e=Gj();Hm=t;function t(r,i){return e(r,i,"post")}return Hm}var Wm,_k;function f4(){if(_k)return Wm;_k=1;var e=Gj();Wm=t;function t(r,i){return e(r,i,"pre")}return Wm}var Vm,bk;function h4(){if(bk)return Vm;bk=1;var e=Dn(),t=Ay(),r=Uj();Vm=i;function i(o,l){var u=new t,c={},f=new r,p;function d(y){var w=y.v===p?y.w:y.v,E=f.priority(w);if(E!==void 0){var _=l(y);_<E&&(c[w]=p,f.decrease(w,_))}}if(o.nodeCount()===0)return u;e.each(o.nodes(),function(y){f.add(y,Number.POSITIVE_INFINITY),u.setNode(y)}),f.decrease(o.nodes()[0],0);for(var m=!1;f.size()>0;){if(p=f.removeMin(),e.has(c,p))u.setEdge(p,c[p]);else{if(m)throw new Error("Input graph is not connected: "+o);m=!0}o.nodeEdges(p).forEach(d)}return u}return Vm}var Gm,Sk;function p4(){return Sk||(Sk=1,Gm={components:o4(),dijkstra:Hj(),dijkstraAll:a4(),findCycles:l4(),floydWarshall:u4(),isAcyclic:c4(),postorder:d4(),preorder:f4(),prim:h4(),tarjan:Wj(),topsort:Vj()}),Gm}var Ym,kk;function m4(){if(kk)return Ym;kk=1;var e=s4();return Ym={Graph:e.Graph,json:i4(),alg:p4(),version:e.version},Ym}var Km,Ek;function tr(){if(Ek)return Km;Ek=1;var e;if(typeof my=="function")try{e=m4()}catch{}return e||(e=window.graphlib),Km=e,Km}var Xm,Nk;function g4(){if(Nk)return Xm;Nk=1;var e=yj(),t=1,r=4;function i(o){return e(o,t|r)}return Xm=i,Xm}var Qm,Ck;function rc(){if(Ck)return Qm;Ck=1;var e=xo(),t=Br(),r=Yu(),i=qn();function o(l,u,c){if(!i(c))return!1;var f=typeof u;return(f=="number"?t(c)&&r(u,c.length):f=="string"&&u in c)?e(c[u],l):!1}return Qm=o,Qm}var Zm,jk;function v4(){if(jk)return Zm;jk=1;var e=nc(),t=xo(),r=rc(),i=yi(),o=Object.prototype,l=o.hasOwnProperty,u=e(function(c,f){c=Object(c);var p=-1,d=f.length,m=d>2?f[2]:void 0;for(m&&r(f[0],f[1],m)&&(d=1);++p<d;)for(var y=f[p],w=i(y),E=-1,_=w.length;++E<_;){var b=w[E],S=c[b];(S===void 0||t(S,o[b])&&!l.call(c,b))&&(c[b]=y[b])}return c});return Zm=u,Zm}var Jm,Tk;function y4(){if(Tk)return Jm;Tk=1;var e=Ur(),t=Br(),r=As();function i(o){return function(l,u,c){var f=Object(l);if(!t(l)){var p=e(u,3);l=r(l),u=function(m){return p(f[m],m,f)}}var d=o(l,u,c);return d>-1?f[p?l[d]:d]:void 0}}return Jm=i,Jm}var eg,Rk;function w4(){if(Rk)return eg;Rk=1;var e=/\s/;function t(r){for(var i=r.length;i--&&e.test(r.charAt(i)););return i}return eg=t,eg}var tg,Ak;function x4(){if(Ak)return tg;Ak=1;var e=w4(),t=/^\s+/;function r(i){return i&&i.slice(0,e(i)+1).replace(t,"")}return tg=r,tg}var ng,Ik;function _4(){if(Ik)return ng;Ik=1;var e=x4(),t=qn(),r=ko(),i=NaN,o=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt;function f(p){if(typeof p=="number")return p;if(r(p))return i;if(t(p)){var d=typeof p.valueOf=="function"?p.valueOf():p;p=t(d)?d+"":d}if(typeof p!="string")return p===0?p:+p;p=e(p);var m=l.test(p);return m||u.test(p)?c(p.slice(2),m?2:8):o.test(p)?i:+p}return ng=f,ng}var rg,Mk;function Yj(){if(Mk)return rg;Mk=1;var e=_4(),t=1/0,r=17976931348623157e292;function i(o){if(!o)return o===0?o:0;if(o=e(o),o===t||o===-t){var l=o<0?-1:1;return l*r}return o===o?o:0}return rg=i,rg}var sg,Ok;function b4(){if(Ok)return sg;Ok=1;var e=Yj();function t(r){var i=e(r),o=i%1;return i===i?o?i-o:i:0}return sg=t,sg}var ig,Pk;function S4(){if(Pk)return ig;Pk=1;var e=Fj(),t=Ur(),r=b4(),i=Math.max;function o(l,u,c){var f=l==null?0:l.length;if(!f)return-1;var p=c==null?0:r(c);return p<0&&(p=i(f+p,0)),e(l,t(u,3),p)}return ig=o,ig}var og,Lk;function k4(){if(Lk)return og;Lk=1;var e=y4(),t=S4(),r=e(t);return og=r,og}var ag,$k;function Kj(){if($k)return ag;$k=1;var e=Ry();function t(r){var i=r==null?0:r.length;return i?e(r,1):[]}return ag=t,ag}var lg,qk;function E4(){if(qk)return lg;qk=1;var e=Ny(),t=wj(),r=yi();function i(o,l){return o==null?o:e(o,t(l),r)}return lg=i,lg}var ug,Dk;function N4(){if(Dk)return ug;Dk=1;function e(t){var r=t==null?0:t.length;return r?t[r-1]:void 0}return ug=e,ug}var cg,Fk;function C4(){if(Fk)return cg;Fk=1;var e=Vu(),t=Cy(),r=Ur();function i(o,l){var u={};return l=r(l,3),t(o,function(c,f,p){e(u,f,l(c,f,p))}),u}return cg=i,cg}var dg,zk;function Iy(){if(zk)return dg;zk=1;var e=ko();function t(r,i,o){for(var l=-1,u=r.length;++l<u;){var c=r[l],f=i(c);if(f!=null&&(p===void 0?f===f&&!e(f):o(f,p)))var p=f,d=c}return d}return dg=t,dg}var fg,Bk;function j4(){if(Bk)return fg;Bk=1;function e(t,r){return t>r}return fg=e,fg}var hg,Uk;function T4(){if(Uk)return hg;Uk=1;var e=Iy(),t=j4(),r=wi();function i(o){return o&&o.length?e(o,r,t):void 0}return hg=i,hg}var pg,Hk;function Xj(){if(Hk)return pg;Hk=1;var e=Vu(),t=xo();function r(i,o,l){(l!==void 0&&!t(i[o],l)||l===void 0&&!(o in i))&&e(i,o,l)}return pg=r,pg}var mg,Wk;function R4(){if(Wk)return mg;Wk=1;var e=gi(),t=Qu(),r=mr(),i="[object Object]",o=Function.prototype,l=Object.prototype,u=o.toString,c=l.hasOwnProperty,f=u.call(Object);function p(d){if(!r(d)||e(d)!=i)return!1;var m=t(d);if(m===null)return!0;var y=c.call(m,"constructor")&&m.constructor;return typeof y=="function"&&y instanceof y&&u.call(y)==f}return mg=p,mg}var gg,Vk;function Qj(){if(Vk)return gg;Vk=1;function e(t,r){if(!(r==="constructor"&&typeof t[r]=="function")&&r!="__proto__")return t[r]}return gg=e,gg}var vg,Gk;function A4(){if(Gk)return vg;Gk=1;var e=$a(),t=yi();function r(i){return e(i,t(i))}return vg=r,vg}var yg,Yk;function I4(){if(Yk)return yg;Yk=1;var e=Xj(),t=oj(),r=mj(),i=aj(),o=vj(),l=qa(),u=_t(),c=zj(),f=bo(),p=La(),d=qn(),m=R4(),y=Da(),w=Qj(),E=A4();function _(b,S,k,N,j,A,M){var O=w(b,k),P=w(S,k),D=M.get(P);if(D){e(b,k,D);return}var L=A?A(O,P,k+"",b,S,M):void 0,U=L===void 0;if(U){var V=u(P),z=!V&&f(P),C=!V&&!z&&y(P);L=P,V||z||C?u(O)?L=O:c(O)?L=i(O):z?(U=!1,L=t(P,!0)):C?(U=!1,L=r(P,!0)):L=[]:m(P)||l(P)?(L=O,l(O)?L=E(O):(!d(O)||p(O))&&(L=o(P))):U=!1}U&&(M.set(P,L),j(L,P,N,A,M),M.delete(P)),e(b,k,L)}return yg=_,yg}var wg,Kk;function M4(){if(Kk)return wg;Kk=1;var e=Wu(),t=Xj(),r=Ny(),i=I4(),o=qn(),l=yi(),u=Qj();function c(f,p,d,m,y){f!==p&&r(p,function(w,E){if(y||(y=new e),o(w))i(f,p,E,d,c,m,y);else{var _=m?m(u(f,E),w,E+"",f,p,y):void 0;_===void 0&&(_=w),t(f,E,_)}},l)}return wg=c,wg}var xg,Xk;function O4(){if(Xk)return xg;Xk=1;var e=nc(),t=rc();function r(i){return e(function(o,l){var u=-1,c=l.length,f=c>1?l[c-1]:void 0,p=c>2?l[2]:void 0;for(f=i.length>3&&typeof f=="function"?(c--,f):void 0,p&&t(l[0],l[1],p)&&(f=c<3?void 0:f,c=1),o=Object(o);++u<c;){var d=l[u];d&&i(o,d,u,f)}return o})}return xg=r,xg}var _g,Qk;function P4(){if(Qk)return _g;Qk=1;var e=M4(),t=O4(),r=t(function(i,o,l){e(i,o,l)});return _g=r,_g}var bg,Zk;function Zj(){if(Zk)return bg;Zk=1;function e(t,r){return t<r}return bg=e,bg}var Sg,Jk;function L4(){if(Jk)return Sg;Jk=1;var e=Iy(),t=Zj(),r=wi();function i(o){return o&&o.length?e(o,r,t):void 0}return Sg=i,Sg}var kg,eE;function $4(){if(eE)return kg;eE=1;var e=Iy(),t=Ur(),r=Zj();function i(o,l){return o&&o.length?e(o,t(l,2),r):void 0}return kg=i,kg}var Eg,tE;function q4(){if(tE)return Eg;tE=1;var e=rr(),t=function(){return e.Date.now()};return Eg=t,Eg}var Ng,nE;function D4(){if(nE)return Ng;nE=1;var e=Gu(),t=ec(),r=Yu(),i=qn(),o=Fa();function l(u,c,f,p){if(!i(u))return u;c=t(c,u);for(var d=-1,m=c.length,y=m-1,w=u;w!=null&&++d<m;){var E=o(c[d]),_=f;if(E==="__proto__"||E==="constructor"||E==="prototype")return u;if(d!=y){var b=w[E];_=p?p(b,E,w):void 0,_===void 0&&(_=i(b)?b:r(c[d+1])?[]:{})}e(w,E,_),w=w[E]}return u}return Ng=l,Ng}var Cg,rE;function F4(){if(rE)return Cg;rE=1;var e=tc(),t=D4(),r=ec();function i(o,l,u){for(var c=-1,f=l.length,p={};++c<f;){var d=l[c],m=e(o,d);u(m,d)&&t(p,r(d,o),m)}return p}return Cg=i,Cg}var jg,sE;function z4(){if(sE)return jg;sE=1;var e=F4(),t=Rj();function r(i,o){return e(i,o,function(l,u){return t(i,u)})}return jg=r,jg}var Tg,iE;function B4(){if(iE)return Tg;iE=1;var e=Kj(),t=qj(),r=Dj();function i(o){return r(t(o,void 0,e),o+"")}return Tg=i,Tg}var Rg,oE;function U4(){if(oE)return Rg;oE=1;var e=z4(),t=B4(),r=t(function(i,o){return i==null?{}:e(i,o)});return Rg=r,Rg}var Ag,aE;function H4(){if(aE)return Ag;aE=1;var e=Math.ceil,t=Math.max;function r(i,o,l,u){for(var c=-1,f=t(e((o-i)/(l||1)),0),p=Array(f);f--;)p[u?f:++c]=i,i+=l;return p}return Ag=r,Ag}var Ig,lE;function W4(){if(lE)return Ig;lE=1;var e=H4(),t=rc(),r=Yj();function i(o){return function(l,u,c){return c&&typeof c!="number"&&t(l,u,c)&&(u=c=void 0),l=r(l),u===void 0?(u=l,l=0):u=r(u),c=c===void 0?l<u?1:-1:r(c),e(l,u,c,o)}}return Ig=i,Ig}var Mg,uE;function V4(){if(uE)return Mg;uE=1;var e=W4(),t=e();return Mg=t,Mg}var Og,cE;function G4(){if(cE)return Og;cE=1;function e(t,r){var i=t.length;for(t.sort(r);i--;)t[i]=t[i].value;return t}return Og=e,Og}var Pg,dE;function Y4(){if(dE)return Pg;dE=1;var e=ko();function t(r,i){if(r!==i){var o=r!==void 0,l=r===null,u=r===r,c=e(r),f=i!==void 0,p=i===null,d=i===i,m=e(i);if(!p&&!m&&!c&&r>i||c&&f&&d&&!p&&!m||l&&f&&d||!o&&d||!u)return 1;if(!l&&!c&&!m&&r<i||m&&o&&u&&!l&&!c||p&&o&&u||!f&&u||!d)return-1}return 0}return Pg=t,Pg}var Lg,fE;function K4(){if(fE)return Lg;fE=1;var e=Y4();function t(r,i,o){for(var l=-1,u=r.criteria,c=i.criteria,f=u.length,p=o.length;++l<f;){var d=e(u[l],c[l]);if(d){if(l>=p)return d;var m=o[l];return d*(m=="desc"?-1:1)}}return r.index-i.index}return Lg=t,Lg}var $g,hE;function X4(){if(hE)return $g;hE=1;var e=Ju(),t=tc(),r=Ur(),i=Pj(),o=G4(),l=Ku(),u=K4(),c=wi(),f=_t();function p(d,m,y){m.length?m=e(m,function(_){return f(_)?function(b){return t(b,_.length===1?_[0]:_)}:_}):m=[c];var w=-1;m=e(m,l(r));var E=i(d,function(_,b,S){var k=e(m,function(N){return N(_)});return{criteria:k,index:++w,value:_}});return o(E,function(_,b){return u(_,b,y)})}return $g=p,$g}var qg,pE;function Q4(){if(pE)return qg;pE=1;var e=Ry(),t=X4(),r=nc(),i=rc(),o=r(function(l,u){if(l==null)return[];var c=u.length;return c>1&&i(l,u[0],u[1])?u=[]:c>2&&i(u[0],u[1],u[2])&&(u=[u[0]]),t(l,e(u,1),[])});return qg=o,qg}var Dg,mE;function Z4(){if(mE)return Dg;mE=1;var e=jj(),t=0;function r(i){var o=++t;return e(i)+o}return Dg=r,Dg}var Fg,gE;function J4(){if(gE)return Fg;gE=1;function e(t,r,i){for(var o=-1,l=t.length,u=r.length,c={};++o<l;){var f=o<u?r[o]:void 0;i(c,t[o],f)}return c}return Fg=e,Fg}var zg,vE;function e5(){if(vE)return zg;vE=1;var e=Gu(),t=J4();function r(i,o){return t(i||[],o||[],e)}return zg=r,zg}var Bg,yE;function at(){if(yE)return Bg;yE=1;var e;if(typeof my=="function")try{e={cloneDeep:g4(),constant:Ey(),defaults:v4(),each:_j(),filter:Ij(),find:k4(),flatten:Kj(),forEach:xj(),forIn:E4(),has:Mj(),isUndefined:Oj(),last:N4(),map:Lj(),mapValues:C4(),max:T4(),merge:P4(),min:L4(),minBy:$4(),now:q4(),pick:U4(),range:V4(),reduce:$j(),sortBy:Q4(),uniqueId:Z4(),values:Bj(),zipObject:e5()}}catch{}return e||(e=window._),Bg=e,Bg}var Ug,wE;function t5(){if(wE)return Ug;wE=1,Ug=e;function e(){var i={};i._next=i._prev=i,this._sentinel=i}e.prototype.dequeue=function(){var i=this._sentinel,o=i._prev;if(o!==i)return t(o),o},e.prototype.enqueue=function(i){var o=this._sentinel;i._prev&&i._next&&t(i),i._next=o._next,o._next._prev=i,o._next=i,i._prev=o},e.prototype.toString=function(){for(var i=[],o=this._sentinel,l=o._prev;l!==o;)i.push(JSON.stringify(l,r)),l=l._prev;return"["+i.join(", ")+"]"};function t(i){i._prev._next=i._next,i._next._prev=i._prev,delete i._next,delete i._prev}function r(i,o){if(i!=="_next"&&i!=="_prev")return o}return Ug}var Hg,xE;function n5(){if(xE)return Hg;xE=1;var e=at(),t=tr().Graph,r=t5();Hg=o;var i=e.constant(1);function o(p,d){if(p.nodeCount()<=1)return[];var m=c(p,d||i),y=l(m.graph,m.buckets,m.zeroIdx);return e.flatten(e.map(y,function(w){return p.outEdges(w.v,w.w)}),!0)}function l(p,d,m){for(var y=[],w=d[d.length-1],E=d[0],_;p.nodeCount();){for(;_=E.dequeue();)u(p,d,m,_);for(;_=w.dequeue();)u(p,d,m,_);if(p.nodeCount()){for(var b=d.length-2;b>0;--b)if(_=d[b].dequeue(),_){y=y.concat(u(p,d,m,_,!0));break}}}return y}function u(p,d,m,y,w){var E=w?[]:void 0;return e.forEach(p.inEdges(y.v),function(_){var b=p.edge(_),S=p.node(_.v);w&&E.push({v:_.v,w:_.w}),S.out-=b,f(d,m,S)}),e.forEach(p.outEdges(y.v),function(_){var b=p.edge(_),S=_.w,k=p.node(S);k.in-=b,f(d,m,k)}),p.removeNode(y.v),E}function c(p,d){var m=new t,y=0,w=0;e.forEach(p.nodes(),function(b){m.setNode(b,{v:b,in:0,out:0})}),e.forEach(p.edges(),function(b){var S=m.edge(b.v,b.w)||0,k=d(b),N=S+k;m.setEdge(b.v,b.w,N),w=Math.max(w,m.node(b.v).out+=k),y=Math.max(y,m.node(b.w).in+=k)});var E=e.range(w+y+3).map(function(){return new r}),_=y+1;return e.forEach(m.nodes(),function(b){f(E,_,m.node(b))}),{graph:m,buckets:E,zeroIdx:_}}function f(p,d,m){m.out?m.in?p[m.out-m.in+d].enqueue(m):p[p.length-1].enqueue(m):p[0].enqueue(m)}return Hg}var Wg,_E;function r5(){if(_E)return Wg;_E=1;var e=at(),t=n5();Wg={run:r,undo:o};function r(l){var u=l.graph().acyclicer==="greedy"?t(l,c(l)):i(l);e.forEach(u,function(f){var p=l.edge(f);l.removeEdge(f),p.forwardName=f.name,p.reversed=!0,l.setEdge(f.w,f.v,p,e.uniqueId("rev"))});function c(f){return function(p){return f.edge(p).weight}}}function i(l){var u=[],c={},f={};function p(d){e.has(f,d)||(f[d]=!0,c[d]=!0,e.forEach(l.outEdges(d),function(m){e.has(c,m.w)?u.push(m):p(m.w)}),delete c[d])}return e.forEach(l.nodes(),p),u}function o(l){e.forEach(l.edges(),function(u){var c=l.edge(u);if(c.reversed){l.removeEdge(u);var f=c.forwardName;delete c.reversed,delete c.forwardName,l.setEdge(u.w,u.v,c,f)}})}return Wg}var Vg,bE;function fn(){if(bE)return Vg;bE=1;var e=at(),t=tr().Graph;Vg={addDummyNode:r,simplify:i,asNonCompoundGraph:o,successorWeights:l,predecessorWeights:u,intersectRect:c,buildLayerMatrix:f,normalizeRanks:p,removeEmptyRanks:d,addBorderNode:m,maxRank:y,partition:w,time:E,notime:_};function r(b,S,k,N){var j;do j=e.uniqueId(N);while(b.hasNode(j));return k.dummy=S,b.setNode(j,k),j}function i(b){var S=new t().setGraph(b.graph());return e.forEach(b.nodes(),function(k){S.setNode(k,b.node(k))}),e.forEach(b.edges(),function(k){var N=S.edge(k.v,k.w)||{weight:0,minlen:1},j=b.edge(k);S.setEdge(k.v,k.w,{weight:N.weight+j.weight,minlen:Math.max(N.minlen,j.minlen)})}),S}function o(b){var S=new t({multigraph:b.isMultigraph()}).setGraph(b.graph());return e.forEach(b.nodes(),function(k){b.children(k).length||S.setNode(k,b.node(k))}),e.forEach(b.edges(),function(k){S.setEdge(k,b.edge(k))}),S}function l(b){var S=e.map(b.nodes(),function(k){var N={};return e.forEach(b.outEdges(k),function(j){N[j.w]=(N[j.w]||0)+b.edge(j).weight}),N});return e.zipObject(b.nodes(),S)}function u(b){var S=e.map(b.nodes(),function(k){var N={};return e.forEach(b.inEdges(k),function(j){N[j.v]=(N[j.v]||0)+b.edge(j).weight}),N});return e.zipObject(b.nodes(),S)}function c(b,S){var k=b.x,N=b.y,j=S.x-k,A=S.y-N,M=b.width/2,O=b.height/2;if(!j&&!A)throw new Error("Not possible to find intersection inside of the rectangle");var P,D;return Math.abs(A)*M>Math.abs(j)*O?(A<0&&(O=-O),P=O*j/A,D=O):(j<0&&(M=-M),P=M,D=M*A/j),{x:k+P,y:N+D}}function f(b){var S=e.map(e.range(y(b)+1),function(){return[]});return e.forEach(b.nodes(),function(k){var N=b.node(k),j=N.rank;e.isUndefined(j)||(S[j][N.order]=k)}),S}function p(b){var S=e.min(e.map(b.nodes(),function(k){return b.node(k).rank}));e.forEach(b.nodes(),function(k){var N=b.node(k);e.has(N,"rank")&&(N.rank-=S)})}function d(b){var S=e.min(e.map(b.nodes(),function(A){return b.node(A).rank})),k=[];e.forEach(b.nodes(),function(A){var M=b.node(A).rank-S;k[M]||(k[M]=[]),k[M].push(A)});var N=0,j=b.graph().nodeRankFactor;e.forEach(k,function(A,M){e.isUndefined(A)&&M%j!==0?--N:N&&e.forEach(A,function(O){b.node(O).rank+=N})})}function m(b,S,k,N){var j={width:0,height:0};return arguments.length>=4&&(j.rank=k,j.order=N),r(b,"border",j,S)}function y(b){return e.max(e.map(b.nodes(),function(S){var k=b.node(S).rank;if(!e.isUndefined(k))return k}))}function w(b,S){var k={lhs:[],rhs:[]};return e.forEach(b,function(N){S(N)?k.lhs.push(N):k.rhs.push(N)}),k}function E(b,S){var k=e.now();try{return S()}finally{console.log(b+" time: "+(e.now()-k)+"ms")}}function _(b,S){return S()}return Vg}var Gg,SE;function s5(){if(SE)return Gg;SE=1;var e=at(),t=fn();Gg={run:r,undo:o};function r(l){l.graph().dummyChains=[],e.forEach(l.edges(),function(u){i(l,u)})}function i(l,u){var c=u.v,f=l.node(c).rank,p=u.w,d=l.node(p).rank,m=u.name,y=l.edge(u),w=y.labelRank;if(d!==f+1){l.removeEdge(u);var E,_,b;for(b=0,++f;f<d;++b,++f)y.points=[],_={width:0,height:0,edgeLabel:y,edgeObj:u,rank:f},E=t.addDummyNode(l,"edge",_,"_d"),f===w&&(_.width=y.width,_.height=y.height,_.dummy="edge-label",_.labelpos=y.labelpos),l.setEdge(c,E,{weight:y.weight},m),b===0&&l.graph().dummyChains.push(E),c=E;l.setEdge(c,p,{weight:y.weight},m)}}function o(l){e.forEach(l.graph().dummyChains,function(u){var c=l.node(u),f=c.edgeLabel,p;for(l.setEdge(c.edgeObj,f);c.dummy;)p=l.successors(u)[0],l.removeNode(u),f.points.push({x:c.x,y:c.y}),c.dummy==="edge-label"&&(f.x=c.x,f.y=c.y,f.width=c.width,f.height=c.height),u=p,c=l.node(u)})}return Gg}var Yg,kE;function Ru(){if(kE)return Yg;kE=1;var e=at();Yg={longestPath:t,slack:r};function t(i){var o={};function l(u){var c=i.node(u);if(e.has(o,u))return c.rank;o[u]=!0;var f=e.min(e.map(i.outEdges(u),function(p){return l(p.w)-i.edge(p).minlen}));return(f===Number.POSITIVE_INFINITY||f===void 0||f===null)&&(f=0),c.rank=f}e.forEach(i.sources(),l)}function r(i,o){return i.node(o.w).rank-i.node(o.v).rank-i.edge(o).minlen}return Yg}var Kg,EE;function Jj(){if(EE)return Kg;EE=1;var e=at(),t=tr().Graph,r=Ru().slack;Kg=i;function i(c){var f=new t({directed:!1}),p=c.nodes()[0],d=c.nodeCount();f.setNode(p,{});for(var m,y;o(f,c)<d;)m=l(f,c),y=f.hasNode(m.v)?r(c,m):-r(c,m),u(f,c,y);return f}function o(c,f){function p(d){e.forEach(f.nodeEdges(d),function(m){var y=m.v,w=d===y?m.w:y;!c.hasNode(w)&&!r(f,m)&&(c.setNode(w,{}),c.setEdge(d,w,{}),p(w))})}return e.forEach(c.nodes(),p),c.nodeCount()}function l(c,f){return e.minBy(f.edges(),function(p){if(c.hasNode(p.v)!==c.hasNode(p.w))return r(f,p)})}function u(c,f,p){e.forEach(c.nodes(),function(d){f.node(d).rank+=p})}return Kg}var Xg,NE;function i5(){if(NE)return Xg;NE=1;var e=at(),t=Jj(),r=Ru().slack,i=Ru().longestPath,o=tr().alg.preorder,l=tr().alg.postorder,u=fn().simplify;Xg=c,c.initLowLimValues=m,c.initCutValues=f,c.calcCutValue=d,c.leaveEdge=w,c.enterEdge=E,c.exchangeEdges=_;function c(N){N=u(N),i(N);var j=t(N);m(j),f(j,N);for(var A,M;A=w(j);)M=E(j,N,A),_(j,N,A,M)}function f(N,j){var A=l(N,N.nodes());A=A.slice(0,A.length-1),e.forEach(A,function(M){p(N,j,M)})}function p(N,j,A){var M=N.node(A),O=M.parent;N.edge(A,O).cutvalue=d(N,j,A)}function d(N,j,A){var M=N.node(A),O=M.parent,P=!0,D=j.edge(A,O),L=0;return D||(P=!1,D=j.edge(O,A)),L=D.weight,e.forEach(j.nodeEdges(A),function(U){var V=U.v===A,z=V?U.w:U.v;if(z!==O){var C=V===P,F=j.edge(U).weight;if(L+=C?F:-F,S(N,A,z)){var $=N.edge(A,z).cutvalue;L+=C?-$:$}}}),L}function m(N,j){arguments.length<2&&(j=N.nodes()[0]),y(N,{},1,j)}function y(N,j,A,M,O){var P=A,D=N.node(M);return j[M]=!0,e.forEach(N.neighbors(M),function(L){e.has(j,L)||(A=y(N,j,A,L,M))}),D.low=P,D.lim=A++,O?D.parent=O:delete D.parent,A}function w(N){return e.find(N.edges(),function(j){return N.edge(j).cutvalue<0})}function E(N,j,A){var M=A.v,O=A.w;j.hasEdge(M,O)||(M=A.w,O=A.v);var P=N.node(M),D=N.node(O),L=P,U=!1;P.lim>D.lim&&(L=D,U=!0);var V=e.filter(j.edges(),function(z){return U===k(N,N.node(z.v),L)&&U!==k(N,N.node(z.w),L)});return e.minBy(V,function(z){return r(j,z)})}function _(N,j,A,M){var O=A.v,P=A.w;N.removeEdge(O,P),N.setEdge(M.v,M.w,{}),m(N),f(N,j),b(N,j)}function b(N,j){var A=e.find(N.nodes(),function(O){return!j.node(O).parent}),M=o(N,A);M=M.slice(1),e.forEach(M,function(O){var P=N.node(O).parent,D=j.edge(O,P),L=!1;D||(D=j.edge(P,O),L=!0),j.node(O).rank=j.node(P).rank+(L?D.minlen:-D.minlen)})}function S(N,j,A){return N.hasEdge(j,A)}function k(N,j,A){return A.low<=j.lim&&j.lim<=A.lim}return Xg}var Qg,CE;function o5(){if(CE)return Qg;CE=1;var e=Ru(),t=e.longestPath,r=Jj(),i=i5();Qg=o;function o(f){switch(f.graph().ranker){case"network-simplex":c(f);break;case"tight-tree":u(f);break;case"longest-path":l(f);break;default:c(f)}}var l=t;function u(f){t(f),r(f)}function c(f){i(f)}return Qg}var Zg,jE;function a5(){if(jE)return Zg;jE=1;var e=at();Zg=t;function t(o){var l=i(o);e.forEach(o.graph().dummyChains,function(u){for(var c=o.node(u),f=c.edgeObj,p=r(o,l,f.v,f.w),d=p.path,m=p.lca,y=0,w=d[y],E=!0;u!==f.w;){if(c=o.node(u),E){for(;(w=d[y])!==m&&o.node(w).maxRank<c.rank;)y++;w===m&&(E=!1)}if(!E){for(;y<d.length-1&&o.node(w=d[y+1]).minRank<=c.rank;)y++;w=d[y]}o.setParent(u,w),u=o.successors(u)[0]}})}function r(o,l,u,c){var f=[],p=[],d=Math.min(l[u].low,l[c].low),m=Math.max(l[u].lim,l[c].lim),y,w;y=u;do y=o.parent(y),f.push(y);while(y&&(l[y].low>d||m>l[y].lim));for(w=y,y=c;(y=o.parent(y))!==w;)p.push(y);return{path:f.concat(p.reverse()),lca:w}}function i(o){var l={},u=0;function c(f){var p=u;e.forEach(o.children(f),c),l[f]={low:p,lim:u++}}return e.forEach(o.children(),c),l}return Zg}var Jg,TE;function l5(){if(TE)return Jg;TE=1;var e=at(),t=fn();Jg={run:r,cleanup:u};function r(c){var f=t.addDummyNode(c,"root",{},"_root"),p=o(c),d=e.max(e.values(p))-1,m=2*d+1;c.graph().nestingRoot=f,e.forEach(c.edges(),function(w){c.edge(w).minlen*=m});var y=l(c)+1;e.forEach(c.children(),function(w){i(c,f,m,y,d,p,w)}),c.graph().nodeRankFactor=m}function i(c,f,p,d,m,y,w){var E=c.children(w);if(!E.length){w!==f&&c.setEdge(f,w,{weight:0,minlen:p});return}var _=t.addBorderNode(c,"_bt"),b=t.addBorderNode(c,"_bb"),S=c.node(w);c.setParent(_,w),S.borderTop=_,c.setParent(b,w),S.borderBottom=b,e.forEach(E,function(k){i(c,f,p,d,m,y,k);var N=c.node(k),j=N.borderTop?N.borderTop:k,A=N.borderBottom?N.borderBottom:k,M=N.borderTop?d:2*d,O=j!==A?1:m-y[w]+1;c.setEdge(_,j,{weight:M,minlen:O,nestingEdge:!0}),c.setEdge(A,b,{weight:M,minlen:O,nestingEdge:!0})}),c.parent(w)||c.setEdge(f,_,{weight:0,minlen:m+y[w]})}function o(c){var f={};function p(d,m){var y=c.children(d);y&&y.length&&e.forEach(y,function(w){p(w,m+1)}),f[d]=m}return e.forEach(c.children(),function(d){p(d,1)}),f}function l(c){return e.reduce(c.edges(),function(f,p){return f+c.edge(p).weight},0)}function u(c){var f=c.graph();c.removeNode(f.nestingRoot),delete f.nestingRoot,e.forEach(c.edges(),function(p){var d=c.edge(p);d.nestingEdge&&c.removeEdge(p)})}return Jg}var ev,RE;function u5(){if(RE)return ev;RE=1;var e=at(),t=fn();ev=r;function r(o){function l(u){var c=o.children(u),f=o.node(u);if(c.length&&e.forEach(c,l),e.has(f,"minRank")){f.borderLeft=[],f.borderRight=[];for(var p=f.minRank,d=f.maxRank+1;p<d;++p)i(o,"borderLeft","_bl",u,f,p),i(o,"borderRight","_br",u,f,p)}}e.forEach(o.children(),l)}function i(o,l,u,c,f,p){var d={width:0,height:0,rank:p,borderType:l},m=f[l][p-1],y=t.addDummyNode(o,"border",d,u);f[l][p]=y,o.setParent(y,c),m&&o.setEdge(m,y,{weight:1})}return ev}var tv,AE;function c5(){if(AE)return tv;AE=1;var e=at();tv={adjust:t,undo:r};function t(p){var d=p.graph().rankdir.toLowerCase();(d==="lr"||d==="rl")&&i(p)}function r(p){var d=p.graph().rankdir.toLowerCase();(d==="bt"||d==="rl")&&l(p),(d==="lr"||d==="rl")&&(c(p),i(p))}function i(p){e.forEach(p.nodes(),function(d){o(p.node(d))}),e.forEach(p.edges(),function(d){o(p.edge(d))})}function o(p){var d=p.width;p.width=p.height,p.height=d}function l(p){e.forEach(p.nodes(),function(d){u(p.node(d))}),e.forEach(p.edges(),function(d){var m=p.edge(d);e.forEach(m.points,u),e.has(m,"y")&&u(m)})}function u(p){p.y=-p.y}function c(p){e.forEach(p.nodes(),function(d){f(p.node(d))}),e.forEach(p.edges(),function(d){var m=p.edge(d);e.forEach(m.points,f),e.has(m,"x")&&f(m)})}function f(p){var d=p.x;p.x=p.y,p.y=d}return tv}var nv,IE;function d5(){if(IE)return nv;IE=1;var e=at();nv=t;function t(r){var i={},o=e.filter(r.nodes(),function(p){return!r.children(p).length}),l=e.max(e.map(o,function(p){return r.node(p).rank})),u=e.map(e.range(l+1),function(){return[]});function c(p){if(!e.has(i,p)){i[p]=!0;var d=r.node(p);u[d.rank].push(p),e.forEach(r.successors(p),c)}}var f=e.sortBy(o,function(p){return r.node(p).rank});return e.forEach(f,c),u}return nv}var rv,ME;function f5(){if(ME)return rv;ME=1;var e=at();rv=t;function t(i,o){for(var l=0,u=1;u<o.length;++u)l+=r(i,o[u-1],o[u]);return l}function r(i,o,l){for(var u=e.zipObject(l,e.map(l,function(y,w){return w})),c=e.flatten(e.map(o,function(y){return e.sortBy(e.map(i.outEdges(y),function(w){return{pos:u[w.w],weight:i.edge(w).weight}}),"pos")}),!0),f=1;f<l.length;)f<<=1;var p=2*f-1;f-=1;var d=e.map(new Array(p),function(){return 0}),m=0;return e.forEach(c.forEach(function(y){var w=y.pos+f;d[w]+=y.weight;for(var E=0;w>0;)w%2&&(E+=d[w+1]),w=w-1>>1,d[w]+=y.weight;m+=y.weight*E})),m}return rv}var sv,OE;function h5(){if(OE)return sv;OE=1;var e=at();sv=t;function t(r,i){return e.map(i,function(o){var l=r.inEdges(o);if(l.length){var u=e.reduce(l,function(c,f){var p=r.edge(f),d=r.node(f.v);return{sum:c.sum+p.weight*d.order,weight:c.weight+p.weight}},{sum:0,weight:0});return{v:o,barycenter:u.sum/u.weight,weight:u.weight}}else return{v:o}})}return sv}var iv,PE;function p5(){if(PE)return iv;PE=1;var e=at();iv=t;function t(o,l){var u={};e.forEach(o,function(f,p){var d=u[f.v]={indegree:0,in:[],out:[],vs:[f.v],i:p};e.isUndefined(f.barycenter)||(d.barycenter=f.barycenter,d.weight=f.weight)}),e.forEach(l.edges(),function(f){var p=u[f.v],d=u[f.w];!e.isUndefined(p)&&!e.isUndefined(d)&&(d.indegree++,p.out.push(u[f.w]))});var c=e.filter(u,function(f){return!f.indegree});return r(c)}function r(o){var l=[];function u(p){return function(d){d.merged||(e.isUndefined(d.barycenter)||e.isUndefined(p.barycenter)||d.barycenter>=p.barycenter)&&i(p,d)}}function c(p){return function(d){d.in.push(p),--d.indegree===0&&o.push(d)}}for(;o.length;){var f=o.pop();l.push(f),e.forEach(f.in.reverse(),u(f)),e.forEach(f.out,c(f))}return e.map(e.filter(l,function(p){return!p.merged}),function(p){return e.pick(p,["vs","i","barycenter","weight"])})}function i(o,l){var u=0,c=0;o.weight&&(u+=o.barycenter*o.weight,c+=o.weight),l.weight&&(u+=l.barycenter*l.weight,c+=l.weight),o.vs=l.vs.concat(o.vs),o.barycenter=u/c,o.weight=c,o.i=Math.min(l.i,o.i),l.merged=!0}return iv}var ov,LE;function m5(){if(LE)return ov;LE=1;var e=at(),t=fn();ov=r;function r(l,u){var c=t.partition(l,function(_){return e.has(_,"barycenter")}),f=c.lhs,p=e.sortBy(c.rhs,function(_){return-_.i}),d=[],m=0,y=0,w=0;f.sort(o(!!u)),w=i(d,p,w),e.forEach(f,function(_){w+=_.vs.length,d.push(_.vs),m+=_.barycenter*_.weight,y+=_.weight,w=i(d,p,w)});var E={vs:e.flatten(d,!0)};return y&&(E.barycenter=m/y,E.weight=y),E}function i(l,u,c){for(var f;u.length&&(f=e.last(u)).i<=c;)u.pop(),l.push(f.vs),c++;return c}function o(l){return function(u,c){return u.barycenter<c.barycenter?-1:u.barycenter>c.barycenter?1:l?c.i-u.i:u.i-c.i}}return ov}var av,$E;function g5(){if($E)return av;$E=1;var e=at(),t=h5(),r=p5(),i=m5();av=o;function o(c,f,p,d){var m=c.children(f),y=c.node(f),w=y?y.borderLeft:void 0,E=y?y.borderRight:void 0,_={};w&&(m=e.filter(m,function(A){return A!==w&&A!==E}));var b=t(c,m);e.forEach(b,function(A){if(c.children(A.v).length){var M=o(c,A.v,p,d);_[A.v]=M,e.has(M,"barycenter")&&u(A,M)}});var S=r(b,p);l(S,_);var k=i(S,d);if(w&&(k.vs=e.flatten([w,k.vs,E],!0),c.predecessors(w).length)){var N=c.node(c.predecessors(w)[0]),j=c.node(c.predecessors(E)[0]);e.has(k,"barycenter")||(k.barycenter=0,k.weight=0),k.barycenter=(k.barycenter*k.weight+N.order+j.order)/(k.weight+2),k.weight+=2}return k}function l(c,f){e.forEach(c,function(p){p.vs=e.flatten(p.vs.map(function(d){return f[d]?f[d].vs:d}),!0)})}function u(c,f){e.isUndefined(c.barycenter)?(c.barycenter=f.barycenter,c.weight=f.weight):(c.barycenter=(c.barycenter*c.weight+f.barycenter*f.weight)/(c.weight+f.weight),c.weight+=f.weight)}return av}var lv,qE;function v5(){if(qE)return lv;qE=1;var e=at(),t=tr().Graph;lv=r;function r(o,l,u){var c=i(o),f=new t({compound:!0}).setGraph({root:c}).setDefaultNodeLabel(function(p){return o.node(p)});return e.forEach(o.nodes(),function(p){var d=o.node(p),m=o.parent(p);(d.rank===l||d.minRank<=l&&l<=d.maxRank)&&(f.setNode(p),f.setParent(p,m||c),e.forEach(o[u](p),function(y){var w=y.v===p?y.w:y.v,E=f.edge(w,p),_=e.isUndefined(E)?0:E.weight;f.setEdge(w,p,{weight:o.edge(y).weight+_})}),e.has(d,"minRank")&&f.setNode(p,{borderLeft:d.borderLeft[l],borderRight:d.borderRight[l]}))}),f}function i(o){for(var l;o.hasNode(l=e.uniqueId("_root")););return l}return lv}var uv,DE;function y5(){if(DE)return uv;DE=1;var e=at();uv=t;function t(r,i,o){var l={},u;e.forEach(o,function(c){for(var f=r.parent(c),p,d;f;){if(p=r.parent(f),p?(d=l[p],l[p]=f):(d=u,u=f),d&&d!==f){i.setEdge(d,f);return}f=p}})}return uv}var cv,FE;function w5(){if(FE)return cv;FE=1;var e=at(),t=d5(),r=f5(),i=g5(),o=v5(),l=y5(),u=tr().Graph,c=fn();cv=f;function f(y){var w=c.maxRank(y),E=p(y,e.range(1,w+1),"inEdges"),_=p(y,e.range(w-1,-1,-1),"outEdges"),b=t(y);m(y,b);for(var S=Number.POSITIVE_INFINITY,k,N=0,j=0;j<4;++N,++j){d(N%2?E:_,N%4>=2),b=c.buildLayerMatrix(y);var A=r(y,b);A<S&&(j=0,k=e.cloneDeep(b),S=A)}m(y,k)}function p(y,w,E){return e.map(w,function(_){return o(y,_,E)})}function d(y,w){var E=new u;e.forEach(y,function(_){var b=_.graph().root,S=i(_,b,E,w);e.forEach(S.vs,function(k,N){_.node(k).order=N}),l(_,E,S.vs)})}function m(y,w){e.forEach(w,function(E){e.forEach(E,function(_,b){y.node(_).order=b})})}return cv}var dv,zE;function x5(){if(zE)return dv;zE=1;var e=at(),t=tr().Graph,r=fn();dv={positionX:E,findType1Conflicts:i,findType2Conflicts:o,addConflict:u,hasConflict:c,verticalAlignment:f,horizontalCompaction:p,alignCoordinates:y,findSmallestWidthAlignment:m,balance:w};function i(S,k){var N={};function j(A,M){var O=0,P=0,D=A.length,L=e.last(M);return e.forEach(M,function(U,V){var z=l(S,U),C=z?S.node(z).order:D;(z||U===L)&&(e.forEach(M.slice(P,V+1),function(F){e.forEach(S.predecessors(F),function($){var re=S.node($),J=re.order;(J<O||C<J)&&!(re.dummy&&S.node(F).dummy)&&u(N,$,F)})}),P=V+1,O=C)}),M}return e.reduce(k,j),N}function o(S,k){var N={};function j(M,O,P,D,L){var U;e.forEach(e.range(O,P),function(V){U=M[V],S.node(U).dummy&&e.forEach(S.predecessors(U),function(z){var C=S.node(z);C.dummy&&(C.order<D||C.order>L)&&u(N,z,U)})})}function A(M,O){var P=-1,D,L=0;return e.forEach(O,function(U,V){if(S.node(U).dummy==="border"){var z=S.predecessors(U);z.length&&(D=S.node(z[0]).order,j(O,L,V,P,D),L=V,P=D)}j(O,L,O.length,D,M.length)}),O}return e.reduce(k,A),N}function l(S,k){if(S.node(k).dummy)return e.find(S.predecessors(k),function(N){return S.node(N).dummy})}function u(S,k,N){if(k>N){var j=k;k=N,N=j}var A=S[k];A||(S[k]=A={}),A[N]=!0}function c(S,k,N){if(k>N){var j=k;k=N,N=j}return e.has(S[k],N)}function f(S,k,N,j){var A={},M={},O={};return e.forEach(k,function(P){e.forEach(P,function(D,L){A[D]=D,M[D]=D,O[D]=L})}),e.forEach(k,function(P){var D=-1;e.forEach(P,function(L){var U=j(L);if(U.length){U=e.sortBy(U,function($){return O[$]});for(var V=(U.length-1)/2,z=Math.floor(V),C=Math.ceil(V);z<=C;++z){var F=U[z];M[L]===L&&D<O[F]&&!c(N,L,F)&&(M[F]=L,M[L]=A[L]=A[F],D=O[F])}}})}),{root:A,align:M}}function p(S,k,N,j,A){var M={},O=d(S,k,N,A),P=A?"borderLeft":"borderRight";function D(V,z){for(var C=O.nodes(),F=C.pop(),$={};F;)$[F]?V(F):($[F]=!0,C.push(F),C=C.concat(z(F))),F=C.pop()}function L(V){M[V]=O.inEdges(V).reduce(function(z,C){return Math.max(z,M[C.v]+O.edge(C))},0)}function U(V){var z=O.outEdges(V).reduce(function(F,$){return Math.min(F,M[$.w]-O.edge($))},Number.POSITIVE_INFINITY),C=S.node(V);z!==Number.POSITIVE_INFINITY&&C.borderType!==P&&(M[V]=Math.max(M[V],z))}return D(L,O.predecessors.bind(O)),D(U,O.successors.bind(O)),e.forEach(j,function(V){M[V]=M[N[V]]}),M}function d(S,k,N,j){var A=new t,M=S.graph(),O=_(M.nodesep,M.edgesep,j);return e.forEach(k,function(P){var D;e.forEach(P,function(L){var U=N[L];if(A.setNode(U),D){var V=N[D],z=A.edge(V,U);A.setEdge(V,U,Math.max(O(S,L,D),z||0))}D=L})}),A}function m(S,k){return e.minBy(e.values(k),function(N){var j=Number.NEGATIVE_INFINITY,A=Number.POSITIVE_INFINITY;return e.forIn(N,function(M,O){var P=b(S,O)/2;j=Math.max(M+P,j),A=Math.min(M-P,A)}),j-A})}function y(S,k){var N=e.values(k),j=e.min(N),A=e.max(N);e.forEach(["u","d"],function(M){e.forEach(["l","r"],function(O){var P=M+O,D=S[P],L;if(D!==k){var U=e.values(D);L=O==="l"?j-e.min(U):A-e.max(U),L&&(S[P]=e.mapValues(D,function(V){return V+L}))}})})}function w(S,k){return e.mapValues(S.ul,function(N,j){if(k)return S[k.toLowerCase()][j];var A=e.sortBy(e.map(S,j));return(A[1]+A[2])/2})}function E(S){var k=r.buildLayerMatrix(S),N=e.merge(i(S,k),o(S,k)),j={},A;e.forEach(["u","d"],function(O){A=O==="u"?k:e.values(k).reverse(),e.forEach(["l","r"],function(P){P==="r"&&(A=e.map(A,function(V){return e.values(V).reverse()}));var D=(O==="u"?S.predecessors:S.successors).bind(S),L=f(S,A,N,D),U=p(S,A,L.root,L.align,P==="r");P==="r"&&(U=e.mapValues(U,function(V){return-V})),j[O+P]=U})});var M=m(S,j);return y(j,M),w(j,S.graph().align)}function _(S,k,N){return function(j,A,M){var O=j.node(A),P=j.node(M),D=0,L;if(D+=O.width/2,e.has(O,"labelpos"))switch(O.labelpos.toLowerCase()){case"l":L=-O.width/2;break;case"r":L=O.width/2;break}if(L&&(D+=N?L:-L),L=0,D+=(O.dummy?k:S)/2,D+=(P.dummy?k:S)/2,D+=P.width/2,e.has(P,"labelpos"))switch(P.labelpos.toLowerCase()){case"l":L=P.width/2;break;case"r":L=-P.width/2;break}return L&&(D+=N?L:-L),L=0,D}}function b(S,k){return S.node(k).width}return dv}var fv,BE;function _5(){if(BE)return fv;BE=1;var e=at(),t=fn(),r=x5().positionX;fv=i;function i(l){l=t.asNonCompoundGraph(l),o(l),e.forEach(r(l),function(u,c){l.node(c).x=u})}function o(l){var u=t.buildLayerMatrix(l),c=l.graph().ranksep,f=0;e.forEach(u,function(p){var d=e.max(e.map(p,function(m){return l.node(m).height}));e.forEach(p,function(m){l.node(m).y=f+d/2}),f+=d+c})}return fv}var hv,UE;function b5(){if(UE)return hv;UE=1;var e=at(),t=r5(),r=s5(),i=o5(),o=fn().normalizeRanks,l=a5(),u=fn().removeEmptyRanks,c=l5(),f=u5(),p=c5(),d=w5(),m=_5(),y=fn(),w=tr().Graph;hv=E;function E(q,Q){var ne=Q&&Q.debugTiming?y.time:y.notime;ne("layout",function(){var ae=ne(" buildLayoutGraph",function(){return D(q)});ne(" runLayout",function(){_(ae,ne)}),ne(" updateInputGraph",function(){b(q,ae)})})}function _(q,Q){Q(" makeSpaceForEdgeLabels",function(){L(q)}),Q(" removeSelfEdges",function(){W(q)}),Q(" acyclic",function(){t.run(q)}),Q(" nestingGraph.run",function(){c.run(q)}),Q(" rank",function(){i(y.asNonCompoundGraph(q))}),Q(" injectEdgeLabelProxies",function(){U(q)}),Q(" removeEmptyRanks",function(){u(q)}),Q(" nestingGraph.cleanup",function(){c.cleanup(q)}),Q(" normalizeRanks",function(){o(q)}),Q(" assignRankMinMax",function(){V(q)}),Q(" removeEdgeLabelProxies",function(){z(q)}),Q(" normalize.run",function(){r.run(q)}),Q(" parentDummyChains",function(){l(q)}),Q(" addBorderSegments",function(){f(q)}),Q(" order",function(){d(q)}),Q(" insertSelfEdges",function(){Z(q)}),Q(" adjustCoordinateSystem",function(){p.adjust(q)}),Q(" position",function(){m(q)}),Q(" positionSelfEdges",function(){I(q)}),Q(" removeBorderNodes",function(){J(q)}),Q(" normalize.undo",function(){r.undo(q)}),Q(" fixupEdgeLabelCoords",function(){$(q)}),Q(" undoCoordinateSystem",function(){p.undo(q)}),Q(" translateGraph",function(){C(q)}),Q(" assignNodeIntersects",function(){F(q)}),Q(" reversePoints",function(){re(q)}),Q(" acyclic.undo",function(){t.undo(q)})}function b(q,Q){e.forEach(q.nodes(),function(ne){var ae=q.node(ne),fe=Q.node(ne);ae&&(ae.x=fe.x,ae.y=fe.y,Q.children(ne).length&&(ae.width=fe.width,ae.height=fe.height))}),e.forEach(q.edges(),function(ne){var ae=q.edge(ne),fe=Q.edge(ne);ae.points=fe.points,e.has(fe,"x")&&(ae.x=fe.x,ae.y=fe.y)}),q.graph().width=Q.graph().width,q.graph().height=Q.graph().height}var S=["nodesep","edgesep","ranksep","marginx","marginy"],k={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},N=["acyclicer","ranker","rankdir","align"],j=["width","height"],A={width:0,height:0},M=["minlen","weight","width","height","labeloffset"],O={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},P=["labelpos"];function D(q){var Q=new w({multigraph:!0,compound:!0}),ne=K(q.graph());return Q.setGraph(e.merge({},k,G(ne,S),e.pick(ne,N))),e.forEach(q.nodes(),function(ae){var fe=K(q.node(ae));Q.setNode(ae,e.defaults(G(fe,j),A)),Q.setParent(ae,q.parent(ae))}),e.forEach(q.edges(),function(ae){var fe=K(q.edge(ae));Q.setEdge(ae,e.merge({},O,G(fe,M),e.pick(fe,P)))}),Q}function L(q){var Q=q.graph();Q.ranksep/=2,e.forEach(q.edges(),function(ne){var ae=q.edge(ne);ae.minlen*=2,ae.labelpos.toLowerCase()!=="c"&&(Q.rankdir==="TB"||Q.rankdir==="BT"?ae.width+=ae.labeloffset:ae.height+=ae.labeloffset)})}function U(q){e.forEach(q.edges(),function(Q){var ne=q.edge(Q);if(ne.width&&ne.height){var ae=q.node(Q.v),fe=q.node(Q.w),te={rank:(fe.rank-ae.rank)/2+ae.rank,e:Q};y.addDummyNode(q,"edge-proxy",te,"_ep")}})}function V(q){var Q=0;e.forEach(q.nodes(),function(ne){var ae=q.node(ne);ae.borderTop&&(ae.minRank=q.node(ae.borderTop).rank,ae.maxRank=q.node(ae.borderBottom).rank,Q=e.max(Q,ae.maxRank))}),q.graph().maxRank=Q}function z(q){e.forEach(q.nodes(),function(Q){var ne=q.node(Q);ne.dummy==="edge-proxy"&&(q.edge(ne.e).labelRank=ne.rank,q.removeNode(Q))})}function C(q){var Q=Number.POSITIVE_INFINITY,ne=0,ae=Number.POSITIVE_INFINITY,fe=0,te=q.graph(),ce=te.marginx||0,Ce=te.marginy||0;function ve(Re){var ye=Re.x,Ee=Re.y,Ye=Re.width,we=Re.height;Q=Math.min(Q,ye-Ye/2),ne=Math.max(ne,ye+Ye/2),ae=Math.min(ae,Ee-we/2),fe=Math.max(fe,Ee+we/2)}e.forEach(q.nodes(),function(Re){ve(q.node(Re))}),e.forEach(q.edges(),function(Re){var ye=q.edge(Re);e.has(ye,"x")&&ve(ye)}),Q-=ce,ae-=Ce,e.forEach(q.nodes(),function(Re){var ye=q.node(Re);ye.x-=Q,ye.y-=ae}),e.forEach(q.edges(),function(Re){var ye=q.edge(Re);e.forEach(ye.points,function(Ee){Ee.x-=Q,Ee.y-=ae}),e.has(ye,"x")&&(ye.x-=Q),e.has(ye,"y")&&(ye.y-=ae)}),te.width=ne-Q+ce,te.height=fe-ae+Ce}function F(q){e.forEach(q.edges(),function(Q){var ne=q.edge(Q),ae=q.node(Q.v),fe=q.node(Q.w),te,ce;ne.points?(te=ne.points[0],ce=ne.points[ne.points.length-1]):(ne.points=[],te=fe,ce=ae),ne.points.unshift(y.intersectRect(ae,te)),ne.points.push(y.intersectRect(fe,ce))})}function $(q){e.forEach(q.edges(),function(Q){var ne=q.edge(Q);if(e.has(ne,"x"))switch((ne.labelpos==="l"||ne.labelpos==="r")&&(ne.width-=ne.labeloffset),ne.labelpos){case"l":ne.x-=ne.width/2+ne.labeloffset;break;case"r":ne.x+=ne.width/2+ne.labeloffset;break}})}function re(q){e.forEach(q.edges(),function(Q){var ne=q.edge(Q);ne.reversed&&ne.points.reverse()})}function J(q){e.forEach(q.nodes(),function(Q){if(q.children(Q).length){var ne=q.node(Q),ae=q.node(ne.borderTop),fe=q.node(ne.borderBottom),te=q.node(e.last(ne.borderLeft)),ce=q.node(e.last(ne.borderRight));ne.width=Math.abs(ce.x-te.x),ne.height=Math.abs(fe.y-ae.y),ne.x=te.x+ne.width/2,ne.y=ae.y+ne.height/2}}),e.forEach(q.nodes(),function(Q){q.node(Q).dummy==="border"&&q.removeNode(Q)})}function W(q){e.forEach(q.edges(),function(Q){if(Q.v===Q.w){var ne=q.node(Q.v);ne.selfEdges||(ne.selfEdges=[]),ne.selfEdges.push({e:Q,label:q.edge(Q)}),q.removeEdge(Q)}})}function Z(q){var Q=y.buildLayerMatrix(q);e.forEach(Q,function(ne){var ae=0;e.forEach(ne,function(fe,te){var ce=q.node(fe);ce.order=te+ae,e.forEach(ce.selfEdges,function(Ce){y.addDummyNode(q,"selfedge",{width:Ce.label.width,height:Ce.label.height,rank:ce.rank,order:te+ ++ae,e:Ce.e,label:Ce.label},"_se")}),delete ce.selfEdges})})}function I(q){e.forEach(q.nodes(),function(Q){var ne=q.node(Q);if(ne.dummy==="selfedge"){var ae=q.node(ne.e.v),fe=ae.x+ae.width/2,te=ae.y,ce=ne.x-fe,Ce=ae.height/2;q.setEdge(ne.e,ne.label),q.removeNode(Q),ne.label.points=[{x:fe+2*ce/3,y:te-Ce},{x:fe+5*ce/6,y:te-Ce},{x:fe+ce,y:te},{x:fe+5*ce/6,y:te+Ce},{x:fe+2*ce/3,y:te+Ce}],ne.label.x=ne.x,ne.label.y=ne.y}})}function G(q,Q){return e.mapValues(e.pick(q,Q),Number)}function K(q){var Q={};return e.forEach(q,function(ne,ae){Q[ae.toLowerCase()]=ne}),Q}return hv}var pv,HE;function S5(){if(HE)return pv;HE=1;var e=at(),t=fn(),r=tr().Graph;pv={debugOrdering:i};function i(o){var l=t.buildLayerMatrix(o),u=new r({compound:!0,multigraph:!0}).setGraph({});return e.forEach(o.nodes(),function(c){u.setNode(c,{label:c}),u.setParent(c,"layer"+o.node(c).rank)}),e.forEach(o.edges(),function(c){u.setEdge(c.v,c.w,{},c.name)}),e.forEach(l,function(c,f){var p="layer"+f;u.setNode(p,{rank:"same"}),e.reduce(c,function(d,m){return u.setEdge(d,m,{style:"invis"}),m})}),u}return pv}var mv,WE;function k5(){return WE||(WE=1,mv="0.8.5"),mv}var gv,VE;function E5(){return VE||(VE=1,gv={graphlib:tr(),layout:b5(),debug:S5(),util:{time:fn().time,notime:fn().notime},version:k5()}),gv}var N5=E5();const GE=Hv(N5),yo=240,Au=130,co=74,sc=72,YE=co+sc;function C5(e,t){var i;let r=yo;for(const o of e)r=Math.max(r,((i=t.get(o.id))==null?void 0:i.width)??yo);return r}const eT=420,j5=2;function Ca(e){var r;return((r=e.data)==null?void 0:r.sessionId)??"_default"}function T5(e,t){return((t==null?void 0:t.get(e))??0)>0?eT:0}function R5(e,t){const r=(t==null?void 0:t.get(e))??0;return r>0?6+r*36:0}function ja(e,t,r){const i=t.get(e);return{w:((i==null?void 0:i.width)??yo)+T5(e,r),h:Math.max((i==null?void 0:i.height)??Au,R5(e,r))}}function A5(e){return[...e.keys()].sort().map(t=>`${t}:${e.get(t)}`).join("|")}function I5(e,t,r,i,o,l){const u=new GE.graphlib.Graph;u.setDefaultEdgeLabel(()=>({})),u.setGraph({rankdir:r,marginx:0,marginy:0,nodesep:70,ranksep:160,edgesep:30});const c=e.filter(S=>!o.has(S)),f=new Set(c);for(const S of c){const{w:k,h:N}=ja(S,i,l);u.setNode(S,{width:k,height:N})}for(const S of t)f.has(S.source)&&f.has(S.target)&&u.setEdge(S.source,S.target);GE.layout(u);const p=new Map;let d=1/0,m=1/0,y=-1/0,w=-1/0;for(const S of c){const k=u.node(S);if(!k)continue;const N=i.get(S),j=(N==null?void 0:N.width)??yo,A=(N==null?void 0:N.height)??Au,M=ja(S,i,l),O=k.x-M.w/2,P=k.y-M.h/2;p.set(S,{x:O,y:P}),O<d&&(d=O),P<m&&(m=P),O+j>y&&(y=O+j),P+A>w&&(w=P+A)}if(Number.isFinite(d)&&Number.isFinite(m))for(const[S,k]of p)p.set(S,{x:k.x-d,y:k.y-m});const E=Number.isFinite(y)?y-d:0,_=Number.isFinite(w)?w-m:0;let b=null;for(const S of e){const k=o.get(S);if(!k)continue;const N=i.get(S),j=(N==null?void 0:N.width)??yo,A=(N==null?void 0:N.height)??Au;b=b===null?{minX:k.x,minY:k.y,maxX:k.x+j,maxY:k.y+A}:{minX:Math.min(b.minX,k.x),minY:Math.min(b.minY,k.y),maxX:Math.max(b.maxX,k.x+j),maxY:Math.max(b.maxY,k.y+A)}}return{positions:p,width:E,height:_,pinnedBox:b}}function M5(e,t,r={}){const i=r.direction??"LR",o=r.pinned??new Map,l=r.measured??new Map,u=r.lanes,c=new Map;for(const S of e){const k=Ca(S),N=c.get(k);N?N.push(S.id):c.set(k,[S.id])}const p=Array.from(c.keys()).sort().map(S=>({sid:S,...I5(c.get(S),t,i,l,o,u)})),d=C5(e,l),m=r.availableHeight&&r.availableHeight>0?r.availableHeight:Number.POSITIVE_INFINITY,y=S=>{const k=[[]];let N=0;for(const j of p)k.length<S&&N>0&&N+j.height>m&&(k.push([]),N=0),k[k.length-1].push(j),N+=j.height+YE;return k},w=S=>S.reduce((k,N)=>Math.max(k,N.width),0)+eT;let E=y(r.availableWidth?j5:1);E.length>1&&E.reduce((k,N)=>k+w(N),0)+d*(E.length-1)>(r.availableWidth??0)&&(E=y(1));const _=new Map;let b=0;for(const S of E){const k=w(S);let N=0;for(const{positions:j,height:A,pinnedBox:M}of S){for(const[P,D]of j)_.set(P,{x:D.x+b,y:D.y+N});let O=N+A;M&&M.maxY>O&&M.minX<b+k&&b<M.maxX&&(O=M.maxY),N=O+YE}b+=k+d}return e.map(S=>{const k=o.get(S.id);if(k)return{...S,position:k};const N=_.get(S.id);return N?{...S,position:N}:S})}function O5(e,t,r,i,o){const u=co+sc,c=60,f=w=>ja(w,i,o),p=new Map(e.map(w=>[w.id,Ca(w)])),d=[],m=e.map(w=>({id:w.id,pos:r.get(w.id)??t.get(w.id)})).filter(w=>w.pos!=null).sort((w,E)=>w.pos.y-E.pos.y||w.pos.x-E.pos.x||w.id.localeCompare(E.id)),y=[];for(const{id:w,pos:E}of m){const{w:_,h:b}=f(w),S=p.get(w)??"_default";if(r.has(w)){d.push({x:E.x,y:E.y,w:_,h:b,sid:S});continue}let k=E.y;for(let N=0;N<d.length+1;N++){const j=d.find(A=>{const M=A.sid===S?24:c,O=A.sid===S?24:u;return E.x<A.x+A.w+M&&A.x<E.x+_+M&&k<A.y+A.h+O&&A.y<k+b+O});if(!j)break;k=j.y+j.h+(j.sid===S?24:u)}k!==E.y&&(t.set(w,{x:E.x,y:k}),y.push(w)),d.push({x:E.x,y:k,w:_,h:b,sid:S})}return y}function P5(e,t,r,i,o,l){const u=_=>ja(_,i,l),c=_=>r.get(_)??t.get(_),f=new Map;for(const _ of e){if(!c(_.id))continue;const b=Ca(_),S=f.get(b);S?S.push(_):f.set(b,[_])}const p=new Set;for(const[_,b]of f)b.every(S=>o.has(S.id)&&!r.has(S.id))&&p.add(_);const d=new Map,m=[];for(const _ of e){const b=c(_.id);if(!b)continue;const{w:S,h:k}=u(_.id),N=Ca(_);p.has(N)?(d.get(N)??d.set(N,[]).get(N)).push(_):m.push({x:b.x,y:b.y,w:S,h:k})}if(d.size===0)return[];const y=co+sc,w=(_,b,S,k)=>m.some(N=>_<N.x+N.w+co&&N.x<_+S+co&&b<N.y+N.h+y&&N.y<b+k+y),E=[];for(const _ of[...d.keys()].sort()){const b=d.get(_);let S=1/0,k=1/0,N=-1/0,j=-1/0;for(const U of b){const V=c(U.id),{w:z,h:C}=u(U.id);S=Math.min(S,V.x),k=Math.min(k,V.y),N=Math.max(N,V.x+z),j=Math.max(j,V.y+C)}const A=N-S,M=j-k,O=[...new Set(m.map(U=>Math.round(U.x)))].sort((U,V)=>U-V),P=O.length?O:[S],D=[0,...m.map(U=>U.y+U.h+y)].sort((U,V)=>U-V);let L=null;e:for(const U of P)for(const V of D){if(V>=k)break;if(!w(U,V,A,M)){L={x:U,y:V};break e}}if(L){const U=L.x-S,V=L.y-k;for(const z of b){const C=c(z.id);t.set(z.id,{x:C.x+U,y:C.y+V})}E.push(_)}for(const U of b){const V=c(U.id),{w:z,h:C}=u(U.id);m.push({x:V.x,y:V.y,w:z,h:C})}}return E}function L5(e,t,r,i,o,l=!1,u){const p=co+sc+1,d=8,m=1.75,y=200,w=.7,E=.01,_=L=>ja(L,i,u),b=L=>r.get(L)??t.get(L),S=new Map;for(const L of e){if(!b(L.id))continue;const U=Ca(L),V=S.get(U);V?V.push(L):S.set(U,[L])}const k=[],N=new Set,j=new Set,A=o.size===0;for(const L of[...S.keys()].sort()){const U=S.get(L);let V=1/0,z=1/0,C=-1/0,F=-1/0,$=!1;for(const Z of U){const I=b(Z.id),{w:G,h:K}=_(Z.id);V=Math.min(V,I.x),z=Math.min(z,I.y),C=Math.max(C,I.x+G),F=Math.max(F,I.y+K),r.has(Z.id)&&($=!0)}const re=C-V,J=F-z;j.add(L);const W=o.get(L);W&&(re>W.w+d||J>W.h+d)&&N.add(L),o.set(L,{w:re,h:J}),k.push({sid:L,members:U.map(Z=>Z.id),x:V,y:z,w:re,h:J,anchored:$,mass:1})}for(const L of[...o.keys()])j.has(L)||o.delete(L);if(l||A)return[];let M=!1;for(let L=0;L<k.length&&!M;L++)for(let U=L+1;U<k.length;U++){const V=k[L],z=k[U];if(!(V.anchored&&z.anchored)&&Math.abs(V.x+V.w/2-(z.x+z.w/2))<(V.w+z.w)/2+61&&Math.abs(V.y+V.h/2-(z.y+z.h/2))<(V.h+z.h)/2+p){M=!0;break}}if(N.size===0&&!M)return[];if(N.size>0)for(const L of k)N.has(L.sid)&&(L.mass=8);else for(const L of k)L.mass=Math.max(1,L.w*L.h/(yo*Au));const O=new Map(k.map(L=>[L.sid,L.x])),P=new Map(k.map(L=>[L.sid,L.y]));for(let L=0;L<y;L++){const U=new Map,V=new Map;let z=0;for(let C=0;C<k.length;C++)for(let F=C+1;F<k.length;F++){const $=k[C],re=k[F];if($.anchored&&re.anchored)continue;const J=$.x+$.w/2,W=$.y+$.h/2,Z=re.x+re.w/2,I=re.y+re.h/2,G=($.w+re.w)/2+61-Math.abs(J-Z),K=($.h+re.h)/2+p-Math.abs(W-I);if(G<=0||K<=0)continue;const q=(De,Je)=>!De.anchored&&!(Je<0&&De.x<=0),Q=(De,Je)=>!De.anchored&&!(Je<0&&De.y<=0),ne=(De,Je,Xe)=>{const Ot=De===Je,lt=Ot?$.sid<re.sid?-1:1:Math.sign(De-Je);return Xe($,lt)||Xe(re,-lt)?lt:Ot&&(Xe($,-lt)||Xe(re,lt))?-lt:0},ae=ne(J,Z,q),fe=ne(W,I,Q),te=ae!==0,ce=fe!==0;if(!te&&!ce)continue;const Ce=te&&(!ce||G*m<K),[ve,Re,ye,Ee]=Ce?[ae,G,U,q]:[fe,K,V,Q],Ye=Ee($,ve),we=Ee(re,-ve),_e=$.mass,Be=re.mass,it=Ye?we?Be/(_e+Be):1:0,ft=we?Ye?_e/(_e+Be):1:0,Ze=Re*w;ye.set($.sid,(ye.get($.sid)??0)+ve*Ze*it),ye.set(re.sid,(ye.get(re.sid)??0)-ve*Ze*ft),z+=Ze}for(const C of k)C.anchored||(C.x=Math.max(0,C.x+(U.get(C.sid)??0)),C.y=Math.max(0,C.y+(V.get(C.sid)??0)));if(z<E)break}const D=[];for(const L of k){const U=L.x-O.get(L.sid),V=L.y-P.get(L.sid);if(!(Math.abs(U)<1&&Math.abs(V)<1)){for(const z of L.members){if(r.has(z))continue;const C=t.get(z);C&&t.set(z,{x:C.x+U,y:C.y+V})}D.push(L.sid)}}return D}const $5=600;function Fv(e,t){return!(e.exitAt!=null&&t-e.exitAt>$5||e.kind==="root"&&e.state==="done"&&e.tools.length===0&&e.endedAt!=null&&e.endedAt-e.startedAt<3e3)}function q5(e,t){const r=new Set;for(const i of e.agents.values())Fv(i,t)&&r.add(i.id);return r}function D5(e,t,r=0){return e.right+r>t.left&&e.left-r<t.right&&e.bottom+r>t.top&&e.top-r<t.bottom}function F5(e,t,r=0){if(!e)return!1;for(const i of t)if(D5(e,i,r))return!0;return!1}const tT="sessionGroup";function z5(e,t){var i;if(e.type===tT)return"transparent";const r=(i=e.data)==null?void 0:i.state;return t(r==="err"?"--err":r==="active"?"--inflight":"--ok")}const B5="Update checks are off (AGENTS_DECK_NO_UPDATE_CHECK=1).";function U5(e){if(e.checkDisabled)return B5;if(e.checking)return"Asking npm for the newest release…";const t=e.latest?`npm has v${e.latest}`:e.latestPending?`npm's latest tag names v${e.latestPending}, which it cannot serve yet`:"npm not reached yet",r=e.checkedAgo?` · checked ${e.checkedAgo}`:"";return`${t}${r} · re-checked periodically · click to check npm now`}function H5(e){const t=`Version v${e.running}`;return e.checkDisabled?`${t}, update checks are off`:e.checking?`${t}, checking npm for a newer release`:`${t}, check npm for a newer release`}function W5(e){const t=e.kind==="restart"?`v${e.to} is installed and waiting for a restart`:`v${e.to} is available on npm`;return`Version v${e.from}, ${t} — ${e.open?"hide":"show"} the notice`}function V5(e){if(e==null)return{kind:"unknown",lead:"No data yet. Start a Claude Code or Codex session — it appears here as soon as the deck sees its first event.",workspace:null,tail:""};const t=e.trim();return t===""?{kind:"machine",lead:"No data yet. Start a Claude Code or Codex session anywhere on this machine — this deck is unscoped and captures every workspace.",workspace:null,tail:""}:{kind:"scoped",lead:"No data yet. This deck only captures sessions running under",workspace:t,tail:" — start one there, or restart it without --workspace/--scope to watch the whole machine."}}const zv={kind:"assumed",claude:!0,codex:!0};function G5(e){if(!e||typeof e!="object")return zv;const t=e.providers;if(!t||typeof t!="object")return zv;const r=t;return{kind:"reported",claude:r.claude!==!1,codex:r.codex!==!1}}function nT(e){const t=Math.max(0,Math.floor(e));return`${t} event${t===1?"":"s"}`}function Y5(e){return e.connected?e.paused?{tone:"paused",label:"paused",title:e.held>0?`Connected — ${nT(e.held)} held until you resume (Space)`:"Connected — updates held until you resume (Space)"}:{tone:"live",label:"live",title:"Receiving events"}:{tone:"dead",label:"offline",title:e.paused?"SSE disconnected — and the canvas is paused, so resuming will not bring events back until it reconnects":"SSE disconnected"}}function K5(e){return e.paused?e.held<=0?{label:"Resume",title:"Nothing has arrived since you paused. Resume to follow the canvas again (Space)"}:{label:`Resume · ${e.held} held`,title:`${nT(e.held)} arrived while paused and will be applied in order when you resume (Space)`}:{label:"Pause",title:"Pause live updates — events keep arriving and are applied when you resume (Space)"}}function rT(e,t){return e!==""&&t>0}function X5(e,t,r){return e===""?{active:!1,matched:t,total:r,count:null,empty:!1,message:null,dim:!1}:{active:!0,matched:t,total:r,count:`${t} of ${r}`,empty:t===0,message:t===0?`No agents match “${e}”`:null,dim:rT(e,t)}}const Q5="Search agents, tools, model…";function sT(e,t){var i,o,l,u;if(!t)return!0;const r=t.toLowerCase();if(e.label.toLowerCase().includes(r)||(i=e.cwd)!=null&&i.toLowerCase().includes(r)||(o=e.cwdBasename)!=null&&o.toLowerCase().includes(r)||e.sessionId.toLowerCase().includes(r)||(l=e.firstPrompt)!=null&&l.toLowerCase().includes(r)||e.model&&(e.model.toLowerCase().includes(r)||Rs(e.model).toLowerCase().includes(r))||(u=e.provider)!=null&&u.toLowerCase().startsWith(r))return!0;for(const c of e.tools)if(c.name.toLowerCase().includes(r))return!0;return!1}function fa(e){return typeof window>"u"?"":getComputedStyle(document.documentElement).getPropertyValue(e).trim()||""}const Z5={agent:wL,sessionGroup:AL},iT="react-flow__node";function KE(e){var t,r;return!!e&&((r=(t=e.classList)==null?void 0:t.contains)==null?void 0:r.call(t,iT))===!0}function J5(e){try{const t=document.querySelector(`.${iT}[data-id="${CSS.escape(e)}"]`);t==null||t.focus({preventScroll:!0})}catch{}}const eF=["a[href]","button:not(:disabled)","input:not(:disabled)","select:not(:disabled)","textarea:not(:disabled)","summary","[tabindex]"].join(","),tF=420,cu=18,nF=200,rF=5*6e4,sF=6,iF=2*6e4,My="agent-dag.layout",Oy="agent-dag.viewport",oT="agent-dag.summariesDismissed",aT="agent-dag.sessionListOpen",lT="agent-dag.detailOpen",uT="agent-dag.usagePanelOpen",XE="agent-dag.accountsPanelOpen",QE="agent-dag.versionNoticeDismissed",ZE="agent-dag.oldNameNoticeDismissed",oF=15*6e4,vv={git_checkout:"this deck runs from a git checkout — pull instead:",npx:"npx runs from a cache that cannot be upgraded in place — run:",not_writable:"the install directory is not writable by this user — run:",opted_out:"installs are off (AGENTS_DECK_NO_INSTALL=1) — run:"},JE="agent-dag.autoRestart",eN="agent-dag.bundleReloadedFor";function aF(){if(typeof window>"u")return!1;try{return window.localStorage.getItem(aT)==="1"}catch{return!1}}function lF(e){if(!(typeof window>"u"))try{window.localStorage.setItem(aT,e?"1":"0")}catch{}}function uF(){if(typeof window>"u")return!1;try{return window.localStorage.getItem(lT)==="1"}catch{return!1}}function cF(e){if(!(typeof window>"u"))try{window.localStorage.setItem(lT,e?"1":"0")}catch{}}function dF(){const e=QC(uT);return e===null?!0:e==="1"}function fF(e){if(!(typeof window>"u"))try{window.localStorage.setItem(uT,e?"1":"0")}catch{}}function hF(){if(typeof window>"u")return new Set;try{const e=window.localStorage.getItem(oT);if(!e)return new Set;const t=JSON.parse(e);return new Set(Array.isArray(t)?t.filter(r=>typeof r=="string"):[])}catch{return new Set}}function tN(e){if(!(typeof window>"u"))try{const t=Array.from(e),r=t.length>200?t.slice(-200):t;window.localStorage.setItem(oT,JSON.stringify(r))}catch{}}function pF(){const e={positions:[],pins:[]};if(typeof window>"u")return e;try{const t=window.localStorage.getItem(My);if(!t)return e;const r=JSON.parse(t);if(!("v"in r)){const o=Object.entries(r).filter(([,l])=>l&&typeof l.x=="number"&&typeof l.y=="number");return{positions:o,pins:o.map(([l])=>l)}}return{positions:Object.entries(r.positions??{}).filter(([,o])=>o&&typeof o.x=="number"&&typeof o.y=="number"),pins:Array.isArray(r.pins)?r.pins:[]}}catch{return e}}function yv(e,t){if(!(typeof window>"u"))try{const r={};for(const[i,o]of e)r[i]=o;for(const[i,o]of t)r[i]=o;window.localStorage.setItem(My,JSON.stringify({v:2,positions:r,pins:Array.from(t.keys())}))}catch{}}function mF(){if(typeof window>"u")return null;try{const e=window.localStorage.getItem(Oy);if(!e)return null;const t=JSON.parse(e);return typeof(t==null?void 0:t.x)!="number"||typeof(t==null?void 0:t.y)!="number"||typeof(t==null?void 0:t.zoom)!="number"?null:t}catch{return null}}function gF(e){if(!(typeof window>"u"))try{window.localStorage.setItem(Oy,JSON.stringify(e))}catch{}}function nN(){if(!(typeof window>"u")){try{window.localStorage.removeItem(My)}catch{}try{window.localStorage.removeItem(Oy)}catch{}}}function vF(e,t){const r=e.agents.get(t);if(!r)return;const i=[];for(const d of e.agents.values())d.sessionId===t&&i.push(d);const o={schemaVersion:1,exportedAt:new Date().toISOString(),sessionId:t,label:r.label,cwd:r.cwd,startedAt:r.startedAt,endedAt:r.endedAt,model:r.model,agents:i.map(d=>({id:d.id,kind:d.kind,label:d.label,parentId:d.parentId,state:d.state,startedAt:d.startedAt,endedAt:d.endedAt,model:d.model,cwd:d.cwd,usage:d.usage,prompts:d.prompts,tools:d.tools.map(m=>({id:m.id,name:m.name,inputPreview:m.inputPreview,startedAt:m.startedAt,endedAt:m.endedAt,ok:m.ok,errorPreview:m.errorPreview,usage:m.usage}))}))},l=JSON.stringify(o,null,2),u=new Blob([l],{type:"application/json"}),c=URL.createObjectURL(u),f=document.createElement("a"),p=(r.label||"session").replace(/[^a-z0-9._-]/gi,"_");f.href=c,f.download=`${Gt}-${p}-${t.slice(0,8)}.json`,document.body.appendChild(f),f.click(),document.body.removeChild(f),setTimeout(()=>URL.revokeObjectURL(c),1e3)}const Bv={file:"📁",shell:"⚡",web:"🌐",agent:"🤖",task:"📋",plan:"🧭",mcp:"🔌",other:"✨"},Uv={file:"file",shell:"shell",web:"web",agent:"agent",task:"task",plan:"plan",mcp:"mcp",other:"other"},cT=FC;function yF(e,t){if(!t)return null;const r=new Set([t]);let i=t;for(;i;){const l=e.agents.get(i);if(!(l!=null&&l.parentId)||r.has(l.parentId))break;r.add(l.parentId),i=l.parentId}let o=!0;for(;o;){o=!1;for(const l of e.agents.values())l.parentId&&r.has(l.parentId)&&!r.has(l.id)&&(r.add(l.id),o=!0)}return r}function wF(e,t,r,i,o,l,u,c,f,p,d,m,y,w,E,_,b,S,k){const N=[],j=[],A=new Set;if(l)for(const z of e.agents.values())S.has(z.id)&&sT(z,l)&&A.add(z.id);const M=rT(l,A.size);for(const z of e.agents.values()){if(!S.has(z.id))continue;const C=M&&!A.has(z.id),F=z.exitAt!=null,$=b!=null&&!b.has(z.id),re=[C?"rf-dim":"",F?"rf-exiting":"",$?"rf-spotlit-out":""].filter(Boolean).join(" ")||void 0,J=u.get(z.id);if(N.push({id:z.id,type:"agent",position:{x:0,y:0},data:{...z,now:t,onOpenContext:k},className:re,...J?{width:J.width,height:J.height}:null}),z.parentId&&S.has(z.parentId)){const W=ly(z.sessionId),Z=l&&!A.has(z.id)&&!A.has(z.parentId),I=F,G=_.size>0&&(_.has(z.id)||_.has(z.parentId)),K=b!=null&&!b.has(z.id)&&!b.has(z.parentId),q=z.state==="active"?2:1.5,Q=G?q+1.5:q,ne=Z||I?.2:K?.12:1,ae=["sess-edge",z.state==="active"?"sess-live":"sess-idle",I?"rf-edge-exiting":"",G?"rf-edge-selected":""].filter(Boolean).join(" ");j.push({id:`e:${z.parentId}->${z.id}`,source:z.parentId,target:z.id,animated:(z.state==="active"||G)&&!Z&&!I,type:"smoothstep",style:{"--session-hue":W,strokeWidth:Q,opacity:ne,transition:"var(--edge-transition)"},className:ae})}}const O=new Map;for(const z of e.agents.values())z.tools.length>0&&O.set(z.id,Math.min(4,z.tools.length));const P=`${w}#lanes:${A5(O)}`,D=N.filter(z=>M$(z.id,o,m,y));if(D.length>0||P!==E.current){if(D.length>0){const z=M5(N,j,{direction:"LR",pinned:o,measured:u,availableWidth:r,availableHeight:i,lanes:O});for(const C of z)XC(C.id,m,y)&&P$(C.id,C.position,m,y);P5(N,m,o,u,new Set(D.map(C=>C.id)),O)}O5(N,m,o,u,O),E.current=P}const L=L5(N,m,o,u,c,!p||d,O);L.length>0&&f(L),ou(m,e.agents),ou(y,e.agents),ou(o,e.agents),ou(u,I$(e.agents.values()));const U=[];let V=!1;for(const z of N){let C=o.get(z.id)??m.get(z.id);C||(C=O$(z.id,m,y),V=!0),U.push({...z,position:C})}return V&&(E.current=""),{nodes:U,edges:j}}function xF(){return g.jsx(ay,{children:g.jsx(_F,{})})}function _F(){var Ka,Xa,Qa,Za;const e=Ma(),t=R.useRef(Pv()),[,r]=R.useState(0),i=R.useCallback(()=>r(H=>H+1),[]),[o,l]=R.useState(()=>new Set),[u,c]=R.useState(null),[f,p]=R.useState(null),d=R.useCallback((H,Y)=>{l(oe=>{if(!Y)return new Set([H]);const de=new Set(oe);return de.has(H)?de.delete(H):de.add(H),de}),c(oe=>Y&&oe===H?oe:H)},[]),m=R.useCallback(()=>{l(new Set),c(null)},[]),[y,w]=R.useState(null),[E,_]=R.useState(null),b=R.useCallback(H=>_(H),[]),[S,k]=R.useState(!1),N=R.useRef(hF()),[j,A]=R.useState(aF);R.useEffect(()=>{lF(j)},[j]);const[M,O]=R.useState(uF);R.useEffect(()=>{cF(M)},[M]);const[P,D]=R.useState(dF);R.useEffect(()=>{fF(P)},[P]);const[L,U]=R.useState(()=>{try{const H=window.localStorage.getItem(XE);return H===null?!0:H==="1"}catch{return!0}});R.useEffect(()=>{try{window.localStorage.setItem(XE,L?"1":"0")}catch{}},[L]);const[V,z]=R.useState(null),[C,F]=R.useState(!1),[$,re]=R.useState(0),[J,W]=R.useState(0);R.useEffect(()=>{fetch("/api/sound-hook").then(H=>H.ok?H.json():null).then(H=>{H!=null&&H.ok&&(z(H.enabled===!0),re((H.foreign??[]).filter(Y=>Y.worksHere).length),W(typeof H.parked=="number"?H.parked:0))}).catch(()=>{})},[]);const Z=R.useCallback(async()=>{F(!0);try{const Y=await(await fetch("/api/sound-hook",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({enabled:!V})})).json().catch(()=>null);Y!=null&&Y.ok&&z(Y.enabled===!0),fetch("/api/sound-hook").then(oe=>oe.ok?oe.json():null).then(oe=>{oe!=null&&oe.ok&&(re((oe.foreign??[]).filter(de=>de.worksHere).length),W(typeof oe.parked=="number"?oe.parked:0))}).catch(()=>{})}catch{}finally{F(!1)}},[V]),[I,G]=R.useState(!1),[K,q]=R.useState(null),[Q,ne]=R.useState(()=>{if(typeof window>"u")return"";try{return window.localStorage.getItem(QE)??""}catch{return""}}),[ae,fe]=R.useState(!1),te=R.useRef(0),[ce,Ce]=R.useState(!1),ve=R.useCallback((H=!1)=>{H&&(te.current=Date.now(),Ce(!0)),fetch(H?"/api/version?refresh=1":"/api/version").then(Y=>Y.ok?Y.json():null).then(Y=>{Y&&q(Y)}).catch(()=>{}).finally(()=>{H&&Ce(!1)})},[]),Re=R.useCallback(()=>{ve(Date.now()-te.current>=oF)},[ve]);R.useEffect(()=>{ve();const H=window.setInterval(Re,5*6e4),Y=()=>{document.visibilityState==="visible"&&Re()};return document.addEventListener("visibilitychange",Y),()=>{window.clearInterval(H),document.removeEventListener("visibilitychange",Y)}},[ve,Re]),R.useEffect(()=>{I&&ve()},[I,ve]);const ye=(K==null?void 0:K.notice)??null,[Ee,Ye]=R.useState(null),[we,_e]=R.useState(zv);R.useEffect(()=>{let H=!1;return fetch("/api/health").then(Y=>Y.ok?Y.json():null).then(Y=>{H||(_e(G5(Y)),!(!Y||typeof Y.workspace!="string")&&Ye(Y.workspace))}).catch(()=>{}),()=>{H=!0}},[I]);const Be=R.useRef(we);Be.current=we;const it=ye?`${ye.kind}:${ye.to}`:"",ft=ye!=null&&Q!==it,Ze=R.useCallback(()=>{if(!ye)return;const H=Q===it?"":it;ne(H);try{window.localStorage.setItem(QE,H)}catch{}},[ye,it,Q]),[De,Je]=R.useState(()=>{if(typeof window>"u")return"";try{return window.localStorage.getItem(ZE)??""}catch{return""}}),Xe=K!=null&&K.invokedAs&&K.invokedAs!==Gt?K.invokedAs:null,Ot=Xe!=null&&De!==Xe,lt=R.useCallback(()=>{if(Xe){Je(Xe);try{window.localStorage.setItem(ZE,Xe)}catch{}}},[Xe]),Qe=((Ka=K==null?void 0:K.upgrade)==null?void 0:Ka.state)??"idle",Pt=_$(K==null?void 0:K.upgrade),zt=R.useCallback(async()=>{try{await fetch("/api/upgrade",{method:"POST"})}catch{}ve()},[ve]);R.useEffect(()=>{if(Qe!=="running")return;const H=window.setInterval(ve,3e3);return()=>window.clearInterval(H)},[Qe,ve]);const et=R.useCallback(async()=>{var oe;const H=K==null?void 0:K.command;if(!H)return;let Y=!1;try{Y=await Promise.race([((oe=navigator.clipboard)==null?void 0:oe.writeText(H).then(()=>!0))??Promise.resolve(!1),new Promise(de=>window.setTimeout(()=>de(!1),500))])}catch{Y=!1}if(!Y)try{const de=document.createElement("textarea");de.value=H,de.setAttribute("readonly",""),de.style.cssText="position:fixed;top:0;left:0;opacity:0",document.body.appendChild(de),de.select(),Y=document.execCommand("copy"),de.remove()}catch{Y=!1}Y&&(fe(!0),window.setTimeout(()=>fe(!1),1600))},[K==null?void 0:K.command]),bt=R.useCallback(()=>{A(H=>(H||U(!1),!H))},[]),ht=R.useCallback(()=>{U(H=>(H||A(!1),!H))},[]),[vt,hn]=R.useState(!1),[Yt,Lt]=R.useState(0),bn=R.useRef(null),[gr,Sn]=R.useState(!1),Bt=R.useRef(null),[Fn,pn]=R.useState(0),vr=R.useRef(D$()),[Hr,xi]=R.useState(!1),Wr=R.useCallback(()=>{const H=vr.current,Y=H.setPaused(!H.paused);for(const oe of Y)t.current=Kx(t.current,oe);xi(H.paused)},[]),[ut,_i]=R.useState(Date.now()),[mn,Is]=R.useState(()=>{if(typeof window>"u")return!0;try{return window.localStorage.getItem(JE)!=="0"}catch{return!0}}),yr=R.useCallback(()=>{Is(H=>{const Y=!H;try{window.localStorage.setItem(JE,Y?"1":"0")}catch{}return Y})},[]),[zn,kn]=R.useState(!1),[Vr,Gr]=R.useState("restart"),[Yr,bi]=R.useState(null),sr=R.useRef(!1),Ms=R.useRef(null),En=R.useRef(0),wr=R.useCallback(async H=>{if(sr.current)return;const Y=(H==null?void 0:H.upgrade)===!0;sr.current=!0,Ms.current=Pt;const oe=++En.current;Gr(Y?"npx":"restart"),kn(!0);try{window.sessionStorage.setItem("agent-dag.restartPending",(ye==null?void 0:ye.to)??"")}catch{}try{await fetch("/api/restart",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({upgrade:Y})})}catch{}window.setTimeout(()=>{if(En.current===oe&&sr.current){sr.current=!1,kn(!1);try{window.sessionStorage.removeItem("agent-dag.restartPending")}catch{}}},Y?18e4:3e4)},[ye==null?void 0:ye.to,Pt]),Os=R.useRef(null);R.useEffect(()=>{let H=!1;for(const oe of t.current.agents.values())if(oe.state==="active"){H=!0;break}const Y=S$({enabled:mn,kind:ye==null?void 0:ye.kind,canRestart:(K==null?void 0:K.canRestart)===!0,busy:H,idleSince:Os.current,now:ut});Os.current=Y.idleSince,Y.restart&&wr()},[mn,ye==null?void 0:ye.kind,K==null?void 0:K.canRestart,ut,wr]),R.useEffect(()=>{const H=K==null?void 0:K.running;let Y=null,oe=null;try{Y=window.sessionStorage.getItem("agent-dag.restartPending"),oe=window.sessionStorage.getItem(eN)}catch{return}const de=x$({bundle:"1.35.43",running:H,pending:Y,lastTried:oe});if(de==="reload"){try{window.sessionStorage.setItem(eN,H??"")}catch{return}window.location.reload();return}if(de!=="confirm")return;try{window.sessionStorage.removeItem("agent-dag.restartPending")}catch{}sr.current=!1,kn(!1),bi(H??null);const xe=window.setTimeout(()=>bi(null),6e3);return()=>window.clearTimeout(xe)},[K==null?void 0:K.running]),R.useEffect(()=>{if(zn&&b$({asked:Ms.current,reported:Pt})){try{window.sessionStorage.removeItem("agent-dag.restartPending")}catch{}sr.current=!1,kn(!1)}},[zn,Pt]);const Ps=R.useRef(pF()).current;R.useRef(!1);const Tt=R.useRef(new Map(Ps.positions.filter(([H])=>Ps.pins.includes(H)))),xr=R.useRef(null),_r=R.useState(()=>mF())[0],[Kt,Kr]=R.useState(""),[Si,nt]=R.useState(()=>new Set),[br,Xr]=R.useState(H$),[Ls,Qr]=R.useState(!1),Zr=R.useRef(null);R.useEffect(()=>{document.documentElement.dataset.theme=br;try{window.localStorage.setItem(ZC,br)}catch{}},[br]),R.useEffect(()=>{if(!_r)return;const H=window.setTimeout(()=>{try{e.setViewport(_r,{duration:0})}catch{}},60);return()=>window.clearTimeout(H)},[e,_r]);const $s=R.useRef(!0);R.useEffect(()=>{const H=new EventSource("/events"),Y=q$(i,{now:()=>Date.now(),setTimeout:(oe,de)=>window.setTimeout(oe,de),clearTimeout:oe=>window.clearTimeout(oe)});return H.addEventListener("open",()=>{G(!0),Qr(!0)}),H.addEventListener("error",()=>G(!1)),H.addEventListener("replay-end",()=>{$s.current=!1,Y.flush()}),H.addEventListener("hook",oe=>{try{const de=JSON.parse(oe.data);if(!vr.current.accept(de))return;t.current=Kx(t.current,de),de.replay===!0||$s.current||Date.now()-de.receivedAt>3e4?Y.replay():Y.live()}catch{}}),()=>{H.close(),Y.cancel()}},[i]),R.useEffect(()=>{const H=setInterval(()=>{const Y=Date.now();_i(Y);let oe=$P(t.current,Y,Yx);qP(t.current,Y,Yx)&&(oe=!0),PP(t.current,Y,nF,rF)&&(oe=!0),LP(t.current,Y,sF,iF)&&(oe=!0),oe&&i()},250);return()=>clearInterval(H)},[i]);const ir=R.useRef(null),St=R.useRef(0),qs=420,pt=R.useCallback((H=500)=>{try{const Se=document.querySelector(".canvas-wrap"),Pe=Array.from(document.querySelectorAll(".react-flow__node")).filter(wt=>wt.offsetWidth>0);if(!Se||Pe.length===0)return;const Fe=Se.getBoundingClientRect(),Ge=e.getViewport();if(!Number.isFinite(Ge.zoom)||Ge.zoom<=0)return;const We=wt=>(wt-Fe.left-Ge.x)/Ge.zoom,ze=wt=>(wt-Fe.top-Ge.y)/Ge.zoom,jn=Pe.map(wt=>wt.getBoundingClientRect()),Ys=Math.min(...jn.map(wt=>We(wt.left))),Io=Math.max(...jn.map(wt=>We(wt.right))),Ks=Math.min(...jn.map(wt=>ze(wt.top))),Mo=Math.max(...jn.map(wt=>ze(wt.bottom))),Ja=Io-Ys,us=Mo-Ks;if(!(Ja>0&&us>0))return;const Zt=Math.max(.2,Math.min(1,(Fe.width-160)/(Ja+qs)*.86,(Fe.height-160)/us*.86));e.setViewport({x:80-Ys*Zt,y:Math.max(80,(Fe.height-us*Zt)/2)-Ks*Zt,zoom:Zt},{duration:H}),St.current=Date.now(),window.setTimeout(()=>{try{const wt={x:80-Ys*Zt,y:Math.max(80,(Fe.height-us*Zt)/2)-Ks*Zt,zoom:Zt},Oo=e.getViewport();(Math.abs(Oo.zoom-Zt)>.01||Math.abs(Oo.x-wt.x)>2)&&e.setViewport(wt,{duration:0})}catch{}},H+60)}catch{}},[e]),Eo=R.useRef(""),No=R.useRef(null),za=R.useRef(0),Sr=R.useCallback(()=>{za.current=Date.now()},[]),Jr="agent-dag.autoFitDisabled",gn=R.useRef((()=>{if(typeof window>"u")return!1;try{return window.localStorage.getItem(Jr)==="1"}catch{return!1}})()),[Ds,Ba]=R.useState(gn.current),Ua=R.useCallback(()=>{if(!gn.current){gn.current=!0,Ba(!0);try{window.localStorage.setItem(Jr,"1")}catch{}}},[]),Co=R.useCallback(()=>{gn.current=!1,Ba(!1);try{window.localStorage.removeItem(Jr)}catch{}pt(400)},[e,pt]);R.useEffect(()=>{const H=setInterval(()=>{if(gn.current||Date.now()-za.current<800)return;const Y=t.current,oe=Date.now(),de=[];for(const We of Y.agents.values())Fv(We,oe)&&de.push({id:We.id});if(de.length===0)return;const xe=e.getViewport(),Se=window.innerWidth-360,Pe=window.innerHeight-52;let Fe=!1,Ge=!1;for(const{id:We}of de){const ze=or.current.get(We),jn=Tt.current.get(We)??Xt.current.get(We);if(!ze||!jn)continue;Ge=!0;const Ys=jn.x*xe.zoom+xe.x,Io=jn.y*xe.zoom+xe.y,Ks=(jn.x+ze.width)*xe.zoom+xe.x,Mo=(jn.y+ze.height)*xe.zoom+xe.y;if(Ks>0&&Ys<Se&&Mo>0&&Io<Pe){Fe=!0;break}}Ge&&!Fe&&pt(600)},1500);return()=>clearInterval(H)},[e]);const ki=R.useRef(!1),or=R.useRef(new Map),es=R.useRef(0),ic=R.useCallback(H=>{const Y=or.current;let oe=!1;for(const de of H.nodeInternals.values()){const xe=de.width,Se=de.height;if(xe==null||Se==null)continue;const Pe=Y.get(de.id);Pe?(Math.abs(Pe.height-Se)>4||Math.abs(Pe.width-xe)>4)&&(Y.set(de.id,{width:xe,height:Se}),oe=!0):(Y.set(de.id,{width:xe,height:Se}),oe=!0)}return oe&&(es.current+=1),es.current},[]),Ei=Ke(ic),[He,Ha]=R.useState(0);R.useEffect(()=>{let H=0;const Y=()=>{const de=or.current;let xe=!1;for(const Se of document.querySelectorAll(".react-flow__node[data-id]")){const Pe=Se.getAttribute("data-id");if(!Pe)continue;const Fe=Se.offsetWidth,Ge=Se.offsetHeight;if(!Fe||!Ge)continue;const We=de.get(Pe);(!We||Math.abs(We.width-Fe)>4||Math.abs(We.height-Ge)>4)&&(de.set(Pe,{width:Fe,height:Ge}),xe=!0)}xe&&Ha(Se=>Se+1)};if(ki.current)return;let oe=0;return document.visibilityState==="hidden"?oe=window.setTimeout(Y,32):H=requestAnimationFrame(Y),()=>{cancelAnimationFrame(H),window.clearTimeout(oe)}});const Xt=R.useRef(new Map(Ps.positions)),jo=R.useRef(new Set),Ni=R.useRef(""),kr=R.useMemo(()=>{const H=[];for(const Y of t.current.agents.values())Fv(Y,ut)&&H.push(Y.id+(Y.parentId?`>${Y.parentId}`:""));return H.sort(),`${H.join("|")}#sv${Ei}.${He}`},[t.current,t.current.lastSeq,ut,Ei,He]),ts=R.useRef(null);R.useEffect(()=>(ts.current!=null&&window.clearTimeout(ts.current),ts.current=window.setTimeout(()=>{yv(Xt.current,Tt.current)},1500),()=>{ts.current!=null&&window.clearTimeout(ts.current)}),[kr]),R.useEffect(()=>{if(Eo.current===kr)return;const H=Eo.current;if(Eo.current=kr,!H||gn.current)return;Date.now()-St.current>1200&&pt(400),ir.current&&window.clearTimeout(ir.current),ir.current=window.setTimeout(()=>{gn.current||pt(500)},280)},[kr,e,pt]);const Fs=R.useMemo(()=>{if(o.size===0)return null;const H=new Set;for(const Y of o){const oe=yF(t.current,Y);if(oe)for(const de of oe)H.add(de)}return H.size>0?H:null},[t.current,t.current.lastSeq,o]),Nn=R.useMemo(()=>q5(t.current,ut),[t.current,t.current.lastSeq,ut]),Bn=R.useRef(null),[vn,Un]=R.useState({w:0,h:0});R.useEffect(()=>{const H=Bn.current;if(!H||typeof ResizeObserver>"u")return;const Y=new ResizeObserver(oe=>{var xe;const de=(xe=oe[0])==null?void 0:xe.contentRect;de&&Un(Se=>Math.abs(Se.w-de.width)>40||Math.abs(Se.h-de.height)>40?{w:de.width,h:de.height}:Se)});return Y.observe(H),Un({w:H.clientWidth,h:H.clientHeight}),()=>Y.disconnect()},[]);const zs=R.useCallback(H=>{var oe,de;const Y=H.target;!(Y!=null&&Y.closest)||Y.closest(eF)!==H.currentTarget||(H.preventDefault(),(de=(oe=document.activeElement)==null?void 0:oe.blur)==null||de.call(oe))},[]),Bs=R.useRef(new Map),[Hn,oc]=R.useState(!1);R.useEffect(()=>{const H=window.setTimeout(()=>oc(!0),2500);return()=>window.clearTimeout(H)},[]);const[Wa,Er]=R.useState(!1),ar=R.useRef(null),[Ci,Us]=R.useState(!1),Va=R.useCallback(()=>{ar.current&&(window.clearTimeout(ar.current),ar.current=null),Er(!1)},[]),ac=R.useCallback(H=>{H.length!==0&&queueMicrotask(()=>{Er(!0),ar.current&&window.clearTimeout(ar.current),ar.current=window.setTimeout(()=>Er(!1),tF+80)})},[]);R.useEffect(()=>()=>{ar.current&&window.clearTimeout(ar.current)},[]);const ns=vn.w>0?vn.w*.92:0,rs=vn.h>0?vn.h:0,{nodes:Qt,edges:ji}=R.useMemo(()=>wF(t.current,ut,ns,rs,Tt.current,Kt,or.current,Bs.current,ac,Hn,Ci,Xt.current,jo.current,kr,Ni,o,Fs,Nn,b),[t.current,t.current.lastSeq,ut,ns,rs,Hn,Ci,Kt,kr,o,Fs,Nn,b,Yt]),Ga=R.useMemo(()=>{const H=new Map;for(const oe of Qt){const de=oe.data;if(!(de!=null&&de.sessionId)||de.exitAt!=null)continue;const xe=oe.width,Se=oe.height;if(xe==null||Se==null)continue;const Pe=oe.position.x,Fe=oe.position.y,Ge=Pe+xe,We=Fe+Se,ze=H.get(de.sessionId);ze?(ze.minX=Math.min(ze.minX,Pe),ze.minY=Math.min(ze.minY,Fe),ze.maxX=Math.max(ze.maxX,Ge),ze.maxY=Math.max(ze.maxY,We)):H.set(de.sessionId,{minX:Pe,minY:Fe,maxX:Ge,maxY:We})}const Y=[];for(const[oe,de]of H){const xe=de.maxX-de.minX+cu*2,Se=de.maxY-de.minY+cu*2;Y.push({id:`group:${oe}`,type:tT,position:{x:de.minX-cu,y:de.minY-cu},data:{sessionId:oe,w:xe,h:Se},width:xe,height:Se,style:{width:xe,height:Se},zIndex:-1,draggable:!0,selectable:!1,focusable:!1,deletable:!1,connectable:!1})}return Y},[Qt,ut]),lc=R.useMemo(()=>{const H=[...Ga,...Qt],Y=Bt.current;return!Y||Y.size===0?H:H.map(oe=>{const de=Y.get(oe.id);return de?{...oe,position:de}:oe})},[Ga,Qt,Fn]),Nr=R.useMemo(()=>{if(!Kt)return null;const H=new Set;for(const Y of t.current.agents.values())Nn.has(Y.id)&&sT(Y,Kt)&&H.add(Y.id);return H},[t.current,t.current.lastSeq,Kt,Nn]),Cn=R.useMemo(()=>X5(Kt,(Nr==null?void 0:Nr.size)??0,Nn.size),[Kt,Nr,Nn]),ss=R.useMemo(()=>{const H=new Set;for(const Y of t.current.agents.values())for(const oe of Y.tools)H.add(cT(oe.name));return Object.keys(Bv).filter(Y=>H.has(Y))},[t.current,t.current.lastSeq]);R.useEffect(()=>{if(ss.length<=1){Sn(!1);return}let H=0;const Y=()=>{const oe=bn.current;if(oe&&!document.hidden){const de=oe.getBoundingClientRect(),xe=Array.from(document.querySelectorAll(".react-flow__node, .tool-burst")).map(Pe=>Pe.getBoundingClientRect()),Se=F5(de,xe,8);Sn(Pe=>Pe===Se?Pe:Se)}H=window.setTimeout(Y,300)};return Y(),()=>window.clearTimeout(H)},[ss.length]);const is=R.useMemo(()=>{const H=new Map;for(const oe of t.current.agents.values())for(const de of oe.tools){if(!de.name.startsWith("mcp__"))continue;const xe=de.name.slice(5),Se=xe.indexOf("__"),Pe=Se>0?xe.slice(0,Se):xe;H.set(Pe,(H.get(Pe)??0)+1)}const Y=[];for(const[oe,de]of H){let xe=5381;for(let Se=0;Se<oe.length;Se++)xe=(xe<<5)+xe^oe.charCodeAt(Se);Y.push({server:oe,count:de,hue:Math.abs(xe)%360})}return Y.sort((oe,de)=>de.count-oe.count),Y},[t.current,t.current.lastSeq]),lr=R.useCallback(H=>{nt(Y=>{const oe=new Set(Y);return oe.has(H)?oe.delete(H):oe.add(H),oe})},[]),Rt=u?t.current.agents.get(u):null,os=f?Array.from(t.current.agents.values()).flatMap(H=>H.tools).find(H=>H.id===f)??null:null,To=R.useCallback(async()=>{try{await fetch("/api/clear",{method:"POST"})}catch{}t.current=Pv(),Tt.current.clear(),or.current.clear(),Xt.current.clear(),Ni.current="",nN(),m(),i()},[i,m]),Hs=R.useRef(S);Hs.current=S;const Ws=R.useRef(!1);Ws.current=os!=null||vt||E!=null||y!=null;const Vs=R.useCallback(H=>{const Y=E$(H,{confirmOpen:Hs.current,modalOpen:Ws.current});Y==="confirm"?k(!0):Y==="clear"&&(k(!1),To())},[To]),$t=R.useCallback(()=>{Tt.current.clear(),Xt.current.clear(),Ni.current="",nN(),i(),window.setTimeout(()=>pt(500),80)},[i,e,pt]),Cr=R.useCallback(()=>pt(500),[pt]),as=R.useRef(Qt);as.current=Qt;const ls=R.useRef(u);ls.current=u;const Ro=R.useCallback(H=>{const Y=as.current,oe=C$(Y.map(Se=>({id:Se.id,x:Se.position.x,y:Se.position.y})),ls.current,H),de=oe?Y.find(Se=>Se.id===oe):void 0;if(!de)return;const xe=KE(document.activeElement);d(de.id,!1),window.setTimeout(()=>{try{e.fitView({padding:.35,duration:350,nodes:[de]})}catch{}St.current=Date.now(),xe&&J5(de.id)},30)},[d,e]),Ti=R.useCallback(H=>{d(H,!1),window.setTimeout(()=>{try{const Y=as.current.find(oe=>oe.id===H);Y&&e.fitView({padding:.3,duration:500,nodes:[Y]}),St.current=Date.now()}catch{}},60)},[d,e]);R.useEffect(()=>{const H=Y=>{var Fe,Ge,We;const oe=Y.target,de={tagName:oe==null?void 0:oe.tagName,isContentEditable:oe==null?void 0:oe.isContentEditable,role:(Fe=oe==null?void 0:oe.getAttribute)==null?void 0:Fe.call(oe,"role"),type:oe==null?void 0:oe.type};if(Y.key==="Escape"){const ze=rL({overlayOpen:Tu.depth()>0,typing:uy(de)});ze==="dismiss"?Tu.dismissTop():ze==="blur"?oe==null||oe.blur():(A$(de)&&(oe==null||oe.blur()),m());return}if($C(Y))return;const xe=KE(oe)?(Ge=oe==null?void 0:oe.getAttribute)==null?void 0:Ge.call(oe,"data-id"):null,Se=xe&&as.current.some(ze=>ze.id===xe)?xe:null,Pe=T$(Y,Se);if(Pe.kind==="activate"){Y.preventDefault(),d(Pe.nodeId,Pe.additive);return}if(Pe.kind!=="node"&&!(Pe.nodeId==null&&dL(de))){if(Y.key==="/"){Y.preventDefault(),(We=Zr.current)==null||We.focus();return}Y.key===" "&&(Y.preventDefault(),Wr()),(Y.key==="c"||Y.key==="C")&&Vs("shortcut"),(Y.key==="r"||Y.key==="R")&&$t(),(Y.key==="f"||Y.key==="F")&&Cr(),(Y.key==="l"||Y.key==="L")&&bt(),(Y.key==="h"||Y.key==="H")&&hn(ze=>!ze),(Y.key==="u"||Y.key==="U")&&D(ze=>!ze),(Y.key==="a"||Y.key==="A")&&Be.current.claude&&ht(),(Y.key==="j"||Y.key==="J")&&Ro(1),(Y.key==="k"||Y.key==="K")&&Ro(-1),(Y.key==="t"||Y.key==="T")&&Xr(ze=>ze==="dark"?"light":"dark")}};return window.addEventListener("keydown",H),()=>window.removeEventListener("keydown",H)},[Vs,$t,Cr,m,d,Ro,Wr]);const jr=t.current.agents.size,Gs=new Set(Array.from(t.current.agents.values()).map(H=>H.sessionId)).size,tn=R.useMemo(()=>p3(t.current.agents.values()),[t.current,t.current.lastSeq]),Ao=R.useMemo(()=>m3(t.current.agents.values()),[t.current,t.current.lastSeq]),Ya=R.useRef(null);R.useEffect(()=>{const H=W$({waiting:tn.length,running:Ao}),Y=Ya.current;if(Ya.current=H,(Y==null?void 0:Y.title)!==H.title&&(document.title=H.title),(Y==null?void 0:Y.icon)!==H.icon){const oe=document.querySelector('link[rel="icon"]');oe&&(oe.href=V$[H.icon])}},[tn.length,Ao]);const[uc,cc]=R.useState(""),Ri=Y$(tn);R.useEffect(()=>{cc(H=>K$(H,Ri))},[Ri]);const nn=R.useMemo(()=>{let H=0,Y=0,oe=0,de=0,xe=0,Se=0,Pe=0,Fe=0,Ge=0;for(const We of t.current.agents.values()){H+=We.usage.inputTokens,Y+=We.usage.outputTokens,oe+=We.usage.cacheReadTokens,de+=We.usage.cacheCreateTokens;const ze=dn(We.usage,We.model);xe+=ze.total,Se+=ze.input,Pe+=ze.output,Fe+=ze.cacheRead,Ge+=ze.cacheWrite}return{inT:H,outT:Y,cacheR:oe,cacheC:de,sum:H+Y,cost:{total:xe,input:Se,output:Pe,cacheRead:Fe,cacheWrite:Ge}}},[t.current,t.current.lastSeq]);return g.jsxs("div",{className:"app",children:[g.jsx("a",{className:"skip-link",href:"#canvas",children:"Skip to the canvas"}),g.jsxs("header",{className:"topbar",children:[g.jsxs("div",{className:"brand",children:[g.jsx("span",{className:"logo"}),g.jsx("h1",{children:Gt}),ye?g.jsxs("button",{type:"button",className:"v stale",onClick:Ze,"aria-label":W5({...ye,open:ft}),title:ye.kind==="restart"?`Running v${ye.from}; v${ye.to} is installed on disk. Restart to pick it up.`:`Running v${ye.from}; v${ye.to} is on npm.`,children:["v",ye.from,g.jsx("span",{className:"v-dot","aria-hidden":!0})]}):(()=>{const H={running:(K==null?void 0:K.running)??"1.35.43",latest:K==null?void 0:K.latest,latestPending:K==null?void 0:K.latestPending,checkedAgo:K!=null&&K.checkedAt?$v(ut-K.checkedAt):null,checkDisabled:K==null?void 0:K.checkDisabled,checking:ce};return g.jsxs("button",{type:"button",className:ce?"v checking":"v",onClick:()=>ve(!0),"aria-busy":ce||void 0,"aria-label":H5(H),title:U5(H),children:["v",H.running]})})()]}),Rt&&(()=>{const H=dn(Rt.usage,Rt.model),Y=Math.max(0,((Rt.endedAt??ut)-Rt.startedAt)/1e3),oe=Rt.state==="active"?Cu(H.total,Y):null,de=o.size-1;return g.jsxs("button",{type:"button",className:"selected-ribbon",title:`Fit view to ${Rt.label}`,onClick:()=>{try{const xe=Qt.find(Se=>Se.id===Rt.id);xe&&e.fitView({padding:.35,duration:500,nodes:[xe]}),St.current=Date.now()}catch{}},children:[g.jsx("span",{className:`state-pill state-${Rt.state}`,children:Rt.state==="active"?"live":Rt.state}),g.jsx("span",{className:"selected-label",children:Rt.label}),H.total>0&&g.jsxs("span",{className:"selected-cost",children:[qe(H.total),oe?g.jsxs("span",{className:"selected-rate",children:[" · ",oe]}):null]}),de>0&&g.jsxs("span",{className:"selected-extra",children:["+",de]}),g.jsx("span",{"aria-hidden":!0,className:"selected-close",onClick:xe=>{xe.stopPropagation(),m()},children:"×"})]})})(),g.jsxs("div",{className:"actions",children:[g.jsxs("div",{className:"search",children:[g.jsx("span",{className:"search-icon","aria-hidden":!0,children:"⌕"}),g.jsx("input",{ref:Zr,type:"text",placeholder:Q5,value:Kt,onChange:H=>Kr(H.target.value),spellCheck:!1,"aria-label":"Filter the graph"}),Kt?g.jsx("button",{className:"search-clear","aria-label":"Clear search",onClick:()=>Kr(""),children:"×"}):g.jsx("kbd",{className:"search-kbd","aria-hidden":!0,children:"/"}),Cn.count&&g.jsx("span",{className:`search-count${Cn.empty?" none":""}`,"aria-live":"polite",title:`${Cn.count} agents on the canvas match “${Kt}”`,children:Cn.count})]}),g.jsxs("span",{className:"status",children:[(()=>{const H=Y5({connected:I,paused:Hr,held:vr.current.size});return g.jsx("span",{className:`pill ${H.tone}`,title:H.title,children:H.label})})(),g.jsxs("span",{className:"stat",title:nq(we),children:[g.jsx("span",{className:"count",children:Gs}),g.jsx("span",{className:"lbl",children:"sessions"})]}),g.jsxs("span",{className:"stat",title:"Total agents (root + subagents)",children:[g.jsx("span",{className:"count",children:jr}),g.jsx("span",{className:"lbl",children:"agents"})]}),g.jsxs("span",{className:"stat",title:rq(we),children:[g.jsx("span",{className:"count",children:t.current.totalEvents}),g.jsx("span",{className:"lbl",children:"events"})]}),g.jsx(R3,{}),nn.sum>0&&g.jsxs("span",{className:"stat",title:`in:${nn.inT.toLocaleString()} out:${nn.outT.toLocaleString()} cache-r:${nn.cacheR.toLocaleString()} cache-c:${nn.cacheC.toLocaleString()}`,children:[g.jsx("span",{className:"count",children:Nt(nn.sum)}),g.jsx("span",{className:"lbl",children:"tokens"})]}),is.length>0&&g.jsxs("span",{className:"stat mcp-legend",title:`MCP servers seen this session:
|
|
74
74
|
${is.map(H=>` ${H.server}: ${H.count} call${H.count===1?"":"s"}`).join(`
|
|
75
75
|
`)}`,children:[is.slice(0,6).map(H=>g.jsx("span",{className:"mcp-dot",style:{"--mcp-hue":H.hue}},H.server)),is.length>6&&g.jsxs("span",{className:"mcp-more",children:["+",is.length-6]}),g.jsx("span",{className:"lbl",children:"mcp"})]}),nn.cost.total>0&&(()=>{let H=0,Y=0;for(const xe of t.current.agents.values()){if(xe.state!=="active")continue;const Se=dn(xe.usage,xe.model);H+=Se.total,Y=Math.max(Y,((xe.endedAt??ut)-xe.startedAt)/1e3)}const oe=Y>0?Cu(H,Y):null,de=`input ${qe(nn.cost.input)} + output ${qe(nn.cost.output)} + cache r ${qe(nn.cost.cacheRead)} + cache w ${qe(nn.cost.cacheWrite)}${oe?`
|
|
76
76
|
active burn: ${oe}`:""}`;return g.jsxs("span",{className:"stat",title:de,children:[g.jsx("span",{className:"count",children:qe(nn.cost.total)}),g.jsxs("span",{className:"lbl",children:["cost",oe?` · ${oe}`:""]})]})})()]}),g.jsx("div",{className:"vis-hidden",role:"status","aria-atomic":"true",children:uc}),tn.length>0&&g.jsxs("button",{type:"button",className:"waiting-stat",onClick:()=>Ti(tn[0].id),title:`Blocked waiting for you — click to go to the one that has been stuck longest:
|