@moderneinc/react-charts 1.2.0 → 1.3.0-next.7ecdcc

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.
Files changed (39) hide show
  1. package/dist/components/chrono-chart/chrono-chart.component.d.ts +10 -0
  2. package/dist/components/chrono-chart/chrono-chart.types.d.ts +129 -0
  3. package/dist/components/chrono-chart/components/category-table.component.d.ts +13 -0
  4. package/dist/components/chrono-chart/components/category-table.types.d.ts +42 -0
  5. package/dist/components/chrono-chart/utils/data-transformer.d.ts +41 -0
  6. package/dist/components/d3-stacked-area-chart/d3-stacked-area-chart.component.d.ts +7 -0
  7. package/dist/components/d3-stacked-area-chart/d3-stacked-area-chart.types.d.ts +115 -0
  8. package/dist/components/d3-stacked-area-chart/hooks/use-d3-stacked-area.hook.d.ts +43 -0
  9. package/dist/components/d3-stacked-bar-chart/d3-stacked-bar-chart.component.d.ts +7 -0
  10. package/dist/components/d3-stacked-bar-chart/d3-stacked-bar-chart.types.d.ts +95 -0
  11. package/dist/components/d3-stacked-bar-chart/hooks/use-d3-stacked-bar.hook.d.ts +32 -0
  12. package/dist/components/morph-chart/hooks/shared/computations.d.ts +29 -0
  13. package/dist/components/morph-chart/hooks/shared/types.d.ts +24 -0
  14. package/dist/components/morph-chart/hooks/use-morph-chart.hook.d.ts +90 -0
  15. package/dist/components/morph-chart/morph-chart.component.d.ts +14 -0
  16. package/dist/components/morph-chart/morph-chart.types.d.ts +175 -0
  17. package/dist/components/morph-chart/utils/animation-constants.d.ts +23 -0
  18. package/dist/components/morph-chart/utils/area-renderer.d.ts +24 -0
  19. package/dist/components/morph-chart/utils/bar-renderer.d.ts +19 -0
  20. package/dist/components/morph-chart/utils/gsap-orchestrator.d.ts +291 -0
  21. package/dist/components/morph-chart/utils/parliament-renderer.d.ts +23 -0
  22. package/dist/components/morph-chart/utils/parliament-seat-extractor.d.ts +33 -0
  23. package/dist/components/morph-chart/utils/position-mapper.d.ts +48 -0
  24. package/dist/components/morph-chart/utils/svg-patterns.d.ts +19 -0
  25. package/dist/components/parliament-chart/hooks/use-parliament-chart.hook.d.ts +5 -1
  26. package/dist/components/parliament-chart/parliament-chart.types.d.ts +5 -0
  27. package/dist/components/parliament-chart/utils/parliament-animation.d.ts +13 -0
  28. package/dist/components/stacked-area-with-timeline/hooks/use-stacked-area-with-timeline.hook.d.ts +53 -0
  29. package/dist/components/stacked-area-with-timeline/stacked-area-with-timeline.component.d.ts +3 -0
  30. package/dist/components/stacked-area-with-timeline/stacked-area-with-timeline.types.d.ts +97 -0
  31. package/dist/components/stacked-area-with-timeline/utils/render-timeline-track.d.ts +46 -0
  32. package/dist/components/timeline-chart/timeline-chart.types.d.ts +44 -0
  33. package/dist/index.cjs +49 -11
  34. package/dist/index.d.ts +13 -1
  35. package/dist/index.js +14168 -3519
  36. package/dist/theme/chart-palettes.d.ts +59 -0
  37. package/dist/theme/default-colors.d.ts +8 -4
  38. package/dist/theme/timeline-defaults.d.ts +25 -1
  39. package/package.json +28 -16
package/dist/index.cjs CHANGED
@@ -1,4 +1,42 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const x=require("react/jsx-runtime"),Cs=require("@mui/icons-material"),T=require("@mui/material"),D=require("react"),qs=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"];class Oe{constructor(t,n,r){this.normal=n,this.property=t,r&&(this.space=r)}}Oe.prototype.normal={};Oe.prototype.property={};Oe.prototype.space=void 0;function El(e,t){const n={},r={};for(const a of e)Object.assign(n,a.property),Object.assign(r,a.normal);return new Oe(n,r,t)}function Me(e){return e.toLowerCase()}class W{constructor(t,n){this.attribute=n,this.property=t}}W.prototype.attribute="";W.prototype.booleanish=!1;W.prototype.boolean=!1;W.prototype.commaOrSpaceSeparated=!1;W.prototype.commaSeparated=!1;W.prototype.defined=!1;W.prototype.mustUseProperty=!1;W.prototype.number=!1;W.prototype.overloadedBoolean=!1;W.prototype.property="";W.prototype.spaceSeparated=!1;W.prototype.space=void 0;let Rs=0;const R=se(),k=se(),Jn=se(),g=se(),I=se(),he=se(),X=se();function se(){return 2**++Rs}const Qn=Object.freeze(Object.defineProperty({__proto__:null,boolean:R,booleanish:k,commaOrSpaceSeparated:X,commaSeparated:he,number:g,overloadedBoolean:Jn,spaceSeparated:I},Symbol.toStringTag,{value:"Module"})),Qe=Object.keys(Qn);class aa extends W{constructor(t,n,r,a){let i=-1;if(super(t,n),va(this,"space",a),typeof r=="number")for(;++i<Qe.length;){const o=Qe[i];va(this,Qe[i],(r&Qn[o])===Qn[o])}}}aa.prototype.defined=!0;function va(e,t,n){n&&(e[t]=n)}function me(e){const t={},n={};for(const[r,a]of Object.entries(e.properties)){const i=new aa(r,e.transform(e.attributes||{},r),a,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(i.mustUseProperty=!0),t[r]=i,n[Me(r)]=r,n[Me(i.attribute)]=r}return new Oe(t,n,e.space)}const Dl=me({properties:{ariaActiveDescendant:null,ariaAtomic:k,ariaAutoComplete:null,ariaBusy:k,ariaChecked:k,ariaColCount:g,ariaColIndex:g,ariaColSpan:g,ariaControls:I,ariaCurrent:null,ariaDescribedBy:I,ariaDetails:null,ariaDisabled:k,ariaDropEffect:I,ariaErrorMessage:null,ariaExpanded:k,ariaFlowTo:I,ariaGrabbed:k,ariaHasPopup:null,ariaHidden:k,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:I,ariaLevel:g,ariaLive:null,ariaModal:k,ariaMultiLine:k,ariaMultiSelectable:k,ariaOrientation:null,ariaOwns:I,ariaPlaceholder:null,ariaPosInSet:g,ariaPressed:k,ariaReadOnly:k,ariaRelevant:null,ariaRequired:k,ariaRoleDescription:I,ariaRowCount:g,ariaRowIndex:g,ariaRowSpan:g,ariaSelected:k,ariaSetSize:g,ariaSort:null,ariaValueMax:g,ariaValueMin:g,ariaValueNow:g,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function Il(e,t){return t in e?e[t]:t}function Pl(e,t){return Il(e,t.toLowerCase())}const ws=me({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:he,acceptCharset:I,accessKey:I,action:null,allow:null,allowFullScreen:R,allowPaymentRequest:R,allowUserMedia:R,alt:null,as:null,async:R,autoCapitalize:null,autoComplete:I,autoFocus:R,autoPlay:R,blocking:I,capture:null,charSet:null,checked:R,cite:null,className:I,cols:g,colSpan:null,content:null,contentEditable:k,controls:R,controlsList:I,coords:g|he,crossOrigin:null,data:null,dateTime:null,decoding:null,default:R,defer:R,dir:null,dirName:null,disabled:R,download:Jn,draggable:k,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:R,formTarget:null,headers:I,height:g,hidden:Jn,high:g,href:null,hrefLang:null,htmlFor:I,httpEquiv:I,id:null,imageSizes:null,imageSrcSet:null,inert:R,inputMode:null,integrity:null,is:null,isMap:R,itemId:null,itemProp:I,itemRef:I,itemScope:R,itemType:I,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:R,low:g,manifest:null,max:null,maxLength:g,media:null,method:null,min:null,minLength:g,multiple:R,muted:R,name:null,nonce:null,noModule:R,noValidate:R,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:R,optimum:g,pattern:null,ping:I,placeholder:null,playsInline:R,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:R,referrerPolicy:null,rel:I,required:R,reversed:R,rows:g,rowSpan:g,sandbox:I,scope:null,scoped:R,seamless:R,selected:R,shadowRootClonable:R,shadowRootDelegatesFocus:R,shadowRootMode:null,shape:null,size:g,sizes:null,slot:null,span:g,spellCheck:k,src:null,srcDoc:null,srcLang:null,srcSet:null,start:g,step:null,style:null,tabIndex:g,target:null,title:null,translate:null,type:null,typeMustMatch:R,useMap:null,value:k,width:g,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:I,axis:null,background:null,bgColor:null,border:g,borderColor:null,bottomMargin:g,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:R,declare:R,event:null,face:null,frame:null,frameBorder:null,hSpace:g,leftMargin:g,link:null,longDesc:null,lowSrc:null,marginHeight:g,marginWidth:g,noResize:R,noHref:R,noShade:R,noWrap:R,object:null,profile:null,prompt:null,rev:null,rightMargin:g,rules:null,scheme:null,scrolling:k,standby:null,summary:null,text:null,topMargin:g,valueType:null,version:null,vAlign:null,vLink:null,vSpace:g,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:R,disableRemotePlayback:R,prefix:null,property:null,results:g,security:null,unselectable:null},space:"html",transform:Pl}),Ts=me({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:X,accentHeight:g,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:g,amplitude:g,arabicForm:null,ascent:g,attributeName:null,attributeType:null,azimuth:g,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:g,by:null,calcMode:null,capHeight:g,className:I,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:g,diffuseConstant:g,direction:null,display:null,dur:null,divisor:g,dominantBaseline:null,download:R,dx:null,dy:null,edgeMode:null,editable:null,elevation:g,enableBackground:null,end:null,event:null,exponent:g,externalResourcesRequired:null,fill:null,fillOpacity:g,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:he,g2:he,glyphName:he,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:g,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:g,horizOriginX:g,horizOriginY:g,id:null,ideographic:g,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:g,k:g,k1:g,k2:g,k3:g,k4:g,kernelMatrix:X,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:g,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:g,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:g,overlineThickness:g,paintOrder:null,panose1:null,path:null,pathLength:g,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:I,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:g,pointsAtY:g,pointsAtZ:g,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:X,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:X,rev:X,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:X,requiredFeatures:X,requiredFonts:X,requiredFormats:X,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:g,specularExponent:g,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:g,strikethroughThickness:g,string:null,stroke:null,strokeDashArray:X,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:g,strokeOpacity:g,strokeWidth:null,style:null,surfaceScale:g,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:X,tabIndex:g,tableValues:null,target:null,targetX:g,targetY:g,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:X,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:g,underlineThickness:g,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:g,values:null,vAlphabetic:g,vMathematical:g,vectorEffect:null,vHanging:g,vIdeographic:g,version:null,vertAdvY:g,vertOriginX:g,vertOriginY:g,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:g,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:Il}),Ll=me({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()}}),kl=me({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:Pl}),Nl=me({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),Ms=/[A-Z]/g,ba=/-[a-z]/g,Os=/^data[-\w.:]+$/i;function Fl(e,t){const n=Me(t);let r=t,a=W;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&Os.test(t)){if(t.charAt(4)==="-"){const i=t.slice(5).replace(ba,Ds);r="data"+i.charAt(0).toUpperCase()+i.slice(1)}else{const i=t.slice(4);if(!ba.test(i)){let o=i.replace(Ms,Es);o.charAt(0)!=="-"&&(o="-"+o),t="data"+o}}a=aa}return new a(r,t)}function Es(e){return"-"+e.toLowerCase()}function Ds(e){return e.charAt(1).toUpperCase()}const jl=El([Dl,ws,Ll,kl,Nl],"html"),ia=El([Dl,Ts,Ll,kl,Nl],"svg"),_a={}.hasOwnProperty;function Is(e,t){const n=t||{};function r(a,...i){let o=r.invalid;const l=r.handlers;if(a&&_a.call(a,e)){const s=String(a[e]);o=_a.call(l,s)?l[s]:r.unknown}if(o)return o.call(this,a,...i)}return r.handlers=n.handlers||{},r.invalid=n.invalid,r.unknown=n.unknown,r}const Ps=/["&'<>`]/g,Ls=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,ks=/[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,Ns=/[|\\{}()[\]^$+*?.]/g,Sa=new WeakMap;function Fs(e,t){if(e=e.replace(t.subset?js(t.subset):Ps,r),t.subset||t.escapeOnly)return e;return e.replace(Ls,n).replace(ks,r);function n(a,i,o){return t.format((a.charCodeAt(0)-55296)*1024+a.charCodeAt(1)-56320+65536,o.charCodeAt(i+2),t)}function r(a,i,o){return t.format(a.charCodeAt(0),o.charCodeAt(i+1),t)}}function js(e){let t=Sa.get(e);return t||(t=Bs(e),Sa.set(e,t)),t}function Bs(e){const t=[];let n=-1;for(;++n<e.length;)t.push(e[n].replace(Ns,"\\$&"));return new RegExp("(?:"+t.join("|")+")","g")}const Hs=/[\dA-Fa-f]/;function zs(e,t,n){const r="&#x"+e.toString(16).toUpperCase();return n&&t&&!Hs.test(String.fromCharCode(t))?r:r+";"}const Us=/\d/;function Gs(e,t,n){const r="&#"+String(e);return n&&t&&!Us.test(String.fromCharCode(t))?r:r+";"}const $s=["AElig","AMP","Aacute","Acirc","Agrave","Aring","Atilde","Auml","COPY","Ccedil","ETH","Eacute","Ecirc","Egrave","Euml","GT","Iacute","Icirc","Igrave","Iuml","LT","Ntilde","Oacute","Ocirc","Ograve","Oslash","Otilde","Ouml","QUOT","REG","THORN","Uacute","Ucirc","Ugrave","Uuml","Yacute","aacute","acirc","acute","aelig","agrave","amp","aring","atilde","auml","brvbar","ccedil","cedil","cent","copy","curren","deg","divide","eacute","ecirc","egrave","eth","euml","frac12","frac14","frac34","gt","iacute","icirc","iexcl","igrave","iquest","iuml","laquo","lt","macr","micro","middot","nbsp","not","ntilde","oacute","ocirc","ograve","ordf","ordm","oslash","otilde","ouml","para","plusmn","pound","quot","raquo","reg","sect","shy","sup1","sup2","sup3","szlig","thorn","times","uacute","ucirc","ugrave","uml","uuml","yacute","yen","yuml"],et={nbsp:" ",iexcl:"¡",cent:"¢",pound:"£",curren:"¤",yen:"¥",brvbar:"¦",sect:"§",uml:"¨",copy:"©",ordf:"ª",laquo:"«",not:"¬",shy:"­",reg:"®",macr:"¯",deg:"°",plusmn:"±",sup2:"²",sup3:"³",acute:"´",micro:"µ",para:"¶",middot:"·",cedil:"¸",sup1:"¹",ordm:"º",raquo:"»",frac14:"¼",frac12:"½",frac34:"¾",iquest:"¿",Agrave:"À",Aacute:"Á",Acirc:"Â",Atilde:"Ã",Auml:"Ä",Aring:"Å",AElig:"Æ",Ccedil:"Ç",Egrave:"È",Eacute:"É",Ecirc:"Ê",Euml:"Ë",Igrave:"Ì",Iacute:"Í",Icirc:"Î",Iuml:"Ï",ETH:"Ð",Ntilde:"Ñ",Ograve:"Ò",Oacute:"Ó",Ocirc:"Ô",Otilde:"Õ",Ouml:"Ö",times:"×",Oslash:"Ø",Ugrave:"Ù",Uacute:"Ú",Ucirc:"Û",Uuml:"Ü",Yacute:"Ý",THORN:"Þ",szlig:"ß",agrave:"à",aacute:"á",acirc:"â",atilde:"ã",auml:"ä",aring:"å",aelig:"æ",ccedil:"ç",egrave:"è",eacute:"é",ecirc:"ê",euml:"ë",igrave:"ì",iacute:"í",icirc:"î",iuml:"ï",eth:"ð",ntilde:"ñ",ograve:"ò",oacute:"ó",ocirc:"ô",otilde:"õ",ouml:"ö",divide:"÷",oslash:"ø",ugrave:"ù",uacute:"ú",ucirc:"û",uuml:"ü",yacute:"ý",thorn:"þ",yuml:"ÿ",fnof:"ƒ",Alpha:"Α",Beta:"Β",Gamma:"Γ",Delta:"Δ",Epsilon:"Ε",Zeta:"Ζ",Eta:"Η",Theta:"Θ",Iota:"Ι",Kappa:"Κ",Lambda:"Λ",Mu:"Μ",Nu:"Ν",Xi:"Ξ",Omicron:"Ο",Pi:"Π",Rho:"Ρ",Sigma:"Σ",Tau:"Τ",Upsilon:"Υ",Phi:"Φ",Chi:"Χ",Psi:"Ψ",Omega:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa:"κ",lambda:"λ",mu:"μ",nu:"ν",xi:"ξ",omicron:"ο",pi:"π",rho:"ρ",sigmaf:"ς",sigma:"σ",tau:"τ",upsilon:"υ",phi:"φ",chi:"χ",psi:"ψ",omega:"ω",thetasym:"ϑ",upsih:"ϒ",piv:"ϖ",bull:"•",hellip:"…",prime:"′",Prime:"″",oline:"‾",frasl:"⁄",weierp:"℘",image:"ℑ",real:"ℜ",trade:"™",alefsym:"ℵ",larr:"←",uarr:"↑",rarr:"→",darr:"↓",harr:"↔",crarr:"↵",lArr:"⇐",uArr:"⇑",rArr:"⇒",dArr:"⇓",hArr:"⇔",forall:"∀",part:"∂",exist:"∃",empty:"∅",nabla:"∇",isin:"∈",notin:"∉",ni:"∋",prod:"∏",sum:"∑",minus:"−",lowast:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:"∼",cong:"≅",asymp:"≈",ne:"≠",equiv:"≡",le:"≤",ge:"≥",sub:"⊂",sup:"⊃",nsub:"⊄",sube:"⊆",supe:"⊇",oplus:"⊕",otimes:"⊗",perp:"⊥",sdot:"⋅",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",lang:"〈",rang:"〉",loz:"◊",spades:"♠",clubs:"♣",hearts:"♥",diams:"♦",quot:'"',amp:"&",lt:"<",gt:">",OElig:"Œ",oelig:"œ",Scaron:"Š",scaron:"š",Yuml:"Ÿ",circ:"ˆ",tilde:"˜",ensp:" ",emsp:" ",thinsp:" ",zwnj:"‌",zwj:"‍",lrm:"‎",rlm:"‏",ndash:"–",mdash:"—",lsquo:"‘",rsquo:"’",sbquo:"‚",ldquo:"“",rdquo:"”",bdquo:"„",dagger:"†",Dagger:"‡",permil:"‰",lsaquo:"‹",rsaquo:"›",euro:"€"},Ks=["cent","copy","divide","gt","lt","not","para","times"],Bl={}.hasOwnProperty,ea={};let Fe;for(Fe in et)Bl.call(et,Fe)&&(ea[et[Fe]]=Fe);const Ws=/[^\dA-Za-z]/;function Ys(e,t,n,r){const a=String.fromCharCode(e);if(Bl.call(ea,a)){const i=ea[a],o="&"+i;return n&&$s.includes(i)&&!Ks.includes(i)&&(!r||t&&t!==61&&Ws.test(String.fromCharCode(t)))?o:o+";"}return""}function Vs(e,t,n){let r=zs(e,t,n.omitOptionalSemicolons),a;if((n.useNamedReferences||n.useShortestReferences)&&(a=Ys(e,t,n.omitOptionalSemicolons,n.attribute)),(n.useShortestReferences||!a)&&n.useShortestReferences){const i=Gs(e,t,n.omitOptionalSemicolons);i.length<r.length&&(r=i)}return a&&(!n.useShortestReferences||a.length<r.length)?a:r}function pe(e,t){return Fs(e,Object.assign({format:Vs},t))}const Xs=/^>|^->|<!--|-->|--!>|<!-$/g,Zs=[">"],Js=["<",">"];function Qs(e,t,n,r){return r.settings.bogusComments?"<?"+pe(e.value,Object.assign({},r.settings.characterReferences,{subset:Zs}))+">":"<!--"+e.value.replace(Xs,a)+"-->";function a(i){return pe(i,Object.assign({},r.settings.characterReferences,{subset:Js}))}}function eu(e,t,n,r){return"<!"+(r.settings.upperDoctype?"DOCTYPE":"doctype")+(r.settings.tightDoctype?"":" ")+"html>"}function xa(e,t){const n=String(e);if(typeof t!="string")throw new TypeError("Expected character");let r=0,a=n.indexOf(t);for(;a!==-1;)r++,a=n.indexOf(t,a+t.length);return r}function Aa(e){const t=[],n=String(e||"");let r=n.indexOf(","),a=0,i=!1;for(;!i;){r===-1&&(r=n.length,i=!0);const o=n.slice(a,r).trim();(o||!i)&&t.push(o),a=r+1,r=n.indexOf(",",a)}return t}function tu(e,t){const n=t||{};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}function Ca(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function ru(e){return e.join(" ").trim()}const nu=/[ \t\n\f\r]/g;function oa(e){return typeof e=="object"?e.type==="text"?qa(e.value):!1:qa(e)}function qa(e){return e.replace(nu,"")===""}const j=zl(1),Hl=zl(-1),au=[];function zl(e){return t;function t(n,r,a){const i=n?n.children:au;let o=(r||0)+e,l=i[o];if(!a)for(;l&&oa(l);)o+=e,l=i[o];return l}}const iu={}.hasOwnProperty;function Ul(e){return t;function t(n,r,a){return iu.call(e,n.tagName)&&e[n.tagName](n,r,a)}}const la=Ul({body:lu,caption:tt,colgroup:tt,dd:fu,dt:cu,head:tt,html:ou,li:uu,optgroup:du,option:hu,p:su,rp:Ra,rt:Ra,tbody:gu,td:wa,tfoot:mu,th:wa,thead:pu,tr:yu});function tt(e,t,n){const r=j(n,t,!0);return!r||r.type!=="comment"&&!(r.type==="text"&&oa(r.value.charAt(0)))}function ou(e,t,n){const r=j(n,t);return!r||r.type!=="comment"}function lu(e,t,n){const r=j(n,t);return!r||r.type!=="comment"}function su(e,t,n){const r=j(n,t);return r?r.type==="element"&&(r.tagName==="address"||r.tagName==="article"||r.tagName==="aside"||r.tagName==="blockquote"||r.tagName==="details"||r.tagName==="div"||r.tagName==="dl"||r.tagName==="fieldset"||r.tagName==="figcaption"||r.tagName==="figure"||r.tagName==="footer"||r.tagName==="form"||r.tagName==="h1"||r.tagName==="h2"||r.tagName==="h3"||r.tagName==="h4"||r.tagName==="h5"||r.tagName==="h6"||r.tagName==="header"||r.tagName==="hgroup"||r.tagName==="hr"||r.tagName==="main"||r.tagName==="menu"||r.tagName==="nav"||r.tagName==="ol"||r.tagName==="p"||r.tagName==="pre"||r.tagName==="section"||r.tagName==="table"||r.tagName==="ul"):!n||!(n.type==="element"&&(n.tagName==="a"||n.tagName==="audio"||n.tagName==="del"||n.tagName==="ins"||n.tagName==="map"||n.tagName==="noscript"||n.tagName==="video"))}function uu(e,t,n){const r=j(n,t);return!r||r.type==="element"&&r.tagName==="li"}function cu(e,t,n){const r=j(n,t);return!!(r&&r.type==="element"&&(r.tagName==="dt"||r.tagName==="dd"))}function fu(e,t,n){const r=j(n,t);return!r||r.type==="element"&&(r.tagName==="dt"||r.tagName==="dd")}function Ra(e,t,n){const r=j(n,t);return!r||r.type==="element"&&(r.tagName==="rp"||r.tagName==="rt")}function du(e,t,n){const r=j(n,t);return!r||r.type==="element"&&r.tagName==="optgroup"}function hu(e,t,n){const r=j(n,t);return!r||r.type==="element"&&(r.tagName==="option"||r.tagName==="optgroup")}function pu(e,t,n){const r=j(n,t);return!!(r&&r.type==="element"&&(r.tagName==="tbody"||r.tagName==="tfoot"))}function gu(e,t,n){const r=j(n,t);return!r||r.type==="element"&&(r.tagName==="tbody"||r.tagName==="tfoot")}function mu(e,t,n){return!j(n,t)}function yu(e,t,n){const r=j(n,t);return!r||r.type==="element"&&r.tagName==="tr"}function wa(e,t,n){const r=j(n,t);return!r||r.type==="element"&&(r.tagName==="td"||r.tagName==="th")}const vu=Ul({body:Su,colgroup:xu,head:_u,html:bu,tbody:Au});function bu(e){const t=j(e,-1);return!t||t.type!=="comment"}function _u(e){const t=new Set;for(const r of e.children)if(r.type==="element"&&(r.tagName==="base"||r.tagName==="title")){if(t.has(r.tagName))return!1;t.add(r.tagName)}const n=e.children[0];return!n||n.type==="element"}function Su(e){const t=j(e,-1,!0);return!t||t.type!=="comment"&&!(t.type==="text"&&oa(t.value.charAt(0)))&&!(t.type==="element"&&(t.tagName==="meta"||t.tagName==="link"||t.tagName==="script"||t.tagName==="style"||t.tagName==="template"))}function xu(e,t,n){const r=Hl(n,t),a=j(e,-1,!0);return n&&r&&r.type==="element"&&r.tagName==="colgroup"&&la(r,n.children.indexOf(r),n)?!1:!!(a&&a.type==="element"&&a.tagName==="col")}function Au(e,t,n){const r=Hl(n,t),a=j(e,-1);return n&&r&&r.type==="element"&&(r.tagName==="thead"||r.tagName==="tbody")&&la(r,n.children.indexOf(r),n)?!1:!!(a&&a.type==="element"&&a.tagName==="tr")}const je={name:[[`
1
+ "use strict";var zy=Object.defineProperty;var By=(e,t,r)=>t in e?zy(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var va=(e,t,r)=>By(e,typeof t!="symbol"?t+"":t,r);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const E=require("react/jsx-runtime"),I=require("@mui/material"),V=require("react"),Zg=require("@mui/icons-material");function Uy(e){return e}var Ss=1,Ts=2,Yu=3,Ra=4,Df=1e-6;function Hy(e){return"translate("+e+",0)"}function Gy(e){return"translate(0,"+e+")"}function jy(e){return t=>+e(t)}function Yy(e,t){return t=Math.max(0,e.bandwidth()-t*2)/2,e.round()&&(t=Math.round(t)),r=>+e(r)+t}function Xy(){return!this.__axis}function Qg(e,t){var r=[],n=null,a=null,i=6,s=6,o=3,l=typeof window<"u"&&window.devicePixelRatio>1?0:.5,u=e===Ss||e===Ra?-1:1,c=e===Ra||e===Ts?"x":"y",f=e===Ss||e===Yu?Hy:Gy;function h(p){var g=n??(t.ticks?t.ticks.apply(t,r):t.domain()),d=a??(t.tickFormat?t.tickFormat.apply(t,r):Uy),m=Math.max(i,0)+o,x=t.range(),y=+x[0]+l,v=+x[x.length-1]+l,_=(t.bandwidth?Yy:jy)(t.copy(),l),S=p.selection?p.selection():p,w=S.selectAll(".domain").data([null]),b=S.selectAll(".tick").data(g,t).order(),T=b.exit(),M=b.enter().append("g").attr("class","tick"),k=b.select("line"),C=b.select("text");w=w.merge(w.enter().insert("path",".tick").attr("class","domain").attr("stroke","currentColor")),b=b.merge(M),k=k.merge(M.append("line").attr("stroke","currentColor").attr(c+"2",u*i)),C=C.merge(M.append("text").attr("fill","currentColor").attr(c,u*m).attr("dy",e===Ss?"0em":e===Yu?"0.71em":"0.32em")),p!==S&&(w=w.transition(p),b=b.transition(p),k=k.transition(p),C=C.transition(p),T=T.transition(p).attr("opacity",Df).attr("transform",function(P){return isFinite(P=_(P))?f(P+l):this.getAttribute("transform")}),M.attr("opacity",Df).attr("transform",function(P){var R=this.parentNode.__axis;return f((R&&isFinite(R=R(P))?R:_(P))+l)})),T.remove(),w.attr("d",e===Ra||e===Ts?s?"M"+u*s+","+y+"H"+l+"V"+v+"H"+u*s:"M"+l+","+y+"V"+v:s?"M"+y+","+u*s+"V"+l+"H"+v+"V"+u*s:"M"+y+","+l+"H"+v),b.attr("opacity",1).attr("transform",function(P){return f(_(P)+l)}),k.attr(c+"2",u*i),C.attr(c,u*m).text(d),S.filter(Xy).attr("fill","none").attr("font-size",10).attr("font-family","sans-serif").attr("text-anchor",e===Ts?"start":e===Ra?"end":"middle"),S.each(function(){this.__axis=_})}return h.scale=function(p){return arguments.length?(t=p,h):t},h.ticks=function(){return r=Array.from(arguments),h},h.tickArguments=function(p){return arguments.length?(r=p==null?[]:Array.from(p),h):r.slice()},h.tickValues=function(p){return arguments.length?(n=p==null?null:Array.from(p),h):n&&n.slice()},h.tickFormat=function(p){return arguments.length?(a=p,h):a},h.tickSize=function(p){return arguments.length?(i=s=+p,h):i},h.tickSizeInner=function(p){return arguments.length?(i=+p,h):i},h.tickSizeOuter=function(p){return arguments.length?(s=+p,h):s},h.tickPadding=function(p){return arguments.length?(o=+p,h):o},h.offset=function(p){return arguments.length?(l=+p,h):l},h}function Ir(e){return Qg(Yu,e)}function zr(e){return Qg(Ra,e)}var Wy={value:()=>{}};function Dc(){for(var e=0,t=arguments.length,r={},n;e<t;++e){if(!(n=arguments[e]+"")||n in r||/[\s.]/.test(n))throw new Error("illegal type: "+n);r[n]=[]}return new Mi(r)}function Mi(e){this._=e}function Ky(e,t){return e.trim().split(/^|\s+/).map(function(r){var n="",a=r.indexOf(".");if(a>=0&&(n=r.slice(a+1),r=r.slice(0,a)),r&&!t.hasOwnProperty(r))throw new Error("unknown type: "+r);return{type:r,name:n}})}Mi.prototype=Dc.prototype={constructor:Mi,on:function(e,t){var r=this._,n=Ky(e+"",r),a,i=-1,s=n.length;if(arguments.length<2){for(;++i<s;)if((a=(e=n[i]).type)&&(a=Vy(r[a],e.name)))return a;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++i<s;)if(a=(e=n[i]).type)r[a]=Of(r[a],e.name,t);else if(t==null)for(a in r)r[a]=Of(r[a],e.name,null);return this},copy:function(){var e={},t=this._;for(var r in t)e[r]=t[r].slice();return new Mi(e)},call:function(e,t){if((a=arguments.length-2)>0)for(var r=new Array(a),n=0,a,i;n<a;++n)r[n]=arguments[n+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(i=this._[e],n=0,a=i.length;n<a;++n)i[n].value.apply(t,r)},apply:function(e,t,r){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var n=this._[e],a=0,i=n.length;a<i;++a)n[a].value.apply(t,r)}};function Vy(e,t){for(var r=0,n=e.length,a;r<n;++r)if((a=e[r]).name===t)return a.value}function Of(e,t,r){for(var n=0,a=e.length;n<a;++n)if(e[n].name===t){e[n]=Wy,e=e.slice(0,n).concat(e.slice(n+1));break}return r!=null&&e.push({name:t,value:r}),e}var Xu="http://www.w3.org/1999/xhtml";const Pf={svg:"http://www.w3.org/2000/svg",xhtml:Xu,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function es(e){var t=e+="",r=t.indexOf(":");return r>=0&&(t=e.slice(0,r))!=="xmlns"&&(e=e.slice(r+1)),Pf.hasOwnProperty(t)?{space:Pf[t],local:e}:e}function Zy(e){return function(){var t=this.ownerDocument,r=this.namespaceURI;return r===Xu&&t.documentElement.namespaceURI===Xu?t.createElement(e):t.createElementNS(r,e)}}function Qy(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function Jg(e){var t=es(e);return(t.local?Qy:Zy)(t)}function Jy(){}function Oc(e){return e==null?Jy:function(){return this.querySelector(e)}}function t_(e){typeof e!="function"&&(e=Oc(e));for(var t=this._groups,r=t.length,n=new Array(r),a=0;a<r;++a)for(var i=t[a],s=i.length,o=n[a]=new Array(s),l,u,c=0;c<s;++c)(l=i[c])&&(u=e.call(l,l.__data__,c,i))&&("__data__"in l&&(u.__data__=l.__data__),o[c]=u);return new tr(n,this._parents)}function e_(e){return e==null?[]:Array.isArray(e)?e:Array.from(e)}function r_(){return[]}function tm(e){return e==null?r_:function(){return this.querySelectorAll(e)}}function n_(e){return function(){return e_(e.apply(this,arguments))}}function a_(e){typeof e=="function"?e=n_(e):e=tm(e);for(var t=this._groups,r=t.length,n=[],a=[],i=0;i<r;++i)for(var s=t[i],o=s.length,l,u=0;u<o;++u)(l=s[u])&&(n.push(e.call(l,l.__data__,u,s)),a.push(l));return new tr(n,a)}function em(e){return function(){return this.matches(e)}}function rm(e){return function(t){return t.matches(e)}}var i_=Array.prototype.find;function s_(e){return function(){return i_.call(this.children,e)}}function o_(){return this.firstElementChild}function l_(e){return this.select(e==null?o_:s_(typeof e=="function"?e:rm(e)))}var u_=Array.prototype.filter;function c_(){return Array.from(this.children)}function f_(e){return function(){return u_.call(this.children,e)}}function h_(e){return this.selectAll(e==null?c_:f_(typeof e=="function"?e:rm(e)))}function p_(e){typeof e!="function"&&(e=em(e));for(var t=this._groups,r=t.length,n=new Array(r),a=0;a<r;++a)for(var i=t[a],s=i.length,o=n[a]=[],l,u=0;u<s;++u)(l=i[u])&&e.call(l,l.__data__,u,i)&&o.push(l);return new tr(n,this._parents)}function nm(e){return new Array(e.length)}function d_(){return new tr(this._enter||this._groups.map(nm),this._parents)}function Pi(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}Pi.prototype={constructor:Pi,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};function g_(e){return function(){return e}}function m_(e,t,r,n,a,i){for(var s=0,o,l=t.length,u=i.length;s<u;++s)(o=t[s])?(o.__data__=i[s],n[s]=o):r[s]=new Pi(e,i[s]);for(;s<l;++s)(o=t[s])&&(a[s]=o)}function y_(e,t,r,n,a,i,s){var o,l,u=new Map,c=t.length,f=i.length,h=new Array(c),p;for(o=0;o<c;++o)(l=t[o])&&(h[o]=p=s.call(l,l.__data__,o,t)+"",u.has(p)?a[o]=l:u.set(p,l));for(o=0;o<f;++o)p=s.call(e,i[o],o,i)+"",(l=u.get(p))?(n[o]=l,l.__data__=i[o],u.delete(p)):r[o]=new Pi(e,i[o]);for(o=0;o<c;++o)(l=t[o])&&u.get(h[o])===l&&(a[o]=l)}function __(e){return e.__data__}function x_(e,t){if(!arguments.length)return Array.from(this,__);var r=t?y_:m_,n=this._parents,a=this._groups;typeof e!="function"&&(e=g_(e));for(var i=a.length,s=new Array(i),o=new Array(i),l=new Array(i),u=0;u<i;++u){var c=n[u],f=a[u],h=f.length,p=v_(e.call(c,c&&c.__data__,u,n)),g=p.length,d=o[u]=new Array(g),m=s[u]=new Array(g),x=l[u]=new Array(h);r(c,f,d,m,x,p,t);for(var y=0,v=0,_,S;y<g;++y)if(_=d[y]){for(y>=v&&(v=y+1);!(S=m[v])&&++v<g;);_._next=S||null}}return s=new tr(s,n),s._enter=o,s._exit=l,s}function v_(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function b_(){return new tr(this._exit||this._groups.map(nm),this._parents)}function w_(e,t,r){var n=this.enter(),a=this,i=this.exit();return typeof e=="function"?(n=e(n),n&&(n=n.selection())):n=n.append(e+""),t!=null&&(a=t(a),a&&(a=a.selection())),r==null?i.remove():r(i),n&&a?n.merge(a).order():a}function S_(e){for(var t=e.selection?e.selection():e,r=this._groups,n=t._groups,a=r.length,i=n.length,s=Math.min(a,i),o=new Array(a),l=0;l<s;++l)for(var u=r[l],c=n[l],f=u.length,h=o[l]=new Array(f),p,g=0;g<f;++g)(p=u[g]||c[g])&&(h[g]=p);for(;l<a;++l)o[l]=r[l];return new tr(o,this._parents)}function T_(){for(var e=this._groups,t=-1,r=e.length;++t<r;)for(var n=e[t],a=n.length-1,i=n[a],s;--a>=0;)(s=n[a])&&(i&&s.compareDocumentPosition(i)^4&&i.parentNode.insertBefore(s,i),i=s);return this}function M_(e){e||(e=A_);function t(f,h){return f&&h?e(f.__data__,h.__data__):!f-!h}for(var r=this._groups,n=r.length,a=new Array(n),i=0;i<n;++i){for(var s=r[i],o=s.length,l=a[i]=new Array(o),u,c=0;c<o;++c)(u=s[c])&&(l[c]=u);l.sort(t)}return new tr(a,this._parents).order()}function A_(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function C_(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this}function k_(){return Array.from(this)}function R_(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],a=0,i=n.length;a<i;++a){var s=n[a];if(s)return s}return null}function E_(){let e=0;for(const t of this)++e;return e}function D_(){return!this.node()}function O_(e){for(var t=this._groups,r=0,n=t.length;r<n;++r)for(var a=t[r],i=0,s=a.length,o;i<s;++i)(o=a[i])&&e.call(o,o.__data__,i,a);return this}function P_(e){return function(){this.removeAttribute(e)}}function F_(e){return function(){this.removeAttributeNS(e.space,e.local)}}function N_(e,t){return function(){this.setAttribute(e,t)}}function $_(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function L_(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttribute(e):this.setAttribute(e,r)}}function q_(e,t){return function(){var r=t.apply(this,arguments);r==null?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,r)}}function I_(e,t){var r=es(e);if(arguments.length<2){var n=this.node();return r.local?n.getAttributeNS(r.space,r.local):n.getAttribute(r)}return this.each((t==null?r.local?F_:P_:typeof t=="function"?r.local?q_:L_:r.local?$_:N_)(r,t))}function am(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function z_(e){return function(){this.style.removeProperty(e)}}function B_(e,t,r){return function(){this.style.setProperty(e,t,r)}}function U_(e,t,r){return function(){var n=t.apply(this,arguments);n==null?this.style.removeProperty(e):this.style.setProperty(e,n,r)}}function H_(e,t,r){return arguments.length>1?this.each((t==null?z_:typeof t=="function"?U_:B_)(e,t,r??"")):ra(this.node(),e)}function ra(e,t){return e.style.getPropertyValue(t)||am(e).getComputedStyle(e,null).getPropertyValue(t)}function G_(e){return function(){delete this[e]}}function j_(e,t){return function(){this[e]=t}}function Y_(e,t){return function(){var r=t.apply(this,arguments);r==null?delete this[e]:this[e]=r}}function X_(e,t){return arguments.length>1?this.each((t==null?G_:typeof t=="function"?Y_:j_)(e,t)):this.node()[e]}function im(e){return e.trim().split(/^|\s+/)}function Pc(e){return e.classList||new sm(e)}function sm(e){this._node=e,this._names=im(e.getAttribute("class")||"")}sm.prototype={add:function(e){var t=this._names.indexOf(e);t<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};function om(e,t){for(var r=Pc(e),n=-1,a=t.length;++n<a;)r.add(t[n])}function lm(e,t){for(var r=Pc(e),n=-1,a=t.length;++n<a;)r.remove(t[n])}function W_(e){return function(){om(this,e)}}function K_(e){return function(){lm(this,e)}}function V_(e,t){return function(){(t.apply(this,arguments)?om:lm)(this,e)}}function Z_(e,t){var r=im(e+"");if(arguments.length<2){for(var n=Pc(this.node()),a=-1,i=r.length;++a<i;)if(!n.contains(r[a]))return!1;return!0}return this.each((typeof t=="function"?V_:t?W_:K_)(r,t))}function Q_(){this.textContent=""}function J_(e){return function(){this.textContent=e}}function t1(e){return function(){var t=e.apply(this,arguments);this.textContent=t??""}}function e1(e){return arguments.length?this.each(e==null?Q_:(typeof e=="function"?t1:J_)(e)):this.node().textContent}function r1(){this.innerHTML=""}function n1(e){return function(){this.innerHTML=e}}function a1(e){return function(){var t=e.apply(this,arguments);this.innerHTML=t??""}}function i1(e){return arguments.length?this.each(e==null?r1:(typeof e=="function"?a1:n1)(e)):this.node().innerHTML}function s1(){this.nextSibling&&this.parentNode.appendChild(this)}function o1(){return this.each(s1)}function l1(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function u1(){return this.each(l1)}function c1(e){var t=typeof e=="function"?e:Jg(e);return this.select(function(){return this.appendChild(t.apply(this,arguments))})}function f1(){return null}function h1(e,t){var r=typeof e=="function"?e:Jg(e),n=t==null?f1:typeof t=="function"?t:Oc(t);return this.select(function(){return this.insertBefore(r.apply(this,arguments),n.apply(this,arguments)||null)})}function p1(){var e=this.parentNode;e&&e.removeChild(this)}function d1(){return this.each(p1)}function g1(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function m1(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function y1(e){return this.select(e?m1:g1)}function _1(e){return arguments.length?this.property("__data__",e):this.node().__data__}function x1(e){return function(t){e.call(this,t,this.__data__)}}function v1(e){return e.trim().split(/^|\s+/).map(function(t){var r="",n=t.indexOf(".");return n>=0&&(r=t.slice(n+1),t=t.slice(0,n)),{type:t,name:r}})}function b1(e){return function(){var t=this.__on;if(t){for(var r=0,n=-1,a=t.length,i;r<a;++r)i=t[r],(!e.type||i.type===e.type)&&i.name===e.name?this.removeEventListener(i.type,i.listener,i.options):t[++n]=i;++n?t.length=n:delete this.__on}}}function w1(e,t,r){return function(){var n=this.__on,a,i=x1(t);if(n){for(var s=0,o=n.length;s<o;++s)if((a=n[s]).type===e.type&&a.name===e.name){this.removeEventListener(a.type,a.listener,a.options),this.addEventListener(a.type,a.listener=i,a.options=r),a.value=t;return}}this.addEventListener(e.type,i,r),a={type:e.type,name:e.name,value:t,listener:i,options:r},n?n.push(a):this.__on=[a]}}function S1(e,t,r){var n=v1(e+""),a,i=n.length,s;if(arguments.length<2){var o=this.node().__on;if(o){for(var l=0,u=o.length,c;l<u;++l)for(a=0,c=o[l];a<i;++a)if((s=n[a]).type===c.type&&s.name===c.name)return c.value}return}for(o=t?w1:b1,a=0;a<i;++a)this.each(o(n[a],t,r));return this}function um(e,t,r){var n=am(e),a=n.CustomEvent;typeof a=="function"?a=new a(t,r):(a=n.document.createEvent("Event"),r?(a.initEvent(t,r.bubbles,r.cancelable),a.detail=r.detail):a.initEvent(t,!1,!1)),e.dispatchEvent(a)}function T1(e,t){return function(){return um(this,e,t)}}function M1(e,t){return function(){return um(this,e,t.apply(this,arguments))}}function A1(e,t){return this.each((typeof t=="function"?M1:T1)(e,t))}function*C1(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],a=0,i=n.length,s;a<i;++a)(s=n[a])&&(yield s)}var cm=[null];function tr(e,t){this._groups=e,this._parents=t}function da(){return new tr([[document.documentElement]],cm)}function k1(){return this}tr.prototype=da.prototype={constructor:tr,select:t_,selectAll:a_,selectChild:l_,selectChildren:h_,filter:p_,data:x_,enter:d_,exit:b_,join:w_,merge:S_,selection:k1,order:T_,sort:M_,call:C_,nodes:k_,node:R_,size:E_,empty:D_,each:O_,attr:I_,style:H_,property:X_,classed:Z_,text:e1,html:i1,raise:o1,lower:u1,append:c1,insert:h1,remove:d1,clone:y1,datum:_1,on:S1,dispatch:A1,[Symbol.iterator]:C1};function Dt(e){return typeof e=="string"?new tr([[document.querySelector(e)]],[document.documentElement]):new tr([[e]],cm)}function R1(e){let t;for(;t=e.sourceEvent;)e=t;return e}function Tr(e,t){if(e=R1(e),t===void 0&&(t=e.currentTarget),t){var r=t.ownerSVGElement||t;if(r.createSVGPoint){var n=r.createSVGPoint();return n.x=e.clientX,n.y=e.clientY,n=n.matrixTransform(t.getScreenCTM().inverse()),[n.x,n.y]}if(t.getBoundingClientRect){var a=t.getBoundingClientRect();return[e.clientX-a.left-t.clientLeft,e.clientY-a.top-t.clientTop]}}return[e.pageX,e.pageY]}const Wu={capture:!0,passive:!1};function Ku(e){e.preventDefault(),e.stopImmediatePropagation()}function E1(e){var t=e.document.documentElement,r=Dt(e).on("dragstart.drag",Ku,Wu);"onselectstart"in t?r.on("selectstart.drag",Ku,Wu):(t.__noselect=t.style.MozUserSelect,t.style.MozUserSelect="none")}function D1(e,t){var r=e.document.documentElement,n=Dt(e).on("dragstart.drag",null);t&&(n.on("click.drag",Ku,Wu),setTimeout(function(){n.on("click.drag",null)},0)),"onselectstart"in r?n.on("selectstart.drag",null):(r.style.MozUserSelect=r.__noselect,delete r.__noselect)}function Fc(e,t,r){e.prototype=t.prototype=r,r.constructor=e}function fm(e,t){var r=Object.create(e.prototype);for(var n in t)r[n]=t[n];return r}function ai(){}var Ya=.7,Fi=1/Ya,Wn="\\s*([+-]?\\d+)\\s*",Xa="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Mr="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",O1=/^#([0-9a-f]{3,8})$/,P1=new RegExp(`^rgb\\(${Wn},${Wn},${Wn}\\)$`),F1=new RegExp(`^rgb\\(${Mr},${Mr},${Mr}\\)$`),N1=new RegExp(`^rgba\\(${Wn},${Wn},${Wn},${Xa}\\)$`),$1=new RegExp(`^rgba\\(${Mr},${Mr},${Mr},${Xa}\\)$`),L1=new RegExp(`^hsl\\(${Xa},${Mr},${Mr}\\)$`),q1=new RegExp(`^hsla\\(${Xa},${Mr},${Mr},${Xa}\\)$`),Ff={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};Fc(ai,Tn,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:Nf,formatHex:Nf,formatHex8:I1,formatHsl:z1,formatRgb:$f,toString:$f});function Nf(){return this.rgb().formatHex()}function I1(){return this.rgb().formatHex8()}function z1(){return hm(this).formatHsl()}function $f(){return this.rgb().formatRgb()}function Tn(e){var t,r;return e=(e+"").trim().toLowerCase(),(t=O1.exec(e))?(r=t[1].length,t=parseInt(t[1],16),r===6?Lf(t):r===3?new Le(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):r===8?mi(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):r===4?mi(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=P1.exec(e))?new Le(t[1],t[2],t[3],1):(t=F1.exec(e))?new Le(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=N1.exec(e))?mi(t[1],t[2],t[3],t[4]):(t=$1.exec(e))?mi(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=L1.exec(e))?zf(t[1],t[2]/100,t[3]/100,1):(t=q1.exec(e))?zf(t[1],t[2]/100,t[3]/100,t[4]):Ff.hasOwnProperty(e)?Lf(Ff[e]):e==="transparent"?new Le(NaN,NaN,NaN,0):null}function Lf(e){return new Le(e>>16&255,e>>8&255,e&255,1)}function mi(e,t,r,n){return n<=0&&(e=t=r=NaN),new Le(e,t,r,n)}function B1(e){return e instanceof ai||(e=Tn(e)),e?(e=e.rgb(),new Le(e.r,e.g,e.b,e.opacity)):new Le}function Vu(e,t,r,n){return arguments.length===1?B1(e):new Le(e,t,r,n??1)}function Le(e,t,r,n){this.r=+e,this.g=+t,this.b=+r,this.opacity=+n}Fc(Le,Vu,fm(ai,{brighter(e){return e=e==null?Fi:Math.pow(Fi,e),new Le(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?Ya:Math.pow(Ya,e),new Le(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Le(xn(this.r),xn(this.g),xn(this.b),Ni(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:qf,formatHex:qf,formatHex8:U1,formatRgb:If,toString:If}));function qf(){return`#${mn(this.r)}${mn(this.g)}${mn(this.b)}`}function U1(){return`#${mn(this.r)}${mn(this.g)}${mn(this.b)}${mn((isNaN(this.opacity)?1:this.opacity)*255)}`}function If(){const e=Ni(this.opacity);return`${e===1?"rgb(":"rgba("}${xn(this.r)}, ${xn(this.g)}, ${xn(this.b)}${e===1?")":`, ${e})`}`}function Ni(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function xn(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function mn(e){return e=xn(e),(e<16?"0":"")+e.toString(16)}function zf(e,t,r,n){return n<=0?e=t=r=NaN:r<=0||r>=1?e=t=NaN:t<=0&&(e=NaN),new mr(e,t,r,n)}function hm(e){if(e instanceof mr)return new mr(e.h,e.s,e.l,e.opacity);if(e instanceof ai||(e=Tn(e)),!e)return new mr;if(e instanceof mr)return e;e=e.rgb();var t=e.r/255,r=e.g/255,n=e.b/255,a=Math.min(t,r,n),i=Math.max(t,r,n),s=NaN,o=i-a,l=(i+a)/2;return o?(t===i?s=(r-n)/o+(r<n)*6:r===i?s=(n-t)/o+2:s=(t-r)/o+4,o/=l<.5?i+a:2-i-a,s*=60):o=l>0&&l<1?0:s,new mr(s,o,l,e.opacity)}function H1(e,t,r,n){return arguments.length===1?hm(e):new mr(e,t,r,n??1)}function mr(e,t,r,n){this.h=+e,this.s=+t,this.l=+r,this.opacity=+n}Fc(mr,H1,fm(ai,{brighter(e){return e=e==null?Fi:Math.pow(Fi,e),new mr(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?Ya:Math.pow(Ya,e),new mr(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,r=this.l,n=r+(r<.5?r:1-r)*t,a=2*r-n;return new Le(Ms(e>=240?e-240:e+120,a,n),Ms(e,a,n),Ms(e<120?e+240:e-120,a,n),this.opacity)},clamp(){return new mr(Bf(this.h),yi(this.s),yi(this.l),Ni(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=Ni(this.opacity);return`${e===1?"hsl(":"hsla("}${Bf(this.h)}, ${yi(this.s)*100}%, ${yi(this.l)*100}%${e===1?")":`, ${e})`}`}}));function Bf(e){return e=(e||0)%360,e<0?e+360:e}function yi(e){return Math.max(0,Math.min(1,e||0))}function Ms(e,t,r){return(e<60?t+(r-t)*e/60:e<180?r:e<240?t+(r-t)*(240-e)/60:t)*255}const Nc=e=>()=>e;function G1(e,t){return function(r){return e+r*t}}function j1(e,t,r){return e=Math.pow(e,r),t=Math.pow(t,r)-e,r=1/r,function(n){return Math.pow(e+n*t,r)}}function Y1(e){return(e=+e)==1?pm:function(t,r){return r-t?j1(t,r,e):Nc(isNaN(t)?r:t)}}function pm(e,t){var r=t-e;return r?G1(e,r):Nc(isNaN(e)?t:e)}const $i=(function e(t){var r=Y1(t);function n(a,i){var s=r((a=Vu(a)).r,(i=Vu(i)).r),o=r(a.g,i.g),l=r(a.b,i.b),u=pm(a.opacity,i.opacity);return function(c){return a.r=s(c),a.g=o(c),a.b=l(c),a.opacity=u(c),a+""}}return n.gamma=e,n})(1);function X1(e,t){t||(t=[]);var r=e?Math.min(t.length,e.length):0,n=t.slice(),a;return function(i){for(a=0;a<r;++a)n[a]=e[a]*(1-i)+t[a]*i;return n}}function W1(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function K1(e,t){var r=t?t.length:0,n=e?Math.min(r,e.length):0,a=new Array(n),i=new Array(r),s;for(s=0;s<n;++s)a[s]=rs(e[s],t[s]);for(;s<r;++s)i[s]=t[s];return function(o){for(s=0;s<n;++s)i[s]=a[s](o);return i}}function V1(e,t){var r=new Date;return e=+e,t=+t,function(n){return r.setTime(e*(1-n)+t*n),r}}function gr(e,t){return e=+e,t=+t,function(r){return e*(1-r)+t*r}}function Z1(e,t){var r={},n={},a;(e===null||typeof e!="object")&&(e={}),(t===null||typeof t!="object")&&(t={});for(a in t)a in e?r[a]=rs(e[a],t[a]):n[a]=t[a];return function(i){for(a in r)n[a]=r[a](i);return n}}var Zu=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,As=new RegExp(Zu.source,"g");function Q1(e){return function(){return e}}function J1(e){return function(t){return e(t)+""}}function dm(e,t){var r=Zu.lastIndex=As.lastIndex=0,n,a,i,s=-1,o=[],l=[];for(e=e+"",t=t+"";(n=Zu.exec(e))&&(a=As.exec(t));)(i=a.index)>r&&(i=t.slice(r,i),o[s]?o[s]+=i:o[++s]=i),(n=n[0])===(a=a[0])?o[s]?o[s]+=a:o[++s]=a:(o[++s]=null,l.push({i:s,x:gr(n,a)})),r=As.lastIndex;return r<t.length&&(i=t.slice(r),o[s]?o[s]+=i:o[++s]=i),o.length<2?l[0]?J1(l[0].x):Q1(t):(t=l.length,function(u){for(var c=0,f;c<t;++c)o[(f=l[c]).i]=f.x(u);return o.join("")})}function rs(e,t){var r=typeof t,n;return t==null||r==="boolean"?Nc(t):(r==="number"?gr:r==="string"?(n=Tn(t))?(t=n,$i):dm:t instanceof Tn?$i:t instanceof Date?V1:W1(t)?X1:Array.isArray(t)?K1:typeof t.valueOf!="function"&&typeof t.toString!="function"||isNaN(t)?Z1:gr)(e,t)}function tx(e,t){return e=+e,t=+t,function(r){return Math.round(e*(1-r)+t*r)}}var Uf=180/Math.PI,Qu={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function gm(e,t,r,n,a,i){var s,o,l;return(s=Math.sqrt(e*e+t*t))&&(e/=s,t/=s),(l=e*r+t*n)&&(r-=e*l,n-=t*l),(o=Math.sqrt(r*r+n*n))&&(r/=o,n/=o,l/=o),e*n<t*r&&(e=-e,t=-t,l=-l,s=-s),{translateX:a,translateY:i,rotate:Math.atan2(t,e)*Uf,skewX:Math.atan(l)*Uf,scaleX:s,scaleY:o}}var _i;function ex(e){const t=new(typeof DOMMatrix=="function"?DOMMatrix:WebKitCSSMatrix)(e+"");return t.isIdentity?Qu:gm(t.a,t.b,t.c,t.d,t.e,t.f)}function rx(e){return e==null||(_i||(_i=document.createElementNS("http://www.w3.org/2000/svg","g")),_i.setAttribute("transform",e),!(e=_i.transform.baseVal.consolidate()))?Qu:(e=e.matrix,gm(e.a,e.b,e.c,e.d,e.e,e.f))}function mm(e,t,r,n){function a(u){return u.length?u.pop()+" ":""}function i(u,c,f,h,p,g){if(u!==f||c!==h){var d=p.push("translate(",null,t,null,r);g.push({i:d-4,x:gr(u,f)},{i:d-2,x:gr(c,h)})}else(f||h)&&p.push("translate("+f+t+h+r)}function s(u,c,f,h){u!==c?(u-c>180?c+=360:c-u>180&&(u+=360),h.push({i:f.push(a(f)+"rotate(",null,n)-2,x:gr(u,c)})):c&&f.push(a(f)+"rotate("+c+n)}function o(u,c,f,h){u!==c?h.push({i:f.push(a(f)+"skewX(",null,n)-2,x:gr(u,c)}):c&&f.push(a(f)+"skewX("+c+n)}function l(u,c,f,h,p,g){if(u!==f||c!==h){var d=p.push(a(p)+"scale(",null,",",null,")");g.push({i:d-4,x:gr(u,f)},{i:d-2,x:gr(c,h)})}else(f!==1||h!==1)&&p.push(a(p)+"scale("+f+","+h+")")}return function(u,c){var f=[],h=[];return u=e(u),c=e(c),i(u.translateX,u.translateY,c.translateX,c.translateY,f,h),s(u.rotate,c.rotate,f,h),o(u.skewX,c.skewX,f,h),l(u.scaleX,u.scaleY,c.scaleX,c.scaleY,f,h),u=c=null,function(p){for(var g=-1,d=h.length,m;++g<d;)f[(m=h[g]).i]=m.x(p);return f.join("")}}}var nx=mm(ex,"px, ","px)","deg)"),ax=mm(rx,", ",")",")"),na=0,Ea=0,ba=0,ym=1e3,Li,Da,qi=0,Mn=0,ns=0,Wa=typeof performance=="object"&&performance.now?performance:Date,_m=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function $c(){return Mn||(_m(ix),Mn=Wa.now()+ns)}function ix(){Mn=0}function Ii(){this._call=this._time=this._next=null}Ii.prototype=xm.prototype={constructor:Ii,restart:function(e,t,r){if(typeof e!="function")throw new TypeError("callback is not a function");r=(r==null?$c():+r)+(t==null?0:+t),!this._next&&Da!==this&&(Da?Da._next=this:Li=this,Da=this),this._call=e,this._time=r,Ju()},stop:function(){this._call&&(this._call=null,this._time=1/0,Ju())}};function xm(e,t,r){var n=new Ii;return n.restart(e,t,r),n}function sx(){$c(),++na;for(var e=Li,t;e;)(t=Mn-e._time)>=0&&e._call.call(void 0,t),e=e._next;--na}function Hf(){Mn=(qi=Wa.now())+ns,na=Ea=0;try{sx()}finally{na=0,lx(),Mn=0}}function ox(){var e=Wa.now(),t=e-qi;t>ym&&(ns-=t,qi=e)}function lx(){for(var e,t=Li,r,n=1/0;t;)t._call?(n>t._time&&(n=t._time),e=t,t=t._next):(r=t._next,t._next=null,t=e?e._next=r:Li=r);Da=e,Ju(n)}function Ju(e){if(!na){Ea&&(Ea=clearTimeout(Ea));var t=e-Mn;t>24?(e<1/0&&(Ea=setTimeout(Hf,e-Wa.now()-ns)),ba&&(ba=clearInterval(ba))):(ba||(qi=Wa.now(),ba=setInterval(ox,ym)),na=1,_m(Hf))}}function Gf(e,t,r){var n=new Ii;return t=t==null?0:+t,n.restart(a=>{n.stop(),e(a+t)},t,r),n}var ux=Dc("start","end","cancel","interrupt"),cx=[],vm=0,jf=1,tc=2,Ai=3,Yf=4,ec=5,Ci=6;function as(e,t,r,n,a,i){var s=e.__transition;if(!s)e.__transition={};else if(r in s)return;fx(e,r,{name:t,index:n,group:a,on:ux,tween:cx,time:i.time,delay:i.delay,duration:i.duration,ease:i.ease,timer:null,state:vm})}function Lc(e,t){var r=yr(e,t);if(r.state>vm)throw new Error("too late; already scheduled");return r}function Cr(e,t){var r=yr(e,t);if(r.state>Ai)throw new Error("too late; already running");return r}function yr(e,t){var r=e.__transition;if(!r||!(r=r[t]))throw new Error("transition not found");return r}function fx(e,t,r){var n=e.__transition,a;n[t]=r,r.timer=xm(i,0,r.time);function i(u){r.state=jf,r.timer.restart(s,r.delay,r.time),r.delay<=u&&s(u-r.delay)}function s(u){var c,f,h,p;if(r.state!==jf)return l();for(c in n)if(p=n[c],p.name===r.name){if(p.state===Ai)return Gf(s);p.state===Yf?(p.state=Ci,p.timer.stop(),p.on.call("interrupt",e,e.__data__,p.index,p.group),delete n[c]):+c<t&&(p.state=Ci,p.timer.stop(),p.on.call("cancel",e,e.__data__,p.index,p.group),delete n[c])}if(Gf(function(){r.state===Ai&&(r.state=Yf,r.timer.restart(o,r.delay,r.time),o(u))}),r.state=tc,r.on.call("start",e,e.__data__,r.index,r.group),r.state===tc){for(r.state=Ai,a=new Array(h=r.tween.length),c=0,f=-1;c<h;++c)(p=r.tween[c].value.call(e,e.__data__,r.index,r.group))&&(a[++f]=p);a.length=f+1}}function o(u){for(var c=u<r.duration?r.ease.call(null,u/r.duration):(r.timer.restart(l),r.state=ec,1),f=-1,h=a.length;++f<h;)a[f].call(e,c);r.state===ec&&(r.on.call("end",e,e.__data__,r.index,r.group),l())}function l(){r.state=Ci,r.timer.stop(),delete n[t];for(var u in n)return;delete e.__transition}}function rc(e,t){var r=e.__transition,n,a,i=!0,s;if(r){t=t==null?null:t+"";for(s in r){if((n=r[s]).name!==t){i=!1;continue}a=n.state>tc&&n.state<ec,n.state=Ci,n.timer.stop(),n.on.call(a?"interrupt":"cancel",e,e.__data__,n.index,n.group),delete r[s]}i&&delete e.__transition}}function hx(e){return this.each(function(){rc(this,e)})}function px(e,t){var r,n;return function(){var a=Cr(this,e),i=a.tween;if(i!==r){n=r=i;for(var s=0,o=n.length;s<o;++s)if(n[s].name===t){n=n.slice(),n.splice(s,1);break}}a.tween=n}}function dx(e,t,r){var n,a;if(typeof r!="function")throw new Error;return function(){var i=Cr(this,e),s=i.tween;if(s!==n){a=(n=s).slice();for(var o={name:t,value:r},l=0,u=a.length;l<u;++l)if(a[l].name===t){a[l]=o;break}l===u&&a.push(o)}i.tween=a}}function gx(e,t){var r=this._id;if(e+="",arguments.length<2){for(var n=yr(this.node(),r).tween,a=0,i=n.length,s;a<i;++a)if((s=n[a]).name===e)return s.value;return null}return this.each((t==null?px:dx)(r,e,t))}function qc(e,t,r){var n=e._id;return e.each(function(){var a=Cr(this,n);(a.value||(a.value={}))[t]=r.apply(this,arguments)}),function(a){return yr(a,n).value[t]}}function bm(e,t){var r;return(typeof t=="number"?gr:t instanceof Tn?$i:(r=Tn(t))?(t=r,$i):dm)(e,t)}function mx(e){return function(){this.removeAttribute(e)}}function yx(e){return function(){this.removeAttributeNS(e.space,e.local)}}function _x(e,t,r){var n,a=r+"",i;return function(){var s=this.getAttribute(e);return s===a?null:s===n?i:i=t(n=s,r)}}function xx(e,t,r){var n,a=r+"",i;return function(){var s=this.getAttributeNS(e.space,e.local);return s===a?null:s===n?i:i=t(n=s,r)}}function vx(e,t,r){var n,a,i;return function(){var s,o=r(this),l;return o==null?void this.removeAttribute(e):(s=this.getAttribute(e),l=o+"",s===l?null:s===n&&l===a?i:(a=l,i=t(n=s,o)))}}function bx(e,t,r){var n,a,i;return function(){var s,o=r(this),l;return o==null?void this.removeAttributeNS(e.space,e.local):(s=this.getAttributeNS(e.space,e.local),l=o+"",s===l?null:s===n&&l===a?i:(a=l,i=t(n=s,o)))}}function wx(e,t){var r=es(e),n=r==="transform"?ax:bm;return this.attrTween(e,typeof t=="function"?(r.local?bx:vx)(r,n,qc(this,"attr."+e,t)):t==null?(r.local?yx:mx)(r):(r.local?xx:_x)(r,n,t))}function Sx(e,t){return function(r){this.setAttribute(e,t.call(this,r))}}function Tx(e,t){return function(r){this.setAttributeNS(e.space,e.local,t.call(this,r))}}function Mx(e,t){var r,n;function a(){var i=t.apply(this,arguments);return i!==n&&(r=(n=i)&&Tx(e,i)),r}return a._value=t,a}function Ax(e,t){var r,n;function a(){var i=t.apply(this,arguments);return i!==n&&(r=(n=i)&&Sx(e,i)),r}return a._value=t,a}function Cx(e,t){var r="attr."+e;if(arguments.length<2)return(r=this.tween(r))&&r._value;if(t==null)return this.tween(r,null);if(typeof t!="function")throw new Error;var n=es(e);return this.tween(r,(n.local?Mx:Ax)(n,t))}function kx(e,t){return function(){Lc(this,e).delay=+t.apply(this,arguments)}}function Rx(e,t){return t=+t,function(){Lc(this,e).delay=t}}function Ex(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?kx:Rx)(t,e)):yr(this.node(),t).delay}function Dx(e,t){return function(){Cr(this,e).duration=+t.apply(this,arguments)}}function Ox(e,t){return t=+t,function(){Cr(this,e).duration=t}}function Px(e){var t=this._id;return arguments.length?this.each((typeof e=="function"?Dx:Ox)(t,e)):yr(this.node(),t).duration}function Fx(e,t){if(typeof t!="function")throw new Error;return function(){Cr(this,e).ease=t}}function Nx(e){var t=this._id;return arguments.length?this.each(Fx(t,e)):yr(this.node(),t).ease}function $x(e,t){return function(){var r=t.apply(this,arguments);if(typeof r!="function")throw new Error;Cr(this,e).ease=r}}function Lx(e){if(typeof e!="function")throw new Error;return this.each($x(this._id,e))}function qx(e){typeof e!="function"&&(e=em(e));for(var t=this._groups,r=t.length,n=new Array(r),a=0;a<r;++a)for(var i=t[a],s=i.length,o=n[a]=[],l,u=0;u<s;++u)(l=i[u])&&e.call(l,l.__data__,u,i)&&o.push(l);return new Br(n,this._parents,this._name,this._id)}function Ix(e){if(e._id!==this._id)throw new Error;for(var t=this._groups,r=e._groups,n=t.length,a=r.length,i=Math.min(n,a),s=new Array(n),o=0;o<i;++o)for(var l=t[o],u=r[o],c=l.length,f=s[o]=new Array(c),h,p=0;p<c;++p)(h=l[p]||u[p])&&(f[p]=h);for(;o<n;++o)s[o]=t[o];return new Br(s,this._parents,this._name,this._id)}function zx(e){return(e+"").trim().split(/^|\s+/).every(function(t){var r=t.indexOf(".");return r>=0&&(t=t.slice(0,r)),!t||t==="start"})}function Bx(e,t,r){var n,a,i=zx(t)?Lc:Cr;return function(){var s=i(this,e),o=s.on;o!==n&&(a=(n=o).copy()).on(t,r),s.on=a}}function Ux(e,t){var r=this._id;return arguments.length<2?yr(this.node(),r).on.on(e):this.each(Bx(r,e,t))}function Hx(e){return function(){var t=this.parentNode;for(var r in this.__transition)if(+r!==e)return;t&&t.removeChild(this)}}function Gx(){return this.on("end.remove",Hx(this._id))}function jx(e){var t=this._name,r=this._id;typeof e!="function"&&(e=Oc(e));for(var n=this._groups,a=n.length,i=new Array(a),s=0;s<a;++s)for(var o=n[s],l=o.length,u=i[s]=new Array(l),c,f,h=0;h<l;++h)(c=o[h])&&(f=e.call(c,c.__data__,h,o))&&("__data__"in c&&(f.__data__=c.__data__),u[h]=f,as(u[h],t,r,h,u,yr(c,r)));return new Br(i,this._parents,t,r)}function Yx(e){var t=this._name,r=this._id;typeof e!="function"&&(e=tm(e));for(var n=this._groups,a=n.length,i=[],s=[],o=0;o<a;++o)for(var l=n[o],u=l.length,c,f=0;f<u;++f)if(c=l[f]){for(var h=e.call(c,c.__data__,f,l),p,g=yr(c,r),d=0,m=h.length;d<m;++d)(p=h[d])&&as(p,t,r,d,h,g);i.push(h),s.push(c)}return new Br(i,s,t,r)}var Xx=da.prototype.constructor;function Wx(){return new Xx(this._groups,this._parents)}function Kx(e,t){var r,n,a;return function(){var i=ra(this,e),s=(this.style.removeProperty(e),ra(this,e));return i===s?null:i===r&&s===n?a:a=t(r=i,n=s)}}function wm(e){return function(){this.style.removeProperty(e)}}function Vx(e,t,r){var n,a=r+"",i;return function(){var s=ra(this,e);return s===a?null:s===n?i:i=t(n=s,r)}}function Zx(e,t,r){var n,a,i;return function(){var s=ra(this,e),o=r(this),l=o+"";return o==null&&(l=o=(this.style.removeProperty(e),ra(this,e))),s===l?null:s===n&&l===a?i:(a=l,i=t(n=s,o))}}function Qx(e,t){var r,n,a,i="style."+t,s="end."+i,o;return function(){var l=Cr(this,e),u=l.on,c=l.value[i]==null?o||(o=wm(t)):void 0;(u!==r||a!==c)&&(n=(r=u).copy()).on(s,a=c),l.on=n}}function Jx(e,t,r){var n=(e+="")=="transform"?nx:bm;return t==null?this.styleTween(e,Kx(e,n)).on("end.style."+e,wm(e)):typeof t=="function"?this.styleTween(e,Zx(e,n,qc(this,"style."+e,t))).each(Qx(this._id,e)):this.styleTween(e,Vx(e,n,t),r).on("end.style."+e,null)}function tv(e,t,r){return function(n){this.style.setProperty(e,t.call(this,n),r)}}function ev(e,t,r){var n,a;function i(){var s=t.apply(this,arguments);return s!==a&&(n=(a=s)&&tv(e,s,r)),n}return i._value=t,i}function rv(e,t,r){var n="style."+(e+="");if(arguments.length<2)return(n=this.tween(n))&&n._value;if(t==null)return this.tween(n,null);if(typeof t!="function")throw new Error;return this.tween(n,ev(e,t,r??""))}function nv(e){return function(){this.textContent=e}}function av(e){return function(){var t=e(this);this.textContent=t??""}}function iv(e){return this.tween("text",typeof e=="function"?av(qc(this,"text",e)):nv(e==null?"":e+""))}function sv(e){return function(t){this.textContent=e.call(this,t)}}function ov(e){var t,r;function n(){var a=e.apply(this,arguments);return a!==r&&(t=(r=a)&&sv(a)),t}return n._value=e,n}function lv(e){var t="text";if(arguments.length<1)return(t=this.tween(t))&&t._value;if(e==null)return this.tween(t,null);if(typeof e!="function")throw new Error;return this.tween(t,ov(e))}function uv(){for(var e=this._name,t=this._id,r=Sm(),n=this._groups,a=n.length,i=0;i<a;++i)for(var s=n[i],o=s.length,l,u=0;u<o;++u)if(l=s[u]){var c=yr(l,t);as(l,e,r,u,s,{time:c.time+c.delay+c.duration,delay:0,duration:c.duration,ease:c.ease})}return new Br(n,this._parents,e,r)}function cv(){var e,t,r=this,n=r._id,a=r.size();return new Promise(function(i,s){var o={value:s},l={value:function(){--a===0&&i()}};r.each(function(){var u=Cr(this,n),c=u.on;c!==e&&(t=(e=c).copy(),t._.cancel.push(o),t._.interrupt.push(o),t._.end.push(l)),u.on=t}),a===0&&i()})}var fv=0;function Br(e,t,r,n){this._groups=e,this._parents=t,this._name=r,this._id=n}function Ic(e){return da().transition(e)}function Sm(){return++fv}var Or=da.prototype;Br.prototype=Ic.prototype={constructor:Br,select:jx,selectAll:Yx,selectChild:Or.selectChild,selectChildren:Or.selectChildren,filter:qx,merge:Ix,selection:Wx,transition:uv,call:Or.call,nodes:Or.nodes,node:Or.node,size:Or.size,empty:Or.empty,each:Or.each,on:Ux,attr:wx,attrTween:Cx,style:Jx,styleTween:rv,text:iv,textTween:lv,remove:Gx,tween:gx,delay:Ex,duration:Px,ease:Nx,easeVarying:Lx,end:cv,[Symbol.iterator]:Or[Symbol.iterator]};function hv(e){return((e*=2)<=1?e*e*e:(e-=2)*e*e+2)/2}var pv={time:null,delay:0,duration:250,ease:hv};function dv(e,t){for(var r;!(r=e.__transition)||!(r=r[t]);)if(!(e=e.parentNode))throw new Error(`transition ${t} not found`);return r}function gv(e){var t,r;e instanceof Br?(t=e._id,e=e._name):(t=Sm(),(r=pv).time=$c(),e=e==null?null:e+"");for(var n=this._groups,a=n.length,i=0;i<a;++i)for(var s=n[i],o=s.length,l,u=0;u<o;++u)(l=s[u])&&as(l,e,t,u,s,r||dv(l,t));return new Br(n,this._parents,e,t)}da.prototype.interrupt=hx;da.prototype.transition=gv;const Cs=e=>()=>e;function mv(e,{sourceEvent:t,target:r,selection:n,mode:a,dispatch:i}){Object.defineProperties(this,{type:{value:e,enumerable:!0,configurable:!0},sourceEvent:{value:t,enumerable:!0,configurable:!0},target:{value:r,enumerable:!0,configurable:!0},selection:{value:n,enumerable:!0,configurable:!0},mode:{value:a,enumerable:!0,configurable:!0},_:{value:i}})}function yv(e){e.stopImmediatePropagation()}function ks(e){e.preventDefault(),e.stopImmediatePropagation()}var Xf={name:"drag"},Rs={name:"space"},qn={name:"handle"},In={name:"center"};const{abs:Wf,max:Ae,min:Ce}=Math;function Kf(e){return[+e[0],+e[1]]}function Vf(e){return[Kf(e[0]),Kf(e[1])]}var ki={name:"x",handles:["w","e"].map(nc),input:function(e,t){return e==null?null:[[+e[0],t[0][1]],[+e[1],t[1][1]]]},output:function(e){return e&&[e[0][0],e[1][0]]}},Es={},Pr={overlay:"crosshair",selection:"move",n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},Zf={e:"w",w:"e",nw:"ne",ne:"nw",se:"sw",sw:"se"},Qf={n:"s",s:"n",nw:"sw",ne:"se",se:"ne",sw:"nw"},_v={overlay:1,selection:1,n:null,e:1,s:null,w:-1,nw:-1,ne:1,se:1,sw:-1},xv={overlay:1,selection:1,n:-1,e:null,s:1,w:null,nw:-1,ne:-1,se:1,sw:1};function nc(e){return{type:e}}function vv(e){return!e.ctrlKey&&!e.button}function bv(){var e=this.ownerSVGElement||this;return e.hasAttribute("viewBox")?(e=e.viewBox.baseVal,[[e.x,e.y],[e.x+e.width,e.y+e.height]]):[[0,0],[e.width.baseVal.value,e.height.baseVal.value]]}function wv(){return navigator.maxTouchPoints||"ontouchstart"in this}function Ds(e){for(;!e.__brush;)if(!(e=e.parentNode))return;return e.__brush}function Sv(e){return e[0][0]===e[1][0]||e[0][1]===e[1][1]}function ga(){return Tv(ki)}function Tv(e){var t=bv,r=vv,n=wv,a=!0,i=Dc("start","brush","end"),s=6,o;function l(m){var x=m.property("__brush",d).selectAll(".overlay").data([nc("overlay")]);x.enter().append("rect").attr("class","overlay").attr("pointer-events","all").attr("cursor",Pr.overlay).merge(x).each(function(){var v=Ds(this).extent;Dt(this).attr("x",v[0][0]).attr("y",v[0][1]).attr("width",v[1][0]-v[0][0]).attr("height",v[1][1]-v[0][1])}),m.selectAll(".selection").data([nc("selection")]).enter().append("rect").attr("class","selection").attr("cursor",Pr.selection).attr("fill","#777").attr("fill-opacity",.3).attr("stroke","#fff").attr("shape-rendering","crispEdges");var y=m.selectAll(".handle").data(e.handles,function(v){return v.type});y.exit().remove(),y.enter().append("rect").attr("class",function(v){return"handle handle--"+v.type}).attr("cursor",function(v){return Pr[v.type]}),m.each(u).attr("fill","none").attr("pointer-events","all").on("mousedown.brush",h).filter(n).on("touchstart.brush",h).on("touchmove.brush",p).on("touchend.brush touchcancel.brush",g).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}l.move=function(m,x,y){m.tween?m.on("start.brush",function(v){c(this,arguments).beforestart().start(v)}).on("interrupt.brush end.brush",function(v){c(this,arguments).end(v)}).tween("brush",function(){var v=this,_=v.__brush,S=c(v,arguments),w=_.selection,b=e.input(typeof x=="function"?x.apply(this,arguments):x,_.extent),T=rs(w,b);function M(k){_.selection=k===1&&b===null?null:T(k),u.call(v),S.brush()}return w!==null&&b!==null?M:M(1)}):m.each(function(){var v=this,_=arguments,S=v.__brush,w=e.input(typeof x=="function"?x.apply(v,_):x,S.extent),b=c(v,_).beforestart();rc(v),S.selection=w===null?null:w,u.call(v),b.start(y).brush(y).end(y)})},l.clear=function(m,x){l.move(m,null,x)};function u(){var m=Dt(this),x=Ds(this).selection;x?(m.selectAll(".selection").style("display",null).attr("x",x[0][0]).attr("y",x[0][1]).attr("width",x[1][0]-x[0][0]).attr("height",x[1][1]-x[0][1]),m.selectAll(".handle").style("display",null).attr("x",function(y){return y.type[y.type.length-1]==="e"?x[1][0]-s/2:x[0][0]-s/2}).attr("y",function(y){return y.type[0]==="s"?x[1][1]-s/2:x[0][1]-s/2}).attr("width",function(y){return y.type==="n"||y.type==="s"?x[1][0]-x[0][0]+s:s}).attr("height",function(y){return y.type==="e"||y.type==="w"?x[1][1]-x[0][1]+s:s})):m.selectAll(".selection,.handle").style("display","none").attr("x",null).attr("y",null).attr("width",null).attr("height",null)}function c(m,x,y){var v=m.__brush.emitter;return v&&(!y||!v.clean)?v:new f(m,x,y)}function f(m,x,y){this.that=m,this.args=x,this.state=m.__brush,this.active=0,this.clean=y}f.prototype={beforestart:function(){return++this.active===1&&(this.state.emitter=this,this.starting=!0),this},start:function(m,x){return this.starting?(this.starting=!1,this.emit("start",m,x)):this.emit("brush",m),this},brush:function(m,x){return this.emit("brush",m,x),this},end:function(m,x){return--this.active===0&&(delete this.state.emitter,this.emit("end",m,x)),this},emit:function(m,x,y){var v=Dt(this.that).datum();i.call(m,this.that,new mv(m,{sourceEvent:x,target:l,selection:e.output(this.state.selection),mode:y,dispatch:i}),v)}};function h(m){if(o&&!m.touches||!r.apply(this,arguments))return;var x=this,y=m.target.__data__.type,v=(a&&m.metaKey?y="overlay":y)==="selection"?Xf:a&&m.altKey?In:qn,_=e===Es?null:_v[y],S=e===ki?null:xv[y],w=Ds(x),b=w.extent,T=w.selection,M=b[0][0],k,C,P=b[0][1],R,F,z=b[1][0],L,O,j=b[1][1],W,tt,it=0,J=0,Q,rt=_&&S&&a&&m.shiftKey,B,ut,st=Array.from(m.touches||[m],X=>{const lt=X.identifier;return X=Tr(X,x),X.point0=X.slice(),X.identifier=lt,X});rc(x);var Y=c(x,arguments,!0).beforestart();if(y==="overlay"){T&&(Q=!0);const X=[st[0],st[1]||st[0]];w.selection=T=[[k=e===Es?M:Ce(X[0][0],X[1][0]),R=e===ki?P:Ce(X[0][1],X[1][1])],[L=e===Es?z:Ae(X[0][0],X[1][0]),W=e===ki?j:Ae(X[0][1],X[1][1])]],st.length>1&&q(m)}else k=T[0][0],R=T[0][1],L=T[1][0],W=T[1][1];C=k,F=R,O=L,tt=W;var $=Dt(x).attr("pointer-events","none"),U=$.selectAll(".overlay").attr("cursor",Pr[y]);if(m.touches)Y.moved=A,Y.ended=N;else{var G=Dt(m.view).on("mousemove.brush",A,!0).on("mouseup.brush",N,!0);a&&G.on("keydown.brush",D,!0).on("keyup.brush",nt,!0),E1(m.view)}u.call(x),Y.start(m,v.name);function A(X){for(const lt of X.changedTouches||[X])for(const xt of st)xt.identifier===lt.identifier&&(xt.cur=Tr(lt,x));if(rt&&!B&&!ut&&st.length===1){const lt=st[0];Wf(lt.cur[0]-lt[0])>Wf(lt.cur[1]-lt[1])?ut=!0:B=!0}for(const lt of st)lt.cur&&(lt[0]=lt.cur[0],lt[1]=lt.cur[1]);Q=!0,ks(X),q(X)}function q(X){const lt=st[0],xt=lt.point0;var et;switch(it=lt[0]-xt[0],J=lt[1]-xt[1],v){case Rs:case Xf:{_&&(it=Ae(M-k,Ce(z-L,it)),C=k+it,O=L+it),S&&(J=Ae(P-R,Ce(j-W,J)),F=R+J,tt=W+J);break}case qn:{st[1]?(_&&(C=Ae(M,Ce(z,st[0][0])),O=Ae(M,Ce(z,st[1][0])),_=1),S&&(F=Ae(P,Ce(j,st[0][1])),tt=Ae(P,Ce(j,st[1][1])),S=1)):(_<0?(it=Ae(M-k,Ce(z-k,it)),C=k+it,O=L):_>0&&(it=Ae(M-L,Ce(z-L,it)),C=k,O=L+it),S<0?(J=Ae(P-R,Ce(j-R,J)),F=R+J,tt=W):S>0&&(J=Ae(P-W,Ce(j-W,J)),F=R,tt=W+J));break}case In:{_&&(C=Ae(M,Ce(z,k-it*_)),O=Ae(M,Ce(z,L+it*_))),S&&(F=Ae(P,Ce(j,R-J*S)),tt=Ae(P,Ce(j,W+J*S)));break}}O<C&&(_*=-1,et=k,k=L,L=et,et=C,C=O,O=et,y in Zf&&U.attr("cursor",Pr[y=Zf[y]])),tt<F&&(S*=-1,et=R,R=W,W=et,et=F,F=tt,tt=et,y in Qf&&U.attr("cursor",Pr[y=Qf[y]])),w.selection&&(T=w.selection),B&&(C=T[0][0],O=T[1][0]),ut&&(F=T[0][1],tt=T[1][1]),(T[0][0]!==C||T[0][1]!==F||T[1][0]!==O||T[1][1]!==tt)&&(w.selection=[[C,F],[O,tt]],u.call(x),Y.brush(X,v.name))}function N(X){if(yv(X),X.touches){if(X.touches.length)return;o&&clearTimeout(o),o=setTimeout(function(){o=null},500)}else D1(X.view,Q),G.on("keydown.brush keyup.brush mousemove.brush mouseup.brush",null);$.attr("pointer-events","all"),U.attr("cursor",Pr.overlay),w.selection&&(T=w.selection),Sv(T)&&(w.selection=null,u.call(x)),Y.end(X,v.name)}function D(X){switch(X.keyCode){case 16:{rt=_&&S;break}case 18:{v===qn&&(_&&(L=O-it*_,k=C+it*_),S&&(W=tt-J*S,R=F+J*S),v=In,q(X));break}case 32:{(v===qn||v===In)&&(_<0?L=O-it:_>0&&(k=C-it),S<0?W=tt-J:S>0&&(R=F-J),v=Rs,U.attr("cursor",Pr.selection),q(X));break}default:return}ks(X)}function nt(X){switch(X.keyCode){case 16:{rt&&(B=ut=rt=!1,q(X));break}case 18:{v===In&&(_<0?L=O:_>0&&(k=C),S<0?W=tt:S>0&&(R=F),v=qn,q(X));break}case 32:{v===Rs&&(X.altKey?(_&&(L=O-it*_,k=C+it*_),S&&(W=tt-J*S,R=F+J*S),v=In):(_<0?L=O:_>0&&(k=C),S<0?W=tt:S>0&&(R=F),v=qn),U.attr("cursor",Pr[y]),q(X));break}default:return}ks(X)}}function p(m){c(this,arguments).moved(m)}function g(m){c(this,arguments).ended(m)}function d(){var m=this.__brush||{selection:null};return m.extent=Vf(t.apply(this,arguments)),m.dim=e,m}return l.extent=function(m){return arguments.length?(t=typeof m=="function"?m:Cs(Vf(m)),l):t},l.filter=function(m){return arguments.length?(r=typeof m=="function"?m:Cs(!!m),l):r},l.touchable=function(m){return arguments.length?(n=typeof m=="function"?m:Cs(!!m),l):n},l.handleSize=function(m){return arguments.length?(s=+m,l):s},l.keyModifiers=function(m){return arguments.length?(a=!!m,l):a},l.on=function(){var m=i.on.apply(i,arguments);return m===i?l:m},l}function Ri(e,t){return e==null||t==null?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function Mv(e,t){return e==null||t==null?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function zc(e){let t,r,n;e.length!==2?(t=Ri,r=(o,l)=>Ri(e(o),l),n=(o,l)=>e(o)-l):(t=e===Ri||e===Mv?e:Av,r=e,n=e);function a(o,l,u=0,c=o.length){if(u<c){if(t(l,l)!==0)return c;do{const f=u+c>>>1;r(o[f],l)<0?u=f+1:c=f}while(u<c)}return u}function i(o,l,u=0,c=o.length){if(u<c){if(t(l,l)!==0)return c;do{const f=u+c>>>1;r(o[f],l)<=0?u=f+1:c=f}while(u<c)}return u}function s(o,l,u=0,c=o.length){const f=a(o,l,u,c-1);return f>u&&n(o[f-1],l)>-n(o[f],l)?f-1:f}return{left:a,center:s,right:i}}function Av(){return 0}function Cv(e){return e===null?NaN:+e}const kv=zc(Ri),Rv=kv.right;zc(Cv).center;const Ev=Math.sqrt(50),Dv=Math.sqrt(10),Ov=Math.sqrt(2);function zi(e,t,r){const n=(t-e)/Math.max(0,r),a=Math.floor(Math.log10(n)),i=n/Math.pow(10,a),s=i>=Ev?10:i>=Dv?5:i>=Ov?2:1;let o,l,u;return a<0?(u=Math.pow(10,-a)/s,o=Math.round(e*u),l=Math.round(t*u),o/u<e&&++o,l/u>t&&--l,u=-u):(u=Math.pow(10,a)*s,o=Math.round(e/u),l=Math.round(t/u),o*u<e&&++o,l*u>t&&--l),l<o&&.5<=r&&r<2?zi(e,t,r*2):[o,l,u]}function Pv(e,t,r){if(t=+t,e=+e,r=+r,!(r>0))return[];if(e===t)return[e];const n=t<e,[a,i,s]=n?zi(t,e,r):zi(e,t,r);if(!(i>=a))return[];const o=i-a+1,l=new Array(o);if(n)if(s<0)for(let u=0;u<o;++u)l[u]=(i-u)/-s;else for(let u=0;u<o;++u)l[u]=(i-u)*s;else if(s<0)for(let u=0;u<o;++u)l[u]=(a+u)/-s;else for(let u=0;u<o;++u)l[u]=(a+u)*s;return l}function ac(e,t,r){return t=+t,e=+e,r=+r,zi(e,t,r)[2]}function ic(e,t,r){t=+t,e=+e,r=+r;const n=t<e,a=n?ac(t,e,r):ac(e,t,r);return(n?-1:1)*(a<0?1/-a:a)}function Tm(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e);break}return this}function Fv(e){return function(){return e}}function Nv(e){return+e}var Jf=[0,1];function Gn(e){return e}function sc(e,t){return(t-=e=+e)?function(r){return(r-e)/t}:Fv(isNaN(t)?NaN:.5)}function $v(e,t){var r;return e>t&&(r=e,e=t,t=r),function(n){return Math.max(e,Math.min(t,n))}}function Lv(e,t,r){var n=e[0],a=e[1],i=t[0],s=t[1];return a<n?(n=sc(a,n),i=r(s,i)):(n=sc(n,a),i=r(i,s)),function(o){return i(n(o))}}function qv(e,t,r){var n=Math.min(e.length,t.length)-1,a=new Array(n),i=new Array(n),s=-1;for(e[n]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++s<n;)a[s]=sc(e[s],e[s+1]),i[s]=r(t[s],t[s+1]);return function(o){var l=Rv(e,o,1,n)-1;return i[l](a[l](o))}}function Mm(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function Iv(){var e=Jf,t=Jf,r=rs,n,a,i,s=Gn,o,l,u;function c(){var h=Math.min(e.length,t.length);return s!==Gn&&(s=$v(e[0],e[h-1])),o=h>2?qv:Lv,l=u=null,f}function f(h){return h==null||isNaN(h=+h)?i:(l||(l=o(e.map(n),t,r)))(n(s(h)))}return f.invert=function(h){return s(a((u||(u=o(t,e.map(n),gr)))(h)))},f.domain=function(h){return arguments.length?(e=Array.from(h,Nv),c()):e.slice()},f.range=function(h){return arguments.length?(t=Array.from(h),c()):t.slice()},f.rangeRound=function(h){return t=Array.from(h),r=tx,c()},f.clamp=function(h){return arguments.length?(s=h?!0:Gn,c()):s!==Gn},f.interpolate=function(h){return arguments.length?(r=h,c()):r},f.unknown=function(h){return arguments.length?(i=h,f):i},function(h,p){return n=h,a=p,c()}}function Am(){return Iv()(Gn,Gn)}function zv(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)}function Bi(e,t){if((r=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var r,n=e.slice(0,r);return[n.length>1?n[0]+n.slice(2):n,+e.slice(r+1)]}function aa(e){return e=Bi(Math.abs(e)),e?e[1]:NaN}function Bv(e,t){return function(r,n){for(var a=r.length,i=[],s=0,o=e[0],l=0;a>0&&o>0&&(l+o+1>n&&(o=Math.max(1,n-l)),i.push(r.substring(a-=o,a+o)),!((l+=o+1)>n));)o=e[s=(s+1)%e.length];return i.reverse().join(t)}}function Uv(e){return function(t){return t.replace(/[0-9]/g,function(r){return e[+r]})}}var Hv=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Ui(e){if(!(t=Hv.exec(e)))throw new Error("invalid format: "+e);var t;return new Bc({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}Ui.prototype=Bc.prototype;function Bc(e){this.fill=e.fill===void 0?" ":e.fill+"",this.align=e.align===void 0?">":e.align+"",this.sign=e.sign===void 0?"-":e.sign+"",this.symbol=e.symbol===void 0?"":e.symbol+"",this.zero=!!e.zero,this.width=e.width===void 0?void 0:+e.width,this.comma=!!e.comma,this.precision=e.precision===void 0?void 0:+e.precision,this.trim=!!e.trim,this.type=e.type===void 0?"":e.type+""}Bc.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function Gv(e){t:for(var t=e.length,r=1,n=-1,a;r<t;++r)switch(e[r]){case".":n=a=r;break;case"0":n===0&&(n=r),a=r;break;default:if(!+e[r])break t;n>0&&(n=0);break}return n>0?e.slice(0,n)+e.slice(a+1):e}var Cm;function jv(e,t){var r=Bi(e,t);if(!r)return e+"";var n=r[0],a=r[1],i=a-(Cm=Math.max(-8,Math.min(8,Math.floor(a/3)))*3)+1,s=n.length;return i===s?n:i>s?n+new Array(i-s+1).join("0"):i>0?n.slice(0,i)+"."+n.slice(i):"0."+new Array(1-i).join("0")+Bi(e,Math.max(0,t+i-1))[0]}function th(e,t){var r=Bi(e,t);if(!r)return e+"";var n=r[0],a=r[1];return a<0?"0."+new Array(-a).join("0")+n:n.length>a+1?n.slice(0,a+1)+"."+n.slice(a+1):n+new Array(a-n.length+2).join("0")}const eh={"%":(e,t)=>(e*100).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:zv,e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>th(e*100,t),r:th,s:jv,X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function rh(e){return e}var nh=Array.prototype.map,ah=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function Yv(e){var t=e.grouping===void 0||e.thousands===void 0?rh:Bv(nh.call(e.grouping,Number),e.thousands+""),r=e.currency===void 0?"":e.currency[0]+"",n=e.currency===void 0?"":e.currency[1]+"",a=e.decimal===void 0?".":e.decimal+"",i=e.numerals===void 0?rh:Uv(nh.call(e.numerals,String)),s=e.percent===void 0?"%":e.percent+"",o=e.minus===void 0?"−":e.minus+"",l=e.nan===void 0?"NaN":e.nan+"";function u(f){f=Ui(f);var h=f.fill,p=f.align,g=f.sign,d=f.symbol,m=f.zero,x=f.width,y=f.comma,v=f.precision,_=f.trim,S=f.type;S==="n"?(y=!0,S="g"):eh[S]||(v===void 0&&(v=12),_=!0,S="g"),(m||h==="0"&&p==="=")&&(m=!0,h="0",p="=");var w=d==="$"?r:d==="#"&&/[boxX]/.test(S)?"0"+S.toLowerCase():"",b=d==="$"?n:/[%p]/.test(S)?s:"",T=eh[S],M=/[defgprs%]/.test(S);v=v===void 0?6:/[gprs]/.test(S)?Math.max(1,Math.min(21,v)):Math.max(0,Math.min(20,v));function k(C){var P=w,R=b,F,z,L;if(S==="c")R=T(C)+R,C="";else{C=+C;var O=C<0||1/C<0;if(C=isNaN(C)?l:T(Math.abs(C),v),_&&(C=Gv(C)),O&&+C==0&&g!=="+"&&(O=!1),P=(O?g==="("?g:o:g==="-"||g==="("?"":g)+P,R=(S==="s"?ah[8+Cm/3]:"")+R+(O&&g==="("?")":""),M){for(F=-1,z=C.length;++F<z;)if(L=C.charCodeAt(F),48>L||L>57){R=(L===46?a+C.slice(F+1):C.slice(F))+R,C=C.slice(0,F);break}}}y&&!m&&(C=t(C,1/0));var j=P.length+C.length+R.length,W=j<x?new Array(x-j+1).join(h):"";switch(y&&m&&(C=t(W+C,W.length?x-R.length:1/0),W=""),p){case"<":C=P+C+R+W;break;case"=":C=P+W+C+R;break;case"^":C=W.slice(0,j=W.length>>1)+P+C+R+W.slice(j);break;default:C=W+P+C+R;break}return i(C)}return k.toString=function(){return f+""},k}function c(f,h){var p=u((f=Ui(f),f.type="f",f)),g=Math.max(-8,Math.min(8,Math.floor(aa(h)/3)))*3,d=Math.pow(10,-g),m=ah[8+g/3];return function(x){return p(d*x)+m}}return{format:u,formatPrefix:c}}var xi,km,Rm;Xv({thousands:",",grouping:[3],currency:["$",""]});function Xv(e){return xi=Yv(e),km=xi.format,Rm=xi.formatPrefix,xi}function Wv(e){return Math.max(0,-aa(Math.abs(e)))}function Kv(e,t){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(aa(t)/3)))*3-aa(Math.abs(e)))}function Vv(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,aa(t)-aa(e))+1}function Zv(e,t,r,n){var a=ic(e,t,r),i;switch(n=Ui(n??",f"),n.type){case"s":{var s=Math.max(Math.abs(e),Math.abs(t));return n.precision==null&&!isNaN(i=Kv(a,s))&&(n.precision=i),Rm(n,s)}case"":case"e":case"g":case"p":case"r":{n.precision==null&&!isNaN(i=Vv(a,Math.max(Math.abs(e),Math.abs(t))))&&(n.precision=i-(n.type==="e"));break}case"f":case"%":{n.precision==null&&!isNaN(i=Wv(a))&&(n.precision=i-(n.type==="%")*2);break}}return km(n)}function Qv(e){var t=e.domain;return e.ticks=function(r){var n=t();return Pv(n[0],n[n.length-1],r??10)},e.tickFormat=function(r,n){var a=t();return Zv(a[0],a[a.length-1],r??10,n)},e.nice=function(r){r==null&&(r=10);var n=t(),a=0,i=n.length-1,s=n[a],o=n[i],l,u,c=10;for(o<s&&(u=s,s=o,o=u,u=a,a=i,i=u);c-- >0;){if(u=ac(s,o,r),u===l)return n[a]=s,n[i]=o,t(n);if(u>0)s=Math.floor(s/u)*u,o=Math.ceil(o/u)*u;else if(u<0)s=Math.ceil(s*u)/u,o=Math.floor(o*u)/u;else break;l=u}return e},e}function ia(){var e=Am();return e.copy=function(){return Mm(e,ia())},Tm.apply(e,arguments),Qv(e)}function Jv(e,t){e=e.slice();var r=0,n=e.length-1,a=e[r],i=e[n],s;return i<a&&(s=r,r=n,n=s,s=a,a=i,i=s),e[r]=t.floor(a),e[n]=t.ceil(i),e}const Os=new Date,Ps=new Date;function pe(e,t,r,n){function a(i){return e(i=arguments.length===0?new Date:new Date(+i)),i}return a.floor=i=>(e(i=new Date(+i)),i),a.ceil=i=>(e(i=new Date(i-1)),t(i,1),e(i),i),a.round=i=>{const s=a(i),o=a.ceil(i);return i-s<o-i?s:o},a.offset=(i,s)=>(t(i=new Date(+i),s==null?1:Math.floor(s)),i),a.range=(i,s,o)=>{const l=[];if(i=a.ceil(i),o=o==null?1:Math.floor(o),!(i<s)||!(o>0))return l;let u;do l.push(u=new Date(+i)),t(i,o),e(i);while(u<i&&i<s);return l},a.filter=i=>pe(s=>{if(s>=s)for(;e(s),!i(s);)s.setTime(s-1)},(s,o)=>{if(s>=s)if(o<0)for(;++o<=0;)for(;t(s,-1),!i(s););else for(;--o>=0;)for(;t(s,1),!i(s););}),r&&(a.count=(i,s)=>(Os.setTime(+i),Ps.setTime(+s),e(Os),e(Ps),Math.floor(r(Os,Ps))),a.every=i=>(i=Math.floor(i),!isFinite(i)||!(i>0)?null:i>1?a.filter(n?s=>n(s)%i===0:s=>a.count(0,s)%i===0):a)),a}const Hi=pe(()=>{},(e,t)=>{e.setTime(+e+t)},(e,t)=>t-e);Hi.every=e=>(e=Math.floor(e),!isFinite(e)||!(e>0)?null:e>1?pe(t=>{t.setTime(Math.floor(t/e)*e)},(t,r)=>{t.setTime(+t+r*e)},(t,r)=>(r-t)/e):Hi);Hi.range;const Lr=1e3,sr=Lr*60,qr=sr*60,Ur=qr*24,Uc=Ur*7,ih=Ur*30,Fs=Ur*365,jn=pe(e=>{e.setTime(e-e.getMilliseconds())},(e,t)=>{e.setTime(+e+t*Lr)},(e,t)=>(t-e)/Lr,e=>e.getUTCSeconds());jn.range;const Hc=pe(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*Lr)},(e,t)=>{e.setTime(+e+t*sr)},(e,t)=>(t-e)/sr,e=>e.getMinutes());Hc.range;const tb=pe(e=>{e.setUTCSeconds(0,0)},(e,t)=>{e.setTime(+e+t*sr)},(e,t)=>(t-e)/sr,e=>e.getUTCMinutes());tb.range;const Gc=pe(e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*Lr-e.getMinutes()*sr)},(e,t)=>{e.setTime(+e+t*qr)},(e,t)=>(t-e)/qr,e=>e.getHours());Gc.range;const eb=pe(e=>{e.setUTCMinutes(0,0,0)},(e,t)=>{e.setTime(+e+t*qr)},(e,t)=>(t-e)/qr,e=>e.getUTCHours());eb.range;const ii=pe(e=>e.setHours(0,0,0,0),(e,t)=>e.setDate(e.getDate()+t),(e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*sr)/Ur,e=>e.getDate()-1);ii.range;const jc=pe(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/Ur,e=>e.getUTCDate()-1);jc.range;const rb=pe(e=>{e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCDate(e.getUTCDate()+t)},(e,t)=>(t-e)/Ur,e=>Math.floor(e/Ur));rb.range;function kn(e){return pe(t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)},(t,r)=>{t.setDate(t.getDate()+r*7)},(t,r)=>(r-t-(r.getTimezoneOffset()-t.getTimezoneOffset())*sr)/Uc)}const is=kn(0),Gi=kn(1),nb=kn(2),ab=kn(3),sa=kn(4),ib=kn(5),sb=kn(6);is.range;Gi.range;nb.range;ab.range;sa.range;ib.range;sb.range;function Rn(e){return pe(t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)},(t,r)=>{t.setUTCDate(t.getUTCDate()+r*7)},(t,r)=>(r-t)/Uc)}const Em=Rn(0),ji=Rn(1),ob=Rn(2),lb=Rn(3),oa=Rn(4),ub=Rn(5),cb=Rn(6);Em.range;ji.range;ob.range;lb.range;oa.range;ub.range;cb.range;const Yc=pe(e=>{e.setDate(1),e.setHours(0,0,0,0)},(e,t)=>{e.setMonth(e.getMonth()+t)},(e,t)=>t.getMonth()-e.getMonth()+(t.getFullYear()-e.getFullYear())*12,e=>e.getMonth());Yc.range;const fb=pe(e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)},(e,t)=>t.getUTCMonth()-e.getUTCMonth()+(t.getUTCFullYear()-e.getUTCFullYear())*12,e=>e.getUTCMonth());fb.range;const Hr=pe(e=>{e.setMonth(0,1),e.setHours(0,0,0,0)},(e,t)=>{e.setFullYear(e.getFullYear()+t)},(e,t)=>t.getFullYear()-e.getFullYear(),e=>e.getFullYear());Hr.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:pe(t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)},(t,r)=>{t.setFullYear(t.getFullYear()+r*e)});Hr.range;const An=pe(e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)},(e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)},(e,t)=>t.getUTCFullYear()-e.getUTCFullYear(),e=>e.getUTCFullYear());An.every=e=>!isFinite(e=Math.floor(e))||!(e>0)?null:pe(t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},(t,r)=>{t.setUTCFullYear(t.getUTCFullYear()+r*e)});An.range;function hb(e,t,r,n,a,i){const s=[[jn,1,Lr],[jn,5,5*Lr],[jn,15,15*Lr],[jn,30,30*Lr],[i,1,sr],[i,5,5*sr],[i,15,15*sr],[i,30,30*sr],[a,1,qr],[a,3,3*qr],[a,6,6*qr],[a,12,12*qr],[n,1,Ur],[n,2,2*Ur],[r,1,Uc],[t,1,ih],[t,3,3*ih],[e,1,Fs]];function o(u,c,f){const h=c<u;h&&([u,c]=[c,u]);const p=f&&typeof f.range=="function"?f:l(u,c,f),g=p?p.range(u,+c+1):[];return h?g.reverse():g}function l(u,c,f){const h=Math.abs(c-u)/f,p=zc(([,,m])=>m).right(s,h);if(p===s.length)return e.every(ic(u/Fs,c/Fs,f));if(p===0)return Hi.every(Math.max(ic(u,c,f),1));const[g,d]=s[h/s[p-1][2]<s[p][2]/h?p-1:p];return g.every(d)}return[o,l]}const[pb,db]=hb(Hr,Yc,is,ii,Gc,Hc);function Ns(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function $s(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function wa(e,t,r){return{y:e,m:t,d:r,H:0,M:0,S:0,L:0}}function gb(e){var t=e.dateTime,r=e.date,n=e.time,a=e.periods,i=e.days,s=e.shortDays,o=e.months,l=e.shortMonths,u=Sa(a),c=Ta(a),f=Sa(i),h=Ta(i),p=Sa(s),g=Ta(s),d=Sa(o),m=Ta(o),x=Sa(l),y=Ta(l),v={a:O,A:j,b:W,B:tt,c:null,d:fh,e:fh,f:qb,g:Wb,G:Vb,H:Nb,I:$b,j:Lb,L:Dm,m:Ib,M:zb,p:it,q:J,Q:dh,s:gh,S:Bb,u:Ub,U:Hb,V:Gb,w:jb,W:Yb,x:null,X:null,y:Xb,Y:Kb,Z:Zb,"%":ph},_={a:Q,A:rt,b:B,B:ut,c:null,d:hh,e:hh,f:ew,g:fw,G:pw,H:Qb,I:Jb,j:tw,L:Pm,m:rw,M:nw,p:st,q:Y,Q:dh,s:gh,S:aw,u:iw,U:sw,V:ow,w:lw,W:uw,x:null,X:null,y:cw,Y:hw,Z:dw,"%":ph},S={a:k,A:C,b:P,B:R,c:F,d:uh,e:uh,f:Db,g:lh,G:oh,H:ch,I:ch,j:Cb,L:Eb,m:Ab,M:kb,p:M,q:Mb,Q:Pb,s:Fb,S:Rb,u:vb,U:bb,V:wb,w:xb,W:Sb,x:z,X:L,y:lh,Y:oh,Z:Tb,"%":Ob};v.x=w(r,v),v.X=w(n,v),v.c=w(t,v),_.x=w(r,_),_.X=w(n,_),_.c=w(t,_);function w($,U){return function(G){var A=[],q=-1,N=0,D=$.length,nt,X,lt;for(G instanceof Date||(G=new Date(+G));++q<D;)$.charCodeAt(q)===37&&(A.push($.slice(N,q)),(X=sh[nt=$.charAt(++q)])!=null?nt=$.charAt(++q):X=nt==="e"?" ":"0",(lt=U[nt])&&(nt=lt(G,X)),A.push(nt),N=q+1);return A.push($.slice(N,q)),A.join("")}}function b($,U){return function(G){var A=wa(1900,void 0,1),q=T(A,$,G+="",0),N,D;if(q!=G.length)return null;if("Q"in A)return new Date(A.Q);if("s"in A)return new Date(A.s*1e3+("L"in A?A.L:0));if(U&&!("Z"in A)&&(A.Z=0),"p"in A&&(A.H=A.H%12+A.p*12),A.m===void 0&&(A.m="q"in A?A.q:0),"V"in A){if(A.V<1||A.V>53)return null;"w"in A||(A.w=1),"Z"in A?(N=$s(wa(A.y,0,1)),D=N.getUTCDay(),N=D>4||D===0?ji.ceil(N):ji(N),N=jc.offset(N,(A.V-1)*7),A.y=N.getUTCFullYear(),A.m=N.getUTCMonth(),A.d=N.getUTCDate()+(A.w+6)%7):(N=Ns(wa(A.y,0,1)),D=N.getDay(),N=D>4||D===0?Gi.ceil(N):Gi(N),N=ii.offset(N,(A.V-1)*7),A.y=N.getFullYear(),A.m=N.getMonth(),A.d=N.getDate()+(A.w+6)%7)}else("W"in A||"U"in A)&&("w"in A||(A.w="u"in A?A.u%7:"W"in A?1:0),D="Z"in A?$s(wa(A.y,0,1)).getUTCDay():Ns(wa(A.y,0,1)).getDay(),A.m=0,A.d="W"in A?(A.w+6)%7+A.W*7-(D+5)%7:A.w+A.U*7-(D+6)%7);return"Z"in A?(A.H+=A.Z/100|0,A.M+=A.Z%100,$s(A)):Ns(A)}}function T($,U,G,A){for(var q=0,N=U.length,D=G.length,nt,X;q<N;){if(A>=D)return-1;if(nt=U.charCodeAt(q++),nt===37){if(nt=U.charAt(q++),X=S[nt in sh?U.charAt(q++):nt],!X||(A=X($,G,A))<0)return-1}else if(nt!=G.charCodeAt(A++))return-1}return A}function M($,U,G){var A=u.exec(U.slice(G));return A?($.p=c.get(A[0].toLowerCase()),G+A[0].length):-1}function k($,U,G){var A=p.exec(U.slice(G));return A?($.w=g.get(A[0].toLowerCase()),G+A[0].length):-1}function C($,U,G){var A=f.exec(U.slice(G));return A?($.w=h.get(A[0].toLowerCase()),G+A[0].length):-1}function P($,U,G){var A=x.exec(U.slice(G));return A?($.m=y.get(A[0].toLowerCase()),G+A[0].length):-1}function R($,U,G){var A=d.exec(U.slice(G));return A?($.m=m.get(A[0].toLowerCase()),G+A[0].length):-1}function F($,U,G){return T($,t,U,G)}function z($,U,G){return T($,r,U,G)}function L($,U,G){return T($,n,U,G)}function O($){return s[$.getDay()]}function j($){return i[$.getDay()]}function W($){return l[$.getMonth()]}function tt($){return o[$.getMonth()]}function it($){return a[+($.getHours()>=12)]}function J($){return 1+~~($.getMonth()/3)}function Q($){return s[$.getUTCDay()]}function rt($){return i[$.getUTCDay()]}function B($){return l[$.getUTCMonth()]}function ut($){return o[$.getUTCMonth()]}function st($){return a[+($.getUTCHours()>=12)]}function Y($){return 1+~~($.getUTCMonth()/3)}return{format:function($){var U=w($+="",v);return U.toString=function(){return $},U},parse:function($){var U=b($+="",!1);return U.toString=function(){return $},U},utcFormat:function($){var U=w($+="",_);return U.toString=function(){return $},U},utcParse:function($){var U=b($+="",!0);return U.toString=function(){return $},U}}}var sh={"-":"",_:" ",0:"0"},_e=/^\s*\d+/,mb=/^%/,yb=/[\\^$*+?|[\]().{}]/g;function At(e,t,r){var n=e<0?"-":"",a=(n?-e:e)+"",i=a.length;return n+(i<r?new Array(r-i+1).join(t)+a:a)}function _b(e){return e.replace(yb,"\\$&")}function Sa(e){return new RegExp("^(?:"+e.map(_b).join("|")+")","i")}function Ta(e){return new Map(e.map((t,r)=>[t.toLowerCase(),r]))}function xb(e,t,r){var n=_e.exec(t.slice(r,r+1));return n?(e.w=+n[0],r+n[0].length):-1}function vb(e,t,r){var n=_e.exec(t.slice(r,r+1));return n?(e.u=+n[0],r+n[0].length):-1}function bb(e,t,r){var n=_e.exec(t.slice(r,r+2));return n?(e.U=+n[0],r+n[0].length):-1}function wb(e,t,r){var n=_e.exec(t.slice(r,r+2));return n?(e.V=+n[0],r+n[0].length):-1}function Sb(e,t,r){var n=_e.exec(t.slice(r,r+2));return n?(e.W=+n[0],r+n[0].length):-1}function oh(e,t,r){var n=_e.exec(t.slice(r,r+4));return n?(e.y=+n[0],r+n[0].length):-1}function lh(e,t,r){var n=_e.exec(t.slice(r,r+2));return n?(e.y=+n[0]+(+n[0]>68?1900:2e3),r+n[0].length):-1}function Tb(e,t,r){var n=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(r,r+6));return n?(e.Z=n[1]?0:-(n[2]+(n[3]||"00")),r+n[0].length):-1}function Mb(e,t,r){var n=_e.exec(t.slice(r,r+1));return n?(e.q=n[0]*3-3,r+n[0].length):-1}function Ab(e,t,r){var n=_e.exec(t.slice(r,r+2));return n?(e.m=n[0]-1,r+n[0].length):-1}function uh(e,t,r){var n=_e.exec(t.slice(r,r+2));return n?(e.d=+n[0],r+n[0].length):-1}function Cb(e,t,r){var n=_e.exec(t.slice(r,r+3));return n?(e.m=0,e.d=+n[0],r+n[0].length):-1}function ch(e,t,r){var n=_e.exec(t.slice(r,r+2));return n?(e.H=+n[0],r+n[0].length):-1}function kb(e,t,r){var n=_e.exec(t.slice(r,r+2));return n?(e.M=+n[0],r+n[0].length):-1}function Rb(e,t,r){var n=_e.exec(t.slice(r,r+2));return n?(e.S=+n[0],r+n[0].length):-1}function Eb(e,t,r){var n=_e.exec(t.slice(r,r+3));return n?(e.L=+n[0],r+n[0].length):-1}function Db(e,t,r){var n=_e.exec(t.slice(r,r+6));return n?(e.L=Math.floor(n[0]/1e3),r+n[0].length):-1}function Ob(e,t,r){var n=mb.exec(t.slice(r,r+1));return n?r+n[0].length:-1}function Pb(e,t,r){var n=_e.exec(t.slice(r));return n?(e.Q=+n[0],r+n[0].length):-1}function Fb(e,t,r){var n=_e.exec(t.slice(r));return n?(e.s=+n[0],r+n[0].length):-1}function fh(e,t){return At(e.getDate(),t,2)}function Nb(e,t){return At(e.getHours(),t,2)}function $b(e,t){return At(e.getHours()%12||12,t,2)}function Lb(e,t){return At(1+ii.count(Hr(e),e),t,3)}function Dm(e,t){return At(e.getMilliseconds(),t,3)}function qb(e,t){return Dm(e,t)+"000"}function Ib(e,t){return At(e.getMonth()+1,t,2)}function zb(e,t){return At(e.getMinutes(),t,2)}function Bb(e,t){return At(e.getSeconds(),t,2)}function Ub(e){var t=e.getDay();return t===0?7:t}function Hb(e,t){return At(is.count(Hr(e)-1,e),t,2)}function Om(e){var t=e.getDay();return t>=4||t===0?sa(e):sa.ceil(e)}function Gb(e,t){return e=Om(e),At(sa.count(Hr(e),e)+(Hr(e).getDay()===4),t,2)}function jb(e){return e.getDay()}function Yb(e,t){return At(Gi.count(Hr(e)-1,e),t,2)}function Xb(e,t){return At(e.getFullYear()%100,t,2)}function Wb(e,t){return e=Om(e),At(e.getFullYear()%100,t,2)}function Kb(e,t){return At(e.getFullYear()%1e4,t,4)}function Vb(e,t){var r=e.getDay();return e=r>=4||r===0?sa(e):sa.ceil(e),At(e.getFullYear()%1e4,t,4)}function Zb(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+At(t/60|0,"0",2)+At(t%60,"0",2)}function hh(e,t){return At(e.getUTCDate(),t,2)}function Qb(e,t){return At(e.getUTCHours(),t,2)}function Jb(e,t){return At(e.getUTCHours()%12||12,t,2)}function tw(e,t){return At(1+jc.count(An(e),e),t,3)}function Pm(e,t){return At(e.getUTCMilliseconds(),t,3)}function ew(e,t){return Pm(e,t)+"000"}function rw(e,t){return At(e.getUTCMonth()+1,t,2)}function nw(e,t){return At(e.getUTCMinutes(),t,2)}function aw(e,t){return At(e.getUTCSeconds(),t,2)}function iw(e){var t=e.getUTCDay();return t===0?7:t}function sw(e,t){return At(Em.count(An(e)-1,e),t,2)}function Fm(e){var t=e.getUTCDay();return t>=4||t===0?oa(e):oa.ceil(e)}function ow(e,t){return e=Fm(e),At(oa.count(An(e),e)+(An(e).getUTCDay()===4),t,2)}function lw(e){return e.getUTCDay()}function uw(e,t){return At(ji.count(An(e)-1,e),t,2)}function cw(e,t){return At(e.getUTCFullYear()%100,t,2)}function fw(e,t){return e=Fm(e),At(e.getUTCFullYear()%100,t,2)}function hw(e,t){return At(e.getUTCFullYear()%1e4,t,4)}function pw(e,t){var r=e.getUTCDay();return e=r>=4||r===0?oa(e):oa.ceil(e),At(e.getUTCFullYear()%1e4,t,4)}function dw(){return"+0000"}function ph(){return"%"}function dh(e){return+e}function gh(e){return Math.floor(+e/1e3)}var zn,Nm;gw({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function gw(e){return zn=gb(e),Nm=zn.format,zn.parse,zn.utcFormat,zn.utcParse,zn}function mw(e){return new Date(e)}function yw(e){return e instanceof Date?+e:+new Date(+e)}function $m(e,t,r,n,a,i,s,o,l,u){var c=Am(),f=c.invert,h=c.domain,p=u(".%L"),g=u(":%S"),d=u("%I:%M"),m=u("%I %p"),x=u("%a %d"),y=u("%b %d"),v=u("%B"),_=u("%Y");function S(w){return(l(w)<w?p:o(w)<w?g:s(w)<w?d:i(w)<w?m:n(w)<w?a(w)<w?x:y:r(w)<w?v:_)(w)}return c.invert=function(w){return new Date(f(w))},c.domain=function(w){return arguments.length?h(Array.from(w,yw)):h().map(mw)},c.ticks=function(w){var b=h();return e(b[0],b[b.length-1],w??10)},c.tickFormat=function(w,b){return b==null?S:u(b)},c.nice=function(w){var b=h();return(!w||typeof w.range!="function")&&(w=t(b[0],b[b.length-1],w??10)),w?h(Jv(b,w)):c},c.copy=function(){return Mm(c,$m(e,t,r,n,a,i,s,o,l,u))},c}function Kn(){return Tm.apply($m(pb,db,Hr,Yc,is,ii,Gc,Hc,jn,Nm).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}function Zt(e){return function(){return e}}const oc=Math.PI,lc=2*oc,dn=1e-6,_w=lc-dn;function Lm(e){this._+=e[0];for(let t=1,r=e.length;t<r;++t)this._+=arguments[t]+e[t]}function xw(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return Lm;const r=10**t;return function(n){this._+=n[0];for(let a=1,i=n.length;a<i;++a)this._+=Math.round(arguments[a]*r)/r+n[a]}}class vw{constructor(t){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=t==null?Lm:xw(t)}moveTo(t,r){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+r}`}closePath(){this._x1!==null&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(t,r){this._append`L${this._x1=+t},${this._y1=+r}`}quadraticCurveTo(t,r,n,a){this._append`Q${+t},${+r},${this._x1=+n},${this._y1=+a}`}bezierCurveTo(t,r,n,a,i,s){this._append`C${+t},${+r},${+n},${+a},${this._x1=+i},${this._y1=+s}`}arcTo(t,r,n,a,i){if(t=+t,r=+r,n=+n,a=+a,i=+i,i<0)throw new Error(`negative radius: ${i}`);let s=this._x1,o=this._y1,l=n-t,u=a-r,c=s-t,f=o-r,h=c*c+f*f;if(this._x1===null)this._append`M${this._x1=t},${this._y1=r}`;else if(h>dn)if(!(Math.abs(f*l-u*c)>dn)||!i)this._append`L${this._x1=t},${this._y1=r}`;else{let p=n-s,g=a-o,d=l*l+u*u,m=p*p+g*g,x=Math.sqrt(d),y=Math.sqrt(h),v=i*Math.tan((oc-Math.acos((d+h-m)/(2*x*y)))/2),_=v/y,S=v/x;Math.abs(_-1)>dn&&this._append`L${t+_*c},${r+_*f}`,this._append`A${i},${i},0,0,${+(f*p>c*g)},${this._x1=t+S*l},${this._y1=r+S*u}`}}arc(t,r,n,a,i,s){if(t=+t,r=+r,n=+n,s=!!s,n<0)throw new Error(`negative radius: ${n}`);let o=n*Math.cos(a),l=n*Math.sin(a),u=t+o,c=r+l,f=1^s,h=s?a-i:i-a;this._x1===null?this._append`M${u},${c}`:(Math.abs(this._x1-u)>dn||Math.abs(this._y1-c)>dn)&&this._append`L${u},${c}`,n&&(h<0&&(h=h%lc+lc),h>_w?this._append`A${n},${n},0,1,${f},${t-o},${r-l}A${n},${n},0,1,${f},${this._x1=u},${this._y1=c}`:h>dn&&this._append`A${n},${n},0,${+(h>=oc)},${f},${this._x1=t+n*Math.cos(i)},${this._y1=r+n*Math.sin(i)}`)}rect(t,r,n,a){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+r}h${n=+n}v${+a}h${-n}Z`}toString(){return this._}}function qm(e){let t=3;return e.digits=function(r){if(!arguments.length)return t;if(r==null)t=null;else{const n=Math.floor(r);if(!(n>=0))throw new RangeError(`invalid digits: ${r}`);t=n}return e},()=>new vw(t)}function Xc(e){return typeof e=="object"&&"length"in e?e:Array.from(e)}function Im(e){this._context=e}Im.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t);break}}};function Cn(e){return new Im(e)}function zm(e){return e[0]}function Bm(e){return e[1]}function Um(e,t){var r=Zt(!0),n=null,a=Cn,i=null,s=qm(o);e=typeof e=="function"?e:e===void 0?zm:Zt(e),t=typeof t=="function"?t:t===void 0?Bm:Zt(t);function o(l){var u,c=(l=Xc(l)).length,f,h=!1,p;for(n==null&&(i=a(p=s())),u=0;u<=c;++u)!(u<c&&r(f=l[u],u,l))===h&&((h=!h)?i.lineStart():i.lineEnd()),h&&i.point(+e(f,u,l),+t(f,u,l));if(p)return i=null,p+""||null}return o.x=function(l){return arguments.length?(e=typeof l=="function"?l:Zt(+l),o):e},o.y=function(l){return arguments.length?(t=typeof l=="function"?l:Zt(+l),o):t},o.defined=function(l){return arguments.length?(r=typeof l=="function"?l:Zt(!!l),o):r},o.curve=function(l){return arguments.length?(a=l,n!=null&&(i=a(n)),o):a},o.context=function(l){return arguments.length?(l==null?n=i=null:i=a(n=l),o):n},o}function ss(e,t,r){var n=null,a=Zt(!0),i=null,s=Cn,o=null,l=qm(u);e=typeof e=="function"?e:e===void 0?zm:Zt(+e),t=typeof t=="function"?t:Zt(t===void 0?0:+t),r=typeof r=="function"?r:r===void 0?Bm:Zt(+r);function u(f){var h,p,g,d=(f=Xc(f)).length,m,x=!1,y,v=new Array(d),_=new Array(d);for(i==null&&(o=s(y=l())),h=0;h<=d;++h){if(!(h<d&&a(m=f[h],h,f))===x)if(x=!x)p=h,o.areaStart(),o.lineStart();else{for(o.lineEnd(),o.lineStart(),g=h-1;g>=p;--g)o.point(v[g],_[g]);o.lineEnd(),o.areaEnd()}x&&(v[h]=+e(m,h,f),_[h]=+t(m,h,f),o.point(n?+n(m,h,f):v[h],r?+r(m,h,f):_[h]))}if(y)return o=null,y+""||null}function c(){return Um().defined(a).curve(s).context(i)}return u.x=function(f){return arguments.length?(e=typeof f=="function"?f:Zt(+f),n=null,u):e},u.x0=function(f){return arguments.length?(e=typeof f=="function"?f:Zt(+f),u):e},u.x1=function(f){return arguments.length?(n=f==null?null:typeof f=="function"?f:Zt(+f),u):n},u.y=function(f){return arguments.length?(t=typeof f=="function"?f:Zt(+f),r=null,u):t},u.y0=function(f){return arguments.length?(t=typeof f=="function"?f:Zt(+f),u):t},u.y1=function(f){return arguments.length?(r=f==null?null:typeof f=="function"?f:Zt(+f),u):r},u.lineX0=u.lineY0=function(){return c().x(e).y(t)},u.lineY1=function(){return c().x(e).y(r)},u.lineX1=function(){return c().x(n).y(t)},u.defined=function(f){return arguments.length?(a=typeof f=="function"?f:Zt(!!f),u):a},u.curve=function(f){return arguments.length?(s=f,i!=null&&(o=s(i)),u):s},u.context=function(f){return arguments.length?(f==null?i=o=null:o=s(i=f),u):i},u}function mh(e,t){if((s=e.length)>1)for(var r=1,n,a,i=e[t[0]],s,o=i.length;r<s;++r)for(a=i,i=e[t[r]],n=0;n<o;++n)i[n][1]+=i[n][0]=isNaN(a[n][1])?a[n][0]:a[n][1]}function yh(e){for(var t=e.length,r=new Array(t);--t>=0;)r[t]=t;return r}function bw(e,t){return e[t]}function ww(e){const t=[];return t.key=e,t}function Ka(){var e=Zt([]),t=yh,r=mh,n=bw;function a(i){var s=Array.from(e.apply(this,arguments),ww),o,l=s.length,u=-1,c;for(const f of i)for(o=0,++u;o<l;++o)(s[o][u]=[0,+n(f,s[o].key,u,i)]).data=f;for(o=0,c=Xc(t(s));o<l;++o)s[c[o]].index=o;return r(s,c),s}return a.keys=function(i){return arguments.length?(e=typeof i=="function"?i:Zt(Array.from(i)),a):e},a.value=function(i){return arguments.length?(n=typeof i=="function"?i:Zt(+i),a):n},a.order=function(i){return arguments.length?(t=i==null?yh:typeof i=="function"?i:Zt(Array.from(i)),a):t},a.offset=function(i){return arguments.length?(r=i??mh,a):r},a}function Nr(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Hm(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}/*!
2
+ * GSAP 3.14.2
3
+ * https://gsap.com
4
+ *
5
+ * @license Copyright 2008-2025, GreenSock. All rights reserved.
6
+ * Subject to the terms at https://gsap.com/standard-license
7
+ * @author: Jack Doyle, jack@greensock.com
8
+ */var Je={autoSleep:120,force3D:"auto",nullTargetWarn:1,units:{lineHeight:""}},la={duration:.5,overwrite:!1,delay:0},Wc,Se,Gt,or=1e8,qt=1/or,uc=Math.PI*2,Sw=uc/4,Tw=0,Gm=Math.sqrt,Mw=Math.cos,Aw=Math.sin,ye=function(t){return typeof t=="string"},Qt=function(t){return typeof t=="function"},Gr=function(t){return typeof t=="number"},Kc=function(t){return typeof t>"u"},Ar=function(t){return typeof t=="object"},Ie=function(t){return t!==!1},Vc=function(){return typeof window<"u"},vi=function(t){return Qt(t)||ye(t)},jm=typeof ArrayBuffer=="function"&&ArrayBuffer.isView||function(){},Ee=Array.isArray,Cw=/random\([^)]+\)/g,kw=/,\s*/g,_h=/(?:-?\.?\d|\.)+/gi,Ym=/[-+=.]*\d+[.e\-+]*\d*[e\-+]*\d*/g,Yn=/[-+=.]*\d+[.e-]*\d*[a-z%]*/g,Ls=/[-+=.]*\d+\.?\d*(?:e-|e\+)?\d*/gi,Xm=/[+-]=-?[.\d]+/,Rw=/[^,'"\[\]\s]+/gi,Ew=/^[+\-=e\s\d]*\d+[.\d]*([a-z]*|%)\s*$/i,Wt,br,cc,Zc,er={},Yi={},Wm,Km=function(t){return(Yi=ua(t,er))&&He},Qc=function(t,r){return console.warn("Invalid property",t,"set to",r,"Missing plugin? gsap.registerPlugin()")},Va=function(t,r){return!r&&console.warn(t)},Vm=function(t,r){return t&&(er[t]=r)&&Yi&&(Yi[t]=r)||er},Za=function(){return 0},Dw={suppressEvents:!0,isStart:!0,kill:!1},Ei={suppressEvents:!0,kill:!1},Ow={suppressEvents:!0},Jc={},tn=[],fc={},Zm,Ke={},qs={},xh=30,Di=[],tf="",ef=function(t){var r=t[0],n,a;if(Ar(r)||Qt(r)||(t=[t]),!(n=(r._gsap||{}).harness)){for(a=Di.length;a--&&!Di[a].targetTest(r););n=Di[a]}for(a=t.length;a--;)t[a]&&(t[a]._gsap||(t[a]._gsap=new b0(t[a],n)))||t.splice(a,1);return t},vn=function(t){return t._gsap||ef(lr(t))[0]._gsap},Qm=function(t,r,n){return(n=t[r])&&Qt(n)?t[r]():Kc(n)&&t.getAttribute&&t.getAttribute(r)||n},ze=function(t,r){return(t=t.split(",")).forEach(r)||t},ae=function(t){return Math.round(t*1e5)/1e5||0},Xt=function(t){return Math.round(t*1e7)/1e7||0},Vn=function(t,r){var n=r.charAt(0),a=parseFloat(r.substr(2));return t=parseFloat(t),n==="+"?t+a:n==="-"?t-a:n==="*"?t*a:t/a},Pw=function(t,r){for(var n=r.length,a=0;t.indexOf(r[a])<0&&++a<n;);return a<n},Xi=function(){var t=tn.length,r=tn.slice(0),n,a;for(fc={},tn.length=0,n=0;n<t;n++)a=r[n],a&&a._lazy&&(a.render(a._lazy[0],a._lazy[1],!0)._lazy=0)},rf=function(t){return!!(t._initted||t._startAt||t.add)},Jm=function(t,r,n,a){tn.length&&!Se&&Xi(),t.render(r,n,!!(Se&&r<0&&rf(t))),tn.length&&!Se&&Xi()},t0=function(t){var r=parseFloat(t);return(r||r===0)&&(t+"").match(Rw).length<2?r:ye(t)?t.trim():t},e0=function(t){return t},rr=function(t,r){for(var n in r)n in t||(t[n]=r[n]);return t},Fw=function(t){return function(r,n){for(var a in n)a in r||a==="duration"&&t||a==="ease"||(r[a]=n[a])}},ua=function(t,r){for(var n in r)t[n]=r[n];return t},vh=function e(t,r){for(var n in r)n!=="__proto__"&&n!=="constructor"&&n!=="prototype"&&(t[n]=Ar(r[n])?e(t[n]||(t[n]={}),r[n]):r[n]);return t},Wi=function(t,r){var n={},a;for(a in t)a in r||(n[a]=t[a]);return n},$a=function(t){var r=t.parent||Wt,n=t.keyframes?Fw(Ee(t.keyframes)):rr;if(Ie(t.inherit))for(;r;)n(t,r.vars.defaults),r=r.parent||r._dp;return t},Nw=function(t,r){for(var n=t.length,a=n===r.length;a&&n--&&t[n]===r[n];);return n<0},r0=function(t,r,n,a,i){var s=t[a],o;if(i)for(o=r[i];s&&s[i]>o;)s=s._prev;return s?(r._next=s._next,s._next=r):(r._next=t[n],t[n]=r),r._next?r._next._prev=r:t[a]=r,r._prev=s,r.parent=r._dp=t,r},os=function(t,r,n,a){n===void 0&&(n="_first"),a===void 0&&(a="_last");var i=r._prev,s=r._next;i?i._next=s:t[n]===r&&(t[n]=s),s?s._prev=i:t[a]===r&&(t[a]=i),r._next=r._prev=r.parent=null},rn=function(t,r){t.parent&&(!r||t.parent.autoRemoveChildren)&&t.parent.remove&&t.parent.remove(t),t._act=0},bn=function(t,r){if(t&&(!r||r._end>t._dur||r._start<0))for(var n=t;n;)n._dirty=1,n=n.parent;return t},$w=function(t){for(var r=t.parent;r&&r.parent;)r._dirty=1,r.totalDuration(),r=r.parent;return t},hc=function(t,r,n,a){return t._startAt&&(Se?t._startAt.revert(Ei):t.vars.immediateRender&&!t.vars.autoRevert||t._startAt.render(r,!0,a))},Lw=function e(t){return!t||t._ts&&e(t.parent)},bh=function(t){return t._repeat?ca(t._tTime,t=t.duration()+t._rDelay)*t:0},ca=function(t,r){var n=Math.floor(t=Xt(t/r));return t&&n===t?n-1:n},Ki=function(t,r){return(t-r._start)*r._ts+(r._ts>=0?0:r._dirty?r.totalDuration():r._tDur)},ls=function(t){return t._end=Xt(t._start+(t._tDur/Math.abs(t._ts||t._rts||qt)||0))},us=function(t,r){var n=t._dp;return n&&n.smoothChildTiming&&t._ts&&(t._start=Xt(n._time-(t._ts>0?r/t._ts:((t._dirty?t.totalDuration():t._tDur)-r)/-t._ts)),ls(t),n._dirty||bn(n,t)),t},n0=function(t,r){var n;if((r._time||!r._dur&&r._initted||r._start<t._time&&(r._dur||!r.add))&&(n=Ki(t.rawTime(),r),(!r._dur||si(0,r.totalDuration(),n)-r._tTime>qt)&&r.render(n,!0)),bn(t,r)._dp&&t._initted&&t._time>=t._dur&&t._ts){if(t._dur<t.duration())for(n=t;n._dp;)n.rawTime()>=0&&n.totalTime(n._tTime),n=n._dp;t._zTime=-qt}},wr=function(t,r,n,a){return r.parent&&rn(r),r._start=Xt((Gr(n)?n:n||t!==Wt?ir(t,n,r):t._time)+r._delay),r._end=Xt(r._start+(r.totalDuration()/Math.abs(r.timeScale())||0)),r0(t,r,"_first","_last",t._sort?"_start":0),pc(r)||(t._recent=r),a||n0(t,r),t._ts<0&&us(t,t._tTime),t},a0=function(t,r){return(er.ScrollTrigger||Qc("scrollTrigger",r))&&er.ScrollTrigger.create(r,t)},i0=function(t,r,n,a,i){if(af(t,r,i),!t._initted)return 1;if(!n&&t._pt&&!Se&&(t._dur&&t.vars.lazy!==!1||!t._dur&&t.vars.lazy)&&Zm!==Ve.frame)return tn.push(t),t._lazy=[i,a],1},qw=function e(t){var r=t.parent;return r&&r._ts&&r._initted&&!r._lock&&(r.rawTime()<0||e(r))},pc=function(t){var r=t.data;return r==="isFromStart"||r==="isStart"},Iw=function(t,r,n,a){var i=t.ratio,s=r<0||!r&&(!t._start&&qw(t)&&!(!t._initted&&pc(t))||(t._ts<0||t._dp._ts<0)&&!pc(t))?0:1,o=t._rDelay,l=0,u,c,f;if(o&&t._repeat&&(l=si(0,t._tDur,r),c=ca(l,o),t._yoyo&&c&1&&(s=1-s),c!==ca(t._tTime,o)&&(i=1-s,t.vars.repeatRefresh&&t._initted&&t.invalidate())),s!==i||Se||a||t._zTime===qt||!r&&t._zTime){if(!t._initted&&i0(t,r,a,n,l))return;for(f=t._zTime,t._zTime=r||(n?qt:0),n||(n=r&&!f),t.ratio=s,t._from&&(s=1-s),t._time=0,t._tTime=l,u=t._pt;u;)u.r(s,u.d),u=u._next;r<0&&hc(t,r,n,!0),t._onUpdate&&!n&&Ze(t,"onUpdate"),l&&t._repeat&&!n&&t.parent&&Ze(t,"onRepeat"),(r>=t._tDur||r<0)&&t.ratio===s&&(s&&rn(t,1),!n&&!Se&&(Ze(t,s?"onComplete":"onReverseComplete",!0),t._prom&&t._prom()))}else t._zTime||(t._zTime=r)},zw=function(t,r,n){var a;if(n>r)for(a=t._first;a&&a._start<=n;){if(a.data==="isPause"&&a._start>r)return a;a=a._next}else for(a=t._last;a&&a._start>=n;){if(a.data==="isPause"&&a._start<r)return a;a=a._prev}},fa=function(t,r,n,a){var i=t._repeat,s=Xt(r)||0,o=t._tTime/t._tDur;return o&&!a&&(t._time*=s/t._dur),t._dur=s,t._tDur=i?i<0?1e10:Xt(s*(i+1)+t._rDelay*i):s,o>0&&!a&&us(t,t._tTime=t._tDur*o),t.parent&&ls(t),n||bn(t.parent,t),t},wh=function(t){return t instanceof Oe?bn(t):fa(t,t._dur)},Bw={_start:0,endTime:Za,totalDuration:Za},ir=function e(t,r,n){var a=t.labels,i=t._recent||Bw,s=t.duration()>=or?i.endTime(!1):t._dur,o,l,u;return ye(r)&&(isNaN(r)||r in a)?(l=r.charAt(0),u=r.substr(-1)==="%",o=r.indexOf("="),l==="<"||l===">"?(o>=0&&(r=r.replace(/=/,"")),(l==="<"?i._start:i.endTime(i._repeat>=0))+(parseFloat(r.substr(1))||0)*(u?(o<0?i:n).totalDuration()/100:1)):o<0?(r in a||(a[r]=s),a[r]):(l=parseFloat(r.charAt(o-1)+r.substr(o+1)),u&&n&&(l=l/100*(Ee(n)?n[0]:n).totalDuration()),o>1?e(t,r.substr(0,o-1),n)+l:s+l)):r==null?s:+r},La=function(t,r,n){var a=Gr(r[1]),i=(a?2:1)+(t<2?0:1),s=r[i],o,l;if(a&&(s.duration=r[1]),s.parent=n,t){for(o=s,l=n;l&&!("immediateRender"in o);)o=l.vars.defaults||{},l=Ie(l.vars.inherit)&&l.parent;s.immediateRender=Ie(o.immediateRender),t<2?s.runBackwards=1:s.startAt=r[i-1]}return new le(r[0],s,r[i+1])},sn=function(t,r){return t||t===0?r(t):r},si=function(t,r,n){return n<t?t:n>r?r:n},Re=function(t,r){return!ye(t)||!(r=Ew.exec(t))?"":r[1]},Uw=function(t,r,n){return sn(n,function(a){return si(t,r,a)})},dc=[].slice,s0=function(t,r){return t&&Ar(t)&&"length"in t&&(!r&&!t.length||t.length-1 in t&&Ar(t[0]))&&!t.nodeType&&t!==br},Hw=function(t,r,n){return n===void 0&&(n=[]),t.forEach(function(a){var i;return ye(a)&&!r||s0(a,1)?(i=n).push.apply(i,lr(a)):n.push(a)})||n},lr=function(t,r,n){return Gt&&!r&&Gt.selector?Gt.selector(t):ye(t)&&!n&&(cc||!ha())?dc.call((r||Zc).querySelectorAll(t),0):Ee(t)?Hw(t,n):s0(t)?dc.call(t,0):t?[t]:[]},gc=function(t){return t=lr(t)[0]||Va("Invalid scope")||{},function(r){var n=t.current||t.nativeElement||t;return lr(r,n.querySelectorAll?n:n===t?Va("Invalid scope")||Zc.createElement("div"):t)}},o0=function(t){return t.sort(function(){return .5-Math.random()})},l0=function(t){if(Qt(t))return t;var r=Ar(t)?t:{each:t},n=wn(r.ease),a=r.from||0,i=parseFloat(r.base)||0,s={},o=a>0&&a<1,l=isNaN(a)||o,u=r.axis,c=a,f=a;return ye(a)?c=f={center:.5,edges:.5,end:1}[a]||0:!o&&l&&(c=a[0],f=a[1]),function(h,p,g){var d=(g||r).length,m=s[d],x,y,v,_,S,w,b,T,M;if(!m){if(M=r.grid==="auto"?0:(r.grid||[1,or])[1],!M){for(b=-or;b<(b=g[M++].getBoundingClientRect().left)&&M<d;);M<d&&M--}for(m=s[d]=[],x=l?Math.min(M,d)*c-.5:a%M,y=M===or?0:l?d*f/M-.5:a/M|0,b=0,T=or,w=0;w<d;w++)v=w%M-x,_=y-(w/M|0),m[w]=S=u?Math.abs(u==="y"?_:v):Gm(v*v+_*_),S>b&&(b=S),S<T&&(T=S);a==="random"&&o0(m),m.max=b-T,m.min=T,m.v=d=(parseFloat(r.amount)||parseFloat(r.each)*(M>d?d-1:u?u==="y"?d/M:M:Math.max(M,d/M))||0)*(a==="edges"?-1:1),m.b=d<0?i-d:i,m.u=Re(r.amount||r.each)||0,n=n&&d<0?_0(n):n}return d=(m[h]-m.min)/m.max||0,Xt(m.b+(n?n(d):d)*m.v)+m.u}},mc=function(t){var r=Math.pow(10,((t+"").split(".")[1]||"").length);return function(n){var a=Xt(Math.round(parseFloat(n)/t)*t*r);return(a-a%1)/r+(Gr(n)?0:Re(n))}},u0=function(t,r){var n=Ee(t),a,i;return!n&&Ar(t)&&(a=n=t.radius||or,t.values?(t=lr(t.values),(i=!Gr(t[0]))&&(a*=a)):t=mc(t.increment)),sn(r,n?Qt(t)?function(s){return i=t(s),Math.abs(i-s)<=a?i:s}:function(s){for(var o=parseFloat(i?s.x:s),l=parseFloat(i?s.y:0),u=or,c=0,f=t.length,h,p;f--;)i?(h=t[f].x-o,p=t[f].y-l,h=h*h+p*p):h=Math.abs(t[f]-o),h<u&&(u=h,c=f);return c=!a||u<=a?t[c]:s,i||c===s||Gr(s)?c:c+Re(s)}:mc(t))},c0=function(t,r,n,a){return sn(Ee(t)?!r:n===!0?!!(n=0):!a,function(){return Ee(t)?t[~~(Math.random()*t.length)]:(n=n||1e-5)&&(a=n<1?Math.pow(10,(n+"").length-2):1)&&Math.floor(Math.round((t-n/2+Math.random()*(r-t+n*.99))/n)*n*a)/a})},Gw=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return function(a){return r.reduce(function(i,s){return s(i)},a)}},jw=function(t,r){return function(n){return t(parseFloat(n))+(r||Re(n))}},Yw=function(t,r,n){return h0(t,r,0,1,n)},f0=function(t,r,n){return sn(n,function(a){return t[~~r(a)]})},Xw=function e(t,r,n){var a=r-t;return Ee(t)?f0(t,e(0,t.length),r):sn(n,function(i){return(a+(i-t)%a)%a+t})},Ww=function e(t,r,n){var a=r-t,i=a*2;return Ee(t)?f0(t,e(0,t.length-1),r):sn(n,function(s){return s=(i+(s-t)%i)%i||0,t+(s>a?i-s:s)})},Qa=function(t){return t.replace(Cw,function(r){var n=r.indexOf("[")+1,a=r.substring(n||7,n?r.indexOf("]"):r.length-1).split(kw);return c0(n?a:+a[0],n?0:+a[1],+a[2]||1e-5)})},h0=function(t,r,n,a,i){var s=r-t,o=a-n;return sn(i,function(l){return n+((l-t)/s*o||0)})},Kw=function e(t,r,n,a){var i=isNaN(t+r)?0:function(p){return(1-p)*t+p*r};if(!i){var s=ye(t),o={},l,u,c,f,h;if(n===!0&&(a=1)&&(n=null),s)t={p:t},r={p:r};else if(Ee(t)&&!Ee(r)){for(c=[],f=t.length,h=f-2,u=1;u<f;u++)c.push(e(t[u-1],t[u]));f--,i=function(g){g*=f;var d=Math.min(h,~~g);return c[d](g-d)},n=r}else a||(t=ua(Ee(t)?[]:{},t));if(!c){for(l in r)nf.call(o,t,l,"get",r[l]);i=function(g){return lf(g,o)||(s?t.p:t)}}}return sn(n,i)},Sh=function(t,r,n){var a=t.labels,i=or,s,o,l;for(s in a)o=a[s]-r,o<0==!!n&&o&&i>(o=Math.abs(o))&&(l=s,i=o);return l},Ze=function(t,r,n){var a=t.vars,i=a[r],s=Gt,o=t._ctx,l,u,c;if(i)return l=a[r+"Params"],u=a.callbackScope||t,n&&tn.length&&Xi(),o&&(Gt=o),c=l?i.apply(u,l):i.call(u),Gt=s,c},Oa=function(t){return rn(t),t.scrollTrigger&&t.scrollTrigger.kill(!!Se),t.progress()<1&&Ze(t,"onInterrupt"),t},Xn,p0=[],d0=function(t){if(t)if(t=!t.name&&t.default||t,Vc()||t.headless){var r=t.name,n=Qt(t),a=r&&!n&&t.init?function(){this._props=[]}:t,i={init:Za,render:lf,add:nf,kill:fS,modifier:cS,rawVars:0},s={targetTest:0,get:0,getSetter:of,aliases:{},register:0};if(ha(),t!==a){if(Ke[r])return;rr(a,rr(Wi(t,i),s)),ua(a.prototype,ua(i,Wi(t,s))),Ke[a.prop=r]=a,t.targetTest&&(Di.push(a),Jc[r]=1),r=(r==="css"?"CSS":r.charAt(0).toUpperCase()+r.substr(1))+"Plugin"}Vm(r,a),t.register&&t.register(He,a,Be)}else p0.push(t)},Lt=255,Pa={aqua:[0,Lt,Lt],lime:[0,Lt,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,Lt],navy:[0,0,128],white:[Lt,Lt,Lt],olive:[128,128,0],yellow:[Lt,Lt,0],orange:[Lt,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[Lt,0,0],pink:[Lt,192,203],cyan:[0,Lt,Lt],transparent:[Lt,Lt,Lt,0]},Is=function(t,r,n){return t+=t<0?1:t>1?-1:0,(t*6<1?r+(n-r)*t*6:t<.5?n:t*3<2?r+(n-r)*(2/3-t)*6:r)*Lt+.5|0},g0=function(t,r,n){var a=t?Gr(t)?[t>>16,t>>8&Lt,t&Lt]:0:Pa.black,i,s,o,l,u,c,f,h,p,g;if(!a){if(t.substr(-1)===","&&(t=t.substr(0,t.length-1)),Pa[t])a=Pa[t];else if(t.charAt(0)==="#"){if(t.length<6&&(i=t.charAt(1),s=t.charAt(2),o=t.charAt(3),t="#"+i+i+s+s+o+o+(t.length===5?t.charAt(4)+t.charAt(4):"")),t.length===9)return a=parseInt(t.substr(1,6),16),[a>>16,a>>8&Lt,a&Lt,parseInt(t.substr(7),16)/255];t=parseInt(t.substr(1),16),a=[t>>16,t>>8&Lt,t&Lt]}else if(t.substr(0,3)==="hsl"){if(a=g=t.match(_h),!r)l=+a[0]%360/360,u=+a[1]/100,c=+a[2]/100,s=c<=.5?c*(u+1):c+u-c*u,i=c*2-s,a.length>3&&(a[3]*=1),a[0]=Is(l+1/3,i,s),a[1]=Is(l,i,s),a[2]=Is(l-1/3,i,s);else if(~t.indexOf("="))return a=t.match(Ym),n&&a.length<4&&(a[3]=1),a}else a=t.match(_h)||Pa.transparent;a=a.map(Number)}return r&&!g&&(i=a[0]/Lt,s=a[1]/Lt,o=a[2]/Lt,f=Math.max(i,s,o),h=Math.min(i,s,o),c=(f+h)/2,f===h?l=u=0:(p=f-h,u=c>.5?p/(2-f-h):p/(f+h),l=f===i?(s-o)/p+(s<o?6:0):f===s?(o-i)/p+2:(i-s)/p+4,l*=60),a[0]=~~(l+.5),a[1]=~~(u*100+.5),a[2]=~~(c*100+.5)),n&&a.length<4&&(a[3]=1),a},m0=function(t){var r=[],n=[],a=-1;return t.split(en).forEach(function(i){var s=i.match(Yn)||[];r.push.apply(r,s),n.push(a+=s.length+1)}),r.c=n,r},Th=function(t,r,n){var a="",i=(t+a).match(en),s=r?"hsla(":"rgba(",o=0,l,u,c,f;if(!i)return t;if(i=i.map(function(h){return(h=g0(h,r,1))&&s+(r?h[0]+","+h[1]+"%,"+h[2]+"%,"+h[3]:h.join(","))+")"}),n&&(c=m0(t),l=n.c,l.join(a)!==c.c.join(a)))for(u=t.replace(en,"1").split(Yn),f=u.length-1;o<f;o++)a+=u[o]+(~l.indexOf(o)?i.shift()||s+"0,0,0,0)":(c.length?c:i.length?i:n).shift());if(!u)for(u=t.split(en),f=u.length-1;o<f;o++)a+=u[o]+i[o];return a+u[f]},en=(function(){var e="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#(?:[0-9a-f]{3,4}){1,2}\\b",t;for(t in Pa)e+="|"+t+"\\b";return new RegExp(e+")","gi")})(),Vw=/hsl[a]?\(/,y0=function(t){var r=t.join(" "),n;if(en.lastIndex=0,en.test(r))return n=Vw.test(r),t[1]=Th(t[1],n),t[0]=Th(t[0],n,m0(t[1])),!0},Ja,Ve=(function(){var e=Date.now,t=500,r=33,n=e(),a=n,i=1e3/240,s=i,o=[],l,u,c,f,h,p,g=function d(m){var x=e()-a,y=m===!0,v,_,S,w;if((x>t||x<0)&&(n+=x-r),a+=x,S=a-n,v=S-s,(v>0||y)&&(w=++f.frame,h=S-f.time*1e3,f.time=S=S/1e3,s+=v+(v>=i?4:i-v),_=1),y||(l=u(d)),_)for(p=0;p<o.length;p++)o[p](S,h,w,m)};return f={time:0,frame:0,tick:function(){g(!0)},deltaRatio:function(m){return h/(1e3/(m||60))},wake:function(){Wm&&(!cc&&Vc()&&(br=cc=window,Zc=br.document||{},er.gsap=He,(br.gsapVersions||(br.gsapVersions=[])).push(He.version),Km(Yi||br.GreenSockGlobals||!br.gsap&&br||{}),p0.forEach(d0)),c=typeof requestAnimationFrame<"u"&&requestAnimationFrame,l&&f.sleep(),u=c||function(m){return setTimeout(m,s-f.time*1e3+1|0)},Ja=1,g(2))},sleep:function(){(c?cancelAnimationFrame:clearTimeout)(l),Ja=0,u=Za},lagSmoothing:function(m,x){t=m||1/0,r=Math.min(x||33,t)},fps:function(m){i=1e3/(m||240),s=f.time*1e3+i},add:function(m,x,y){var v=x?function(_,S,w,b){m(_,S,w,b),f.remove(v)}:m;return f.remove(m),o[y?"unshift":"push"](v),ha(),v},remove:function(m,x){~(x=o.indexOf(m))&&o.splice(x,1)&&p>=x&&p--},_listeners:o},f})(),ha=function(){return!Ja&&Ve.wake()},wt={},Zw=/^[\d.\-M][\d.\-,\s]/,Qw=/["']/g,Jw=function(t){for(var r={},n=t.substr(1,t.length-3).split(":"),a=n[0],i=1,s=n.length,o,l,u;i<s;i++)l=n[i],o=i!==s-1?l.lastIndexOf(","):l.length,u=l.substr(0,o),r[a]=isNaN(u)?u.replace(Qw,"").trim():+u,a=l.substr(o+1).trim();return r},tS=function(t){var r=t.indexOf("(")+1,n=t.indexOf(")"),a=t.indexOf("(",r);return t.substring(r,~a&&a<n?t.indexOf(")",n+1):n)},eS=function(t){var r=(t+"").split("("),n=wt[r[0]];return n&&r.length>1&&n.config?n.config.apply(null,~t.indexOf("{")?[Jw(r[1])]:tS(t).split(",").map(t0)):wt._CE&&Zw.test(t)?wt._CE("",t):n},_0=function(t){return function(r){return 1-t(1-r)}},x0=function e(t,r){for(var n=t._first,a;n;)n instanceof Oe?e(n,r):n.vars.yoyoEase&&(!n._yoyo||!n._repeat)&&n._yoyo!==r&&(n.timeline?e(n.timeline,r):(a=n._ease,n._ease=n._yEase,n._yEase=a,n._yoyo=r)),n=n._next},wn=function(t,r){return t&&(Qt(t)?t:wt[t]||eS(t))||r},En=function(t,r,n,a){n===void 0&&(n=function(l){return 1-r(1-l)}),a===void 0&&(a=function(l){return l<.5?r(l*2)/2:1-r((1-l)*2)/2});var i={easeIn:r,easeOut:n,easeInOut:a},s;return ze(t,function(o){wt[o]=er[o]=i,wt[s=o.toLowerCase()]=n;for(var l in i)wt[s+(l==="easeIn"?".in":l==="easeOut"?".out":".inOut")]=wt[o+"."+l]=i[l]}),i},v0=function(t){return function(r){return r<.5?(1-t(1-r*2))/2:.5+t((r-.5)*2)/2}},zs=function e(t,r,n){var a=r>=1?r:1,i=(n||(t?.3:.45))/(r<1?r:1),s=i/uc*(Math.asin(1/a)||0),o=function(c){return c===1?1:a*Math.pow(2,-10*c)*Aw((c-s)*i)+1},l=t==="out"?o:t==="in"?function(u){return 1-o(1-u)}:v0(o);return i=uc/i,l.config=function(u,c){return e(t,u,c)},l},Bs=function e(t,r){r===void 0&&(r=1.70158);var n=function(s){return s?--s*s*((r+1)*s+r)+1:0},a=t==="out"?n:t==="in"?function(i){return 1-n(1-i)}:v0(n);return a.config=function(i){return e(t,i)},a};ze("Linear,Quad,Cubic,Quart,Quint,Strong",function(e,t){var r=t<5?t+1:t;En(e+",Power"+(r-1),t?function(n){return Math.pow(n,r)}:function(n){return n},function(n){return 1-Math.pow(1-n,r)},function(n){return n<.5?Math.pow(n*2,r)/2:1-Math.pow((1-n)*2,r)/2})});wt.Linear.easeNone=wt.none=wt.Linear.easeIn;En("Elastic",zs("in"),zs("out"),zs());(function(e,t){var r=1/t,n=2*r,a=2.5*r,i=function(o){return o<r?e*o*o:o<n?e*Math.pow(o-1.5/t,2)+.75:o<a?e*(o-=2.25/t)*o+.9375:e*Math.pow(o-2.625/t,2)+.984375};En("Bounce",function(s){return 1-i(1-s)},i)})(7.5625,2.75);En("Expo",function(e){return Math.pow(2,10*(e-1))*e+e*e*e*e*e*e*(1-e)});En("Circ",function(e){return-(Gm(1-e*e)-1)});En("Sine",function(e){return e===1?1:-Mw(e*Sw)+1});En("Back",Bs("in"),Bs("out"),Bs());wt.SteppedEase=wt.steps=er.SteppedEase={config:function(t,r){t===void 0&&(t=1);var n=1/t,a=t+(r?0:1),i=r?1:0,s=1-qt;return function(o){return((a*si(0,s,o)|0)+i)*n}}};la.ease=wt["quad.out"];ze("onComplete,onUpdate,onStart,onRepeat,onReverseComplete,onInterrupt",function(e){return tf+=e+","+e+"Params,"});var b0=function(t,r){this.id=Tw++,t._gsap=this,this.target=t,this.harness=r,this.get=r?r.get:Qm,this.set=r?r.getSetter:of},ti=(function(){function e(r){this.vars=r,this._delay=+r.delay||0,(this._repeat=r.repeat===1/0?-2:r.repeat||0)&&(this._rDelay=r.repeatDelay||0,this._yoyo=!!r.yoyo||!!r.yoyoEase),this._ts=1,fa(this,+r.duration,1,1),this.data=r.data,Gt&&(this._ctx=Gt,Gt.data.push(this)),Ja||Ve.wake()}var t=e.prototype;return t.delay=function(n){return n||n===0?(this.parent&&this.parent.smoothChildTiming&&this.startTime(this._start+n-this._delay),this._delay=n,this):this._delay},t.duration=function(n){return arguments.length?this.totalDuration(this._repeat>0?n+(n+this._rDelay)*this._repeat:n):this.totalDuration()&&this._dur},t.totalDuration=function(n){return arguments.length?(this._dirty=0,fa(this,this._repeat<0?n:(n-this._repeat*this._rDelay)/(this._repeat+1))):this._tDur},t.totalTime=function(n,a){if(ha(),!arguments.length)return this._tTime;var i=this._dp;if(i&&i.smoothChildTiming&&this._ts){for(us(this,n),!i._dp||i.parent||n0(i,this);i&&i.parent;)i.parent._time!==i._start+(i._ts>=0?i._tTime/i._ts:(i.totalDuration()-i._tTime)/-i._ts)&&i.totalTime(i._tTime,!0),i=i.parent;!this.parent&&this._dp.autoRemoveChildren&&(this._ts>0&&n<this._tDur||this._ts<0&&n>0||!this._tDur&&!n)&&wr(this._dp,this,this._start-this._delay)}return(this._tTime!==n||!this._dur&&!a||this._initted&&Math.abs(this._zTime)===qt||!this._initted&&this._dur&&n||!n&&!this._initted&&(this.add||this._ptLookup))&&(this._ts||(this._pTime=n),Jm(this,n,a)),this},t.time=function(n,a){return arguments.length?this.totalTime(Math.min(this.totalDuration(),n+bh(this))%(this._dur+this._rDelay)||(n?this._dur:0),a):this._time},t.totalProgress=function(n,a){return arguments.length?this.totalTime(this.totalDuration()*n,a):this.totalDuration()?Math.min(1,this._tTime/this._tDur):this.rawTime()>=0&&this._initted?1:0},t.progress=function(n,a){return arguments.length?this.totalTime(this.duration()*(this._yoyo&&!(this.iteration()&1)?1-n:n)+bh(this),a):this.duration()?Math.min(1,this._time/this._dur):this.rawTime()>0?1:0},t.iteration=function(n,a){var i=this.duration()+this._rDelay;return arguments.length?this.totalTime(this._time+(n-1)*i,a):this._repeat?ca(this._tTime,i)+1:1},t.timeScale=function(n,a){if(!arguments.length)return this._rts===-qt?0:this._rts;if(this._rts===n)return this;var i=this.parent&&this._ts?Ki(this.parent._time,this):this._tTime;return this._rts=+n||0,this._ts=this._ps||n===-qt?0:this._rts,this.totalTime(si(-Math.abs(this._delay),this.totalDuration(),i),a!==!1),ls(this),$w(this)},t.paused=function(n){return arguments.length?(this._ps!==n&&(this._ps=n,n?(this._pTime=this._tTime||Math.max(-this._delay,this.rawTime()),this._ts=this._act=0):(ha(),this._ts=this._rts,this.totalTime(this.parent&&!this.parent.smoothChildTiming?this.rawTime():this._tTime||this._pTime,this.progress()===1&&Math.abs(this._zTime)!==qt&&(this._tTime-=qt)))),this):this._ps},t.startTime=function(n){if(arguments.length){this._start=Xt(n);var a=this.parent||this._dp;return a&&(a._sort||!this.parent)&&wr(a,this,this._start-this._delay),this}return this._start},t.endTime=function(n){return this._start+(Ie(n)?this.totalDuration():this.duration())/Math.abs(this._ts||1)},t.rawTime=function(n){var a=this.parent||this._dp;return a?n&&(!this._ts||this._repeat&&this._time&&this.totalProgress()<1)?this._tTime%(this._dur+this._rDelay):this._ts?Ki(a.rawTime(n),this):this._tTime:this._tTime},t.revert=function(n){n===void 0&&(n=Ow);var a=Se;return Se=n,rf(this)&&(this.timeline&&this.timeline.revert(n),this.totalTime(-.01,n.suppressEvents)),this.data!=="nested"&&n.kill!==!1&&this.kill(),Se=a,this},t.globalTime=function(n){for(var a=this,i=arguments.length?n:a.rawTime();a;)i=a._start+i/(Math.abs(a._ts)||1),a=a._dp;return!this.parent&&this._sat?this._sat.globalTime(n):i},t.repeat=function(n){return arguments.length?(this._repeat=n===1/0?-2:n,wh(this)):this._repeat===-2?1/0:this._repeat},t.repeatDelay=function(n){if(arguments.length){var a=this._time;return this._rDelay=n,wh(this),a?this.time(a):this}return this._rDelay},t.yoyo=function(n){return arguments.length?(this._yoyo=n,this):this._yoyo},t.seek=function(n,a){return this.totalTime(ir(this,n),Ie(a))},t.restart=function(n,a){return this.play().totalTime(n?-this._delay:0,Ie(a)),this._dur||(this._zTime=-qt),this},t.play=function(n,a){return n!=null&&this.seek(n,a),this.reversed(!1).paused(!1)},t.reverse=function(n,a){return n!=null&&this.seek(n||this.totalDuration(),a),this.reversed(!0).paused(!1)},t.pause=function(n,a){return n!=null&&this.seek(n,a),this.paused(!0)},t.resume=function(){return this.paused(!1)},t.reversed=function(n){return arguments.length?(!!n!==this.reversed()&&this.timeScale(-this._rts||(n?-qt:0)),this):this._rts<0},t.invalidate=function(){return this._initted=this._act=0,this._zTime=-qt,this},t.isActive=function(){var n=this.parent||this._dp,a=this._start,i;return!!(!n||this._ts&&this._initted&&n.isActive()&&(i=n.rawTime(!0))>=a&&i<this.endTime(!0)-qt)},t.eventCallback=function(n,a,i){var s=this.vars;return arguments.length>1?(a?(s[n]=a,i&&(s[n+"Params"]=i),n==="onUpdate"&&(this._onUpdate=a)):delete s[n],this):s[n]},t.then=function(n){var a=this,i=a._prom;return new Promise(function(s){var o=Qt(n)?n:e0,l=function(){var c=a.then;a.then=null,i&&i(),Qt(o)&&(o=o(a))&&(o.then||o===a)&&(a.then=c),s(o),a.then=c};a._initted&&a.totalProgress()===1&&a._ts>=0||!a._tTime&&a._ts<0?l():a._prom=l})},t.kill=function(){Oa(this)},e})();rr(ti.prototype,{_time:0,_start:0,_end:0,_tTime:0,_tDur:0,_dirty:0,_repeat:0,_yoyo:!1,parent:null,_initted:!1,_rDelay:0,_ts:1,_dp:0,ratio:0,_zTime:-qt,_prom:0,_ps:!1,_rts:1});var Oe=(function(e){Hm(t,e);function t(n,a){var i;return n===void 0&&(n={}),i=e.call(this,n)||this,i.labels={},i.smoothChildTiming=!!n.smoothChildTiming,i.autoRemoveChildren=!!n.autoRemoveChildren,i._sort=Ie(n.sortChildren),Wt&&wr(n.parent||Wt,Nr(i),a),n.reversed&&i.reverse(),n.paused&&i.paused(!0),n.scrollTrigger&&a0(Nr(i),n.scrollTrigger),i}var r=t.prototype;return r.to=function(a,i,s){return La(0,arguments,this),this},r.from=function(a,i,s){return La(1,arguments,this),this},r.fromTo=function(a,i,s,o){return La(2,arguments,this),this},r.set=function(a,i,s){return i.duration=0,i.parent=this,$a(i).repeatDelay||(i.repeat=0),i.immediateRender=!!i.immediateRender,new le(a,i,ir(this,s),1),this},r.call=function(a,i,s){return wr(this,le.delayedCall(0,a,i),s)},r.staggerTo=function(a,i,s,o,l,u,c){return s.duration=i,s.stagger=s.stagger||o,s.onComplete=u,s.onCompleteParams=c,s.parent=this,new le(a,s,ir(this,l)),this},r.staggerFrom=function(a,i,s,o,l,u,c){return s.runBackwards=1,$a(s).immediateRender=Ie(s.immediateRender),this.staggerTo(a,i,s,o,l,u,c)},r.staggerFromTo=function(a,i,s,o,l,u,c,f){return o.startAt=s,$a(o).immediateRender=Ie(o.immediateRender),this.staggerTo(a,i,o,l,u,c,f)},r.render=function(a,i,s){var o=this._time,l=this._dirty?this.totalDuration():this._tDur,u=this._dur,c=a<=0?0:Xt(a),f=this._zTime<0!=a<0&&(this._initted||!u),h,p,g,d,m,x,y,v,_,S,w,b;if(this!==Wt&&c>l&&a>=0&&(c=l),c!==this._tTime||s||f){if(o!==this._time&&u&&(c+=this._time-o,a+=this._time-o),h=c,_=this._start,v=this._ts,x=!v,f&&(u||(o=this._zTime),(a||!i)&&(this._zTime=a)),this._repeat){if(w=this._yoyo,m=u+this._rDelay,this._repeat<-1&&a<0)return this.totalTime(m*100+a,i,s);if(h=Xt(c%m),c===l?(d=this._repeat,h=u):(S=Xt(c/m),d=~~S,d&&d===S&&(h=u,d--),h>u&&(h=u)),S=ca(this._tTime,m),!o&&this._tTime&&S!==d&&this._tTime-S*m-this._dur<=0&&(S=d),w&&d&1&&(h=u-h,b=1),d!==S&&!this._lock){var T=w&&S&1,M=T===(w&&d&1);if(d<S&&(T=!T),o=T?0:c%u?u:c,this._lock=1,this.render(o||(b?0:Xt(d*m)),i,!u)._lock=0,this._tTime=c,!i&&this.parent&&Ze(this,"onRepeat"),this.vars.repeatRefresh&&!b&&(this.invalidate()._lock=1,S=d),o&&o!==this._time||x!==!this._ts||this.vars.onRepeat&&!this.parent&&!this._act)return this;if(u=this._dur,l=this._tDur,M&&(this._lock=2,o=T?u:-1e-4,this.render(o,!0),this.vars.repeatRefresh&&!b&&this.invalidate()),this._lock=0,!this._ts&&!x)return this;x0(this,b)}}if(this._hasPause&&!this._forcing&&this._lock<2&&(y=zw(this,Xt(o),Xt(h)),y&&(c-=h-(h=y._start))),this._tTime=c,this._time=h,this._act=!v,this._initted||(this._onUpdate=this.vars.onUpdate,this._initted=1,this._zTime=a,o=0),!o&&c&&u&&!i&&!S&&(Ze(this,"onStart"),this._tTime!==c))return this;if(h>=o&&a>=0)for(p=this._first;p;){if(g=p._next,(p._act||h>=p._start)&&p._ts&&y!==p){if(p.parent!==this)return this.render(a,i,s);if(p.render(p._ts>0?(h-p._start)*p._ts:(p._dirty?p.totalDuration():p._tDur)+(h-p._start)*p._ts,i,s),h!==this._time||!this._ts&&!x){y=0,g&&(c+=this._zTime=-qt);break}}p=g}else{p=this._last;for(var k=a<0?a:h;p;){if(g=p._prev,(p._act||k<=p._end)&&p._ts&&y!==p){if(p.parent!==this)return this.render(a,i,s);if(p.render(p._ts>0?(k-p._start)*p._ts:(p._dirty?p.totalDuration():p._tDur)+(k-p._start)*p._ts,i,s||Se&&rf(p)),h!==this._time||!this._ts&&!x){y=0,g&&(c+=this._zTime=k?-qt:qt);break}}p=g}}if(y&&!i&&(this.pause(),y.render(h>=o?0:-qt)._zTime=h>=o?1:-1,this._ts))return this._start=_,ls(this),this.render(a,i,s);this._onUpdate&&!i&&Ze(this,"onUpdate",!0),(c===l&&this._tTime>=this.totalDuration()||!c&&o)&&(_===this._start||Math.abs(v)!==Math.abs(this._ts))&&(this._lock||((a||!u)&&(c===l&&this._ts>0||!c&&this._ts<0)&&rn(this,1),!i&&!(a<0&&!o)&&(c||o||!l)&&(Ze(this,c===l&&a>=0?"onComplete":"onReverseComplete",!0),this._prom&&!(c<l&&this.timeScale()>0)&&this._prom())))}return this},r.add=function(a,i){var s=this;if(Gr(i)||(i=ir(this,i,a)),!(a instanceof ti)){if(Ee(a))return a.forEach(function(o){return s.add(o,i)}),this;if(ye(a))return this.addLabel(a,i);if(Qt(a))a=le.delayedCall(0,a);else return this}return this!==a?wr(this,a,i):this},r.getChildren=function(a,i,s,o){a===void 0&&(a=!0),i===void 0&&(i=!0),s===void 0&&(s=!0),o===void 0&&(o=-or);for(var l=[],u=this._first;u;)u._start>=o&&(u instanceof le?i&&l.push(u):(s&&l.push(u),a&&l.push.apply(l,u.getChildren(!0,i,s)))),u=u._next;return l},r.getById=function(a){for(var i=this.getChildren(1,1,1),s=i.length;s--;)if(i[s].vars.id===a)return i[s]},r.remove=function(a){return ye(a)?this.removeLabel(a):Qt(a)?this.killTweensOf(a):(a.parent===this&&os(this,a),a===this._recent&&(this._recent=this._last),bn(this))},r.totalTime=function(a,i){return arguments.length?(this._forcing=1,!this._dp&&this._ts&&(this._start=Xt(Ve.time-(this._ts>0?a/this._ts:(this.totalDuration()-a)/-this._ts))),e.prototype.totalTime.call(this,a,i),this._forcing=0,this):this._tTime},r.addLabel=function(a,i){return this.labels[a]=ir(this,i),this},r.removeLabel=function(a){return delete this.labels[a],this},r.addPause=function(a,i,s){var o=le.delayedCall(0,i||Za,s);return o.data="isPause",this._hasPause=1,wr(this,o,ir(this,a))},r.removePause=function(a){var i=this._first;for(a=ir(this,a);i;)i._start===a&&i.data==="isPause"&&rn(i),i=i._next},r.killTweensOf=function(a,i,s){for(var o=this.getTweensOf(a,s),l=o.length;l--;)Zr!==o[l]&&o[l].kill(a,i);return this},r.getTweensOf=function(a,i){for(var s=[],o=lr(a),l=this._first,u=Gr(i),c;l;)l instanceof le?Pw(l._targets,o)&&(u?(!Zr||l._initted&&l._ts)&&l.globalTime(0)<=i&&l.globalTime(l.totalDuration())>i:!i||l.isActive())&&s.push(l):(c=l.getTweensOf(o,i)).length&&s.push.apply(s,c),l=l._next;return s},r.tweenTo=function(a,i){i=i||{};var s=this,o=ir(s,a),l=i,u=l.startAt,c=l.onStart,f=l.onStartParams,h=l.immediateRender,p,g=le.to(s,rr({ease:i.ease||"none",lazy:!1,immediateRender:!1,time:o,overwrite:"auto",duration:i.duration||Math.abs((o-(u&&"time"in u?u.time:s._time))/s.timeScale())||qt,onStart:function(){if(s.pause(),!p){var m=i.duration||Math.abs((o-(u&&"time"in u?u.time:s._time))/s.timeScale());g._dur!==m&&fa(g,m,0,1).render(g._time,!0,!0),p=1}c&&c.apply(g,f||[])}},i));return h?g.render(0):g},r.tweenFromTo=function(a,i,s){return this.tweenTo(i,rr({startAt:{time:ir(this,a)}},s))},r.recent=function(){return this._recent},r.nextLabel=function(a){return a===void 0&&(a=this._time),Sh(this,ir(this,a))},r.previousLabel=function(a){return a===void 0&&(a=this._time),Sh(this,ir(this,a),1)},r.currentLabel=function(a){return arguments.length?this.seek(a,!0):this.previousLabel(this._time+qt)},r.shiftChildren=function(a,i,s){s===void 0&&(s=0);var o=this._first,l=this.labels,u;for(a=Xt(a);o;)o._start>=s&&(o._start+=a,o._end+=a),o=o._next;if(i)for(u in l)l[u]>=s&&(l[u]+=a);return bn(this)},r.invalidate=function(a){var i=this._first;for(this._lock=0;i;)i.invalidate(a),i=i._next;return e.prototype.invalidate.call(this,a)},r.clear=function(a){a===void 0&&(a=!0);for(var i=this._first,s;i;)s=i._next,this.remove(i),i=s;return this._dp&&(this._time=this._tTime=this._pTime=0),a&&(this.labels={}),bn(this)},r.totalDuration=function(a){var i=0,s=this,o=s._last,l=or,u,c,f;if(arguments.length)return s.timeScale((s._repeat<0?s.duration():s.totalDuration())/(s.reversed()?-a:a));if(s._dirty){for(f=s.parent;o;)u=o._prev,o._dirty&&o.totalDuration(),c=o._start,c>l&&s._sort&&o._ts&&!s._lock?(s._lock=1,wr(s,o,c-o._delay,1)._lock=0):l=c,c<0&&o._ts&&(i-=c,(!f&&!s._dp||f&&f.smoothChildTiming)&&(s._start+=Xt(c/s._ts),s._time-=c,s._tTime-=c),s.shiftChildren(-c,!1,-1/0),l=0),o._end>i&&o._ts&&(i=o._end),o=u;fa(s,s===Wt&&s._time>i?s._time:i,1,1),s._dirty=0}return s._tDur},t.updateRoot=function(a){if(Wt._ts&&(Jm(Wt,Ki(a,Wt)),Zm=Ve.frame),Ve.frame>=xh){xh+=Je.autoSleep||120;var i=Wt._first;if((!i||!i._ts)&&Je.autoSleep&&Ve._listeners.length<2){for(;i&&!i._ts;)i=i._next;i||Ve.sleep()}}},t})(ti);rr(Oe.prototype,{_lock:0,_hasPause:0,_forcing:0});var rS=function(t,r,n,a,i,s,o){var l=new Be(this._pt,t,r,0,1,C0,null,i),u=0,c=0,f,h,p,g,d,m,x,y;for(l.b=n,l.e=a,n+="",a+="",(x=~a.indexOf("random("))&&(a=Qa(a)),s&&(y=[n,a],s(y,t,r),n=y[0],a=y[1]),h=n.match(Ls)||[];f=Ls.exec(a);)g=f[0],d=a.substring(u,f.index),p?p=(p+1)%5:d.substr(-5)==="rgba("&&(p=1),g!==h[c++]&&(m=parseFloat(h[c-1])||0,l._pt={_next:l._pt,p:d||c===1?d:",",s:m,c:g.charAt(1)==="="?Vn(m,g)-m:parseFloat(g)-m,m:p&&p<4?Math.round:0},u=Ls.lastIndex);return l.c=u<a.length?a.substring(u,a.length):"",l.fp=o,(Xm.test(a)||x)&&(l.e=0),this._pt=l,l},nf=function(t,r,n,a,i,s,o,l,u,c){Qt(a)&&(a=a(i||0,t,s));var f=t[r],h=n!=="get"?n:Qt(f)?u?t[r.indexOf("set")||!Qt(t["get"+r.substr(3)])?r:"get"+r.substr(3)](u):t[r]():f,p=Qt(f)?u?oS:M0:sf,g;if(ye(a)&&(~a.indexOf("random(")&&(a=Qa(a)),a.charAt(1)==="="&&(g=Vn(h,a)+(Re(h)||0),(g||g===0)&&(a=g))),!c||h!==a||yc)return!isNaN(h*a)&&a!==""?(g=new Be(this._pt,t,r,+h||0,a-(h||0),typeof f=="boolean"?uS:A0,0,p),u&&(g.fp=u),o&&g.modifier(o,this,t),this._pt=g):(!f&&!(r in t)&&Qc(r,a),rS.call(this,t,r,h,a,p,l||Je.stringFilter,u))},nS=function(t,r,n,a,i){if(Qt(t)&&(t=qa(t,i,r,n,a)),!Ar(t)||t.style&&t.nodeType||Ee(t)||jm(t))return ye(t)?qa(t,i,r,n,a):t;var s={},o;for(o in t)s[o]=qa(t[o],i,r,n,a);return s},w0=function(t,r,n,a,i,s){var o,l,u,c;if(Ke[t]&&(o=new Ke[t]).init(i,o.rawVars?r[t]:nS(r[t],a,i,s,n),n,a,s)!==!1&&(n._pt=l=new Be(n._pt,i,t,0,1,o.render,o,0,o.priority),n!==Xn))for(u=n._ptLookup[n._targets.indexOf(i)],c=o._props.length;c--;)u[o._props[c]]=l;return o},Zr,yc,af=function e(t,r,n){var a=t.vars,i=a.ease,s=a.startAt,o=a.immediateRender,l=a.lazy,u=a.onUpdate,c=a.runBackwards,f=a.yoyoEase,h=a.keyframes,p=a.autoRevert,g=t._dur,d=t._startAt,m=t._targets,x=t.parent,y=x&&x.data==="nested"?x.vars.targets:m,v=t._overwrite==="auto"&&!Wc,_=t.timeline,S,w,b,T,M,k,C,P,R,F,z,L,O;if(_&&(!h||!i)&&(i="none"),t._ease=wn(i,la.ease),t._yEase=f?_0(wn(f===!0?i:f,la.ease)):0,f&&t._yoyo&&!t._repeat&&(f=t._yEase,t._yEase=t._ease,t._ease=f),t._from=!_&&!!a.runBackwards,!_||h&&!a.stagger){if(P=m[0]?vn(m[0]).harness:0,L=P&&a[P.prop],S=Wi(a,Jc),d&&(d._zTime<0&&d.progress(1),r<0&&c&&o&&!p?d.render(-1,!0):d.revert(c&&g?Ei:Dw),d._lazy=0),s){if(rn(t._startAt=le.set(m,rr({data:"isStart",overwrite:!1,parent:x,immediateRender:!0,lazy:!d&&Ie(l),startAt:null,delay:0,onUpdate:u&&function(){return Ze(t,"onUpdate")},stagger:0},s))),t._startAt._dp=0,t._startAt._sat=t,r<0&&(Se||!o&&!p)&&t._startAt.revert(Ei),o&&g&&r<=0&&n<=0){r&&(t._zTime=r);return}}else if(c&&g&&!d){if(r&&(o=!1),b=rr({overwrite:!1,data:"isFromStart",lazy:o&&!d&&Ie(l),immediateRender:o,stagger:0,parent:x},S),L&&(b[P.prop]=L),rn(t._startAt=le.set(m,b)),t._startAt._dp=0,t._startAt._sat=t,r<0&&(Se?t._startAt.revert(Ei):t._startAt.render(-1,!0)),t._zTime=r,!o)e(t._startAt,qt,qt);else if(!r)return}for(t._pt=t._ptCache=0,l=g&&Ie(l)||l&&!g,w=0;w<m.length;w++){if(M=m[w],C=M._gsap||ef(m)[w]._gsap,t._ptLookup[w]=F={},fc[C.id]&&tn.length&&Xi(),z=y===m?w:y.indexOf(M),P&&(R=new P).init(M,L||S,t,z,y)!==!1&&(t._pt=T=new Be(t._pt,M,R.name,0,1,R.render,R,0,R.priority),R._props.forEach(function(j){F[j]=T}),R.priority&&(k=1)),!P||L)for(b in S)Ke[b]&&(R=w0(b,S,t,z,M,y))?R.priority&&(k=1):F[b]=T=nf.call(t,M,b,"get",S[b],z,y,0,a.stringFilter);t._op&&t._op[w]&&t.kill(M,t._op[w]),v&&t._pt&&(Zr=t,Wt.killTweensOf(M,F,t.globalTime(r)),O=!t.parent,Zr=0),t._pt&&l&&(fc[C.id]=1)}k&&k0(t),t._onInit&&t._onInit(t)}t._onUpdate=u,t._initted=(!t._op||t._pt)&&!O,h&&r<=0&&_.render(or,!0,!0)},aS=function(t,r,n,a,i,s,o,l){var u=(t._pt&&t._ptCache||(t._ptCache={}))[r],c,f,h,p;if(!u)for(u=t._ptCache[r]=[],h=t._ptLookup,p=t._targets.length;p--;){if(c=h[p][r],c&&c.d&&c.d._pt)for(c=c.d._pt;c&&c.p!==r&&c.fp!==r;)c=c._next;if(!c)return yc=1,t.vars[r]="+=0",af(t,o),yc=0,l?Va(r+" not eligible for reset"):1;u.push(c)}for(p=u.length;p--;)f=u[p],c=f._pt||f,c.s=(a||a===0)&&!i?a:c.s+(a||0)+s*c.c,c.c=n-c.s,f.e&&(f.e=ae(n)+Re(f.e)),f.b&&(f.b=c.s+Re(f.b))},iS=function(t,r){var n=t[0]?vn(t[0]).harness:0,a=n&&n.aliases,i,s,o,l;if(!a)return r;i=ua({},r);for(s in a)if(s in i)for(l=a[s].split(","),o=l.length;o--;)i[l[o]]=i[s];return i},sS=function(t,r,n,a){var i=r.ease||a||"power1.inOut",s,o;if(Ee(r))o=n[t]||(n[t]=[]),r.forEach(function(l,u){return o.push({t:u/(r.length-1)*100,v:l,e:i})});else for(s in r)o=n[s]||(n[s]=[]),s==="ease"||o.push({t:parseFloat(t),v:r[s],e:i})},qa=function(t,r,n,a,i){return Qt(t)?t.call(r,n,a,i):ye(t)&&~t.indexOf("random(")?Qa(t):t},S0=tf+"repeat,repeatDelay,yoyo,repeatRefresh,yoyoEase,autoRevert",T0={};ze(S0+",id,stagger,delay,duration,paused,scrollTrigger",function(e){return T0[e]=1});var le=(function(e){Hm(t,e);function t(n,a,i,s){var o;typeof a=="number"&&(i.duration=a,a=i,i=null),o=e.call(this,s?a:$a(a))||this;var l=o.vars,u=l.duration,c=l.delay,f=l.immediateRender,h=l.stagger,p=l.overwrite,g=l.keyframes,d=l.defaults,m=l.scrollTrigger,x=l.yoyoEase,y=a.parent||Wt,v=(Ee(n)||jm(n)?Gr(n[0]):"length"in a)?[n]:lr(n),_,S,w,b,T,M,k,C;if(o._targets=v.length?ef(v):Va("GSAP target "+n+" not found. https://gsap.com",!Je.nullTargetWarn)||[],o._ptLookup=[],o._overwrite=p,g||h||vi(u)||vi(c)){if(a=o.vars,_=o.timeline=new Oe({data:"nested",defaults:d||{},targets:y&&y.data==="nested"?y.vars.targets:v}),_.kill(),_.parent=_._dp=Nr(o),_._start=0,h||vi(u)||vi(c)){if(b=v.length,k=h&&l0(h),Ar(h))for(T in h)~S0.indexOf(T)&&(C||(C={}),C[T]=h[T]);for(S=0;S<b;S++)w=Wi(a,T0),w.stagger=0,x&&(w.yoyoEase=x),C&&ua(w,C),M=v[S],w.duration=+qa(u,Nr(o),S,M,v),w.delay=(+qa(c,Nr(o),S,M,v)||0)-o._delay,!h&&b===1&&w.delay&&(o._delay=c=w.delay,o._start+=c,w.delay=0),_.to(M,w,k?k(S,M,v):0),_._ease=wt.none;_.duration()?u=c=0:o.timeline=0}else if(g){$a(rr(_.vars.defaults,{ease:"none"})),_._ease=wn(g.ease||a.ease||"none");var P=0,R,F,z;if(Ee(g))g.forEach(function(L){return _.to(v,L,">")}),_.duration();else{w={};for(T in g)T==="ease"||T==="easeEach"||sS(T,g[T],w,g.easeEach);for(T in w)for(R=w[T].sort(function(L,O){return L.t-O.t}),P=0,S=0;S<R.length;S++)F=R[S],z={ease:F.e,duration:(F.t-(S?R[S-1].t:0))/100*u},z[T]=F.v,_.to(v,z,P),P+=z.duration;_.duration()<u&&_.to({},{duration:u-_.duration()})}}u||o.duration(u=_.duration())}else o.timeline=0;return p===!0&&!Wc&&(Zr=Nr(o),Wt.killTweensOf(v),Zr=0),wr(y,Nr(o),i),a.reversed&&o.reverse(),a.paused&&o.paused(!0),(f||!u&&!g&&o._start===Xt(y._time)&&Ie(f)&&Lw(Nr(o))&&y.data!=="nested")&&(o._tTime=-qt,o.render(Math.max(0,-c)||0)),m&&a0(Nr(o),m),o}var r=t.prototype;return r.render=function(a,i,s){var o=this._time,l=this._tDur,u=this._dur,c=a<0,f=a>l-qt&&!c?l:a<qt?0:a,h,p,g,d,m,x,y,v,_;if(!u)Iw(this,a,i,s);else if(f!==this._tTime||!a||s||!this._initted&&this._tTime||this._startAt&&this._zTime<0!==c||this._lazy){if(h=f,v=this.timeline,this._repeat){if(d=u+this._rDelay,this._repeat<-1&&c)return this.totalTime(d*100+a,i,s);if(h=Xt(f%d),f===l?(g=this._repeat,h=u):(m=Xt(f/d),g=~~m,g&&g===m?(h=u,g--):h>u&&(h=u)),x=this._yoyo&&g&1,x&&(_=this._yEase,h=u-h),m=ca(this._tTime,d),h===o&&!s&&this._initted&&g===m)return this._tTime=f,this;g!==m&&(v&&this._yEase&&x0(v,x),this.vars.repeatRefresh&&!x&&!this._lock&&h!==d&&this._initted&&(this._lock=s=1,this.render(Xt(d*g),!0).invalidate()._lock=0))}if(!this._initted){if(i0(this,c?a:h,s,i,f))return this._tTime=0,this;if(o!==this._time&&!(s&&this.vars.repeatRefresh&&g!==m))return this;if(u!==this._dur)return this.render(a,i,s)}if(this._tTime=f,this._time=h,!this._act&&this._ts&&(this._act=1,this._lazy=0),this.ratio=y=(_||this._ease)(h/u),this._from&&(this.ratio=y=1-y),!o&&f&&!i&&!m&&(Ze(this,"onStart"),this._tTime!==f))return this;for(p=this._pt;p;)p.r(y,p.d),p=p._next;v&&v.render(a<0?a:v._dur*v._ease(h/this._dur),i,s)||this._startAt&&(this._zTime=a),this._onUpdate&&!i&&(c&&hc(this,a,i,s),Ze(this,"onUpdate")),this._repeat&&g!==m&&this.vars.onRepeat&&!i&&this.parent&&Ze(this,"onRepeat"),(f===this._tDur||!f)&&this._tTime===f&&(c&&!this._onUpdate&&hc(this,a,!0,!0),(a||!u)&&(f===this._tDur&&this._ts>0||!f&&this._ts<0)&&rn(this,1),!i&&!(c&&!o)&&(f||o||x)&&(Ze(this,f===l?"onComplete":"onReverseComplete",!0),this._prom&&!(f<l&&this.timeScale()>0)&&this._prom()))}return this},r.targets=function(){return this._targets},r.invalidate=function(a){return(!a||!this.vars.runBackwards)&&(this._startAt=0),this._pt=this._op=this._onUpdate=this._lazy=this.ratio=0,this._ptLookup=[],this.timeline&&this.timeline.invalidate(a),e.prototype.invalidate.call(this,a)},r.resetTo=function(a,i,s,o,l){Ja||Ve.wake(),this._ts||this.play();var u=Math.min(this._dur,(this._dp._time-this._start)*this._ts),c;return this._initted||af(this,u),c=this._ease(u/this._dur),aS(this,a,i,s,o,c,u,l)?this.resetTo(a,i,s,o,1):(us(this,0),this.parent||r0(this._dp,this,"_first","_last",this._dp._sort?"_start":0),this.render(0))},r.kill=function(a,i){if(i===void 0&&(i="all"),!a&&(!i||i==="all"))return this._lazy=this._pt=0,this.parent?Oa(this):this.scrollTrigger&&this.scrollTrigger.kill(!!Se),this;if(this.timeline){var s=this.timeline.totalDuration();return this.timeline.killTweensOf(a,i,Zr&&Zr.vars.overwrite!==!0)._first||Oa(this),this.parent&&s!==this.timeline.totalDuration()&&fa(this,this._dur*this.timeline._tDur/s,0,1),this}var o=this._targets,l=a?lr(a):o,u=this._ptLookup,c=this._pt,f,h,p,g,d,m,x;if((!i||i==="all")&&Nw(o,l))return i==="all"&&(this._pt=0),Oa(this);for(f=this._op=this._op||[],i!=="all"&&(ye(i)&&(d={},ze(i,function(y){return d[y]=1}),i=d),i=iS(o,i)),x=o.length;x--;)if(~l.indexOf(o[x])){h=u[x],i==="all"?(f[x]=i,g=h,p={}):(p=f[x]=f[x]||{},g=i);for(d in g)m=h&&h[d],m&&((!("kill"in m.d)||m.d.kill(d)===!0)&&os(this,m,"_pt"),delete h[d]),p!=="all"&&(p[d]=1)}return this._initted&&!this._pt&&c&&Oa(this),this},t.to=function(a,i){return new t(a,i,arguments[2])},t.from=function(a,i){return La(1,arguments)},t.delayedCall=function(a,i,s,o){return new t(i,0,{immediateRender:!1,lazy:!1,overwrite:!1,delay:a,onComplete:i,onReverseComplete:i,onCompleteParams:s,onReverseCompleteParams:s,callbackScope:o})},t.fromTo=function(a,i,s){return La(2,arguments)},t.set=function(a,i){return i.duration=0,i.repeatDelay||(i.repeat=0),new t(a,i)},t.killTweensOf=function(a,i,s){return Wt.killTweensOf(a,i,s)},t})(ti);rr(le.prototype,{_targets:[],_lazy:0,_startAt:0,_op:0,_onInit:0});ze("staggerTo,staggerFrom,staggerFromTo",function(e){le[e]=function(){var t=new Oe,r=dc.call(arguments,0);return r.splice(e==="staggerFromTo"?5:4,0,0),t[e].apply(t,r)}});var sf=function(t,r,n){return t[r]=n},M0=function(t,r,n){return t[r](n)},oS=function(t,r,n,a){return t[r](a.fp,n)},lS=function(t,r,n){return t.setAttribute(r,n)},of=function(t,r){return Qt(t[r])?M0:Kc(t[r])&&t.setAttribute?lS:sf},A0=function(t,r){return r.set(r.t,r.p,Math.round((r.s+r.c*t)*1e6)/1e6,r)},uS=function(t,r){return r.set(r.t,r.p,!!(r.s+r.c*t),r)},C0=function(t,r){var n=r._pt,a="";if(!t&&r.b)a=r.b;else if(t===1&&r.e)a=r.e;else{for(;n;)a=n.p+(n.m?n.m(n.s+n.c*t):Math.round((n.s+n.c*t)*1e4)/1e4)+a,n=n._next;a+=r.c}r.set(r.t,r.p,a,r)},lf=function(t,r){for(var n=r._pt;n;)n.r(t,n.d),n=n._next},cS=function(t,r,n,a){for(var i=this._pt,s;i;)s=i._next,i.p===a&&i.modifier(t,r,n),i=s},fS=function(t){for(var r=this._pt,n,a;r;)a=r._next,r.p===t&&!r.op||r.op===t?os(this,r,"_pt"):r.dep||(n=1),r=a;return!n},hS=function(t,r,n,a){a.mSet(t,r,a.m.call(a.tween,n,a.mt),a)},k0=function(t){for(var r=t._pt,n,a,i,s;r;){for(n=r._next,a=i;a&&a.pr>r.pr;)a=a._next;(r._prev=a?a._prev:s)?r._prev._next=r:i=r,(r._next=a)?a._prev=r:s=r,r=n}t._pt=i},Be=(function(){function e(r,n,a,i,s,o,l,u,c){this.t=n,this.s=i,this.c=s,this.p=a,this.r=o||A0,this.d=l||this,this.set=u||sf,this.pr=c||0,this._next=r,r&&(r._prev=this)}var t=e.prototype;return t.modifier=function(n,a,i){this.mSet=this.mSet||this.set,this.set=hS,this.m=n,this.mt=i,this.tween=a},e})();ze(tf+"parent,duration,ease,delay,overwrite,runBackwards,startAt,yoyo,immediateRender,repeat,repeatDelay,data,paused,reversed,lazy,callbackScope,stringFilter,id,yoyoEase,stagger,inherit,repeatRefresh,keyframes,autoRevert,scrollTrigger",function(e){return Jc[e]=1});er.TweenMax=er.TweenLite=le;er.TimelineLite=er.TimelineMax=Oe;Wt=new Oe({sortChildren:!1,defaults:la,autoRemoveChildren:!0,id:"root",smoothChildTiming:!0});Je.stringFilter=y0;var Sn=[],Oi={},pS=[],Mh=0,dS=0,Us=function(t){return(Oi[t]||pS).map(function(r){return r()})},_c=function(){var t=Date.now(),r=[];t-Mh>2&&(Us("matchMediaInit"),Sn.forEach(function(n){var a=n.queries,i=n.conditions,s,o,l,u;for(o in a)s=br.matchMedia(a[o]).matches,s&&(l=1),s!==i[o]&&(i[o]=s,u=1);u&&(n.revert(),l&&r.push(n))}),Us("matchMediaRevert"),r.forEach(function(n){return n.onMatch(n,function(a){return n.add(null,a)})}),Mh=t,Us("matchMedia"))},R0=(function(){function e(r,n){this.selector=n&&gc(n),this.data=[],this._r=[],this.isReverted=!1,this.id=dS++,r&&this.add(r)}var t=e.prototype;return t.add=function(n,a,i){Qt(n)&&(i=a,a=n,n=Qt);var s=this,o=function(){var u=Gt,c=s.selector,f;return u&&u!==s&&u.data.push(s),i&&(s.selector=gc(i)),Gt=s,f=a.apply(s,arguments),Qt(f)&&s._r.push(f),Gt=u,s.selector=c,s.isReverted=!1,f};return s.last=o,n===Qt?o(s,function(l){return s.add(null,l)}):n?s[n]=o:o},t.ignore=function(n){var a=Gt;Gt=null,n(this),Gt=a},t.getTweens=function(){var n=[];return this.data.forEach(function(a){return a instanceof e?n.push.apply(n,a.getTweens()):a instanceof le&&!(a.parent&&a.parent.data==="nested")&&n.push(a)}),n},t.clear=function(){this._r.length=this.data.length=0},t.kill=function(n,a){var i=this;if(n?(function(){for(var o=i.getTweens(),l=i.data.length,u;l--;)u=i.data[l],u.data==="isFlip"&&(u.revert(),u.getChildren(!0,!0,!1).forEach(function(c){return o.splice(o.indexOf(c),1)}));for(o.map(function(c){return{g:c._dur||c._delay||c._sat&&!c._sat.vars.immediateRender?c.globalTime(0):-1/0,t:c}}).sort(function(c,f){return f.g-c.g||-1/0}).forEach(function(c){return c.t.revert(n)}),l=i.data.length;l--;)u=i.data[l],u instanceof Oe?u.data!=="nested"&&(u.scrollTrigger&&u.scrollTrigger.revert(),u.kill()):!(u instanceof le)&&u.revert&&u.revert(n);i._r.forEach(function(c){return c(n,i)}),i.isReverted=!0})():this.data.forEach(function(o){return o.kill&&o.kill()}),this.clear(),a)for(var s=Sn.length;s--;)Sn[s].id===this.id&&Sn.splice(s,1)},t.revert=function(n){this.kill(n||{})},e})(),gS=(function(){function e(r){this.contexts=[],this.scope=r,Gt&&Gt.data.push(this)}var t=e.prototype;return t.add=function(n,a,i){Ar(n)||(n={matches:n});var s=new R0(0,i||this.scope),o=s.conditions={},l,u,c;Gt&&!s.selector&&(s.selector=Gt.selector),this.contexts.push(s),a=s.add("onMatch",a),s.queries=n;for(u in n)u==="all"?c=1:(l=br.matchMedia(n[u]),l&&(Sn.indexOf(s)<0&&Sn.push(s),(o[u]=l.matches)&&(c=1),l.addListener?l.addListener(_c):l.addEventListener("change",_c)));return c&&a(s,function(f){return s.add(null,f)}),this},t.revert=function(n){this.kill(n||{})},t.kill=function(n){this.contexts.forEach(function(a){return a.kill(n,!0)})},e})(),Vi={registerPlugin:function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];r.forEach(function(a){return d0(a)})},timeline:function(t){return new Oe(t)},getTweensOf:function(t,r){return Wt.getTweensOf(t,r)},getProperty:function(t,r,n,a){ye(t)&&(t=lr(t)[0]);var i=vn(t||{}).get,s=n?e0:t0;return n==="native"&&(n=""),t&&(r?s((Ke[r]&&Ke[r].get||i)(t,r,n,a)):function(o,l,u){return s((Ke[o]&&Ke[o].get||i)(t,o,l,u))})},quickSetter:function(t,r,n){if(t=lr(t),t.length>1){var a=t.map(function(c){return He.quickSetter(c,r,n)}),i=a.length;return function(c){for(var f=i;f--;)a[f](c)}}t=t[0]||{};var s=Ke[r],o=vn(t),l=o.harness&&(o.harness.aliases||{})[r]||r,u=s?function(c){var f=new s;Xn._pt=0,f.init(t,n?c+n:c,Xn,0,[t]),f.render(1,f),Xn._pt&&lf(1,Xn)}:o.set(t,l);return s?u:function(c){return u(t,l,n?c+n:c,o,1)}},quickTo:function(t,r,n){var a,i=He.to(t,rr((a={},a[r]="+=0.1",a.paused=!0,a.stagger=0,a),n||{})),s=function(l,u,c){return i.resetTo(r,l,u,c)};return s.tween=i,s},isTweening:function(t){return Wt.getTweensOf(t,!0).length>0},defaults:function(t){return t&&t.ease&&(t.ease=wn(t.ease,la.ease)),vh(la,t||{})},config:function(t){return vh(Je,t||{})},registerEffect:function(t){var r=t.name,n=t.effect,a=t.plugins,i=t.defaults,s=t.extendTimeline;(a||"").split(",").forEach(function(o){return o&&!Ke[o]&&!er[o]&&Va(r+" effect requires "+o+" plugin.")}),qs[r]=function(o,l,u){return n(lr(o),rr(l||{},i),u)},s&&(Oe.prototype[r]=function(o,l,u){return this.add(qs[r](o,Ar(l)?l:(u=l)&&{},this),u)})},registerEase:function(t,r){wt[t]=wn(r)},parseEase:function(t,r){return arguments.length?wn(t,r):wt},getById:function(t){return Wt.getById(t)},exportRoot:function(t,r){t===void 0&&(t={});var n=new Oe(t),a,i;for(n.smoothChildTiming=Ie(t.smoothChildTiming),Wt.remove(n),n._dp=0,n._time=n._tTime=Wt._time,a=Wt._first;a;)i=a._next,(r||!(!a._dur&&a instanceof le&&a.vars.onComplete===a._targets[0]))&&wr(n,a,a._start-a._delay),a=i;return wr(Wt,n,0),n},context:function(t,r){return t?new R0(t,r):Gt},matchMedia:function(t){return new gS(t)},matchMediaRefresh:function(){return Sn.forEach(function(t){var r=t.conditions,n,a;for(a in r)r[a]&&(r[a]=!1,n=1);n&&t.revert()})||_c()},addEventListener:function(t,r){var n=Oi[t]||(Oi[t]=[]);~n.indexOf(r)||n.push(r)},removeEventListener:function(t,r){var n=Oi[t],a=n&&n.indexOf(r);a>=0&&n.splice(a,1)},utils:{wrap:Xw,wrapYoyo:Ww,distribute:l0,random:c0,snap:u0,normalize:Yw,getUnit:Re,clamp:Uw,splitColor:g0,toArray:lr,selector:gc,mapRange:h0,pipe:Gw,unitize:jw,interpolate:Kw,shuffle:o0},install:Km,effects:qs,ticker:Ve,updateRoot:Oe.updateRoot,plugins:Ke,globalTimeline:Wt,core:{PropTween:Be,globals:Vm,Tween:le,Timeline:Oe,Animation:ti,getCache:vn,_removeLinkedListItem:os,reverting:function(){return Se},context:function(t){return t&&Gt&&(Gt.data.push(t),t._ctx=Gt),Gt},suppressOverwrites:function(t){return Wc=t}}};ze("to,from,fromTo,delayedCall,set,killTweensOf",function(e){return Vi[e]=le[e]});Ve.add(Oe.updateRoot);Xn=Vi.to({},{duration:0});var mS=function(t,r){for(var n=t._pt;n&&n.p!==r&&n.op!==r&&n.fp!==r;)n=n._next;return n},yS=function(t,r){var n=t._targets,a,i,s;for(a in r)for(i=n.length;i--;)s=t._ptLookup[i][a],s&&(s=s.d)&&(s._pt&&(s=mS(s,a)),s&&s.modifier&&s.modifier(r[a],t,n[i],a))},Hs=function(t,r){return{name:t,headless:1,rawVars:1,init:function(a,i,s){s._onInit=function(o){var l,u;if(ye(i)&&(l={},ze(i,function(c){return l[c]=1}),i=l),r){l={};for(u in i)l[u]=r(i[u]);i=l}yS(o,i)}}}},He=Vi.registerPlugin({name:"attr",init:function(t,r,n,a,i){var s,o,l;this.tween=n;for(s in r)l=t.getAttribute(s)||"",o=this.add(t,"setAttribute",(l||0)+"",r[s],a,i,0,0,s),o.op=s,o.b=l,this._props.push(s)},render:function(t,r){for(var n=r._pt;n;)Se?n.set(n.t,n.p,n.b,n):n.r(t,n.d),n=n._next}},{name:"endArray",headless:1,init:function(t,r){for(var n=r.length;n--;)this.add(t,n,t[n]||0,r[n],0,0,0,0,0,1)}},Hs("roundProps",mc),Hs("modifiers"),Hs("snap",u0))||Vi;le.version=Oe.version=He.version="3.14.2";Wm=1;Vc()&&ha();wt.Power0;wt.Power1;wt.Power2;wt.Power3;wt.Power4;wt.Linear;wt.Quad;wt.Cubic;wt.Quart;wt.Quint;wt.Strong;wt.Elastic;wt.Back;wt.SteppedEase;wt.Bounce;wt.Sine;wt.Expo;wt.Circ;/*!
9
+ * CSSPlugin 3.14.2
10
+ * https://gsap.com
11
+ *
12
+ * Copyright 2008-2025, GreenSock. All rights reserved.
13
+ * Subject to the terms at https://gsap.com/standard-license
14
+ * @author: Jack Doyle, jack@greensock.com
15
+ */var Ah,Qr,Zn,uf,yn,Ch,cf,_S=function(){return typeof window<"u"},jr={},gn=180/Math.PI,Qn=Math.PI/180,Bn=Math.atan2,kh=1e8,ff=/([A-Z])/g,xS=/(left|right|width|margin|padding|x)/i,vS=/[\s,\(]\S/,Sr={autoAlpha:"opacity,visibility",scale:"scaleX,scaleY",alpha:"opacity"},xc=function(t,r){return r.set(r.t,r.p,Math.round((r.s+r.c*t)*1e4)/1e4+r.u,r)},bS=function(t,r){return r.set(r.t,r.p,t===1?r.e:Math.round((r.s+r.c*t)*1e4)/1e4+r.u,r)},wS=function(t,r){return r.set(r.t,r.p,t?Math.round((r.s+r.c*t)*1e4)/1e4+r.u:r.b,r)},SS=function(t,r){return r.set(r.t,r.p,t===1?r.e:t?Math.round((r.s+r.c*t)*1e4)/1e4+r.u:r.b,r)},TS=function(t,r){var n=r.s+r.c*t;r.set(r.t,r.p,~~(n+(n<0?-.5:.5))+r.u,r)},E0=function(t,r){return r.set(r.t,r.p,t?r.e:r.b,r)},D0=function(t,r){return r.set(r.t,r.p,t!==1?r.b:r.e,r)},MS=function(t,r,n){return t.style[r]=n},AS=function(t,r,n){return t.style.setProperty(r,n)},CS=function(t,r,n){return t._gsap[r]=n},kS=function(t,r,n){return t._gsap.scaleX=t._gsap.scaleY=n},RS=function(t,r,n,a,i){var s=t._gsap;s.scaleX=s.scaleY=n,s.renderTransform(i,s)},ES=function(t,r,n,a,i){var s=t._gsap;s[r]=n,s.renderTransform(i,s)},Kt="transform",Ue=Kt+"Origin",DS=function e(t,r){var n=this,a=this.target,i=a.style,s=a._gsap;if(t in jr&&i){if(this.tfm=this.tfm||{},t!=="transform")t=Sr[t]||t,~t.indexOf(",")?t.split(",").forEach(function(o){return n.tfm[o]=$r(a,o)}):this.tfm[t]=s.x?s[t]:$r(a,t),t===Ue&&(this.tfm.zOrigin=s.zOrigin);else return Sr.transform.split(",").forEach(function(o){return e.call(n,o,r)});if(this.props.indexOf(Kt)>=0)return;s.svg&&(this.svgo=a.getAttribute("data-svg-origin"),this.props.push(Ue,r,"")),t=Kt}(i||r)&&this.props.push(t,r,i[t])},O0=function(t){t.translate&&(t.removeProperty("translate"),t.removeProperty("scale"),t.removeProperty("rotate"))},OS=function(){var t=this.props,r=this.target,n=r.style,a=r._gsap,i,s;for(i=0;i<t.length;i+=3)t[i+1]?t[i+1]===2?r[t[i]](t[i+2]):r[t[i]]=t[i+2]:t[i+2]?n[t[i]]=t[i+2]:n.removeProperty(t[i].substr(0,2)==="--"?t[i]:t[i].replace(ff,"-$1").toLowerCase());if(this.tfm){for(s in this.tfm)a[s]=this.tfm[s];a.svg&&(a.renderTransform(),r.setAttribute("data-svg-origin",this.svgo||"")),i=cf(),(!i||!i.isStart)&&!n[Kt]&&(O0(n),a.zOrigin&&n[Ue]&&(n[Ue]+=" "+a.zOrigin+"px",a.zOrigin=0,a.renderTransform()),a.uncache=1)}},P0=function(t,r){var n={target:t,props:[],revert:OS,save:DS};return t._gsap||He.core.getCache(t),r&&t.style&&t.nodeType&&r.split(",").forEach(function(a){return n.save(a)}),n},F0,vc=function(t,r){var n=Qr.createElementNS?Qr.createElementNS((r||"http://www.w3.org/1999/xhtml").replace(/^https/,"http"),t):Qr.createElement(t);return n&&n.style?n:Qr.createElement(t)},Qe=function e(t,r,n){var a=getComputedStyle(t);return a[r]||a.getPropertyValue(r.replace(ff,"-$1").toLowerCase())||a.getPropertyValue(r)||!n&&e(t,pa(r)||r,1)||""},Rh="O,Moz,ms,Ms,Webkit".split(","),pa=function(t,r,n){var a=r||yn,i=a.style,s=5;if(t in i&&!n)return t;for(t=t.charAt(0).toUpperCase()+t.substr(1);s--&&!(Rh[s]+t in i););return s<0?null:(s===3?"ms":s>=0?Rh[s]:"")+t},bc=function(){_S()&&window.document&&(Ah=window,Qr=Ah.document,Zn=Qr.documentElement,yn=vc("div")||{style:{}},vc("div"),Kt=pa(Kt),Ue=Kt+"Origin",yn.style.cssText="border-width:0;line-height:0;position:absolute;padding:0",F0=!!pa("perspective"),cf=He.core.reverting,uf=1)},Eh=function(t){var r=t.ownerSVGElement,n=vc("svg",r&&r.getAttribute("xmlns")||"http://www.w3.org/2000/svg"),a=t.cloneNode(!0),i;a.style.display="block",n.appendChild(a),Zn.appendChild(n);try{i=a.getBBox()}catch{}return n.removeChild(a),Zn.removeChild(n),i},Dh=function(t,r){for(var n=r.length;n--;)if(t.hasAttribute(r[n]))return t.getAttribute(r[n])},N0=function(t){var r,n;try{r=t.getBBox()}catch{r=Eh(t),n=1}return r&&(r.width||r.height)||n||(r=Eh(t)),r&&!r.width&&!r.x&&!r.y?{x:+Dh(t,["x","cx","x1"])||0,y:+Dh(t,["y","cy","y1"])||0,width:0,height:0}:r},$0=function(t){return!!(t.getCTM&&(!t.parentNode||t.ownerSVGElement)&&N0(t))},nn=function(t,r){if(r){var n=t.style,a;r in jr&&r!==Ue&&(r=Kt),n.removeProperty?(a=r.substr(0,2),(a==="ms"||r.substr(0,6)==="webkit")&&(r="-"+r),n.removeProperty(a==="--"?r:r.replace(ff,"-$1").toLowerCase())):n.removeAttribute(r)}},Jr=function(t,r,n,a,i,s){var o=new Be(t._pt,r,n,0,1,s?D0:E0);return t._pt=o,o.b=a,o.e=i,t._props.push(n),o},Oh={deg:1,rad:1,turn:1},PS={grid:1,flex:1},an=function e(t,r,n,a){var i=parseFloat(n)||0,s=(n+"").trim().substr((i+"").length)||"px",o=yn.style,l=xS.test(r),u=t.tagName.toLowerCase()==="svg",c=(u?"client":"offset")+(l?"Width":"Height"),f=100,h=a==="px",p=a==="%",g,d,m,x;if(a===s||!i||Oh[a]||Oh[s])return i;if(s!=="px"&&!h&&(i=e(t,r,n,"px")),x=t.getCTM&&$0(t),(p||s==="%")&&(jr[r]||~r.indexOf("adius")))return g=x?t.getBBox()[l?"width":"height"]:t[c],ae(p?i/g*f:i/100*g);if(o[l?"width":"height"]=f+(h?s:a),d=a!=="rem"&&~r.indexOf("adius")||a==="em"&&t.appendChild&&!u?t:t.parentNode,x&&(d=(t.ownerSVGElement||{}).parentNode),(!d||d===Qr||!d.appendChild)&&(d=Qr.body),m=d._gsap,m&&p&&m.width&&l&&m.time===Ve.time&&!m.uncache)return ae(i/m.width*f);if(p&&(r==="height"||r==="width")){var y=t.style[r];t.style[r]=f+a,g=t[c],y?t.style[r]=y:nn(t,r)}else(p||s==="%")&&!PS[Qe(d,"display")]&&(o.position=Qe(t,"position")),d===t&&(o.position="static"),d.appendChild(yn),g=yn[c],d.removeChild(yn),o.position="absolute";return l&&p&&(m=vn(d),m.time=Ve.time,m.width=d[c]),ae(h?g*i/f:g&&i?f/g*i:0)},$r=function(t,r,n,a){var i;return uf||bc(),r in Sr&&r!=="transform"&&(r=Sr[r],~r.indexOf(",")&&(r=r.split(",")[0])),jr[r]&&r!=="transform"?(i=ri(t,a),i=r!=="transformOrigin"?i[r]:i.svg?i.origin:Qi(Qe(t,Ue))+" "+i.zOrigin+"px"):(i=t.style[r],(!i||i==="auto"||a||~(i+"").indexOf("calc("))&&(i=Zi[r]&&Zi[r](t,r,n)||Qe(t,r)||Qm(t,r)||(r==="opacity"?1:0))),n&&!~(i+"").trim().indexOf(" ")?an(t,r,i,n)+n:i},FS=function(t,r,n,a){if(!n||n==="none"){var i=pa(r,t,1),s=i&&Qe(t,i,1);s&&s!==n?(r=i,n=s):r==="borderColor"&&(n=Qe(t,"borderTopColor"))}var o=new Be(this._pt,t.style,r,0,1,C0),l=0,u=0,c,f,h,p,g,d,m,x,y,v,_,S;if(o.b=n,o.e=a,n+="",a+="",a.substring(0,6)==="var(--"&&(a=Qe(t,a.substring(4,a.indexOf(")")))),a==="auto"&&(d=t.style[r],t.style[r]=a,a=Qe(t,r)||a,d?t.style[r]=d:nn(t,r)),c=[n,a],y0(c),n=c[0],a=c[1],h=n.match(Yn)||[],S=a.match(Yn)||[],S.length){for(;f=Yn.exec(a);)m=f[0],y=a.substring(l,f.index),g?g=(g+1)%5:(y.substr(-5)==="rgba("||y.substr(-5)==="hsla(")&&(g=1),m!==(d=h[u++]||"")&&(p=parseFloat(d)||0,_=d.substr((p+"").length),m.charAt(1)==="="&&(m=Vn(p,m)+_),x=parseFloat(m),v=m.substr((x+"").length),l=Yn.lastIndex-v.length,v||(v=v||Je.units[r]||_,l===a.length&&(a+=v,o.e+=v)),_!==v&&(p=an(t,r,d,v)||0),o._pt={_next:o._pt,p:y||u===1?y:",",s:p,c:x-p,m:g&&g<4||r==="zIndex"?Math.round:0});o.c=l<a.length?a.substring(l,a.length):""}else o.r=r==="display"&&a==="none"?D0:E0;return Xm.test(a)&&(o.e=0),this._pt=o,o},Ph={top:"0%",bottom:"100%",left:"0%",right:"100%",center:"50%"},NS=function(t){var r=t.split(" "),n=r[0],a=r[1]||"50%";return(n==="top"||n==="bottom"||a==="left"||a==="right")&&(t=n,n=a,a=t),r[0]=Ph[n]||n,r[1]=Ph[a]||a,r.join(" ")},$S=function(t,r){if(r.tween&&r.tween._time===r.tween._dur){var n=r.t,a=n.style,i=r.u,s=n._gsap,o,l,u;if(i==="all"||i===!0)a.cssText="",l=1;else for(i=i.split(","),u=i.length;--u>-1;)o=i[u],jr[o]&&(l=1,o=o==="transformOrigin"?Ue:Kt),nn(n,o);l&&(nn(n,Kt),s&&(s.svg&&n.removeAttribute("transform"),a.scale=a.rotate=a.translate="none",ri(n,1),s.uncache=1,O0(a)))}},Zi={clearProps:function(t,r,n,a,i){if(i.data!=="isFromStart"){var s=t._pt=new Be(t._pt,r,n,0,0,$S);return s.u=a,s.pr=-10,s.tween=i,t._props.push(n),1}}},ei=[1,0,0,1,0,0],L0={},q0=function(t){return t==="matrix(1, 0, 0, 1, 0, 0)"||t==="none"||!t},Fh=function(t){var r=Qe(t,Kt);return q0(r)?ei:r.substr(7).match(Ym).map(ae)},hf=function(t,r){var n=t._gsap||vn(t),a=t.style,i=Fh(t),s,o,l,u;return n.svg&&t.getAttribute("transform")?(l=t.transform.baseVal.consolidate().matrix,i=[l.a,l.b,l.c,l.d,l.e,l.f],i.join(",")==="1,0,0,1,0,0"?ei:i):(i===ei&&!t.offsetParent&&t!==Zn&&!n.svg&&(l=a.display,a.display="block",s=t.parentNode,(!s||!t.offsetParent&&!t.getBoundingClientRect().width)&&(u=1,o=t.nextElementSibling,Zn.appendChild(t)),i=Fh(t),l?a.display=l:nn(t,"display"),u&&(o?s.insertBefore(t,o):s?s.appendChild(t):Zn.removeChild(t))),r&&i.length>6?[i[0],i[1],i[4],i[5],i[12],i[13]]:i)},wc=function(t,r,n,a,i,s){var o=t._gsap,l=i||hf(t,!0),u=o.xOrigin||0,c=o.yOrigin||0,f=o.xOffset||0,h=o.yOffset||0,p=l[0],g=l[1],d=l[2],m=l[3],x=l[4],y=l[5],v=r.split(" "),_=parseFloat(v[0])||0,S=parseFloat(v[1])||0,w,b,T,M;n?l!==ei&&(b=p*m-g*d)&&(T=_*(m/b)+S*(-d/b)+(d*y-m*x)/b,M=_*(-g/b)+S*(p/b)-(p*y-g*x)/b,_=T,S=M):(w=N0(t),_=w.x+(~v[0].indexOf("%")?_/100*w.width:_),S=w.y+(~(v[1]||v[0]).indexOf("%")?S/100*w.height:S)),a||a!==!1&&o.smooth?(x=_-u,y=S-c,o.xOffset=f+(x*p+y*d)-x,o.yOffset=h+(x*g+y*m)-y):o.xOffset=o.yOffset=0,o.xOrigin=_,o.yOrigin=S,o.smooth=!!a,o.origin=r,o.originIsAbsolute=!!n,t.style[Ue]="0px 0px",s&&(Jr(s,o,"xOrigin",u,_),Jr(s,o,"yOrigin",c,S),Jr(s,o,"xOffset",f,o.xOffset),Jr(s,o,"yOffset",h,o.yOffset)),t.setAttribute("data-svg-origin",_+" "+S)},ri=function(t,r){var n=t._gsap||new b0(t);if("x"in n&&!r&&!n.uncache)return n;var a=t.style,i=n.scaleX<0,s="px",o="deg",l=getComputedStyle(t),u=Qe(t,Ue)||"0",c,f,h,p,g,d,m,x,y,v,_,S,w,b,T,M,k,C,P,R,F,z,L,O,j,W,tt,it,J,Q,rt,B;return c=f=h=d=m=x=y=v=_=0,p=g=1,n.svg=!!(t.getCTM&&$0(t)),l.translate&&((l.translate!=="none"||l.scale!=="none"||l.rotate!=="none")&&(a[Kt]=(l.translate!=="none"?"translate3d("+(l.translate+" 0 0").split(" ").slice(0,3).join(", ")+") ":"")+(l.rotate!=="none"?"rotate("+l.rotate+") ":"")+(l.scale!=="none"?"scale("+l.scale.split(" ").join(",")+") ":"")+(l[Kt]!=="none"?l[Kt]:"")),a.scale=a.rotate=a.translate="none"),b=hf(t,n.svg),n.svg&&(n.uncache?(j=t.getBBox(),u=n.xOrigin-j.x+"px "+(n.yOrigin-j.y)+"px",O=""):O=!r&&t.getAttribute("data-svg-origin"),wc(t,O||u,!!O||n.originIsAbsolute,n.smooth!==!1,b)),S=n.xOrigin||0,w=n.yOrigin||0,b!==ei&&(C=b[0],P=b[1],R=b[2],F=b[3],c=z=b[4],f=L=b[5],b.length===6?(p=Math.sqrt(C*C+P*P),g=Math.sqrt(F*F+R*R),d=C||P?Bn(P,C)*gn:0,y=R||F?Bn(R,F)*gn+d:0,y&&(g*=Math.abs(Math.cos(y*Qn))),n.svg&&(c-=S-(S*C+w*R),f-=w-(S*P+w*F))):(B=b[6],Q=b[7],tt=b[8],it=b[9],J=b[10],rt=b[11],c=b[12],f=b[13],h=b[14],T=Bn(B,J),m=T*gn,T&&(M=Math.cos(-T),k=Math.sin(-T),O=z*M+tt*k,j=L*M+it*k,W=B*M+J*k,tt=z*-k+tt*M,it=L*-k+it*M,J=B*-k+J*M,rt=Q*-k+rt*M,z=O,L=j,B=W),T=Bn(-R,J),x=T*gn,T&&(M=Math.cos(-T),k=Math.sin(-T),O=C*M-tt*k,j=P*M-it*k,W=R*M-J*k,rt=F*k+rt*M,C=O,P=j,R=W),T=Bn(P,C),d=T*gn,T&&(M=Math.cos(T),k=Math.sin(T),O=C*M+P*k,j=z*M+L*k,P=P*M-C*k,L=L*M-z*k,C=O,z=j),m&&Math.abs(m)+Math.abs(d)>359.9&&(m=d=0,x=180-x),p=ae(Math.sqrt(C*C+P*P+R*R)),g=ae(Math.sqrt(L*L+B*B)),T=Bn(z,L),y=Math.abs(T)>2e-4?T*gn:0,_=rt?1/(rt<0?-rt:rt):0),n.svg&&(O=t.getAttribute("transform"),n.forceCSS=t.setAttribute("transform","")||!q0(Qe(t,Kt)),O&&t.setAttribute("transform",O))),Math.abs(y)>90&&Math.abs(y)<270&&(i?(p*=-1,y+=d<=0?180:-180,d+=d<=0?180:-180):(g*=-1,y+=y<=0?180:-180)),r=r||n.uncache,n.x=c-((n.xPercent=c&&(!r&&n.xPercent||(Math.round(t.offsetWidth/2)===Math.round(-c)?-50:0)))?t.offsetWidth*n.xPercent/100:0)+s,n.y=f-((n.yPercent=f&&(!r&&n.yPercent||(Math.round(t.offsetHeight/2)===Math.round(-f)?-50:0)))?t.offsetHeight*n.yPercent/100:0)+s,n.z=h+s,n.scaleX=ae(p),n.scaleY=ae(g),n.rotation=ae(d)+o,n.rotationX=ae(m)+o,n.rotationY=ae(x)+o,n.skewX=y+o,n.skewY=v+o,n.transformPerspective=_+s,(n.zOrigin=parseFloat(u.split(" ")[2])||!r&&n.zOrigin||0)&&(a[Ue]=Qi(u)),n.xOffset=n.yOffset=0,n.force3D=Je.force3D,n.renderTransform=n.svg?qS:F0?I0:LS,n.uncache=0,n},Qi=function(t){return(t=t.split(" "))[0]+" "+t[1]},Gs=function(t,r,n){var a=Re(r);return ae(parseFloat(r)+parseFloat(an(t,"x",n+"px",a)))+a},LS=function(t,r){r.z="0px",r.rotationY=r.rotationX="0deg",r.force3D=0,I0(t,r)},hn="0deg",Ma="0px",pn=") ",I0=function(t,r){var n=r||this,a=n.xPercent,i=n.yPercent,s=n.x,o=n.y,l=n.z,u=n.rotation,c=n.rotationY,f=n.rotationX,h=n.skewX,p=n.skewY,g=n.scaleX,d=n.scaleY,m=n.transformPerspective,x=n.force3D,y=n.target,v=n.zOrigin,_="",S=x==="auto"&&t&&t!==1||x===!0;if(v&&(f!==hn||c!==hn)){var w=parseFloat(c)*Qn,b=Math.sin(w),T=Math.cos(w),M;w=parseFloat(f)*Qn,M=Math.cos(w),s=Gs(y,s,b*M*-v),o=Gs(y,o,-Math.sin(w)*-v),l=Gs(y,l,T*M*-v+v)}m!==Ma&&(_+="perspective("+m+pn),(a||i)&&(_+="translate("+a+"%, "+i+"%) "),(S||s!==Ma||o!==Ma||l!==Ma)&&(_+=l!==Ma||S?"translate3d("+s+", "+o+", "+l+") ":"translate("+s+", "+o+pn),u!==hn&&(_+="rotate("+u+pn),c!==hn&&(_+="rotateY("+c+pn),f!==hn&&(_+="rotateX("+f+pn),(h!==hn||p!==hn)&&(_+="skew("+h+", "+p+pn),(g!==1||d!==1)&&(_+="scale("+g+", "+d+pn),y.style[Kt]=_||"translate(0, 0)"},qS=function(t,r){var n=r||this,a=n.xPercent,i=n.yPercent,s=n.x,o=n.y,l=n.rotation,u=n.skewX,c=n.skewY,f=n.scaleX,h=n.scaleY,p=n.target,g=n.xOrigin,d=n.yOrigin,m=n.xOffset,x=n.yOffset,y=n.forceCSS,v=parseFloat(s),_=parseFloat(o),S,w,b,T,M;l=parseFloat(l),u=parseFloat(u),c=parseFloat(c),c&&(c=parseFloat(c),u+=c,l+=c),l||u?(l*=Qn,u*=Qn,S=Math.cos(l)*f,w=Math.sin(l)*f,b=Math.sin(l-u)*-h,T=Math.cos(l-u)*h,u&&(c*=Qn,M=Math.tan(u-c),M=Math.sqrt(1+M*M),b*=M,T*=M,c&&(M=Math.tan(c),M=Math.sqrt(1+M*M),S*=M,w*=M)),S=ae(S),w=ae(w),b=ae(b),T=ae(T)):(S=f,T=h,w=b=0),(v&&!~(s+"").indexOf("px")||_&&!~(o+"").indexOf("px"))&&(v=an(p,"x",s,"px"),_=an(p,"y",o,"px")),(g||d||m||x)&&(v=ae(v+g-(g*S+d*b)+m),_=ae(_+d-(g*w+d*T)+x)),(a||i)&&(M=p.getBBox(),v=ae(v+a/100*M.width),_=ae(_+i/100*M.height)),M="matrix("+S+","+w+","+b+","+T+","+v+","+_+")",p.setAttribute("transform",M),y&&(p.style[Kt]=M)},IS=function(t,r,n,a,i){var s=360,o=ye(i),l=parseFloat(i)*(o&&~i.indexOf("rad")?gn:1),u=l-a,c=a+u+"deg",f,h;return o&&(f=i.split("_")[1],f==="short"&&(u%=s,u!==u%(s/2)&&(u+=u<0?s:-s)),f==="cw"&&u<0?u=(u+s*kh)%s-~~(u/s)*s:f==="ccw"&&u>0&&(u=(u-s*kh)%s-~~(u/s)*s)),t._pt=h=new Be(t._pt,r,n,a,u,bS),h.e=c,h.u="deg",t._props.push(n),h},Nh=function(t,r){for(var n in r)t[n]=r[n];return t},zS=function(t,r,n){var a=Nh({},n._gsap),i="perspective,force3D,transformOrigin,svgOrigin",s=n.style,o,l,u,c,f,h,p,g;a.svg?(u=n.getAttribute("transform"),n.setAttribute("transform",""),s[Kt]=r,o=ri(n,1),nn(n,Kt),n.setAttribute("transform",u)):(u=getComputedStyle(n)[Kt],s[Kt]=r,o=ri(n,1),s[Kt]=u);for(l in jr)u=a[l],c=o[l],u!==c&&i.indexOf(l)<0&&(p=Re(u),g=Re(c),f=p!==g?an(n,l,u,g):parseFloat(u),h=parseFloat(c),t._pt=new Be(t._pt,o,l,f,h-f,xc),t._pt.u=g||0,t._props.push(l));Nh(o,a)};ze("padding,margin,Width,Radius",function(e,t){var r="Top",n="Right",a="Bottom",i="Left",s=(t<3?[r,n,a,i]:[r+i,r+n,a+n,a+i]).map(function(o){return t<2?e+o:"border"+o+e});Zi[t>1?"border"+e:e]=function(o,l,u,c,f){var h,p;if(arguments.length<4)return h=s.map(function(g){return $r(o,g,u)}),p=h.join(" "),p.split(h[0]).length===5?h[0]:p;h=(c+"").split(" "),p={},s.forEach(function(g,d){return p[g]=h[d]=h[d]||h[(d-1)/2|0]}),o.init(l,p,f)}});var z0={name:"css",register:bc,targetTest:function(t){return t.style&&t.nodeType},init:function(t,r,n,a,i){var s=this._props,o=t.style,l=n.vars.startAt,u,c,f,h,p,g,d,m,x,y,v,_,S,w,b,T,M;uf||bc(),this.styles=this.styles||P0(t),T=this.styles.props,this.tween=n;for(d in r)if(d!=="autoRound"&&(c=r[d],!(Ke[d]&&w0(d,r,n,a,t,i)))){if(p=typeof c,g=Zi[d],p==="function"&&(c=c.call(n,a,t,i),p=typeof c),p==="string"&&~c.indexOf("random(")&&(c=Qa(c)),g)g(this,t,d,c,n)&&(b=1);else if(d.substr(0,2)==="--")u=(getComputedStyle(t).getPropertyValue(d)+"").trim(),c+="",en.lastIndex=0,en.test(u)||(m=Re(u),x=Re(c),x?m!==x&&(u=an(t,d,u,x)+x):m&&(c+=m)),this.add(o,"setProperty",u,c,a,i,0,0,d),s.push(d),T.push(d,0,o[d]);else if(p!=="undefined"){if(l&&d in l?(u=typeof l[d]=="function"?l[d].call(n,a,t,i):l[d],ye(u)&&~u.indexOf("random(")&&(u=Qa(u)),Re(u+"")||u==="auto"||(u+=Je.units[d]||Re($r(t,d))||""),(u+"").charAt(1)==="="&&(u=$r(t,d))):u=$r(t,d),h=parseFloat(u),y=p==="string"&&c.charAt(1)==="="&&c.substr(0,2),y&&(c=c.substr(2)),f=parseFloat(c),d in Sr&&(d==="autoAlpha"&&(h===1&&$r(t,"visibility")==="hidden"&&f&&(h=0),T.push("visibility",0,o.visibility),Jr(this,o,"visibility",h?"inherit":"hidden",f?"inherit":"hidden",!f)),d!=="scale"&&d!=="transform"&&(d=Sr[d],~d.indexOf(",")&&(d=d.split(",")[0]))),v=d in jr,v){if(this.styles.save(d),M=c,p==="string"&&c.substring(0,6)==="var(--"){if(c=Qe(t,c.substring(4,c.indexOf(")"))),c.substring(0,5)==="calc("){var k=t.style.perspective;t.style.perspective=c,c=Qe(t,"perspective"),k?t.style.perspective=k:nn(t,"perspective")}f=parseFloat(c)}if(_||(S=t._gsap,S.renderTransform&&!r.parseTransform||ri(t,r.parseTransform),w=r.smoothOrigin!==!1&&S.smooth,_=this._pt=new Be(this._pt,o,Kt,0,1,S.renderTransform,S,0,-1),_.dep=1),d==="scale")this._pt=new Be(this._pt,S,"scaleY",S.scaleY,(y?Vn(S.scaleY,y+f):f)-S.scaleY||0,xc),this._pt.u=0,s.push("scaleY",d),d+="X";else if(d==="transformOrigin"){T.push(Ue,0,o[Ue]),c=NS(c),S.svg?wc(t,c,0,w,0,this):(x=parseFloat(c.split(" ")[2])||0,x!==S.zOrigin&&Jr(this,S,"zOrigin",S.zOrigin,x),Jr(this,o,d,Qi(u),Qi(c)));continue}else if(d==="svgOrigin"){wc(t,c,1,w,0,this);continue}else if(d in L0){IS(this,S,d,h,y?Vn(h,y+c):c);continue}else if(d==="smoothOrigin"){Jr(this,S,"smooth",S.smooth,c);continue}else if(d==="force3D"){S[d]=c;continue}else if(d==="transform"){zS(this,c,t);continue}}else d in o||(d=pa(d)||d);if(v||(f||f===0)&&(h||h===0)&&!vS.test(c)&&d in o)m=(u+"").substr((h+"").length),f||(f=0),x=Re(c)||(d in Je.units?Je.units[d]:m),m!==x&&(h=an(t,d,u,x)),this._pt=new Be(this._pt,v?S:o,d,h,(y?Vn(h,y+f):f)-h,!v&&(x==="px"||d==="zIndex")&&r.autoRound!==!1?TS:xc),this._pt.u=x||0,v&&M!==c?(this._pt.b=u,this._pt.e=M,this._pt.r=SS):m!==x&&x!=="%"&&(this._pt.b=u,this._pt.r=wS);else if(d in o)FS.call(this,t,d,u,y?y+c:c);else if(d in t)this.add(t,d,u||t[d],y?y+c:c,a,i);else if(d!=="parseTransform"){Qc(d,c);continue}v||(d in o?T.push(d,0,o[d]):typeof t[d]=="function"?T.push(d,2,t[d]()):T.push(d,1,u||t[d])),s.push(d)}}b&&k0(this)},render:function(t,r){if(r.tween._time||!cf())for(var n=r._pt;n;)n.r(t,n.d),n=n._next;else r.styles.revert()},get:$r,aliases:Sr,getSetter:function(t,r,n){var a=Sr[r];return a&&a.indexOf(",")<0&&(r=a),r in jr&&r!==Ue&&(t._gsap.x||$r(t,"x"))?n&&Ch===n?r==="scale"?kS:CS:(Ch=n||{})&&(r==="scale"?RS:ES):t.style&&!Kc(t.style[r])?MS:~r.indexOf("-")?AS:of(t,r)},core:{_removeProperty:nn,_getMatrix:hf}};He.utils.checkPrefix=pa;He.core.getStyleSaver=P0;(function(e,t,r,n){var a=ze(e+","+t+","+r,function(i){jr[i]=1});ze(t,function(i){Je.units[i]="deg",L0[i]=1}),Sr[a[13]]=e+","+t,ze(n,function(i){var s=i.split(":");Sr[s[1]]=a[s[0]]})})("x,y,z,scale,scaleX,scaleY,xPercent,yPercent","rotation,rotationX,rotationY,skewX,skewY","transform,transformOrigin,svgOrigin,force3D,smoothOrigin,transformPerspective","0:translateX,1:translateY,2:translateZ,8:rotate,8:rotationZ,8:rotateZ,9:rotateX,10:rotateY");ze("x,y,z,top,right,bottom,left,width,height,fontSize,padding,margin,perspective",function(e){Je.units[e]="px"});He.registerPlugin(z0);var Sc=He.registerPlugin(z0)||He;Sc.core.Tween;const Un={IN_OUT:"power2.inOut",OUT:"power2.out"},Aa={NO_STAGGER:0,RIPPLE_STAGGER_DELAY:.05};class B0{constructor(t,r={}){va(this,"timeline");va(this,"currentStage","");va(this,"callbacks");va(this,"durations");this.durations=t,this.callbacks=r,this.timeline=Sc.timeline({paused:!0,onUpdate:()=>this.handleProgress(),onComplete:()=>{var a,i,s,o;(i=(a=this.callbacks).onComplete)==null||i.call(a),(o=(s=this.callbacks).onStageComplete)==null||o.call(s,"complete")}});let n=0;this.timeline.addLabel("seatsToRings",n),n+=t.seatsToRings/1e3,this.timeline.addLabel("ringsToBar",n),n+=t.ringsToBar/1e3,this.timeline.addLabel("axesReveal",n),n+=t.axesReveal/1e3,this.timeline.addLabel("barSlide",n),n+=t.barSlide/1e3,this.timeline.addLabel("barsGrow",n),n+=t.barsGrow/1e3,this.timeline.addLabel("barsToArea",n)}animateSeatsToRings(t,r){const n=this.durations.seatsToRings/1e3;return t.each(function(){const a=this;if(!a.getAttribute("data-orig-x")){const i=a.getAttribute("x"),s=a.getAttribute("y"),o=a.getAttribute("width"),l=a.getAttribute("height");a.setAttribute("data-orig-x",i||"0"),a.setAttribute("data-orig-y",s||"0"),a.setAttribute("data-orig-width",o||"0"),a.setAttribute("data-orig-height",l||"0")}}),this.timeline.to(t.nodes(),{width:2,y:(a,i)=>parseFloat(i.getAttribute("y")||"0"),height:(a,i)=>{const s=parseFloat(i.getAttribute("y")||"0");return r-s},duration:n,ease:Un.IN_OUT,stagger:Aa.NO_STAGGER,onStart:()=>{var a,i;this.currentStage="seatsToRings",(i=(a=this.callbacks).onStageComplete)==null||i.call(a,"seatsToRings")}},"seatsToRings"),this}animateRingsToBar(t,r){const n=this.durations.ringsToBar/1e3;return t.each(function(a,i){const s=this;if(!r[i])return;const l=s.getAttribute("x"),u=s.getAttribute("y"),c=s.getAttribute("width"),f=s.getAttribute("height");s.setAttribute("data-orig-x",l||"0"),s.setAttribute("data-orig-y",u||"0"),s.setAttribute("data-orig-width",c||"0"),s.setAttribute("data-orig-height",f||"0")}),this.timeline.to(t.nodes(),{x:a=>{var i;return((i=r[a])==null?void 0:i.x)??0},y:a=>{var i;return((i=r[a])==null?void 0:i.y)??0},width:a=>{var i;return((i=r[a])==null?void 0:i.width)??0},height:a=>{var i;return((i=r[a])==null?void 0:i.height)??0},duration:n,ease:Un.IN_OUT,stagger:Aa.NO_STAGGER,onStart:()=>{var a,i;this.currentStage="ringsToBar",(i=(a=this.callbacks).onStageComplete)==null||i.call(a,"ringsToBar")}},"ringsToBar"),this}animateAxesReveal(t,r){const n=this.durations.axesReveal/1e3;return this.timeline.to([t.node(),r.node()],{opacity:1,duration:n,ease:Un.IN_OUT,stagger:Aa.NO_STAGGER,onStart:()=>{var a,i;this.currentStage="axesReveal",(i=(a=this.callbacks).onStageComplete)==null||i.call(a,"axesReveal")}},"axesReveal"),this}animateBarSlide(t,r){const n=this.durations.barSlide/1e3;return this.timeline.to(t.nodes(),{x:r,duration:n,ease:Un.OUT,stagger:Aa.NO_STAGGER,onStart:()=>{var a,i;this.currentStage="barSlide",(i=(a=this.callbacks).onStageComplete)==null||i.call(a,"barSlide")}},"barSlide"),this}animateBarsGrow(t,r,n=Aa.RIPPLE_STAGGER_DELAY){const a=this.durations.barsGrow/1e3;return t.nodes().forEach((s,o)=>{const l=s,u=l.getAttribute("data-final-y")||"0",c=l.getAttribute("data-final-height")||"0",f=parseInt(l.getAttribute("data-timestamp-index")||"0"),p=Math.abs(f-r)*n;this.timeline.fromTo(l,{height:0,y:parseFloat(l.getAttribute("data-chart-baseline")||"400")},{y:parseFloat(u),height:parseFloat(c),duration:a,delay:p,ease:Un.OUT},"barsGrow")}),this.timeline.call(()=>{var s,o;this.currentStage="barsGrow",(o=(s=this.callbacks).onStageComplete)==null||o.call(s,"barsGrow")},[],"barsGrow"),this}animateBarsToArea(t,r,n,a){const i=this.durations.barsToArea/1e3,s=new Map;return t.each(function(){var c;const o=this,l=o.getAttribute("class");if(!l)return;const u=l.match(/category-([\w-]+)/);if(u&&u[1]){const f=u[1];s.has(f)||s.set(f,[]),(c=s.get(f))==null||c.push(o)}}),this.timeline.set(t.nodes(),{opacity:0},"barsToArea"),this.timeline.set(r.nodes(),{opacity:1},"barsToArea"),r.each(function(){const o=this,l=o.getAttribute("data-category");if(!l)return;const u=n.get(l);u&&Sc.to(o,{attr:{d:u},duration:i,ease:Un.IN_OUT})}),this.timeline.call(()=>{var o,l;this.currentStage="barsToArea",(l=(o=this.callbacks).onStageComplete)==null||l.call(o,"barsToArea")},[],"barsToArea"),this}handleProgress(){var r,n;const t=this.timeline.progress();(n=(r=this.callbacks).onProgress)==null||n.call(r,t)}getControls(){return{play:()=>this.timeline.play(),pause:()=>this.timeline.pause(),reverse:()=>this.timeline.reverse(),restart:()=>this.timeline.restart(),seek:t=>this.timeline.progress(t),seekToStage:t=>{const r=this.timeline.labels[t];r!==void 0&&this.timeline.seek(r)},kill:()=>this.timeline.kill(),getProgress:()=>this.timeline.progress(),getCurrentStage:()=>this.currentStage,getTimeline:()=>this.timeline}}play(){this.timeline.play()}destroy(){this.timeline.kill()}}function BS(e,t){const{arcAngle:r,arcAngleFlexibility:n=5,radius:a,seatSize:i,minSeatSize:s,maxSeatSize:o,spacing:l,innerRadiusRatio:u}=t,c=a*u,f=e.reduce((P,R)=>P+R.seats,0);let h={seatSize:i,arcAngle:r,score:-1};const p=r-n,g=r+n;for(let P=p;P<=g;P+=2.5){const R=P*Math.PI/180;for(let F=o;F>=s;F-=.1){const z=F*2,L=z*l,O=Math.floor((a-c)/L);for(let j=1;j<=Math.min(O,10);j++){let W=0;for(let tt=0;tt<j;tt++){const it=c+(tt+.5)*L,J=z*l/it,Q=Math.floor(R/J);W+=Q}if(W>=f){const tt=f/W,it=(F-s)/(o-s),J=(W-f)/f,Q=J<.15?1:J<.3?.7:J<.5?.4:.1,rt=1-Math.abs(P-r)/n,B=Q*.5+it*.3+tt*.15+rt*.05;B>h.score&&(h={seatSize:F,arcAngle:P,rings:j,score:B})}}}}const d=h.seatSize,m=h.arcAngle,x=m*Math.PI/180,y=d*2,v=y*l,_=Math.floor((a-c)/v),S=[],w=-x/2-Math.PI/2,b=[];let T=0,M=[];for(let P=1;P<=_;P++){let R=0;const F=[];for(let z=0;z<P;z++){const L=c+(z+.5)*v,O=y*l/L,j=Math.floor(x/O);F.push(j),R+=j}if(R>=f){T=P,M=F;break}}if(T>0)b.push(...M);else for(let P=0;P<_;P++){const R=c+(P+.5)*v,F=y*l/R,z=Math.floor(x/F);b.push(z)}for(let P=0;P<b.length;P++){const R=c+(P+.5)*v,F=b[P]??0;if(F>0){const z=x/F;for(let L=0;L<F;L++){const O=w+(L+.5)*z,j=Math.cos(O)*R,W=Math.sin(O)*R;S.push({ring:P,index:L,angle:O,x:j,y:W})}}}S.sort((P,R)=>{const F=P.angle-R.angle;return Math.abs(F)>.001?F:P.ring-R.ring});const k=[];let C=0;return e.forEach((P,R)=>{const F=Math.min(P.seats,S.length-C);for(let z=0;z<F&&C<S.length;z++){const L=S[C++];L&&k.push({x:L.x,y:L.y,category:P.name,categoryIndex:R,seatIndex:z,ring:L.ring,angle:L.angle,radius:d})}}),{arcAngle:m,radius:a,innerRadius:c,centerX:a,centerY:a,seatSize:d,seats:k,totalSeats:f}}function US(e,t,r){const n=t<=r?1:r/t;return e.filter(a=>a.value>0).map(a=>{const i=t<=r?a.value:Math.max(1,Math.floor(a.value*n));return{id:a.dataKey,name:a.label,seats:i,colour:a.color}})}function Ji({svg:e,events:t,xScale:r,chartHeight:n,chartWidth:a,timelineHeight:i,timelineOffset:s,instanceId:o,setHoveredTimelineEvent:l,enableBrush:u=!1,onTimeRangeChange:c,minAllowedTime:f,maxAllowedTime:h,brushColor:p="#69b3a2",mainGroupSelector:g}){const d=n+s,m=o?`.main-chart-group-${o}`:".main-chart-group",x=e.select(g??m),y=o?`timeline-track timeline-track-${o}`:"timeline-track",v=x.append("g").attr("class",y),_=6,S=o?`timeline-clip-${o}`:`timeline-clip-${Math.random().toString(36).substr(2,9)}`;e.append("defs").append("clipPath").attr("id",S).append("rect").attr("x",0).attr("y",d).attr("width",a+_).attr("height",i),v.append("rect").attr("class","timeline-background").attr("x",0).attr("y",d).attr("width",a).attr("height",i).attr("fill","#FFFFFF").attr("stroke","#9CA3AF").attr("stroke-width",1);const w=v.append("g").attr("clip-path",`url(#${S})`),b=3,T=w.selectAll(".timeline-event").data(t).enter().append("rect").attr("class","timeline-event").attr("x",k=>r(new Date(k.timestamp))-b/2).attr("y",d).attr("width",b).attr("height",i).attr("fill",k=>k.color||"#2F42FF").attr("stroke","none").attr("cursor","pointer").attr("data-timestamp",k=>k.timestamp).attr("data-event-name",k=>k.eventName),M=6;if(T.on("mouseenter",function(k,C){const P=Dt(this),R=r(new Date(C.timestamp));P.transition().duration(150).attr("x",R-M/2).attr("width",M),l&&l({timestamp:C.timestamp,eventName:C.eventName,x:R})}).on("mouseleave",function(k,C){const P=Dt(this),R=r(new Date(C.timestamp));P.transition().duration(150).attr("x",R-b/2).attr("width",b),l&&l(null)}),u&&c){const k=f,C=h,P=ga().extent([[0,d],[a,d+i]]).on("start",z=>{if(!z.selection&&k!==void 0&&C!==void 0){const L=z.sourceEvent;if(L){const O=L.offsetX,j=+r.invert(O);if(j<k||j>C){const W=o?`.timeline-brush-${o}`:".timeline-brush";e.select(W).call(P.move,null);return}}}}).on("brush",z=>{if(!z.selection)return;const[L,O]=z.selection;let j=+r.invert(L),W=+r.invert(O);k!==void 0&&(j=Math.max(j,k),W=Math.max(W,k)),C!==void 0&&(j=Math.min(j,C),W=Math.min(W,C));const tt=r(new Date(j)),it=r(new Date(W));if(tt!==L||it!==O){const J=o?`.timeline-brush-${o}`:".timeline-brush";e.select(J).call(P.move,[tt,it])}}).on("end",z=>{if(!z.selection)return;const[L,O]=z.selection,j=[+r.invert(L),+r.invert(O)];k!==void 0&&(j[0]=Math.max(j[0],k)),C!==void 0&&(j[1]=Math.min(j[1],C)),c(j);const W=o?`.timeline-brush-${o}`:".timeline-brush";e.select(W).call(P.move,null)}),R=o?`timeline-brush timeline-brush-${o}`:"timeline-brush",F=x.append("g").attr("class",R).call(P);F.selectAll(".selection").attr("fill",p).attr("fill-opacity",.2).attr("stroke",p).attr("stroke-width",1),F.selectAll(".handle").attr("fill",p).attr("fill-opacity",.8),F.on("dblclick",()=>{const z=r.domain(),L=[+z[0],+z[1]];c(L)})}}const ur={neoGrey:{200:"#EDEFEF",400:"#ADB5BD"},neoDigitalGreen:{600:"#40c048"}},Ia=["#4CA75A","#FDDA04","#FFC008","#FF9800","#F9A91B","#FF5C24","#ED4134","#CB3446"],qe={greyHatch:{background:ur.neoGrey[200],lines:ur.neoGrey[400]},dataMissingHatch:{background:"#FFF3CC",lines:"#FFB800"},noLstHatch:{background:"#FFE5E5",lines:"#ED4134"}};function HS(e,t){const r=e.append("pattern").attr("id",`${t}-greyHatchPattern`).attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("patternUnits","userSpaceOnUse");r.append("rect").attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("fill",qe.greyHatch.background),r.append("path").attr("d","M0,2 L8,2").attr("stroke",qe.greyHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M0,6 L8,6").attr("stroke",qe.greyHatch.lines).attr("stroke-width",.5)}function GS(e,t){const r=e.append("pattern").attr("id",`${t}-dataMissingHatchPattern`).attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("patternUnits","userSpaceOnUse");r.append("rect").attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("fill",qe.dataMissingHatch.background),r.append("path").attr("d","M0,8 L8,0").attr("stroke",qe.dataMissingHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M-2,2 L2,-2").attr("stroke",qe.dataMissingHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M6,10 L10,6").attr("stroke",qe.dataMissingHatch.lines).attr("stroke-width",.5)}function jS(e,t){const r=e.append("pattern").attr("id",`${t}-noLstHatchPattern`).attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("patternUnits","userSpaceOnUse");r.append("rect").attr("x",0).attr("y",0).attr("width",8).attr("height",8).attr("fill",qe.noLstHatch.background),r.append("path").attr("d","M0,0 L8,8").attr("stroke",qe.noLstHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M-2,6 L2,10").attr("stroke",qe.noLstHatch.lines).attr("stroke-width",.5),r.append("path").attr("d","M6,-2 L10,2").attr("stroke",qe.noLstHatch.lines).attr("stroke-width",.5)}function bi(e,t){let r=e.select("defs");r.empty()&&(r=e.append("defs")),HS(r,t),GS(r,t),jS(r,t)}function $h(e,t){if(e.startsWith("url(#")&&e.endsWith(")")){const r=e.slice(5,-1);return`url(#${t}-${r})`}return e}function pf(e){return e.includes("greyHatchPattern")?qe.greyHatch.lines:e.includes("dataMissingHatchPattern")?qe.dataMissingHatch.lines:e.includes("noLstHatchPattern")?qe.noLstHatch.lines:e}function Tc(e,t,r,n){const{xScale:a,yScale:i,addClasses:s=!0,instanceId:o}=n,l=ss().x(h=>a(new Date(h.data.timestamp))).y0(h=>i(h[0])).y1(h=>i(h[1])).curve(Cn),u=Um().x(h=>a(new Date(h.data.timestamp))).y(h=>i(h[1])).curve(Cn),c=o?`areas areas-${o}`:"areas";let f=e.select(o?`.areas-${o}`:".areas");f.empty()&&(f=e.append("g").attr("class",c)),t.forEach((h,p)=>{var x;const g=r[p];if(!g)return;const d=((x=g.parliamentMapping)==null?void 0:x.isSpecialCategory)??!1,m=pf(g.color);if(d){const y=f.append("path").datum(h).attr("fill","none").attr("stroke",m).attr("stroke-width",3).attr("stroke-dasharray","15 8").attr("d",u).style("pointer-events","none");if(s){const v=o?`area area-${o} area-${g.dataKey}`:`area area-${g.dataKey}`;y.attr("class",v)}}else{const y=f.append("path").datum(h).attr("fill",g.color).attr("fill-opacity",g.fillOpacity??.7).attr("stroke",m).attr("stroke-width",g.strokeWidth??1.5).attr("d",l).style("pointer-events","none");if(s){const v=o?`area area-${o} area-${g.dataKey}`:`area area-${g.dataKey}`;y.attr("class",v)}}})}function YS(e,t){var n;const r=[];for(const a of e){let i=0;for(const s of t){const o=a[s.dataKey]||0,l=i,u=i+o;r.push({timestamp:a.timestamp,category:s.label,dataKey:s.dataKey,y0:l,y1:u,value:o,color:s.color,isSpecialCategory:((n=s.parliamentMapping)==null?void 0:n.isSpecialCategory)??!1}),i+=o}}return r}function ke(e){return e.replace(/[^a-zA-Z0-9-_]/g,"-")}function U0(e,t,r,n){const{centerX:a,centerY:i,addClasses:s=!0,instanceId:o,parliamentRadius:l=200}=n,u=o?`parliament parliament-${o}`:"parliament";let c=e.select(o?`.parliament-${o}`:".parliament");c.empty()&&(c=e.append("g").attr("class",u)),t.seats.forEach(p=>{const g=r.find(x=>x.label===p.category);if(!g)return;const d=c.append("circle").attr("cx",a+p.x).attr("cy",i+p.y).attr("r",p.radius).attr("fill",g.color).attr("stroke",g.color).attr("stroke-width",.5),m=c.append("circle").attr("cx",a+p.x).attr("cy",i+p.y).attr("r",p.radius*2.5).attr("fill","transparent").attr("stroke","none").attr("pointer-events","all");if(s){const x=o?`seat seat-${o} seat-${ke(p.category)}`:`seat seat-${ke(p.category)}`;d.attr("class",x),m.attr("class",x)}});const f=o?`parliament-label parliament-label-${o}`:"parliament-label";if(e.select(`.${f.split(" ")[0]}`).empty()){const p=e.append("g").attr("class",f).attr("transform",`translate(${a},${i-l*.15})`).style("opacity","0").style("pointer-events","none");p.append("text").attr("class","label-category").attr("text-anchor","middle").attr("dy","-15").style("font-size","22px").style("fill","#666").style("font-family","system-ui, -apple-system, sans-serif"),p.append("text").attr("class","label-value").attr("text-anchor","middle").attr("dy","35").style("font-size","48px").style("font-weight","bold").style("font-family","system-ui, -apple-system, sans-serif");const g=p.append("g").attr("class","scale-indicator").attr("transform","translate(0, 65)").style("opacity","0");g.append("circle").attr("r",4).attr("cx",-30).attr("cy",0).style("fill","#888"),g.append("text").attr("x",-20).attr("y",0).attr("dy","0.35em").attr("text-anchor","start").style("font-size","18px").style("fill","#666").style("font-style","italic").style("font-family","system-ui, -apple-system, sans-serif")}}function XS(e,t,r,n,a,i,s=!1){var f;const o=new Map;let l=a;if(t.length>0&&((f=t[0])==null?void 0:f.timestamp)!==void 0){const h=t[0].timestamp;l=r(new Date(h))}const u=new Map;for(const h of e.seats)u.has(h.category)||u.set(h.category,[]),u.get(h.category).push(h);const c=new Map;for(const h of t)c.set(h.dataKey,{y0:h.y0,y1:h.y1,isSpecialCategory:h.isSpecialCategory}),h.label&&h.label!==h.dataKey&&c.set(h.label,{y0:h.y0,y1:h.y1,isSpecialCategory:h.isSpecialCategory});for(const h of e.seats){const p=c.get(h.category);if(!p){o.set(h,{x:l,y:i/2});continue}const g=n(p.y0),d=n(p.y1);let m;if(s){const x=u.get(h.category)??[],y=h.seatIndex,v=x.length;if(v===1)m=(g+d)/2;else{const _=y/(v-1);m=g+(d-g)*_}}else m=d;o.set(h,{x:l,y:m})}return o}function WS(e,t,r){var s;if(e.length===0)return[];const n=e[e.length-1],a=[];let i=0;for(const o of t){const l=n[o.dataKey]||0,u=i,c=i+l;a.push({dataKey:o.dataKey,label:o.label,y0:u,y1:c,value:l,timestamp:n.timestamp,isSpecialCategory:((s=o.parliamentMapping)==null?void 0:s.isSpecialCategory)??!1}),i+=l}return a}function KS(e){const t=e;return{seatsToLines:t*.2,seatsToBar:t*.07,crossFadePause:t*.003,barSlideToTimeline:t*.22,axesAndBarsGrow:t*.22,barsToArea:t*.287}}const _n=new Map;Dt.prototype.transition=Ic;const VS=({containerRef:e,data:t,categories:r,mode:n,width:a,height:i,margin:s,timeRange:o,showGrid:l=!0,showAxes:u=!0,axisLabelColor:c,axisLabelSize:f=14,formatDate:h,formatValue:p,markers:g=[],arcAngle:d=200,parliamentRadius:m=200,seatSize:x=4.5,animationDuration:y=900,onMorphComplete:v,onAnimationStateChange:_,onTimelineReady:S,onAnimationProgress:w,onHoveredDataChange:b,hoveredCategory:T,maxSeats:M=2e3,parliamentTimestamp:k,enableBrush:C=!1,onTimeRangeChange:P,minAllowedTime:R,maxAllowedTime:F,showScaleIndicator:z=!1,reposPerSeat:L=1,timelineEvents:O=[],showTimeline:j=!1,timelineHeight:W=40,timelineOffset:tt=35,brushColor:it="#69b3a2"})=>{const[J,Q]=V.useState("area"),[rt,B]=V.useState(!1),[ut,st]=V.useState(null),[Y,$]=V.useState(0),[U,G]=V.useState(null),[A,q]=V.useState(null),[N,D]=V.useState([]),nt=V.useRef(null),X=V.useRef(n),lt=V.useRef(!0),xt=V.useRef(!1),et=V.useRef(`morph-${Math.random().toString(36).substr(2,9)}`),gt=V.useRef(void 0),Ot=V.useRef(o),ot=V.useRef(g),yt=V.useRef(O),ht=V.useRef(v),vt=V.useRef(_),Nt=V.useRef(S),Ct=V.useRef(w),St=V.useRef(b);V.useEffect(()=>{ht.current=v,vt.current=_,Nt.current=S,Ct.current=w,St.current=b},[v,_,S,w,b]),V.useEffect(()=>{if(e.current&&J==="parliament")if(T){const bt=r.find(kt=>kt.dataKey===T);if(bt){const kt=bt.label;if(st(kt),Ua(e.current,kt),t.length>0){const jt=t[t.length-1],It=Math.round(jt.values[bt.dataKey]||0),Ut={label:bt.label,value:It,color:pf(bt.color)};Ba(e.current,Ut,z,L,et.current)}}}else st(null),Ua(e.current,null),Ba(e.current,null,z,L,et.current)},[T,J,r,t,z,L]);const Vt=a-s.left-s.right,Rt=i-s.top-s.bottom;return V.useEffect(()=>{var Pt;if(!e.current||t.length===0||r.length===0||(gt.current&&(gt.current(),gt.current=void 0),xt.current))return;const bt=Dt(e.current),kt=n!==X.current;lt.current?(bt.selectAll("*").remove(),bi(bt,et.current),lt.current=!1):kt||(bt.selectAll("*").remove(),bi(bt,et.current));const jt=t[t.length-1],It=r.reduce((ft,Ft)=>ft+(jt.values[Ft.dataKey]||0),0),Ut=t.map(ft=>{const Ft={timestamp:ft.timestamp};for(const zt of r)Ft[zt.dataKey]=ft.values[zt.dataKey]||0;return Ft}),je=r.map(ft=>ft.dataKey),ue=Ka().keys(je),fr=ue(Ut),xe=t.map(ft=>ft.timestamp),Ye=kt||!o?Math.min(...xe):o[0],Te=kt||!o?Math.max(...xe):o[1],nr=[...xe].sort((ft,Ft)=>ft-Ft),ge=[];for(let ft=0;ft<nr.length-1;ft++)ge.push(nr[ft+1]-nr[ft]);const Et=ge.length>0?ge.reduce((ft,Ft)=>ft+Ft,0)/ge.length:0,Jt=Te+Et*1.15,Tt=Kn().domain([new Date(Ye),new Date(Jt)]).range([0,Vt]),ie=Ut.filter(ft=>ft.timestamp>=Ye&&ft.timestamp<=Te),ve=ue(ie),Yt=ve.length>0?Math.max(...ve[ve.length-1].map(ft=>ft[1]??0)):0,te=ia().domain([0,Yt*1.15]).range([Rt,0]),ce=r.map(ft=>({...ft,color:$h(ft.color,et.current)})),ar=ce.map(ft=>({dataKey:ft.dataKey,label:ft.label,color:ft.color,value:jt.values[ft.dataKey]||0})),H=US(ar,It,M).reverse(),ct=BS(H,{arcAngle:d,radius:m,seatSize:x,minSeatSize:4,maxSeatSize:30,spacing:1.1,innerRadiusRatio:.4});nt.current=ct;const dt=WS(Ut,r),Mt=XS(ct,dt,Tt,te,Vt,Rt);if(kt&&!xt.current){xt.current=!0,B(!0),(Pt=vt.current)==null||Pt.call(vt,!0),G(null),D([]),$(0);let ft=bt.select("g[transform]");if(ft.empty()&&(ft=bt.select("g")),ft.empty()){bt.selectAll("*").remove(),bi(bt,et.current),js(bt,n==="parliament"?"parliament":"area",fr,ce,ct,Tt,te,Vt,Rt,s,l,u,c,f,h,p,C,P,et.current,g,o,D,G,O,j,W,tt,q,R,F,it),B(!1),Q(n==="parliament"?"parliament":"area"),$(n==="parliament"?1:0),X.current=n;return}const Ft=setTimeout(()=>{xt.current=!1,B(!1),X.current=n},y*3);JS(bt,n,fr,ce,ct,Mt,Tt,te,Vt,Rt,s,y,()=>{var zt,me,ee;if(clearTimeout(Ft),xt.current=!1,B(!1),Q(n==="parliament"?"parliament":"area"),n==="parliament"&&$(1),(zt=vt.current)==null||zt.call(vt,!1),(me=ht.current)==null||me.call(ht),X.current=n,n==="parliament"&&e.current&&St.current&&(gt.current=Ys(e.current,ce,t,ut,st,St.current,z,L,et.current)),n!=="parliament"&&e.current){st(null),(ee=St.current)==null||ee.call(St,null),Ba(e.current,null,z,L,et.current);const De=Dt(e.current),fe=De.select(et.current?`.main-chart-group-${et.current}`:".main-chart-group");if(j){const Fe=et.current?`.timeline-track-${et.current}`:".timeline-track",Ne=et.current?`.timeline-brush-${et.current}`:".timeline-brush";fe.select(Fe).remove(),fe.select(Ne).remove(),Ji({svg:De,events:O,xScale:Tt,chartHeight:Rt,chartWidth:Vt,timelineHeight:W,timelineOffset:tt,instanceId:et.current,setHoveredTimelineEvent:q,enableBrush:C,onTimeRangeChange:P,minAllowedTime:R,maxAllowedTime:F,brushColor:it})}if(C&&P){const Fe=fe.select(et.current?`.chart-content-group-${et.current}`:".chart-content-group");ZS(Fe,Vt,Rt,Tt,P,et.current,De,R,F,it)}if(g.length>0&&D&&G&&o){const Ne=g.filter(re=>re.timestamp>=(o[0]??0)-1&&re.timestamp<=(o[1]??1/0)+1).map(re=>({...re,x:Tt(new Date(re.timestamp))}));if(D(Ne),Ne.length>0){Lh(fe,Ne,Rt,Vt,C,G,et.current);const re=fe.select(et.current?`.markers-${et.current}`:".markers");if(!re.empty()){fe.selectAll(".marker-hover-overlay").remove();const Pn=fe.select(et.current?`.chart-content-group-${et.current}`:".chart-content-group");let hr;C?hr=Pn.select(".brush .overlay"):hr=fe.append("rect").attr("class","marker-hover-overlay").attr("x",0).attr("y",0).attr("width",Vt).attr("height",Rt).attr("fill","none").attr("pointer-events","all");let Rr=null;hr.on("mousemove",function(Fn){const[Yr]=Tr(Fn,this);let Nn=null,pr=1/0;if(Ne.forEach(on=>{const K=Math.abs(Yr-on.x);K<pr&&(pr=K,Nn=on)}),!Nn||pr>50){Rr!==null&&(Rr=null,re.selectAll(".marker-line").attr("opacity",0),re.selectAll(".marker-label").attr("opacity",0),G(null));return}const Er=Nn;Rr!==Er.timestamp&&(Rr=Er.timestamp,re.selectAll(".marker-line").attr("opacity",0),re.selectAll(".marker-label").attr("opacity",0),re.selectAll(".marker-line").filter(function(){return Dt(this).attr("data-timestamp")===String(Er.timestamp)}).attr("opacity",.6),re.selectAll(".marker-label").filter(function(){return Dt(this).attr("data-timestamp")===String(Er.timestamp)}).attr("opacity",1),G(Er))}),hr.on("mouseleave",function(){Rr=null,re.selectAll(".marker-line").attr("opacity",0),re.selectAll(".marker-label").attr("opacity",0),G(null)})}}}}},u,f,h,p,Nt.current,(zt,me)=>{var ee;if(n==="parliament"&&zt>=.95){const De=(zt-.95)/.05;$(Math.min(De,1))}(ee=Ct.current)==null||ee.call(Ct,zt,me)},k,et.current)}else X.current=n,n==="parliament"&&(G(null),D([])),js(bt,n==="parliament"?"parliament":"area",fr,ce,ct,Tt,te,Vt,Rt,s,l,u,c,f,h,p,C,P,et.current,g,o,D,G,O,j,W,tt,q,R,F,it),Q(n==="parliament"?"parliament":"area"),$(n==="parliament"?1:0),n==="parliament"&&e.current&&St.current&&(gt.current=Ys(e.current,ce,t,ut,st,St.current,z,L,et.current));return()=>{gt.current&&(gt.current(),gt.current=void 0)}},[n]),V.useEffect(()=>{var ie,ve;if(!e.current||t.length===0||xt.current)return;if(lt.current){Ot.current=o;return}if(!(o!==Ot.current&&((o==null?void 0:o[0])!==((ie=Ot.current)==null?void 0:ie[0])||(o==null?void 0:o[1])!==((ve=Ot.current)==null?void 0:ve[1]))))return;Ot.current=o;const kt=Dt(e.current),jt=t.map(Yt=>{const te={timestamp:Yt.timestamp};for(const ce of r)te[ce.dataKey]=Yt.values[ce.dataKey]||0;return te}),It=r.map(Yt=>Yt.dataKey),je=Ka().keys(It)(jt),ue=t.map(Yt=>Yt.timestamp),fr=o?o[0]:Math.min(...ue),xe=o?o[1]:Math.max(...ue),Te=(ue.length>1?(ue[ue.length-1]-ue[0])/(ue.length-1):0)*.5,nr=Kn().domain([new Date(fr-Te),new Date(xe+Te)]).range([0,a-s.left-s.right]),ge=Math.max(...je[je.length-1].map(Yt=>Yt[1])),Et=ia().domain([0,ge*1.1]).range([i-s.top-s.bottom,0]);if(!nt.current)return;const Jt=nt.current,Tt=r.map(Yt=>({...Yt,color:$h(Yt.color,et.current)}));kt.selectAll("*").remove(),bi(kt,et.current),js(kt,J==="parliament"?"parliament":"area",je,Tt,Jt,nr,Et,a-s.left-s.right,i-s.top-s.bottom,s,l,u,c,f,h,p,C,P,et.current,g,o,D,G,O,j,W,tt,q,R,F,it),J==="parliament"&&e.current&&St.current&&(gt.current=Ys(e.current,Tt,t,ut,st,St.current,z,L,et.current))},[o]),V.useEffect(()=>{if(!e.current||t.length===0||xt.current)return;if(lt.current){ot.current=g,yt.current=O;return}if(J==="parliament"){ot.current=g,yt.current=O;return}const bt=g.length!==ot.current.length||g.some((Et,Jt)=>{var Tt,ie;return Et.timestamp!==((Tt=ot.current[Jt])==null?void 0:Tt.timestamp)||Et.label!==((ie=ot.current[Jt])==null?void 0:ie.label)}),kt=O.length!==yt.current.length||O.some((Et,Jt)=>{var Tt,ie;return Et.timestamp!==((Tt=yt.current[Jt])==null?void 0:Tt.timestamp)||Et.eventName!==((ie=yt.current[Jt])==null?void 0:ie.eventName)});if(!bt&&!kt)return;ot.current=g,yt.current=O;const jt=Dt(e.current),It=jt.select(et.current?`.main-chart-group-${et.current}`:".main-chart-group");if(It.empty())return;const Ut=t.map(Et=>Et.timestamp),je=o?o[0]:Math.min(...Ut),ue=o?o[1]:Math.max(...Ut),xe=(Ut.length>1?(Ut[Ut.length-1]-Ut[0])/(Ut.length-1):0)*.5,Ye=a-s.left-s.right,Te=i-s.top-s.bottom,nr=Kn().domain([new Date(je-xe),new Date(ue+xe)]).range([0,Ye]);if(kt&&j){const Et=et.current?`.timeline-track-${et.current}`:".timeline-track",Jt=et.current?`.timeline-brush-${et.current}`:".timeline-brush";It.select(Et).remove(),It.select(Jt).remove(),Ji({svg:jt,events:O,xScale:nr,chartHeight:Te,chartWidth:Ye,timelineHeight:W,timelineOffset:tt,instanceId:et.current,setHoveredTimelineEvent:q,enableBrush:C,onTimeRangeChange:P,minAllowedTime:R,maxAllowedTime:F,brushColor:it})}let ge=[];if(bt&&g.length>0&&o){const Et=et.current?`.markers-${et.current}`:".markers";It.select(Et).remove();const Jt=1;ge=g.filter(Tt=>Tt.timestamp>=(o[0]??0)-Jt&&Tt.timestamp<=(o[1]??1/0)+Jt).map(Tt=>({...Tt,x:nr(new Date(Tt.timestamp))})),D(ge),ge.length>0&&Lh(It,ge,Te,Ye,C,G,et.current)}if(ge.length>0){const Et=It.select(et.current?`.markers-${et.current}`:".markers");if(!Et.empty()){It.selectAll(".marker-hover-overlay").remove();const Jt=It.append("rect").attr("class","marker-hover-overlay").attr("x",0).attr("y",0).attr("width",Ye).attr("height",Te).attr("fill","none").attr("pointer-events","all");let Tt=null;Jt.on("mousemove",function(ie){const[ve]=Tr(ie,this);let Yt=null,te=1/0;if(ge.forEach(H=>{const ct=Math.abs(ve-H.x);ct<te&&(te=ct,Yt=H)}),!Yt||te>50){Tt!==null&&(Tt=null,Et.selectAll(".marker-line").attr("opacity",0),Et.selectAll(".marker-label").attr("opacity",0),G(null));return}const ar=Yt;Tt!==ar.timestamp&&(Tt=ar.timestamp,Et.selectAll(".marker-line").attr("opacity",0),Et.selectAll(".marker-label").attr("opacity",0),Et.selectAll(".marker-line").filter(function(){return Dt(this).attr("data-timestamp")===String(ar.timestamp)}).attr("opacity",.6),Et.selectAll(".marker-label").filter(function(){return Dt(this).attr("data-timestamp")===String(ar.timestamp)}).attr("opacity",1),G(ar))}),Jt.on("mouseleave",function(){Tt=null,Et.selectAll(".marker-line").attr("opacity",0),Et.selectAll(".marker-label").attr("opacity",0),G(null)})}}},[g,O,rt]),{isMorphing:rt,currentMode:J,hoveredCategory:ut,scaleIndicatorOpacity:Y,visibleMarkers:N,hoveredMarker:U,setHoveredMarker:G,hoveredTimelineEvent:A,setHoveredTimelineEvent:q}};function ZS(e,t,r,n,a,i,s,o,l,u){const c=o,f=l,h=ga().extent([[0,0],[t,r]]).on("start",g=>{if(!g.selection&&c!==void 0&&f!==void 0){const d=g.sourceEvent;if(d){const m=d.offsetX,x=+n.invert(m);if(x<c||x>f){s.select(".brush").call(h.move,null);return}}}}).on("brush",g=>{if(!g.selection)return;const[d,m]=g.selection;let x=+n.invert(d),y=+n.invert(m);c!==void 0&&(x=Math.max(x,c),y=Math.max(y,c)),f!==void 0&&(x=Math.min(x,f),y=Math.min(y,f));const v=n(new Date(x)),_=n(new Date(y));(v!==d||_!==m)&&s.select(".brush").call(h.move,[v,_])}).on("end",g=>{if(!g.selection)return;const[d,m]=g.selection,x=[+n.invert(d),+n.invert(m)];c!==void 0&&(x[0]=Math.max(x[0],c)),f!==void 0&&(x[1]=Math.min(x[1],f)),a(x),s.select(".brush").call(h.move,null)}),p=e.append("g").attr("class","brush").call(h);p.selectAll(".selection").attr("fill",u).attr("fill-opacity",.2).attr("stroke",u).attr("stroke-width",1),p.selectAll(".handle").attr("fill",u).attr("fill-opacity",.8),p.on("dblclick",()=>{const g=n.domain(),d=[+g[0],+g[1]];o!==void 0&&(d[0]=Math.max(d[0],o)),l!==void 0&&(d[1]=Math.min(d[1],l)),a(d)})}function Lh(e,t,r,n,a,i,s){const o=s?`markers markers-${s}`:"markers",l=e.append("g").attr("class",o);t.forEach(u=>{l.append("line").attr("class","marker-line").attr("data-timestamp",u.timestamp).attr("x1",u.x).attr("x2",u.x).attr("y1",0).attr("y2",r).attr("stroke",u.color??"#2F42FF").attr("stroke-width",2).attr("opacity",0),u.label&&l.append("text").attr("class","marker-label").attr("data-timestamp",u.timestamp).attr("x",u.x).attr("y",-5).attr("text-anchor","middle").attr("font-size",10).attr("fill",u.color??"#2F42FF").attr("opacity",0)})}function QS(e,t,r,n,a,i,s){let o=null,l;i?l=e.select(".brush .overlay"):l=e.append("rect").attr("class","marker-hover-overlay").attr("width",n).attr("height",a).attr("fill","none").attr("pointer-events","all");const u=c=>{let f=null,h=1/0;if(r.forEach(d=>{const m=Math.abs(c-d.x);m<h&&(h=m,f=d)}),!f||h>50)return o!==null&&(o=null,t.selectAll(".marker-line").attr("opacity",0),t.selectAll(".marker-label").attr("opacity",0),s(null)),!1;const g=f;return o===g.timestamp||(o=g.timestamp,t.selectAll(".marker-line").attr("opacity",0),t.selectAll(".marker-label").attr("opacity",0),t.selectAll(".marker-line").filter(function(){return Dt(this).attr("data-timestamp")===String(g.timestamp)}).attr("opacity",.6),t.selectAll(".marker-label").filter(function(){return Dt(this).attr("data-timestamp")===String(g.timestamp)}).attr("opacity",1),s(g)),!0};l.on("mousemove",function(c){const[f]=Tr(c,this);u(f)}),l.on("mouseleave",function(){o=null,t.selectAll(".marker-line").attr("opacity",0),t.selectAll(".marker-label").attr("opacity",0),s(null)})}function js(e,t,r,n,a,i,s,o,l,u,c,f,h,p,g,d,m=!1,x,y,v=[],_=[0,0],S,w,b=[],T=!1,M=40,k=15,C,P,R,F="#69b3a2"){const z=P,L=R;let O=null;const j=y?`main-chart-group main-chart-group-${y}`:"main-chart-group",W=e.append("g").attr("class",j).attr("transform",`translate(${u.left},${u.top})`),tt=y?`chart-clip-${y}`:`chart-clip-${Math.random().toString(36).substr(2,9)}`;e.select("defs").append("clipPath").attr("id",tt).append("rect").attr("x",0).attr("y",0).attr("width",o).attr("height",l);const it=y?`chart-content-group chart-content-group-${y}`:"chart-content-group",J=W.append("g").attr("class",it).attr("clip-path",`url(#${tt})`);if(c&&t!=="parliament"&&(J.append("g").attr("class","grid grid-vertical").attr("opacity",.1).call(Ir(i).ticks(6).tickSize(l).tickFormat(()=>"")),J.append("g").attr("class","grid grid-horizontal").attr("opacity",.1).call(zr(s).ticks(5).tickSize(-o).tickFormat(()=>""))),t==="area"&&(Tc(J,r,n,{xScale:i,yScale:s,addClasses:!0,instanceId:y}),v.length>0)){const rt=v.filter(B=>B.timestamp>=_[0]-1&&B.timestamp<=_[1]+1).map(B=>({...B,x:i(new Date(B.timestamp))}));O={markersGroup:null,visibleMarkers:rt},S&&S(rt)}if(t==="parliament"){const Q=o/2,rt=a.radius+10,B=l-a.radius*.3,ut=Math.max(rt,B);U0(J,a,n,{centerX:Q,centerY:ut,addClasses:!0,instanceId:y,parliamentRadius:a.radius})}if(f&&t!=="parliament"){const rt=Ir(i).ticks(6).tickPadding(12);g&&rt.tickFormat(U=>g(+U));const ut=W.append("g").attr("class","axis axis-x").attr("transform",`translate(0,${l})`).call(rt).selectAll("text").attr("font-size",p).attr("font-weight",500);h&&ut.attr("fill",h);const st=zr(s).ticks(5);st.tickFormat(U=>+U==0?"":d?d(+U):String(U));const $=W.append("g").attr("class","axis axis-y").call(st).selectAll("text").attr("font-size",p).attr("font-weight",500);h&&$.attr("fill",h)}if(m&&x&&t==="area"){const Q=z,rt=L,B=ga().extent([[0,0],[o,l]]).on("start",st=>{if(!st.selection&&Q!==void 0&&rt!==void 0){const Y=st.sourceEvent;if(Y){const $=Y.offsetX-((u==null?void 0:u.left)||0),U=+i.invert($);if(U<Q||U>rt){e.select(".brush").call(B.move,null);return}}}}).on("brush",st=>{if(!st.selection)return;const[Y,$]=st.selection;let U=+i.invert(Y),G=+i.invert($);Q!==void 0&&(U=Math.max(U,Q),G=Math.max(G,Q)),rt!==void 0&&(U=Math.min(U,rt),G=Math.min(G,rt));const A=i(new Date(U)),q=i(new Date(G));(A!==Y||q!==$)&&e.select(".brush").call(B.move,[A,q])}).on("end",st=>{if(!st.selection)return;const[Y,$]=st.selection,U=[+i.invert(Y),+i.invert($)];Q!==void 0&&(U[0]=Math.max(U[0],Q)),rt!==void 0&&(U[1]=Math.min(U[1],rt)),x(U),e.select(".brush").call(B.move,null)}),ut=J.append("g").attr("class","brush").call(B);ut.selectAll(".selection").attr("fill",F).attr("fill-opacity",.2).attr("stroke",F).attr("stroke-width",1),ut.selectAll(".handle").attr("fill",F).attr("fill-opacity",.8),ut.on("dblclick",()=>{const st=i.domain(),Y=[+st[0],+st[1]];x(Y)})}if(t==="area"&&O&&O.visibleMarkers.length>0){const Q=W.append("g").attr("class","markers").attr("clip-path",`url(#${tt})`);O.visibleMarkers.forEach(rt=>{Q.append("line").attr("class","marker-line").attr("data-timestamp",rt.timestamp).attr("x1",rt.x).attr("x2",rt.x).attr("y1",0).attr("y2",l).attr("stroke",rt.color??"#2F42FF").attr("stroke-width",2).attr("opacity",0),rt.label&&Q.append("text").attr("class","marker-label").attr("data-timestamp",rt.timestamp).attr("x",rt.x).attr("y",-5).attr("text-anchor","middle").attr("font-size",10).attr("fill",rt.color??"#2F42FF").attr("opacity",0)}),O.markersGroup=Q}t==="area"&&T&&C&&Ji({svg:e,events:b,xScale:i,chartHeight:l,chartWidth:o,timelineHeight:M,timelineOffset:k,instanceId:y,setHoveredTimelineEvent:C,enableBrush:m,onTimeRangeChange:x,minAllowedTime:z,maxAllowedTime:L,brushColor:F}),O&&O.visibleMarkers.length>0&&w&&t==="area"&&QS(J,O.markersGroup,O.visibleMarkers,o,l,m,w)}function JS(e,t,r,n,a,i,s,o,l,u,c,f,h,p=!0,g=14,d,m,x,y,v,_){const S=e.select(_?`.main-chart-group-${_}`:".main-chart-group");S.selectAll(".markers").remove(),S.selectAll(".marker-hover-overlay").remove(),S.selectAll(".brush").remove(),t==="stacked-area"||t==="area"?tT(S,r,n,a,i,s,o,l,u,f,h,p,g,d,m,x,y,v,_):eT(S,r,n,a,i,s,o,l,u,f,h,p,g,d,m,x,y,v,_)}function za(e,t,r,n,a,i,s,o){const l=e[i];if(!l)return"";const u=l.find(w=>w.data.timestamp===s);if(!u)return"";const c=u.data,f=t[i];if(!f)return"";const h=f.dataKey,p=c[h];if(!p||p<=0)return"";const g=r.get(s);if(!g)return"";const d=g.x,m=g.width,x=u[0],y=u[1],v=o?a:n(x),_=o?a:n(y),S=[];return S.push(`M ${d} ${v}`),S.push(`L ${d} ${_}`),S.push(`L ${d+m} ${_}`),S.push(`L ${d+m} ${v}`),S.push("Z"),S.join(" ")}function tT(e,t,r,n,a,i,s,o,l,u,c,f=!0,h=14,p,g,d,m,x,y){var on;const v=y?`.seat-${y}`:".seat",_=e.selectAll(v),S=y?`.chart-content-group-${y}`:".chart-content-group";let w=e.select(S);if(w.empty()){const K=e.attr("clip-path"),at=K?((on=K.match(/url\(#(.+)\)/))==null?void 0:on[1])||`chart-clip-${Math.random().toString(36).substr(2,9)}`:`chart-clip-${Math.random().toString(36).substr(2,9)}`,pt=y?`chart-content-group chart-content-group-${y}`:"chart-content-group";w=e.append("g").attr("class",pt).attr("clip-path",`url(#${at})`)}if(_.size()===0){Tc(e,t,r,{xScale:i,yScale:s,addClasses:!0,instanceId:y}),c();return}const b=KS(u),T=y?_n.get(y):void 0;T&&(T.destroy(),y&&_n.delete(y));const M=K=>K<.2?"seatsToRings":K<.35?"ringsToBar":K<.464?"axesReveal":K<.6?"barSlide":K<.82?"barsGrow":"barsToArea",k=new B0({seatsToRings:b.seatsToLines,ringsToBar:b.seatsToBar,axesReveal:b.barSlideToTimeline*.3,barSlide:b.barSlideToTimeline*.7,barsGrow:b.axesAndBarsGrow,barsToArea:b.barsToArea},{onStageComplete:K=>{},onProgress:K=>{if(m){const at=M(K);m(K,at)}},onComplete:()=>{c()}});y&&_n.set(y,k),d&&d(k.getControls().getTimeline());const C=t[0].map(K=>K.data),P=YS(C,r),R=o/2,F=n.radius+10,z=l-n.radius*.3,L=Math.max(F,z),O=C.map(K=>K.timestamp),j=x??Math.max(...O),W=new Map,tt=[];O.forEach((K,at)=>{const pt=i(new Date(K)),_t=O[at+1];if(_t){const Ht=i(new Date(_t))-pt;tt.push(Ht)}});const it=tt.length>0?tt.reduce((K,at)=>K+at,0)/tt.length:30;O.forEach((K,at)=>{const pt=i(new Date(K)),_t=O[at+1],Ht=at===O.length-1?it:i(new Date(_t))-pt;W.set(K,{x:pt,width:Ht})});const J=P.filter(K=>K.timestamp===j),Q=W.get(j),rt=666,B=y?`parliament-bar-path parliament-bar-path-${y}`:"parliament-bar-path",ut=w.append("g").attr("class",B);J.sort((K,at)=>at.y0-K.y0),new Map().set(j,{x:rt-Q.width/2,width:Q.width});const Y=[],$=(n.radius-n.innerRadius)*.6,G=l*.8,A=L,q=J.reduce((K,at)=>K+(at.y1-at.y0),0);let N=0;r.forEach(K=>{const at=J.find(we=>we.dataKey===K.dataKey);if(!at)return;const ne=(at.y1-at.y0)/q*G,Ht=A-N,Me=A-N-ne,be=rt-$/2,$e=`M ${be} ${Ht} L ${be} ${Me} L ${be+$} ${Me} L ${be+$} ${Ht} Z`;N+=ne;const Xe=ut.append("path").attr("class",`parliament-bar-segment category-${ke(at.dataKey)}`).attr("d",$e).attr("fill",at.color).style("opacity",0).node();Xe&&Y.push(Xe)}),y&&(window.orchestratorMap=_n);const D=k.getControls().getTimeline(),nt=b.seatsToLines/1e3,X=b.seatsToBar/1e3;D.call(()=>{m==null||m(D.progress(),"seatsToRings")},[],"seatsToRings");const lt=_.nodes(),xt=R,et=L,gt=Math.max(...n.seats.map(K=>K.ring)),Ot=n.seats.filter(K=>K.ring===gt),ot=e.append("g").attr("class",`seat-lines-${y||"default"}`),yt=r.map(K=>{const at=_.filter(`.seat-${ke(K.dataKey)}`).size();return at>0?{name:K.dataKey,seatCount:at,color:K.color}:null}).filter(K=>K!==null).reverse(),ht=yt.reduce((K,at)=>K+at.seatCount,0),vt=Ot.length,Nt=n.radius-n.innerRadius,Ct=Nt*.6,St=Ct/2,Vt=Nt*.6,Rt=[];let bt=0;yt.forEach(K=>{const at=Math.max(1,Math.round(K.seatCount/ht*vt));for(let pt=0;pt<at;pt++){const _t=(bt+pt)/vt,ne=n.arcAngle*Math.PI/180,Me=-ne/2-Math.PI/2+_t*ne,be=(n.innerRadius+n.radius)/2,$e=xt+Math.cos(Me)*be,Xe=et+Math.sin(Me)*be,we=Math.cos(Me),Xr=Math.sin(Me),ln=$e-St*we,$n=Xe-St*Xr,he=$e+St*we,Wr=Xe+St*Xr,Kr=ot.append("line").attr("class","seat-line").attr("x1",ln).attr("y1",$n).attr("x2",he).attr("y2",Wr).attr("stroke",K.color).attr("stroke-width",n.seatSize*2).attr("stroke-linecap","butt").style("opacity",0).attr("data-angle",Me*180/Math.PI).attr("data-center-x",$e).attr("data-center-y",Xe).attr("data-initial-length",Ct).node();Rt.push({element:Kr,angle:Me})}bt+=at});const kt=()=>{ot.remove()},jt=nt*.5,It=0,Ut=[];if(Ut.push(...lt),Ut.sort((K,at)=>{const pt=parseInt(K.getAttribute("data-layout-index")||"-1",10),_t=parseInt(at.getAttribute("data-layout-index")||"-1",10);return pt-_t}),Ut.length>0&&Rt.length>0){const K=Rt.map(at=>at.element);D.to(Ut,{attr:{r:1.5},duration:jt*.3,ease:"power2.in"},`seatsToRings+=${It}`),K.forEach(at=>{const pt=at.getAttribute("x1")||"0",_t=at.getAttribute("y1")||"0",ne=at.getAttribute("x2")||"0",Ht=at.getAttribute("y2")||"0";at.setAttribute("data-final-x1",pt),at.setAttribute("data-final-y1",_t),at.setAttribute("data-final-x2",ne),at.setAttribute("data-final-y2",Ht),at.setAttribute("x1",pt),at.setAttribute("y1",_t),at.setAttribute("x2",pt),at.setAttribute("y2",_t)}),D.to(K,{attr:{x2:(at,pt)=>parseFloat(pt.getAttribute("data-final-x2")||"0"),y2:(at,pt)=>parseFloat(pt.getAttribute("data-final-y2")||"0")},opacity:.9,duration:jt*.6,ease:"power2.out"},`seatsToRings+=${It+jt*.2}`),D.to(Ut,{opacity:0,duration:jt*.3,ease:"power2.out"},`seatsToRings+=${It+jt*.3}`)}const je=nt*.05,ue=nt*.7,fr=It+jt+je;if(Rt.length>0){const K=rt,at=L,_t=l*.8/Rt.length,ne=at,Ht=[...Rt].sort(($e,Xe)=>Xe.angle-$e.angle),be=.6/Ht.length;Ht.forEach(($e,Xe)=>{const we=K,ln=ne-Xe*_t,$n=be*Xe*ue,he=$e.element,Wr=parseFloat(he.getAttribute("data-final-x1")||"0"),Kr=parseFloat(he.getAttribute("data-final-y1")||"0"),xa=parseFloat(he.getAttribute("data-final-x2")||"0"),Ln=parseFloat(he.getAttribute("data-final-y2")||"0"),di=(Wr+xa)/2,_r=(Kr+Ln)/2,Vr=Math.atan2(Ln-Kr,xa-Wr),un=Math.sqrt(Math.pow(xa-Wr,2)+Math.pow(Ln-Kr,2));D.to({progress:0},{progress:1,duration:ue*.5,ease:"power2.inOut",delay:$n,onUpdate:function(){const se=this.progress(),xs=di+(we-di)*se,vs=_r+(ln-_r)*se,xr=40*4*se*(1-se),cn=xs,fn=vs-xr,ws=0-Vr,Dr=Vr+ws*se*se,gi=(un+(Vt-un)*se)/2,$y=cn-gi*Math.cos(Dr),Ly=fn-gi*Math.sin(Dr),qy=cn+gi*Math.cos(Dr),Iy=fn+gi*Math.sin(Dr);he.setAttribute("x1",$y.toString()),he.setAttribute("y1",Ly.toString()),he.setAttribute("x2",qy.toString()),he.setAttribute("y2",Iy.toString())},onComplete:function(){const se=Vt/2;he.setAttribute("x1",(we-se).toString()),he.setAttribute("y1",ln.toString()),he.setAttribute("x2",(we+se).toString()),he.setAttribute("y2",ln.toString())}},`seatsToRings+=${fr}`),D.to($e.element,{opacity:.95,duration:ue*.3,ease:"power2.out",delay:$n},`seatsToRings+=${fr}`)})}const xe=ot,Ye=[];J.forEach((K,at)=>{const pt=_.filter(`.seat-${ke(K.category)}`),_t=pt.size();if(_t===0)return;const ne=s(K.y1),Ht=s(K.y0)-s(K.y1),Me=pt.nodes().sort((_r,Vr)=>{const un=parseInt(_r.getAttribute("data-layout-index")||"-1",10),se=parseInt(Vr.getAttribute("data-layout-index")||"-1",10);return un-se}),be=Math.max(Q.width,100),$e=Ht,Xe=be/Math.max($e,1),we=Math.max(2,Math.ceil(Math.sqrt(_t*Xe))),Xr=Math.ceil(_t/we),ln=be*.8,$n=$e*.8,he=we>1?ln/(we-1):0,Wr=Xr>1?$n/(Xr-1):0,Kr=we>1?(we-1)*he:0,xa=Xr>1?(Xr-1)*Wr:0,Ln=rt-be/2+(be-Kr)/2,di=ne+($e-xa)/2;Me.forEach((_r,Vr)=>{const un=parseInt(_r.getAttribute("data-layout-index")||"-1",10),se=un>=0?n.seats[un]:void 0,xs=se?R+se.x:parseFloat(_r.getAttribute("cx")||"0"),vs=se?L+se.y:parseFloat(_r.getAttribute("cy")||"0"),Rf=(se==null?void 0:se.radius)||parseFloat(_r.getAttribute("r")||"4"),xr=_t%we;let cn,fn;if(xr>0&&Vr<xr)fn=0,cn=Vr;else{const Dr=Vr-(xr>0?xr:0);cn=Dr%we,fn=Math.floor(Dr/we)+(xr>0?1:0)}let bs=Ln+cn*he;if(xr>0&&fn===0){const Dr=xr>1?(xr-1)*he:0,Ef=(Kr-Dr)/2;bs=Ln+Ef+cn*he}const ws=di+fn*Wr;Ye.push({element:_r,startX:xs,startY:vs,startRadius:Rf,category:K.dataKey,segmentIndex:at,endY:ws,endX:bs})})});const Te=Ye.map(K=>{const at=K.startX-R,pt=K.startY-L,_t=Math.atan2(pt,at);return{...K,angle:_t}});Te.sort((K,at)=>at.angle-K.angle);const nr=X*.8,ge=.6,Et=Te.length,Tt=nr/Math.max(Et,1)*(Et-1)+ge,ie=X*.3,ve=Tt;D.to(Y,{opacity:1,duration:ie,ease:"power2.inOut"},`seatsToBar+=${ve}`),xe&&(D.to(xe.selectAll(".seat-line").nodes(),{opacity:0,duration:ie,ease:"power2.inOut"},`seatsToBar+=${ve}`),D.call(()=>{kt()},[],`seatsToBar+=${ve+ie}`));const Yt=b.barSlideToTimeline/1e3;let te=null,ce=null;if(f){const at=Ir(i).ticks(6).tickPadding(12);p&&at.tickFormat(_t=>p(_t.getTime())),te=e.append("g").attr("class","axis axis-x").attr("transform",`translate(0,${l})`).attr("opacity",0),te.call(at).selectAll("text").attr("font-size",h).attr("font-weight",500);const pt=zr(s).ticks(5);pt.tickFormat(_t=>+_t==0?"":g?g(_t):String(_t)),ce=e.append("g").attr("class","axis axis-y").attr("opacity",0),ce.call(pt).selectAll("text").attr("font-size",h).attr("font-weight",500)}const ar=b.crossFadePause/1e3,H=ve+ie+ar;Y.forEach(K=>{const at=Array.from(K.classList).find(Ht=>Ht.startsWith("category-"));if(!at||!J.find(Ht=>ke(Ht.dataKey)===at.replace("category-","")))return;const _t=r.findIndex(Ht=>ke(Ht.dataKey)===at.replace("category-",""));if(_t===-1)return;const ne=za(t,r,W,s,l,_t,j,!1);ne&&D.to(K,{attr:{d:ne},duration:Yt,ease:"power2.out"},`seatsToBar+=${H}`)});const ct=ss().x(K=>i(K.data.timestamp)).y0(K=>s(K[0])).y1(K=>s(K[1])).curve(Cn),dt=new Map;t.forEach((K,at)=>{const pt=r[at];if(pt){const _t=ct(K)||"";dt.set(pt.dataKey,_t)}});const Mt=H+Yt;f&&te&&ce&&D.to([te.node(),ce.node()],{opacity:1,duration:.6,ease:"power2.inOut"},`seatsToBar+=${H}`);const Pt=w.select(".grid-vertical"),ft=w.select(".grid-horizontal");if(!Pt.empty()||!ft.empty()){const at=[];Pt.empty()||at.push(Pt.node()),ft.empty()||at.push(ft.node()),D.to(at,{opacity:.1,duration:.6,ease:"power2.inOut"},`seatsToBar+=${H}`)}const Ft=b.axesAndBarsGrow/1e3,zt=b.barsToArea/1e3,me=y?`histogram-paths histogram-paths-${y}`:"histogram-paths",ee=w.append("g").attr("class",me);O.forEach(K=>{if(K===j)return;const at=W.get(K);at&&r.forEach((pt,_t)=>{const ne=za(t,r,W,s,l,_t,K,!0),Ht=za(t,r,W,s,l,_t,K,!1);if(!ne||!Ht)return;const Me=y?`histogram-path histogram-path-${y} category-${ke(pt.dataKey)}`:`histogram-path category-${ke(pt.dataKey)}`;ee.append("path").attr("class",Me).attr("d",ne).attr("fill",pt.color).attr("stroke",pt.color).attr("stroke-width",.5).attr("shape-rendering","crispEdges").attr("opacity",0).attr("data-category",pt.dataKey).attr("data-timestamp",K).attr("data-x-position",at.x).attr("data-full-height-path",Ht)})});const De=y?`.histogram-path-${y}`:".histogram-path",fe=ee.selectAll(De);D.to(fe.nodes(),{opacity:1,duration:.3,ease:"power2.inOut"},`seatsToBar+=${Mt}`);const Fe=Q.x+Q.width/2;fe.each(function(){var be;const K=this.getAttribute("data-full-height-path");if(!K)return;const at=parseFloat(this.getAttribute("data-x-position")||"0"),pt=parseFloat(this.getAttribute("data-timestamp")||"0"),_t=((be=W.get(pt))==null?void 0:be.width)||0,ne=at+_t/2,Me=Math.abs(ne-Fe)*8e-4;D.to(this,{attr:{d:K},duration:Ft,ease:"power2.out"},`seatsToBar+=${Mt+Me}`)});const Ne=Mt+Ft,re=O[O.length-1],hr=i(new Date(re))+it,Fn=i.invert(hr).getTime(),Yr=t.map(K=>{const at=K[K.length-1],pt={...at,data:{...at.data,timestamp:Fn}};return[...K,pt]});Tc(e,Yr,r,{xScale:i,yScale:s,addClasses:!0,instanceId:y});const Nn=y?`.area-${y}`:".area",pr=e.selectAll(Nn);pr.attr("opacity",0),D.to(fe.nodes(),{opacity:0,duration:zt,ease:"power2.inOut"},`seatsToBar+=${Ne}`);const _a=ut.selectAll("path").nodes();_a.length>0&&D.to(_a,{opacity:0,duration:zt,ease:"power2.inOut"},`seatsToBar+=${Ne}`),D.to(pr.nodes(),{opacity:1,duration:zt,ease:"power2.inOut"},`seatsToBar+=${Ne}`);const Er=c;k.getControls().getTimeline().eventCallback("onComplete",()=>{const K=y?`.morph-bar-${y}`:".morph-bar";e.selectAll(K).remove();const at=y?`.histogram-paths-${y}`:".histogram-paths";e.selectAll(at).remove();const pt=y?`.seat-${y}`:".seat";e.selectAll(pt).style("pointer-events","none"),f&&(te&&te.attr("opacity",1),ce&&ce.attr("opacity",1)),Er()}),k.play()}function eT(e,t,r,n,a,i,s,o,l,u,c,f=!0,h=14,p,g,d,m,x,y){var ar;const v=y?`.chart-content-group-${y}`:".chart-content-group";let _=e.select(v);if(_.empty()){const H=e.attr("clip-path"),ct=H?((ar=H.match(/url\(#(.+)\)/))==null?void 0:ar[1])||`chart-clip-${Math.random().toString(36).substr(2,9)}`:`chart-clip-${Math.random().toString(36).substr(2,9)}`,dt=y?`chart-content-group chart-content-group-${y}`:"chart-content-group";_=e.append("g").attr("class",dt).attr("clip-path",`url(#${ct})`)}const S=y?`.area-${y}`:".area",w=e.selectAll(S);if(w.size()===0){rT(e,r,n,o,l,y),c();return}const b={areaToBar:u*.18,barsShrink:u*.22,barSlide:u*.22,axesHide:u*.03,barToRings:u*.07,ringsExpand:u*.18,ringsHold:u*.05,ringsToSeats:u*.07},T=y?_n.get(y):void 0;T&&(T.destroy(),y&&_n.delete(y));const M=H=>H<.18?"areaToBar":H<.4?"barsShrink":H<.62?"barSlide":H<.65?"axesHide":H<.72?"barToRings":H<.9?"ringsExpand":H<.95?"ringsHold":"ringsToSeats",k=new B0({seatsToRings:b.ringsToSeats,ringsHold:b.ringsHold,ringsToBar:b.barToRings,axesReveal:b.axesHide,barSlide:b.barSlide,barsGrow:b.barsShrink,barsToArea:b.areaToBar},{onStageComplete:H=>{},onProgress:H=>{if(m){const ct=M(H);m(H,ct)}},onComplete:()=>{c()}});y&&_n.set(y,k),d&&d(k.getControls().getTimeline());const P=t[0].map(H=>H.data).map(H=>H.timestamp),R=x??Math.max(...P),F=new Map,z=[];P.forEach((H,ct)=>{const dt=i(new Date(H)),Mt=P[ct+1];if(Mt){const ft=i(new Date(Mt))-dt;z.push(ft)}});const L=z.length>0?z.reduce((H,ct)=>H+ct,0)/z.length:30;P.forEach((H,ct)=>{const dt=i(new Date(H)),Mt=P[ct+1],ft=ct===P.length-1?L:i(new Date(Mt))-dt;F.set(H,{x:dt,width:ft})});const O=k.getControls().getTimeline(),j=b.areaToBar/1e3,W=y?`histogram-paths histogram-paths-${y}`:"histogram-paths",tt=_.append("g").attr("class",W);P.forEach(H=>{const ct=F.get(H);ct&&r.forEach((dt,Mt)=>{const Pt=za(t,r,F,s,l,Mt,H,!1);if(!Pt)return;const ft=y?`histogram-path histogram-path-${y} category-${ke(dt.dataKey)}`:`histogram-path category-${ke(dt.dataKey)}`;tt.append("path").attr("class",ft).attr("d",Pt).attr("fill",dt.color).attr("stroke",dt.color).attr("stroke-width",.5).attr("shape-rendering","crispEdges").attr("opacity",0).attr("data-category",dt.dataKey).attr("data-timestamp",H).attr("data-x-position",ct.x)})});const it=y?`.histogram-path-${y}`:".histogram-path",J=tt.selectAll(it);O.to(w.nodes(),{opacity:0,duration:j,ease:"power2.inOut"},"areaToBar"),O.to(J.nodes(),{opacity:1,duration:j,ease:"power2.inOut"},"areaToBar");const Q=b.barsShrink/1e3,rt=j;J.each(function(){const H=parseFloat(this.getAttribute("data-timestamp")||"0");if(H===R)return;const ct=r.find(Pt=>this.classList.contains(`category-${ke(Pt.dataKey)}`));if(!ct)return;const dt=r.indexOf(ct),Mt=za(t,r,F,s,l,dt,H,!0);Mt&&O.to(this,{attr:{d:Mt},duration:Q,ease:"power2.in"},rt)});const B=b.axesHide/1e3,ut=rt+Q;if(f){const H=e.select(".axis-x"),ct=e.select(".axis-y");H.empty()||O.to(H.node(),{opacity:0,duration:B,ease:"power2.inOut"},ut),ct.empty()||O.to(ct.node(),{opacity:0,duration:B,ease:"power2.inOut"},ut)}const st=_.select(".grid-vertical"),Y=_.select(".grid-horizontal");st.empty()||O.to(st.node(),{opacity:0,duration:B,ease:"power2.inOut"},ut),Y.empty()||O.to(Y.node(),{opacity:0,duration:B,ease:"power2.inOut"},ut);const $=[];t.forEach((H,ct)=>{const dt=H.find(Pt=>Pt.data.timestamp===R);if(!dt)return;const Mt=r[ct];Mt&&$.push({category:Mt.label,dataKey:Mt.dataKey,color:Mt.color,y0:dt[0],y1:dt[1]})}),$.sort((H,ct)=>ct.y0-H.y0);const U=$.reduce((H,ct)=>H+(ct.y1-ct.y0),0),G=n.radius-n.innerRadius,A=o/2,q=n.radius+10,N=l-n.radius*.3,D=Math.max(q,N),nt=G*.6,lt=l*.8,xt=D,et=b.barSlide/1e3,gt=ut+B,Ot=666,ot=J.nodes().filter(H=>parseFloat(H.getAttribute("data-timestamp")||"0")!==R);O.to(ot,{opacity:0,duration:et*.2,ease:"power2.out"},gt);const yt=J.nodes().filter(H=>parseFloat(H.getAttribute("data-timestamp")||"0")===R);yt.forEach(H=>{const ct=H.getAttribute("data-category");if(!ct)return;const dt=$.find(fe=>fe.dataKey===ct);if(!dt)return;const ft=(dt.y1-dt.y0)/U*lt;let Ft=0;for(const fe of r){const Fe=$.find(Pn=>Pn.dataKey===fe.dataKey);if(!Fe)continue;if(Fe.dataKey===dt.dataKey)break;const re=(Fe.y1-Fe.y0)/U;Ft+=re*lt}const zt=xt-Ft,me=xt-Ft-ft,ee=Ot-nt/2,De=`M ${ee} ${zt} L ${ee} ${me} L ${ee+nt} ${me} L ${ee+nt} ${zt} Z`;O.to(H,{attr:{d:De},duration:et,ease:"power2.inOut"},gt)});const ht=b.barToRings/1e3,vt=gt+et,Nt=b.ringsExpand/1e3,Ct=vt+ht,St=b.ringsHold/1e3,Vt=Ct+Nt,Rt=b.ringsToSeats/1e3,bt=Vt+St,kt=Math.max(...n.seats.map(H=>H.ring)),jt=n.seats.filter(H=>H.ring===kt),It=_.append("g").attr("class",`slinky-${y||"h2p-default"}`),Ut=()=>{It.remove()};jt.forEach((H,ct)=>{const dt=r.find(Mt=>Mt.label===H.category);dt&&It.append("line").attr("class","slinky-ring").attr("x1",0).attr("y1",0).attr("x2",0).attr("y2",0).attr("stroke",dt.color).attr("stroke-width",n.seatSize*2).attr("stroke-linecap","butt").attr("data-category",H.category).attr("data-category-index",H.categoryIndex).attr("data-ring-index",ct).attr("data-seat-x",A+H.x).attr("data-seat-y",D+H.y).attr("data-seat-angle",Math.atan2(H.y,H.x)).style("opacity",0)});const je=It.selectAll(".slinky-ring").nodes(),ue=Ot,fr=lt/je.length,xe=[...je].sort((H,ct)=>{const dt=parseFloat(H.getAttribute("data-seat-angle")||"0");return parseFloat(ct.getAttribute("data-seat-angle")||"0")-dt}),Ye=xt;xe.forEach((H,ct)=>{const dt=Ye-ct*fr,Pt=nt/2,ft=ue-Pt,Ft=ue+Pt;H.setAttribute("x1",ft.toString()),H.setAttribute("y1",dt.toString()),H.setAttribute("x2",Ft.toString()),H.setAttribute("y2",dt.toString()),H.style.opacity="0"}),O.to(yt,{opacity:0,duration:ht*.7,ease:"power2.out"},vt+ht*.3),O.to(xe,{opacity:1,duration:ht,ease:"power2.in",stagger:.005},vt);const Te=G*.8;xe.forEach((H,ct)=>{const dt=parseFloat(H.getAttribute("data-seat-x")||"0"),Mt=parseFloat(H.getAttribute("data-seat-y")||"0"),Pt=parseFloat(H.getAttribute("data-seat-angle")||"0"),ft=(xe.length-1-ct)/xe.length*(Nt*.4),Ft=parseFloat(H.getAttribute("x1")||"0"),zt=parseFloat(H.getAttribute("y1")||"0"),me=parseFloat(H.getAttribute("x2")||"0"),ee=parseFloat(H.getAttribute("y2")||"0"),De=(Ft+me)/2,fe=(zt+ee)/2,Fe=Math.atan2(ee-zt,me-Ft),Ne=Math.sqrt(Math.pow(me-Ft,2)+Math.pow(ee-zt,2)),re=dt-Te/2*Math.cos(Pt),Pn=Mt-Te/2*Math.sin(Pt);O.to({progress:0},{progress:1,duration:Nt*.7,ease:"power2.out",onUpdate:function(){const hr=this.progress(),Rr=De+(re-De)*hr,Fn=fe+(Pn-fe)*hr,Yr=Fe+(Pt-Fe)*hr,pr=(Ne+(Te-Ne)*hr)/2,_a=Rr-pr*Math.cos(Yr),Er=Fn-pr*Math.sin(Yr),on=Rr+pr*Math.cos(Yr),K=Fn+pr*Math.sin(Yr);H.setAttribute("x1",_a.toString()),H.setAttribute("y1",Er.toString()),H.setAttribute("x2",on.toString()),H.setAttribute("y2",K.toString())}},Ct+ft),O.to(H,{opacity:.9,duration:Nt*.3,ease:"power2.in"},Ct+ft)}),O.call(()=>{m&&m(O.progress(),"ringsHold")},[],Vt);const nr=y?`parliament parliament-${y}`:"parliament",ge=_.append("g").attr("class",nr);n.seats.forEach((H,ct)=>{const dt=r.find(me=>me.label===H.category);if(!dt)return;const Mt=A+H.x,Pt=D+H.y;let ft,Ft,zt;H.ring===kt?(ft=Mt,Ft=Pt,zt=2):(ft=Mt,Ft=Pt,zt=H.radius),ge.append("circle").attr("cx",ft).attr("cy",Ft).attr("r",zt).attr("fill",dt.color).attr("stroke",dt.color).attr("stroke-width",.5).attr("opacity",0).attr("class",()=>y?`seat seat-${y} seat-${ke(H.category)}`:`seat seat-${ke(H.category)}`).attr("data-layout-index",ct).attr("data-ring",H.ring).attr("data-final-x",Mt).attr("data-final-y",Pt).attr("data-final-r",H.radius)});const Et=y?`.seat-${y}`:".seat",Jt=ge.selectAll(Et);O.to(je,{opacity:0,duration:Rt*.2,ease:"power3.out"},bt),O.to(Jt.nodes(),{opacity:.8,duration:Rt*.3,ease:"power2.in"},bt+Rt*.25);const Tt=Jt.nodes(),ie=[],ve=[];Tt.forEach(H=>{parseInt(H.getAttribute("data-ring")||"0")===kt?ie.push(H):ve.push(H)});const Yt=Rt*.2,te=Rt*.7;ie.forEach(H=>{const ct=parseFloat(H.getAttribute("data-final-r")||"4");O.to(H,{attr:{r:ct},opacity:1,duration:te*.6,ease:"power2.out"},bt+Yt)}),ve.length>0&&O.to(ve,{opacity:1,duration:te*.5,ease:"power2.in"},bt+Yt+Rt*.15);const ce=c;k.getControls().getTimeline().eventCallback("onComplete",()=>{const H=y?`.areas-${y}`:".areas",ct=y?`.histogram-paths-${y}`:".histogram-paths";e.selectAll(H).remove(),e.selectAll(ct).remove(),Ut(),e.selectAll(".axis-x").remove(),e.selectAll(".axis-y").remove(),_.selectAll(".grid-vertical").remove(),_.selectAll(".grid-horizontal").remove();const dt=y?`.parliament-label-${y}`:".parliament-label";if(e.select(dt).empty()){const Pt=o/2,ft=n.radius+10,Ft=l-n.radius*.3,zt=Math.max(ft,Ft),me=y?`parliament-label parliament-label-${y}`:"parliament-label",ee=e.append("g").attr("class",me).attr("transform",`translate(${Pt},${zt-n.radius*.15})`).style("opacity","0").style("pointer-events","none");ee.append("text").attr("class","label-category").attr("text-anchor","middle").attr("dy","-15").style("font-size","22px").style("fill","#666").style("font-family","system-ui, -apple-system, sans-serif"),ee.append("text").attr("class","label-value").attr("text-anchor","middle").attr("dy","35").style("font-size","48px").style("font-weight","bold").style("font-family","system-ui, -apple-system, sans-serif");const De=ee.append("g").attr("class","scale-indicator").attr("transform","translate(0, 65)").style("opacity","0");De.append("circle").attr("r",4).attr("cx",-30).attr("cy",0).style("fill","#888"),De.append("text").attr("x",-20).attr("y",0).attr("dy","0.35em").attr("text-anchor","start").style("font-size","18px").style("fill","#666").style("font-style","italic").style("font-family","system-ui, -apple-system, sans-serif")}ce()}),k.play()}function rT(e,t,r,n,a,i){const s=n/2,o=r.radius+10,l=a-r.radius*.3,u=Math.max(o,l);U0(e,r,t,{centerX:s,centerY:u,addClasses:!0,instanceId:i,parliamentRadius:r.radius})}function Ba(e,t,r,n,a){const i=a?`.parliament-label-${a}`:".parliament-label",s=Dt(e).select(i);if(!s.empty())if(t){s.style("opacity","1"),s.select(".label-category").text(t.label).style("fill","#666");const o=t.value>1?"repos":"repo";s.select(".label-value").text(`${t.value} ${o}`).style("fill",t.color);const l=s.select(".scale-indicator");r?l.style("opacity","1").select("text").text(`= ~${n} repos`):l.style("opacity","0")}else s.style("opacity","0")}function Ys(e,t,r,n,a,i,s,o,l){const u=e.querySelectorAll(".seat");if(!u||u.length===0)return;const c=r[r.length-1];if(!c)return;const f=[];u.forEach(p=>{const g=p;g.style.cursor="pointer",g.style.transition="fill-opacity 150ms ease, stroke-opacity 150ms ease"}),u.forEach(p=>{const m=(p.getAttribute("class")||"").split(/\s+/).filter(S=>S.startsWith("seat-")),x=m[m.length-1];if(!x)return;const y=x.substring(5),v=t.find(S=>ke(S.label)===y);if(!v)return;const _=()=>{a(v.label);const S=Math.round(c.values[v.dataKey]||0),w=pf(v.color),b={label:v.label,value:S,color:w};i&&i(b),Ba(e,b,s??!1,o??1,l),Ua(e,v.label)};p.addEventListener("mouseenter",_),f.push({element:p,handler:_})});const h=()=>{a(null),i&&i(null),Ba(e,null,!1,1,l),Ua(e,null)};return e.addEventListener("mouseleave",h),n&&Ua(e,n),()=>{f.forEach(({element:p,handler:g})=>{p.removeEventListener("mouseenter",g)}),e.removeEventListener("mouseleave",h),u.forEach(p=>{const g=p;g.style.cursor="",g.style.transition=""})}}function Ua(e,t){const r=e.querySelectorAll(".seat"),n=t?ke(t):null;r.forEach(a=>{const i=a,l=(a.getAttribute("class")||"").split(/\s+/).filter(f=>f.startsWith("seat-")),u=l[l.length-1];if(!u)return;const c=u.substring(5);n?c===n?(i.setAttribute("fill-opacity","1"),i.setAttribute("stroke-opacity","1")):(i.setAttribute("fill-opacity","0.3"),i.setAttribute("stroke-opacity","0.2")):(i.setAttribute("fill-opacity","1"),i.setAttribute("stroke-opacity","1"))})}const H0=({data:e,categories:t,mode:r,width:n=900,height:a=400,margin:i={top:10,right:30,bottom:40,left:60},timeRange:s,showGrid:o=!0,showAxes:l=!0,axisLabelColor:u,axisLabelSize:c=14,formatDate:f,formatValue:h,markers:p=[],arcAngle:g=200,parliamentRadius:d=200,seatSize:m=4.5,animationDuration:x=900,onMorphComplete:y,onAnimationStateChange:v,onTimelineReady:_,onAnimationProgress:S,onHoveredDataChange:w,hoveredCategory:b,maxSeats:T=500,showTooltip:M=!0,showTable:k=!1,showScaledIndicator:C=!0,parliamentTimestamp:P,enableBrush:R=!1,onTimeRangeChange:F,minAllowedTime:z,maxAllowedTime:L,timelineEvents:O=[],showTimeline:j=!1,timelineHeight:W=40,timelineOffset:tt,brushColor:it="#69b3a2"})=>{const J=V.useRef(null),Q=V.useCallback(X=>{w&&w(X)},[w]),rt=12,ut=tt??6+rt+c+rt,st=e[e.length-1],Y=st?t.reduce((X,lt)=>X+(st.values[lt.dataKey]||0),0):0,$=Y>T,U=$?Math.round(Y/T):1,G=j&&r==="stacked-area"?a+W+ut:a,{isMorphing:A,currentMode:q,visibleMarkers:N,hoveredMarker:D,hoveredTimelineEvent:nt}=VS({containerRef:J,data:e,categories:t,mode:r,width:n,height:a,margin:i,timeRange:s,showGrid:o,showAxes:l,axisLabelColor:u,axisLabelSize:c,formatDate:f,formatValue:h,markers:p,arcAngle:g,parliamentRadius:d,seatSize:m,animationDuration:x,onMorphComplete:y,onAnimationStateChange:v,onTimelineReady:_,onAnimationProgress:S,onHoveredDataChange:Q,hoveredCategory:b,maxSeats:T,parliamentTimestamp:P,enableBrush:R,onTimeRangeChange:F,minAllowedTime:z,maxAllowedTime:L,showScaleIndicator:C&&$,reposPerSeat:U,timelineEvents:O,showTimeline:j,timelineHeight:W,timelineOffset:ut,brushColor:it});return E.jsxs(I.Box,{sx:{width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[E.jsx("svg",{ref:J,viewBox:`0 0 ${n} ${G}`,preserveAspectRatio:"xMidYMid meet",style:{width:"100%",height:"auto",display:"block"}}),q==="area"&&N.map(X=>{const lt=(X.x+i.left)/n*100,xt=i.top/a*100,et=new Date(X.timestamp),gt=f?f(X.timestamp):et.toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0}),Ot=E.jsxs(I.Box,{children:[E.jsx(I.Box,{sx:{color:"#B6BFFF",fontFamily:"monospace",fontSize:"0.8125rem",mb:X.label?.5:0},children:gt}),X.label&&E.jsx(I.Box,{sx:{color:"white",fontWeight:500},children:X.label})]});return E.jsx(I.Tooltip,{title:Ot,open:(D==null?void 0:D.timestamp)===X.timestamp,placement:"top",arrow:!0,slotProps:{tooltip:{sx:{bgcolor:"#131E7A",fontSize:"0.875rem",px:2,py:1,borderRadius:1,boxShadow:"0px 2px 8px rgba(0,0,0,0.15)","& .MuiTooltip-arrow":{color:"#131E7A"}}},popper:{sx:{pointerEvents:"none"}}},children:E.jsx(I.Box,{sx:{position:"absolute",left:`${lt}%`,top:`${xt}%`,width:"1px",height:`${(a-i.top-i.bottom)/a*100}%`,pointerEvents:"none"}})},X.timestamp)}),nt&&q==="area"&&E.jsx(I.Tooltip,{title:E.jsxs(I.Box,{children:[E.jsx(I.Box,{sx:{color:"#B6BFFF",fontFamily:"monospace",fontSize:"0.8125rem",mb:.5},children:f?f(nt.timestamp):new Date(nt.timestamp).toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0})}),E.jsx(I.Box,{sx:{color:"white",fontWeight:500},children:nt.eventName})]}),open:!0,placement:"top",arrow:!0,slotProps:{tooltip:{sx:{bgcolor:"#131E7A",fontSize:"0.875rem",px:2,py:1,borderRadius:1,boxShadow:"0px 2px 8px rgba(0,0,0,0.15)","& .MuiTooltip-arrow":{color:"#131E7A"}}},popper:{sx:{pointerEvents:"none"}}},children:E.jsx(I.Box,{sx:{position:"absolute",left:`${(nt.x+i.left)/n*100}%`,top:`${(a+ut+W/2)/G*100}%`,width:"1px",height:"1px",pointerEvents:"none"}})}),A&&E.jsxs(I.Box,{sx:{position:"absolute",top:8,right:8,padding:"4px 8px",backgroundColor:"rgba(0,0,0,0.7)",color:"white",borderRadius:"4px",fontSize:"12px",pointerEvents:"none",display:"none"},children:["Morphing: ",q," → ",r]})]})},G0=[{minRepos:0,maxRepos:10,minArc:90,maxArc:90,minSeatSize:28,maxSeatSize:28},{minRepos:10,maxRepos:25,minArc:90,maxArc:110,minSeatSize:24,maxSeatSize:24},{minRepos:25,maxRepos:50,minArc:110,maxArc:120,minSeatSize:20,maxSeatSize:20},{minRepos:50,maxRepos:100,minArc:120,maxArc:150,minSeatSize:16.5,maxSeatSize:16.5},{minRepos:100,maxRepos:200,minArc:150,maxArc:180,minSeatSize:15,maxSeatSize:15},{minRepos:200,maxRepos:1/0,minArc:180,maxArc:180,minSeatSize:14.5,maxSeatSize:14.5}],df=({repositoryCount:e})=>{const t=G0.find(o=>e>=o.minRepos&&e<o.maxRepos);if(!t)return 180;if(t.minArc===t.maxArc)return t.minArc;const r=t.maxRepos-t.minRepos,a=(e-t.minRepos)/r,i=t.maxArc-t.minArc,s=t.minArc+i*a;return Math.round(s)},gf=({repositoryCount:e})=>{const t=G0.find(o=>e>=o.minRepos&&e<o.maxRepos);if(!t)return 6.5;if(t.minSeatSize===t.maxSeatSize)return t.minSeatSize;const r=t.maxRepos-t.minRepos,a=(e-t.minRepos)/r,i=t.maxSeatSize-t.minSeatSize,s=t.minSeatSize+i*a;return Math.round(s*10)/10};class oi{constructor(t,r,n){this.normal=r,this.property=t,n&&(this.space=n)}}oi.prototype.normal={};oi.prototype.property={};oi.prototype.space=void 0;function j0(e,t){const r={},n={};for(const a of e)Object.assign(r,a.property),Object.assign(n,a.normal);return new oi(r,n,t)}function ni(e){return e.toLowerCase()}class Ge{constructor(t,r){this.attribute=r,this.property=t}}Ge.prototype.attribute="";Ge.prototype.booleanish=!1;Ge.prototype.boolean=!1;Ge.prototype.commaOrSpaceSeparated=!1;Ge.prototype.commaSeparated=!1;Ge.prototype.defined=!1;Ge.prototype.mustUseProperty=!1;Ge.prototype.number=!1;Ge.prototype.overloadedBoolean=!1;Ge.prototype.property="";Ge.prototype.spaceSeparated=!1;Ge.prototype.space=void 0;let nT=0;const mt=Dn(),oe=Dn(),Mc=Dn(),Z=Dn(),Bt=Dn(),Jn=Dn(),We=Dn();function Dn(){return 2**++nT}const Ac=Object.freeze(Object.defineProperty({__proto__:null,boolean:mt,booleanish:oe,commaOrSpaceSeparated:We,commaSeparated:Jn,number:Z,overloadedBoolean:Mc,spaceSeparated:Bt},Symbol.toStringTag,{value:"Module"})),Xs=Object.keys(Ac);class mf extends Ge{constructor(t,r,n,a){let i=-1;if(super(t,r),qh(this,"space",a),typeof n=="number")for(;++i<Xs.length;){const s=Xs[i];qh(this,Xs[i],(n&Ac[s])===Ac[s])}}}mf.prototype.defined=!0;function qh(e,t,r){r&&(e[t]=r)}function ma(e){const t={},r={};for(const[n,a]of Object.entries(e.properties)){const i=new mf(n,e.transform(e.attributes||{},n),a,e.space);e.mustUseProperty&&e.mustUseProperty.includes(n)&&(i.mustUseProperty=!0),t[n]=i,r[ni(n)]=n,r[ni(i.attribute)]=n}return new oi(t,r,e.space)}const Y0=ma({properties:{ariaActiveDescendant:null,ariaAtomic:oe,ariaAutoComplete:null,ariaBusy:oe,ariaChecked:oe,ariaColCount:Z,ariaColIndex:Z,ariaColSpan:Z,ariaControls:Bt,ariaCurrent:null,ariaDescribedBy:Bt,ariaDetails:null,ariaDisabled:oe,ariaDropEffect:Bt,ariaErrorMessage:null,ariaExpanded:oe,ariaFlowTo:Bt,ariaGrabbed:oe,ariaHasPopup:null,ariaHidden:oe,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Bt,ariaLevel:Z,ariaLive:null,ariaModal:oe,ariaMultiLine:oe,ariaMultiSelectable:oe,ariaOrientation:null,ariaOwns:Bt,ariaPlaceholder:null,ariaPosInSet:Z,ariaPressed:oe,ariaReadOnly:oe,ariaRelevant:null,ariaRequired:oe,ariaRoleDescription:Bt,ariaRowCount:Z,ariaRowIndex:Z,ariaRowSpan:Z,ariaSelected:oe,ariaSetSize:Z,ariaSort:null,ariaValueMax:Z,ariaValueMin:Z,ariaValueNow:Z,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function X0(e,t){return t in e?e[t]:t}function W0(e,t){return X0(e,t.toLowerCase())}const aT=ma({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Jn,acceptCharset:Bt,accessKey:Bt,action:null,allow:null,allowFullScreen:mt,allowPaymentRequest:mt,allowUserMedia:mt,alt:null,as:null,async:mt,autoCapitalize:null,autoComplete:Bt,autoFocus:mt,autoPlay:mt,blocking:Bt,capture:null,charSet:null,checked:mt,cite:null,className:Bt,cols:Z,colSpan:null,content:null,contentEditable:oe,controls:mt,controlsList:Bt,coords:Z|Jn,crossOrigin:null,data:null,dateTime:null,decoding:null,default:mt,defer:mt,dir:null,dirName:null,disabled:mt,download:Mc,draggable:oe,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:mt,formTarget:null,headers:Bt,height:Z,hidden:Mc,high:Z,href:null,hrefLang:null,htmlFor:Bt,httpEquiv:Bt,id:null,imageSizes:null,imageSrcSet:null,inert:mt,inputMode:null,integrity:null,is:null,isMap:mt,itemId:null,itemProp:Bt,itemRef:Bt,itemScope:mt,itemType:Bt,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:mt,low:Z,manifest:null,max:null,maxLength:Z,media:null,method:null,min:null,minLength:Z,multiple:mt,muted:mt,name:null,nonce:null,noModule:mt,noValidate:mt,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:mt,optimum:Z,pattern:null,ping:Bt,placeholder:null,playsInline:mt,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:mt,referrerPolicy:null,rel:Bt,required:mt,reversed:mt,rows:Z,rowSpan:Z,sandbox:Bt,scope:null,scoped:mt,seamless:mt,selected:mt,shadowRootClonable:mt,shadowRootDelegatesFocus:mt,shadowRootMode:null,shape:null,size:Z,sizes:null,slot:null,span:Z,spellCheck:oe,src:null,srcDoc:null,srcLang:null,srcSet:null,start:Z,step:null,style:null,tabIndex:Z,target:null,title:null,translate:null,type:null,typeMustMatch:mt,useMap:null,value:oe,width:Z,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Bt,axis:null,background:null,bgColor:null,border:Z,borderColor:null,bottomMargin:Z,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:mt,declare:mt,event:null,face:null,frame:null,frameBorder:null,hSpace:Z,leftMargin:Z,link:null,longDesc:null,lowSrc:null,marginHeight:Z,marginWidth:Z,noResize:mt,noHref:mt,noShade:mt,noWrap:mt,object:null,profile:null,prompt:null,rev:null,rightMargin:Z,rules:null,scheme:null,scrolling:oe,standby:null,summary:null,text:null,topMargin:Z,valueType:null,version:null,vAlign:null,vLink:null,vSpace:Z,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:mt,disableRemotePlayback:mt,prefix:null,property:null,results:Z,security:null,unselectable:null},space:"html",transform:W0}),iT=ma({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:We,accentHeight:Z,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:Z,amplitude:Z,arabicForm:null,ascent:Z,attributeName:null,attributeType:null,azimuth:Z,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:Z,by:null,calcMode:null,capHeight:Z,className:Bt,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:Z,diffuseConstant:Z,direction:null,display:null,dur:null,divisor:Z,dominantBaseline:null,download:mt,dx:null,dy:null,edgeMode:null,editable:null,elevation:Z,enableBackground:null,end:null,event:null,exponent:Z,externalResourcesRequired:null,fill:null,fillOpacity:Z,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Jn,g2:Jn,glyphName:Jn,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:Z,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:Z,horizOriginX:Z,horizOriginY:Z,id:null,ideographic:Z,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:Z,k:Z,k1:Z,k2:Z,k3:Z,k4:Z,kernelMatrix:We,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:Z,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:Z,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:Z,overlineThickness:Z,paintOrder:null,panose1:null,path:null,pathLength:Z,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Bt,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:Z,pointsAtY:Z,pointsAtZ:Z,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:We,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:We,rev:We,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:We,requiredFeatures:We,requiredFonts:We,requiredFormats:We,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:Z,specularExponent:Z,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:Z,strikethroughThickness:Z,string:null,stroke:null,strokeDashArray:We,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:Z,strokeOpacity:Z,strokeWidth:null,style:null,surfaceScale:Z,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:We,tabIndex:Z,tableValues:null,target:null,targetX:Z,targetY:Z,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:We,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:Z,underlineThickness:Z,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:Z,values:null,vAlphabetic:Z,vMathematical:Z,vectorEffect:null,vHanging:Z,vIdeographic:Z,version:null,vertAdvY:Z,vertOriginX:Z,vertOriginY:Z,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:Z,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:X0}),K0=ma({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()}}),V0=ma({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:W0}),Z0=ma({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),sT=/[A-Z]/g,Ih=/-[a-z]/g,oT=/^data[-\w.:]+$/i;function Q0(e,t){const r=ni(t);let n=t,a=Ge;if(r in e.normal)return e.property[e.normal[r]];if(r.length>4&&r.slice(0,4)==="data"&&oT.test(t)){if(t.charAt(4)==="-"){const i=t.slice(5).replace(Ih,uT);n="data"+i.charAt(0).toUpperCase()+i.slice(1)}else{const i=t.slice(4);if(!Ih.test(i)){let s=i.replace(sT,lT);s.charAt(0)!=="-"&&(s="-"+s),t="data"+s}}a=mf}return new a(n,t)}function lT(e){return"-"+e.toLowerCase()}function uT(e){return e.charAt(1).toUpperCase()}const J0=j0([Y0,aT,K0,V0,Z0],"html"),yf=j0([Y0,iT,K0,V0,Z0],"svg");function zh(e){const t=[],r=String(e||"");let n=r.indexOf(","),a=0,i=!1;for(;!i;){n===-1&&(n=r.length,i=!0);const s=r.slice(a,n).trim();(s||!i)&&t.push(s),a=n+1,n=r.indexOf(",",a)}return t}function cT(e,t){const r=t||{};return(e[e.length-1]===""?[...e,""]:e).join((r.padRight?" ":"")+","+(r.padLeft===!1?"":" ")).trim()}const Bh=/[#.]/g;function fT(e,t){const r=e||"",n={};let a=0,i,s;for(;a<r.length;){Bh.lastIndex=a;const o=Bh.exec(r),l=r.slice(a,o?o.index:r.length);l&&(i?i==="#"?n.id=l:Array.isArray(n.className)?n.className.push(l):n.className=[l]:s=l,a+=l.length),o&&(i=o[0],a++)}return{type:"element",tagName:s||t||"div",properties:n,children:[]}}function Uh(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function hT(e){return e.join(" ").trim()}function ty(e,t,r){const n=r?mT(r):void 0;function a(i,s,...o){let l;if(i==null){l={type:"root",children:[]};const u=s;o.unshift(u)}else{l=fT(i,t);const u=l.tagName.toLowerCase(),c=n?n.get(u):void 0;if(l.tagName=c||u,pT(s))o.unshift(s);else for(const[f,h]of Object.entries(s))dT(e,l.properties,f,h)}for(const u of o)Cc(l.children,u);return l.type==="element"&&l.tagName==="template"&&(l.content={type:"root",children:l.children},l.children=[]),l}return a}function pT(e){if(e===null||typeof e!="object"||Array.isArray(e))return!0;if(typeof e.type!="string")return!1;const t=e,r=Object.keys(e);for(const n of r){const a=t[n];if(a&&typeof a=="object"){if(!Array.isArray(a))return!0;const i=a;for(const s of i)if(typeof s!="number"&&typeof s!="string")return!0}}return!!("children"in e&&Array.isArray(e.children))}function dT(e,t,r,n){const a=Q0(e,r);let i;if(n!=null){if(typeof n=="number"){if(Number.isNaN(n))return;i=n}else typeof n=="boolean"?i=n:typeof n=="string"?a.spaceSeparated?i=Uh(n):a.commaSeparated?i=zh(n):a.commaOrSpaceSeparated?i=Uh(zh(n).join(" ")):i=Hh(a,a.property,n):Array.isArray(n)?i=[...n]:i=a.property==="style"?gT(n):String(n);if(Array.isArray(i)){const s=[];for(const o of i)s.push(Hh(a,a.property,o));i=s}a.property==="className"&&Array.isArray(t.className)&&(i=t.className.concat(i)),t[a.property]=i}}function Cc(e,t){if(t!=null)if(typeof t=="number"||typeof t=="string")e.push({type:"text",value:String(t)});else if(Array.isArray(t))for(const r of t)Cc(e,r);else if(typeof t=="object"&&"type"in t)t.type==="root"?Cc(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function Hh(e,t,r){if(typeof r=="string"){if(e.number&&r&&!Number.isNaN(Number(r)))return Number(r);if((e.boolean||e.overloadedBoolean)&&(r===""||ni(r)===ni(t)))return!0}return r}function gT(e){const t=[];for(const[r,n]of Object.entries(e))t.push([r,n].join(": "));return t.join("; ")}function mT(e){const t=new Map;for(const r of e)t.set(r.toLowerCase(),r);return t}const yT=["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"];ty(J0,"div");const li=ty(yf,"g",yT),ey=(e=li)=>e("pattern",{id:"greyHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:ur.neoGrey[200]}),e("path",{d:"M0,2 L8,2",stroke:ur.neoGrey[400],"stroke-width":.5}),e("path",{d:"M0,6 L8,6",stroke:ur.neoGrey[400],"stroke-width":.5})]),ry=(e=li)=>e("pattern",{id:"dataMissingHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:"#FFF3CC"}),e("path",{d:"M0,8 L8,0",stroke:"#FFB800","stroke-width":.5}),e("path",{d:"M-2,2 L2,-2",stroke:"#FFB800","stroke-width":.5}),e("path",{d:"M6,10 L10,6",stroke:"#FFB800","stroke-width":.5})]),ny=(e=li)=>e("pattern",{id:"noLstHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:"#FFE5E5"}),e("path",{d:"M0,0 L8,8",stroke:"#ED4134","stroke-width":.5}),e("path",{d:"M-2,6 L2,10",stroke:"#ED4134","stroke-width":.5}),e("path",{d:"M6,-2 L10,2",stroke:"#ED4134","stroke-width":.5})]),$t={greyHatch:{background:ur.neoGrey[200],lines:ur.neoGrey[400]},dataMissingHatch:{background:"#FFF3CC",lines:"#FFB800"},noLstHatch:{background:"#FFE5E5",lines:"#ED4134"}},_T=({categories:e,activeCategory:t,onCategoryHover:r,mode:n,visible:a=!0})=>E.jsx(I.Box,{className:"category-table",sx:{width:"100%",display:"flex",justifyContent:"center",opacity:a?1:0,transition:"opacity 0.3s ease-in-out","@media (min-width: 1024px) and (max-width: 1225px)":{overflowX:"auto",maxWidth:"100%"}},onMouseLeave:()=>r(null),children:E.jsxs(I.Table,{"aria-label":"Categories summary",className:"category-summary-table",size:"small",sx:{maxWidth:{xs:"clamp(360px, 90%, 400px)",sm:"clamp(360px, 90%, 400px)",md:"clamp(360px, 85%, 420px)",lg:"clamp(360px, 90%, 400px)"},"@media (min-width: 1024px) and (max-width: 1225px)":{maxWidth:"360px","& .MuiTableCell-root":{padding:"1px 4px",fontSize:"9.5px"}},"& .MuiTableCell-root":{padding:"2px 8px",borderBottom:"none",fontSize:"clamp(10px, 1.8vw, 11.5px)"}},children:[E.jsx("thead",{children:E.jsxs(I.TableRow,{children:[E.jsx(I.TableCell,{}),E.jsx(I.TableCell,{sx:{fontWeight:"bold"},children:"Category"}),n==="point-in-time"?E.jsxs(E.Fragment,{children:[E.jsx(I.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"#"}),E.jsx(I.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"%"})]}):E.jsxs(E.Fragment,{children:[E.jsx(I.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"Last"}),E.jsx(I.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"Max"}),E.jsx(I.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"Min"})]})]})}),E.jsx("tbody",{children:e.map(i=>{const s=i.color==="url(#greyHatchPattern)"?$t.greyHatch.lines:i.color==="url(#dataMissingHatchPattern)"?$t.dataMissingHatch.lines:i.color==="url(#noLstHatchPattern)"?$t.noLstHatch.lines:i.color;return E.jsxs(I.TableRow,{onMouseEnter:()=>r(i.id),sx:{cursor:"pointer",transition:"background-color 0.15s ease",backgroundColor:t===i.id?`${s}15`:"transparent","&:hover":{backgroundColor:`${s}15`}},children:[E.jsx(I.TableCell,{align:"center",sx:{width:20},children:E.jsx(I.Box,{sx:{width:n==="historical"?4:12,height:12,backgroundColor:i.color==="url(#greyHatchPattern)"?$t.greyHatch.background:i.color==="url(#dataMissingHatchPattern)"?$t.dataMissingHatch.background:i.color==="url(#noLstHatchPattern)"?$t.noLstHatch.background:i.color,borderRadius:n==="historical"?2:"50%",position:"relative",overflow:"hidden",transition:"transform 0.15s ease",transform:t===i.id?"scale(1.2)":"scale(1)",...i.label==="N/A"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
16
+ 0deg,
17
+ transparent,
18
+ transparent 3px,
19
+ ${$t.greyHatch.lines} 3px,
20
+ ${$t.greyHatch.lines} 4px
21
+ )`,borderRadius:n==="historical"?2:"50%"}},...i.label==="Data Missing"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
22
+ 45deg,
23
+ transparent,
24
+ transparent 3px,
25
+ ${$t.dataMissingHatch.lines} 3px,
26
+ ${$t.dataMissingHatch.lines} 4px
27
+ )`,borderRadius:n==="historical"?2:"50%"}},...i.label==="No LST"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
28
+ -45deg,
29
+ transparent,
30
+ transparent 3px,
31
+ ${$t.noLstHatch.lines} 3px,
32
+ ${$t.noLstHatch.lines} 4px
33
+ )`,borderRadius:n==="historical"?2:"50%"}}}})}),E.jsx(I.TableCell,{children:E.jsxs(I.Stack,{direction:"row",alignItems:"center",gap:.5,children:[E.jsx("span",{children:i.label}),i.tooltip&&E.jsx(I.Tooltip,{title:i.tooltip,placement:"right",arrow:!0,children:E.jsx(Zg.InfoOutlined,{sx:{fontSize:".875rem",color:"text.secondary"}})})]})}),n==="point-in-time"?E.jsxs(E.Fragment,{children:[E.jsx(I.TableCell,{align:"right",children:i.value}),E.jsxs(I.TableCell,{align:"right",children:[i.percentage,"%"]})]}):E.jsxs(E.Fragment,{children:[E.jsx(I.TableCell,{align:"right",children:i.value}),E.jsx(I.TableCell,{align:"right",children:i.max??"-"}),E.jsx(I.TableCell,{align:"right",children:i.min??"-"})]})]},i.id)})})]})}),Gh={"N/A":"Items that aren't applicable to this migration.","No LST":"There are no LSTs for these items.","Data Missing":"There is data missing in the LSTs."},xT=(e,t="point-in-time")=>{const r=e.timeSeries[e.timeSeries.length-1];if(!r)return[];const n=e.categories.filter(f=>{var h;return!((h=f.parliamentMapping)!=null&&h.isSpecialCategory)}),a=n.reduce((f,h)=>f+(r.values[h.id]??0),0),i=e.metadata.specialCounts,s=i?(i.notApplicable??0)+(i.noLst??0)+(i.unavailable??0):0,o=a+s,l=t==="historical"?new Map(n.map(f=>{const h=e.timeSeries.map(p=>Math.round(p.values[f.id]??0)).filter(p=>p!==void 0);return[f.id,{max:Math.max(...h),min:Math.min(...h)}]})):null,u=n.map(f=>{const h=Math.round(r.values[f.id]??0),p=h/o*100,g=p>0&&p<1?"< 1":p.toFixed(0),d={id:f.id,label:f.label,value:h,percentage:Number.parseFloat(g),color:f.color,tooltip:Gh[f.label]};if(l){const m=l.get(f.id);m&&(d.max=m.max,d.min=m.min)}return d}),c=[];if(i){const f=e.categories.filter(h=>{var p;return(p=h.parliamentMapping)==null?void 0:p.isSpecialCategory});for(const h of f){let p=0;if(h.label==="N/A"?p=Math.round(i.notApplicable??0):h.label==="No LST"?p=Math.round(i.noLst??0):h.label==="Data Missing"&&(p=Math.round(i.unavailable??0)),p>0){const g=p/o*100,d=g>0&&g<1?"< 1":g.toFixed(0);c.push({id:h.id,label:h.label,value:p,percentage:Number.parseFloat(d),color:h.color,tooltip:Gh[h.label]})}}}return[...u,...c]},vT=e=>{if(!e.timeSeries[e.timeSeries.length-1])throw new Error("ChronoChart: No data points available");const r=e.timeSeries.map(a=>({timestamp:a.timestamp,values:a.values})),n=e.categories.map(a=>{var i;return{dataKey:a.id,label:a.label,color:a.color,fillOpacity:.7,strokeWidth:(i=a.parliamentMapping)!=null&&i.isSpecialCategory?3:1.5,strokeDasharray:a.strokeDasharray,parliamentMapping:a.parliamentMapping}});return{data:r,categories:n}},bT=e=>{if(!e.timeSeries||e.timeSeries.length===0)throw new Error("ChronoChart: timeSeries must not be empty");if(!e.categories||e.categories.length===0)throw new Error("ChronoChart: categories must not be empty");if(!e.metadata||typeof e.metadata.total!="number")throw new Error("ChronoChart: metadata.total is required");if(!e.timeSeries.every((n,a)=>a===0||n.timestamp>=e.timeSeries[a-1].timestamp))throw new Error("ChronoChart: timeSeries must be sorted by timestamp (ascending)");const r=e.timeSeries[0];if(r){for(const n of e.categories.filter(a=>{var i;return!((i=a.parliamentMapping)!=null&&i.isSpecialCategory)}))if(!(n.id in r.values))throw new Error(`ChronoChart: Category "${n.id}" not found in timeSeries data`)}},ay=({data:e,selectedIndex:t,title:r,subtitle:n,showHeader:a=!0,width:i=960,height:s=400,timeRange:o,onTimeRangeChange:l,minAllowedTime:u,maxAllowedTime:c,enableBrush:f=!1,showLegend:h=!0,showTooltip:p=!0,showGrid:g=!0,axisLabelColor:d,axisLabelSize:m=14,enableAnimation:x=!0,animationDuration:y=5439,disableTimeline:v=!1,formatDate:_,formatValue:S,onAnimationStateChange:w,onTimelineReady:b,onAnimationProgress:T,brushColor:M="#69b3a2"})=>{bT(e);const[k,C]=V.useState(null),[P,R]=V.useState(!0),F=V.useRef("historical"),z=V.useRef(void 0),L=V.useMemo(()=>e.timeSeries.length===1||t!==void 0?"point-in-time":"historical",[t,e.timeSeries.length]),O=V.useMemo(()=>{var D;let N;return t!==void 0&&e.timeSeries[t]?(N=e.timeSeries[t].timestamp,z.current=N):F.current==="point-in-time"&&L==="historical"&&z.current!==void 0?N=z.current:N=(D=e.timeSeries[e.timeSeries.length-1])==null?void 0:D.timestamp,F.current=L,N},[t,e.timeSeries,L]),j=e.timeSeries[0].timestamp,W=e.timeSeries[e.timeSeries.length-1].timestamp,[tt,it]=V.useState([j,W]),J=o??tt,Q=V.useCallback(N=>{const D=[u!==void 0?Math.max(N[0],u):N[0],c!==void 0?Math.min(N[1],c):N[1]];l?l(D):it(D)},[l,u,c]);V.useEffect(()=>{C(null)},[L]);const rt=V.useMemo(()=>({top:10,right:30,left:60,bottom:30}),[]),B=V.useMemo(()=>vT(e),[e]),ut=V.useMemo(()=>xT(e,L),[e,L]),st=V.useMemo(()=>{const N=e.timeSeries[e.timeSeries.length-1];return N?Object.values(N.values).reduce((D,nt)=>D+nt,0):0},[e.timeSeries]),Y=V.useMemo(()=>df({repositoryCount:st}),[st]),$=V.useMemo(()=>gf({repositoryCount:st}),[st]),U=V.useMemo(()=>{const N=s-rt.top-rt.bottom;return Math.round(N*.9)},[s,rt]),G=V.useMemo(()=>e.events?e.events.map(N=>({timestamp:N.timestamp,label:N.eventName,color:typeof N.color=="string"?N.color:"#2F42FF"})):[],[e.events]),A=V.useCallback(N=>{if(N){const D=e.categories.find(nt=>nt.label===N.label);C((D==null?void 0:D.id)??null)}else C(null)},[e.categories]),q=V.useCallback(N=>{R(!N),w&&w(N)},[w]);return E.jsxs(I.Stack,{sx:{width:"100%",alignItems:"center",gap:2},children:[a&&(r||n)&&E.jsxs(I.Stack,{spacing:.5,sx:{mb:2,width:"100%",alignItems:"center"},children:[r&&E.jsx(I.Typography,{variant:"h5",sx:{fontWeight:500},children:r}),n&&E.jsx(I.Typography,{variant:"body2",sx:{color:"text.secondary"},children:n})]}),E.jsx(I.Box,{sx:{position:"relative",width:"100%"},children:E.jsx(H0,{data:B.data,categories:B.categories,mode:L==="point-in-time"?"parliament":"stacked-area",width:i,height:s,timeRange:J,onTimeRangeChange:Q,minAllowedTime:u,maxAllowedTime:c,enableBrush:f,showGrid:g,showAxes:!0,axisLabelColor:d,axisLabelSize:m,margin:rt,markers:G,formatDate:_,formatValue:S,animationDuration:y,onAnimationStateChange:q,onTimelineReady:b,onAnimationProgress:T,onHoveredDataChange:A,hoveredCategory:k,arcAngle:Y,parliamentRadius:U,seatSize:$,parliamentTimestamp:O,timelineEvents:e.events??[],showTimeline:L==="historical"&&!v,brushColor:M})}),E.jsx(_T,{categories:ut,activeCategory:k,onCategoryHover:C,mode:L,visible:P})]})},wT=({containerRef:e,data:t,categories:r,width:n,height:a,margin:i,timeRange:s,showGrid:o=!0,showXAxis:l=!0,showYAxis:u=!0,enableBrush:c=!1,zoomToSelection:f=!1,onTimeRangeChange:h,formatDate:p,formatValue:g,markers:d=[],markerVisibilityMode:m="hover",onMarkerHoverChange:x,brushColor:y="#69b3a2",showCrosshair:v=!1,crosshairColor:_="#666",crosshairDashArray:S="4,4",onHoveredAreaChange:w,onCrosshairMove:b})=>{V.useEffect(()=>{if(!e.current||t.length===0||r.length===0)return;const T=Dt(e.current),M=n-i.left-i.right,k=a-i.top-i.bottom;T.selectAll("*").remove();const C=T.append("g").attr("transform",`translate(${i.left},${i.top})`),P=`d3-chart-clip-${Math.random().toString(36).substr(2,9)}`;T.append("defs").append("clipPath").attr("id",P).append("rect").attr("x",0).attr("y",0).attr("width",M).attr("height",k);const R=C.append("g").attr("clip-path",`url(#${P})`),F=[...t].sort((A,q)=>A.timestamp-q.timestamp),z=r.map(A=>A.dataKey),L=Ka().keys(z),O=L(F),j=t.map(A=>A.timestamp),W=s?s[0]:Math.min(...j),tt=s?s[1]:Math.max(...j),it=Kn().domain([new Date(W),new Date(tt)]).range([0,M]),J=F.filter(A=>A.timestamp>=W&&A.timestamp<=tt),Q=L(J),rt=Q.length>0?Math.max(...Q[Q.length-1].map(A=>A[1]??0)):0,B=ia().domain([0,rt*1.1]).range([k,0]).nice();o&&(R.append("g").attr("class","grid grid-vertical").attr("opacity",.1).call(Ir(it).ticks(6).tickSize(k).tickFormat(()=>"")),R.append("g").attr("class","grid grid-horizontal").attr("opacity",.1).call(zr(B).ticks(5).tickSize(-M).tickFormat(()=>"")));const ut=ss().x(A=>it(new Date(A.data.timestamp))).y0(A=>B(A[0])).y1(A=>B(A[1])).curve(Cn),st=R.append("g").attr("class","areas");if(O.forEach((A,q)=>{const N=r[q];if(!N)return;const D=st.append("path").datum(A).attr("class",`area area-${N.dataKey}`).attr("fill",N.color).attr("fill-opacity",N.fillOpacity??.7).attr("stroke",N.color).attr("stroke-width",N.strokeWidth??1.5).attr("d",ut).attr("pointer-events","none");N.strokeDasharray&&D.attr("stroke-dasharray",N.strokeDasharray)}),d.length>0){const A=R.append("g").attr("class","markers"),q=m==="hover"?0:.6,N=d.filter(D=>D.timestamp>=W&&D.timestamp<=tt).map(D=>({...D,x:it(new Date(D.timestamp))}));if(N.forEach(D=>{const nt=A.append("line").attr("class","marker-line").attr("data-timestamp",D.timestamp).attr("x1",D.x).attr("x2",D.x).attr("y1",0).attr("y2",k).attr("stroke",D.color??"#131E7A").attr("stroke-width",2).attr("opacity",q);D.strokeDasharray&&nt.attr("stroke-dasharray",D.strokeDasharray),D.label&&A.append("text").attr("class","marker-label").attr("data-timestamp",D.timestamp).attr("x",D.x).attr("y",-5).attr("text-anchor","middle").attr("font-size",10).attr("fill",D.color??"#131E7A").attr("opacity",q).text(D.label)}),m==="hover"&&N.length>0){const D=T.append("g").attr("class","marker-tooltip").attr("transform",`translate(${i.left},${i.top})`).style("pointer-events","none").style("display","none"),nt=D.append("rect").attr("fill","#131E7A").attr("rx",4).attr("ry",4).attr("filter","drop-shadow(0px 2px 4px rgba(0,0,0,0.2))"),X=D.append("text").attr("fill","white").attr("font-size",12).attr("font-weight",500).attr("text-anchor","middle");let lt=null;const xt=R.append("rect").attr("class","marker-hover-overlay").attr("width",M).attr("height",k).attr("fill","none").attr("pointer-events","all"),et=gt=>{let Ot=null,ot=1/0;if(N.forEach(It=>{const Ut=Math.abs(gt-It.x);Ut<ot&&(ot=Ut,Ot=It)}),!Ot||ot>50)return lt!==null&&(lt=null,A.selectAll(".marker-line").attr("opacity",0),A.selectAll(".marker-label").attr("opacity",0),D.style("display","none"),x==null||x(!1)),!1;const ht=Ot;if(lt===null&&(x==null||x(!0)),lt===ht.timestamp)return!0;lt=ht.timestamp,A.selectAll(".marker-line").attr("opacity",0),A.selectAll(".marker-label").attr("opacity",0),A.selectAll(".marker-line").filter(function(){return Dt(this).attr("data-timestamp")===String(ht.timestamp)}).attr("opacity",.6),A.selectAll(".marker-label").filter(function(){return Dt(this).attr("data-timestamp")===String(ht.timestamp)}).attr("opacity",1);const vt=new Date(ht.timestamp),Nt=p?p(ht.timestamp):vt.toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0}),Ct=ht.label?`${ht.label}: ${Nt}`:Nt;X.text(Ct);const St=X.node().getBBox(),Vt=8,Rt=St.width+Vt*2,bt=St.height+Vt*2;nt.attr("width",Rt).attr("height",bt);let kt=ht.x-Rt/2;const jt=10;return kt<0?kt=0:kt+Rt>M&&(kt=M-Rt),D.attr("transform",`translate(${i.left+kt},${i.top+jt})`),X.attr("x",Rt/2).attr("y",bt/2+4),D.style("display","block"),!0};xt.on("mousemove",function(gt){const[Ot]=Tr(gt,this);et(Ot)&&gt.stopPropagation()}),xt.on("mouseleave",function(){lt=null,A.selectAll(".marker-line").attr("opacity",0),A.selectAll(".marker-label").attr("opacity",0),D.style("display","none"),x==null||x(!1)})}}if(l){const A=Ir(it).ticks(6);p&&A.tickFormat(q=>p(+q)),C.append("g").attr("class","axis axis-x").attr("transform",`translate(0,${k})`).call(A).selectAll("text").attr("font-size",11)}if(u){const A=zr(B).ticks(5);g&&A.tickFormat(q=>g(+q)),C.append("g").attr("class","axis axis-y").call(A).selectAll("text").attr("font-size",11)}const Y=v?C.append("g").attr("class","crosshair").attr("pointer-events","none"):null;Y&&(Y.append("line").attr("class","crosshair-vertical").attr("y1",0).attr("y2",k).attr("stroke",_).attr("stroke-dasharray",S).attr("stroke-width",1).attr("opacity",0).attr("pointer-events","none"),Y.append("line").attr("class","crosshair-horizontal").attr("x1",0).attr("x2",M).attr("stroke",_).attr("stroke-dasharray",S).attr("stroke-width",1).attr("opacity",0).attr("pointer-events","none"));const $=(A,q)=>{const N=+it.invert(A);let D=-1;for(let et=0;et<F.length-1;et++)if(F[et].timestamp<=N&&F[et+1].timestamp>=N){D=et;break}D===-1&&(N<=F[0].timestamp?D=0:D=F.length-2);const nt=F[D],X=F[D+1];if(!nt||!X)return null;const lt=X.timestamp-nt.timestamp,xt=lt>0?(N-nt.timestamp)/lt:0;for(let et=O.length-1;et>=0;et--){const gt=O[et],Ot=r[et];if(!gt||!Ot)continue;const ot=gt[D],yt=gt[D+1];if(!ot||!yt)continue;const ht=ot[0]+xt*(yt[0]-ot[0]),vt=ot[1]+xt*(yt[1]-ot[1]),Nt=B(ht),Ct=B(vt);if(q>=Ct&&q<=Nt){const St=vt-ht;return{timestamp:N,category:{label:Ot.label,color:Ot.color},value:St}}}return null},U=(A,q)=>{const[N,D]=Tr(A,q);Y&&(Y.select(".crosshair-vertical").attr("x1",N).attr("x2",N).attr("opacity",1),Y.select(".crosshair-horizontal").attr("y1",D).attr("y2",D).attr("opacity",1)),b==null||b({x:N+i.left,y:D+i.top});const nt=$(N,D);w==null||w(nt)},G=()=>{Y&&(Y.select(".crosshair-vertical").attr("opacity",0),Y.select(".crosshair-horizontal").attr("opacity",0)),b==null||b(null),w==null||w(null)};if(!c){const A=R.append("rect").attr("class","mouse-overlay").attr("width",M).attr("height",k).attr("fill","none").attr("pointer-events","all");A.on("mousemove",function(q){U(q,this)}),A.on("mouseleave",G)}if(c&&h){const A=ga().extent([[0,0],[M,k]]).on("brush",N=>{if(N.sourceEvent&&Y){const D=T.select(".brush .overlay").node();if(D){const[nt,X]=Tr(N.sourceEvent,D);Y.select(".crosshair-vertical").attr("x1",nt).attr("x2",nt).attr("opacity",1),Y.select(".crosshair-horizontal").attr("y1",X).attr("y2",X).attr("opacity",1)}}}).on("end",N=>{if(!N.selection)return;const[D,nt]=N.selection,X=[+it.invert(D),+it.invert(nt)];h(X),f&&T.select(".brush").call(A.move,null)}),q=T.append("g").attr("class","brush").attr("transform",`translate(${i.left},${i.top})`).call(A);q.select(".selection").style("fill",y).style("fill-opacity","0.4").style("stroke",y).style("stroke-width","2px"),q.selectAll(".handle").style("fill",y).style("fill-opacity","0.9"),q.select(".overlay").on("mousemove",function(N){U(N,this)}).on("mouseleave",G)}return()=>{T.selectAll("*").remove()}},[e,t,r,n,a,i,s,o,l,u,c,f,h,p,g,d,m,x,y,v,_,S,w,b])},ST=({data:e,categories:t,title:r,subtitle:n,showHeader:a=!0,showLegend:i=!0,showTooltip:s=!0,width:o=800,height:l=400,margin:u={top:20,right:30,bottom:40,left:60},timeRange:c,showGrid:f=!0,showAxes:h=!0,showXAxis:p,showYAxis:g,formatDate:d,formatValue:m,onTimeRangeChange:x,enableBrush:y=!1,zoomToSelection:v=!1,markers:_=[],markerVisibilityMode:S="hover",brushColor:w="#69b3a2",showCrosshair:b=!1,crosshairColor:T="#666",crosshairDashArray:M="4,4"})=>{const k=V.useRef(null),[C,P]=V.useState(null),[R,F]=V.useState(null),[z,L]=V.useState(!1),O=V.useCallback(Q=>{z||P(Q)},[z]),j=V.useCallback(Q=>{z||F(Q)},[z]),W=V.useCallback(Q=>{L(Q),Q&&(P(null),F(null))},[]);wT({containerRef:k,data:e,categories:t,width:o,height:l,margin:u,timeRange:c,showGrid:f,showXAxis:p!==void 0?p:h,showYAxis:g!==void 0?g:h,enableBrush:y,zoomToSelection:v,onTimeRangeChange:x,formatDate:d,formatValue:m,markers:_,markerVisibilityMode:S,onMarkerHoverChange:W,brushColor:w,showCrosshair:b,crosshairColor:T,crosshairDashArray:M,onHoveredAreaChange:O,onCrosshairMove:j});const J=Q=>d?d(Q):new Date(Q).toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0});return E.jsxs(I.Stack,{sx:{width:"100%",alignItems:"center",gap:2},children:[a&&(r||n)&&E.jsxs(I.Stack,{spacing:.5,sx:{mb:2,width:"100%",alignItems:"center"},children:[r&&E.jsx(I.Typography,{variant:"h5",sx:{fontWeight:500},children:r}),n&&E.jsx(I.Typography,{variant:"body2",sx:{color:"text.secondary"},children:n})]}),E.jsxs(I.Box,{sx:{width:"100%",display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[E.jsx("svg",{ref:k,viewBox:`0 0 ${o} ${l}`,preserveAspectRatio:"xMidYMid meet",style:{width:"100%",maxWidth:"1200px",minWidth:"400px",height:"auto",display:"block"}}),s&&C&&R&&E.jsxs(I.Paper,{elevation:3,sx:{position:"absolute",left:R.x+10,top:R.y-10,pointerEvents:"none",p:2,whiteSpace:"nowrap",zIndex:1e3,transform:R.x>o/2?"translateX(-100%) translateX(-20px)":"none"},children:[E.jsx(I.Typography,{sx:{fontFamily:"monospace",fontSize:"0.875rem",color:"text.secondary",mb:1.5},children:J(C.timestamp)}),E.jsxs(I.Stack,{direction:"row",spacing:1.5,children:[E.jsx(I.Box,{sx:{width:5,backgroundColor:C.category.color,borderRadius:1}}),E.jsxs(I.Stack,{children:[E.jsx(I.Typography,{sx:{fontWeight:700,fontSize:"1.125rem"},children:C.category.label}),E.jsx(I.Typography,{sx:{fontSize:"1rem",textDecoration:"underline"},children:m?m(C.value):C.value.toLocaleString()})]})]})]})]}),i&&E.jsx(I.Stack,{direction:"row",spacing:3,sx:{flexWrap:"wrap",justifyContent:"center",gap:2},children:t.map(Q=>E.jsxs(I.Stack,{direction:"row",spacing:1,alignItems:"center",sx:{cursor:"pointer","&:hover":{opacity:.7}},children:[E.jsx(I.Box,{sx:{width:16,height:16,backgroundColor:Q.color,opacity:Q.fillOpacity??.7,border:`2px solid ${Q.color}`,borderRadius:"2px",...Q.strokeDasharray&&{backgroundImage:`repeating-linear-gradient(
34
+ 45deg,
35
+ transparent,
36
+ transparent 4px,
37
+ ${Q.color} 4px,
38
+ ${Q.color} 8px
39
+ )`}}}),E.jsx(I.Typography,{variant:"body2",children:Q.label})]},Q.dataKey))})]})},TT=({containerRef:e,data:t,categories:r,width:n,height:a,margin:i,timeRange:s,showGrid:o=!0,showXAxis:l=!0,showYAxis:u=!0,enableBrush:c=!1,zoomToSelection:f=!1,onTimeRangeChange:h,formatDate:p,formatValue:g,showCrosshair:d=!0,crosshairColor:m="#666",crosshairDashArray:x="4,4",brushColor:y="#69b3a2",onTooltipChange:v,minBarWidth:_})=>{V.useEffect(()=>{if(!e.current||t.length===0||r.length===0)return;const S=Dt(e.current),w=n-i.left-i.right,b=a-i.top-i.bottom;S.selectAll("*").remove();const T=S.append("g").attr("transform",`translate(${i.left},${i.top})`),M=`d3-bar-clip-${Math.random().toString(36).substr(2,9)}`;S.append("defs").append("clipPath").attr("id",M).append("rect").attr("x",0).attr("y",0).attr("width",w).attr("height",b);const k=T.append("g").attr("clip-path",`url(#${M})`),C=[...t].sort((q,N)=>q.timestamp-N.timestamp),P=r.map(q=>q.dataKey),R=Ka().keys(P),F=R(C),z=t.map(q=>q.timestamp),L=s?s[0]:Math.min(...z),O=s?s[1]:Math.max(...z),j=Kn().domain([new Date(L),new Date(O)]).range([0,w]),W=C.filter(q=>q.timestamp>=L&&q.timestamp<=O),tt=R(W),it=tt.length>0?Math.max(...tt[tt.length-1].map(q=>q[1]??0)):0,J=ia().domain([0,it*1.1]).range([b,0]).nice();o&&(k.append("g").attr("class","grid grid-vertical").attr("opacity",.1).call(Ir(j).ticks(6).tickSize(b).tickFormat(()=>"")),k.append("g").attr("class","grid grid-horizontal").attr("opacity",.1).call(zr(J).ticks(5).tickSize(-w).tickFormat(()=>"")));const Q=k.append("g").attr("class","bars"),rt=[];F.forEach((q,N)=>{const D=r[N];D&&q.forEach((nt,X)=>{const lt=C[X];if(!lt)return;const xt=lt.timestamp,et=C[X+1],gt=et?et.timestamp:O;if(gt<L||xt>O)return;const Ot=Math.max(xt,L),ot=Math.min(gt,O),yt=j(new Date(Ot)),ht=j(new Date(ot))-yt;if(ht<=0)return;const vt=J(nt[0]),Nt=J(nt[1]),Ct=vt-Nt;if(Ct<=0)return;const St=nt[1]-nt[0];rt.push({barIndex:X,categoryIndex:N,category:D,x:yt,width:ht,y:Nt,height:Ct,value:St,startTime:xt,endTime:gt})})});const B=1,ut=2160*60*60*1e3,Y=O-L>ut?2:0,$=_!==void 0?_:Y;Q.selectAll(".bar-segment").data(rt).enter().append("rect").attr("class","bar-segment").attr("data-bar-index",q=>q.barIndex).attr("data-category-index",q=>q.categoryIndex).attr("x",q=>q.x).attr("y",q=>q.y).attr("width",q=>Math.max($,q.width-B)).attr("height",q=>q.height).attr("fill",q=>q.category.color).attr("fill-opacity",q=>q.category.fillOpacity??.8).attr("pointer-events","none");const U=d?T.append("g").attr("class","crosshair"):null;U&&(U.append("line").attr("class","crosshair-vertical").attr("y1",0).attr("y2",b).attr("stroke",m).attr("stroke-dasharray",x).attr("stroke-width",1).attr("opacity",0).attr("pointer-events","none"),U.append("line").attr("class","crosshair-horizontal").attr("x1",0).attr("x2",w).attr("stroke",m).attr("stroke-dasharray",x).attr("stroke-width",1).attr("opacity",0).attr("pointer-events","none"));const G=(q,N)=>{const[D,nt]=Tr(q,N);U&&(U.select(".crosshair-vertical").attr("x1",D).attr("x2",D).attr("opacity",1),U.select(".crosshair-horizontal").attr("y1",nt).attr("y2",nt).attr("opacity",1));const X=rt.find(lt=>D>=lt.x&&D<=lt.x+lt.width&&nt>=lt.y&&nt<=lt.y+lt.height);X&&v?v({visible:!0,x:D+i.left,y:nt+i.top,category:{label:X.category.label,color:X.category.color},value:X.value,startTime:X.startTime,endTime:X.endTime}):v&&v(null)},A=()=>{U&&(U.select(".crosshair-vertical").attr("opacity",0),U.select(".crosshair-horizontal").attr("opacity",0)),v&&v(null)};if(c&&h){const q=ga().extent([[0,0],[w,b]]).on("brush",D=>{if(D.sourceEvent){const nt=k.select(".brush .overlay").node();nt&&G(D.sourceEvent,nt)}}).on("end",D=>{if(!D.selection)return;const[nt,X]=D.selection,lt=[+j.invert(nt),+j.invert(X)];h(lt),f&&S.select(".brush").call(q.move,null)}),N=T.append("g").attr("class","brush").call(q);N.selectAll(".selection").attr("fill",y).attr("fill-opacity",.3).attr("stroke",y).attr("stroke-width",2),N.selectAll(".handle").attr("fill",y).attr("fill-opacity",.8),N.select(".overlay").on("mousemove",function(D){G(D,this)}).on("mouseleave",A)}else{const q=k.append("rect").attr("class","mouse-overlay").attr("width",w).attr("height",b).attr("fill","none").attr("pointer-events","all");q.on("mousemove",function(N){G(N,this)}),q.on("mouseleave",A)}if(l){const q=Ir(j).ticks(6);p&&q.tickFormat(N=>p(+N)),T.append("g").attr("class","axis axis-x").attr("transform",`translate(0,${b})`).call(q).selectAll("text").attr("font-size",11)}if(u){const q=zr(J).ticks(5);g&&q.tickFormat(N=>g(+N)),T.append("g").attr("class","axis axis-y").call(q).selectAll("text").attr("font-size",11)}return()=>{S.selectAll("*").remove()}},[e,t,r,n,a,i,s,o,l,u,c,f,h,p,g,d,m,x,y,v,_])},MT=({data:e,categories:t,title:r,subtitle:n,showHeader:a=!0,showLegend:i=!0,showTooltip:s=!0,width:o=800,height:l=400,margin:u={top:20,right:30,bottom:40,left:60},timeRange:c,showGrid:f=!0,showAxes:h=!0,showXAxis:p,showYAxis:g,formatDate:d,formatValue:m,onTimeRangeChange:x,enableBrush:y=!1,zoomToSelection:v=!1,brushColor:_="#69b3a2",showCrosshair:S=!0,crosshairColor:w="#666",crosshairDashArray:b="4,4",minBarWidth:T})=>{const M=V.useRef(null),[k,C]=V.useState(null);TT({containerRef:M,data:e,categories:t,width:o,height:l,margin:u,timeRange:c,showGrid:f,showXAxis:p!==void 0?p:h,showYAxis:g!==void 0?g:h,enableBrush:y,zoomToSelection:v,onTimeRangeChange:x,formatDate:d,formatValue:m,showCrosshair:S,crosshairColor:w,crosshairDashArray:b,brushColor:_,onTooltipChange:s?C:void 0,minBarWidth:T});const F=z=>{if(d)return d(z);const L=new Date(z),O=L.getFullYear(),j=String(L.getMonth()+1).padStart(2,"0"),W=String(L.getDate()).padStart(2,"0");return`${O}-${j}-${W}`};return E.jsxs(I.Stack,{sx:{width:"100%",alignItems:"center",gap:2},children:[a&&(r||n)&&E.jsxs(I.Stack,{spacing:.5,sx:{mb:2,width:"100%",alignItems:"center"},children:[r&&E.jsx(I.Typography,{variant:"h5",sx:{fontWeight:500},children:r}),n&&E.jsx(I.Typography,{variant:"body2",sx:{color:"text.secondary"},children:n})]}),E.jsxs(I.Box,{sx:{width:"100%",display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[E.jsx("svg",{ref:M,viewBox:`0 0 ${o} ${l}`,preserveAspectRatio:"xMidYMid meet",style:{width:"100%",maxWidth:"1200px",minWidth:"400px",height:"auto",display:"block"}}),s&&k&&k.visible&&E.jsxs(I.Paper,{elevation:3,sx:{position:"absolute",left:k.x+10,top:k.y-10,pointerEvents:"none",zIndex:1e3,transform:k.x>o/2?"translateX(-100%) translateX(-20px)":"none",p:2,whiteSpace:"nowrap"},children:[E.jsx(I.Typography,{sx:{fontFamily:"monospace",fontSize:"0.875rem",color:"text.secondary",mb:1.5},children:F(k.startTime)}),E.jsxs(I.Stack,{direction:"row",spacing:1.5,children:[E.jsx(I.Box,{sx:{width:5,backgroundColor:k.category.color,borderRadius:1,flexShrink:0}}),E.jsxs(I.Stack,{children:[E.jsx(I.Typography,{sx:{fontWeight:700,fontSize:"1.125rem",lineHeight:1.3},children:k.category.label}),E.jsx(I.Typography,{sx:{fontSize:"1rem",color:"text.primary",textDecoration:"underline",textDecorationColor:"rgba(0,0,0,0.2)",textUnderlineOffset:"3px"},children:m?m(k.value):k.value.toLocaleString()})]})]})]})]}),i&&E.jsx(I.Stack,{direction:"row",spacing:3,sx:{flexWrap:"wrap",justifyContent:"center",gap:2},children:t.map(z=>E.jsxs(I.Stack,{direction:"row",spacing:1,alignItems:"center",sx:{cursor:"pointer","&:hover":{opacity:.7}},children:[E.jsx(I.Box,{sx:{width:16,height:16,backgroundColor:z.color,opacity:z.fillOpacity??.8,border:`1px solid ${z.color}`,borderRadius:"2px"}}),E.jsx(I.Typography,{variant:"body2",children:z.label})]},z.dataKey))})]})},AT=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"],jh={}.hasOwnProperty;function CT(e,t){const r=t||{};function n(a,...i){let s=n.invalid;const o=n.handlers;if(a&&jh.call(a,e)){const l=String(a[e]);s=jh.call(o,l)?o[l]:n.unknown}if(s)return s.call(this,a,...i)}return n.handlers=r.handlers||{},n.invalid=r.invalid,n.unknown=r.unknown,n}const kT=/["&'<>`]/g,RT=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,ET=/[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,DT=/[|\\{}()[\]^$+*?.]/g,Yh=new WeakMap;function OT(e,t){if(e=e.replace(t.subset?PT(t.subset):kT,n),t.subset||t.escapeOnly)return e;return e.replace(RT,r).replace(ET,n);function r(a,i,s){return t.format((a.charCodeAt(0)-55296)*1024+a.charCodeAt(1)-56320+65536,s.charCodeAt(i+2),t)}function n(a,i,s){return t.format(a.charCodeAt(0),s.charCodeAt(i+1),t)}}function PT(e){let t=Yh.get(e);return t||(t=FT(e),Yh.set(e,t)),t}function FT(e){const t=[];let r=-1;for(;++r<e.length;)t.push(e[r].replace(DT,"\\$&"));return new RegExp("(?:"+t.join("|")+")","g")}const NT=/[\dA-Fa-f]/;function $T(e,t,r){const n="&#x"+e.toString(16).toUpperCase();return r&&t&&!NT.test(String.fromCharCode(t))?n:n+";"}const LT=/\d/;function qT(e,t,r){const n="&#"+String(e);return r&&t&&!LT.test(String.fromCharCode(t))?n:n+";"}const IT=["AElig","AMP","Aacute","Acirc","Agrave","Aring","Atilde","Auml","COPY","Ccedil","ETH","Eacute","Ecirc","Egrave","Euml","GT","Iacute","Icirc","Igrave","Iuml","LT","Ntilde","Oacute","Ocirc","Ograve","Oslash","Otilde","Ouml","QUOT","REG","THORN","Uacute","Ucirc","Ugrave","Uuml","Yacute","aacute","acirc","acute","aelig","agrave","amp","aring","atilde","auml","brvbar","ccedil","cedil","cent","copy","curren","deg","divide","eacute","ecirc","egrave","eth","euml","frac12","frac14","frac34","gt","iacute","icirc","iexcl","igrave","iquest","iuml","laquo","lt","macr","micro","middot","nbsp","not","ntilde","oacute","ocirc","ograve","ordf","ordm","oslash","otilde","ouml","para","plusmn","pound","quot","raquo","reg","sect","shy","sup1","sup2","sup3","szlig","thorn","times","uacute","ucirc","ugrave","uml","uuml","yacute","yen","yuml"],Ws={nbsp:" ",iexcl:"¡",cent:"¢",pound:"£",curren:"¤",yen:"¥",brvbar:"¦",sect:"§",uml:"¨",copy:"©",ordf:"ª",laquo:"«",not:"¬",shy:"­",reg:"®",macr:"¯",deg:"°",plusmn:"±",sup2:"²",sup3:"³",acute:"´",micro:"µ",para:"¶",middot:"·",cedil:"¸",sup1:"¹",ordm:"º",raquo:"»",frac14:"¼",frac12:"½",frac34:"¾",iquest:"¿",Agrave:"À",Aacute:"Á",Acirc:"Â",Atilde:"Ã",Auml:"Ä",Aring:"Å",AElig:"Æ",Ccedil:"Ç",Egrave:"È",Eacute:"É",Ecirc:"Ê",Euml:"Ë",Igrave:"Ì",Iacute:"Í",Icirc:"Î",Iuml:"Ï",ETH:"Ð",Ntilde:"Ñ",Ograve:"Ò",Oacute:"Ó",Ocirc:"Ô",Otilde:"Õ",Ouml:"Ö",times:"×",Oslash:"Ø",Ugrave:"Ù",Uacute:"Ú",Ucirc:"Û",Uuml:"Ü",Yacute:"Ý",THORN:"Þ",szlig:"ß",agrave:"à",aacute:"á",acirc:"â",atilde:"ã",auml:"ä",aring:"å",aelig:"æ",ccedil:"ç",egrave:"è",eacute:"é",ecirc:"ê",euml:"ë",igrave:"ì",iacute:"í",icirc:"î",iuml:"ï",eth:"ð",ntilde:"ñ",ograve:"ò",oacute:"ó",ocirc:"ô",otilde:"õ",ouml:"ö",divide:"÷",oslash:"ø",ugrave:"ù",uacute:"ú",ucirc:"û",uuml:"ü",yacute:"ý",thorn:"þ",yuml:"ÿ",fnof:"ƒ",Alpha:"Α",Beta:"Β",Gamma:"Γ",Delta:"Δ",Epsilon:"Ε",Zeta:"Ζ",Eta:"Η",Theta:"Θ",Iota:"Ι",Kappa:"Κ",Lambda:"Λ",Mu:"Μ",Nu:"Ν",Xi:"Ξ",Omicron:"Ο",Pi:"Π",Rho:"Ρ",Sigma:"Σ",Tau:"Τ",Upsilon:"Υ",Phi:"Φ",Chi:"Χ",Psi:"Ψ",Omega:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa:"κ",lambda:"λ",mu:"μ",nu:"ν",xi:"ξ",omicron:"ο",pi:"π",rho:"ρ",sigmaf:"ς",sigma:"σ",tau:"τ",upsilon:"υ",phi:"φ",chi:"χ",psi:"ψ",omega:"ω",thetasym:"ϑ",upsih:"ϒ",piv:"ϖ",bull:"•",hellip:"…",prime:"′",Prime:"″",oline:"‾",frasl:"⁄",weierp:"℘",image:"ℑ",real:"ℜ",trade:"™",alefsym:"ℵ",larr:"←",uarr:"↑",rarr:"→",darr:"↓",harr:"↔",crarr:"↵",lArr:"⇐",uArr:"⇑",rArr:"⇒",dArr:"⇓",hArr:"⇔",forall:"∀",part:"∂",exist:"∃",empty:"∅",nabla:"∇",isin:"∈",notin:"∉",ni:"∋",prod:"∏",sum:"∑",minus:"−",lowast:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:"∼",cong:"≅",asymp:"≈",ne:"≠",equiv:"≡",le:"≤",ge:"≥",sub:"⊂",sup:"⊃",nsub:"⊄",sube:"⊆",supe:"⊇",oplus:"⊕",otimes:"⊗",perp:"⊥",sdot:"⋅",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",lang:"〈",rang:"〉",loz:"◊",spades:"♠",clubs:"♣",hearts:"♥",diams:"♦",quot:'"',amp:"&",lt:"<",gt:">",OElig:"Œ",oelig:"œ",Scaron:"Š",scaron:"š",Yuml:"Ÿ",circ:"ˆ",tilde:"˜",ensp:" ",emsp:" ",thinsp:" ",zwnj:"‌",zwj:"‍",lrm:"‎",rlm:"‏",ndash:"–",mdash:"—",lsquo:"‘",rsquo:"’",sbquo:"‚",ldquo:"“",rdquo:"”",bdquo:"„",dagger:"†",Dagger:"‡",permil:"‰",lsaquo:"‹",rsaquo:"›",euro:"€"},zT=["cent","copy","divide","gt","lt","not","para","times"],iy={}.hasOwnProperty,kc={};let wi;for(wi in Ws)iy.call(Ws,wi)&&(kc[Ws[wi]]=wi);const BT=/[^\dA-Za-z]/;function UT(e,t,r,n){const a=String.fromCharCode(e);if(iy.call(kc,a)){const i=kc[a],s="&"+i;return r&&IT.includes(i)&&!zT.includes(i)&&(!n||t&&t!==61&&BT.test(String.fromCharCode(t)))?s:s+";"}return""}function HT(e,t,r){let n=$T(e,t,r.omitOptionalSemicolons),a;if((r.useNamedReferences||r.useShortestReferences)&&(a=UT(e,t,r.omitOptionalSemicolons,r.attribute)),(r.useShortestReferences||!a)&&r.useShortestReferences){const i=qT(e,t,r.omitOptionalSemicolons);i.length<n.length&&(n=i)}return a&&(!r.useShortestReferences||a.length<n.length)?a:n}function ta(e,t){return OT(e,Object.assign({format:HT},t))}const GT=/^>|^->|<!--|-->|--!>|<!-$/g,jT=[">"],YT=["<",">"];function XT(e,t,r,n){return n.settings.bogusComments?"<?"+ta(e.value,Object.assign({},n.settings.characterReferences,{subset:jT}))+">":"<!--"+e.value.replace(GT,a)+"-->";function a(i){return ta(i,Object.assign({},n.settings.characterReferences,{subset:YT}))}}function WT(e,t,r,n){return"<!"+(n.settings.upperDoctype?"DOCTYPE":"doctype")+(n.settings.tightDoctype?"":" ")+"html>"}function Xh(e,t){const r=String(e);if(typeof t!="string")throw new TypeError("Expected character");let n=0,a=r.indexOf(t);for(;a!==-1;)n++,a=r.indexOf(t,a+t.length);return n}const KT=/[ \t\n\f\r]/g;function _f(e){return typeof e=="object"?e.type==="text"?Wh(e.value):!1:Wh(e)}function Wh(e){return e.replace(KT,"")===""}const de=oy(1),sy=oy(-1),VT=[];function oy(e){return t;function t(r,n,a){const i=r?r.children:VT;let s=(n||0)+e,o=i[s];if(!a)for(;o&&_f(o);)s+=e,o=i[s];return o}}const ZT={}.hasOwnProperty;function ly(e){return t;function t(r,n,a){return ZT.call(e,r.tagName)&&e[r.tagName](r,n,a)}}const xf=ly({body:JT,caption:Ks,colgroup:Ks,dd:nM,dt:rM,head:Ks,html:QT,li:eM,optgroup:aM,option:iM,p:tM,rp:Kh,rt:Kh,tbody:oM,td:Vh,tfoot:lM,th:Vh,thead:sM,tr:uM});function Ks(e,t,r){const n=de(r,t,!0);return!n||n.type!=="comment"&&!(n.type==="text"&&_f(n.value.charAt(0)))}function QT(e,t,r){const n=de(r,t);return!n||n.type!=="comment"}function JT(e,t,r){const n=de(r,t);return!n||n.type!=="comment"}function tM(e,t,r){const n=de(r,t);return n?n.type==="element"&&(n.tagName==="address"||n.tagName==="article"||n.tagName==="aside"||n.tagName==="blockquote"||n.tagName==="details"||n.tagName==="div"||n.tagName==="dl"||n.tagName==="fieldset"||n.tagName==="figcaption"||n.tagName==="figure"||n.tagName==="footer"||n.tagName==="form"||n.tagName==="h1"||n.tagName==="h2"||n.tagName==="h3"||n.tagName==="h4"||n.tagName==="h5"||n.tagName==="h6"||n.tagName==="header"||n.tagName==="hgroup"||n.tagName==="hr"||n.tagName==="main"||n.tagName==="menu"||n.tagName==="nav"||n.tagName==="ol"||n.tagName==="p"||n.tagName==="pre"||n.tagName==="section"||n.tagName==="table"||n.tagName==="ul"):!r||!(r.type==="element"&&(r.tagName==="a"||r.tagName==="audio"||r.tagName==="del"||r.tagName==="ins"||r.tagName==="map"||r.tagName==="noscript"||r.tagName==="video"))}function eM(e,t,r){const n=de(r,t);return!n||n.type==="element"&&n.tagName==="li"}function rM(e,t,r){const n=de(r,t);return!!(n&&n.type==="element"&&(n.tagName==="dt"||n.tagName==="dd"))}function nM(e,t,r){const n=de(r,t);return!n||n.type==="element"&&(n.tagName==="dt"||n.tagName==="dd")}function Kh(e,t,r){const n=de(r,t);return!n||n.type==="element"&&(n.tagName==="rp"||n.tagName==="rt")}function aM(e,t,r){const n=de(r,t);return!n||n.type==="element"&&n.tagName==="optgroup"}function iM(e,t,r){const n=de(r,t);return!n||n.type==="element"&&(n.tagName==="option"||n.tagName==="optgroup")}function sM(e,t,r){const n=de(r,t);return!!(n&&n.type==="element"&&(n.tagName==="tbody"||n.tagName==="tfoot"))}function oM(e,t,r){const n=de(r,t);return!n||n.type==="element"&&(n.tagName==="tbody"||n.tagName==="tfoot")}function lM(e,t,r){return!de(r,t)}function uM(e,t,r){const n=de(r,t);return!n||n.type==="element"&&n.tagName==="tr"}function Vh(e,t,r){const n=de(r,t);return!n||n.type==="element"&&(n.tagName==="td"||n.tagName==="th")}const cM=ly({body:pM,colgroup:dM,head:hM,html:fM,tbody:gM});function fM(e){const t=de(e,-1);return!t||t.type!=="comment"}function hM(e){const t=new Set;for(const n of e.children)if(n.type==="element"&&(n.tagName==="base"||n.tagName==="title")){if(t.has(n.tagName))return!1;t.add(n.tagName)}const r=e.children[0];return!r||r.type==="element"}function pM(e){const t=de(e,-1,!0);return!t||t.type!=="comment"&&!(t.type==="text"&&_f(t.value.charAt(0)))&&!(t.type==="element"&&(t.tagName==="meta"||t.tagName==="link"||t.tagName==="script"||t.tagName==="style"||t.tagName==="template"))}function dM(e,t,r){const n=sy(r,t),a=de(e,-1,!0);return r&&n&&n.type==="element"&&n.tagName==="colgroup"&&xf(n,r.children.indexOf(n),r)?!1:!!(a&&a.type==="element"&&a.tagName==="col")}function gM(e,t,r){const n=sy(r,t),a=de(e,-1);return r&&n&&n.type==="element"&&(n.tagName==="thead"||n.tagName==="tbody")&&xf(n,r.children.indexOf(n),r)?!1:!!(a&&a.type==="element"&&a.tagName==="tr")}const Si={name:[[`
2
40
  \f\r &/=>`.split(""),`
3
41
  \f\r "&'/=>\``.split("")],[`\0
4
42
  \f\r "&'/<=>`.split(""),`\0
@@ -6,22 +44,22 @@
6
44
  \f\r &>`.split(""),`\0
7
45
  \f\r "&'<=>\``.split("")],[`\0
8
46
  \f\r "&'<=>\``.split(""),`\0
9
- \f\r "&'<=>\``.split("")]],single:[["&'".split(""),"\"&'`".split("")],["\0&'".split(""),"\0\"&'`".split("")]],double:[['"&'.split(""),"\"&'`".split("")],['\0"&'.split(""),"\0\"&'`".split("")]]};function Cu(e,t,n,r){const a=r.schema,i=a.space==="svg"?!1:r.settings.omitOptionalTags;let o=a.space==="svg"?r.settings.closeEmptyElements:r.settings.voids.includes(e.tagName.toLowerCase());const l=[];let s;a.space==="html"&&e.tagName==="svg"&&(r.schema=ia);const u=qu(r,e.properties),f=r.all(a.space==="html"&&e.tagName==="template"?e.content:e);return r.schema=a,f&&(o=!1),(u||!i||!vu(e,t,n))&&(l.push("<",e.tagName,u?" "+u:""),o&&(a.space==="svg"||r.settings.closeSelfClosing)&&(s=u.charAt(u.length-1),(!r.settings.tightSelfClosing||s==="/"||s&&s!=='"'&&s!=="'")&&l.push(" "),l.push("/")),l.push(">")),l.push(f),!o&&(!i||!la(e,t,n))&&l.push("</"+e.tagName+">"),l.join("")}function qu(e,t){const n=[];let r=-1,a;if(t){for(a in t)if(t[a]!==null&&t[a]!==void 0){const i=Ru(e,a,t[a]);i&&n.push(i)}}for(;++r<n.length;){const i=e.settings.tightAttributes?n[r].charAt(n[r].length-1):void 0;r!==n.length-1&&i!=='"'&&i!=="'"&&(n[r]+=" ")}return n.join("")}function Ru(e,t,n){const r=Fl(e.schema,t),a=e.settings.allowParseErrors&&e.schema.space==="html"?0:1,i=e.settings.allowDangerousCharacters?0:1;let o=e.quote,l;if(r.overloadedBoolean&&(n===r.attribute||n==="")?n=!0:(r.boolean||r.overloadedBoolean)&&(typeof n!="string"||n===r.attribute||n==="")&&(n=!!n),n==null||n===!1||typeof n=="number"&&Number.isNaN(n))return"";const s=pe(r.attribute,Object.assign({},e.settings.characterReferences,{subset:je.name[a][i]}));return n===!0||(n=Array.isArray(n)?(r.commaSeparated?tu:ru)(n,{padLeft:!e.settings.tightCommaSeparatedLists}):String(n),e.settings.collapseEmptyAttributes&&!n)?s:(e.settings.preferUnquoted&&(l=pe(n,Object.assign({},e.settings.characterReferences,{attribute:!0,subset:je.unquoted[a][i]}))),l!==n&&(e.settings.quoteSmart&&xa(n,o)>xa(n,e.alternative)&&(o=e.alternative),l=o+pe(n,Object.assign({},e.settings.characterReferences,{subset:(o==="'"?je.single:je.double)[a][i],attribute:!0}))+o),s+(l&&"="+l))}const wu=["<","&"];function Gl(e,t,n,r){return n&&n.type==="element"&&(n.tagName==="script"||n.tagName==="style")?e.value:pe(e.value,Object.assign({},r.settings.characterReferences,{subset:wu}))}function Tu(e,t,n,r){return r.settings.allowDangerousHtml?e.value:Gl(e,t,n,r)}function Mu(e,t,n,r){return r.all(e)}const Ou=Is("type",{invalid:Eu,unknown:Du,handlers:{comment:Qs,doctype:eu,element:Cu,raw:Tu,root:Mu,text:Gl}});function Eu(e){throw new Error("Expected node, not `"+e+"`")}function Du(e){const t=e;throw new Error("Cannot compile unknown node `"+t.type+"`")}const Iu={},Pu={},Lu=[];function ku(e,t){const n=Iu,r=n.quote||'"',a=r==='"'?"'":'"';if(r!=='"'&&r!=="'")throw new Error("Invalid quote `"+r+"`, expected `'` or `\"`");return{one:Nu,all:Fu,settings:{omitOptionalTags:n.omitOptionalTags||!1,allowParseErrors:n.allowParseErrors||!1,allowDangerousCharacters:n.allowDangerousCharacters||!1,quoteSmart:n.quoteSmart||!1,preferUnquoted:n.preferUnquoted||!1,tightAttributes:n.tightAttributes||!1,upperDoctype:n.upperDoctype||!1,tightDoctype:n.tightDoctype||!1,bogusComments:n.bogusComments||!1,tightCommaSeparatedLists:n.tightCommaSeparatedLists||!1,tightSelfClosing:n.tightSelfClosing||!1,collapseEmptyAttributes:n.collapseEmptyAttributes||!1,allowDangerousHtml:n.allowDangerousHtml||!1,voids:n.voids||qs,characterReferences:n.characterReferences||Pu,closeSelfClosing:n.closeSelfClosing||!1,closeEmptyElements:n.closeEmptyElements||!1},schema:n.space==="svg"?ia:jl,quote:r,alternative:a}.one(Array.isArray(e)?{type:"root",children:e}:e,void 0,void 0)}function Nu(e,t,n){return Ou(e,t,n,this)}function Fu(e){const t=[],n=e&&e.children||Lu;let r=-1;for(;++r<n.length;)t[r]=this.one(n[r],r,e);return t.join("")}const le={neoGrey:{200:"#EDEFEF",400:"#ADB5BD"},neoDigitalGreen:{600:"#40c048"}},K={arcAngle:180,maxSeats:200,useEnhanced:!0,chartConfig:{radius:220,seatSize:5,minSeatSize:4,maxSeatSize:18,spacing:1.1,innerRadiusRatio:.4,arcAngleFlexibility:5},colors:{emptySeats:"#f8f8f8",emptySeatsBorder:"#d8d8d8",seatBorder:"#fff"},animation:{transitionDuration:"0.2s",hoverOpacity:{active:"1",dimmed:"0.2",empty:"0.3"}},scaling:{enableScaling:!0,scaleThreshold:200}},ge={COMPLETED:le.neoDigitalGreen[600],NOT_APPLICABLE:"url(#greyHatchPattern)",NO_LST:"url(#noLstHatchPattern)",DATA_MISSING:"url(#dataMissingHatchPattern)"},Re="N/A",we="No LST",Te="Data Missing",Ta=/[#.]/g;function ju(e,t){const n=e||"",r={};let a=0,i,o;for(;a<n.length;){Ta.lastIndex=a;const l=Ta.exec(n),s=n.slice(a,l?l.index:n.length);s&&(i?i==="#"?r.id=s:Array.isArray(r.className)?r.className.push(s):r.className=[s]:o=s,a+=s.length),l&&(i=l[0],a++)}return{type:"element",tagName:o||t||"div",properties:r,children:[]}}function $l(e,t,n){const r=n?Uu(n):void 0;function a(i,o,...l){let s;if(i==null){s={type:"root",children:[]};const u=o;l.unshift(u)}else{s=ju(i,t);const u=s.tagName.toLowerCase(),f=r?r.get(u):void 0;if(s.tagName=f||u,Bu(o))l.unshift(o);else for(const[d,c]of Object.entries(o))Hu(e,s.properties,d,c)}for(const u of l)ta(s.children,u);return s.type==="element"&&s.tagName==="template"&&(s.content={type:"root",children:s.children},s.children=[]),s}return a}function Bu(e){if(e===null||typeof e!="object"||Array.isArray(e))return!0;if(typeof e.type!="string")return!1;const t=e,n=Object.keys(e);for(const r of n){const a=t[r];if(a&&typeof a=="object"){if(!Array.isArray(a))return!0;const i=a;for(const o of i)if(typeof o!="number"&&typeof o!="string")return!0}}return!!("children"in e&&Array.isArray(e.children))}function Hu(e,t,n,r){const a=Fl(e,n);let i;if(r!=null){if(typeof r=="number"){if(Number.isNaN(r))return;i=r}else typeof r=="boolean"?i=r:typeof r=="string"?a.spaceSeparated?i=Ca(r):a.commaSeparated?i=Aa(r):a.commaOrSpaceSeparated?i=Ca(Aa(r).join(" ")):i=Ma(a,a.property,r):Array.isArray(r)?i=[...r]:i=a.property==="style"?zu(r):String(r);if(Array.isArray(i)){const o=[];for(const l of i)o.push(Ma(a,a.property,l));i=o}a.property==="className"&&Array.isArray(t.className)&&(i=t.className.concat(i)),t[a.property]=i}}function ta(e,t){if(t!=null)if(typeof t=="number"||typeof t=="string")e.push({type:"text",value:String(t)});else if(Array.isArray(t))for(const n of t)ta(e,n);else if(typeof t=="object"&&"type"in t)t.type==="root"?ta(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function Ma(e,t,n){if(typeof n=="string"){if(e.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((e.boolean||e.overloadedBoolean)&&(n===""||Me(n)===Me(t)))return!0}return n}function zu(e){const t=[];for(const[n,r]of Object.entries(e))t.push([n,r].join(": "));return t.join("; ")}function Uu(e){const t=new Map;for(const n of e)t.set(n.toLowerCase(),n);return t}const Gu=["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"];$l(jl,"div");const Ee=$l(ia,"g",Gu);var Be=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ye(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var rt,Oa;function Kl(){if(Oa)return rt;Oa=1;var e=typeof Be=="object"&&Be&&Be.Object===Object&&Be;return rt=e,rt}var nt,Ea;function ie(){if(Ea)return nt;Ea=1;var e=Kl(),t=typeof self=="object"&&self&&self.Object===Object&&self,n=e||t||Function("return this")();return nt=n,nt}var at,Da;function $u(){if(Da)return at;Da=1;var e=/\s/;function t(n){for(var r=n.length;r--&&e.test(n.charAt(r)););return r}return at=t,at}var it,Ia;function Ku(){if(Ia)return it;Ia=1;var e=$u(),t=/^\s+/;function n(r){return r&&r.slice(0,e(r)+1).replace(t,"")}return it=n,it}var ot,Pa;function De(){if(Pa)return ot;Pa=1;function e(t){var n=typeof t;return t!=null&&(n=="object"||n=="function")}return ot=e,ot}var lt,La;function Ie(){if(La)return lt;La=1;var e=ie(),t=e.Symbol;return lt=t,lt}var st,ka;function Wu(){if(ka)return st;ka=1;var e=Ie(),t=Object.prototype,n=t.hasOwnProperty,r=t.toString,a=e?e.toStringTag:void 0;function i(o){var l=n.call(o,a),s=o[a];try{o[a]=void 0;var u=!0}catch{}var f=r.call(o);return u&&(l?o[a]=s:delete o[a]),f}return st=i,st}var ut,Na;function Yu(){if(Na)return ut;Na=1;var e=Object.prototype,t=e.toString;function n(r){return t.call(r)}return ut=n,ut}var ct,Fa;function Pe(){if(Fa)return ct;Fa=1;var e=Ie(),t=Wu(),n=Yu(),r="[object Null]",a="[object Undefined]",i=e?e.toStringTag:void 0;function o(l){return l==null?l===void 0?a:r:i&&i in Object(l)?t(l):n(l)}return ct=o,ct}var ft,ja;function Le(){if(ja)return ft;ja=1;function e(t){return t!=null&&typeof t=="object"}return ft=e,ft}var dt,Ba;function ke(){if(Ba)return dt;Ba=1;var e=Pe(),t=Le(),n="[object Symbol]";function r(a){return typeof a=="symbol"||t(a)&&e(a)==n}return dt=r,dt}var ht,Ha;function Wl(){if(Ha)return ht;Ha=1;var e=Ku(),t=De(),n=ke(),r=NaN,a=/^[-+]0x[0-9a-f]+$/i,i=/^0b[01]+$/i,o=/^0o[0-7]+$/i,l=parseInt;function s(u){if(typeof u=="number")return u;if(n(u))return r;if(t(u)){var f=typeof u.valueOf=="function"?u.valueOf():u;u=t(f)?f+"":f}if(typeof u!="string")return u===0?u:+u;u=e(u);var d=i.test(u);return d||o.test(u)?l(u.slice(2),d?2:8):a.test(u)?r:+u}return ht=s,ht}var pt,za;function Yl(){if(za)return pt;za=1;var e=Wl(),t=1/0,n=17976931348623157e292;function r(a){if(!a)return a===0?a:0;if(a=e(a),a===t||a===-t){var i=a<0?-1:1;return i*n}return a===a?a:0}return pt=r,pt}var gt,Ua;function Vl(){if(Ua)return gt;Ua=1;var e=Yl();function t(n){var r=e(n),a=r%1;return r===r?a?r-a:r:0}return gt=t,gt}var mt,Ga;function ze(){if(Ga)return mt;Ga=1;function e(t,n){for(var r=-1,a=t==null?0:t.length,i=Array(a);++r<a;)i[r]=n(t[r],r,t);return i}return mt=e,mt}var yt,$a;function Q(){if($a)return yt;$a=1;var e=Array.isArray;return yt=e,yt}var vt,Ka;function Vu(){if(Ka)return vt;Ka=1;var e=Ie(),t=ze(),n=Q(),r=ke(),a=e?e.prototype:void 0,i=a?a.toString:void 0;function o(l){if(typeof l=="string")return l;if(n(l))return t(l,o)+"";if(r(l))return i?i.call(l):"";var s=l+"";return s=="0"&&1/l==-1/0?"-0":s}return vt=o,vt}var bt,Wa;function Xl(){if(Wa)return bt;Wa=1;var e=Vu();function t(n){return n==null?"":e(n)}return bt=t,bt}var _t,Ya;function Xu(){if(Ya)return _t;Ya=1;var e=ie(),t=Vl(),n=Wl(),r=Xl(),a=e.isFinite,i=Math.min;function o(l){var s=Math[l];return function(u,f){if(u=n(u),f=f==null?0:i(t(f),292),f&&a(u)){var d=(r(u)+"e").split("e"),c=s(d[0]+"e"+(+d[1]+f));return d=(r(c)+"e").split("e"),+(d[0]+"e"+(+d[1]-f))}return s(u)}}return _t=o,_t}var St,Va;function Zu(){if(Va)return St;Va=1;var e=Xu(),t=e("round");return St=t,St}var Ju=Zu();const Qu=ye(Ju);var xt,Xa;function Zl(){if(Xa)return xt;Xa=1;function e(t,n){for(var r=-1,a=n.length,i=t.length;++r<a;)t[i+r]=n[r];return t}return xt=e,xt}var At,Za;function ec(){if(Za)return At;Za=1;var e=Pe(),t=Le(),n="[object Arguments]";function r(a){return t(a)&&e(a)==n}return At=r,At}var Ct,Ja;function sa(){if(Ja)return Ct;Ja=1;var e=ec(),t=Le(),n=Object.prototype,r=n.hasOwnProperty,a=n.propertyIsEnumerable,i=e((function(){return arguments})())?e:function(o){return t(o)&&r.call(o,"callee")&&!a.call(o,"callee")};return Ct=i,Ct}var qt,Qa;function tc(){if(Qa)return qt;Qa=1;var e=Ie(),t=sa(),n=Q(),r=e?e.isConcatSpreadable:void 0;function a(i){return n(i)||t(i)||!!(r&&i&&i[r])}return qt=a,qt}var Rt,ei;function Jl(){if(ei)return Rt;ei=1;var e=Zl(),t=tc();function n(r,a,i,o,l){var s=-1,u=r.length;for(i||(i=t),l||(l=[]);++s<u;){var f=r[s];a>0&&i(f)?a>1?n(f,a-1,i,o,l):e(l,f):o||(l[l.length]=f)}return l}return Rt=n,Rt}var wt,ti;function ua(){if(ti)return wt;ti=1;var e=Q(),t=ke(),n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,r=/^\w*$/;function a(i,o){if(e(i))return!1;var l=typeof i;return l=="number"||l=="symbol"||l=="boolean"||i==null||t(i)?!0:r.test(i)||!n.test(i)||o!=null&&i in Object(o)}return wt=a,wt}var Tt,ri;function Ql(){if(ri)return Tt;ri=1;var e=Pe(),t=De(),n="[object AsyncFunction]",r="[object Function]",a="[object GeneratorFunction]",i="[object Proxy]";function o(l){if(!t(l))return!1;var s=e(l);return s==r||s==a||s==n||s==i}return Tt=o,Tt}var Mt,ni;function rc(){if(ni)return Mt;ni=1;var e=ie(),t=e["__core-js_shared__"];return Mt=t,Mt}var Ot,ai;function nc(){if(ai)return Ot;ai=1;var e=rc(),t=(function(){var r=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return r?"Symbol(src)_1."+r:""})();function n(r){return!!t&&t in r}return Ot=n,Ot}var Et,ii;function es(){if(ii)return Et;ii=1;var e=Function.prototype,t=e.toString;function n(r){if(r!=null){try{return t.call(r)}catch{}try{return r+""}catch{}}return""}return Et=n,Et}var Dt,oi;function ac(){if(oi)return Dt;oi=1;var e=Ql(),t=nc(),n=De(),r=es(),a=/[\\^$.*+?()[\]{}|]/g,i=/^\[object .+?Constructor\]$/,o=Function.prototype,l=Object.prototype,s=o.toString,u=l.hasOwnProperty,f=RegExp("^"+s.call(u).replace(a,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function d(c){if(!n(c)||t(c))return!1;var h=e(c)?f:i;return h.test(r(c))}return Dt=d,Dt}var It,li;function ic(){if(li)return It;li=1;function e(t,n){return t==null?void 0:t[n]}return It=e,It}var Pt,si;function ue(){if(si)return Pt;si=1;var e=ac(),t=ic();function n(r,a){var i=t(r,a);return e(i)?i:void 0}return Pt=n,Pt}var Lt,ui;function Ue(){if(ui)return Lt;ui=1;var e=ue(),t=e(Object,"create");return Lt=t,Lt}var kt,ci;function oc(){if(ci)return kt;ci=1;var e=Ue();function t(){this.__data__=e?e(null):{},this.size=0}return kt=t,kt}var Nt,fi;function lc(){if(fi)return Nt;fi=1;function e(t){var n=this.has(t)&&delete this.__data__[t];return this.size-=n?1:0,n}return Nt=e,Nt}var Ft,di;function sc(){if(di)return Ft;di=1;var e=Ue(),t="__lodash_hash_undefined__",n=Object.prototype,r=n.hasOwnProperty;function a(i){var o=this.__data__;if(e){var l=o[i];return l===t?void 0:l}return r.call(o,i)?o[i]:void 0}return Ft=a,Ft}var jt,hi;function uc(){if(hi)return jt;hi=1;var e=Ue(),t=Object.prototype,n=t.hasOwnProperty;function r(a){var i=this.__data__;return e?i[a]!==void 0:n.call(i,a)}return jt=r,jt}var Bt,pi;function cc(){if(pi)return Bt;pi=1;var e=Ue(),t="__lodash_hash_undefined__";function n(r,a){var i=this.__data__;return this.size+=this.has(r)?0:1,i[r]=e&&a===void 0?t:a,this}return Bt=n,Bt}var Ht,gi;function fc(){if(gi)return Ht;gi=1;var e=oc(),t=lc(),n=sc(),r=uc(),a=cc();function i(o){var l=-1,s=o==null?0:o.length;for(this.clear();++l<s;){var u=o[l];this.set(u[0],u[1])}}return i.prototype.clear=e,i.prototype.delete=t,i.prototype.get=n,i.prototype.has=r,i.prototype.set=a,Ht=i,Ht}var zt,mi;function dc(){if(mi)return zt;mi=1;function e(){this.__data__=[],this.size=0}return zt=e,zt}var Ut,yi;function ca(){if(yi)return Ut;yi=1;function e(t,n){return t===n||t!==t&&n!==n}return Ut=e,Ut}var Gt,vi;function Ge(){if(vi)return Gt;vi=1;var e=ca();function t(n,r){for(var a=n.length;a--;)if(e(n[a][0],r))return a;return-1}return Gt=t,Gt}var $t,bi;function hc(){if(bi)return $t;bi=1;var e=Ge(),t=Array.prototype,n=t.splice;function r(a){var i=this.__data__,o=e(i,a);if(o<0)return!1;var l=i.length-1;return o==l?i.pop():n.call(i,o,1),--this.size,!0}return $t=r,$t}var Kt,_i;function pc(){if(_i)return Kt;_i=1;var e=Ge();function t(n){var r=this.__data__,a=e(r,n);return a<0?void 0:r[a][1]}return Kt=t,Kt}var Wt,Si;function gc(){if(Si)return Wt;Si=1;var e=Ge();function t(n){return e(this.__data__,n)>-1}return Wt=t,Wt}var Yt,xi;function mc(){if(xi)return Yt;xi=1;var e=Ge();function t(n,r){var a=this.__data__,i=e(a,n);return i<0?(++this.size,a.push([n,r])):a[i][1]=r,this}return Yt=t,Yt}var Vt,Ai;function $e(){if(Ai)return Vt;Ai=1;var e=dc(),t=hc(),n=pc(),r=gc(),a=mc();function i(o){var l=-1,s=o==null?0:o.length;for(this.clear();++l<s;){var u=o[l];this.set(u[0],u[1])}}return i.prototype.clear=e,i.prototype.delete=t,i.prototype.get=n,i.prototype.has=r,i.prototype.set=a,Vt=i,Vt}var Xt,Ci;function fa(){if(Ci)return Xt;Ci=1;var e=ue(),t=ie(),n=e(t,"Map");return Xt=n,Xt}var Zt,qi;function yc(){if(qi)return Zt;qi=1;var e=fc(),t=$e(),n=fa();function r(){this.size=0,this.__data__={hash:new e,map:new(n||t),string:new e}}return Zt=r,Zt}var Jt,Ri;function vc(){if(Ri)return Jt;Ri=1;function e(t){var n=typeof t;return n=="string"||n=="number"||n=="symbol"||n=="boolean"?t!=="__proto__":t===null}return Jt=e,Jt}var Qt,wi;function Ke(){if(wi)return Qt;wi=1;var e=vc();function t(n,r){var a=n.__data__;return e(r)?a[typeof r=="string"?"string":"hash"]:a.map}return Qt=t,Qt}var er,Ti;function bc(){if(Ti)return er;Ti=1;var e=Ke();function t(n){var r=e(this,n).delete(n);return this.size-=r?1:0,r}return er=t,er}var tr,Mi;function _c(){if(Mi)return tr;Mi=1;var e=Ke();function t(n){return e(this,n).get(n)}return tr=t,tr}var rr,Oi;function Sc(){if(Oi)return rr;Oi=1;var e=Ke();function t(n){return e(this,n).has(n)}return rr=t,rr}var nr,Ei;function xc(){if(Ei)return nr;Ei=1;var e=Ke();function t(n,r){var a=e(this,n),i=a.size;return a.set(n,r),this.size+=a.size==i?0:1,this}return nr=t,nr}var ar,Di;function da(){if(Di)return ar;Di=1;var e=yc(),t=bc(),n=_c(),r=Sc(),a=xc();function i(o){var l=-1,s=o==null?0:o.length;for(this.clear();++l<s;){var u=o[l];this.set(u[0],u[1])}}return i.prototype.clear=e,i.prototype.delete=t,i.prototype.get=n,i.prototype.has=r,i.prototype.set=a,ar=i,ar}var ir,Ii;function Ac(){if(Ii)return ir;Ii=1;var e=da(),t="Expected a function";function n(r,a){if(typeof r!="function"||a!=null&&typeof a!="function")throw new TypeError(t);var i=function(){var o=arguments,l=a?a.apply(this,o):o[0],s=i.cache;if(s.has(l))return s.get(l);var u=r.apply(this,o);return i.cache=s.set(l,u)||s,u};return i.cache=new(n.Cache||e),i}return n.Cache=e,ir=n,ir}var or,Pi;function Cc(){if(Pi)return or;Pi=1;var e=Ac(),t=500;function n(r){var a=e(r,function(o){return i.size===t&&i.clear(),o}),i=a.cache;return a}return or=n,or}var lr,Li;function qc(){if(Li)return lr;Li=1;var e=Cc(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,n=/\\(\\)?/g,r=e(function(a){var i=[];return a.charCodeAt(0)===46&&i.push(""),a.replace(t,function(o,l,s,u){i.push(s?u.replace(n,"$1"):l||o)}),i});return lr=r,lr}var sr,ki;function ts(){if(ki)return sr;ki=1;var e=Q(),t=ua(),n=qc(),r=Xl();function a(i,o){return e(i)?i:t(i,o)?[i]:n(r(i))}return sr=a,sr}var ur,Ni;function We(){if(Ni)return ur;Ni=1;var e=ke();function t(n){if(typeof n=="string"||e(n))return n;var r=n+"";return r=="0"&&1/n==-1/0?"-0":r}return ur=t,ur}var cr,Fi;function ha(){if(Fi)return cr;Fi=1;var e=ts(),t=We();function n(r,a){a=e(a,r);for(var i=0,o=a.length;r!=null&&i<o;)r=r[t(a[i++])];return i&&i==o?r:void 0}return cr=n,cr}var fr,ji;function Rc(){if(ji)return fr;ji=1;var e=$e();function t(){this.__data__=new e,this.size=0}return fr=t,fr}var dr,Bi;function wc(){if(Bi)return dr;Bi=1;function e(t){var n=this.__data__,r=n.delete(t);return this.size=n.size,r}return dr=e,dr}var hr,Hi;function Tc(){if(Hi)return hr;Hi=1;function e(t){return this.__data__.get(t)}return hr=e,hr}var pr,zi;function Mc(){if(zi)return pr;zi=1;function e(t){return this.__data__.has(t)}return pr=e,pr}var gr,Ui;function Oc(){if(Ui)return gr;Ui=1;var e=$e(),t=fa(),n=da(),r=200;function a(i,o){var l=this.__data__;if(l instanceof e){var s=l.__data__;if(!t||s.length<r-1)return s.push([i,o]),this.size=++l.size,this;l=this.__data__=new n(s)}return l.set(i,o),this.size=l.size,this}return gr=a,gr}var mr,Gi;function rs(){if(Gi)return mr;Gi=1;var e=$e(),t=Rc(),n=wc(),r=Tc(),a=Mc(),i=Oc();function o(l){var s=this.__data__=new e(l);this.size=s.size}return o.prototype.clear=t,o.prototype.delete=n,o.prototype.get=r,o.prototype.has=a,o.prototype.set=i,mr=o,mr}var yr,$i;function Ec(){if($i)return yr;$i=1;var e="__lodash_hash_undefined__";function t(n){return this.__data__.set(n,e),this}return yr=t,yr}var vr,Ki;function Dc(){if(Ki)return vr;Ki=1;function e(t){return this.__data__.has(t)}return vr=e,vr}var br,Wi;function Ic(){if(Wi)return br;Wi=1;var e=da(),t=Ec(),n=Dc();function r(a){var i=-1,o=a==null?0:a.length;for(this.__data__=new e;++i<o;)this.add(a[i])}return r.prototype.add=r.prototype.push=t,r.prototype.has=n,br=r,br}var _r,Yi;function Pc(){if(Yi)return _r;Yi=1;function e(t,n){for(var r=-1,a=t==null?0:t.length;++r<a;)if(n(t[r],r,t))return!0;return!1}return _r=e,_r}var Sr,Vi;function Lc(){if(Vi)return Sr;Vi=1;function e(t,n){return t.has(n)}return Sr=e,Sr}var xr,Xi;function ns(){if(Xi)return xr;Xi=1;var e=Ic(),t=Pc(),n=Lc(),r=1,a=2;function i(o,l,s,u,f,d){var c=s&r,h=o.length,m=l.length;if(h!=m&&!(c&&m>h))return!1;var v=d.get(o),_=d.get(l);if(v&&_)return v==l&&_==o;var p=-1,b=!0,y=s&a?new e:void 0;for(d.set(o,l),d.set(l,o);++p<h;){var S=o[p],q=l[p];if(u)var C=c?u(q,S,p,l,o,d):u(S,q,p,o,l,d);if(C!==void 0){if(C)continue;b=!1;break}if(y){if(!t(l,function(A,E){if(!n(y,E)&&(S===A||f(S,A,s,u,d)))return y.push(E)})){b=!1;break}}else if(!(S===q||f(S,q,s,u,d))){b=!1;break}}return d.delete(o),d.delete(l),b}return xr=i,xr}var Ar,Zi;function kc(){if(Zi)return Ar;Zi=1;var e=ie(),t=e.Uint8Array;return Ar=t,Ar}var Cr,Ji;function Nc(){if(Ji)return Cr;Ji=1;function e(t){var n=-1,r=Array(t.size);return t.forEach(function(a,i){r[++n]=[i,a]}),r}return Cr=e,Cr}var qr,Qi;function Fc(){if(Qi)return qr;Qi=1;function e(t){var n=-1,r=Array(t.size);return t.forEach(function(a){r[++n]=a}),r}return qr=e,qr}var Rr,eo;function jc(){if(eo)return Rr;eo=1;var e=Ie(),t=kc(),n=ca(),r=ns(),a=Nc(),i=Fc(),o=1,l=2,s="[object Boolean]",u="[object Date]",f="[object Error]",d="[object Map]",c="[object Number]",h="[object RegExp]",m="[object Set]",v="[object String]",_="[object Symbol]",p="[object ArrayBuffer]",b="[object DataView]",y=e?e.prototype:void 0,S=y?y.valueOf:void 0;function q(C,A,E,P,L,w,z){switch(E){case b:if(C.byteLength!=A.byteLength||C.byteOffset!=A.byteOffset)return!1;C=C.buffer,A=A.buffer;case p:return!(C.byteLength!=A.byteLength||!w(new t(C),new t(A)));case s:case u:case c:return n(+C,+A);case f:return C.name==A.name&&C.message==A.message;case h:case v:return C==A+"";case d:var N=a;case m:var B=P&o;if(N||(N=i),C.size!=A.size&&!B)return!1;var Y=z.get(C);if(Y)return Y==A;P|=l,z.set(C,A);var ee=r(N(C),N(A),P,L,w,z);return z.delete(C),ee;case _:if(S)return S.call(C)==S.call(A)}return!1}return Rr=q,Rr}var wr,to;function Bc(){if(to)return wr;to=1;var e=Zl(),t=Q();function n(r,a,i){var o=a(r);return t(r)?o:e(o,i(r))}return wr=n,wr}var Tr,ro;function Hc(){if(ro)return Tr;ro=1;function e(t,n){for(var r=-1,a=t==null?0:t.length,i=0,o=[];++r<a;){var l=t[r];n(l,r,t)&&(o[i++]=l)}return o}return Tr=e,Tr}var Mr,no;function zc(){if(no)return Mr;no=1;function e(){return[]}return Mr=e,Mr}var Or,ao;function Uc(){if(ao)return Or;ao=1;var e=Hc(),t=zc(),n=Object.prototype,r=n.propertyIsEnumerable,a=Object.getOwnPropertySymbols,i=a?function(o){return o==null?[]:(o=Object(o),e(a(o),function(l){return r.call(o,l)}))}:t;return Or=i,Or}var Er,io;function Gc(){if(io)return Er;io=1;function e(t,n){for(var r=-1,a=Array(t);++r<t;)a[r]=n(r);return a}return Er=e,Er}var Ce={exports:{}},Dr,oo;function $c(){if(oo)return Dr;oo=1;function e(){return!1}return Dr=e,Dr}Ce.exports;var lo;function as(){return lo||(lo=1,(function(e,t){var n=ie(),r=$c(),a=t&&!t.nodeType&&t,i=a&&!0&&e&&!e.nodeType&&e,o=i&&i.exports===a,l=o?n.Buffer:void 0,s=l?l.isBuffer:void 0,u=s||r;e.exports=u})(Ce,Ce.exports)),Ce.exports}var Ir,so;function pa(){if(so)return Ir;so=1;var e=9007199254740991,t=/^(?:0|[1-9]\d*)$/;function n(r,a){var i=typeof r;return a=a??e,!!a&&(i=="number"||i!="symbol"&&t.test(r))&&r>-1&&r%1==0&&r<a}return Ir=n,Ir}var Pr,uo;function ga(){if(uo)return Pr;uo=1;var e=9007199254740991;function t(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=e}return Pr=t,Pr}var Lr,co;function Kc(){if(co)return Lr;co=1;var e=Pe(),t=ga(),n=Le(),r="[object Arguments]",a="[object Array]",i="[object Boolean]",o="[object Date]",l="[object Error]",s="[object Function]",u="[object Map]",f="[object Number]",d="[object Object]",c="[object RegExp]",h="[object Set]",m="[object String]",v="[object WeakMap]",_="[object ArrayBuffer]",p="[object DataView]",b="[object Float32Array]",y="[object Float64Array]",S="[object Int8Array]",q="[object Int16Array]",C="[object Int32Array]",A="[object Uint8Array]",E="[object Uint8ClampedArray]",P="[object Uint16Array]",L="[object Uint32Array]",w={};w[b]=w[y]=w[S]=w[q]=w[C]=w[A]=w[E]=w[P]=w[L]=!0,w[r]=w[a]=w[_]=w[i]=w[p]=w[o]=w[l]=w[s]=w[u]=w[f]=w[d]=w[c]=w[h]=w[m]=w[v]=!1;function z(N){return n(N)&&t(N.length)&&!!w[e(N)]}return Lr=z,Lr}var kr,fo;function is(){if(fo)return kr;fo=1;function e(t){return function(n){return t(n)}}return kr=e,kr}var qe={exports:{}};qe.exports;var ho;function Wc(){return ho||(ho=1,(function(e,t){var n=Kl(),r=t&&!t.nodeType&&t,a=r&&!0&&e&&!e.nodeType&&e,i=a&&a.exports===r,o=i&&n.process,l=(function(){try{var s=a&&a.require&&a.require("util").types;return s||o&&o.binding&&o.binding("util")}catch{}})();e.exports=l})(qe,qe.exports)),qe.exports}var Nr,po;function os(){if(po)return Nr;po=1;var e=Kc(),t=is(),n=Wc(),r=n&&n.isTypedArray,a=r?t(r):e;return Nr=a,Nr}var Fr,go;function Yc(){if(go)return Fr;go=1;var e=Gc(),t=sa(),n=Q(),r=as(),a=pa(),i=os(),o=Object.prototype,l=o.hasOwnProperty;function s(u,f){var d=n(u),c=!d&&t(u),h=!d&&!c&&r(u),m=!d&&!c&&!h&&i(u),v=d||c||h||m,_=v?e(u.length,String):[],p=_.length;for(var b in u)(f||l.call(u,b))&&!(v&&(b=="length"||h&&(b=="offset"||b=="parent")||m&&(b=="buffer"||b=="byteLength"||b=="byteOffset")||a(b,p)))&&_.push(b);return _}return Fr=s,Fr}var jr,mo;function Vc(){if(mo)return jr;mo=1;var e=Object.prototype;function t(n){var r=n&&n.constructor,a=typeof r=="function"&&r.prototype||e;return n===a}return jr=t,jr}var Br,yo;function Xc(){if(yo)return Br;yo=1;function e(t,n){return function(r){return t(n(r))}}return Br=e,Br}var Hr,vo;function Zc(){if(vo)return Hr;vo=1;var e=Xc(),t=e(Object.keys,Object);return Hr=t,Hr}var zr,bo;function Jc(){if(bo)return zr;bo=1;var e=Vc(),t=Zc(),n=Object.prototype,r=n.hasOwnProperty;function a(i){if(!e(i))return t(i);var o=[];for(var l in Object(i))r.call(i,l)&&l!="constructor"&&o.push(l);return o}return zr=a,zr}var Ur,_o;function Ye(){if(_o)return Ur;_o=1;var e=Ql(),t=ga();function n(r){return r!=null&&t(r.length)&&!e(r)}return Ur=n,Ur}var Gr,So;function Ve(){if(So)return Gr;So=1;var e=Yc(),t=Jc(),n=Ye();function r(a){return n(a)?e(a):t(a)}return Gr=r,Gr}var $r,xo;function Qc(){if(xo)return $r;xo=1;var e=Bc(),t=Uc(),n=Ve();function r(a){return e(a,n,t)}return $r=r,$r}var Kr,Ao;function ef(){if(Ao)return Kr;Ao=1;var e=Qc(),t=1,n=Object.prototype,r=n.hasOwnProperty;function a(i,o,l,s,u,f){var d=l&t,c=e(i),h=c.length,m=e(o),v=m.length;if(h!=v&&!d)return!1;for(var _=h;_--;){var p=c[_];if(!(d?p in o:r.call(o,p)))return!1}var b=f.get(i),y=f.get(o);if(b&&y)return b==o&&y==i;var S=!0;f.set(i,o),f.set(o,i);for(var q=d;++_<h;){p=c[_];var C=i[p],A=o[p];if(s)var E=d?s(A,C,p,o,i,f):s(C,A,p,i,o,f);if(!(E===void 0?C===A||u(C,A,l,s,f):E)){S=!1;break}q||(q=p=="constructor")}if(S&&!q){var P=i.constructor,L=o.constructor;P!=L&&"constructor"in i&&"constructor"in o&&!(typeof P=="function"&&P instanceof P&&typeof L=="function"&&L instanceof L)&&(S=!1)}return f.delete(i),f.delete(o),S}return Kr=a,Kr}var Wr,Co;function tf(){if(Co)return Wr;Co=1;var e=ue(),t=ie(),n=e(t,"DataView");return Wr=n,Wr}var Yr,qo;function rf(){if(qo)return Yr;qo=1;var e=ue(),t=ie(),n=e(t,"Promise");return Yr=n,Yr}var Vr,Ro;function nf(){if(Ro)return Vr;Ro=1;var e=ue(),t=ie(),n=e(t,"Set");return Vr=n,Vr}var Xr,wo;function af(){if(wo)return Xr;wo=1;var e=ue(),t=ie(),n=e(t,"WeakMap");return Xr=n,Xr}var Zr,To;function of(){if(To)return Zr;To=1;var e=tf(),t=fa(),n=rf(),r=nf(),a=af(),i=Pe(),o=es(),l="[object Map]",s="[object Object]",u="[object Promise]",f="[object Set]",d="[object WeakMap]",c="[object DataView]",h=o(e),m=o(t),v=o(n),_=o(r),p=o(a),b=i;return(e&&b(new e(new ArrayBuffer(1)))!=c||t&&b(new t)!=l||n&&b(n.resolve())!=u||r&&b(new r)!=f||a&&b(new a)!=d)&&(b=function(y){var S=i(y),q=S==s?y.constructor:void 0,C=q?o(q):"";if(C)switch(C){case h:return c;case m:return l;case v:return u;case _:return f;case p:return d}return S}),Zr=b,Zr}var Jr,Mo;function lf(){if(Mo)return Jr;Mo=1;var e=rs(),t=ns(),n=jc(),r=ef(),a=of(),i=Q(),o=as(),l=os(),s=1,u="[object Arguments]",f="[object Array]",d="[object Object]",c=Object.prototype,h=c.hasOwnProperty;function m(v,_,p,b,y,S){var q=i(v),C=i(_),A=q?f:a(v),E=C?f:a(_);A=A==u?d:A,E=E==u?d:E;var P=A==d,L=E==d,w=A==E;if(w&&o(v)){if(!o(_))return!1;q=!0,P=!1}if(w&&!P)return S||(S=new e),q||l(v)?t(v,_,p,b,y,S):n(v,_,A,p,b,y,S);if(!(p&s)){var z=P&&h.call(v,"__wrapped__"),N=L&&h.call(_,"__wrapped__");if(z||N){var B=z?v.value():v,Y=N?_.value():_;return S||(S=new e),y(B,Y,p,b,S)}}return w?(S||(S=new e),r(v,_,p,b,y,S)):!1}return Jr=m,Jr}var Qr,Oo;function ls(){if(Oo)return Qr;Oo=1;var e=lf(),t=Le();function n(r,a,i,o,l){return r===a?!0:r==null||a==null||!t(r)&&!t(a)?r!==r&&a!==a:e(r,a,i,o,n,l)}return Qr=n,Qr}var en,Eo;function sf(){if(Eo)return en;Eo=1;var e=rs(),t=ls(),n=1,r=2;function a(i,o,l,s){var u=l.length,f=u,d=!s;if(i==null)return!f;for(i=Object(i);u--;){var c=l[u];if(d&&c[2]?c[1]!==i[c[0]]:!(c[0]in i))return!1}for(;++u<f;){c=l[u];var h=c[0],m=i[h],v=c[1];if(d&&c[2]){if(m===void 0&&!(h in i))return!1}else{var _=new e;if(s)var p=s(m,v,h,i,o,_);if(!(p===void 0?t(v,m,n|r,s,_):p))return!1}}return!0}return en=a,en}var tn,Do;function ss(){if(Do)return tn;Do=1;var e=De();function t(n){return n===n&&!e(n)}return tn=t,tn}var rn,Io;function uf(){if(Io)return rn;Io=1;var e=ss(),t=Ve();function n(r){for(var a=t(r),i=a.length;i--;){var o=a[i],l=r[o];a[i]=[o,l,e(l)]}return a}return rn=n,rn}var nn,Po;function us(){if(Po)return nn;Po=1;function e(t,n){return function(r){return r==null?!1:r[t]===n&&(n!==void 0||t in Object(r))}}return nn=e,nn}var an,Lo;function cf(){if(Lo)return an;Lo=1;var e=sf(),t=uf(),n=us();function r(a){var i=t(a);return i.length==1&&i[0][2]?n(i[0][0],i[0][1]):function(o){return o===a||e(o,a,i)}}return an=r,an}var on,ko;function ff(){if(ko)return on;ko=1;var e=ha();function t(n,r,a){var i=n==null?void 0:e(n,r);return i===void 0?a:i}return on=t,on}var ln,No;function df(){if(No)return ln;No=1;function e(t,n){return t!=null&&n in Object(t)}return ln=e,ln}var sn,Fo;function hf(){if(Fo)return sn;Fo=1;var e=ts(),t=sa(),n=Q(),r=pa(),a=ga(),i=We();function o(l,s,u){s=e(s,l);for(var f=-1,d=s.length,c=!1;++f<d;){var h=i(s[f]);if(!(c=l!=null&&u(l,h)))break;l=l[h]}return c||++f!=d?c:(d=l==null?0:l.length,!!d&&a(d)&&r(h,d)&&(n(l)||t(l)))}return sn=o,sn}var un,jo;function pf(){if(jo)return un;jo=1;var e=df(),t=hf();function n(r,a){return r!=null&&t(r,a,e)}return un=n,un}var cn,Bo;function gf(){if(Bo)return cn;Bo=1;var e=ls(),t=ff(),n=pf(),r=ua(),a=ss(),i=us(),o=We(),l=1,s=2;function u(f,d){return r(f)&&a(d)?i(o(f),d):function(c){var h=t(c,f);return h===void 0&&h===d?n(c,f):e(d,h,l|s)}}return cn=u,cn}var fn,Ho;function Xe(){if(Ho)return fn;Ho=1;function e(t){return t}return fn=e,fn}var dn,zo;function mf(){if(zo)return dn;zo=1;function e(t){return function(n){return n==null?void 0:n[t]}}return dn=e,dn}var hn,Uo;function yf(){if(Uo)return hn;Uo=1;var e=ha();function t(n){return function(r){return e(r,n)}}return hn=t,hn}var pn,Go;function vf(){if(Go)return pn;Go=1;var e=mf(),t=yf(),n=ua(),r=We();function a(i){return n(i)?e(r(i)):t(i)}return pn=a,pn}var gn,$o;function cs(){if($o)return gn;$o=1;var e=cf(),t=gf(),n=Xe(),r=Q(),a=vf();function i(o){return typeof o=="function"?o:o==null?n:typeof o=="object"?r(o)?t(o[0],o[1]):e(o):a(o)}return gn=i,gn}var mn,Ko;function bf(){if(Ko)return mn;Ko=1;function e(t){return function(n,r,a){for(var i=-1,o=Object(n),l=a(n),s=l.length;s--;){var u=l[t?s:++i];if(r(o[u],u,o)===!1)break}return n}}return mn=e,mn}var yn,Wo;function _f(){if(Wo)return yn;Wo=1;var e=bf(),t=e();return yn=t,yn}var vn,Yo;function Sf(){if(Yo)return vn;Yo=1;var e=_f(),t=Ve();function n(r,a){return r&&e(r,a,t)}return vn=n,vn}var bn,Vo;function xf(){if(Vo)return bn;Vo=1;var e=Ye();function t(n,r){return function(a,i){if(a==null)return a;if(!e(a))return n(a,i);for(var o=a.length,l=r?o:-1,s=Object(a);(r?l--:++l<o)&&i(s[l],l,s)!==!1;);return a}}return bn=t,bn}var _n,Xo;function Af(){if(Xo)return _n;Xo=1;var e=Sf(),t=xf(),n=t(e);return _n=n,_n}var Sn,Zo;function fs(){if(Zo)return Sn;Zo=1;var e=Af(),t=Ye();function n(r,a){var i=-1,o=t(r)?Array(r.length):[];return e(r,function(l,s,u){o[++i]=a(l,s,u)}),o}return Sn=n,Sn}var xn,Jo;function Cf(){if(Jo)return xn;Jo=1;function e(t,n){var r=t.length;for(t.sort(n);r--;)t[r]=t[r].value;return t}return xn=e,xn}var An,Qo;function qf(){if(Qo)return An;Qo=1;var e=ke();function t(n,r){if(n!==r){var a=n!==void 0,i=n===null,o=n===n,l=e(n),s=r!==void 0,u=r===null,f=r===r,d=e(r);if(!u&&!d&&!l&&n>r||l&&s&&f&&!u&&!d||i&&s&&f||!a&&f||!o)return 1;if(!i&&!l&&!d&&n<r||d&&a&&o&&!i&&!l||u&&a&&o||!s&&o||!f)return-1}return 0}return An=t,An}var Cn,el;function Rf(){if(el)return Cn;el=1;var e=qf();function t(n,r,a){for(var i=-1,o=n.criteria,l=r.criteria,s=o.length,u=a.length;++i<s;){var f=e(o[i],l[i]);if(f){if(i>=u)return f;var d=a[i];return f*(d=="desc"?-1:1)}}return n.index-r.index}return Cn=t,Cn}var qn,tl;function wf(){if(tl)return qn;tl=1;var e=ze(),t=ha(),n=cs(),r=fs(),a=Cf(),i=is(),o=Rf(),l=Xe(),s=Q();function u(f,d,c){d.length?d=e(d,function(v){return s(v)?function(_){return t(_,v.length===1?v[0]:v)}:v}):d=[l];var h=-1;d=e(d,i(n));var m=r(f,function(v,_,p){var b=e(d,function(y){return y(v)});return{criteria:b,index:++h,value:v}});return a(m,function(v,_){return o(v,_,c)})}return qn=u,qn}var Rn,rl;function Tf(){if(rl)return Rn;rl=1;function e(t,n,r){switch(r.length){case 0:return t.call(n);case 1:return t.call(n,r[0]);case 2:return t.call(n,r[0],r[1]);case 3:return t.call(n,r[0],r[1],r[2])}return t.apply(n,r)}return Rn=e,Rn}var wn,nl;function Mf(){if(nl)return wn;nl=1;var e=Tf(),t=Math.max;function n(r,a,i){return a=t(a===void 0?r.length-1:a,0),function(){for(var o=arguments,l=-1,s=t(o.length-a,0),u=Array(s);++l<s;)u[l]=o[a+l];l=-1;for(var f=Array(a+1);++l<a;)f[l]=o[l];return f[a]=i(u),e(r,this,f)}}return wn=n,wn}var Tn,al;function Of(){if(al)return Tn;al=1;function e(t){return function(){return t}}return Tn=e,Tn}var Mn,il;function Ef(){if(il)return Mn;il=1;var e=ue(),t=(function(){try{var n=e(Object,"defineProperty");return n({},"",{}),n}catch{}})();return Mn=t,Mn}var On,ol;function Df(){if(ol)return On;ol=1;var e=Of(),t=Ef(),n=Xe(),r=t?function(a,i){return t(a,"toString",{configurable:!0,enumerable:!1,value:e(i),writable:!0})}:n;return On=r,On}var En,ll;function If(){if(ll)return En;ll=1;var e=800,t=16,n=Date.now;function r(a){var i=0,o=0;return function(){var l=n(),s=t-(l-o);if(o=l,s>0){if(++i>=e)return arguments[0]}else i=0;return a.apply(void 0,arguments)}}return En=r,En}var Dn,sl;function Pf(){if(sl)return Dn;sl=1;var e=Df(),t=If(),n=t(e);return Dn=n,Dn}var In,ul;function Lf(){if(ul)return In;ul=1;var e=Xe(),t=Mf(),n=Pf();function r(a,i){return n(t(a,i,e),a+"")}return In=r,In}var Pn,cl;function ma(){if(cl)return Pn;cl=1;var e=ca(),t=Ye(),n=pa(),r=De();function a(i,o,l){if(!r(l))return!1;var s=typeof o;return(s=="number"?t(l)&&n(o,l.length):s=="string"&&o in l)?e(l[o],i):!1}return Pn=a,Pn}var Ln,fl;function kf(){if(fl)return Ln;fl=1;var e=Jl(),t=wf(),n=Lf(),r=ma(),a=n(function(i,o){if(i==null)return[];var l=o.length;return l>1&&r(i,o[0],o[1])?o=[]:l>2&&r(o[0],o[1],o[2])&&(o=[o[0]]),t(i,e(o,1),[])});return Ln=a,Ln}var Nf=kf();const Ff=ye(Nf);var kn,dl;function jf(){if(dl)return kn;dl=1;function e(t){for(var n=-1,r=t==null?0:t.length,a={};++n<r;){var i=t[n];a[i[0]]=i[1]}return a}return kn=e,kn}var Bf=jf();const hl=ye(Bf);var Nn,pl;function Hf(){if(pl)return Nn;pl=1;var e=Math.ceil,t=Math.max;function n(r,a,i,o){for(var l=-1,s=t(e((a-r)/(i||1)),0),u=Array(s);s--;)u[o?s:++l]=r,r+=i;return u}return Nn=n,Nn}var Fn,gl;function zf(){if(gl)return Fn;gl=1;var e=Hf(),t=ma(),n=Yl();function r(a){return function(i,o,l){return l&&typeof l!="number"&&t(i,o,l)&&(o=l=void 0),i=n(i),o===void 0?(o=i,i=0):o=n(o),l=l===void 0?i<o?1:-1:n(l),e(i,o,l,a)}}return Fn=r,Fn}var jn,ml;function Uf(){if(ml)return jn;ml=1;var e=zf(),t=e();return jn=t,jn}var Gf=Uf();const $f=ye(Gf);var Bn,yl;function Kf(){if(yl)return Bn;yl=1;var e=ze(),t=cs(),n=fs(),r=Q();function a(i,o){var l=r(i)?e:n;return l(i,t(o,3))}return Bn=a,Bn}var Hn,vl;function Wf(){if(vl)return Hn;vl=1;var e=Jl(),t=Kf();function n(r,a){return e(t(r,a),1)}return Hn=n,Hn}var Yf=Wf();const Vf=ye(Yf);var zn,bl;function ds(){if(bl)return zn;bl=1;function e(t,n,r){return t===t&&(r!==void 0&&(t=t<=r?t:r),n!==void 0&&(t=t>=n?t:n)),t}return zn=e,zn}var Un,_l;function Xf(){if(_l)return Un;_l=1;function e(t,n){var r=-1,a=t.length;for(n||(n=Array(a));++r<a;)n[r]=t[r];return n}return Un=e,Un}var Gn,Sl;function Zf(){if(Sl)return Gn;Sl=1;var e=Math.floor,t=Math.random;function n(r,a){return r+e(t()*(a-r+1))}return Gn=n,Gn}var $n,xl;function hs(){if(xl)return $n;xl=1;var e=Zf();function t(n,r){var a=-1,i=n.length,o=i-1;for(r=r===void 0?i:r;++a<r;){var l=e(a,o),s=n[l];n[l]=n[a],n[a]=s}return n.length=r,n}return $n=t,$n}var Kn,Al;function Jf(){if(Al)return Kn;Al=1;var e=ds(),t=Xf(),n=hs();function r(a,i){return n(t(a),e(i,0,a.length))}return Kn=r,Kn}var Wn,Cl;function Qf(){if(Cl)return Wn;Cl=1;var e=ze();function t(n,r){return e(r,function(a){return n[a]})}return Wn=t,Wn}var Yn,ql;function ed(){if(ql)return Yn;ql=1;var e=Qf(),t=Ve();function n(r){return r==null?[]:e(r,t(r))}return Yn=n,Yn}var Vn,Rl;function td(){if(Rl)return Vn;Rl=1;var e=ds(),t=hs(),n=ed();function r(a,i){var o=n(a);return t(o,e(i,0,o.length))}return Vn=r,Vn}var Xn,wl;function rd(){if(wl)return Xn;wl=1;var e=Jf(),t=td(),n=Q(),r=ma(),a=Vl();function i(o,l,s){(s?r(o,l,s):l===void 0)?l=1:l=a(l);var u=n(o)?e:t;return u(o,l)}return Xn=i,Xn}var nd=rd();const ad=ye(nd),id=e=>Qu(e,14),Tl=e=>Object.values(e).reduce((t,n)=>t+n,0),od=(e,t,n={})=>{const r=Object.assign({draw:!1},n);if(Object.values(e).length<1)throw new Error("vote distribution must contain at least one party");if(!Object.values(e).every(m=>typeof m=="number"&&m>=0))throw new Error("party vote counts must be non-negative integers");if(!Number.isInteger(t)||t<=0)throw new Error("seats must be a positive integer");if(typeof r.draw!="boolean")throw new Error("opt.draw must be a boolean");const a=Tl(e),i=hl(Object.entries(e).map(([m,v])=>{const _=Math.max(t-Object.keys(e).length,0),p=Math.round(_*v/a);return[m,p]})),o=hl(Object.entries(e).map(([m,v])=>{const _=t+Object.keys(e).length,p=Math.min(Math.round(_*v/a),t);return[m,p]})),l=Vf(Object.entries(e).map(([m,v])=>{const _=i[m],p=o[m];return $f(_,p).map(b=>{const y=id(v/(b+.5));return{party:m,quotient:y}})})),s=Tl(i),u=t-s,f=Ff(l,({quotient:m})=>-m),d=f[u-1].quotient,c=f.filter(({quotient:m})=>m>d),h=f.filter(({quotient:m})=>m===d);if(c.length+h.length===u)c.push(...h);else{if(!r.draw)throw new Error("result is ambiguous, a draw would need to be made, but opt.draw is disabled");c.push(...ad(h,u-c.length))}return c.reduce((m,{party:v})=>(m[v]+=1,m),i)},ps=(e=Ee)=>e("pattern",{id:"greyHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:le.neoGrey[200]}),e("path",{d:"M0,2 L8,2",stroke:le.neoGrey[400],"stroke-width":.5}),e("path",{d:"M0,6 L8,6",stroke:le.neoGrey[400],"stroke-width":.5})]),gs=(e=Ee)=>e("pattern",{id:"dataMissingHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:"#FFF3CC"}),e("path",{d:"M0,8 L8,0",stroke:"#FFB800","stroke-width":.5}),e("path",{d:"M-2,2 L2,-2",stroke:"#FFB800","stroke-width":.5}),e("path",{d:"M6,10 L10,6",stroke:"#FFB800","stroke-width":.5})]),ms=(e=Ee)=>e("pattern",{id:"noLstHatchPattern",x:0,y:0,width:8,height:8,patternUnits:"userSpaceOnUse"},[e("rect",{x:0,y:0,width:8,height:8,fill:"#FFE5E5"}),e("path",{d:"M0,0 L8,8",stroke:"#ED4134","stroke-width":.5}),e("path",{d:"M-2,6 L2,10",stroke:"#ED4134","stroke-width":.5}),e("path",{d:"M6,-2 L10,2",stroke:"#ED4134","stroke-width":.5})]),$={greyHatch:{background:le.neoGrey[200],lines:le.neoGrey[400]},dataMissingHatch:{background:"#FFF3CC",lines:"#FFB800"},noLstHatch:{background:"#FFE5E5",lines:"#ED4134"}},He=e=>Math.round(e*1e10)/1e10,ld=e=>e.reduce((t,n)=>t+n.seats,0),sd=e=>e.flat(),ud=(e,t,n)=>{const r=(Math.PI-n)/2,a=t/e+r-Math.PI;return{x:He(e*Math.cos(a)),y:He(e*Math.sin(a))}},ys=(e,t,n,r)=>{const a=r*t*n/(e-t),i=1+r*(t-1)*t/2/(e-t);return a/i},xe=(e,t,n,r)=>{const a=r/Math.PI*.7142857142857143;return Math.abs(ys(e,t,n,r)*t/n-a)},cd=(e,t,n)=>{let r=Math.floor(Math.log(e)/Math.log(2))||1,a=xe(e,r,t,n),i=0;for(xe(e,r+1,t,n)<a&&(i=1),xe(e,r-1,t,n)<a&&r>1&&(i=-1);xe(e,r+i,t,n)<a&&r>0;)a=xe(e,r+i,t,n),r+=i;return r},fd=(e,t)=>{var a,i;let n,r;for(let o=0;o<e.length;o++)r=He((t[o]||0)/(((a=e[o])==null?void 0:a.length)??1)),(!n||r<n)&&(n=r);for(let o=0;o<e.length;o++)if(r=He((t[o]||0)/(((i=e[o])==null?void 0:i.length)??1)),r===n)return o;return 0},dd=(e,t,n)=>{const r=ld(e),a=cd(r,t,n),i=ys(r,a,t,n);let o={};for(let c=1;c<=a;c++)o[c]=t-(c-1)*i;o=od(o,r);const l=[];let s,u,f;for(let c=1;c<=a;c++){const h=[];s=t-(c-1)*i,u=n*s/((o[c]??1)-1||1);for(let m=0;m<=(o[c]??1)-1;m++)f={...ud(s,m*u,n),r:.4*i},h.push(f);l.push(h)}const d=Array(l.length).fill(0);for(const c of e)for(let h=0;h<c.seats;h++){const m=fd(l,d),v=l[m],_=d[m]??0,p=v==null?void 0:v[_];p&&(p.fill=c.colour,p.party=String(c.id)),d[m]=_+1}return sd(l)},hd=e=>t=>e("circle",{cx:t.x,cy:t.y,r:t.r,fill:t.fill,class:t.party}),pd={seatCount:!1,arcAngle:180,hFunction:Ee},gd=(e,t={})=>{var _;const{seatCount:n,arcAngle:r,hFunction:a}=Object.assign({},pd,t);if(typeof n!="boolean")throw new Error("`seatCount` option must be a boolean");if(typeof a!="function")throw new Error("`hFunction` option must be a function");if(typeof r!="number"||r<=0||r>360)throw new Error("`arcAngle` option must be a number between 0 and 360");const i=r*Math.PI/180,o=20,l=dd(e,o,i),s=(((_=l[0])==null?void 0:_.r)??0)/.4||0,u=l.map(hd(a));n&&u.push(a("text",{x:0,y:0,"text-anchor":"middle",style:{"font-family":"Helvetica","font-size":.25*o+"px"},class:"seatNumber"},String(u.length)));const f=r<=180?o+s:o*(1+Math.sin((i-Math.PI)/2))+s,d=o+s,c=Math.max(f,d),h=r<=180?-o-s/2:-o*(1+Math.sin((i-Math.PI)/2))-s/2,m=a("defs",[ps(a),gs(a),ms(a)]);return a("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:[-o-s/2,h,2*o+s,c].join(",")},[m,...u])},md={seatCount:!1,arcAngle:200,arcAngleFlexibility:5,radius:380,seatSize:4.5,minSeatSize:1.8,maxSeatSize:3,spacing:1.8,innerRadiusRatio:.6,showLabels:!0,hFunction:Ee},yd=(e,t={})=>{const n={...md,...t},{arcAngle:r,arcAngleFlexibility:a,radius:i,seatSize:o,minSeatSize:l,maxSeatSize:s,spacing:u,innerRadiusRatio:f,showLabels:d,hFunction:c}=n,h=i*f,m=e.reduce((M,H)=>M+H.seats,0);let v={seatSize:o,arcAngle:r,score:-1};const _=r-a,p=r+a;for(let M=_;M<=p;M+=2.5){const H=M*Math.PI/180;for(let F=s;F>=l;F-=.1){const V=F*2,Z=V*u,oe=Math.floor((i-h)/Z);for(let J=1;J<=Math.min(oe,10);J++){let G=0;for(let _e=0;_e<J;_e++){const Ze=h+(_e+.5)*Z,Se=V*u/Ze,Je=Math.floor(H/Se);G+=Je}if(G>=m){const _e=m/G,Ze=(F-l)/(s-l),Se=(G-m)/m,Je=Se<.15?1:Se<.3?.7:Se<.5?.4:.1,As=1-Math.abs(M-r)/a,ya=Je*.5+Ze*.3+_e*.15+As*.05;ya>v.score&&(v={seatSize:F,arcAngle:M,rings:J,score:ya})}}}}const b=v.seatSize,y=v.arcAngle,S=y*Math.PI/180,q=b*2,C=q*u,A=Math.floor((i-h)/C),E=[],P=-S/2-Math.PI/2,L=[];let w=0,z=[];for(let M=1;M<=A;M++){let H=0;const F=[];for(let V=0;V<M;V++){const Z=h+(V+.5)*C,oe=q*u/Z,J=Math.floor(S/oe);F.push(J),H+=J}if(H>=m){w=M,z=F;break}}if(w>0)L.push(...z);else for(let M=0;M<A;M++){const H=h+(M+.5)*C,F=q*u/H,V=Math.floor(S/F);L.push(V)}for(let M=0;M<L.length;M++){const H=h+(M+.5)*C,F=L[M]??0;if(F>0){const V=S/F;for(let Z=0;Z<F;Z++){const oe=P+(Z+.5)*V,J=Math.cos(oe)*H,G=Math.sin(oe)*H;E.push({ring:M,index:Z,angle:oe,x:J,y:G})}}}E.sort((M,H)=>{const F=M.angle-H.angle;return Math.abs(F)>.001?F:M.ring-H.ring});const N=[];let B=0;e.forEach(M=>{const H=[],F=Math.min(M.seats,E.length-B);let V=1/0,Z=-1/0;for(let J=0;J<F&&B<E.length;J++){const G=E[B++];G&&(V=Math.min(V,G.angle),Z=Math.max(Z,G.angle),Math.sqrt(G.x*G.x+G.y*G.y),H.push(c("circle",{fill:M.colour,stroke:M.colour,className:"circle seat-visual seat-hover-zone",transform:`translate(${G.x}, ${G.y})`,r:b,"data-party":M.name,"data-party-id":String(M.id),style:"pointer-events: all; cursor: pointer;"})))}const oe=H;N.push(c("g",{className:"party-group","data-party":M.name,style:"opacity: 1; outline: none;"},oe))});const Y=c("g",{className:"arc-bg"},[c("circle",{className:"outer",cx:0,cy:0,fill:"#ffffff",r:i}),c("circle",{className:"inner",cx:0,cy:0,fill:"#ffffff",r:h})]),ee=c("g",{className:"points-container"},N),ve=d?c("g",{className:"label-container",mask:"url(#label-clip)",style:"pointer-events: none;"},[c("text",{className:"party_count",dy:"-0.05em",style:"font-size: 24vw; font-weight: bold; text-anchor: middle; display: none; opacity: 0; fill: rgb(19, 90, 225); transform: scale(1);"}),c("text",{className:"party_name",y:0,dy:"1em",style:"font-size: 6vw; font-weight: normal; text-anchor: middle; display: none; opacity: 0; fill: rgb(19, 90, 225); transform: scale(1);"})]):null,O=c("defs",[c("radialGradient",{id:"label-gradient"},[c("stop",{offset:"0%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 1;"}),c("stop",{offset:"80%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 1;"}),c("stop",{offset:"90%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 0.1;"}),c("stop",{offset:"100%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 0;"})]),c("mask",{id:"label-clip"},[c("circle",{fill:"url(#label-gradient)",r:h})]),ps(c),gs(c),ms(c)]),ne=c("g",{className:"arc-container",transform:`translate(${i}, ${i})`},[Y,ee,ve].filter(Boolean)),Ne=S/2;let be;if(y<=180)be=i*Math.sin(Ne)+b;else{const M=Ne-Math.PI/2;be=i*(1+Math.sin(M))+b}const ce=i+b,fe=i*2,de=Math.max(be,ce);return c("svg",{id:"chart-container","font-family":"Canva Sans Variable",viewBox:`0 0 ${fe} ${de}`,preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg"},[ne,O])};function vs(e){return!e||!e.color?"#cccccc":e.color==="url(#hatchPattern)"?ge.COMPLETED:e.color==="url(#greyHatchPattern)"?$.greyHatch.lines:e.color}function ra(e,t){if(!e)return;const n=e.querySelectorAll(".party-group");n&&n.length>0&&n.forEach(r=>{if(!r)return;const a=r,i=a.getAttribute("data-party");t?i===t?a.style.opacity=K.animation.hoverOpacity.active:a.style.opacity=K.animation.hoverOpacity.dimmed:a.style.opacity="1"})}function na(e,t){e.forEach(n=>{const r=n,a=n.getAttribute("class")||"";t?a===t?(r.setAttribute("fill-opacity","1"),r.setAttribute("stroke-opacity","1")):(r.setAttribute("fill-opacity",K.animation.hoverOpacity.dimmed),r.setAttribute("stroke-opacity","0.2")):(r.setAttribute("fill-opacity","1"),r.setAttribute("stroke-opacity","1"))})}const vd=({containerRef:e,processedData:t,totalRepositories:n,arcAngle:r,useEnhanced:a,maxSeats:i,setHoveredData:o,activePartyName:l,setActivePartyName:s,chartConfig:u,seatSize:f})=>{D.useEffect(()=>{if(!e.current||t.length===0)return;for(;e.current.firstChild;)e.current.removeChild(e.current.firstChild);const d=n<=i?1:i/n,c=t.filter(y=>y.value>0).map(y=>{const S=n<=i?y.value:Math.max(1,Math.floor(y.value*d));return{id:String(y.id),name:y.label,seats:S,colour:y.color==="url(#hatchPattern)"?ge.COMPLETED:y.color}}),h=a?yd(c,{arcAngle:r,arcAngleFlexibility:u.arcAngleFlexibility,radius:u.radius,seatSize:f,minSeatSize:u.minSeatSize,maxSeatSize:u.maxSeatSize,spacing:u.spacing,innerRadiusRatio:u.innerRadiusRatio,showLabels:!0}):gd(c,{arcAngle:r});h.properties&&(h.properties.width="100%",h.properties.height="100%",h.properties.style="display: block; width: 100%; max-width: 100%; height: auto;",h.properties.preserveAspectRatio="xMidYMid meet");const m=ku(h),p=new DOMParser().parseFromString(m,"image/svg+xml").documentElement;if(!p)return;p.setAttribute("width","100%"),p.setAttribute("height","100%"),p.style.width="100%",p.style.height="auto",p.style.display="block",a?bd(p,c,t,o,l,s):_d(p,c,t,o,l,s);const b=()=>{if(o(null),s(null),a)ra(p,null);else{const y=p.querySelectorAll("circle");na(y,null)}};return p&&p.addEventListener("mouseleave",b),e.current.appendChild(p),()=>{if(p&&p.removeEventListener("mouseleave",b),e.current)for(;e.current.firstChild;)e.current.removeChild(e.current.firstChild)}},[t,n,r,a,i,o,l,s,e,u,f])};function bd(e,t,n,r,a,i){if(!e)return;const o=e.querySelectorAll(".seat-hover-zone"),l=e.querySelectorAll(".party-group circle.seat-visual");l&&l.length>0&&l.forEach(s=>{if(s){const u=s;u.style.stroke=K.colors.seatBorder,u.style.strokeWidth="0.5",u.setAttribute("fill-opacity","1"),u.style.transition=`fill-opacity ${K.animation.transitionDuration} ease, stroke-opacity ${K.animation.transitionDuration} ease`}}),o&&o.length>0&&o.forEach(s=>{if(!s)return;const u=s.getAttribute("data-party"),f=s.getAttribute("data-party-id"),d=()=>{if(u&&u!==a){const c=t.find(h=>h.name===u||String(h.id)===f);if(c){const h=n.find(m=>m.label===c.name||String(m.id)===c.id);if(h){const m=vs(h);r({label:h.label||"Unknown",value:h.value||0,color:m}),i(c.name),ra(e,c.name)}}}};s.addEventListener("mouseenter",d)}),a&&ra(e,a)}function _d(e,t,n,r,a,i){if(!e)return;const o=e.querySelectorAll("circle");if(o&&o.length>0&&(o.forEach(l=>{if(l){const s=l;s.style.cursor="pointer",s.style.stroke=K.colors.seatBorder,s.style.strokeWidth="0.5",s.setAttribute("fill-opacity","1"),s.style.transition=`fill-opacity ${K.animation.transitionDuration} ease, stroke-opacity ${K.animation.transitionDuration} ease`}}),o.forEach(l=>{if(!l)return;const s=l.getAttribute("class")||"",u=parseInt(s,10),f=t[u],d=()=>{if(f){const c=f.name;if(c&&c!==a){const h=n.find(m=>m.label===f.name||String(m.id)===f.id);if(h){const m=vs(h);r({label:h.label||"Unknown",value:h.value||0,color:m}),i(c),na(o,s)}}}};l.addEventListener("mouseenter",d)})),a){const l=t.find(s=>s.name===a);if(l){const s=t.indexOf(l);na(o,String(s))}}}const bs=[{minRepos:0,maxRepos:10,minArc:90,maxArc:90,minSeatSize:18,maxSeatSize:18},{minRepos:10,maxRepos:25,minArc:90,maxArc:110,minSeatSize:14,maxSeatSize:14},{minRepos:25,maxRepos:50,minArc:110,maxArc:120,minSeatSize:10,maxSeatSize:10},{minRepos:50,maxRepos:100,minArc:120,maxArc:150,minSeatSize:7,maxSeatSize:7},{minRepos:100,maxRepos:200,minArc:150,maxArc:180,minSeatSize:5.5,maxSeatSize:5.5},{minRepos:200,maxRepos:1/0,minArc:180,maxArc:180,minSeatSize:5,maxSeatSize:5}],_s=({repositoryCount:e})=>{const t=bs.find(l=>e>=l.minRepos&&e<l.maxRepos);if(!t)return 180;if(t.minArc===t.maxArc)return t.minArc;const n=t.maxRepos-t.minRepos,a=(e-t.minRepos)/n,i=t.maxArc-t.minArc,o=t.minArc+i*a;return Math.round(o)},Ss=({repositoryCount:e})=>{const t=bs.find(l=>e>=l.minRepos&&e<l.maxRepos);if(!t)return 5;if(t.minSeatSize===t.maxSeatSize)return t.minSeatSize;const n=t.maxRepos-t.minRepos,a=(e-t.minRepos)/n,i=t.maxSeatSize-t.minSeatSize,o=t.minSeatSize+i*a;return Math.round(o*10)/10},Zn=["#4CA75A","#FDDA04","#FFC008","#FF9800","#F9A91B","#FF5C24","#ED4134","#CB3446"],Ml={[Re]:ge.NOT_APPLICABLE,[we]:ge.NO_LST,[Te]:ge.DATA_MISSING},Ae=(e,t,n)=>{if(e in Ml)return Ml[e];const r=n-1-t,a=Zn.length,i=Math.floor(r/Math.max(1,n-1)*(a-1)),o=Math.min(Math.max(0,i),a-1);return Zn[o]??Zn[0]??"#000000"},xs=({dataSeries:e,notApplicableRepositories:t,noLstRepositories:n,unavailableRepositories:r})=>{const{special:a,regular:i}=e.reduce((h,m,v)=>([Re,we,Te].includes(m.label)?h.special.push({...m,originalIndex:v}):h.regular.push({...m,originalIndex:v}),h),{special:[],regular:[]}),o=i.reverse().map((h,m)=>({id:`measure-${m}`,label:h.label,value:h.value,color:Ae(h.label,i.length-1-m,i.length)})),l=a.map((h,m)=>({id:h.label.toLowerCase().replace(" ","-"),label:h.label,value:h.value,color:Ae(h.label,m,a.length)})),s=r,u={id:"no-lst",label:we,value:n,color:Ae(we,0,1)},f={id:"data-missing",label:Te,value:s,color:Ae(Te,0,1)},d={id:"n/a",label:Re,value:t,color:Ae(Re,0,1)},c=[...o,...l];return u.value>0&&c.push(u),f.value>0&&c.push(f),d.value>0&&c.push(d),c},Ol={"N/A":"Repos that aren't applicable to this migration.","No LST":"There are no LSTs for these repos.","Data Missing":"There is data missing in the LSTs."},Sd=({dataSeries:e,totalRepositories:t,notApplicableRepositories:n,noLstRepositories:r,unavailableRepositories:a,arcAngle:i,useEnhanced:o=K.useEnhanced})=>{const l=D.useRef(null),[s,u]=D.useState(null),[f,d]=D.useState(null),h=xs({dataSeries:e,notApplicableRepositories:n,noLstRepositories:r,unavailableRepositories:a}).map(y=>{const S=typeof y.color=="function"?y.color("arc"):y.color,q=typeof y.label=="function"?y.label("arc"):y.label;return{...y,color:S,label:q}}),m=i??_s({repositoryCount:t}),v=Ss({repositoryCount:t});vd({containerRef:l,processedData:h,totalRepositories:t,arcAngle:m,useEnhanced:o,maxSeats:K.maxSeats,setHoveredData:u,activePartyName:f,setActivePartyName:d,chartConfig:K.chartConfig,seatSize:v});const _=h.map(y=>{const S=y.value/t*100,q=S>0&&S<1?"< 1":S.toFixed(0);return{id:String(y.id),label:y.label,value:y.value,percentage:q,color:y.color}}),p=t>K.maxSeats,b=p?Math.round(t/K.maxSeats):1;return x.jsxs(T.Stack,{sx:{width:"100%",alignItems:"center",gap:{xs:.5,sm:.75,md:1,lg:1},py:0,"@media (min-width: 1024px) and (max-width: 1225px)":{gap:.25}},children:[x.jsxs(T.Box,{className:"parliament-chart-container",sx:{position:"relative",width:"100%",minHeight:"200px",mb:{xs:.5,sm:.75,md:1},"@media (min-width: 1024px) and (max-width: 1225px)":{maxHeight:"250px",mb:.25}},children:[x.jsx(T.Box,{className:"parliament-chart-svg-container",ref:l,sx:{width:"100%",height:"100%",position:"relative",display:"flex",justifyContent:"center",alignItems:"center","& svg":{width:"100%",height:"100%",maxWidth:"100%","@media (min-width: 1024px) and (max-width: 1225px)":{maxHeight:"230px"}}}}),x.jsxs(T.Box,{className:"parliament-chart-tooltip",sx:{position:"absolute",bottom:"0%",left:"50%",transform:"translate(-50%, 0%)",pointerEvents:"none",textAlign:"center",zIndex:10,"@media (min-width: 1024px) and (max-width: 1225px)":{bottom:"5%"}},children:[s&&x.jsxs(D.Fragment,{children:[x.jsx(T.Typography,{sx:{color:"text.secondary",mb:.3,fontSize:"clamp(0.75rem, 1.5vw, 0.85rem)",display:"block","@media (min-width: 1024px) and (max-width: 1225px)":{fontSize:"0.7rem",mb:.2}},children:s.label}),x.jsxs(T.Typography,{sx:{fontWeight:"bold",color:s.color,lineHeight:1,fontSize:"clamp(1.1rem, 2.2vw, 1.3rem)","@media (min-width: 1024px) and (max-width: 1225px)":{fontSize:"1rem"}},children:[s.value," ",s.value>1?"repos":"repo"]})]}),p&&x.jsxs(T.Box,{className:"parliament-chart-scaled-indicator",sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:.5,mt:s?.5:0,color:"text.secondary",fontSize:"clamp(0.65rem, 1.2vw, 0.72rem)"},children:[x.jsx(T.Box,{className:"parliament-chart-scaled-indicator-dot",sx:{width:8,height:8,borderRadius:"50%",backgroundColor:"#888888",flexShrink:0}}),x.jsxs(T.Typography,{variant:"caption",sx:{fontSize:"inherit",fontStyle:"italic"},children:["= ~",b," repos"]})]})]})]}),x.jsx(T.Box,{className:"parliament-chart-data-table",sx:{width:"100%",display:"flex",justifyContent:"center","@media (min-width: 1024px) and (max-width: 1225px)":{overflowX:"auto",maxWidth:"100%"}},onMouseLeave:()=>{u(null),d(null)},children:x.jsxs(T.Table,{"aria-label":"Repository categories summary",className:"parliament-chart-table",size:"small",sx:{maxWidth:{xs:"clamp(360px, 90%, 400px)",sm:"clamp(360px, 90%, 400px)",md:"clamp(360px, 85%, 420px)",lg:"clamp(360px, 90%, 400px)"},"@media (min-width: 1024px) and (max-width: 1225px)":{maxWidth:"360px","& .MuiTableCell-root":{padding:"1px 4px",fontSize:"9.5px"}},"& .MuiTableCell-root":{padding:"2px 8px",borderBottom:"none",fontSize:"clamp(10px, 1.8vw, 11.5px)"}},children:[x.jsx("thead",{children:x.jsxs(T.TableRow,{children:[x.jsx(T.TableCell,{}),x.jsx(T.TableCell,{sx:{fontWeight:"bold"},children:"Category"}),x.jsx(T.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"# of repos"}),x.jsx(T.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"% of org"})]})}),x.jsx("tbody",{children:_.map(y=>{const S=y.color==="url(#greyHatchPattern)"?$.greyHatch.lines:y.color==="url(#dataMissingHatchPattern)"?$.dataMissingHatch.lines:y.color==="url(#noLstHatchPattern)"?$.noLstHatch.lines:y.color;return x.jsxs(T.TableRow,{onMouseEnter:()=>{d(y.label),u({label:y.label,value:y.value,color:y.color==="url(#greyHatchPattern)"?$.greyHatch.lines:y.color==="url(#dataMissingHatchPattern)"?$.dataMissingHatch.lines:y.color==="url(#noLstHatchPattern)"?$.noLstHatch.lines:y.color})},sx:{cursor:"pointer",transition:"background-color 0.15s ease",backgroundColor:f===y.label?`${S}15`:"transparent","&:hover":{backgroundColor:`${S}15`}},children:[x.jsx(T.TableCell,{align:"center",sx:{width:20},children:x.jsx(T.Box,{sx:{width:12,height:12,backgroundColor:y.color==="url(#greyHatchPattern)"?$.greyHatch.background:y.color==="url(#dataMissingHatchPattern)"?$.dataMissingHatch.background:y.color==="url(#noLstHatchPattern)"?$.noLstHatch.background:y.color,borderRadius:"50%",position:"relative",overflow:"hidden",transition:"transform 0.15s ease",transform:f===y.label?"scale(1.2)":"scale(1)",...y.label==="N/A"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
47
+ \f\r "&'<=>\``.split("")]],single:[["&'".split(""),"\"&'`".split("")],["\0&'".split(""),"\0\"&'`".split("")]],double:[['"&'.split(""),"\"&'`".split("")],['\0"&'.split(""),"\0\"&'`".split("")]]};function mM(e,t,r,n){const a=n.schema,i=a.space==="svg"?!1:n.settings.omitOptionalTags;let s=a.space==="svg"?n.settings.closeEmptyElements:n.settings.voids.includes(e.tagName.toLowerCase());const o=[];let l;a.space==="html"&&e.tagName==="svg"&&(n.schema=yf);const u=yM(n,e.properties),c=n.all(a.space==="html"&&e.tagName==="template"?e.content:e);return n.schema=a,c&&(s=!1),(u||!i||!cM(e,t,r))&&(o.push("<",e.tagName,u?" "+u:""),s&&(a.space==="svg"||n.settings.closeSelfClosing)&&(l=u.charAt(u.length-1),(!n.settings.tightSelfClosing||l==="/"||l&&l!=='"'&&l!=="'")&&o.push(" "),o.push("/")),o.push(">")),o.push(c),!s&&(!i||!xf(e,t,r))&&o.push("</"+e.tagName+">"),o.join("")}function yM(e,t){const r=[];let n=-1,a;if(t){for(a in t)if(t[a]!==null&&t[a]!==void 0){const i=_M(e,a,t[a]);i&&r.push(i)}}for(;++n<r.length;){const i=e.settings.tightAttributes?r[n].charAt(r[n].length-1):void 0;n!==r.length-1&&i!=='"'&&i!=="'"&&(r[n]+=" ")}return r.join("")}function _M(e,t,r){const n=Q0(e.schema,t),a=e.settings.allowParseErrors&&e.schema.space==="html"?0:1,i=e.settings.allowDangerousCharacters?0:1;let s=e.quote,o;if(n.overloadedBoolean&&(r===n.attribute||r==="")?r=!0:(n.boolean||n.overloadedBoolean)&&(typeof r!="string"||r===n.attribute||r==="")&&(r=!!r),r==null||r===!1||typeof r=="number"&&Number.isNaN(r))return"";const l=ta(n.attribute,Object.assign({},e.settings.characterReferences,{subset:Si.name[a][i]}));return r===!0||(r=Array.isArray(r)?(n.commaSeparated?cT:hT)(r,{padLeft:!e.settings.tightCommaSeparatedLists}):String(r),e.settings.collapseEmptyAttributes&&!r)?l:(e.settings.preferUnquoted&&(o=ta(r,Object.assign({},e.settings.characterReferences,{attribute:!0,subset:Si.unquoted[a][i]}))),o!==r&&(e.settings.quoteSmart&&Xh(r,s)>Xh(r,e.alternative)&&(s=e.alternative),o=s+ta(r,Object.assign({},e.settings.characterReferences,{subset:(s==="'"?Si.single:Si.double)[a][i],attribute:!0}))+s),l+(o&&"="+o))}const xM=["<","&"];function uy(e,t,r,n){return r&&r.type==="element"&&(r.tagName==="script"||r.tagName==="style")?e.value:ta(e.value,Object.assign({},n.settings.characterReferences,{subset:xM}))}function vM(e,t,r,n){return n.settings.allowDangerousHtml?e.value:uy(e,t,r,n)}function bM(e,t,r,n){return n.all(e)}const wM=CT("type",{invalid:SM,unknown:TM,handlers:{comment:XT,doctype:WT,element:mM,raw:vM,root:bM,text:uy}});function SM(e){throw new Error("Expected node, not `"+e+"`")}function TM(e){const t=e;throw new Error("Cannot compile unknown node `"+t.type+"`")}const MM={},AM={},CM=[];function kM(e,t){const r=MM,n=r.quote||'"',a=n==='"'?"'":'"';if(n!=='"'&&n!=="'")throw new Error("Invalid quote `"+n+"`, expected `'` or `\"`");return{one:RM,all:EM,settings:{omitOptionalTags:r.omitOptionalTags||!1,allowParseErrors:r.allowParseErrors||!1,allowDangerousCharacters:r.allowDangerousCharacters||!1,quoteSmart:r.quoteSmart||!1,preferUnquoted:r.preferUnquoted||!1,tightAttributes:r.tightAttributes||!1,upperDoctype:r.upperDoctype||!1,tightDoctype:r.tightDoctype||!1,bogusComments:r.bogusComments||!1,tightCommaSeparatedLists:r.tightCommaSeparatedLists||!1,tightSelfClosing:r.tightSelfClosing||!1,collapseEmptyAttributes:r.collapseEmptyAttributes||!1,allowDangerousHtml:r.allowDangerousHtml||!1,voids:r.voids||AT,characterReferences:r.characterReferences||AM,closeSelfClosing:r.closeSelfClosing||!1,closeEmptyElements:r.closeEmptyElements||!1},schema:r.space==="svg"?yf:J0,quote:n,alternative:a}.one(Array.isArray(e)?{type:"root",children:e}:e,void 0,void 0)}function RM(e,t,r){return wM(e,t,r,this)}function EM(e){const t=[],r=e&&e.children||CM;let n=-1;for(;++n<r.length;)t[n]=this.one(r[n],n,e);return t.join("")}const Pe={arcAngle:180,maxSeats:200,useEnhanced:!0,chartConfig:{radius:220,seatSize:5,minSeatSize:4,maxSeatSize:18,spacing:1.1,innerRadiusRatio:.4,arcAngleFlexibility:5},colors:{emptySeats:"#f8f8f8",emptySeatsBorder:"#d8d8d8",seatBorder:"#fff"},animation:{transitionDuration:"0.2s",hoverOpacity:{active:"1",dimmed:"0.2",empty:"0.3"}},scaling:{enableScaling:!0,scaleThreshold:200}},ea={COMPLETED:ur.neoDigitalGreen[600],NOT_APPLICABLE:"url(#greyHatchPattern)",NO_LST:"url(#noLstHatchPattern)",DATA_MISSING:"url(#dataMissingHatchPattern)"},Ha="N/A",Ga="No LST",ja="Data Missing";function DM(e,t,r,n="left-to-right",a=900,i){Dt.prototype.transition=Ic;const s=t*Math.PI/180,o=-s/2-Math.PI/2,l=s/2-Math.PI/2;let u=e.querySelector("defs");u||(u=document.createElementNS("http://www.w3.org/2000/svg","defs"),e.appendChild(u));const c="arc-sweep-clip";let f=u.querySelector(`#${c}`);f||(f=document.createElementNS("http://www.w3.org/2000/svg","clipPath"),f.setAttribute("id",c),u.appendChild(f));const h=document.createElementNS("http://www.w3.org/2000/svg","path");f.innerHTML="",f.appendChild(h);const p=e.querySelector(".arc-container"),g=e.querySelector(".points-container");if(g&&p)if(g.setAttribute("clip-path",`url(#${c})`),n==="left-to-right"){const m=y=>{const v=r*1.5,_=Math.cos(y)*v,S=Math.sin(y)*v,w=Math.cos(l)*v,b=Math.sin(l)*v,T=l-y>Math.PI?1:0;return`M 0,0 L ${_},${S} A ${v},${v} 0 ${T},1 ${w},${b} Z`};h.setAttribute("d",m(o)),Dt(h).transition().duration(a).ease(y=>1-Math.pow(1-y,3)).tween("arc-sweep",()=>y=>{const v=o+(l-o)*y;h.setAttribute("d",m(v))}).on("end",()=>{i&&i(),setTimeout(()=>{g.removeAttribute("clip-path")},50)})}else{const m=y=>{const v=r*1.5,_=Math.cos(y)*v,S=Math.sin(y)*v,w=Math.cos(l)*v,b=Math.sin(l)*v,T=l-y>Math.PI?1:0;return`M 0,0 L ${_},${S} A ${v},${v} 0 ${T},1 ${w},${b} Z`};h.setAttribute("d",m(l)),Dt(h).transition().duration(a).ease(y=>1-Math.pow(1-y,3)).tween("arc-sweep",()=>y=>{const v=l-(l-o)*y;h.setAttribute("d",m(v))}).on("end",()=>{g.removeAttribute("clip-path"),i&&i()})}}var Ti=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ya(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Vs,Zh;function cy(){if(Zh)return Vs;Zh=1;var e=typeof Ti=="object"&&Ti&&Ti.Object===Object&&Ti;return Vs=e,Vs}var Zs,Qh;function kr(){if(Qh)return Zs;Qh=1;var e=cy(),t=typeof self=="object"&&self&&self.Object===Object&&self,r=e||t||Function("return this")();return Zs=r,Zs}var Qs,Jh;function OM(){if(Jh)return Qs;Jh=1;var e=/\s/;function t(r){for(var n=r.length;n--&&e.test(r.charAt(n)););return n}return Qs=t,Qs}var Js,tp;function PM(){if(tp)return Js;tp=1;var e=OM(),t=/^\s+/;function r(n){return n&&n.slice(0,e(n)+1).replace(t,"")}return Js=r,Js}var to,ep;function ui(){if(ep)return to;ep=1;function e(t){var r=typeof t;return t!=null&&(r=="object"||r=="function")}return to=e,to}var eo,rp;function ci(){if(rp)return eo;rp=1;var e=kr(),t=e.Symbol;return eo=t,eo}var ro,np;function FM(){if(np)return ro;np=1;var e=ci(),t=Object.prototype,r=t.hasOwnProperty,n=t.toString,a=e?e.toStringTag:void 0;function i(s){var o=r.call(s,a),l=s[a];try{s[a]=void 0;var u=!0}catch{}var c=n.call(s);return u&&(o?s[a]=l:delete s[a]),c}return ro=i,ro}var no,ap;function NM(){if(ap)return no;ap=1;var e=Object.prototype,t=e.toString;function r(n){return t.call(n)}return no=r,no}var ao,ip;function fi(){if(ip)return ao;ip=1;var e=ci(),t=FM(),r=NM(),n="[object Null]",a="[object Undefined]",i=e?e.toStringTag:void 0;function s(o){return o==null?o===void 0?a:n:i&&i in Object(o)?t(o):r(o)}return ao=s,ao}var io,sp;function hi(){if(sp)return io;sp=1;function e(t){return t!=null&&typeof t=="object"}return io=e,io}var so,op;function pi(){if(op)return so;op=1;var e=fi(),t=hi(),r="[object Symbol]";function n(a){return typeof a=="symbol"||t(a)&&e(a)==r}return so=n,so}var oo,lp;function fy(){if(lp)return oo;lp=1;var e=PM(),t=ui(),r=pi(),n=NaN,a=/^[-+]0x[0-9a-f]+$/i,i=/^0b[01]+$/i,s=/^0o[0-7]+$/i,o=parseInt;function l(u){if(typeof u=="number")return u;if(r(u))return n;if(t(u)){var c=typeof u.valueOf=="function"?u.valueOf():u;u=t(c)?c+"":c}if(typeof u!="string")return u===0?u:+u;u=e(u);var f=i.test(u);return f||s.test(u)?o(u.slice(2),f?2:8):a.test(u)?n:+u}return oo=l,oo}var lo,up;function hy(){if(up)return lo;up=1;var e=fy(),t=1/0,r=17976931348623157e292;function n(a){if(!a)return a===0?a:0;if(a=e(a),a===t||a===-t){var i=a<0?-1:1;return i*r}return a===a?a:0}return lo=n,lo}var uo,cp;function py(){if(cp)return uo;cp=1;var e=hy();function t(r){var n=e(r),a=n%1;return n===n?a?n-a:n:0}return uo=t,uo}var co,fp;function cs(){if(fp)return co;fp=1;function e(t,r){for(var n=-1,a=t==null?0:t.length,i=Array(a);++n<a;)i[n]=r(t[n],n,t);return i}return co=e,co}var fo,hp;function cr(){if(hp)return fo;hp=1;var e=Array.isArray;return fo=e,fo}var ho,pp;function $M(){if(pp)return ho;pp=1;var e=ci(),t=cs(),r=cr(),n=pi(),a=e?e.prototype:void 0,i=a?a.toString:void 0;function s(o){if(typeof o=="string")return o;if(r(o))return t(o,s)+"";if(n(o))return i?i.call(o):"";var l=o+"";return l=="0"&&1/o==-1/0?"-0":l}return ho=s,ho}var po,dp;function dy(){if(dp)return po;dp=1;var e=$M();function t(r){return r==null?"":e(r)}return po=t,po}var go,gp;function LM(){if(gp)return go;gp=1;var e=kr(),t=py(),r=fy(),n=dy(),a=e.isFinite,i=Math.min;function s(o){var l=Math[o];return function(u,c){if(u=r(u),c=c==null?0:i(t(c),292),c&&a(u)){var f=(n(u)+"e").split("e"),h=l(f[0]+"e"+(+f[1]+c));return f=(n(h)+"e").split("e"),+(f[0]+"e"+(+f[1]-c))}return l(u)}}return go=s,go}var mo,mp;function qM(){if(mp)return mo;mp=1;var e=LM(),t=e("round");return mo=t,mo}var IM=qM();const zM=ya(IM);var yo,yp;function gy(){if(yp)return yo;yp=1;function e(t,r){for(var n=-1,a=r.length,i=t.length;++n<a;)t[i+n]=r[n];return t}return yo=e,yo}var _o,_p;function BM(){if(_p)return _o;_p=1;var e=fi(),t=hi(),r="[object Arguments]";function n(a){return t(a)&&e(a)==r}return _o=n,_o}var xo,xp;function vf(){if(xp)return xo;xp=1;var e=BM(),t=hi(),r=Object.prototype,n=r.hasOwnProperty,a=r.propertyIsEnumerable,i=e((function(){return arguments})())?e:function(s){return t(s)&&n.call(s,"callee")&&!a.call(s,"callee")};return xo=i,xo}var vo,vp;function UM(){if(vp)return vo;vp=1;var e=ci(),t=vf(),r=cr(),n=e?e.isConcatSpreadable:void 0;function a(i){return r(i)||t(i)||!!(n&&i&&i[n])}return vo=a,vo}var bo,bp;function my(){if(bp)return bo;bp=1;var e=gy(),t=UM();function r(n,a,i,s,o){var l=-1,u=n.length;for(i||(i=t),o||(o=[]);++l<u;){var c=n[l];a>0&&i(c)?a>1?r(c,a-1,i,s,o):e(o,c):s||(o[o.length]=c)}return o}return bo=r,bo}var wo,wp;function bf(){if(wp)return wo;wp=1;var e=cr(),t=pi(),r=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,n=/^\w*$/;function a(i,s){if(e(i))return!1;var o=typeof i;return o=="number"||o=="symbol"||o=="boolean"||i==null||t(i)?!0:n.test(i)||!r.test(i)||s!=null&&i in Object(s)}return wo=a,wo}var So,Sp;function yy(){if(Sp)return So;Sp=1;var e=fi(),t=ui(),r="[object AsyncFunction]",n="[object Function]",a="[object GeneratorFunction]",i="[object Proxy]";function s(o){if(!t(o))return!1;var l=e(o);return l==n||l==a||l==r||l==i}return So=s,So}var To,Tp;function HM(){if(Tp)return To;Tp=1;var e=kr(),t=e["__core-js_shared__"];return To=t,To}var Mo,Mp;function GM(){if(Mp)return Mo;Mp=1;var e=HM(),t=(function(){var n=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""})();function r(n){return!!t&&t in n}return Mo=r,Mo}var Ao,Ap;function _y(){if(Ap)return Ao;Ap=1;var e=Function.prototype,t=e.toString;function r(n){if(n!=null){try{return t.call(n)}catch{}try{return n+""}catch{}}return""}return Ao=r,Ao}var Co,Cp;function jM(){if(Cp)return Co;Cp=1;var e=yy(),t=GM(),r=ui(),n=_y(),a=/[\\^$.*+?()[\]{}|]/g,i=/^\[object .+?Constructor\]$/,s=Function.prototype,o=Object.prototype,l=s.toString,u=o.hasOwnProperty,c=RegExp("^"+l.call(u).replace(a,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function f(h){if(!r(h)||t(h))return!1;var p=e(h)?c:i;return p.test(n(h))}return Co=f,Co}var ko,kp;function YM(){if(kp)return ko;kp=1;function e(t,r){return t==null?void 0:t[r]}return ko=e,ko}var Ro,Rp;function On(){if(Rp)return Ro;Rp=1;var e=jM(),t=YM();function r(n,a){var i=t(n,a);return e(i)?i:void 0}return Ro=r,Ro}var Eo,Ep;function fs(){if(Ep)return Eo;Ep=1;var e=On(),t=e(Object,"create");return Eo=t,Eo}var Do,Dp;function XM(){if(Dp)return Do;Dp=1;var e=fs();function t(){this.__data__=e?e(null):{},this.size=0}return Do=t,Do}var Oo,Op;function WM(){if(Op)return Oo;Op=1;function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}return Oo=e,Oo}var Po,Pp;function KM(){if(Pp)return Po;Pp=1;var e=fs(),t="__lodash_hash_undefined__",r=Object.prototype,n=r.hasOwnProperty;function a(i){var s=this.__data__;if(e){var o=s[i];return o===t?void 0:o}return n.call(s,i)?s[i]:void 0}return Po=a,Po}var Fo,Fp;function VM(){if(Fp)return Fo;Fp=1;var e=fs(),t=Object.prototype,r=t.hasOwnProperty;function n(a){var i=this.__data__;return e?i[a]!==void 0:r.call(i,a)}return Fo=n,Fo}var No,Np;function ZM(){if(Np)return No;Np=1;var e=fs(),t="__lodash_hash_undefined__";function r(n,a){var i=this.__data__;return this.size+=this.has(n)?0:1,i[n]=e&&a===void 0?t:a,this}return No=r,No}var $o,$p;function QM(){if($p)return $o;$p=1;var e=XM(),t=WM(),r=KM(),n=VM(),a=ZM();function i(s){var o=-1,l=s==null?0:s.length;for(this.clear();++o<l;){var u=s[o];this.set(u[0],u[1])}}return i.prototype.clear=e,i.prototype.delete=t,i.prototype.get=r,i.prototype.has=n,i.prototype.set=a,$o=i,$o}var Lo,Lp;function JM(){if(Lp)return Lo;Lp=1;function e(){this.__data__=[],this.size=0}return Lo=e,Lo}var qo,qp;function wf(){if(qp)return qo;qp=1;function e(t,r){return t===r||t!==t&&r!==r}return qo=e,qo}var Io,Ip;function hs(){if(Ip)return Io;Ip=1;var e=wf();function t(r,n){for(var a=r.length;a--;)if(e(r[a][0],n))return a;return-1}return Io=t,Io}var zo,zp;function tA(){if(zp)return zo;zp=1;var e=hs(),t=Array.prototype,r=t.splice;function n(a){var i=this.__data__,s=e(i,a);if(s<0)return!1;var o=i.length-1;return s==o?i.pop():r.call(i,s,1),--this.size,!0}return zo=n,zo}var Bo,Bp;function eA(){if(Bp)return Bo;Bp=1;var e=hs();function t(r){var n=this.__data__,a=e(n,r);return a<0?void 0:n[a][1]}return Bo=t,Bo}var Uo,Up;function rA(){if(Up)return Uo;Up=1;var e=hs();function t(r){return e(this.__data__,r)>-1}return Uo=t,Uo}var Ho,Hp;function nA(){if(Hp)return Ho;Hp=1;var e=hs();function t(r,n){var a=this.__data__,i=e(a,r);return i<0?(++this.size,a.push([r,n])):a[i][1]=n,this}return Ho=t,Ho}var Go,Gp;function ps(){if(Gp)return Go;Gp=1;var e=JM(),t=tA(),r=eA(),n=rA(),a=nA();function i(s){var o=-1,l=s==null?0:s.length;for(this.clear();++o<l;){var u=s[o];this.set(u[0],u[1])}}return i.prototype.clear=e,i.prototype.delete=t,i.prototype.get=r,i.prototype.has=n,i.prototype.set=a,Go=i,Go}var jo,jp;function Sf(){if(jp)return jo;jp=1;var e=On(),t=kr(),r=e(t,"Map");return jo=r,jo}var Yo,Yp;function aA(){if(Yp)return Yo;Yp=1;var e=QM(),t=ps(),r=Sf();function n(){this.size=0,this.__data__={hash:new e,map:new(r||t),string:new e}}return Yo=n,Yo}var Xo,Xp;function iA(){if(Xp)return Xo;Xp=1;function e(t){var r=typeof t;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?t!=="__proto__":t===null}return Xo=e,Xo}var Wo,Wp;function ds(){if(Wp)return Wo;Wp=1;var e=iA();function t(r,n){var a=r.__data__;return e(n)?a[typeof n=="string"?"string":"hash"]:a.map}return Wo=t,Wo}var Ko,Kp;function sA(){if(Kp)return Ko;Kp=1;var e=ds();function t(r){var n=e(this,r).delete(r);return this.size-=n?1:0,n}return Ko=t,Ko}var Vo,Vp;function oA(){if(Vp)return Vo;Vp=1;var e=ds();function t(r){return e(this,r).get(r)}return Vo=t,Vo}var Zo,Zp;function lA(){if(Zp)return Zo;Zp=1;var e=ds();function t(r){return e(this,r).has(r)}return Zo=t,Zo}var Qo,Qp;function uA(){if(Qp)return Qo;Qp=1;var e=ds();function t(r,n){var a=e(this,r),i=a.size;return a.set(r,n),this.size+=a.size==i?0:1,this}return Qo=t,Qo}var Jo,Jp;function Tf(){if(Jp)return Jo;Jp=1;var e=aA(),t=sA(),r=oA(),n=lA(),a=uA();function i(s){var o=-1,l=s==null?0:s.length;for(this.clear();++o<l;){var u=s[o];this.set(u[0],u[1])}}return i.prototype.clear=e,i.prototype.delete=t,i.prototype.get=r,i.prototype.has=n,i.prototype.set=a,Jo=i,Jo}var tl,td;function cA(){if(td)return tl;td=1;var e=Tf(),t="Expected a function";function r(n,a){if(typeof n!="function"||a!=null&&typeof a!="function")throw new TypeError(t);var i=function(){var s=arguments,o=a?a.apply(this,s):s[0],l=i.cache;if(l.has(o))return l.get(o);var u=n.apply(this,s);return i.cache=l.set(o,u)||l,u};return i.cache=new(r.Cache||e),i}return r.Cache=e,tl=r,tl}var el,ed;function fA(){if(ed)return el;ed=1;var e=cA(),t=500;function r(n){var a=e(n,function(s){return i.size===t&&i.clear(),s}),i=a.cache;return a}return el=r,el}var rl,rd;function hA(){if(rd)return rl;rd=1;var e=fA(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,r=/\\(\\)?/g,n=e(function(a){var i=[];return a.charCodeAt(0)===46&&i.push(""),a.replace(t,function(s,o,l,u){i.push(l?u.replace(r,"$1"):o||s)}),i});return rl=n,rl}var nl,nd;function xy(){if(nd)return nl;nd=1;var e=cr(),t=bf(),r=hA(),n=dy();function a(i,s){return e(i)?i:t(i,s)?[i]:r(n(i))}return nl=a,nl}var al,ad;function gs(){if(ad)return al;ad=1;var e=pi();function t(r){if(typeof r=="string"||e(r))return r;var n=r+"";return n=="0"&&1/r==-1/0?"-0":n}return al=t,al}var il,id;function Mf(){if(id)return il;id=1;var e=xy(),t=gs();function r(n,a){a=e(a,n);for(var i=0,s=a.length;n!=null&&i<s;)n=n[t(a[i++])];return i&&i==s?n:void 0}return il=r,il}var sl,sd;function pA(){if(sd)return sl;sd=1;var e=ps();function t(){this.__data__=new e,this.size=0}return sl=t,sl}var ol,od;function dA(){if(od)return ol;od=1;function e(t){var r=this.__data__,n=r.delete(t);return this.size=r.size,n}return ol=e,ol}var ll,ld;function gA(){if(ld)return ll;ld=1;function e(t){return this.__data__.get(t)}return ll=e,ll}var ul,ud;function mA(){if(ud)return ul;ud=1;function e(t){return this.__data__.has(t)}return ul=e,ul}var cl,cd;function yA(){if(cd)return cl;cd=1;var e=ps(),t=Sf(),r=Tf(),n=200;function a(i,s){var o=this.__data__;if(o instanceof e){var l=o.__data__;if(!t||l.length<n-1)return l.push([i,s]),this.size=++o.size,this;o=this.__data__=new r(l)}return o.set(i,s),this.size=o.size,this}return cl=a,cl}var fl,fd;function vy(){if(fd)return fl;fd=1;var e=ps(),t=pA(),r=dA(),n=gA(),a=mA(),i=yA();function s(o){var l=this.__data__=new e(o);this.size=l.size}return s.prototype.clear=t,s.prototype.delete=r,s.prototype.get=n,s.prototype.has=a,s.prototype.set=i,fl=s,fl}var hl,hd;function _A(){if(hd)return hl;hd=1;var e="__lodash_hash_undefined__";function t(r){return this.__data__.set(r,e),this}return hl=t,hl}var pl,pd;function xA(){if(pd)return pl;pd=1;function e(t){return this.__data__.has(t)}return pl=e,pl}var dl,dd;function vA(){if(dd)return dl;dd=1;var e=Tf(),t=_A(),r=xA();function n(a){var i=-1,s=a==null?0:a.length;for(this.__data__=new e;++i<s;)this.add(a[i])}return n.prototype.add=n.prototype.push=t,n.prototype.has=r,dl=n,dl}var gl,gd;function bA(){if(gd)return gl;gd=1;function e(t,r){for(var n=-1,a=t==null?0:t.length;++n<a;)if(r(t[n],n,t))return!0;return!1}return gl=e,gl}var ml,md;function wA(){if(md)return ml;md=1;function e(t,r){return t.has(r)}return ml=e,ml}var yl,yd;function by(){if(yd)return yl;yd=1;var e=vA(),t=bA(),r=wA(),n=1,a=2;function i(s,o,l,u,c,f){var h=l&n,p=s.length,g=o.length;if(p!=g&&!(h&&g>p))return!1;var d=f.get(s),m=f.get(o);if(d&&m)return d==o&&m==s;var x=-1,y=!0,v=l&a?new e:void 0;for(f.set(s,o),f.set(o,s);++x<p;){var _=s[x],S=o[x];if(u)var w=h?u(S,_,x,o,s,f):u(_,S,x,s,o,f);if(w!==void 0){if(w)continue;y=!1;break}if(v){if(!t(o,function(b,T){if(!r(v,T)&&(_===b||c(_,b,l,u,f)))return v.push(T)})){y=!1;break}}else if(!(_===S||c(_,S,l,u,f))){y=!1;break}}return f.delete(s),f.delete(o),y}return yl=i,yl}var _l,_d;function SA(){if(_d)return _l;_d=1;var e=kr(),t=e.Uint8Array;return _l=t,_l}var xl,xd;function TA(){if(xd)return xl;xd=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(a,i){n[++r]=[i,a]}),n}return xl=e,xl}var vl,vd;function MA(){if(vd)return vl;vd=1;function e(t){var r=-1,n=Array(t.size);return t.forEach(function(a){n[++r]=a}),n}return vl=e,vl}var bl,bd;function AA(){if(bd)return bl;bd=1;var e=ci(),t=SA(),r=wf(),n=by(),a=TA(),i=MA(),s=1,o=2,l="[object Boolean]",u="[object Date]",c="[object Error]",f="[object Map]",h="[object Number]",p="[object RegExp]",g="[object Set]",d="[object String]",m="[object Symbol]",x="[object ArrayBuffer]",y="[object DataView]",v=e?e.prototype:void 0,_=v?v.valueOf:void 0;function S(w,b,T,M,k,C,P){switch(T){case y:if(w.byteLength!=b.byteLength||w.byteOffset!=b.byteOffset)return!1;w=w.buffer,b=b.buffer;case x:return!(w.byteLength!=b.byteLength||!C(new t(w),new t(b)));case l:case u:case h:return r(+w,+b);case c:return w.name==b.name&&w.message==b.message;case p:case d:return w==b+"";case f:var R=a;case g:var F=M&s;if(R||(R=i),w.size!=b.size&&!F)return!1;var z=P.get(w);if(z)return z==b;M|=o,P.set(w,b);var L=n(R(w),R(b),M,k,C,P);return P.delete(w),L;case m:if(_)return _.call(w)==_.call(b)}return!1}return bl=S,bl}var wl,wd;function CA(){if(wd)return wl;wd=1;var e=gy(),t=cr();function r(n,a,i){var s=a(n);return t(n)?s:e(s,i(n))}return wl=r,wl}var Sl,Sd;function kA(){if(Sd)return Sl;Sd=1;function e(t,r){for(var n=-1,a=t==null?0:t.length,i=0,s=[];++n<a;){var o=t[n];r(o,n,t)&&(s[i++]=o)}return s}return Sl=e,Sl}var Tl,Td;function RA(){if(Td)return Tl;Td=1;function e(){return[]}return Tl=e,Tl}var Ml,Md;function EA(){if(Md)return Ml;Md=1;var e=kA(),t=RA(),r=Object.prototype,n=r.propertyIsEnumerable,a=Object.getOwnPropertySymbols,i=a?function(s){return s==null?[]:(s=Object(s),e(a(s),function(o){return n.call(s,o)}))}:t;return Ml=i,Ml}var Al,Ad;function DA(){if(Ad)return Al;Ad=1;function e(t,r){for(var n=-1,a=Array(t);++n<t;)a[n]=r(n);return a}return Al=e,Al}var Fa={exports:{}},Cl,Cd;function OA(){if(Cd)return Cl;Cd=1;function e(){return!1}return Cl=e,Cl}Fa.exports;var kd;function wy(){return kd||(kd=1,(function(e,t){var r=kr(),n=OA(),a=t&&!t.nodeType&&t,i=a&&!0&&e&&!e.nodeType&&e,s=i&&i.exports===a,o=s?r.Buffer:void 0,l=o?o.isBuffer:void 0,u=l||n;e.exports=u})(Fa,Fa.exports)),Fa.exports}var kl,Rd;function Af(){if(Rd)return kl;Rd=1;var e=9007199254740991,t=/^(?:0|[1-9]\d*)$/;function r(n,a){var i=typeof n;return a=a??e,!!a&&(i=="number"||i!="symbol"&&t.test(n))&&n>-1&&n%1==0&&n<a}return kl=r,kl}var Rl,Ed;function Cf(){if(Ed)return Rl;Ed=1;var e=9007199254740991;function t(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=e}return Rl=t,Rl}var El,Dd;function PA(){if(Dd)return El;Dd=1;var e=fi(),t=Cf(),r=hi(),n="[object Arguments]",a="[object Array]",i="[object Boolean]",s="[object Date]",o="[object Error]",l="[object Function]",u="[object Map]",c="[object Number]",f="[object Object]",h="[object RegExp]",p="[object Set]",g="[object String]",d="[object WeakMap]",m="[object ArrayBuffer]",x="[object DataView]",y="[object Float32Array]",v="[object Float64Array]",_="[object Int8Array]",S="[object Int16Array]",w="[object Int32Array]",b="[object Uint8Array]",T="[object Uint8ClampedArray]",M="[object Uint16Array]",k="[object Uint32Array]",C={};C[y]=C[v]=C[_]=C[S]=C[w]=C[b]=C[T]=C[M]=C[k]=!0,C[n]=C[a]=C[m]=C[i]=C[x]=C[s]=C[o]=C[l]=C[u]=C[c]=C[f]=C[h]=C[p]=C[g]=C[d]=!1;function P(R){return r(R)&&t(R.length)&&!!C[e(R)]}return El=P,El}var Dl,Od;function Sy(){if(Od)return Dl;Od=1;function e(t){return function(r){return t(r)}}return Dl=e,Dl}var Na={exports:{}};Na.exports;var Pd;function FA(){return Pd||(Pd=1,(function(e,t){var r=cy(),n=t&&!t.nodeType&&t,a=n&&!0&&e&&!e.nodeType&&e,i=a&&a.exports===n,s=i&&r.process,o=(function(){try{var l=a&&a.require&&a.require("util").types;return l||s&&s.binding&&s.binding("util")}catch{}})();e.exports=o})(Na,Na.exports)),Na.exports}var Ol,Fd;function Ty(){if(Fd)return Ol;Fd=1;var e=PA(),t=Sy(),r=FA(),n=r&&r.isTypedArray,a=n?t(n):e;return Ol=a,Ol}var Pl,Nd;function NA(){if(Nd)return Pl;Nd=1;var e=DA(),t=vf(),r=cr(),n=wy(),a=Af(),i=Ty(),s=Object.prototype,o=s.hasOwnProperty;function l(u,c){var f=r(u),h=!f&&t(u),p=!f&&!h&&n(u),g=!f&&!h&&!p&&i(u),d=f||h||p||g,m=d?e(u.length,String):[],x=m.length;for(var y in u)(c||o.call(u,y))&&!(d&&(y=="length"||p&&(y=="offset"||y=="parent")||g&&(y=="buffer"||y=="byteLength"||y=="byteOffset")||a(y,x)))&&m.push(y);return m}return Pl=l,Pl}var Fl,$d;function $A(){if($d)return Fl;$d=1;var e=Object.prototype;function t(r){var n=r&&r.constructor,a=typeof n=="function"&&n.prototype||e;return r===a}return Fl=t,Fl}var Nl,Ld;function LA(){if(Ld)return Nl;Ld=1;function e(t,r){return function(n){return t(r(n))}}return Nl=e,Nl}var $l,qd;function qA(){if(qd)return $l;qd=1;var e=LA(),t=e(Object.keys,Object);return $l=t,$l}var Ll,Id;function IA(){if(Id)return Ll;Id=1;var e=$A(),t=qA(),r=Object.prototype,n=r.hasOwnProperty;function a(i){if(!e(i))return t(i);var s=[];for(var o in Object(i))n.call(i,o)&&o!="constructor"&&s.push(o);return s}return Ll=a,Ll}var ql,zd;function ms(){if(zd)return ql;zd=1;var e=yy(),t=Cf();function r(n){return n!=null&&t(n.length)&&!e(n)}return ql=r,ql}var Il,Bd;function ys(){if(Bd)return Il;Bd=1;var e=NA(),t=IA(),r=ms();function n(a){return r(a)?e(a):t(a)}return Il=n,Il}var zl,Ud;function zA(){if(Ud)return zl;Ud=1;var e=CA(),t=EA(),r=ys();function n(a){return e(a,r,t)}return zl=n,zl}var Bl,Hd;function BA(){if(Hd)return Bl;Hd=1;var e=zA(),t=1,r=Object.prototype,n=r.hasOwnProperty;function a(i,s,o,l,u,c){var f=o&t,h=e(i),p=h.length,g=e(s),d=g.length;if(p!=d&&!f)return!1;for(var m=p;m--;){var x=h[m];if(!(f?x in s:n.call(s,x)))return!1}var y=c.get(i),v=c.get(s);if(y&&v)return y==s&&v==i;var _=!0;c.set(i,s),c.set(s,i);for(var S=f;++m<p;){x=h[m];var w=i[x],b=s[x];if(l)var T=f?l(b,w,x,s,i,c):l(w,b,x,i,s,c);if(!(T===void 0?w===b||u(w,b,o,l,c):T)){_=!1;break}S||(S=x=="constructor")}if(_&&!S){var M=i.constructor,k=s.constructor;M!=k&&"constructor"in i&&"constructor"in s&&!(typeof M=="function"&&M instanceof M&&typeof k=="function"&&k instanceof k)&&(_=!1)}return c.delete(i),c.delete(s),_}return Bl=a,Bl}var Ul,Gd;function UA(){if(Gd)return Ul;Gd=1;var e=On(),t=kr(),r=e(t,"DataView");return Ul=r,Ul}var Hl,jd;function HA(){if(jd)return Hl;jd=1;var e=On(),t=kr(),r=e(t,"Promise");return Hl=r,Hl}var Gl,Yd;function GA(){if(Yd)return Gl;Yd=1;var e=On(),t=kr(),r=e(t,"Set");return Gl=r,Gl}var jl,Xd;function jA(){if(Xd)return jl;Xd=1;var e=On(),t=kr(),r=e(t,"WeakMap");return jl=r,jl}var Yl,Wd;function YA(){if(Wd)return Yl;Wd=1;var e=UA(),t=Sf(),r=HA(),n=GA(),a=jA(),i=fi(),s=_y(),o="[object Map]",l="[object Object]",u="[object Promise]",c="[object Set]",f="[object WeakMap]",h="[object DataView]",p=s(e),g=s(t),d=s(r),m=s(n),x=s(a),y=i;return(e&&y(new e(new ArrayBuffer(1)))!=h||t&&y(new t)!=o||r&&y(r.resolve())!=u||n&&y(new n)!=c||a&&y(new a)!=f)&&(y=function(v){var _=i(v),S=_==l?v.constructor:void 0,w=S?s(S):"";if(w)switch(w){case p:return h;case g:return o;case d:return u;case m:return c;case x:return f}return _}),Yl=y,Yl}var Xl,Kd;function XA(){if(Kd)return Xl;Kd=1;var e=vy(),t=by(),r=AA(),n=BA(),a=YA(),i=cr(),s=wy(),o=Ty(),l=1,u="[object Arguments]",c="[object Array]",f="[object Object]",h=Object.prototype,p=h.hasOwnProperty;function g(d,m,x,y,v,_){var S=i(d),w=i(m),b=S?c:a(d),T=w?c:a(m);b=b==u?f:b,T=T==u?f:T;var M=b==f,k=T==f,C=b==T;if(C&&s(d)){if(!s(m))return!1;S=!0,M=!1}if(C&&!M)return _||(_=new e),S||o(d)?t(d,m,x,y,v,_):r(d,m,b,x,y,v,_);if(!(x&l)){var P=M&&p.call(d,"__wrapped__"),R=k&&p.call(m,"__wrapped__");if(P||R){var F=P?d.value():d,z=R?m.value():m;return _||(_=new e),v(F,z,x,y,_)}}return C?(_||(_=new e),n(d,m,x,y,v,_)):!1}return Xl=g,Xl}var Wl,Vd;function My(){if(Vd)return Wl;Vd=1;var e=XA(),t=hi();function r(n,a,i,s,o){return n===a?!0:n==null||a==null||!t(n)&&!t(a)?n!==n&&a!==a:e(n,a,i,s,r,o)}return Wl=r,Wl}var Kl,Zd;function WA(){if(Zd)return Kl;Zd=1;var e=vy(),t=My(),r=1,n=2;function a(i,s,o,l){var u=o.length,c=u,f=!l;if(i==null)return!c;for(i=Object(i);u--;){var h=o[u];if(f&&h[2]?h[1]!==i[h[0]]:!(h[0]in i))return!1}for(;++u<c;){h=o[u];var p=h[0],g=i[p],d=h[1];if(f&&h[2]){if(g===void 0&&!(p in i))return!1}else{var m=new e;if(l)var x=l(g,d,p,i,s,m);if(!(x===void 0?t(d,g,r|n,l,m):x))return!1}}return!0}return Kl=a,Kl}var Vl,Qd;function Ay(){if(Qd)return Vl;Qd=1;var e=ui();function t(r){return r===r&&!e(r)}return Vl=t,Vl}var Zl,Jd;function KA(){if(Jd)return Zl;Jd=1;var e=Ay(),t=ys();function r(n){for(var a=t(n),i=a.length;i--;){var s=a[i],o=n[s];a[i]=[s,o,e(o)]}return a}return Zl=r,Zl}var Ql,tg;function Cy(){if(tg)return Ql;tg=1;function e(t,r){return function(n){return n==null?!1:n[t]===r&&(r!==void 0||t in Object(n))}}return Ql=e,Ql}var Jl,eg;function VA(){if(eg)return Jl;eg=1;var e=WA(),t=KA(),r=Cy();function n(a){var i=t(a);return i.length==1&&i[0][2]?r(i[0][0],i[0][1]):function(s){return s===a||e(s,a,i)}}return Jl=n,Jl}var tu,rg;function ZA(){if(rg)return tu;rg=1;var e=Mf();function t(r,n,a){var i=r==null?void 0:e(r,n);return i===void 0?a:i}return tu=t,tu}var eu,ng;function QA(){if(ng)return eu;ng=1;function e(t,r){return t!=null&&r in Object(t)}return eu=e,eu}var ru,ag;function JA(){if(ag)return ru;ag=1;var e=xy(),t=vf(),r=cr(),n=Af(),a=Cf(),i=gs();function s(o,l,u){l=e(l,o);for(var c=-1,f=l.length,h=!1;++c<f;){var p=i(l[c]);if(!(h=o!=null&&u(o,p)))break;o=o[p]}return h||++c!=f?h:(f=o==null?0:o.length,!!f&&a(f)&&n(p,f)&&(r(o)||t(o)))}return ru=s,ru}var nu,ig;function tC(){if(ig)return nu;ig=1;var e=QA(),t=JA();function r(n,a){return n!=null&&t(n,a,e)}return nu=r,nu}var au,sg;function eC(){if(sg)return au;sg=1;var e=My(),t=ZA(),r=tC(),n=bf(),a=Ay(),i=Cy(),s=gs(),o=1,l=2;function u(c,f){return n(c)&&a(f)?i(s(c),f):function(h){var p=t(h,c);return p===void 0&&p===f?r(h,c):e(f,p,o|l)}}return au=u,au}var iu,og;function _s(){if(og)return iu;og=1;function e(t){return t}return iu=e,iu}var su,lg;function rC(){if(lg)return su;lg=1;function e(t){return function(r){return r==null?void 0:r[t]}}return su=e,su}var ou,ug;function nC(){if(ug)return ou;ug=1;var e=Mf();function t(r){return function(n){return e(n,r)}}return ou=t,ou}var lu,cg;function aC(){if(cg)return lu;cg=1;var e=rC(),t=nC(),r=bf(),n=gs();function a(i){return r(i)?e(n(i)):t(i)}return lu=a,lu}var uu,fg;function ky(){if(fg)return uu;fg=1;var e=VA(),t=eC(),r=_s(),n=cr(),a=aC();function i(s){return typeof s=="function"?s:s==null?r:typeof s=="object"?n(s)?t(s[0],s[1]):e(s):a(s)}return uu=i,uu}var cu,hg;function iC(){if(hg)return cu;hg=1;function e(t){return function(r,n,a){for(var i=-1,s=Object(r),o=a(r),l=o.length;l--;){var u=o[t?l:++i];if(n(s[u],u,s)===!1)break}return r}}return cu=e,cu}var fu,pg;function sC(){if(pg)return fu;pg=1;var e=iC(),t=e();return fu=t,fu}var hu,dg;function oC(){if(dg)return hu;dg=1;var e=sC(),t=ys();function r(n,a){return n&&e(n,a,t)}return hu=r,hu}var pu,gg;function lC(){if(gg)return pu;gg=1;var e=ms();function t(r,n){return function(a,i){if(a==null)return a;if(!e(a))return r(a,i);for(var s=a.length,o=n?s:-1,l=Object(a);(n?o--:++o<s)&&i(l[o],o,l)!==!1;);return a}}return pu=t,pu}var du,mg;function uC(){if(mg)return du;mg=1;var e=oC(),t=lC(),r=t(e);return du=r,du}var gu,yg;function Ry(){if(yg)return gu;yg=1;var e=uC(),t=ms();function r(n,a){var i=-1,s=t(n)?Array(n.length):[];return e(n,function(o,l,u){s[++i]=a(o,l,u)}),s}return gu=r,gu}var mu,_g;function cC(){if(_g)return mu;_g=1;function e(t,r){var n=t.length;for(t.sort(r);n--;)t[n]=t[n].value;return t}return mu=e,mu}var yu,xg;function fC(){if(xg)return yu;xg=1;var e=pi();function t(r,n){if(r!==n){var a=r!==void 0,i=r===null,s=r===r,o=e(r),l=n!==void 0,u=n===null,c=n===n,f=e(n);if(!u&&!f&&!o&&r>n||o&&l&&c&&!u&&!f||i&&l&&c||!a&&c||!s)return 1;if(!i&&!o&&!f&&r<n||f&&a&&s&&!i&&!o||u&&a&&s||!l&&s||!c)return-1}return 0}return yu=t,yu}var _u,vg;function hC(){if(vg)return _u;vg=1;var e=fC();function t(r,n,a){for(var i=-1,s=r.criteria,o=n.criteria,l=s.length,u=a.length;++i<l;){var c=e(s[i],o[i]);if(c){if(i>=u)return c;var f=a[i];return c*(f=="desc"?-1:1)}}return r.index-n.index}return _u=t,_u}var xu,bg;function pC(){if(bg)return xu;bg=1;var e=cs(),t=Mf(),r=ky(),n=Ry(),a=cC(),i=Sy(),s=hC(),o=_s(),l=cr();function u(c,f,h){f.length?f=e(f,function(d){return l(d)?function(m){return t(m,d.length===1?d[0]:d)}:d}):f=[o];var p=-1;f=e(f,i(r));var g=n(c,function(d,m,x){var y=e(f,function(v){return v(d)});return{criteria:y,index:++p,value:d}});return a(g,function(d,m){return s(d,m,h)})}return xu=u,xu}var vu,wg;function dC(){if(wg)return vu;wg=1;function e(t,r,n){switch(n.length){case 0:return t.call(r);case 1:return t.call(r,n[0]);case 2:return t.call(r,n[0],n[1]);case 3:return t.call(r,n[0],n[1],n[2])}return t.apply(r,n)}return vu=e,vu}var bu,Sg;function gC(){if(Sg)return bu;Sg=1;var e=dC(),t=Math.max;function r(n,a,i){return a=t(a===void 0?n.length-1:a,0),function(){for(var s=arguments,o=-1,l=t(s.length-a,0),u=Array(l);++o<l;)u[o]=s[a+o];o=-1;for(var c=Array(a+1);++o<a;)c[o]=s[o];return c[a]=i(u),e(n,this,c)}}return bu=r,bu}var wu,Tg;function mC(){if(Tg)return wu;Tg=1;function e(t){return function(){return t}}return wu=e,wu}var Su,Mg;function yC(){if(Mg)return Su;Mg=1;var e=On(),t=(function(){try{var r=e(Object,"defineProperty");return r({},"",{}),r}catch{}})();return Su=t,Su}var Tu,Ag;function _C(){if(Ag)return Tu;Ag=1;var e=mC(),t=yC(),r=_s(),n=t?function(a,i){return t(a,"toString",{configurable:!0,enumerable:!1,value:e(i),writable:!0})}:r;return Tu=n,Tu}var Mu,Cg;function xC(){if(Cg)return Mu;Cg=1;var e=800,t=16,r=Date.now;function n(a){var i=0,s=0;return function(){var o=r(),l=t-(o-s);if(s=o,l>0){if(++i>=e)return arguments[0]}else i=0;return a.apply(void 0,arguments)}}return Mu=n,Mu}var Au,kg;function vC(){if(kg)return Au;kg=1;var e=_C(),t=xC(),r=t(e);return Au=r,Au}var Cu,Rg;function bC(){if(Rg)return Cu;Rg=1;var e=_s(),t=gC(),r=vC();function n(a,i){return r(t(a,i,e),a+"")}return Cu=n,Cu}var ku,Eg;function kf(){if(Eg)return ku;Eg=1;var e=wf(),t=ms(),r=Af(),n=ui();function a(i,s,o){if(!n(o))return!1;var l=typeof s;return(l=="number"?t(o)&&r(s,o.length):l=="string"&&s in o)?e(o[s],i):!1}return ku=a,ku}var Ru,Dg;function wC(){if(Dg)return Ru;Dg=1;var e=my(),t=pC(),r=bC(),n=kf(),a=r(function(i,s){if(i==null)return[];var o=s.length;return o>1&&n(i,s[0],s[1])?s=[]:o>2&&n(s[0],s[1],s[2])&&(s=[s[0]]),t(i,e(s,1),[])});return Ru=a,Ru}var SC=wC();const TC=ya(SC);var Eu,Og;function MC(){if(Og)return Eu;Og=1;function e(t){for(var r=-1,n=t==null?0:t.length,a={};++r<n;){var i=t[r];a[i[0]]=i[1]}return a}return Eu=e,Eu}var AC=MC();const Pg=ya(AC);var Du,Fg;function CC(){if(Fg)return Du;Fg=1;var e=Math.ceil,t=Math.max;function r(n,a,i,s){for(var o=-1,l=t(e((a-n)/(i||1)),0),u=Array(l);l--;)u[s?l:++o]=n,n+=i;return u}return Du=r,Du}var Ou,Ng;function kC(){if(Ng)return Ou;Ng=1;var e=CC(),t=kf(),r=hy();function n(a){return function(i,s,o){return o&&typeof o!="number"&&t(i,s,o)&&(s=o=void 0),i=r(i),s===void 0?(s=i,i=0):s=r(s),o=o===void 0?i<s?1:-1:r(o),e(i,s,o,a)}}return Ou=n,Ou}var Pu,$g;function RC(){if($g)return Pu;$g=1;var e=kC(),t=e();return Pu=t,Pu}var EC=RC();const DC=ya(EC);var Fu,Lg;function OC(){if(Lg)return Fu;Lg=1;var e=cs(),t=ky(),r=Ry(),n=cr();function a(i,s){var o=n(i)?e:r;return o(i,t(s,3))}return Fu=a,Fu}var Nu,qg;function PC(){if(qg)return Nu;qg=1;var e=my(),t=OC();function r(n,a){return e(t(n,a),1)}return Nu=r,Nu}var FC=PC();const NC=ya(FC);var $u,Ig;function Ey(){if(Ig)return $u;Ig=1;function e(t,r,n){return t===t&&(n!==void 0&&(t=t<=n?t:n),r!==void 0&&(t=t>=r?t:r)),t}return $u=e,$u}var Lu,zg;function $C(){if(zg)return Lu;zg=1;function e(t,r){var n=-1,a=t.length;for(r||(r=Array(a));++n<a;)r[n]=t[n];return r}return Lu=e,Lu}var qu,Bg;function LC(){if(Bg)return qu;Bg=1;var e=Math.floor,t=Math.random;function r(n,a){return n+e(t()*(a-n+1))}return qu=r,qu}var Iu,Ug;function Dy(){if(Ug)return Iu;Ug=1;var e=LC();function t(r,n){var a=-1,i=r.length,s=i-1;for(n=n===void 0?i:n;++a<n;){var o=e(a,s),l=r[o];r[o]=r[a],r[a]=l}return r.length=n,r}return Iu=t,Iu}var zu,Hg;function qC(){if(Hg)return zu;Hg=1;var e=Ey(),t=$C(),r=Dy();function n(a,i){return r(t(a),e(i,0,a.length))}return zu=n,zu}var Bu,Gg;function IC(){if(Gg)return Bu;Gg=1;var e=cs();function t(r,n){return e(n,function(a){return r[a]})}return Bu=t,Bu}var Uu,jg;function zC(){if(jg)return Uu;jg=1;var e=IC(),t=ys();function r(n){return n==null?[]:e(n,t(n))}return Uu=r,Uu}var Hu,Yg;function BC(){if(Yg)return Hu;Yg=1;var e=Ey(),t=Dy(),r=zC();function n(a,i){var s=r(a);return t(s,e(i,0,s.length))}return Hu=n,Hu}var Gu,Xg;function UC(){if(Xg)return Gu;Xg=1;var e=qC(),t=BC(),r=cr(),n=kf(),a=py();function i(s,o,l){(l?n(s,o,l):o===void 0)?o=1:o=a(o);var u=r(s)?e:t;return u(s,o)}return Gu=i,Gu}var HC=UC();const GC=ya(HC),jC=e=>zM(e,14),Wg=e=>Object.values(e).reduce((t,r)=>t+r,0),YC=(e,t,r={})=>{const n=Object.assign({draw:!1},r);if(Object.values(e).length<1)throw new Error("vote distribution must contain at least one party");if(!Object.values(e).every(g=>typeof g=="number"&&g>=0))throw new Error("party vote counts must be non-negative integers");if(!Number.isInteger(t)||t<=0)throw new Error("seats must be a positive integer");if(typeof n.draw!="boolean")throw new Error("opt.draw must be a boolean");const a=Wg(e),i=Pg(Object.entries(e).map(([g,d])=>{const m=Math.max(t-Object.keys(e).length,0),x=Math.round(m*d/a);return[g,x]})),s=Pg(Object.entries(e).map(([g,d])=>{const m=t+Object.keys(e).length,x=Math.min(Math.round(m*d/a),t);return[g,x]})),o=NC(Object.entries(e).map(([g,d])=>{const m=i[g],x=s[g];return DC(m,x).map(y=>{const v=jC(d/(y+.5));return{party:g,quotient:v}})})),l=Wg(i),u=t-l,c=TC(o,({quotient:g})=>-g),f=c[u-1].quotient,h=c.filter(({quotient:g})=>g>f),p=c.filter(({quotient:g})=>g===f);if(h.length+p.length===u)h.push(...p);else{if(!n.draw)throw new Error("result is ambiguous, a draw would need to be made, but opt.draw is disabled");h.push(...GC(p,u-h.length))}return h.reduce((g,{party:d})=>(g[d]+=1,g),i)},ts=e=>Math.round(e*1e10)/1e10,XC=e=>e.reduce((t,r)=>t+r.seats,0),WC=e=>e.flat(),KC=(e,t,r)=>{const n=(Math.PI-r)/2,a=t/e+n-Math.PI;return{x:ts(e*Math.cos(a)),y:ts(e*Math.sin(a))}},Oy=(e,t,r,n)=>{const a=n*t*r/(e-t),i=1+n*(t-1)*t/2/(e-t);return a/i},Ca=(e,t,r,n)=>{const a=n/Math.PI*.7142857142857143;return Math.abs(Oy(e,t,r,n)*t/r-a)},VC=(e,t,r)=>{let n=Math.floor(Math.log(e)/Math.log(2))||1,a=Ca(e,n,t,r),i=0;for(Ca(e,n+1,t,r)<a&&(i=1),Ca(e,n-1,t,r)<a&&n>1&&(i=-1);Ca(e,n+i,t,r)<a&&n>0;)a=Ca(e,n+i,t,r),n+=i;return n},ZC=(e,t)=>{var a,i;let r,n;for(let s=0;s<e.length;s++)n=ts((t[s]||0)/(((a=e[s])==null?void 0:a.length)??1)),(!r||n<r)&&(r=n);for(let s=0;s<e.length;s++)if(n=ts((t[s]||0)/(((i=e[s])==null?void 0:i.length)??1)),n===r)return s;return 0},QC=(e,t,r)=>{const n=XC(e),a=VC(n,t,r),i=Oy(n,a,t,r);let s={};for(let h=1;h<=a;h++)s[h]=t-(h-1)*i;s=YC(s,n);const o=[];let l,u,c;for(let h=1;h<=a;h++){const p=[];l=t-(h-1)*i,u=r*l/((s[h]??1)-1||1);for(let g=0;g<=(s[h]??1)-1;g++)c={...KC(l,g*u,r),r:.4*i},p.push(c);o.push(p)}const f=Array(o.length).fill(0);for(const h of e)for(let p=0;p<h.seats;p++){const g=ZC(o,f),d=o[g],m=f[g]??0,x=d==null?void 0:d[m];x&&(x.fill=h.colour,x.party=String(h.id)),f[g]=m+1}return WC(o)},JC=e=>t=>e("circle",{cx:t.x,cy:t.y,r:t.r,fill:t.fill,class:t.party}),tk={seatCount:!1,arcAngle:180,hFunction:li},ek=(e,t={})=>{var m;const{seatCount:r,arcAngle:n,hFunction:a}=Object.assign({},tk,t);if(typeof r!="boolean")throw new Error("`seatCount` option must be a boolean");if(typeof a!="function")throw new Error("`hFunction` option must be a function");if(typeof n!="number"||n<=0||n>360)throw new Error("`arcAngle` option must be a number between 0 and 360");const i=n*Math.PI/180,s=20,o=QC(e,s,i),l=(((m=o[0])==null?void 0:m.r)??0)/.4||0,u=o.map(JC(a));r&&u.push(a("text",{x:0,y:0,"text-anchor":"middle",style:{"font-family":"Helvetica","font-size":.25*s+"px"},class:"seatNumber"},String(u.length)));const c=n<=180?s+l:s*(1+Math.sin((i-Math.PI)/2))+l,f=s+l,h=Math.max(c,f),p=n<=180?-s-l/2:-s*(1+Math.sin((i-Math.PI)/2))-l/2,g=a("defs",[ey(a),ry(a),ny(a)]);return a("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:[-s-l/2,p,2*s+l,h].join(",")},[g,...u])},rk={seatCount:!1,arcAngle:200,arcAngleFlexibility:5,radius:380,seatSize:4.5,minSeatSize:1.8,maxSeatSize:3,spacing:1.8,innerRadiusRatio:.6,showLabels:!0,hFunction:li},nk=(e,t={})=>{const r={...rk,...t},{arcAngle:n,arcAngleFlexibility:a,radius:i,seatSize:s,minSeatSize:o,maxSeatSize:l,spacing:u,innerRadiusRatio:c,showLabels:f,hFunction:h}=r,p=i*c,g=e.reduce((Y,$)=>Y+$.seats,0);let d={seatSize:s,arcAngle:n,score:-1};const m=n-a,x=n+a;for(let Y=m;Y<=x;Y+=2.5){const $=Y*Math.PI/180;for(let U=l;U>=o;U-=.1){const G=U*2,A=G*u,q=Math.floor((i-p)/A);for(let N=1;N<=Math.min(q,10);N++){let D=0;for(let nt=0;nt<N;nt++){const X=p+(nt+.5)*A,lt=G*u/X,xt=Math.floor($/lt);D+=xt}if(D>=g){const nt=g/D,X=(U-o)/(l-o),lt=(D-g)/g,xt=lt<.15?1:lt<.3?.7:lt<.5?.4:.1,et=1-Math.abs(Y-n)/a,gt=xt*.5+X*.3+nt*.15+et*.05;gt>d.score&&(d={seatSize:U,arcAngle:Y,rings:N,score:gt})}}}}const y=d.seatSize,v=d.arcAngle,_=v*Math.PI/180,S=y*2,w=S*u,b=Math.floor((i-p)/w),T=[],M=-_/2-Math.PI/2,k=[];let C=0,P=[];for(let Y=1;Y<=b;Y++){let $=0;const U=[];for(let G=0;G<Y;G++){const A=p+(G+.5)*w,q=S*u/A,N=Math.floor(_/q);U.push(N),$+=N}if($>=g){C=Y,P=U;break}}if(C>0)k.push(...P);else for(let Y=0;Y<b;Y++){const $=p+(Y+.5)*w,U=S*u/$,G=Math.floor(_/U);k.push(G)}for(let Y=0;Y<k.length;Y++){const $=p+(Y+.5)*w,U=k[Y]??0;if(U>0){const G=_/U;for(let A=0;A<U;A++){const q=M+(A+.5)*G,N=Math.cos(q)*$,D=Math.sin(q)*$;T.push({ring:Y,index:A,angle:q,x:N,y:D})}}}T.sort((Y,$)=>{const U=Y.angle-$.angle;return Math.abs(U)>.001?U:Y.ring-$.ring});const R=[];let F=0;e.forEach(Y=>{const $=[],U=Math.min(Y.seats,T.length-F);let G=1/0,A=-1/0;for(let N=0;N<U&&F<T.length;N++){const D=T[F++];D&&(G=Math.min(G,D.angle),A=Math.max(A,D.angle),Math.sqrt(D.x*D.x+D.y*D.y),$.push(h("circle",{fill:Y.colour,stroke:Y.colour,className:"circle seat-visual seat-hover-zone",transform:`translate(${D.x}, ${D.y})`,r:y,"data-party":Y.name,"data-party-id":String(Y.id),style:"pointer-events: all; cursor: pointer;"})))}const q=$;R.push(h("g",{className:"party-group","data-party":Y.name,style:"opacity: 1; outline: none;"},q))});const z=h("g",{className:"arc-bg"},[h("circle",{className:"outer",cx:0,cy:0,fill:"#ffffff",r:i}),h("circle",{className:"inner",cx:0,cy:0,fill:"#ffffff",r:p})]),L=h("g",{className:"points-container"},R),O=f?h("g",{className:"label-container",mask:"url(#label-clip)",style:"pointer-events: none;"},[h("text",{className:"party_count",dy:"-0.05em",style:"font-size: 24vw; font-weight: bold; text-anchor: middle; display: none; opacity: 0; fill: rgb(19, 90, 225); transform: scale(1);"}),h("text",{className:"party_name",y:0,dy:"1em",style:"font-size: 6vw; font-weight: normal; text-anchor: middle; display: none; opacity: 0; fill: rgb(19, 90, 225); transform: scale(1);"})]):null,j=h("defs",[h("radialGradient",{id:"label-gradient"},[h("stop",{offset:"0%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 1;"}),h("stop",{offset:"80%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 1;"}),h("stop",{offset:"90%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 0.1;"}),h("stop",{offset:"100%",style:"stop-color: rgb(255, 255, 255); stop-opacity: 0;"})]),h("mask",{id:"label-clip"},[h("circle",{fill:"url(#label-gradient)",r:p})]),ey(h),ry(h),ny(h)]),it=h("g",{className:"arc-container",transform:`translate(${i}, ${i})`},[z,L,O].filter(Boolean)),J=_/2;let Q;if(v<=180)Q=i*Math.sin(J)+y;else{const Y=J-Math.PI/2;Q=i*(1+Math.sin(Y))+y}const rt=i+y,B=i*2,ut=Math.max(Q,rt);return h("svg",{id:"chart-container","font-family":"Canva Sans Variable",viewBox:`0 0 ${B} ${ut}`,preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg"},[it,j])};function Py(e){return!e||!e.color?"#cccccc":e.color==="url(#hatchPattern)"?ea.COMPLETED:e.color==="url(#greyHatchPattern)"?$t.greyHatch.lines:e.color}function Rc(e,t){if(!e)return;const r=e.querySelectorAll(".party-group");r&&r.length>0&&r.forEach(n=>{if(!n)return;const a=n,i=a.getAttribute("data-party");t?i===t?a.style.opacity=Pe.animation.hoverOpacity.active:a.style.opacity=Pe.animation.hoverOpacity.dimmed:a.style.opacity="1"})}function Ec(e,t){e.forEach(r=>{const n=r,a=r.getAttribute("class")||"";t?a===t?(n.setAttribute("fill-opacity","1"),n.setAttribute("stroke-opacity","1")):(n.setAttribute("fill-opacity",Pe.animation.hoverOpacity.dimmed),n.setAttribute("stroke-opacity","0.2")):(n.setAttribute("fill-opacity","1"),n.setAttribute("stroke-opacity","1"))})}const ak=({containerRef:e,processedData:t,totalRepositories:r,arcAngle:n,useEnhanced:a,maxSeats:i,setHoveredData:s,activePartyName:o,setActivePartyName:l,chartConfig:u,seatSize:c,shouldAnimate:f=!1,animationDirection:h="left-to-right",onAnimationComplete:p})=>{V.useEffect(()=>{if(!e.current||t.length===0)return;for(;e.current.firstChild;)e.current.removeChild(e.current.firstChild);const g=r<=i?1:i/r,d=t.filter(w=>w.value>0).map(w=>{const b=r<=i?w.value:Math.max(1,Math.floor(w.value*g));return{id:String(w.id),name:w.label,seats:b,colour:w.color==="url(#hatchPattern)"?ea.COMPLETED:w.color}}),m=a?nk(d,{arcAngle:n,arcAngleFlexibility:u.arcAngleFlexibility,radius:u.radius,seatSize:c,minSeatSize:u.minSeatSize,maxSeatSize:u.maxSeatSize,spacing:u.spacing,innerRadiusRatio:u.innerRadiusRatio,showLabels:!0}):ek(d,{arcAngle:n});m.properties&&(m.properties.width="100%",m.properties.height="100%",m.properties.style="display: block; width: 100%; max-width: 100%; height: auto;",m.properties.preserveAspectRatio="xMidYMid meet");const x=kM(m),_=new DOMParser().parseFromString(x,"image/svg+xml").documentElement;if(!_)return;_.setAttribute("width","100%"),_.setAttribute("height","100%"),_.style.width="100%",_.style.height="auto",_.style.display="block",a?ik(_,d,t,s,o,l):sk(_,d,t,s,o,l);const S=()=>{if(s(null),l(null),a)Rc(_,null);else{const w=_.querySelectorAll("circle");Ec(w,null)}};return _&&_.addEventListener("mouseleave",S),e.current.appendChild(_),f&&_&&DM(_,n,u.radius,h,900,p),()=>{if(_&&_.removeEventListener("mouseleave",S),e.current)for(;e.current.firstChild;)e.current.removeChild(e.current.firstChild)}},[t,r,n,a,i,s,o,l,e,u,c,f,h,p])};function ik(e,t,r,n,a,i){if(!e)return;const s=e.querySelectorAll(".seat-hover-zone"),o=e.querySelectorAll(".party-group circle.seat-visual");o&&o.length>0&&o.forEach(l=>{if(l){const u=l;u.style.stroke=Pe.colors.seatBorder,u.style.strokeWidth="0.5",u.setAttribute("fill-opacity","1"),u.style.transition=`fill-opacity ${Pe.animation.transitionDuration} ease, stroke-opacity ${Pe.animation.transitionDuration} ease`}}),s&&s.length>0&&s.forEach(l=>{if(!l)return;const u=l.getAttribute("data-party"),c=l.getAttribute("data-party-id"),f=()=>{if(u&&u!==a){const h=t.find(p=>p.name===u||String(p.id)===c);if(h){const p=r.find(g=>g.label===h.name||String(g.id)===h.id);if(p){const g=Py(p);n({label:p.label||"Unknown",value:p.value||0,color:g}),i(h.name),Rc(e,h.name)}}}};l.addEventListener("mouseenter",f)}),a&&Rc(e,a)}function sk(e,t,r,n,a,i){if(!e)return;const s=e.querySelectorAll("circle");if(s&&s.length>0&&(s.forEach(o=>{if(o){const l=o;l.style.cursor="pointer",l.style.stroke=Pe.colors.seatBorder,l.style.strokeWidth="0.5",l.setAttribute("fill-opacity","1"),l.style.transition=`fill-opacity ${Pe.animation.transitionDuration} ease, stroke-opacity ${Pe.animation.transitionDuration} ease`}}),s.forEach(o=>{if(!o)return;const l=o.getAttribute("class")||"",u=parseInt(l,10),c=t[u],f=()=>{if(c){const h=c.name;if(h&&h!==a){const p=r.find(g=>g.label===c.name||String(g.id)===c.id);if(p){const g=Py(p);n({label:p.label||"Unknown",value:p.value||0,color:g}),i(h),Ec(s,l)}}}};o.addEventListener("mouseenter",f)})),a){const o=t.find(l=>l.name===a);if(o){const l=t.indexOf(o);Ec(s,String(l))}}}const ju=Ia,Kg={[Ha]:ea.NOT_APPLICABLE,[Ga]:ea.NO_LST,[ja]:ea.DATA_MISSING},ka=(e,t,r)=>{if(e in Kg)return Kg[e];const n=r-1-t,a=ju.length,i=Math.floor(n/Math.max(1,r-1)*(a-1)),s=Math.min(Math.max(0,i),a-1);return ju[s]??ju[0]??"#000000"},Fy=({dataSeries:e,notApplicableRepositories:t,noLstRepositories:r,unavailableRepositories:n})=>{const{special:a,regular:i}=e.reduce((p,g,d)=>([Ha,Ga,ja].includes(g.label)?p.special.push({...g,originalIndex:d}):p.regular.push({...g,originalIndex:d}),p),{special:[],regular:[]}),s=i.reverse().map((p,g)=>({id:`measure-${g}`,label:p.label,value:p.value,color:ka(p.label,i.length-1-g,i.length)})),o=a.map((p,g)=>({id:p.label.toLowerCase().replace(" ","-"),label:p.label,value:p.value,color:ka(p.label,g,a.length)})),l=n,u={id:"no-lst",label:Ga,value:r,color:ka(Ga,0,1)},c={id:"data-missing",label:ja,value:l,color:ka(ja,0,1)},f={id:"n/a",label:Ha,value:t,color:ka(Ha,0,1)},h=[];return f.value>0&&h.push(f),u.value>0&&h.push(u),c.value>0&&h.push(c),h.push(...o),h.push(...s),h},Vg={"N/A":"Repos that aren't applicable to this migration.","No LST":"There are no LSTs for these repos.","Data Missing":"There is data missing in the LSTs."},ok=({dataSeries:e,totalRepositories:t,notApplicableRepositories:r,noLstRepositories:n,unavailableRepositories:a,arcAngle:i,useEnhanced:s=Pe.useEnhanced,showTable:o=!0,shouldAnimate:l=!1,animationDirection:u="left-to-right",onAnimationComplete:c})=>{const f=V.useRef(null),[h,p]=V.useState(null),[g,d]=V.useState(null),x=Fy({dataSeries:e,notApplicableRepositories:r,noLstRepositories:n,unavailableRepositories:a}).map(b=>{const T=typeof b.color=="function"?b.color("arc"):b.color,M=typeof b.label=="function"?b.label("arc"):b.label;return{...b,color:T,label:M}}),y=i??df({repositoryCount:t}),v=gf({repositoryCount:t});ak({containerRef:f,processedData:x,totalRepositories:t,arcAngle:y,useEnhanced:s,maxSeats:Pe.maxSeats,setHoveredData:p,activePartyName:g,setActivePartyName:d,chartConfig:Pe.chartConfig,seatSize:v,shouldAnimate:l,animationDirection:u,onAnimationComplete:c});const _=x.map(b=>{const T=b.value/t*100,M=T>0&&T<1?"< 1":T.toFixed(0);return{id:String(b.id),label:b.label,value:b.value,percentage:M,color:b.color}}),S=t>Pe.maxSeats,w=S?Math.round(t/Pe.maxSeats):1;return E.jsxs(I.Stack,{sx:{width:"100%",alignItems:"center",gap:{xs:.5,sm:.75,md:1,lg:1},py:0,"@media (min-width: 1024px) and (max-width: 1225px)":{gap:.25}},children:[E.jsxs(I.Box,{className:"parliament-chart-container",sx:{position:"relative",width:"100%",minHeight:"200px",mb:{xs:.5,sm:.75,md:1},"@media (min-width: 1024px) and (max-width: 1225px)":{maxHeight:"250px",mb:.25}},children:[E.jsx(I.Box,{className:"parliament-chart-svg-container",ref:f,sx:{width:"100%",height:"100%",position:"relative",display:"flex",justifyContent:"center",alignItems:"center","& svg":{width:"100%",height:"100%",maxWidth:"100%","@media (min-width: 1024px) and (max-width: 1225px)":{maxHeight:"230px"}}}}),E.jsxs(I.Box,{className:"parliament-chart-tooltip",sx:{position:"absolute",bottom:"0%",left:"50%",transform:"translate(-50%, 0%)",pointerEvents:"none",textAlign:"center",zIndex:10,"@media (min-width: 1024px) and (max-width: 1225px)":{bottom:"5%"}},children:[h&&E.jsxs(V.Fragment,{children:[E.jsx(I.Typography,{sx:{color:"text.secondary",mb:.3,fontSize:"clamp(0.75rem, 1.5vw, 0.85rem)",display:"block","@media (min-width: 1024px) and (max-width: 1225px)":{fontSize:"0.7rem",mb:.2}},children:h.label}),E.jsxs(I.Typography,{sx:{fontWeight:"bold",color:h.color,lineHeight:1,fontSize:"clamp(1.1rem, 2.2vw, 1.3rem)","@media (min-width: 1024px) and (max-width: 1225px)":{fontSize:"1rem"}},children:[h.value," ",h.value>1?"repos":"repo"]})]}),S&&E.jsxs(I.Box,{className:"parliament-chart-scaled-indicator",sx:{display:"flex",alignItems:"center",justifyContent:"center",gap:.5,mt:h?.5:0,color:"text.secondary",fontSize:"clamp(0.65rem, 1.2vw, 0.72rem)"},children:[E.jsx(I.Box,{className:"parliament-chart-scaled-indicator-dot",sx:{width:8,height:8,borderRadius:"50%",backgroundColor:"#888888",flexShrink:0}}),E.jsxs(I.Typography,{variant:"caption",sx:{fontSize:"inherit",fontStyle:"italic"},children:["= ~",w," repos"]})]})]})]}),o&&E.jsx(I.Box,{className:"parliament-chart-data-table",sx:{width:"100%",display:"flex",justifyContent:"center","@media (min-width: 1024px) and (max-width: 1225px)":{overflowX:"auto",maxWidth:"100%"}},onMouseLeave:()=>{p(null),d(null)},children:E.jsxs(I.Table,{"aria-label":"Repository categories summary",className:"parliament-chart-table",size:"small",sx:{maxWidth:{xs:"clamp(360px, 90%, 400px)",sm:"clamp(360px, 90%, 400px)",md:"clamp(360px, 85%, 420px)",lg:"clamp(360px, 90%, 400px)"},"@media (min-width: 1024px) and (max-width: 1225px)":{maxWidth:"360px","& .MuiTableCell-root":{padding:"1px 4px",fontSize:"9.5px"}},"& .MuiTableCell-root":{padding:"2px 8px",borderBottom:"none",fontSize:"clamp(10px, 1.8vw, 11.5px)"}},children:[E.jsx("thead",{children:E.jsxs(I.TableRow,{children:[E.jsx(I.TableCell,{}),E.jsx(I.TableCell,{sx:{fontWeight:"bold"},children:"Category"}),E.jsx(I.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"# of repos"}),E.jsx(I.TableCell,{align:"right",sx:{fontWeight:"bold"},children:"% of org"})]})}),E.jsx("tbody",{children:_.map(b=>{const T=b.color==="url(#greyHatchPattern)"?$t.greyHatch.lines:b.color==="url(#dataMissingHatchPattern)"?$t.dataMissingHatch.lines:b.color==="url(#noLstHatchPattern)"?$t.noLstHatch.lines:b.color;return E.jsxs(I.TableRow,{onMouseEnter:()=>{d(b.label),p({label:b.label,value:b.value,color:b.color==="url(#greyHatchPattern)"?$t.greyHatch.lines:b.color==="url(#dataMissingHatchPattern)"?$t.dataMissingHatch.lines:b.color==="url(#noLstHatchPattern)"?$t.noLstHatch.lines:b.color})},sx:{cursor:"pointer",transition:"background-color 0.15s ease",backgroundColor:g===b.label?`${T}15`:"transparent","&:hover":{backgroundColor:`${T}15`}},children:[E.jsx(I.TableCell,{align:"center",sx:{width:20},children:E.jsx(I.Box,{sx:{width:12,height:12,backgroundColor:b.color==="url(#greyHatchPattern)"?$t.greyHatch.background:b.color==="url(#dataMissingHatchPattern)"?$t.dataMissingHatch.background:b.color==="url(#noLstHatchPattern)"?$t.noLstHatch.background:b.color,borderRadius:"50%",position:"relative",overflow:"hidden",transition:"transform 0.15s ease",transform:g===b.label?"scale(1.2)":"scale(1)",...b.label==="N/A"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
10
48
  0deg,
11
49
  transparent,
12
50
  transparent 3px,
13
- ${$.greyHatch.lines} 3px,
14
- ${$.greyHatch.lines} 4px
15
- )`,borderRadius:"50%"}},...y.label==="Data Missing"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
51
+ ${$t.greyHatch.lines} 3px,
52
+ ${$t.greyHatch.lines} 4px
53
+ )`,borderRadius:"50%"}},...b.label==="Data Missing"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
16
54
  45deg,
17
55
  transparent,
18
56
  transparent 3px,
19
- ${$.dataMissingHatch.lines} 3px,
20
- ${$.dataMissingHatch.lines} 4px
21
- )`,borderRadius:"50%"}},...y.label==="No LST"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
57
+ ${$t.dataMissingHatch.lines} 3px,
58
+ ${$t.dataMissingHatch.lines} 4px
59
+ )`,borderRadius:"50%"}},...b.label==="No LST"&&{"&::after":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,backgroundImage:`repeating-linear-gradient(
22
60
  -45deg,
23
61
  transparent,
24
62
  transparent 3px,
25
- ${$.noLstHatch.lines} 3px,
26
- ${$.noLstHatch.lines} 4px
27
- )`,borderRadius:"50%"}}}})}),x.jsx(T.TableCell,{children:x.jsxs(T.Stack,{direction:"row",alignItems:"center",gap:.5,children:[x.jsx("span",{children:y.label}),Ol[y.label]&&x.jsx(T.Tooltip,{title:Ol[y.label],placement:"right",arrow:!0,children:x.jsx(Cs.InfoOutlined,{sx:{fontSize:".875rem",color:"text.secondary"}})})]})}),x.jsx(T.TableCell,{align:"right",children:y.value}),x.jsxs(T.TableCell,{align:"right",children:[y.percentage,"%"]})]},y.id)})})]})})]})},ae={colors:{primary:"#992FB9",background:"#FFFFFF",border:"#9CA3AF",highlightBackground:"rgba(229, 231, 235, 0.5)",monthLabel:"#9ca3af",tooltipText:"#6b7280"},dimensions:{height:32,eventWidth:2}},re={header:{sx:{}},title:{sx:{m:0}},instructions:{sx:{color:"text.secondary",minHeight:"40px",display:"flex",alignItems:"center"}},monthLabelsContainer:{sx:{justifyContent:"space-between",px:1.25,height:"20px",fontSize:"11px",color:ae.colors.monthLabel,mb:1}},monthLabel:{sx:{fontSize:"11px"}},timeline:{sx:{position:"relative",height:`${ae.dimensions.height}px`,backgroundColor:ae.colors.background,borderRadius:0,overflow:"hidden",border:`1px solid ${ae.colors.border}`}},event:{sx:{position:"absolute",top:0,width:`${ae.dimensions.eventWidth}px`,height:"100%",backgroundColor:ae.colors.primary,cursor:"pointer",transition:"transform 0.2s",transformOrigin:"center"}},selection:{sx:{position:"absolute",top:0,height:"100%",backgroundColor:ae.colors.highlightBackground,pointerEvents:"none"}},tooltip:{sx:{position:"absolute",bottom:"-40px",backgroundColor:"white",p:"6px 10px",borderRadius:.5,boxShadow:"0 2px 8px rgba(0,0,0,0.15)",whiteSpace:"nowrap",pointerEvents:"none",zIndex:10,border:`1px solid ${ae.colors.border}`}},tooltipEventName:{sx:{fontWeight:600}},tooltipDate:{sx:{color:ae.colors.tooltipText,fontSize:"11px"}}},xd=()=>{var e,t;try{return((t=(e=globalThis.process)==null?void 0:e.env)==null?void 0:t.NODE_ENV)==="development"}catch{return!1}},Ad=({events:e,selectedRange:t,onSelectionChange:n,enableZoom:r,zoomToSelection:a,visibleRange:i,onVisibleRangeChange:o})=>{xd()&&e.length>1&&(e.every((U,te)=>te===0||U.timestamp>=e[te-1].timestamp)||console.warn("TimelineChart: events array should be sorted by timestamp for optimal performance and correct behavior."));const[l,s]=D.useState(!1),[u,f]=D.useState(null),[d,c]=D.useState({start:null,end:null}),[h,m]=D.useState({start:null,end:null}),[v,_]=D.useState(null),p=t??d,b=i??h,y=D.useMemo(()=>{var O;return e.length>0?((O=e[0])==null?void 0:O.timestamp)??0:0},[e]),S=D.useMemo(()=>{var O;return e.length>0?((O=e[e.length-1])==null?void 0:O.timestamp)??0:0},[e]),q=D.useMemo(()=>a&&b.start&&b.end?b.start:y,[a,b,y]),C=D.useMemo(()=>a&&b.start&&b.end?b.end:S,[a,b,S]),A=D.useMemo(()=>C-q,[C,q]),E=D.useCallback(O=>A===0?0:(O-q)/A*100,[q,A]),P=D.useCallback((O,U)=>{const te=O/U*100;return q+te/100*A},[q,A]),L=D.useCallback(O=>{t===void 0&&c(O),n==null||n(O)},[t,n]),w=D.useCallback(O=>{const U=O.currentTarget.getBoundingClientRect(),te=O.clientX-U.left,ne=P(te,U.width);s(!0),f(ne),L({start:ne,end:ne})},[P,L]),z=D.useCallback(O=>{if(!l||u===null)return;const U=O.currentTarget.getBoundingClientRect(),te=O.clientX-U.left,ne=P(te,U.width);L({start:Math.min(u,ne),end:Math.max(u,ne)})},[l,u,P,L]),N=D.useCallback(()=>{const O=l;if(s(!1),O&&a&&p.start&&p.end&&p.start!==p.end){const U={start:p.start,end:p.end};i===void 0&&m(U),o==null||o(U)}},[l,a,p,i,o]),B=D.useCallback(O=>{if(O.preventDefault(),!r||!p.start||!p.end||A===0)return;const U=(p.start+p.end)/2,te=p.end-p.start,ne=O.deltaY>0?1.1:.9,Ne=Math.max(te*ne,A*.01),be=A*1.5,ce=Math.min(Ne,be);let fe=U-ce/2,de=U+ce/2;fe<q&&(fe=q,de=Math.min(q+ce,C)),de>C&&(de=C,fe=Math.max(C-ce,q)),L({start:fe,end:de})},[r,p,A,q,C,L]),Y=D.useCallback(()=>!p.start||!p.end?[]:e.filter(O=>O.timestamp>=p.start&&O.timestamp<=p.end),[e,p]),ee=D.useCallback(()=>{const O={start:y,end:S};i===void 0&&m({start:null,end:null}),o==null||o(O)},[y,S,i,o]),ve=D.useCallback(()=>{a&&ee()},[a,ee]);return{isDragging:l,dragStart:u,internalSelectedRange:p,internalVisibleRange:b,hoveredEvent:v,minDate:q,maxDate:C,timeSpan:A,getPositionFromTimestamp:E,getTimestampFromPosition:P,handleMouseDown:w,handleMouseMove:z,handleMouseUp:N,handleWheel:B,handleDoubleClick:ve,setHoveredEvent:_,getEventsInRange:Y,resetZoom:ee}},Cd=e=>new Date(e).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),qd=e=>new Date(e).toLocaleDateString("en-US",{month:"short",year:"numeric"}),Rd=e=>{const t=e/864e5;return t>60?n=>new Date(n).toLocaleDateString("en-US",{month:"short",year:"numeric"}):t>7?n=>new Date(n).toLocaleDateString("en-US",{month:"short",day:"numeric"}):n=>new Date(n).toLocaleDateString("en-US",{month:"short",day:"numeric",hour:"numeric",hour12:!0})},wd=()=>{var e,t;try{return((t=(e=globalThis.process)==null?void 0:e.env)==null?void 0:t.NODE_ENV)==="development"}catch{return!1}},Td=e=>({header:{...re.header,...e==null?void 0:e.header},title:{...re.title,...e==null?void 0:e.title},instructions:{...re.instructions,...e==null?void 0:e.instructions},monthLabelsContainer:{...re.monthLabelsContainer,...e==null?void 0:e.monthLabelsContainer},monthLabel:{...re.monthLabel,...e==null?void 0:e.monthLabel},timeline:{...re.timeline,...e==null?void 0:e.timeline},event:{...re.event,...e==null?void 0:e.event},selection:{...re.selection,...e==null?void 0:e.selection},tooltip:{...re.tooltip,...e==null?void 0:e.tooltip},tooltipEventName:{...re.tooltipEventName,...e==null?void 0:e.tooltipEventName},tooltipDate:{...re.tooltipDate,...e==null?void 0:e.tooltipDate}}),Md=({events:e,onSelectionChange:t,selectedRange:n,height:r=ae.dimensions.height,formatDate:a=Cd,formatMonthYear:i=qd,showMonthLabels:o=!0,monthLabelCount:l=6,enableZoom:s=!0,showHeader:u=!0,title:f="Event Timeline Selector",zoomToSelection:d=!1,visibleRange:c,onVisibleRangeChange:h,slotProps:m})=>{wd()&&e.length>500&&console.warn(`TimelineChart: Rendering ${e.length} events may impact performance. Consider implementing virtualization or canvas rendering for datasets larger than 500 events.`);const v=D.useMemo(()=>Td(m),[m]),{isDragging:_,internalSelectedRange:p,hoveredEvent:b,minDate:y,timeSpan:S,getPositionFromTimestamp:q,handleMouseDown:C,handleMouseMove:A,handleMouseUp:E,handleWheel:P,handleDoubleClick:L,setHoveredEvent:w,getEventsInRange:z}=Ad({events:e,selectedRange:n,onSelectionChange:t,enableZoom:s,zoomToSelection:d,visibleRange:c,onVisibleRangeChange:h}),N=p.start&&p.end?`Selected: ${a(p.start)} - ${a(p.end)} (${z().length} events)`:"Click and drag on the timeline below to select a date range. Use mouse wheel to zoom in/out.";return x.jsxs(T.Stack,{sx:{width:"100%"},children:[u&&x.jsxs(T.Stack,{spacing:1,sx:{mb:3},...v.header,children:[x.jsx(T.Typography,{variant:"h5",...v.title,children:f}),x.jsx(T.Typography,{variant:"body2",...v.instructions,children:N})]}),o&&x.jsx(T.Stack,{direction:"row",...v.monthLabelsContainer,children:Array.from({length:l},(B,Y)=>{const ee=y+S/(l-1)*Y,ve=Rd(S);return x.jsx(T.Typography,{variant:"caption",...v.monthLabel,children:ve(ee)},Y)})}),x.jsxs(T.Box,{...v.timeline,sx:{...v.timeline.sx,height:`${r}px`},children:[x.jsx(T.Box,{sx:{position:"absolute",top:0,left:0,right:0,height:"100%"},children:e.map((B,Y)=>{const ee=q(B.timestamp);return x.jsx(T.Box,{onMouseEnter:()=>w(B),onMouseLeave:()=>w(null),"aria-label":`Event: ${B.eventName} at ${a(B.timestamp)}`,...v.event,sx:{...v.event.sx,left:`${ee}%`,transform:(b==null?void 0:b.timestamp)===B.timestamp?"scaleX(2)":"scaleX(1)"}},`${B.timestamp}-${Y}`)})}),p.start&&p.end&&(!d||_)&&x.jsx(T.Box,{...v.selection,sx:{...v.selection.sx,left:`${q(p.start)}%`,width:`${q(p.end)-q(p.start)}%`}}),x.jsx(T.Box,{role:"application","aria-label":"Interactive timeline - click and drag to select date range","aria-describedby":u?void 0:"timeline-instructions",tabIndex:0,sx:{position:"absolute",top:0,left:0,right:0,height:"100%",cursor:"crosshair"},onMouseDown:C,onMouseMove:A,onMouseUp:E,onMouseLeave:E,onWheel:P,onDoubleClick:L}),!u&&x.jsx("span",{id:"timeline-instructions",style:{display:"none"},children:N}),b&&x.jsxs(T.Box,{role:"tooltip","aria-live":"polite",...v.tooltip,sx:{...v.tooltip.sx,left:`${q(b.timestamp)}%`,transform:"translateX(-50%)"},children:[x.jsx(T.Typography,{variant:"body2",...v.tooltipEventName,children:b.eventName}),x.jsx(T.Typography,{variant:"caption",...v.tooltipDate,children:a(b.timestamp)})]})]})]})},Od="#8b5cf6",Ed=e=>new Date(e).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),Dd=({events:e,title:t="Events in Selected Range",maxHeight:n="200px",formatDate:r=Ed,primaryColor:a=Od})=>e.length===0?null:x.jsxs("div",{style:{marginTop:"24px",padding:"20px",backgroundColor:"#f9fafb",borderRadius:"8px",border:"1px solid #e5e7eb"},children:[x.jsxs("h3",{style:{margin:"0 0 12px 0",fontSize:"16px",color:"#374151"},children:[t," (",e.length,")"]}),x.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fill, minmax(250px, 1fr))",gap:"8px",maxHeight:n,overflowY:"auto"},children:e.map((i,o)=>x.jsxs("div",{style:{padding:"8px 12px",backgroundColor:"white",borderRadius:"4px",fontSize:"13px",border:"1px solid #e5e7eb"},children:[x.jsx("div",{style:{fontWeight:500,color:a},children:i.eventName}),x.jsx("div",{style:{color:"#6b7280",fontSize:"12px",marginTop:"2px"},children:r(i.timestamp)})]},`${i.timestamp}-${o}`))})]});exports.CAMPAIGN_DATA_MISSING=Te;exports.CAMPAIGN_NOT_APPLICABLE=Re;exports.CAMPAIGN_NO_LST=we;exports.DEFAULT_CHART_COLORS=le;exports.DEFAULT_CHART_CONFIG=K;exports.MODERNE_VULNERABILITY_COLORS=ge;exports.ParliamentChart=Sd;exports.TimelineChart=Md;exports.TimelineSelectedEvents=Dd;exports.calculateDataSeries=xs;exports.calculateOptimalArcAngle=_s;exports.calculateOptimalSeatSize=Ss;
63
+ ${$t.noLstHatch.lines} 3px,
64
+ ${$t.noLstHatch.lines} 4px
65
+ )`,borderRadius:"50%"}}}})}),E.jsx(I.TableCell,{children:E.jsxs(I.Stack,{direction:"row",alignItems:"center",gap:.5,children:[E.jsx("span",{children:b.label}),Vg[b.label]&&E.jsx(I.Tooltip,{title:Vg[b.label],placement:"right",arrow:!0,children:E.jsx(Zg.InfoOutlined,{sx:{fontSize:".875rem",color:"text.secondary"}})})]})}),E.jsx(I.TableCell,{align:"right",children:b.value}),E.jsxs(I.TableCell,{align:"right",children:[b.percentage,"%"]})]},b.id)})})]})})]})},lk=({containerRef:e,data:t,categories:r,width:n,height:a,margin:i,timelineEvents:s=[],showTimeline:o=!0,timelineHeight:l=40,timelineOffset:u=35,timeRange:c,showGrid:f=!0,showAxes:h=!0,axisLabelColor:p,axisLabelSize:g=14,enableBrush:d=!1,onTimeRangeChange:m,minAllowedTime:x,maxAllowedTime:y,brushColor:v="#69b3a2",formatDate:_,formatValue:S,markers:w=[],onHoveredDataChange:b,hoveredCategory:T,onTimelineEventHover:M})=>{const[k,C]=V.useState(null),[P,R]=V.useState(null),[F,z]=V.useState([]),L=V.useRef(`sawt-${Math.random().toString(36).substr(2,9)}`),O=V.useCallback(j=>{C(j),M==null||M(j)},[M]);return V.useEffect(()=>{if(!e.current||t.length===0||r.length===0)return;const j=Dt(e.current),W=n-i.left-i.right,tt=a-i.top-i.bottom,it=L.current;j.selectAll("*").remove();const J=`main-chart-group main-chart-group-${it}`,Q=j.append("g").attr("class",J).attr("transform",`translate(${i.left},${i.top})`),rt=`sawt-clip-${it}`;j.append("defs").append("clipPath").attr("id",rt).append("rect").attr("x",0).attr("y",0).attr("width",W).attr("height",tt);const B=Q.append("g").attr("clip-path",`url(#${rt})`),st=[...t.map(ot=>({timestamp:ot.timestamp,...ot.values}))].sort((ot,yt)=>ot.timestamp-yt.timestamp),Y=r.map(ot=>ot.dataKey),$=Ka().keys(Y),U=$(st),G=t.map(ot=>ot.timestamp),A=c?c[0]:Math.min(...G),q=c?c[1]:Math.max(...G),N=Kn().domain([new Date(A),new Date(q)]).range([0,W]),D=st.filter(ot=>ot.timestamp>=A&&ot.timestamp<=q),nt=$(D),X=nt.length>0?Math.max(...nt[nt.length-1].map(ot=>ot[1]??0)):0,lt=ia().domain([0,X*1.1]).range([tt,0]).nice();f&&(B.append("g").attr("class","grid grid-vertical").attr("opacity",.1).call(Ir(N).ticks(6).tickSize(tt).tickFormat(()=>"")),B.append("g").attr("class","grid grid-horizontal").attr("opacity",.1).call(zr(lt).ticks(5).tickSize(-W).tickFormat(()=>"")));const xt=ss().x(ot=>N(new Date(ot.data.timestamp))).y0(ot=>lt(ot[0])).y1(ot=>lt(ot[1])).curve(Cn),et=B.append("g").attr("class","areas");U.forEach((ot,yt)=>{const ht=r[yt];if(!ht)return;const vt=T===ht.dataKey,Nt=T!=null;et.append("path").datum(ot).attr("class",`area area-${ht.dataKey}`).attr("fill",ht.color).attr("fill-opacity",Nt?vt?.9:.3:.7).attr("stroke",ht.color).attr("stroke-width",vt?2:1.5).attr("d",xt).on("mouseenter",()=>{const Ct=D[D.length-1],St=Ct?Ct[ht.dataKey]??0:0;b==null||b({label:ht.label,value:St,color:ht.color})}).on("mouseleave",()=>{b==null||b(null)})});const gt=w.filter(ot=>ot.timestamp>=A&&ot.timestamp<=q).map(ot=>({...ot,x:N(new Date(ot.timestamp))}));z(ot=>ot.length!==gt.length||ot.some((yt,ht)=>{var vt,Nt;return yt.timestamp!==((vt=gt[ht])==null?void 0:vt.timestamp)||yt.x!==((Nt=gt[ht])==null?void 0:Nt.x)})?gt:ot);let Ot=null;if(gt.length>0&&(Ot=B.append("g").attr("class","markers"),gt.forEach(ot=>{Ot.append("line").attr("class","marker-line").attr("data-timestamp",ot.timestamp).attr("x1",ot.x).attr("x2",ot.x).attr("y1",0).attr("y2",tt).attr("stroke",ot.color??"#131E7A").attr("stroke-width",2).attr("opacity",0)})),h){const yt=Ir(N).ticks(6).tickPadding(12);_&&yt.tickFormat(vt=>_(+vt)),Q.append("g").attr("class","axis axis-x").attr("transform",`translate(0,${tt})`).call(yt).selectAll("text").attr("font-size",g).attr("fill",p??null);const ht=zr(lt).ticks(5);ht.tickFormat(vt=>+vt==0?"":S?S(+vt):String(vt)),Q.append("g").attr("class","axis axis-y").call(ht).selectAll("text").attr("font-size",g).attr("fill",p??null)}if(d&&m){const ot=ga().extent([[0,0],[W,tt]]).on("end",ht=>{if(!ht.selection)return;const[vt,Nt]=ht.selection,Ct=[+N.invert(vt),+N.invert(Nt)];x!==void 0&&(Ct[0]=Math.max(Ct[0],x)),y!==void 0&&(Ct[1]=Math.min(Ct[1],y)),m(Ct),j.select(".brush").call(ot.move,null)}),yt=B.append("g").attr("class","brush").call(ot);yt.selectAll(".selection").attr("fill",v).attr("fill-opacity",.2).attr("stroke",v).attr("stroke-width",1),yt.selectAll(".handle").attr("fill",v).attr("fill-opacity",.8)}if(o&&Ji({svg:j,events:s,xScale:N,chartHeight:tt,chartWidth:W,timelineHeight:l,timelineOffset:u,instanceId:it,setHoveredTimelineEvent:O,enableBrush:d,onTimeRangeChange:m,minAllowedTime:x,maxAllowedTime:y,brushColor:v,mainGroupSelector:`.main-chart-group-${it}`}),gt.length>0&&Ot){let ot=null,yt;d?yt=B.select(".brush .overlay"):yt=Q.append("rect").attr("class","marker-hover-overlay").attr("width",W).attr("height",tt).attr("fill","none").attr("pointer-events","all");const ht=Ot,vt=Ct=>{let St=null,Vt=1/0;if(gt.forEach(kt=>{const jt=Math.abs(Ct-kt.x);jt<Vt&&(Vt=jt,St=kt)}),!St||Vt>50)return ot!==null&&(ot=null,ht.selectAll(".marker-line").attr("opacity",0),R(null)),!1;const bt=St;return ot===bt.timestamp||(ot=bt.timestamp,ht.selectAll(".marker-line").attr("opacity",0),ht.selectAll(".marker-line").filter(function(){return Dt(this).attr("data-timestamp")===String(bt.timestamp)}).attr("opacity",.6),R(bt)),!0},Nt=function(Ct){const[St]=Tr(Ct,this);vt(St)};yt.on("mouseenter",Nt),yt.on("mousemove",Nt),yt.on("mouseleave",function(){ot=null,ht.selectAll(".marker-line").attr("opacity",0),R(null)})}return()=>{j.selectAll("*").remove()}},[e,t,r,n,a,i,s,o,l,u,c,f,h,p,g,d,m,x,y,v,_,S,w,b,T,O]),{hoveredTimelineEvent:k,hoveredMarker:P,visibleMarkers:F}},uk=({data:e,categories:t,timelineEvents:r=[],showTimeline:n=!0,timelineHeight:a=40,timelineOffset:i,width:s=900,height:o=400,margin:l={top:10,right:30,bottom:40,left:60},showGrid:u=!0,showAxes:c=!0,axisLabelColor:f,axisLabelSize:h=14,formatDate:p,formatValue:g,timeRange:d,enableBrush:m=!1,onTimeRangeChange:x,minAllowedTime:y,maxAllowedTime:v,brushColor:_="#69b3a2",markers:S=[],onHoveredDataChange:w,hoveredCategory:b,onTimelineEventHover:T})=>{const M=V.useRef(null),k=12,P=i??6+k+h+k,R=n?o+a+P:o,{hoveredTimelineEvent:F,hoveredMarker:z,visibleMarkers:L}=lk({containerRef:M,data:e,categories:t,width:s,height:o,margin:l,timelineEvents:r,showTimeline:n,timelineHeight:a,timelineOffset:P,timeRange:d,showGrid:u,showAxes:c,axisLabelColor:f,axisLabelSize:h,enableBrush:m,onTimeRangeChange:x,minAllowedTime:y,maxAllowedTime:v,brushColor:_,formatDate:p,formatValue:g,markers:S,onHoveredDataChange:w,hoveredCategory:b,onTimelineEventHover:T});return E.jsxs(I.Box,{sx:{width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[E.jsx("svg",{ref:M,viewBox:`0 0 ${s} ${R}`,preserveAspectRatio:"xMidYMid meet",style:{width:"100%",height:"auto",display:"block"}}),L.map(O=>{const j=(O.x+l.left)/s*100,W=l.top/R*100,tt=new Date(O.timestamp),it=p?p(O.timestamp):tt.toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0}),J=E.jsxs(I.Box,{children:[E.jsx(I.Box,{sx:{color:"#B6BFFF",fontFamily:"monospace",fontSize:"0.8125rem",mb:O.label?.5:0},children:it}),O.label&&E.jsx(I.Box,{sx:{color:"white",fontWeight:500},children:O.label})]});return E.jsx(I.Tooltip,{title:J,open:(z==null?void 0:z.timestamp)===O.timestamp,placement:"top",arrow:!0,slotProps:{tooltip:{sx:{bgcolor:"#131E7A",fontSize:"0.875rem",px:2,py:1,borderRadius:1,boxShadow:"0px 2px 8px rgba(0,0,0,0.15)","& .MuiTooltip-arrow":{color:"#131E7A"}}},popper:{sx:{pointerEvents:"none"}}},children:E.jsx(I.Box,{sx:{position:"absolute",left:`${j}%`,top:`${W}%`,width:"1px",height:`${(o-l.top-l.bottom)/R*100}%`,pointerEvents:"none"}})},O.timestamp)}),F&&n&&!z&&E.jsx(I.Tooltip,{title:E.jsxs(I.Box,{children:[E.jsx(I.Box,{sx:{color:"#B6BFFF",fontFamily:"monospace",fontSize:"0.8125rem",mb:.5},children:p?p(F.timestamp):new Date(F.timestamp).toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"2-digit",hour12:!0})}),E.jsx(I.Box,{sx:{color:"white",fontWeight:500},children:F.eventName})]}),open:!0,placement:"top",arrow:!0,slotProps:{tooltip:{sx:{bgcolor:"#131E7A",fontSize:"0.875rem",px:2,py:1,borderRadius:1,boxShadow:"0px 2px 8px rgba(0,0,0,0.15)","& .MuiTooltip-arrow":{color:"#131E7A"}}},popper:{sx:{pointerEvents:"none"}}},children:E.jsx(I.Box,{sx:{position:"absolute",left:`${(F.x+l.left)/s*100}%`,top:`${(o+P+a/2)/R*100}%`,width:"1px",height:"1px",pointerEvents:"none"}})})]})},vr={colors:{primary:"#992FB9",background:"#FFFFFF",border:"#9CA3AF",highlightBackground:"rgba(31, 41, 55, 0.14)",monthLabel:"#9ca3af",tooltipText:"#6b7280"},dimensions:{height:32,eventWidth:2}},ck=(e="#4B5563")=>({startHandle:{sx:{position:"absolute",left:"-6px",top:"-10px",width:"14px",height:"calc(100% + 10px)",zIndex:3,display:"flex",justifyContent:"center",transition:"opacity 0.2s","&::before":{content:'""',position:"absolute",top:0,left:"50%",transform:"translateX(-50%)",width:0,height:0,borderLeft:"6px solid transparent",borderRight:"6px solid transparent",borderTop:`8px solid ${e}`,transition:"border-top-color 0.2s",pointerEvents:"none"},"&::after":{content:'""',position:"absolute",top:"8px",left:"50%",transform:"translateX(-50%)",width:"2px",height:"calc(100% - 8px)",backgroundColor:e,transition:"background-color 0.2s",pointerEvents:"none"},"&:hover::before":{borderTopColor:e},"&:hover::after":{backgroundColor:e},"&:active::before":{borderTopColor:e},"&:active::after":{backgroundColor:e}}},endHandle:{sx:{position:"absolute",right:"-6px",top:"-10px",width:"14px",height:"calc(100% + 10px)",zIndex:3,display:"flex",justifyContent:"center",transition:"opacity 0.2s","&::before":{content:'""',position:"absolute",top:0,left:"50%",transform:"translateX(-50%)",width:0,height:0,borderLeft:"6px solid transparent",borderRight:"6px solid transparent",borderTop:`8px solid ${e}`,transition:"border-top-color 0.2s",pointerEvents:"none"},"&::after":{content:'""',position:"absolute",top:"8px",left:"50%",transform:"translateX(-50%)",width:"2px",height:"calc(100% - 8px)",backgroundColor:e,transition:"background-color 0.2s",pointerEvents:"none"},"&:hover::before":{borderTopColor:e},"&:hover::after":{backgroundColor:e},"&:active::before":{borderTopColor:e},"&:active::after":{backgroundColor:e}}}}),dr={header:{sx:{}},title:{sx:{m:0}},instructions:{sx:{color:"text.secondary",minHeight:"40px",display:"flex",alignItems:"center"}},monthLabelsContainer:{sx:{justifyContent:"space-between",px:1.25,height:"20px",fontSize:"11px",color:vr.colors.monthLabel,mb:1}},monthLabel:{sx:{fontSize:"11px"}},timeline:{sx:{position:"relative",height:`${vr.dimensions.height}px`,backgroundColor:vr.colors.background,borderRadius:0,overflow:"visible",border:`1px solid ${vr.colors.border}`}},event:{sx:{position:"absolute",top:0,width:`${vr.dimensions.eventWidth}px`,height:"100%",backgroundColor:vr.colors.primary,cursor:"pointer",transition:"transform 0.2s",transformOrigin:"center"}},selection:{sx:{position:"absolute",top:0,height:"100%",backgroundColor:vr.colors.highlightBackground,pointerEvents:"none"}},tooltip:{sx:{position:"absolute",bottom:"-40px",backgroundColor:"white",p:"6px 10px",borderRadius:.5,boxShadow:"0 2px 8px rgba(0,0,0,0.15)",whiteSpace:"nowrap",pointerEvents:"none",zIndex:10,border:`1px solid ${vr.colors.border}`}},tooltipEventName:{sx:{fontWeight:600}},tooltipDate:{sx:{color:vr.colors.tooltipText,fontSize:"11px"}}},fk=(e="#9CA3AF")=>({startHandle:{sx:{position:"absolute",left:"-8px",top:0,width:"20px",height:"100%",zIndex:3,display:"flex",alignItems:"center",justifyContent:"center",transition:"opacity 0.2s","&::before":{content:'""',position:"absolute",top:0,left:"50%",transform:"translateX(-50%)",width:"1px",height:"100%",backgroundColor:e,transition:"background-color 0.2s",pointerEvents:"none"},"&::after":{content:'""',position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:"9px",height:"16px",backgroundColor:"#F9FAFB",border:`1px solid ${e}`,transition:"border-color 0.2s, background-color 0.2s",pointerEvents:"none",backgroundImage:`linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%), linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%)`,backgroundPosition:"35% center, 65% center",backgroundSize:"1px 50%, 1px 50%",backgroundRepeat:"no-repeat"},"&:hover::before":{backgroundColor:e},"&:hover::after":{borderColor:e,backgroundImage:`linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%), linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%)`},"&:active::before":{backgroundColor:e},"&:active::after":{borderColor:e,backgroundImage:`linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%), linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%)`}}},endHandle:{sx:{position:"absolute",right:"-8px",top:0,width:"20px",height:"100%",zIndex:3,display:"flex",alignItems:"center",justifyContent:"center",transition:"opacity 0.2s","&::before":{content:'""',position:"absolute",top:0,left:"50%",transform:"translateX(-50%)",width:"1px",height:"100%",backgroundColor:e,transition:"background-color 0.2s",pointerEvents:"none"},"&::after":{content:'""',position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:"9px",height:"16px",backgroundColor:"#F9FAFB",border:`1px solid ${e}`,transition:"border-color 0.2s, background-color 0.2s",pointerEvents:"none",backgroundImage:`linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%), linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%)`,backgroundPosition:"35% center, 65% center",backgroundSize:"1px 50%, 1px 50%",backgroundRepeat:"no-repeat"},"&:hover::before":{backgroundColor:e},"&:hover::after":{borderColor:e,backgroundImage:`linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%), linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%)`},"&:active::before":{backgroundColor:e},"&:active::after":{borderColor:e,backgroundImage:`linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%), linear-gradient(to bottom, transparent 0%, transparent 25%, ${e} 25%, ${e} 75%, transparent 75%)`}}}}),hk=()=>{var e,t;try{return((t=(e=globalThis.process)==null?void 0:e.env)==null?void 0:t.NODE_ENV)==="development"}catch{return!1}},pk=({events:e,selectedRange:t,onSelectionChange:r,enableZoom:n,zoomToSelection:a,visibleRange:i,onVisibleRangeChange:s})=>{hk()&&e.length>1&&(e.every((ut,st)=>st===0||ut.timestamp>=e[st-1].timestamp)||console.warn("TimelineChart: events array should be sorted by timestamp for optimal performance and correct behavior."));const[o,l]=V.useState(!1),[u,c]=V.useState(null),[f,h]=V.useState(null),[p,g]=V.useState({start:null,end:null}),[d,m]=V.useState({start:null,end:null}),[x,y]=V.useState(null),v=V.useRef(null),_=t??p,S=i??d,w=V.useMemo(()=>{var B;return e.length>0?((B=e[0])==null?void 0:B.timestamp)??0:0},[e]),b=V.useMemo(()=>{var B;return e.length>0?((B=e[e.length-1])==null?void 0:B.timestamp)??0:0},[e]),T=V.useMemo(()=>a&&S.start&&S.end?S.start:w,[a,S,w]),M=V.useMemo(()=>a&&S.start&&S.end?S.end:b,[a,S,b]),k=V.useMemo(()=>M-T,[M,T]),C=V.useMemo(()=>!n&&_.start!==null&&_.end!==null,[n,_]),P=V.useCallback(B=>k===0?0:(B-T)/k*100,[T,k]),R=V.useCallback((B,ut)=>{const st=B/ut*100;return T+st/100*k},[T,k]),F=V.useCallback(B=>{t===void 0&&g(B),r==null||r(B)},[t,r]),z=V.useCallback(B=>{const ut=B.currentTarget.getBoundingClientRect(),st=B.clientX-ut.left,Y=R(st,ut.width);l(!0),c(Y),F({start:Y,end:Y})},[R,F]),L=V.useCallback(B=>{if(!o||u===null)return;const ut=B.currentTarget.getBoundingClientRect(),st=B.clientX-ut.left,Y=R(st,ut.width);if(f==="start"){const $=Math.min(Y,_.end-k*.01);F({start:Math.max($,T),end:_.end})}else if(f==="end"){const $=Math.max(Y,_.start+k*.01);F({start:_.start,end:Math.min($,M)})}else if(f==="body"){const $=Y-u,U=_.end-_.start;let G=_.start+$,A=_.end+$;G<T&&(G=T,A=T+U),A>M&&(A=M,G=M-U),F({start:G,end:A}),c(Y)}else F({start:Math.min(u,Y),end:Math.max(u,Y)})},[o,u,f,_,k,T,M,R,F]),O=V.useCallback(()=>{const B=o;if(l(!1),h(null),B&&a&&_.start&&_.end&&_.start!==_.end){const ut={start:_.start,end:_.end};i===void 0&&m(ut),s==null||s(ut)}},[o,a,_,i,s]);V.useEffect(()=>{if(!o||u===null||!v.current)return;const B=st=>{const Y=v.current;if(!Y)return;const $=Y.getBoundingClientRect(),U=st.clientX-$.left,G=R(U,$.width);if(f==="start"){const A=Math.min(G,_.end-k*.01);F({start:Math.max(A,T),end:_.end})}else if(f==="end"){const A=Math.max(G,_.start+k*.01);F({start:_.start,end:Math.min(A,M)})}else if(f==="body"){const A=G-u,q=_.end-_.start;let N=_.start+A,D=_.end+A;N<T&&(N=T,D=T+q),D>M&&(D=M,N=M-q),F({start:N,end:D}),c(G)}else F({start:Math.min(u,G),end:Math.max(u,G)})},ut=()=>{O()};return document.addEventListener("mousemove",B),document.addEventListener("mouseup",ut),()=>{document.removeEventListener("mousemove",B),document.removeEventListener("mouseup",ut)}},[o,u,f,_,k,T,M,R,F,O]);const j=V.useCallback(B=>{B.stopPropagation(),_.start!==null&&(l(!0),c(_.start),h("start"))},[_]),W=V.useCallback(B=>{B.stopPropagation(),_.end!==null&&(l(!0),c(_.end),h("end"))},[_]),tt=V.useCallback(B=>{B.stopPropagation();const ut=v.current;if(!ut)return;const st=ut.getBoundingClientRect(),Y=B.clientX-st.left,$=R(Y,st.width);l(!0),c($),h("body")},[R]),it=V.useCallback(B=>{if(B.cancelable&&n&&B.preventDefault(),!n||!_.start||!_.end||k===0)return;const ut=(_.start+_.end)/2,st=_.end-_.start,Y=B.deltaY>0?1.1:.9,$=Math.max(st*Y,k*.01),U=k*1.5,G=Math.min($,U);let A=ut-G/2,q=ut+G/2;A<T&&(A=T,q=Math.min(T+G,M)),q>M&&(q=M,A=Math.max(M-G,T)),F({start:A,end:q})},[n,_,k,T,M,F]),J=V.useCallback(()=>!_.start||!_.end?[]:e.filter(B=>B.timestamp>=_.start&&B.timestamp<=_.end),[e,_]),Q=V.useCallback(()=>{const B={start:w,end:b};i===void 0&&m({start:null,end:null}),s==null||s(B)},[w,b,i,s]),rt=V.useCallback(()=>{a&&Q()},[a,Q]);return{isDragging:o,dragStart:u,dragHandleType:f,internalSelectedRange:_,internalVisibleRange:S,hoveredEvent:x,minDate:T,maxDate:M,timeSpan:k,timelineContainerRef:v,getPositionFromTimestamp:P,getTimestampFromPosition:R,handleMouseDown:z,handleMouseMove:L,handleMouseUp:O,handleWheel:it,handleDoubleClick:rt,handleStartHandleMouseDown:j,handleEndHandleMouseDown:W,handleSelectionBodyMouseDown:tt,setHoveredEvent:y,getEventsInRange:J,resetZoom:Q,showHandles:C}},dk=e=>new Date(e).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),gk=e=>new Date(e).toLocaleDateString("en-US",{month:"short",year:"numeric"}),mk=e=>{const t=e/864e5;return t>60?r=>new Date(r).toLocaleDateString("en-US",{month:"short",year:"numeric"}):t>7?r=>new Date(r).toLocaleDateString("en-US",{month:"short",day:"numeric"}):r=>new Date(r).toLocaleDateString("en-US",{month:"short",day:"numeric",hour:"numeric",hour12:!0})},yk=()=>{var e,t;try{return((t=(e=globalThis.process)==null?void 0:e.env)==null?void 0:t.NODE_ENV)==="development"}catch{return!1}},_k=(e,t="arrow",r)=>{const n=t==="grip"?fk(r||"#9CA3AF"):ck(r||"#4B5563");return{header:{...dr.header,...e==null?void 0:e.header},title:{...dr.title,...e==null?void 0:e.title},instructions:{...dr.instructions,...e==null?void 0:e.instructions},monthLabelsContainer:{...dr.monthLabelsContainer,...e==null?void 0:e.monthLabelsContainer},monthLabel:{...dr.monthLabel,...e==null?void 0:e.monthLabel},timeline:{...dr.timeline,...e==null?void 0:e.timeline},event:{...dr.event,...e==null?void 0:e.event},selection:{...dr.selection,...e==null?void 0:e.selection},startHandle:{...n.startHandle,...e==null?void 0:e.startHandle},endHandle:{...n.endHandle,...e==null?void 0:e.endHandle},tooltip:{...dr.tooltip,...e==null?void 0:e.tooltip},tooltipEventName:{...dr.tooltipEventName,...e==null?void 0:e.tooltipEventName},tooltipDate:{...dr.tooltipDate,...e==null?void 0:e.tooltipDate}}},xk=({events:e,onSelectionChange:t,selectedRange:r,height:n=vr.dimensions.height,margin:a={top:0,right:0,bottom:0,left:0},formatDate:i=dk,formatMonthYear:s=gk,showMonthLabels:o=!0,monthLabelCount:l=6,enableZoom:u=!0,dragHandleVariant:c="arrow",dragHandleColor:f,showHeader:h=!0,title:p="Event Timeline Selector",zoomToSelection:g=!1,visibleRange:d,onVisibleRangeChange:m,timeRange:x,onTimeRangeChange:y,slotProps:v})=>{const _=x?{start:x[0],end:x[1]}:d,S=y?B=>{B.start!==null&&B.end!==null&&y([B.start,B.end])}:m;yk()&&e.length>500&&console.warn(`TimelineChart: Rendering ${e.length} events may impact performance. Consider implementing virtualization or canvas rendering for datasets larger than 500 events.`);const w=V.useMemo(()=>_k(v,c,f),[v,c,f]),{isDragging:b,dragHandleType:T,internalSelectedRange:M,hoveredEvent:k,minDate:C,timeSpan:P,timelineContainerRef:R,getPositionFromTimestamp:F,handleMouseDown:z,handleWheel:L,handleDoubleClick:O,handleStartHandleMouseDown:j,handleEndHandleMouseDown:W,handleSelectionBodyMouseDown:tt,setHoveredEvent:it,getEventsInRange:J,showHandles:Q}=pk({events:e,selectedRange:r,onSelectionChange:t,enableZoom:u,zoomToSelection:g,visibleRange:_,onVisibleRangeChange:S}),rt=M.start&&M.end?`Selected: ${i(M.start)} - ${i(M.end)} (${J().length} events)`:"Click and drag on the timeline below to select a date range. Use mouse wheel to zoom in/out.";return E.jsxs(I.Stack,{sx:{width:"100%"},children:[h&&E.jsxs(I.Stack,{spacing:1,sx:{mb:3},...w.header,children:[E.jsx(I.Typography,{variant:"h5",...w.title,children:p}),E.jsx(I.Typography,{variant:"body2",...w.instructions,children:rt})]}),o&&E.jsx(I.Stack,{direction:"row",...w.monthLabelsContainer,sx:{...w.monthLabelsContainer.sx,paddingLeft:`${a.left}px`,paddingRight:`${a.right}px`},children:Array.from({length:l},(B,ut)=>{const st=C+P/(l-1)*ut,Y=mk(P);return E.jsx(I.Typography,{variant:"caption",...w.monthLabel,children:Y(st)},ut)})}),E.jsxs(I.Box,{...w.timeline,sx:{...w.timeline.sx,height:`${n}px`,paddingLeft:`${a.left}px`,paddingRight:`${a.right}px`},children:[E.jsx(I.Box,{sx:{position:"absolute",top:a.top,left:0,right:0,bottom:a.bottom},children:e.map((B,ut)=>{const st=F(B.timestamp);return E.jsx(I.Box,{onMouseEnter:()=>it(B),onMouseLeave:()=>it(null),"aria-label":`Event: ${B.eventName} at ${i(B.timestamp)}`,...w.event,sx:{...w.event.sx,left:`${st}%`,transform:(k==null?void 0:k.timestamp)===B.timestamp?"scaleX(2)":"scaleX(1)"}},`${B.timestamp}-${ut}`)})}),M.start&&M.end&&(!g||b)&&E.jsx(I.Box,{...w.selection,onMouseDown:Q&&!b?tt:void 0,sx:{...w.selection.sx,left:`${F(M.start)}%`,width:`${F(M.end)-F(M.start)}%`,pointerEvents:Q?"all":"none",zIndex:2,cursor:Q&&!b?T==="body"?"grabbing":"grab":"default"},children:Q&&!(b&&T===null)&&E.jsxs(E.Fragment,{children:[E.jsx(I.Box,{...w.startHandle,onMouseDown:j,sx:{...w.startHandle.sx,cursor:"ew-resize",opacity:b&&T!=="start"?.5:1},"aria-label":"Drag to adjust start of selection"}),E.jsx(I.Box,{...w.endHandle,onMouseDown:W,sx:{...w.endHandle.sx,cursor:"ew-resize",opacity:b&&T!=="end"?.5:1},"aria-label":"Drag to adjust end of selection"})]})}),E.jsx(I.Box,{ref:R,role:"application","aria-label":"Interactive timeline - click and drag to select date range","aria-describedby":h?void 0:"timeline-instructions",tabIndex:0,sx:{position:"absolute",top:0,left:0,right:0,height:"100%",cursor:"crosshair",pointerEvents:"all",zIndex:1},onMouseDown:z,onWheel:L,onDoubleClick:O}),!h&&E.jsx("span",{id:"timeline-instructions",style:{display:"none"},children:rt}),k&&E.jsxs(I.Box,{role:"tooltip","aria-live":"polite",...w.tooltip,sx:{...w.tooltip.sx,left:`${F(k.timestamp)}%`,transform:"translateX(-50%)"},children:[E.jsx(I.Typography,{variant:"body2",...w.tooltipEventName,children:k.eventName}),E.jsx(I.Typography,{variant:"caption",...w.tooltipDate,children:i(k.timestamp)})]})]})]})},vk="#8b5cf6",bk=e=>new Date(e).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"}),wk=({events:e,title:t="Events in Selected Range",maxHeight:r="200px",formatDate:n=bk,primaryColor:a=vk})=>e.length===0?null:E.jsxs("div",{style:{marginTop:"24px",padding:"20px",backgroundColor:"#f9fafb",borderRadius:"8px",border:"1px solid #e5e7eb"},children:[E.jsxs("h3",{style:{margin:"0 0 12px 0",fontSize:"16px",color:"#374151"},children:[t," (",e.length,")"]}),E.jsx("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fill, minmax(250px, 1fr))",gap:"8px",maxHeight:r,overflowY:"auto"},children:e.map((i,s)=>E.jsxs("div",{style:{padding:"8px 12px",backgroundColor:"white",borderRadius:"4px",fontSize:"13px",border:"1px solid #e5e7eb"},children:[E.jsx("div",{style:{fontWeight:500,color:a},children:i.eventName}),E.jsx("div",{style:{color:"#6b7280",fontSize:"12px",marginTop:"2px"},children:n(i.timestamp)})]},`${i.timestamp}-${s}`))})]});function Sk(e,t){const r=t-1-e,n=Ia.length,a=Math.floor(r/Math.max(1,t-1)*(n-1)),i=Math.min(Math.max(0,a),n-1);return Ia[i]??Ia[0]??"#000000"}function Ny(e){return Array.from({length:e},(t,r)=>Sk(r,e))}const Hn=Ny(5),Fr={critical:"#dc3545",high:"#fd7e14",medium:"#ffc107",low:"#17a2b8",complete:ur.neoDigitalGreen[600],inProgress:"#007bff",farthest:Hn[0],far:Hn[1],close:Hn[2],closest:Hn[3],completed:Hn[4],primary:"#007bff",secondary:"#6c757d",success:ur.neoDigitalGreen[600],danger:"#dc3545",warning:"#ffc107",info:"#17a2b8",light:ur.neoGrey[200],dark:"#343a40"},Tk={migration:Hn,severity:[Fr.critical,Fr.high,Fr.medium,Fr.low,Fr.info],status:[Fr.danger,Fr.warning,Fr.success],extended:["#e74c3c","#e67e22","#f39c12","#2ecc71","#3498db","#9b59b6","#1abc9c","#95a5a6"],colorblindSafe:["#0173B2","#DE8F05","#029E73","#CC78BC","#CA9161","#FBAFE4","#949494","#ECE133"]},Mk={FARTHEST:"Farthest",FAR:"Far",CLOSE:"Close",CLOSEST:"Closest",COMPLETE:"Complete",CRITICAL:"Critical",HIGH:"High",MEDIUM:"Medium",LOW:"Low",INFO:"Info",NOT_APPLICABLE:"N/A",NO_LST:"No LST",DATA_MISSING:"Data Missing"};exports.CAMPAIGN_DATA_MISSING=ja;exports.CAMPAIGN_NOT_APPLICABLE=Ha;exports.CAMPAIGN_NO_LST=Ga;exports.CATEGORY_LABELS=Mk;exports.ChronoChart=ay;exports.ChronoPerspectiveChart=ay;exports.D3StackedAreaChart=ST;exports.D3StackedBarChart=MT;exports.DEFAULT_CHART_COLORS=ur;exports.DEFAULT_CHART_CONFIG=Pe;exports.DEFAULT_STACKED_AREA_COLORS=Fr;exports.MEASURE_GRADIENT_COLORS=Ia;exports.MODERNE_VULNERABILITY_COLORS=ea;exports.MorphChart=H0;exports.ParliamentChart=ok;exports.STACKED_AREA_PALETTES=Tk;exports.StackedAreaWithTimeline=uk;exports.TimelineChart=xk;exports.TimelineSelectedEvents=wk;exports.calculateDataSeries=Fy;exports.calculateOptimalArcAngle=df;exports.calculateOptimalSeatSize=gf;exports.generateMeasureGradient=Ny;