@ukpc-lib/react 0.16.9 → 0.16.10-sandbox.saas-9811.patch-1

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.
@@ -1,15 +1,15 @@
1
- var I7=require("./index.css");const be=require("react/jsx-runtime"),X=require("react"),pA=require("axios"),Pd=require("react-query"),aa=require("@mui/material"),Cp=require("react-router-dom");require("@r2wc/react-to-web-component");const _m=require("moment"),Bv=require("react-dom");function gA(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const n in t)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,r.get?r:{enumerable:!0,get:()=>t[n]})}}return e.default=t,Object.freeze(e)}function mA(t,e){for(var n=0;n<e.length;n++){const r=e[n];if(typeof r!="string"&&!Array.isArray(r)){for(const i in r)if(i!=="default"&&!(i in t)){const o=Object.getOwnPropertyDescriptor(r,i);o&&Object.defineProperty(t,i,o.get?o:{enumerable:!0,get:()=>r[i]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}const kn=gA(X);function Qo(t){"@babel/helpers - typeof";return Qo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Qo(t)}function ns(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function vA(t,e){if(Qo(t)!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e);if(Qo(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Q1(t){var e=vA(t,"string");return Qo(e)=="symbol"?e:e+""}function f0(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,Q1(r.key),r)}}function rs(t,e,n){return e&&f0(t.prototype,e),n&&f0(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function Sl(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Kh(t,e){return Kh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},Kh(t,e)}function Ep(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&Kh(t,e)}function Wd(t,e){if(e&&(Qo(e)=="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Sl(t)}function Ua(t){return Ua=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},Ua(t)}function Ha(t,e,n){return(e=Q1(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function eT(t){if(Array.isArray(t))return t}function yA(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function d0(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function tT(t,e){if(t){if(typeof t=="string")return d0(t,e);var n={}.toString.call(t).slice(8,-1);return n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set"?Array.from(t):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?d0(t,e):void 0}}function nT(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
2
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function bA(t){return eT(t)||yA(t)||tT(t)||nT()}function h0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function p0(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?h0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):h0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}var wA={type:"logger",log:function(e){this.output("log",e)},warn:function(e){this.output("warn",e)},error:function(e){this.output("error",e)},output:function(e,n){console&&console[e]&&console[e].apply(console,n)}},xA=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};ns(this,t),this.init(e,n)}return rs(t,[{key:"init",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.prefix=r.prefix||"i18next:",this.logger=n||wA,this.options=r,this.debug=r.debug}},{key:"setDebug",value:function(n){this.debug=n}},{key:"log",value:function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return this.forward(r,"log","",!0)}},{key:"warn",value:function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return this.forward(r,"warn","",!0)}},{key:"error",value:function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return this.forward(r,"error","")}},{key:"deprecate",value:function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return this.forward(r,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(n,r,i,o){return o&&!this.debug?null:(typeof n[0]=="string"&&(n[0]="".concat(i).concat(this.prefix," ").concat(n[0])),this.logger[r](n))}},{key:"create",value:function(n){return new t(this.logger,p0(p0({},{prefix:"".concat(this.prefix,":").concat(n,":")}),this.options))}},{key:"clone",value:function(n){return n=n||this.options,n.prefix=n.prefix||this.prefix,new t(this.logger,n)}}]),t}(),Na=new xA,vu=function(){function t(){ns(this,t),this.observers={}}return rs(t,[{key:"on",value:function(n,r){var i=this;return n.split(" ").forEach(function(o){i.observers[o]=i.observers[o]||[],i.observers[o].push(r)}),this}},{key:"off",value:function(n,r){if(this.observers[n]){if(!r){delete this.observers[n];return}this.observers[n]=this.observers[n].filter(function(i){return i!==r})}}},{key:"emit",value:function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];if(this.observers[n]){var a=[].concat(this.observers[n]);a.forEach(function(f){f.apply(void 0,i)})}if(this.observers["*"]){var c=[].concat(this.observers["*"]);c.forEach(function(f){f.apply(f,[n].concat(i))})}}}]),t}();function ed(){var t,e,n=new Promise(function(r,i){t=r,e=i});return n.resolve=t,n.reject=e,n}function g0(t){return t==null?"":""+t}function SA(t,e,n){t.forEach(function(r){e[r]&&(n[r]=e[r])})}function $v(t,e,n){function r(c){return c&&c.indexOf("###")>-1?c.replace(/###/g,"."):c}function i(){return!t||typeof t=="string"}for(var o=typeof e!="string"?[].concat(e):e.split(".");o.length>1;){if(i())return{};var a=r(o.shift());!t[a]&&n&&(t[a]=new n),Object.prototype.hasOwnProperty.call(t,a)?t=t[a]:t={}}return i()?{}:{obj:t,k:r(o.shift())}}function m0(t,e,n){var r=$v(t,e,Object),i=r.obj,o=r.k;i[o]=n}function TA(t,e,n,r){var i=$v(t,e,Object),o=i.obj,a=i.k;o[a]=o[a]||[],o[a].push(n)}function Zh(t,e){var n=$v(t,e),r=n.obj,i=n.k;if(r)return r[i]}function CA(t,e,n){var r=Zh(t,n);return r!==void 0?r:Zh(e,n)}function rT(t,e,n){for(var r in e)r!=="__proto__"&&r!=="constructor"&&(r in t?typeof t[r]=="string"||t[r]instanceof String||typeof e[r]=="string"||e[r]instanceof String?n&&(t[r]=e[r]):rT(t[r],e[r],n):t[r]=e[r]);return t}function lf(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var EA={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};function kA(t){return typeof t=="string"?t.replace(/[&<>"'\/]/g,function(e){return EA[e]}):t}var kp=typeof window<"u"&&window.navigator&&typeof window.navigator.userAgentData>"u"&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1,DA=[" ",",","?","!",";"];function PA(t,e,n){e=e||"",n=n||"";var r=DA.filter(function(c){return e.indexOf(c)<0&&n.indexOf(c)<0});if(r.length===0)return!0;var i=new RegExp("(".concat(r.map(function(c){return c==="?"?"\\?":c}).join("|"),")")),o=!i.test(t);if(!o){var a=t.indexOf(n);a>0&&!i.test(t.substring(0,a))&&(o=!0)}return o}function Jh(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:".";if(t){if(t[e])return t[e];for(var r=e.split(n),i=t,o=0;o<r.length;++o){if(!i||typeof i[r[o]]=="string"&&o+1<r.length)return;if(i[r[o]]===void 0){for(var a=2,c=r.slice(o,o+a).join(n),f=i[c];f===void 0&&r.length>o+a;)a++,c=r.slice(o,o+a).join(n),f=i[c];if(f===void 0)return;if(f===null)return null;if(e.endsWith(c)){if(typeof f=="string")return f;if(c&&typeof f[c]=="string")return f[c]}var p=r.slice(o+a).join(n);return p?Jh(f,p,n):void 0}i=i[r[o]]}return i}}function v0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function hh(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?v0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):v0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function OA(t){var e=_A();return function(){var r=Ua(t),i;if(e){var o=Ua(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return Wd(this,i)}}function _A(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}var RA=function(t){Ep(n,t);var e=OA(n);function n(r){var i,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{ns:["translation"],defaultNS:"translation"};return ns(this,n),i=e.call(this),kp&&vu.call(Sl(i)),i.data=r||{},i.options=o,i.options.keySeparator===void 0&&(i.options.keySeparator="."),i.options.ignoreJSONStructure===void 0&&(i.options.ignoreJSONStructure=!0),i}return rs(n,[{key:"addNamespaces",value:function(i){this.options.ns.indexOf(i)<0&&this.options.ns.push(i)}},{key:"removeNamespaces",value:function(i){var o=this.options.ns.indexOf(i);o>-1&&this.options.ns.splice(o,1)}},{key:"getResource",value:function(i,o,a){var c=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},f=c.keySeparator!==void 0?c.keySeparator:this.options.keySeparator,p=c.ignoreJSONStructure!==void 0?c.ignoreJSONStructure:this.options.ignoreJSONStructure,y=[i,o];a&&typeof a!="string"&&(y=y.concat(a)),a&&typeof a=="string"&&(y=y.concat(f?a.split(f):a)),i.indexOf(".")>-1&&(y=i.split("."));var g=Zh(this.data,y);return g||!p||typeof a!="string"?g:Jh(this.data&&this.data[i]&&this.data[i][o],a,f)}},{key:"addResource",value:function(i,o,a,c){var f=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1},p=f.keySeparator!==void 0?f.keySeparator:this.options.keySeparator,y=[i,o];a&&(y=y.concat(p?a.split(p):a)),i.indexOf(".")>-1&&(y=i.split("."),c=o,o=y[1]),this.addNamespaces(o),m0(this.data,y,c),f.silent||this.emit("added",i,o,a,c)}},{key:"addResources",value:function(i,o,a){var c=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(var f in a)(typeof a[f]=="string"||Object.prototype.toString.apply(a[f])==="[object Array]")&&this.addResource(i,o,f,a[f],{silent:!0});c.silent||this.emit("added",i,o,a)}},{key:"addResourceBundle",value:function(i,o,a,c,f){var p=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1},y=[i,o];i.indexOf(".")>-1&&(y=i.split("."),c=a,a=o,o=y[1]),this.addNamespaces(o);var g=Zh(this.data,y)||{};c?rT(g,a,f):g=hh(hh({},g),a),m0(this.data,y,g),p.silent||this.emit("added",i,o,a)}},{key:"removeResourceBundle",value:function(i,o){this.hasResourceBundle(i,o)&&delete this.data[i][o],this.removeNamespaces(o),this.emit("removed",i,o)}},{key:"hasResourceBundle",value:function(i,o){return this.getResource(i,o)!==void 0}},{key:"getResourceBundle",value:function(i,o){return o||(o=this.options.defaultNS),this.options.compatibilityAPI==="v1"?hh(hh({},{}),this.getResource(i,o)):this.getResource(i,o)}},{key:"getDataByLanguage",value:function(i){return this.data[i]}},{key:"hasLanguageSomeTranslations",value:function(i){var o=this.getDataByLanguage(i),a=o&&Object.keys(o)||[];return!!a.find(function(c){return o[c]&&Object.keys(o[c]).length>0})}},{key:"toJSON",value:function(){return this.data}}]),n}(vu),iT={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,n,r,i,o){var a=this;return e.forEach(function(c){a.processors[c]&&(n=a.processors[c].process(n,r,i,o))}),n}};function y0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Fi(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?y0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):y0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function IA(t){var e=AA();return function(){var r=Ua(t),i;if(e){var o=Ua(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return Wd(this,i)}}function AA(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}var b0={},w0=function(t){Ep(n,t);var e=IA(n);function n(r){var i,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return ns(this,n),i=e.call(this),kp&&vu.call(Sl(i)),SA(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],r,Sl(i)),i.options=o,i.options.keySeparator===void 0&&(i.options.keySeparator="."),i.logger=Na.create("translator"),i}return rs(n,[{key:"changeLanguage",value:function(i){i&&(this.language=i)}},{key:"exists",value:function(i){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};if(i==null)return!1;var a=this.resolve(i,o);return a&&a.res!==void 0}},{key:"extractFromKey",value:function(i,o){var a=o.nsSeparator!==void 0?o.nsSeparator:this.options.nsSeparator;a===void 0&&(a=":");var c=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator,f=o.ns||this.options.defaultNS||[],p=a&&i.indexOf(a)>-1,y=!this.options.userDefinedKeySeparator&&!o.keySeparator&&!this.options.userDefinedNsSeparator&&!o.nsSeparator&&!PA(i,a,c);if(p&&!y){var g=i.match(this.interpolator.nestingRegexp);if(g&&g.length>0)return{key:i,namespaces:f};var T=i.split(a);(a!==c||a===c&&this.options.ns.indexOf(T[0])>-1)&&(f=T.shift()),i=T.join(c)}return typeof f=="string"&&(f=[f]),{key:i,namespaces:f}}},{key:"translate",value:function(i,o,a){var c=this;if(Qo(o)!=="object"&&this.options.overloadTranslationOptionHandler&&(o=this.options.overloadTranslationOptionHandler(arguments)),Qo(o)==="object"&&(o=Fi({},o)),o||(o={}),i==null)return"";Array.isArray(i)||(i=[String(i)]);var f=o.returnDetails!==void 0?o.returnDetails:this.options.returnDetails,p=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator,y=this.extractFromKey(i[i.length-1],o),g=y.key,T=y.namespaces,E=T[T.length-1],I=o.lng||this.language,A=o.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(I&&I.toLowerCase()==="cimode"){if(A){var j=o.nsSeparator||this.options.nsSeparator;return f?{res:"".concat(E).concat(j).concat(g),usedKey:g,exactUsedKey:g,usedLng:I,usedNS:E}:"".concat(E).concat(j).concat(g)}return f?{res:g,usedKey:g,exactUsedKey:g,usedLng:I,usedNS:E}:g}var R=this.resolve(i,o),H=R&&R.res,U=R&&R.usedKey||g,ne=R&&R.exactUsedKey||g,q=Object.prototype.toString.apply(H),ie=["[object Number]","[object Function]","[object RegExp]"],x=o.joinArrays!==void 0?o.joinArrays:this.options.joinArrays,le=!this.i18nFormat||this.i18nFormat.handleAsObject,ae=typeof H!="string"&&typeof H!="boolean"&&typeof H!="number";if(le&&H&&ae&&ie.indexOf(q)<0&&!(typeof x=="string"&&q==="[object Array]")){if(!o.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var ze=this.options.returnedObjectHandler?this.options.returnedObjectHandler(U,H,Fi(Fi({},o),{},{ns:T})):"key '".concat(g," (").concat(this.language,")' returned an object instead of string.");return f?(R.res=ze,R):ze}if(p){var tt=q==="[object Array]",Qe=tt?[]:{},et=tt?ne:U;for(var Ye in H)if(Object.prototype.hasOwnProperty.call(H,Ye)){var pe="".concat(et).concat(p).concat(Ye);Qe[Ye]=this.translate(pe,Fi(Fi({},o),{joinArrays:!1,ns:T})),Qe[Ye]===pe&&(Qe[Ye]=H[Ye])}H=Qe}}else if(le&&typeof x=="string"&&q==="[object Array]")H=H.join(x),H&&(H=this.extendTranslation(H,i,o,a));else{var fe=!1,Ce=!1,Oe=o.count!==void 0&&typeof o.count!="string",Ne=n.hasDefaultValue(o),me=Oe?this.pluralResolver.getSuffix(I,o.count,o):"",Te=o["defaultValue".concat(me)]||o.defaultValue;!this.isValidLookup(H)&&Ne&&(fe=!0,H=Te),this.isValidLookup(H)||(Ce=!0,H=g);var Le=o.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey,He=Le&&Ce?void 0:H,je=Ne&&Te!==H&&this.options.updateMissing;if(Ce||fe||je){if(this.logger.log(je?"updateKey":"missingKey",I,E,g,je?Te:H),p){var Fe=this.resolve(g,Fi(Fi({},o),{},{keySeparator:!1}));Fe&&Fe.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var Ve=[],nt=this.languageUtils.getFallbackCodes(this.options.fallbackLng,o.lng||this.language);if(this.options.saveMissingTo==="fallback"&&nt&&nt[0])for(var ct=0;ct<nt.length;ct++)Ve.push(nt[ct]);else this.options.saveMissingTo==="all"?Ve=this.languageUtils.toResolveHierarchy(o.lng||this.language):Ve.push(o.lng||this.language);var pt=function(yt,Je,It){var Mt=Ne&&It!==H?It:He;c.options.missingKeyHandler?c.options.missingKeyHandler(yt,E,Je,Mt,je,o):c.backendConnector&&c.backendConnector.saveMissing&&c.backendConnector.saveMissing(yt,E,Je,Mt,je,o),c.emit("missingKey",yt,E,Je,H)};this.options.saveMissing&&(this.options.saveMissingPlurals&&Oe?Ve.forEach(function(ft){c.pluralResolver.getSuffixes(ft,o).forEach(function(yt){pt([ft],g+yt,o["defaultValue".concat(yt)]||Te)})}):pt(Ve,g,Te))}H=this.extendTranslation(H,i,o,R,a),Ce&&H===g&&this.options.appendNamespaceToMissingKey&&(H="".concat(E,":").concat(g)),(Ce||fe)&&this.options.parseMissingKeyHandler&&(this.options.compatibilityAPI!=="v1"?H=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(E,":").concat(g):g,fe?H:void 0):H=this.options.parseMissingKeyHandler(H))}return f?(R.res=H,R):H}},{key:"extendTranslation",value:function(i,o,a,c,f){var p=this;if(this.i18nFormat&&this.i18nFormat.parse)i=this.i18nFormat.parse(i,Fi(Fi({},this.options.interpolation.defaultVariables),a),c.usedLng,c.usedNS,c.usedKey,{resolved:c});else if(!a.skipInterpolation){a.interpolation&&this.interpolator.init(Fi(Fi({},a),{interpolation:Fi(Fi({},this.options.interpolation),a.interpolation)}));var y=typeof i=="string"&&(a&&a.interpolation&&a.interpolation.skipOnVariables!==void 0?a.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables),g;if(y){var T=i.match(this.interpolator.nestingRegexp);g=T&&T.length}var E=a.replace&&typeof a.replace!="string"?a.replace:a;if(this.options.interpolation.defaultVariables&&(E=Fi(Fi({},this.options.interpolation.defaultVariables),E)),i=this.interpolator.interpolate(i,E,a.lng||this.language,a),y){var I=i.match(this.interpolator.nestingRegexp),A=I&&I.length;g<A&&(a.nest=!1)}!a.lng&&this.options.compatibilityAPI!=="v1"&&c&&c.res&&(a.lng=c.usedLng),a.nest!==!1&&(i=this.interpolator.nest(i,function(){for(var H=arguments.length,U=new Array(H),ne=0;ne<H;ne++)U[ne]=arguments[ne];return f&&f[0]===U[0]&&!a.context?(p.logger.warn("It seems you are nesting recursively key: ".concat(U[0]," in key: ").concat(o[0])),null):p.translate.apply(p,U.concat([o]))},a)),a.interpolation&&this.interpolator.reset()}var j=a.postProcess||this.options.postProcess,R=typeof j=="string"?[j]:j;return i!=null&&R&&R.length&&a.applyPostProcessor!==!1&&(i=iT.handle(R,i,o,this.options&&this.options.postProcessPassResolved?Fi({i18nResolved:c},a):a,this)),i}},{key:"resolve",value:function(i){var o=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},c,f,p,y,g;return typeof i=="string"&&(i=[i]),i.forEach(function(T){if(!o.isValidLookup(c)){var E=o.extractFromKey(T,a),I=E.key;f=I;var A=E.namespaces;o.options.fallbackNS&&(A=A.concat(o.options.fallbackNS));var j=a.count!==void 0&&typeof a.count!="string",R=j&&!a.ordinal&&a.count===0&&o.pluralResolver.shouldUseIntlApi(),H=a.context!==void 0&&(typeof a.context=="string"||typeof a.context=="number")&&a.context!=="",U=a.lngs?a.lngs:o.languageUtils.toResolveHierarchy(a.lng||o.language,a.fallbackLng);A.forEach(function(ne){o.isValidLookup(c)||(g=ne,!b0["".concat(U[0],"-").concat(ne)]&&o.utils&&o.utils.hasLoadedNamespace&&!o.utils.hasLoadedNamespace(g)&&(b0["".concat(U[0],"-").concat(ne)]=!0,o.logger.warn('key "'.concat(f,'" for languages "').concat(U.join(", "),`" won't get resolved as namespace "`).concat(g,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),U.forEach(function(q){if(!o.isValidLookup(c)){y=q;var ie=[I];if(o.i18nFormat&&o.i18nFormat.addLookupKeys)o.i18nFormat.addLookupKeys(ie,I,q,ne,a);else{var x;j&&(x=o.pluralResolver.getSuffix(q,a.count,a));var le="".concat(o.options.pluralSeparator,"zero");if(j&&(ie.push(I+x),R&&ie.push(I+le)),H){var ae="".concat(I).concat(o.options.contextSeparator).concat(a.context);ie.push(ae),j&&(ie.push(ae+x),R&&ie.push(ae+le))}}for(var ze;ze=ie.pop();)o.isValidLookup(c)||(p=ze,c=o.getResource(q,ne,ze,a))}}))})}}),{res:c,usedKey:f,exactUsedKey:p,usedLng:y,usedNS:g}}},{key:"isValidLookup",value:function(i){return i!==void 0&&!(!this.options.returnNull&&i===null)&&!(!this.options.returnEmptyString&&i==="")}},{key:"getResource",value:function(i,o,a){var c=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(i,o,a,c):this.resourceStore.getResource(i,o,a,c)}}],[{key:"hasDefaultValue",value:function(i){var o="defaultValue";for(var a in i)if(Object.prototype.hasOwnProperty.call(i,a)&&o===a.substring(0,o.length)&&i[a]!==void 0)return!0;return!1}}]),n}(vu);function Cg(t){return t.charAt(0).toUpperCase()+t.slice(1)}var x0=function(){function t(e){ns(this,t),this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Na.create("languageUtils")}return rs(t,[{key:"getScriptPartFromCode",value:function(n){if(!n||n.indexOf("-")<0)return null;var r=n.split("-");return r.length===2||(r.pop(),r[r.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(r.join("-"))}},{key:"getLanguagePartFromCode",value:function(n){if(!n||n.indexOf("-")<0)return n;var r=n.split("-");return this.formatLanguageCode(r[0])}},{key:"formatLanguageCode",value:function(n){if(typeof n=="string"&&n.indexOf("-")>-1){var r=["hans","hant","latn","cyrl","cans","mong","arab"],i=n.split("-");return this.options.lowerCaseLng?i=i.map(function(o){return o.toLowerCase()}):i.length===2?(i[0]=i[0].toLowerCase(),i[1]=i[1].toUpperCase(),r.indexOf(i[1].toLowerCase())>-1&&(i[1]=Cg(i[1].toLowerCase()))):i.length===3&&(i[0]=i[0].toLowerCase(),i[1].length===2&&(i[1]=i[1].toUpperCase()),i[0]!=="sgn"&&i[2].length===2&&(i[2]=i[2].toUpperCase()),r.indexOf(i[1].toLowerCase())>-1&&(i[1]=Cg(i[1].toLowerCase())),r.indexOf(i[2].toLowerCase())>-1&&(i[2]=Cg(i[2].toLowerCase()))),i.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?n.toLowerCase():n}},{key:"isSupportedCode",value:function(n){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(n=this.getLanguagePartFromCode(n)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(n)>-1}},{key:"getBestMatchFromCodes",value:function(n){var r=this;if(!n)return null;var i;return n.forEach(function(o){if(!i){var a=r.formatLanguageCode(o);(!r.options.supportedLngs||r.isSupportedCode(a))&&(i=a)}}),!i&&this.options.supportedLngs&&n.forEach(function(o){if(!i){var a=r.getLanguagePartFromCode(o);if(r.isSupportedCode(a))return i=a;i=r.options.supportedLngs.find(function(c){if(c===a)return c;if(!(c.indexOf("-")<0&&a.indexOf("-")<0)&&c.indexOf(a)===0)return c})}}),i||(i=this.getFallbackCodes(this.options.fallbackLng)[0]),i}},{key:"getFallbackCodes",value:function(n,r){if(!n)return[];if(typeof n=="function"&&(n=n(r)),typeof n=="string"&&(n=[n]),Object.prototype.toString.apply(n)==="[object Array]")return n;if(!r)return n.default||[];var i=n[r];return i||(i=n[this.getScriptPartFromCode(r)]),i||(i=n[this.formatLanguageCode(r)]),i||(i=n[this.getLanguagePartFromCode(r)]),i||(i=n.default),i||[]}},{key:"toResolveHierarchy",value:function(n,r){var i=this,o=this.getFallbackCodes(r||this.options.fallbackLng||[],n),a=[],c=function(p){p&&(i.isSupportedCode(p)?a.push(p):i.logger.warn("rejecting language code not found in supportedLngs: ".concat(p)))};return typeof n=="string"&&n.indexOf("-")>-1?(this.options.load!=="languageOnly"&&c(this.formatLanguageCode(n)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&c(this.getScriptPartFromCode(n)),this.options.load!=="currentOnly"&&c(this.getLanguagePartFromCode(n))):typeof n=="string"&&c(this.formatLanguageCode(n)),o.forEach(function(f){a.indexOf(f)<0&&c(i.formatLanguageCode(f))}),a}}]),t}(),MA=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],LA={1:function(e){return+(e>1)},2:function(e){return+(e!=1)},3:function(e){return 0},4:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2},5:function(e){return e==0?0:e==1?1:e==2?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},6:function(e){return e==1?0:e>=2&&e<=4?1:2},7:function(e){return e==1?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2},8:function(e){return e==1?0:e==2?1:e!=8&&e!=11?2:3},9:function(e){return+(e>=2)},10:function(e){return e==1?0:e==2?1:e<7?2:e<11?3:4},11:function(e){return e==1||e==11?0:e==2||e==12?1:e>2&&e<20?2:3},12:function(e){return+(e%10!=1||e%100==11)},13:function(e){return+(e!==0)},14:function(e){return e==1?0:e==2?1:e==3?2:3},15:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2},16:function(e){return e%10==1&&e%100!=11?0:e!==0?1:2},17:function(e){return e==1||e%10==1&&e%100!=11?0:1},18:function(e){return e==0?0:e==1?1:2},19:function(e){return e==1?0:e==0||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3},20:function(e){return e==1?0:e==0||e%100>0&&e%100<20?1:2},21:function(e){return e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0},22:function(e){return e==1?0:e==2?1:(e<0||e>10)&&e%10==0?2:3}},FA=["v1","v2","v3"],S0={zero:0,one:1,two:2,few:3,many:4,other:5};function NA(){var t={};return MA.forEach(function(e){e.lngs.forEach(function(n){t[n]={numbers:e.nr,plurals:LA[e.fc]}})}),t}var jA=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};ns(this,t),this.languageUtils=e,this.options=n,this.logger=Na.create("pluralResolver"),(!this.options.compatibilityJSON||this.options.compatibilityJSON==="v4")&&(typeof Intl>"u"||!Intl.PluralRules)&&(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=NA()}return rs(t,[{key:"addRule",value:function(n,r){this.rules[n]=r}},{key:"getRule",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(n,{type:r.ordinal?"ordinal":"cardinal"})}catch{return}return this.rules[n]||this.rules[this.languageUtils.getLanguagePartFromCode(n)]}},{key:"needsPlural",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=this.getRule(n,r);return this.shouldUseIntlApi()?i&&i.resolvedOptions().pluralCategories.length>1:i&&i.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(n,r){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(n,i).map(function(o){return"".concat(r).concat(o)})}},{key:"getSuffixes",value:function(n){var r=this,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=this.getRule(n,i);return o?this.shouldUseIntlApi()?o.resolvedOptions().pluralCategories.sort(function(a,c){return S0[a]-S0[c]}).map(function(a){return"".concat(r.options.prepend).concat(a)}):o.numbers.map(function(a){return r.getSuffix(n,a,i)}):[]}},{key:"getSuffix",value:function(n,r){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o=this.getRule(n,i);return o?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(o.select(r)):this.getSuffixRetroCompatible(o,r):(this.logger.warn("no plural rule found for: ".concat(n)),"")}},{key:"getSuffixRetroCompatible",value:function(n,r){var i=this,o=n.noAbs?n.plurals(r):n.plurals(Math.abs(r)),a=n.numbers[o];this.options.simplifyPluralSuffix&&n.numbers.length===2&&n.numbers[0]===1&&(a===2?a="plural":a===1&&(a=""));var c=function(){return i.options.prepend&&a.toString()?i.options.prepend+a.toString():a.toString()};return this.options.compatibilityJSON==="v1"?a===1?"":typeof a=="number"?"_plural_".concat(a.toString()):c():this.options.compatibilityJSON==="v2"||this.options.simplifyPluralSuffix&&n.numbers.length===2&&n.numbers[0]===1?c():this.options.prepend&&o.toString()?this.options.prepend+o.toString():o.toString()}},{key:"shouldUseIntlApi",value:function(){return!FA.includes(this.options.compatibilityJSON)}}]),t}();function T0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function oa(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?T0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):T0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function C0(t,e,n){var r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:".",i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,o=CA(t,e,n);return!o&&i&&typeof n=="string"&&(o=Jh(t,n,r),o===void 0&&(o=Jh(e,n,r))),o}var BA=function(){function t(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};ns(this,t),this.logger=Na.create("interpolator"),this.options=e,this.format=e.interpolation&&e.interpolation.format||function(n){return n},this.init(e)}return rs(t,[{key:"init",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};n.interpolation||(n.interpolation={escapeValue:!0});var r=n.interpolation;this.escape=r.escape!==void 0?r.escape:kA,this.escapeValue=r.escapeValue!==void 0?r.escapeValue:!0,this.useRawValueToEscape=r.useRawValueToEscape!==void 0?r.useRawValueToEscape:!1,this.prefix=r.prefix?lf(r.prefix):r.prefixEscaped||"{{",this.suffix=r.suffix?lf(r.suffix):r.suffixEscaped||"}}",this.formatSeparator=r.formatSeparator?r.formatSeparator:r.formatSeparator||",",this.unescapePrefix=r.unescapeSuffix?"":r.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":r.unescapeSuffix||"",this.nestingPrefix=r.nestingPrefix?lf(r.nestingPrefix):r.nestingPrefixEscaped||lf("$t("),this.nestingSuffix=r.nestingSuffix?lf(r.nestingSuffix):r.nestingSuffixEscaped||lf(")"),this.nestingOptionsSeparator=r.nestingOptionsSeparator?r.nestingOptionsSeparator:r.nestingOptionsSeparator||",",this.maxReplaces=r.maxReplaces?r.maxReplaces:1e3,this.alwaysFormat=r.alwaysFormat!==void 0?r.alwaysFormat:!1,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var n="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(n,"g");var r="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(r,"g");var i="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(i,"g")}},{key:"interpolate",value:function(n,r,i,o){var a=this,c,f,p,y=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function g(j){return j.replace(/\$/g,"$$$$")}var T=function(R){if(R.indexOf(a.formatSeparator)<0){var H=C0(r,y,R,a.options.keySeparator,a.options.ignoreJSONStructure);return a.alwaysFormat?a.format(H,void 0,i,oa(oa(oa({},o),r),{},{interpolationkey:R})):H}var U=R.split(a.formatSeparator),ne=U.shift().trim(),q=U.join(a.formatSeparator).trim();return a.format(C0(r,y,ne,a.options.keySeparator,a.options.ignoreJSONStructure),q,i,oa(oa(oa({},o),r),{},{interpolationkey:ne}))};this.resetRegExp();var E=o&&o.missingInterpolationHandler||this.options.missingInterpolationHandler,I=o&&o.interpolation&&o.interpolation.skipOnVariables!==void 0?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables,A=[{regex:this.regexpUnescape,safeValue:function(R){return g(R)}},{regex:this.regexp,safeValue:function(R){return a.escapeValue?g(a.escape(R)):g(R)}}];return A.forEach(function(j){for(p=0;c=j.regex.exec(n);){var R=c[1].trim();if(f=T(R),f===void 0)if(typeof E=="function"){var H=E(n,c,o);f=typeof H=="string"?H:""}else if(o&&Object.prototype.hasOwnProperty.call(o,R))f="";else if(I){f=c[0];continue}else a.logger.warn("missed to pass in variable ".concat(R," for interpolating ").concat(n)),f="";else typeof f!="string"&&!a.useRawValueToEscape&&(f=g0(f));var U=j.safeValue(f);if(n=n.replace(c[0],U),I?(j.regex.lastIndex+=f.length,j.regex.lastIndex-=c[0].length):j.regex.lastIndex=0,p++,p>=a.maxReplaces)break}}),n}},{key:"nest",value:function(n,r){var i=this,o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a,c,f;function p(E,I){var A=this.nestingOptionsSeparator;if(E.indexOf(A)<0)return E;var j=E.split(new RegExp("".concat(A,"[ ]*{"))),R="{".concat(j[1]);E=j[0],R=this.interpolate(R,f);var H=R.match(/'/g),U=R.match(/"/g);(H&&H.length%2===0&&!U||U.length%2!==0)&&(R=R.replace(/'/g,'"'));try{f=JSON.parse(R),I&&(f=oa(oa({},I),f))}catch(ne){return this.logger.warn("failed parsing options string in nesting for key ".concat(E),ne),"".concat(E).concat(A).concat(R)}return delete f.defaultValue,E}for(;a=this.nestingRegexp.exec(n);){var y=[];f=oa({},o),f=f.replace&&typeof f.replace!="string"?f.replace:f,f.applyPostProcessor=!1,delete f.defaultValue;var g=!1;if(a[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(a[1])){var T=a[1].split(this.formatSeparator).map(function(E){return E.trim()});a[1]=T.shift(),y=T,g=!0}if(c=r(p.call(this,a[1].trim(),f),f),c&&a[0]===n&&typeof c!="string")return c;typeof c!="string"&&(c=g0(c)),c||(this.logger.warn("missed to resolve ".concat(a[1]," for nesting ").concat(n)),c=""),g&&(c=y.reduce(function(E,I){return i.format(E,I,o.lng,oa(oa({},o),{},{interpolationkey:a[1].trim()}))},c.trim())),n=n.replace(a[0],c),this.regexp.lastIndex=0}return n}}]),t}();function E0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function vl(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?E0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):E0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function $A(t){var e=t.toLowerCase().trim(),n={};if(t.indexOf("(")>-1){var r=t.split("(");e=r[0].toLowerCase().trim();var i=r[1].substring(0,r[1].length-1);if(e==="currency"&&i.indexOf(":")<0)n.currency||(n.currency=i.trim());else if(e==="relativetime"&&i.indexOf(":")<0)n.range||(n.range=i.trim());else{var o=i.split(";");o.forEach(function(a){if(a){var c=a.split(":"),f=bA(c),p=f[0],y=f.slice(1),g=y.join(":").trim().replace(/^'+|'+$/g,"");n[p.trim()]||(n[p.trim()]=g),g==="false"&&(n[p.trim()]=!1),g==="true"&&(n[p.trim()]=!0),isNaN(g)||(n[p.trim()]=parseInt(g,10))}})}}return{formatName:e,formatOptions:n}}function uf(t){var e={};return function(r,i,o){var a=i+JSON.stringify(o),c=e[a];return c||(c=t(i,o),e[a]=c),c(r)}}var VA=function(){function t(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};ns(this,t),this.logger=Na.create("formatter"),this.options=e,this.formats={number:uf(function(n,r){var i=new Intl.NumberFormat(n,vl({},r));return function(o){return i.format(o)}}),currency:uf(function(n,r){var i=new Intl.NumberFormat(n,vl(vl({},r),{},{style:"currency"}));return function(o){return i.format(o)}}),datetime:uf(function(n,r){var i=new Intl.DateTimeFormat(n,vl({},r));return function(o){return i.format(o)}}),relativetime:uf(function(n,r){var i=new Intl.RelativeTimeFormat(n,vl({},r));return function(o){return i.format(o,r.range||"day")}}),list:uf(function(n,r){var i=new Intl.ListFormat(n,vl({},r));return function(o){return i.format(o)}})},this.init(e)}return rs(t,[{key:"init",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}},i=r.interpolation;this.formatSeparator=i.formatSeparator?i.formatSeparator:i.formatSeparator||","}},{key:"add",value:function(n,r){this.formats[n.toLowerCase().trim()]=r}},{key:"addCached",value:function(n,r){this.formats[n.toLowerCase().trim()]=uf(r)}},{key:"format",value:function(n,r,i){var o=this,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},c=r.split(this.formatSeparator),f=c.reduce(function(p,y){var g=$A(y),T=g.formatName,E=g.formatOptions;if(o.formats[T]){var I=p;try{var A=a&&a.formatParams&&a.formatParams[a.interpolationkey]||{},j=A.locale||A.lng||a.locale||a.lng||i;I=o.formats[T](p,j,vl(vl(vl({},E),a),A))}catch(R){o.logger.warn(R)}return I}else o.logger.warn("there was no format function for ".concat(T));return p},n);return f}}]),t}();function k0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function D0(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?k0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):k0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function UA(t){var e=HA();return function(){var r=Ua(t),i;if(e){var o=Ua(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return Wd(this,i)}}function HA(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function WA(t,e){t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)}var zA=function(t){Ep(n,t);var e=UA(n);function n(r,i,o){var a,c=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return ns(this,n),a=e.call(this),kp&&vu.call(Sl(a)),a.backend=r,a.store=i,a.services=o,a.languageUtils=o.languageUtils,a.options=c,a.logger=Na.create("backendConnector"),a.waitingReads=[],a.maxParallelReads=c.maxParallelReads||10,a.readingCalls=0,a.maxRetries=c.maxRetries>=0?c.maxRetries:5,a.retryTimeout=c.retryTimeout>=1?c.retryTimeout:350,a.state={},a.queue=[],a.backend&&a.backend.init&&a.backend.init(o,c.backend,c),a}return rs(n,[{key:"queueLoad",value:function(i,o,a,c){var f=this,p={},y={},g={},T={};return i.forEach(function(E){var I=!0;o.forEach(function(A){var j="".concat(E,"|").concat(A);!a.reload&&f.store.hasResourceBundle(E,A)?f.state[j]=2:f.state[j]<0||(f.state[j]===1?y[j]===void 0&&(y[j]=!0):(f.state[j]=1,I=!1,y[j]===void 0&&(y[j]=!0),p[j]===void 0&&(p[j]=!0),T[A]===void 0&&(T[A]=!0)))}),I||(g[E]=!0)}),(Object.keys(p).length||Object.keys(y).length)&&this.queue.push({pending:y,pendingCount:Object.keys(y).length,loaded:{},errors:[],callback:c}),{toLoad:Object.keys(p),pending:Object.keys(y),toLoadLanguages:Object.keys(g),toLoadNamespaces:Object.keys(T)}}},{key:"loaded",value:function(i,o,a){var c=i.split("|"),f=c[0],p=c[1];o&&this.emit("failedLoading",f,p,o),a&&this.store.addResourceBundle(f,p,a),this.state[i]=o?-1:2;var y={};this.queue.forEach(function(g){TA(g.loaded,[f],p),WA(g,i),o&&g.errors.push(o),g.pendingCount===0&&!g.done&&(Object.keys(g.loaded).forEach(function(T){y[T]||(y[T]={});var E=g.loaded[T];E.length&&E.forEach(function(I){y[T][I]===void 0&&(y[T][I]=!0)})}),g.done=!0,g.errors.length?g.callback(g.errors):g.callback())}),this.emit("loaded",y),this.queue=this.queue.filter(function(g){return!g.done})}},{key:"read",value:function(i,o,a){var c=this,f=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,p=arguments.length>4&&arguments[4]!==void 0?arguments[4]:this.retryTimeout,y=arguments.length>5?arguments[5]:void 0;if(!i.length)return y(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:i,ns:o,fcName:a,tried:f,wait:p,callback:y});return}this.readingCalls++;var g=function(A,j){if(c.readingCalls--,c.waitingReads.length>0){var R=c.waitingReads.shift();c.read(R.lng,R.ns,R.fcName,R.tried,R.wait,R.callback)}if(A&&j&&f<c.maxRetries){setTimeout(function(){c.read.call(c,i,o,a,f+1,p*2,y)},p);return}y(A,j)},T=this.backend[a].bind(this.backend);if(T.length===2){try{var E=T(i,o);E&&typeof E.then=="function"?E.then(function(I){return g(null,I)}).catch(g):g(null,E)}catch(I){g(I)}return}return T(i,o,g)}},{key:"prepareLoading",value:function(i,o){var a=this,c=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},f=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),f&&f();typeof i=="string"&&(i=this.languageUtils.toResolveHierarchy(i)),typeof o=="string"&&(o=[o]);var p=this.queueLoad(i,o,c,f);if(!p.toLoad.length)return p.pending.length||f(),null;p.toLoad.forEach(function(y){a.loadOne(y)})}},{key:"load",value:function(i,o,a){this.prepareLoading(i,o,{},a)}},{key:"reload",value:function(i,o,a){this.prepareLoading(i,o,{reload:!0},a)}},{key:"loadOne",value:function(i){var o=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",c=i.split("|"),f=c[0],p=c[1];this.read(f,p,"read",void 0,void 0,function(y,g){y&&o.logger.warn("".concat(a,"loading namespace ").concat(p," for language ").concat(f," failed"),y),!y&&g&&o.logger.log("".concat(a,"loaded namespace ").concat(p," for language ").concat(f),g),o.loaded(i,y,g)})}},{key:"saveMissing",value:function(i,o,a,c,f){var p=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},y=arguments.length>6&&arguments[6]!==void 0?arguments[6]:function(){};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(o)){this.logger.warn('did not save key "'.concat(a,'" as the namespace "').concat(o,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(a==null||a==="")){if(this.backend&&this.backend.create){var g=D0(D0({},p),{},{isUpdate:f}),T=this.backend.create.bind(this.backend);if(T.length<6)try{var E;T.length===5?E=T(i,o,a,c,g):E=T(i,o,a,c),E&&typeof E.then=="function"?E.then(function(I){return y(null,I)}).catch(y):y(null,E)}catch(I){y(I)}else T(i,o,a,c,y,g)}!i||!i[0]||this.store.addResource(i[0],o,a,c)}}}]),n}(vu);function P0(){return{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(e){var n={};if(Qo(e[1])==="object"&&(n=e[1]),typeof e[1]=="string"&&(n.defaultValue=e[1]),typeof e[2]=="string"&&(n.tDescription=e[2]),Qo(e[2])==="object"||Qo(e[3])==="object"){var r=e[3]||e[2];Object.keys(r).forEach(function(i){n[i]=r[i]})}return n},interpolation:{escapeValue:!0,format:function(e,n,r,i){return e},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}}function O0(t){return typeof t.ns=="string"&&(t.ns=[t.ns]),typeof t.fallbackLng=="string"&&(t.fallbackLng=[t.fallbackLng]),typeof t.fallbackNS=="string"&&(t.fallbackNS=[t.fallbackNS]),t.supportedLngs&&t.supportedLngs.indexOf("cimode")<0&&(t.supportedLngs=t.supportedLngs.concat(["cimode"])),t}function _0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Ma(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?_0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):_0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function YA(t){var e=GA();return function(){var r=Ua(t),i;if(e){var o=Ua(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return Wd(this,i)}}function GA(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function ph(){}function qA(t){var e=Object.getOwnPropertyNames(Object.getPrototypeOf(t));e.forEach(function(n){typeof t[n]=="function"&&(t[n]=t[n].bind(t))})}var Qh=function(t){Ep(n,t);var e=YA(n);function n(){var r,i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0;if(ns(this,n),r=e.call(this),kp&&vu.call(Sl(r)),r.options=O0(i),r.services={},r.logger=Na,r.modules={external:[]},qA(Sl(r)),o&&!r.isInitialized&&!i.isClone){if(!r.options.initImmediate)return r.init(i,o),Wd(r,Sl(r));setTimeout(function(){r.init(i,o)},0)}return r}return rs(n,[{key:"init",value:function(){var i=this,o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;typeof o=="function"&&(a=o,o={}),!o.defaultNS&&o.defaultNS!==!1&&o.ns&&(typeof o.ns=="string"?o.defaultNS=o.ns:o.ns.indexOf("translation")<0&&(o.defaultNS=o.ns[0]));var c=P0();this.options=Ma(Ma(Ma({},c),this.options),O0(o)),this.options.compatibilityAPI!=="v1"&&(this.options.interpolation=Ma(Ma({},c.interpolation),this.options.interpolation)),o.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=o.keySeparator),o.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=o.nsSeparator);function f(R){return R?typeof R=="function"?new R:R:null}if(!this.options.isClone){this.modules.logger?Na.init(f(this.modules.logger),this.options):Na.init(null,this.options);var p;this.modules.formatter?p=this.modules.formatter:typeof Intl<"u"&&(p=VA);var y=new x0(this.options);this.store=new RA(this.options.resources,this.options);var g=this.services;g.logger=Na,g.resourceStore=this.store,g.languageUtils=y,g.pluralResolver=new jA(y,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),p&&(!this.options.interpolation.format||this.options.interpolation.format===c.interpolation.format)&&(g.formatter=f(p),g.formatter.init(g,this.options),this.options.interpolation.format=g.formatter.format.bind(g.formatter)),g.interpolator=new BA(this.options),g.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},g.backendConnector=new zA(f(this.modules.backend),g.resourceStore,g,this.options),g.backendConnector.on("*",function(R){for(var H=arguments.length,U=new Array(H>1?H-1:0),ne=1;ne<H;ne++)U[ne-1]=arguments[ne];i.emit.apply(i,[R].concat(U))}),this.modules.languageDetector&&(g.languageDetector=f(this.modules.languageDetector),g.languageDetector.init&&g.languageDetector.init(g,this.options.detection,this.options)),this.modules.i18nFormat&&(g.i18nFormat=f(this.modules.i18nFormat),g.i18nFormat.init&&g.i18nFormat.init(this)),this.translator=new w0(this.services,this.options),this.translator.on("*",function(R){for(var H=arguments.length,U=new Array(H>1?H-1:0),ne=1;ne<H;ne++)U[ne-1]=arguments[ne];i.emit.apply(i,[R].concat(U))}),this.modules.external.forEach(function(R){R.init&&R.init(i)})}if(this.format=this.options.interpolation.format,a||(a=ph),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var T=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);T.length>0&&T[0]!=="dev"&&(this.options.lng=T[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined");var E=["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"];E.forEach(function(R){i[R]=function(){var H;return(H=i.store)[R].apply(H,arguments)}});var I=["addResource","addResources","addResourceBundle","removeResourceBundle"];I.forEach(function(R){i[R]=function(){var H;return(H=i.store)[R].apply(H,arguments),i}});var A=ed(),j=function(){var H=function(ne,q){i.isInitialized&&!i.initializedStoreOnce&&i.logger.warn("init: i18next is already initialized. You should call init just once!"),i.isInitialized=!0,i.options.isClone||i.logger.log("initialized",i.options),i.emit("initialized",i.options),A.resolve(q),a(ne,q)};if(i.languages&&i.options.compatibilityAPI!=="v1"&&!i.isInitialized)return H(null,i.t.bind(i));i.changeLanguage(i.options.lng,H)};return this.options.resources||!this.options.initImmediate?j():setTimeout(j,0),A}},{key:"loadResources",value:function(i){var o=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ph,c=a,f=typeof i=="string"?i:this.language;if(typeof i=="function"&&(c=i),!this.options.resources||this.options.partialBundledLanguages){if(f&&f.toLowerCase()==="cimode")return c();var p=[],y=function(E){if(E){var I=o.services.languageUtils.toResolveHierarchy(E);I.forEach(function(A){p.indexOf(A)<0&&p.push(A)})}};if(f)y(f);else{var g=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);g.forEach(function(T){return y(T)})}this.options.preload&&this.options.preload.forEach(function(T){return y(T)}),this.services.backendConnector.load(p,this.options.ns,function(T){!T&&!o.resolvedLanguage&&o.language&&o.setResolvedLanguage(o.language),c(T)})}else c(null)}},{key:"reloadResources",value:function(i,o,a){var c=ed();return i||(i=this.languages),o||(o=this.options.ns),a||(a=ph),this.services.backendConnector.reload(i,o,function(f){c.resolve(),a(f)}),c}},{key:"use",value:function(i){if(!i)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!i.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return i.type==="backend"&&(this.modules.backend=i),(i.type==="logger"||i.log&&i.warn&&i.error)&&(this.modules.logger=i),i.type==="languageDetector"&&(this.modules.languageDetector=i),i.type==="i18nFormat"&&(this.modules.i18nFormat=i),i.type==="postProcessor"&&iT.addPostProcessor(i),i.type==="formatter"&&(this.modules.formatter=i),i.type==="3rdParty"&&this.modules.external.push(i),this}},{key:"setResolvedLanguage",value:function(i){if(!(!i||!this.languages)&&!(["cimode","dev"].indexOf(i)>-1))for(var o=0;o<this.languages.length;o++){var a=this.languages[o];if(!(["cimode","dev"].indexOf(a)>-1)&&this.store.hasLanguageSomeTranslations(a)){this.resolvedLanguage=a;break}}}},{key:"changeLanguage",value:function(i,o){var a=this;this.isLanguageChangingTo=i;var c=ed();this.emit("languageChanging",i);var f=function(T){a.language=T,a.languages=a.services.languageUtils.toResolveHierarchy(T),a.resolvedLanguage=void 0,a.setResolvedLanguage(T)},p=function(T,E){E?(f(E),a.translator.changeLanguage(E),a.isLanguageChangingTo=void 0,a.emit("languageChanged",E),a.logger.log("languageChanged",E)):a.isLanguageChangingTo=void 0,c.resolve(function(){return a.t.apply(a,arguments)}),o&&o(T,function(){return a.t.apply(a,arguments)})},y=function(T){!i&&!T&&a.services.languageDetector&&(T=[]);var E=typeof T=="string"?T:a.services.languageUtils.getBestMatchFromCodes(T);E&&(a.language||f(E),a.translator.language||a.translator.changeLanguage(E),a.services.languageDetector&&a.services.languageDetector.cacheUserLanguage&&a.services.languageDetector.cacheUserLanguage(E)),a.loadResources(E,function(I){p(I,E)})};return!i&&this.services.languageDetector&&!this.services.languageDetector.async?y(this.services.languageDetector.detect()):!i&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(y):this.services.languageDetector.detect(y):y(i),c}},{key:"getFixedT",value:function(i,o,a){var c=this,f=function p(y,g){var T;if(Qo(g)!=="object"){for(var E=arguments.length,I=new Array(E>2?E-2:0),A=2;A<E;A++)I[A-2]=arguments[A];T=c.options.overloadTranslationOptionHandler([y,g].concat(I))}else T=Ma({},g);T.lng=T.lng||p.lng,T.lngs=T.lngs||p.lngs,T.ns=T.ns||p.ns,T.keyPrefix=T.keyPrefix||a||p.keyPrefix;var j=c.options.keySeparator||".",R;return T.keyPrefix&&Array.isArray(y)?R=y.map(function(H){return"".concat(T.keyPrefix).concat(j).concat(H)}):R=T.keyPrefix?"".concat(T.keyPrefix).concat(j).concat(y):y,c.t(R,T)};return typeof i=="string"?f.lng=i:f.lngs=i,f.ns=o,f.keyPrefix=a,f}},{key:"t",value:function(){var i;return this.translator&&(i=this.translator).translate.apply(i,arguments)}},{key:"exists",value:function(){var i;return this.translator&&(i=this.translator).exists.apply(i,arguments)}},{key:"setDefaultNamespace",value:function(i){this.options.defaultNS=i}},{key:"hasLoadedNamespace",value:function(i){var o=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var c=a.lng||this.resolvedLanguage||this.languages[0],f=this.options?this.options.fallbackLng:!1,p=this.languages[this.languages.length-1];if(c.toLowerCase()==="cimode")return!0;var y=function(E,I){var A=o.services.backendConnector.state["".concat(E,"|").concat(I)];return A===-1||A===2};if(a.precheck){var g=a.precheck(this,y);if(g!==void 0)return g}return!!(this.hasResourceBundle(c,i)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||y(c,i)&&(!f||y(p,i)))}},{key:"loadNamespaces",value:function(i,o){var a=this,c=ed();return this.options.ns?(typeof i=="string"&&(i=[i]),i.forEach(function(f){a.options.ns.indexOf(f)<0&&a.options.ns.push(f)}),this.loadResources(function(f){c.resolve(),o&&o(f)}),c):(o&&o(),Promise.resolve())}},{key:"loadLanguages",value:function(i,o){var a=ed();typeof i=="string"&&(i=[i]);var c=this.options.preload||[],f=i.filter(function(p){return c.indexOf(p)<0});return f.length?(this.options.preload=c.concat(f),this.loadResources(function(p){a.resolve(),o&&o(p)}),a):(o&&o(),Promise.resolve())}},{key:"dir",value:function(i){if(i||(i=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!i)return"rtl";var o=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],a=this.services&&this.services.languageUtils||new x0(P0());return o.indexOf(a.getLanguagePartFromCode(i))>-1||i.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}},{key:"cloneInstance",value:function(){var i=this,o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ph,c=Ma(Ma(Ma({},this.options),o),{isClone:!0}),f=new n(c);(o.debug!==void 0||o.prefix!==void 0)&&(f.logger=f.logger.clone(o));var p=["store","services","language"];return p.forEach(function(y){f[y]=i[y]}),f.services=Ma({},this.services),f.services.utils={hasLoadedNamespace:f.hasLoadedNamespace.bind(f)},f.translator=new w0(f.services,f.options),f.translator.on("*",function(y){for(var g=arguments.length,T=new Array(g>1?g-1:0),E=1;E<g;E++)T[E-1]=arguments[E];f.emit.apply(f,[y].concat(T))}),f.init(c,a),f.translator.options=f.options,f.translator.backendConnector.services.utils={hasLoadedNamespace:f.hasLoadedNamespace.bind(f)},f}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}]),n}(vu);Ha(Qh,"createInstance",function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=arguments.length>1?arguments[1]:void 0;return new Qh(t,e)});var oi=Qh.createInstance();oi.createInstance=Qh.createInstance;oi.createInstance;oi.dir;oi.init;oi.loadResources;oi.reloadResources;oi.use;oi.changeLanguage;oi.getFixedT;var oT=oi.t;oi.exists;oi.setDefaultNamespace;oi.hasLoadedNamespace;oi.loadNamespaces;oi.loadLanguages;const sT={TOKEN_MALFORMED:"token_malformed",TOKEN_EXPIRED:"token_expired"},aT=t=>{window.location.href=`${t}/authentication/login`},lT=t=>{window.location.href=`${t}/authentication/logout`},As=pA.create({withCredentials:!0});let Eg=!1,Rm=[];const R0=t=>{Rm.forEach(e=>{t?e.reject(t):e.resolve()}),Rm=[]};function XA(t){try{const e=t==null?void 0:t.url,n=(t==null?void 0:t.baseURL)||window.location.origin,i=new URL(e,n).pathname.split("/").filter(Boolean);return i.length<=3?`/${i.join("/")}`||"/":`/${i[0]}/.../${i[i.length-1]}`}catch{return(t==null?void 0:t.url)||""}}function KA(t,e){var a,c,f,p,y,g,T,E;const n=(a=t.response)==null?void 0:a.status,r=(c=e==null?void 0:e.method)==null?void 0:c.toUpperCase(),i=XA(e),o=((p=(f=t.response)==null?void 0:f.data)==null?void 0:p.errorMessage)||((g=(y=t.response)==null?void 0:y.data)==null?void 0:g.message)||((E=(T=t.response)==null?void 0:T.data)==null?void 0:E.title)||t.message||"Unexpected error";if(typeof n=="number"&&n>=500){const I=[n?`HTTP ${n}`:null,r,i].filter(Boolean);return`${I.join(" ")}${I.length?" - ":""}${o}`}return`${o}`}function uT(t,e){var o,a,c,f,p,y,g,T,E;const n=t.config,r=((a=(o=t.response)==null?void 0:o.data)==null?void 0:a.errorMessage)||((f=(c=t.response)==null?void 0:c.data)==null?void 0:f.message),i=r===sT.TOKEN_EXPIRED;if(((p=t.response)==null?void 0:p.status)===401&&i&&!n._retry)return Eg?new Promise((I,A)=>{Rm.push({resolve:I,reject:A})}).then(()=>As(n)).catch(I=>Promise.reject(I)):(n._retry=!0,Eg=!0,As.post("/authentication/api/v1/auth/refresh-token",void 0,{baseURL:window.env.AUTHEN_DOMAIN}).then(()=>(R0(null),As(n))).catch(I=>(R0(I),Promise.reject(I))).finally(()=>{Eg=!1}));if(((y=t.response)==null?void 0:y.status)===401&&!i){if(window.self!==window.top&&window.top){console.log("401 - IFRAME");const I=`${window.env.AUTHEN_DOMAIN||window.top.origin}/authentication/login`;window.top.location.href=I;return}return aT(window.env.AUTHEN_DOMAIN)}if(((g=t.response)==null?void 0:g.status)===403||(t==null?void 0:t.httpStatus)===403)(T=e==null?void 0:e.handle403)==null||T.call(e,t);else{const I=KA(t,n);!(e!=null&&e.disabledPushNotify)&&zd(oT(`${I}`)),(E=e==null?void 0:e.handleOtherError)==null||E.call(e,t)}return r&&t.response&&t.response.data&&(t.response.data.message=r),Promise.reject(t)}const ZA=As.interceptors.response.use(t=>t,async t=>uT(t)),JA=t=>{const e=Pd.useQueryClient(),n=X.useMemo(()=>t.axiosInstance||As,[t.axiosInstance]);window.env||(window.env={}),window.env.AUTHEN_DOMAIN=new URL(t.baseUrl).origin;const r=Pd.useQuery({queryKey:["user"],refetchOnWindowFocus:!1,retry:!1,queryFn:()=>n.get(t.baseUrl+"/user-management/api/v1/users/my-account").then(i=>(window.user=i.data,i.data))});return X.useEffect(()=>{window.onpageshow=function(i){i.persisted&&e.invalidateQueries(["user"])}},[e]),r},cT=t=>{const e=Pd.useQueryClient(),n=X.useMemo(()=>t.axiosInstance||As,[t.axiosInstance]);window.env||(window.env={}),window.env.AUTHEN_DOMAIN=new URL(t.baseUrl).origin;const r=Pd.useQuery({queryKey:["user-permissions"],refetchOnWindowFocus:!1,retry:!1,queryFn:()=>n.get(t.baseUrl+"/user-management/api/v1/users/my-account/permissions").then(i=>i.data)});return X.useEffect(()=>{window.onpageshow=function(i){i.persisted&&e.invalidateQueries(["user-permissions"])}},[e]),r},Vv=X.createContext({}),QA=t=>{const{children:e,baseUrl:n,axiosInstance:r}=t,i=new URL(n).origin,o=JA({axiosInstance:r,baseUrl:n}),a=cT({axiosInstance:r,baseUrl:n});function c(){window.location.href=`${i}/authentication/login`}function f(){window.location.href=`${i}/authentication/logout`}return o!=null&&o.isFetching?be.jsx(aa.Grid,{container:!0,justifyContent:"center",alignItems:"center",sx:{minHeight:"100vh"},children:be.jsx(aa.CircularProgress,{})}):be.jsx(Vv.Provider,{value:{user:o==null?void 0:o.data,login:c,logout:f,isFetching:o.isFetching,permissions:a==null?void 0:a.data},children:e})},eM=()=>X.useContext(Vv);function tM(t,e,n){return n.some(r=>{const i=t[r];return String(i).toLowerCase().includes(e.toLowerCase())})}function nM(t){var e,n;(n=(e=window.top)==null?void 0:e.HostBridge)==null||n.openBackdrop(t)}var fT=[],rM=fT.forEach,iM=fT.slice;function oM(t){return rM.call(iM.call(arguments,1),function(e){if(e)for(var n in e)t[n]===void 0&&(t[n]=e[n])}),t}var I0=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/,sM=function(e,n,r){var i=r||{};i.path=i.path||"/";var o=encodeURIComponent(n),a="".concat(e,"=").concat(o);if(i.maxAge>0){var c=i.maxAge-0;if(Number.isNaN(c))throw new Error("maxAge should be a Number");a+="; Max-Age=".concat(Math.floor(c))}if(i.domain){if(!I0.test(i.domain))throw new TypeError("option domain is invalid");a+="; Domain=".concat(i.domain)}if(i.path){if(!I0.test(i.path))throw new TypeError("option path is invalid");a+="; Path=".concat(i.path)}if(i.expires){if(typeof i.expires.toUTCString!="function")throw new TypeError("option expires is invalid");a+="; Expires=".concat(i.expires.toUTCString())}if(i.httpOnly&&(a+="; HttpOnly"),i.secure&&(a+="; Secure"),i.sameSite){var f=typeof i.sameSite=="string"?i.sameSite.toLowerCase():i.sameSite;switch(f){case!0:a+="; SameSite=Strict";break;case"lax":a+="; SameSite=Lax";break;case"strict":a+="; SameSite=Strict";break;case"none":a+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}}return a},A0={create:function(e,n,r,i){var o=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{path:"/",sameSite:"strict"};r&&(o.expires=new Date,o.expires.setTime(o.expires.getTime()+r*60*1e3)),i&&(o.domain=i),document.cookie=sM(e,encodeURIComponent(n),o)},read:function(e){for(var n="".concat(e,"="),r=document.cookie.split(";"),i=0;i<r.length;i++){for(var o=r[i];o.charAt(0)===" ";)o=o.substring(1,o.length);if(o.indexOf(n)===0)return o.substring(n.length,o.length)}return null},remove:function(e){this.create(e,"",-1)}},aM={name:"cookie",lookup:function(e){var n;if(e.lookupCookie&&typeof document<"u"){var r=A0.read(e.lookupCookie);r&&(n=r)}return n},cacheUserLanguage:function(e,n){n.lookupCookie&&typeof document<"u"&&A0.create(n.lookupCookie,e,n.cookieMinutes,n.cookieDomain,n.cookieOptions)}},lM={name:"querystring",lookup:function(e){var n;if(typeof window<"u"){var r=window.location.search;!window.location.search&&window.location.hash&&window.location.hash.indexOf("?")>-1&&(r=window.location.hash.substring(window.location.hash.indexOf("?")));for(var i=r.substring(1),o=i.split("&"),a=0;a<o.length;a++){var c=o[a].indexOf("=");if(c>0){var f=o[a].substring(0,c);f===e.lookupQuerystring&&(n=o[a].substring(c+1))}}}return n}},td=null,M0=function(){if(td!==null)return td;try{td=window!=="undefined"&&window.localStorage!==null;var e="i18next.translate.boo";window.localStorage.setItem(e,"foo"),window.localStorage.removeItem(e)}catch{td=!1}return td},uM={name:"localStorage",lookup:function(e){var n;if(e.lookupLocalStorage&&M0()){var r=window.localStorage.getItem(e.lookupLocalStorage);r&&(n=r)}return n},cacheUserLanguage:function(e,n){n.lookupLocalStorage&&M0()&&window.localStorage.setItem(n.lookupLocalStorage,e)}},nd=null,L0=function(){if(nd!==null)return nd;try{nd=window!=="undefined"&&window.sessionStorage!==null;var e="i18next.translate.boo";window.sessionStorage.setItem(e,"foo"),window.sessionStorage.removeItem(e)}catch{nd=!1}return nd},cM={name:"sessionStorage",lookup:function(e){var n;if(e.lookupSessionStorage&&L0()){var r=window.sessionStorage.getItem(e.lookupSessionStorage);r&&(n=r)}return n},cacheUserLanguage:function(e,n){n.lookupSessionStorage&&L0()&&window.sessionStorage.setItem(n.lookupSessionStorage,e)}},fM={name:"navigator",lookup:function(e){var n=[];if(typeof navigator<"u"){if(navigator.languages)for(var r=0;r<navigator.languages.length;r++)n.push(navigator.languages[r]);navigator.userLanguage&&n.push(navigator.userLanguage),navigator.language&&n.push(navigator.language)}return n.length>0?n:void 0}},dM={name:"htmlTag",lookup:function(e){var n,r=e.htmlTag||(typeof document<"u"?document.documentElement:null);return r&&typeof r.getAttribute=="function"&&(n=r.getAttribute("lang")),n}},hM={name:"path",lookup:function(e){var n;if(typeof window<"u"){var r=window.location.pathname.match(/\/([a-zA-Z-]*)/g);if(r instanceof Array)if(typeof e.lookupFromPathIndex=="number"){if(typeof r[e.lookupFromPathIndex]!="string")return;n=r[e.lookupFromPathIndex].replace("/","")}else n=r[0].replace("/","")}return n}},pM={name:"subdomain",lookup:function(e){var n=typeof e.lookupFromSubdomainIndex=="number"?e.lookupFromSubdomainIndex+1:1,r=typeof window<"u"&&window.location&&window.location.hostname&&window.location.hostname.match(/^(\w{2,5})\.(([a-z0-9-]{1,63}\.[a-z]{2,6})|localhost)/i);if(r)return r[n]}},dT=!1;try{document.cookie,dT=!0}catch{}var hT=["querystring","cookie","localStorage","sessionStorage","navigator","htmlTag"];dT||hT.splice(1,1);function gM(){return{order:hT,lookupQuerystring:"lng",lookupCookie:"i18next",lookupLocalStorage:"i18nextLng",lookupSessionStorage:"i18nextLng",caches:["localStorage"],excludeCacheFor:["cimode"],convertDetectedLanguage:function(e){return e}}}var pT=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};ns(this,t),this.type="languageDetector",this.detectors={},this.init(e,n)}return rs(t,[{key:"init",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};this.services=n||{languageUtils:{}},this.options=oM(r,this.options||{},gM()),typeof this.options.convertDetectedLanguage=="string"&&this.options.convertDetectedLanguage.indexOf("15897")>-1&&(this.options.convertDetectedLanguage=function(o){return o.replace("-","_")}),this.options.lookupFromUrlIndex&&(this.options.lookupFromPathIndex=this.options.lookupFromUrlIndex),this.i18nOptions=i,this.addDetector(aM),this.addDetector(lM),this.addDetector(uM),this.addDetector(cM),this.addDetector(fM),this.addDetector(dM),this.addDetector(hM),this.addDetector(pM)}},{key:"addDetector",value:function(n){return this.detectors[n.name]=n,this}},{key:"detect",value:function(n){var r=this;n||(n=this.options.order);var i=[];return n.forEach(function(o){if(r.detectors[o]){var a=r.detectors[o].lookup(r.options);a&&typeof a=="string"&&(a=[a]),a&&(i=i.concat(a))}}),i=i.map(function(o){return r.options.convertDetectedLanguage(o)}),this.services.languageUtils.getBestMatchFromCodes?i:i.length>0?i[0]:null}},{key:"cacheUserLanguage",value:function(n,r){var i=this;r||(r=this.options.caches),r&&(this.options.excludeCacheFor&&this.options.excludeCacheFor.indexOf(n)>-1||r.forEach(function(o){i.detectors[o]&&i.detectors[o].cacheUserLanguage(n,i.options)}))}}])}();pT.type="languageDetector";function Uv(t,e){if(t==null)return{};var n={};for(var r in t)if({}.hasOwnProperty.call(t,r)){if(e.includes(r))continue;n[r]=t[r]}return n}const mM=Object.freeze(Object.defineProperty({__proto__:null,default:Uv},Symbol.toStringTag,{value:"Module"}));var Di=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Eu(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function vM(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var n=function r(){return this instanceof r?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};n.prototype=e.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(t).forEach(function(r){var i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:function(){return t[r]}})}),n}function yM(){if(console&&console.warn){for(var t,e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];typeof n[0]=="string"&&(n[0]="react-i18next:: ".concat(n[0])),(t=console).warn.apply(t,n)}}var F0={};function Im(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];typeof e[0]=="string"&&F0[e[0]]||(typeof e[0]=="string"&&(F0[e[0]]=new Date),yM.apply(void 0,e))}var gT=function(e,n){return function(){if(e.isInitialized)n();else{var r=function i(){setTimeout(function(){e.off("initialized",i)},0),n()};e.on("initialized",r)}}};function N0(t,e,n){t.loadNamespaces(e,gT(t,n))}function j0(t,e,n,r){typeof n=="string"&&(n=[n]),n.forEach(function(i){t.options.ns.indexOf(i)<0&&t.options.ns.push(i)}),t.loadLanguages(e,gT(t,r))}function bM(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=e.languages[0],i=e.options?e.options.fallbackLng:!1,o=e.languages[e.languages.length-1];if(r.toLowerCase()==="cimode")return!0;var a=function(f,p){var y=e.services.backendConnector.state["".concat(f,"|").concat(p)];return y===-1||y===2};return n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&e.services.backendConnector.backend&&e.isLanguageChangingTo&&!a(e.isLanguageChangingTo,t)?!1:!!(e.hasResourceBundle(r,t)||!e.services.backendConnector.backend||e.options.resources&&!e.options.partialBundledLanguages||a(r,t)&&(!i||a(o,t)))}function wM(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!e.languages||!e.languages.length)return Im("i18n.languages were undefined or empty",e.languages),!0;var r=e.options.ignoreJSONStructure!==void 0;return r?e.hasLoadedNamespace(t,{lng:n.lng,precheck:function(o,a){if(n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&o.services.backendConnector.backend&&o.isLanguageChangingTo&&!a(o.isLanguageChangingTo,t))return!1}}):bM(t,e,n)}var xM=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,SM={"&amp;":"&","&#38;":"&","&lt;":"<","&#60;":"<","&gt;":">","&#62;":">","&apos;":"'","&#39;":"'","&quot;":'"',"&#34;":'"',"&nbsp;":" ","&#160;":" ","&copy;":"©","&#169;":"©","&reg;":"®","&#174;":"®","&hellip;":"…","&#8230;":"…","&#x2F;":"/","&#47;":"/"},TM=function(e){return SM[e]},CM=function(e){return e.replace(xM,TM)};function B0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function $0(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?B0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):B0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}var Am={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:CM};function EM(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Am=$0($0({},Am),t)}function kM(){return Am}var mT;function DM(t){mT=t}function PM(){return mT}var OM={type:"3rdParty",init:function(e){EM(e.options.react),DM(e)}},vT=X.createContext(),_M=function(){function t(){ns(this,t),this.usedNamespaces={}}return rs(t,[{key:"addUsedNamespaces",value:function(n){var r=this;n.forEach(function(i){r.usedNamespaces[i]||(r.usedNamespaces[i]=!0)})}},{key:"getUsedNamespaces",value:function(){return Object.keys(this.usedNamespaces)}}]),t}();function RM(t,e){var n=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n!=null){var r,i,o,a,c=[],f=!0,p=!1;try{if(o=(n=n.call(t)).next,e!==0)for(;!(f=(r=o.call(n)).done)&&(c.push(r.value),c.length!==e);f=!0);}catch(y){p=!0,i=y}finally{try{if(!f&&n.return!=null&&(a=n.return(),Object(a)!==a))return}finally{if(p)throw i}}return c}}function IM(t,e){return eT(t)||RM(t,e)||tT(t,e)||nT()}function V0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function kg(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?V0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):V0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}var AM=function(e,n){var r=X.useRef();return X.useEffect(function(){r.current=e},[e,n]),r.current};function yT(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=e.i18n,r=X.useContext(vT)||{},i=r.i18n,o=r.defaultNS,a=n||i||PM();if(a&&!a.reportNamespaces&&(a.reportNamespaces=new _M),!a){Im("You will need to pass in an i18next instance by using initReactI18next");var c=function(ae,ze){return typeof ze=="string"?ze:ze&&Qo(ze)==="object"&&typeof ze.defaultValue=="string"?ze.defaultValue:Array.isArray(ae)?ae[ae.length-1]:ae},f=[c,{},!1];return f.t=c,f.i18n={},f.ready=!1,f}a.options.react&&a.options.react.wait!==void 0&&Im("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");var p=kg(kg(kg({},kM()),a.options.react),e),y=p.useSuspense,g=p.keyPrefix,T=t||o||a.options&&a.options.defaultNS;T=typeof T=="string"?[T]:T||["translation"],a.reportNamespaces.addUsedNamespaces&&a.reportNamespaces.addUsedNamespaces(T);var E=(a.isInitialized||a.initializedStoreOnce)&&T.every(function(le){return wM(le,a,p)});function I(){return a.getFixedT(e.lng||null,p.nsMode==="fallback"?T:T[0],g)}var A=X.useState(I),j=IM(A,2),R=j[0],H=j[1],U=T.join();e.lng&&(U="".concat(e.lng).concat(U));var ne=AM(U),q=X.useRef(!0);X.useEffect(function(){var le=p.bindI18n,ae=p.bindI18nStore;q.current=!0,!E&&!y&&(e.lng?j0(a,e.lng,T,function(){q.current&&H(I)}):N0(a,T,function(){q.current&&H(I)})),E&&ne&&ne!==U&&q.current&&H(I);function ze(){q.current&&H(I)}return le&&a&&a.on(le,ze),ae&&a&&a.store.on(ae,ze),function(){q.current=!1,le&&a&&le.split(" ").forEach(function(tt){return a.off(tt,ze)}),ae&&a&&ae.split(" ").forEach(function(tt){return a.store.off(tt,ze)})}},[a,U]);var ie=X.useRef(!0);X.useEffect(function(){q.current&&!ie.current&&H(I),ie.current=!1},[a,g]);var x=[R,a,E];if(x.t=R,x.i18n=a,x.ready=E,E||!E&&!y)return x;throw new Promise(function(le){e.lng?j0(a,e.lng,T,function(){return le()}):N0(a,T,function(){return le()})})}function MM(t){var e=t.i18n,n=t.defaultNS,r=t.children,i=X.useMemo(function(){return{i18n:e,defaultNS:n}},[e,n]);return X.createElement(vT.Provider,{value:i},r)}var bT=[],LM=bT.forEach,FM=bT.slice;function NM(t){return LM.call(FM.call(arguments,1),function(e){if(e)for(var n in e)t[n]===void 0&&(t[n]=e[n])}),t}function jM(t){return t?typeof t=="function"?new t:t:null}function BM(){return{handleEmptyResourcesAsFailed:!0,cacheHitMode:"none"}}function U0(t,e,n,r){var i=t.read.bind(t);if(i.length===2){try{var o=i(e,n);o&&typeof o.then=="function"?o.then(function(a){return r(null,a)}).catch(r):r(null,o)}catch(a){r(a)}return}i(e,n,r)}var wT=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};ns(this,t),this.backends=[],this.type="backend",this.allOptions=r,this.init(e,n)}return rs(t,[{key:"init",value:function(n){var r=this,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};this.services=n,this.options=NM(i,this.options||{},BM()),this.allOptions=o,this.options.backends&&this.options.backends.forEach(function(a,c){r.backends[c]=r.backends[c]||jM(a),r.backends[c].init(n,r.options.backendOptions&&r.options.backendOptions[c]||{},o)}),this.services&&this.options.reloadInterval&&setInterval(function(){return r.reload()},this.options.reloadInterval)}},{key:"read",value:function(n,r,i){var o=this,a=this.backends.length,c=function p(y){if(y>=a)return i(new Error("non of the backend loaded data",!0));var g=y===a-1,T=o.options.handleEmptyResourcesAsFailed&&!g?0:-1,E=o.backends[y];E.read?U0(E,n,r,function(I,A,j){if(!I&&A&&Object.keys(A).length>T){if(i(null,A,y),f(y-1,A),E.save&&o.options.cacheHitMode&&["refresh","refreshAndUpdateStore"].indexOf(o.options.cacheHitMode)>-1){if(j&&o.options.refreshExpirationTime&&j+o.options.refreshExpirationTime>Date.now())return;var R=o.backends[y+1];R&&R.read&&U0(R,n,r,function(H,U){H||U&&(Object.keys(U).length<=T||(f(y,U),o.options.cacheHitMode==="refreshAndUpdateStore"&&o.services&&o.services.resourceStore&&o.services.resourceStore.addResourceBundle(n,r,U)))})}}else p(y+1)}):p(y+1)},f=function p(y,g){if(!(y<0)){var T=o.backends[y];T.save&&T.save(n,r,g),p(y-1,g)}};c(0)}},{key:"create",value:function(n,r,i,o){var a=arguments.length>4&&arguments[4]!==void 0?arguments[4]:function(){},c=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};this.backends.forEach(function(f){if(f.create){var p=f.create.bind(f);if(p.length<6){try{var y;p.length===5?y=p(n,r,i,o,c):y=p(n,r,i,o),y&&typeof y.then=="function"?y.then(function(g){return a(null,g)}).catch(a):a(null,y)}catch(g){a(g)}return}p(n,r,i,o,a,c)}})}},{key:"reload",value:function(){var n=this,r=this.services,i=r.backendConnector,o=r.languageUtils,a=r.logger,c=i.language;if(!(c&&c.toLowerCase()==="cimode")){var f=[],p=function(g){var T=o.toResolveHierarchy(g);T.forEach(function(E){f.indexOf(E)<0&&f.push(E)})};p(c),this.allOptions.preload&&this.allOptions.preload.forEach(function(y){return p(y)}),f.forEach(function(y){n.allOptions.ns.forEach(function(g){i.read(y,g,"read",null,null,function(T,E){T&&a.warn("loading namespace ".concat(g," for language ").concat(y," failed"),T),!T&&E&&a.log("loaded namespace ".concat(g," for language ").concat(y),E),i.loaded("".concat(y,"|").concat(g),T,E)})})})}}}]),t}();wT.type="backend";function Mm(t){"@babel/helpers - typeof";return Mm=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Mm(t)}function xT(){return typeof XMLHttpRequest=="function"||(typeof XMLHttpRequest>"u"?"undefined":Mm(XMLHttpRequest))==="object"}function $M(t){return!!t&&typeof t.then=="function"}function VM(t){return $M(t)?t:Promise.resolve(t)}function UM(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Lm={exports:{}},gh={exports:{}},H0;function HM(){return H0||(H0=1,function(t,e){var n=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof Di<"u"&&Di,r=function(){function o(){this.fetch=!1,this.DOMException=n.DOMException}return o.prototype=n,new o}();(function(o){(function(a){var c=typeof o<"u"&&o||typeof self<"u"&&self||typeof c<"u"&&c,f={searchParams:"URLSearchParams"in c,iterable:"Symbol"in c&&"iterator"in Symbol,blob:"FileReader"in c&&"Blob"in c&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in c,arrayBuffer:"ArrayBuffer"in c};function p(pe){return pe&&DataView.prototype.isPrototypeOf(pe)}if(f.arrayBuffer)var y=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],g=ArrayBuffer.isView||function(pe){return pe&&y.indexOf(Object.prototype.toString.call(pe))>-1};function T(pe){if(typeof pe!="string"&&(pe=String(pe)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(pe)||pe==="")throw new TypeError('Invalid character in header field name: "'+pe+'"');return pe.toLowerCase()}function E(pe){return typeof pe!="string"&&(pe=String(pe)),pe}function I(pe){var fe={next:function(){var Ce=pe.shift();return{done:Ce===void 0,value:Ce}}};return f.iterable&&(fe[Symbol.iterator]=function(){return fe}),fe}function A(pe){this.map={},pe instanceof A?pe.forEach(function(fe,Ce){this.append(Ce,fe)},this):Array.isArray(pe)?pe.forEach(function(fe){this.append(fe[0],fe[1])},this):pe&&Object.getOwnPropertyNames(pe).forEach(function(fe){this.append(fe,pe[fe])},this)}A.prototype.append=function(pe,fe){pe=T(pe),fe=E(fe);var Ce=this.map[pe];this.map[pe]=Ce?Ce+", "+fe:fe},A.prototype.delete=function(pe){delete this.map[T(pe)]},A.prototype.get=function(pe){return pe=T(pe),this.has(pe)?this.map[pe]:null},A.prototype.has=function(pe){return this.map.hasOwnProperty(T(pe))},A.prototype.set=function(pe,fe){this.map[T(pe)]=E(fe)},A.prototype.forEach=function(pe,fe){for(var Ce in this.map)this.map.hasOwnProperty(Ce)&&pe.call(fe,this.map[Ce],Ce,this)},A.prototype.keys=function(){var pe=[];return this.forEach(function(fe,Ce){pe.push(Ce)}),I(pe)},A.prototype.values=function(){var pe=[];return this.forEach(function(fe){pe.push(fe)}),I(pe)},A.prototype.entries=function(){var pe=[];return this.forEach(function(fe,Ce){pe.push([Ce,fe])}),I(pe)},f.iterable&&(A.prototype[Symbol.iterator]=A.prototype.entries);function j(pe){if(pe.bodyUsed)return Promise.reject(new TypeError("Already read"));pe.bodyUsed=!0}function R(pe){return new Promise(function(fe,Ce){pe.onload=function(){fe(pe.result)},pe.onerror=function(){Ce(pe.error)}})}function H(pe){var fe=new FileReader,Ce=R(fe);return fe.readAsArrayBuffer(pe),Ce}function U(pe){var fe=new FileReader,Ce=R(fe);return fe.readAsText(pe),Ce}function ne(pe){for(var fe=new Uint8Array(pe),Ce=new Array(fe.length),Oe=0;Oe<fe.length;Oe++)Ce[Oe]=String.fromCharCode(fe[Oe]);return Ce.join("")}function q(pe){if(pe.slice)return pe.slice(0);var fe=new Uint8Array(pe.byteLength);return fe.set(new Uint8Array(pe)),fe.buffer}function ie(){return this.bodyUsed=!1,this._initBody=function(pe){this.bodyUsed=this.bodyUsed,this._bodyInit=pe,pe?typeof pe=="string"?this._bodyText=pe:f.blob&&Blob.prototype.isPrototypeOf(pe)?this._bodyBlob=pe:f.formData&&FormData.prototype.isPrototypeOf(pe)?this._bodyFormData=pe:f.searchParams&&URLSearchParams.prototype.isPrototypeOf(pe)?this._bodyText=pe.toString():f.arrayBuffer&&f.blob&&p(pe)?(this._bodyArrayBuffer=q(pe.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):f.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(pe)||g(pe))?this._bodyArrayBuffer=q(pe):this._bodyText=pe=Object.prototype.toString.call(pe):this._bodyText="",this.headers.get("content-type")||(typeof pe=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):f.searchParams&&URLSearchParams.prototype.isPrototypeOf(pe)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},f.blob&&(this.blob=function(){var pe=j(this);if(pe)return pe;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var pe=j(this);return pe||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else return this.blob().then(H)}),this.text=function(){var pe=j(this);if(pe)return pe;if(this._bodyBlob)return U(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(ne(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},f.formData&&(this.formData=function(){return this.text().then(ze)}),this.json=function(){return this.text().then(JSON.parse)},this}var x=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function le(pe){var fe=pe.toUpperCase();return x.indexOf(fe)>-1?fe:pe}function ae(pe,fe){if(!(this instanceof ae))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');fe=fe||{};var Ce=fe.body;if(pe instanceof ae){if(pe.bodyUsed)throw new TypeError("Already read");this.url=pe.url,this.credentials=pe.credentials,fe.headers||(this.headers=new A(pe.headers)),this.method=pe.method,this.mode=pe.mode,this.signal=pe.signal,!Ce&&pe._bodyInit!=null&&(Ce=pe._bodyInit,pe.bodyUsed=!0)}else this.url=String(pe);if(this.credentials=fe.credentials||this.credentials||"same-origin",(fe.headers||!this.headers)&&(this.headers=new A(fe.headers)),this.method=le(fe.method||this.method||"GET"),this.mode=fe.mode||this.mode||null,this.signal=fe.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&Ce)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(Ce),(this.method==="GET"||this.method==="HEAD")&&(fe.cache==="no-store"||fe.cache==="no-cache")){var Oe=/([?&])_=[^&]*/;if(Oe.test(this.url))this.url=this.url.replace(Oe,"$1_="+new Date().getTime());else{var Ne=/\?/;this.url+=(Ne.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}ae.prototype.clone=function(){return new ae(this,{body:this._bodyInit})};function ze(pe){var fe=new FormData;return pe.trim().split("&").forEach(function(Ce){if(Ce){var Oe=Ce.split("="),Ne=Oe.shift().replace(/\+/g," "),me=Oe.join("=").replace(/\+/g," ");fe.append(decodeURIComponent(Ne),decodeURIComponent(me))}}),fe}function tt(pe){var fe=new A,Ce=pe.replace(/\r?\n[\t ]+/g," ");return Ce.split("\r").map(function(Oe){return Oe.indexOf(`
3
- `)===0?Oe.substr(1,Oe.length):Oe}).forEach(function(Oe){var Ne=Oe.split(":"),me=Ne.shift().trim();if(me){var Te=Ne.join(":").trim();fe.append(me,Te)}}),fe}ie.call(ae.prototype);function Qe(pe,fe){if(!(this instanceof Qe))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');fe||(fe={}),this.type="default",this.status=fe.status===void 0?200:fe.status,this.ok=this.status>=200&&this.status<300,this.statusText=fe.statusText===void 0?"":""+fe.statusText,this.headers=new A(fe.headers),this.url=fe.url||"",this._initBody(pe)}ie.call(Qe.prototype),Qe.prototype.clone=function(){return new Qe(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new A(this.headers),url:this.url})},Qe.error=function(){var pe=new Qe(null,{status:0,statusText:""});return pe.type="error",pe};var et=[301,302,303,307,308];Qe.redirect=function(pe,fe){if(et.indexOf(fe)===-1)throw new RangeError("Invalid status code");return new Qe(null,{status:fe,headers:{location:pe}})},a.DOMException=c.DOMException;try{new a.DOMException}catch{a.DOMException=function(fe,Ce){this.message=fe,this.name=Ce;var Oe=Error(fe);this.stack=Oe.stack},a.DOMException.prototype=Object.create(Error.prototype),a.DOMException.prototype.constructor=a.DOMException}function Ye(pe,fe){return new Promise(function(Ce,Oe){var Ne=new ae(pe,fe);if(Ne.signal&&Ne.signal.aborted)return Oe(new a.DOMException("Aborted","AbortError"));var me=new XMLHttpRequest;function Te(){me.abort()}me.onload=function(){var He={status:me.status,statusText:me.statusText,headers:tt(me.getAllResponseHeaders()||"")};He.url="responseURL"in me?me.responseURL:He.headers.get("X-Request-URL");var je="response"in me?me.response:me.responseText;setTimeout(function(){Ce(new Qe(je,He))},0)},me.onerror=function(){setTimeout(function(){Oe(new TypeError("Network request failed"))},0)},me.ontimeout=function(){setTimeout(function(){Oe(new TypeError("Network request failed"))},0)},me.onabort=function(){setTimeout(function(){Oe(new a.DOMException("Aborted","AbortError"))},0)};function Le(He){try{return He===""&&c.location.href?c.location.href:He}catch{return He}}me.open(Ne.method,Le(Ne.url),!0),Ne.credentials==="include"?me.withCredentials=!0:Ne.credentials==="omit"&&(me.withCredentials=!1),"responseType"in me&&(f.blob?me.responseType="blob":f.arrayBuffer&&Ne.headers.get("Content-Type")&&Ne.headers.get("Content-Type").indexOf("application/octet-stream")!==-1&&(me.responseType="arraybuffer")),fe&&typeof fe.headers=="object"&&!(fe.headers instanceof A)?Object.getOwnPropertyNames(fe.headers).forEach(function(He){me.setRequestHeader(He,E(fe.headers[He]))}):Ne.headers.forEach(function(He,je){me.setRequestHeader(je,He)}),Ne.signal&&(Ne.signal.addEventListener("abort",Te),me.onreadystatechange=function(){me.readyState===4&&Ne.signal.removeEventListener("abort",Te)}),me.send(typeof Ne._bodyInit>"u"?null:Ne._bodyInit)})}return Ye.polyfill=!0,c.fetch||(c.fetch=Ye,c.Headers=A,c.Request=ae,c.Response=Qe),a.Headers=A,a.Request=ae,a.Response=Qe,a.fetch=Ye,a})({})})(r),r.fetch.ponyfill=!0,delete r.fetch.polyfill;var i=n.fetch?n:r;e=i.fetch,e.default=i.fetch,e.fetch=i.fetch,e.Headers=i.Headers,e.Request=i.Request,e.Response=i.Response,t.exports=e}(gh,gh.exports)),gh.exports}(function(t,e){var n;if(typeof fetch=="function"&&(typeof Di<"u"&&Di.fetch?n=Di.fetch:typeof window<"u"&&window.fetch?n=window.fetch:n=fetch),typeof UM<"u"&&typeof window>"u"){var r=n||HM();r.default&&(r=r.default),e.default=r,t.exports=e.default}})(Lm,Lm.exports);var ST=Lm.exports;const TT=Eu(ST),W0=mA({__proto__:null,default:TT},[ST]);function z0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Y0(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?z0(Object(n),!0).forEach(function(r){WM(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):z0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function WM(t,e,n){return(e=zM(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function zM(t){var e=YM(t,"string");return Ec(e)=="symbol"?e:e+""}function YM(t,e){if(Ec(t)!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e);if(Ec(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Ec(t){"@babel/helpers - typeof";return Ec=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ec(t)}var Tl;typeof fetch=="function"&&(typeof global<"u"&&global.fetch?Tl=global.fetch:typeof window<"u"&&window.fetch?Tl=window.fetch:Tl=fetch);var Od;xT()&&(typeof global<"u"&&global.XMLHttpRequest?Od=global.XMLHttpRequest:typeof window<"u"&&window.XMLHttpRequest&&(Od=window.XMLHttpRequest));var ep;typeof ActiveXObject=="function"&&(typeof global<"u"&&global.ActiveXObject?ep=global.ActiveXObject:typeof window<"u"&&window.ActiveXObject&&(ep=window.ActiveXObject));!Tl&&W0&&!Od&&!ep&&(Tl=TT||W0);typeof Tl!="function"&&(Tl=void 0);var Fm=function(e,n){if(n&&Ec(n)==="object"){var r="";for(var i in n)r+="&"+encodeURIComponent(i)+"="+encodeURIComponent(n[i]);if(!r)return e;e=e+(e.indexOf("?")!==-1?"&":"?")+r.slice(1)}return e},G0=function(e,n,r,i){var o=function(f){if(!f.ok)return r(f.statusText||"Error",{status:f.status});f.text().then(function(p){r(null,{status:f.status,data:p})}).catch(r)};if(i){var a=i(e,n);if(a instanceof Promise){a.then(o).catch(r);return}}typeof fetch=="function"?fetch(e,n).then(o).catch(r):Tl(e,n).then(o).catch(r)},q0=!1,GM=function(e,n,r,i){e.queryStringParams&&(n=Fm(n,e.queryStringParams));var o=Y0({},typeof e.customHeaders=="function"?e.customHeaders():e.customHeaders);typeof window>"u"&&typeof global<"u"&&typeof global.process<"u"&&global.process.versions&&global.process.versions.node&&(o["User-Agent"]="i18next-http-backend (node/".concat(global.process.version,"; ").concat(global.process.platform," ").concat(global.process.arch,")")),r&&(o["Content-Type"]="application/json");var a=typeof e.requestOptions=="function"?e.requestOptions(r):e.requestOptions,c=Y0({method:r?"POST":"GET",body:r?e.stringify(r):void 0,headers:o},q0?{}:a),f=typeof e.alternateFetch=="function"&&e.alternateFetch.length>=1?e.alternateFetch:void 0;try{G0(n,c,i,f)}catch(p){if(!a||Object.keys(a).length===0||!p.message||p.message.indexOf("not implemented")<0)return i(p);try{Object.keys(a).forEach(function(y){delete c[y]}),G0(n,c,i,f),q0=!0}catch(y){i(y)}}},qM=function(e,n,r,i){r&&Ec(r)==="object"&&(r=Fm("",r).slice(1)),e.queryStringParams&&(n=Fm(n,e.queryStringParams));try{var o;Od?o=new Od:o=new ep("MSXML2.XMLHTTP.3.0"),o.open(r?"POST":"GET",n,1),e.crossDomain||o.setRequestHeader("X-Requested-With","XMLHttpRequest"),o.withCredentials=!!e.withCredentials,r&&o.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),o.overrideMimeType&&o.overrideMimeType("application/json");var a=e.customHeaders;if(a=typeof a=="function"?a():a,a)for(var c in a)o.setRequestHeader(c,a[c]);o.onreadystatechange=function(){o.readyState>3&&i(o.status>=400?o.statusText:null,{status:o.status,data:o.responseText})},o.send(r)}catch(f){console&&console.log(f)}},XM=function(e,n,r,i){if(typeof r=="function"&&(i=r,r=void 0),i=i||function(){},Tl&&n.indexOf("file:")!==0)return GM(e,n,r,i);if(xT()||typeof ActiveXObject=="function")return qM(e,n,r,i);i(new Error("No fetch and no xhr implementation found!"))};function kf(t){"@babel/helpers - typeof";return kf=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},kf(t)}function X0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Dg(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?X0(Object(n),!0).forEach(function(r){CT(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):X0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function KM(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ZM(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,ET(r.key),r)}}function JM(t,e,n){return e&&ZM(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}function CT(t,e,n){return(e=ET(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ET(t){var e=QM(t,"string");return kf(e)=="symbol"?e:e+""}function QM(t,e){if(kf(t)!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e);if(kf(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}var eL=function(){return{loadPath:"/locales/{{lng}}/{{ns}}.json",addPath:"/locales/add/{{lng}}/{{ns}}",parse:function(n){return JSON.parse(n)},stringify:JSON.stringify,parsePayload:function(n,r,i){return CT({},r,i||"")},parseLoadPayload:function(n,r){},request:XM,reloadInterval:typeof window<"u"?!1:60*60*1e3,customHeaders:{},queryStringParams:{},crossDomain:!1,withCredentials:!1,overrideMimeType:!1,requestOptions:{mode:"cors",credentials:"same-origin",cache:"default"}}},kT=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};KM(this,t),this.services=e,this.options=n,this.allOptions=r,this.type="backend",this.init(e,n,r)}return JM(t,[{key:"init",value:function(n){var r=this,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(this.services=n,this.options=Dg(Dg(Dg({},eL()),this.options||{}),i),this.allOptions=o,this.services&&this.options.reloadInterval){var a=setInterval(function(){return r.reload()},this.options.reloadInterval);kf(a)==="object"&&typeof a.unref=="function"&&a.unref()}}},{key:"readMulti",value:function(n,r,i){this._readAny(n,n,r,r,i)}},{key:"read",value:function(n,r,i){this._readAny([n],n,[r],r,i)}},{key:"_readAny",value:function(n,r,i,o,a){var c=this,f=this.options.loadPath;typeof this.options.loadPath=="function"&&(f=this.options.loadPath(n,i)),f=VM(f),f.then(function(p){if(!p)return a(null,{});var y=c.services.interpolator.interpolate(p,{lng:n.join("+"),ns:i.join("+")});c.loadUrl(y,a,r,o)})}},{key:"loadUrl",value:function(n,r,i,o){var a=this,c=typeof i=="string"?[i]:i,f=typeof o=="string"?[o]:o,p=this.options.parseLoadPayload(c,f);this.options.request(this.options,n,p,function(y,g){if(g&&(g.status>=500&&g.status<600||!g.status))return r("failed loading "+n+"; status code: "+g.status,!0);if(g&&g.status>=400&&g.status<500)return r("failed loading "+n+"; status code: "+g.status,!1);if(!g&&y&&y.message){var T=y.message.toLowerCase(),E=["failed","fetch","network","load"].find(function(j){return T.indexOf(j)>-1});if(E)return r("failed loading "+n+": "+y.message,!0)}if(y)return r(y,!1);var I,A;try{typeof g.data=="string"?I=a.options.parse(g.data,i,o):I=g.data}catch{A="failed parsing "+n+" to json"}if(A)return r(A,!1);r(null,I)})}},{key:"create",value:function(n,r,i,o,a){var c=this;if(this.options.addPath){typeof n=="string"&&(n=[n]);var f=this.options.parsePayload(r,i,o),p=0,y=[],g=[];n.forEach(function(T){var E=c.options.addPath;typeof c.options.addPath=="function"&&(E=c.options.addPath(T,r));var I=c.services.interpolator.interpolate(E,{lng:T,ns:r});c.options.request(c.options,I,f,function(A,j){p+=1,y.push(A),g.push(j),p===n.length&&typeof a=="function"&&a(y,g)})})}}},{key:"reload",value:function(){var n=this,r=this.services,i=r.backendConnector,o=r.languageUtils,a=r.logger,c=i.language;if(!(c&&c.toLowerCase()==="cimode")){var f=[],p=function(g){var T=o.toResolveHierarchy(g);T.forEach(function(E){f.indexOf(E)<0&&f.push(E)})};p(c),this.allOptions.preload&&this.allOptions.preload.forEach(function(y){return p(y)}),f.forEach(function(y){n.allOptions.ns.forEach(function(g){i.read(y,g,"read",null,null,function(T,E){T&&a.warn("loading namespace ".concat(g," for language ").concat(y," failed"),T),!T&&E&&a.log("loaded namespace ".concat(g," for language ").concat(y),E),i.loaded("".concat(y,"|").concat(g),T,E)})})})}}}])}();kT.type="backend";var Hv=(t=>(t.en="en",t.de="de",t))(Hv||{});oi.use(pT).use(wT).use(OM).init({initImmediate:!0,supportedLngs:["en","de"],fallbackLng:"en",nonExplicitSupportedLngs:!0,load:"languageOnly",ns:["translation"],fallbackNS:"translation",partialBundledLanguages:!0,resources:{},interpolation:{escapeValue:!1},detection:{order:["querystring","localStorage","navigator"],caches:["localStorage"],convertDetectedLanguage:t=>t==null?void 0:t.split("-")[0]},backend:{backends:[kT],backendOptions:[{loadPath:t=>{var i,o,a;const n=(Array.isArray(t)?t[0]:t||"en").split("-")[0];return`${((i=window==null?void 0:window.env)==null?void 0:i.TRANSLATION_URL)??((o=window==null?void 0:window.env)==null?void 0:o.VITE_BASE_URL)??((a=window==null?void 0:window.env)==null?void 0:a.REACT_APP_BASE_URL)??`${location.protocol}//${location.host}`}/translations/${n}`},crossDomain:!0,cacheHitMode:"refresh"}]}});function tL(){const[t,e]=X.useState();return X.useEffect(()=>{const n=localStorage.getItem("language");e(n||Hv.en)},[]),{language:t,setLanguage:e}}const DT=X.createContext({}),nL=()=>X.useContext(DT),rL=oi,ki=oT,iL=()=>yT(),oL=({children:t})=>{const e=tL();return be.jsx(DT.Provider,{value:e,children:be.jsx(MM,{i18n:oi,children:t})})},mr={primary:"#93D500",primary100:"#F0F6E1",primary200:"#E5F5ED",primary300:"#93D500",primary400:"#009D4F",primary500:"#2E7D32",secondary:"#CC0066",secondaryDark:"#AE1857",textPrimary:"#292929",white:"#FFFFFF",grey100:"#FAFAFA",grey200:"#EEEEEE",grey300:"#DDDDDD",grey400:"#C5C5C5",grey500:"#BFBFBF",grey600:"#85858A",success:"#009D4F",successLight:"#E5F5ED",warning:"#FFB600",warningLight:"#FFF8E5",danger:"#E01B00",dangerLight:"#FCE8E5",dangerDark:"#BE1700",linkPrimary:"#007BFF",linkLight:"#007BFF10",headerBgColor:"#292929",headerTextColor:"#FFF",buttonText:"#292929",buttonHover:"#2E7D32"};var PT={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},K0=X.createContext&&X.createContext(PT),sL=["attr","size","title"];function aL(t,e){if(t==null)return{};var n=lL(t,e),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(i=0;i<o.length;i++)r=o[i],!(e.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(t,r)&&(n[r]=t[r])}return n}function lL(t,e){if(t==null)return{};var n={};for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r)){if(e.indexOf(r)>=0)continue;n[r]=t[r]}return n}function tp(){return tp=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},tp.apply(this,arguments)}function Z0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function np(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?Z0(Object(n),!0).forEach(function(r){uL(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Z0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function uL(t,e,n){return e=cL(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function cL(t){var e=fL(t,"string");return typeof e=="symbol"?e:e+""}function fL(t,e){if(typeof t!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function OT(t){return t&&t.map((e,n)=>X.createElement(e.tag,np({key:n},e.attr),OT(e.child)))}function Dp(t){return e=>X.createElement(dL,tp({attr:np({},t.attr)},e),OT(t.child))}function dL(t){var e=n=>{var{attr:r,size:i,title:o}=t,a=aL(t,sL),c=i||n.size||"1em",f;return n.className&&(f=n.className),t.className&&(f=(f?f+" ":"")+t.className),X.createElement("svg",tp({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},n.attr,r,a,{className:f,style:np(np({color:t.color||n.color},n.style),t.style),height:c,width:c,xmlns:"http://www.w3.org/2000/svg"}),o&&X.createElement("title",null,o),t.children)};return K0!==void 0?X.createElement(K0.Consumer,null,n=>e(n)):e(PT)}function hL(t){return Dp({attr:{viewBox:"0 0 1024 1024"},child:[{tag:"path",attr:{d:"M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z"},child:[]}]})(t)}function pL(t){return Dp({attr:{viewBox:"0 0 1024 1024"},child:[{tag:"path",attr:{d:"M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z"},child:[]}]})(t)}const _T={allVariants:{lineHeight:"inherit"},fontFamily:"'SpecialAmpersand', 'TT Firs Neue Trl'",button:{textTransform:"none",fontSize:"0.875rem",fontWeight:400,boxShadow:"none"},body1:{fontSize:"0.875rem",fontWeight:400},body2:{fontSize:"0.75rem"},h6:{fontSize:"0.875rem",fontWeight:500},h5:{fontSize:"1rem",fontWeight:500},h4:{fontSize:"1.25rem",fontWeight:500},h3:{fontSize:"1.5rem",fontWeight:500},h2:{fontSize:"2rem",fontWeight:500},h1:{fontSize:"2.5rem",fontWeight:500},subtitle1:{fontSize:"0.75rem"},subtitle2:{fontSize:"0.625rem"}};function Pg(t){return t+" !important"}const RT=t=>{const e={...t.colors};return aa.createTheme({palette:{primary:{main:e.primary300,contrastText:e.textPrimary},secondary:{main:e.secondary,contrastText:e.textPrimary},warning:{main:e.warning,contrastText:e.textPrimary},error:{main:e.danger,contrastText:e.textPrimary}},typography:_T,components:{MuiIconButton:{styleOverrides:{root:{},sizeSmall:{}}},MuiButton:{styleOverrides:{root:{boxShadow:"none !important",padding:"8px 32px",borderWidth:1,borderRadius:3,fontWeight:400}},variants:[{props:{variant:"primary"},style:{backgroundColor:e.primary300,color:e.buttonText,"&:hover":{backgroundColor:e.buttonHover||e.primary300},"&.Mui-disabled":{backgroundColor:e.grey200}}},{props:{variant:"contained",color:"error"},style:{color:e.white}},{props:{variant:"confirm"},style:{backgroundColor:e.danger,color:e.white,"&:hover":{backgroundColor:e.dangerDark},"&.Mui-disabled":{backgroundColor:e.grey200}}},{props:{variant:"cancel"},style:{backgroundColor:e.grey300,color:e.textPrimary,"&:hover":{backgroundColor:e.grey400}}},{props:{variant:"outlinedPrimary"},style:{color:e.primary500,border:"1px solid",borderColor:e.primary500,"&:hover":{backgroundColor:"inherit"}}},{props:{variant:"outLinedDanger"},style:{color:e.danger,border:"1px solid",borderColor:e.danger,"&:hover":{backgroundColor:"inherit"}}},{props:{size:"small"},style:{fontSize:"12px",lineHeight:"normal",borderRadius:"3px",padding:"4px 16px"}}]},MuiAppBar:{styleOverrides:{root:{backgroundColor:e.appBarBgColor,color:e.appBarColor}}},MuiSelect:{defaultProps:{MenuProps:{PaperProps:{sx:{boxShadow:"none",border:1,borderStyle:"solid",borderColor:e.grey300,mt:"5px"}},MenuListProps:{sx:{padding:"5px","& .MuiMenuItem-root":{fontWeight:400,minHeight:0,borderRadius:"5px","&:hover":{backgroundColor:e.grey100},"&.Mui-selected":{backgroundColor:e.primary200}}}}}},styleOverrides:{select:{padding:"9.94px 5px 9.94px 15px"}}},MuiMenuItem:{styleOverrides:{root:{"&.Mui-selected":{backgroundColor:Pg(e.primary200),"&:hover":{backgroundColor:Pg(e.primary200)}}}}},MuiPaginationItem:{defaultProps:{components:{previous:hL,next:pL}},styleOverrides:{root:{"& svg":{width:"10px"},border:"none",fontSize:"14px",lineHeight:"1.5rem",borderRadius:"7px","&.Mui-selected":{backgroundColor:Pg(e.primary300+"1a")},"&.MuiPaginationItem-previousNext":{backgroundColor:e.grey200}}}},MuiChip:{styleOverrides:{root:{borderRadius:"5px",fontSize:"14px","& .MuiChip-label":{lineHeight:"normal"}},avatar:{width:"10px"},colorSuccess:{color:e.success,backgroundColor:e.successLight},colorWarning:{color:e.warning,backgroundColor:e.warningLight},colorError:{color:e.danger,backgroundColor:e.dangerLight},colorSecondary:{color:e.linkPrimary,backgroundColor:e.linkLight}}},MuiTab:{styleOverrides:{root:{flexDirection:"row",alignContent:"center",gap:"8px",textTransform:"capitalize",fontSize:"14px",borderRadius:0,marginRight:0,height:"48px",minWidth:"100px",padding:"12px 16px",fontWeight:"500","& svg":{mb:"0 !important"},minHeight:"auto","& .chart-icon":{fill:e.grey600},"& .detail-icon":{stroke:e.grey600},color:e.grey400,"&.Mui-selected":{color:e.primary400}}}},MuiTabs:{styleOverrides:{indicator:{backgroundColor:e.primary400}}},MuiDrawer:{defaultProps:{},styleOverrides:{root:{"&.MuiDrawer-paper":{overflowY:"unset"},"& .MuiDrawer-paper":{zIndex:9},"&.MuiPaper-root":{border:"none",background:e.grey100,pt:12,zIndex:9}}}},MuiTextField:{defaultProps:{InputProps:{sx:{"& .Mui-disabled":{background:e.grey200}}},InputLabelProps:{shrink:!0}},styleOverrides:{root:{backgroundColor:e.white,"& .MuiOutlinedInput-input":{padding:"0px 16px 0px 12px",fontWeight:400,height:40,fontSize:"14px",border:1,borderRadius:4,"&::placeholder":{color:e.grey600}},"& .MuiFormLabel-asterisk":{color:e.danger}}}},MuiFormGroup:{styleOverrides:{root:{}}},MuiFormHelperText:{defaultProps:{sx:{fontSize:12}},styleOverrides:{}},MuiAutocomplete:{defaultProps:{sx:{"& .MuiPaper-root":{padding:"5px"}}},styleOverrides:{root:{"& .MuiSvgIcon-root":{width:"20px",height:"20px"},"& .MuiAutocomplete-tag":{margin:0},"& .MuiButtonBase-root":{marginRight:"2px !important",height:"max-content",padding:"2px"},"& .MuiOutlinedInput-root":{padding:"7.45px 55px 7.45px 10px !important"},"& svg":{},"& #checkboxes-tags-demo":{padding:"6px 4px"},"& .MuiAutocomplete-endAdornment":{top:"calc(50% - 12px)"}}}},MuiTableHead:{styleOverrides:{root:{"& th":{fontSize:"14px",padding:"8px 16px"}}}},MuiTableBody:{styleOverrides:{root:{"& th,td":{fontSize:"14px",padding:"8px 16px",height:"45px"},"& .MuiTableCell-root":{borderBottom:`1px solid ${e.grey300}`}}}},MuiRadio:{defaultProps:{sx:{"&.MuiButtonBase-root":{padding:"5px"}}},styleOverrides:{root:{"& .MuiSvgIcon-root":{fontSize:16},color:e.grey600,"&.Mui-checked":{color:e.success},"&.Mui-disabled":{color:e.grey600}}}},MuiTooltip:{defaultProps:{placement:"top"},styleOverrides:{tooltip:{fontSize:"10px",backgroundColor:e.grey600,color:e.white,"& .MuiTooltip-arrow":{color:e.grey600}}}}}})};function J0(t,e){const n={...t};return e==null||e.forEach(r=>{r.children&&r.children.forEach(({key:i,color:o})=>{n[i]=o.trim()||mr[i]})}),n}function IT(t){if(!t)return;let e=document.querySelector("link[rel*='icon']");e||(e=document.createElement("link"),e.rel="icon",document.head.appendChild(e)),e.href=t}function gL(t){var c,f,p;const{data:e,isFetching:n}=Pd.useQuery(["customTheme"],()=>t!=null&&t.url?fetch(t.url).then(y=>y.json()).then(y=>(["image","favicon","icon"].forEach(g=>{var T;(T=y==null?void 0:y.theme)!=null&&T[g]&&(y.theme[g]+=`?v=${Date.now()}`)}),y)):void 0,{enabled:!!(t!=null&&t.url)&&(t==null?void 0:t.enabled),refetchOnWindowFocus:!1,cacheTime:0,onSuccess(y){var T,E;IT((T=y==null?void 0:y.theme)==null?void 0:T.favicon);const g=J0(mr,(E=y==null?void 0:y.theme)==null?void 0:E.keyColor);Object.keys(g).forEach(I=>{document.documentElement.style.setProperty(`--${I}`,g[I])}),document.documentElement.style.setProperty("font-family",_T.fontFamily)}}),r=J0(mr,(c=e==null?void 0:e.theme)==null?void 0:c.keyColor),i=RT({colors:r}),o=(f=e==null?void 0:e.theme)==null?void 0:f.image,a=(p=e==null?void 0:e.theme)==null?void 0:p.icon;return{colors:r,theme:i,logo:o,icon:a,isFetching:n,themeDto:e==null?void 0:e.theme}}const AT=X.createContext({}),mL=()=>X.useContext(AT),vL=t=>{var o;const{children:e,brandTheme:n}=t,r=gL(n),i=((o=t.customTheme)==null?void 0:o.call(t,r.colors))||r.theme;return be.jsx(AT.Provider,{value:r,children:be.jsx(aa.ThemeProvider,{theme:i,children:e})})},yL=".modal-overlay{z-index:1300;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000041;--tw-backdrop-blur: blur(4px);justify-content:center;align-items:center;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.modal-title{font-size:1.25rem;line-height:1.75rem;color:#e01b00;font-weight:500}.modal-footer{display:flex;justify-content:space-between;width:80%}.modal-container{background:#fff;-webkit-backdrop-filter:blur(4.5px);backdrop-filter:blur(4.5px);display:flex;padding:32px 24px 40px;flex-direction:column;align-items:center;gap:24px;align-self:stretch;width:500px;height:204px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.5rem}.modal-button{border-radius:3px;border:1px solid #ddd;background:#ddd;padding:8px 32px;font-size:14px;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms}.cancel-btn:hover{background:#c5c5c5}.confirm-btn{background:#e01b00!important}.confirm-btn:hover{background:#be1700!important}.text-white{color:#fff}.text-sm{font-size:.875rem;line-height:1.25rem}";function MT({isOpen:t,onClose:e,onConfirm:n}){if(!t)return null;function r(i){var o;((o=i.target)==null?void 0:o.id)==="modal-wrapper"&&e()}return be.jsxs(be.Fragment,{children:[be.jsx("style",{type:"text/css",children:yL}),be.jsx("div",{onClick:r,className:"modal-overlay",id:"modal-wrapper",children:be.jsxs("div",{className:"modal-container",children:[be.jsx("h3",{className:"modal-title",children:ki("components.logoutPage.title",{defaultValue:"Log out"})}),be.jsxs("p",{className:"text-sm",children:[" ",ki("components.logoutPage.confirmLogOut",{defaultValue:"Are you sure you want to log out?"})]}),be.jsxs("div",{className:"modal-footer",children:[be.jsx("button",{className:"modal-button cancel-btn",onClick:e,children:ki("commonElement.button.cancel",{defaultValue:"Cancel"})}),be.jsx("button",{onClick:n,className:"text-white confirm-btn modal-button",children:ki("commonElement.button.confirm",{defaultValue:"Comfirm"})})]})]})})]})}const bL=X.memo(({notification:t,notiPath:e,markAllAsReadState:n,brandColors:r,onMark:i,showDetail:o,onToggleDetail:a})=>{var R,H;const[c,f]=X.useState({id:t.id,isRead:t.isRead}),p=c.isRead===!1?"unread":"read",y={borderColor:c.isRead?"#c5c5c5":(r==null?void 0:r.primary500)||mr.primary500,backgroundColor:c.isRead?"#c5c5c5":(r==null?void 0:r.primary500)||mr.primary500},g=()=>{const U=!t.isRead;i&&i(t.id,U,e)};X.useEffect(()=>{f(n?U=>({...U,isRead:!0}):{id:t.id,isRead:t.isRead})},[n,t.id,t.isRead]);const T=()=>{typeof a=="function"&&a()},E=U=>{const ne=_m(),q=_m(U),ie=ne.diff(q,"days"),x=ne.diff(q,"minutes"),le=ne.diff(q,"months"),ae=ne.diff(q,"years");if(console.log("diffInMonths",le),x<1)return"Just now";if(ie===0){if(x<=60)return`${x} minute${x>1?"s":""} ago`;const ze=Math.floor(x/60);return console.log("diffIhours",ze),`${ze} hour${ze>1?"s":""} ago`}if(ie===1)return"Yesterday";if(ie>=2&&ie<7)return`${ie} days ago`;if(ie<30){const ze=Math.floor(ie/7);return`${ze} week${ze>1?"s":""} ago`}return le===0||le===1?"1 month ago":le<12?`${le} months ago`:ae===0||ae===1?"1 year ago":"Over 1 year ago"},I=t!=null&&t.data?(R=t==null?void 0:t.data)==null?void 0:R.length:0,A=t!=null&&t.contextUrl?"a":"p",j=(U,ne)=>{var q,ie;if((U==null?void 0:U.actionKey)!=null){if((q=U==null?void 0:U.data)!=null&&q.brandName)return ki(`notificationAdmin.notify.actionKey.${U==null?void 0:U.actionKey}`,{defaultValue:`${U==null?void 0:U.message}`,brandName:U.data.brandName});switch(U==null?void 0:U.notificationType){case"deleteMultiple":return U!=null&&U.data&&((ie=U==null?void 0:U.data)==null?void 0:ie.length)>1?ki(`notificationAdmin.notify.actionKey.${U==null?void 0:U.actionKey}_multiple`,{defaultValue:`${U==null?void 0:U.actionKey}`,count:ne}):ki(`notificationAdmin.notify.actionKey.${U==null?void 0:U.actionKey}_single`,{defaultValue:`${U==null?void 0:U.actionKey}`});default:return ki(`notificationAdmin.notify.actionKey.${U==null?void 0:U.actionKey}`,{defaultValue:`${U==null?void 0:U.message}`})}}return U.message};return be.jsx(be.Fragment,{children:be.jsxs("div",{className:"notitification-item__container",children:[be.jsx("div",{className:"notification-item__image-container",children:be.jsx("img",{src:!t.actorAvatarUrl||t.actorName==="System"?"https://ukpcsaprod.blob.core.windows.net/account/logo.png":t.actorAvatarUrl,onError:({currentTarget:U})=>{console.log("img on error",U),U.onerror=null,U.src="https://ukpcsaprod.blob.core.windows.net/account/logo.png"},alt:t.actorName})}),be.jsxs("div",{style:{width:"calc(100% - 56px)"},children:[be.jsxs("div",{className:"notification-item__content-wrapper",children:[be.jsxs("div",{className:"notification-item__content",children:[be.jsx("p",{className:"notification-item__user-name",children:t.actorName}),be.jsxs(A,{href:t.contextUrl,style:{cursor:t!=null&&t.contextUrl?"pointer":"unset",textDecoration:"none",color:"inherit"},children:[j(t,I),be.jsx("span",{style:{color:t.contextUrl?"#007BFF":"#292929"},children:` ${t!=null&&t.context?t.context:""}`})]}),(t==null?void 0:t.notificationType)==="deleteMultiple"&&be.jsxs("button",{style:{color:mr.primary400,textDecoration:"underline"},onClick:T,children:[o?`${ki("notificationAdmin.notify.hideText",{defaultValue:"Hide"})} `:`${ki("notificationAdmin.notify.showText",{defaultValue:"Show"})} `,ki("notificationAdmin.notify.detailText",{defaultValue:"details"})]})]}),be.jsx("div",{className:"notification-item__time",children:be.jsx("p",{children:E(t.createdAt)})}),be.jsx("button",{className:`${p} notification-item__read-at`,"aria-label":"Mark as read",style:y,onClick:g})]}),o&&be.jsx("div",{style:{background:"#fff",width:"100%",padding:"8px",fontSize:"12px",marginTop:"8px"},children:be.jsx("ul",{children:(H=t==null?void 0:t.data)==null?void 0:H.map((U,ne)=>be.jsxs("li",{style:{display:"flex",alignItems:"center",marginBottom:"4px"},children:[be.jsx("span",{style:{backgroundColor:mr.primary400},className:"list-dot"}),be.jsx("span",{style:{width:"calc(100% - 12px)"},children:U.name})]},ne))})})]})]})})}),LT=X.createContext({}),wL=({children:t})=>{const[e,n]=X.useState(!1),[r,i]=X.useState({all:{total:0},unread:{total:0}}),o=()=>{n(!e)},a=()=>{n(!1)};return be.jsx(LT.Provider,{value:{isOpen:e,toggleOpen:o,setShowModalFalse:a,notidata:r,setNotiData:i},children:t})};function Q0(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t}function xL(t){var e=t.lastRenderedStartIndex,n=t.lastRenderedStopIndex,r=t.startIndex,i=t.stopIndex;return!(r>n||i<e)}function SL(t){for(var e=t.isItemLoaded,n=t.itemCount,r=t.minimumBatchSize,i=t.startIndex,o=t.stopIndex,a=[],c=null,f=null,p=i;p<=o;p++){var y=e(p);y?f!==null&&(a.push(c,f),c=f=null):(f=p,c===null&&(c=p))}if(f!==null){for(var g=Math.min(Math.max(f,c+r-1),n-1),T=f+1;T<=g&&!e(T);T++)f=T;a.push(c,f)}if(a.length)for(;a[1]-a[0]+1<r&&a[0]>0;){var E=a[0]-1;if(!e(E))a[0]=E;else break}return a}var TL=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},CL=function(){function t(e,n){for(var r=0;r<n.length;r++){var i=n[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),EL=function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)},ew=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e&&(typeof e=="object"||typeof e=="function")?e:t},kL=function(t){EL(e,t);function e(){var n,r,i,o;TL(this,e);for(var a=arguments.length,c=Array(a),f=0;f<a;f++)c[f]=arguments[f];return o=(r=(i=ew(this,(n=e.__proto__||Object.getPrototypeOf(e)).call.apply(n,[this].concat(c))),i),i._lastRenderedStartIndex=-1,i._lastRenderedStopIndex=-1,i._memoizedUnloadedRanges=[],i._onItemsRendered=function(p){var y=p.visibleStartIndex,g=p.visibleStopIndex;process.env.NODE_ENV!=="production"&&((!Q0(y)||!Q0(g))&&console.warn("Invalid onItemsRendered signature; please refer to InfiniteLoader documentation."),typeof i.props.loadMoreRows=="function"&&console.warn('InfiniteLoader "loadMoreRows" prop has been renamed to "loadMoreItems".')),i._lastRenderedStartIndex=y,i._lastRenderedStopIndex=g,i._ensureRowsLoaded(y,g)},i._setRef=function(p){i._listRef=p},r),ew(i,o)}return CL(e,[{key:"resetloadMoreItemsCache",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;this._memoizedUnloadedRanges=[],r&&this._ensureRowsLoaded(this._lastRenderedStartIndex,this._lastRenderedStopIndex)}},{key:"componentDidMount",value:function(){process.env.NODE_ENV!=="production"&&this._listRef==null&&console.warn("Invalid list ref; please refer to InfiniteLoader documentation.")}},{key:"render",value:function(){var r=this.props.children;return r({onItemsRendered:this._onItemsRendered,ref:this._setRef})}},{key:"_ensureRowsLoaded",value:function(r,i){var o=this.props,a=o.isItemLoaded,c=o.itemCount,f=o.minimumBatchSize,p=f===void 0?10:f,y=o.threshold,g=y===void 0?15:y,T=SL({isItemLoaded:a,itemCount:c,minimumBatchSize:p,startIndex:Math.max(0,r-g),stopIndex:Math.min(c-1,i+g)});(this._memoizedUnloadedRanges.length!==T.length||this._memoizedUnloadedRanges.some(function(E,I){return T[I]!==E}))&&(this._memoizedUnloadedRanges=T,this._loadUnloadedRanges(T))}},{key:"_loadUnloadedRanges",value:function(r){for(var i=this,o=this.props.loadMoreItems||this.props.loadMoreRows,a=function(p){var y=r[p],g=r[p+1],T=o(y,g);T!=null&&T.then(function(){if(xL({lastRenderedStartIndex:i._lastRenderedStartIndex,lastRenderedStopIndex:i._lastRenderedStopIndex,startIndex:y,stopIndex:g})){if(i._listRef==null)return;typeof i._listRef.resetAfterIndex=="function"?i._listRef.resetAfterIndex(y,!0):(typeof i._listRef._getItemStyleCache=="function"&&i._listRef._getItemStyleCache(-1),i._listRef.forceUpdate())}})},c=0;c<r.length;c+=2)a(c)}}]),e}(X.PureComponent);function Df(){return Df=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)({}).hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},Df.apply(null,arguments)}const DL=Object.freeze(Object.defineProperty({__proto__:null,get default(){return Df}},Symbol.toStringTag,{value:"Module"}));function FT(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,Kh(t,e)}const PL="*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}";function Wv({children:t,styles:e=[],...n}){return be.jsxs("div",{...n,children:[[PL,...e].map((r,i)=>be.jsx("style",{type:"text/css",children:r},i)),t]})}function OL(t){var e=typeof t;return t!=null&&(e=="object"||e=="function")}var zv=OL,_L=typeof Di=="object"&&Di&&Di.Object===Object&&Di,RL=_L,IL=RL,AL=typeof self=="object"&&self&&self.Object===Object&&self,ML=IL||AL||Function("return this")(),NT=ML,LL=NT,FL=function(){return LL.Date.now()},NL=FL,jL=/\s/;function BL(t){for(var e=t.length;e--&&jL.test(t.charAt(e)););return e}var $L=BL,VL=$L,UL=/^\s+/;function HL(t){return t&&t.slice(0,VL(t)+1).replace(UL,"")}var WL=HL,zL=NT,YL=zL.Symbol,jT=YL,tw=jT,BT=Object.prototype,GL=BT.hasOwnProperty,qL=BT.toString,rd=tw?tw.toStringTag:void 0;function XL(t){var e=GL.call(t,rd),n=t[rd];try{t[rd]=void 0;var r=!0}catch{}var i=qL.call(t);return r&&(e?t[rd]=n:delete t[rd]),i}var KL=XL,ZL=Object.prototype,JL=ZL.toString;function QL(t){return JL.call(t)}var e2=QL,nw=jT,t2=KL,n2=e2,r2="[object Null]",i2="[object Undefined]",rw=nw?nw.toStringTag:void 0;function o2(t){return t==null?t===void 0?i2:r2:rw&&rw in Object(t)?t2(t):n2(t)}var s2=o2;function a2(t){return t!=null&&typeof t=="object"}var l2=a2,u2=s2,c2=l2,f2="[object Symbol]";function d2(t){return typeof t=="symbol"||c2(t)&&u2(t)==f2}var h2=d2,p2=WL,iw=zv,g2=h2,ow=NaN,m2=/^[-+]0x[0-9a-f]+$/i,v2=/^0b[01]+$/i,y2=/^0o[0-7]+$/i,b2=parseInt;function w2(t){if(typeof t=="number")return t;if(g2(t))return ow;if(iw(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=iw(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=p2(t);var n=v2.test(t);return n||y2.test(t)?b2(t.slice(2),n?2:8):m2.test(t)?ow:+t}var x2=w2,S2=zv,Og=NL,sw=x2,T2="Expected a function",C2=Math.max,E2=Math.min;function k2(t,e,n){var r,i,o,a,c,f,p=0,y=!1,g=!1,T=!0;if(typeof t!="function")throw new TypeError(T2);e=sw(e)||0,S2(n)&&(y=!!n.leading,g="maxWait"in n,o=g?C2(sw(n.maxWait)||0,e):o,T="trailing"in n?!!n.trailing:T);function E(ie){var x=r,le=i;return r=i=void 0,p=ie,a=t.apply(le,x),a}function I(ie){return p=ie,c=setTimeout(R,e),y?E(ie):a}function A(ie){var x=ie-f,le=ie-p,ae=e-x;return g?E2(ae,o-le):ae}function j(ie){var x=ie-f,le=ie-p;return f===void 0||x>=e||x<0||g&&le>=o}function R(){var ie=Og();if(j(ie))return H(ie);c=setTimeout(R,A(ie))}function H(ie){return c=void 0,T&&r?E(ie):(r=i=void 0,a)}function U(){c!==void 0&&clearTimeout(c),p=0,r=f=i=c=void 0}function ne(){return c===void 0?a:H(Og())}function q(){var ie=Og(),x=j(ie);if(r=arguments,i=this,f=ie,x){if(c===void 0)return I(f);if(g)return clearTimeout(c),c=setTimeout(R,e),E(f)}return c===void 0&&(c=setTimeout(R,e)),a}return q.cancel=U,q.flush=ne,q}var $T=k2;const _g=Eu($T);var D2=$T,P2=zv,O2="Expected a function";function _2(t,e,n){var r=!0,i=!0;if(typeof t!="function")throw new TypeError(O2);return P2(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),D2(t,e,{leading:r,maxWait:e,trailing:i})}var R2=_2;const I2=Eu(R2);var pf=function(){return pf=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},pf.apply(this,arguments)};function VT(t){return!t||!t.ownerDocument||!t.ownerDocument.defaultView?window:t.ownerDocument.defaultView}function UT(t){return!t||!t.ownerDocument?document:t.ownerDocument}var HT=function(t){var e={},n=Array.prototype.reduce.call(t,function(r,i){var o=i.name.match(/data-simplebar-(.+)/);if(o){var a=o[1].replace(/\W+(.)/g,function(c,f){return f.toUpperCase()});switch(i.value){case"true":r[a]=!0;break;case"false":r[a]=!1;break;case void 0:r[a]=!0;break;default:r[a]=i.value}}return r},e);return n};function WT(t,e){var n;t&&(n=t.classList).add.apply(n,e.split(" "))}function zT(t,e){t&&e.split(" ").forEach(function(n){t.classList.remove(n)})}function YT(t){return".".concat(t.split(" ").join("."))}var Yv=!!(typeof window<"u"&&window.document&&window.document.createElement),A2=Object.freeze({__proto__:null,addClasses:WT,canUseDOM:Yv,classNamesToQuery:YT,getElementDocument:UT,getElementWindow:VT,getOptions:HT,removeClasses:zT}),df=null,aw=null;Yv&&window.addEventListener("resize",function(){aw!==window.devicePixelRatio&&(aw=window.devicePixelRatio,df=null)});function lw(){if(df===null){if(typeof document>"u")return df=0,df;var t=document.body,e=document.createElement("div");e.classList.add("simplebar-hide-scrollbar"),t.appendChild(e);var n=e.getBoundingClientRect().right;t.removeChild(e),df=n}return df}var iu=VT,Rg=UT,M2=HT,ou=WT,su=zT,_o=YT,id=function(){function t(e,n){n===void 0&&(n={});var r=this;if(this.removePreventClickId=null,this.minScrollbarWidth=20,this.stopScrollDelay=175,this.isScrolling=!1,this.isMouseEntering=!1,this.isDragging=!1,this.scrollXTicking=!1,this.scrollYTicking=!1,this.wrapperEl=null,this.contentWrapperEl=null,this.contentEl=null,this.offsetEl=null,this.maskEl=null,this.placeholderEl=null,this.heightAutoObserverWrapperEl=null,this.heightAutoObserverEl=null,this.rtlHelpers=null,this.scrollbarWidth=0,this.resizeObserver=null,this.mutationObserver=null,this.elStyles=null,this.isRtl=null,this.mouseX=0,this.mouseY=0,this.onMouseMove=function(){},this.onWindowResize=function(){},this.onStopScrolling=function(){},this.onMouseEntered=function(){},this.onScroll=function(){var i=iu(r.el);r.scrollXTicking||(i.requestAnimationFrame(r.scrollX),r.scrollXTicking=!0),r.scrollYTicking||(i.requestAnimationFrame(r.scrollY),r.scrollYTicking=!0),r.isScrolling||(r.isScrolling=!0,ou(r.el,r.classNames.scrolling)),r.showScrollbar("x"),r.showScrollbar("y"),r.onStopScrolling()},this.scrollX=function(){r.axis.x.isOverflowing&&r.positionScrollbar("x"),r.scrollXTicking=!1},this.scrollY=function(){r.axis.y.isOverflowing&&r.positionScrollbar("y"),r.scrollYTicking=!1},this._onStopScrolling=function(){su(r.el,r.classNames.scrolling),r.options.autoHide&&(r.hideScrollbar("x"),r.hideScrollbar("y")),r.isScrolling=!1},this.onMouseEnter=function(){r.isMouseEntering||(ou(r.el,r.classNames.mouseEntered),r.showScrollbar("x"),r.showScrollbar("y"),r.isMouseEntering=!0),r.onMouseEntered()},this._onMouseEntered=function(){su(r.el,r.classNames.mouseEntered),r.options.autoHide&&(r.hideScrollbar("x"),r.hideScrollbar("y")),r.isMouseEntering=!1},this._onMouseMove=function(i){r.mouseX=i.clientX,r.mouseY=i.clientY,(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&r.onMouseMoveForAxis("x"),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&r.onMouseMoveForAxis("y")},this.onMouseLeave=function(){r.onMouseMove.cancel(),(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&r.onMouseLeaveForAxis("x"),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&r.onMouseLeaveForAxis("y"),r.mouseX=-1,r.mouseY=-1},this._onWindowResize=function(){r.scrollbarWidth=r.getScrollbarWidth(),r.hideNativeScrollbar()},this.onPointerEvent=function(i){if(!(!r.axis.x.track.el||!r.axis.y.track.el||!r.axis.x.scrollbar.el||!r.axis.y.scrollbar.el)){var o,a;r.axis.x.track.rect=r.axis.x.track.el.getBoundingClientRect(),r.axis.y.track.rect=r.axis.y.track.el.getBoundingClientRect(),(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&(o=r.isWithinBounds(r.axis.x.track.rect)),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&(a=r.isWithinBounds(r.axis.y.track.rect)),(o||a)&&(i.stopPropagation(),i.type==="pointerdown"&&i.pointerType!=="touch"&&(o&&(r.axis.x.scrollbar.rect=r.axis.x.scrollbar.el.getBoundingClientRect(),r.isWithinBounds(r.axis.x.scrollbar.rect)?r.onDragStart(i,"x"):r.onTrackClick(i,"x")),a&&(r.axis.y.scrollbar.rect=r.axis.y.scrollbar.el.getBoundingClientRect(),r.isWithinBounds(r.axis.y.scrollbar.rect)?r.onDragStart(i,"y"):r.onTrackClick(i,"y"))))}},this.drag=function(i){var o,a,c,f,p,y,g,T,E,I,A;if(!(!r.draggedAxis||!r.contentWrapperEl)){var j,R=r.axis[r.draggedAxis].track,H=(a=(o=R.rect)===null||o===void 0?void 0:o[r.axis[r.draggedAxis].sizeAttr])!==null&&a!==void 0?a:0,U=r.axis[r.draggedAxis].scrollbar,ne=(f=(c=r.contentWrapperEl)===null||c===void 0?void 0:c[r.axis[r.draggedAxis].scrollSizeAttr])!==null&&f!==void 0?f:0,q=parseInt((y=(p=r.elStyles)===null||p===void 0?void 0:p[r.axis[r.draggedAxis].sizeAttr])!==null&&y!==void 0?y:"0px",10);i.preventDefault(),i.stopPropagation(),r.draggedAxis==="y"?j=i.pageY:j=i.pageX;var ie=j-((T=(g=R.rect)===null||g===void 0?void 0:g[r.axis[r.draggedAxis].offsetAttr])!==null&&T!==void 0?T:0)-r.axis[r.draggedAxis].dragOffset;ie=r.draggedAxis==="x"&&r.isRtl?((I=(E=R.rect)===null||E===void 0?void 0:E[r.axis[r.draggedAxis].sizeAttr])!==null&&I!==void 0?I:0)-U.size-ie:ie;var x=ie/(H-U.size),le=x*(ne-q);r.draggedAxis==="x"&&r.isRtl&&(le=!((A=t.getRtlHelpers())===null||A===void 0)&&A.isScrollingToNegative?-le:le),r.contentWrapperEl[r.axis[r.draggedAxis].scrollOffsetAttr]=le}},this.onEndDrag=function(i){r.isDragging=!1;var o=Rg(r.el),a=iu(r.el);i.preventDefault(),i.stopPropagation(),su(r.el,r.classNames.dragging),r.onStopScrolling(),o.removeEventListener("mousemove",r.drag,!0),o.removeEventListener("mouseup",r.onEndDrag,!0),r.removePreventClickId=a.setTimeout(function(){o.removeEventListener("click",r.preventClick,!0),o.removeEventListener("dblclick",r.preventClick,!0),r.removePreventClickId=null})},this.preventClick=function(i){i.preventDefault(),i.stopPropagation()},this.el=e,this.options=pf(pf({},t.defaultOptions),n),this.classNames=pf(pf({},t.defaultOptions.classNames),n.classNames),this.axis={x:{scrollOffsetAttr:"scrollLeft",sizeAttr:"width",scrollSizeAttr:"scrollWidth",offsetSizeAttr:"offsetWidth",offsetAttr:"left",overflowAttr:"overflowX",dragOffset:0,isOverflowing:!0,forceVisible:!1,track:{size:null,el:null,rect:null,isVisible:!1},scrollbar:{size:null,el:null,rect:null,isVisible:!1}},y:{scrollOffsetAttr:"scrollTop",sizeAttr:"height",scrollSizeAttr:"scrollHeight",offsetSizeAttr:"offsetHeight",offsetAttr:"top",overflowAttr:"overflowY",dragOffset:0,isOverflowing:!0,forceVisible:!1,track:{size:null,el:null,rect:null,isVisible:!1},scrollbar:{size:null,el:null,rect:null,isVisible:!1}}},typeof this.el!="object"||!this.el.nodeName)throw new Error("Argument passed to SimpleBar must be an HTML element instead of ".concat(this.el));this.onMouseMove=I2(this._onMouseMove,64),this.onWindowResize=_g(this._onWindowResize,64,{leading:!0}),this.onStopScrolling=_g(this._onStopScrolling,this.stopScrollDelay),this.onMouseEntered=_g(this._onMouseEntered,this.stopScrollDelay),this.init()}return t.getRtlHelpers=function(){if(t.rtlHelpers)return t.rtlHelpers;var e=document.createElement("div");e.innerHTML='<div class="simplebar-dummy-scrollbar-size"><div></div></div>';var n=e.firstElementChild,r=n==null?void 0:n.firstElementChild;if(!r)return null;document.body.appendChild(n),n.scrollLeft=0;var i=t.getOffset(n),o=t.getOffset(r);n.scrollLeft=-999;var a=t.getOffset(r);return document.body.removeChild(n),t.rtlHelpers={isScrollOriginAtZero:i.left!==o.left,isScrollingToNegative:o.left!==a.left},t.rtlHelpers},t.prototype.getScrollbarWidth=function(){try{return this.contentWrapperEl&&getComputedStyle(this.contentWrapperEl,"::-webkit-scrollbar").display==="none"||"scrollbarWidth"in document.documentElement.style||"-ms-overflow-style"in document.documentElement.style?0:lw()}catch{return lw()}},t.getOffset=function(e){var n=e.getBoundingClientRect(),r=Rg(e),i=iu(e);return{top:n.top+(i.pageYOffset||r.documentElement.scrollTop),left:n.left+(i.pageXOffset||r.documentElement.scrollLeft)}},t.prototype.init=function(){Yv&&(this.initDOM(),this.rtlHelpers=t.getRtlHelpers(),this.scrollbarWidth=this.getScrollbarWidth(),this.recalculate(),this.initListeners())},t.prototype.initDOM=function(){var e,n;this.wrapperEl=this.el.querySelector(_o(this.classNames.wrapper)),this.contentWrapperEl=this.options.scrollableNode||this.el.querySelector(_o(this.classNames.contentWrapper)),this.contentEl=this.options.contentNode||this.el.querySelector(_o(this.classNames.contentEl)),this.offsetEl=this.el.querySelector(_o(this.classNames.offset)),this.maskEl=this.el.querySelector(_o(this.classNames.mask)),this.placeholderEl=this.findChild(this.wrapperEl,_o(this.classNames.placeholder)),this.heightAutoObserverWrapperEl=this.el.querySelector(_o(this.classNames.heightAutoObserverWrapperEl)),this.heightAutoObserverEl=this.el.querySelector(_o(this.classNames.heightAutoObserverEl)),this.axis.x.track.el=this.findChild(this.el,"".concat(_o(this.classNames.track)).concat(_o(this.classNames.horizontal))),this.axis.y.track.el=this.findChild(this.el,"".concat(_o(this.classNames.track)).concat(_o(this.classNames.vertical))),this.axis.x.scrollbar.el=((e=this.axis.x.track.el)===null||e===void 0?void 0:e.querySelector(_o(this.classNames.scrollbar)))||null,this.axis.y.scrollbar.el=((n=this.axis.y.track.el)===null||n===void 0?void 0:n.querySelector(_o(this.classNames.scrollbar)))||null,this.options.autoHide||(ou(this.axis.x.scrollbar.el,this.classNames.visible),ou(this.axis.y.scrollbar.el,this.classNames.visible))},t.prototype.initListeners=function(){var e=this,n,r=iu(this.el);if(this.el.addEventListener("mouseenter",this.onMouseEnter),this.el.addEventListener("pointerdown",this.onPointerEvent,!0),this.el.addEventListener("mousemove",this.onMouseMove),this.el.addEventListener("mouseleave",this.onMouseLeave),(n=this.contentWrapperEl)===null||n===void 0||n.addEventListener("scroll",this.onScroll),r.addEventListener("resize",this.onWindowResize),!!this.contentEl){if(window.ResizeObserver){var i=!1,o=r.ResizeObserver||ResizeObserver;this.resizeObserver=new o(function(){i&&r.requestAnimationFrame(function(){e.recalculate()})}),this.resizeObserver.observe(this.el),this.resizeObserver.observe(this.contentEl),r.requestAnimationFrame(function(){i=!0})}this.mutationObserver=new r.MutationObserver(function(){r.requestAnimationFrame(function(){e.recalculate()})}),this.mutationObserver.observe(this.contentEl,{childList:!0,subtree:!0,characterData:!0})}},t.prototype.recalculate=function(){if(!(!this.heightAutoObserverEl||!this.contentEl||!this.contentWrapperEl||!this.wrapperEl||!this.placeholderEl)){var e=iu(this.el);this.elStyles=e.getComputedStyle(this.el),this.isRtl=this.elStyles.direction==="rtl";var n=this.contentEl.offsetWidth,r=this.heightAutoObserverEl.offsetHeight<=1,i=this.heightAutoObserverEl.offsetWidth<=1||n>0,o=this.contentWrapperEl.offsetWidth,a=this.elStyles.overflowX,c=this.elStyles.overflowY;this.contentEl.style.padding="".concat(this.elStyles.paddingTop," ").concat(this.elStyles.paddingRight," ").concat(this.elStyles.paddingBottom," ").concat(this.elStyles.paddingLeft),this.wrapperEl.style.margin="-".concat(this.elStyles.paddingTop," -").concat(this.elStyles.paddingRight," -").concat(this.elStyles.paddingBottom," -").concat(this.elStyles.paddingLeft);var f=this.contentEl.scrollHeight,p=this.contentEl.scrollWidth;this.contentWrapperEl.style.height=r?"auto":"100%",this.placeholderEl.style.width=i?"".concat(n||p,"px"):"auto",this.placeholderEl.style.height="".concat(f,"px");var y=this.contentWrapperEl.offsetHeight;this.axis.x.isOverflowing=n!==0&&p>n,this.axis.y.isOverflowing=f>y,this.axis.x.isOverflowing=a==="hidden"?!1:this.axis.x.isOverflowing,this.axis.y.isOverflowing=c==="hidden"?!1:this.axis.y.isOverflowing,this.axis.x.forceVisible=this.options.forceVisible==="x"||this.options.forceVisible===!0,this.axis.y.forceVisible=this.options.forceVisible==="y"||this.options.forceVisible===!0,this.hideNativeScrollbar();var g=this.axis.x.isOverflowing?this.scrollbarWidth:0,T=this.axis.y.isOverflowing?this.scrollbarWidth:0;this.axis.x.isOverflowing=this.axis.x.isOverflowing&&p>o-T,this.axis.y.isOverflowing=this.axis.y.isOverflowing&&f>y-g,this.axis.x.scrollbar.size=this.getScrollbarSize("x"),this.axis.y.scrollbar.size=this.getScrollbarSize("y"),this.axis.x.scrollbar.el&&(this.axis.x.scrollbar.el.style.width="".concat(this.axis.x.scrollbar.size,"px")),this.axis.y.scrollbar.el&&(this.axis.y.scrollbar.el.style.height="".concat(this.axis.y.scrollbar.size,"px")),this.positionScrollbar("x"),this.positionScrollbar("y"),this.toggleTrackVisibility("x"),this.toggleTrackVisibility("y")}},t.prototype.getScrollbarSize=function(e){var n,r;if(e===void 0&&(e="y"),!this.axis[e].isOverflowing||!this.contentEl)return 0;var i=this.contentEl[this.axis[e].scrollSizeAttr],o=(r=(n=this.axis[e].track.el)===null||n===void 0?void 0:n[this.axis[e].offsetSizeAttr])!==null&&r!==void 0?r:0,a=o/i,c;return c=Math.max(~~(a*o),this.options.scrollbarMinSize),this.options.scrollbarMaxSize&&(c=Math.min(c,this.options.scrollbarMaxSize)),c},t.prototype.positionScrollbar=function(e){var n,r,i;e===void 0&&(e="y");var o=this.axis[e].scrollbar;if(!(!this.axis[e].isOverflowing||!this.contentWrapperEl||!o.el||!this.elStyles)){var a=this.contentWrapperEl[this.axis[e].scrollSizeAttr],c=((n=this.axis[e].track.el)===null||n===void 0?void 0:n[this.axis[e].offsetSizeAttr])||0,f=parseInt(this.elStyles[this.axis[e].sizeAttr],10),p=this.contentWrapperEl[this.axis[e].scrollOffsetAttr];p=e==="x"&&this.isRtl&&(!((r=t.getRtlHelpers())===null||r===void 0)&&r.isScrollOriginAtZero)?-p:p,e==="x"&&this.isRtl&&(p=!((i=t.getRtlHelpers())===null||i===void 0)&&i.isScrollingToNegative?p:-p);var y=p/(a-f),g=~~((c-o.size)*y);g=e==="x"&&this.isRtl?-g+(c-o.size):g,o.el.style.transform=e==="x"?"translate3d(".concat(g,"px, 0, 0)"):"translate3d(0, ".concat(g,"px, 0)")}},t.prototype.toggleTrackVisibility=function(e){e===void 0&&(e="y");var n=this.axis[e].track.el,r=this.axis[e].scrollbar.el;!n||!r||!this.contentWrapperEl||(this.axis[e].isOverflowing||this.axis[e].forceVisible?(n.style.visibility="visible",this.contentWrapperEl.style[this.axis[e].overflowAttr]="scroll",this.el.classList.add("".concat(this.classNames.scrollable,"-").concat(e))):(n.style.visibility="hidden",this.contentWrapperEl.style[this.axis[e].overflowAttr]="hidden",this.el.classList.remove("".concat(this.classNames.scrollable,"-").concat(e))),this.axis[e].isOverflowing?r.style.display="block":r.style.display="none")},t.prototype.showScrollbar=function(e){e===void 0&&(e="y"),this.axis[e].isOverflowing&&!this.axis[e].scrollbar.isVisible&&(ou(this.axis[e].scrollbar.el,this.classNames.visible),this.axis[e].scrollbar.isVisible=!0)},t.prototype.hideScrollbar=function(e){e===void 0&&(e="y"),!this.isDragging&&this.axis[e].isOverflowing&&this.axis[e].scrollbar.isVisible&&(su(this.axis[e].scrollbar.el,this.classNames.visible),this.axis[e].scrollbar.isVisible=!1)},t.prototype.hideNativeScrollbar=function(){this.offsetEl&&(this.offsetEl.style[this.isRtl?"left":"right"]=this.axis.y.isOverflowing||this.axis.y.forceVisible?"-".concat(this.scrollbarWidth,"px"):"0px",this.offsetEl.style.bottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?"-".concat(this.scrollbarWidth,"px"):"0px")},t.prototype.onMouseMoveForAxis=function(e){e===void 0&&(e="y");var n=this.axis[e];!n.track.el||!n.scrollbar.el||(n.track.rect=n.track.el.getBoundingClientRect(),n.scrollbar.rect=n.scrollbar.el.getBoundingClientRect(),this.isWithinBounds(n.track.rect)?(this.showScrollbar(e),ou(n.track.el,this.classNames.hover),this.isWithinBounds(n.scrollbar.rect)?ou(n.scrollbar.el,this.classNames.hover):su(n.scrollbar.el,this.classNames.hover)):(su(n.track.el,this.classNames.hover),this.options.autoHide&&this.hideScrollbar(e)))},t.prototype.onMouseLeaveForAxis=function(e){e===void 0&&(e="y"),su(this.axis[e].track.el,this.classNames.hover),su(this.axis[e].scrollbar.el,this.classNames.hover),this.options.autoHide&&this.hideScrollbar(e)},t.prototype.onDragStart=function(e,n){var r;n===void 0&&(n="y"),this.isDragging=!0;var i=Rg(this.el),o=iu(this.el),a=this.axis[n].scrollbar,c=n==="y"?e.pageY:e.pageX;this.axis[n].dragOffset=c-(((r=a.rect)===null||r===void 0?void 0:r[this.axis[n].offsetAttr])||0),this.draggedAxis=n,ou(this.el,this.classNames.dragging),i.addEventListener("mousemove",this.drag,!0),i.addEventListener("mouseup",this.onEndDrag,!0),this.removePreventClickId===null?(i.addEventListener("click",this.preventClick,!0),i.addEventListener("dblclick",this.preventClick,!0)):(o.clearTimeout(this.removePreventClickId),this.removePreventClickId=null)},t.prototype.onTrackClick=function(e,n){var r=this,i,o,a,c;n===void 0&&(n="y");var f=this.axis[n];if(!(!this.options.clickOnTrack||!f.scrollbar.el||!this.contentWrapperEl)){e.preventDefault();var p=iu(this.el);this.axis[n].scrollbar.rect=f.scrollbar.el.getBoundingClientRect();var y=this.axis[n].scrollbar,g=(o=(i=y.rect)===null||i===void 0?void 0:i[this.axis[n].offsetAttr])!==null&&o!==void 0?o:0,T=parseInt((c=(a=this.elStyles)===null||a===void 0?void 0:a[this.axis[n].sizeAttr])!==null&&c!==void 0?c:"0px",10),E=this.contentWrapperEl[this.axis[n].scrollOffsetAttr],I=n==="y"?this.mouseY-g:this.mouseX-g,A=I<0?-1:1,j=A===-1?E-T:E+T,R=40,H=function(){r.contentWrapperEl&&(A===-1?E>j&&(E-=R,r.contentWrapperEl[r.axis[n].scrollOffsetAttr]=E,p.requestAnimationFrame(H)):E<j&&(E+=R,r.contentWrapperEl[r.axis[n].scrollOffsetAttr]=E,p.requestAnimationFrame(H)))};H()}},t.prototype.getContentElement=function(){return this.contentEl},t.prototype.getScrollElement=function(){return this.contentWrapperEl},t.prototype.removeListeners=function(){var e=iu(this.el);this.el.removeEventListener("mouseenter",this.onMouseEnter),this.el.removeEventListener("pointerdown",this.onPointerEvent,!0),this.el.removeEventListener("mousemove",this.onMouseMove),this.el.removeEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl&&this.contentWrapperEl.removeEventListener("scroll",this.onScroll),e.removeEventListener("resize",this.onWindowResize),this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeObserver&&this.resizeObserver.disconnect(),this.onMouseMove.cancel(),this.onWindowResize.cancel(),this.onStopScrolling.cancel(),this.onMouseEntered.cancel()},t.prototype.unMount=function(){this.removeListeners()},t.prototype.isWithinBounds=function(e){return this.mouseX>=e.left&&this.mouseX<=e.left+e.width&&this.mouseY>=e.top&&this.mouseY<=e.top+e.height},t.prototype.findChild=function(e,n){var r=e.matches||e.webkitMatchesSelector||e.mozMatchesSelector||e.msMatchesSelector;return Array.prototype.filter.call(e.children,function(i){return r.call(i,n)})[0]},t.rtlHelpers=null,t.defaultOptions={forceVisible:!1,clickOnTrack:!0,scrollbarMinSize:25,scrollbarMaxSize:0,ariaLabel:"scrollable content",tabIndex:0,classNames:{contentEl:"simplebar-content",contentWrapper:"simplebar-content-wrapper",offset:"simplebar-offset",mask:"simplebar-mask",wrapper:"simplebar-wrapper",placeholder:"simplebar-placeholder",scrollbar:"simplebar-scrollbar",track:"simplebar-track",heightAutoObserverWrapperEl:"simplebar-height-auto-observer-wrapper",heightAutoObserverEl:"simplebar-height-auto-observer",visible:"simplebar-visible",horizontal:"simplebar-horizontal",vertical:"simplebar-vertical",hover:"simplebar-hover",dragging:"simplebar-dragging",scrolling:"simplebar-scrolling",scrollable:"simplebar-scrollable",mouseEntered:"simplebar-mouse-entered"},scrollableNode:null,contentNode:null,autoHide:!0},t.getOptions=M2,t.helpers=A2,t}(),Zo=function(){return Zo=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},Zo.apply(this,arguments)};function L2(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(n[r[i]]=t[r[i]]);return n}var Gv=kn.forwardRef(function(t,e){var n=t.children,r=t.scrollableNodeProps,i=r===void 0?{}:r,o=L2(t,["children","scrollableNodeProps"]),a=kn.useRef(),c=kn.useRef(),f=kn.useRef(),p={},y={};Object.keys(o).forEach(function(E){Object.prototype.hasOwnProperty.call(id.defaultOptions,E)?p[E]=o[E]:y[E]=o[E]});var g=Zo(Zo({},id.defaultOptions.classNames),p.classNames),T=Zo(Zo({},i),{className:"".concat(g.contentWrapper).concat(i.className?" ".concat(i.className):""),tabIndex:p.tabIndex||id.defaultOptions.tabIndex,role:"region","aria-label":p.ariaLabel||id.defaultOptions.ariaLabel});return kn.useEffect(function(){var E;return c.current=T.ref?T.ref.current:c.current,a.current&&(E=new id(a.current,Zo(Zo(Zo({},p),c.current&&{scrollableNode:c.current}),f.current&&{contentNode:f.current})),typeof e=="function"?e(E):e&&(e.current=E)),function(){E==null||E.unMount(),E=null,typeof e=="function"&&e(null)}},[]),kn.createElement("div",Zo({"data-simplebar":"init",ref:a},y),kn.createElement("div",{className:g.wrapper},kn.createElement("div",{className:g.heightAutoObserverWrapperEl},kn.createElement("div",{className:g.heightAutoObserverEl})),kn.createElement("div",{className:g.mask},kn.createElement("div",{className:g.offset},typeof n=="function"?n({scrollableNodeRef:c,scrollableNodeProps:Zo(Zo({},T),{ref:c}),contentNodeRef:f,contentNodeProps:{className:g.contentEl,ref:f}}):kn.createElement("div",Zo({},T),kn.createElement("div",{className:g.contentEl},n)))),kn.createElement("div",{className:g.placeholder})),kn.createElement("div",{className:"".concat(g.track," simplebar-horizontal")},kn.createElement("div",{className:g.scrollbar})),kn.createElement("div",{className:"".concat(g.track," simplebar-vertical")},kn.createElement("div",{className:g.scrollbar})))});Gv.displayName="SimpleBar";const GT='[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}';function qT(t){var e,n,r="";if(typeof t=="string"||typeof t=="number")r+=t;else if(typeof t=="object")if(Array.isArray(t)){var i=t.length;for(e=0;e<i;e++)t[e]&&(n=qT(t[e]))&&(r&&(r+=" "),r+=n)}else for(n in t)t[n]&&(r&&(r+=" "),r+=n);return r}function wl(){for(var t,e,n=0,r="",i=arguments.length;n<i;n++)(t=arguments[n])&&(e=qT(t))&&(r&&(r+=" "),r+=e);return r}const _d=t=>typeof t=="number"&&!isNaN(t),xc=t=>typeof t=="string",Jo=t=>typeof t=="function",Nh=t=>xc(t)||Jo(t)?t:null,Nm=t=>X.isValidElement(t)||xc(t)||Jo(t)||_d(t);function F2(t,e,n){n===void 0&&(n=300);const{scrollHeight:r,style:i}=t;requestAnimationFrame(()=>{i.minHeight="initial",i.height=r+"px",i.transition=`all ${n}ms`,requestAnimationFrame(()=>{i.height="0",i.padding="0",i.margin="0",setTimeout(e,n)})})}function Pp(t){let{enter:e,exit:n,appendPosition:r=!1,collapse:i=!0,collapseDuration:o=300}=t;return function(a){let{children:c,position:f,preventExitTransition:p,done:y,nodeRef:g,isIn:T,playToast:E}=a;const I=r?`${e}--${f}`:e,A=r?`${n}--${f}`:n,j=X.useRef(0);return X.useLayoutEffect(()=>{const R=g.current,H=I.split(" "),U=ne=>{ne.target===g.current&&(E(),R.removeEventListener("animationend",U),R.removeEventListener("animationcancel",U),j.current===0&&ne.type!=="animationcancel"&&R.classList.remove(...H))};R.classList.add(...H),R.addEventListener("animationend",U),R.addEventListener("animationcancel",U)},[]),X.useEffect(()=>{const R=g.current,H=()=>{R.removeEventListener("animationend",H),i?F2(R,y,o):y()};T||(p?H():(j.current=1,R.className+=` ${A}`,R.addEventListener("animationend",H)))},[T]),X.createElement(X.Fragment,null,c)}}function uw(t,e){return t!=null?{content:t.content,containerId:t.props.containerId,id:t.props.toastId,theme:t.props.theme,type:t.props.type,data:t.props.data||{},isLoading:t.props.isLoading,icon:t.props.icon,status:e}:{}}const so=new Map;let Rd=[];const jm=new Set,N2=t=>jm.forEach(e=>e(t)),XT=()=>so.size>0;function KT(t,e){var n;if(e)return!((n=so.get(e))==null||!n.isToastActive(t));let r=!1;return so.forEach(i=>{i.isToastActive(t)&&(r=!0)}),r}function ZT(t,e){Nm(t)&&(XT()||Rd.push({content:t,options:e}),so.forEach(n=>{n.buildToast(t,e)}))}function cw(t,e){so.forEach(n=>{e!=null&&e!=null&&e.containerId?(e==null?void 0:e.containerId)===n.id&&n.toggle(t,e==null?void 0:e.id):n.toggle(t,e==null?void 0:e.id)})}function j2(t){const{subscribe:e,getSnapshot:n,setProps:r}=X.useRef(function(o){const a=o.containerId||1;return{subscribe(c){const f=function(y,g,T){let E=1,I=0,A=[],j=[],R=[],H=g;const U=new Map,ne=new Set,q=()=>{R=Array.from(U.values()),ne.forEach(le=>le())},ie=le=>{j=le==null?[]:j.filter(ae=>ae!==le),q()},x=le=>{const{toastId:ae,onOpen:ze,updateId:tt,children:Qe}=le.props,et=tt==null;le.staleId&&U.delete(le.staleId),U.set(ae,le),j=[...j,le.props.toastId].filter(Ye=>Ye!==le.staleId),q(),T(uw(le,et?"added":"updated")),et&&Jo(ze)&&ze(X.isValidElement(Qe)&&Qe.props)};return{id:y,props:H,observe:le=>(ne.add(le),()=>ne.delete(le)),toggle:(le,ae)=>{U.forEach(ze=>{ae!=null&&ae!==ze.props.toastId||Jo(ze.toggle)&&ze.toggle(le)})},removeToast:ie,toasts:U,clearQueue:()=>{I-=A.length,A=[]},buildToast:(le,ae)=>{if((Le=>{let{containerId:He,toastId:je,updateId:Fe}=Le;const Ve=He?He!==y:y!==1,nt=U.has(je)&&Fe==null;return Ve||nt})(ae))return;const{toastId:ze,updateId:tt,data:Qe,staleId:et,delay:Ye}=ae,pe=()=>{ie(ze)},fe=tt==null;fe&&I++;const Ce={...H,style:H.toastStyle,key:E++,...Object.fromEntries(Object.entries(ae).filter(Le=>{let[He,je]=Le;return je!=null})),toastId:ze,updateId:tt,data:Qe,closeToast:pe,isIn:!1,className:Nh(ae.className||H.toastClassName),bodyClassName:Nh(ae.bodyClassName||H.bodyClassName),progressClassName:Nh(ae.progressClassName||H.progressClassName),autoClose:!ae.isLoading&&(Oe=ae.autoClose,Ne=H.autoClose,Oe===!1||_d(Oe)&&Oe>0?Oe:Ne),deleteToast(){const Le=U.get(ze),{onClose:He,children:je}=Le.props;Jo(He)&&He(X.isValidElement(je)&&je.props),T(uw(Le,"removed")),U.delete(ze),I--,I<0&&(I=0),A.length>0?x(A.shift()):q()}};var Oe,Ne;Ce.closeButton=H.closeButton,ae.closeButton===!1||Nm(ae.closeButton)?Ce.closeButton=ae.closeButton:ae.closeButton===!0&&(Ce.closeButton=!Nm(H.closeButton)||H.closeButton);let me=le;X.isValidElement(le)&&!xc(le.type)?me=X.cloneElement(le,{closeToast:pe,toastProps:Ce,data:Qe}):Jo(le)&&(me=le({closeToast:pe,toastProps:Ce,data:Qe}));const Te={content:me,props:Ce,staleId:et};H.limit&&H.limit>0&&I>H.limit&&fe?A.push(Te):_d(Ye)?setTimeout(()=>{x(Te)},Ye):x(Te)},setProps(le){H=le},setToggle:(le,ae)=>{U.get(le).toggle=ae},isToastActive:le=>j.some(ae=>ae===le),getSnapshot:()=>R}}(a,o,N2);so.set(a,f);const p=f.observe(c);return Rd.forEach(y=>ZT(y.content,y.options)),Rd=[],()=>{p(),so.delete(a)}},setProps(c){var f;(f=so.get(a))==null||f.setProps(c)},getSnapshot(){var c;return(c=so.get(a))==null?void 0:c.getSnapshot()}}}(t)).current;r(t);const i=X.useSyncExternalStore(e,n,n);return{getToastToRender:function(o){if(!i)return[];const a=new Map;return t.newestOnTop&&i.reverse(),i.forEach(c=>{const{position:f}=c.props;a.has(f)||a.set(f,[]),a.get(f).push(c)}),Array.from(a,c=>o(c[0],c[1]))},isToastActive:KT,count:i==null?void 0:i.length}}function B2(t){const[e,n]=X.useState(!1),[r,i]=X.useState(!1),o=X.useRef(null),a=X.useRef({start:0,delta:0,removalDistance:0,canCloseOnClick:!0,canDrag:!1,didMove:!1}).current,{autoClose:c,pauseOnHover:f,closeToast:p,onClick:y,closeOnClick:g}=t;var T,E;function I(){n(!0)}function A(){n(!1)}function j(U){const ne=o.current;a.canDrag&&ne&&(a.didMove=!0,e&&A(),a.delta=t.draggableDirection==="x"?U.clientX-a.start:U.clientY-a.start,a.start!==U.clientX&&(a.canCloseOnClick=!1),ne.style.transform=`translate3d(${t.draggableDirection==="x"?`${a.delta}px, var(--y)`:`0, calc(${a.delta}px + var(--y))`},0)`,ne.style.opacity=""+(1-Math.abs(a.delta/a.removalDistance)))}function R(){document.removeEventListener("pointermove",j),document.removeEventListener("pointerup",R);const U=o.current;if(a.canDrag&&a.didMove&&U){if(a.canDrag=!1,Math.abs(a.delta)>a.removalDistance)return i(!0),t.closeToast(),void t.collapseAll();U.style.transition="transform 0.2s, opacity 0.2s",U.style.removeProperty("transform"),U.style.removeProperty("opacity")}}(E=so.get((T={id:t.toastId,containerId:t.containerId,fn:n}).containerId||1))==null||E.setToggle(T.id,T.fn),X.useEffect(()=>{if(t.pauseOnFocusLoss)return document.hasFocus()||A(),window.addEventListener("focus",I),window.addEventListener("blur",A),()=>{window.removeEventListener("focus",I),window.removeEventListener("blur",A)}},[t.pauseOnFocusLoss]);const H={onPointerDown:function(U){if(t.draggable===!0||t.draggable===U.pointerType){a.didMove=!1,document.addEventListener("pointermove",j),document.addEventListener("pointerup",R);const ne=o.current;a.canCloseOnClick=!0,a.canDrag=!0,ne.style.transition="none",t.draggableDirection==="x"?(a.start=U.clientX,a.removalDistance=ne.offsetWidth*(t.draggablePercent/100)):(a.start=U.clientY,a.removalDistance=ne.offsetHeight*(t.draggablePercent===80?1.5*t.draggablePercent:t.draggablePercent)/100)}},onPointerUp:function(U){const{top:ne,bottom:q,left:ie,right:x}=o.current.getBoundingClientRect();U.nativeEvent.type!=="touchend"&&t.pauseOnHover&&U.clientX>=ie&&U.clientX<=x&&U.clientY>=ne&&U.clientY<=q?A():I()}};return c&&f&&(H.onMouseEnter=A,t.stacked||(H.onMouseLeave=I)),g&&(H.onClick=U=>{y&&y(U),a.canCloseOnClick&&p()}),{playToast:I,pauseToast:A,isRunning:e,preventExitTransition:r,toastRef:o,eventHandlers:H}}function $2(t){let{delay:e,isRunning:n,closeToast:r,type:i="default",hide:o,className:a,style:c,controlledProgress:f,progress:p,rtl:y,isIn:g,theme:T}=t;const E=o||f&&p===0,I={...c,animationDuration:`${e}ms`,animationPlayState:n?"running":"paused"};f&&(I.transform=`scaleX(${p})`);const A=wl("Toastify__progress-bar",f?"Toastify__progress-bar--controlled":"Toastify__progress-bar--animated",`Toastify__progress-bar-theme--${T}`,`Toastify__progress-bar--${i}`,{"Toastify__progress-bar--rtl":y}),j=Jo(a)?a({rtl:y,type:i,defaultClassName:A}):wl(A,a),R={[f&&p>=1?"onTransitionEnd":"onAnimationEnd"]:f&&p<1?null:()=>{g&&r()}};return X.createElement("div",{className:"Toastify__progress-bar--wrp","data-hidden":E},X.createElement("div",{className:`Toastify__progress-bar--bg Toastify__progress-bar-theme--${T} Toastify__progress-bar--${i}`}),X.createElement("div",{role:"progressbar","aria-hidden":E?"true":"false","aria-label":"notification timer",className:j,style:I,...R}))}let V2=1;const JT=()=>""+V2++;function U2(t){return t&&(xc(t.toastId)||_d(t.toastId))?t.toastId:JT()}function md(t,e){return ZT(t,e),e.toastId}function rp(t,e){return{...e,type:e&&e.type||t,toastId:U2(e)}}function mh(t){return(e,n)=>md(e,rp(t,n))}function xn(t,e){return md(t,rp("default",e))}xn.loading=(t,e)=>md(t,rp("default",{isLoading:!0,autoClose:!1,closeOnClick:!1,closeButton:!1,draggable:!1,...e})),xn.promise=function(t,e,n){let r,{pending:i,error:o,success:a}=e;i&&(r=xc(i)?xn.loading(i,n):xn.loading(i.render,{...n,...i}));const c={isLoading:null,autoClose:null,closeOnClick:null,closeButton:null,draggable:null},f=(y,g,T)=>{if(g==null)return void xn.dismiss(r);const E={type:y,...c,...n,data:T},I=xc(g)?{render:g}:g;return r?xn.update(r,{...E,...I}):xn(I.render,{...E,...I}),T},p=Jo(t)?t():t;return p.then(y=>f("success",a,y)).catch(y=>f("error",o,y)),p},xn.success=mh("success"),xn.info=mh("info"),xn.error=mh("error"),xn.warning=mh("warning"),xn.warn=xn.warning,xn.dark=(t,e)=>md(t,rp("default",{theme:"dark",...e})),xn.dismiss=function(t){(function(e){var n;if(XT()){if(e==null||xc(n=e)||_d(n))so.forEach(r=>{r.removeToast(e)});else if(e&&("containerId"in e||"id"in e)){const r=so.get(e.containerId);r?r.removeToast(e.id):so.forEach(i=>{i.removeToast(e.id)})}}else Rd=Rd.filter(r=>e!=null&&r.options.toastId!==e)})(t)},xn.clearWaitingQueue=function(t){t===void 0&&(t={}),so.forEach(e=>{!e.props.limit||t.containerId&&e.id!==t.containerId||e.clearQueue()})},xn.isActive=KT,xn.update=function(t,e){e===void 0&&(e={});const n=((r,i)=>{var o;let{containerId:a}=i;return(o=so.get(a||1))==null?void 0:o.toasts.get(r)})(t,e);if(n){const{props:r,content:i}=n,o={delay:100,...r,...e,toastId:e.toastId||t,updateId:JT()};o.toastId!==t&&(o.staleId=t);const a=o.render||i;delete o.render,md(a,o)}},xn.done=t=>{xn.update(t,{progress:1})},xn.onChange=function(t){return jm.add(t),()=>{jm.delete(t)}},xn.play=t=>cw(!0,t),xn.pause=t=>cw(!1,t);const H2=typeof window<"u"?X.useLayoutEffect:X.useEffect,vh=t=>{let{theme:e,type:n,isLoading:r,...i}=t;return X.createElement("svg",{viewBox:"0 0 24 24",width:"100%",height:"100%",fill:e==="colored"?"currentColor":`var(--toastify-icon-color-${n})`,...i})},Ig={info:function(t){return X.createElement(vh,{...t},X.createElement("path",{d:"M12 0a12 12 0 1012 12A12.013 12.013 0 0012 0zm.25 5a1.5 1.5 0 11-1.5 1.5 1.5 1.5 0 011.5-1.5zm2.25 13.5h-4a1 1 0 010-2h.75a.25.25 0 00.25-.25v-4.5a.25.25 0 00-.25-.25h-.75a1 1 0 010-2h1a2 2 0 012 2v4.75a.25.25 0 00.25.25h.75a1 1 0 110 2z"}))},warning:function(t){return X.createElement(vh,{...t},X.createElement("path",{d:"M23.32 17.191L15.438 2.184C14.728.833 13.416 0 11.996 0c-1.42 0-2.733.833-3.443 2.184L.533 17.448a4.744 4.744 0 000 4.368C1.243 23.167 2.555 24 3.975 24h16.05C22.22 24 24 22.044 24 19.632c0-.904-.251-1.746-.68-2.44zm-9.622 1.46c0 1.033-.724 1.823-1.698 1.823s-1.698-.79-1.698-1.822v-.043c0-1.028.724-1.822 1.698-1.822s1.698.79 1.698 1.822v.043zm.039-12.285l-.84 8.06c-.057.581-.408.943-.897.943-.49 0-.84-.367-.896-.942l-.84-8.065c-.057-.624.25-1.095.779-1.095h1.91c.528.005.84.476.784 1.1z"}))},success:function(t){return X.createElement(vh,{...t},X.createElement("path",{d:"M12 0a12 12 0 1012 12A12.014 12.014 0 0012 0zm6.927 8.2l-6.845 9.289a1.011 1.011 0 01-1.43.188l-4.888-3.908a1 1 0 111.25-1.562l4.076 3.261 6.227-8.451a1 1 0 111.61 1.183z"}))},error:function(t){return X.createElement(vh,{...t},X.createElement("path",{d:"M11.983 0a12.206 12.206 0 00-8.51 3.653A11.8 11.8 0 000 12.207 11.779 11.779 0 0011.8 24h.214A12.111 12.111 0 0024 11.791 11.766 11.766 0 0011.983 0zM10.5 16.542a1.476 1.476 0 011.449-1.53h.027a1.527 1.527 0 011.523 1.47 1.475 1.475 0 01-1.449 1.53h-.027a1.529 1.529 0 01-1.523-1.47zM11 12.5v-6a1 1 0 012 0v6a1 1 0 11-2 0z"}))},spinner:function(){return X.createElement("div",{className:"Toastify__spinner"})}},W2=t=>{const{isRunning:e,preventExitTransition:n,toastRef:r,eventHandlers:i,playToast:o}=B2(t),{closeButton:a,children:c,autoClose:f,onClick:p,type:y,hideProgressBar:g,closeToast:T,transition:E,position:I,className:A,style:j,bodyClassName:R,bodyStyle:H,progressClassName:U,progressStyle:ne,updateId:q,role:ie,progress:x,rtl:le,toastId:ae,deleteToast:ze,isIn:tt,isLoading:Qe,closeOnClick:et,theme:Ye}=t,pe=wl("Toastify__toast",`Toastify__toast-theme--${Ye}`,`Toastify__toast--${y}`,{"Toastify__toast--rtl":le},{"Toastify__toast--close-on-click":et}),fe=Jo(A)?A({rtl:le,position:I,type:y,defaultClassName:pe}):wl(pe,A),Ce=function(Te){let{theme:Le,type:He,isLoading:je,icon:Fe}=Te,Ve=null;const nt={theme:Le,type:He};return Fe===!1||(Jo(Fe)?Ve=Fe({...nt,isLoading:je}):X.isValidElement(Fe)?Ve=X.cloneElement(Fe,nt):je?Ve=Ig.spinner():(ct=>ct in Ig)(He)&&(Ve=Ig[He](nt))),Ve}(t),Oe=!!x||!f,Ne={closeToast:T,type:y,theme:Ye};let me=null;return a===!1||(me=Jo(a)?a(Ne):X.isValidElement(a)?X.cloneElement(a,Ne):function(Te){let{closeToast:Le,theme:He,ariaLabel:je="close"}=Te;return X.createElement("button",{className:`Toastify__close-button Toastify__close-button--${He}`,type:"button",onClick:Fe=>{Fe.stopPropagation(),Le(Fe)},"aria-label":je},X.createElement("svg",{"aria-hidden":"true",viewBox:"0 0 14 16"},X.createElement("path",{fillRule:"evenodd",d:"M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z"})))}(Ne)),X.createElement(E,{isIn:tt,done:ze,position:I,preventExitTransition:n,nodeRef:r,playToast:o},X.createElement("div",{id:ae,onClick:p,"data-in":tt,className:fe,...i,style:j,ref:r},X.createElement("div",{...tt&&{role:ie},className:Jo(R)?R({type:y}):wl("Toastify__toast-body",R),style:H},Ce!=null&&X.createElement("div",{className:wl("Toastify__toast-icon",{"Toastify--animate-icon Toastify__zoom-enter":!Qe})},Ce),X.createElement("div",null,c)),me,X.createElement($2,{...q&&!Oe?{key:`pb-${q}`}:{},rtl:le,theme:Ye,delay:f,isRunning:e,isIn:tt,closeToast:T,hide:g,type:y,style:ne,className:U,controlledProgress:Oe,progress:x||0})))},Op=function(t,e){return e===void 0&&(e=!1),{enter:`Toastify--animate Toastify__${t}-enter`,exit:`Toastify--animate Toastify__${t}-exit`,appendPosition:e}},z2=Pp(Op("bounce",!0));Pp(Op("slide",!0));Pp(Op("zoom"));Pp(Op("flip"));const Y2={position:"top-right",transition:z2,autoClose:5e3,closeButton:!0,pauseOnHover:!0,pauseOnFocusLoss:!0,draggable:"touch",draggablePercent:80,draggableDirection:"x",role:"alert",theme:"light"};function G2(t){let e={...Y2,...t};const n=t.stacked,[r,i]=X.useState(!0),o=X.useRef(null),{getToastToRender:a,isToastActive:c,count:f}=j2(e),{className:p,style:y,rtl:g,containerId:T}=e;function E(A){const j=wl("Toastify__toast-container",`Toastify__toast-container--${A}`,{"Toastify__toast-container--rtl":g});return Jo(p)?p({position:A,rtl:g,defaultClassName:j}):wl(j,Nh(p))}function I(){n&&(i(!0),xn.play())}return H2(()=>{if(n){var A;const j=o.current.querySelectorAll('[data-in="true"]'),R=12,H=(A=e.position)==null?void 0:A.includes("top");let U=0,ne=0;Array.from(j).reverse().forEach((q,ie)=>{const x=q;x.classList.add("Toastify__toast--stacked"),ie>0&&(x.dataset.collapsed=`${r}`),x.dataset.pos||(x.dataset.pos=H?"top":"bot");const le=U*(r?.2:1)+(r?0:R*ie);x.style.setProperty("--y",`${H?le:-1*le}px`),x.style.setProperty("--g",`${R}`),x.style.setProperty("--s",""+(1-(r?ne:0))),U+=x.offsetHeight,ne+=.025})}},[r,f,n]),X.createElement("div",{ref:o,className:"Toastify",id:T,onMouseEnter:()=>{n&&(i(!1),xn.pause())},onMouseLeave:I},a((A,j)=>{const R=j.length?{...y}:{...y,pointerEvents:"none"};return X.createElement("div",{className:E(A),style:R,key:`container-${A}`},j.map(H=>{let{content:U,props:ne}=H;return X.createElement(W2,{...ne,stacked:n,collapseAll:I,isIn:c(ne.toastId,ne.containerId),style:ne.style,key:`toast-${ne.key}`},U)}))}))}function q2(){return be.jsxs("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[be.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 1C16.5222 1 21 5.47676 21 11C21 16.5222 16.5222 21 11 21C5.47676 21 1 16.5222 1 11C1 5.47676 5.47676 1 11 1Z",stroke:"#E01B00",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),be.jsx("path",{d:"M10.9942 6.89636V11.6737",stroke:"#E01B00",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),be.jsx("path",{d:"M10.9941 15.1038H11.0049",stroke:"#E01B00",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})}function X2(){return be.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[be.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#009D4F"}),be.jsx("path",{d:"M7.25244 12L10.4174 15.165L16.7474 8.83496",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})}function K2(){return be.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[be.jsx("path",{d:"M12 7.73684V13.4211M12 21C7.69215 21 5.53823 21 4.29308 20.0953C3.20701 19.3063 2.50676 18.0934 2.36643 16.7583C2.20555 15.2276 3.28252 13.3623 5.43644 9.63158C7.59036 5.90088 8.66732 4.03553 10.0734 3.40952C11.2998 2.86349 12.7002 2.86349 13.9266 3.40952C15.3327 4.03553 16.4096 5.90088 18.5636 9.63158C20.7175 13.3623 21.7944 15.2276 21.6336 16.7583C21.4932 18.0934 20.793 19.3063 19.7069 20.0953C18.4618 21 16.3078 21 12 21Z",stroke:"#FFB600","stroke-width":"1.5","stroke-linecap":"round"}),be.jsx("path",{d:"M12.9473 16.263C12.9473 16.7863 12.5232 17.2104 12 17.2104C11.4768 17.2104 11.0526 16.7863 11.0526 16.263C11.0526 15.7398 11.4768 15.3157 12 15.3157C12.5232 15.3157 12.9473 15.7398 12.9473 16.263Z",fill:"#FFB600"})]})}const qv={paddingLeft:"16px",borderLeft:"2px solid",boxShadow:"none",fontFamily:"inherit"},Z2=({closeToast:t})=>be.jsx("i",{className:"material-icons",onClick:t,style:{cursor:"pointer"},children:be.jsx("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:be.jsx("path",{d:"M7.05086 6.13616C6.66033 5.74563 6.02717 5.74563 5.63664 6.13616C5.24612 6.52668 5.24612 7.15984 5.63664 7.55037L10.5864 12.5001L5.63664 17.4499C5.24612 17.8404 5.24612 18.4736 5.63664 18.8641C6.02717 19.2546 6.66033 19.2546 7.05086 18.8641L12.0006 13.9143L16.9504 18.8641C17.3409 19.2546 17.974 19.2546 18.3646 18.8641C18.7551 18.4736 18.7551 17.8404 18.3646 17.4499L13.4148 12.5001L18.3646 7.55037C18.7551 7.15984 18.7551 6.52668 18.3646 6.13616C17.974 5.74563 17.3409 5.74563 16.9504 6.13616L12.0006 11.0859L7.05086 6.13616Z",fill:"#85858A"})})}),Xv=(t,e)=>{xn.success(t,{icon:be.jsx(X2,{}),bodyStyle:{},style:{...qv,background:mr.successLight,borderColor:mr.success,color:mr.success},...e})},zd=(t,e)=>{xn.error(t,{icon:be.jsx(q2,{}),style:{...qv,background:mr.dangerLight,borderColor:mr.danger,color:mr.danger},...e})},J2=(t,e)=>{xn.error(t,{icon:be.jsx(K2,{}),style:{...qv,background:mr.warningLight,borderColor:mr.warning,color:mr.warning},...e})},Q2=t=>{xn(t,{closeButton:Z2,toastId:"notify",position:"top-right",hideProgressBar:!0,containerId:"toastifyNotification",style:{padding:"12px 24px 12px 0",paddingLeft:"16px",fontFamily:"inherit",width:"610px",minHeight:"72px",color:mr.textPrimary}})};function QT(t){let e=null;return()=>(e==null&&(e=t()),e)}function eF(t,e){return t.filter(n=>n!==e)}function tF(t,e){const n=new Set,r=o=>n.add(o);t.forEach(r),e.forEach(r);const i=[];return n.forEach(o=>i.push(o)),i}class nF{enter(e){const n=this.entered.length,r=i=>this.isNodeInDocument(i)&&(!i.contains||i.contains(e));return this.entered=tF(this.entered.filter(r),[e]),n===0&&this.entered.length>0}leave(e){const n=this.entered.length;return this.entered=eF(this.entered.filter(this.isNodeInDocument),e),n>0&&this.entered.length===0}reset(){this.entered=[]}constructor(e){this.entered=[],this.isNodeInDocument=e}}class rF{initializeExposedProperties(){Object.keys(this.config.exposeProperties).forEach(e=>{Object.defineProperty(this.item,e,{configurable:!0,enumerable:!0,get(){return console.warn(`Browser doesn't allow reading "${e}" until the drop event.`),null}})})}loadDataTransfer(e){if(e){const n={};Object.keys(this.config.exposeProperties).forEach(r=>{const i=this.config.exposeProperties[r];i!=null&&(n[r]={value:i(e,this.config.matchesTypes),configurable:!0,enumerable:!0})}),Object.defineProperties(this.item,n)}}canDrag(){return!0}beginDrag(){return this.item}isDragging(e,n){return n===e.getSourceId()}endDrag(){}constructor(e){this.config=e,this.item={},this.initializeExposedProperties()}}const eC="__NATIVE_FILE__",tC="__NATIVE_URL__",nC="__NATIVE_TEXT__",rC="__NATIVE_HTML__",fw=Object.freeze(Object.defineProperty({__proto__:null,FILE:eC,HTML:rC,TEXT:nC,URL:tC},Symbol.toStringTag,{value:"Module"}));function Ag(t,e,n){const r=e.reduce((i,o)=>i||t.getData(o),"");return r??n}const Bm={[eC]:{exposeProperties:{files:t=>Array.prototype.slice.call(t.files),items:t=>t.items,dataTransfer:t=>t},matchesTypes:["Files"]},[rC]:{exposeProperties:{html:(t,e)=>Ag(t,e,""),dataTransfer:t=>t},matchesTypes:["Html","text/html"]},[tC]:{exposeProperties:{urls:(t,e)=>Ag(t,e,"").split(`
4
- `),dataTransfer:t=>t},matchesTypes:["Url","text/uri-list"]},[nC]:{exposeProperties:{text:(t,e)=>Ag(t,e,""),dataTransfer:t=>t},matchesTypes:["Text","text/plain"]}};function iF(t,e){const n=Bm[t];if(!n)throw new Error(`native type ${t} has no configuration`);const r=new rF(n);return r.loadDataTransfer(e),r}function Mg(t){if(!t)return null;const e=Array.prototype.slice.call(t.types||[]);return Object.keys(Bm).filter(n=>{const r=Bm[n];return r!=null&&r.matchesTypes?r.matchesTypes.some(i=>e.indexOf(i)>-1):!1})[0]||null}const oF=QT(()=>/firefox/i.test(navigator.userAgent)),iC=QT(()=>!!window.safari);class dw{interpolate(e){const{xs:n,ys:r,c1s:i,c2s:o,c3s:a}=this;let c=n.length-1;if(e===n[c])return r[c];let f=0,p=a.length-1,y;for(;f<=p;){y=Math.floor(.5*(f+p));const E=n[y];if(E<e)f=y+1;else if(E>e)p=y-1;else return r[y]}c=Math.max(0,p);const g=e-n[c],T=g*g;return r[c]+i[c]*g+o[c]*T+a[c]*g*T}constructor(e,n){const{length:r}=e,i=[];for(let E=0;E<r;E++)i.push(E);i.sort((E,I)=>e[E]<e[I]?-1:1);const o=[],a=[];let c,f;for(let E=0;E<r-1;E++)c=e[E+1]-e[E],f=n[E+1]-n[E],o.push(c),a.push(f/c);const p=[a[0]];for(let E=0;E<o.length-1;E++){const I=a[E],A=a[E+1];if(I*A<=0)p.push(0);else{c=o[E];const j=o[E+1],R=c+j;p.push(3*R/((R+j)/I+(R+c)/A))}}p.push(a[a.length-1]);const y=[],g=[];let T;for(let E=0;E<p.length-1;E++){T=a[E];const I=p[E],A=1/o[E],j=I+p[E+1]-T-T;y.push((T-I-j)*A),g.push(j*A*A)}this.xs=e,this.ys=n,this.c1s=p,this.c2s=y,this.c3s=g}}const sF=1;function oC(t){const e=t.nodeType===sF?t:t.parentElement;if(!e)return null;const{top:n,left:r}=e.getBoundingClientRect();return{x:r,y:n}}function yh(t){return{x:t.clientX,y:t.clientY}}function aF(t){var e;return t.nodeName==="IMG"&&(oF()||!(!((e=document.documentElement)===null||e===void 0)&&e.contains(t)))}function lF(t,e,n,r){let i=t?e.width:n,o=t?e.height:r;return iC()&&t&&(o/=window.devicePixelRatio,i/=window.devicePixelRatio),{dragPreviewWidth:i,dragPreviewHeight:o}}function uF(t,e,n,r,i){const o=aF(e),c=oC(o?t:e),f={x:n.x-c.x,y:n.y-c.y},{offsetWidth:p,offsetHeight:y}=t,{anchorX:g,anchorY:T}=r,{dragPreviewWidth:E,dragPreviewHeight:I}=lF(o,e,p,y),A=()=>{let ie=new dw([0,.5,1],[f.y,f.y/y*I,f.y+I-y]).interpolate(T);return iC()&&o&&(ie+=(window.devicePixelRatio-1)*I),ie},j=()=>new dw([0,.5,1],[f.x,f.x/p*E,f.x+E-p]).interpolate(g),{offsetX:R,offsetY:H}=i,U=R===0||R,ne=H===0||H;return{x:U?R:j(),y:ne?H:A()}}let cF=class{get window(){if(this.globalContext)return this.globalContext;if(typeof window<"u")return window}get document(){var e;return!((e=this.globalContext)===null||e===void 0)&&e.document?this.globalContext.document:this.window?this.window.document:void 0}get rootElement(){var e;return((e=this.optionsArgs)===null||e===void 0?void 0:e.rootElement)||this.window}constructor(e,n){this.ownerDocument=null,this.globalContext=e,this.optionsArgs=n}};function fF(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function hw(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){fF(t,i,n[i])})}return t}class dF{profile(){var e,n;return{sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,sourceNodeOptions:this.sourceNodeOptions.size,sourceNodes:this.sourceNodes.size,dragStartSourceIds:((e=this.dragStartSourceIds)===null||e===void 0?void 0:e.length)||0,dropTargetIds:this.dropTargetIds.length,dragEnterTargetIds:this.dragEnterTargetIds.length,dragOverTargetIds:((n=this.dragOverTargetIds)===null||n===void 0?void 0:n.length)||0}}get window(){return this.options.window}get document(){return this.options.document}get rootElement(){return this.options.rootElement}setup(){const e=this.rootElement;if(e!==void 0){if(e.__isReactDndBackendSetUp)throw new Error("Cannot have two HTML5 backends at the same time.");e.__isReactDndBackendSetUp=!0,this.addEventListeners(e)}}teardown(){const e=this.rootElement;if(e!==void 0&&(e.__isReactDndBackendSetUp=!1,this.removeEventListeners(this.rootElement),this.clearCurrentDragSourceNode(),this.asyncEndDragFrameId)){var n;(n=this.window)===null||n===void 0||n.cancelAnimationFrame(this.asyncEndDragFrameId)}}connectDragPreview(e,n,r){return this.sourcePreviewNodeOptions.set(e,r),this.sourcePreviewNodes.set(e,n),()=>{this.sourcePreviewNodes.delete(e),this.sourcePreviewNodeOptions.delete(e)}}connectDragSource(e,n,r){this.sourceNodes.set(e,n),this.sourceNodeOptions.set(e,r);const i=a=>this.handleDragStart(a,e),o=a=>this.handleSelectStart(a);return n.setAttribute("draggable","true"),n.addEventListener("dragstart",i),n.addEventListener("selectstart",o),()=>{this.sourceNodes.delete(e),this.sourceNodeOptions.delete(e),n.removeEventListener("dragstart",i),n.removeEventListener("selectstart",o),n.setAttribute("draggable","false")}}connectDropTarget(e,n){const r=a=>this.handleDragEnter(a,e),i=a=>this.handleDragOver(a,e),o=a=>this.handleDrop(a,e);return n.addEventListener("dragenter",r),n.addEventListener("dragover",i),n.addEventListener("drop",o),()=>{n.removeEventListener("dragenter",r),n.removeEventListener("dragover",i),n.removeEventListener("drop",o)}}addEventListeners(e){e.addEventListener&&(e.addEventListener("dragstart",this.handleTopDragStart),e.addEventListener("dragstart",this.handleTopDragStartCapture,!0),e.addEventListener("dragend",this.handleTopDragEndCapture,!0),e.addEventListener("dragenter",this.handleTopDragEnter),e.addEventListener("dragenter",this.handleTopDragEnterCapture,!0),e.addEventListener("dragleave",this.handleTopDragLeaveCapture,!0),e.addEventListener("dragover",this.handleTopDragOver),e.addEventListener("dragover",this.handleTopDragOverCapture,!0),e.addEventListener("drop",this.handleTopDrop),e.addEventListener("drop",this.handleTopDropCapture,!0))}removeEventListeners(e){e.removeEventListener&&(e.removeEventListener("dragstart",this.handleTopDragStart),e.removeEventListener("dragstart",this.handleTopDragStartCapture,!0),e.removeEventListener("dragend",this.handleTopDragEndCapture,!0),e.removeEventListener("dragenter",this.handleTopDragEnter),e.removeEventListener("dragenter",this.handleTopDragEnterCapture,!0),e.removeEventListener("dragleave",this.handleTopDragLeaveCapture,!0),e.removeEventListener("dragover",this.handleTopDragOver),e.removeEventListener("dragover",this.handleTopDragOverCapture,!0),e.removeEventListener("drop",this.handleTopDrop),e.removeEventListener("drop",this.handleTopDropCapture,!0))}getCurrentSourceNodeOptions(){const e=this.monitor.getSourceId(),n=this.sourceNodeOptions.get(e);return hw({dropEffect:this.altKeyPressed?"copy":"move"},n||{})}getCurrentDropEffect(){return this.isDraggingNativeItem()?"copy":this.getCurrentSourceNodeOptions().dropEffect}getCurrentSourcePreviewNodeOptions(){const e=this.monitor.getSourceId(),n=this.sourcePreviewNodeOptions.get(e);return hw({anchorX:.5,anchorY:.5,captureDraggingState:!1},n||{})}isDraggingNativeItem(){const e=this.monitor.getItemType();return Object.keys(fw).some(n=>fw[n]===e)}beginDragNativeItem(e,n){this.clearCurrentDragSourceNode(),this.currentNativeSource=iF(e,n),this.currentNativeHandle=this.registry.addSource(e,this.currentNativeSource),this.actions.beginDrag([this.currentNativeHandle])}setCurrentDragSourceNode(e){this.clearCurrentDragSourceNode(),this.currentDragSourceNode=e;const n=1e3;this.mouseMoveTimeoutTimer=setTimeout(()=>{var r;return(r=this.rootElement)===null||r===void 0?void 0:r.addEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)},n)}clearCurrentDragSourceNode(){if(this.currentDragSourceNode){if(this.currentDragSourceNode=null,this.rootElement){var e;(e=this.window)===null||e===void 0||e.clearTimeout(this.mouseMoveTimeoutTimer||void 0),this.rootElement.removeEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)}return this.mouseMoveTimeoutTimer=null,!0}return!1}handleDragStart(e,n){e.defaultPrevented||(this.dragStartSourceIds||(this.dragStartSourceIds=[]),this.dragStartSourceIds.unshift(n))}handleDragEnter(e,n){this.dragEnterTargetIds.unshift(n)}handleDragOver(e,n){this.dragOverTargetIds===null&&(this.dragOverTargetIds=[]),this.dragOverTargetIds.unshift(n)}handleDrop(e,n){this.dropTargetIds.unshift(n)}constructor(e,n,r){this.sourcePreviewNodes=new Map,this.sourcePreviewNodeOptions=new Map,this.sourceNodes=new Map,this.sourceNodeOptions=new Map,this.dragStartSourceIds=null,this.dropTargetIds=[],this.dragEnterTargetIds=[],this.currentNativeSource=null,this.currentNativeHandle=null,this.currentDragSourceNode=null,this.altKeyPressed=!1,this.mouseMoveTimeoutTimer=null,this.asyncEndDragFrameId=null,this.dragOverTargetIds=null,this.lastClientOffset=null,this.hoverRafId=null,this.getSourceClientOffset=i=>{const o=this.sourceNodes.get(i);return o&&oC(o)||null},this.endDragNativeItem=()=>{this.isDraggingNativeItem()&&(this.actions.endDrag(),this.currentNativeHandle&&this.registry.removeSource(this.currentNativeHandle),this.currentNativeHandle=null,this.currentNativeSource=null)},this.isNodeInDocument=i=>!!(i&&this.document&&this.document.body&&this.document.body.contains(i)),this.endDragIfSourceWasRemovedFromDOM=()=>{const i=this.currentDragSourceNode;i==null||this.isNodeInDocument(i)||(this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover())},this.scheduleHover=i=>{this.hoverRafId===null&&typeof requestAnimationFrame<"u"&&(this.hoverRafId=requestAnimationFrame(()=>{this.monitor.isDragging()&&this.actions.hover(i||[],{clientOffset:this.lastClientOffset}),this.hoverRafId=null}))},this.cancelHover=()=>{this.hoverRafId!==null&&typeof cancelAnimationFrame<"u"&&(cancelAnimationFrame(this.hoverRafId),this.hoverRafId=null)},this.handleTopDragStartCapture=()=>{this.clearCurrentDragSourceNode(),this.dragStartSourceIds=[]},this.handleTopDragStart=i=>{if(i.defaultPrevented)return;const{dragStartSourceIds:o}=this;this.dragStartSourceIds=null;const a=yh(i);this.monitor.isDragging()&&(this.actions.endDrag(),this.cancelHover()),this.actions.beginDrag(o||[],{publishSource:!1,getSourceClientOffset:this.getSourceClientOffset,clientOffset:a});const{dataTransfer:c}=i,f=Mg(c);if(this.monitor.isDragging()){if(c&&typeof c.setDragImage=="function"){const y=this.monitor.getSourceId(),g=this.sourceNodes.get(y),T=this.sourcePreviewNodes.get(y)||g;if(T){const{anchorX:E,anchorY:I,offsetX:A,offsetY:j}=this.getCurrentSourcePreviewNodeOptions(),U=uF(g,T,a,{anchorX:E,anchorY:I},{offsetX:A,offsetY:j});c.setDragImage(T,U.x,U.y)}}try{c==null||c.setData("application/json",{})}catch{}this.setCurrentDragSourceNode(i.target);const{captureDraggingState:p}=this.getCurrentSourcePreviewNodeOptions();p?this.actions.publishDragSource():setTimeout(()=>this.actions.publishDragSource(),0)}else if(f)this.beginDragNativeItem(f);else{if(c&&!c.types&&(i.target&&!i.target.hasAttribute||!i.target.hasAttribute("draggable")))return;i.preventDefault()}},this.handleTopDragEndCapture=()=>{this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleTopDragEnterCapture=i=>{if(this.dragEnterTargetIds=[],this.isDraggingNativeItem()){var o;(o=this.currentNativeSource)===null||o===void 0||o.loadDataTransfer(i.dataTransfer)}if(!this.enterLeaveCounter.enter(i.target)||this.monitor.isDragging())return;const{dataTransfer:c}=i,f=Mg(c);f&&this.beginDragNativeItem(f,c)},this.handleTopDragEnter=i=>{const{dragEnterTargetIds:o}=this;if(this.dragEnterTargetIds=[],!this.monitor.isDragging())return;this.altKeyPressed=i.altKey,o.length>0&&this.actions.hover(o,{clientOffset:yh(i)}),o.some(c=>this.monitor.canDropOnTarget(c))&&(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect()))},this.handleTopDragOverCapture=i=>{if(this.dragOverTargetIds=[],this.isDraggingNativeItem()){var o;(o=this.currentNativeSource)===null||o===void 0||o.loadDataTransfer(i.dataTransfer)}},this.handleTopDragOver=i=>{const{dragOverTargetIds:o}=this;if(this.dragOverTargetIds=[],!this.monitor.isDragging()){i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none");return}this.altKeyPressed=i.altKey,this.lastClientOffset=yh(i),this.scheduleHover(o),(o||[]).some(c=>this.monitor.canDropOnTarget(c))?(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect())):this.isDraggingNativeItem()?i.preventDefault():(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none"))},this.handleTopDragLeaveCapture=i=>{this.isDraggingNativeItem()&&i.preventDefault(),this.enterLeaveCounter.leave(i.target)&&(this.isDraggingNativeItem()&&setTimeout(()=>this.endDragNativeItem(),0),this.cancelHover())},this.handleTopDropCapture=i=>{if(this.dropTargetIds=[],this.isDraggingNativeItem()){var o;i.preventDefault(),(o=this.currentNativeSource)===null||o===void 0||o.loadDataTransfer(i.dataTransfer)}else Mg(i.dataTransfer)&&i.preventDefault();this.enterLeaveCounter.reset()},this.handleTopDrop=i=>{const{dropTargetIds:o}=this;this.dropTargetIds=[],this.actions.hover(o,{clientOffset:yh(i)}),this.actions.drop({dropEffect:this.getCurrentDropEffect()}),this.isDraggingNativeItem()?this.endDragNativeItem():this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleSelectStart=i=>{const o=i.target;typeof o.dragDrop=="function"&&(o.tagName==="INPUT"||o.tagName==="SELECT"||o.tagName==="TEXTAREA"||o.isContentEditable||(i.preventDefault(),o.dragDrop()))},this.options=new cF(n,r),this.actions=e.getActions(),this.monitor=e.getMonitor(),this.registry=e.getRegistry(),this.enterLeaveCounter=new nF(this.isNodeInDocument)}}let bh;function hF(){return bh||(bh=new Image,bh.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),bh}const sC=function(e,n,r){return new dF(e,n,r)};var Sc=[],pF=function(){return Sc.some(function(t){return t.activeTargets.length>0})},gF=function(){return Sc.some(function(t){return t.skippedTargets.length>0})},pw="ResizeObserver loop completed with undelivered notifications.",mF=function(){var t;typeof ErrorEvent=="function"?t=new ErrorEvent("error",{message:pw}):(t=document.createEvent("Event"),t.initEvent("error",!1,!1),t.message=pw),window.dispatchEvent(t)},Id;(function(t){t.BORDER_BOX="border-box",t.CONTENT_BOX="content-box",t.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"})(Id||(Id={}));var Tc=function(t){return Object.freeze(t)},vF=function(){function t(e,n){this.inlineSize=e,this.blockSize=n,Tc(this)}return t}(),aC=function(){function t(e,n,r,i){return this.x=e,this.y=n,this.width=r,this.height=i,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Tc(this)}return t.prototype.toJSON=function(){var e=this,n=e.x,r=e.y,i=e.top,o=e.right,a=e.bottom,c=e.left,f=e.width,p=e.height;return{x:n,y:r,top:i,right:o,bottom:a,left:c,width:f,height:p}},t.fromRect=function(e){return new t(e.x,e.y,e.width,e.height)},t}(),Kv=function(t){return t instanceof SVGElement&&"getBBox"in t},lC=function(t){if(Kv(t)){var e=t.getBBox(),n=e.width,r=e.height;return!n&&!r}var i=t,o=i.offsetWidth,a=i.offsetHeight;return!(o||a||t.getClientRects().length)},gw=function(t){var e;if(t instanceof Element)return!0;var n=(e=t==null?void 0:t.ownerDocument)===null||e===void 0?void 0:e.defaultView;return!!(n&&t instanceof n.Element)},yF=function(t){switch(t.tagName){case"INPUT":if(t.type!=="image")break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1},vd=typeof window<"u"?window:{},wh=new WeakMap,mw=/auto|scroll/,bF=/^tb|vertical/,wF=/msie|trident/i.test(vd.navigator&&vd.navigator.userAgent),La=function(t){return parseFloat(t||"0")},Ef=function(t,e,n){return t===void 0&&(t=0),e===void 0&&(e=0),n===void 0&&(n=!1),new vF((n?e:t)||0,(n?t:e)||0)},vw=Tc({devicePixelContentBoxSize:Ef(),borderBoxSize:Ef(),contentBoxSize:Ef(),contentRect:new aC(0,0,0,0)}),uC=function(t,e){if(e===void 0&&(e=!1),wh.has(t)&&!e)return wh.get(t);if(lC(t))return wh.set(t,vw),vw;var n=getComputedStyle(t),r=Kv(t)&&t.ownerSVGElement&&t.getBBox(),i=!wF&&n.boxSizing==="border-box",o=bF.test(n.writingMode||""),a=!r&&mw.test(n.overflowY||""),c=!r&&mw.test(n.overflowX||""),f=r?0:La(n.paddingTop),p=r?0:La(n.paddingRight),y=r?0:La(n.paddingBottom),g=r?0:La(n.paddingLeft),T=r?0:La(n.borderTopWidth),E=r?0:La(n.borderRightWidth),I=r?0:La(n.borderBottomWidth),A=r?0:La(n.borderLeftWidth),j=g+p,R=f+y,H=A+E,U=T+I,ne=c?t.offsetHeight-U-t.clientHeight:0,q=a?t.offsetWidth-H-t.clientWidth:0,ie=i?j+H:0,x=i?R+U:0,le=r?r.width:La(n.width)-ie-q,ae=r?r.height:La(n.height)-x-ne,ze=le+j+q+H,tt=ae+R+ne+U,Qe=Tc({devicePixelContentBoxSize:Ef(Math.round(le*devicePixelRatio),Math.round(ae*devicePixelRatio),o),borderBoxSize:Ef(ze,tt,o),contentBoxSize:Ef(le,ae,o),contentRect:new aC(g,f,le,ae)});return wh.set(t,Qe),Qe},cC=function(t,e,n){var r=uC(t,n),i=r.borderBoxSize,o=r.contentBoxSize,a=r.devicePixelContentBoxSize;switch(e){case Id.DEVICE_PIXEL_CONTENT_BOX:return a;case Id.BORDER_BOX:return i;default:return o}},xF=function(){function t(e){var n=uC(e);this.target=e,this.contentRect=n.contentRect,this.borderBoxSize=Tc([n.borderBoxSize]),this.contentBoxSize=Tc([n.contentBoxSize]),this.devicePixelContentBoxSize=Tc([n.devicePixelContentBoxSize])}return t}(),fC=function(t){if(lC(t))return 1/0;for(var e=0,n=t.parentNode;n;)e+=1,n=n.parentNode;return e},SF=function(){var t=1/0,e=[];Sc.forEach(function(a){if(a.activeTargets.length!==0){var c=[];a.activeTargets.forEach(function(p){var y=new xF(p.target),g=fC(p.target);c.push(y),p.lastReportedSize=cC(p.target,p.observedBox),g<t&&(t=g)}),e.push(function(){a.callback.call(a.observer,c,a.observer)}),a.activeTargets.splice(0,a.activeTargets.length)}});for(var n=0,r=e;n<r.length;n++){var i=r[n];i()}return t},yw=function(t){Sc.forEach(function(n){n.activeTargets.splice(0,n.activeTargets.length),n.skippedTargets.splice(0,n.skippedTargets.length),n.observationTargets.forEach(function(i){i.isActive()&&(fC(i.target)>t?n.activeTargets.push(i):n.skippedTargets.push(i))})})},TF=function(){var t=0;for(yw(t);pF();)t=SF(),yw(t);return gF()&&mF(),t>0},Lg,dC=[],CF=function(){return dC.splice(0).forEach(function(t){return t()})},EF=function(t){if(!Lg){var e=0,n=document.createTextNode(""),r={characterData:!0};new MutationObserver(function(){return CF()}).observe(n,r),Lg=function(){n.textContent="".concat(e?e--:e++)}}dC.push(t),Lg()},kF=function(t){EF(function(){requestAnimationFrame(t)})},jh=0,DF=function(){return!!jh},PF=250,OF={attributes:!0,characterData:!0,childList:!0,subtree:!0},bw=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],ww=function(t){return t===void 0&&(t=0),Date.now()+t},Fg=!1,_F=function(){function t(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return t.prototype.run=function(e){var n=this;if(e===void 0&&(e=PF),!Fg){Fg=!0;var r=ww(e);kF(function(){var i=!1;try{i=TF()}finally{if(Fg=!1,e=r-ww(),!DF())return;i?n.run(1e3):e>0?n.run(e):n.start()}})}},t.prototype.schedule=function(){this.stop(),this.run()},t.prototype.observe=function(){var e=this,n=function(){return e.observer&&e.observer.observe(document.body,OF)};document.body?n():vd.addEventListener("DOMContentLoaded",n)},t.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),bw.forEach(function(n){return vd.addEventListener(n,e.listener,!0)}))},t.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),bw.forEach(function(n){return vd.removeEventListener(n,e.listener,!0)}),this.stopped=!0)},t}(),$m=new _F,xw=function(t){!jh&&t>0&&$m.start(),jh+=t,!jh&&$m.stop()},RF=function(t){return!Kv(t)&&!yF(t)&&getComputedStyle(t).display==="inline"},IF=function(){function t(e,n){this.target=e,this.observedBox=n||Id.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return t.prototype.isActive=function(){var e=cC(this.target,this.observedBox,!0);return RF(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},t}(),AF=function(){function t(e,n){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=n}return t}(),xh=new WeakMap,Sw=function(t,e){for(var n=0;n<t.length;n+=1)if(t[n].target===e)return n;return-1},Sh=function(){function t(){}return t.connect=function(e,n){var r=new AF(e,n);xh.set(e,r)},t.observe=function(e,n,r){var i=xh.get(e),o=i.observationTargets.length===0;Sw(i.observationTargets,n)<0&&(o&&Sc.push(i),i.observationTargets.push(new IF(n,r&&r.box)),xw(1),$m.schedule())},t.unobserve=function(e,n){var r=xh.get(e),i=Sw(r.observationTargets,n),o=r.observationTargets.length===1;i>=0&&(o&&Sc.splice(Sc.indexOf(r),1),r.observationTargets.splice(i,1),xw(-1))},t.disconnect=function(e){var n=this,r=xh.get(e);r.observationTargets.slice().forEach(function(i){return n.unobserve(e,i.target)}),r.activeTargets.splice(0,r.activeTargets.length)},t}(),MF=function(){function t(e){if(arguments.length===0)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if(typeof e!="function")throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");Sh.connect(this,e)}return t.prototype.observe=function(e,n){if(arguments.length===0)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!gw(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");Sh.observe(this,e,n)},t.prototype.unobserve=function(e){if(arguments.length===0)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!gw(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");Sh.unobserve(this,e)},t.prototype.disconnect=function(){Sh.disconnect(this)},t.toString=function(){return"function ResizeObserver () { [polyfill code] }"},t}();const hC=X.createContext({});function LF(t){const e=X.useRef(null);return e.current===null&&(e.current=t()),e.current}const Zv=X.createContext(null),pC=X.createContext({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"});function FF(t=!0){const e=X.useContext(Zv);if(e===null)return[!0,null];const{isPresent:n,onExitComplete:r,register:i}=e,o=X.useId();X.useEffect(()=>{t&&i(o)},[t]);const a=X.useCallback(()=>t&&r&&r(o),[o,r,t]);return!n&&r?[!1,a]:[!0]}const Jv=typeof window<"u",NF=Jv?X.useLayoutEffect:X.useEffect,Ro=t=>t;let Lf=Ro,yu=Ro;process.env.NODE_ENV!=="production"&&(Lf=(t,e)=>{!t&&typeof console<"u"&&console.warn(e)},yu=(t,e)=>{if(!t)throw new Error(e)});function Qv(t){let e;return()=>(e===void 0&&(e=t()),e)}const Pf=(t,e,n)=>{const r=e-t;return r===0?1:(n-t)/r},ja=t=>t*1e3,Cl=t=>t/1e3,jF={useManualTiming:!1};function BF(t){let e=new Set,n=new Set,r=!1,i=!1;const o=new WeakSet;let a={delta:0,timestamp:0,isProcessing:!1};function c(p){o.has(p)&&(f.schedule(p),t()),p(a)}const f={schedule:(p,y=!1,g=!1)=>{const E=g&&r?e:n;return y&&o.add(p),E.has(p)||E.add(p),p},cancel:p=>{n.delete(p),o.delete(p)},process:p=>{if(a=p,r){i=!0;return}r=!0,[e,n]=[n,e],e.forEach(c),e.clear(),r=!1,i&&(i=!1,f.process(p))}};return f}const Th=["read","resolveKeyframes","update","preRender","render","postRender"],$F=40;function gC(t,e){let n=!1,r=!0;const i={delta:0,timestamp:0,isProcessing:!1},o=()=>n=!0,a=Th.reduce((R,H)=>(R[H]=BF(o),R),{}),{read:c,resolveKeyframes:f,update:p,preRender:y,render:g,postRender:T}=a,E=()=>{const R=performance.now();n=!1,i.delta=r?1e3/60:Math.max(Math.min(R-i.timestamp,$F),1),i.timestamp=R,i.isProcessing=!0,c.process(i),f.process(i),p.process(i),y.process(i),g.process(i),T.process(i),i.isProcessing=!1,n&&e&&(r=!1,t(E))},I=()=>{n=!0,r=!0,i.isProcessing||t(E)};return{schedule:Th.reduce((R,H)=>{const U=a[H];return R[H]=(ne,q=!1,ie=!1)=>(n||I(),U.schedule(ne,q,ie)),R},{}),cancel:R=>{for(let H=0;H<Th.length;H++)a[Th[H]].cancel(R)},state:i,steps:a}}const{schedule:Fn,cancel:bu,state:Ei,steps:Ng}=gC(typeof requestAnimationFrame<"u"?requestAnimationFrame:Ro,!0),mC=X.createContext({strict:!1}),Tw={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},Of={};for(const t in Tw)Of[t]={isEnabled:e=>Tw[t].some(n=>!!e[n])};function VF(t){for(const e in t)Of[e]={...Of[e],...t[e]}}const UF=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","ignoreStrict","viewport"]);function ip(t){return t.startsWith("while")||t.startsWith("drag")&&t!=="draggable"||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||t.startsWith("onLayout")||UF.has(t)}let vC=t=>!ip(t);function HF(t){t&&(vC=e=>e.startsWith("on")?!ip(e):t(e))}try{HF(require("@emotion/is-prop-valid").default)}catch{}function WF(t,e,n){const r={};for(const i in t)i==="values"&&typeof t.values=="object"||(vC(i)||n===!0&&ip(i)||!e&&!ip(i)||t.draggable&&i.startsWith("onDrag"))&&(r[i]=t[i]);return r}const Cw=new Set;function _p(t,e,n){t||Cw.has(e)||(console.warn(e),Cw.add(e))}function zF(t){if(typeof Proxy>"u")return t;const e=new Map,n=(...r)=>(process.env.NODE_ENV!=="production"&&_p(!1,"motion() is deprecated. Use motion.create() instead."),t(...r));return new Proxy(n,{get:(r,i)=>i==="create"?t:(e.has(i)||e.set(i,t(i)),e.get(i))})}const Rp=X.createContext({});function Ad(t){return typeof t=="string"||Array.isArray(t)}function Ip(t){return t!==null&&typeof t=="object"&&typeof t.start=="function"}const ey=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],ty=["initial",...ey];function Ap(t){return Ip(t.animate)||ty.some(e=>Ad(t[e]))}function yC(t){return!!(Ap(t)||t.variants)}function YF(t,e){if(Ap(t)){const{initial:n,animate:r}=t;return{initial:n===!1||Ad(n)?n:void 0,animate:Ad(r)?r:void 0}}return t.inherit!==!1?e:{}}function GF(t){const{initial:e,animate:n}=YF(t,X.useContext(Rp));return X.useMemo(()=>({initial:e,animate:n}),[Ew(e),Ew(n)])}function Ew(t){return Array.isArray(t)?t.join(" "):t}const qF=Symbol.for("motionComponentSymbol");function gf(t){return t&&typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"current")}function XF(t,e,n){return X.useCallback(r=>{r&&t.onMount&&t.onMount(r),e&&(r?e.mount(r):e.unmount()),n&&(typeof n=="function"?n(r):gf(n)&&(n.current=r))},[e])}const ny=t=>t.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),KF="framerAppearId",bC="data-"+ny(KF),{schedule:ry}=gC(queueMicrotask,!1),wC=X.createContext({});function ZF(t,e,n,r,i){var o,a;const{visualElement:c}=X.useContext(Rp),f=X.useContext(mC),p=X.useContext(Zv),y=X.useContext(pC).reducedMotion,g=X.useRef(null);r=r||f.renderer,!g.current&&r&&(g.current=r(t,{visualState:e,parent:c,props:n,presenceContext:p,blockInitialAnimation:p?p.initial===!1:!1,reducedMotionConfig:y}));const T=g.current,E=X.useContext(wC);T&&!T.projection&&i&&(T.type==="html"||T.type==="svg")&&JF(g.current,n,i,E);const I=X.useRef(!1);X.useInsertionEffect(()=>{T&&I.current&&T.update(n,p)});const A=n[bC],j=X.useRef(!!A&&!(!((o=window.MotionHandoffIsComplete)===null||o===void 0)&&o.call(window,A))&&((a=window.MotionHasOptimisedAnimation)===null||a===void 0?void 0:a.call(window,A)));return NF(()=>{T&&(I.current=!0,window.MotionIsMounted=!0,T.updateFeatures(),ry.render(T.render),j.current&&T.animationState&&T.animationState.animateChanges())}),X.useEffect(()=>{T&&(!j.current&&T.animationState&&T.animationState.animateChanges(),j.current&&(queueMicrotask(()=>{var R;(R=window.MotionHandoffMarkAsComplete)===null||R===void 0||R.call(window,A)}),j.current=!1))}),T}function JF(t,e,n,r){const{layoutId:i,layout:o,drag:a,dragConstraints:c,layoutScroll:f,layoutRoot:p}=e;t.projection=new n(t.latestValues,e["data-framer-portal-id"]?void 0:xC(t.parent)),t.projection.setOptions({layoutId:i,layout:o,alwaysMeasureLayout:!!a||c&&gf(c),visualElement:t,animationType:typeof o=="string"?o:"both",initialPromotionConfig:r,layoutScroll:f,layoutRoot:p})}function xC(t){if(t)return t.options.allowProjection!==!1?t.projection:xC(t.parent)}function QF({preloadedFeatures:t,createVisualElement:e,useRender:n,useVisualState:r,Component:i}){var o,a;t&&VF(t);function c(p,y){let g;const T={...X.useContext(pC),...p,layoutId:eN(p)},{isStatic:E}=T,I=GF(p),A=r(p,E);if(!E&&Jv){tN(T,t);const j=nN(T);g=j.MeasureLayout,I.visualElement=ZF(i,A,T,e,j.ProjectionNode)}return be.jsxs(Rp.Provider,{value:I,children:[g&&I.visualElement?be.jsx(g,{visualElement:I.visualElement,...T}):null,n(i,p,XF(A,I.visualElement,y),A,E,I.visualElement)]})}c.displayName=`motion.${typeof i=="string"?i:`create(${(a=(o=i.displayName)!==null&&o!==void 0?o:i.name)!==null&&a!==void 0?a:""})`}`;const f=X.forwardRef(c);return f[qF]=i,f}function eN({layoutId:t}){const e=X.useContext(hC).id;return e&&t!==void 0?e+"-"+t:t}function tN(t,e){const n=X.useContext(mC).strict;if(process.env.NODE_ENV!=="production"&&e&&n){const r="You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";t.ignoreStrict?Lf(!1,r):yu(!1,r)}}function nN(t){const{drag:e,layout:n}=Of;if(!e&&!n)return{};const r={...e,...n};return{MeasureLayout:e!=null&&e.isEnabled(t)||n!=null&&n.isEnabled(t)?r.MeasureLayout:void 0,ProjectionNode:r.ProjectionNode}}const rN=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function iy(t){return typeof t!="string"||t.includes("-")?!1:!!(rN.indexOf(t)>-1||/[A-Z]/u.test(t))}function kw(t){const e=[{},{}];return t==null||t.values.forEach((n,r)=>{e[0][r]=n.get(),e[1][r]=n.getVelocity()}),e}function oy(t,e,n,r){if(typeof e=="function"){const[i,o]=kw(r);e=e(n!==void 0?n:t.custom,i,o)}if(typeof e=="string"&&(e=t.variants&&t.variants[e]),typeof e=="function"){const[i,o]=kw(r);e=e(n!==void 0?n:t.custom,i,o)}return e}const Vm=t=>Array.isArray(t),iN=t=>!!(t&&typeof t=="object"&&t.mix&&t.toValue),oN=t=>Vm(t)?t[t.length-1]||0:t,Bi=t=>!!(t&&t.getVelocity);function Bh(t){const e=Bi(t)?t.get():t;return iN(e)?e.toValue():e}function sN({scrapeMotionValuesFromProps:t,createRenderState:e,onUpdate:n},r,i,o){const a={latestValues:aN(r,i,o,t),renderState:e()};return n&&(a.onMount=c=>n({props:r,current:c,...a}),a.onUpdate=c=>n(c)),a}const SC=t=>(e,n)=>{const r=X.useContext(Rp),i=X.useContext(Zv),o=()=>sN(t,e,r,i);return n?o():LF(o)};function aN(t,e,n,r){const i={},o=r(t,{});for(const T in o)i[T]=Bh(o[T]);let{initial:a,animate:c}=t;const f=Ap(t),p=yC(t);e&&p&&!f&&t.inherit!==!1&&(a===void 0&&(a=e.initial),c===void 0&&(c=e.animate));let y=n?n.initial===!1:!1;y=y||a===!1;const g=y?c:a;if(g&&typeof g!="boolean"&&!Ip(g)){const T=Array.isArray(g)?g:[g];for(let E=0;E<T.length;E++){const I=oy(t,T[E]);if(I){const{transitionEnd:A,transition:j,...R}=I;for(const H in R){let U=R[H];if(Array.isArray(U)){const ne=y?U.length-1:0;U=U[ne]}U!==null&&(i[H]=U)}for(const H in A)i[H]=A[H]}}}return i}const Ff=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Rc=new Set(Ff),TC=t=>e=>typeof e=="string"&&e.startsWith(t),CC=TC("--"),lN=TC("var(--"),sy=t=>lN(t)?uN.test(t.split("/*")[0].trim()):!1,uN=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,EC=(t,e)=>e&&typeof t=="number"?e.transform(t):t,Pl=(t,e,n)=>n>e?e:n<t?t:n,Nf={test:t=>typeof t=="number",parse:parseFloat,transform:t=>t},Md={...Nf,transform:t=>Pl(0,1,t)},Ch={...Nf,default:1},Yd=t=>({test:e=>typeof e=="string"&&e.endsWith(t)&&e.split(" ").length===1,parse:parseFloat,transform:e=>`${e}${t}`}),au=Yd("deg"),Ba=Yd("%"),Ot=Yd("px"),cN=Yd("vh"),fN=Yd("vw"),Dw={...Ba,parse:t=>Ba.parse(t)/100,transform:t=>Ba.transform(t*100)},dN={borderWidth:Ot,borderTopWidth:Ot,borderRightWidth:Ot,borderBottomWidth:Ot,borderLeftWidth:Ot,borderRadius:Ot,radius:Ot,borderTopLeftRadius:Ot,borderTopRightRadius:Ot,borderBottomRightRadius:Ot,borderBottomLeftRadius:Ot,width:Ot,maxWidth:Ot,height:Ot,maxHeight:Ot,top:Ot,right:Ot,bottom:Ot,left:Ot,padding:Ot,paddingTop:Ot,paddingRight:Ot,paddingBottom:Ot,paddingLeft:Ot,margin:Ot,marginTop:Ot,marginRight:Ot,marginBottom:Ot,marginLeft:Ot,backgroundPositionX:Ot,backgroundPositionY:Ot},hN={rotate:au,rotateX:au,rotateY:au,rotateZ:au,scale:Ch,scaleX:Ch,scaleY:Ch,scaleZ:Ch,skew:au,skewX:au,skewY:au,distance:Ot,translateX:Ot,translateY:Ot,translateZ:Ot,x:Ot,y:Ot,z:Ot,perspective:Ot,transformPerspective:Ot,opacity:Md,originX:Dw,originY:Dw,originZ:Ot},Pw={...Nf,transform:Math.round},ay={...dN,...hN,zIndex:Pw,size:Ot,fillOpacity:Md,strokeOpacity:Md,numOctaves:Pw},pN={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},gN=Ff.length;function mN(t,e,n){let r="",i=!0;for(let o=0;o<gN;o++){const a=Ff[o],c=t[a];if(c===void 0)continue;let f=!0;if(typeof c=="number"?f=c===(a.startsWith("scale")?1:0):f=parseFloat(c)===0,!f||n){const p=EC(c,ay[a]);if(!f){i=!1;const y=pN[a]||a;r+=`${y}(${p}) `}n&&(e[a]=p)}}return r=r.trim(),n?r=n(e,i?"":r):i&&(r="none"),r}function ly(t,e,n){const{style:r,vars:i,transformOrigin:o}=t;let a=!1,c=!1;for(const f in e){const p=e[f];if(Rc.has(f)){a=!0;continue}else if(CC(f)){i[f]=p;continue}else{const y=EC(p,ay[f]);f.startsWith("origin")?(c=!0,o[f]=y):r[f]=y}}if(e.transform||(a||n?r.transform=mN(e,t.transform,n):r.transform&&(r.transform="none")),c){const{originX:f="50%",originY:p="50%",originZ:y=0}=o;r.transformOrigin=`${f} ${p} ${y}`}}const vN={offset:"stroke-dashoffset",array:"stroke-dasharray"},yN={offset:"strokeDashoffset",array:"strokeDasharray"};function bN(t,e,n=1,r=0,i=!0){t.pathLength=1;const o=i?vN:yN;t[o.offset]=Ot.transform(-r);const a=Ot.transform(e),c=Ot.transform(n);t[o.array]=`${a} ${c}`}function Ow(t,e,n){return typeof t=="string"?t:Ot.transform(e+n*t)}function wN(t,e,n){const r=Ow(e,t.x,t.width),i=Ow(n,t.y,t.height);return`${r} ${i}`}function uy(t,{attrX:e,attrY:n,attrScale:r,originX:i,originY:o,pathLength:a,pathSpacing:c=1,pathOffset:f=0,...p},y,g){if(ly(t,p,g),y){t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox);return}t.attrs=t.style,t.style={};const{attrs:T,style:E,dimensions:I}=t;T.transform&&(I&&(E.transform=T.transform),delete T.transform),I&&(i!==void 0||o!==void 0||E.transform)&&(E.transformOrigin=wN(I,i!==void 0?i:.5,o!==void 0?o:.5)),e!==void 0&&(T.x=e),n!==void 0&&(T.y=n),r!==void 0&&(T.scale=r),a!==void 0&&bN(T,a,c,f,!1)}const cy=()=>({style:{},transform:{},transformOrigin:{},vars:{}}),kC=()=>({...cy(),attrs:{}}),fy=t=>typeof t=="string"&&t.toLowerCase()==="svg";function DC(t,{style:e,vars:n},r,i){Object.assign(t.style,e,i&&i.getProjectionStyles(r));for(const o in n)t.style.setProperty(o,n[o])}const PC=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function OC(t,e,n,r){DC(t,e,void 0,r);for(const i in e.attrs)t.setAttribute(PC.has(i)?i:ny(i),e.attrs[i])}const op={};function xN(t){Object.assign(op,t)}function _C(t,{layout:e,layoutId:n}){return Rc.has(t)||t.startsWith("origin")||(e||n!==void 0)&&(!!op[t]||t==="opacity")}function dy(t,e,n){var r;const{style:i}=t,o={};for(const a in i)(Bi(i[a])||e.style&&Bi(e.style[a])||_C(a,t)||((r=n==null?void 0:n.getValue(a))===null||r===void 0?void 0:r.liveStyle)!==void 0)&&(o[a]=i[a]);return o}function RC(t,e,n){const r=dy(t,e,n);for(const i in t)if(Bi(t[i])||Bi(e[i])){const o=Ff.indexOf(i)!==-1?"attr"+i.charAt(0).toUpperCase()+i.substring(1):i;r[o]=t[i]}return r}function SN(t,e){try{e.dimensions=typeof t.getBBox=="function"?t.getBBox():t.getBoundingClientRect()}catch{e.dimensions={x:0,y:0,width:0,height:0}}}const _w=["x","y","width","height","cx","cy","r"],TN={useVisualState:SC({scrapeMotionValuesFromProps:RC,createRenderState:kC,onUpdate:({props:t,prevProps:e,current:n,renderState:r,latestValues:i})=>{if(!n)return;let o=!!t.drag;if(!o){for(const c in i)if(Rc.has(c)){o=!0;break}}if(!o)return;let a=!e;if(e)for(let c=0;c<_w.length;c++){const f=_w[c];t[f]!==e[f]&&(a=!0)}a&&Fn.read(()=>{SN(n,r),Fn.render(()=>{uy(r,i,fy(n.tagName),t.transformTemplate),OC(n,r)})})}})},CN={useVisualState:SC({scrapeMotionValuesFromProps:dy,createRenderState:cy})};function IC(t,e,n){for(const r in e)!Bi(e[r])&&!_C(r,n)&&(t[r]=e[r])}function EN({transformTemplate:t},e){return X.useMemo(()=>{const n=cy();return ly(n,e,t),Object.assign({},n.vars,n.style)},[e])}function kN(t,e){const n=t.style||{},r={};return IC(r,n,t),Object.assign(r,EN(t,e)),r}function DN(t,e){const n={},r=kN(t,e);return t.drag&&t.dragListener!==!1&&(n.draggable=!1,r.userSelect=r.WebkitUserSelect=r.WebkitTouchCallout="none",r.touchAction=t.drag===!0?"none":`pan-${t.drag==="x"?"y":"x"}`),t.tabIndex===void 0&&(t.onTap||t.onTapStart||t.whileTap)&&(n.tabIndex=0),n.style=r,n}function PN(t,e,n,r){const i=X.useMemo(()=>{const o=kC();return uy(o,e,fy(r),t.transformTemplate),{...o.attrs,style:{...o.style}}},[e]);if(t.style){const o={};IC(o,t.style,t),i.style={...o,...i.style}}return i}function ON(t=!1){return(n,r,i,{latestValues:o},a)=>{const f=(iy(n)?PN:DN)(r,o,a,n),p=WF(r,typeof n=="string",t),y=n!==X.Fragment?{...p,...f,ref:i}:{},{children:g}=r,T=X.useMemo(()=>Bi(g)?g.get():g,[g]);return X.createElement(n,{...y,children:T})}}function _N(t,e){return function(r,{forwardMotionProps:i}={forwardMotionProps:!1}){const a={...iy(r)?TN:CN,preloadedFeatures:t,useRender:ON(i),createVisualElement:e,Component:r};return QF(a)}}function AC(t,e){if(!Array.isArray(e))return!1;const n=e.length;if(n!==t.length)return!1;for(let r=0;r<n;r++)if(e[r]!==t[r])return!1;return!0}function Mp(t,e,n){const r=t.getProps();return oy(r,e,n!==void 0?n:r.custom,t)}const RN=Qv(()=>window.ScrollTimeline!==void 0);class IN{constructor(e){this.stop=()=>this.runAll("stop"),this.animations=e.filter(Boolean)}get finished(){return Promise.all(this.animations.map(e=>"finished"in e?e.finished:e))}getAll(e){return this.animations[0][e]}setAll(e,n){for(let r=0;r<this.animations.length;r++)this.animations[r][e]=n}attachTimeline(e,n){const r=this.animations.map(i=>{if(RN()&&i.attachTimeline)return i.attachTimeline(e);if(typeof n=="function")return n(i)});return()=>{r.forEach((i,o)=>{i&&i(),this.animations[o].stop()})}}get time(){return this.getAll("time")}set time(e){this.setAll("time",e)}get speed(){return this.getAll("speed")}set speed(e){this.setAll("speed",e)}get startTime(){return this.getAll("startTime")}get duration(){let e=0;for(let n=0;n<this.animations.length;n++)e=Math.max(e,this.animations[n].duration);return e}runAll(e){this.animations.forEach(n=>n[e]())}flatten(){this.runAll("flatten")}play(){this.runAll("play")}pause(){this.runAll("pause")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}}class AN extends IN{then(e,n){return Promise.all(this.animations).then(e).catch(n)}}function hy(t,e){return t?t[e]||t.default||t:void 0}const Um=2e4;function MC(t){let e=0;const n=50;let r=t.next(e);for(;!r.done&&e<Um;)e+=n,r=t.next(e);return e>=Um?1/0:e}function py(t){return typeof t=="function"}function Rw(t,e){t.timeline=e,t.onfinish=null}const gy=t=>Array.isArray(t)&&typeof t[0]=="number",MN={linearEasing:void 0};function LN(t,e){const n=Qv(t);return()=>{var r;return(r=MN[e])!==null&&r!==void 0?r:n()}}const sp=LN(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing"),LC=(t,e,n=10)=>{let r="";const i=Math.max(Math.round(e/n),2);for(let o=0;o<i;o++)r+=t(Pf(0,i-1,o))+", ";return`linear(${r.substring(0,r.length-2)})`};function FC(t){return!!(typeof t=="function"&&sp()||!t||typeof t=="string"&&(t in Hm||sp())||gy(t)||Array.isArray(t)&&t.every(FC))}const cd=([t,e,n,r])=>`cubic-bezier(${t}, ${e}, ${n}, ${r})`,Hm={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:cd([0,.65,.55,1]),circOut:cd([.55,0,1,.45]),backIn:cd([.31,.01,.66,-.59]),backOut:cd([.33,1.53,.69,.99])};function NC(t,e){if(t)return typeof t=="function"&&sp()?LC(t,e):gy(t)?cd(t):Array.isArray(t)?t.map(n=>NC(n,e)||Hm.easeOut):Hm[t]}const sa={x:!1,y:!1};function jC(){return sa.x||sa.y}function FN(t,e,n){var r;if(t instanceof Element)return[t];if(typeof t=="string"){let i=document;const o=(r=void 0)!==null&&r!==void 0?r:i.querySelectorAll(t);return o?Array.from(o):[]}return Array.from(t)}function BC(t,e){const n=FN(t),r=new AbortController,i={passive:!0,...e,signal:r.signal};return[n,i,()=>r.abort()]}function Iw(t){return e=>{e.pointerType==="touch"||jC()||t(e)}}function NN(t,e,n={}){const[r,i,o]=BC(t,n),a=Iw(c=>{const{target:f}=c,p=e(c);if(typeof p!="function"||!f)return;const y=Iw(g=>{p(g),f.removeEventListener("pointerleave",y)});f.addEventListener("pointerleave",y,i)});return r.forEach(c=>{c.addEventListener("pointerenter",a,i)}),o}const $C=(t,e)=>e?t===e?!0:$C(t,e.parentElement):!1,my=t=>t.pointerType==="mouse"?typeof t.button!="number"||t.button<=0:t.isPrimary!==!1,jN=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);function BN(t){return jN.has(t.tagName)||t.tabIndex!==-1}const fd=new WeakSet;function Aw(t){return e=>{e.key==="Enter"&&t(e)}}function jg(t,e){t.dispatchEvent(new PointerEvent("pointer"+e,{isPrimary:!0,bubbles:!0}))}const $N=(t,e)=>{const n=t.currentTarget;if(!n)return;const r=Aw(()=>{if(fd.has(n))return;jg(n,"down");const i=Aw(()=>{jg(n,"up")}),o=()=>jg(n,"cancel");n.addEventListener("keyup",i,e),n.addEventListener("blur",o,e)});n.addEventListener("keydown",r,e),n.addEventListener("blur",()=>n.removeEventListener("keydown",r),e)};function Mw(t){return my(t)&&!jC()}function VN(t,e,n={}){const[r,i,o]=BC(t,n),a=c=>{const f=c.currentTarget;if(!Mw(c)||fd.has(f))return;fd.add(f);const p=e(c),y=(E,I)=>{window.removeEventListener("pointerup",g),window.removeEventListener("pointercancel",T),!(!Mw(E)||!fd.has(f))&&(fd.delete(f),typeof p=="function"&&p(E,{success:I}))},g=E=>{y(E,n.useGlobalTarget||$C(f,E.target))},T=E=>{y(E,!1)};window.addEventListener("pointerup",g,i),window.addEventListener("pointercancel",T,i)};return r.forEach(c=>{!BN(c)&&c.getAttribute("tabindex")===null&&(c.tabIndex=0),(n.useGlobalTarget?window:c).addEventListener("pointerdown",a,i),c.addEventListener("focus",p=>$N(p,i),i)}),o}function UN(t){return t==="x"||t==="y"?sa[t]?null:(sa[t]=!0,()=>{sa[t]=!1}):sa.x||sa.y?null:(sa.x=sa.y=!0,()=>{sa.x=sa.y=!1})}const VC=new Set(["width","height","top","left","right","bottom",...Ff]);let $h;function HN(){$h=void 0}const $a={now:()=>($h===void 0&&$a.set(Ei.isProcessing||jF.useManualTiming?Ei.timestamp:performance.now()),$h),set:t=>{$h=t,queueMicrotask(HN)}};function vy(t,e){t.indexOf(e)===-1&&t.push(e)}function yy(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}let by=class{constructor(){this.subscriptions=[]}add(e){return vy(this.subscriptions,e),()=>yy(this.subscriptions,e)}notify(e,n,r){const i=this.subscriptions.length;if(i)if(i===1)this.subscriptions[0](e,n,r);else for(let o=0;o<i;o++){const a=this.subscriptions[o];a&&a(e,n,r)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}};function UC(t,e){return e?t*(1e3/e):0}const Lw=30,WN=t=>!isNaN(parseFloat(t));let zN=class{constructor(e,n={}){this.version="11.18.2",this.canTrackVelocity=null,this.events={},this.updateAndNotify=(r,i=!0)=>{const o=$a.now();this.updatedAt!==o&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(r),this.current!==this.prev&&this.events.change&&this.events.change.notify(this.current),i&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.hasAnimated=!1,this.setCurrent(e),this.owner=n.owner}setCurrent(e){this.current=e,this.updatedAt=$a.now(),this.canTrackVelocity===null&&e!==void 0&&(this.canTrackVelocity=WN(this.current))}setPrevFrameValue(e=this.current){this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt}onChange(e){return process.env.NODE_ENV!=="production"&&_p(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",e)}on(e,n){this.events[e]||(this.events[e]=new by);const r=this.events[e].add(n);return e==="change"?()=>{r(),Fn.read(()=>{this.events.change.getSize()||this.stop()})}:r}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e,n){this.passiveEffect=e,this.stopPassiveEffect=n}set(e,n=!0){!n||!this.passiveEffect?this.updateAndNotify(e,n):this.passiveEffect(e,this.updateAndNotify)}setWithVelocity(e,n,r){this.set(n),this.prev=void 0,this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt-r}jump(e,n=!0){this.updateAndNotify(e),this.prev=e,this.prevUpdatedAt=this.prevFrameValue=void 0,n&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){const e=$a.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||e-this.updatedAt>Lw)return 0;const n=Math.min(this.updatedAt-this.prevUpdatedAt,Lw);return UC(parseFloat(this.current)-parseFloat(this.prevFrameValue),n)}start(e){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=e(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}};function Ld(t,e){return new zN(t,e)}function YN(t,e,n){t.hasValue(e)?t.getValue(e).set(n):t.addValue(e,Ld(n))}function GN(t,e){const n=Mp(t,e);let{transitionEnd:r={},transition:i={},...o}=n||{};o={...o,...r};for(const a in o){const c=oN(o[a]);YN(t,a,c)}}function qN(t){return!!(Bi(t)&&t.add)}function Wm(t,e){const n=t.getValue("willChange");if(qN(n))return n.add(e)}function HC(t){return t.props[bC]}const WC=(t,e,n)=>(((1-3*n+3*e)*t+(3*n-6*e))*t+3*e)*t,XN=1e-7,KN=12;function ZN(t,e,n,r,i){let o,a,c=0;do a=e+(n-e)/2,o=WC(a,r,i)-t,o>0?n=a:e=a;while(Math.abs(o)>XN&&++c<KN);return a}function Gd(t,e,n,r){if(t===e&&n===r)return Ro;const i=o=>ZN(o,0,1,t,n);return o=>o===0||o===1?o:WC(i(o),e,r)}const zC=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,YC=t=>e=>1-t(1-e),GC=Gd(.33,1.53,.69,.99),wy=YC(GC),qC=zC(wy),XC=t=>(t*=2)<1?.5*wy(t):.5*(2-Math.pow(2,-10*(t-1))),xy=t=>1-Math.sin(Math.acos(t)),KC=YC(xy),ZC=zC(xy),JC=t=>/^0[^.\s]+$/u.test(t);function JN(t){return typeof t=="number"?t===0:t!==null?t==="none"||t==="0"||JC(t):!0}const yd=t=>Math.round(t*1e5)/1e5,Sy=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function QN(t){return t==null}const ej=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,Ty=(t,e)=>n=>!!(typeof n=="string"&&ej.test(n)&&n.startsWith(t)||e&&!QN(n)&&Object.prototype.hasOwnProperty.call(n,e)),QC=(t,e,n)=>r=>{if(typeof r!="string")return r;const[i,o,a,c]=r.match(Sy);return{[t]:parseFloat(i),[e]:parseFloat(o),[n]:parseFloat(a),alpha:c!==void 0?parseFloat(c):1}},tj=t=>Pl(0,255,t),Bg={...Nf,transform:t=>Math.round(tj(t))},yc={test:Ty("rgb","red"),parse:QC("red","green","blue"),transform:({red:t,green:e,blue:n,alpha:r=1})=>"rgba("+Bg.transform(t)+", "+Bg.transform(e)+", "+Bg.transform(n)+", "+yd(Md.transform(r))+")"};function nj(t){let e="",n="",r="",i="";return t.length>5?(e=t.substring(1,3),n=t.substring(3,5),r=t.substring(5,7),i=t.substring(7,9)):(e=t.substring(1,2),n=t.substring(2,3),r=t.substring(3,4),i=t.substring(4,5),e+=e,n+=n,r+=r,i+=i),{red:parseInt(e,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:i?parseInt(i,16)/255:1}}const zm={test:Ty("#"),parse:nj,transform:yc.transform},mf={test:Ty("hsl","hue"),parse:QC("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:n,alpha:r=1})=>"hsla("+Math.round(t)+", "+Ba.transform(yd(e))+", "+Ba.transform(yd(n))+", "+yd(Md.transform(r))+")"},ji={test:t=>yc.test(t)||zm.test(t)||mf.test(t),parse:t=>yc.test(t)?yc.parse(t):mf.test(t)?mf.parse(t):zm.parse(t),transform:t=>typeof t=="string"?t:t.hasOwnProperty("red")?yc.transform(t):mf.transform(t)},rj=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function ij(t){var e,n;return isNaN(t)&&typeof t=="string"&&(((e=t.match(Sy))===null||e===void 0?void 0:e.length)||0)+(((n=t.match(rj))===null||n===void 0?void 0:n.length)||0)>0}const eE="number",tE="color",oj="var",sj="var(",Fw="${}",aj=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function Fd(t){const e=t.toString(),n=[],r={color:[],number:[],var:[]},i=[];let o=0;const c=e.replace(aj,f=>(ji.test(f)?(r.color.push(o),i.push(tE),n.push(ji.parse(f))):f.startsWith(sj)?(r.var.push(o),i.push(oj),n.push(f)):(r.number.push(o),i.push(eE),n.push(parseFloat(f))),++o,Fw)).split(Fw);return{values:n,split:c,indexes:r,types:i}}function nE(t){return Fd(t).values}function rE(t){const{split:e,types:n}=Fd(t),r=e.length;return i=>{let o="";for(let a=0;a<r;a++)if(o+=e[a],i[a]!==void 0){const c=n[a];c===eE?o+=yd(i[a]):c===tE?o+=ji.transform(i[a]):o+=i[a]}return o}}const lj=t=>typeof t=="number"?0:t;function uj(t){const e=nE(t);return rE(t)(e.map(lj))}const wu={test:ij,parse:nE,createTransformer:rE,getAnimatableNone:uj},cj=new Set(["brightness","contrast","saturate","opacity"]);function fj(t){const[e,n]=t.slice(0,-1).split("(");if(e==="drop-shadow")return t;const[r]=n.match(Sy)||[];if(!r)return t;const i=n.replace(r,"");let o=cj.has(e)?1:0;return r!==n&&(o*=100),e+"("+o+i+")"}const dj=/\b([a-z-]*)\(.*?\)/gu,Ym={...wu,getAnimatableNone:t=>{const e=t.match(dj);return e?e.map(fj).join(" "):t}},hj={...ay,color:ji,backgroundColor:ji,outlineColor:ji,fill:ji,stroke:ji,borderColor:ji,borderTopColor:ji,borderRightColor:ji,borderBottomColor:ji,borderLeftColor:ji,filter:Ym,WebkitFilter:Ym},Cy=t=>hj[t];function iE(t,e){let n=Cy(t);return n!==Ym&&(n=wu),n.getAnimatableNone?n.getAnimatableNone(e):void 0}const pj=new Set(["auto","none","0"]);function gj(t,e,n){let r=0,i;for(;r<t.length&&!i;){const o=t[r];typeof o=="string"&&!pj.has(o)&&Fd(o).values.length&&(i=t[r]),r++}if(i&&n)for(const o of e)t[o]=iE(n,i)}const Nw=t=>t===Nf||t===Ot,jw=(t,e)=>parseFloat(t.split(", ")[e]),Bw=(t,e)=>(n,{transform:r})=>{if(r==="none"||!r)return 0;const i=r.match(/^matrix3d\((.+)\)$/u);if(i)return jw(i[1],e);{const o=r.match(/^matrix\((.+)\)$/u);return o?jw(o[1],t):0}},mj=new Set(["x","y","z"]),vj=Ff.filter(t=>!mj.has(t));function yj(t){const e=[];return vj.forEach(n=>{const r=t.getValue(n);r!==void 0&&(e.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),e}const _f={width:({x:t},{paddingLeft:e="0",paddingRight:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),height:({y:t},{paddingTop:e="0",paddingBottom:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),top:(t,{top:e})=>parseFloat(e),left:(t,{left:e})=>parseFloat(e),bottom:({y:t},{top:e})=>parseFloat(e)+(t.max-t.min),right:({x:t},{left:e})=>parseFloat(e)+(t.max-t.min),x:Bw(4,13),y:Bw(5,14)};_f.translateX=_f.x;_f.translateY=_f.y;const Cc=new Set;let Gm=!1,qm=!1;function oE(){if(qm){const t=Array.from(Cc).filter(r=>r.needsMeasurement),e=new Set(t.map(r=>r.element)),n=new Map;e.forEach(r=>{const i=yj(r);i.length&&(n.set(r,i),r.render())}),t.forEach(r=>r.measureInitialState()),e.forEach(r=>{r.render();const i=n.get(r);i&&i.forEach(([o,a])=>{var c;(c=r.getValue(o))===null||c===void 0||c.set(a)})}),t.forEach(r=>r.measureEndState()),t.forEach(r=>{r.suspendedScrollY!==void 0&&window.scrollTo(0,r.suspendedScrollY)})}qm=!1,Gm=!1,Cc.forEach(t=>t.complete()),Cc.clear()}function sE(){Cc.forEach(t=>{t.readKeyframes(),t.needsMeasurement&&(qm=!0)})}function bj(){sE(),oE()}class Ey{constructor(e,n,r,i,o,a=!1){this.isComplete=!1,this.isAsync=!1,this.needsMeasurement=!1,this.isScheduled=!1,this.unresolvedKeyframes=[...e],this.onComplete=n,this.name=r,this.motionValue=i,this.element=o,this.isAsync=a}scheduleResolve(){this.isScheduled=!0,this.isAsync?(Cc.add(this),Gm||(Gm=!0,Fn.read(sE),Fn.resolveKeyframes(oE))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:e,name:n,element:r,motionValue:i}=this;for(let o=0;o<e.length;o++)if(e[o]===null)if(o===0){const a=i==null?void 0:i.get(),c=e[e.length-1];if(a!==void 0)e[0]=a;else if(r&&n){const f=r.readValue(n,c);f!=null&&(e[0]=f)}e[0]===void 0&&(e[0]=c),i&&a===void 0&&i.set(e[0])}else e[o]=e[o-1]}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(){this.isComplete=!0,this.onComplete(this.unresolvedKeyframes,this.finalKeyframe),Cc.delete(this)}cancel(){this.isComplete||(this.isScheduled=!1,Cc.delete(this))}resume(){this.isComplete||this.scheduleResolve()}}const aE=t=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(t),wj=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function xj(t){const e=wj.exec(t);if(!e)return[,];const[,n,r,i]=e;return[`--${n??r}`,i]}const Sj=4;function lE(t,e,n=1){yu(n<=Sj,`Max CSS variable fallback depth detected in property "${t}". This may indicate a circular fallback dependency.`);const[r,i]=xj(t);if(!r)return;const o=window.getComputedStyle(e).getPropertyValue(r);if(o){const a=o.trim();return aE(a)?parseFloat(a):a}return sy(i)?lE(i,e,n+1):i}const uE=t=>e=>e.test(t),Tj={test:t=>t==="auto",parse:t=>t},cE=[Nf,Ot,Ba,au,fN,cN,Tj],$w=t=>cE.find(uE(t));class fE extends Ey{constructor(e,n,r,i,o){super(e,n,r,i,o,!0)}readKeyframes(){const{unresolvedKeyframes:e,element:n,name:r}=this;if(!n||!n.current)return;super.readKeyframes();for(let f=0;f<e.length;f++){let p=e[f];if(typeof p=="string"&&(p=p.trim(),sy(p))){const y=lE(p,n.current);y!==void 0&&(e[f]=y),f===e.length-1&&(this.finalKeyframe=p)}}if(this.resolveNoneKeyframes(),!VC.has(r)||e.length!==2)return;const[i,o]=e,a=$w(i),c=$w(o);if(a!==c)if(Nw(a)&&Nw(c))for(let f=0;f<e.length;f++){const p=e[f];typeof p=="string"&&(e[f]=parseFloat(p))}else this.needsMeasurement=!0}resolveNoneKeyframes(){const{unresolvedKeyframes:e,name:n}=this,r=[];for(let i=0;i<e.length;i++)JN(e[i])&&r.push(i);r.length&&gj(e,r,n)}measureInitialState(){const{element:e,unresolvedKeyframes:n,name:r}=this;if(!e||!e.current)return;r==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=_f[r](e.measureViewportBox(),window.getComputedStyle(e.current)),n[0]=this.measuredOrigin;const i=n[n.length-1];i!==void 0&&e.getValue(r,i).jump(i,!1)}measureEndState(){var e;const{element:n,name:r,unresolvedKeyframes:i}=this;if(!n||!n.current)return;const o=n.getValue(r);o&&o.jump(this.measuredOrigin,!1);const a=i.length-1,c=i[a];i[a]=_f[r](n.measureViewportBox(),window.getComputedStyle(n.current)),c!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=c),!((e=this.removedTransforms)===null||e===void 0)&&e.length&&this.removedTransforms.forEach(([f,p])=>{n.getValue(f).set(p)}),this.resolveNoneKeyframes()}}const Vw=(t,e)=>e==="zIndex"?!1:!!(typeof t=="number"||Array.isArray(t)||typeof t=="string"&&(wu.test(t)||t==="0")&&!t.startsWith("url("));function Cj(t){const e=t[0];if(t.length===1)return!0;for(let n=0;n<t.length;n++)if(t[n]!==e)return!0}function Ej(t,e,n,r){const i=t[0];if(i===null)return!1;if(e==="display"||e==="visibility")return!0;const o=t[t.length-1],a=Vw(i,e),c=Vw(o,e);return Lf(a===c,`You are trying to animate ${e} from "${i}" to "${o}". ${i} is not an animatable value - to enable this animation set ${i} to a value animatable to ${o} via the \`style\` property.`),!a||!c?!1:Cj(t)||(n==="spring"||py(n))&&r}const kj=t=>t!==null;function Lp(t,{repeat:e,repeatType:n="loop"},r){const i=t.filter(kj),o=e&&n!=="loop"&&e%2===1?0:i.length-1;return!o||r===void 0?i[o]:r}const Dj=40;class dE{constructor({autoplay:e=!0,delay:n=0,type:r="keyframes",repeat:i=0,repeatDelay:o=0,repeatType:a="loop",...c}){this.isStopped=!1,this.hasAttemptedResolve=!1,this.createdAt=$a.now(),this.options={autoplay:e,delay:n,type:r,repeat:i,repeatDelay:o,repeatType:a,...c},this.updateFinishedPromise()}calcStartTime(){return this.resolvedAt?this.resolvedAt-this.createdAt>Dj?this.resolvedAt:this.createdAt:this.createdAt}get resolved(){return!this._resolved&&!this.hasAttemptedResolve&&bj(),this._resolved}onKeyframesResolved(e,n){this.resolvedAt=$a.now(),this.hasAttemptedResolve=!0;const{name:r,type:i,velocity:o,delay:a,onComplete:c,onUpdate:f,isGenerator:p}=this.options;if(!p&&!Ej(e,r,i,o))if(a)this.options.duration=0;else{f&&f(Lp(e,this.options,n)),c&&c(),this.resolveFinishedPromise();return}const y=this.initPlayback(e,n);y!==!1&&(this._resolved={keyframes:e,finalKeyframe:n,...y},this.onPostResolved())}onPostResolved(){}then(e,n){return this.currentFinishedPromise.then(e,n)}flatten(){this.options.type="keyframes",this.options.ease="linear"}updateFinishedPromise(){this.currentFinishedPromise=new Promise(e=>{this.resolveFinishedPromise=e})}}const Kn=(t,e,n)=>t+(e-t)*n;function $g(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+(e-t)*6*n:n<1/2?e:n<2/3?t+(e-t)*(2/3-n)*6:t}function Pj({hue:t,saturation:e,lightness:n,alpha:r}){t/=360,e/=100,n/=100;let i=0,o=0,a=0;if(!e)i=o=a=n;else{const c=n<.5?n*(1+e):n+e-n*e,f=2*n-c;i=$g(f,c,t+1/3),o=$g(f,c,t),a=$g(f,c,t-1/3)}return{red:Math.round(i*255),green:Math.round(o*255),blue:Math.round(a*255),alpha:r}}function ap(t,e){return n=>n>0?e:t}const Vg=(t,e,n)=>{const r=t*t,i=n*(e*e-r)+r;return i<0?0:Math.sqrt(i)},Oj=[zm,yc,mf],_j=t=>Oj.find(e=>e.test(t));function Uw(t){const e=_j(t);if(Lf(!!e,`'${t}' is not an animatable color. Use the equivalent color code instead.`),!e)return!1;let n=e.parse(t);return e===mf&&(n=Pj(n)),n}const Hw=(t,e)=>{const n=Uw(t),r=Uw(e);if(!n||!r)return ap(t,e);const i={...n};return o=>(i.red=Vg(n.red,r.red,o),i.green=Vg(n.green,r.green,o),i.blue=Vg(n.blue,r.blue,o),i.alpha=Kn(n.alpha,r.alpha,o),yc.transform(i))},Rj=(t,e)=>n=>e(t(n)),qd=(...t)=>t.reduce(Rj),Xm=new Set(["none","hidden"]);function Ij(t,e){return Xm.has(t)?n=>n<=0?t:e:n=>n>=1?e:t}function Aj(t,e){return n=>Kn(t,e,n)}function ky(t){return typeof t=="number"?Aj:typeof t=="string"?sy(t)?ap:ji.test(t)?Hw:Fj:Array.isArray(t)?hE:typeof t=="object"?ji.test(t)?Hw:Mj:ap}function hE(t,e){const n=[...t],r=n.length,i=t.map((o,a)=>ky(o)(o,e[a]));return o=>{for(let a=0;a<r;a++)n[a]=i[a](o);return n}}function Mj(t,e){const n={...t,...e},r={};for(const i in n)t[i]!==void 0&&e[i]!==void 0&&(r[i]=ky(t[i])(t[i],e[i]));return i=>{for(const o in r)n[o]=r[o](i);return n}}function Lj(t,e){var n;const r=[],i={color:0,var:0,number:0};for(let o=0;o<e.values.length;o++){const a=e.types[o],c=t.indexes[a][i[a]],f=(n=t.values[c])!==null&&n!==void 0?n:0;r[o]=f,i[a]++}return r}const Fj=(t,e)=>{const n=wu.createTransformer(e),r=Fd(t),i=Fd(e);return r.indexes.var.length===i.indexes.var.length&&r.indexes.color.length===i.indexes.color.length&&r.indexes.number.length>=i.indexes.number.length?Xm.has(t)&&!i.values.length||Xm.has(e)&&!r.values.length?Ij(t,e):qd(hE(Lj(r,i),i.values),n):(Lf(!0,`Complex values '${t}' and '${e}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`),ap(t,e))};function pE(t,e,n){return typeof t=="number"&&typeof e=="number"&&typeof n=="number"?Kn(t,e,n):ky(t)(t,e)}const Nj=5;function gE(t,e,n){const r=Math.max(e-Nj,0);return UC(n-t(r),e-r)}const Xn={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1},Ww=.001;function jj({duration:t=Xn.duration,bounce:e=Xn.bounce,velocity:n=Xn.velocity,mass:r=Xn.mass}){let i,o;Lf(t<=ja(Xn.maxDuration),"Spring duration must be 10 seconds or less");let a=1-e;a=Pl(Xn.minDamping,Xn.maxDamping,a),t=Pl(Xn.minDuration,Xn.maxDuration,Cl(t)),a<1?(i=p=>{const y=p*a,g=y*t,T=y-n,E=Km(p,a),I=Math.exp(-g);return Ww-T/E*I},o=p=>{const g=p*a*t,T=g*n+n,E=Math.pow(a,2)*Math.pow(p,2)*t,I=Math.exp(-g),A=Km(Math.pow(p,2),a);return(-i(p)+Ww>0?-1:1)*((T-E)*I)/A}):(i=p=>{const y=Math.exp(-p*t),g=(p-n)*t+1;return-.001+y*g},o=p=>{const y=Math.exp(-p*t),g=(n-p)*(t*t);return y*g});const c=5/t,f=$j(i,o,c);if(t=ja(t),isNaN(f))return{stiffness:Xn.stiffness,damping:Xn.damping,duration:t};{const p=Math.pow(f,2)*r;return{stiffness:p,damping:a*2*Math.sqrt(r*p),duration:t}}}const Bj=12;function $j(t,e,n){let r=n;for(let i=1;i<Bj;i++)r=r-t(r)/e(r);return r}function Km(t,e){return t*Math.sqrt(1-e*e)}const Vj=["duration","bounce"],Uj=["stiffness","damping","mass"];function zw(t,e){return e.some(n=>t[n]!==void 0)}function Hj(t){let e={velocity:Xn.velocity,stiffness:Xn.stiffness,damping:Xn.damping,mass:Xn.mass,isResolvedFromDuration:!1,...t};if(!zw(t,Uj)&&zw(t,Vj))if(t.visualDuration){const n=t.visualDuration,r=2*Math.PI/(n*1.2),i=r*r,o=2*Pl(.05,1,1-(t.bounce||0))*Math.sqrt(i);e={...e,mass:Xn.mass,stiffness:i,damping:o}}else{const n=jj(t);e={...e,...n,mass:Xn.mass},e.isResolvedFromDuration=!0}return e}function mE(t=Xn.visualDuration,e=Xn.bounce){const n=typeof t!="object"?{visualDuration:t,keyframes:[0,1],bounce:e}:t;let{restSpeed:r,restDelta:i}=n;const o=n.keyframes[0],a=n.keyframes[n.keyframes.length-1],c={done:!1,value:o},{stiffness:f,damping:p,mass:y,duration:g,velocity:T,isResolvedFromDuration:E}=Hj({...n,velocity:-Cl(n.velocity||0)}),I=T||0,A=p/(2*Math.sqrt(f*y)),j=a-o,R=Cl(Math.sqrt(f/y)),H=Math.abs(j)<5;r||(r=H?Xn.restSpeed.granular:Xn.restSpeed.default),i||(i=H?Xn.restDelta.granular:Xn.restDelta.default);let U;if(A<1){const q=Km(R,A);U=ie=>{const x=Math.exp(-A*R*ie);return a-x*((I+A*R*j)/q*Math.sin(q*ie)+j*Math.cos(q*ie))}}else if(A===1)U=q=>a-Math.exp(-R*q)*(j+(I+R*j)*q);else{const q=R*Math.sqrt(A*A-1);U=ie=>{const x=Math.exp(-A*R*ie),le=Math.min(q*ie,300);return a-x*((I+A*R*j)*Math.sinh(le)+q*j*Math.cosh(le))/q}}const ne={calculatedDuration:E&&g||null,next:q=>{const ie=U(q);if(E)c.done=q>=g;else{let x=0;A<1&&(x=q===0?ja(I):gE(U,q,ie));const le=Math.abs(x)<=r,ae=Math.abs(a-ie)<=i;c.done=le&&ae}return c.value=c.done?a:ie,c},toString:()=>{const q=Math.min(MC(ne),Um),ie=LC(x=>ne.next(q*x).value,q,30);return q+"ms "+ie}};return ne}function Yw({keyframes:t,velocity:e=0,power:n=.8,timeConstant:r=325,bounceDamping:i=10,bounceStiffness:o=500,modifyTarget:a,min:c,max:f,restDelta:p=.5,restSpeed:y}){const g=t[0],T={done:!1,value:g},E=le=>c!==void 0&&le<c||f!==void 0&&le>f,I=le=>c===void 0?f:f===void 0||Math.abs(c-le)<Math.abs(f-le)?c:f;let A=n*e;const j=g+A,R=a===void 0?j:a(j);R!==j&&(A=R-g);const H=le=>-A*Math.exp(-le/r),U=le=>R+H(le),ne=le=>{const ae=H(le),ze=U(le);T.done=Math.abs(ae)<=p,T.value=T.done?R:ze};let q,ie;const x=le=>{E(T.value)&&(q=le,ie=mE({keyframes:[T.value,I(T.value)],velocity:gE(U,le,T.value),damping:i,stiffness:o,restDelta:p,restSpeed:y}))};return x(0),{calculatedDuration:null,next:le=>{let ae=!1;return!ie&&q===void 0&&(ae=!0,ne(le),x(le)),q!==void 0&&le>=q?ie.next(le-q):(!ae&&ne(le),T)}}}const Wj=Gd(.42,0,1,1),zj=Gd(0,0,.58,1),vE=Gd(.42,0,.58,1),Yj=t=>Array.isArray(t)&&typeof t[0]!="number",Gw={linear:Ro,easeIn:Wj,easeInOut:vE,easeOut:zj,circIn:xy,circInOut:ZC,circOut:KC,backIn:wy,backInOut:qC,backOut:GC,anticipate:XC},qw=t=>{if(gy(t)){yu(t.length===4,"Cubic bezier arrays must contain four numerical values.");const[e,n,r,i]=t;return Gd(e,n,r,i)}else if(typeof t=="string")return yu(Gw[t]!==void 0,`Invalid easing type '${t}'`),Gw[t];return t};function Gj(t,e,n){const r=[],i=n||pE,o=t.length-1;for(let a=0;a<o;a++){let c=i(t[a],t[a+1]);if(e){const f=Array.isArray(e)?e[a]||Ro:e;c=qd(f,c)}r.push(c)}return r}function qj(t,e,{clamp:n=!0,ease:r,mixer:i}={}){const o=t.length;if(yu(o===e.length,"Both input and output ranges must be the same length"),o===1)return()=>e[0];if(o===2&&e[0]===e[1])return()=>e[1];const a=t[0]===t[1];t[0]>t[o-1]&&(t=[...t].reverse(),e=[...e].reverse());const c=Gj(e,r,i),f=c.length,p=y=>{if(a&&y<t[0])return e[0];let g=0;if(f>1)for(;g<t.length-2&&!(y<t[g+1]);g++);const T=Pf(t[g],t[g+1],y);return c[g](T)};return n?y=>p(Pl(t[0],t[o-1],y)):p}function Xj(t,e){const n=t[t.length-1];for(let r=1;r<=e;r++){const i=Pf(0,e,r);t.push(Kn(n,1,i))}}function Kj(t){const e=[0];return Xj(e,t.length-1),e}function Zj(t,e){return t.map(n=>n*e)}function Jj(t,e){return t.map(()=>e||vE).splice(0,t.length-1)}function lp({duration:t=300,keyframes:e,times:n,ease:r="easeInOut"}){const i=Yj(r)?r.map(qw):qw(r),o={done:!1,value:e[0]},a=Zj(n&&n.length===e.length?n:Kj(e),t),c=qj(a,e,{ease:Array.isArray(i)?i:Jj(e,i)});return{calculatedDuration:t,next:f=>(o.value=c(f),o.done=f>=t,o)}}const Qj=t=>{const e=({timestamp:n})=>t(n);return{start:()=>Fn.update(e,!0),stop:()=>bu(e),now:()=>Ei.isProcessing?Ei.timestamp:$a.now()}},eB={decay:Yw,inertia:Yw,tween:lp,keyframes:lp,spring:mE},tB=t=>t/100;class Dy extends dE{constructor(e){super(e),this.holdTime=null,this.cancelTime=null,this.currentTime=0,this.playbackSpeed=1,this.pendingPlayState="running",this.startTime=null,this.state="idle",this.stop=()=>{if(this.resolver.cancel(),this.isStopped=!0,this.state==="idle")return;this.teardown();const{onStop:f}=this.options;f&&f()};const{name:n,motionValue:r,element:i,keyframes:o}=this.options,a=(i==null?void 0:i.KeyframeResolver)||Ey,c=(f,p)=>this.onKeyframesResolved(f,p);this.resolver=new a(o,c,n,r,i),this.resolver.scheduleResolve()}flatten(){super.flatten(),this._resolved&&Object.assign(this._resolved,this.initPlayback(this._resolved.keyframes))}initPlayback(e){const{type:n="keyframes",repeat:r=0,repeatDelay:i=0,repeatType:o,velocity:a=0}=this.options,c=py(n)?n:eB[n]||lp;let f,p;c!==lp&&typeof e[0]!="number"&&(process.env.NODE_ENV!=="production"&&yu(e.length===2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${e}`),f=qd(tB,pE(e[0],e[1])),e=[0,100]);const y=c({...this.options,keyframes:e});o==="mirror"&&(p=c({...this.options,keyframes:[...e].reverse(),velocity:-a})),y.calculatedDuration===null&&(y.calculatedDuration=MC(y));const{calculatedDuration:g}=y,T=g+i,E=T*(r+1)-i;return{generator:y,mirroredGenerator:p,mapPercentToKeyframes:f,calculatedDuration:g,resolvedDuration:T,totalDuration:E}}onPostResolved(){const{autoplay:e=!0}=this.options;this.play(),this.pendingPlayState==="paused"||!e?this.pause():this.state=this.pendingPlayState}tick(e,n=!1){const{resolved:r}=this;if(!r){const{keyframes:le}=this.options;return{done:!0,value:le[le.length-1]}}const{finalKeyframe:i,generator:o,mirroredGenerator:a,mapPercentToKeyframes:c,keyframes:f,calculatedDuration:p,totalDuration:y,resolvedDuration:g}=r;if(this.startTime===null)return o.next(0);const{delay:T,repeat:E,repeatType:I,repeatDelay:A,onUpdate:j}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,e):this.speed<0&&(this.startTime=Math.min(e-y/this.speed,this.startTime)),n?this.currentTime=e:this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=Math.round(e-this.startTime)*this.speed;const R=this.currentTime-T*(this.speed>=0?1:-1),H=this.speed>=0?R<0:R>y;this.currentTime=Math.max(R,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=y);let U=this.currentTime,ne=o;if(E){const le=Math.min(this.currentTime,y)/g;let ae=Math.floor(le),ze=le%1;!ze&&le>=1&&(ze=1),ze===1&&ae--,ae=Math.min(ae,E+1),!!(ae%2)&&(I==="reverse"?(ze=1-ze,A&&(ze-=A/g)):I==="mirror"&&(ne=a)),U=Pl(0,1,ze)*g}const q=H?{done:!1,value:f[0]}:ne.next(U);c&&(q.value=c(q.value));let{done:ie}=q;!H&&p!==null&&(ie=this.speed>=0?this.currentTime>=y:this.currentTime<=0);const x=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&ie);return x&&i!==void 0&&(q.value=Lp(f,this.options,i)),j&&j(q.value),x&&this.finish(),q}get duration(){const{resolved:e}=this;return e?Cl(e.calculatedDuration):0}get time(){return Cl(this.currentTime)}set time(e){e=ja(e),this.currentTime=e,this.holdTime!==null||this.speed===0?this.holdTime=e:this.driver&&(this.startTime=this.driver.now()-e/this.speed)}get speed(){return this.playbackSpeed}set speed(e){const n=this.playbackSpeed!==e;this.playbackSpeed=e,n&&(this.time=Cl(this.currentTime))}play(){if(this.resolver.isScheduled||this.resolver.resume(),!this._resolved){this.pendingPlayState="running";return}if(this.isStopped)return;const{driver:e=Qj,onPlay:n,startTime:r}=this.options;this.driver||(this.driver=e(o=>this.tick(o))),n&&n();const i=this.driver.now();this.holdTime!==null?this.startTime=i-this.holdTime:this.startTime?this.state==="finished"&&(this.startTime=i):this.startTime=r??this.calcStartTime(),this.state==="finished"&&this.updateFinishedPromise(),this.cancelTime=this.startTime,this.holdTime=null,this.state="running",this.driver.start()}pause(){var e;if(!this._resolved){this.pendingPlayState="paused";return}this.state="paused",this.holdTime=(e=this.currentTime)!==null&&e!==void 0?e:0}complete(){this.state!=="running"&&this.play(),this.pendingPlayState=this.state="finished",this.holdTime=null}finish(){this.teardown(),this.state="finished";const{onComplete:e}=this.options;e&&e()}cancel(){this.cancelTime!==null&&this.tick(this.cancelTime),this.teardown(),this.updateFinishedPromise()}teardown(){this.state="idle",this.stopDriver(),this.resolveFinishedPromise(),this.updateFinishedPromise(),this.startTime=this.cancelTime=null,this.resolver.cancel()}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(e){return this.startTime=0,this.tick(e,!0)}}const nB=new Set(["opacity","clipPath","filter","transform"]);function rB(t,e,n,{delay:r=0,duration:i=300,repeat:o=0,repeatType:a="loop",ease:c="easeInOut",times:f}={}){const p={[e]:n};f&&(p.offset=f);const y=NC(c,i);return Array.isArray(y)&&(p.easing=y),t.animate(p,{delay:r,duration:i,easing:Array.isArray(y)?"linear":y,fill:"both",iterations:o+1,direction:a==="reverse"?"alternate":"normal"})}const iB=Qv(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),up=10,oB=2e4;function sB(t){return py(t.type)||t.type==="spring"||!FC(t.ease)}function aB(t,e){const n=new Dy({...e,keyframes:t,repeat:0,delay:0,isGenerator:!0});let r={done:!1,value:t[0]};const i=[];let o=0;for(;!r.done&&o<oB;)r=n.sample(o),i.push(r.value),o+=up;return{times:void 0,keyframes:i,duration:o-up,ease:"linear"}}const yE={anticipate:XC,backInOut:qC,circInOut:ZC};function lB(t){return t in yE}class Xw extends dE{constructor(e){super(e);const{name:n,motionValue:r,element:i,keyframes:o}=this.options;this.resolver=new fE(o,(a,c)=>this.onKeyframesResolved(a,c),n,r,i),this.resolver.scheduleResolve()}initPlayback(e,n){let{duration:r=300,times:i,ease:o,type:a,motionValue:c,name:f,startTime:p}=this.options;if(!c.owner||!c.owner.current)return!1;if(typeof o=="string"&&sp()&&lB(o)&&(o=yE[o]),sB(this.options)){const{onComplete:g,onUpdate:T,motionValue:E,element:I,...A}=this.options,j=aB(e,A);e=j.keyframes,e.length===1&&(e[1]=e[0]),r=j.duration,i=j.times,o=j.ease,a="keyframes"}const y=rB(c.owner.current,f,e,{...this.options,duration:r,times:i,ease:o});return y.startTime=p??this.calcStartTime(),this.pendingTimeline?(Rw(y,this.pendingTimeline),this.pendingTimeline=void 0):y.onfinish=()=>{const{onComplete:g}=this.options;c.set(Lp(e,this.options,n)),g&&g(),this.cancel(),this.resolveFinishedPromise()},{animation:y,duration:r,times:i,type:a,ease:o,keyframes:e}}get duration(){const{resolved:e}=this;if(!e)return 0;const{duration:n}=e;return Cl(n)}get time(){const{resolved:e}=this;if(!e)return 0;const{animation:n}=e;return Cl(n.currentTime||0)}set time(e){const{resolved:n}=this;if(!n)return;const{animation:r}=n;r.currentTime=ja(e)}get speed(){const{resolved:e}=this;if(!e)return 1;const{animation:n}=e;return n.playbackRate}set speed(e){const{resolved:n}=this;if(!n)return;const{animation:r}=n;r.playbackRate=e}get state(){const{resolved:e}=this;if(!e)return"idle";const{animation:n}=e;return n.playState}get startTime(){const{resolved:e}=this;if(!e)return null;const{animation:n}=e;return n.startTime}attachTimeline(e){if(!this._resolved)this.pendingTimeline=e;else{const{resolved:n}=this;if(!n)return Ro;const{animation:r}=n;Rw(r,e)}return Ro}play(){if(this.isStopped)return;const{resolved:e}=this;if(!e)return;const{animation:n}=e;n.playState==="finished"&&this.updateFinishedPromise(),n.play()}pause(){const{resolved:e}=this;if(!e)return;const{animation:n}=e;n.pause()}stop(){if(this.resolver.cancel(),this.isStopped=!0,this.state==="idle")return;this.resolveFinishedPromise(),this.updateFinishedPromise();const{resolved:e}=this;if(!e)return;const{animation:n,keyframes:r,duration:i,type:o,ease:a,times:c}=e;if(n.playState==="idle"||n.playState==="finished")return;if(this.time){const{motionValue:p,onUpdate:y,onComplete:g,element:T,...E}=this.options,I=new Dy({...E,keyframes:r,duration:i,type:o,ease:a,times:c,isGenerator:!0}),A=ja(this.time);p.setWithVelocity(I.sample(A-up).value,I.sample(A).value,up)}const{onStop:f}=this.options;f&&f(),this.cancel()}complete(){const{resolved:e}=this;e&&e.animation.finish()}cancel(){const{resolved:e}=this;e&&e.animation.cancel()}static supports(e){const{motionValue:n,name:r,repeatDelay:i,repeatType:o,damping:a,type:c}=e;if(!n||!n.owner||!(n.owner.current instanceof HTMLElement))return!1;const{onUpdate:f,transformTemplate:p}=n.owner.getProps();return iB()&&r&&nB.has(r)&&!f&&!p&&!i&&o!=="mirror"&&a!==0&&c!=="inertia"}}const uB={type:"spring",stiffness:500,damping:25,restSpeed:10},cB=t=>({type:"spring",stiffness:550,damping:t===0?2*Math.sqrt(550):30,restSpeed:10}),fB={type:"keyframes",duration:.8},dB={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},hB=(t,{keyframes:e})=>e.length>2?fB:Rc.has(t)?t.startsWith("scale")?cB(e[1]):uB:dB;function pB({when:t,delay:e,delayChildren:n,staggerChildren:r,staggerDirection:i,repeat:o,repeatType:a,repeatDelay:c,from:f,elapsed:p,...y}){return!!Object.keys(y).length}const Py=(t,e,n,r={},i,o)=>a=>{const c=hy(r,t)||{},f=c.delay||r.delay||0;let{elapsed:p=0}=r;p=p-ja(f);let y={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:e.getVelocity(),...c,delay:-p,onUpdate:T=>{e.set(T),c.onUpdate&&c.onUpdate(T)},onComplete:()=>{a(),c.onComplete&&c.onComplete()},name:t,motionValue:e,element:o?void 0:i};pB(c)||(y={...y,...hB(t,y)}),y.duration&&(y.duration=ja(y.duration)),y.repeatDelay&&(y.repeatDelay=ja(y.repeatDelay)),y.from!==void 0&&(y.keyframes[0]=y.from);let g=!1;if((y.type===!1||y.duration===0&&!y.repeatDelay)&&(y.duration=0,y.delay===0&&(g=!0)),g&&!o&&e.get()!==void 0){const T=Lp(y.keyframes,c);if(T!==void 0)return Fn.update(()=>{y.onUpdate(T),y.onComplete()}),new AN([])}return!o&&Xw.supports(y)?new Xw(y):new Dy(y)};function gB({protectedKeys:t,needsAnimating:e},n){const r=t.hasOwnProperty(n)&&e[n]!==!0;return e[n]=!1,r}function bE(t,e,{delay:n=0,transitionOverride:r,type:i}={}){var o;let{transition:a=t.getDefaultTransition(),transitionEnd:c,...f}=e;r&&(a=r);const p=[],y=i&&t.animationState&&t.animationState.getState()[i];for(const g in f){const T=t.getValue(g,(o=t.latestValues[g])!==null&&o!==void 0?o:null),E=f[g];if(E===void 0||y&&gB(y,g))continue;const I={delay:n,...hy(a||{},g)};let A=!1;if(window.MotionHandoffAnimation){const R=HC(t);if(R){const H=window.MotionHandoffAnimation(R,g,Fn);H!==null&&(I.startTime=H,A=!0)}}Wm(t,g),T.start(Py(g,T,E,t.shouldReduceMotion&&VC.has(g)?{type:!1}:I,t,A));const j=T.animation;j&&p.push(j)}return c&&Promise.all(p).then(()=>{Fn.update(()=>{c&&GN(t,c)})}),p}function Zm(t,e,n={}){var r;const i=Mp(t,e,n.type==="exit"?(r=t.presenceContext)===null||r===void 0?void 0:r.custom:void 0);let{transition:o=t.getDefaultTransition()||{}}=i||{};n.transitionOverride&&(o=n.transitionOverride);const a=i?()=>Promise.all(bE(t,i,n)):()=>Promise.resolve(),c=t.variantChildren&&t.variantChildren.size?(p=0)=>{const{delayChildren:y=0,staggerChildren:g,staggerDirection:T}=o;return mB(t,e,y+p,g,T,n)}:()=>Promise.resolve(),{when:f}=o;if(f){const[p,y]=f==="beforeChildren"?[a,c]:[c,a];return p().then(()=>y())}else return Promise.all([a(),c(n.delay)])}function mB(t,e,n=0,r=0,i=1,o){const a=[],c=(t.variantChildren.size-1)*r,f=i===1?(p=0)=>p*r:(p=0)=>c-p*r;return Array.from(t.variantChildren).sort(vB).forEach((p,y)=>{p.notify("AnimationStart",e),a.push(Zm(p,e,{...o,delay:n+f(y)}).then(()=>p.notify("AnimationComplete",e)))}),Promise.all(a)}function vB(t,e){return t.sortNodePosition(e)}function yB(t,e,n={}){t.notify("AnimationStart",e);let r;if(Array.isArray(e)){const i=e.map(o=>Zm(t,o,n));r=Promise.all(i)}else if(typeof e=="string")r=Zm(t,e,n);else{const i=typeof e=="function"?Mp(t,e,n.custom):e;r=Promise.all(bE(t,i,n))}return r.then(()=>{t.notify("AnimationComplete",e)})}const bB=ty.length;function wE(t){if(!t)return;if(!t.isControllingVariants){const n=t.parent?wE(t.parent)||{}:{};return t.props.initial!==void 0&&(n.initial=t.props.initial),n}const e={};for(let n=0;n<bB;n++){const r=ty[n],i=t.props[r];(Ad(i)||i===!1)&&(e[r]=i)}return e}const wB=[...ey].reverse(),xB=ey.length;function SB(t){return e=>Promise.all(e.map(({animation:n,options:r})=>yB(t,n,r)))}function TB(t){let e=SB(t),n=Kw(),r=!0;const i=f=>(p,y)=>{var g;const T=Mp(t,y,f==="exit"?(g=t.presenceContext)===null||g===void 0?void 0:g.custom:void 0);if(T){const{transition:E,transitionEnd:I,...A}=T;p={...p,...A,...I}}return p};function o(f){e=f(t)}function a(f){const{props:p}=t,y=wE(t.parent)||{},g=[],T=new Set;let E={},I=1/0;for(let j=0;j<xB;j++){const R=wB[j],H=n[R],U=p[R]!==void 0?p[R]:y[R],ne=Ad(U),q=R===f?H.isActive:null;q===!1&&(I=j);let ie=U===y[R]&&U!==p[R]&&ne;if(ie&&r&&t.manuallyAnimateOnMount&&(ie=!1),H.protectedKeys={...E},!H.isActive&&q===null||!U&&!H.prevProp||Ip(U)||typeof U=="boolean")continue;const x=CB(H.prevProp,U);let le=x||R===f&&H.isActive&&!ie&&ne||j>I&&ne,ae=!1;const ze=Array.isArray(U)?U:[U];let tt=ze.reduce(i(R),{});q===!1&&(tt={});const{prevResolvedValues:Qe={}}=H,et={...Qe,...tt},Ye=Ce=>{le=!0,T.has(Ce)&&(ae=!0,T.delete(Ce)),H.needsAnimating[Ce]=!0;const Oe=t.getValue(Ce);Oe&&(Oe.liveStyle=!1)};for(const Ce in et){const Oe=tt[Ce],Ne=Qe[Ce];if(E.hasOwnProperty(Ce))continue;let me=!1;Vm(Oe)&&Vm(Ne)?me=!AC(Oe,Ne):me=Oe!==Ne,me?Oe!=null?Ye(Ce):T.add(Ce):Oe!==void 0&&T.has(Ce)?Ye(Ce):H.protectedKeys[Ce]=!0}H.prevProp=U,H.prevResolvedValues=tt,H.isActive&&(E={...E,...tt}),r&&t.blockInitialAnimation&&(le=!1),le&&(!(ie&&x)||ae)&&g.push(...ze.map(Ce=>({animation:Ce,options:{type:R}})))}if(T.size){const j={};T.forEach(R=>{const H=t.getBaseTarget(R),U=t.getValue(R);U&&(U.liveStyle=!0),j[R]=H??null}),g.push({animation:j})}let A=!!g.length;return r&&(p.initial===!1||p.initial===p.animate)&&!t.manuallyAnimateOnMount&&(A=!1),r=!1,A?e(g):Promise.resolve()}function c(f,p){var y;if(n[f].isActive===p)return Promise.resolve();(y=t.variantChildren)===null||y===void 0||y.forEach(T=>{var E;return(E=T.animationState)===null||E===void 0?void 0:E.setActive(f,p)}),n[f].isActive=p;const g=a(f);for(const T in n)n[T].protectedKeys={};return g}return{animateChanges:a,setActive:c,setAnimateFunction:o,getState:()=>n,reset:()=>{n=Kw(),r=!0}}}function CB(t,e){return typeof e=="string"?e!==t:Array.isArray(e)?!AC(e,t):!1}function ac(t=!1){return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function Kw(){return{animate:ac(!0),whileInView:ac(),whileHover:ac(),whileTap:ac(),whileDrag:ac(),whileFocus:ac(),exit:ac()}}let ku=class{constructor(e){this.isMounted=!1,this.node=e}update(){}},EB=class extends ku{constructor(e){super(e),e.animationState||(e.animationState=TB(e))}updateAnimationControlsSubscription(){const{animate:e}=this.node.getProps();Ip(e)&&(this.unmountControls=e.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:e}=this.node.getProps(),{animate:n}=this.node.prevProps||{};e!==n&&this.updateAnimationControlsSubscription()}unmount(){var e;this.node.animationState.reset(),(e=this.unmountControls)===null||e===void 0||e.call(this)}},kB=0,DB=class extends ku{constructor(){super(...arguments),this.id=kB++}update(){if(!this.node.presenceContext)return;const{isPresent:e,onExitComplete:n}=this.node.presenceContext,{isPresent:r}=this.node.prevPresenceContext||{};if(!this.node.animationState||e===r)return;const i=this.node.animationState.setActive("exit",!e);n&&!e&&i.then(()=>n(this.id))}mount(){const{register:e}=this.node.presenceContext||{};e&&(this.unmount=e(this.id))}unmount(){}};const PB={animation:{Feature:EB},exit:{Feature:DB}};function Nd(t,e,n,r={passive:!0}){return t.addEventListener(e,n,r),()=>t.removeEventListener(e,n)}function Xd(t){return{point:{x:t.pageX,y:t.pageY}}}const OB=t=>e=>my(e)&&t(e,Xd(e));function bd(t,e,n,r){return Nd(t,e,OB(n),r)}const Zw=(t,e)=>Math.abs(t-e);function _B(t,e){const n=Zw(t.x,e.x),r=Zw(t.y,e.y);return Math.sqrt(n**2+r**2)}let xE=class{constructor(e,n,{transformPagePoint:r,contextWindow:i,dragSnapToOrigin:o=!1}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const g=Hg(this.lastMoveEventInfo,this.history),T=this.startEvent!==null,E=_B(g.offset,{x:0,y:0})>=3;if(!T&&!E)return;const{point:I}=g,{timestamp:A}=Ei;this.history.push({...I,timestamp:A});const{onStart:j,onMove:R}=this.handlers;T||(j&&j(this.lastMoveEvent,g),this.startEvent=this.lastMoveEvent),R&&R(this.lastMoveEvent,g)},this.handlePointerMove=(g,T)=>{this.lastMoveEvent=g,this.lastMoveEventInfo=Ug(T,this.transformPagePoint),Fn.update(this.updatePoint,!0)},this.handlePointerUp=(g,T)=>{this.end();const{onEnd:E,onSessionEnd:I,resumeAnimation:A}=this.handlers;if(this.dragSnapToOrigin&&A&&A(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const j=Hg(g.type==="pointercancel"?this.lastMoveEventInfo:Ug(T,this.transformPagePoint),this.history);this.startEvent&&E&&E(g,j),I&&I(g,j)},!my(e))return;this.dragSnapToOrigin=o,this.handlers=n,this.transformPagePoint=r,this.contextWindow=i||window;const a=Xd(e),c=Ug(a,this.transformPagePoint),{point:f}=c,{timestamp:p}=Ei;this.history=[{...f,timestamp:p}];const{onSessionStart:y}=n;y&&y(e,Hg(c,this.history)),this.removeListeners=qd(bd(this.contextWindow,"pointermove",this.handlePointerMove),bd(this.contextWindow,"pointerup",this.handlePointerUp),bd(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),bu(this.updatePoint)}};function Ug(t,e){return e?{point:e(t.point)}:t}function Jw(t,e){return{x:t.x-e.x,y:t.y-e.y}}function Hg({point:t},e){return{point:t,delta:Jw(t,SE(e)),offset:Jw(t,RB(e)),velocity:IB(e,.1)}}function RB(t){return t[0]}function SE(t){return t[t.length-1]}function IB(t,e){if(t.length<2)return{x:0,y:0};let n=t.length-1,r=null;const i=SE(t);for(;n>=0&&(r=t[n],!(i.timestamp-r.timestamp>ja(e)));)n--;if(!r)return{x:0,y:0};const o=Cl(i.timestamp-r.timestamp);if(o===0)return{x:0,y:0};const a={x:(i.x-r.x)/o,y:(i.y-r.y)/o};return a.x===1/0&&(a.x=0),a.y===1/0&&(a.y=0),a}const TE=1e-4,AB=1-TE,MB=1+TE,CE=.01,LB=0-CE,FB=0+CE;function es(t){return t.max-t.min}function NB(t,e,n){return Math.abs(t-e)<=n}function Qw(t,e,n,r=.5){t.origin=r,t.originPoint=Kn(e.min,e.max,t.origin),t.scale=es(n)/es(e),t.translate=Kn(n.min,n.max,t.origin)-t.originPoint,(t.scale>=AB&&t.scale<=MB||isNaN(t.scale))&&(t.scale=1),(t.translate>=LB&&t.translate<=FB||isNaN(t.translate))&&(t.translate=0)}function wd(t,e,n,r){Qw(t.x,e.x,n.x,r?r.originX:void 0),Qw(t.y,e.y,n.y,r?r.originY:void 0)}function ex(t,e,n){t.min=n.min+e.min,t.max=t.min+es(e)}function jB(t,e,n){ex(t.x,e.x,n.x),ex(t.y,e.y,n.y)}function tx(t,e,n){t.min=e.min-n.min,t.max=t.min+es(e)}function xd(t,e,n){tx(t.x,e.x,n.x),tx(t.y,e.y,n.y)}function BB(t,{min:e,max:n},r){return e!==void 0&&t<e?t=r?Kn(e,t,r.min):Math.max(t,e):n!==void 0&&t>n&&(t=r?Kn(n,t,r.max):Math.min(t,n)),t}function nx(t,e,n){return{min:e!==void 0?t.min+e:void 0,max:n!==void 0?t.max+n-(t.max-t.min):void 0}}function $B(t,{top:e,left:n,bottom:r,right:i}){return{x:nx(t.x,n,i),y:nx(t.y,e,r)}}function rx(t,e){let n=e.min-t.min,r=e.max-t.max;return e.max-e.min<t.max-t.min&&([n,r]=[r,n]),{min:n,max:r}}function VB(t,e){return{x:rx(t.x,e.x),y:rx(t.y,e.y)}}function UB(t,e){let n=.5;const r=es(t),i=es(e);return i>r?n=Pf(e.min,e.max-r,t.min):r>i&&(n=Pf(t.min,t.max-i,e.min)),Pl(0,1,n)}function HB(t,e){const n={};return e.min!==void 0&&(n.min=e.min-t.min),e.max!==void 0&&(n.max=e.max-t.min),n}const Jm=.35;function WB(t=Jm){return t===!1?t=0:t===!0&&(t=Jm),{x:ix(t,"left","right"),y:ix(t,"top","bottom")}}function ix(t,e,n){return{min:ox(t,e),max:ox(t,n)}}function ox(t,e){return typeof t=="number"?t:t[e]||0}const sx=()=>({translate:0,scale:1,origin:0,originPoint:0}),vf=()=>({x:sx(),y:sx()}),ax=()=>({min:0,max:0}),gr=()=>({x:ax(),y:ax()});function Ps(t){return[t("x"),t("y")]}function EE({top:t,left:e,right:n,bottom:r}){return{x:{min:e,max:n},y:{min:t,max:r}}}function zB({x:t,y:e}){return{top:e.min,right:t.max,bottom:e.max,left:t.min}}function YB(t,e){if(!e)return t;const n=e({x:t.left,y:t.top}),r=e({x:t.right,y:t.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}function Wg(t){return t===void 0||t===1}function Qm({scale:t,scaleX:e,scaleY:n}){return!Wg(t)||!Wg(e)||!Wg(n)}function fc(t){return Qm(t)||kE(t)||t.z||t.rotate||t.rotateX||t.rotateY||t.skewX||t.skewY}function kE(t){return lx(t.x)||lx(t.y)}function lx(t){return t&&t!=="0%"}function cp(t,e,n){const r=t-n,i=e*r;return n+i}function ux(t,e,n,r,i){return i!==void 0&&(t=cp(t,i,r)),cp(t,n,r)+e}function ev(t,e=0,n=1,r,i){t.min=ux(t.min,e,n,r,i),t.max=ux(t.max,e,n,r,i)}function DE(t,{x:e,y:n}){ev(t.x,e.translate,e.scale,e.originPoint),ev(t.y,n.translate,n.scale,n.originPoint)}const cx=.999999999999,fx=1.0000000000001;function GB(t,e,n,r=!1){const i=n.length;if(!i)return;e.x=e.y=1;let o,a;for(let c=0;c<i;c++){o=n[c],a=o.projectionDelta;const{visualElement:f}=o.options;f&&f.props.style&&f.props.style.display==="contents"||(r&&o.options.layoutScroll&&o.scroll&&o!==o.root&&bf(t,{x:-o.scroll.offset.x,y:-o.scroll.offset.y}),a&&(e.x*=a.x.scale,e.y*=a.y.scale,DE(t,a)),r&&fc(o.latestValues)&&bf(t,o.latestValues))}e.x<fx&&e.x>cx&&(e.x=1),e.y<fx&&e.y>cx&&(e.y=1)}function yf(t,e){t.min=t.min+e,t.max=t.max+e}function dx(t,e,n,r,i=.5){const o=Kn(t.min,t.max,i);ev(t,e,n,o,r)}function bf(t,e){dx(t.x,e.x,e.scaleX,e.scale,e.originX),dx(t.y,e.y,e.scaleY,e.scale,e.originY)}function PE(t,e){return EE(YB(t.getBoundingClientRect(),e))}function qB(t,e,n){const r=PE(t,n),{scroll:i}=e;return i&&(yf(r.x,i.offset.x),yf(r.y,i.offset.y)),r}const OE=({current:t})=>t?t.ownerDocument.defaultView:null,XB=new WeakMap;let KB=class{constructor(e){this.openDragLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=gr(),this.visualElement=e}start(e,{snapToCursor:n=!1}={}){const{presenceContext:r}=this.visualElement;if(r&&r.isPresent===!1)return;const i=y=>{const{dragSnapToOrigin:g}=this.getProps();g?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(Xd(y).point)},o=(y,g)=>{const{drag:T,dragPropagation:E,onDragStart:I}=this.getProps();if(T&&!E&&(this.openDragLock&&this.openDragLock(),this.openDragLock=UN(T),!this.openDragLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),Ps(j=>{let R=this.getAxisMotionValue(j).get()||0;if(Ba.test(R)){const{projection:H}=this.visualElement;if(H&&H.layout){const U=H.layout.layoutBox[j];U&&(R=es(U)*(parseFloat(R)/100))}}this.originPoint[j]=R}),I&&Fn.postRender(()=>I(y,g)),Wm(this.visualElement,"transform");const{animationState:A}=this.visualElement;A&&A.setActive("whileDrag",!0)},a=(y,g)=>{const{dragPropagation:T,dragDirectionLock:E,onDirectionLock:I,onDrag:A}=this.getProps();if(!T&&!this.openDragLock)return;const{offset:j}=g;if(E&&this.currentDirection===null){this.currentDirection=ZB(j),this.currentDirection!==null&&I&&I(this.currentDirection);return}this.updateAxis("x",g.point,j),this.updateAxis("y",g.point,j),this.visualElement.render(),A&&A(y,g)},c=(y,g)=>this.stop(y,g),f=()=>Ps(y=>{var g;return this.getAnimationState(y)==="paused"&&((g=this.getAxisMotionValue(y).animation)===null||g===void 0?void 0:g.play())}),{dragSnapToOrigin:p}=this.getProps();this.panSession=new xE(e,{onSessionStart:i,onStart:o,onMove:a,onSessionEnd:c,resumeAnimation:f},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:p,contextWindow:OE(this.visualElement)})}stop(e,n){const r=this.isDragging;if(this.cancel(),!r)return;const{velocity:i}=n;this.startAnimation(i);const{onDragEnd:o}=this.getProps();o&&Fn.postRender(()=>o(e,n))}cancel(){this.isDragging=!1;const{projection:e,animationState:n}=this.visualElement;e&&(e.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:r}=this.getProps();!r&&this.openDragLock&&(this.openDragLock(),this.openDragLock=null),n&&n.setActive("whileDrag",!1)}updateAxis(e,n,r){const{drag:i}=this.getProps();if(!r||!Eh(e,i,this.currentDirection))return;const o=this.getAxisMotionValue(e);let a=this.originPoint[e]+r[e];this.constraints&&this.constraints[e]&&(a=BB(a,this.constraints[e],this.elastic[e])),o.set(a)}resolveConstraints(){var e;const{dragConstraints:n,dragElastic:r}=this.getProps(),i=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):(e=this.visualElement.projection)===null||e===void 0?void 0:e.layout,o=this.constraints;n&&gf(n)?this.constraints||(this.constraints=this.resolveRefConstraints()):n&&i?this.constraints=$B(i.layoutBox,n):this.constraints=!1,this.elastic=WB(r),o!==this.constraints&&i&&this.constraints&&!this.hasMutatedConstraints&&Ps(a=>{this.constraints!==!1&&this.getAxisMotionValue(a)&&(this.constraints[a]=HB(i.layoutBox[a],this.constraints[a]))})}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:n}=this.getProps();if(!e||!gf(e))return!1;const r=e.current;yu(r!==null,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");const{projection:i}=this.visualElement;if(!i||!i.layout)return!1;const o=qB(r,i.root,this.visualElement.getTransformPagePoint());let a=VB(i.layout.layoutBox,o);if(n){const c=n(zB(a));this.hasMutatedConstraints=!!c,c&&(a=EE(c))}return a}startAnimation(e){const{drag:n,dragMomentum:r,dragElastic:i,dragTransition:o,dragSnapToOrigin:a,onDragTransitionEnd:c}=this.getProps(),f=this.constraints||{},p=Ps(y=>{if(!Eh(y,n,this.currentDirection))return;let g=f&&f[y]||{};a&&(g={min:0,max:0});const T=i?200:1e6,E=i?40:1e7,I={type:"inertia",velocity:r?e[y]:0,bounceStiffness:T,bounceDamping:E,timeConstant:750,restDelta:1,restSpeed:10,...o,...g};return this.startAxisValueAnimation(y,I)});return Promise.all(p).then(c)}startAxisValueAnimation(e,n){const r=this.getAxisMotionValue(e);return Wm(this.visualElement,e),r.start(Py(e,r,0,n,this.visualElement,!1))}stopAnimation(){Ps(e=>this.getAxisMotionValue(e).stop())}pauseAnimation(){Ps(e=>{var n;return(n=this.getAxisMotionValue(e).animation)===null||n===void 0?void 0:n.pause()})}getAnimationState(e){var n;return(n=this.getAxisMotionValue(e).animation)===null||n===void 0?void 0:n.state}getAxisMotionValue(e){const n=`_drag${e.toUpperCase()}`,r=this.visualElement.getProps(),i=r[n];return i||this.visualElement.getValue(e,(r.initial?r.initial[e]:void 0)||0)}snapToCursor(e){Ps(n=>{const{drag:r}=this.getProps();if(!Eh(n,r,this.currentDirection))return;const{projection:i}=this.visualElement,o=this.getAxisMotionValue(n);if(i&&i.layout){const{min:a,max:c}=i.layout.layoutBox[n];o.set(e[n]-Kn(a,c,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:e,dragConstraints:n}=this.getProps(),{projection:r}=this.visualElement;if(!gf(n)||!r||!this.constraints)return;this.stopAnimation();const i={x:0,y:0};Ps(a=>{const c=this.getAxisMotionValue(a);if(c&&this.constraints!==!1){const f=c.get();i[a]=UB({min:f,max:f},this.constraints[a])}});const{transformTemplate:o}=this.visualElement.getProps();this.visualElement.current.style.transform=o?o({},""):"none",r.root&&r.root.updateScroll(),r.updateLayout(),this.resolveConstraints(),Ps(a=>{if(!Eh(a,e,null))return;const c=this.getAxisMotionValue(a),{min:f,max:p}=this.constraints[a];c.set(Kn(f,p,i[a]))})}addListeners(){if(!this.visualElement.current)return;XB.set(this.visualElement,this);const e=this.visualElement.current,n=bd(e,"pointerdown",f=>{const{drag:p,dragListener:y=!0}=this.getProps();p&&y&&this.start(f)}),r=()=>{const{dragConstraints:f}=this.getProps();gf(f)&&f.current&&(this.constraints=this.resolveRefConstraints())},{projection:i}=this.visualElement,o=i.addEventListener("measure",r);i&&!i.layout&&(i.root&&i.root.updateScroll(),i.updateLayout()),Fn.read(r);const a=Nd(window,"resize",()=>this.scalePositionWithinConstraints()),c=i.addEventListener("didUpdate",({delta:f,hasLayoutChanged:p})=>{this.isDragging&&p&&(Ps(y=>{const g=this.getAxisMotionValue(y);g&&(this.originPoint[y]+=f[y].translate,g.set(g.get()+f[y].translate))}),this.visualElement.render())});return()=>{a(),n(),o(),c&&c()}}getProps(){const e=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:r=!1,dragPropagation:i=!1,dragConstraints:o=!1,dragElastic:a=Jm,dragMomentum:c=!0}=e;return{...e,drag:n,dragDirectionLock:r,dragPropagation:i,dragConstraints:o,dragElastic:a,dragMomentum:c}}};function Eh(t,e,n){return(e===!0||e===t)&&(n===null||n===t)}function ZB(t,e=10){let n=null;return Math.abs(t.y)>e?n="y":Math.abs(t.x)>e&&(n="x"),n}let JB=class extends ku{constructor(e){super(e),this.removeGroupControls=Ro,this.removeListeners=Ro,this.controls=new KB(e)}mount(){const{dragControls:e}=this.node.getProps();e&&(this.removeGroupControls=e.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||Ro}unmount(){this.removeGroupControls(),this.removeListeners()}};const hx=t=>(e,n)=>{t&&Fn.postRender(()=>t(e,n))};let QB=class extends ku{constructor(){super(...arguments),this.removePointerDownListener=Ro}onPointerDown(e){this.session=new xE(e,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:OE(this.node)})}createPanHandlers(){const{onPanSessionStart:e,onPanStart:n,onPan:r,onPanEnd:i}=this.node.getProps();return{onSessionStart:hx(e),onStart:hx(n),onMove:r,onEnd:(o,a)=>{delete this.session,i&&Fn.postRender(()=>i(o,a))}}}mount(){this.removePointerDownListener=bd(this.node.current,"pointerdown",e=>this.onPointerDown(e))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}};const Vh={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function px(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}const od={correct:(t,e)=>{if(!e.target)return t;if(typeof t=="string")if(Ot.test(t))t=parseFloat(t);else return t;const n=px(t,e.target.x),r=px(t,e.target.y);return`${n}% ${r}%`}},e$={correct:(t,{treeScale:e,projectionDelta:n})=>{const r=t,i=wu.parse(t);if(i.length>5)return r;const o=wu.createTransformer(t),a=typeof i[0]!="number"?1:0,c=n.x.scale*e.x,f=n.y.scale*e.y;i[0+a]/=c,i[1+a]/=f;const p=Kn(c,f,.5);return typeof i[2+a]=="number"&&(i[2+a]/=p),typeof i[3+a]=="number"&&(i[3+a]/=p),o(i)}};let t$=class extends X.Component{componentDidMount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r,layoutId:i}=this.props,{projection:o}=e;xN(n$),o&&(n.group&&n.group.add(o),r&&r.register&&i&&r.register(o),o.root.didUpdate(),o.addEventListener("animationComplete",()=>{this.safeToRemove()}),o.setOptions({...o.options,onExitComplete:()=>this.safeToRemove()})),Vh.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:n,visualElement:r,drag:i,isPresent:o}=this.props,a=r.projection;return a&&(a.isPresent=o,i||e.layoutDependency!==n||n===void 0?a.willUpdate():this.safeToRemove(),e.isPresent!==o&&(o?a.promote():a.relegate()||Fn.postRender(()=>{const c=a.getStack();(!c||!c.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),ry.postRender(()=>{!e.currentAnimation&&e.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r}=this.props,{projection:i}=e;i&&(i.scheduleCheckAfterUnmount(),n&&n.group&&n.group.remove(i),r&&r.deregister&&r.deregister(i))}safeToRemove(){const{safeToRemove:e}=this.props;e&&e()}render(){return null}};function _E(t){const[e,n]=FF(),r=X.useContext(hC);return be.jsx(t$,{...t,layoutGroup:r,switchLayoutGroup:X.useContext(wC),isPresent:e,safeToRemove:n})}const n$={borderRadius:{...od,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:od,borderTopRightRadius:od,borderBottomLeftRadius:od,borderBottomRightRadius:od,boxShadow:e$};function r$(t,e,n){const r=Bi(t)?t:Ld(t);return r.start(Py("",r,e,n)),r.animation}function i$(t){return t instanceof SVGElement&&t.tagName!=="svg"}const o$=(t,e)=>t.depth-e.depth;let s$=class{constructor(){this.children=[],this.isDirty=!1}add(e){vy(this.children,e),this.isDirty=!0}remove(e){yy(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(o$),this.isDirty=!1,this.children.forEach(e)}};function a$(t,e){const n=$a.now(),r=({timestamp:i})=>{const o=i-n;o>=e&&(bu(r),t(o-e))};return Fn.read(r,!0),()=>bu(r)}const RE=["TopLeft","TopRight","BottomLeft","BottomRight"],l$=RE.length,gx=t=>typeof t=="string"?parseFloat(t):t,mx=t=>typeof t=="number"||Ot.test(t);function u$(t,e,n,r,i,o){i?(t.opacity=Kn(0,n.opacity!==void 0?n.opacity:1,c$(r)),t.opacityExit=Kn(e.opacity!==void 0?e.opacity:1,0,f$(r))):o&&(t.opacity=Kn(e.opacity!==void 0?e.opacity:1,n.opacity!==void 0?n.opacity:1,r));for(let a=0;a<l$;a++){const c=`border${RE[a]}Radius`;let f=vx(e,c),p=vx(n,c);if(f===void 0&&p===void 0)continue;f||(f=0),p||(p=0),f===0||p===0||mx(f)===mx(p)?(t[c]=Math.max(Kn(gx(f),gx(p),r),0),(Ba.test(p)||Ba.test(f))&&(t[c]+="%")):t[c]=p}(e.rotate||n.rotate)&&(t.rotate=Kn(e.rotate||0,n.rotate||0,r))}function vx(t,e){return t[e]!==void 0?t[e]:t.borderRadius}const c$=IE(0,.5,KC),f$=IE(.5,.95,Ro);function IE(t,e,n){return r=>r<t?0:r>e?1:n(Pf(t,e,r))}function yx(t,e){t.min=e.min,t.max=e.max}function Cs(t,e){yx(t.x,e.x),yx(t.y,e.y)}function bx(t,e){t.translate=e.translate,t.scale=e.scale,t.originPoint=e.originPoint,t.origin=e.origin}function wx(t,e,n,r,i){return t-=e,t=cp(t,1/n,r),i!==void 0&&(t=cp(t,1/i,r)),t}function d$(t,e=0,n=1,r=.5,i,o=t,a=t){if(Ba.test(e)&&(e=parseFloat(e),e=Kn(a.min,a.max,e/100)-a.min),typeof e!="number")return;let c=Kn(o.min,o.max,r);t===o&&(c-=e),t.min=wx(t.min,e,n,c,i),t.max=wx(t.max,e,n,c,i)}function xx(t,e,[n,r,i],o,a){d$(t,e[n],e[r],e[i],e.scale,o,a)}const h$=["x","scaleX","originX"],p$=["y","scaleY","originY"];function Sx(t,e,n,r){xx(t.x,e,h$,n?n.x:void 0,r?r.x:void 0),xx(t.y,e,p$,n?n.y:void 0,r?r.y:void 0)}function Tx(t){return t.translate===0&&t.scale===1}function AE(t){return Tx(t.x)&&Tx(t.y)}function Cx(t,e){return t.min===e.min&&t.max===e.max}function g$(t,e){return Cx(t.x,e.x)&&Cx(t.y,e.y)}function Ex(t,e){return Math.round(t.min)===Math.round(e.min)&&Math.round(t.max)===Math.round(e.max)}function ME(t,e){return Ex(t.x,e.x)&&Ex(t.y,e.y)}function kx(t){return es(t.x)/es(t.y)}function Dx(t,e){return t.translate===e.translate&&t.scale===e.scale&&t.originPoint===e.originPoint}let m$=class{constructor(){this.members=[]}add(e){vy(this.members,e),e.scheduleRender()}remove(e){if(yy(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(e){const n=this.members.findIndex(i=>e===i);if(n===0)return!1;let r;for(let i=n;i>=0;i--){const o=this.members[i];if(o.isPresent!==!1){r=o;break}}return r?(this.promote(r),!0):!1}promote(e,n){const r=this.lead;if(e!==r&&(this.prevLead=r,this.lead=e,e.show(),r)){r.instance&&r.scheduleRender(),e.scheduleRender(),e.resumeFrom=r,n&&(e.resumeFrom.preserveOpacity=!0),r.snapshot&&(e.snapshot=r.snapshot,e.snapshot.latestValues=r.animationValues||r.latestValues),e.root&&e.root.isUpdating&&(e.isLayoutDirty=!0);const{crossfade:i}=e.options;i===!1&&r.hide()}}exitAnimationComplete(){this.members.forEach(e=>{const{options:n,resumingFrom:r}=e;n.onExitComplete&&n.onExitComplete(),r&&r.options.onExitComplete&&r.options.onExitComplete()})}scheduleRender(){this.members.forEach(e=>{e.instance&&e.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}};function v$(t,e,n){let r="";const i=t.x.translate/e.x,o=t.y.translate/e.y,a=(n==null?void 0:n.z)||0;if((i||o||a)&&(r=`translate3d(${i}px, ${o}px, ${a}px) `),(e.x!==1||e.y!==1)&&(r+=`scale(${1/e.x}, ${1/e.y}) `),n){const{transformPerspective:p,rotate:y,rotateX:g,rotateY:T,skewX:E,skewY:I}=n;p&&(r=`perspective(${p}px) ${r}`),y&&(r+=`rotate(${y}deg) `),g&&(r+=`rotateX(${g}deg) `),T&&(r+=`rotateY(${T}deg) `),E&&(r+=`skewX(${E}deg) `),I&&(r+=`skewY(${I}deg) `)}const c=t.x.scale*e.x,f=t.y.scale*e.y;return(c!==1||f!==1)&&(r+=`scale(${c}, ${f})`),r||"none"}const dc={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0},dd=typeof window<"u"&&window.MotionDebug!==void 0,zg=["","X","Y","Z"],y$={visibility:"hidden"},Px=1e3;let b$=0;function Yg(t,e,n,r){const{latestValues:i}=e;i[t]&&(n[t]=i[t],e.setStaticValue(t,0),r&&(r[t]=0))}function LE(t){if(t.hasCheckedOptimisedAppear=!0,t.root===t)return;const{visualElement:e}=t.options;if(!e)return;const n=HC(e);if(window.MotionHasOptimisedAnimation(n,"transform")){const{layout:i,layoutId:o}=t.options;window.MotionCancelOptimisedAnimation(n,"transform",Fn,!(i||o))}const{parent:r}=t;r&&!r.hasCheckedOptimisedAppear&&LE(r)}function FE({attachResizeListener:t,defaultParent:e,measureScroll:n,checkIsScrollRoot:r,resetTransform:i}){return class{constructor(a={},c=e==null?void 0:e()){this.id=b$++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,dd&&(dc.totalNodes=dc.resolvedTargetDeltas=dc.recalculatedProjection=0),this.nodes.forEach(S$),this.nodes.forEach(D$),this.nodes.forEach(P$),this.nodes.forEach(T$),dd&&window.MotionDebug.record(dc)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=a,this.root=c?c.root||c:this,this.path=c?[...c.path,c]:[],this.parent=c,this.depth=c?c.depth+1:0;for(let f=0;f<this.path.length;f++)this.path[f].shouldResetTransform=!0;this.root===this&&(this.nodes=new s$)}addEventListener(a,c){return this.eventHandlers.has(a)||this.eventHandlers.set(a,new by),this.eventHandlers.get(a).add(c)}notifyListeners(a,...c){const f=this.eventHandlers.get(a);f&&f.notify(...c)}hasListeners(a){return this.eventHandlers.has(a)}mount(a,c=this.root.hasTreeAnimated){if(this.instance)return;this.isSVG=i$(a),this.instance=a;const{layoutId:f,layout:p,visualElement:y}=this.options;if(y&&!y.current&&y.mount(a),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),c&&(p||f)&&(this.isLayoutDirty=!0),t){let g;const T=()=>this.root.updateBlockedByResize=!1;t(a,()=>{this.root.updateBlockedByResize=!0,g&&g(),g=a$(T,250),Vh.hasAnimatedSinceResize&&(Vh.hasAnimatedSinceResize=!1,this.nodes.forEach(_x))})}f&&this.root.registerSharedNode(f,this),this.options.animate!==!1&&y&&(f||p)&&this.addEventListener("didUpdate",({delta:g,hasLayoutChanged:T,hasRelativeTargetChanged:E,layout:I})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const A=this.options.transition||y.getDefaultTransition()||A$,{onLayoutAnimationStart:j,onLayoutAnimationComplete:R}=y.getProps(),H=!this.targetLayout||!ME(this.targetLayout,I)||E,U=!T&&E;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||U||T&&(H||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(g,U);const ne={...hy(A,"layout"),onPlay:j,onComplete:R};(y.shouldReduceMotion||this.options.layoutRoot)&&(ne.delay=0,ne.type=!1),this.startAnimation(ne)}else T||_x(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=I})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const a=this.getStack();a&&a.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,bu(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(O$),this.animationId++)}getTransformTemplate(){const{visualElement:a}=this.options;return a&&a.getProps().transformTemplate}willUpdate(a=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&LE(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let y=0;y<this.path.length;y++){const g=this.path[y];g.shouldResetTransform=!0,g.updateScroll("snapshot"),g.options.layoutRoot&&g.willUpdate(!1)}const{layoutId:c,layout:f}=this.options;if(c===void 0&&!f)return;const p=this.getTransformTemplate();this.prevTransformTemplateValue=p?p(this.latestValues,""):void 0,this.updateSnapshot(),a&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(Ox);return}this.isUpdating||this.nodes.forEach(E$),this.isUpdating=!1,this.nodes.forEach(k$),this.nodes.forEach(w$),this.nodes.forEach(x$),this.clearAllSnapshots();const c=$a.now();Ei.delta=Pl(0,1e3/60,c-Ei.timestamp),Ei.timestamp=c,Ei.isProcessing=!0,Ng.update.process(Ei),Ng.preRender.process(Ei),Ng.render.process(Ei),Ei.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,ry.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(C$),this.sharedNodes.forEach(_$)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,Fn.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){Fn.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure())}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let f=0;f<this.path.length;f++)this.path[f].updateScroll();const a=this.layout;this.layout=this.measure(!1),this.layoutCorrected=gr(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:c}=this.options;c&&c.notify("LayoutMeasure",this.layout.layoutBox,a?a.layoutBox:void 0)}updateScroll(a="measure"){let c=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===a&&(c=!1),c){const f=r(this.instance);this.scroll={animationId:this.root.animationId,phase:a,isRoot:f,offset:n(this.instance),wasRoot:this.scroll?this.scroll.isRoot:f}}}resetTransform(){if(!i)return;const a=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,c=this.projectionDelta&&!AE(this.projectionDelta),f=this.getTransformTemplate(),p=f?f(this.latestValues,""):void 0,y=p!==this.prevTransformTemplateValue;a&&(c||fc(this.latestValues)||y)&&(i(this.instance,p),this.shouldResetTransform=!1,this.scheduleRender())}measure(a=!0){const c=this.measurePageBox();let f=this.removeElementScroll(c);return a&&(f=this.removeTransform(f)),M$(f),{animationId:this.root.animationId,measuredBox:c,layoutBox:f,latestValues:{},source:this.id}}measurePageBox(){var a;const{visualElement:c}=this.options;if(!c)return gr();const f=c.measureViewportBox();if(!(((a=this.scroll)===null||a===void 0?void 0:a.wasRoot)||this.path.some(L$))){const{scroll:y}=this.root;y&&(yf(f.x,y.offset.x),yf(f.y,y.offset.y))}return f}removeElementScroll(a){var c;const f=gr();if(Cs(f,a),!((c=this.scroll)===null||c===void 0)&&c.wasRoot)return f;for(let p=0;p<this.path.length;p++){const y=this.path[p],{scroll:g,options:T}=y;y!==this.root&&g&&T.layoutScroll&&(g.wasRoot&&Cs(f,a),yf(f.x,g.offset.x),yf(f.y,g.offset.y))}return f}applyTransform(a,c=!1){const f=gr();Cs(f,a);for(let p=0;p<this.path.length;p++){const y=this.path[p];!c&&y.options.layoutScroll&&y.scroll&&y!==y.root&&bf(f,{x:-y.scroll.offset.x,y:-y.scroll.offset.y}),fc(y.latestValues)&&bf(f,y.latestValues)}return fc(this.latestValues)&&bf(f,this.latestValues),f}removeTransform(a){const c=gr();Cs(c,a);for(let f=0;f<this.path.length;f++){const p=this.path[f];if(!p.instance||!fc(p.latestValues))continue;Qm(p.latestValues)&&p.updateSnapshot();const y=gr(),g=p.measurePageBox();Cs(y,g),Sx(c,p.latestValues,p.snapshot?p.snapshot.layoutBox:void 0,y)}return fc(this.latestValues)&&Sx(c,this.latestValues),c}setTargetDelta(a){this.targetDelta=a,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(a){this.options={...this.options,...a,crossfade:a.crossfade!==void 0?a.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==Ei.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(a=!1){var c;const f=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=f.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=f.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=f.isSharedProjectionDirty);const p=!!this.resumingFrom||this!==f;if(!(a||p&&this.isSharedProjectionDirty||this.isProjectionDirty||!((c=this.parent)===null||c===void 0)&&c.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;const{layout:g,layoutId:T}=this.options;if(!(!this.layout||!(g||T))){if(this.resolvedRelativeTargetAt=Ei.timestamp,!this.targetDelta&&!this.relativeTarget){const E=this.getClosestProjectingParent();E&&E.layout&&this.animationProgress!==1?(this.relativeParent=E,this.forceRelativeParentToResolveTarget(),this.relativeTarget=gr(),this.relativeTargetOrigin=gr(),xd(this.relativeTargetOrigin,this.layout.layoutBox,E.layout.layoutBox),Cs(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)){if(this.target||(this.target=gr(),this.targetWithTransforms=gr()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),jB(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):Cs(this.target,this.layout.layoutBox),DE(this.target,this.targetDelta)):Cs(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const E=this.getClosestProjectingParent();E&&!!E.resumingFrom==!!this.resumingFrom&&!E.options.layoutScroll&&E.target&&this.animationProgress!==1?(this.relativeParent=E,this.forceRelativeParentToResolveTarget(),this.relativeTarget=gr(),this.relativeTargetOrigin=gr(),xd(this.relativeTargetOrigin,this.target,E.target),Cs(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}dd&&dc.resolvedTargetDeltas++}}}getClosestProjectingParent(){if(!(!this.parent||Qm(this.parent.latestValues)||kE(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var a;const c=this.getLead(),f=!!this.resumingFrom||this!==c;let p=!0;if((this.isProjectionDirty||!((a=this.parent)===null||a===void 0)&&a.isProjectionDirty)&&(p=!1),f&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(p=!1),this.resolvedRelativeTargetAt===Ei.timestamp&&(p=!1),p)return;const{layout:y,layoutId:g}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(y||g))return;Cs(this.layoutCorrected,this.layout.layoutBox);const T=this.treeScale.x,E=this.treeScale.y;GB(this.layoutCorrected,this.treeScale,this.path,f),c.layout&&!c.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(c.target=c.layout.layoutBox,c.targetWithTransforms=gr());const{target:I}=c;if(!I){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}!this.projectionDelta||!this.prevProjectionDelta?this.createProjectionDeltas():(bx(this.prevProjectionDelta.x,this.projectionDelta.x),bx(this.prevProjectionDelta.y,this.projectionDelta.y)),wd(this.projectionDelta,this.layoutCorrected,I,this.latestValues),(this.treeScale.x!==T||this.treeScale.y!==E||!Dx(this.projectionDelta.x,this.prevProjectionDelta.x)||!Dx(this.projectionDelta.y,this.prevProjectionDelta.y))&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",I)),dd&&dc.recalculatedProjection++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(a=!0){var c;if((c=this.options.visualElement)===null||c===void 0||c.scheduleRender(),a){const f=this.getStack();f&&f.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=vf(),this.projectionDelta=vf(),this.projectionDeltaWithTransform=vf()}setAnimationOrigin(a,c=!1){const f=this.snapshot,p=f?f.latestValues:{},y={...this.latestValues},g=vf();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!c;const T=gr(),E=f?f.source:void 0,I=this.layout?this.layout.source:void 0,A=E!==I,j=this.getStack(),R=!j||j.members.length<=1,H=!!(A&&!R&&this.options.crossfade===!0&&!this.path.some(I$));this.animationProgress=0;let U;this.mixTargetDelta=ne=>{const q=ne/1e3;Rx(g.x,a.x,q),Rx(g.y,a.y,q),this.setTargetDelta(g),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(xd(T,this.layout.layoutBox,this.relativeParent.layout.layoutBox),R$(this.relativeTarget,this.relativeTargetOrigin,T,q),U&&g$(this.relativeTarget,U)&&(this.isProjectionDirty=!1),U||(U=gr()),Cs(U,this.relativeTarget)),A&&(this.animationValues=y,u$(y,p,this.latestValues,q,H,R)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=q},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(a){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(bu(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=Fn.update(()=>{Vh.hasAnimatedSinceResize=!0,this.currentAnimation=r$(0,Px,{...a,onUpdate:c=>{this.mixTargetDelta(c),a.onUpdate&&a.onUpdate(c)},onComplete:()=>{a.onComplete&&a.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const a=this.getStack();a&&a.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(Px),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const a=this.getLead();let{targetWithTransforms:c,target:f,layout:p,latestValues:y}=a;if(!(!c||!f||!p)){if(this!==a&&this.layout&&p&&NE(this.options.animationType,this.layout.layoutBox,p.layoutBox)){f=this.target||gr();const g=es(this.layout.layoutBox.x);f.x.min=a.target.x.min,f.x.max=f.x.min+g;const T=es(this.layout.layoutBox.y);f.y.min=a.target.y.min,f.y.max=f.y.min+T}Cs(c,f),bf(c,y),wd(this.projectionDeltaWithTransform,this.layoutCorrected,c,y)}}registerSharedNode(a,c){this.sharedNodes.has(a)||this.sharedNodes.set(a,new m$),this.sharedNodes.get(a).add(c);const p=c.options.initialPromotionConfig;c.promote({transition:p?p.transition:void 0,preserveFollowOpacity:p&&p.shouldPreserveFollowOpacity?p.shouldPreserveFollowOpacity(c):void 0})}isLead(){const a=this.getStack();return a?a.lead===this:!0}getLead(){var a;const{layoutId:c}=this.options;return c?((a=this.getStack())===null||a===void 0?void 0:a.lead)||this:this}getPrevLead(){var a;const{layoutId:c}=this.options;return c?(a=this.getStack())===null||a===void 0?void 0:a.prevLead:void 0}getStack(){const{layoutId:a}=this.options;if(a)return this.root.sharedNodes.get(a)}promote({needsReset:a,transition:c,preserveFollowOpacity:f}={}){const p=this.getStack();p&&p.promote(this,f),a&&(this.projectionDelta=void 0,this.needsReset=!0),c&&this.setOptions({transition:c})}relegate(){const a=this.getStack();return a?a.relegate(this):!1}resetSkewAndRotation(){const{visualElement:a}=this.options;if(!a)return;let c=!1;const{latestValues:f}=a;if((f.z||f.rotate||f.rotateX||f.rotateY||f.rotateZ||f.skewX||f.skewY)&&(c=!0),!c)return;const p={};f.z&&Yg("z",a,p,this.animationValues);for(let y=0;y<zg.length;y++)Yg(`rotate${zg[y]}`,a,p,this.animationValues),Yg(`skew${zg[y]}`,a,p,this.animationValues);a.render();for(const y in p)a.setStaticValue(y,p[y]),this.animationValues&&(this.animationValues[y]=p[y]);a.scheduleRender()}getProjectionStyles(a){var c,f;if(!this.instance||this.isSVG)return;if(!this.isVisible)return y$;const p={visibility:""},y=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,p.opacity="",p.pointerEvents=Bh(a==null?void 0:a.pointerEvents)||"",p.transform=y?y(this.latestValues,""):"none",p;const g=this.getLead();if(!this.projectionDelta||!this.layout||!g.target){const A={};return this.options.layoutId&&(A.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,A.pointerEvents=Bh(a==null?void 0:a.pointerEvents)||""),this.hasProjected&&!fc(this.latestValues)&&(A.transform=y?y({},""):"none",this.hasProjected=!1),A}const T=g.animationValues||g.latestValues;this.applyTransformsToTarget(),p.transform=v$(this.projectionDeltaWithTransform,this.treeScale,T),y&&(p.transform=y(T,p.transform));const{x:E,y:I}=this.projectionDelta;p.transformOrigin=`${E.origin*100}% ${I.origin*100}% 0`,g.animationValues?p.opacity=g===this?(f=(c=T.opacity)!==null&&c!==void 0?c:this.latestValues.opacity)!==null&&f!==void 0?f:1:this.preserveOpacity?this.latestValues.opacity:T.opacityExit:p.opacity=g===this?T.opacity!==void 0?T.opacity:"":T.opacityExit!==void 0?T.opacityExit:0;for(const A in op){if(T[A]===void 0)continue;const{correct:j,applyTo:R}=op[A],H=p.transform==="none"?T[A]:j(T[A],g);if(R){const U=R.length;for(let ne=0;ne<U;ne++)p[R[ne]]=H}else p[A]=H}return this.options.layoutId&&(p.pointerEvents=g===this?Bh(a==null?void 0:a.pointerEvents)||"":"none"),p}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(a=>{var c;return(c=a.currentAnimation)===null||c===void 0?void 0:c.stop()}),this.root.nodes.forEach(Ox),this.root.sharedNodes.clear()}}}function w$(t){t.updateLayout()}function x$(t){var e;const n=((e=t.resumeFrom)===null||e===void 0?void 0:e.snapshot)||t.snapshot;if(t.isLead()&&t.layout&&n&&t.hasListeners("didUpdate")){const{layoutBox:r,measuredBox:i}=t.layout,{animationType:o}=t.options,a=n.source!==t.layout.source;o==="size"?Ps(g=>{const T=a?n.measuredBox[g]:n.layoutBox[g],E=es(T);T.min=r[g].min,T.max=T.min+E}):NE(o,n.layoutBox,r)&&Ps(g=>{const T=a?n.measuredBox[g]:n.layoutBox[g],E=es(r[g]);T.max=T.min+E,t.relativeTarget&&!t.currentAnimation&&(t.isProjectionDirty=!0,t.relativeTarget[g].max=t.relativeTarget[g].min+E)});const c=vf();wd(c,r,n.layoutBox);const f=vf();a?wd(f,t.applyTransform(i,!0),n.measuredBox):wd(f,r,n.layoutBox);const p=!AE(c);let y=!1;if(!t.resumeFrom){const g=t.getClosestProjectingParent();if(g&&!g.resumeFrom){const{snapshot:T,layout:E}=g;if(T&&E){const I=gr();xd(I,n.layoutBox,T.layoutBox);const A=gr();xd(A,r,E.layoutBox),ME(I,A)||(y=!0),g.options.layoutRoot&&(t.relativeTarget=A,t.relativeTargetOrigin=I,t.relativeParent=g)}}}t.notifyListeners("didUpdate",{layout:r,snapshot:n,delta:f,layoutDelta:c,hasLayoutChanged:p,hasRelativeTargetChanged:y})}else if(t.isLead()){const{onExitComplete:r}=t.options;r&&r()}t.options.transition=void 0}function S$(t){dd&&dc.totalNodes++,t.parent&&(t.isProjecting()||(t.isProjectionDirty=t.parent.isProjectionDirty),t.isSharedProjectionDirty||(t.isSharedProjectionDirty=!!(t.isProjectionDirty||t.parent.isProjectionDirty||t.parent.isSharedProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=t.parent.isTransformDirty))}function T$(t){t.isProjectionDirty=t.isSharedProjectionDirty=t.isTransformDirty=!1}function C$(t){t.clearSnapshot()}function Ox(t){t.clearMeasurements()}function E$(t){t.isLayoutDirty=!1}function k$(t){const{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function _x(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0,t.isProjectionDirty=!0}function D$(t){t.resolveTargetDelta()}function P$(t){t.calcProjection()}function O$(t){t.resetSkewAndRotation()}function _$(t){t.removeLeadSnapshot()}function Rx(t,e,n){t.translate=Kn(e.translate,0,n),t.scale=Kn(e.scale,1,n),t.origin=e.origin,t.originPoint=e.originPoint}function Ix(t,e,n,r){t.min=Kn(e.min,n.min,r),t.max=Kn(e.max,n.max,r)}function R$(t,e,n,r){Ix(t.x,e.x,n.x,r),Ix(t.y,e.y,n.y,r)}function I$(t){return t.animationValues&&t.animationValues.opacityExit!==void 0}const A$={duration:.45,ease:[.4,0,.1,1]},Ax=t=>typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(t),Mx=Ax("applewebkit/")&&!Ax("chrome/")?Math.round:Ro;function Lx(t){t.min=Mx(t.min),t.max=Mx(t.max)}function M$(t){Lx(t.x),Lx(t.y)}function NE(t,e,n){return t==="position"||t==="preserve-aspect"&&!NB(kx(e),kx(n),.2)}function L$(t){var e;return t!==t.root&&((e=t.scroll)===null||e===void 0?void 0:e.wasRoot)}const F$=FE({attachResizeListener:(t,e)=>Nd(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),Gg={current:void 0},jE=FE({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!Gg.current){const t=new F$({});t.mount(window),t.setOptions({layoutScroll:!0}),Gg.current=t}return Gg.current},resetTransform:(t,e)=>{t.style.transform=e!==void 0?e:"none"},checkIsScrollRoot:t=>window.getComputedStyle(t).position==="fixed"}),N$={pan:{Feature:QB},drag:{Feature:JB,ProjectionNode:jE,MeasureLayout:_E}};function Fx(t,e,n){const{props:r}=t;t.animationState&&r.whileHover&&t.animationState.setActive("whileHover",n==="Start");const i="onHover"+n,o=r[i];o&&Fn.postRender(()=>o(e,Xd(e)))}let j$=class extends ku{mount(){const{current:e}=this.node;e&&(this.unmount=NN(e,n=>(Fx(this.node,n,"Start"),r=>Fx(this.node,r,"End"))))}unmount(){}},B$=class extends ku{constructor(){super(...arguments),this.isActive=!1}onFocus(){let e=!1;try{e=this.node.current.matches(":focus-visible")}catch{e=!0}!e||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){!this.isActive||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=qd(Nd(this.node.current,"focus",()=>this.onFocus()),Nd(this.node.current,"blur",()=>this.onBlur()))}unmount(){}};function Nx(t,e,n){const{props:r}=t;t.animationState&&r.whileTap&&t.animationState.setActive("whileTap",n==="Start");const i="onTap"+(n==="End"?"":n),o=r[i];o&&Fn.postRender(()=>o(e,Xd(e)))}let $$=class extends ku{mount(){const{current:e}=this.node;e&&(this.unmount=VN(e,n=>(Nx(this.node,n,"Start"),(r,{success:i})=>Nx(this.node,r,i?"End":"Cancel")),{useGlobalTarget:this.node.props.globalTapTarget}))}unmount(){}};const tv=new WeakMap,qg=new WeakMap,V$=t=>{const e=tv.get(t.target);e&&e(t)},U$=t=>{t.forEach(V$)};function H$({root:t,...e}){const n=t||document;qg.has(n)||qg.set(n,{});const r=qg.get(n),i=JSON.stringify(e);return r[i]||(r[i]=new IntersectionObserver(U$,{root:t,...e})),r[i]}function W$(t,e,n){const r=H$(e);return tv.set(t,n),r.observe(t),()=>{tv.delete(t),r.unobserve(t)}}const z$={some:0,all:1};let Y$=class extends ku{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:e={}}=this.node.getProps(),{root:n,margin:r,amount:i="some",once:o}=e,a={root:n?n.current:void 0,rootMargin:r,threshold:typeof i=="number"?i:z$[i]},c=f=>{const{isIntersecting:p}=f;if(this.isInView===p||(this.isInView=p,o&&!p&&this.hasEnteredView))return;p&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",p);const{onViewportEnter:y,onViewportLeave:g}=this.node.getProps(),T=p?y:g;T&&T(f)};return W$(this.node.current,a,c)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:e,prevProps:n}=this.node;["amount","margin","root"].some(G$(e,n))&&this.startObserver()}unmount(){}};function G$({viewport:t={}},{viewport:e={}}={}){return n=>t[n]!==e[n]}const q$={inView:{Feature:Y$},tap:{Feature:$$},focus:{Feature:B$},hover:{Feature:j$}},X$={layout:{ProjectionNode:jE,MeasureLayout:_E}},nv={current:null},BE={current:!1};function K$(){if(BE.current=!0,!!Jv)if(window.matchMedia){const t=window.matchMedia("(prefers-reduced-motion)"),e=()=>nv.current=t.matches;t.addListener(e),e()}else nv.current=!1}const Z$=[...cE,ji,wu],J$=t=>Z$.find(uE(t)),jx=new WeakMap;function Q$(t,e,n){for(const r in e){const i=e[r],o=n[r];if(Bi(i))t.addValue(r,i),process.env.NODE_ENV==="development"&&_p(i.version==="11.18.2",`Attempting to mix Motion versions ${i.version} with 11.18.2 may not work as expected.`);else if(Bi(o))t.addValue(r,Ld(i,{owner:t}));else if(o!==i)if(t.hasValue(r)){const a=t.getValue(r);a.liveStyle===!0?a.jump(i):a.hasAnimated||a.set(i)}else{const a=t.getStaticValue(r);t.addValue(r,Ld(a!==void 0?a:i,{owner:t}))}}for(const r in n)e[r]===void 0&&t.removeValue(r);return e}const Bx=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];let eV=class{scrapeMotionValuesFromProps(e,n,r){return{}}constructor({parent:e,props:n,presenceContext:r,reducedMotionConfig:i,blockInitialAnimation:o,visualState:a},c={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=Ey,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{const E=$a.now();this.renderScheduledAt<E&&(this.renderScheduledAt=E,Fn.render(this.render,!1,!0))};const{latestValues:f,renderState:p,onUpdate:y}=a;this.onUpdate=y,this.latestValues=f,this.baseTarget={...f},this.initialValues=n.initial?{...f}:{},this.renderState=p,this.parent=e,this.props=n,this.presenceContext=r,this.depth=e?e.depth+1:0,this.reducedMotionConfig=i,this.options=c,this.blockInitialAnimation=!!o,this.isControllingVariants=Ap(n),this.isVariantNode=yC(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(e&&e.current);const{willChange:g,...T}=this.scrapeMotionValuesFromProps(n,{},this);for(const E in T){const I=T[E];f[E]!==void 0&&Bi(I)&&I.set(f[E],!1)}}mount(e){this.current=e,jx.set(e,this),this.projection&&!this.projection.instance&&this.projection.mount(e),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,r)=>this.bindToMotionValue(r,n)),BE.current||K$(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:nv.current,process.env.NODE_ENV!=="production"&&_p(this.shouldReduceMotion!==!0,"You have Reduced Motion enabled on your device. Animations may not appear as expected."),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){jx.delete(this.current),this.projection&&this.projection.unmount(),bu(this.notifyUpdate),bu(this.render),this.valueSubscriptions.forEach(e=>e()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const e in this.events)this.events[e].clear();for(const e in this.features){const n=this.features[e];n&&(n.unmount(),n.isMounted=!1)}this.current=null}bindToMotionValue(e,n){this.valueSubscriptions.has(e)&&this.valueSubscriptions.get(e)();const r=Rc.has(e),i=n.on("change",c=>{this.latestValues[e]=c,this.props.onUpdate&&Fn.preRender(this.notifyUpdate),r&&this.projection&&(this.projection.isTransformDirty=!0)}),o=n.on("renderRequest",this.scheduleRender);let a;window.MotionCheckAppearSync&&(a=window.MotionCheckAppearSync(this,e,n)),this.valueSubscriptions.set(e,()=>{i(),o(),a&&a(),n.owner&&n.stop()})}sortNodePosition(e){return!this.current||!this.sortInstanceNodePosition||this.type!==e.type?0:this.sortInstanceNodePosition(this.current,e.current)}updateFeatures(){let e="animation";for(e in Of){const n=Of[e];if(!n)continue;const{isEnabled:r,Feature:i}=n;if(!this.features[e]&&i&&r(this.props)&&(this.features[e]=new i(this)),this.features[e]){const o=this.features[e];o.isMounted?o.update():(o.mount(),o.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):gr()}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,n){this.latestValues[e]=n}update(e,n){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=e,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let r=0;r<Bx.length;r++){const i=Bx[r];this.propEventSubscriptions[i]&&(this.propEventSubscriptions[i](),delete this.propEventSubscriptions[i]);const o="on"+i,a=e[o];a&&(this.propEventSubscriptions[i]=this.on(i,a))}this.prevMotionValues=Q$(this,this.scrapeMotionValuesFromProps(e,this.prevProps,this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue(),this.onUpdate&&this.onUpdate(this)}getProps(){return this.props}getVariant(e){return this.props.variants?this.props.variants[e]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(e){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(e),()=>n.variantChildren.delete(e)}addValue(e,n){const r=this.values.get(e);n!==r&&(r&&this.removeValue(e),this.bindToMotionValue(e,n),this.values.set(e,n),this.latestValues[e]=n.get())}removeValue(e){this.values.delete(e);const n=this.valueSubscriptions.get(e);n&&(n(),this.valueSubscriptions.delete(e)),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,n){if(this.props.values&&this.props.values[e])return this.props.values[e];let r=this.values.get(e);return r===void 0&&n!==void 0&&(r=Ld(n===null?void 0:n,{owner:this}),this.addValue(e,r)),r}readValue(e,n){var r;let i=this.latestValues[e]!==void 0||!this.current?this.latestValues[e]:(r=this.getBaseTargetFromProps(this.props,e))!==null&&r!==void 0?r:this.readValueFromInstance(this.current,e,this.options);return i!=null&&(typeof i=="string"&&(aE(i)||JC(i))?i=parseFloat(i):!J$(i)&&wu.test(n)&&(i=iE(e,n)),this.setBaseTarget(e,Bi(i)?i.get():i)),Bi(i)?i.get():i}setBaseTarget(e,n){this.baseTarget[e]=n}getBaseTarget(e){var n;const{initial:r}=this.props;let i;if(typeof r=="string"||typeof r=="object"){const a=oy(this.props,r,(n=this.presenceContext)===null||n===void 0?void 0:n.custom);a&&(i=a[e])}if(r&&i!==void 0)return i;const o=this.getBaseTargetFromProps(this.props,e);return o!==void 0&&!Bi(o)?o:this.initialValues[e]!==void 0&&i===void 0?void 0:this.baseTarget[e]}on(e,n){return this.events[e]||(this.events[e]=new by),this.events[e].add(n)}notify(e,...n){this.events[e]&&this.events[e].notify(...n)}},$E=class extends eV{constructor(){super(...arguments),this.KeyframeResolver=fE}sortInstanceNodePosition(e,n){return e.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(e,n){return e.style?e.style[n]:void 0}removeValueFromRenderState(e,{vars:n,style:r}){delete n[e],delete r[e]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:e}=this.props;Bi(e)&&(this.childSubscription=e.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}};function tV(t){return window.getComputedStyle(t)}let nV=class extends $E{constructor(){super(...arguments),this.type="html",this.renderInstance=DC}readValueFromInstance(e,n){if(Rc.has(n)){const r=Cy(n);return r&&r.default||0}else{const r=tV(e),i=(CC(n)?r.getPropertyValue(n):r[n])||0;return typeof i=="string"?i.trim():i}}measureInstanceViewportBox(e,{transformPagePoint:n}){return PE(e,n)}build(e,n,r){ly(e,n,r.transformTemplate)}scrapeMotionValuesFromProps(e,n,r){return dy(e,n,r)}},rV=class extends $E{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=gr}getBaseTargetFromProps(e,n){return e[n]}readValueFromInstance(e,n){if(Rc.has(n)){const r=Cy(n);return r&&r.default||0}return n=PC.has(n)?n:ny(n),e.getAttribute(n)}scrapeMotionValuesFromProps(e,n,r){return RC(e,n,r)}build(e,n,r){uy(e,n,this.isSVGTag,r.transformTemplate)}renderInstance(e,n,r,i){OC(e,n,r,i)}mount(e){this.isSVGTag=fy(e.tagName),super.mount(e)}};const iV=(t,e)=>iy(t)?new rV(e):new nV(e,{allowProjection:t!==X.Fragment}),oV=_N({...PB,...q$,...N$,...X$},iV),sV=zF(oV);function rv(t,e,n){var r,i,o,a,c;e==null&&(e=100);function f(){var y=Date.now()-a;y<e&&y>=0?r=setTimeout(f,e-y):(r=null,n||(c=t.apply(o,i),o=i=null))}var p=function(){o=this,i=arguments,a=Date.now();var y=n&&!r;return r||(r=setTimeout(f,e)),y&&(c=t.apply(o,i),o=i=null),c};return p.clear=function(){r&&(clearTimeout(r),r=null)},p.flush=function(){r&&(c=t.apply(o,i),o=i=null,clearTimeout(r),r=null)},p}rv.debounce=rv;var aV=rv;const $x=Eu(aV);function lV(t){let{debounce:e,scroll:n,polyfill:r,offsetSize:i}=t===void 0?{debounce:0,scroll:!1,offsetSize:!1}:t;const o=r||(typeof window>"u"?class{}:window.ResizeObserver);if(!o)throw new Error("This browser does not support ResizeObserver out of the box. See: https://github.com/react-spring/react-use-measure/#resize-observer-polyfills");const[a,c]=X.useState({left:0,top:0,width:0,height:0,bottom:0,right:0,x:0,y:0}),f=X.useRef({element:null,scrollContainers:null,resizeObserver:null,lastBounds:a}),p=e?typeof e=="number"?e:e.scroll:null,y=e?typeof e=="number"?e:e.resize:null,g=X.useRef(!1);X.useEffect(()=>(g.current=!0,()=>void(g.current=!1)));const[T,E,I]=X.useMemo(()=>{const H=()=>{if(!f.current.element)return;const{left:U,top:ne,width:q,height:ie,bottom:x,right:le,x:ae,y:ze}=f.current.element.getBoundingClientRect(),tt={left:U,top:ne,width:q,height:ie,bottom:x,right:le,x:ae,y:ze};f.current.element instanceof HTMLElement&&i&&(tt.height=f.current.element.offsetHeight,tt.width=f.current.element.offsetWidth),Object.freeze(tt),g.current&&!dV(f.current.lastBounds,tt)&&c(f.current.lastBounds=tt)};return[H,y?$x(H,y):H,p?$x(H,p):H]},[c,i,p,y]);function A(){f.current.scrollContainers&&(f.current.scrollContainers.forEach(H=>H.removeEventListener("scroll",I,!0)),f.current.scrollContainers=null),f.current.resizeObserver&&(f.current.resizeObserver.disconnect(),f.current.resizeObserver=null)}function j(){f.current.element&&(f.current.resizeObserver=new o(I),f.current.resizeObserver.observe(f.current.element),n&&f.current.scrollContainers&&f.current.scrollContainers.forEach(H=>H.addEventListener("scroll",I,{capture:!0,passive:!0})))}const R=H=>{!H||H===f.current.element||(A(),f.current.element=H,f.current.scrollContainers=VE(H),j())};return cV(I,!!n),uV(E),X.useEffect(()=>{A(),j()},[n,I,E]),X.useEffect(()=>A,[]),[R,a,T]}function uV(t){X.useEffect(()=>{const e=t;return window.addEventListener("resize",e),()=>void window.removeEventListener("resize",e)},[t])}function cV(t,e){X.useEffect(()=>{if(e){const n=t;return window.addEventListener("scroll",n,{capture:!0,passive:!0}),()=>void window.removeEventListener("scroll",n,!0)}},[t,e])}function VE(t){const e=[];if(!t||t===document.body)return e;const{overflow:n,overflowX:r,overflowY:i}=window.getComputedStyle(t);return[n,r,i].some(o=>o==="auto"||o==="scroll")&&e.push(t),[...e,...VE(t.parentElement)]}const fV=["x","y","top","bottom","left","right","width","height"],dV=(t,e)=>fV.every(n=>t[n]===e[n]),UE=X.createContext({dragDropManager:void 0});function Es(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var Vx=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Ux=function(){return Math.random().toString(36).substring(7).split("").join(".")},Hx={INIT:"@@redux/INIT"+Ux(),REPLACE:"@@redux/REPLACE"+Ux()};function hV(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function pV(t){if(t===void 0)return"undefined";if(t===null)return"null";var e=typeof t;switch(e){case"boolean":case"string":case"number":case"symbol":case"function":return e}if(Array.isArray(t))return"array";if(vV(t))return"date";if(mV(t))return"error";var n=gV(t);switch(n){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return n}return e.slice(8,-1).toLowerCase().replace(/\s/g,"")}function gV(t){return typeof t.constructor=="function"?t.constructor.name:null}function mV(t){return t instanceof Error||typeof t.message=="string"&&t.constructor&&typeof t.constructor.stackTraceLimit=="number"}function vV(t){return t instanceof Date?!0:typeof t.toDateString=="function"&&typeof t.getDate=="function"&&typeof t.setDate=="function"}function cf(t){var e=typeof t;return process.env.NODE_ENV!=="production"&&(e=pV(t)),e}function HE(t,e,n){var r;if(typeof e=="function"&&typeof n=="function"||typeof n=="function"&&typeof arguments[3]=="function")throw new Error(process.env.NODE_ENV==="production"?Es(0):"It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.");if(typeof e=="function"&&typeof n>"u"&&(n=e,e=void 0),typeof n<"u"){if(typeof n!="function")throw new Error(process.env.NODE_ENV==="production"?Es(1):"Expected the enhancer to be a function. Instead, received: '"+cf(n)+"'");return n(HE)(t,e)}if(typeof t!="function")throw new Error(process.env.NODE_ENV==="production"?Es(2):"Expected the root reducer to be a function. Instead, received: '"+cf(t)+"'");var i=t,o=e,a=[],c=a,f=!1;function p(){c===a&&(c=a.slice())}function y(){if(f)throw new Error(process.env.NODE_ENV==="production"?Es(3):"You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.");return o}function g(A){if(typeof A!="function")throw new Error(process.env.NODE_ENV==="production"?Es(4):"Expected the listener to be a function. Instead, received: '"+cf(A)+"'");if(f)throw new Error(process.env.NODE_ENV==="production"?Es(5):"You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api/store#subscribelistener for more details.");var j=!0;return p(),c.push(A),function(){if(j){if(f)throw new Error(process.env.NODE_ENV==="production"?Es(6):"You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api/store#subscribelistener for more details.");j=!1,p();var H=c.indexOf(A);c.splice(H,1),a=null}}}function T(A){if(!hV(A))throw new Error(process.env.NODE_ENV==="production"?Es(7):"Actions must be plain objects. Instead, the actual type was: '"+cf(A)+"'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.");if(typeof A.type>"u")throw new Error(process.env.NODE_ENV==="production"?Es(8):'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');if(f)throw new Error(process.env.NODE_ENV==="production"?Es(9):"Reducers may not dispatch actions.");try{f=!0,o=i(o,A)}finally{f=!1}for(var j=a=c,R=0;R<j.length;R++){var H=j[R];H()}return A}function E(A){if(typeof A!="function")throw new Error(process.env.NODE_ENV==="production"?Es(10):"Expected the nextReducer to be a function. Instead, received: '"+cf(A));i=A,T({type:Hx.REPLACE})}function I(){var A,j=g;return A={subscribe:function(H){if(typeof H!="object"||H===null)throw new Error(process.env.NODE_ENV==="production"?Es(11):"Expected the observer to be an object. Instead, received: '"+cf(H)+"'");function U(){H.next&&H.next(y())}U();var ne=j(U);return{unsubscribe:ne}}},A[Vx]=function(){return this},A}return T({type:Hx.INIT}),r={dispatch:T,subscribe:g,getState:y,replaceReducer:E},r[Vx]=I,r}function Ht(t,e,...n){if(yV()&&e===void 0)throw new Error("invariant requires an error message argument");if(!t){let r;if(e===void 0)r=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{let i=0;r=new Error(e.replace(/%s/g,function(){return n[i++]})),r.name="Invariant Violation"}throw r.framesToPop=1,r}}function yV(){return typeof process<"u"&&process.env.NODE_ENV==="production"}function bV(t,e,n){return e.split(".").reduce((r,i)=>r&&r[i]?r[i]:n||null,t)}function wV(t,e){return t.filter(n=>n!==e)}function WE(t){return typeof t=="object"}function xV(t,e){const n=new Map,r=o=>{n.set(o,n.has(o)?n.get(o)+1:1)};t.forEach(r),e.forEach(r);const i=[];return n.forEach((o,a)=>{o===1&&i.push(a)}),i}function SV(t,e){return t.filter(n=>e.indexOf(n)>-1)}const Oy="dnd-core/INIT_COORDS",Fp="dnd-core/BEGIN_DRAG",_y="dnd-core/PUBLISH_DRAG_SOURCE",Np="dnd-core/HOVER",jp="dnd-core/DROP",Bp="dnd-core/END_DRAG";function Wx(t,e){return{type:Oy,payload:{sourceClientOffset:e||null,clientOffset:t||null}}}const TV={type:Oy,payload:{clientOffset:null,sourceClientOffset:null}};function CV(t){return function(n=[],r={publishSource:!0}){const{publishSource:i=!0,clientOffset:o,getSourceClientOffset:a}=r,c=t.getMonitor(),f=t.getRegistry();t.dispatch(Wx(o)),EV(n,c,f);const p=PV(n,c);if(p==null){t.dispatch(TV);return}let y=null;if(o){if(!a)throw new Error("getSourceClientOffset must be defined");kV(a),y=a(p)}t.dispatch(Wx(o,y));const T=f.getSource(p).beginDrag(c,p);if(T==null)return;DV(T),f.pinSource(p);const E=f.getSourceType(p);return{type:Fp,payload:{itemType:E,item:T,sourceId:p,clientOffset:o||null,sourceClientOffset:y||null,isSourcePublic:!!i}}}}function EV(t,e,n){Ht(!e.isDragging(),"Cannot call beginDrag while dragging."),t.forEach(function(r){Ht(n.getSource(r),"Expected sourceIds to be registered.")})}function kV(t){Ht(typeof t=="function","When clientOffset is provided, getSourceClientOffset must be a function.")}function DV(t){Ht(WE(t),"Item must be an object.")}function PV(t,e){let n=null;for(let r=t.length-1;r>=0;r--)if(e.canDragSource(t[r])){n=t[r];break}return n}function OV(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function _V(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){OV(t,i,n[i])})}return t}function RV(t){return function(n={}){const r=t.getMonitor(),i=t.getRegistry();IV(r),LV(r).forEach((a,c)=>{const f=AV(a,c,i,r),p={type:jp,payload:{dropResult:_V({},n,f)}};t.dispatch(p)})}}function IV(t){Ht(t.isDragging(),"Cannot call drop while not dragging."),Ht(!t.didDrop(),"Cannot call drop twice during one drag operation.")}function AV(t,e,n,r){const i=n.getTarget(t);let o=i?i.drop(r,t):void 0;return MV(o),typeof o>"u"&&(o=e===0?{}:r.getDropResult()),o}function MV(t){Ht(typeof t>"u"||WE(t),"Drop result must either be an object or undefined.")}function LV(t){const e=t.getTargetIds().filter(t.canDropOnTarget,t);return e.reverse(),e}function FV(t){return function(){const n=t.getMonitor(),r=t.getRegistry();NV(n);const i=n.getSourceId();return i!=null&&(r.getSource(i,!0).endDrag(n,i),r.unpinSource()),{type:Bp}}}function NV(t){Ht(t.isDragging(),"Cannot call endDrag while not dragging.")}function iv(t,e){return e===null?t===null:Array.isArray(t)?t.some(n=>n===e):t===e}function jV(t){return function(n,{clientOffset:r}={}){BV(n);const i=n.slice(0),o=t.getMonitor(),a=t.getRegistry(),c=o.getItemType();return VV(i,a,c),$V(i,o,a),UV(i,o,a),{type:Np,payload:{targetIds:i,clientOffset:r||null}}}}function BV(t){Ht(Array.isArray(t),"Expected targetIds to be an array.")}function $V(t,e,n){Ht(e.isDragging(),"Cannot call hover while not dragging."),Ht(!e.didDrop(),"Cannot call hover after drop.");for(let r=0;r<t.length;r++){const i=t[r];Ht(t.lastIndexOf(i)===r,"Expected targetIds to be unique in the passed array.");const o=n.getTarget(i);Ht(o,"Expected targetIds to be registered.")}}function VV(t,e,n){for(let r=t.length-1;r>=0;r--){const i=t[r],o=e.getTargetType(i);iv(o,n)||t.splice(r,1)}}function UV(t,e,n){t.forEach(function(r){n.getTarget(r).hover(e,r)})}function HV(t){return function(){if(t.getMonitor().isDragging())return{type:_y}}}function WV(t){return{beginDrag:CV(t),publishDragSource:HV(t),hover:jV(t),drop:RV(t),endDrag:FV(t)}}class zV{receiveBackend(e){this.backend=e}getMonitor(){return this.monitor}getBackend(){return this.backend}getRegistry(){return this.monitor.registry}getActions(){const e=this,{dispatch:n}=this.store;function r(o){return(...a)=>{const c=o.apply(e,a);typeof c<"u"&&n(c)}}const i=WV(this);return Object.keys(i).reduce((o,a)=>{const c=i[a];return o[a]=r(c),o},{})}dispatch(e){this.store.dispatch(e)}constructor(e,n){this.isSetUp=!1,this.handleRefCountChange=()=>{const r=this.store.getState().refCount>0;this.backend&&(r&&!this.isSetUp?(this.backend.setup(),this.isSetUp=!0):!r&&this.isSetUp&&(this.backend.teardown(),this.isSetUp=!1))},this.store=e,this.monitor=n,e.subscribe(this.handleRefCountChange)}}function YV(t,e){return{x:t.x+e.x,y:t.y+e.y}}function zE(t,e){return{x:t.x-e.x,y:t.y-e.y}}function GV(t){const{clientOffset:e,initialClientOffset:n,initialSourceClientOffset:r}=t;return!e||!n||!r?null:zE(YV(e,r),n)}function qV(t){const{clientOffset:e,initialClientOffset:n}=t;return!e||!n?null:zE(e,n)}const Sd=[],Ry=[];Sd.__IS_NONE__=!0;Ry.__IS_ALL__=!0;function XV(t,e){return t===Sd?!1:t===Ry||typeof e>"u"?!0:SV(e,t).length>0}class KV{subscribeToStateChange(e,n={}){const{handlerIds:r}=n;Ht(typeof e=="function","listener must be a function."),Ht(typeof r>"u"||Array.isArray(r),"handlerIds, when specified, must be an array of strings.");let i=this.store.getState().stateId;const o=()=>{const a=this.store.getState(),c=a.stateId;try{c===i||c===i+1&&!XV(a.dirtyHandlerIds,r)||e()}finally{i=c}};return this.store.subscribe(o)}subscribeToOffsetChange(e){Ht(typeof e=="function","listener must be a function.");let n=this.store.getState().dragOffset;const r=()=>{const i=this.store.getState().dragOffset;i!==n&&(n=i,e())};return this.store.subscribe(r)}canDragSource(e){if(!e)return!1;const n=this.registry.getSource(e);return Ht(n,`Expected to find a valid source. sourceId=${e}`),this.isDragging()?!1:n.canDrag(this,e)}canDropOnTarget(e){if(!e)return!1;const n=this.registry.getTarget(e);if(Ht(n,`Expected to find a valid target. targetId=${e}`),!this.isDragging()||this.didDrop())return!1;const r=this.registry.getTargetType(e),i=this.getItemType();return iv(r,i)&&n.canDrop(this,e)}isDragging(){return!!this.getItemType()}isDraggingSource(e){if(!e)return!1;const n=this.registry.getSource(e,!0);if(Ht(n,`Expected to find a valid source. sourceId=${e}`),!this.isDragging()||!this.isSourcePublic())return!1;const r=this.registry.getSourceType(e),i=this.getItemType();return r!==i?!1:n.isDragging(this,e)}isOverTarget(e,n={shallow:!1}){if(!e)return!1;const{shallow:r}=n;if(!this.isDragging())return!1;const i=this.registry.getTargetType(e),o=this.getItemType();if(o&&!iv(i,o))return!1;const a=this.getTargetIds();if(!a.length)return!1;const c=a.indexOf(e);return r?c===a.length-1:c>-1}getItemType(){return this.store.getState().dragOperation.itemType}getItem(){return this.store.getState().dragOperation.item}getSourceId(){return this.store.getState().dragOperation.sourceId}getTargetIds(){return this.store.getState().dragOperation.targetIds}getDropResult(){return this.store.getState().dragOperation.dropResult}didDrop(){return this.store.getState().dragOperation.didDrop}isSourcePublic(){return!!this.store.getState().dragOperation.isSourcePublic}getInitialClientOffset(){return this.store.getState().dragOffset.initialClientOffset}getInitialSourceClientOffset(){return this.store.getState().dragOffset.initialSourceClientOffset}getClientOffset(){return this.store.getState().dragOffset.clientOffset}getSourceClientOffset(){return GV(this.store.getState().dragOffset)}getDifferenceFromInitialOffset(){return qV(this.store.getState().dragOffset)}constructor(e,n){this.store=e,this.registry=n}}const zx=typeof global<"u"?global:self,YE=zx.MutationObserver||zx.WebKitMutationObserver;function GE(t){return function(){const n=setTimeout(i,0),r=setInterval(i,50);function i(){clearTimeout(n),clearInterval(r),t()}}}function ZV(t){let e=1;const n=new YE(t),r=document.createTextNode("");return n.observe(r,{characterData:!0}),function(){e=-e,r.data=e}}const JV=typeof YE=="function"?ZV:GE;class QV{enqueueTask(e){const{queue:n,requestFlush:r}=this;n.length||(r(),this.flushing=!0),n[n.length]=e}constructor(){this.queue=[],this.pendingErrors=[],this.flushing=!1,this.index=0,this.capacity=1024,this.flush=()=>{const{queue:e}=this;for(;this.index<e.length;){const n=this.index;if(this.index++,e[n].call(),this.index>this.capacity){for(let r=0,i=e.length-this.index;r<i;r++)e[r]=e[r+this.index];e.length-=this.index,this.index=0}}e.length=0,this.index=0,this.flushing=!1},this.registerPendingError=e=>{this.pendingErrors.push(e),this.requestErrorThrow()},this.requestFlush=JV(this.flush),this.requestErrorThrow=GE(()=>{if(this.pendingErrors.length)throw this.pendingErrors.shift()})}}class e3{call(){try{this.task&&this.task()}catch(e){this.onError(e)}finally{this.task=null,this.release(this)}}constructor(e,n){this.onError=e,this.release=n,this.task=null}}class t3{create(e){const n=this.freeTasks,r=n.length?n.pop():new e3(this.onError,i=>n[n.length]=i);return r.task=e,r}constructor(e){this.onError=e,this.freeTasks=[]}}const qE=new QV,n3=new t3(qE.registerPendingError);function r3(t){qE.enqueueTask(n3.create(t))}const Iy="dnd-core/ADD_SOURCE",Ay="dnd-core/ADD_TARGET",My="dnd-core/REMOVE_SOURCE",$p="dnd-core/REMOVE_TARGET";function i3(t){return{type:Iy,payload:{sourceId:t}}}function o3(t){return{type:Ay,payload:{targetId:t}}}function s3(t){return{type:My,payload:{sourceId:t}}}function a3(t){return{type:$p,payload:{targetId:t}}}function l3(t){Ht(typeof t.canDrag=="function","Expected canDrag to be a function."),Ht(typeof t.beginDrag=="function","Expected beginDrag to be a function."),Ht(typeof t.endDrag=="function","Expected endDrag to be a function.")}function u3(t){Ht(typeof t.canDrop=="function","Expected canDrop to be a function."),Ht(typeof t.hover=="function","Expected hover to be a function."),Ht(typeof t.drop=="function","Expected beginDrag to be a function.")}function ov(t,e){if(e&&Array.isArray(t)){t.forEach(n=>ov(n,!1));return}Ht(typeof t=="string"||typeof t=="symbol",e?"Type can only be a string, a symbol, or an array of either.":"Type can only be a string or a symbol.")}var _s;(function(t){t.SOURCE="SOURCE",t.TARGET="TARGET"})(_s||(_s={}));let c3=0;function f3(){return c3++}function d3(t){const e=f3().toString();switch(t){case _s.SOURCE:return`S${e}`;case _s.TARGET:return`T${e}`;default:throw new Error(`Unknown Handler Role: ${t}`)}}function Yx(t){switch(t[0]){case"S":return _s.SOURCE;case"T":return _s.TARGET;default:throw new Error(`Cannot parse handler ID: ${t}`)}}function Gx(t,e){const n=t.entries();let r=!1;do{const{done:i,value:[,o]}=n.next();if(o===e)return!0;r=!!i}while(!r);return!1}class h3{addSource(e,n){ov(e),l3(n);const r=this.addHandler(_s.SOURCE,e,n);return this.store.dispatch(i3(r)),r}addTarget(e,n){ov(e,!0),u3(n);const r=this.addHandler(_s.TARGET,e,n);return this.store.dispatch(o3(r)),r}containsHandler(e){return Gx(this.dragSources,e)||Gx(this.dropTargets,e)}getSource(e,n=!1){return Ht(this.isSourceId(e),"Expected a valid source ID."),n&&e===this.pinnedSourceId?this.pinnedSource:this.dragSources.get(e)}getTarget(e){return Ht(this.isTargetId(e),"Expected a valid target ID."),this.dropTargets.get(e)}getSourceType(e){return Ht(this.isSourceId(e),"Expected a valid source ID."),this.types.get(e)}getTargetType(e){return Ht(this.isTargetId(e),"Expected a valid target ID."),this.types.get(e)}isSourceId(e){return Yx(e)===_s.SOURCE}isTargetId(e){return Yx(e)===_s.TARGET}removeSource(e){Ht(this.getSource(e),"Expected an existing source."),this.store.dispatch(s3(e)),r3(()=>{this.dragSources.delete(e),this.types.delete(e)})}removeTarget(e){Ht(this.getTarget(e),"Expected an existing target."),this.store.dispatch(a3(e)),this.dropTargets.delete(e),this.types.delete(e)}pinSource(e){const n=this.getSource(e);Ht(n,"Expected an existing source."),this.pinnedSourceId=e,this.pinnedSource=n}unpinSource(){Ht(this.pinnedSource,"No source is pinned at the time."),this.pinnedSourceId=null,this.pinnedSource=null}addHandler(e,n,r){const i=d3(e);return this.types.set(i,n),e===_s.SOURCE?this.dragSources.set(i,r):e===_s.TARGET&&this.dropTargets.set(i,r),i}constructor(e){this.types=new Map,this.dragSources=new Map,this.dropTargets=new Map,this.pinnedSourceId=null,this.pinnedSource=null,this.store=e}}const p3=(t,e)=>t===e;function g3(t,e){return!t&&!e?!0:!t||!e?!1:t.x===e.x&&t.y===e.y}function m3(t,e,n=p3){if(t.length!==e.length)return!1;for(let r=0;r<t.length;++r)if(!n(t[r],e[r]))return!1;return!0}function v3(t=Sd,e){switch(e.type){case Np:break;case Iy:case Ay:case $p:case My:return Sd;case Fp:case _y:case Bp:case jp:default:return Ry}const{targetIds:n=[],prevTargetIds:r=[]}=e.payload,i=xV(n,r);if(!(i.length>0||!m3(n,r)))return Sd;const a=r[r.length-1],c=n[n.length-1];return a!==c&&(a&&i.push(a),c&&i.push(c)),i}function y3(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function b3(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){y3(t,i,n[i])})}return t}const qx={initialSourceClientOffset:null,initialClientOffset:null,clientOffset:null};function w3(t=qx,e){const{payload:n}=e;switch(e.type){case Oy:case Fp:return{initialSourceClientOffset:n.sourceClientOffset,initialClientOffset:n.clientOffset,clientOffset:n.clientOffset};case Np:return g3(t.clientOffset,n.clientOffset)?t:b3({},t,{clientOffset:n.clientOffset});case Bp:case jp:return qx;default:return t}}function x3(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ff(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){x3(t,i,n[i])})}return t}const S3={itemType:null,item:null,sourceId:null,targetIds:[],dropResult:null,didDrop:!1,isSourcePublic:null};function T3(t=S3,e){const{payload:n}=e;switch(e.type){case Fp:return ff({},t,{itemType:n.itemType,item:n.item,sourceId:n.sourceId,isSourcePublic:n.isSourcePublic,dropResult:null,didDrop:!1});case _y:return ff({},t,{isSourcePublic:!0});case Np:return ff({},t,{targetIds:n.targetIds});case $p:return t.targetIds.indexOf(n.targetId)===-1?t:ff({},t,{targetIds:wV(t.targetIds,n.targetId)});case jp:return ff({},t,{dropResult:n.dropResult,didDrop:!0,targetIds:[]});case Bp:return ff({},t,{itemType:null,item:null,sourceId:null,dropResult:null,didDrop:!1,isSourcePublic:null,targetIds:[]});default:return t}}function C3(t=0,e){switch(e.type){case Iy:case Ay:return t+1;case My:case $p:return t-1;default:return t}}function E3(t=0){return t+1}function k3(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function D3(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){k3(t,i,n[i])})}return t}function P3(t={},e){return{dirtyHandlerIds:v3(t.dirtyHandlerIds,{type:e.type,payload:D3({},e.payload,{prevTargetIds:bV(t,"dragOperation.targetIds",[])})}),dragOffset:w3(t.dragOffset,e),refCount:C3(t.refCount,e),dragOperation:T3(t.dragOperation,e),stateId:E3(t.stateId)}}function O3(t,e=void 0,n={},r=!1){const i=_3(r),o=new KV(i,new h3(i)),a=new zV(i,o),c=t(a,e,n);return a.receiveBackend(c),a}function _3(t){const e=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__;return HE(P3,t&&e&&e({name:"dnd-core",instanceId:"dnd-core"}))}function R3(t,e){if(t==null)return{};var n=I3(t,e),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(i=0;i<o.length;i++)r=o[i],!(e.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(t,r)&&(n[r]=t[r])}return n}function I3(t,e){if(t==null)return{};var n={},r=Object.keys(t),i,o;for(o=0;o<r.length;o++)i=r[o],!(e.indexOf(i)>=0)&&(n[i]=t[i]);return n}let Xx=0;const Uh=Symbol.for("__REACT_DND_CONTEXT_INSTANCE__");var XE=X.memo(function(e){var{children:n}=e,r=R3(e,["children"]);const[i,o]=A3(r);return X.useEffect(()=>{if(o){const a=KE();return++Xx,()=>{--Xx===0&&(a[Uh]=null)}}},[]),be.jsx(UE.Provider,{value:i,children:n})});function A3(t){if("manager"in t)return[{dragDropManager:t.manager},!1];const e=M3(t.backend,t.context,t.options,t.debugMode),n=!t.context;return[e,n]}function M3(t,e=KE(),n,r){const i=e;return i[Uh]||(i[Uh]={dragDropManager:O3(t,e,n,r)}),i[Uh]}function KE(){return typeof global<"u"?global:window}var L3=function t(e,n){if(e===n)return!0;if(e&&n&&typeof e=="object"&&typeof n=="object"){if(e.constructor!==n.constructor)return!1;var r,i,o;if(Array.isArray(e)){if(r=e.length,r!=n.length)return!1;for(i=r;i--!==0;)if(!t(e[i],n[i]))return!1;return!0}if(e.constructor===RegExp)return e.source===n.source&&e.flags===n.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===n.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===n.toString();if(o=Object.keys(e),r=o.length,r!==Object.keys(n).length)return!1;for(i=r;i--!==0;)if(!Object.prototype.hasOwnProperty.call(n,o[i]))return!1;for(i=r;i--!==0;){var a=o[i];if(!t(e[a],n[a]))return!1}return!0}return e!==e&&n!==n};const F3=Eu(L3),kc=typeof window<"u"?X.useLayoutEffect:X.useEffect;function ZE(t,e,n){const[r,i]=X.useState(()=>e(t)),o=X.useCallback(()=>{const a=e(t);F3(r,a)||(i(a),n&&n())},[r,t,n]);return kc(o),[r,o]}function N3(t,e,n){const[r,i]=ZE(t,e,n);return kc(function(){const a=t.getHandlerId();if(a!=null)return t.subscribeToStateChange(i,{handlerIds:[a]})},[t,i]),r}function JE(t,e,n){return N3(e,t||(()=>({})),()=>n.reconnect())}function QE(t,e){const n=[...e||[]];return e==null&&typeof t!="function"&&n.push(t),X.useMemo(()=>typeof t=="function"?t():t,n)}function j3(t){return X.useMemo(()=>t.hooks.dragSource(),[t])}function B3(t){return X.useMemo(()=>t.hooks.dragPreview(),[t])}let Xg=!1,Kg=!1;class $3{receiveHandlerId(e){this.sourceId=e}getHandlerId(){return this.sourceId}canDrag(){Ht(!Xg,"You may not call monitor.canDrag() inside your canDrag() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source-monitor");try{return Xg=!0,this.internalMonitor.canDragSource(this.sourceId)}finally{Xg=!1}}isDragging(){if(!this.sourceId)return!1;Ht(!Kg,"You may not call monitor.isDragging() inside your isDragging() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source-monitor");try{return Kg=!0,this.internalMonitor.isDraggingSource(this.sourceId)}finally{Kg=!1}}subscribeToStateChange(e,n){return this.internalMonitor.subscribeToStateChange(e,n)}isDraggingSource(e){return this.internalMonitor.isDraggingSource(e)}isOverTarget(e,n){return this.internalMonitor.isOverTarget(e,n)}getTargetIds(){return this.internalMonitor.getTargetIds()}isSourcePublic(){return this.internalMonitor.isSourcePublic()}getSourceId(){return this.internalMonitor.getSourceId()}subscribeToOffsetChange(e){return this.internalMonitor.subscribeToOffsetChange(e)}canDragSource(e){return this.internalMonitor.canDragSource(e)}canDropOnTarget(e){return this.internalMonitor.canDropOnTarget(e)}getItemType(){return this.internalMonitor.getItemType()}getItem(){return this.internalMonitor.getItem()}getDropResult(){return this.internalMonitor.getDropResult()}didDrop(){return this.internalMonitor.didDrop()}getInitialClientOffset(){return this.internalMonitor.getInitialClientOffset()}getInitialSourceClientOffset(){return this.internalMonitor.getInitialSourceClientOffset()}getSourceClientOffset(){return this.internalMonitor.getSourceClientOffset()}getClientOffset(){return this.internalMonitor.getClientOffset()}getDifferenceFromInitialOffset(){return this.internalMonitor.getDifferenceFromInitialOffset()}constructor(e){this.sourceId=null,this.internalMonitor=e.getMonitor()}}let Zg=!1;class V3{receiveHandlerId(e){this.targetId=e}getHandlerId(){return this.targetId}subscribeToStateChange(e,n){return this.internalMonitor.subscribeToStateChange(e,n)}canDrop(){if(!this.targetId)return!1;Ht(!Zg,"You may not call monitor.canDrop() inside your canDrop() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drop-target-monitor");try{return Zg=!0,this.internalMonitor.canDropOnTarget(this.targetId)}finally{Zg=!1}}isOver(e){return this.targetId?this.internalMonitor.isOverTarget(this.targetId,e):!1}getItemType(){return this.internalMonitor.getItemType()}getItem(){return this.internalMonitor.getItem()}getDropResult(){return this.internalMonitor.getDropResult()}didDrop(){return this.internalMonitor.didDrop()}getInitialClientOffset(){return this.internalMonitor.getInitialClientOffset()}getInitialSourceClientOffset(){return this.internalMonitor.getInitialSourceClientOffset()}getSourceClientOffset(){return this.internalMonitor.getSourceClientOffset()}getClientOffset(){return this.internalMonitor.getClientOffset()}getDifferenceFromInitialOffset(){return this.internalMonitor.getDifferenceFromInitialOffset()}constructor(e){this.targetId=null,this.internalMonitor=e.getMonitor()}}function U3(t,e,n){const r=n.getRegistry(),i=r.addTarget(t,e);return[i,()=>r.removeTarget(i)]}function H3(t,e,n){const r=n.getRegistry(),i=r.addSource(t,e);return[i,()=>r.removeSource(i)]}function sv(t,e,n,r){let i;if(i!==void 0)return!!i;if(t===e)return!0;if(typeof t!="object"||!t||typeof e!="object"||!e)return!1;const o=Object.keys(t),a=Object.keys(e);if(o.length!==a.length)return!1;const c=Object.prototype.hasOwnProperty.bind(e);for(let f=0;f<o.length;f++){const p=o[f];if(!c(p))return!1;const y=t[p],g=e[p];if(i=void 0,i===!1||i===void 0&&y!==g)return!1}return!0}function av(t){return t!==null&&typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"current")}function W3(t){if(typeof t.type=="string")return;const e=t.type.displayName||t.type.name||"the component";throw new Error(`Only native element nodes can now be passed to React DnD connectors.You can either wrap ${e} into a <div>, or turn it into a drag source or a drop target itself.`)}function z3(t){return(e=null,n=null)=>{if(!X.isValidElement(e)){const o=e;return t(o,n),o}const r=e;return W3(r),Y3(r,n?o=>t(o,n):t)}}function ek(t){const e={};return Object.keys(t).forEach(n=>{const r=t[n];if(n.endsWith("Ref"))e[n]=t[n];else{const i=z3(r);e[n]=()=>i}}),e}function Kx(t,e){typeof t=="function"?t(e):t.current=e}function Y3(t,e){const n=t.ref;return Ht(typeof n!="string","Cannot connect React DnD to an element with an existing string ref. Please convert it to use a callback ref instead, or wrap it into a <span> or <div>. Read more: https://reactjs.org/docs/refs-and-the-dom.html#callback-refs"),n?X.cloneElement(t,{ref:r=>{Kx(n,r),Kx(e,r)}}):X.cloneElement(t,{ref:e})}class G3{receiveHandlerId(e){this.handlerId!==e&&(this.handlerId=e,this.reconnect())}get connectTarget(){return this.dragSource}get dragSourceOptions(){return this.dragSourceOptionsInternal}set dragSourceOptions(e){this.dragSourceOptionsInternal=e}get dragPreviewOptions(){return this.dragPreviewOptionsInternal}set dragPreviewOptions(e){this.dragPreviewOptionsInternal=e}reconnect(){const e=this.reconnectDragSource();this.reconnectDragPreview(e)}reconnectDragSource(){const e=this.dragSource,n=this.didHandlerIdChange()||this.didConnectedDragSourceChange()||this.didDragSourceOptionsChange();return n&&this.disconnectDragSource(),this.handlerId?e?(n&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragSource=e,this.lastConnectedDragSourceOptions=this.dragSourceOptions,this.dragSourceUnsubscribe=this.backend.connectDragSource(this.handlerId,e,this.dragSourceOptions)),n):(this.lastConnectedDragSource=e,n):n}reconnectDragPreview(e=!1){const n=this.dragPreview,r=e||this.didHandlerIdChange()||this.didConnectedDragPreviewChange()||this.didDragPreviewOptionsChange();if(r&&this.disconnectDragPreview(),!!this.handlerId){if(!n){this.lastConnectedDragPreview=n;return}r&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragPreview=n,this.lastConnectedDragPreviewOptions=this.dragPreviewOptions,this.dragPreviewUnsubscribe=this.backend.connectDragPreview(this.handlerId,n,this.dragPreviewOptions))}}didHandlerIdChange(){return this.lastConnectedHandlerId!==this.handlerId}didConnectedDragSourceChange(){return this.lastConnectedDragSource!==this.dragSource}didConnectedDragPreviewChange(){return this.lastConnectedDragPreview!==this.dragPreview}didDragSourceOptionsChange(){return!sv(this.lastConnectedDragSourceOptions,this.dragSourceOptions)}didDragPreviewOptionsChange(){return!sv(this.lastConnectedDragPreviewOptions,this.dragPreviewOptions)}disconnectDragSource(){this.dragSourceUnsubscribe&&(this.dragSourceUnsubscribe(),this.dragSourceUnsubscribe=void 0)}disconnectDragPreview(){this.dragPreviewUnsubscribe&&(this.dragPreviewUnsubscribe(),this.dragPreviewUnsubscribe=void 0,this.dragPreviewNode=null,this.dragPreviewRef=null)}get dragSource(){return this.dragSourceNode||this.dragSourceRef&&this.dragSourceRef.current}get dragPreview(){return this.dragPreviewNode||this.dragPreviewRef&&this.dragPreviewRef.current}clearDragSource(){this.dragSourceNode=null,this.dragSourceRef=null}clearDragPreview(){this.dragPreviewNode=null,this.dragPreviewRef=null}constructor(e){this.hooks=ek({dragSource:(n,r)=>{this.clearDragSource(),this.dragSourceOptions=r||null,av(n)?this.dragSourceRef=n:this.dragSourceNode=n,this.reconnectDragSource()},dragPreview:(n,r)=>{this.clearDragPreview(),this.dragPreviewOptions=r||null,av(n)?this.dragPreviewRef=n:this.dragPreviewNode=n,this.reconnectDragPreview()}}),this.handlerId=null,this.dragSourceRef=null,this.dragSourceOptionsInternal=null,this.dragPreviewRef=null,this.dragPreviewOptionsInternal=null,this.lastConnectedHandlerId=null,this.lastConnectedDragSource=null,this.lastConnectedDragSourceOptions=null,this.lastConnectedDragPreview=null,this.lastConnectedDragPreviewOptions=null,this.backend=e}}class q3{get connectTarget(){return this.dropTarget}reconnect(){const e=this.didHandlerIdChange()||this.didDropTargetChange()||this.didOptionsChange();e&&this.disconnectDropTarget();const n=this.dropTarget;if(this.handlerId){if(!n){this.lastConnectedDropTarget=n;return}e&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDropTarget=n,this.lastConnectedDropTargetOptions=this.dropTargetOptions,this.unsubscribeDropTarget=this.backend.connectDropTarget(this.handlerId,n,this.dropTargetOptions))}}receiveHandlerId(e){e!==this.handlerId&&(this.handlerId=e,this.reconnect())}get dropTargetOptions(){return this.dropTargetOptionsInternal}set dropTargetOptions(e){this.dropTargetOptionsInternal=e}didHandlerIdChange(){return this.lastConnectedHandlerId!==this.handlerId}didDropTargetChange(){return this.lastConnectedDropTarget!==this.dropTarget}didOptionsChange(){return!sv(this.lastConnectedDropTargetOptions,this.dropTargetOptions)}disconnectDropTarget(){this.unsubscribeDropTarget&&(this.unsubscribeDropTarget(),this.unsubscribeDropTarget=void 0)}get dropTarget(){return this.dropTargetNode||this.dropTargetRef&&this.dropTargetRef.current}clearDropTarget(){this.dropTargetRef=null,this.dropTargetNode=null}constructor(e){this.hooks=ek({dropTarget:(n,r)=>{this.clearDropTarget(),this.dropTargetOptions=r,av(n)?this.dropTargetRef=n:this.dropTargetNode=n,this.reconnect()}}),this.handlerId=null,this.dropTargetRef=null,this.dropTargetOptionsInternal=null,this.lastConnectedHandlerId=null,this.lastConnectedDropTarget=null,this.lastConnectedDropTargetOptions=null,this.backend=e}}function Rl(){const{dragDropManager:t}=X.useContext(UE);return Ht(t!=null,"Expected drag drop context"),t}function X3(t,e){const n=Rl(),r=X.useMemo(()=>new G3(n.getBackend()),[n]);return kc(()=>(r.dragSourceOptions=t||null,r.reconnect(),()=>r.disconnectDragSource()),[r,t]),kc(()=>(r.dragPreviewOptions=e||null,r.reconnect(),()=>r.disconnectDragPreview()),[r,e]),r}function K3(){const t=Rl();return X.useMemo(()=>new $3(t),[t])}class Z3{beginDrag(){const e=this.spec,n=this.monitor;let r=null;return typeof e.item=="object"?r=e.item:typeof e.item=="function"?r=e.item(n):r={},r??null}canDrag(){const e=this.spec,n=this.monitor;return typeof e.canDrag=="boolean"?e.canDrag:typeof e.canDrag=="function"?e.canDrag(n):!0}isDragging(e,n){const r=this.spec,i=this.monitor,{isDragging:o}=r;return o?o(i):n===e.getSourceId()}endDrag(){const e=this.spec,n=this.monitor,r=this.connector,{end:i}=e;i&&i(n.getItem(),n),r.reconnect()}constructor(e,n,r){this.spec=e,this.monitor=n,this.connector=r}}function J3(t,e,n){const r=X.useMemo(()=>new Z3(t,e,n),[e,n]);return X.useEffect(()=>{r.spec=t},[t]),r}function Q3(t){return X.useMemo(()=>{const e=t.type;return Ht(e!=null,"spec.type must be defined"),e},[t])}function eU(t,e,n){const r=Rl(),i=J3(t,e,n),o=Q3(t);kc(function(){if(o!=null){const[c,f]=H3(o,i,r);return e.receiveHandlerId(c),n.receiveHandlerId(c),f}},[r,e,n,i,o])}function tk(t,e){const n=QE(t,e);Ht(!n.begin,"useDrag::spec.begin was deprecated in v14. Replace spec.begin() with spec.item(). (see more here - https://react-dnd.github.io/react-dnd/docs/api/use-drag)");const r=K3(),i=X3(n.options,n.previewOptions);return eU(n,r,i),[JE(n.collect,r,i),j3(i),B3(i)]}function tU(t){const n=Rl().getMonitor(),[r,i]=ZE(n,t);return X.useEffect(()=>n.subscribeToOffsetChange(i)),X.useEffect(()=>n.subscribeToStateChange(i)),r}function nU(t){return X.useMemo(()=>t.hooks.dropTarget(),[t])}function rU(t){const e=Rl(),n=X.useMemo(()=>new q3(e.getBackend()),[e]);return kc(()=>(n.dropTargetOptions=t||null,n.reconnect(),()=>n.disconnectDropTarget()),[t]),n}function iU(){const t=Rl();return X.useMemo(()=>new V3(t),[t])}function oU(t){const{accept:e}=t;return X.useMemo(()=>(Ht(t.accept!=null,"accept must be defined"),Array.isArray(e)?e:[e]),[e])}class sU{canDrop(){const e=this.spec,n=this.monitor;return e.canDrop?e.canDrop(n.getItem(),n):!0}hover(){const e=this.spec,n=this.monitor;e.hover&&e.hover(n.getItem(),n)}drop(){const e=this.spec,n=this.monitor;if(e.drop)return e.drop(n.getItem(),n)}constructor(e,n){this.spec=e,this.monitor=n}}function aU(t,e){const n=X.useMemo(()=>new sU(t,e),[e]);return X.useEffect(()=>{n.spec=t},[t]),n}function lU(t,e,n){const r=Rl(),i=aU(t,e),o=oU(t);kc(function(){const[c,f]=U3(o,i,r);return e.receiveHandlerId(c),n.receiveHandlerId(c),f},[r,e,i,n,o.map(a=>a.toString()).join("|")])}function fp(t,e){const n=QE(t,e),r=iU(),i=rU(n.options);return lU(n,r,i),[JE(n.collect,r,i),nU(i)]}var nk=t=>{throw TypeError(t)},rk=(t,e,n)=>e.has(t)||nk("Cannot "+n),Nt=(t,e,n)=>(rk(t,e,"read from private field"),n?n.call(t):e.get(t)),Ds=(t,e,n)=>e.has(t)?nk("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,n),hc=(t,e,n,r)=>(rk(t,e,"write to private field"),e.set(t,n),n),lu,uU=class{constructor(){Ds(this,lu),this.register=t=>{Nt(this,lu).push(t)},this.unregister=t=>{for(;Nt(this,lu).indexOf(t)!==-1;)Nt(this,lu).splice(Nt(this,lu).indexOf(t),1)},this.backendChanged=t=>{for(let e of Nt(this,lu))e.backendChanged(t)},hc(this,lu,[])}};lu=new WeakMap;var Xo,hd,Ko,yl,pc,lv,uv,cv,Hh,Wh,pd,ik=class zh{constructor(e,n,r){if(Ds(this,Xo),Ds(this,hd),Ds(this,Ko),Ds(this,yl),Ds(this,pc),Ds(this,lv,(i,o,a)=>{if(!a.backend)throw new Error(`You must specify a 'backend' property in your Backend entry: ${JSON.stringify(a)}`);let c=a.backend(i,o,a.options),f=a.id,p=!a.id&&c&&c.constructor;if(p&&(f=c.constructor.name),!f)throw new Error(`You must specify an 'id' property in your Backend entry: ${JSON.stringify(a)}
1
+ var I7=require("./index.css");const be=require("react/jsx-runtime"),X=require("react"),pA=require("axios"),Pd=require("react-query"),aa=require("@mui/material"),Od=require("react-router-dom");require("@r2wc/react-to-web-component");const _m=require("moment"),Bv=require("react-dom");function gA(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const n in t)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(t,n);Object.defineProperty(e,n,r.get?r:{enumerable:!0,get:()=>t[n]})}}return e.default=t,Object.freeze(e)}function mA(t,e){for(var n=0;n<e.length;n++){const r=e[n];if(typeof r!="string"&&!Array.isArray(r)){for(const i in r)if(i!=="default"&&!(i in t)){const o=Object.getOwnPropertyDescriptor(r,i);o&&Object.defineProperty(t,i,o.get?o:{enumerable:!0,get:()=>r[i]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}const kn=gA(X);function Qo(t){"@babel/helpers - typeof";return Qo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Qo(t)}function ns(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function vA(t,e){if(Qo(t)!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e);if(Qo(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Q1(t){var e=vA(t,"string");return Qo(e)=="symbol"?e:e+""}function f0(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,Q1(r.key),r)}}function rs(t,e,n){return e&&f0(t.prototype,e),n&&f0(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function Sl(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function Zh(t,e){return Zh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},Zh(t,e)}function Ep(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&Zh(t,e)}function zd(t,e){if(e&&(Qo(e)=="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Sl(t)}function Ua(t){return Ua=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},Ua(t)}function Ha(t,e,n){return(e=Q1(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function eT(t){if(Array.isArray(t))return t}function yA(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function d0(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=Array(e);n<e;n++)r[n]=t[n];return r}function tT(t,e){if(t){if(typeof t=="string")return d0(t,e);var n={}.toString.call(t).slice(8,-1);return n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set"?Array.from(t):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?d0(t,e):void 0}}function nT(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
2
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function bA(t){return eT(t)||yA(t)||tT(t)||nT()}function h0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function p0(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?h0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):h0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}var wA={type:"logger",log:function(e){this.output("log",e)},warn:function(e){this.output("warn",e)},error:function(e){this.output("error",e)},output:function(e,n){console&&console[e]&&console[e].apply(console,n)}},xA=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};ns(this,t),this.init(e,n)}return rs(t,[{key:"init",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.prefix=r.prefix||"i18next:",this.logger=n||wA,this.options=r,this.debug=r.debug}},{key:"setDebug",value:function(n){this.debug=n}},{key:"log",value:function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return this.forward(r,"log","",!0)}},{key:"warn",value:function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return this.forward(r,"warn","",!0)}},{key:"error",value:function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return this.forward(r,"error","")}},{key:"deprecate",value:function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return this.forward(r,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(n,r,i,o){return o&&!this.debug?null:(typeof n[0]=="string"&&(n[0]="".concat(i).concat(this.prefix," ").concat(n[0])),this.logger[r](n))}},{key:"create",value:function(n){return new t(this.logger,p0(p0({},{prefix:"".concat(this.prefix,":").concat(n,":")}),this.options))}},{key:"clone",value:function(n){return n=n||this.options,n.prefix=n.prefix||this.prefix,new t(this.logger,n)}}]),t}(),Na=new xA,vu=function(){function t(){ns(this,t),this.observers={}}return rs(t,[{key:"on",value:function(n,r){var i=this;return n.split(" ").forEach(function(o){i.observers[o]=i.observers[o]||[],i.observers[o].push(r)}),this}},{key:"off",value:function(n,r){if(this.observers[n]){if(!r){delete this.observers[n];return}this.observers[n]=this.observers[n].filter(function(i){return i!==r})}}},{key:"emit",value:function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];if(this.observers[n]){var a=[].concat(this.observers[n]);a.forEach(function(f){f.apply(void 0,i)})}if(this.observers["*"]){var c=[].concat(this.observers["*"]);c.forEach(function(f){f.apply(f,[n].concat(i))})}}}]),t}();function ed(){var t,e,n=new Promise(function(r,i){t=r,e=i});return n.resolve=t,n.reject=e,n}function g0(t){return t==null?"":""+t}function SA(t,e,n){t.forEach(function(r){e[r]&&(n[r]=e[r])})}function $v(t,e,n){function r(c){return c&&c.indexOf("###")>-1?c.replace(/###/g,"."):c}function i(){return!t||typeof t=="string"}for(var o=typeof e!="string"?[].concat(e):e.split(".");o.length>1;){if(i())return{};var a=r(o.shift());!t[a]&&n&&(t[a]=new n),Object.prototype.hasOwnProperty.call(t,a)?t=t[a]:t={}}return i()?{}:{obj:t,k:r(o.shift())}}function m0(t,e,n){var r=$v(t,e,Object),i=r.obj,o=r.k;i[o]=n}function TA(t,e,n,r){var i=$v(t,e,Object),o=i.obj,a=i.k;o[a]=o[a]||[],o[a].push(n)}function Jh(t,e){var n=$v(t,e),r=n.obj,i=n.k;if(r)return r[i]}function CA(t,e,n){var r=Jh(t,n);return r!==void 0?r:Jh(e,n)}function rT(t,e,n){for(var r in e)r!=="__proto__"&&r!=="constructor"&&(r in t?typeof t[r]=="string"||t[r]instanceof String||typeof e[r]=="string"||e[r]instanceof String?n&&(t[r]=e[r]):rT(t[r],e[r],n):t[r]=e[r]);return t}function lf(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var EA={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};function kA(t){return typeof t=="string"?t.replace(/[&<>"'\/]/g,function(e){return EA[e]}):t}var kp=typeof window<"u"&&window.navigator&&typeof window.navigator.userAgentData>"u"&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1,DA=[" ",",","?","!",";"];function PA(t,e,n){e=e||"",n=n||"";var r=DA.filter(function(c){return e.indexOf(c)<0&&n.indexOf(c)<0});if(r.length===0)return!0;var i=new RegExp("(".concat(r.map(function(c){return c==="?"?"\\?":c}).join("|"),")")),o=!i.test(t);if(!o){var a=t.indexOf(n);a>0&&!i.test(t.substring(0,a))&&(o=!0)}return o}function Qh(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:".";if(t){if(t[e])return t[e];for(var r=e.split(n),i=t,o=0;o<r.length;++o){if(!i||typeof i[r[o]]=="string"&&o+1<r.length)return;if(i[r[o]]===void 0){for(var a=2,c=r.slice(o,o+a).join(n),f=i[c];f===void 0&&r.length>o+a;)a++,c=r.slice(o,o+a).join(n),f=i[c];if(f===void 0)return;if(f===null)return null;if(e.endsWith(c)){if(typeof f=="string")return f;if(c&&typeof f[c]=="string")return f[c]}var p=r.slice(o+a).join(n);return p?Qh(f,p,n):void 0}i=i[r[o]]}return i}}function v0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function ph(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?v0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):v0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function OA(t){var e=_A();return function(){var r=Ua(t),i;if(e){var o=Ua(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return zd(this,i)}}function _A(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}var RA=function(t){Ep(n,t);var e=OA(n);function n(r){var i,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{ns:["translation"],defaultNS:"translation"};return ns(this,n),i=e.call(this),kp&&vu.call(Sl(i)),i.data=r||{},i.options=o,i.options.keySeparator===void 0&&(i.options.keySeparator="."),i.options.ignoreJSONStructure===void 0&&(i.options.ignoreJSONStructure=!0),i}return rs(n,[{key:"addNamespaces",value:function(i){this.options.ns.indexOf(i)<0&&this.options.ns.push(i)}},{key:"removeNamespaces",value:function(i){var o=this.options.ns.indexOf(i);o>-1&&this.options.ns.splice(o,1)}},{key:"getResource",value:function(i,o,a){var c=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},f=c.keySeparator!==void 0?c.keySeparator:this.options.keySeparator,p=c.ignoreJSONStructure!==void 0?c.ignoreJSONStructure:this.options.ignoreJSONStructure,y=[i,o];a&&typeof a!="string"&&(y=y.concat(a)),a&&typeof a=="string"&&(y=y.concat(f?a.split(f):a)),i.indexOf(".")>-1&&(y=i.split("."));var g=Jh(this.data,y);return g||!p||typeof a!="string"?g:Qh(this.data&&this.data[i]&&this.data[i][o],a,f)}},{key:"addResource",value:function(i,o,a,c){var f=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1},p=f.keySeparator!==void 0?f.keySeparator:this.options.keySeparator,y=[i,o];a&&(y=y.concat(p?a.split(p):a)),i.indexOf(".")>-1&&(y=i.split("."),c=o,o=y[1]),this.addNamespaces(o),m0(this.data,y,c),f.silent||this.emit("added",i,o,a,c)}},{key:"addResources",value:function(i,o,a){var c=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(var f in a)(typeof a[f]=="string"||Object.prototype.toString.apply(a[f])==="[object Array]")&&this.addResource(i,o,f,a[f],{silent:!0});c.silent||this.emit("added",i,o,a)}},{key:"addResourceBundle",value:function(i,o,a,c,f){var p=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1},y=[i,o];i.indexOf(".")>-1&&(y=i.split("."),c=a,a=o,o=y[1]),this.addNamespaces(o);var g=Jh(this.data,y)||{};c?rT(g,a,f):g=ph(ph({},g),a),m0(this.data,y,g),p.silent||this.emit("added",i,o,a)}},{key:"removeResourceBundle",value:function(i,o){this.hasResourceBundle(i,o)&&delete this.data[i][o],this.removeNamespaces(o),this.emit("removed",i,o)}},{key:"hasResourceBundle",value:function(i,o){return this.getResource(i,o)!==void 0}},{key:"getResourceBundle",value:function(i,o){return o||(o=this.options.defaultNS),this.options.compatibilityAPI==="v1"?ph(ph({},{}),this.getResource(i,o)):this.getResource(i,o)}},{key:"getDataByLanguage",value:function(i){return this.data[i]}},{key:"hasLanguageSomeTranslations",value:function(i){var o=this.getDataByLanguage(i),a=o&&Object.keys(o)||[];return!!a.find(function(c){return o[c]&&Object.keys(o[c]).length>0})}},{key:"toJSON",value:function(){return this.data}}]),n}(vu),iT={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,n,r,i,o){var a=this;return e.forEach(function(c){a.processors[c]&&(n=a.processors[c].process(n,r,i,o))}),n}};function y0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Fi(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?y0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):y0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function IA(t){var e=AA();return function(){var r=Ua(t),i;if(e){var o=Ua(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return zd(this,i)}}function AA(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}var b0={},w0=function(t){Ep(n,t);var e=IA(n);function n(r){var i,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return ns(this,n),i=e.call(this),kp&&vu.call(Sl(i)),SA(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],r,Sl(i)),i.options=o,i.options.keySeparator===void 0&&(i.options.keySeparator="."),i.logger=Na.create("translator"),i}return rs(n,[{key:"changeLanguage",value:function(i){i&&(this.language=i)}},{key:"exists",value:function(i){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};if(i==null)return!1;var a=this.resolve(i,o);return a&&a.res!==void 0}},{key:"extractFromKey",value:function(i,o){var a=o.nsSeparator!==void 0?o.nsSeparator:this.options.nsSeparator;a===void 0&&(a=":");var c=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator,f=o.ns||this.options.defaultNS||[],p=a&&i.indexOf(a)>-1,y=!this.options.userDefinedKeySeparator&&!o.keySeparator&&!this.options.userDefinedNsSeparator&&!o.nsSeparator&&!PA(i,a,c);if(p&&!y){var g=i.match(this.interpolator.nestingRegexp);if(g&&g.length>0)return{key:i,namespaces:f};var T=i.split(a);(a!==c||a===c&&this.options.ns.indexOf(T[0])>-1)&&(f=T.shift()),i=T.join(c)}return typeof f=="string"&&(f=[f]),{key:i,namespaces:f}}},{key:"translate",value:function(i,o,a){var c=this;if(Qo(o)!=="object"&&this.options.overloadTranslationOptionHandler&&(o=this.options.overloadTranslationOptionHandler(arguments)),Qo(o)==="object"&&(o=Fi({},o)),o||(o={}),i==null)return"";Array.isArray(i)||(i=[String(i)]);var f=o.returnDetails!==void 0?o.returnDetails:this.options.returnDetails,p=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator,y=this.extractFromKey(i[i.length-1],o),g=y.key,T=y.namespaces,E=T[T.length-1],I=o.lng||this.language,A=o.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(I&&I.toLowerCase()==="cimode"){if(A){var j=o.nsSeparator||this.options.nsSeparator;return f?{res:"".concat(E).concat(j).concat(g),usedKey:g,exactUsedKey:g,usedLng:I,usedNS:E}:"".concat(E).concat(j).concat(g)}return f?{res:g,usedKey:g,exactUsedKey:g,usedLng:I,usedNS:E}:g}var R=this.resolve(i,o),H=R&&R.res,U=R&&R.usedKey||g,ne=R&&R.exactUsedKey||g,q=Object.prototype.toString.apply(H),ie=["[object Number]","[object Function]","[object RegExp]"],x=o.joinArrays!==void 0?o.joinArrays:this.options.joinArrays,le=!this.i18nFormat||this.i18nFormat.handleAsObject,ae=typeof H!="string"&&typeof H!="boolean"&&typeof H!="number";if(le&&H&&ae&&ie.indexOf(q)<0&&!(typeof x=="string"&&q==="[object Array]")){if(!o.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var ze=this.options.returnedObjectHandler?this.options.returnedObjectHandler(U,H,Fi(Fi({},o),{},{ns:T})):"key '".concat(g," (").concat(this.language,")' returned an object instead of string.");return f?(R.res=ze,R):ze}if(p){var tt=q==="[object Array]",Qe=tt?[]:{},et=tt?ne:U;for(var Ye in H)if(Object.prototype.hasOwnProperty.call(H,Ye)){var pe="".concat(et).concat(p).concat(Ye);Qe[Ye]=this.translate(pe,Fi(Fi({},o),{joinArrays:!1,ns:T})),Qe[Ye]===pe&&(Qe[Ye]=H[Ye])}H=Qe}}else if(le&&typeof x=="string"&&q==="[object Array]")H=H.join(x),H&&(H=this.extendTranslation(H,i,o,a));else{var fe=!1,Ce=!1,Oe=o.count!==void 0&&typeof o.count!="string",Ne=n.hasDefaultValue(o),me=Oe?this.pluralResolver.getSuffix(I,o.count,o):"",Te=o["defaultValue".concat(me)]||o.defaultValue;!this.isValidLookup(H)&&Ne&&(fe=!0,H=Te),this.isValidLookup(H)||(Ce=!0,H=g);var Le=o.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey,He=Le&&Ce?void 0:H,je=Ne&&Te!==H&&this.options.updateMissing;if(Ce||fe||je){if(this.logger.log(je?"updateKey":"missingKey",I,E,g,je?Te:H),p){var Fe=this.resolve(g,Fi(Fi({},o),{},{keySeparator:!1}));Fe&&Fe.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var Ve=[],nt=this.languageUtils.getFallbackCodes(this.options.fallbackLng,o.lng||this.language);if(this.options.saveMissingTo==="fallback"&&nt&&nt[0])for(var ct=0;ct<nt.length;ct++)Ve.push(nt[ct]);else this.options.saveMissingTo==="all"?Ve=this.languageUtils.toResolveHierarchy(o.lng||this.language):Ve.push(o.lng||this.language);var pt=function(yt,Je,It){var Mt=Ne&&It!==H?It:He;c.options.missingKeyHandler?c.options.missingKeyHandler(yt,E,Je,Mt,je,o):c.backendConnector&&c.backendConnector.saveMissing&&c.backendConnector.saveMissing(yt,E,Je,Mt,je,o),c.emit("missingKey",yt,E,Je,H)};this.options.saveMissing&&(this.options.saveMissingPlurals&&Oe?Ve.forEach(function(ft){c.pluralResolver.getSuffixes(ft,o).forEach(function(yt){pt([ft],g+yt,o["defaultValue".concat(yt)]||Te)})}):pt(Ve,g,Te))}H=this.extendTranslation(H,i,o,R,a),Ce&&H===g&&this.options.appendNamespaceToMissingKey&&(H="".concat(E,":").concat(g)),(Ce||fe)&&this.options.parseMissingKeyHandler&&(this.options.compatibilityAPI!=="v1"?H=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(E,":").concat(g):g,fe?H:void 0):H=this.options.parseMissingKeyHandler(H))}return f?(R.res=H,R):H}},{key:"extendTranslation",value:function(i,o,a,c,f){var p=this;if(this.i18nFormat&&this.i18nFormat.parse)i=this.i18nFormat.parse(i,Fi(Fi({},this.options.interpolation.defaultVariables),a),c.usedLng,c.usedNS,c.usedKey,{resolved:c});else if(!a.skipInterpolation){a.interpolation&&this.interpolator.init(Fi(Fi({},a),{interpolation:Fi(Fi({},this.options.interpolation),a.interpolation)}));var y=typeof i=="string"&&(a&&a.interpolation&&a.interpolation.skipOnVariables!==void 0?a.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables),g;if(y){var T=i.match(this.interpolator.nestingRegexp);g=T&&T.length}var E=a.replace&&typeof a.replace!="string"?a.replace:a;if(this.options.interpolation.defaultVariables&&(E=Fi(Fi({},this.options.interpolation.defaultVariables),E)),i=this.interpolator.interpolate(i,E,a.lng||this.language,a),y){var I=i.match(this.interpolator.nestingRegexp),A=I&&I.length;g<A&&(a.nest=!1)}!a.lng&&this.options.compatibilityAPI!=="v1"&&c&&c.res&&(a.lng=c.usedLng),a.nest!==!1&&(i=this.interpolator.nest(i,function(){for(var H=arguments.length,U=new Array(H),ne=0;ne<H;ne++)U[ne]=arguments[ne];return f&&f[0]===U[0]&&!a.context?(p.logger.warn("It seems you are nesting recursively key: ".concat(U[0]," in key: ").concat(o[0])),null):p.translate.apply(p,U.concat([o]))},a)),a.interpolation&&this.interpolator.reset()}var j=a.postProcess||this.options.postProcess,R=typeof j=="string"?[j]:j;return i!=null&&R&&R.length&&a.applyPostProcessor!==!1&&(i=iT.handle(R,i,o,this.options&&this.options.postProcessPassResolved?Fi({i18nResolved:c},a):a,this)),i}},{key:"resolve",value:function(i){var o=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},c,f,p,y,g;return typeof i=="string"&&(i=[i]),i.forEach(function(T){if(!o.isValidLookup(c)){var E=o.extractFromKey(T,a),I=E.key;f=I;var A=E.namespaces;o.options.fallbackNS&&(A=A.concat(o.options.fallbackNS));var j=a.count!==void 0&&typeof a.count!="string",R=j&&!a.ordinal&&a.count===0&&o.pluralResolver.shouldUseIntlApi(),H=a.context!==void 0&&(typeof a.context=="string"||typeof a.context=="number")&&a.context!=="",U=a.lngs?a.lngs:o.languageUtils.toResolveHierarchy(a.lng||o.language,a.fallbackLng);A.forEach(function(ne){o.isValidLookup(c)||(g=ne,!b0["".concat(U[0],"-").concat(ne)]&&o.utils&&o.utils.hasLoadedNamespace&&!o.utils.hasLoadedNamespace(g)&&(b0["".concat(U[0],"-").concat(ne)]=!0,o.logger.warn('key "'.concat(f,'" for languages "').concat(U.join(", "),`" won't get resolved as namespace "`).concat(g,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),U.forEach(function(q){if(!o.isValidLookup(c)){y=q;var ie=[I];if(o.i18nFormat&&o.i18nFormat.addLookupKeys)o.i18nFormat.addLookupKeys(ie,I,q,ne,a);else{var x;j&&(x=o.pluralResolver.getSuffix(q,a.count,a));var le="".concat(o.options.pluralSeparator,"zero");if(j&&(ie.push(I+x),R&&ie.push(I+le)),H){var ae="".concat(I).concat(o.options.contextSeparator).concat(a.context);ie.push(ae),j&&(ie.push(ae+x),R&&ie.push(ae+le))}}for(var ze;ze=ie.pop();)o.isValidLookup(c)||(p=ze,c=o.getResource(q,ne,ze,a))}}))})}}),{res:c,usedKey:f,exactUsedKey:p,usedLng:y,usedNS:g}}},{key:"isValidLookup",value:function(i){return i!==void 0&&!(!this.options.returnNull&&i===null)&&!(!this.options.returnEmptyString&&i==="")}},{key:"getResource",value:function(i,o,a){var c=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(i,o,a,c):this.resourceStore.getResource(i,o,a,c)}}],[{key:"hasDefaultValue",value:function(i){var o="defaultValue";for(var a in i)if(Object.prototype.hasOwnProperty.call(i,a)&&o===a.substring(0,o.length)&&i[a]!==void 0)return!0;return!1}}]),n}(vu);function Cg(t){return t.charAt(0).toUpperCase()+t.slice(1)}var x0=function(){function t(e){ns(this,t),this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Na.create("languageUtils")}return rs(t,[{key:"getScriptPartFromCode",value:function(n){if(!n||n.indexOf("-")<0)return null;var r=n.split("-");return r.length===2||(r.pop(),r[r.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(r.join("-"))}},{key:"getLanguagePartFromCode",value:function(n){if(!n||n.indexOf("-")<0)return n;var r=n.split("-");return this.formatLanguageCode(r[0])}},{key:"formatLanguageCode",value:function(n){if(typeof n=="string"&&n.indexOf("-")>-1){var r=["hans","hant","latn","cyrl","cans","mong","arab"],i=n.split("-");return this.options.lowerCaseLng?i=i.map(function(o){return o.toLowerCase()}):i.length===2?(i[0]=i[0].toLowerCase(),i[1]=i[1].toUpperCase(),r.indexOf(i[1].toLowerCase())>-1&&(i[1]=Cg(i[1].toLowerCase()))):i.length===3&&(i[0]=i[0].toLowerCase(),i[1].length===2&&(i[1]=i[1].toUpperCase()),i[0]!=="sgn"&&i[2].length===2&&(i[2]=i[2].toUpperCase()),r.indexOf(i[1].toLowerCase())>-1&&(i[1]=Cg(i[1].toLowerCase())),r.indexOf(i[2].toLowerCase())>-1&&(i[2]=Cg(i[2].toLowerCase()))),i.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?n.toLowerCase():n}},{key:"isSupportedCode",value:function(n){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(n=this.getLanguagePartFromCode(n)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(n)>-1}},{key:"getBestMatchFromCodes",value:function(n){var r=this;if(!n)return null;var i;return n.forEach(function(o){if(!i){var a=r.formatLanguageCode(o);(!r.options.supportedLngs||r.isSupportedCode(a))&&(i=a)}}),!i&&this.options.supportedLngs&&n.forEach(function(o){if(!i){var a=r.getLanguagePartFromCode(o);if(r.isSupportedCode(a))return i=a;i=r.options.supportedLngs.find(function(c){if(c===a)return c;if(!(c.indexOf("-")<0&&a.indexOf("-")<0)&&c.indexOf(a)===0)return c})}}),i||(i=this.getFallbackCodes(this.options.fallbackLng)[0]),i}},{key:"getFallbackCodes",value:function(n,r){if(!n)return[];if(typeof n=="function"&&(n=n(r)),typeof n=="string"&&(n=[n]),Object.prototype.toString.apply(n)==="[object Array]")return n;if(!r)return n.default||[];var i=n[r];return i||(i=n[this.getScriptPartFromCode(r)]),i||(i=n[this.formatLanguageCode(r)]),i||(i=n[this.getLanguagePartFromCode(r)]),i||(i=n.default),i||[]}},{key:"toResolveHierarchy",value:function(n,r){var i=this,o=this.getFallbackCodes(r||this.options.fallbackLng||[],n),a=[],c=function(p){p&&(i.isSupportedCode(p)?a.push(p):i.logger.warn("rejecting language code not found in supportedLngs: ".concat(p)))};return typeof n=="string"&&n.indexOf("-")>-1?(this.options.load!=="languageOnly"&&c(this.formatLanguageCode(n)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&c(this.getScriptPartFromCode(n)),this.options.load!=="currentOnly"&&c(this.getLanguagePartFromCode(n))):typeof n=="string"&&c(this.formatLanguageCode(n)),o.forEach(function(f){a.indexOf(f)<0&&c(i.formatLanguageCode(f))}),a}}]),t}(),MA=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],LA={1:function(e){return+(e>1)},2:function(e){return+(e!=1)},3:function(e){return 0},4:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2},5:function(e){return e==0?0:e==1?1:e==2?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},6:function(e){return e==1?0:e>=2&&e<=4?1:2},7:function(e){return e==1?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2},8:function(e){return e==1?0:e==2?1:e!=8&&e!=11?2:3},9:function(e){return+(e>=2)},10:function(e){return e==1?0:e==2?1:e<7?2:e<11?3:4},11:function(e){return e==1||e==11?0:e==2||e==12?1:e>2&&e<20?2:3},12:function(e){return+(e%10!=1||e%100==11)},13:function(e){return+(e!==0)},14:function(e){return e==1?0:e==2?1:e==3?2:3},15:function(e){return e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2},16:function(e){return e%10==1&&e%100!=11?0:e!==0?1:2},17:function(e){return e==1||e%10==1&&e%100!=11?0:1},18:function(e){return e==0?0:e==1?1:2},19:function(e){return e==1?0:e==0||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3},20:function(e){return e==1?0:e==0||e%100>0&&e%100<20?1:2},21:function(e){return e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0},22:function(e){return e==1?0:e==2?1:(e<0||e>10)&&e%10==0?2:3}},FA=["v1","v2","v3"],S0={zero:0,one:1,two:2,few:3,many:4,other:5};function NA(){var t={};return MA.forEach(function(e){e.lngs.forEach(function(n){t[n]={numbers:e.nr,plurals:LA[e.fc]}})}),t}var jA=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};ns(this,t),this.languageUtils=e,this.options=n,this.logger=Na.create("pluralResolver"),(!this.options.compatibilityJSON||this.options.compatibilityJSON==="v4")&&(typeof Intl>"u"||!Intl.PluralRules)&&(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=NA()}return rs(t,[{key:"addRule",value:function(n,r){this.rules[n]=r}},{key:"getRule",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(n,{type:r.ordinal?"ordinal":"cardinal"})}catch{return}return this.rules[n]||this.rules[this.languageUtils.getLanguagePartFromCode(n)]}},{key:"needsPlural",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=this.getRule(n,r);return this.shouldUseIntlApi()?i&&i.resolvedOptions().pluralCategories.length>1:i&&i.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(n,r){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(n,i).map(function(o){return"".concat(r).concat(o)})}},{key:"getSuffixes",value:function(n){var r=this,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=this.getRule(n,i);return o?this.shouldUseIntlApi()?o.resolvedOptions().pluralCategories.sort(function(a,c){return S0[a]-S0[c]}).map(function(a){return"".concat(r.options.prepend).concat(a)}):o.numbers.map(function(a){return r.getSuffix(n,a,i)}):[]}},{key:"getSuffix",value:function(n,r){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o=this.getRule(n,i);return o?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(o.select(r)):this.getSuffixRetroCompatible(o,r):(this.logger.warn("no plural rule found for: ".concat(n)),"")}},{key:"getSuffixRetroCompatible",value:function(n,r){var i=this,o=n.noAbs?n.plurals(r):n.plurals(Math.abs(r)),a=n.numbers[o];this.options.simplifyPluralSuffix&&n.numbers.length===2&&n.numbers[0]===1&&(a===2?a="plural":a===1&&(a=""));var c=function(){return i.options.prepend&&a.toString()?i.options.prepend+a.toString():a.toString()};return this.options.compatibilityJSON==="v1"?a===1?"":typeof a=="number"?"_plural_".concat(a.toString()):c():this.options.compatibilityJSON==="v2"||this.options.simplifyPluralSuffix&&n.numbers.length===2&&n.numbers[0]===1?c():this.options.prepend&&o.toString()?this.options.prepend+o.toString():o.toString()}},{key:"shouldUseIntlApi",value:function(){return!FA.includes(this.options.compatibilityJSON)}}]),t}();function T0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function oa(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?T0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):T0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function C0(t,e,n){var r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:".",i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,o=CA(t,e,n);return!o&&i&&typeof n=="string"&&(o=Qh(t,n,r),o===void 0&&(o=Qh(e,n,r))),o}var BA=function(){function t(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};ns(this,t),this.logger=Na.create("interpolator"),this.options=e,this.format=e.interpolation&&e.interpolation.format||function(n){return n},this.init(e)}return rs(t,[{key:"init",value:function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};n.interpolation||(n.interpolation={escapeValue:!0});var r=n.interpolation;this.escape=r.escape!==void 0?r.escape:kA,this.escapeValue=r.escapeValue!==void 0?r.escapeValue:!0,this.useRawValueToEscape=r.useRawValueToEscape!==void 0?r.useRawValueToEscape:!1,this.prefix=r.prefix?lf(r.prefix):r.prefixEscaped||"{{",this.suffix=r.suffix?lf(r.suffix):r.suffixEscaped||"}}",this.formatSeparator=r.formatSeparator?r.formatSeparator:r.formatSeparator||",",this.unescapePrefix=r.unescapeSuffix?"":r.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":r.unescapeSuffix||"",this.nestingPrefix=r.nestingPrefix?lf(r.nestingPrefix):r.nestingPrefixEscaped||lf("$t("),this.nestingSuffix=r.nestingSuffix?lf(r.nestingSuffix):r.nestingSuffixEscaped||lf(")"),this.nestingOptionsSeparator=r.nestingOptionsSeparator?r.nestingOptionsSeparator:r.nestingOptionsSeparator||",",this.maxReplaces=r.maxReplaces?r.maxReplaces:1e3,this.alwaysFormat=r.alwaysFormat!==void 0?r.alwaysFormat:!1,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var n="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(n,"g");var r="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(r,"g");var i="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(i,"g")}},{key:"interpolate",value:function(n,r,i,o){var a=this,c,f,p,y=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function g(j){return j.replace(/\$/g,"$$$$")}var T=function(R){if(R.indexOf(a.formatSeparator)<0){var H=C0(r,y,R,a.options.keySeparator,a.options.ignoreJSONStructure);return a.alwaysFormat?a.format(H,void 0,i,oa(oa(oa({},o),r),{},{interpolationkey:R})):H}var U=R.split(a.formatSeparator),ne=U.shift().trim(),q=U.join(a.formatSeparator).trim();return a.format(C0(r,y,ne,a.options.keySeparator,a.options.ignoreJSONStructure),q,i,oa(oa(oa({},o),r),{},{interpolationkey:ne}))};this.resetRegExp();var E=o&&o.missingInterpolationHandler||this.options.missingInterpolationHandler,I=o&&o.interpolation&&o.interpolation.skipOnVariables!==void 0?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables,A=[{regex:this.regexpUnescape,safeValue:function(R){return g(R)}},{regex:this.regexp,safeValue:function(R){return a.escapeValue?g(a.escape(R)):g(R)}}];return A.forEach(function(j){for(p=0;c=j.regex.exec(n);){var R=c[1].trim();if(f=T(R),f===void 0)if(typeof E=="function"){var H=E(n,c,o);f=typeof H=="string"?H:""}else if(o&&Object.prototype.hasOwnProperty.call(o,R))f="";else if(I){f=c[0];continue}else a.logger.warn("missed to pass in variable ".concat(R," for interpolating ").concat(n)),f="";else typeof f!="string"&&!a.useRawValueToEscape&&(f=g0(f));var U=j.safeValue(f);if(n=n.replace(c[0],U),I?(j.regex.lastIndex+=f.length,j.regex.lastIndex-=c[0].length):j.regex.lastIndex=0,p++,p>=a.maxReplaces)break}}),n}},{key:"nest",value:function(n,r){var i=this,o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a,c,f;function p(E,I){var A=this.nestingOptionsSeparator;if(E.indexOf(A)<0)return E;var j=E.split(new RegExp("".concat(A,"[ ]*{"))),R="{".concat(j[1]);E=j[0],R=this.interpolate(R,f);var H=R.match(/'/g),U=R.match(/"/g);(H&&H.length%2===0&&!U||U.length%2!==0)&&(R=R.replace(/'/g,'"'));try{f=JSON.parse(R),I&&(f=oa(oa({},I),f))}catch(ne){return this.logger.warn("failed parsing options string in nesting for key ".concat(E),ne),"".concat(E).concat(A).concat(R)}return delete f.defaultValue,E}for(;a=this.nestingRegexp.exec(n);){var y=[];f=oa({},o),f=f.replace&&typeof f.replace!="string"?f.replace:f,f.applyPostProcessor=!1,delete f.defaultValue;var g=!1;if(a[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(a[1])){var T=a[1].split(this.formatSeparator).map(function(E){return E.trim()});a[1]=T.shift(),y=T,g=!0}if(c=r(p.call(this,a[1].trim(),f),f),c&&a[0]===n&&typeof c!="string")return c;typeof c!="string"&&(c=g0(c)),c||(this.logger.warn("missed to resolve ".concat(a[1]," for nesting ").concat(n)),c=""),g&&(c=y.reduce(function(E,I){return i.format(E,I,o.lng,oa(oa({},o),{},{interpolationkey:a[1].trim()}))},c.trim())),n=n.replace(a[0],c),this.regexp.lastIndex=0}return n}}]),t}();function E0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function vl(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?E0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):E0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function $A(t){var e=t.toLowerCase().trim(),n={};if(t.indexOf("(")>-1){var r=t.split("(");e=r[0].toLowerCase().trim();var i=r[1].substring(0,r[1].length-1);if(e==="currency"&&i.indexOf(":")<0)n.currency||(n.currency=i.trim());else if(e==="relativetime"&&i.indexOf(":")<0)n.range||(n.range=i.trim());else{var o=i.split(";");o.forEach(function(a){if(a){var c=a.split(":"),f=bA(c),p=f[0],y=f.slice(1),g=y.join(":").trim().replace(/^'+|'+$/g,"");n[p.trim()]||(n[p.trim()]=g),g==="false"&&(n[p.trim()]=!1),g==="true"&&(n[p.trim()]=!0),isNaN(g)||(n[p.trim()]=parseInt(g,10))}})}}return{formatName:e,formatOptions:n}}function uf(t){var e={};return function(r,i,o){var a=i+JSON.stringify(o),c=e[a];return c||(c=t(i,o),e[a]=c),c(r)}}var VA=function(){function t(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};ns(this,t),this.logger=Na.create("formatter"),this.options=e,this.formats={number:uf(function(n,r){var i=new Intl.NumberFormat(n,vl({},r));return function(o){return i.format(o)}}),currency:uf(function(n,r){var i=new Intl.NumberFormat(n,vl(vl({},r),{},{style:"currency"}));return function(o){return i.format(o)}}),datetime:uf(function(n,r){var i=new Intl.DateTimeFormat(n,vl({},r));return function(o){return i.format(o)}}),relativetime:uf(function(n,r){var i=new Intl.RelativeTimeFormat(n,vl({},r));return function(o){return i.format(o,r.range||"day")}}),list:uf(function(n,r){var i=new Intl.ListFormat(n,vl({},r));return function(o){return i.format(o)}})},this.init(e)}return rs(t,[{key:"init",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}},i=r.interpolation;this.formatSeparator=i.formatSeparator?i.formatSeparator:i.formatSeparator||","}},{key:"add",value:function(n,r){this.formats[n.toLowerCase().trim()]=r}},{key:"addCached",value:function(n,r){this.formats[n.toLowerCase().trim()]=uf(r)}},{key:"format",value:function(n,r,i){var o=this,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},c=r.split(this.formatSeparator),f=c.reduce(function(p,y){var g=$A(y),T=g.formatName,E=g.formatOptions;if(o.formats[T]){var I=p;try{var A=a&&a.formatParams&&a.formatParams[a.interpolationkey]||{},j=A.locale||A.lng||a.locale||a.lng||i;I=o.formats[T](p,j,vl(vl(vl({},E),a),A))}catch(R){o.logger.warn(R)}return I}else o.logger.warn("there was no format function for ".concat(T));return p},n);return f}}]),t}();function k0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function D0(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?k0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):k0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function UA(t){var e=HA();return function(){var r=Ua(t),i;if(e){var o=Ua(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return zd(this,i)}}function HA(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function WA(t,e){t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)}var zA=function(t){Ep(n,t);var e=UA(n);function n(r,i,o){var a,c=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return ns(this,n),a=e.call(this),kp&&vu.call(Sl(a)),a.backend=r,a.store=i,a.services=o,a.languageUtils=o.languageUtils,a.options=c,a.logger=Na.create("backendConnector"),a.waitingReads=[],a.maxParallelReads=c.maxParallelReads||10,a.readingCalls=0,a.maxRetries=c.maxRetries>=0?c.maxRetries:5,a.retryTimeout=c.retryTimeout>=1?c.retryTimeout:350,a.state={},a.queue=[],a.backend&&a.backend.init&&a.backend.init(o,c.backend,c),a}return rs(n,[{key:"queueLoad",value:function(i,o,a,c){var f=this,p={},y={},g={},T={};return i.forEach(function(E){var I=!0;o.forEach(function(A){var j="".concat(E,"|").concat(A);!a.reload&&f.store.hasResourceBundle(E,A)?f.state[j]=2:f.state[j]<0||(f.state[j]===1?y[j]===void 0&&(y[j]=!0):(f.state[j]=1,I=!1,y[j]===void 0&&(y[j]=!0),p[j]===void 0&&(p[j]=!0),T[A]===void 0&&(T[A]=!0)))}),I||(g[E]=!0)}),(Object.keys(p).length||Object.keys(y).length)&&this.queue.push({pending:y,pendingCount:Object.keys(y).length,loaded:{},errors:[],callback:c}),{toLoad:Object.keys(p),pending:Object.keys(y),toLoadLanguages:Object.keys(g),toLoadNamespaces:Object.keys(T)}}},{key:"loaded",value:function(i,o,a){var c=i.split("|"),f=c[0],p=c[1];o&&this.emit("failedLoading",f,p,o),a&&this.store.addResourceBundle(f,p,a),this.state[i]=o?-1:2;var y={};this.queue.forEach(function(g){TA(g.loaded,[f],p),WA(g,i),o&&g.errors.push(o),g.pendingCount===0&&!g.done&&(Object.keys(g.loaded).forEach(function(T){y[T]||(y[T]={});var E=g.loaded[T];E.length&&E.forEach(function(I){y[T][I]===void 0&&(y[T][I]=!0)})}),g.done=!0,g.errors.length?g.callback(g.errors):g.callback())}),this.emit("loaded",y),this.queue=this.queue.filter(function(g){return!g.done})}},{key:"read",value:function(i,o,a){var c=this,f=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,p=arguments.length>4&&arguments[4]!==void 0?arguments[4]:this.retryTimeout,y=arguments.length>5?arguments[5]:void 0;if(!i.length)return y(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:i,ns:o,fcName:a,tried:f,wait:p,callback:y});return}this.readingCalls++;var g=function(A,j){if(c.readingCalls--,c.waitingReads.length>0){var R=c.waitingReads.shift();c.read(R.lng,R.ns,R.fcName,R.tried,R.wait,R.callback)}if(A&&j&&f<c.maxRetries){setTimeout(function(){c.read.call(c,i,o,a,f+1,p*2,y)},p);return}y(A,j)},T=this.backend[a].bind(this.backend);if(T.length===2){try{var E=T(i,o);E&&typeof E.then=="function"?E.then(function(I){return g(null,I)}).catch(g):g(null,E)}catch(I){g(I)}return}return T(i,o,g)}},{key:"prepareLoading",value:function(i,o){var a=this,c=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},f=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),f&&f();typeof i=="string"&&(i=this.languageUtils.toResolveHierarchy(i)),typeof o=="string"&&(o=[o]);var p=this.queueLoad(i,o,c,f);if(!p.toLoad.length)return p.pending.length||f(),null;p.toLoad.forEach(function(y){a.loadOne(y)})}},{key:"load",value:function(i,o,a){this.prepareLoading(i,o,{},a)}},{key:"reload",value:function(i,o,a){this.prepareLoading(i,o,{reload:!0},a)}},{key:"loadOne",value:function(i){var o=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",c=i.split("|"),f=c[0],p=c[1];this.read(f,p,"read",void 0,void 0,function(y,g){y&&o.logger.warn("".concat(a,"loading namespace ").concat(p," for language ").concat(f," failed"),y),!y&&g&&o.logger.log("".concat(a,"loaded namespace ").concat(p," for language ").concat(f),g),o.loaded(i,y,g)})}},{key:"saveMissing",value:function(i,o,a,c,f){var p=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},y=arguments.length>6&&arguments[6]!==void 0?arguments[6]:function(){};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(o)){this.logger.warn('did not save key "'.concat(a,'" as the namespace "').concat(o,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(a==null||a==="")){if(this.backend&&this.backend.create){var g=D0(D0({},p),{},{isUpdate:f}),T=this.backend.create.bind(this.backend);if(T.length<6)try{var E;T.length===5?E=T(i,o,a,c,g):E=T(i,o,a,c),E&&typeof E.then=="function"?E.then(function(I){return y(null,I)}).catch(y):y(null,E)}catch(I){y(I)}else T(i,o,a,c,y,g)}!i||!i[0]||this.store.addResource(i[0],o,a,c)}}}]),n}(vu);function P0(){return{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(e){var n={};if(Qo(e[1])==="object"&&(n=e[1]),typeof e[1]=="string"&&(n.defaultValue=e[1]),typeof e[2]=="string"&&(n.tDescription=e[2]),Qo(e[2])==="object"||Qo(e[3])==="object"){var r=e[3]||e[2];Object.keys(r).forEach(function(i){n[i]=r[i]})}return n},interpolation:{escapeValue:!0,format:function(e,n,r,i){return e},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}}function O0(t){return typeof t.ns=="string"&&(t.ns=[t.ns]),typeof t.fallbackLng=="string"&&(t.fallbackLng=[t.fallbackLng]),typeof t.fallbackNS=="string"&&(t.fallbackNS=[t.fallbackNS]),t.supportedLngs&&t.supportedLngs.indexOf("cimode")<0&&(t.supportedLngs=t.supportedLngs.concat(["cimode"])),t}function _0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Ma(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?_0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):_0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function YA(t){var e=GA();return function(){var r=Ua(t),i;if(e){var o=Ua(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return zd(this,i)}}function GA(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function gh(){}function qA(t){var e=Object.getOwnPropertyNames(Object.getPrototypeOf(t));e.forEach(function(n){typeof t[n]=="function"&&(t[n]=t[n].bind(t))})}var ep=function(t){Ep(n,t);var e=YA(n);function n(){var r,i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0;if(ns(this,n),r=e.call(this),kp&&vu.call(Sl(r)),r.options=O0(i),r.services={},r.logger=Na,r.modules={external:[]},qA(Sl(r)),o&&!r.isInitialized&&!i.isClone){if(!r.options.initImmediate)return r.init(i,o),zd(r,Sl(r));setTimeout(function(){r.init(i,o)},0)}return r}return rs(n,[{key:"init",value:function(){var i=this,o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;typeof o=="function"&&(a=o,o={}),!o.defaultNS&&o.defaultNS!==!1&&o.ns&&(typeof o.ns=="string"?o.defaultNS=o.ns:o.ns.indexOf("translation")<0&&(o.defaultNS=o.ns[0]));var c=P0();this.options=Ma(Ma(Ma({},c),this.options),O0(o)),this.options.compatibilityAPI!=="v1"&&(this.options.interpolation=Ma(Ma({},c.interpolation),this.options.interpolation)),o.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=o.keySeparator),o.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=o.nsSeparator);function f(R){return R?typeof R=="function"?new R:R:null}if(!this.options.isClone){this.modules.logger?Na.init(f(this.modules.logger),this.options):Na.init(null,this.options);var p;this.modules.formatter?p=this.modules.formatter:typeof Intl<"u"&&(p=VA);var y=new x0(this.options);this.store=new RA(this.options.resources,this.options);var g=this.services;g.logger=Na,g.resourceStore=this.store,g.languageUtils=y,g.pluralResolver=new jA(y,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),p&&(!this.options.interpolation.format||this.options.interpolation.format===c.interpolation.format)&&(g.formatter=f(p),g.formatter.init(g,this.options),this.options.interpolation.format=g.formatter.format.bind(g.formatter)),g.interpolator=new BA(this.options),g.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},g.backendConnector=new zA(f(this.modules.backend),g.resourceStore,g,this.options),g.backendConnector.on("*",function(R){for(var H=arguments.length,U=new Array(H>1?H-1:0),ne=1;ne<H;ne++)U[ne-1]=arguments[ne];i.emit.apply(i,[R].concat(U))}),this.modules.languageDetector&&(g.languageDetector=f(this.modules.languageDetector),g.languageDetector.init&&g.languageDetector.init(g,this.options.detection,this.options)),this.modules.i18nFormat&&(g.i18nFormat=f(this.modules.i18nFormat),g.i18nFormat.init&&g.i18nFormat.init(this)),this.translator=new w0(this.services,this.options),this.translator.on("*",function(R){for(var H=arguments.length,U=new Array(H>1?H-1:0),ne=1;ne<H;ne++)U[ne-1]=arguments[ne];i.emit.apply(i,[R].concat(U))}),this.modules.external.forEach(function(R){R.init&&R.init(i)})}if(this.format=this.options.interpolation.format,a||(a=gh),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var T=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);T.length>0&&T[0]!=="dev"&&(this.options.lng=T[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined");var E=["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"];E.forEach(function(R){i[R]=function(){var H;return(H=i.store)[R].apply(H,arguments)}});var I=["addResource","addResources","addResourceBundle","removeResourceBundle"];I.forEach(function(R){i[R]=function(){var H;return(H=i.store)[R].apply(H,arguments),i}});var A=ed(),j=function(){var H=function(ne,q){i.isInitialized&&!i.initializedStoreOnce&&i.logger.warn("init: i18next is already initialized. You should call init just once!"),i.isInitialized=!0,i.options.isClone||i.logger.log("initialized",i.options),i.emit("initialized",i.options),A.resolve(q),a(ne,q)};if(i.languages&&i.options.compatibilityAPI!=="v1"&&!i.isInitialized)return H(null,i.t.bind(i));i.changeLanguage(i.options.lng,H)};return this.options.resources||!this.options.initImmediate?j():setTimeout(j,0),A}},{key:"loadResources",value:function(i){var o=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:gh,c=a,f=typeof i=="string"?i:this.language;if(typeof i=="function"&&(c=i),!this.options.resources||this.options.partialBundledLanguages){if(f&&f.toLowerCase()==="cimode")return c();var p=[],y=function(E){if(E){var I=o.services.languageUtils.toResolveHierarchy(E);I.forEach(function(A){p.indexOf(A)<0&&p.push(A)})}};if(f)y(f);else{var g=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);g.forEach(function(T){return y(T)})}this.options.preload&&this.options.preload.forEach(function(T){return y(T)}),this.services.backendConnector.load(p,this.options.ns,function(T){!T&&!o.resolvedLanguage&&o.language&&o.setResolvedLanguage(o.language),c(T)})}else c(null)}},{key:"reloadResources",value:function(i,o,a){var c=ed();return i||(i=this.languages),o||(o=this.options.ns),a||(a=gh),this.services.backendConnector.reload(i,o,function(f){c.resolve(),a(f)}),c}},{key:"use",value:function(i){if(!i)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!i.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return i.type==="backend"&&(this.modules.backend=i),(i.type==="logger"||i.log&&i.warn&&i.error)&&(this.modules.logger=i),i.type==="languageDetector"&&(this.modules.languageDetector=i),i.type==="i18nFormat"&&(this.modules.i18nFormat=i),i.type==="postProcessor"&&iT.addPostProcessor(i),i.type==="formatter"&&(this.modules.formatter=i),i.type==="3rdParty"&&this.modules.external.push(i),this}},{key:"setResolvedLanguage",value:function(i){if(!(!i||!this.languages)&&!(["cimode","dev"].indexOf(i)>-1))for(var o=0;o<this.languages.length;o++){var a=this.languages[o];if(!(["cimode","dev"].indexOf(a)>-1)&&this.store.hasLanguageSomeTranslations(a)){this.resolvedLanguage=a;break}}}},{key:"changeLanguage",value:function(i,o){var a=this;this.isLanguageChangingTo=i;var c=ed();this.emit("languageChanging",i);var f=function(T){a.language=T,a.languages=a.services.languageUtils.toResolveHierarchy(T),a.resolvedLanguage=void 0,a.setResolvedLanguage(T)},p=function(T,E){E?(f(E),a.translator.changeLanguage(E),a.isLanguageChangingTo=void 0,a.emit("languageChanged",E),a.logger.log("languageChanged",E)):a.isLanguageChangingTo=void 0,c.resolve(function(){return a.t.apply(a,arguments)}),o&&o(T,function(){return a.t.apply(a,arguments)})},y=function(T){!i&&!T&&a.services.languageDetector&&(T=[]);var E=typeof T=="string"?T:a.services.languageUtils.getBestMatchFromCodes(T);E&&(a.language||f(E),a.translator.language||a.translator.changeLanguage(E),a.services.languageDetector&&a.services.languageDetector.cacheUserLanguage&&a.services.languageDetector.cacheUserLanguage(E)),a.loadResources(E,function(I){p(I,E)})};return!i&&this.services.languageDetector&&!this.services.languageDetector.async?y(this.services.languageDetector.detect()):!i&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(y):this.services.languageDetector.detect(y):y(i),c}},{key:"getFixedT",value:function(i,o,a){var c=this,f=function p(y,g){var T;if(Qo(g)!=="object"){for(var E=arguments.length,I=new Array(E>2?E-2:0),A=2;A<E;A++)I[A-2]=arguments[A];T=c.options.overloadTranslationOptionHandler([y,g].concat(I))}else T=Ma({},g);T.lng=T.lng||p.lng,T.lngs=T.lngs||p.lngs,T.ns=T.ns||p.ns,T.keyPrefix=T.keyPrefix||a||p.keyPrefix;var j=c.options.keySeparator||".",R;return T.keyPrefix&&Array.isArray(y)?R=y.map(function(H){return"".concat(T.keyPrefix).concat(j).concat(H)}):R=T.keyPrefix?"".concat(T.keyPrefix).concat(j).concat(y):y,c.t(R,T)};return typeof i=="string"?f.lng=i:f.lngs=i,f.ns=o,f.keyPrefix=a,f}},{key:"t",value:function(){var i;return this.translator&&(i=this.translator).translate.apply(i,arguments)}},{key:"exists",value:function(){var i;return this.translator&&(i=this.translator).exists.apply(i,arguments)}},{key:"setDefaultNamespace",value:function(i){this.options.defaultNS=i}},{key:"hasLoadedNamespace",value:function(i){var o=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var c=a.lng||this.resolvedLanguage||this.languages[0],f=this.options?this.options.fallbackLng:!1,p=this.languages[this.languages.length-1];if(c.toLowerCase()==="cimode")return!0;var y=function(E,I){var A=o.services.backendConnector.state["".concat(E,"|").concat(I)];return A===-1||A===2};if(a.precheck){var g=a.precheck(this,y);if(g!==void 0)return g}return!!(this.hasResourceBundle(c,i)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||y(c,i)&&(!f||y(p,i)))}},{key:"loadNamespaces",value:function(i,o){var a=this,c=ed();return this.options.ns?(typeof i=="string"&&(i=[i]),i.forEach(function(f){a.options.ns.indexOf(f)<0&&a.options.ns.push(f)}),this.loadResources(function(f){c.resolve(),o&&o(f)}),c):(o&&o(),Promise.resolve())}},{key:"loadLanguages",value:function(i,o){var a=ed();typeof i=="string"&&(i=[i]);var c=this.options.preload||[],f=i.filter(function(p){return c.indexOf(p)<0});return f.length?(this.options.preload=c.concat(f),this.loadResources(function(p){a.resolve(),o&&o(p)}),a):(o&&o(),Promise.resolve())}},{key:"dir",value:function(i){if(i||(i=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!i)return"rtl";var o=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],a=this.services&&this.services.languageUtils||new x0(P0());return o.indexOf(a.getLanguagePartFromCode(i))>-1||i.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}},{key:"cloneInstance",value:function(){var i=this,o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:gh,c=Ma(Ma(Ma({},this.options),o),{isClone:!0}),f=new n(c);(o.debug!==void 0||o.prefix!==void 0)&&(f.logger=f.logger.clone(o));var p=["store","services","language"];return p.forEach(function(y){f[y]=i[y]}),f.services=Ma({},this.services),f.services.utils={hasLoadedNamespace:f.hasLoadedNamespace.bind(f)},f.translator=new w0(f.services,f.options),f.translator.on("*",function(y){for(var g=arguments.length,T=new Array(g>1?g-1:0),E=1;E<g;E++)T[E-1]=arguments[E];f.emit.apply(f,[y].concat(T))}),f.init(c,a),f.translator.options=f.options,f.translator.backendConnector.services.utils={hasLoadedNamespace:f.hasLoadedNamespace.bind(f)},f}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}]),n}(vu);Ha(ep,"createInstance",function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=arguments.length>1?arguments[1]:void 0;return new ep(t,e)});var oi=ep.createInstance();oi.createInstance=ep.createInstance;oi.createInstance;oi.dir;oi.init;oi.loadResources;oi.reloadResources;oi.use;oi.changeLanguage;oi.getFixedT;var oT=oi.t;oi.exists;oi.setDefaultNamespace;oi.hasLoadedNamespace;oi.loadNamespaces;oi.loadLanguages;const sT={TOKEN_MALFORMED:"token_malformed",TOKEN_EXPIRED:"token_expired"},aT=t=>{window.location.href=`${t}/authentication/login`},lT=t=>{window.location.href=`${t}/authentication/logout`},As=pA.create({withCredentials:!0});let Eg=!1,Rm=[];const R0=t=>{Rm.forEach(e=>{t?e.reject(t):e.resolve()}),Rm=[]};function XA(t){try{const e=t==null?void 0:t.url,n=(t==null?void 0:t.baseURL)||window.location.origin,i=new URL(e,n).pathname.split("/").filter(Boolean);return i.length<=3?`/${i.join("/")}`||"/":`/${i[0]}/.../${i[i.length-1]}`}catch{return(t==null?void 0:t.url)||""}}function KA(t,e){var a,c,f,p,y,g,T,E;const n=(a=t.response)==null?void 0:a.status,r=(c=e==null?void 0:e.method)==null?void 0:c.toUpperCase(),i=XA(e),o=((p=(f=t.response)==null?void 0:f.data)==null?void 0:p.errorMessage)||((g=(y=t.response)==null?void 0:y.data)==null?void 0:g.message)||((E=(T=t.response)==null?void 0:T.data)==null?void 0:E.title)||t.message||"Unexpected error";if(typeof n=="number"&&n>=500){const I=[n?`HTTP ${n}`:null,r,i].filter(Boolean);return`${I.join(" ")}${I.length?" - ":""}${o}`}return`${o}`}function uT(t,e){var o,a,c,f,p,y,g,T,E;const n=t.config,r=((a=(o=t.response)==null?void 0:o.data)==null?void 0:a.errorMessage)||((f=(c=t.response)==null?void 0:c.data)==null?void 0:f.message),i=r===sT.TOKEN_EXPIRED;if(((p=t.response)==null?void 0:p.status)===401&&i&&!n._retry)return Eg?new Promise((I,A)=>{Rm.push({resolve:I,reject:A})}).then(()=>As(n)).catch(I=>Promise.reject(I)):(n._retry=!0,Eg=!0,As.post("/authentication/api/v1/auth/refresh-token",void 0,{baseURL:window.env.AUTHEN_DOMAIN}).then(()=>(R0(null),As(n))).catch(I=>(R0(I),Promise.reject(I))).finally(()=>{Eg=!1}));if(((y=t.response)==null?void 0:y.status)===401&&!i){if(window.self!==window.top&&window.top){console.log("401 - IFRAME");const I=`${window.env.AUTHEN_DOMAIN||window.top.origin}/authentication/login`;window.top.location.href=I;return}return aT(window.env.AUTHEN_DOMAIN)}if(((g=t.response)==null?void 0:g.status)===403||(t==null?void 0:t.httpStatus)===403)(T=e==null?void 0:e.handle403)==null||T.call(e,t);else{const I=KA(t,n);!(e!=null&&e.disabledPushNotify)&&Yd(oT(`${I}`)),(E=e==null?void 0:e.handleOtherError)==null||E.call(e,t)}return r&&t.response&&t.response.data&&(t.response.data.message=r),Promise.reject(t)}const ZA=As.interceptors.response.use(t=>t,async t=>uT(t)),JA=t=>{const e=Pd.useQueryClient(),n=X.useMemo(()=>t.axiosInstance||As,[t.axiosInstance]);window.env||(window.env={}),window.env.AUTHEN_DOMAIN=new URL(t.baseUrl).origin;const r=Pd.useQuery({queryKey:["user"],refetchOnWindowFocus:!1,retry:!1,queryFn:()=>n.get(t.baseUrl+"/user-management/api/v1/users/my-account").then(i=>(window.user=i.data,i.data))});return X.useEffect(()=>{window.onpageshow=function(i){i.persisted&&e.invalidateQueries(["user"])}},[e]),r},cT=t=>{const e=Pd.useQueryClient(),n=X.useMemo(()=>t.axiosInstance||As,[t.axiosInstance]);window.env||(window.env={}),window.env.AUTHEN_DOMAIN=new URL(t.baseUrl).origin;const r=Pd.useQuery({queryKey:["user-permissions"],refetchOnWindowFocus:!1,retry:!1,queryFn:()=>n.get(t.baseUrl+"/user-management/api/v1/users/my-account/permissions").then(i=>i.data)});return X.useEffect(()=>{window.onpageshow=function(i){i.persisted&&e.invalidateQueries(["user-permissions"])}},[e]),r},Vv=X.createContext({}),QA=t=>{const{children:e,baseUrl:n,axiosInstance:r}=t,i=new URL(n).origin,o=JA({axiosInstance:r,baseUrl:n}),a=cT({axiosInstance:r,baseUrl:n});function c(){window.location.href=`${i}/authentication/login`}function f(){window.location.href=`${i}/authentication/logout`}return o!=null&&o.isFetching?be.jsx(aa.Grid,{container:!0,justifyContent:"center",alignItems:"center",sx:{minHeight:"100vh"},children:be.jsx(aa.CircularProgress,{})}):be.jsx(Vv.Provider,{value:{user:o==null?void 0:o.data,login:c,logout:f,isFetching:o.isFetching,permissions:a==null?void 0:a.data},children:e})},eM=()=>X.useContext(Vv);function tM(t,e,n){return n.some(r=>{const i=t[r];return String(i).toLowerCase().includes(e.toLowerCase())})}function nM(t){var e,n;(n=(e=window.top)==null?void 0:e.HostBridge)==null||n.openBackdrop(t)}var fT=[],rM=fT.forEach,iM=fT.slice;function oM(t){return rM.call(iM.call(arguments,1),function(e){if(e)for(var n in e)t[n]===void 0&&(t[n]=e[n])}),t}var I0=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/,sM=function(e,n,r){var i=r||{};i.path=i.path||"/";var o=encodeURIComponent(n),a="".concat(e,"=").concat(o);if(i.maxAge>0){var c=i.maxAge-0;if(Number.isNaN(c))throw new Error("maxAge should be a Number");a+="; Max-Age=".concat(Math.floor(c))}if(i.domain){if(!I0.test(i.domain))throw new TypeError("option domain is invalid");a+="; Domain=".concat(i.domain)}if(i.path){if(!I0.test(i.path))throw new TypeError("option path is invalid");a+="; Path=".concat(i.path)}if(i.expires){if(typeof i.expires.toUTCString!="function")throw new TypeError("option expires is invalid");a+="; Expires=".concat(i.expires.toUTCString())}if(i.httpOnly&&(a+="; HttpOnly"),i.secure&&(a+="; Secure"),i.sameSite){var f=typeof i.sameSite=="string"?i.sameSite.toLowerCase():i.sameSite;switch(f){case!0:a+="; SameSite=Strict";break;case"lax":a+="; SameSite=Lax";break;case"strict":a+="; SameSite=Strict";break;case"none":a+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}}return a},A0={create:function(e,n,r,i){var o=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{path:"/",sameSite:"strict"};r&&(o.expires=new Date,o.expires.setTime(o.expires.getTime()+r*60*1e3)),i&&(o.domain=i),document.cookie=sM(e,encodeURIComponent(n),o)},read:function(e){for(var n="".concat(e,"="),r=document.cookie.split(";"),i=0;i<r.length;i++){for(var o=r[i];o.charAt(0)===" ";)o=o.substring(1,o.length);if(o.indexOf(n)===0)return o.substring(n.length,o.length)}return null},remove:function(e){this.create(e,"",-1)}},aM={name:"cookie",lookup:function(e){var n;if(e.lookupCookie&&typeof document<"u"){var r=A0.read(e.lookupCookie);r&&(n=r)}return n},cacheUserLanguage:function(e,n){n.lookupCookie&&typeof document<"u"&&A0.create(n.lookupCookie,e,n.cookieMinutes,n.cookieDomain,n.cookieOptions)}},lM={name:"querystring",lookup:function(e){var n;if(typeof window<"u"){var r=window.location.search;!window.location.search&&window.location.hash&&window.location.hash.indexOf("?")>-1&&(r=window.location.hash.substring(window.location.hash.indexOf("?")));for(var i=r.substring(1),o=i.split("&"),a=0;a<o.length;a++){var c=o[a].indexOf("=");if(c>0){var f=o[a].substring(0,c);f===e.lookupQuerystring&&(n=o[a].substring(c+1))}}}return n}},td=null,M0=function(){if(td!==null)return td;try{td=window!=="undefined"&&window.localStorage!==null;var e="i18next.translate.boo";window.localStorage.setItem(e,"foo"),window.localStorage.removeItem(e)}catch{td=!1}return td},uM={name:"localStorage",lookup:function(e){var n;if(e.lookupLocalStorage&&M0()){var r=window.localStorage.getItem(e.lookupLocalStorage);r&&(n=r)}return n},cacheUserLanguage:function(e,n){n.lookupLocalStorage&&M0()&&window.localStorage.setItem(n.lookupLocalStorage,e)}},nd=null,L0=function(){if(nd!==null)return nd;try{nd=window!=="undefined"&&window.sessionStorage!==null;var e="i18next.translate.boo";window.sessionStorage.setItem(e,"foo"),window.sessionStorage.removeItem(e)}catch{nd=!1}return nd},cM={name:"sessionStorage",lookup:function(e){var n;if(e.lookupSessionStorage&&L0()){var r=window.sessionStorage.getItem(e.lookupSessionStorage);r&&(n=r)}return n},cacheUserLanguage:function(e,n){n.lookupSessionStorage&&L0()&&window.sessionStorage.setItem(n.lookupSessionStorage,e)}},fM={name:"navigator",lookup:function(e){var n=[];if(typeof navigator<"u"){if(navigator.languages)for(var r=0;r<navigator.languages.length;r++)n.push(navigator.languages[r]);navigator.userLanguage&&n.push(navigator.userLanguage),navigator.language&&n.push(navigator.language)}return n.length>0?n:void 0}},dM={name:"htmlTag",lookup:function(e){var n,r=e.htmlTag||(typeof document<"u"?document.documentElement:null);return r&&typeof r.getAttribute=="function"&&(n=r.getAttribute("lang")),n}},hM={name:"path",lookup:function(e){var n;if(typeof window<"u"){var r=window.location.pathname.match(/\/([a-zA-Z-]*)/g);if(r instanceof Array)if(typeof e.lookupFromPathIndex=="number"){if(typeof r[e.lookupFromPathIndex]!="string")return;n=r[e.lookupFromPathIndex].replace("/","")}else n=r[0].replace("/","")}return n}},pM={name:"subdomain",lookup:function(e){var n=typeof e.lookupFromSubdomainIndex=="number"?e.lookupFromSubdomainIndex+1:1,r=typeof window<"u"&&window.location&&window.location.hostname&&window.location.hostname.match(/^(\w{2,5})\.(([a-z0-9-]{1,63}\.[a-z]{2,6})|localhost)/i);if(r)return r[n]}},dT=!1;try{document.cookie,dT=!0}catch{}var hT=["querystring","cookie","localStorage","sessionStorage","navigator","htmlTag"];dT||hT.splice(1,1);function gM(){return{order:hT,lookupQuerystring:"lng",lookupCookie:"i18next",lookupLocalStorage:"i18nextLng",lookupSessionStorage:"i18nextLng",caches:["localStorage"],excludeCacheFor:["cimode"],convertDetectedLanguage:function(e){return e}}}var pT=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};ns(this,t),this.type="languageDetector",this.detectors={},this.init(e,n)}return rs(t,[{key:"init",value:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};this.services=n||{languageUtils:{}},this.options=oM(r,this.options||{},gM()),typeof this.options.convertDetectedLanguage=="string"&&this.options.convertDetectedLanguage.indexOf("15897")>-1&&(this.options.convertDetectedLanguage=function(o){return o.replace("-","_")}),this.options.lookupFromUrlIndex&&(this.options.lookupFromPathIndex=this.options.lookupFromUrlIndex),this.i18nOptions=i,this.addDetector(aM),this.addDetector(lM),this.addDetector(uM),this.addDetector(cM),this.addDetector(fM),this.addDetector(dM),this.addDetector(hM),this.addDetector(pM)}},{key:"addDetector",value:function(n){return this.detectors[n.name]=n,this}},{key:"detect",value:function(n){var r=this;n||(n=this.options.order);var i=[];return n.forEach(function(o){if(r.detectors[o]){var a=r.detectors[o].lookup(r.options);a&&typeof a=="string"&&(a=[a]),a&&(i=i.concat(a))}}),i=i.map(function(o){return r.options.convertDetectedLanguage(o)}),this.services.languageUtils.getBestMatchFromCodes?i:i.length>0?i[0]:null}},{key:"cacheUserLanguage",value:function(n,r){var i=this;r||(r=this.options.caches),r&&(this.options.excludeCacheFor&&this.options.excludeCacheFor.indexOf(n)>-1||r.forEach(function(o){i.detectors[o]&&i.detectors[o].cacheUserLanguage(n,i.options)}))}}])}();pT.type="languageDetector";function Uv(t,e){if(t==null)return{};var n={};for(var r in t)if({}.hasOwnProperty.call(t,r)){if(e.includes(r))continue;n[r]=t[r]}return n}const mM=Object.freeze(Object.defineProperty({__proto__:null,default:Uv},Symbol.toStringTag,{value:"Module"}));var Di=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Eu(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function vM(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var n=function r(){return this instanceof r?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};n.prototype=e.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(t).forEach(function(r){var i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:function(){return t[r]}})}),n}function yM(){if(console&&console.warn){for(var t,e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];typeof n[0]=="string"&&(n[0]="react-i18next:: ".concat(n[0])),(t=console).warn.apply(t,n)}}var F0={};function Im(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];typeof e[0]=="string"&&F0[e[0]]||(typeof e[0]=="string"&&(F0[e[0]]=new Date),yM.apply(void 0,e))}var gT=function(e,n){return function(){if(e.isInitialized)n();else{var r=function i(){setTimeout(function(){e.off("initialized",i)},0),n()};e.on("initialized",r)}}};function N0(t,e,n){t.loadNamespaces(e,gT(t,n))}function j0(t,e,n,r){typeof n=="string"&&(n=[n]),n.forEach(function(i){t.options.ns.indexOf(i)<0&&t.options.ns.push(i)}),t.loadLanguages(e,gT(t,r))}function bM(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=e.languages[0],i=e.options?e.options.fallbackLng:!1,o=e.languages[e.languages.length-1];if(r.toLowerCase()==="cimode")return!0;var a=function(f,p){var y=e.services.backendConnector.state["".concat(f,"|").concat(p)];return y===-1||y===2};return n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&e.services.backendConnector.backend&&e.isLanguageChangingTo&&!a(e.isLanguageChangingTo,t)?!1:!!(e.hasResourceBundle(r,t)||!e.services.backendConnector.backend||e.options.resources&&!e.options.partialBundledLanguages||a(r,t)&&(!i||a(o,t)))}function wM(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!e.languages||!e.languages.length)return Im("i18n.languages were undefined or empty",e.languages),!0;var r=e.options.ignoreJSONStructure!==void 0;return r?e.hasLoadedNamespace(t,{lng:n.lng,precheck:function(o,a){if(n.bindI18n&&n.bindI18n.indexOf("languageChanging")>-1&&o.services.backendConnector.backend&&o.isLanguageChangingTo&&!a(o.isLanguageChangingTo,t))return!1}}):bM(t,e,n)}var xM=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,SM={"&amp;":"&","&#38;":"&","&lt;":"<","&#60;":"<","&gt;":">","&#62;":">","&apos;":"'","&#39;":"'","&quot;":'"',"&#34;":'"',"&nbsp;":" ","&#160;":" ","&copy;":"©","&#169;":"©","&reg;":"®","&#174;":"®","&hellip;":"…","&#8230;":"…","&#x2F;":"/","&#47;":"/"},TM=function(e){return SM[e]},CM=function(e){return e.replace(xM,TM)};function B0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function $0(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?B0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):B0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}var Am={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:CM};function EM(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Am=$0($0({},Am),t)}function kM(){return Am}var mT;function DM(t){mT=t}function PM(){return mT}var OM={type:"3rdParty",init:function(e){EM(e.options.react),DM(e)}},vT=X.createContext(),_M=function(){function t(){ns(this,t),this.usedNamespaces={}}return rs(t,[{key:"addUsedNamespaces",value:function(n){var r=this;n.forEach(function(i){r.usedNamespaces[i]||(r.usedNamespaces[i]=!0)})}},{key:"getUsedNamespaces",value:function(){return Object.keys(this.usedNamespaces)}}]),t}();function RM(t,e){var n=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n!=null){var r,i,o,a,c=[],f=!0,p=!1;try{if(o=(n=n.call(t)).next,e!==0)for(;!(f=(r=o.call(n)).done)&&(c.push(r.value),c.length!==e);f=!0);}catch(y){p=!0,i=y}finally{try{if(!f&&n.return!=null&&(a=n.return(),Object(a)!==a))return}finally{if(p)throw i}}return c}}function IM(t,e){return eT(t)||RM(t,e)||tT(t,e)||nT()}function V0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function kg(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?V0(Object(n),!0).forEach(function(r){Ha(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):V0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}var AM=function(e,n){var r=X.useRef();return X.useEffect(function(){r.current=e},[e,n]),r.current};function yT(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=e.i18n,r=X.useContext(vT)||{},i=r.i18n,o=r.defaultNS,a=n||i||PM();if(a&&!a.reportNamespaces&&(a.reportNamespaces=new _M),!a){Im("You will need to pass in an i18next instance by using initReactI18next");var c=function(ae,ze){return typeof ze=="string"?ze:ze&&Qo(ze)==="object"&&typeof ze.defaultValue=="string"?ze.defaultValue:Array.isArray(ae)?ae[ae.length-1]:ae},f=[c,{},!1];return f.t=c,f.i18n={},f.ready=!1,f}a.options.react&&a.options.react.wait!==void 0&&Im("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");var p=kg(kg(kg({},kM()),a.options.react),e),y=p.useSuspense,g=p.keyPrefix,T=t||o||a.options&&a.options.defaultNS;T=typeof T=="string"?[T]:T||["translation"],a.reportNamespaces.addUsedNamespaces&&a.reportNamespaces.addUsedNamespaces(T);var E=(a.isInitialized||a.initializedStoreOnce)&&T.every(function(le){return wM(le,a,p)});function I(){return a.getFixedT(e.lng||null,p.nsMode==="fallback"?T:T[0],g)}var A=X.useState(I),j=IM(A,2),R=j[0],H=j[1],U=T.join();e.lng&&(U="".concat(e.lng).concat(U));var ne=AM(U),q=X.useRef(!0);X.useEffect(function(){var le=p.bindI18n,ae=p.bindI18nStore;q.current=!0,!E&&!y&&(e.lng?j0(a,e.lng,T,function(){q.current&&H(I)}):N0(a,T,function(){q.current&&H(I)})),E&&ne&&ne!==U&&q.current&&H(I);function ze(){q.current&&H(I)}return le&&a&&a.on(le,ze),ae&&a&&a.store.on(ae,ze),function(){q.current=!1,le&&a&&le.split(" ").forEach(function(tt){return a.off(tt,ze)}),ae&&a&&ae.split(" ").forEach(function(tt){return a.store.off(tt,ze)})}},[a,U]);var ie=X.useRef(!0);X.useEffect(function(){q.current&&!ie.current&&H(I),ie.current=!1},[a,g]);var x=[R,a,E];if(x.t=R,x.i18n=a,x.ready=E,E||!E&&!y)return x;throw new Promise(function(le){e.lng?j0(a,e.lng,T,function(){return le()}):N0(a,T,function(){return le()})})}function MM(t){var e=t.i18n,n=t.defaultNS,r=t.children,i=X.useMemo(function(){return{i18n:e,defaultNS:n}},[e,n]);return X.createElement(vT.Provider,{value:i},r)}var bT=[],LM=bT.forEach,FM=bT.slice;function NM(t){return LM.call(FM.call(arguments,1),function(e){if(e)for(var n in e)t[n]===void 0&&(t[n]=e[n])}),t}function jM(t){return t?typeof t=="function"?new t:t:null}function BM(){return{handleEmptyResourcesAsFailed:!0,cacheHitMode:"none"}}function U0(t,e,n,r){var i=t.read.bind(t);if(i.length===2){try{var o=i(e,n);o&&typeof o.then=="function"?o.then(function(a){return r(null,a)}).catch(r):r(null,o)}catch(a){r(a)}return}i(e,n,r)}var wT=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};ns(this,t),this.backends=[],this.type="backend",this.allOptions=r,this.init(e,n)}return rs(t,[{key:"init",value:function(n){var r=this,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};this.services=n,this.options=NM(i,this.options||{},BM()),this.allOptions=o,this.options.backends&&this.options.backends.forEach(function(a,c){r.backends[c]=r.backends[c]||jM(a),r.backends[c].init(n,r.options.backendOptions&&r.options.backendOptions[c]||{},o)}),this.services&&this.options.reloadInterval&&setInterval(function(){return r.reload()},this.options.reloadInterval)}},{key:"read",value:function(n,r,i){var o=this,a=this.backends.length,c=function p(y){if(y>=a)return i(new Error("non of the backend loaded data",!0));var g=y===a-1,T=o.options.handleEmptyResourcesAsFailed&&!g?0:-1,E=o.backends[y];E.read?U0(E,n,r,function(I,A,j){if(!I&&A&&Object.keys(A).length>T){if(i(null,A,y),f(y-1,A),E.save&&o.options.cacheHitMode&&["refresh","refreshAndUpdateStore"].indexOf(o.options.cacheHitMode)>-1){if(j&&o.options.refreshExpirationTime&&j+o.options.refreshExpirationTime>Date.now())return;var R=o.backends[y+1];R&&R.read&&U0(R,n,r,function(H,U){H||U&&(Object.keys(U).length<=T||(f(y,U),o.options.cacheHitMode==="refreshAndUpdateStore"&&o.services&&o.services.resourceStore&&o.services.resourceStore.addResourceBundle(n,r,U)))})}}else p(y+1)}):p(y+1)},f=function p(y,g){if(!(y<0)){var T=o.backends[y];T.save&&T.save(n,r,g),p(y-1,g)}};c(0)}},{key:"create",value:function(n,r,i,o){var a=arguments.length>4&&arguments[4]!==void 0?arguments[4]:function(){},c=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};this.backends.forEach(function(f){if(f.create){var p=f.create.bind(f);if(p.length<6){try{var y;p.length===5?y=p(n,r,i,o,c):y=p(n,r,i,o),y&&typeof y.then=="function"?y.then(function(g){return a(null,g)}).catch(a):a(null,y)}catch(g){a(g)}return}p(n,r,i,o,a,c)}})}},{key:"reload",value:function(){var n=this,r=this.services,i=r.backendConnector,o=r.languageUtils,a=r.logger,c=i.language;if(!(c&&c.toLowerCase()==="cimode")){var f=[],p=function(g){var T=o.toResolveHierarchy(g);T.forEach(function(E){f.indexOf(E)<0&&f.push(E)})};p(c),this.allOptions.preload&&this.allOptions.preload.forEach(function(y){return p(y)}),f.forEach(function(y){n.allOptions.ns.forEach(function(g){i.read(y,g,"read",null,null,function(T,E){T&&a.warn("loading namespace ".concat(g," for language ").concat(y," failed"),T),!T&&E&&a.log("loaded namespace ".concat(g," for language ").concat(y),E),i.loaded("".concat(y,"|").concat(g),T,E)})})})}}}]),t}();wT.type="backend";function Mm(t){"@babel/helpers - typeof";return Mm=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Mm(t)}function xT(){return typeof XMLHttpRequest=="function"||(typeof XMLHttpRequest>"u"?"undefined":Mm(XMLHttpRequest))==="object"}function $M(t){return!!t&&typeof t.then=="function"}function VM(t){return $M(t)?t:Promise.resolve(t)}function UM(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Lm={exports:{}},mh={exports:{}},H0;function HM(){return H0||(H0=1,function(t,e){var n=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof Di<"u"&&Di,r=function(){function o(){this.fetch=!1,this.DOMException=n.DOMException}return o.prototype=n,new o}();(function(o){(function(a){var c=typeof o<"u"&&o||typeof self<"u"&&self||typeof c<"u"&&c,f={searchParams:"URLSearchParams"in c,iterable:"Symbol"in c&&"iterator"in Symbol,blob:"FileReader"in c&&"Blob"in c&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in c,arrayBuffer:"ArrayBuffer"in c};function p(pe){return pe&&DataView.prototype.isPrototypeOf(pe)}if(f.arrayBuffer)var y=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],g=ArrayBuffer.isView||function(pe){return pe&&y.indexOf(Object.prototype.toString.call(pe))>-1};function T(pe){if(typeof pe!="string"&&(pe=String(pe)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(pe)||pe==="")throw new TypeError('Invalid character in header field name: "'+pe+'"');return pe.toLowerCase()}function E(pe){return typeof pe!="string"&&(pe=String(pe)),pe}function I(pe){var fe={next:function(){var Ce=pe.shift();return{done:Ce===void 0,value:Ce}}};return f.iterable&&(fe[Symbol.iterator]=function(){return fe}),fe}function A(pe){this.map={},pe instanceof A?pe.forEach(function(fe,Ce){this.append(Ce,fe)},this):Array.isArray(pe)?pe.forEach(function(fe){this.append(fe[0],fe[1])},this):pe&&Object.getOwnPropertyNames(pe).forEach(function(fe){this.append(fe,pe[fe])},this)}A.prototype.append=function(pe,fe){pe=T(pe),fe=E(fe);var Ce=this.map[pe];this.map[pe]=Ce?Ce+", "+fe:fe},A.prototype.delete=function(pe){delete this.map[T(pe)]},A.prototype.get=function(pe){return pe=T(pe),this.has(pe)?this.map[pe]:null},A.prototype.has=function(pe){return this.map.hasOwnProperty(T(pe))},A.prototype.set=function(pe,fe){this.map[T(pe)]=E(fe)},A.prototype.forEach=function(pe,fe){for(var Ce in this.map)this.map.hasOwnProperty(Ce)&&pe.call(fe,this.map[Ce],Ce,this)},A.prototype.keys=function(){var pe=[];return this.forEach(function(fe,Ce){pe.push(Ce)}),I(pe)},A.prototype.values=function(){var pe=[];return this.forEach(function(fe){pe.push(fe)}),I(pe)},A.prototype.entries=function(){var pe=[];return this.forEach(function(fe,Ce){pe.push([Ce,fe])}),I(pe)},f.iterable&&(A.prototype[Symbol.iterator]=A.prototype.entries);function j(pe){if(pe.bodyUsed)return Promise.reject(new TypeError("Already read"));pe.bodyUsed=!0}function R(pe){return new Promise(function(fe,Ce){pe.onload=function(){fe(pe.result)},pe.onerror=function(){Ce(pe.error)}})}function H(pe){var fe=new FileReader,Ce=R(fe);return fe.readAsArrayBuffer(pe),Ce}function U(pe){var fe=new FileReader,Ce=R(fe);return fe.readAsText(pe),Ce}function ne(pe){for(var fe=new Uint8Array(pe),Ce=new Array(fe.length),Oe=0;Oe<fe.length;Oe++)Ce[Oe]=String.fromCharCode(fe[Oe]);return Ce.join("")}function q(pe){if(pe.slice)return pe.slice(0);var fe=new Uint8Array(pe.byteLength);return fe.set(new Uint8Array(pe)),fe.buffer}function ie(){return this.bodyUsed=!1,this._initBody=function(pe){this.bodyUsed=this.bodyUsed,this._bodyInit=pe,pe?typeof pe=="string"?this._bodyText=pe:f.blob&&Blob.prototype.isPrototypeOf(pe)?this._bodyBlob=pe:f.formData&&FormData.prototype.isPrototypeOf(pe)?this._bodyFormData=pe:f.searchParams&&URLSearchParams.prototype.isPrototypeOf(pe)?this._bodyText=pe.toString():f.arrayBuffer&&f.blob&&p(pe)?(this._bodyArrayBuffer=q(pe.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):f.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(pe)||g(pe))?this._bodyArrayBuffer=q(pe):this._bodyText=pe=Object.prototype.toString.call(pe):this._bodyText="",this.headers.get("content-type")||(typeof pe=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):f.searchParams&&URLSearchParams.prototype.isPrototypeOf(pe)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},f.blob&&(this.blob=function(){var pe=j(this);if(pe)return pe;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var pe=j(this);return pe||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else return this.blob().then(H)}),this.text=function(){var pe=j(this);if(pe)return pe;if(this._bodyBlob)return U(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(ne(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},f.formData&&(this.formData=function(){return this.text().then(ze)}),this.json=function(){return this.text().then(JSON.parse)},this}var x=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function le(pe){var fe=pe.toUpperCase();return x.indexOf(fe)>-1?fe:pe}function ae(pe,fe){if(!(this instanceof ae))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');fe=fe||{};var Ce=fe.body;if(pe instanceof ae){if(pe.bodyUsed)throw new TypeError("Already read");this.url=pe.url,this.credentials=pe.credentials,fe.headers||(this.headers=new A(pe.headers)),this.method=pe.method,this.mode=pe.mode,this.signal=pe.signal,!Ce&&pe._bodyInit!=null&&(Ce=pe._bodyInit,pe.bodyUsed=!0)}else this.url=String(pe);if(this.credentials=fe.credentials||this.credentials||"same-origin",(fe.headers||!this.headers)&&(this.headers=new A(fe.headers)),this.method=le(fe.method||this.method||"GET"),this.mode=fe.mode||this.mode||null,this.signal=fe.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&Ce)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(Ce),(this.method==="GET"||this.method==="HEAD")&&(fe.cache==="no-store"||fe.cache==="no-cache")){var Oe=/([?&])_=[^&]*/;if(Oe.test(this.url))this.url=this.url.replace(Oe,"$1_="+new Date().getTime());else{var Ne=/\?/;this.url+=(Ne.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}ae.prototype.clone=function(){return new ae(this,{body:this._bodyInit})};function ze(pe){var fe=new FormData;return pe.trim().split("&").forEach(function(Ce){if(Ce){var Oe=Ce.split("="),Ne=Oe.shift().replace(/\+/g," "),me=Oe.join("=").replace(/\+/g," ");fe.append(decodeURIComponent(Ne),decodeURIComponent(me))}}),fe}function tt(pe){var fe=new A,Ce=pe.replace(/\r?\n[\t ]+/g," ");return Ce.split("\r").map(function(Oe){return Oe.indexOf(`
3
+ `)===0?Oe.substr(1,Oe.length):Oe}).forEach(function(Oe){var Ne=Oe.split(":"),me=Ne.shift().trim();if(me){var Te=Ne.join(":").trim();fe.append(me,Te)}}),fe}ie.call(ae.prototype);function Qe(pe,fe){if(!(this instanceof Qe))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');fe||(fe={}),this.type="default",this.status=fe.status===void 0?200:fe.status,this.ok=this.status>=200&&this.status<300,this.statusText=fe.statusText===void 0?"":""+fe.statusText,this.headers=new A(fe.headers),this.url=fe.url||"",this._initBody(pe)}ie.call(Qe.prototype),Qe.prototype.clone=function(){return new Qe(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new A(this.headers),url:this.url})},Qe.error=function(){var pe=new Qe(null,{status:0,statusText:""});return pe.type="error",pe};var et=[301,302,303,307,308];Qe.redirect=function(pe,fe){if(et.indexOf(fe)===-1)throw new RangeError("Invalid status code");return new Qe(null,{status:fe,headers:{location:pe}})},a.DOMException=c.DOMException;try{new a.DOMException}catch{a.DOMException=function(fe,Ce){this.message=fe,this.name=Ce;var Oe=Error(fe);this.stack=Oe.stack},a.DOMException.prototype=Object.create(Error.prototype),a.DOMException.prototype.constructor=a.DOMException}function Ye(pe,fe){return new Promise(function(Ce,Oe){var Ne=new ae(pe,fe);if(Ne.signal&&Ne.signal.aborted)return Oe(new a.DOMException("Aborted","AbortError"));var me=new XMLHttpRequest;function Te(){me.abort()}me.onload=function(){var He={status:me.status,statusText:me.statusText,headers:tt(me.getAllResponseHeaders()||"")};He.url="responseURL"in me?me.responseURL:He.headers.get("X-Request-URL");var je="response"in me?me.response:me.responseText;setTimeout(function(){Ce(new Qe(je,He))},0)},me.onerror=function(){setTimeout(function(){Oe(new TypeError("Network request failed"))},0)},me.ontimeout=function(){setTimeout(function(){Oe(new TypeError("Network request failed"))},0)},me.onabort=function(){setTimeout(function(){Oe(new a.DOMException("Aborted","AbortError"))},0)};function Le(He){try{return He===""&&c.location.href?c.location.href:He}catch{return He}}me.open(Ne.method,Le(Ne.url),!0),Ne.credentials==="include"?me.withCredentials=!0:Ne.credentials==="omit"&&(me.withCredentials=!1),"responseType"in me&&(f.blob?me.responseType="blob":f.arrayBuffer&&Ne.headers.get("Content-Type")&&Ne.headers.get("Content-Type").indexOf("application/octet-stream")!==-1&&(me.responseType="arraybuffer")),fe&&typeof fe.headers=="object"&&!(fe.headers instanceof A)?Object.getOwnPropertyNames(fe.headers).forEach(function(He){me.setRequestHeader(He,E(fe.headers[He]))}):Ne.headers.forEach(function(He,je){me.setRequestHeader(je,He)}),Ne.signal&&(Ne.signal.addEventListener("abort",Te),me.onreadystatechange=function(){me.readyState===4&&Ne.signal.removeEventListener("abort",Te)}),me.send(typeof Ne._bodyInit>"u"?null:Ne._bodyInit)})}return Ye.polyfill=!0,c.fetch||(c.fetch=Ye,c.Headers=A,c.Request=ae,c.Response=Qe),a.Headers=A,a.Request=ae,a.Response=Qe,a.fetch=Ye,a})({})})(r),r.fetch.ponyfill=!0,delete r.fetch.polyfill;var i=n.fetch?n:r;e=i.fetch,e.default=i.fetch,e.fetch=i.fetch,e.Headers=i.Headers,e.Request=i.Request,e.Response=i.Response,t.exports=e}(mh,mh.exports)),mh.exports}(function(t,e){var n;if(typeof fetch=="function"&&(typeof Di<"u"&&Di.fetch?n=Di.fetch:typeof window<"u"&&window.fetch?n=window.fetch:n=fetch),typeof UM<"u"&&typeof window>"u"){var r=n||HM();r.default&&(r=r.default),e.default=r,t.exports=e.default}})(Lm,Lm.exports);var ST=Lm.exports;const TT=Eu(ST),W0=mA({__proto__:null,default:TT},[ST]);function z0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Y0(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?z0(Object(n),!0).forEach(function(r){WM(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):z0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function WM(t,e,n){return(e=zM(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function zM(t){var e=YM(t,"string");return Ec(e)=="symbol"?e:e+""}function YM(t,e){if(Ec(t)!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e);if(Ec(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Ec(t){"@babel/helpers - typeof";return Ec=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ec(t)}var Tl;typeof fetch=="function"&&(typeof global<"u"&&global.fetch?Tl=global.fetch:typeof window<"u"&&window.fetch?Tl=window.fetch:Tl=fetch);var _d;xT()&&(typeof global<"u"&&global.XMLHttpRequest?_d=global.XMLHttpRequest:typeof window<"u"&&window.XMLHttpRequest&&(_d=window.XMLHttpRequest));var tp;typeof ActiveXObject=="function"&&(typeof global<"u"&&global.ActiveXObject?tp=global.ActiveXObject:typeof window<"u"&&window.ActiveXObject&&(tp=window.ActiveXObject));!Tl&&W0&&!_d&&!tp&&(Tl=TT||W0);typeof Tl!="function"&&(Tl=void 0);var Fm=function(e,n){if(n&&Ec(n)==="object"){var r="";for(var i in n)r+="&"+encodeURIComponent(i)+"="+encodeURIComponent(n[i]);if(!r)return e;e=e+(e.indexOf("?")!==-1?"&":"?")+r.slice(1)}return e},G0=function(e,n,r,i){var o=function(f){if(!f.ok)return r(f.statusText||"Error",{status:f.status});f.text().then(function(p){r(null,{status:f.status,data:p})}).catch(r)};if(i){var a=i(e,n);if(a instanceof Promise){a.then(o).catch(r);return}}typeof fetch=="function"?fetch(e,n).then(o).catch(r):Tl(e,n).then(o).catch(r)},q0=!1,GM=function(e,n,r,i){e.queryStringParams&&(n=Fm(n,e.queryStringParams));var o=Y0({},typeof e.customHeaders=="function"?e.customHeaders():e.customHeaders);typeof window>"u"&&typeof global<"u"&&typeof global.process<"u"&&global.process.versions&&global.process.versions.node&&(o["User-Agent"]="i18next-http-backend (node/".concat(global.process.version,"; ").concat(global.process.platform," ").concat(global.process.arch,")")),r&&(o["Content-Type"]="application/json");var a=typeof e.requestOptions=="function"?e.requestOptions(r):e.requestOptions,c=Y0({method:r?"POST":"GET",body:r?e.stringify(r):void 0,headers:o},q0?{}:a),f=typeof e.alternateFetch=="function"&&e.alternateFetch.length>=1?e.alternateFetch:void 0;try{G0(n,c,i,f)}catch(p){if(!a||Object.keys(a).length===0||!p.message||p.message.indexOf("not implemented")<0)return i(p);try{Object.keys(a).forEach(function(y){delete c[y]}),G0(n,c,i,f),q0=!0}catch(y){i(y)}}},qM=function(e,n,r,i){r&&Ec(r)==="object"&&(r=Fm("",r).slice(1)),e.queryStringParams&&(n=Fm(n,e.queryStringParams));try{var o;_d?o=new _d:o=new tp("MSXML2.XMLHTTP.3.0"),o.open(r?"POST":"GET",n,1),e.crossDomain||o.setRequestHeader("X-Requested-With","XMLHttpRequest"),o.withCredentials=!!e.withCredentials,r&&o.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),o.overrideMimeType&&o.overrideMimeType("application/json");var a=e.customHeaders;if(a=typeof a=="function"?a():a,a)for(var c in a)o.setRequestHeader(c,a[c]);o.onreadystatechange=function(){o.readyState>3&&i(o.status>=400?o.statusText:null,{status:o.status,data:o.responseText})},o.send(r)}catch(f){console&&console.log(f)}},XM=function(e,n,r,i){if(typeof r=="function"&&(i=r,r=void 0),i=i||function(){},Tl&&n.indexOf("file:")!==0)return GM(e,n,r,i);if(xT()||typeof ActiveXObject=="function")return qM(e,n,r,i);i(new Error("No fetch and no xhr implementation found!"))};function kf(t){"@babel/helpers - typeof";return kf=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},kf(t)}function X0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Dg(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?X0(Object(n),!0).forEach(function(r){CT(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):X0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function KM(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ZM(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,ET(r.key),r)}}function JM(t,e,n){return e&&ZM(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}function CT(t,e,n){return(e=ET(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ET(t){var e=QM(t,"string");return kf(e)=="symbol"?e:e+""}function QM(t,e){if(kf(t)!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e);if(kf(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}var eL=function(){return{loadPath:"/locales/{{lng}}/{{ns}}.json",addPath:"/locales/add/{{lng}}/{{ns}}",parse:function(n){return JSON.parse(n)},stringify:JSON.stringify,parsePayload:function(n,r,i){return CT({},r,i||"")},parseLoadPayload:function(n,r){},request:XM,reloadInterval:typeof window<"u"?!1:60*60*1e3,customHeaders:{},queryStringParams:{},crossDomain:!1,withCredentials:!1,overrideMimeType:!1,requestOptions:{mode:"cors",credentials:"same-origin",cache:"default"}}},kT=function(){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};KM(this,t),this.services=e,this.options=n,this.allOptions=r,this.type="backend",this.init(e,n,r)}return JM(t,[{key:"init",value:function(n){var r=this,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(this.services=n,this.options=Dg(Dg(Dg({},eL()),this.options||{}),i),this.allOptions=o,this.services&&this.options.reloadInterval){var a=setInterval(function(){return r.reload()},this.options.reloadInterval);kf(a)==="object"&&typeof a.unref=="function"&&a.unref()}}},{key:"readMulti",value:function(n,r,i){this._readAny(n,n,r,r,i)}},{key:"read",value:function(n,r,i){this._readAny([n],n,[r],r,i)}},{key:"_readAny",value:function(n,r,i,o,a){var c=this,f=this.options.loadPath;typeof this.options.loadPath=="function"&&(f=this.options.loadPath(n,i)),f=VM(f),f.then(function(p){if(!p)return a(null,{});var y=c.services.interpolator.interpolate(p,{lng:n.join("+"),ns:i.join("+")});c.loadUrl(y,a,r,o)})}},{key:"loadUrl",value:function(n,r,i,o){var a=this,c=typeof i=="string"?[i]:i,f=typeof o=="string"?[o]:o,p=this.options.parseLoadPayload(c,f);this.options.request(this.options,n,p,function(y,g){if(g&&(g.status>=500&&g.status<600||!g.status))return r("failed loading "+n+"; status code: "+g.status,!0);if(g&&g.status>=400&&g.status<500)return r("failed loading "+n+"; status code: "+g.status,!1);if(!g&&y&&y.message){var T=y.message.toLowerCase(),E=["failed","fetch","network","load"].find(function(j){return T.indexOf(j)>-1});if(E)return r("failed loading "+n+": "+y.message,!0)}if(y)return r(y,!1);var I,A;try{typeof g.data=="string"?I=a.options.parse(g.data,i,o):I=g.data}catch{A="failed parsing "+n+" to json"}if(A)return r(A,!1);r(null,I)})}},{key:"create",value:function(n,r,i,o,a){var c=this;if(this.options.addPath){typeof n=="string"&&(n=[n]);var f=this.options.parsePayload(r,i,o),p=0,y=[],g=[];n.forEach(function(T){var E=c.options.addPath;typeof c.options.addPath=="function"&&(E=c.options.addPath(T,r));var I=c.services.interpolator.interpolate(E,{lng:T,ns:r});c.options.request(c.options,I,f,function(A,j){p+=1,y.push(A),g.push(j),p===n.length&&typeof a=="function"&&a(y,g)})})}}},{key:"reload",value:function(){var n=this,r=this.services,i=r.backendConnector,o=r.languageUtils,a=r.logger,c=i.language;if(!(c&&c.toLowerCase()==="cimode")){var f=[],p=function(g){var T=o.toResolveHierarchy(g);T.forEach(function(E){f.indexOf(E)<0&&f.push(E)})};p(c),this.allOptions.preload&&this.allOptions.preload.forEach(function(y){return p(y)}),f.forEach(function(y){n.allOptions.ns.forEach(function(g){i.read(y,g,"read",null,null,function(T,E){T&&a.warn("loading namespace ".concat(g," for language ").concat(y," failed"),T),!T&&E&&a.log("loaded namespace ".concat(g," for language ").concat(y),E),i.loaded("".concat(y,"|").concat(g),T,E)})})})}}}])}();kT.type="backend";var Hv=(t=>(t.en="en",t.de="de",t))(Hv||{});oi.use(pT).use(wT).use(OM).init({initImmediate:!0,supportedLngs:["en","de"],fallbackLng:"en",nonExplicitSupportedLngs:!0,load:"languageOnly",ns:["translation"],fallbackNS:"translation",partialBundledLanguages:!0,resources:{},interpolation:{escapeValue:!1},detection:{order:["querystring","localStorage","navigator"],caches:["localStorage"],convertDetectedLanguage:t=>t==null?void 0:t.split("-")[0]},backend:{backends:[kT],backendOptions:[{loadPath:t=>{var i,o,a;const n=(Array.isArray(t)?t[0]:t||"en").split("-")[0];return`${((i=window==null?void 0:window.env)==null?void 0:i.TRANSLATION_URL)??((o=window==null?void 0:window.env)==null?void 0:o.VITE_BASE_URL)??((a=window==null?void 0:window.env)==null?void 0:a.REACT_APP_BASE_URL)??`${location.protocol}//${location.host}`}/translations/${n}`},crossDomain:!0,cacheHitMode:"refresh"}]}});function tL(){const[t,e]=X.useState();return X.useEffect(()=>{const n=localStorage.getItem("language");e(n||Hv.en)},[]),{language:t,setLanguage:e}}const DT=X.createContext({}),nL=()=>X.useContext(DT),rL=oi,ki=oT,iL=()=>yT(),oL=({children:t})=>{const e=tL();return be.jsx(DT.Provider,{value:e,children:be.jsx(MM,{i18n:oi,children:t})})},mr={primary:"#93D500",primary100:"#F0F6E1",primary200:"#E5F5ED",primary300:"#93D500",primary400:"#009D4F",primary500:"#2E7D32",secondary:"#CC0066",secondaryDark:"#AE1857",textPrimary:"#292929",white:"#FFFFFF",grey100:"#FAFAFA",grey200:"#EEEEEE",grey300:"#DDDDDD",grey400:"#C5C5C5",grey500:"#BFBFBF",grey600:"#85858A",success:"#009D4F",successLight:"#E5F5ED",warning:"#FFB600",warningLight:"#FFF8E5",danger:"#E01B00",dangerLight:"#FCE8E5",dangerDark:"#BE1700",linkPrimary:"#007BFF",linkLight:"#007BFF10",headerBgColor:"#292929",headerTextColor:"#FFF",buttonText:"#292929",buttonHover:"#2E7D32"};var PT={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},K0=X.createContext&&X.createContext(PT),sL=["attr","size","title"];function aL(t,e){if(t==null)return{};var n=lL(t,e),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(i=0;i<o.length;i++)r=o[i],!(e.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(t,r)&&(n[r]=t[r])}return n}function lL(t,e){if(t==null)return{};var n={};for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r)){if(e.indexOf(r)>=0)continue;n[r]=t[r]}return n}function np(){return np=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},np.apply(this,arguments)}function Z0(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function rp(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?Z0(Object(n),!0).forEach(function(r){uL(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Z0(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function uL(t,e,n){return e=cL(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function cL(t){var e=fL(t,"string");return typeof e=="symbol"?e:e+""}function fL(t,e){if(typeof t!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var r=n.call(t,e);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function OT(t){return t&&t.map((e,n)=>X.createElement(e.tag,rp({key:n},e.attr),OT(e.child)))}function Dp(t){return e=>X.createElement(dL,np({attr:rp({},t.attr)},e),OT(t.child))}function dL(t){var e=n=>{var{attr:r,size:i,title:o}=t,a=aL(t,sL),c=i||n.size||"1em",f;return n.className&&(f=n.className),t.className&&(f=(f?f+" ":"")+t.className),X.createElement("svg",np({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},n.attr,r,a,{className:f,style:rp(rp({color:t.color||n.color},n.style),t.style),height:c,width:c,xmlns:"http://www.w3.org/2000/svg"}),o&&X.createElement("title",null,o),t.children)};return K0!==void 0?X.createElement(K0.Consumer,null,n=>e(n)):e(PT)}function hL(t){return Dp({attr:{viewBox:"0 0 1024 1024"},child:[{tag:"path",attr:{d:"M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z"},child:[]}]})(t)}function pL(t){return Dp({attr:{viewBox:"0 0 1024 1024"},child:[{tag:"path",attr:{d:"M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z"},child:[]}]})(t)}const _T={allVariants:{lineHeight:"inherit"},fontFamily:"'SpecialAmpersand', 'TT Firs Neue Trl'",button:{textTransform:"none",fontSize:"0.875rem",fontWeight:400,boxShadow:"none"},body1:{fontSize:"0.875rem",fontWeight:400},body2:{fontSize:"0.75rem"},h6:{fontSize:"0.875rem",fontWeight:500},h5:{fontSize:"1rem",fontWeight:500},h4:{fontSize:"1.25rem",fontWeight:500},h3:{fontSize:"1.5rem",fontWeight:500},h2:{fontSize:"2rem",fontWeight:500},h1:{fontSize:"2.5rem",fontWeight:500},subtitle1:{fontSize:"0.75rem"},subtitle2:{fontSize:"0.625rem"}};function Pg(t){return t+" !important"}const RT=t=>{const e={...t.colors};return aa.createTheme({palette:{primary:{main:e.primary300,contrastText:e.textPrimary},secondary:{main:e.secondary,contrastText:e.textPrimary},warning:{main:e.warning,contrastText:e.textPrimary},error:{main:e.danger,contrastText:e.textPrimary}},typography:_T,components:{MuiIconButton:{styleOverrides:{root:{},sizeSmall:{}}},MuiButton:{styleOverrides:{root:{boxShadow:"none !important",padding:"8px 32px",borderWidth:1,borderRadius:3,fontWeight:400}},variants:[{props:{variant:"primary"},style:{backgroundColor:e.primary300,color:e.buttonText,"&:hover":{backgroundColor:e.buttonHover||e.primary300},"&.Mui-disabled":{backgroundColor:e.grey200}}},{props:{variant:"contained",color:"error"},style:{color:e.white}},{props:{variant:"confirm"},style:{backgroundColor:e.danger,color:e.white,"&:hover":{backgroundColor:e.dangerDark},"&.Mui-disabled":{backgroundColor:e.grey200}}},{props:{variant:"cancel"},style:{backgroundColor:e.grey300,color:e.textPrimary,"&:hover":{backgroundColor:e.grey400}}},{props:{variant:"outlinedPrimary"},style:{color:e.primary500,border:"1px solid",borderColor:e.primary500,"&:hover":{backgroundColor:"inherit"}}},{props:{variant:"outLinedDanger"},style:{color:e.danger,border:"1px solid",borderColor:e.danger,"&:hover":{backgroundColor:"inherit"}}},{props:{size:"small"},style:{fontSize:"12px",lineHeight:"normal",borderRadius:"3px",padding:"4px 16px"}}]},MuiAppBar:{styleOverrides:{root:{backgroundColor:e.appBarBgColor,color:e.appBarColor}}},MuiSelect:{defaultProps:{MenuProps:{PaperProps:{sx:{boxShadow:"none",border:1,borderStyle:"solid",borderColor:e.grey300,mt:"5px"}},MenuListProps:{sx:{padding:"5px","& .MuiMenuItem-root":{fontWeight:400,minHeight:0,borderRadius:"5px","&:hover":{backgroundColor:e.grey100},"&.Mui-selected":{backgroundColor:e.primary200}}}}}},styleOverrides:{select:{padding:"9.94px 5px 9.94px 15px"}}},MuiMenuItem:{styleOverrides:{root:{"&.Mui-selected":{backgroundColor:Pg(e.primary200),"&:hover":{backgroundColor:Pg(e.primary200)}}}}},MuiPaginationItem:{defaultProps:{components:{previous:hL,next:pL}},styleOverrides:{root:{"& svg":{width:"10px"},border:"none",fontSize:"14px",lineHeight:"1.5rem",borderRadius:"7px","&.Mui-selected":{backgroundColor:Pg(e.primary300+"1a")},"&.MuiPaginationItem-previousNext":{backgroundColor:e.grey200}}}},MuiChip:{styleOverrides:{root:{borderRadius:"5px",fontSize:"14px","& .MuiChip-label":{lineHeight:"normal"}},avatar:{width:"10px"},colorSuccess:{color:e.success,backgroundColor:e.successLight},colorWarning:{color:e.warning,backgroundColor:e.warningLight},colorError:{color:e.danger,backgroundColor:e.dangerLight},colorSecondary:{color:e.linkPrimary,backgroundColor:e.linkLight}}},MuiTab:{styleOverrides:{root:{flexDirection:"row",alignContent:"center",gap:"8px",textTransform:"capitalize",fontSize:"14px",borderRadius:0,marginRight:0,height:"48px",minWidth:"100px",padding:"12px 16px",fontWeight:"500","& svg":{mb:"0 !important"},minHeight:"auto","& .chart-icon":{fill:e.grey600},"& .detail-icon":{stroke:e.grey600},color:e.grey400,"&.Mui-selected":{color:e.primary400}}}},MuiTabs:{styleOverrides:{indicator:{backgroundColor:e.primary400}}},MuiDrawer:{defaultProps:{},styleOverrides:{root:{"&.MuiDrawer-paper":{overflowY:"unset"},"& .MuiDrawer-paper":{zIndex:9},"&.MuiPaper-root":{border:"none",background:e.grey100,pt:12,zIndex:9}}}},MuiTextField:{defaultProps:{InputProps:{sx:{"& .Mui-disabled":{background:e.grey200}}},InputLabelProps:{shrink:!0}},styleOverrides:{root:{backgroundColor:e.white,"& .MuiOutlinedInput-input":{padding:"0px 16px 0px 12px",fontWeight:400,height:40,fontSize:"14px",border:1,borderRadius:4,"&::placeholder":{color:e.grey600}},"& .MuiFormLabel-asterisk":{color:e.danger}}}},MuiFormGroup:{styleOverrides:{root:{}}},MuiFormHelperText:{defaultProps:{sx:{fontSize:12}},styleOverrides:{}},MuiAutocomplete:{defaultProps:{sx:{"& .MuiPaper-root":{padding:"5px"}}},styleOverrides:{root:{"& .MuiSvgIcon-root":{width:"20px",height:"20px"},"& .MuiAutocomplete-tag":{margin:0},"& .MuiButtonBase-root":{marginRight:"2px !important",height:"max-content",padding:"2px"},"& .MuiOutlinedInput-root":{padding:"7.45px 55px 7.45px 10px !important"},"& svg":{},"& #checkboxes-tags-demo":{padding:"6px 4px"},"& .MuiAutocomplete-endAdornment":{top:"calc(50% - 12px)"}}}},MuiTableHead:{styleOverrides:{root:{"& th":{fontSize:"14px",padding:"8px 16px"}}}},MuiTableBody:{styleOverrides:{root:{"& th,td":{fontSize:"14px",padding:"8px 16px",height:"45px"},"& .MuiTableCell-root":{borderBottom:`1px solid ${e.grey300}`}}}},MuiRadio:{defaultProps:{sx:{"&.MuiButtonBase-root":{padding:"5px"}}},styleOverrides:{root:{"& .MuiSvgIcon-root":{fontSize:16},color:e.grey600,"&.Mui-checked":{color:e.success},"&.Mui-disabled":{color:e.grey600}}}},MuiTooltip:{defaultProps:{placement:"top"},styleOverrides:{tooltip:{fontSize:"10px",backgroundColor:e.grey600,color:e.white,"& .MuiTooltip-arrow":{color:e.grey600}}}}}})};function J0(t,e){const n={...t};return e==null||e.forEach(r=>{r.children&&r.children.forEach(({key:i,color:o})=>{n[i]=o.trim()||mr[i]})}),n}function IT(t){if(!t)return;let e=document.querySelector("link[rel*='icon']");e||(e=document.createElement("link"),e.rel="icon",document.head.appendChild(e)),e.href=t}function gL(t){var c,f,p;const{data:e,isFetching:n}=Pd.useQuery(["customTheme"],()=>t!=null&&t.url?fetch(t.url).then(y=>y.json()).then(y=>(["image","favicon","icon"].forEach(g=>{var T;(T=y==null?void 0:y.theme)!=null&&T[g]&&(y.theme[g]+=`?v=${Date.now()}`)}),y)):void 0,{enabled:!!(t!=null&&t.url)&&(t==null?void 0:t.enabled),refetchOnWindowFocus:!1,cacheTime:0,onSuccess(y){var T,E;IT((T=y==null?void 0:y.theme)==null?void 0:T.favicon);const g=J0(mr,(E=y==null?void 0:y.theme)==null?void 0:E.keyColor);Object.keys(g).forEach(I=>{document.documentElement.style.setProperty(`--${I}`,g[I])}),document.documentElement.style.setProperty("font-family",_T.fontFamily)}}),r=J0(mr,(c=e==null?void 0:e.theme)==null?void 0:c.keyColor),i=RT({colors:r}),o=(f=e==null?void 0:e.theme)==null?void 0:f.image,a=(p=e==null?void 0:e.theme)==null?void 0:p.icon;return{colors:r,theme:i,logo:o,icon:a,isFetching:n,themeDto:e==null?void 0:e.theme}}const AT=X.createContext({}),mL=()=>X.useContext(AT),vL=t=>{var o;const{children:e,brandTheme:n}=t,r=gL(n),i=((o=t.customTheme)==null?void 0:o.call(t,r.colors))||r.theme;return be.jsx(AT.Provider,{value:r,children:be.jsx(aa.ThemeProvider,{theme:i,children:e})})},yL=".modal-overlay{z-index:1300;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000041;--tw-backdrop-blur: blur(4px);justify-content:center;align-items:center;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.modal-title{font-size:1.25rem;line-height:1.75rem;color:#e01b00;font-weight:500}.modal-footer{display:flex;justify-content:space-between;width:80%}.modal-container{background:#fff;-webkit-backdrop-filter:blur(4.5px);backdrop-filter:blur(4.5px);display:flex;padding:32px 24px 40px;flex-direction:column;align-items:center;gap:24px;align-self:stretch;width:500px;height:204px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.5rem}.modal-button{border-radius:3px;border:1px solid #ddd;background:#ddd;padding:8px 32px;font-size:14px;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms}.cancel-btn:hover{background:#c5c5c5}.confirm-btn{background:#e01b00!important}.confirm-btn:hover{background:#be1700!important}.text-white{color:#fff}.text-sm{font-size:.875rem;line-height:1.25rem}";function MT({isOpen:t,onClose:e,onConfirm:n}){if(!t)return null;function r(i){var o;((o=i.target)==null?void 0:o.id)==="modal-wrapper"&&e()}return be.jsxs(be.Fragment,{children:[be.jsx("style",{type:"text/css",children:yL}),be.jsx("div",{onClick:r,className:"modal-overlay",id:"modal-wrapper",children:be.jsxs("div",{className:"modal-container",children:[be.jsx("h3",{className:"modal-title",children:ki("components.logoutPage.title",{defaultValue:"Log out"})}),be.jsxs("p",{className:"text-sm",children:[" ",ki("components.logoutPage.confirmLogOut",{defaultValue:"Are you sure you want to log out?"})]}),be.jsxs("div",{className:"modal-footer",children:[be.jsx("button",{className:"modal-button cancel-btn",onClick:e,children:ki("commonElement.button.cancel",{defaultValue:"Cancel"})}),be.jsx("button",{onClick:n,className:"text-white confirm-btn modal-button",children:ki("commonElement.button.confirm",{defaultValue:"Comfirm"})})]})]})})]})}const bL=X.memo(({notification:t,notiPath:e,markAllAsReadState:n,brandColors:r,onMark:i,showDetail:o,onToggleDetail:a})=>{var R,H;const[c,f]=X.useState({id:t.id,isRead:t.isRead}),p=c.isRead===!1?"unread":"read",y={borderColor:c.isRead?"#c5c5c5":(r==null?void 0:r.primary500)||mr.primary500,backgroundColor:c.isRead?"#c5c5c5":(r==null?void 0:r.primary500)||mr.primary500},g=()=>{const U=!t.isRead;i&&i(t.id,U,e)};X.useEffect(()=>{f(n?U=>({...U,isRead:!0}):{id:t.id,isRead:t.isRead})},[n,t.id,t.isRead]);const T=()=>{typeof a=="function"&&a()},E=U=>{const ne=_m(),q=_m(U),ie=ne.diff(q,"days"),x=ne.diff(q,"minutes"),le=ne.diff(q,"months"),ae=ne.diff(q,"years");if(console.log("diffInMonths",le),x<1)return"Just now";if(ie===0){if(x<=60)return`${x} minute${x>1?"s":""} ago`;const ze=Math.floor(x/60);return console.log("diffIhours",ze),`${ze} hour${ze>1?"s":""} ago`}if(ie===1)return"Yesterday";if(ie>=2&&ie<7)return`${ie} days ago`;if(ie<30){const ze=Math.floor(ie/7);return`${ze} week${ze>1?"s":""} ago`}return le===0||le===1?"1 month ago":le<12?`${le} months ago`:ae===0||ae===1?"1 year ago":"Over 1 year ago"},I=t!=null&&t.data?(R=t==null?void 0:t.data)==null?void 0:R.length:0,A=t!=null&&t.contextUrl?"a":"p",j=(U,ne)=>{var q,ie;if((U==null?void 0:U.actionKey)!=null){if((q=U==null?void 0:U.data)!=null&&q.brandName)return ki(`notificationAdmin.notify.actionKey.${U==null?void 0:U.actionKey}`,{defaultValue:`${U==null?void 0:U.message}`,brandName:U.data.brandName});switch(U==null?void 0:U.notificationType){case"deleteMultiple":return U!=null&&U.data&&((ie=U==null?void 0:U.data)==null?void 0:ie.length)>1?ki(`notificationAdmin.notify.actionKey.${U==null?void 0:U.actionKey}_multiple`,{defaultValue:`${U==null?void 0:U.actionKey}`,count:ne}):ki(`notificationAdmin.notify.actionKey.${U==null?void 0:U.actionKey}_single`,{defaultValue:`${U==null?void 0:U.actionKey}`});default:return ki(`notificationAdmin.notify.actionKey.${U==null?void 0:U.actionKey}`,{defaultValue:`${U==null?void 0:U.message}`})}}return U.message};return be.jsx(be.Fragment,{children:be.jsxs("div",{className:"notitification-item__container",children:[be.jsx("div",{className:"notification-item__image-container",children:be.jsx("img",{src:!t.actorAvatarUrl||t.actorName==="System"?"https://ukpcsaprod.blob.core.windows.net/account/logo.png":t.actorAvatarUrl,onError:({currentTarget:U})=>{console.log("img on error",U),U.onerror=null,U.src="https://ukpcsaprod.blob.core.windows.net/account/logo.png"},alt:t.actorName})}),be.jsxs("div",{style:{width:"calc(100% - 56px)"},children:[be.jsxs("div",{className:"notification-item__content-wrapper",children:[be.jsxs("div",{className:"notification-item__content",children:[be.jsx("p",{className:"notification-item__user-name",children:t.actorName}),be.jsxs(A,{href:t.contextUrl,style:{cursor:t!=null&&t.contextUrl?"pointer":"unset",textDecoration:"none",color:"inherit"},children:[j(t,I),be.jsx("span",{style:{color:t.contextUrl?"#007BFF":"#292929"},children:` ${t!=null&&t.context?t.context:""}`})]}),(t==null?void 0:t.notificationType)==="deleteMultiple"&&be.jsxs("button",{style:{color:mr.primary400,textDecoration:"underline"},onClick:T,children:[o?`${ki("notificationAdmin.notify.hideText",{defaultValue:"Hide"})} `:`${ki("notificationAdmin.notify.showText",{defaultValue:"Show"})} `,ki("notificationAdmin.notify.detailText",{defaultValue:"details"})]})]}),be.jsx("div",{className:"notification-item__time",children:be.jsx("p",{children:E(t.createdAt)})}),be.jsx("button",{className:`${p} notification-item__read-at`,"aria-label":"Mark as read",style:y,onClick:g})]}),o&&be.jsx("div",{style:{background:"#fff",width:"100%",padding:"8px",fontSize:"12px",marginTop:"8px"},children:be.jsx("ul",{children:(H=t==null?void 0:t.data)==null?void 0:H.map((U,ne)=>be.jsxs("li",{style:{display:"flex",alignItems:"center",marginBottom:"4px"},children:[be.jsx("span",{style:{backgroundColor:mr.primary400},className:"list-dot"}),be.jsx("span",{style:{width:"calc(100% - 12px)"},children:U.name})]},ne))})})]})]})})}),LT=X.createContext({}),wL=({children:t})=>{const[e,n]=X.useState(!1),[r,i]=X.useState({all:{total:0},unread:{total:0}}),o=()=>{n(!e)},a=()=>{n(!1)};return be.jsx(LT.Provider,{value:{isOpen:e,toggleOpen:o,setShowModalFalse:a,notidata:r,setNotiData:i},children:t})};function Q0(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t}function xL(t){var e=t.lastRenderedStartIndex,n=t.lastRenderedStopIndex,r=t.startIndex,i=t.stopIndex;return!(r>n||i<e)}function SL(t){for(var e=t.isItemLoaded,n=t.itemCount,r=t.minimumBatchSize,i=t.startIndex,o=t.stopIndex,a=[],c=null,f=null,p=i;p<=o;p++){var y=e(p);y?f!==null&&(a.push(c,f),c=f=null):(f=p,c===null&&(c=p))}if(f!==null){for(var g=Math.min(Math.max(f,c+r-1),n-1),T=f+1;T<=g&&!e(T);T++)f=T;a.push(c,f)}if(a.length)for(;a[1]-a[0]+1<r&&a[0]>0;){var E=a[0]-1;if(!e(E))a[0]=E;else break}return a}var TL=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},CL=function(){function t(e,n){for(var r=0;r<n.length;r++){var i=n[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),EL=function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)},ew=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e&&(typeof e=="object"||typeof e=="function")?e:t},kL=function(t){EL(e,t);function e(){var n,r,i,o;TL(this,e);for(var a=arguments.length,c=Array(a),f=0;f<a;f++)c[f]=arguments[f];return o=(r=(i=ew(this,(n=e.__proto__||Object.getPrototypeOf(e)).call.apply(n,[this].concat(c))),i),i._lastRenderedStartIndex=-1,i._lastRenderedStopIndex=-1,i._memoizedUnloadedRanges=[],i._onItemsRendered=function(p){var y=p.visibleStartIndex,g=p.visibleStopIndex;process.env.NODE_ENV!=="production"&&((!Q0(y)||!Q0(g))&&console.warn("Invalid onItemsRendered signature; please refer to InfiniteLoader documentation."),typeof i.props.loadMoreRows=="function"&&console.warn('InfiniteLoader "loadMoreRows" prop has been renamed to "loadMoreItems".')),i._lastRenderedStartIndex=y,i._lastRenderedStopIndex=g,i._ensureRowsLoaded(y,g)},i._setRef=function(p){i._listRef=p},r),ew(i,o)}return CL(e,[{key:"resetloadMoreItemsCache",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;this._memoizedUnloadedRanges=[],r&&this._ensureRowsLoaded(this._lastRenderedStartIndex,this._lastRenderedStopIndex)}},{key:"componentDidMount",value:function(){process.env.NODE_ENV!=="production"&&this._listRef==null&&console.warn("Invalid list ref; please refer to InfiniteLoader documentation.")}},{key:"render",value:function(){var r=this.props.children;return r({onItemsRendered:this._onItemsRendered,ref:this._setRef})}},{key:"_ensureRowsLoaded",value:function(r,i){var o=this.props,a=o.isItemLoaded,c=o.itemCount,f=o.minimumBatchSize,p=f===void 0?10:f,y=o.threshold,g=y===void 0?15:y,T=SL({isItemLoaded:a,itemCount:c,minimumBatchSize:p,startIndex:Math.max(0,r-g),stopIndex:Math.min(c-1,i+g)});(this._memoizedUnloadedRanges.length!==T.length||this._memoizedUnloadedRanges.some(function(E,I){return T[I]!==E}))&&(this._memoizedUnloadedRanges=T,this._loadUnloadedRanges(T))}},{key:"_loadUnloadedRanges",value:function(r){for(var i=this,o=this.props.loadMoreItems||this.props.loadMoreRows,a=function(p){var y=r[p],g=r[p+1],T=o(y,g);T!=null&&T.then(function(){if(xL({lastRenderedStartIndex:i._lastRenderedStartIndex,lastRenderedStopIndex:i._lastRenderedStopIndex,startIndex:y,stopIndex:g})){if(i._listRef==null)return;typeof i._listRef.resetAfterIndex=="function"?i._listRef.resetAfterIndex(y,!0):(typeof i._listRef._getItemStyleCache=="function"&&i._listRef._getItemStyleCache(-1),i._listRef.forceUpdate())}})},c=0;c<r.length;c+=2)a(c)}}]),e}(X.PureComponent);function Df(){return Df=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)({}).hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},Df.apply(null,arguments)}const DL=Object.freeze(Object.defineProperty({__proto__:null,get default(){return Df}},Symbol.toStringTag,{value:"Module"}));function FT(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,Zh(t,e)}const PL="*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}";function Wv({children:t,styles:e=[],...n}){return be.jsxs("div",{...n,children:[[PL,...e].map((r,i)=>be.jsx("style",{type:"text/css",children:r},i)),t]})}function OL(t){var e=typeof t;return t!=null&&(e=="object"||e=="function")}var zv=OL,_L=typeof Di=="object"&&Di&&Di.Object===Object&&Di,RL=_L,IL=RL,AL=typeof self=="object"&&self&&self.Object===Object&&self,ML=IL||AL||Function("return this")(),NT=ML,LL=NT,FL=function(){return LL.Date.now()},NL=FL,jL=/\s/;function BL(t){for(var e=t.length;e--&&jL.test(t.charAt(e)););return e}var $L=BL,VL=$L,UL=/^\s+/;function HL(t){return t&&t.slice(0,VL(t)+1).replace(UL,"")}var WL=HL,zL=NT,YL=zL.Symbol,jT=YL,tw=jT,BT=Object.prototype,GL=BT.hasOwnProperty,qL=BT.toString,rd=tw?tw.toStringTag:void 0;function XL(t){var e=GL.call(t,rd),n=t[rd];try{t[rd]=void 0;var r=!0}catch{}var i=qL.call(t);return r&&(e?t[rd]=n:delete t[rd]),i}var KL=XL,ZL=Object.prototype,JL=ZL.toString;function QL(t){return JL.call(t)}var e2=QL,nw=jT,t2=KL,n2=e2,r2="[object Null]",i2="[object Undefined]",rw=nw?nw.toStringTag:void 0;function o2(t){return t==null?t===void 0?i2:r2:rw&&rw in Object(t)?t2(t):n2(t)}var s2=o2;function a2(t){return t!=null&&typeof t=="object"}var l2=a2,u2=s2,c2=l2,f2="[object Symbol]";function d2(t){return typeof t=="symbol"||c2(t)&&u2(t)==f2}var h2=d2,p2=WL,iw=zv,g2=h2,ow=NaN,m2=/^[-+]0x[0-9a-f]+$/i,v2=/^0b[01]+$/i,y2=/^0o[0-7]+$/i,b2=parseInt;function w2(t){if(typeof t=="number")return t;if(g2(t))return ow;if(iw(t)){var e=typeof t.valueOf=="function"?t.valueOf():t;t=iw(e)?e+"":e}if(typeof t!="string")return t===0?t:+t;t=p2(t);var n=v2.test(t);return n||y2.test(t)?b2(t.slice(2),n?2:8):m2.test(t)?ow:+t}var x2=w2,S2=zv,Og=NL,sw=x2,T2="Expected a function",C2=Math.max,E2=Math.min;function k2(t,e,n){var r,i,o,a,c,f,p=0,y=!1,g=!1,T=!0;if(typeof t!="function")throw new TypeError(T2);e=sw(e)||0,S2(n)&&(y=!!n.leading,g="maxWait"in n,o=g?C2(sw(n.maxWait)||0,e):o,T="trailing"in n?!!n.trailing:T);function E(ie){var x=r,le=i;return r=i=void 0,p=ie,a=t.apply(le,x),a}function I(ie){return p=ie,c=setTimeout(R,e),y?E(ie):a}function A(ie){var x=ie-f,le=ie-p,ae=e-x;return g?E2(ae,o-le):ae}function j(ie){var x=ie-f,le=ie-p;return f===void 0||x>=e||x<0||g&&le>=o}function R(){var ie=Og();if(j(ie))return H(ie);c=setTimeout(R,A(ie))}function H(ie){return c=void 0,T&&r?E(ie):(r=i=void 0,a)}function U(){c!==void 0&&clearTimeout(c),p=0,r=f=i=c=void 0}function ne(){return c===void 0?a:H(Og())}function q(){var ie=Og(),x=j(ie);if(r=arguments,i=this,f=ie,x){if(c===void 0)return I(f);if(g)return clearTimeout(c),c=setTimeout(R,e),E(f)}return c===void 0&&(c=setTimeout(R,e)),a}return q.cancel=U,q.flush=ne,q}var $T=k2;const _g=Eu($T);var D2=$T,P2=zv,O2="Expected a function";function _2(t,e,n){var r=!0,i=!0;if(typeof t!="function")throw new TypeError(O2);return P2(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),D2(t,e,{leading:r,maxWait:e,trailing:i})}var R2=_2;const I2=Eu(R2);var pf=function(){return pf=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},pf.apply(this,arguments)};function VT(t){return!t||!t.ownerDocument||!t.ownerDocument.defaultView?window:t.ownerDocument.defaultView}function UT(t){return!t||!t.ownerDocument?document:t.ownerDocument}var HT=function(t){var e={},n=Array.prototype.reduce.call(t,function(r,i){var o=i.name.match(/data-simplebar-(.+)/);if(o){var a=o[1].replace(/\W+(.)/g,function(c,f){return f.toUpperCase()});switch(i.value){case"true":r[a]=!0;break;case"false":r[a]=!1;break;case void 0:r[a]=!0;break;default:r[a]=i.value}}return r},e);return n};function WT(t,e){var n;t&&(n=t.classList).add.apply(n,e.split(" "))}function zT(t,e){t&&e.split(" ").forEach(function(n){t.classList.remove(n)})}function YT(t){return".".concat(t.split(" ").join("."))}var Yv=!!(typeof window<"u"&&window.document&&window.document.createElement),A2=Object.freeze({__proto__:null,addClasses:WT,canUseDOM:Yv,classNamesToQuery:YT,getElementDocument:UT,getElementWindow:VT,getOptions:HT,removeClasses:zT}),df=null,aw=null;Yv&&window.addEventListener("resize",function(){aw!==window.devicePixelRatio&&(aw=window.devicePixelRatio,df=null)});function lw(){if(df===null){if(typeof document>"u")return df=0,df;var t=document.body,e=document.createElement("div");e.classList.add("simplebar-hide-scrollbar"),t.appendChild(e);var n=e.getBoundingClientRect().right;t.removeChild(e),df=n}return df}var iu=VT,Rg=UT,M2=HT,ou=WT,su=zT,_o=YT,id=function(){function t(e,n){n===void 0&&(n={});var r=this;if(this.removePreventClickId=null,this.minScrollbarWidth=20,this.stopScrollDelay=175,this.isScrolling=!1,this.isMouseEntering=!1,this.isDragging=!1,this.scrollXTicking=!1,this.scrollYTicking=!1,this.wrapperEl=null,this.contentWrapperEl=null,this.contentEl=null,this.offsetEl=null,this.maskEl=null,this.placeholderEl=null,this.heightAutoObserverWrapperEl=null,this.heightAutoObserverEl=null,this.rtlHelpers=null,this.scrollbarWidth=0,this.resizeObserver=null,this.mutationObserver=null,this.elStyles=null,this.isRtl=null,this.mouseX=0,this.mouseY=0,this.onMouseMove=function(){},this.onWindowResize=function(){},this.onStopScrolling=function(){},this.onMouseEntered=function(){},this.onScroll=function(){var i=iu(r.el);r.scrollXTicking||(i.requestAnimationFrame(r.scrollX),r.scrollXTicking=!0),r.scrollYTicking||(i.requestAnimationFrame(r.scrollY),r.scrollYTicking=!0),r.isScrolling||(r.isScrolling=!0,ou(r.el,r.classNames.scrolling)),r.showScrollbar("x"),r.showScrollbar("y"),r.onStopScrolling()},this.scrollX=function(){r.axis.x.isOverflowing&&r.positionScrollbar("x"),r.scrollXTicking=!1},this.scrollY=function(){r.axis.y.isOverflowing&&r.positionScrollbar("y"),r.scrollYTicking=!1},this._onStopScrolling=function(){su(r.el,r.classNames.scrolling),r.options.autoHide&&(r.hideScrollbar("x"),r.hideScrollbar("y")),r.isScrolling=!1},this.onMouseEnter=function(){r.isMouseEntering||(ou(r.el,r.classNames.mouseEntered),r.showScrollbar("x"),r.showScrollbar("y"),r.isMouseEntering=!0),r.onMouseEntered()},this._onMouseEntered=function(){su(r.el,r.classNames.mouseEntered),r.options.autoHide&&(r.hideScrollbar("x"),r.hideScrollbar("y")),r.isMouseEntering=!1},this._onMouseMove=function(i){r.mouseX=i.clientX,r.mouseY=i.clientY,(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&r.onMouseMoveForAxis("x"),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&r.onMouseMoveForAxis("y")},this.onMouseLeave=function(){r.onMouseMove.cancel(),(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&r.onMouseLeaveForAxis("x"),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&r.onMouseLeaveForAxis("y"),r.mouseX=-1,r.mouseY=-1},this._onWindowResize=function(){r.scrollbarWidth=r.getScrollbarWidth(),r.hideNativeScrollbar()},this.onPointerEvent=function(i){if(!(!r.axis.x.track.el||!r.axis.y.track.el||!r.axis.x.scrollbar.el||!r.axis.y.scrollbar.el)){var o,a;r.axis.x.track.rect=r.axis.x.track.el.getBoundingClientRect(),r.axis.y.track.rect=r.axis.y.track.el.getBoundingClientRect(),(r.axis.x.isOverflowing||r.axis.x.forceVisible)&&(o=r.isWithinBounds(r.axis.x.track.rect)),(r.axis.y.isOverflowing||r.axis.y.forceVisible)&&(a=r.isWithinBounds(r.axis.y.track.rect)),(o||a)&&(i.stopPropagation(),i.type==="pointerdown"&&i.pointerType!=="touch"&&(o&&(r.axis.x.scrollbar.rect=r.axis.x.scrollbar.el.getBoundingClientRect(),r.isWithinBounds(r.axis.x.scrollbar.rect)?r.onDragStart(i,"x"):r.onTrackClick(i,"x")),a&&(r.axis.y.scrollbar.rect=r.axis.y.scrollbar.el.getBoundingClientRect(),r.isWithinBounds(r.axis.y.scrollbar.rect)?r.onDragStart(i,"y"):r.onTrackClick(i,"y"))))}},this.drag=function(i){var o,a,c,f,p,y,g,T,E,I,A;if(!(!r.draggedAxis||!r.contentWrapperEl)){var j,R=r.axis[r.draggedAxis].track,H=(a=(o=R.rect)===null||o===void 0?void 0:o[r.axis[r.draggedAxis].sizeAttr])!==null&&a!==void 0?a:0,U=r.axis[r.draggedAxis].scrollbar,ne=(f=(c=r.contentWrapperEl)===null||c===void 0?void 0:c[r.axis[r.draggedAxis].scrollSizeAttr])!==null&&f!==void 0?f:0,q=parseInt((y=(p=r.elStyles)===null||p===void 0?void 0:p[r.axis[r.draggedAxis].sizeAttr])!==null&&y!==void 0?y:"0px",10);i.preventDefault(),i.stopPropagation(),r.draggedAxis==="y"?j=i.pageY:j=i.pageX;var ie=j-((T=(g=R.rect)===null||g===void 0?void 0:g[r.axis[r.draggedAxis].offsetAttr])!==null&&T!==void 0?T:0)-r.axis[r.draggedAxis].dragOffset;ie=r.draggedAxis==="x"&&r.isRtl?((I=(E=R.rect)===null||E===void 0?void 0:E[r.axis[r.draggedAxis].sizeAttr])!==null&&I!==void 0?I:0)-U.size-ie:ie;var x=ie/(H-U.size),le=x*(ne-q);r.draggedAxis==="x"&&r.isRtl&&(le=!((A=t.getRtlHelpers())===null||A===void 0)&&A.isScrollingToNegative?-le:le),r.contentWrapperEl[r.axis[r.draggedAxis].scrollOffsetAttr]=le}},this.onEndDrag=function(i){r.isDragging=!1;var o=Rg(r.el),a=iu(r.el);i.preventDefault(),i.stopPropagation(),su(r.el,r.classNames.dragging),r.onStopScrolling(),o.removeEventListener("mousemove",r.drag,!0),o.removeEventListener("mouseup",r.onEndDrag,!0),r.removePreventClickId=a.setTimeout(function(){o.removeEventListener("click",r.preventClick,!0),o.removeEventListener("dblclick",r.preventClick,!0),r.removePreventClickId=null})},this.preventClick=function(i){i.preventDefault(),i.stopPropagation()},this.el=e,this.options=pf(pf({},t.defaultOptions),n),this.classNames=pf(pf({},t.defaultOptions.classNames),n.classNames),this.axis={x:{scrollOffsetAttr:"scrollLeft",sizeAttr:"width",scrollSizeAttr:"scrollWidth",offsetSizeAttr:"offsetWidth",offsetAttr:"left",overflowAttr:"overflowX",dragOffset:0,isOverflowing:!0,forceVisible:!1,track:{size:null,el:null,rect:null,isVisible:!1},scrollbar:{size:null,el:null,rect:null,isVisible:!1}},y:{scrollOffsetAttr:"scrollTop",sizeAttr:"height",scrollSizeAttr:"scrollHeight",offsetSizeAttr:"offsetHeight",offsetAttr:"top",overflowAttr:"overflowY",dragOffset:0,isOverflowing:!0,forceVisible:!1,track:{size:null,el:null,rect:null,isVisible:!1},scrollbar:{size:null,el:null,rect:null,isVisible:!1}}},typeof this.el!="object"||!this.el.nodeName)throw new Error("Argument passed to SimpleBar must be an HTML element instead of ".concat(this.el));this.onMouseMove=I2(this._onMouseMove,64),this.onWindowResize=_g(this._onWindowResize,64,{leading:!0}),this.onStopScrolling=_g(this._onStopScrolling,this.stopScrollDelay),this.onMouseEntered=_g(this._onMouseEntered,this.stopScrollDelay),this.init()}return t.getRtlHelpers=function(){if(t.rtlHelpers)return t.rtlHelpers;var e=document.createElement("div");e.innerHTML='<div class="simplebar-dummy-scrollbar-size"><div></div></div>';var n=e.firstElementChild,r=n==null?void 0:n.firstElementChild;if(!r)return null;document.body.appendChild(n),n.scrollLeft=0;var i=t.getOffset(n),o=t.getOffset(r);n.scrollLeft=-999;var a=t.getOffset(r);return document.body.removeChild(n),t.rtlHelpers={isScrollOriginAtZero:i.left!==o.left,isScrollingToNegative:o.left!==a.left},t.rtlHelpers},t.prototype.getScrollbarWidth=function(){try{return this.contentWrapperEl&&getComputedStyle(this.contentWrapperEl,"::-webkit-scrollbar").display==="none"||"scrollbarWidth"in document.documentElement.style||"-ms-overflow-style"in document.documentElement.style?0:lw()}catch{return lw()}},t.getOffset=function(e){var n=e.getBoundingClientRect(),r=Rg(e),i=iu(e);return{top:n.top+(i.pageYOffset||r.documentElement.scrollTop),left:n.left+(i.pageXOffset||r.documentElement.scrollLeft)}},t.prototype.init=function(){Yv&&(this.initDOM(),this.rtlHelpers=t.getRtlHelpers(),this.scrollbarWidth=this.getScrollbarWidth(),this.recalculate(),this.initListeners())},t.prototype.initDOM=function(){var e,n;this.wrapperEl=this.el.querySelector(_o(this.classNames.wrapper)),this.contentWrapperEl=this.options.scrollableNode||this.el.querySelector(_o(this.classNames.contentWrapper)),this.contentEl=this.options.contentNode||this.el.querySelector(_o(this.classNames.contentEl)),this.offsetEl=this.el.querySelector(_o(this.classNames.offset)),this.maskEl=this.el.querySelector(_o(this.classNames.mask)),this.placeholderEl=this.findChild(this.wrapperEl,_o(this.classNames.placeholder)),this.heightAutoObserverWrapperEl=this.el.querySelector(_o(this.classNames.heightAutoObserverWrapperEl)),this.heightAutoObserverEl=this.el.querySelector(_o(this.classNames.heightAutoObserverEl)),this.axis.x.track.el=this.findChild(this.el,"".concat(_o(this.classNames.track)).concat(_o(this.classNames.horizontal))),this.axis.y.track.el=this.findChild(this.el,"".concat(_o(this.classNames.track)).concat(_o(this.classNames.vertical))),this.axis.x.scrollbar.el=((e=this.axis.x.track.el)===null||e===void 0?void 0:e.querySelector(_o(this.classNames.scrollbar)))||null,this.axis.y.scrollbar.el=((n=this.axis.y.track.el)===null||n===void 0?void 0:n.querySelector(_o(this.classNames.scrollbar)))||null,this.options.autoHide||(ou(this.axis.x.scrollbar.el,this.classNames.visible),ou(this.axis.y.scrollbar.el,this.classNames.visible))},t.prototype.initListeners=function(){var e=this,n,r=iu(this.el);if(this.el.addEventListener("mouseenter",this.onMouseEnter),this.el.addEventListener("pointerdown",this.onPointerEvent,!0),this.el.addEventListener("mousemove",this.onMouseMove),this.el.addEventListener("mouseleave",this.onMouseLeave),(n=this.contentWrapperEl)===null||n===void 0||n.addEventListener("scroll",this.onScroll),r.addEventListener("resize",this.onWindowResize),!!this.contentEl){if(window.ResizeObserver){var i=!1,o=r.ResizeObserver||ResizeObserver;this.resizeObserver=new o(function(){i&&r.requestAnimationFrame(function(){e.recalculate()})}),this.resizeObserver.observe(this.el),this.resizeObserver.observe(this.contentEl),r.requestAnimationFrame(function(){i=!0})}this.mutationObserver=new r.MutationObserver(function(){r.requestAnimationFrame(function(){e.recalculate()})}),this.mutationObserver.observe(this.contentEl,{childList:!0,subtree:!0,characterData:!0})}},t.prototype.recalculate=function(){if(!(!this.heightAutoObserverEl||!this.contentEl||!this.contentWrapperEl||!this.wrapperEl||!this.placeholderEl)){var e=iu(this.el);this.elStyles=e.getComputedStyle(this.el),this.isRtl=this.elStyles.direction==="rtl";var n=this.contentEl.offsetWidth,r=this.heightAutoObserverEl.offsetHeight<=1,i=this.heightAutoObserverEl.offsetWidth<=1||n>0,o=this.contentWrapperEl.offsetWidth,a=this.elStyles.overflowX,c=this.elStyles.overflowY;this.contentEl.style.padding="".concat(this.elStyles.paddingTop," ").concat(this.elStyles.paddingRight," ").concat(this.elStyles.paddingBottom," ").concat(this.elStyles.paddingLeft),this.wrapperEl.style.margin="-".concat(this.elStyles.paddingTop," -").concat(this.elStyles.paddingRight," -").concat(this.elStyles.paddingBottom," -").concat(this.elStyles.paddingLeft);var f=this.contentEl.scrollHeight,p=this.contentEl.scrollWidth;this.contentWrapperEl.style.height=r?"auto":"100%",this.placeholderEl.style.width=i?"".concat(n||p,"px"):"auto",this.placeholderEl.style.height="".concat(f,"px");var y=this.contentWrapperEl.offsetHeight;this.axis.x.isOverflowing=n!==0&&p>n,this.axis.y.isOverflowing=f>y,this.axis.x.isOverflowing=a==="hidden"?!1:this.axis.x.isOverflowing,this.axis.y.isOverflowing=c==="hidden"?!1:this.axis.y.isOverflowing,this.axis.x.forceVisible=this.options.forceVisible==="x"||this.options.forceVisible===!0,this.axis.y.forceVisible=this.options.forceVisible==="y"||this.options.forceVisible===!0,this.hideNativeScrollbar();var g=this.axis.x.isOverflowing?this.scrollbarWidth:0,T=this.axis.y.isOverflowing?this.scrollbarWidth:0;this.axis.x.isOverflowing=this.axis.x.isOverflowing&&p>o-T,this.axis.y.isOverflowing=this.axis.y.isOverflowing&&f>y-g,this.axis.x.scrollbar.size=this.getScrollbarSize("x"),this.axis.y.scrollbar.size=this.getScrollbarSize("y"),this.axis.x.scrollbar.el&&(this.axis.x.scrollbar.el.style.width="".concat(this.axis.x.scrollbar.size,"px")),this.axis.y.scrollbar.el&&(this.axis.y.scrollbar.el.style.height="".concat(this.axis.y.scrollbar.size,"px")),this.positionScrollbar("x"),this.positionScrollbar("y"),this.toggleTrackVisibility("x"),this.toggleTrackVisibility("y")}},t.prototype.getScrollbarSize=function(e){var n,r;if(e===void 0&&(e="y"),!this.axis[e].isOverflowing||!this.contentEl)return 0;var i=this.contentEl[this.axis[e].scrollSizeAttr],o=(r=(n=this.axis[e].track.el)===null||n===void 0?void 0:n[this.axis[e].offsetSizeAttr])!==null&&r!==void 0?r:0,a=o/i,c;return c=Math.max(~~(a*o),this.options.scrollbarMinSize),this.options.scrollbarMaxSize&&(c=Math.min(c,this.options.scrollbarMaxSize)),c},t.prototype.positionScrollbar=function(e){var n,r,i;e===void 0&&(e="y");var o=this.axis[e].scrollbar;if(!(!this.axis[e].isOverflowing||!this.contentWrapperEl||!o.el||!this.elStyles)){var a=this.contentWrapperEl[this.axis[e].scrollSizeAttr],c=((n=this.axis[e].track.el)===null||n===void 0?void 0:n[this.axis[e].offsetSizeAttr])||0,f=parseInt(this.elStyles[this.axis[e].sizeAttr],10),p=this.contentWrapperEl[this.axis[e].scrollOffsetAttr];p=e==="x"&&this.isRtl&&(!((r=t.getRtlHelpers())===null||r===void 0)&&r.isScrollOriginAtZero)?-p:p,e==="x"&&this.isRtl&&(p=!((i=t.getRtlHelpers())===null||i===void 0)&&i.isScrollingToNegative?p:-p);var y=p/(a-f),g=~~((c-o.size)*y);g=e==="x"&&this.isRtl?-g+(c-o.size):g,o.el.style.transform=e==="x"?"translate3d(".concat(g,"px, 0, 0)"):"translate3d(0, ".concat(g,"px, 0)")}},t.prototype.toggleTrackVisibility=function(e){e===void 0&&(e="y");var n=this.axis[e].track.el,r=this.axis[e].scrollbar.el;!n||!r||!this.contentWrapperEl||(this.axis[e].isOverflowing||this.axis[e].forceVisible?(n.style.visibility="visible",this.contentWrapperEl.style[this.axis[e].overflowAttr]="scroll",this.el.classList.add("".concat(this.classNames.scrollable,"-").concat(e))):(n.style.visibility="hidden",this.contentWrapperEl.style[this.axis[e].overflowAttr]="hidden",this.el.classList.remove("".concat(this.classNames.scrollable,"-").concat(e))),this.axis[e].isOverflowing?r.style.display="block":r.style.display="none")},t.prototype.showScrollbar=function(e){e===void 0&&(e="y"),this.axis[e].isOverflowing&&!this.axis[e].scrollbar.isVisible&&(ou(this.axis[e].scrollbar.el,this.classNames.visible),this.axis[e].scrollbar.isVisible=!0)},t.prototype.hideScrollbar=function(e){e===void 0&&(e="y"),!this.isDragging&&this.axis[e].isOverflowing&&this.axis[e].scrollbar.isVisible&&(su(this.axis[e].scrollbar.el,this.classNames.visible),this.axis[e].scrollbar.isVisible=!1)},t.prototype.hideNativeScrollbar=function(){this.offsetEl&&(this.offsetEl.style[this.isRtl?"left":"right"]=this.axis.y.isOverflowing||this.axis.y.forceVisible?"-".concat(this.scrollbarWidth,"px"):"0px",this.offsetEl.style.bottom=this.axis.x.isOverflowing||this.axis.x.forceVisible?"-".concat(this.scrollbarWidth,"px"):"0px")},t.prototype.onMouseMoveForAxis=function(e){e===void 0&&(e="y");var n=this.axis[e];!n.track.el||!n.scrollbar.el||(n.track.rect=n.track.el.getBoundingClientRect(),n.scrollbar.rect=n.scrollbar.el.getBoundingClientRect(),this.isWithinBounds(n.track.rect)?(this.showScrollbar(e),ou(n.track.el,this.classNames.hover),this.isWithinBounds(n.scrollbar.rect)?ou(n.scrollbar.el,this.classNames.hover):su(n.scrollbar.el,this.classNames.hover)):(su(n.track.el,this.classNames.hover),this.options.autoHide&&this.hideScrollbar(e)))},t.prototype.onMouseLeaveForAxis=function(e){e===void 0&&(e="y"),su(this.axis[e].track.el,this.classNames.hover),su(this.axis[e].scrollbar.el,this.classNames.hover),this.options.autoHide&&this.hideScrollbar(e)},t.prototype.onDragStart=function(e,n){var r;n===void 0&&(n="y"),this.isDragging=!0;var i=Rg(this.el),o=iu(this.el),a=this.axis[n].scrollbar,c=n==="y"?e.pageY:e.pageX;this.axis[n].dragOffset=c-(((r=a.rect)===null||r===void 0?void 0:r[this.axis[n].offsetAttr])||0),this.draggedAxis=n,ou(this.el,this.classNames.dragging),i.addEventListener("mousemove",this.drag,!0),i.addEventListener("mouseup",this.onEndDrag,!0),this.removePreventClickId===null?(i.addEventListener("click",this.preventClick,!0),i.addEventListener("dblclick",this.preventClick,!0)):(o.clearTimeout(this.removePreventClickId),this.removePreventClickId=null)},t.prototype.onTrackClick=function(e,n){var r=this,i,o,a,c;n===void 0&&(n="y");var f=this.axis[n];if(!(!this.options.clickOnTrack||!f.scrollbar.el||!this.contentWrapperEl)){e.preventDefault();var p=iu(this.el);this.axis[n].scrollbar.rect=f.scrollbar.el.getBoundingClientRect();var y=this.axis[n].scrollbar,g=(o=(i=y.rect)===null||i===void 0?void 0:i[this.axis[n].offsetAttr])!==null&&o!==void 0?o:0,T=parseInt((c=(a=this.elStyles)===null||a===void 0?void 0:a[this.axis[n].sizeAttr])!==null&&c!==void 0?c:"0px",10),E=this.contentWrapperEl[this.axis[n].scrollOffsetAttr],I=n==="y"?this.mouseY-g:this.mouseX-g,A=I<0?-1:1,j=A===-1?E-T:E+T,R=40,H=function(){r.contentWrapperEl&&(A===-1?E>j&&(E-=R,r.contentWrapperEl[r.axis[n].scrollOffsetAttr]=E,p.requestAnimationFrame(H)):E<j&&(E+=R,r.contentWrapperEl[r.axis[n].scrollOffsetAttr]=E,p.requestAnimationFrame(H)))};H()}},t.prototype.getContentElement=function(){return this.contentEl},t.prototype.getScrollElement=function(){return this.contentWrapperEl},t.prototype.removeListeners=function(){var e=iu(this.el);this.el.removeEventListener("mouseenter",this.onMouseEnter),this.el.removeEventListener("pointerdown",this.onPointerEvent,!0),this.el.removeEventListener("mousemove",this.onMouseMove),this.el.removeEventListener("mouseleave",this.onMouseLeave),this.contentWrapperEl&&this.contentWrapperEl.removeEventListener("scroll",this.onScroll),e.removeEventListener("resize",this.onWindowResize),this.mutationObserver&&this.mutationObserver.disconnect(),this.resizeObserver&&this.resizeObserver.disconnect(),this.onMouseMove.cancel(),this.onWindowResize.cancel(),this.onStopScrolling.cancel(),this.onMouseEntered.cancel()},t.prototype.unMount=function(){this.removeListeners()},t.prototype.isWithinBounds=function(e){return this.mouseX>=e.left&&this.mouseX<=e.left+e.width&&this.mouseY>=e.top&&this.mouseY<=e.top+e.height},t.prototype.findChild=function(e,n){var r=e.matches||e.webkitMatchesSelector||e.mozMatchesSelector||e.msMatchesSelector;return Array.prototype.filter.call(e.children,function(i){return r.call(i,n)})[0]},t.rtlHelpers=null,t.defaultOptions={forceVisible:!1,clickOnTrack:!0,scrollbarMinSize:25,scrollbarMaxSize:0,ariaLabel:"scrollable content",tabIndex:0,classNames:{contentEl:"simplebar-content",contentWrapper:"simplebar-content-wrapper",offset:"simplebar-offset",mask:"simplebar-mask",wrapper:"simplebar-wrapper",placeholder:"simplebar-placeholder",scrollbar:"simplebar-scrollbar",track:"simplebar-track",heightAutoObserverWrapperEl:"simplebar-height-auto-observer-wrapper",heightAutoObserverEl:"simplebar-height-auto-observer",visible:"simplebar-visible",horizontal:"simplebar-horizontal",vertical:"simplebar-vertical",hover:"simplebar-hover",dragging:"simplebar-dragging",scrolling:"simplebar-scrolling",scrollable:"simplebar-scrollable",mouseEntered:"simplebar-mouse-entered"},scrollableNode:null,contentNode:null,autoHide:!0},t.getOptions=M2,t.helpers=A2,t}(),Zo=function(){return Zo=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},Zo.apply(this,arguments)};function L2(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(n[r[i]]=t[r[i]]);return n}var Gv=kn.forwardRef(function(t,e){var n=t.children,r=t.scrollableNodeProps,i=r===void 0?{}:r,o=L2(t,["children","scrollableNodeProps"]),a=kn.useRef(),c=kn.useRef(),f=kn.useRef(),p={},y={};Object.keys(o).forEach(function(E){Object.prototype.hasOwnProperty.call(id.defaultOptions,E)?p[E]=o[E]:y[E]=o[E]});var g=Zo(Zo({},id.defaultOptions.classNames),p.classNames),T=Zo(Zo({},i),{className:"".concat(g.contentWrapper).concat(i.className?" ".concat(i.className):""),tabIndex:p.tabIndex||id.defaultOptions.tabIndex,role:"region","aria-label":p.ariaLabel||id.defaultOptions.ariaLabel});return kn.useEffect(function(){var E;return c.current=T.ref?T.ref.current:c.current,a.current&&(E=new id(a.current,Zo(Zo(Zo({},p),c.current&&{scrollableNode:c.current}),f.current&&{contentNode:f.current})),typeof e=="function"?e(E):e&&(e.current=E)),function(){E==null||E.unMount(),E=null,typeof e=="function"&&e(null)}},[]),kn.createElement("div",Zo({"data-simplebar":"init",ref:a},y),kn.createElement("div",{className:g.wrapper},kn.createElement("div",{className:g.heightAutoObserverWrapperEl},kn.createElement("div",{className:g.heightAutoObserverEl})),kn.createElement("div",{className:g.mask},kn.createElement("div",{className:g.offset},typeof n=="function"?n({scrollableNodeRef:c,scrollableNodeProps:Zo(Zo({},T),{ref:c}),contentNodeRef:f,contentNodeProps:{className:g.contentEl,ref:f}}):kn.createElement("div",Zo({},T),kn.createElement("div",{className:g.contentEl},n)))),kn.createElement("div",{className:g.placeholder})),kn.createElement("div",{className:"".concat(g.track," simplebar-horizontal")},kn.createElement("div",{className:g.scrollbar})),kn.createElement("div",{className:"".concat(g.track," simplebar-vertical")},kn.createElement("div",{className:g.scrollbar})))});Gv.displayName="SimpleBar";const GT='[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}';function qT(t){var e,n,r="";if(typeof t=="string"||typeof t=="number")r+=t;else if(typeof t=="object")if(Array.isArray(t)){var i=t.length;for(e=0;e<i;e++)t[e]&&(n=qT(t[e]))&&(r&&(r+=" "),r+=n)}else for(n in t)t[n]&&(r&&(r+=" "),r+=n);return r}function wl(){for(var t,e,n=0,r="",i=arguments.length;n<i;n++)(t=arguments[n])&&(e=qT(t))&&(r&&(r+=" "),r+=e);return r}const Rd=t=>typeof t=="number"&&!isNaN(t),xc=t=>typeof t=="string",Jo=t=>typeof t=="function",jh=t=>xc(t)||Jo(t)?t:null,Nm=t=>X.isValidElement(t)||xc(t)||Jo(t)||Rd(t);function F2(t,e,n){n===void 0&&(n=300);const{scrollHeight:r,style:i}=t;requestAnimationFrame(()=>{i.minHeight="initial",i.height=r+"px",i.transition=`all ${n}ms`,requestAnimationFrame(()=>{i.height="0",i.padding="0",i.margin="0",setTimeout(e,n)})})}function Pp(t){let{enter:e,exit:n,appendPosition:r=!1,collapse:i=!0,collapseDuration:o=300}=t;return function(a){let{children:c,position:f,preventExitTransition:p,done:y,nodeRef:g,isIn:T,playToast:E}=a;const I=r?`${e}--${f}`:e,A=r?`${n}--${f}`:n,j=X.useRef(0);return X.useLayoutEffect(()=>{const R=g.current,H=I.split(" "),U=ne=>{ne.target===g.current&&(E(),R.removeEventListener("animationend",U),R.removeEventListener("animationcancel",U),j.current===0&&ne.type!=="animationcancel"&&R.classList.remove(...H))};R.classList.add(...H),R.addEventListener("animationend",U),R.addEventListener("animationcancel",U)},[]),X.useEffect(()=>{const R=g.current,H=()=>{R.removeEventListener("animationend",H),i?F2(R,y,o):y()};T||(p?H():(j.current=1,R.className+=` ${A}`,R.addEventListener("animationend",H)))},[T]),X.createElement(X.Fragment,null,c)}}function uw(t,e){return t!=null?{content:t.content,containerId:t.props.containerId,id:t.props.toastId,theme:t.props.theme,type:t.props.type,data:t.props.data||{},isLoading:t.props.isLoading,icon:t.props.icon,status:e}:{}}const so=new Map;let Id=[];const jm=new Set,N2=t=>jm.forEach(e=>e(t)),XT=()=>so.size>0;function KT(t,e){var n;if(e)return!((n=so.get(e))==null||!n.isToastActive(t));let r=!1;return so.forEach(i=>{i.isToastActive(t)&&(r=!0)}),r}function ZT(t,e){Nm(t)&&(XT()||Id.push({content:t,options:e}),so.forEach(n=>{n.buildToast(t,e)}))}function cw(t,e){so.forEach(n=>{e!=null&&e!=null&&e.containerId?(e==null?void 0:e.containerId)===n.id&&n.toggle(t,e==null?void 0:e.id):n.toggle(t,e==null?void 0:e.id)})}function j2(t){const{subscribe:e,getSnapshot:n,setProps:r}=X.useRef(function(o){const a=o.containerId||1;return{subscribe(c){const f=function(y,g,T){let E=1,I=0,A=[],j=[],R=[],H=g;const U=new Map,ne=new Set,q=()=>{R=Array.from(U.values()),ne.forEach(le=>le())},ie=le=>{j=le==null?[]:j.filter(ae=>ae!==le),q()},x=le=>{const{toastId:ae,onOpen:ze,updateId:tt,children:Qe}=le.props,et=tt==null;le.staleId&&U.delete(le.staleId),U.set(ae,le),j=[...j,le.props.toastId].filter(Ye=>Ye!==le.staleId),q(),T(uw(le,et?"added":"updated")),et&&Jo(ze)&&ze(X.isValidElement(Qe)&&Qe.props)};return{id:y,props:H,observe:le=>(ne.add(le),()=>ne.delete(le)),toggle:(le,ae)=>{U.forEach(ze=>{ae!=null&&ae!==ze.props.toastId||Jo(ze.toggle)&&ze.toggle(le)})},removeToast:ie,toasts:U,clearQueue:()=>{I-=A.length,A=[]},buildToast:(le,ae)=>{if((Le=>{let{containerId:He,toastId:je,updateId:Fe}=Le;const Ve=He?He!==y:y!==1,nt=U.has(je)&&Fe==null;return Ve||nt})(ae))return;const{toastId:ze,updateId:tt,data:Qe,staleId:et,delay:Ye}=ae,pe=()=>{ie(ze)},fe=tt==null;fe&&I++;const Ce={...H,style:H.toastStyle,key:E++,...Object.fromEntries(Object.entries(ae).filter(Le=>{let[He,je]=Le;return je!=null})),toastId:ze,updateId:tt,data:Qe,closeToast:pe,isIn:!1,className:jh(ae.className||H.toastClassName),bodyClassName:jh(ae.bodyClassName||H.bodyClassName),progressClassName:jh(ae.progressClassName||H.progressClassName),autoClose:!ae.isLoading&&(Oe=ae.autoClose,Ne=H.autoClose,Oe===!1||Rd(Oe)&&Oe>0?Oe:Ne),deleteToast(){const Le=U.get(ze),{onClose:He,children:je}=Le.props;Jo(He)&&He(X.isValidElement(je)&&je.props),T(uw(Le,"removed")),U.delete(ze),I--,I<0&&(I=0),A.length>0?x(A.shift()):q()}};var Oe,Ne;Ce.closeButton=H.closeButton,ae.closeButton===!1||Nm(ae.closeButton)?Ce.closeButton=ae.closeButton:ae.closeButton===!0&&(Ce.closeButton=!Nm(H.closeButton)||H.closeButton);let me=le;X.isValidElement(le)&&!xc(le.type)?me=X.cloneElement(le,{closeToast:pe,toastProps:Ce,data:Qe}):Jo(le)&&(me=le({closeToast:pe,toastProps:Ce,data:Qe}));const Te={content:me,props:Ce,staleId:et};H.limit&&H.limit>0&&I>H.limit&&fe?A.push(Te):Rd(Ye)?setTimeout(()=>{x(Te)},Ye):x(Te)},setProps(le){H=le},setToggle:(le,ae)=>{U.get(le).toggle=ae},isToastActive:le=>j.some(ae=>ae===le),getSnapshot:()=>R}}(a,o,N2);so.set(a,f);const p=f.observe(c);return Id.forEach(y=>ZT(y.content,y.options)),Id=[],()=>{p(),so.delete(a)}},setProps(c){var f;(f=so.get(a))==null||f.setProps(c)},getSnapshot(){var c;return(c=so.get(a))==null?void 0:c.getSnapshot()}}}(t)).current;r(t);const i=X.useSyncExternalStore(e,n,n);return{getToastToRender:function(o){if(!i)return[];const a=new Map;return t.newestOnTop&&i.reverse(),i.forEach(c=>{const{position:f}=c.props;a.has(f)||a.set(f,[]),a.get(f).push(c)}),Array.from(a,c=>o(c[0],c[1]))},isToastActive:KT,count:i==null?void 0:i.length}}function B2(t){const[e,n]=X.useState(!1),[r,i]=X.useState(!1),o=X.useRef(null),a=X.useRef({start:0,delta:0,removalDistance:0,canCloseOnClick:!0,canDrag:!1,didMove:!1}).current,{autoClose:c,pauseOnHover:f,closeToast:p,onClick:y,closeOnClick:g}=t;var T,E;function I(){n(!0)}function A(){n(!1)}function j(U){const ne=o.current;a.canDrag&&ne&&(a.didMove=!0,e&&A(),a.delta=t.draggableDirection==="x"?U.clientX-a.start:U.clientY-a.start,a.start!==U.clientX&&(a.canCloseOnClick=!1),ne.style.transform=`translate3d(${t.draggableDirection==="x"?`${a.delta}px, var(--y)`:`0, calc(${a.delta}px + var(--y))`},0)`,ne.style.opacity=""+(1-Math.abs(a.delta/a.removalDistance)))}function R(){document.removeEventListener("pointermove",j),document.removeEventListener("pointerup",R);const U=o.current;if(a.canDrag&&a.didMove&&U){if(a.canDrag=!1,Math.abs(a.delta)>a.removalDistance)return i(!0),t.closeToast(),void t.collapseAll();U.style.transition="transform 0.2s, opacity 0.2s",U.style.removeProperty("transform"),U.style.removeProperty("opacity")}}(E=so.get((T={id:t.toastId,containerId:t.containerId,fn:n}).containerId||1))==null||E.setToggle(T.id,T.fn),X.useEffect(()=>{if(t.pauseOnFocusLoss)return document.hasFocus()||A(),window.addEventListener("focus",I),window.addEventListener("blur",A),()=>{window.removeEventListener("focus",I),window.removeEventListener("blur",A)}},[t.pauseOnFocusLoss]);const H={onPointerDown:function(U){if(t.draggable===!0||t.draggable===U.pointerType){a.didMove=!1,document.addEventListener("pointermove",j),document.addEventListener("pointerup",R);const ne=o.current;a.canCloseOnClick=!0,a.canDrag=!0,ne.style.transition="none",t.draggableDirection==="x"?(a.start=U.clientX,a.removalDistance=ne.offsetWidth*(t.draggablePercent/100)):(a.start=U.clientY,a.removalDistance=ne.offsetHeight*(t.draggablePercent===80?1.5*t.draggablePercent:t.draggablePercent)/100)}},onPointerUp:function(U){const{top:ne,bottom:q,left:ie,right:x}=o.current.getBoundingClientRect();U.nativeEvent.type!=="touchend"&&t.pauseOnHover&&U.clientX>=ie&&U.clientX<=x&&U.clientY>=ne&&U.clientY<=q?A():I()}};return c&&f&&(H.onMouseEnter=A,t.stacked||(H.onMouseLeave=I)),g&&(H.onClick=U=>{y&&y(U),a.canCloseOnClick&&p()}),{playToast:I,pauseToast:A,isRunning:e,preventExitTransition:r,toastRef:o,eventHandlers:H}}function $2(t){let{delay:e,isRunning:n,closeToast:r,type:i="default",hide:o,className:a,style:c,controlledProgress:f,progress:p,rtl:y,isIn:g,theme:T}=t;const E=o||f&&p===0,I={...c,animationDuration:`${e}ms`,animationPlayState:n?"running":"paused"};f&&(I.transform=`scaleX(${p})`);const A=wl("Toastify__progress-bar",f?"Toastify__progress-bar--controlled":"Toastify__progress-bar--animated",`Toastify__progress-bar-theme--${T}`,`Toastify__progress-bar--${i}`,{"Toastify__progress-bar--rtl":y}),j=Jo(a)?a({rtl:y,type:i,defaultClassName:A}):wl(A,a),R={[f&&p>=1?"onTransitionEnd":"onAnimationEnd"]:f&&p<1?null:()=>{g&&r()}};return X.createElement("div",{className:"Toastify__progress-bar--wrp","data-hidden":E},X.createElement("div",{className:`Toastify__progress-bar--bg Toastify__progress-bar-theme--${T} Toastify__progress-bar--${i}`}),X.createElement("div",{role:"progressbar","aria-hidden":E?"true":"false","aria-label":"notification timer",className:j,style:I,...R}))}let V2=1;const JT=()=>""+V2++;function U2(t){return t&&(xc(t.toastId)||Rd(t.toastId))?t.toastId:JT()}function md(t,e){return ZT(t,e),e.toastId}function ip(t,e){return{...e,type:e&&e.type||t,toastId:U2(e)}}function vh(t){return(e,n)=>md(e,ip(t,n))}function xn(t,e){return md(t,ip("default",e))}xn.loading=(t,e)=>md(t,ip("default",{isLoading:!0,autoClose:!1,closeOnClick:!1,closeButton:!1,draggable:!1,...e})),xn.promise=function(t,e,n){let r,{pending:i,error:o,success:a}=e;i&&(r=xc(i)?xn.loading(i,n):xn.loading(i.render,{...n,...i}));const c={isLoading:null,autoClose:null,closeOnClick:null,closeButton:null,draggable:null},f=(y,g,T)=>{if(g==null)return void xn.dismiss(r);const E={type:y,...c,...n,data:T},I=xc(g)?{render:g}:g;return r?xn.update(r,{...E,...I}):xn(I.render,{...E,...I}),T},p=Jo(t)?t():t;return p.then(y=>f("success",a,y)).catch(y=>f("error",o,y)),p},xn.success=vh("success"),xn.info=vh("info"),xn.error=vh("error"),xn.warning=vh("warning"),xn.warn=xn.warning,xn.dark=(t,e)=>md(t,ip("default",{theme:"dark",...e})),xn.dismiss=function(t){(function(e){var n;if(XT()){if(e==null||xc(n=e)||Rd(n))so.forEach(r=>{r.removeToast(e)});else if(e&&("containerId"in e||"id"in e)){const r=so.get(e.containerId);r?r.removeToast(e.id):so.forEach(i=>{i.removeToast(e.id)})}}else Id=Id.filter(r=>e!=null&&r.options.toastId!==e)})(t)},xn.clearWaitingQueue=function(t){t===void 0&&(t={}),so.forEach(e=>{!e.props.limit||t.containerId&&e.id!==t.containerId||e.clearQueue()})},xn.isActive=KT,xn.update=function(t,e){e===void 0&&(e={});const n=((r,i)=>{var o;let{containerId:a}=i;return(o=so.get(a||1))==null?void 0:o.toasts.get(r)})(t,e);if(n){const{props:r,content:i}=n,o={delay:100,...r,...e,toastId:e.toastId||t,updateId:JT()};o.toastId!==t&&(o.staleId=t);const a=o.render||i;delete o.render,md(a,o)}},xn.done=t=>{xn.update(t,{progress:1})},xn.onChange=function(t){return jm.add(t),()=>{jm.delete(t)}},xn.play=t=>cw(!0,t),xn.pause=t=>cw(!1,t);const H2=typeof window<"u"?X.useLayoutEffect:X.useEffect,yh=t=>{let{theme:e,type:n,isLoading:r,...i}=t;return X.createElement("svg",{viewBox:"0 0 24 24",width:"100%",height:"100%",fill:e==="colored"?"currentColor":`var(--toastify-icon-color-${n})`,...i})},Ig={info:function(t){return X.createElement(yh,{...t},X.createElement("path",{d:"M12 0a12 12 0 1012 12A12.013 12.013 0 0012 0zm.25 5a1.5 1.5 0 11-1.5 1.5 1.5 1.5 0 011.5-1.5zm2.25 13.5h-4a1 1 0 010-2h.75a.25.25 0 00.25-.25v-4.5a.25.25 0 00-.25-.25h-.75a1 1 0 010-2h1a2 2 0 012 2v4.75a.25.25 0 00.25.25h.75a1 1 0 110 2z"}))},warning:function(t){return X.createElement(yh,{...t},X.createElement("path",{d:"M23.32 17.191L15.438 2.184C14.728.833 13.416 0 11.996 0c-1.42 0-2.733.833-3.443 2.184L.533 17.448a4.744 4.744 0 000 4.368C1.243 23.167 2.555 24 3.975 24h16.05C22.22 24 24 22.044 24 19.632c0-.904-.251-1.746-.68-2.44zm-9.622 1.46c0 1.033-.724 1.823-1.698 1.823s-1.698-.79-1.698-1.822v-.043c0-1.028.724-1.822 1.698-1.822s1.698.79 1.698 1.822v.043zm.039-12.285l-.84 8.06c-.057.581-.408.943-.897.943-.49 0-.84-.367-.896-.942l-.84-8.065c-.057-.624.25-1.095.779-1.095h1.91c.528.005.84.476.784 1.1z"}))},success:function(t){return X.createElement(yh,{...t},X.createElement("path",{d:"M12 0a12 12 0 1012 12A12.014 12.014 0 0012 0zm6.927 8.2l-6.845 9.289a1.011 1.011 0 01-1.43.188l-4.888-3.908a1 1 0 111.25-1.562l4.076 3.261 6.227-8.451a1 1 0 111.61 1.183z"}))},error:function(t){return X.createElement(yh,{...t},X.createElement("path",{d:"M11.983 0a12.206 12.206 0 00-8.51 3.653A11.8 11.8 0 000 12.207 11.779 11.779 0 0011.8 24h.214A12.111 12.111 0 0024 11.791 11.766 11.766 0 0011.983 0zM10.5 16.542a1.476 1.476 0 011.449-1.53h.027a1.527 1.527 0 011.523 1.47 1.475 1.475 0 01-1.449 1.53h-.027a1.529 1.529 0 01-1.523-1.47zM11 12.5v-6a1 1 0 012 0v6a1 1 0 11-2 0z"}))},spinner:function(){return X.createElement("div",{className:"Toastify__spinner"})}},W2=t=>{const{isRunning:e,preventExitTransition:n,toastRef:r,eventHandlers:i,playToast:o}=B2(t),{closeButton:a,children:c,autoClose:f,onClick:p,type:y,hideProgressBar:g,closeToast:T,transition:E,position:I,className:A,style:j,bodyClassName:R,bodyStyle:H,progressClassName:U,progressStyle:ne,updateId:q,role:ie,progress:x,rtl:le,toastId:ae,deleteToast:ze,isIn:tt,isLoading:Qe,closeOnClick:et,theme:Ye}=t,pe=wl("Toastify__toast",`Toastify__toast-theme--${Ye}`,`Toastify__toast--${y}`,{"Toastify__toast--rtl":le},{"Toastify__toast--close-on-click":et}),fe=Jo(A)?A({rtl:le,position:I,type:y,defaultClassName:pe}):wl(pe,A),Ce=function(Te){let{theme:Le,type:He,isLoading:je,icon:Fe}=Te,Ve=null;const nt={theme:Le,type:He};return Fe===!1||(Jo(Fe)?Ve=Fe({...nt,isLoading:je}):X.isValidElement(Fe)?Ve=X.cloneElement(Fe,nt):je?Ve=Ig.spinner():(ct=>ct in Ig)(He)&&(Ve=Ig[He](nt))),Ve}(t),Oe=!!x||!f,Ne={closeToast:T,type:y,theme:Ye};let me=null;return a===!1||(me=Jo(a)?a(Ne):X.isValidElement(a)?X.cloneElement(a,Ne):function(Te){let{closeToast:Le,theme:He,ariaLabel:je="close"}=Te;return X.createElement("button",{className:`Toastify__close-button Toastify__close-button--${He}`,type:"button",onClick:Fe=>{Fe.stopPropagation(),Le(Fe)},"aria-label":je},X.createElement("svg",{"aria-hidden":"true",viewBox:"0 0 14 16"},X.createElement("path",{fillRule:"evenodd",d:"M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z"})))}(Ne)),X.createElement(E,{isIn:tt,done:ze,position:I,preventExitTransition:n,nodeRef:r,playToast:o},X.createElement("div",{id:ae,onClick:p,"data-in":tt,className:fe,...i,style:j,ref:r},X.createElement("div",{...tt&&{role:ie},className:Jo(R)?R({type:y}):wl("Toastify__toast-body",R),style:H},Ce!=null&&X.createElement("div",{className:wl("Toastify__toast-icon",{"Toastify--animate-icon Toastify__zoom-enter":!Qe})},Ce),X.createElement("div",null,c)),me,X.createElement($2,{...q&&!Oe?{key:`pb-${q}`}:{},rtl:le,theme:Ye,delay:f,isRunning:e,isIn:tt,closeToast:T,hide:g,type:y,style:ne,className:U,controlledProgress:Oe,progress:x||0})))},Op=function(t,e){return e===void 0&&(e=!1),{enter:`Toastify--animate Toastify__${t}-enter`,exit:`Toastify--animate Toastify__${t}-exit`,appendPosition:e}},z2=Pp(Op("bounce",!0));Pp(Op("slide",!0));Pp(Op("zoom"));Pp(Op("flip"));const Y2={position:"top-right",transition:z2,autoClose:5e3,closeButton:!0,pauseOnHover:!0,pauseOnFocusLoss:!0,draggable:"touch",draggablePercent:80,draggableDirection:"x",role:"alert",theme:"light"};function G2(t){let e={...Y2,...t};const n=t.stacked,[r,i]=X.useState(!0),o=X.useRef(null),{getToastToRender:a,isToastActive:c,count:f}=j2(e),{className:p,style:y,rtl:g,containerId:T}=e;function E(A){const j=wl("Toastify__toast-container",`Toastify__toast-container--${A}`,{"Toastify__toast-container--rtl":g});return Jo(p)?p({position:A,rtl:g,defaultClassName:j}):wl(j,jh(p))}function I(){n&&(i(!0),xn.play())}return H2(()=>{if(n){var A;const j=o.current.querySelectorAll('[data-in="true"]'),R=12,H=(A=e.position)==null?void 0:A.includes("top");let U=0,ne=0;Array.from(j).reverse().forEach((q,ie)=>{const x=q;x.classList.add("Toastify__toast--stacked"),ie>0&&(x.dataset.collapsed=`${r}`),x.dataset.pos||(x.dataset.pos=H?"top":"bot");const le=U*(r?.2:1)+(r?0:R*ie);x.style.setProperty("--y",`${H?le:-1*le}px`),x.style.setProperty("--g",`${R}`),x.style.setProperty("--s",""+(1-(r?ne:0))),U+=x.offsetHeight,ne+=.025})}},[r,f,n]),X.createElement("div",{ref:o,className:"Toastify",id:T,onMouseEnter:()=>{n&&(i(!1),xn.pause())},onMouseLeave:I},a((A,j)=>{const R=j.length?{...y}:{...y,pointerEvents:"none"};return X.createElement("div",{className:E(A),style:R,key:`container-${A}`},j.map(H=>{let{content:U,props:ne}=H;return X.createElement(W2,{...ne,stacked:n,collapseAll:I,isIn:c(ne.toastId,ne.containerId),style:ne.style,key:`toast-${ne.key}`},U)}))}))}function q2(){return be.jsxs("svg",{width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[be.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 1C16.5222 1 21 5.47676 21 11C21 16.5222 16.5222 21 11 21C5.47676 21 1 16.5222 1 11C1 5.47676 5.47676 1 11 1Z",stroke:"#E01B00",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),be.jsx("path",{d:"M10.9942 6.89636V11.6737",stroke:"#E01B00",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),be.jsx("path",{d:"M10.9941 15.1038H11.0049",stroke:"#E01B00",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})}function X2(){return be.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[be.jsx("rect",{width:"24",height:"24",rx:"12",fill:"#009D4F"}),be.jsx("path",{d:"M7.25244 12L10.4174 15.165L16.7474 8.83496",stroke:"white",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]})}function K2(){return be.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[be.jsx("path",{d:"M12 7.73684V13.4211M12 21C7.69215 21 5.53823 21 4.29308 20.0953C3.20701 19.3063 2.50676 18.0934 2.36643 16.7583C2.20555 15.2276 3.28252 13.3623 5.43644 9.63158C7.59036 5.90088 8.66732 4.03553 10.0734 3.40952C11.2998 2.86349 12.7002 2.86349 13.9266 3.40952C15.3327 4.03553 16.4096 5.90088 18.5636 9.63158C20.7175 13.3623 21.7944 15.2276 21.6336 16.7583C21.4932 18.0934 20.793 19.3063 19.7069 20.0953C18.4618 21 16.3078 21 12 21Z",stroke:"#FFB600","stroke-width":"1.5","stroke-linecap":"round"}),be.jsx("path",{d:"M12.9473 16.263C12.9473 16.7863 12.5232 17.2104 12 17.2104C11.4768 17.2104 11.0526 16.7863 11.0526 16.263C11.0526 15.7398 11.4768 15.3157 12 15.3157C12.5232 15.3157 12.9473 15.7398 12.9473 16.263Z",fill:"#FFB600"})]})}const qv={paddingLeft:"16px",borderLeft:"2px solid",boxShadow:"none",fontFamily:"inherit"},Z2=({closeToast:t})=>be.jsx("i",{className:"material-icons",onClick:t,style:{cursor:"pointer"},children:be.jsx("svg",{width:"24",height:"25",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:be.jsx("path",{d:"M7.05086 6.13616C6.66033 5.74563 6.02717 5.74563 5.63664 6.13616C5.24612 6.52668 5.24612 7.15984 5.63664 7.55037L10.5864 12.5001L5.63664 17.4499C5.24612 17.8404 5.24612 18.4736 5.63664 18.8641C6.02717 19.2546 6.66033 19.2546 7.05086 18.8641L12.0006 13.9143L16.9504 18.8641C17.3409 19.2546 17.974 19.2546 18.3646 18.8641C18.7551 18.4736 18.7551 17.8404 18.3646 17.4499L13.4148 12.5001L18.3646 7.55037C18.7551 7.15984 18.7551 6.52668 18.3646 6.13616C17.974 5.74563 17.3409 5.74563 16.9504 6.13616L12.0006 11.0859L7.05086 6.13616Z",fill:"#85858A"})})}),Xv=(t,e)=>{xn.success(t,{icon:be.jsx(X2,{}),bodyStyle:{},style:{...qv,background:mr.successLight,borderColor:mr.success,color:mr.success},...e})},Yd=(t,e)=>{xn.error(t,{icon:be.jsx(q2,{}),style:{...qv,background:mr.dangerLight,borderColor:mr.danger,color:mr.danger},...e})},J2=(t,e)=>{xn.error(t,{icon:be.jsx(K2,{}),style:{...qv,background:mr.warningLight,borderColor:mr.warning,color:mr.warning},...e})},Q2=t=>{xn(t,{closeButton:Z2,toastId:"notify",position:"top-right",hideProgressBar:!0,containerId:"toastifyNotification",style:{padding:"12px 24px 12px 0",paddingLeft:"16px",fontFamily:"inherit",width:"610px",minHeight:"72px",color:mr.textPrimary}})};function QT(t){let e=null;return()=>(e==null&&(e=t()),e)}function eF(t,e){return t.filter(n=>n!==e)}function tF(t,e){const n=new Set,r=o=>n.add(o);t.forEach(r),e.forEach(r);const i=[];return n.forEach(o=>i.push(o)),i}class nF{enter(e){const n=this.entered.length,r=i=>this.isNodeInDocument(i)&&(!i.contains||i.contains(e));return this.entered=tF(this.entered.filter(r),[e]),n===0&&this.entered.length>0}leave(e){const n=this.entered.length;return this.entered=eF(this.entered.filter(this.isNodeInDocument),e),n>0&&this.entered.length===0}reset(){this.entered=[]}constructor(e){this.entered=[],this.isNodeInDocument=e}}class rF{initializeExposedProperties(){Object.keys(this.config.exposeProperties).forEach(e=>{Object.defineProperty(this.item,e,{configurable:!0,enumerable:!0,get(){return console.warn(`Browser doesn't allow reading "${e}" until the drop event.`),null}})})}loadDataTransfer(e){if(e){const n={};Object.keys(this.config.exposeProperties).forEach(r=>{const i=this.config.exposeProperties[r];i!=null&&(n[r]={value:i(e,this.config.matchesTypes),configurable:!0,enumerable:!0})}),Object.defineProperties(this.item,n)}}canDrag(){return!0}beginDrag(){return this.item}isDragging(e,n){return n===e.getSourceId()}endDrag(){}constructor(e){this.config=e,this.item={},this.initializeExposedProperties()}}const eC="__NATIVE_FILE__",tC="__NATIVE_URL__",nC="__NATIVE_TEXT__",rC="__NATIVE_HTML__",fw=Object.freeze(Object.defineProperty({__proto__:null,FILE:eC,HTML:rC,TEXT:nC,URL:tC},Symbol.toStringTag,{value:"Module"}));function Ag(t,e,n){const r=e.reduce((i,o)=>i||t.getData(o),"");return r??n}const Bm={[eC]:{exposeProperties:{files:t=>Array.prototype.slice.call(t.files),items:t=>t.items,dataTransfer:t=>t},matchesTypes:["Files"]},[rC]:{exposeProperties:{html:(t,e)=>Ag(t,e,""),dataTransfer:t=>t},matchesTypes:["Html","text/html"]},[tC]:{exposeProperties:{urls:(t,e)=>Ag(t,e,"").split(`
4
+ `),dataTransfer:t=>t},matchesTypes:["Url","text/uri-list"]},[nC]:{exposeProperties:{text:(t,e)=>Ag(t,e,""),dataTransfer:t=>t},matchesTypes:["Text","text/plain"]}};function iF(t,e){const n=Bm[t];if(!n)throw new Error(`native type ${t} has no configuration`);const r=new rF(n);return r.loadDataTransfer(e),r}function Mg(t){if(!t)return null;const e=Array.prototype.slice.call(t.types||[]);return Object.keys(Bm).filter(n=>{const r=Bm[n];return r!=null&&r.matchesTypes?r.matchesTypes.some(i=>e.indexOf(i)>-1):!1})[0]||null}const oF=QT(()=>/firefox/i.test(navigator.userAgent)),iC=QT(()=>!!window.safari);class dw{interpolate(e){const{xs:n,ys:r,c1s:i,c2s:o,c3s:a}=this;let c=n.length-1;if(e===n[c])return r[c];let f=0,p=a.length-1,y;for(;f<=p;){y=Math.floor(.5*(f+p));const E=n[y];if(E<e)f=y+1;else if(E>e)p=y-1;else return r[y]}c=Math.max(0,p);const g=e-n[c],T=g*g;return r[c]+i[c]*g+o[c]*T+a[c]*g*T}constructor(e,n){const{length:r}=e,i=[];for(let E=0;E<r;E++)i.push(E);i.sort((E,I)=>e[E]<e[I]?-1:1);const o=[],a=[];let c,f;for(let E=0;E<r-1;E++)c=e[E+1]-e[E],f=n[E+1]-n[E],o.push(c),a.push(f/c);const p=[a[0]];for(let E=0;E<o.length-1;E++){const I=a[E],A=a[E+1];if(I*A<=0)p.push(0);else{c=o[E];const j=o[E+1],R=c+j;p.push(3*R/((R+j)/I+(R+c)/A))}}p.push(a[a.length-1]);const y=[],g=[];let T;for(let E=0;E<p.length-1;E++){T=a[E];const I=p[E],A=1/o[E],j=I+p[E+1]-T-T;y.push((T-I-j)*A),g.push(j*A*A)}this.xs=e,this.ys=n,this.c1s=p,this.c2s=y,this.c3s=g}}const sF=1;function oC(t){const e=t.nodeType===sF?t:t.parentElement;if(!e)return null;const{top:n,left:r}=e.getBoundingClientRect();return{x:r,y:n}}function bh(t){return{x:t.clientX,y:t.clientY}}function aF(t){var e;return t.nodeName==="IMG"&&(oF()||!(!((e=document.documentElement)===null||e===void 0)&&e.contains(t)))}function lF(t,e,n,r){let i=t?e.width:n,o=t?e.height:r;return iC()&&t&&(o/=window.devicePixelRatio,i/=window.devicePixelRatio),{dragPreviewWidth:i,dragPreviewHeight:o}}function uF(t,e,n,r,i){const o=aF(e),c=oC(o?t:e),f={x:n.x-c.x,y:n.y-c.y},{offsetWidth:p,offsetHeight:y}=t,{anchorX:g,anchorY:T}=r,{dragPreviewWidth:E,dragPreviewHeight:I}=lF(o,e,p,y),A=()=>{let ie=new dw([0,.5,1],[f.y,f.y/y*I,f.y+I-y]).interpolate(T);return iC()&&o&&(ie+=(window.devicePixelRatio-1)*I),ie},j=()=>new dw([0,.5,1],[f.x,f.x/p*E,f.x+E-p]).interpolate(g),{offsetX:R,offsetY:H}=i,U=R===0||R,ne=H===0||H;return{x:U?R:j(),y:ne?H:A()}}let cF=class{get window(){if(this.globalContext)return this.globalContext;if(typeof window<"u")return window}get document(){var e;return!((e=this.globalContext)===null||e===void 0)&&e.document?this.globalContext.document:this.window?this.window.document:void 0}get rootElement(){var e;return((e=this.optionsArgs)===null||e===void 0?void 0:e.rootElement)||this.window}constructor(e,n){this.ownerDocument=null,this.globalContext=e,this.optionsArgs=n}};function fF(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function hw(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){fF(t,i,n[i])})}return t}class dF{profile(){var e,n;return{sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,sourceNodeOptions:this.sourceNodeOptions.size,sourceNodes:this.sourceNodes.size,dragStartSourceIds:((e=this.dragStartSourceIds)===null||e===void 0?void 0:e.length)||0,dropTargetIds:this.dropTargetIds.length,dragEnterTargetIds:this.dragEnterTargetIds.length,dragOverTargetIds:((n=this.dragOverTargetIds)===null||n===void 0?void 0:n.length)||0}}get window(){return this.options.window}get document(){return this.options.document}get rootElement(){return this.options.rootElement}setup(){const e=this.rootElement;if(e!==void 0){if(e.__isReactDndBackendSetUp)throw new Error("Cannot have two HTML5 backends at the same time.");e.__isReactDndBackendSetUp=!0,this.addEventListeners(e)}}teardown(){const e=this.rootElement;if(e!==void 0&&(e.__isReactDndBackendSetUp=!1,this.removeEventListeners(this.rootElement),this.clearCurrentDragSourceNode(),this.asyncEndDragFrameId)){var n;(n=this.window)===null||n===void 0||n.cancelAnimationFrame(this.asyncEndDragFrameId)}}connectDragPreview(e,n,r){return this.sourcePreviewNodeOptions.set(e,r),this.sourcePreviewNodes.set(e,n),()=>{this.sourcePreviewNodes.delete(e),this.sourcePreviewNodeOptions.delete(e)}}connectDragSource(e,n,r){this.sourceNodes.set(e,n),this.sourceNodeOptions.set(e,r);const i=a=>this.handleDragStart(a,e),o=a=>this.handleSelectStart(a);return n.setAttribute("draggable","true"),n.addEventListener("dragstart",i),n.addEventListener("selectstart",o),()=>{this.sourceNodes.delete(e),this.sourceNodeOptions.delete(e),n.removeEventListener("dragstart",i),n.removeEventListener("selectstart",o),n.setAttribute("draggable","false")}}connectDropTarget(e,n){const r=a=>this.handleDragEnter(a,e),i=a=>this.handleDragOver(a,e),o=a=>this.handleDrop(a,e);return n.addEventListener("dragenter",r),n.addEventListener("dragover",i),n.addEventListener("drop",o),()=>{n.removeEventListener("dragenter",r),n.removeEventListener("dragover",i),n.removeEventListener("drop",o)}}addEventListeners(e){e.addEventListener&&(e.addEventListener("dragstart",this.handleTopDragStart),e.addEventListener("dragstart",this.handleTopDragStartCapture,!0),e.addEventListener("dragend",this.handleTopDragEndCapture,!0),e.addEventListener("dragenter",this.handleTopDragEnter),e.addEventListener("dragenter",this.handleTopDragEnterCapture,!0),e.addEventListener("dragleave",this.handleTopDragLeaveCapture,!0),e.addEventListener("dragover",this.handleTopDragOver),e.addEventListener("dragover",this.handleTopDragOverCapture,!0),e.addEventListener("drop",this.handleTopDrop),e.addEventListener("drop",this.handleTopDropCapture,!0))}removeEventListeners(e){e.removeEventListener&&(e.removeEventListener("dragstart",this.handleTopDragStart),e.removeEventListener("dragstart",this.handleTopDragStartCapture,!0),e.removeEventListener("dragend",this.handleTopDragEndCapture,!0),e.removeEventListener("dragenter",this.handleTopDragEnter),e.removeEventListener("dragenter",this.handleTopDragEnterCapture,!0),e.removeEventListener("dragleave",this.handleTopDragLeaveCapture,!0),e.removeEventListener("dragover",this.handleTopDragOver),e.removeEventListener("dragover",this.handleTopDragOverCapture,!0),e.removeEventListener("drop",this.handleTopDrop),e.removeEventListener("drop",this.handleTopDropCapture,!0))}getCurrentSourceNodeOptions(){const e=this.monitor.getSourceId(),n=this.sourceNodeOptions.get(e);return hw({dropEffect:this.altKeyPressed?"copy":"move"},n||{})}getCurrentDropEffect(){return this.isDraggingNativeItem()?"copy":this.getCurrentSourceNodeOptions().dropEffect}getCurrentSourcePreviewNodeOptions(){const e=this.monitor.getSourceId(),n=this.sourcePreviewNodeOptions.get(e);return hw({anchorX:.5,anchorY:.5,captureDraggingState:!1},n||{})}isDraggingNativeItem(){const e=this.monitor.getItemType();return Object.keys(fw).some(n=>fw[n]===e)}beginDragNativeItem(e,n){this.clearCurrentDragSourceNode(),this.currentNativeSource=iF(e,n),this.currentNativeHandle=this.registry.addSource(e,this.currentNativeSource),this.actions.beginDrag([this.currentNativeHandle])}setCurrentDragSourceNode(e){this.clearCurrentDragSourceNode(),this.currentDragSourceNode=e;const n=1e3;this.mouseMoveTimeoutTimer=setTimeout(()=>{var r;return(r=this.rootElement)===null||r===void 0?void 0:r.addEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)},n)}clearCurrentDragSourceNode(){if(this.currentDragSourceNode){if(this.currentDragSourceNode=null,this.rootElement){var e;(e=this.window)===null||e===void 0||e.clearTimeout(this.mouseMoveTimeoutTimer||void 0),this.rootElement.removeEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)}return this.mouseMoveTimeoutTimer=null,!0}return!1}handleDragStart(e,n){e.defaultPrevented||(this.dragStartSourceIds||(this.dragStartSourceIds=[]),this.dragStartSourceIds.unshift(n))}handleDragEnter(e,n){this.dragEnterTargetIds.unshift(n)}handleDragOver(e,n){this.dragOverTargetIds===null&&(this.dragOverTargetIds=[]),this.dragOverTargetIds.unshift(n)}handleDrop(e,n){this.dropTargetIds.unshift(n)}constructor(e,n,r){this.sourcePreviewNodes=new Map,this.sourcePreviewNodeOptions=new Map,this.sourceNodes=new Map,this.sourceNodeOptions=new Map,this.dragStartSourceIds=null,this.dropTargetIds=[],this.dragEnterTargetIds=[],this.currentNativeSource=null,this.currentNativeHandle=null,this.currentDragSourceNode=null,this.altKeyPressed=!1,this.mouseMoveTimeoutTimer=null,this.asyncEndDragFrameId=null,this.dragOverTargetIds=null,this.lastClientOffset=null,this.hoverRafId=null,this.getSourceClientOffset=i=>{const o=this.sourceNodes.get(i);return o&&oC(o)||null},this.endDragNativeItem=()=>{this.isDraggingNativeItem()&&(this.actions.endDrag(),this.currentNativeHandle&&this.registry.removeSource(this.currentNativeHandle),this.currentNativeHandle=null,this.currentNativeSource=null)},this.isNodeInDocument=i=>!!(i&&this.document&&this.document.body&&this.document.body.contains(i)),this.endDragIfSourceWasRemovedFromDOM=()=>{const i=this.currentDragSourceNode;i==null||this.isNodeInDocument(i)||(this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover())},this.scheduleHover=i=>{this.hoverRafId===null&&typeof requestAnimationFrame<"u"&&(this.hoverRafId=requestAnimationFrame(()=>{this.monitor.isDragging()&&this.actions.hover(i||[],{clientOffset:this.lastClientOffset}),this.hoverRafId=null}))},this.cancelHover=()=>{this.hoverRafId!==null&&typeof cancelAnimationFrame<"u"&&(cancelAnimationFrame(this.hoverRafId),this.hoverRafId=null)},this.handleTopDragStartCapture=()=>{this.clearCurrentDragSourceNode(),this.dragStartSourceIds=[]},this.handleTopDragStart=i=>{if(i.defaultPrevented)return;const{dragStartSourceIds:o}=this;this.dragStartSourceIds=null;const a=bh(i);this.monitor.isDragging()&&(this.actions.endDrag(),this.cancelHover()),this.actions.beginDrag(o||[],{publishSource:!1,getSourceClientOffset:this.getSourceClientOffset,clientOffset:a});const{dataTransfer:c}=i,f=Mg(c);if(this.monitor.isDragging()){if(c&&typeof c.setDragImage=="function"){const y=this.monitor.getSourceId(),g=this.sourceNodes.get(y),T=this.sourcePreviewNodes.get(y)||g;if(T){const{anchorX:E,anchorY:I,offsetX:A,offsetY:j}=this.getCurrentSourcePreviewNodeOptions(),U=uF(g,T,a,{anchorX:E,anchorY:I},{offsetX:A,offsetY:j});c.setDragImage(T,U.x,U.y)}}try{c==null||c.setData("application/json",{})}catch{}this.setCurrentDragSourceNode(i.target);const{captureDraggingState:p}=this.getCurrentSourcePreviewNodeOptions();p?this.actions.publishDragSource():setTimeout(()=>this.actions.publishDragSource(),0)}else if(f)this.beginDragNativeItem(f);else{if(c&&!c.types&&(i.target&&!i.target.hasAttribute||!i.target.hasAttribute("draggable")))return;i.preventDefault()}},this.handleTopDragEndCapture=()=>{this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleTopDragEnterCapture=i=>{if(this.dragEnterTargetIds=[],this.isDraggingNativeItem()){var o;(o=this.currentNativeSource)===null||o===void 0||o.loadDataTransfer(i.dataTransfer)}if(!this.enterLeaveCounter.enter(i.target)||this.monitor.isDragging())return;const{dataTransfer:c}=i,f=Mg(c);f&&this.beginDragNativeItem(f,c)},this.handleTopDragEnter=i=>{const{dragEnterTargetIds:o}=this;if(this.dragEnterTargetIds=[],!this.monitor.isDragging())return;this.altKeyPressed=i.altKey,o.length>0&&this.actions.hover(o,{clientOffset:bh(i)}),o.some(c=>this.monitor.canDropOnTarget(c))&&(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect()))},this.handleTopDragOverCapture=i=>{if(this.dragOverTargetIds=[],this.isDraggingNativeItem()){var o;(o=this.currentNativeSource)===null||o===void 0||o.loadDataTransfer(i.dataTransfer)}},this.handleTopDragOver=i=>{const{dragOverTargetIds:o}=this;if(this.dragOverTargetIds=[],!this.monitor.isDragging()){i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none");return}this.altKeyPressed=i.altKey,this.lastClientOffset=bh(i),this.scheduleHover(o),(o||[]).some(c=>this.monitor.canDropOnTarget(c))?(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect())):this.isDraggingNativeItem()?i.preventDefault():(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none"))},this.handleTopDragLeaveCapture=i=>{this.isDraggingNativeItem()&&i.preventDefault(),this.enterLeaveCounter.leave(i.target)&&(this.isDraggingNativeItem()&&setTimeout(()=>this.endDragNativeItem(),0),this.cancelHover())},this.handleTopDropCapture=i=>{if(this.dropTargetIds=[],this.isDraggingNativeItem()){var o;i.preventDefault(),(o=this.currentNativeSource)===null||o===void 0||o.loadDataTransfer(i.dataTransfer)}else Mg(i.dataTransfer)&&i.preventDefault();this.enterLeaveCounter.reset()},this.handleTopDrop=i=>{const{dropTargetIds:o}=this;this.dropTargetIds=[],this.actions.hover(o,{clientOffset:bh(i)}),this.actions.drop({dropEffect:this.getCurrentDropEffect()}),this.isDraggingNativeItem()?this.endDragNativeItem():this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleSelectStart=i=>{const o=i.target;typeof o.dragDrop=="function"&&(o.tagName==="INPUT"||o.tagName==="SELECT"||o.tagName==="TEXTAREA"||o.isContentEditable||(i.preventDefault(),o.dragDrop()))},this.options=new cF(n,r),this.actions=e.getActions(),this.monitor=e.getMonitor(),this.registry=e.getRegistry(),this.enterLeaveCounter=new nF(this.isNodeInDocument)}}let wh;function hF(){return wh||(wh=new Image,wh.src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),wh}const sC=function(e,n,r){return new dF(e,n,r)};var Sc=[],pF=function(){return Sc.some(function(t){return t.activeTargets.length>0})},gF=function(){return Sc.some(function(t){return t.skippedTargets.length>0})},pw="ResizeObserver loop completed with undelivered notifications.",mF=function(){var t;typeof ErrorEvent=="function"?t=new ErrorEvent("error",{message:pw}):(t=document.createEvent("Event"),t.initEvent("error",!1,!1),t.message=pw),window.dispatchEvent(t)},Ad;(function(t){t.BORDER_BOX="border-box",t.CONTENT_BOX="content-box",t.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"})(Ad||(Ad={}));var Tc=function(t){return Object.freeze(t)},vF=function(){function t(e,n){this.inlineSize=e,this.blockSize=n,Tc(this)}return t}(),aC=function(){function t(e,n,r,i){return this.x=e,this.y=n,this.width=r,this.height=i,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Tc(this)}return t.prototype.toJSON=function(){var e=this,n=e.x,r=e.y,i=e.top,o=e.right,a=e.bottom,c=e.left,f=e.width,p=e.height;return{x:n,y:r,top:i,right:o,bottom:a,left:c,width:f,height:p}},t.fromRect=function(e){return new t(e.x,e.y,e.width,e.height)},t}(),Kv=function(t){return t instanceof SVGElement&&"getBBox"in t},lC=function(t){if(Kv(t)){var e=t.getBBox(),n=e.width,r=e.height;return!n&&!r}var i=t,o=i.offsetWidth,a=i.offsetHeight;return!(o||a||t.getClientRects().length)},gw=function(t){var e;if(t instanceof Element)return!0;var n=(e=t==null?void 0:t.ownerDocument)===null||e===void 0?void 0:e.defaultView;return!!(n&&t instanceof n.Element)},yF=function(t){switch(t.tagName){case"INPUT":if(t.type!=="image")break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1},vd=typeof window<"u"?window:{},xh=new WeakMap,mw=/auto|scroll/,bF=/^tb|vertical/,wF=/msie|trident/i.test(vd.navigator&&vd.navigator.userAgent),La=function(t){return parseFloat(t||"0")},Ef=function(t,e,n){return t===void 0&&(t=0),e===void 0&&(e=0),n===void 0&&(n=!1),new vF((n?e:t)||0,(n?t:e)||0)},vw=Tc({devicePixelContentBoxSize:Ef(),borderBoxSize:Ef(),contentBoxSize:Ef(),contentRect:new aC(0,0,0,0)}),uC=function(t,e){if(e===void 0&&(e=!1),xh.has(t)&&!e)return xh.get(t);if(lC(t))return xh.set(t,vw),vw;var n=getComputedStyle(t),r=Kv(t)&&t.ownerSVGElement&&t.getBBox(),i=!wF&&n.boxSizing==="border-box",o=bF.test(n.writingMode||""),a=!r&&mw.test(n.overflowY||""),c=!r&&mw.test(n.overflowX||""),f=r?0:La(n.paddingTop),p=r?0:La(n.paddingRight),y=r?0:La(n.paddingBottom),g=r?0:La(n.paddingLeft),T=r?0:La(n.borderTopWidth),E=r?0:La(n.borderRightWidth),I=r?0:La(n.borderBottomWidth),A=r?0:La(n.borderLeftWidth),j=g+p,R=f+y,H=A+E,U=T+I,ne=c?t.offsetHeight-U-t.clientHeight:0,q=a?t.offsetWidth-H-t.clientWidth:0,ie=i?j+H:0,x=i?R+U:0,le=r?r.width:La(n.width)-ie-q,ae=r?r.height:La(n.height)-x-ne,ze=le+j+q+H,tt=ae+R+ne+U,Qe=Tc({devicePixelContentBoxSize:Ef(Math.round(le*devicePixelRatio),Math.round(ae*devicePixelRatio),o),borderBoxSize:Ef(ze,tt,o),contentBoxSize:Ef(le,ae,o),contentRect:new aC(g,f,le,ae)});return xh.set(t,Qe),Qe},cC=function(t,e,n){var r=uC(t,n),i=r.borderBoxSize,o=r.contentBoxSize,a=r.devicePixelContentBoxSize;switch(e){case Ad.DEVICE_PIXEL_CONTENT_BOX:return a;case Ad.BORDER_BOX:return i;default:return o}},xF=function(){function t(e){var n=uC(e);this.target=e,this.contentRect=n.contentRect,this.borderBoxSize=Tc([n.borderBoxSize]),this.contentBoxSize=Tc([n.contentBoxSize]),this.devicePixelContentBoxSize=Tc([n.devicePixelContentBoxSize])}return t}(),fC=function(t){if(lC(t))return 1/0;for(var e=0,n=t.parentNode;n;)e+=1,n=n.parentNode;return e},SF=function(){var t=1/0,e=[];Sc.forEach(function(a){if(a.activeTargets.length!==0){var c=[];a.activeTargets.forEach(function(p){var y=new xF(p.target),g=fC(p.target);c.push(y),p.lastReportedSize=cC(p.target,p.observedBox),g<t&&(t=g)}),e.push(function(){a.callback.call(a.observer,c,a.observer)}),a.activeTargets.splice(0,a.activeTargets.length)}});for(var n=0,r=e;n<r.length;n++){var i=r[n];i()}return t},yw=function(t){Sc.forEach(function(n){n.activeTargets.splice(0,n.activeTargets.length),n.skippedTargets.splice(0,n.skippedTargets.length),n.observationTargets.forEach(function(i){i.isActive()&&(fC(i.target)>t?n.activeTargets.push(i):n.skippedTargets.push(i))})})},TF=function(){var t=0;for(yw(t);pF();)t=SF(),yw(t);return gF()&&mF(),t>0},Lg,dC=[],CF=function(){return dC.splice(0).forEach(function(t){return t()})},EF=function(t){if(!Lg){var e=0,n=document.createTextNode(""),r={characterData:!0};new MutationObserver(function(){return CF()}).observe(n,r),Lg=function(){n.textContent="".concat(e?e--:e++)}}dC.push(t),Lg()},kF=function(t){EF(function(){requestAnimationFrame(t)})},Bh=0,DF=function(){return!!Bh},PF=250,OF={attributes:!0,characterData:!0,childList:!0,subtree:!0},bw=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],ww=function(t){return t===void 0&&(t=0),Date.now()+t},Fg=!1,_F=function(){function t(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return t.prototype.run=function(e){var n=this;if(e===void 0&&(e=PF),!Fg){Fg=!0;var r=ww(e);kF(function(){var i=!1;try{i=TF()}finally{if(Fg=!1,e=r-ww(),!DF())return;i?n.run(1e3):e>0?n.run(e):n.start()}})}},t.prototype.schedule=function(){this.stop(),this.run()},t.prototype.observe=function(){var e=this,n=function(){return e.observer&&e.observer.observe(document.body,OF)};document.body?n():vd.addEventListener("DOMContentLoaded",n)},t.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),bw.forEach(function(n){return vd.addEventListener(n,e.listener,!0)}))},t.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),bw.forEach(function(n){return vd.removeEventListener(n,e.listener,!0)}),this.stopped=!0)},t}(),$m=new _F,xw=function(t){!Bh&&t>0&&$m.start(),Bh+=t,!Bh&&$m.stop()},RF=function(t){return!Kv(t)&&!yF(t)&&getComputedStyle(t).display==="inline"},IF=function(){function t(e,n){this.target=e,this.observedBox=n||Ad.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return t.prototype.isActive=function(){var e=cC(this.target,this.observedBox,!0);return RF(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},t}(),AF=function(){function t(e,n){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=n}return t}(),Sh=new WeakMap,Sw=function(t,e){for(var n=0;n<t.length;n+=1)if(t[n].target===e)return n;return-1},Th=function(){function t(){}return t.connect=function(e,n){var r=new AF(e,n);Sh.set(e,r)},t.observe=function(e,n,r){var i=Sh.get(e),o=i.observationTargets.length===0;Sw(i.observationTargets,n)<0&&(o&&Sc.push(i),i.observationTargets.push(new IF(n,r&&r.box)),xw(1),$m.schedule())},t.unobserve=function(e,n){var r=Sh.get(e),i=Sw(r.observationTargets,n),o=r.observationTargets.length===1;i>=0&&(o&&Sc.splice(Sc.indexOf(r),1),r.observationTargets.splice(i,1),xw(-1))},t.disconnect=function(e){var n=this,r=Sh.get(e);r.observationTargets.slice().forEach(function(i){return n.unobserve(e,i.target)}),r.activeTargets.splice(0,r.activeTargets.length)},t}(),MF=function(){function t(e){if(arguments.length===0)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if(typeof e!="function")throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");Th.connect(this,e)}return t.prototype.observe=function(e,n){if(arguments.length===0)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!gw(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");Th.observe(this,e,n)},t.prototype.unobserve=function(e){if(arguments.length===0)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!gw(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");Th.unobserve(this,e)},t.prototype.disconnect=function(){Th.disconnect(this)},t.toString=function(){return"function ResizeObserver () { [polyfill code] }"},t}();const hC=X.createContext({});function LF(t){const e=X.useRef(null);return e.current===null&&(e.current=t()),e.current}const Zv=X.createContext(null),pC=X.createContext({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"});function FF(t=!0){const e=X.useContext(Zv);if(e===null)return[!0,null];const{isPresent:n,onExitComplete:r,register:i}=e,o=X.useId();X.useEffect(()=>{t&&i(o)},[t]);const a=X.useCallback(()=>t&&r&&r(o),[o,r,t]);return!n&&r?[!1,a]:[!0]}const Jv=typeof window<"u",NF=Jv?X.useLayoutEffect:X.useEffect,Ro=t=>t;let Lf=Ro,yu=Ro;process.env.NODE_ENV!=="production"&&(Lf=(t,e)=>{!t&&typeof console<"u"&&console.warn(e)},yu=(t,e)=>{if(!t)throw new Error(e)});function Qv(t){let e;return()=>(e===void 0&&(e=t()),e)}const Pf=(t,e,n)=>{const r=e-t;return r===0?1:(n-t)/r},ja=t=>t*1e3,Cl=t=>t/1e3,jF={useManualTiming:!1};function BF(t){let e=new Set,n=new Set,r=!1,i=!1;const o=new WeakSet;let a={delta:0,timestamp:0,isProcessing:!1};function c(p){o.has(p)&&(f.schedule(p),t()),p(a)}const f={schedule:(p,y=!1,g=!1)=>{const E=g&&r?e:n;return y&&o.add(p),E.has(p)||E.add(p),p},cancel:p=>{n.delete(p),o.delete(p)},process:p=>{if(a=p,r){i=!0;return}r=!0,[e,n]=[n,e],e.forEach(c),e.clear(),r=!1,i&&(i=!1,f.process(p))}};return f}const Ch=["read","resolveKeyframes","update","preRender","render","postRender"],$F=40;function gC(t,e){let n=!1,r=!0;const i={delta:0,timestamp:0,isProcessing:!1},o=()=>n=!0,a=Ch.reduce((R,H)=>(R[H]=BF(o),R),{}),{read:c,resolveKeyframes:f,update:p,preRender:y,render:g,postRender:T}=a,E=()=>{const R=performance.now();n=!1,i.delta=r?1e3/60:Math.max(Math.min(R-i.timestamp,$F),1),i.timestamp=R,i.isProcessing=!0,c.process(i),f.process(i),p.process(i),y.process(i),g.process(i),T.process(i),i.isProcessing=!1,n&&e&&(r=!1,t(E))},I=()=>{n=!0,r=!0,i.isProcessing||t(E)};return{schedule:Ch.reduce((R,H)=>{const U=a[H];return R[H]=(ne,q=!1,ie=!1)=>(n||I(),U.schedule(ne,q,ie)),R},{}),cancel:R=>{for(let H=0;H<Ch.length;H++)a[Ch[H]].cancel(R)},state:i,steps:a}}const{schedule:Fn,cancel:bu,state:Ei,steps:Ng}=gC(typeof requestAnimationFrame<"u"?requestAnimationFrame:Ro,!0),mC=X.createContext({strict:!1}),Tw={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},Of={};for(const t in Tw)Of[t]={isEnabled:e=>Tw[t].some(n=>!!e[n])};function VF(t){for(const e in t)Of[e]={...Of[e],...t[e]}}const UF=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","ignoreStrict","viewport"]);function op(t){return t.startsWith("while")||t.startsWith("drag")&&t!=="draggable"||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||t.startsWith("onLayout")||UF.has(t)}let vC=t=>!op(t);function HF(t){t&&(vC=e=>e.startsWith("on")?!op(e):t(e))}try{HF(require("@emotion/is-prop-valid").default)}catch{}function WF(t,e,n){const r={};for(const i in t)i==="values"&&typeof t.values=="object"||(vC(i)||n===!0&&op(i)||!e&&!op(i)||t.draggable&&i.startsWith("onDrag"))&&(r[i]=t[i]);return r}const Cw=new Set;function _p(t,e,n){t||Cw.has(e)||(console.warn(e),Cw.add(e))}function zF(t){if(typeof Proxy>"u")return t;const e=new Map,n=(...r)=>(process.env.NODE_ENV!=="production"&&_p(!1,"motion() is deprecated. Use motion.create() instead."),t(...r));return new Proxy(n,{get:(r,i)=>i==="create"?t:(e.has(i)||e.set(i,t(i)),e.get(i))})}const Rp=X.createContext({});function Md(t){return typeof t=="string"||Array.isArray(t)}function Ip(t){return t!==null&&typeof t=="object"&&typeof t.start=="function"}const ey=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],ty=["initial",...ey];function Ap(t){return Ip(t.animate)||ty.some(e=>Md(t[e]))}function yC(t){return!!(Ap(t)||t.variants)}function YF(t,e){if(Ap(t)){const{initial:n,animate:r}=t;return{initial:n===!1||Md(n)?n:void 0,animate:Md(r)?r:void 0}}return t.inherit!==!1?e:{}}function GF(t){const{initial:e,animate:n}=YF(t,X.useContext(Rp));return X.useMemo(()=>({initial:e,animate:n}),[Ew(e),Ew(n)])}function Ew(t){return Array.isArray(t)?t.join(" "):t}const qF=Symbol.for("motionComponentSymbol");function gf(t){return t&&typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"current")}function XF(t,e,n){return X.useCallback(r=>{r&&t.onMount&&t.onMount(r),e&&(r?e.mount(r):e.unmount()),n&&(typeof n=="function"?n(r):gf(n)&&(n.current=r))},[e])}const ny=t=>t.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),KF="framerAppearId",bC="data-"+ny(KF),{schedule:ry}=gC(queueMicrotask,!1),wC=X.createContext({});function ZF(t,e,n,r,i){var o,a;const{visualElement:c}=X.useContext(Rp),f=X.useContext(mC),p=X.useContext(Zv),y=X.useContext(pC).reducedMotion,g=X.useRef(null);r=r||f.renderer,!g.current&&r&&(g.current=r(t,{visualState:e,parent:c,props:n,presenceContext:p,blockInitialAnimation:p?p.initial===!1:!1,reducedMotionConfig:y}));const T=g.current,E=X.useContext(wC);T&&!T.projection&&i&&(T.type==="html"||T.type==="svg")&&JF(g.current,n,i,E);const I=X.useRef(!1);X.useInsertionEffect(()=>{T&&I.current&&T.update(n,p)});const A=n[bC],j=X.useRef(!!A&&!(!((o=window.MotionHandoffIsComplete)===null||o===void 0)&&o.call(window,A))&&((a=window.MotionHasOptimisedAnimation)===null||a===void 0?void 0:a.call(window,A)));return NF(()=>{T&&(I.current=!0,window.MotionIsMounted=!0,T.updateFeatures(),ry.render(T.render),j.current&&T.animationState&&T.animationState.animateChanges())}),X.useEffect(()=>{T&&(!j.current&&T.animationState&&T.animationState.animateChanges(),j.current&&(queueMicrotask(()=>{var R;(R=window.MotionHandoffMarkAsComplete)===null||R===void 0||R.call(window,A)}),j.current=!1))}),T}function JF(t,e,n,r){const{layoutId:i,layout:o,drag:a,dragConstraints:c,layoutScroll:f,layoutRoot:p}=e;t.projection=new n(t.latestValues,e["data-framer-portal-id"]?void 0:xC(t.parent)),t.projection.setOptions({layoutId:i,layout:o,alwaysMeasureLayout:!!a||c&&gf(c),visualElement:t,animationType:typeof o=="string"?o:"both",initialPromotionConfig:r,layoutScroll:f,layoutRoot:p})}function xC(t){if(t)return t.options.allowProjection!==!1?t.projection:xC(t.parent)}function QF({preloadedFeatures:t,createVisualElement:e,useRender:n,useVisualState:r,Component:i}){var o,a;t&&VF(t);function c(p,y){let g;const T={...X.useContext(pC),...p,layoutId:eN(p)},{isStatic:E}=T,I=GF(p),A=r(p,E);if(!E&&Jv){tN(T,t);const j=nN(T);g=j.MeasureLayout,I.visualElement=ZF(i,A,T,e,j.ProjectionNode)}return be.jsxs(Rp.Provider,{value:I,children:[g&&I.visualElement?be.jsx(g,{visualElement:I.visualElement,...T}):null,n(i,p,XF(A,I.visualElement,y),A,E,I.visualElement)]})}c.displayName=`motion.${typeof i=="string"?i:`create(${(a=(o=i.displayName)!==null&&o!==void 0?o:i.name)!==null&&a!==void 0?a:""})`}`;const f=X.forwardRef(c);return f[qF]=i,f}function eN({layoutId:t}){const e=X.useContext(hC).id;return e&&t!==void 0?e+"-"+t:t}function tN(t,e){const n=X.useContext(mC).strict;if(process.env.NODE_ENV!=="production"&&e&&n){const r="You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";t.ignoreStrict?Lf(!1,r):yu(!1,r)}}function nN(t){const{drag:e,layout:n}=Of;if(!e&&!n)return{};const r={...e,...n};return{MeasureLayout:e!=null&&e.isEnabled(t)||n!=null&&n.isEnabled(t)?r.MeasureLayout:void 0,ProjectionNode:r.ProjectionNode}}const rN=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function iy(t){return typeof t!="string"||t.includes("-")?!1:!!(rN.indexOf(t)>-1||/[A-Z]/u.test(t))}function kw(t){const e=[{},{}];return t==null||t.values.forEach((n,r)=>{e[0][r]=n.get(),e[1][r]=n.getVelocity()}),e}function oy(t,e,n,r){if(typeof e=="function"){const[i,o]=kw(r);e=e(n!==void 0?n:t.custom,i,o)}if(typeof e=="string"&&(e=t.variants&&t.variants[e]),typeof e=="function"){const[i,o]=kw(r);e=e(n!==void 0?n:t.custom,i,o)}return e}const Vm=t=>Array.isArray(t),iN=t=>!!(t&&typeof t=="object"&&t.mix&&t.toValue),oN=t=>Vm(t)?t[t.length-1]||0:t,Bi=t=>!!(t&&t.getVelocity);function $h(t){const e=Bi(t)?t.get():t;return iN(e)?e.toValue():e}function sN({scrapeMotionValuesFromProps:t,createRenderState:e,onUpdate:n},r,i,o){const a={latestValues:aN(r,i,o,t),renderState:e()};return n&&(a.onMount=c=>n({props:r,current:c,...a}),a.onUpdate=c=>n(c)),a}const SC=t=>(e,n)=>{const r=X.useContext(Rp),i=X.useContext(Zv),o=()=>sN(t,e,r,i);return n?o():LF(o)};function aN(t,e,n,r){const i={},o=r(t,{});for(const T in o)i[T]=$h(o[T]);let{initial:a,animate:c}=t;const f=Ap(t),p=yC(t);e&&p&&!f&&t.inherit!==!1&&(a===void 0&&(a=e.initial),c===void 0&&(c=e.animate));let y=n?n.initial===!1:!1;y=y||a===!1;const g=y?c:a;if(g&&typeof g!="boolean"&&!Ip(g)){const T=Array.isArray(g)?g:[g];for(let E=0;E<T.length;E++){const I=oy(t,T[E]);if(I){const{transitionEnd:A,transition:j,...R}=I;for(const H in R){let U=R[H];if(Array.isArray(U)){const ne=y?U.length-1:0;U=U[ne]}U!==null&&(i[H]=U)}for(const H in A)i[H]=A[H]}}}return i}const Ff=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Rc=new Set(Ff),TC=t=>e=>typeof e=="string"&&e.startsWith(t),CC=TC("--"),lN=TC("var(--"),sy=t=>lN(t)?uN.test(t.split("/*")[0].trim()):!1,uN=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,EC=(t,e)=>e&&typeof t=="number"?e.transform(t):t,Pl=(t,e,n)=>n>e?e:n<t?t:n,Nf={test:t=>typeof t=="number",parse:parseFloat,transform:t=>t},Ld={...Nf,transform:t=>Pl(0,1,t)},Eh={...Nf,default:1},Gd=t=>({test:e=>typeof e=="string"&&e.endsWith(t)&&e.split(" ").length===1,parse:parseFloat,transform:e=>`${e}${t}`}),au=Gd("deg"),Ba=Gd("%"),Ot=Gd("px"),cN=Gd("vh"),fN=Gd("vw"),Dw={...Ba,parse:t=>Ba.parse(t)/100,transform:t=>Ba.transform(t*100)},dN={borderWidth:Ot,borderTopWidth:Ot,borderRightWidth:Ot,borderBottomWidth:Ot,borderLeftWidth:Ot,borderRadius:Ot,radius:Ot,borderTopLeftRadius:Ot,borderTopRightRadius:Ot,borderBottomRightRadius:Ot,borderBottomLeftRadius:Ot,width:Ot,maxWidth:Ot,height:Ot,maxHeight:Ot,top:Ot,right:Ot,bottom:Ot,left:Ot,padding:Ot,paddingTop:Ot,paddingRight:Ot,paddingBottom:Ot,paddingLeft:Ot,margin:Ot,marginTop:Ot,marginRight:Ot,marginBottom:Ot,marginLeft:Ot,backgroundPositionX:Ot,backgroundPositionY:Ot},hN={rotate:au,rotateX:au,rotateY:au,rotateZ:au,scale:Eh,scaleX:Eh,scaleY:Eh,scaleZ:Eh,skew:au,skewX:au,skewY:au,distance:Ot,translateX:Ot,translateY:Ot,translateZ:Ot,x:Ot,y:Ot,z:Ot,perspective:Ot,transformPerspective:Ot,opacity:Ld,originX:Dw,originY:Dw,originZ:Ot},Pw={...Nf,transform:Math.round},ay={...dN,...hN,zIndex:Pw,size:Ot,fillOpacity:Ld,strokeOpacity:Ld,numOctaves:Pw},pN={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},gN=Ff.length;function mN(t,e,n){let r="",i=!0;for(let o=0;o<gN;o++){const a=Ff[o],c=t[a];if(c===void 0)continue;let f=!0;if(typeof c=="number"?f=c===(a.startsWith("scale")?1:0):f=parseFloat(c)===0,!f||n){const p=EC(c,ay[a]);if(!f){i=!1;const y=pN[a]||a;r+=`${y}(${p}) `}n&&(e[a]=p)}}return r=r.trim(),n?r=n(e,i?"":r):i&&(r="none"),r}function ly(t,e,n){const{style:r,vars:i,transformOrigin:o}=t;let a=!1,c=!1;for(const f in e){const p=e[f];if(Rc.has(f)){a=!0;continue}else if(CC(f)){i[f]=p;continue}else{const y=EC(p,ay[f]);f.startsWith("origin")?(c=!0,o[f]=y):r[f]=y}}if(e.transform||(a||n?r.transform=mN(e,t.transform,n):r.transform&&(r.transform="none")),c){const{originX:f="50%",originY:p="50%",originZ:y=0}=o;r.transformOrigin=`${f} ${p} ${y}`}}const vN={offset:"stroke-dashoffset",array:"stroke-dasharray"},yN={offset:"strokeDashoffset",array:"strokeDasharray"};function bN(t,e,n=1,r=0,i=!0){t.pathLength=1;const o=i?vN:yN;t[o.offset]=Ot.transform(-r);const a=Ot.transform(e),c=Ot.transform(n);t[o.array]=`${a} ${c}`}function Ow(t,e,n){return typeof t=="string"?t:Ot.transform(e+n*t)}function wN(t,e,n){const r=Ow(e,t.x,t.width),i=Ow(n,t.y,t.height);return`${r} ${i}`}function uy(t,{attrX:e,attrY:n,attrScale:r,originX:i,originY:o,pathLength:a,pathSpacing:c=1,pathOffset:f=0,...p},y,g){if(ly(t,p,g),y){t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox);return}t.attrs=t.style,t.style={};const{attrs:T,style:E,dimensions:I}=t;T.transform&&(I&&(E.transform=T.transform),delete T.transform),I&&(i!==void 0||o!==void 0||E.transform)&&(E.transformOrigin=wN(I,i!==void 0?i:.5,o!==void 0?o:.5)),e!==void 0&&(T.x=e),n!==void 0&&(T.y=n),r!==void 0&&(T.scale=r),a!==void 0&&bN(T,a,c,f,!1)}const cy=()=>({style:{},transform:{},transformOrigin:{},vars:{}}),kC=()=>({...cy(),attrs:{}}),fy=t=>typeof t=="string"&&t.toLowerCase()==="svg";function DC(t,{style:e,vars:n},r,i){Object.assign(t.style,e,i&&i.getProjectionStyles(r));for(const o in n)t.style.setProperty(o,n[o])}const PC=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function OC(t,e,n,r){DC(t,e,void 0,r);for(const i in e.attrs)t.setAttribute(PC.has(i)?i:ny(i),e.attrs[i])}const sp={};function xN(t){Object.assign(sp,t)}function _C(t,{layout:e,layoutId:n}){return Rc.has(t)||t.startsWith("origin")||(e||n!==void 0)&&(!!sp[t]||t==="opacity")}function dy(t,e,n){var r;const{style:i}=t,o={};for(const a in i)(Bi(i[a])||e.style&&Bi(e.style[a])||_C(a,t)||((r=n==null?void 0:n.getValue(a))===null||r===void 0?void 0:r.liveStyle)!==void 0)&&(o[a]=i[a]);return o}function RC(t,e,n){const r=dy(t,e,n);for(const i in t)if(Bi(t[i])||Bi(e[i])){const o=Ff.indexOf(i)!==-1?"attr"+i.charAt(0).toUpperCase()+i.substring(1):i;r[o]=t[i]}return r}function SN(t,e){try{e.dimensions=typeof t.getBBox=="function"?t.getBBox():t.getBoundingClientRect()}catch{e.dimensions={x:0,y:0,width:0,height:0}}}const _w=["x","y","width","height","cx","cy","r"],TN={useVisualState:SC({scrapeMotionValuesFromProps:RC,createRenderState:kC,onUpdate:({props:t,prevProps:e,current:n,renderState:r,latestValues:i})=>{if(!n)return;let o=!!t.drag;if(!o){for(const c in i)if(Rc.has(c)){o=!0;break}}if(!o)return;let a=!e;if(e)for(let c=0;c<_w.length;c++){const f=_w[c];t[f]!==e[f]&&(a=!0)}a&&Fn.read(()=>{SN(n,r),Fn.render(()=>{uy(r,i,fy(n.tagName),t.transformTemplate),OC(n,r)})})}})},CN={useVisualState:SC({scrapeMotionValuesFromProps:dy,createRenderState:cy})};function IC(t,e,n){for(const r in e)!Bi(e[r])&&!_C(r,n)&&(t[r]=e[r])}function EN({transformTemplate:t},e){return X.useMemo(()=>{const n=cy();return ly(n,e,t),Object.assign({},n.vars,n.style)},[e])}function kN(t,e){const n=t.style||{},r={};return IC(r,n,t),Object.assign(r,EN(t,e)),r}function DN(t,e){const n={},r=kN(t,e);return t.drag&&t.dragListener!==!1&&(n.draggable=!1,r.userSelect=r.WebkitUserSelect=r.WebkitTouchCallout="none",r.touchAction=t.drag===!0?"none":`pan-${t.drag==="x"?"y":"x"}`),t.tabIndex===void 0&&(t.onTap||t.onTapStart||t.whileTap)&&(n.tabIndex=0),n.style=r,n}function PN(t,e,n,r){const i=X.useMemo(()=>{const o=kC();return uy(o,e,fy(r),t.transformTemplate),{...o.attrs,style:{...o.style}}},[e]);if(t.style){const o={};IC(o,t.style,t),i.style={...o,...i.style}}return i}function ON(t=!1){return(n,r,i,{latestValues:o},a)=>{const f=(iy(n)?PN:DN)(r,o,a,n),p=WF(r,typeof n=="string",t),y=n!==X.Fragment?{...p,...f,ref:i}:{},{children:g}=r,T=X.useMemo(()=>Bi(g)?g.get():g,[g]);return X.createElement(n,{...y,children:T})}}function _N(t,e){return function(r,{forwardMotionProps:i}={forwardMotionProps:!1}){const a={...iy(r)?TN:CN,preloadedFeatures:t,useRender:ON(i),createVisualElement:e,Component:r};return QF(a)}}function AC(t,e){if(!Array.isArray(e))return!1;const n=e.length;if(n!==t.length)return!1;for(let r=0;r<n;r++)if(e[r]!==t[r])return!1;return!0}function Mp(t,e,n){const r=t.getProps();return oy(r,e,n!==void 0?n:r.custom,t)}const RN=Qv(()=>window.ScrollTimeline!==void 0);class IN{constructor(e){this.stop=()=>this.runAll("stop"),this.animations=e.filter(Boolean)}get finished(){return Promise.all(this.animations.map(e=>"finished"in e?e.finished:e))}getAll(e){return this.animations[0][e]}setAll(e,n){for(let r=0;r<this.animations.length;r++)this.animations[r][e]=n}attachTimeline(e,n){const r=this.animations.map(i=>{if(RN()&&i.attachTimeline)return i.attachTimeline(e);if(typeof n=="function")return n(i)});return()=>{r.forEach((i,o)=>{i&&i(),this.animations[o].stop()})}}get time(){return this.getAll("time")}set time(e){this.setAll("time",e)}get speed(){return this.getAll("speed")}set speed(e){this.setAll("speed",e)}get startTime(){return this.getAll("startTime")}get duration(){let e=0;for(let n=0;n<this.animations.length;n++)e=Math.max(e,this.animations[n].duration);return e}runAll(e){this.animations.forEach(n=>n[e]())}flatten(){this.runAll("flatten")}play(){this.runAll("play")}pause(){this.runAll("pause")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}}class AN extends IN{then(e,n){return Promise.all(this.animations).then(e).catch(n)}}function hy(t,e){return t?t[e]||t.default||t:void 0}const Um=2e4;function MC(t){let e=0;const n=50;let r=t.next(e);for(;!r.done&&e<Um;)e+=n,r=t.next(e);return e>=Um?1/0:e}function py(t){return typeof t=="function"}function Rw(t,e){t.timeline=e,t.onfinish=null}const gy=t=>Array.isArray(t)&&typeof t[0]=="number",MN={linearEasing:void 0};function LN(t,e){const n=Qv(t);return()=>{var r;return(r=MN[e])!==null&&r!==void 0?r:n()}}const ap=LN(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing"),LC=(t,e,n=10)=>{let r="";const i=Math.max(Math.round(e/n),2);for(let o=0;o<i;o++)r+=t(Pf(0,i-1,o))+", ";return`linear(${r.substring(0,r.length-2)})`};function FC(t){return!!(typeof t=="function"&&ap()||!t||typeof t=="string"&&(t in Hm||ap())||gy(t)||Array.isArray(t)&&t.every(FC))}const cd=([t,e,n,r])=>`cubic-bezier(${t}, ${e}, ${n}, ${r})`,Hm={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:cd([0,.65,.55,1]),circOut:cd([.55,0,1,.45]),backIn:cd([.31,.01,.66,-.59]),backOut:cd([.33,1.53,.69,.99])};function NC(t,e){if(t)return typeof t=="function"&&ap()?LC(t,e):gy(t)?cd(t):Array.isArray(t)?t.map(n=>NC(n,e)||Hm.easeOut):Hm[t]}const sa={x:!1,y:!1};function jC(){return sa.x||sa.y}function FN(t,e,n){var r;if(t instanceof Element)return[t];if(typeof t=="string"){let i=document;const o=(r=void 0)!==null&&r!==void 0?r:i.querySelectorAll(t);return o?Array.from(o):[]}return Array.from(t)}function BC(t,e){const n=FN(t),r=new AbortController,i={passive:!0,...e,signal:r.signal};return[n,i,()=>r.abort()]}function Iw(t){return e=>{e.pointerType==="touch"||jC()||t(e)}}function NN(t,e,n={}){const[r,i,o]=BC(t,n),a=Iw(c=>{const{target:f}=c,p=e(c);if(typeof p!="function"||!f)return;const y=Iw(g=>{p(g),f.removeEventListener("pointerleave",y)});f.addEventListener("pointerleave",y,i)});return r.forEach(c=>{c.addEventListener("pointerenter",a,i)}),o}const $C=(t,e)=>e?t===e?!0:$C(t,e.parentElement):!1,my=t=>t.pointerType==="mouse"?typeof t.button!="number"||t.button<=0:t.isPrimary!==!1,jN=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);function BN(t){return jN.has(t.tagName)||t.tabIndex!==-1}const fd=new WeakSet;function Aw(t){return e=>{e.key==="Enter"&&t(e)}}function jg(t,e){t.dispatchEvent(new PointerEvent("pointer"+e,{isPrimary:!0,bubbles:!0}))}const $N=(t,e)=>{const n=t.currentTarget;if(!n)return;const r=Aw(()=>{if(fd.has(n))return;jg(n,"down");const i=Aw(()=>{jg(n,"up")}),o=()=>jg(n,"cancel");n.addEventListener("keyup",i,e),n.addEventListener("blur",o,e)});n.addEventListener("keydown",r,e),n.addEventListener("blur",()=>n.removeEventListener("keydown",r),e)};function Mw(t){return my(t)&&!jC()}function VN(t,e,n={}){const[r,i,o]=BC(t,n),a=c=>{const f=c.currentTarget;if(!Mw(c)||fd.has(f))return;fd.add(f);const p=e(c),y=(E,I)=>{window.removeEventListener("pointerup",g),window.removeEventListener("pointercancel",T),!(!Mw(E)||!fd.has(f))&&(fd.delete(f),typeof p=="function"&&p(E,{success:I}))},g=E=>{y(E,n.useGlobalTarget||$C(f,E.target))},T=E=>{y(E,!1)};window.addEventListener("pointerup",g,i),window.addEventListener("pointercancel",T,i)};return r.forEach(c=>{!BN(c)&&c.getAttribute("tabindex")===null&&(c.tabIndex=0),(n.useGlobalTarget?window:c).addEventListener("pointerdown",a,i),c.addEventListener("focus",p=>$N(p,i),i)}),o}function UN(t){return t==="x"||t==="y"?sa[t]?null:(sa[t]=!0,()=>{sa[t]=!1}):sa.x||sa.y?null:(sa.x=sa.y=!0,()=>{sa.x=sa.y=!1})}const VC=new Set(["width","height","top","left","right","bottom",...Ff]);let Vh;function HN(){Vh=void 0}const $a={now:()=>(Vh===void 0&&$a.set(Ei.isProcessing||jF.useManualTiming?Ei.timestamp:performance.now()),Vh),set:t=>{Vh=t,queueMicrotask(HN)}};function vy(t,e){t.indexOf(e)===-1&&t.push(e)}function yy(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}let by=class{constructor(){this.subscriptions=[]}add(e){return vy(this.subscriptions,e),()=>yy(this.subscriptions,e)}notify(e,n,r){const i=this.subscriptions.length;if(i)if(i===1)this.subscriptions[0](e,n,r);else for(let o=0;o<i;o++){const a=this.subscriptions[o];a&&a(e,n,r)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}};function UC(t,e){return e?t*(1e3/e):0}const Lw=30,WN=t=>!isNaN(parseFloat(t));let zN=class{constructor(e,n={}){this.version="11.18.2",this.canTrackVelocity=null,this.events={},this.updateAndNotify=(r,i=!0)=>{const o=$a.now();this.updatedAt!==o&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(r),this.current!==this.prev&&this.events.change&&this.events.change.notify(this.current),i&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.hasAnimated=!1,this.setCurrent(e),this.owner=n.owner}setCurrent(e){this.current=e,this.updatedAt=$a.now(),this.canTrackVelocity===null&&e!==void 0&&(this.canTrackVelocity=WN(this.current))}setPrevFrameValue(e=this.current){this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt}onChange(e){return process.env.NODE_ENV!=="production"&&_p(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",e)}on(e,n){this.events[e]||(this.events[e]=new by);const r=this.events[e].add(n);return e==="change"?()=>{r(),Fn.read(()=>{this.events.change.getSize()||this.stop()})}:r}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e,n){this.passiveEffect=e,this.stopPassiveEffect=n}set(e,n=!0){!n||!this.passiveEffect?this.updateAndNotify(e,n):this.passiveEffect(e,this.updateAndNotify)}setWithVelocity(e,n,r){this.set(n),this.prev=void 0,this.prevFrameValue=e,this.prevUpdatedAt=this.updatedAt-r}jump(e,n=!0){this.updateAndNotify(e),this.prev=e,this.prevUpdatedAt=this.prevFrameValue=void 0,n&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){const e=$a.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||e-this.updatedAt>Lw)return 0;const n=Math.min(this.updatedAt-this.prevUpdatedAt,Lw);return UC(parseFloat(this.current)-parseFloat(this.prevFrameValue),n)}start(e){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=e(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}};function Fd(t,e){return new zN(t,e)}function YN(t,e,n){t.hasValue(e)?t.getValue(e).set(n):t.addValue(e,Fd(n))}function GN(t,e){const n=Mp(t,e);let{transitionEnd:r={},transition:i={},...o}=n||{};o={...o,...r};for(const a in o){const c=oN(o[a]);YN(t,a,c)}}function qN(t){return!!(Bi(t)&&t.add)}function Wm(t,e){const n=t.getValue("willChange");if(qN(n))return n.add(e)}function HC(t){return t.props[bC]}const WC=(t,e,n)=>(((1-3*n+3*e)*t+(3*n-6*e))*t+3*e)*t,XN=1e-7,KN=12;function ZN(t,e,n,r,i){let o,a,c=0;do a=e+(n-e)/2,o=WC(a,r,i)-t,o>0?n=a:e=a;while(Math.abs(o)>XN&&++c<KN);return a}function qd(t,e,n,r){if(t===e&&n===r)return Ro;const i=o=>ZN(o,0,1,t,n);return o=>o===0||o===1?o:WC(i(o),e,r)}const zC=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,YC=t=>e=>1-t(1-e),GC=qd(.33,1.53,.69,.99),wy=YC(GC),qC=zC(wy),XC=t=>(t*=2)<1?.5*wy(t):.5*(2-Math.pow(2,-10*(t-1))),xy=t=>1-Math.sin(Math.acos(t)),KC=YC(xy),ZC=zC(xy),JC=t=>/^0[^.\s]+$/u.test(t);function JN(t){return typeof t=="number"?t===0:t!==null?t==="none"||t==="0"||JC(t):!0}const yd=t=>Math.round(t*1e5)/1e5,Sy=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function QN(t){return t==null}const ej=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,Ty=(t,e)=>n=>!!(typeof n=="string"&&ej.test(n)&&n.startsWith(t)||e&&!QN(n)&&Object.prototype.hasOwnProperty.call(n,e)),QC=(t,e,n)=>r=>{if(typeof r!="string")return r;const[i,o,a,c]=r.match(Sy);return{[t]:parseFloat(i),[e]:parseFloat(o),[n]:parseFloat(a),alpha:c!==void 0?parseFloat(c):1}},tj=t=>Pl(0,255,t),Bg={...Nf,transform:t=>Math.round(tj(t))},yc={test:Ty("rgb","red"),parse:QC("red","green","blue"),transform:({red:t,green:e,blue:n,alpha:r=1})=>"rgba("+Bg.transform(t)+", "+Bg.transform(e)+", "+Bg.transform(n)+", "+yd(Ld.transform(r))+")"};function nj(t){let e="",n="",r="",i="";return t.length>5?(e=t.substring(1,3),n=t.substring(3,5),r=t.substring(5,7),i=t.substring(7,9)):(e=t.substring(1,2),n=t.substring(2,3),r=t.substring(3,4),i=t.substring(4,5),e+=e,n+=n,r+=r,i+=i),{red:parseInt(e,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:i?parseInt(i,16)/255:1}}const zm={test:Ty("#"),parse:nj,transform:yc.transform},mf={test:Ty("hsl","hue"),parse:QC("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:n,alpha:r=1})=>"hsla("+Math.round(t)+", "+Ba.transform(yd(e))+", "+Ba.transform(yd(n))+", "+yd(Ld.transform(r))+")"},ji={test:t=>yc.test(t)||zm.test(t)||mf.test(t),parse:t=>yc.test(t)?yc.parse(t):mf.test(t)?mf.parse(t):zm.parse(t),transform:t=>typeof t=="string"?t:t.hasOwnProperty("red")?yc.transform(t):mf.transform(t)},rj=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function ij(t){var e,n;return isNaN(t)&&typeof t=="string"&&(((e=t.match(Sy))===null||e===void 0?void 0:e.length)||0)+(((n=t.match(rj))===null||n===void 0?void 0:n.length)||0)>0}const eE="number",tE="color",oj="var",sj="var(",Fw="${}",aj=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function Nd(t){const e=t.toString(),n=[],r={color:[],number:[],var:[]},i=[];let o=0;const c=e.replace(aj,f=>(ji.test(f)?(r.color.push(o),i.push(tE),n.push(ji.parse(f))):f.startsWith(sj)?(r.var.push(o),i.push(oj),n.push(f)):(r.number.push(o),i.push(eE),n.push(parseFloat(f))),++o,Fw)).split(Fw);return{values:n,split:c,indexes:r,types:i}}function nE(t){return Nd(t).values}function rE(t){const{split:e,types:n}=Nd(t),r=e.length;return i=>{let o="";for(let a=0;a<r;a++)if(o+=e[a],i[a]!==void 0){const c=n[a];c===eE?o+=yd(i[a]):c===tE?o+=ji.transform(i[a]):o+=i[a]}return o}}const lj=t=>typeof t=="number"?0:t;function uj(t){const e=nE(t);return rE(t)(e.map(lj))}const wu={test:ij,parse:nE,createTransformer:rE,getAnimatableNone:uj},cj=new Set(["brightness","contrast","saturate","opacity"]);function fj(t){const[e,n]=t.slice(0,-1).split("(");if(e==="drop-shadow")return t;const[r]=n.match(Sy)||[];if(!r)return t;const i=n.replace(r,"");let o=cj.has(e)?1:0;return r!==n&&(o*=100),e+"("+o+i+")"}const dj=/\b([a-z-]*)\(.*?\)/gu,Ym={...wu,getAnimatableNone:t=>{const e=t.match(dj);return e?e.map(fj).join(" "):t}},hj={...ay,color:ji,backgroundColor:ji,outlineColor:ji,fill:ji,stroke:ji,borderColor:ji,borderTopColor:ji,borderRightColor:ji,borderBottomColor:ji,borderLeftColor:ji,filter:Ym,WebkitFilter:Ym},Cy=t=>hj[t];function iE(t,e){let n=Cy(t);return n!==Ym&&(n=wu),n.getAnimatableNone?n.getAnimatableNone(e):void 0}const pj=new Set(["auto","none","0"]);function gj(t,e,n){let r=0,i;for(;r<t.length&&!i;){const o=t[r];typeof o=="string"&&!pj.has(o)&&Nd(o).values.length&&(i=t[r]),r++}if(i&&n)for(const o of e)t[o]=iE(n,i)}const Nw=t=>t===Nf||t===Ot,jw=(t,e)=>parseFloat(t.split(", ")[e]),Bw=(t,e)=>(n,{transform:r})=>{if(r==="none"||!r)return 0;const i=r.match(/^matrix3d\((.+)\)$/u);if(i)return jw(i[1],e);{const o=r.match(/^matrix\((.+)\)$/u);return o?jw(o[1],t):0}},mj=new Set(["x","y","z"]),vj=Ff.filter(t=>!mj.has(t));function yj(t){const e=[];return vj.forEach(n=>{const r=t.getValue(n);r!==void 0&&(e.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),e}const _f={width:({x:t},{paddingLeft:e="0",paddingRight:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),height:({y:t},{paddingTop:e="0",paddingBottom:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),top:(t,{top:e})=>parseFloat(e),left:(t,{left:e})=>parseFloat(e),bottom:({y:t},{top:e})=>parseFloat(e)+(t.max-t.min),right:({x:t},{left:e})=>parseFloat(e)+(t.max-t.min),x:Bw(4,13),y:Bw(5,14)};_f.translateX=_f.x;_f.translateY=_f.y;const Cc=new Set;let Gm=!1,qm=!1;function oE(){if(qm){const t=Array.from(Cc).filter(r=>r.needsMeasurement),e=new Set(t.map(r=>r.element)),n=new Map;e.forEach(r=>{const i=yj(r);i.length&&(n.set(r,i),r.render())}),t.forEach(r=>r.measureInitialState()),e.forEach(r=>{r.render();const i=n.get(r);i&&i.forEach(([o,a])=>{var c;(c=r.getValue(o))===null||c===void 0||c.set(a)})}),t.forEach(r=>r.measureEndState()),t.forEach(r=>{r.suspendedScrollY!==void 0&&window.scrollTo(0,r.suspendedScrollY)})}qm=!1,Gm=!1,Cc.forEach(t=>t.complete()),Cc.clear()}function sE(){Cc.forEach(t=>{t.readKeyframes(),t.needsMeasurement&&(qm=!0)})}function bj(){sE(),oE()}class Ey{constructor(e,n,r,i,o,a=!1){this.isComplete=!1,this.isAsync=!1,this.needsMeasurement=!1,this.isScheduled=!1,this.unresolvedKeyframes=[...e],this.onComplete=n,this.name=r,this.motionValue=i,this.element=o,this.isAsync=a}scheduleResolve(){this.isScheduled=!0,this.isAsync?(Cc.add(this),Gm||(Gm=!0,Fn.read(sE),Fn.resolveKeyframes(oE))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:e,name:n,element:r,motionValue:i}=this;for(let o=0;o<e.length;o++)if(e[o]===null)if(o===0){const a=i==null?void 0:i.get(),c=e[e.length-1];if(a!==void 0)e[0]=a;else if(r&&n){const f=r.readValue(n,c);f!=null&&(e[0]=f)}e[0]===void 0&&(e[0]=c),i&&a===void 0&&i.set(e[0])}else e[o]=e[o-1]}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(){this.isComplete=!0,this.onComplete(this.unresolvedKeyframes,this.finalKeyframe),Cc.delete(this)}cancel(){this.isComplete||(this.isScheduled=!1,Cc.delete(this))}resume(){this.isComplete||this.scheduleResolve()}}const aE=t=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(t),wj=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function xj(t){const e=wj.exec(t);if(!e)return[,];const[,n,r,i]=e;return[`--${n??r}`,i]}const Sj=4;function lE(t,e,n=1){yu(n<=Sj,`Max CSS variable fallback depth detected in property "${t}". This may indicate a circular fallback dependency.`);const[r,i]=xj(t);if(!r)return;const o=window.getComputedStyle(e).getPropertyValue(r);if(o){const a=o.trim();return aE(a)?parseFloat(a):a}return sy(i)?lE(i,e,n+1):i}const uE=t=>e=>e.test(t),Tj={test:t=>t==="auto",parse:t=>t},cE=[Nf,Ot,Ba,au,fN,cN,Tj],$w=t=>cE.find(uE(t));class fE extends Ey{constructor(e,n,r,i,o){super(e,n,r,i,o,!0)}readKeyframes(){const{unresolvedKeyframes:e,element:n,name:r}=this;if(!n||!n.current)return;super.readKeyframes();for(let f=0;f<e.length;f++){let p=e[f];if(typeof p=="string"&&(p=p.trim(),sy(p))){const y=lE(p,n.current);y!==void 0&&(e[f]=y),f===e.length-1&&(this.finalKeyframe=p)}}if(this.resolveNoneKeyframes(),!VC.has(r)||e.length!==2)return;const[i,o]=e,a=$w(i),c=$w(o);if(a!==c)if(Nw(a)&&Nw(c))for(let f=0;f<e.length;f++){const p=e[f];typeof p=="string"&&(e[f]=parseFloat(p))}else this.needsMeasurement=!0}resolveNoneKeyframes(){const{unresolvedKeyframes:e,name:n}=this,r=[];for(let i=0;i<e.length;i++)JN(e[i])&&r.push(i);r.length&&gj(e,r,n)}measureInitialState(){const{element:e,unresolvedKeyframes:n,name:r}=this;if(!e||!e.current)return;r==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=_f[r](e.measureViewportBox(),window.getComputedStyle(e.current)),n[0]=this.measuredOrigin;const i=n[n.length-1];i!==void 0&&e.getValue(r,i).jump(i,!1)}measureEndState(){var e;const{element:n,name:r,unresolvedKeyframes:i}=this;if(!n||!n.current)return;const o=n.getValue(r);o&&o.jump(this.measuredOrigin,!1);const a=i.length-1,c=i[a];i[a]=_f[r](n.measureViewportBox(),window.getComputedStyle(n.current)),c!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=c),!((e=this.removedTransforms)===null||e===void 0)&&e.length&&this.removedTransforms.forEach(([f,p])=>{n.getValue(f).set(p)}),this.resolveNoneKeyframes()}}const Vw=(t,e)=>e==="zIndex"?!1:!!(typeof t=="number"||Array.isArray(t)||typeof t=="string"&&(wu.test(t)||t==="0")&&!t.startsWith("url("));function Cj(t){const e=t[0];if(t.length===1)return!0;for(let n=0;n<t.length;n++)if(t[n]!==e)return!0}function Ej(t,e,n,r){const i=t[0];if(i===null)return!1;if(e==="display"||e==="visibility")return!0;const o=t[t.length-1],a=Vw(i,e),c=Vw(o,e);return Lf(a===c,`You are trying to animate ${e} from "${i}" to "${o}". ${i} is not an animatable value - to enable this animation set ${i} to a value animatable to ${o} via the \`style\` property.`),!a||!c?!1:Cj(t)||(n==="spring"||py(n))&&r}const kj=t=>t!==null;function Lp(t,{repeat:e,repeatType:n="loop"},r){const i=t.filter(kj),o=e&&n!=="loop"&&e%2===1?0:i.length-1;return!o||r===void 0?i[o]:r}const Dj=40;class dE{constructor({autoplay:e=!0,delay:n=0,type:r="keyframes",repeat:i=0,repeatDelay:o=0,repeatType:a="loop",...c}){this.isStopped=!1,this.hasAttemptedResolve=!1,this.createdAt=$a.now(),this.options={autoplay:e,delay:n,type:r,repeat:i,repeatDelay:o,repeatType:a,...c},this.updateFinishedPromise()}calcStartTime(){return this.resolvedAt?this.resolvedAt-this.createdAt>Dj?this.resolvedAt:this.createdAt:this.createdAt}get resolved(){return!this._resolved&&!this.hasAttemptedResolve&&bj(),this._resolved}onKeyframesResolved(e,n){this.resolvedAt=$a.now(),this.hasAttemptedResolve=!0;const{name:r,type:i,velocity:o,delay:a,onComplete:c,onUpdate:f,isGenerator:p}=this.options;if(!p&&!Ej(e,r,i,o))if(a)this.options.duration=0;else{f&&f(Lp(e,this.options,n)),c&&c(),this.resolveFinishedPromise();return}const y=this.initPlayback(e,n);y!==!1&&(this._resolved={keyframes:e,finalKeyframe:n,...y},this.onPostResolved())}onPostResolved(){}then(e,n){return this.currentFinishedPromise.then(e,n)}flatten(){this.options.type="keyframes",this.options.ease="linear"}updateFinishedPromise(){this.currentFinishedPromise=new Promise(e=>{this.resolveFinishedPromise=e})}}const Kn=(t,e,n)=>t+(e-t)*n;function $g(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+(e-t)*6*n:n<1/2?e:n<2/3?t+(e-t)*(2/3-n)*6:t}function Pj({hue:t,saturation:e,lightness:n,alpha:r}){t/=360,e/=100,n/=100;let i=0,o=0,a=0;if(!e)i=o=a=n;else{const c=n<.5?n*(1+e):n+e-n*e,f=2*n-c;i=$g(f,c,t+1/3),o=$g(f,c,t),a=$g(f,c,t-1/3)}return{red:Math.round(i*255),green:Math.round(o*255),blue:Math.round(a*255),alpha:r}}function lp(t,e){return n=>n>0?e:t}const Vg=(t,e,n)=>{const r=t*t,i=n*(e*e-r)+r;return i<0?0:Math.sqrt(i)},Oj=[zm,yc,mf],_j=t=>Oj.find(e=>e.test(t));function Uw(t){const e=_j(t);if(Lf(!!e,`'${t}' is not an animatable color. Use the equivalent color code instead.`),!e)return!1;let n=e.parse(t);return e===mf&&(n=Pj(n)),n}const Hw=(t,e)=>{const n=Uw(t),r=Uw(e);if(!n||!r)return lp(t,e);const i={...n};return o=>(i.red=Vg(n.red,r.red,o),i.green=Vg(n.green,r.green,o),i.blue=Vg(n.blue,r.blue,o),i.alpha=Kn(n.alpha,r.alpha,o),yc.transform(i))},Rj=(t,e)=>n=>e(t(n)),Xd=(...t)=>t.reduce(Rj),Xm=new Set(["none","hidden"]);function Ij(t,e){return Xm.has(t)?n=>n<=0?t:e:n=>n>=1?e:t}function Aj(t,e){return n=>Kn(t,e,n)}function ky(t){return typeof t=="number"?Aj:typeof t=="string"?sy(t)?lp:ji.test(t)?Hw:Fj:Array.isArray(t)?hE:typeof t=="object"?ji.test(t)?Hw:Mj:lp}function hE(t,e){const n=[...t],r=n.length,i=t.map((o,a)=>ky(o)(o,e[a]));return o=>{for(let a=0;a<r;a++)n[a]=i[a](o);return n}}function Mj(t,e){const n={...t,...e},r={};for(const i in n)t[i]!==void 0&&e[i]!==void 0&&(r[i]=ky(t[i])(t[i],e[i]));return i=>{for(const o in r)n[o]=r[o](i);return n}}function Lj(t,e){var n;const r=[],i={color:0,var:0,number:0};for(let o=0;o<e.values.length;o++){const a=e.types[o],c=t.indexes[a][i[a]],f=(n=t.values[c])!==null&&n!==void 0?n:0;r[o]=f,i[a]++}return r}const Fj=(t,e)=>{const n=wu.createTransformer(e),r=Nd(t),i=Nd(e);return r.indexes.var.length===i.indexes.var.length&&r.indexes.color.length===i.indexes.color.length&&r.indexes.number.length>=i.indexes.number.length?Xm.has(t)&&!i.values.length||Xm.has(e)&&!r.values.length?Ij(t,e):Xd(hE(Lj(r,i),i.values),n):(Lf(!0,`Complex values '${t}' and '${e}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`),lp(t,e))};function pE(t,e,n){return typeof t=="number"&&typeof e=="number"&&typeof n=="number"?Kn(t,e,n):ky(t)(t,e)}const Nj=5;function gE(t,e,n){const r=Math.max(e-Nj,0);return UC(n-t(r),e-r)}const Xn={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1},Ww=.001;function jj({duration:t=Xn.duration,bounce:e=Xn.bounce,velocity:n=Xn.velocity,mass:r=Xn.mass}){let i,o;Lf(t<=ja(Xn.maxDuration),"Spring duration must be 10 seconds or less");let a=1-e;a=Pl(Xn.minDamping,Xn.maxDamping,a),t=Pl(Xn.minDuration,Xn.maxDuration,Cl(t)),a<1?(i=p=>{const y=p*a,g=y*t,T=y-n,E=Km(p,a),I=Math.exp(-g);return Ww-T/E*I},o=p=>{const g=p*a*t,T=g*n+n,E=Math.pow(a,2)*Math.pow(p,2)*t,I=Math.exp(-g),A=Km(Math.pow(p,2),a);return(-i(p)+Ww>0?-1:1)*((T-E)*I)/A}):(i=p=>{const y=Math.exp(-p*t),g=(p-n)*t+1;return-.001+y*g},o=p=>{const y=Math.exp(-p*t),g=(n-p)*(t*t);return y*g});const c=5/t,f=$j(i,o,c);if(t=ja(t),isNaN(f))return{stiffness:Xn.stiffness,damping:Xn.damping,duration:t};{const p=Math.pow(f,2)*r;return{stiffness:p,damping:a*2*Math.sqrt(r*p),duration:t}}}const Bj=12;function $j(t,e,n){let r=n;for(let i=1;i<Bj;i++)r=r-t(r)/e(r);return r}function Km(t,e){return t*Math.sqrt(1-e*e)}const Vj=["duration","bounce"],Uj=["stiffness","damping","mass"];function zw(t,e){return e.some(n=>t[n]!==void 0)}function Hj(t){let e={velocity:Xn.velocity,stiffness:Xn.stiffness,damping:Xn.damping,mass:Xn.mass,isResolvedFromDuration:!1,...t};if(!zw(t,Uj)&&zw(t,Vj))if(t.visualDuration){const n=t.visualDuration,r=2*Math.PI/(n*1.2),i=r*r,o=2*Pl(.05,1,1-(t.bounce||0))*Math.sqrt(i);e={...e,mass:Xn.mass,stiffness:i,damping:o}}else{const n=jj(t);e={...e,...n,mass:Xn.mass},e.isResolvedFromDuration=!0}return e}function mE(t=Xn.visualDuration,e=Xn.bounce){const n=typeof t!="object"?{visualDuration:t,keyframes:[0,1],bounce:e}:t;let{restSpeed:r,restDelta:i}=n;const o=n.keyframes[0],a=n.keyframes[n.keyframes.length-1],c={done:!1,value:o},{stiffness:f,damping:p,mass:y,duration:g,velocity:T,isResolvedFromDuration:E}=Hj({...n,velocity:-Cl(n.velocity||0)}),I=T||0,A=p/(2*Math.sqrt(f*y)),j=a-o,R=Cl(Math.sqrt(f/y)),H=Math.abs(j)<5;r||(r=H?Xn.restSpeed.granular:Xn.restSpeed.default),i||(i=H?Xn.restDelta.granular:Xn.restDelta.default);let U;if(A<1){const q=Km(R,A);U=ie=>{const x=Math.exp(-A*R*ie);return a-x*((I+A*R*j)/q*Math.sin(q*ie)+j*Math.cos(q*ie))}}else if(A===1)U=q=>a-Math.exp(-R*q)*(j+(I+R*j)*q);else{const q=R*Math.sqrt(A*A-1);U=ie=>{const x=Math.exp(-A*R*ie),le=Math.min(q*ie,300);return a-x*((I+A*R*j)*Math.sinh(le)+q*j*Math.cosh(le))/q}}const ne={calculatedDuration:E&&g||null,next:q=>{const ie=U(q);if(E)c.done=q>=g;else{let x=0;A<1&&(x=q===0?ja(I):gE(U,q,ie));const le=Math.abs(x)<=r,ae=Math.abs(a-ie)<=i;c.done=le&&ae}return c.value=c.done?a:ie,c},toString:()=>{const q=Math.min(MC(ne),Um),ie=LC(x=>ne.next(q*x).value,q,30);return q+"ms "+ie}};return ne}function Yw({keyframes:t,velocity:e=0,power:n=.8,timeConstant:r=325,bounceDamping:i=10,bounceStiffness:o=500,modifyTarget:a,min:c,max:f,restDelta:p=.5,restSpeed:y}){const g=t[0],T={done:!1,value:g},E=le=>c!==void 0&&le<c||f!==void 0&&le>f,I=le=>c===void 0?f:f===void 0||Math.abs(c-le)<Math.abs(f-le)?c:f;let A=n*e;const j=g+A,R=a===void 0?j:a(j);R!==j&&(A=R-g);const H=le=>-A*Math.exp(-le/r),U=le=>R+H(le),ne=le=>{const ae=H(le),ze=U(le);T.done=Math.abs(ae)<=p,T.value=T.done?R:ze};let q,ie;const x=le=>{E(T.value)&&(q=le,ie=mE({keyframes:[T.value,I(T.value)],velocity:gE(U,le,T.value),damping:i,stiffness:o,restDelta:p,restSpeed:y}))};return x(0),{calculatedDuration:null,next:le=>{let ae=!1;return!ie&&q===void 0&&(ae=!0,ne(le),x(le)),q!==void 0&&le>=q?ie.next(le-q):(!ae&&ne(le),T)}}}const Wj=qd(.42,0,1,1),zj=qd(0,0,.58,1),vE=qd(.42,0,.58,1),Yj=t=>Array.isArray(t)&&typeof t[0]!="number",Gw={linear:Ro,easeIn:Wj,easeInOut:vE,easeOut:zj,circIn:xy,circInOut:ZC,circOut:KC,backIn:wy,backInOut:qC,backOut:GC,anticipate:XC},qw=t=>{if(gy(t)){yu(t.length===4,"Cubic bezier arrays must contain four numerical values.");const[e,n,r,i]=t;return qd(e,n,r,i)}else if(typeof t=="string")return yu(Gw[t]!==void 0,`Invalid easing type '${t}'`),Gw[t];return t};function Gj(t,e,n){const r=[],i=n||pE,o=t.length-1;for(let a=0;a<o;a++){let c=i(t[a],t[a+1]);if(e){const f=Array.isArray(e)?e[a]||Ro:e;c=Xd(f,c)}r.push(c)}return r}function qj(t,e,{clamp:n=!0,ease:r,mixer:i}={}){const o=t.length;if(yu(o===e.length,"Both input and output ranges must be the same length"),o===1)return()=>e[0];if(o===2&&e[0]===e[1])return()=>e[1];const a=t[0]===t[1];t[0]>t[o-1]&&(t=[...t].reverse(),e=[...e].reverse());const c=Gj(e,r,i),f=c.length,p=y=>{if(a&&y<t[0])return e[0];let g=0;if(f>1)for(;g<t.length-2&&!(y<t[g+1]);g++);const T=Pf(t[g],t[g+1],y);return c[g](T)};return n?y=>p(Pl(t[0],t[o-1],y)):p}function Xj(t,e){const n=t[t.length-1];for(let r=1;r<=e;r++){const i=Pf(0,e,r);t.push(Kn(n,1,i))}}function Kj(t){const e=[0];return Xj(e,t.length-1),e}function Zj(t,e){return t.map(n=>n*e)}function Jj(t,e){return t.map(()=>e||vE).splice(0,t.length-1)}function up({duration:t=300,keyframes:e,times:n,ease:r="easeInOut"}){const i=Yj(r)?r.map(qw):qw(r),o={done:!1,value:e[0]},a=Zj(n&&n.length===e.length?n:Kj(e),t),c=qj(a,e,{ease:Array.isArray(i)?i:Jj(e,i)});return{calculatedDuration:t,next:f=>(o.value=c(f),o.done=f>=t,o)}}const Qj=t=>{const e=({timestamp:n})=>t(n);return{start:()=>Fn.update(e,!0),stop:()=>bu(e),now:()=>Ei.isProcessing?Ei.timestamp:$a.now()}},eB={decay:Yw,inertia:Yw,tween:up,keyframes:up,spring:mE},tB=t=>t/100;class Dy extends dE{constructor(e){super(e),this.holdTime=null,this.cancelTime=null,this.currentTime=0,this.playbackSpeed=1,this.pendingPlayState="running",this.startTime=null,this.state="idle",this.stop=()=>{if(this.resolver.cancel(),this.isStopped=!0,this.state==="idle")return;this.teardown();const{onStop:f}=this.options;f&&f()};const{name:n,motionValue:r,element:i,keyframes:o}=this.options,a=(i==null?void 0:i.KeyframeResolver)||Ey,c=(f,p)=>this.onKeyframesResolved(f,p);this.resolver=new a(o,c,n,r,i),this.resolver.scheduleResolve()}flatten(){super.flatten(),this._resolved&&Object.assign(this._resolved,this.initPlayback(this._resolved.keyframes))}initPlayback(e){const{type:n="keyframes",repeat:r=0,repeatDelay:i=0,repeatType:o,velocity:a=0}=this.options,c=py(n)?n:eB[n]||up;let f,p;c!==up&&typeof e[0]!="number"&&(process.env.NODE_ENV!=="production"&&yu(e.length===2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${e}`),f=Xd(tB,pE(e[0],e[1])),e=[0,100]);const y=c({...this.options,keyframes:e});o==="mirror"&&(p=c({...this.options,keyframes:[...e].reverse(),velocity:-a})),y.calculatedDuration===null&&(y.calculatedDuration=MC(y));const{calculatedDuration:g}=y,T=g+i,E=T*(r+1)-i;return{generator:y,mirroredGenerator:p,mapPercentToKeyframes:f,calculatedDuration:g,resolvedDuration:T,totalDuration:E}}onPostResolved(){const{autoplay:e=!0}=this.options;this.play(),this.pendingPlayState==="paused"||!e?this.pause():this.state=this.pendingPlayState}tick(e,n=!1){const{resolved:r}=this;if(!r){const{keyframes:le}=this.options;return{done:!0,value:le[le.length-1]}}const{finalKeyframe:i,generator:o,mirroredGenerator:a,mapPercentToKeyframes:c,keyframes:f,calculatedDuration:p,totalDuration:y,resolvedDuration:g}=r;if(this.startTime===null)return o.next(0);const{delay:T,repeat:E,repeatType:I,repeatDelay:A,onUpdate:j}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,e):this.speed<0&&(this.startTime=Math.min(e-y/this.speed,this.startTime)),n?this.currentTime=e:this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=Math.round(e-this.startTime)*this.speed;const R=this.currentTime-T*(this.speed>=0?1:-1),H=this.speed>=0?R<0:R>y;this.currentTime=Math.max(R,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=y);let U=this.currentTime,ne=o;if(E){const le=Math.min(this.currentTime,y)/g;let ae=Math.floor(le),ze=le%1;!ze&&le>=1&&(ze=1),ze===1&&ae--,ae=Math.min(ae,E+1),!!(ae%2)&&(I==="reverse"?(ze=1-ze,A&&(ze-=A/g)):I==="mirror"&&(ne=a)),U=Pl(0,1,ze)*g}const q=H?{done:!1,value:f[0]}:ne.next(U);c&&(q.value=c(q.value));let{done:ie}=q;!H&&p!==null&&(ie=this.speed>=0?this.currentTime>=y:this.currentTime<=0);const x=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&ie);return x&&i!==void 0&&(q.value=Lp(f,this.options,i)),j&&j(q.value),x&&this.finish(),q}get duration(){const{resolved:e}=this;return e?Cl(e.calculatedDuration):0}get time(){return Cl(this.currentTime)}set time(e){e=ja(e),this.currentTime=e,this.holdTime!==null||this.speed===0?this.holdTime=e:this.driver&&(this.startTime=this.driver.now()-e/this.speed)}get speed(){return this.playbackSpeed}set speed(e){const n=this.playbackSpeed!==e;this.playbackSpeed=e,n&&(this.time=Cl(this.currentTime))}play(){if(this.resolver.isScheduled||this.resolver.resume(),!this._resolved){this.pendingPlayState="running";return}if(this.isStopped)return;const{driver:e=Qj,onPlay:n,startTime:r}=this.options;this.driver||(this.driver=e(o=>this.tick(o))),n&&n();const i=this.driver.now();this.holdTime!==null?this.startTime=i-this.holdTime:this.startTime?this.state==="finished"&&(this.startTime=i):this.startTime=r??this.calcStartTime(),this.state==="finished"&&this.updateFinishedPromise(),this.cancelTime=this.startTime,this.holdTime=null,this.state="running",this.driver.start()}pause(){var e;if(!this._resolved){this.pendingPlayState="paused";return}this.state="paused",this.holdTime=(e=this.currentTime)!==null&&e!==void 0?e:0}complete(){this.state!=="running"&&this.play(),this.pendingPlayState=this.state="finished",this.holdTime=null}finish(){this.teardown(),this.state="finished";const{onComplete:e}=this.options;e&&e()}cancel(){this.cancelTime!==null&&this.tick(this.cancelTime),this.teardown(),this.updateFinishedPromise()}teardown(){this.state="idle",this.stopDriver(),this.resolveFinishedPromise(),this.updateFinishedPromise(),this.startTime=this.cancelTime=null,this.resolver.cancel()}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(e){return this.startTime=0,this.tick(e,!0)}}const nB=new Set(["opacity","clipPath","filter","transform"]);function rB(t,e,n,{delay:r=0,duration:i=300,repeat:o=0,repeatType:a="loop",ease:c="easeInOut",times:f}={}){const p={[e]:n};f&&(p.offset=f);const y=NC(c,i);return Array.isArray(y)&&(p.easing=y),t.animate(p,{delay:r,duration:i,easing:Array.isArray(y)?"linear":y,fill:"both",iterations:o+1,direction:a==="reverse"?"alternate":"normal"})}const iB=Qv(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),cp=10,oB=2e4;function sB(t){return py(t.type)||t.type==="spring"||!FC(t.ease)}function aB(t,e){const n=new Dy({...e,keyframes:t,repeat:0,delay:0,isGenerator:!0});let r={done:!1,value:t[0]};const i=[];let o=0;for(;!r.done&&o<oB;)r=n.sample(o),i.push(r.value),o+=cp;return{times:void 0,keyframes:i,duration:o-cp,ease:"linear"}}const yE={anticipate:XC,backInOut:qC,circInOut:ZC};function lB(t){return t in yE}class Xw extends dE{constructor(e){super(e);const{name:n,motionValue:r,element:i,keyframes:o}=this.options;this.resolver=new fE(o,(a,c)=>this.onKeyframesResolved(a,c),n,r,i),this.resolver.scheduleResolve()}initPlayback(e,n){let{duration:r=300,times:i,ease:o,type:a,motionValue:c,name:f,startTime:p}=this.options;if(!c.owner||!c.owner.current)return!1;if(typeof o=="string"&&ap()&&lB(o)&&(o=yE[o]),sB(this.options)){const{onComplete:g,onUpdate:T,motionValue:E,element:I,...A}=this.options,j=aB(e,A);e=j.keyframes,e.length===1&&(e[1]=e[0]),r=j.duration,i=j.times,o=j.ease,a="keyframes"}const y=rB(c.owner.current,f,e,{...this.options,duration:r,times:i,ease:o});return y.startTime=p??this.calcStartTime(),this.pendingTimeline?(Rw(y,this.pendingTimeline),this.pendingTimeline=void 0):y.onfinish=()=>{const{onComplete:g}=this.options;c.set(Lp(e,this.options,n)),g&&g(),this.cancel(),this.resolveFinishedPromise()},{animation:y,duration:r,times:i,type:a,ease:o,keyframes:e}}get duration(){const{resolved:e}=this;if(!e)return 0;const{duration:n}=e;return Cl(n)}get time(){const{resolved:e}=this;if(!e)return 0;const{animation:n}=e;return Cl(n.currentTime||0)}set time(e){const{resolved:n}=this;if(!n)return;const{animation:r}=n;r.currentTime=ja(e)}get speed(){const{resolved:e}=this;if(!e)return 1;const{animation:n}=e;return n.playbackRate}set speed(e){const{resolved:n}=this;if(!n)return;const{animation:r}=n;r.playbackRate=e}get state(){const{resolved:e}=this;if(!e)return"idle";const{animation:n}=e;return n.playState}get startTime(){const{resolved:e}=this;if(!e)return null;const{animation:n}=e;return n.startTime}attachTimeline(e){if(!this._resolved)this.pendingTimeline=e;else{const{resolved:n}=this;if(!n)return Ro;const{animation:r}=n;Rw(r,e)}return Ro}play(){if(this.isStopped)return;const{resolved:e}=this;if(!e)return;const{animation:n}=e;n.playState==="finished"&&this.updateFinishedPromise(),n.play()}pause(){const{resolved:e}=this;if(!e)return;const{animation:n}=e;n.pause()}stop(){if(this.resolver.cancel(),this.isStopped=!0,this.state==="idle")return;this.resolveFinishedPromise(),this.updateFinishedPromise();const{resolved:e}=this;if(!e)return;const{animation:n,keyframes:r,duration:i,type:o,ease:a,times:c}=e;if(n.playState==="idle"||n.playState==="finished")return;if(this.time){const{motionValue:p,onUpdate:y,onComplete:g,element:T,...E}=this.options,I=new Dy({...E,keyframes:r,duration:i,type:o,ease:a,times:c,isGenerator:!0}),A=ja(this.time);p.setWithVelocity(I.sample(A-cp).value,I.sample(A).value,cp)}const{onStop:f}=this.options;f&&f(),this.cancel()}complete(){const{resolved:e}=this;e&&e.animation.finish()}cancel(){const{resolved:e}=this;e&&e.animation.cancel()}static supports(e){const{motionValue:n,name:r,repeatDelay:i,repeatType:o,damping:a,type:c}=e;if(!n||!n.owner||!(n.owner.current instanceof HTMLElement))return!1;const{onUpdate:f,transformTemplate:p}=n.owner.getProps();return iB()&&r&&nB.has(r)&&!f&&!p&&!i&&o!=="mirror"&&a!==0&&c!=="inertia"}}const uB={type:"spring",stiffness:500,damping:25,restSpeed:10},cB=t=>({type:"spring",stiffness:550,damping:t===0?2*Math.sqrt(550):30,restSpeed:10}),fB={type:"keyframes",duration:.8},dB={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},hB=(t,{keyframes:e})=>e.length>2?fB:Rc.has(t)?t.startsWith("scale")?cB(e[1]):uB:dB;function pB({when:t,delay:e,delayChildren:n,staggerChildren:r,staggerDirection:i,repeat:o,repeatType:a,repeatDelay:c,from:f,elapsed:p,...y}){return!!Object.keys(y).length}const Py=(t,e,n,r={},i,o)=>a=>{const c=hy(r,t)||{},f=c.delay||r.delay||0;let{elapsed:p=0}=r;p=p-ja(f);let y={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:e.getVelocity(),...c,delay:-p,onUpdate:T=>{e.set(T),c.onUpdate&&c.onUpdate(T)},onComplete:()=>{a(),c.onComplete&&c.onComplete()},name:t,motionValue:e,element:o?void 0:i};pB(c)||(y={...y,...hB(t,y)}),y.duration&&(y.duration=ja(y.duration)),y.repeatDelay&&(y.repeatDelay=ja(y.repeatDelay)),y.from!==void 0&&(y.keyframes[0]=y.from);let g=!1;if((y.type===!1||y.duration===0&&!y.repeatDelay)&&(y.duration=0,y.delay===0&&(g=!0)),g&&!o&&e.get()!==void 0){const T=Lp(y.keyframes,c);if(T!==void 0)return Fn.update(()=>{y.onUpdate(T),y.onComplete()}),new AN([])}return!o&&Xw.supports(y)?new Xw(y):new Dy(y)};function gB({protectedKeys:t,needsAnimating:e},n){const r=t.hasOwnProperty(n)&&e[n]!==!0;return e[n]=!1,r}function bE(t,e,{delay:n=0,transitionOverride:r,type:i}={}){var o;let{transition:a=t.getDefaultTransition(),transitionEnd:c,...f}=e;r&&(a=r);const p=[],y=i&&t.animationState&&t.animationState.getState()[i];for(const g in f){const T=t.getValue(g,(o=t.latestValues[g])!==null&&o!==void 0?o:null),E=f[g];if(E===void 0||y&&gB(y,g))continue;const I={delay:n,...hy(a||{},g)};let A=!1;if(window.MotionHandoffAnimation){const R=HC(t);if(R){const H=window.MotionHandoffAnimation(R,g,Fn);H!==null&&(I.startTime=H,A=!0)}}Wm(t,g),T.start(Py(g,T,E,t.shouldReduceMotion&&VC.has(g)?{type:!1}:I,t,A));const j=T.animation;j&&p.push(j)}return c&&Promise.all(p).then(()=>{Fn.update(()=>{c&&GN(t,c)})}),p}function Zm(t,e,n={}){var r;const i=Mp(t,e,n.type==="exit"?(r=t.presenceContext)===null||r===void 0?void 0:r.custom:void 0);let{transition:o=t.getDefaultTransition()||{}}=i||{};n.transitionOverride&&(o=n.transitionOverride);const a=i?()=>Promise.all(bE(t,i,n)):()=>Promise.resolve(),c=t.variantChildren&&t.variantChildren.size?(p=0)=>{const{delayChildren:y=0,staggerChildren:g,staggerDirection:T}=o;return mB(t,e,y+p,g,T,n)}:()=>Promise.resolve(),{when:f}=o;if(f){const[p,y]=f==="beforeChildren"?[a,c]:[c,a];return p().then(()=>y())}else return Promise.all([a(),c(n.delay)])}function mB(t,e,n=0,r=0,i=1,o){const a=[],c=(t.variantChildren.size-1)*r,f=i===1?(p=0)=>p*r:(p=0)=>c-p*r;return Array.from(t.variantChildren).sort(vB).forEach((p,y)=>{p.notify("AnimationStart",e),a.push(Zm(p,e,{...o,delay:n+f(y)}).then(()=>p.notify("AnimationComplete",e)))}),Promise.all(a)}function vB(t,e){return t.sortNodePosition(e)}function yB(t,e,n={}){t.notify("AnimationStart",e);let r;if(Array.isArray(e)){const i=e.map(o=>Zm(t,o,n));r=Promise.all(i)}else if(typeof e=="string")r=Zm(t,e,n);else{const i=typeof e=="function"?Mp(t,e,n.custom):e;r=Promise.all(bE(t,i,n))}return r.then(()=>{t.notify("AnimationComplete",e)})}const bB=ty.length;function wE(t){if(!t)return;if(!t.isControllingVariants){const n=t.parent?wE(t.parent)||{}:{};return t.props.initial!==void 0&&(n.initial=t.props.initial),n}const e={};for(let n=0;n<bB;n++){const r=ty[n],i=t.props[r];(Md(i)||i===!1)&&(e[r]=i)}return e}const wB=[...ey].reverse(),xB=ey.length;function SB(t){return e=>Promise.all(e.map(({animation:n,options:r})=>yB(t,n,r)))}function TB(t){let e=SB(t),n=Kw(),r=!0;const i=f=>(p,y)=>{var g;const T=Mp(t,y,f==="exit"?(g=t.presenceContext)===null||g===void 0?void 0:g.custom:void 0);if(T){const{transition:E,transitionEnd:I,...A}=T;p={...p,...A,...I}}return p};function o(f){e=f(t)}function a(f){const{props:p}=t,y=wE(t.parent)||{},g=[],T=new Set;let E={},I=1/0;for(let j=0;j<xB;j++){const R=wB[j],H=n[R],U=p[R]!==void 0?p[R]:y[R],ne=Md(U),q=R===f?H.isActive:null;q===!1&&(I=j);let ie=U===y[R]&&U!==p[R]&&ne;if(ie&&r&&t.manuallyAnimateOnMount&&(ie=!1),H.protectedKeys={...E},!H.isActive&&q===null||!U&&!H.prevProp||Ip(U)||typeof U=="boolean")continue;const x=CB(H.prevProp,U);let le=x||R===f&&H.isActive&&!ie&&ne||j>I&&ne,ae=!1;const ze=Array.isArray(U)?U:[U];let tt=ze.reduce(i(R),{});q===!1&&(tt={});const{prevResolvedValues:Qe={}}=H,et={...Qe,...tt},Ye=Ce=>{le=!0,T.has(Ce)&&(ae=!0,T.delete(Ce)),H.needsAnimating[Ce]=!0;const Oe=t.getValue(Ce);Oe&&(Oe.liveStyle=!1)};for(const Ce in et){const Oe=tt[Ce],Ne=Qe[Ce];if(E.hasOwnProperty(Ce))continue;let me=!1;Vm(Oe)&&Vm(Ne)?me=!AC(Oe,Ne):me=Oe!==Ne,me?Oe!=null?Ye(Ce):T.add(Ce):Oe!==void 0&&T.has(Ce)?Ye(Ce):H.protectedKeys[Ce]=!0}H.prevProp=U,H.prevResolvedValues=tt,H.isActive&&(E={...E,...tt}),r&&t.blockInitialAnimation&&(le=!1),le&&(!(ie&&x)||ae)&&g.push(...ze.map(Ce=>({animation:Ce,options:{type:R}})))}if(T.size){const j={};T.forEach(R=>{const H=t.getBaseTarget(R),U=t.getValue(R);U&&(U.liveStyle=!0),j[R]=H??null}),g.push({animation:j})}let A=!!g.length;return r&&(p.initial===!1||p.initial===p.animate)&&!t.manuallyAnimateOnMount&&(A=!1),r=!1,A?e(g):Promise.resolve()}function c(f,p){var y;if(n[f].isActive===p)return Promise.resolve();(y=t.variantChildren)===null||y===void 0||y.forEach(T=>{var E;return(E=T.animationState)===null||E===void 0?void 0:E.setActive(f,p)}),n[f].isActive=p;const g=a(f);for(const T in n)n[T].protectedKeys={};return g}return{animateChanges:a,setActive:c,setAnimateFunction:o,getState:()=>n,reset:()=>{n=Kw(),r=!0}}}function CB(t,e){return typeof e=="string"?e!==t:Array.isArray(e)?!AC(e,t):!1}function ac(t=!1){return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function Kw(){return{animate:ac(!0),whileInView:ac(),whileHover:ac(),whileTap:ac(),whileDrag:ac(),whileFocus:ac(),exit:ac()}}let ku=class{constructor(e){this.isMounted=!1,this.node=e}update(){}},EB=class extends ku{constructor(e){super(e),e.animationState||(e.animationState=TB(e))}updateAnimationControlsSubscription(){const{animate:e}=this.node.getProps();Ip(e)&&(this.unmountControls=e.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:e}=this.node.getProps(),{animate:n}=this.node.prevProps||{};e!==n&&this.updateAnimationControlsSubscription()}unmount(){var e;this.node.animationState.reset(),(e=this.unmountControls)===null||e===void 0||e.call(this)}},kB=0,DB=class extends ku{constructor(){super(...arguments),this.id=kB++}update(){if(!this.node.presenceContext)return;const{isPresent:e,onExitComplete:n}=this.node.presenceContext,{isPresent:r}=this.node.prevPresenceContext||{};if(!this.node.animationState||e===r)return;const i=this.node.animationState.setActive("exit",!e);n&&!e&&i.then(()=>n(this.id))}mount(){const{register:e}=this.node.presenceContext||{};e&&(this.unmount=e(this.id))}unmount(){}};const PB={animation:{Feature:EB},exit:{Feature:DB}};function jd(t,e,n,r={passive:!0}){return t.addEventListener(e,n,r),()=>t.removeEventListener(e,n)}function Kd(t){return{point:{x:t.pageX,y:t.pageY}}}const OB=t=>e=>my(e)&&t(e,Kd(e));function bd(t,e,n,r){return jd(t,e,OB(n),r)}const Zw=(t,e)=>Math.abs(t-e);function _B(t,e){const n=Zw(t.x,e.x),r=Zw(t.y,e.y);return Math.sqrt(n**2+r**2)}let xE=class{constructor(e,n,{transformPagePoint:r,contextWindow:i,dragSnapToOrigin:o=!1}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const g=Hg(this.lastMoveEventInfo,this.history),T=this.startEvent!==null,E=_B(g.offset,{x:0,y:0})>=3;if(!T&&!E)return;const{point:I}=g,{timestamp:A}=Ei;this.history.push({...I,timestamp:A});const{onStart:j,onMove:R}=this.handlers;T||(j&&j(this.lastMoveEvent,g),this.startEvent=this.lastMoveEvent),R&&R(this.lastMoveEvent,g)},this.handlePointerMove=(g,T)=>{this.lastMoveEvent=g,this.lastMoveEventInfo=Ug(T,this.transformPagePoint),Fn.update(this.updatePoint,!0)},this.handlePointerUp=(g,T)=>{this.end();const{onEnd:E,onSessionEnd:I,resumeAnimation:A}=this.handlers;if(this.dragSnapToOrigin&&A&&A(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const j=Hg(g.type==="pointercancel"?this.lastMoveEventInfo:Ug(T,this.transformPagePoint),this.history);this.startEvent&&E&&E(g,j),I&&I(g,j)},!my(e))return;this.dragSnapToOrigin=o,this.handlers=n,this.transformPagePoint=r,this.contextWindow=i||window;const a=Kd(e),c=Ug(a,this.transformPagePoint),{point:f}=c,{timestamp:p}=Ei;this.history=[{...f,timestamp:p}];const{onSessionStart:y}=n;y&&y(e,Hg(c,this.history)),this.removeListeners=Xd(bd(this.contextWindow,"pointermove",this.handlePointerMove),bd(this.contextWindow,"pointerup",this.handlePointerUp),bd(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),bu(this.updatePoint)}};function Ug(t,e){return e?{point:e(t.point)}:t}function Jw(t,e){return{x:t.x-e.x,y:t.y-e.y}}function Hg({point:t},e){return{point:t,delta:Jw(t,SE(e)),offset:Jw(t,RB(e)),velocity:IB(e,.1)}}function RB(t){return t[0]}function SE(t){return t[t.length-1]}function IB(t,e){if(t.length<2)return{x:0,y:0};let n=t.length-1,r=null;const i=SE(t);for(;n>=0&&(r=t[n],!(i.timestamp-r.timestamp>ja(e)));)n--;if(!r)return{x:0,y:0};const o=Cl(i.timestamp-r.timestamp);if(o===0)return{x:0,y:0};const a={x:(i.x-r.x)/o,y:(i.y-r.y)/o};return a.x===1/0&&(a.x=0),a.y===1/0&&(a.y=0),a}const TE=1e-4,AB=1-TE,MB=1+TE,CE=.01,LB=0-CE,FB=0+CE;function es(t){return t.max-t.min}function NB(t,e,n){return Math.abs(t-e)<=n}function Qw(t,e,n,r=.5){t.origin=r,t.originPoint=Kn(e.min,e.max,t.origin),t.scale=es(n)/es(e),t.translate=Kn(n.min,n.max,t.origin)-t.originPoint,(t.scale>=AB&&t.scale<=MB||isNaN(t.scale))&&(t.scale=1),(t.translate>=LB&&t.translate<=FB||isNaN(t.translate))&&(t.translate=0)}function wd(t,e,n,r){Qw(t.x,e.x,n.x,r?r.originX:void 0),Qw(t.y,e.y,n.y,r?r.originY:void 0)}function ex(t,e,n){t.min=n.min+e.min,t.max=t.min+es(e)}function jB(t,e,n){ex(t.x,e.x,n.x),ex(t.y,e.y,n.y)}function tx(t,e,n){t.min=e.min-n.min,t.max=t.min+es(e)}function xd(t,e,n){tx(t.x,e.x,n.x),tx(t.y,e.y,n.y)}function BB(t,{min:e,max:n},r){return e!==void 0&&t<e?t=r?Kn(e,t,r.min):Math.max(t,e):n!==void 0&&t>n&&(t=r?Kn(n,t,r.max):Math.min(t,n)),t}function nx(t,e,n){return{min:e!==void 0?t.min+e:void 0,max:n!==void 0?t.max+n-(t.max-t.min):void 0}}function $B(t,{top:e,left:n,bottom:r,right:i}){return{x:nx(t.x,n,i),y:nx(t.y,e,r)}}function rx(t,e){let n=e.min-t.min,r=e.max-t.max;return e.max-e.min<t.max-t.min&&([n,r]=[r,n]),{min:n,max:r}}function VB(t,e){return{x:rx(t.x,e.x),y:rx(t.y,e.y)}}function UB(t,e){let n=.5;const r=es(t),i=es(e);return i>r?n=Pf(e.min,e.max-r,t.min):r>i&&(n=Pf(t.min,t.max-i,e.min)),Pl(0,1,n)}function HB(t,e){const n={};return e.min!==void 0&&(n.min=e.min-t.min),e.max!==void 0&&(n.max=e.max-t.min),n}const Jm=.35;function WB(t=Jm){return t===!1?t=0:t===!0&&(t=Jm),{x:ix(t,"left","right"),y:ix(t,"top","bottom")}}function ix(t,e,n){return{min:ox(t,e),max:ox(t,n)}}function ox(t,e){return typeof t=="number"?t:t[e]||0}const sx=()=>({translate:0,scale:1,origin:0,originPoint:0}),vf=()=>({x:sx(),y:sx()}),ax=()=>({min:0,max:0}),gr=()=>({x:ax(),y:ax()});function Ps(t){return[t("x"),t("y")]}function EE({top:t,left:e,right:n,bottom:r}){return{x:{min:e,max:n},y:{min:t,max:r}}}function zB({x:t,y:e}){return{top:e.min,right:t.max,bottom:e.max,left:t.min}}function YB(t,e){if(!e)return t;const n=e({x:t.left,y:t.top}),r=e({x:t.right,y:t.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}function Wg(t){return t===void 0||t===1}function Qm({scale:t,scaleX:e,scaleY:n}){return!Wg(t)||!Wg(e)||!Wg(n)}function fc(t){return Qm(t)||kE(t)||t.z||t.rotate||t.rotateX||t.rotateY||t.skewX||t.skewY}function kE(t){return lx(t.x)||lx(t.y)}function lx(t){return t&&t!=="0%"}function fp(t,e,n){const r=t-n,i=e*r;return n+i}function ux(t,e,n,r,i){return i!==void 0&&(t=fp(t,i,r)),fp(t,n,r)+e}function ev(t,e=0,n=1,r,i){t.min=ux(t.min,e,n,r,i),t.max=ux(t.max,e,n,r,i)}function DE(t,{x:e,y:n}){ev(t.x,e.translate,e.scale,e.originPoint),ev(t.y,n.translate,n.scale,n.originPoint)}const cx=.999999999999,fx=1.0000000000001;function GB(t,e,n,r=!1){const i=n.length;if(!i)return;e.x=e.y=1;let o,a;for(let c=0;c<i;c++){o=n[c],a=o.projectionDelta;const{visualElement:f}=o.options;f&&f.props.style&&f.props.style.display==="contents"||(r&&o.options.layoutScroll&&o.scroll&&o!==o.root&&bf(t,{x:-o.scroll.offset.x,y:-o.scroll.offset.y}),a&&(e.x*=a.x.scale,e.y*=a.y.scale,DE(t,a)),r&&fc(o.latestValues)&&bf(t,o.latestValues))}e.x<fx&&e.x>cx&&(e.x=1),e.y<fx&&e.y>cx&&(e.y=1)}function yf(t,e){t.min=t.min+e,t.max=t.max+e}function dx(t,e,n,r,i=.5){const o=Kn(t.min,t.max,i);ev(t,e,n,o,r)}function bf(t,e){dx(t.x,e.x,e.scaleX,e.scale,e.originX),dx(t.y,e.y,e.scaleY,e.scale,e.originY)}function PE(t,e){return EE(YB(t.getBoundingClientRect(),e))}function qB(t,e,n){const r=PE(t,n),{scroll:i}=e;return i&&(yf(r.x,i.offset.x),yf(r.y,i.offset.y)),r}const OE=({current:t})=>t?t.ownerDocument.defaultView:null,XB=new WeakMap;let KB=class{constructor(e){this.openDragLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=gr(),this.visualElement=e}start(e,{snapToCursor:n=!1}={}){const{presenceContext:r}=this.visualElement;if(r&&r.isPresent===!1)return;const i=y=>{const{dragSnapToOrigin:g}=this.getProps();g?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(Kd(y).point)},o=(y,g)=>{const{drag:T,dragPropagation:E,onDragStart:I}=this.getProps();if(T&&!E&&(this.openDragLock&&this.openDragLock(),this.openDragLock=UN(T),!this.openDragLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),Ps(j=>{let R=this.getAxisMotionValue(j).get()||0;if(Ba.test(R)){const{projection:H}=this.visualElement;if(H&&H.layout){const U=H.layout.layoutBox[j];U&&(R=es(U)*(parseFloat(R)/100))}}this.originPoint[j]=R}),I&&Fn.postRender(()=>I(y,g)),Wm(this.visualElement,"transform");const{animationState:A}=this.visualElement;A&&A.setActive("whileDrag",!0)},a=(y,g)=>{const{dragPropagation:T,dragDirectionLock:E,onDirectionLock:I,onDrag:A}=this.getProps();if(!T&&!this.openDragLock)return;const{offset:j}=g;if(E&&this.currentDirection===null){this.currentDirection=ZB(j),this.currentDirection!==null&&I&&I(this.currentDirection);return}this.updateAxis("x",g.point,j),this.updateAxis("y",g.point,j),this.visualElement.render(),A&&A(y,g)},c=(y,g)=>this.stop(y,g),f=()=>Ps(y=>{var g;return this.getAnimationState(y)==="paused"&&((g=this.getAxisMotionValue(y).animation)===null||g===void 0?void 0:g.play())}),{dragSnapToOrigin:p}=this.getProps();this.panSession=new xE(e,{onSessionStart:i,onStart:o,onMove:a,onSessionEnd:c,resumeAnimation:f},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:p,contextWindow:OE(this.visualElement)})}stop(e,n){const r=this.isDragging;if(this.cancel(),!r)return;const{velocity:i}=n;this.startAnimation(i);const{onDragEnd:o}=this.getProps();o&&Fn.postRender(()=>o(e,n))}cancel(){this.isDragging=!1;const{projection:e,animationState:n}=this.visualElement;e&&(e.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:r}=this.getProps();!r&&this.openDragLock&&(this.openDragLock(),this.openDragLock=null),n&&n.setActive("whileDrag",!1)}updateAxis(e,n,r){const{drag:i}=this.getProps();if(!r||!kh(e,i,this.currentDirection))return;const o=this.getAxisMotionValue(e);let a=this.originPoint[e]+r[e];this.constraints&&this.constraints[e]&&(a=BB(a,this.constraints[e],this.elastic[e])),o.set(a)}resolveConstraints(){var e;const{dragConstraints:n,dragElastic:r}=this.getProps(),i=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):(e=this.visualElement.projection)===null||e===void 0?void 0:e.layout,o=this.constraints;n&&gf(n)?this.constraints||(this.constraints=this.resolveRefConstraints()):n&&i?this.constraints=$B(i.layoutBox,n):this.constraints=!1,this.elastic=WB(r),o!==this.constraints&&i&&this.constraints&&!this.hasMutatedConstraints&&Ps(a=>{this.constraints!==!1&&this.getAxisMotionValue(a)&&(this.constraints[a]=HB(i.layoutBox[a],this.constraints[a]))})}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:n}=this.getProps();if(!e||!gf(e))return!1;const r=e.current;yu(r!==null,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");const{projection:i}=this.visualElement;if(!i||!i.layout)return!1;const o=qB(r,i.root,this.visualElement.getTransformPagePoint());let a=VB(i.layout.layoutBox,o);if(n){const c=n(zB(a));this.hasMutatedConstraints=!!c,c&&(a=EE(c))}return a}startAnimation(e){const{drag:n,dragMomentum:r,dragElastic:i,dragTransition:o,dragSnapToOrigin:a,onDragTransitionEnd:c}=this.getProps(),f=this.constraints||{},p=Ps(y=>{if(!kh(y,n,this.currentDirection))return;let g=f&&f[y]||{};a&&(g={min:0,max:0});const T=i?200:1e6,E=i?40:1e7,I={type:"inertia",velocity:r?e[y]:0,bounceStiffness:T,bounceDamping:E,timeConstant:750,restDelta:1,restSpeed:10,...o,...g};return this.startAxisValueAnimation(y,I)});return Promise.all(p).then(c)}startAxisValueAnimation(e,n){const r=this.getAxisMotionValue(e);return Wm(this.visualElement,e),r.start(Py(e,r,0,n,this.visualElement,!1))}stopAnimation(){Ps(e=>this.getAxisMotionValue(e).stop())}pauseAnimation(){Ps(e=>{var n;return(n=this.getAxisMotionValue(e).animation)===null||n===void 0?void 0:n.pause()})}getAnimationState(e){var n;return(n=this.getAxisMotionValue(e).animation)===null||n===void 0?void 0:n.state}getAxisMotionValue(e){const n=`_drag${e.toUpperCase()}`,r=this.visualElement.getProps(),i=r[n];return i||this.visualElement.getValue(e,(r.initial?r.initial[e]:void 0)||0)}snapToCursor(e){Ps(n=>{const{drag:r}=this.getProps();if(!kh(n,r,this.currentDirection))return;const{projection:i}=this.visualElement,o=this.getAxisMotionValue(n);if(i&&i.layout){const{min:a,max:c}=i.layout.layoutBox[n];o.set(e[n]-Kn(a,c,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:e,dragConstraints:n}=this.getProps(),{projection:r}=this.visualElement;if(!gf(n)||!r||!this.constraints)return;this.stopAnimation();const i={x:0,y:0};Ps(a=>{const c=this.getAxisMotionValue(a);if(c&&this.constraints!==!1){const f=c.get();i[a]=UB({min:f,max:f},this.constraints[a])}});const{transformTemplate:o}=this.visualElement.getProps();this.visualElement.current.style.transform=o?o({},""):"none",r.root&&r.root.updateScroll(),r.updateLayout(),this.resolveConstraints(),Ps(a=>{if(!kh(a,e,null))return;const c=this.getAxisMotionValue(a),{min:f,max:p}=this.constraints[a];c.set(Kn(f,p,i[a]))})}addListeners(){if(!this.visualElement.current)return;XB.set(this.visualElement,this);const e=this.visualElement.current,n=bd(e,"pointerdown",f=>{const{drag:p,dragListener:y=!0}=this.getProps();p&&y&&this.start(f)}),r=()=>{const{dragConstraints:f}=this.getProps();gf(f)&&f.current&&(this.constraints=this.resolveRefConstraints())},{projection:i}=this.visualElement,o=i.addEventListener("measure",r);i&&!i.layout&&(i.root&&i.root.updateScroll(),i.updateLayout()),Fn.read(r);const a=jd(window,"resize",()=>this.scalePositionWithinConstraints()),c=i.addEventListener("didUpdate",({delta:f,hasLayoutChanged:p})=>{this.isDragging&&p&&(Ps(y=>{const g=this.getAxisMotionValue(y);g&&(this.originPoint[y]+=f[y].translate,g.set(g.get()+f[y].translate))}),this.visualElement.render())});return()=>{a(),n(),o(),c&&c()}}getProps(){const e=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:r=!1,dragPropagation:i=!1,dragConstraints:o=!1,dragElastic:a=Jm,dragMomentum:c=!0}=e;return{...e,drag:n,dragDirectionLock:r,dragPropagation:i,dragConstraints:o,dragElastic:a,dragMomentum:c}}};function kh(t,e,n){return(e===!0||e===t)&&(n===null||n===t)}function ZB(t,e=10){let n=null;return Math.abs(t.y)>e?n="y":Math.abs(t.x)>e&&(n="x"),n}let JB=class extends ku{constructor(e){super(e),this.removeGroupControls=Ro,this.removeListeners=Ro,this.controls=new KB(e)}mount(){const{dragControls:e}=this.node.getProps();e&&(this.removeGroupControls=e.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||Ro}unmount(){this.removeGroupControls(),this.removeListeners()}};const hx=t=>(e,n)=>{t&&Fn.postRender(()=>t(e,n))};let QB=class extends ku{constructor(){super(...arguments),this.removePointerDownListener=Ro}onPointerDown(e){this.session=new xE(e,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:OE(this.node)})}createPanHandlers(){const{onPanSessionStart:e,onPanStart:n,onPan:r,onPanEnd:i}=this.node.getProps();return{onSessionStart:hx(e),onStart:hx(n),onMove:r,onEnd:(o,a)=>{delete this.session,i&&Fn.postRender(()=>i(o,a))}}}mount(){this.removePointerDownListener=bd(this.node.current,"pointerdown",e=>this.onPointerDown(e))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}};const Uh={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function px(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}const od={correct:(t,e)=>{if(!e.target)return t;if(typeof t=="string")if(Ot.test(t))t=parseFloat(t);else return t;const n=px(t,e.target.x),r=px(t,e.target.y);return`${n}% ${r}%`}},e$={correct:(t,{treeScale:e,projectionDelta:n})=>{const r=t,i=wu.parse(t);if(i.length>5)return r;const o=wu.createTransformer(t),a=typeof i[0]!="number"?1:0,c=n.x.scale*e.x,f=n.y.scale*e.y;i[0+a]/=c,i[1+a]/=f;const p=Kn(c,f,.5);return typeof i[2+a]=="number"&&(i[2+a]/=p),typeof i[3+a]=="number"&&(i[3+a]/=p),o(i)}};let t$=class extends X.Component{componentDidMount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r,layoutId:i}=this.props,{projection:o}=e;xN(n$),o&&(n.group&&n.group.add(o),r&&r.register&&i&&r.register(o),o.root.didUpdate(),o.addEventListener("animationComplete",()=>{this.safeToRemove()}),o.setOptions({...o.options,onExitComplete:()=>this.safeToRemove()})),Uh.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:n,visualElement:r,drag:i,isPresent:o}=this.props,a=r.projection;return a&&(a.isPresent=o,i||e.layoutDependency!==n||n===void 0?a.willUpdate():this.safeToRemove(),e.isPresent!==o&&(o?a.promote():a.relegate()||Fn.postRender(()=>{const c=a.getStack();(!c||!c.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),ry.postRender(()=>{!e.currentAnimation&&e.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r}=this.props,{projection:i}=e;i&&(i.scheduleCheckAfterUnmount(),n&&n.group&&n.group.remove(i),r&&r.deregister&&r.deregister(i))}safeToRemove(){const{safeToRemove:e}=this.props;e&&e()}render(){return null}};function _E(t){const[e,n]=FF(),r=X.useContext(hC);return be.jsx(t$,{...t,layoutGroup:r,switchLayoutGroup:X.useContext(wC),isPresent:e,safeToRemove:n})}const n$={borderRadius:{...od,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:od,borderTopRightRadius:od,borderBottomLeftRadius:od,borderBottomRightRadius:od,boxShadow:e$};function r$(t,e,n){const r=Bi(t)?t:Fd(t);return r.start(Py("",r,e,n)),r.animation}function i$(t){return t instanceof SVGElement&&t.tagName!=="svg"}const o$=(t,e)=>t.depth-e.depth;let s$=class{constructor(){this.children=[],this.isDirty=!1}add(e){vy(this.children,e),this.isDirty=!0}remove(e){yy(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(o$),this.isDirty=!1,this.children.forEach(e)}};function a$(t,e){const n=$a.now(),r=({timestamp:i})=>{const o=i-n;o>=e&&(bu(r),t(o-e))};return Fn.read(r,!0),()=>bu(r)}const RE=["TopLeft","TopRight","BottomLeft","BottomRight"],l$=RE.length,gx=t=>typeof t=="string"?parseFloat(t):t,mx=t=>typeof t=="number"||Ot.test(t);function u$(t,e,n,r,i,o){i?(t.opacity=Kn(0,n.opacity!==void 0?n.opacity:1,c$(r)),t.opacityExit=Kn(e.opacity!==void 0?e.opacity:1,0,f$(r))):o&&(t.opacity=Kn(e.opacity!==void 0?e.opacity:1,n.opacity!==void 0?n.opacity:1,r));for(let a=0;a<l$;a++){const c=`border${RE[a]}Radius`;let f=vx(e,c),p=vx(n,c);if(f===void 0&&p===void 0)continue;f||(f=0),p||(p=0),f===0||p===0||mx(f)===mx(p)?(t[c]=Math.max(Kn(gx(f),gx(p),r),0),(Ba.test(p)||Ba.test(f))&&(t[c]+="%")):t[c]=p}(e.rotate||n.rotate)&&(t.rotate=Kn(e.rotate||0,n.rotate||0,r))}function vx(t,e){return t[e]!==void 0?t[e]:t.borderRadius}const c$=IE(0,.5,KC),f$=IE(.5,.95,Ro);function IE(t,e,n){return r=>r<t?0:r>e?1:n(Pf(t,e,r))}function yx(t,e){t.min=e.min,t.max=e.max}function Cs(t,e){yx(t.x,e.x),yx(t.y,e.y)}function bx(t,e){t.translate=e.translate,t.scale=e.scale,t.originPoint=e.originPoint,t.origin=e.origin}function wx(t,e,n,r,i){return t-=e,t=fp(t,1/n,r),i!==void 0&&(t=fp(t,1/i,r)),t}function d$(t,e=0,n=1,r=.5,i,o=t,a=t){if(Ba.test(e)&&(e=parseFloat(e),e=Kn(a.min,a.max,e/100)-a.min),typeof e!="number")return;let c=Kn(o.min,o.max,r);t===o&&(c-=e),t.min=wx(t.min,e,n,c,i),t.max=wx(t.max,e,n,c,i)}function xx(t,e,[n,r,i],o,a){d$(t,e[n],e[r],e[i],e.scale,o,a)}const h$=["x","scaleX","originX"],p$=["y","scaleY","originY"];function Sx(t,e,n,r){xx(t.x,e,h$,n?n.x:void 0,r?r.x:void 0),xx(t.y,e,p$,n?n.y:void 0,r?r.y:void 0)}function Tx(t){return t.translate===0&&t.scale===1}function AE(t){return Tx(t.x)&&Tx(t.y)}function Cx(t,e){return t.min===e.min&&t.max===e.max}function g$(t,e){return Cx(t.x,e.x)&&Cx(t.y,e.y)}function Ex(t,e){return Math.round(t.min)===Math.round(e.min)&&Math.round(t.max)===Math.round(e.max)}function ME(t,e){return Ex(t.x,e.x)&&Ex(t.y,e.y)}function kx(t){return es(t.x)/es(t.y)}function Dx(t,e){return t.translate===e.translate&&t.scale===e.scale&&t.originPoint===e.originPoint}let m$=class{constructor(){this.members=[]}add(e){vy(this.members,e),e.scheduleRender()}remove(e){if(yy(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(e){const n=this.members.findIndex(i=>e===i);if(n===0)return!1;let r;for(let i=n;i>=0;i--){const o=this.members[i];if(o.isPresent!==!1){r=o;break}}return r?(this.promote(r),!0):!1}promote(e,n){const r=this.lead;if(e!==r&&(this.prevLead=r,this.lead=e,e.show(),r)){r.instance&&r.scheduleRender(),e.scheduleRender(),e.resumeFrom=r,n&&(e.resumeFrom.preserveOpacity=!0),r.snapshot&&(e.snapshot=r.snapshot,e.snapshot.latestValues=r.animationValues||r.latestValues),e.root&&e.root.isUpdating&&(e.isLayoutDirty=!0);const{crossfade:i}=e.options;i===!1&&r.hide()}}exitAnimationComplete(){this.members.forEach(e=>{const{options:n,resumingFrom:r}=e;n.onExitComplete&&n.onExitComplete(),r&&r.options.onExitComplete&&r.options.onExitComplete()})}scheduleRender(){this.members.forEach(e=>{e.instance&&e.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}};function v$(t,e,n){let r="";const i=t.x.translate/e.x,o=t.y.translate/e.y,a=(n==null?void 0:n.z)||0;if((i||o||a)&&(r=`translate3d(${i}px, ${o}px, ${a}px) `),(e.x!==1||e.y!==1)&&(r+=`scale(${1/e.x}, ${1/e.y}) `),n){const{transformPerspective:p,rotate:y,rotateX:g,rotateY:T,skewX:E,skewY:I}=n;p&&(r=`perspective(${p}px) ${r}`),y&&(r+=`rotate(${y}deg) `),g&&(r+=`rotateX(${g}deg) `),T&&(r+=`rotateY(${T}deg) `),E&&(r+=`skewX(${E}deg) `),I&&(r+=`skewY(${I}deg) `)}const c=t.x.scale*e.x,f=t.y.scale*e.y;return(c!==1||f!==1)&&(r+=`scale(${c}, ${f})`),r||"none"}const dc={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0},dd=typeof window<"u"&&window.MotionDebug!==void 0,zg=["","X","Y","Z"],y$={visibility:"hidden"},Px=1e3;let b$=0;function Yg(t,e,n,r){const{latestValues:i}=e;i[t]&&(n[t]=i[t],e.setStaticValue(t,0),r&&(r[t]=0))}function LE(t){if(t.hasCheckedOptimisedAppear=!0,t.root===t)return;const{visualElement:e}=t.options;if(!e)return;const n=HC(e);if(window.MotionHasOptimisedAnimation(n,"transform")){const{layout:i,layoutId:o}=t.options;window.MotionCancelOptimisedAnimation(n,"transform",Fn,!(i||o))}const{parent:r}=t;r&&!r.hasCheckedOptimisedAppear&&LE(r)}function FE({attachResizeListener:t,defaultParent:e,measureScroll:n,checkIsScrollRoot:r,resetTransform:i}){return class{constructor(a={},c=e==null?void 0:e()){this.id=b$++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,dd&&(dc.totalNodes=dc.resolvedTargetDeltas=dc.recalculatedProjection=0),this.nodes.forEach(S$),this.nodes.forEach(D$),this.nodes.forEach(P$),this.nodes.forEach(T$),dd&&window.MotionDebug.record(dc)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=a,this.root=c?c.root||c:this,this.path=c?[...c.path,c]:[],this.parent=c,this.depth=c?c.depth+1:0;for(let f=0;f<this.path.length;f++)this.path[f].shouldResetTransform=!0;this.root===this&&(this.nodes=new s$)}addEventListener(a,c){return this.eventHandlers.has(a)||this.eventHandlers.set(a,new by),this.eventHandlers.get(a).add(c)}notifyListeners(a,...c){const f=this.eventHandlers.get(a);f&&f.notify(...c)}hasListeners(a){return this.eventHandlers.has(a)}mount(a,c=this.root.hasTreeAnimated){if(this.instance)return;this.isSVG=i$(a),this.instance=a;const{layoutId:f,layout:p,visualElement:y}=this.options;if(y&&!y.current&&y.mount(a),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),c&&(p||f)&&(this.isLayoutDirty=!0),t){let g;const T=()=>this.root.updateBlockedByResize=!1;t(a,()=>{this.root.updateBlockedByResize=!0,g&&g(),g=a$(T,250),Uh.hasAnimatedSinceResize&&(Uh.hasAnimatedSinceResize=!1,this.nodes.forEach(_x))})}f&&this.root.registerSharedNode(f,this),this.options.animate!==!1&&y&&(f||p)&&this.addEventListener("didUpdate",({delta:g,hasLayoutChanged:T,hasRelativeTargetChanged:E,layout:I})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const A=this.options.transition||y.getDefaultTransition()||A$,{onLayoutAnimationStart:j,onLayoutAnimationComplete:R}=y.getProps(),H=!this.targetLayout||!ME(this.targetLayout,I)||E,U=!T&&E;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||U||T&&(H||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(g,U);const ne={...hy(A,"layout"),onPlay:j,onComplete:R};(y.shouldReduceMotion||this.options.layoutRoot)&&(ne.delay=0,ne.type=!1),this.startAnimation(ne)}else T||_x(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=I})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const a=this.getStack();a&&a.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,bu(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(O$),this.animationId++)}getTransformTemplate(){const{visualElement:a}=this.options;return a&&a.getProps().transformTemplate}willUpdate(a=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&LE(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let y=0;y<this.path.length;y++){const g=this.path[y];g.shouldResetTransform=!0,g.updateScroll("snapshot"),g.options.layoutRoot&&g.willUpdate(!1)}const{layoutId:c,layout:f}=this.options;if(c===void 0&&!f)return;const p=this.getTransformTemplate();this.prevTransformTemplateValue=p?p(this.latestValues,""):void 0,this.updateSnapshot(),a&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(Ox);return}this.isUpdating||this.nodes.forEach(E$),this.isUpdating=!1,this.nodes.forEach(k$),this.nodes.forEach(w$),this.nodes.forEach(x$),this.clearAllSnapshots();const c=$a.now();Ei.delta=Pl(0,1e3/60,c-Ei.timestamp),Ei.timestamp=c,Ei.isProcessing=!0,Ng.update.process(Ei),Ng.preRender.process(Ei),Ng.render.process(Ei),Ei.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,ry.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(C$),this.sharedNodes.forEach(_$)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,Fn.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){Fn.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure())}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let f=0;f<this.path.length;f++)this.path[f].updateScroll();const a=this.layout;this.layout=this.measure(!1),this.layoutCorrected=gr(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:c}=this.options;c&&c.notify("LayoutMeasure",this.layout.layoutBox,a?a.layoutBox:void 0)}updateScroll(a="measure"){let c=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===a&&(c=!1),c){const f=r(this.instance);this.scroll={animationId:this.root.animationId,phase:a,isRoot:f,offset:n(this.instance),wasRoot:this.scroll?this.scroll.isRoot:f}}}resetTransform(){if(!i)return;const a=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,c=this.projectionDelta&&!AE(this.projectionDelta),f=this.getTransformTemplate(),p=f?f(this.latestValues,""):void 0,y=p!==this.prevTransformTemplateValue;a&&(c||fc(this.latestValues)||y)&&(i(this.instance,p),this.shouldResetTransform=!1,this.scheduleRender())}measure(a=!0){const c=this.measurePageBox();let f=this.removeElementScroll(c);return a&&(f=this.removeTransform(f)),M$(f),{animationId:this.root.animationId,measuredBox:c,layoutBox:f,latestValues:{},source:this.id}}measurePageBox(){var a;const{visualElement:c}=this.options;if(!c)return gr();const f=c.measureViewportBox();if(!(((a=this.scroll)===null||a===void 0?void 0:a.wasRoot)||this.path.some(L$))){const{scroll:y}=this.root;y&&(yf(f.x,y.offset.x),yf(f.y,y.offset.y))}return f}removeElementScroll(a){var c;const f=gr();if(Cs(f,a),!((c=this.scroll)===null||c===void 0)&&c.wasRoot)return f;for(let p=0;p<this.path.length;p++){const y=this.path[p],{scroll:g,options:T}=y;y!==this.root&&g&&T.layoutScroll&&(g.wasRoot&&Cs(f,a),yf(f.x,g.offset.x),yf(f.y,g.offset.y))}return f}applyTransform(a,c=!1){const f=gr();Cs(f,a);for(let p=0;p<this.path.length;p++){const y=this.path[p];!c&&y.options.layoutScroll&&y.scroll&&y!==y.root&&bf(f,{x:-y.scroll.offset.x,y:-y.scroll.offset.y}),fc(y.latestValues)&&bf(f,y.latestValues)}return fc(this.latestValues)&&bf(f,this.latestValues),f}removeTransform(a){const c=gr();Cs(c,a);for(let f=0;f<this.path.length;f++){const p=this.path[f];if(!p.instance||!fc(p.latestValues))continue;Qm(p.latestValues)&&p.updateSnapshot();const y=gr(),g=p.measurePageBox();Cs(y,g),Sx(c,p.latestValues,p.snapshot?p.snapshot.layoutBox:void 0,y)}return fc(this.latestValues)&&Sx(c,this.latestValues),c}setTargetDelta(a){this.targetDelta=a,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(a){this.options={...this.options,...a,crossfade:a.crossfade!==void 0?a.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==Ei.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(a=!1){var c;const f=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=f.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=f.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=f.isSharedProjectionDirty);const p=!!this.resumingFrom||this!==f;if(!(a||p&&this.isSharedProjectionDirty||this.isProjectionDirty||!((c=this.parent)===null||c===void 0)&&c.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;const{layout:g,layoutId:T}=this.options;if(!(!this.layout||!(g||T))){if(this.resolvedRelativeTargetAt=Ei.timestamp,!this.targetDelta&&!this.relativeTarget){const E=this.getClosestProjectingParent();E&&E.layout&&this.animationProgress!==1?(this.relativeParent=E,this.forceRelativeParentToResolveTarget(),this.relativeTarget=gr(),this.relativeTargetOrigin=gr(),xd(this.relativeTargetOrigin,this.layout.layoutBox,E.layout.layoutBox),Cs(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)){if(this.target||(this.target=gr(),this.targetWithTransforms=gr()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),jB(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):Cs(this.target,this.layout.layoutBox),DE(this.target,this.targetDelta)):Cs(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const E=this.getClosestProjectingParent();E&&!!E.resumingFrom==!!this.resumingFrom&&!E.options.layoutScroll&&E.target&&this.animationProgress!==1?(this.relativeParent=E,this.forceRelativeParentToResolveTarget(),this.relativeTarget=gr(),this.relativeTargetOrigin=gr(),xd(this.relativeTargetOrigin,this.target,E.target),Cs(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}dd&&dc.resolvedTargetDeltas++}}}getClosestProjectingParent(){if(!(!this.parent||Qm(this.parent.latestValues)||kE(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var a;const c=this.getLead(),f=!!this.resumingFrom||this!==c;let p=!0;if((this.isProjectionDirty||!((a=this.parent)===null||a===void 0)&&a.isProjectionDirty)&&(p=!1),f&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(p=!1),this.resolvedRelativeTargetAt===Ei.timestamp&&(p=!1),p)return;const{layout:y,layoutId:g}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(y||g))return;Cs(this.layoutCorrected,this.layout.layoutBox);const T=this.treeScale.x,E=this.treeScale.y;GB(this.layoutCorrected,this.treeScale,this.path,f),c.layout&&!c.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(c.target=c.layout.layoutBox,c.targetWithTransforms=gr());const{target:I}=c;if(!I){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}!this.projectionDelta||!this.prevProjectionDelta?this.createProjectionDeltas():(bx(this.prevProjectionDelta.x,this.projectionDelta.x),bx(this.prevProjectionDelta.y,this.projectionDelta.y)),wd(this.projectionDelta,this.layoutCorrected,I,this.latestValues),(this.treeScale.x!==T||this.treeScale.y!==E||!Dx(this.projectionDelta.x,this.prevProjectionDelta.x)||!Dx(this.projectionDelta.y,this.prevProjectionDelta.y))&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",I)),dd&&dc.recalculatedProjection++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(a=!0){var c;if((c=this.options.visualElement)===null||c===void 0||c.scheduleRender(),a){const f=this.getStack();f&&f.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=vf(),this.projectionDelta=vf(),this.projectionDeltaWithTransform=vf()}setAnimationOrigin(a,c=!1){const f=this.snapshot,p=f?f.latestValues:{},y={...this.latestValues},g=vf();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!c;const T=gr(),E=f?f.source:void 0,I=this.layout?this.layout.source:void 0,A=E!==I,j=this.getStack(),R=!j||j.members.length<=1,H=!!(A&&!R&&this.options.crossfade===!0&&!this.path.some(I$));this.animationProgress=0;let U;this.mixTargetDelta=ne=>{const q=ne/1e3;Rx(g.x,a.x,q),Rx(g.y,a.y,q),this.setTargetDelta(g),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(xd(T,this.layout.layoutBox,this.relativeParent.layout.layoutBox),R$(this.relativeTarget,this.relativeTargetOrigin,T,q),U&&g$(this.relativeTarget,U)&&(this.isProjectionDirty=!1),U||(U=gr()),Cs(U,this.relativeTarget)),A&&(this.animationValues=y,u$(y,p,this.latestValues,q,H,R)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=q},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(a){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(bu(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=Fn.update(()=>{Uh.hasAnimatedSinceResize=!0,this.currentAnimation=r$(0,Px,{...a,onUpdate:c=>{this.mixTargetDelta(c),a.onUpdate&&a.onUpdate(c)},onComplete:()=>{a.onComplete&&a.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const a=this.getStack();a&&a.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(Px),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const a=this.getLead();let{targetWithTransforms:c,target:f,layout:p,latestValues:y}=a;if(!(!c||!f||!p)){if(this!==a&&this.layout&&p&&NE(this.options.animationType,this.layout.layoutBox,p.layoutBox)){f=this.target||gr();const g=es(this.layout.layoutBox.x);f.x.min=a.target.x.min,f.x.max=f.x.min+g;const T=es(this.layout.layoutBox.y);f.y.min=a.target.y.min,f.y.max=f.y.min+T}Cs(c,f),bf(c,y),wd(this.projectionDeltaWithTransform,this.layoutCorrected,c,y)}}registerSharedNode(a,c){this.sharedNodes.has(a)||this.sharedNodes.set(a,new m$),this.sharedNodes.get(a).add(c);const p=c.options.initialPromotionConfig;c.promote({transition:p?p.transition:void 0,preserveFollowOpacity:p&&p.shouldPreserveFollowOpacity?p.shouldPreserveFollowOpacity(c):void 0})}isLead(){const a=this.getStack();return a?a.lead===this:!0}getLead(){var a;const{layoutId:c}=this.options;return c?((a=this.getStack())===null||a===void 0?void 0:a.lead)||this:this}getPrevLead(){var a;const{layoutId:c}=this.options;return c?(a=this.getStack())===null||a===void 0?void 0:a.prevLead:void 0}getStack(){const{layoutId:a}=this.options;if(a)return this.root.sharedNodes.get(a)}promote({needsReset:a,transition:c,preserveFollowOpacity:f}={}){const p=this.getStack();p&&p.promote(this,f),a&&(this.projectionDelta=void 0,this.needsReset=!0),c&&this.setOptions({transition:c})}relegate(){const a=this.getStack();return a?a.relegate(this):!1}resetSkewAndRotation(){const{visualElement:a}=this.options;if(!a)return;let c=!1;const{latestValues:f}=a;if((f.z||f.rotate||f.rotateX||f.rotateY||f.rotateZ||f.skewX||f.skewY)&&(c=!0),!c)return;const p={};f.z&&Yg("z",a,p,this.animationValues);for(let y=0;y<zg.length;y++)Yg(`rotate${zg[y]}`,a,p,this.animationValues),Yg(`skew${zg[y]}`,a,p,this.animationValues);a.render();for(const y in p)a.setStaticValue(y,p[y]),this.animationValues&&(this.animationValues[y]=p[y]);a.scheduleRender()}getProjectionStyles(a){var c,f;if(!this.instance||this.isSVG)return;if(!this.isVisible)return y$;const p={visibility:""},y=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,p.opacity="",p.pointerEvents=$h(a==null?void 0:a.pointerEvents)||"",p.transform=y?y(this.latestValues,""):"none",p;const g=this.getLead();if(!this.projectionDelta||!this.layout||!g.target){const A={};return this.options.layoutId&&(A.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,A.pointerEvents=$h(a==null?void 0:a.pointerEvents)||""),this.hasProjected&&!fc(this.latestValues)&&(A.transform=y?y({},""):"none",this.hasProjected=!1),A}const T=g.animationValues||g.latestValues;this.applyTransformsToTarget(),p.transform=v$(this.projectionDeltaWithTransform,this.treeScale,T),y&&(p.transform=y(T,p.transform));const{x:E,y:I}=this.projectionDelta;p.transformOrigin=`${E.origin*100}% ${I.origin*100}% 0`,g.animationValues?p.opacity=g===this?(f=(c=T.opacity)!==null&&c!==void 0?c:this.latestValues.opacity)!==null&&f!==void 0?f:1:this.preserveOpacity?this.latestValues.opacity:T.opacityExit:p.opacity=g===this?T.opacity!==void 0?T.opacity:"":T.opacityExit!==void 0?T.opacityExit:0;for(const A in sp){if(T[A]===void 0)continue;const{correct:j,applyTo:R}=sp[A],H=p.transform==="none"?T[A]:j(T[A],g);if(R){const U=R.length;for(let ne=0;ne<U;ne++)p[R[ne]]=H}else p[A]=H}return this.options.layoutId&&(p.pointerEvents=g===this?$h(a==null?void 0:a.pointerEvents)||"":"none"),p}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(a=>{var c;return(c=a.currentAnimation)===null||c===void 0?void 0:c.stop()}),this.root.nodes.forEach(Ox),this.root.sharedNodes.clear()}}}function w$(t){t.updateLayout()}function x$(t){var e;const n=((e=t.resumeFrom)===null||e===void 0?void 0:e.snapshot)||t.snapshot;if(t.isLead()&&t.layout&&n&&t.hasListeners("didUpdate")){const{layoutBox:r,measuredBox:i}=t.layout,{animationType:o}=t.options,a=n.source!==t.layout.source;o==="size"?Ps(g=>{const T=a?n.measuredBox[g]:n.layoutBox[g],E=es(T);T.min=r[g].min,T.max=T.min+E}):NE(o,n.layoutBox,r)&&Ps(g=>{const T=a?n.measuredBox[g]:n.layoutBox[g],E=es(r[g]);T.max=T.min+E,t.relativeTarget&&!t.currentAnimation&&(t.isProjectionDirty=!0,t.relativeTarget[g].max=t.relativeTarget[g].min+E)});const c=vf();wd(c,r,n.layoutBox);const f=vf();a?wd(f,t.applyTransform(i,!0),n.measuredBox):wd(f,r,n.layoutBox);const p=!AE(c);let y=!1;if(!t.resumeFrom){const g=t.getClosestProjectingParent();if(g&&!g.resumeFrom){const{snapshot:T,layout:E}=g;if(T&&E){const I=gr();xd(I,n.layoutBox,T.layoutBox);const A=gr();xd(A,r,E.layoutBox),ME(I,A)||(y=!0),g.options.layoutRoot&&(t.relativeTarget=A,t.relativeTargetOrigin=I,t.relativeParent=g)}}}t.notifyListeners("didUpdate",{layout:r,snapshot:n,delta:f,layoutDelta:c,hasLayoutChanged:p,hasRelativeTargetChanged:y})}else if(t.isLead()){const{onExitComplete:r}=t.options;r&&r()}t.options.transition=void 0}function S$(t){dd&&dc.totalNodes++,t.parent&&(t.isProjecting()||(t.isProjectionDirty=t.parent.isProjectionDirty),t.isSharedProjectionDirty||(t.isSharedProjectionDirty=!!(t.isProjectionDirty||t.parent.isProjectionDirty||t.parent.isSharedProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=t.parent.isTransformDirty))}function T$(t){t.isProjectionDirty=t.isSharedProjectionDirty=t.isTransformDirty=!1}function C$(t){t.clearSnapshot()}function Ox(t){t.clearMeasurements()}function E$(t){t.isLayoutDirty=!1}function k$(t){const{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function _x(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0,t.isProjectionDirty=!0}function D$(t){t.resolveTargetDelta()}function P$(t){t.calcProjection()}function O$(t){t.resetSkewAndRotation()}function _$(t){t.removeLeadSnapshot()}function Rx(t,e,n){t.translate=Kn(e.translate,0,n),t.scale=Kn(e.scale,1,n),t.origin=e.origin,t.originPoint=e.originPoint}function Ix(t,e,n,r){t.min=Kn(e.min,n.min,r),t.max=Kn(e.max,n.max,r)}function R$(t,e,n,r){Ix(t.x,e.x,n.x,r),Ix(t.y,e.y,n.y,r)}function I$(t){return t.animationValues&&t.animationValues.opacityExit!==void 0}const A$={duration:.45,ease:[.4,0,.1,1]},Ax=t=>typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(t),Mx=Ax("applewebkit/")&&!Ax("chrome/")?Math.round:Ro;function Lx(t){t.min=Mx(t.min),t.max=Mx(t.max)}function M$(t){Lx(t.x),Lx(t.y)}function NE(t,e,n){return t==="position"||t==="preserve-aspect"&&!NB(kx(e),kx(n),.2)}function L$(t){var e;return t!==t.root&&((e=t.scroll)===null||e===void 0?void 0:e.wasRoot)}const F$=FE({attachResizeListener:(t,e)=>jd(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),Gg={current:void 0},jE=FE({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!Gg.current){const t=new F$({});t.mount(window),t.setOptions({layoutScroll:!0}),Gg.current=t}return Gg.current},resetTransform:(t,e)=>{t.style.transform=e!==void 0?e:"none"},checkIsScrollRoot:t=>window.getComputedStyle(t).position==="fixed"}),N$={pan:{Feature:QB},drag:{Feature:JB,ProjectionNode:jE,MeasureLayout:_E}};function Fx(t,e,n){const{props:r}=t;t.animationState&&r.whileHover&&t.animationState.setActive("whileHover",n==="Start");const i="onHover"+n,o=r[i];o&&Fn.postRender(()=>o(e,Kd(e)))}let j$=class extends ku{mount(){const{current:e}=this.node;e&&(this.unmount=NN(e,n=>(Fx(this.node,n,"Start"),r=>Fx(this.node,r,"End"))))}unmount(){}},B$=class extends ku{constructor(){super(...arguments),this.isActive=!1}onFocus(){let e=!1;try{e=this.node.current.matches(":focus-visible")}catch{e=!0}!e||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){!this.isActive||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=Xd(jd(this.node.current,"focus",()=>this.onFocus()),jd(this.node.current,"blur",()=>this.onBlur()))}unmount(){}};function Nx(t,e,n){const{props:r}=t;t.animationState&&r.whileTap&&t.animationState.setActive("whileTap",n==="Start");const i="onTap"+(n==="End"?"":n),o=r[i];o&&Fn.postRender(()=>o(e,Kd(e)))}let $$=class extends ku{mount(){const{current:e}=this.node;e&&(this.unmount=VN(e,n=>(Nx(this.node,n,"Start"),(r,{success:i})=>Nx(this.node,r,i?"End":"Cancel")),{useGlobalTarget:this.node.props.globalTapTarget}))}unmount(){}};const tv=new WeakMap,qg=new WeakMap,V$=t=>{const e=tv.get(t.target);e&&e(t)},U$=t=>{t.forEach(V$)};function H$({root:t,...e}){const n=t||document;qg.has(n)||qg.set(n,{});const r=qg.get(n),i=JSON.stringify(e);return r[i]||(r[i]=new IntersectionObserver(U$,{root:t,...e})),r[i]}function W$(t,e,n){const r=H$(e);return tv.set(t,n),r.observe(t),()=>{tv.delete(t),r.unobserve(t)}}const z$={some:0,all:1};let Y$=class extends ku{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:e={}}=this.node.getProps(),{root:n,margin:r,amount:i="some",once:o}=e,a={root:n?n.current:void 0,rootMargin:r,threshold:typeof i=="number"?i:z$[i]},c=f=>{const{isIntersecting:p}=f;if(this.isInView===p||(this.isInView=p,o&&!p&&this.hasEnteredView))return;p&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",p);const{onViewportEnter:y,onViewportLeave:g}=this.node.getProps(),T=p?y:g;T&&T(f)};return W$(this.node.current,a,c)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:e,prevProps:n}=this.node;["amount","margin","root"].some(G$(e,n))&&this.startObserver()}unmount(){}};function G$({viewport:t={}},{viewport:e={}}={}){return n=>t[n]!==e[n]}const q$={inView:{Feature:Y$},tap:{Feature:$$},focus:{Feature:B$},hover:{Feature:j$}},X$={layout:{ProjectionNode:jE,MeasureLayout:_E}},nv={current:null},BE={current:!1};function K$(){if(BE.current=!0,!!Jv)if(window.matchMedia){const t=window.matchMedia("(prefers-reduced-motion)"),e=()=>nv.current=t.matches;t.addListener(e),e()}else nv.current=!1}const Z$=[...cE,ji,wu],J$=t=>Z$.find(uE(t)),jx=new WeakMap;function Q$(t,e,n){for(const r in e){const i=e[r],o=n[r];if(Bi(i))t.addValue(r,i),process.env.NODE_ENV==="development"&&_p(i.version==="11.18.2",`Attempting to mix Motion versions ${i.version} with 11.18.2 may not work as expected.`);else if(Bi(o))t.addValue(r,Fd(i,{owner:t}));else if(o!==i)if(t.hasValue(r)){const a=t.getValue(r);a.liveStyle===!0?a.jump(i):a.hasAnimated||a.set(i)}else{const a=t.getStaticValue(r);t.addValue(r,Fd(a!==void 0?a:i,{owner:t}))}}for(const r in n)e[r]===void 0&&t.removeValue(r);return e}const Bx=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];let eV=class{scrapeMotionValuesFromProps(e,n,r){return{}}constructor({parent:e,props:n,presenceContext:r,reducedMotionConfig:i,blockInitialAnimation:o,visualState:a},c={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=Ey,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{const E=$a.now();this.renderScheduledAt<E&&(this.renderScheduledAt=E,Fn.render(this.render,!1,!0))};const{latestValues:f,renderState:p,onUpdate:y}=a;this.onUpdate=y,this.latestValues=f,this.baseTarget={...f},this.initialValues=n.initial?{...f}:{},this.renderState=p,this.parent=e,this.props=n,this.presenceContext=r,this.depth=e?e.depth+1:0,this.reducedMotionConfig=i,this.options=c,this.blockInitialAnimation=!!o,this.isControllingVariants=Ap(n),this.isVariantNode=yC(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(e&&e.current);const{willChange:g,...T}=this.scrapeMotionValuesFromProps(n,{},this);for(const E in T){const I=T[E];f[E]!==void 0&&Bi(I)&&I.set(f[E],!1)}}mount(e){this.current=e,jx.set(e,this),this.projection&&!this.projection.instance&&this.projection.mount(e),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,r)=>this.bindToMotionValue(r,n)),BE.current||K$(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:nv.current,process.env.NODE_ENV!=="production"&&_p(this.shouldReduceMotion!==!0,"You have Reduced Motion enabled on your device. Animations may not appear as expected."),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){jx.delete(this.current),this.projection&&this.projection.unmount(),bu(this.notifyUpdate),bu(this.render),this.valueSubscriptions.forEach(e=>e()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const e in this.events)this.events[e].clear();for(const e in this.features){const n=this.features[e];n&&(n.unmount(),n.isMounted=!1)}this.current=null}bindToMotionValue(e,n){this.valueSubscriptions.has(e)&&this.valueSubscriptions.get(e)();const r=Rc.has(e),i=n.on("change",c=>{this.latestValues[e]=c,this.props.onUpdate&&Fn.preRender(this.notifyUpdate),r&&this.projection&&(this.projection.isTransformDirty=!0)}),o=n.on("renderRequest",this.scheduleRender);let a;window.MotionCheckAppearSync&&(a=window.MotionCheckAppearSync(this,e,n)),this.valueSubscriptions.set(e,()=>{i(),o(),a&&a(),n.owner&&n.stop()})}sortNodePosition(e){return!this.current||!this.sortInstanceNodePosition||this.type!==e.type?0:this.sortInstanceNodePosition(this.current,e.current)}updateFeatures(){let e="animation";for(e in Of){const n=Of[e];if(!n)continue;const{isEnabled:r,Feature:i}=n;if(!this.features[e]&&i&&r(this.props)&&(this.features[e]=new i(this)),this.features[e]){const o=this.features[e];o.isMounted?o.update():(o.mount(),o.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):gr()}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,n){this.latestValues[e]=n}update(e,n){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=e,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let r=0;r<Bx.length;r++){const i=Bx[r];this.propEventSubscriptions[i]&&(this.propEventSubscriptions[i](),delete this.propEventSubscriptions[i]);const o="on"+i,a=e[o];a&&(this.propEventSubscriptions[i]=this.on(i,a))}this.prevMotionValues=Q$(this,this.scrapeMotionValuesFromProps(e,this.prevProps,this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue(),this.onUpdate&&this.onUpdate(this)}getProps(){return this.props}getVariant(e){return this.props.variants?this.props.variants[e]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(e){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(e),()=>n.variantChildren.delete(e)}addValue(e,n){const r=this.values.get(e);n!==r&&(r&&this.removeValue(e),this.bindToMotionValue(e,n),this.values.set(e,n),this.latestValues[e]=n.get())}removeValue(e){this.values.delete(e);const n=this.valueSubscriptions.get(e);n&&(n(),this.valueSubscriptions.delete(e)),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,n){if(this.props.values&&this.props.values[e])return this.props.values[e];let r=this.values.get(e);return r===void 0&&n!==void 0&&(r=Fd(n===null?void 0:n,{owner:this}),this.addValue(e,r)),r}readValue(e,n){var r;let i=this.latestValues[e]!==void 0||!this.current?this.latestValues[e]:(r=this.getBaseTargetFromProps(this.props,e))!==null&&r!==void 0?r:this.readValueFromInstance(this.current,e,this.options);return i!=null&&(typeof i=="string"&&(aE(i)||JC(i))?i=parseFloat(i):!J$(i)&&wu.test(n)&&(i=iE(e,n)),this.setBaseTarget(e,Bi(i)?i.get():i)),Bi(i)?i.get():i}setBaseTarget(e,n){this.baseTarget[e]=n}getBaseTarget(e){var n;const{initial:r}=this.props;let i;if(typeof r=="string"||typeof r=="object"){const a=oy(this.props,r,(n=this.presenceContext)===null||n===void 0?void 0:n.custom);a&&(i=a[e])}if(r&&i!==void 0)return i;const o=this.getBaseTargetFromProps(this.props,e);return o!==void 0&&!Bi(o)?o:this.initialValues[e]!==void 0&&i===void 0?void 0:this.baseTarget[e]}on(e,n){return this.events[e]||(this.events[e]=new by),this.events[e].add(n)}notify(e,...n){this.events[e]&&this.events[e].notify(...n)}},$E=class extends eV{constructor(){super(...arguments),this.KeyframeResolver=fE}sortInstanceNodePosition(e,n){return e.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(e,n){return e.style?e.style[n]:void 0}removeValueFromRenderState(e,{vars:n,style:r}){delete n[e],delete r[e]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:e}=this.props;Bi(e)&&(this.childSubscription=e.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}};function tV(t){return window.getComputedStyle(t)}let nV=class extends $E{constructor(){super(...arguments),this.type="html",this.renderInstance=DC}readValueFromInstance(e,n){if(Rc.has(n)){const r=Cy(n);return r&&r.default||0}else{const r=tV(e),i=(CC(n)?r.getPropertyValue(n):r[n])||0;return typeof i=="string"?i.trim():i}}measureInstanceViewportBox(e,{transformPagePoint:n}){return PE(e,n)}build(e,n,r){ly(e,n,r.transformTemplate)}scrapeMotionValuesFromProps(e,n,r){return dy(e,n,r)}},rV=class extends $E{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=gr}getBaseTargetFromProps(e,n){return e[n]}readValueFromInstance(e,n){if(Rc.has(n)){const r=Cy(n);return r&&r.default||0}return n=PC.has(n)?n:ny(n),e.getAttribute(n)}scrapeMotionValuesFromProps(e,n,r){return RC(e,n,r)}build(e,n,r){uy(e,n,this.isSVGTag,r.transformTemplate)}renderInstance(e,n,r,i){OC(e,n,r,i)}mount(e){this.isSVGTag=fy(e.tagName),super.mount(e)}};const iV=(t,e)=>iy(t)?new rV(e):new nV(e,{allowProjection:t!==X.Fragment}),oV=_N({...PB,...q$,...N$,...X$},iV),sV=zF(oV);function rv(t,e,n){var r,i,o,a,c;e==null&&(e=100);function f(){var y=Date.now()-a;y<e&&y>=0?r=setTimeout(f,e-y):(r=null,n||(c=t.apply(o,i),o=i=null))}var p=function(){o=this,i=arguments,a=Date.now();var y=n&&!r;return r||(r=setTimeout(f,e)),y&&(c=t.apply(o,i),o=i=null),c};return p.clear=function(){r&&(clearTimeout(r),r=null)},p.flush=function(){r&&(c=t.apply(o,i),o=i=null,clearTimeout(r),r=null)},p}rv.debounce=rv;var aV=rv;const $x=Eu(aV);function lV(t){let{debounce:e,scroll:n,polyfill:r,offsetSize:i}=t===void 0?{debounce:0,scroll:!1,offsetSize:!1}:t;const o=r||(typeof window>"u"?class{}:window.ResizeObserver);if(!o)throw new Error("This browser does not support ResizeObserver out of the box. See: https://github.com/react-spring/react-use-measure/#resize-observer-polyfills");const[a,c]=X.useState({left:0,top:0,width:0,height:0,bottom:0,right:0,x:0,y:0}),f=X.useRef({element:null,scrollContainers:null,resizeObserver:null,lastBounds:a}),p=e?typeof e=="number"?e:e.scroll:null,y=e?typeof e=="number"?e:e.resize:null,g=X.useRef(!1);X.useEffect(()=>(g.current=!0,()=>void(g.current=!1)));const[T,E,I]=X.useMemo(()=>{const H=()=>{if(!f.current.element)return;const{left:U,top:ne,width:q,height:ie,bottom:x,right:le,x:ae,y:ze}=f.current.element.getBoundingClientRect(),tt={left:U,top:ne,width:q,height:ie,bottom:x,right:le,x:ae,y:ze};f.current.element instanceof HTMLElement&&i&&(tt.height=f.current.element.offsetHeight,tt.width=f.current.element.offsetWidth),Object.freeze(tt),g.current&&!dV(f.current.lastBounds,tt)&&c(f.current.lastBounds=tt)};return[H,y?$x(H,y):H,p?$x(H,p):H]},[c,i,p,y]);function A(){f.current.scrollContainers&&(f.current.scrollContainers.forEach(H=>H.removeEventListener("scroll",I,!0)),f.current.scrollContainers=null),f.current.resizeObserver&&(f.current.resizeObserver.disconnect(),f.current.resizeObserver=null)}function j(){f.current.element&&(f.current.resizeObserver=new o(I),f.current.resizeObserver.observe(f.current.element),n&&f.current.scrollContainers&&f.current.scrollContainers.forEach(H=>H.addEventListener("scroll",I,{capture:!0,passive:!0})))}const R=H=>{!H||H===f.current.element||(A(),f.current.element=H,f.current.scrollContainers=VE(H),j())};return cV(I,!!n),uV(E),X.useEffect(()=>{A(),j()},[n,I,E]),X.useEffect(()=>A,[]),[R,a,T]}function uV(t){X.useEffect(()=>{const e=t;return window.addEventListener("resize",e),()=>void window.removeEventListener("resize",e)},[t])}function cV(t,e){X.useEffect(()=>{if(e){const n=t;return window.addEventListener("scroll",n,{capture:!0,passive:!0}),()=>void window.removeEventListener("scroll",n,!0)}},[t,e])}function VE(t){const e=[];if(!t||t===document.body)return e;const{overflow:n,overflowX:r,overflowY:i}=window.getComputedStyle(t);return[n,r,i].some(o=>o==="auto"||o==="scroll")&&e.push(t),[...e,...VE(t.parentElement)]}const fV=["x","y","top","bottom","left","right","width","height"],dV=(t,e)=>fV.every(n=>t[n]===e[n]),UE=X.createContext({dragDropManager:void 0});function Es(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var Vx=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Ux=function(){return Math.random().toString(36).substring(7).split("").join(".")},Hx={INIT:"@@redux/INIT"+Ux(),REPLACE:"@@redux/REPLACE"+Ux()};function hV(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function pV(t){if(t===void 0)return"undefined";if(t===null)return"null";var e=typeof t;switch(e){case"boolean":case"string":case"number":case"symbol":case"function":return e}if(Array.isArray(t))return"array";if(vV(t))return"date";if(mV(t))return"error";var n=gV(t);switch(n){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return n}return e.slice(8,-1).toLowerCase().replace(/\s/g,"")}function gV(t){return typeof t.constructor=="function"?t.constructor.name:null}function mV(t){return t instanceof Error||typeof t.message=="string"&&t.constructor&&typeof t.constructor.stackTraceLimit=="number"}function vV(t){return t instanceof Date?!0:typeof t.toDateString=="function"&&typeof t.getDate=="function"&&typeof t.setDate=="function"}function cf(t){var e=typeof t;return process.env.NODE_ENV!=="production"&&(e=pV(t)),e}function HE(t,e,n){var r;if(typeof e=="function"&&typeof n=="function"||typeof n=="function"&&typeof arguments[3]=="function")throw new Error(process.env.NODE_ENV==="production"?Es(0):"It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.");if(typeof e=="function"&&typeof n>"u"&&(n=e,e=void 0),typeof n<"u"){if(typeof n!="function")throw new Error(process.env.NODE_ENV==="production"?Es(1):"Expected the enhancer to be a function. Instead, received: '"+cf(n)+"'");return n(HE)(t,e)}if(typeof t!="function")throw new Error(process.env.NODE_ENV==="production"?Es(2):"Expected the root reducer to be a function. Instead, received: '"+cf(t)+"'");var i=t,o=e,a=[],c=a,f=!1;function p(){c===a&&(c=a.slice())}function y(){if(f)throw new Error(process.env.NODE_ENV==="production"?Es(3):"You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.");return o}function g(A){if(typeof A!="function")throw new Error(process.env.NODE_ENV==="production"?Es(4):"Expected the listener to be a function. Instead, received: '"+cf(A)+"'");if(f)throw new Error(process.env.NODE_ENV==="production"?Es(5):"You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api/store#subscribelistener for more details.");var j=!0;return p(),c.push(A),function(){if(j){if(f)throw new Error(process.env.NODE_ENV==="production"?Es(6):"You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api/store#subscribelistener for more details.");j=!1,p();var H=c.indexOf(A);c.splice(H,1),a=null}}}function T(A){if(!hV(A))throw new Error(process.env.NODE_ENV==="production"?Es(7):"Actions must be plain objects. Instead, the actual type was: '"+cf(A)+"'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.");if(typeof A.type>"u")throw new Error(process.env.NODE_ENV==="production"?Es(8):'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');if(f)throw new Error(process.env.NODE_ENV==="production"?Es(9):"Reducers may not dispatch actions.");try{f=!0,o=i(o,A)}finally{f=!1}for(var j=a=c,R=0;R<j.length;R++){var H=j[R];H()}return A}function E(A){if(typeof A!="function")throw new Error(process.env.NODE_ENV==="production"?Es(10):"Expected the nextReducer to be a function. Instead, received: '"+cf(A));i=A,T({type:Hx.REPLACE})}function I(){var A,j=g;return A={subscribe:function(H){if(typeof H!="object"||H===null)throw new Error(process.env.NODE_ENV==="production"?Es(11):"Expected the observer to be an object. Instead, received: '"+cf(H)+"'");function U(){H.next&&H.next(y())}U();var ne=j(U);return{unsubscribe:ne}}},A[Vx]=function(){return this},A}return T({type:Hx.INIT}),r={dispatch:T,subscribe:g,getState:y,replaceReducer:E},r[Vx]=I,r}function Ht(t,e,...n){if(yV()&&e===void 0)throw new Error("invariant requires an error message argument");if(!t){let r;if(e===void 0)r=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{let i=0;r=new Error(e.replace(/%s/g,function(){return n[i++]})),r.name="Invariant Violation"}throw r.framesToPop=1,r}}function yV(){return typeof process<"u"&&process.env.NODE_ENV==="production"}function bV(t,e,n){return e.split(".").reduce((r,i)=>r&&r[i]?r[i]:n||null,t)}function wV(t,e){return t.filter(n=>n!==e)}function WE(t){return typeof t=="object"}function xV(t,e){const n=new Map,r=o=>{n.set(o,n.has(o)?n.get(o)+1:1)};t.forEach(r),e.forEach(r);const i=[];return n.forEach((o,a)=>{o===1&&i.push(a)}),i}function SV(t,e){return t.filter(n=>e.indexOf(n)>-1)}const Oy="dnd-core/INIT_COORDS",Fp="dnd-core/BEGIN_DRAG",_y="dnd-core/PUBLISH_DRAG_SOURCE",Np="dnd-core/HOVER",jp="dnd-core/DROP",Bp="dnd-core/END_DRAG";function Wx(t,e){return{type:Oy,payload:{sourceClientOffset:e||null,clientOffset:t||null}}}const TV={type:Oy,payload:{clientOffset:null,sourceClientOffset:null}};function CV(t){return function(n=[],r={publishSource:!0}){const{publishSource:i=!0,clientOffset:o,getSourceClientOffset:a}=r,c=t.getMonitor(),f=t.getRegistry();t.dispatch(Wx(o)),EV(n,c,f);const p=PV(n,c);if(p==null){t.dispatch(TV);return}let y=null;if(o){if(!a)throw new Error("getSourceClientOffset must be defined");kV(a),y=a(p)}t.dispatch(Wx(o,y));const T=f.getSource(p).beginDrag(c,p);if(T==null)return;DV(T),f.pinSource(p);const E=f.getSourceType(p);return{type:Fp,payload:{itemType:E,item:T,sourceId:p,clientOffset:o||null,sourceClientOffset:y||null,isSourcePublic:!!i}}}}function EV(t,e,n){Ht(!e.isDragging(),"Cannot call beginDrag while dragging."),t.forEach(function(r){Ht(n.getSource(r),"Expected sourceIds to be registered.")})}function kV(t){Ht(typeof t=="function","When clientOffset is provided, getSourceClientOffset must be a function.")}function DV(t){Ht(WE(t),"Item must be an object.")}function PV(t,e){let n=null;for(let r=t.length-1;r>=0;r--)if(e.canDragSource(t[r])){n=t[r];break}return n}function OV(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function _V(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){OV(t,i,n[i])})}return t}function RV(t){return function(n={}){const r=t.getMonitor(),i=t.getRegistry();IV(r),LV(r).forEach((a,c)=>{const f=AV(a,c,i,r),p={type:jp,payload:{dropResult:_V({},n,f)}};t.dispatch(p)})}}function IV(t){Ht(t.isDragging(),"Cannot call drop while not dragging."),Ht(!t.didDrop(),"Cannot call drop twice during one drag operation.")}function AV(t,e,n,r){const i=n.getTarget(t);let o=i?i.drop(r,t):void 0;return MV(o),typeof o>"u"&&(o=e===0?{}:r.getDropResult()),o}function MV(t){Ht(typeof t>"u"||WE(t),"Drop result must either be an object or undefined.")}function LV(t){const e=t.getTargetIds().filter(t.canDropOnTarget,t);return e.reverse(),e}function FV(t){return function(){const n=t.getMonitor(),r=t.getRegistry();NV(n);const i=n.getSourceId();return i!=null&&(r.getSource(i,!0).endDrag(n,i),r.unpinSource()),{type:Bp}}}function NV(t){Ht(t.isDragging(),"Cannot call endDrag while not dragging.")}function iv(t,e){return e===null?t===null:Array.isArray(t)?t.some(n=>n===e):t===e}function jV(t){return function(n,{clientOffset:r}={}){BV(n);const i=n.slice(0),o=t.getMonitor(),a=t.getRegistry(),c=o.getItemType();return VV(i,a,c),$V(i,o,a),UV(i,o,a),{type:Np,payload:{targetIds:i,clientOffset:r||null}}}}function BV(t){Ht(Array.isArray(t),"Expected targetIds to be an array.")}function $V(t,e,n){Ht(e.isDragging(),"Cannot call hover while not dragging."),Ht(!e.didDrop(),"Cannot call hover after drop.");for(let r=0;r<t.length;r++){const i=t[r];Ht(t.lastIndexOf(i)===r,"Expected targetIds to be unique in the passed array.");const o=n.getTarget(i);Ht(o,"Expected targetIds to be registered.")}}function VV(t,e,n){for(let r=t.length-1;r>=0;r--){const i=t[r],o=e.getTargetType(i);iv(o,n)||t.splice(r,1)}}function UV(t,e,n){t.forEach(function(r){n.getTarget(r).hover(e,r)})}function HV(t){return function(){if(t.getMonitor().isDragging())return{type:_y}}}function WV(t){return{beginDrag:CV(t),publishDragSource:HV(t),hover:jV(t),drop:RV(t),endDrag:FV(t)}}class zV{receiveBackend(e){this.backend=e}getMonitor(){return this.monitor}getBackend(){return this.backend}getRegistry(){return this.monitor.registry}getActions(){const e=this,{dispatch:n}=this.store;function r(o){return(...a)=>{const c=o.apply(e,a);typeof c<"u"&&n(c)}}const i=WV(this);return Object.keys(i).reduce((o,a)=>{const c=i[a];return o[a]=r(c),o},{})}dispatch(e){this.store.dispatch(e)}constructor(e,n){this.isSetUp=!1,this.handleRefCountChange=()=>{const r=this.store.getState().refCount>0;this.backend&&(r&&!this.isSetUp?(this.backend.setup(),this.isSetUp=!0):!r&&this.isSetUp&&(this.backend.teardown(),this.isSetUp=!1))},this.store=e,this.monitor=n,e.subscribe(this.handleRefCountChange)}}function YV(t,e){return{x:t.x+e.x,y:t.y+e.y}}function zE(t,e){return{x:t.x-e.x,y:t.y-e.y}}function GV(t){const{clientOffset:e,initialClientOffset:n,initialSourceClientOffset:r}=t;return!e||!n||!r?null:zE(YV(e,r),n)}function qV(t){const{clientOffset:e,initialClientOffset:n}=t;return!e||!n?null:zE(e,n)}const Sd=[],Ry=[];Sd.__IS_NONE__=!0;Ry.__IS_ALL__=!0;function XV(t,e){return t===Sd?!1:t===Ry||typeof e>"u"?!0:SV(e,t).length>0}class KV{subscribeToStateChange(e,n={}){const{handlerIds:r}=n;Ht(typeof e=="function","listener must be a function."),Ht(typeof r>"u"||Array.isArray(r),"handlerIds, when specified, must be an array of strings.");let i=this.store.getState().stateId;const o=()=>{const a=this.store.getState(),c=a.stateId;try{c===i||c===i+1&&!XV(a.dirtyHandlerIds,r)||e()}finally{i=c}};return this.store.subscribe(o)}subscribeToOffsetChange(e){Ht(typeof e=="function","listener must be a function.");let n=this.store.getState().dragOffset;const r=()=>{const i=this.store.getState().dragOffset;i!==n&&(n=i,e())};return this.store.subscribe(r)}canDragSource(e){if(!e)return!1;const n=this.registry.getSource(e);return Ht(n,`Expected to find a valid source. sourceId=${e}`),this.isDragging()?!1:n.canDrag(this,e)}canDropOnTarget(e){if(!e)return!1;const n=this.registry.getTarget(e);if(Ht(n,`Expected to find a valid target. targetId=${e}`),!this.isDragging()||this.didDrop())return!1;const r=this.registry.getTargetType(e),i=this.getItemType();return iv(r,i)&&n.canDrop(this,e)}isDragging(){return!!this.getItemType()}isDraggingSource(e){if(!e)return!1;const n=this.registry.getSource(e,!0);if(Ht(n,`Expected to find a valid source. sourceId=${e}`),!this.isDragging()||!this.isSourcePublic())return!1;const r=this.registry.getSourceType(e),i=this.getItemType();return r!==i?!1:n.isDragging(this,e)}isOverTarget(e,n={shallow:!1}){if(!e)return!1;const{shallow:r}=n;if(!this.isDragging())return!1;const i=this.registry.getTargetType(e),o=this.getItemType();if(o&&!iv(i,o))return!1;const a=this.getTargetIds();if(!a.length)return!1;const c=a.indexOf(e);return r?c===a.length-1:c>-1}getItemType(){return this.store.getState().dragOperation.itemType}getItem(){return this.store.getState().dragOperation.item}getSourceId(){return this.store.getState().dragOperation.sourceId}getTargetIds(){return this.store.getState().dragOperation.targetIds}getDropResult(){return this.store.getState().dragOperation.dropResult}didDrop(){return this.store.getState().dragOperation.didDrop}isSourcePublic(){return!!this.store.getState().dragOperation.isSourcePublic}getInitialClientOffset(){return this.store.getState().dragOffset.initialClientOffset}getInitialSourceClientOffset(){return this.store.getState().dragOffset.initialSourceClientOffset}getClientOffset(){return this.store.getState().dragOffset.clientOffset}getSourceClientOffset(){return GV(this.store.getState().dragOffset)}getDifferenceFromInitialOffset(){return qV(this.store.getState().dragOffset)}constructor(e,n){this.store=e,this.registry=n}}const zx=typeof global<"u"?global:self,YE=zx.MutationObserver||zx.WebKitMutationObserver;function GE(t){return function(){const n=setTimeout(i,0),r=setInterval(i,50);function i(){clearTimeout(n),clearInterval(r),t()}}}function ZV(t){let e=1;const n=new YE(t),r=document.createTextNode("");return n.observe(r,{characterData:!0}),function(){e=-e,r.data=e}}const JV=typeof YE=="function"?ZV:GE;class QV{enqueueTask(e){const{queue:n,requestFlush:r}=this;n.length||(r(),this.flushing=!0),n[n.length]=e}constructor(){this.queue=[],this.pendingErrors=[],this.flushing=!1,this.index=0,this.capacity=1024,this.flush=()=>{const{queue:e}=this;for(;this.index<e.length;){const n=this.index;if(this.index++,e[n].call(),this.index>this.capacity){for(let r=0,i=e.length-this.index;r<i;r++)e[r]=e[r+this.index];e.length-=this.index,this.index=0}}e.length=0,this.index=0,this.flushing=!1},this.registerPendingError=e=>{this.pendingErrors.push(e),this.requestErrorThrow()},this.requestFlush=JV(this.flush),this.requestErrorThrow=GE(()=>{if(this.pendingErrors.length)throw this.pendingErrors.shift()})}}class e3{call(){try{this.task&&this.task()}catch(e){this.onError(e)}finally{this.task=null,this.release(this)}}constructor(e,n){this.onError=e,this.release=n,this.task=null}}class t3{create(e){const n=this.freeTasks,r=n.length?n.pop():new e3(this.onError,i=>n[n.length]=i);return r.task=e,r}constructor(e){this.onError=e,this.freeTasks=[]}}const qE=new QV,n3=new t3(qE.registerPendingError);function r3(t){qE.enqueueTask(n3.create(t))}const Iy="dnd-core/ADD_SOURCE",Ay="dnd-core/ADD_TARGET",My="dnd-core/REMOVE_SOURCE",$p="dnd-core/REMOVE_TARGET";function i3(t){return{type:Iy,payload:{sourceId:t}}}function o3(t){return{type:Ay,payload:{targetId:t}}}function s3(t){return{type:My,payload:{sourceId:t}}}function a3(t){return{type:$p,payload:{targetId:t}}}function l3(t){Ht(typeof t.canDrag=="function","Expected canDrag to be a function."),Ht(typeof t.beginDrag=="function","Expected beginDrag to be a function."),Ht(typeof t.endDrag=="function","Expected endDrag to be a function.")}function u3(t){Ht(typeof t.canDrop=="function","Expected canDrop to be a function."),Ht(typeof t.hover=="function","Expected hover to be a function."),Ht(typeof t.drop=="function","Expected beginDrag to be a function.")}function ov(t,e){if(e&&Array.isArray(t)){t.forEach(n=>ov(n,!1));return}Ht(typeof t=="string"||typeof t=="symbol",e?"Type can only be a string, a symbol, or an array of either.":"Type can only be a string or a symbol.")}var _s;(function(t){t.SOURCE="SOURCE",t.TARGET="TARGET"})(_s||(_s={}));let c3=0;function f3(){return c3++}function d3(t){const e=f3().toString();switch(t){case _s.SOURCE:return`S${e}`;case _s.TARGET:return`T${e}`;default:throw new Error(`Unknown Handler Role: ${t}`)}}function Yx(t){switch(t[0]){case"S":return _s.SOURCE;case"T":return _s.TARGET;default:throw new Error(`Cannot parse handler ID: ${t}`)}}function Gx(t,e){const n=t.entries();let r=!1;do{const{done:i,value:[,o]}=n.next();if(o===e)return!0;r=!!i}while(!r);return!1}class h3{addSource(e,n){ov(e),l3(n);const r=this.addHandler(_s.SOURCE,e,n);return this.store.dispatch(i3(r)),r}addTarget(e,n){ov(e,!0),u3(n);const r=this.addHandler(_s.TARGET,e,n);return this.store.dispatch(o3(r)),r}containsHandler(e){return Gx(this.dragSources,e)||Gx(this.dropTargets,e)}getSource(e,n=!1){return Ht(this.isSourceId(e),"Expected a valid source ID."),n&&e===this.pinnedSourceId?this.pinnedSource:this.dragSources.get(e)}getTarget(e){return Ht(this.isTargetId(e),"Expected a valid target ID."),this.dropTargets.get(e)}getSourceType(e){return Ht(this.isSourceId(e),"Expected a valid source ID."),this.types.get(e)}getTargetType(e){return Ht(this.isTargetId(e),"Expected a valid target ID."),this.types.get(e)}isSourceId(e){return Yx(e)===_s.SOURCE}isTargetId(e){return Yx(e)===_s.TARGET}removeSource(e){Ht(this.getSource(e),"Expected an existing source."),this.store.dispatch(s3(e)),r3(()=>{this.dragSources.delete(e),this.types.delete(e)})}removeTarget(e){Ht(this.getTarget(e),"Expected an existing target."),this.store.dispatch(a3(e)),this.dropTargets.delete(e),this.types.delete(e)}pinSource(e){const n=this.getSource(e);Ht(n,"Expected an existing source."),this.pinnedSourceId=e,this.pinnedSource=n}unpinSource(){Ht(this.pinnedSource,"No source is pinned at the time."),this.pinnedSourceId=null,this.pinnedSource=null}addHandler(e,n,r){const i=d3(e);return this.types.set(i,n),e===_s.SOURCE?this.dragSources.set(i,r):e===_s.TARGET&&this.dropTargets.set(i,r),i}constructor(e){this.types=new Map,this.dragSources=new Map,this.dropTargets=new Map,this.pinnedSourceId=null,this.pinnedSource=null,this.store=e}}const p3=(t,e)=>t===e;function g3(t,e){return!t&&!e?!0:!t||!e?!1:t.x===e.x&&t.y===e.y}function m3(t,e,n=p3){if(t.length!==e.length)return!1;for(let r=0;r<t.length;++r)if(!n(t[r],e[r]))return!1;return!0}function v3(t=Sd,e){switch(e.type){case Np:break;case Iy:case Ay:case $p:case My:return Sd;case Fp:case _y:case Bp:case jp:default:return Ry}const{targetIds:n=[],prevTargetIds:r=[]}=e.payload,i=xV(n,r);if(!(i.length>0||!m3(n,r)))return Sd;const a=r[r.length-1],c=n[n.length-1];return a!==c&&(a&&i.push(a),c&&i.push(c)),i}function y3(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function b3(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){y3(t,i,n[i])})}return t}const qx={initialSourceClientOffset:null,initialClientOffset:null,clientOffset:null};function w3(t=qx,e){const{payload:n}=e;switch(e.type){case Oy:case Fp:return{initialSourceClientOffset:n.sourceClientOffset,initialClientOffset:n.clientOffset,clientOffset:n.clientOffset};case Np:return g3(t.clientOffset,n.clientOffset)?t:b3({},t,{clientOffset:n.clientOffset});case Bp:case jp:return qx;default:return t}}function x3(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ff(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){x3(t,i,n[i])})}return t}const S3={itemType:null,item:null,sourceId:null,targetIds:[],dropResult:null,didDrop:!1,isSourcePublic:null};function T3(t=S3,e){const{payload:n}=e;switch(e.type){case Fp:return ff({},t,{itemType:n.itemType,item:n.item,sourceId:n.sourceId,isSourcePublic:n.isSourcePublic,dropResult:null,didDrop:!1});case _y:return ff({},t,{isSourcePublic:!0});case Np:return ff({},t,{targetIds:n.targetIds});case $p:return t.targetIds.indexOf(n.targetId)===-1?t:ff({},t,{targetIds:wV(t.targetIds,n.targetId)});case jp:return ff({},t,{dropResult:n.dropResult,didDrop:!0,targetIds:[]});case Bp:return ff({},t,{itemType:null,item:null,sourceId:null,dropResult:null,didDrop:!1,isSourcePublic:null,targetIds:[]});default:return t}}function C3(t=0,e){switch(e.type){case Iy:case Ay:return t+1;case My:case $p:return t-1;default:return t}}function E3(t=0){return t+1}function k3(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function D3(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{},r=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),r.forEach(function(i){k3(t,i,n[i])})}return t}function P3(t={},e){return{dirtyHandlerIds:v3(t.dirtyHandlerIds,{type:e.type,payload:D3({},e.payload,{prevTargetIds:bV(t,"dragOperation.targetIds",[])})}),dragOffset:w3(t.dragOffset,e),refCount:C3(t.refCount,e),dragOperation:T3(t.dragOperation,e),stateId:E3(t.stateId)}}function O3(t,e=void 0,n={},r=!1){const i=_3(r),o=new KV(i,new h3(i)),a=new zV(i,o),c=t(a,e,n);return a.receiveBackend(c),a}function _3(t){const e=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__;return HE(P3,t&&e&&e({name:"dnd-core",instanceId:"dnd-core"}))}function R3(t,e){if(t==null)return{};var n=I3(t,e),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(i=0;i<o.length;i++)r=o[i],!(e.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(t,r)&&(n[r]=t[r])}return n}function I3(t,e){if(t==null)return{};var n={},r=Object.keys(t),i,o;for(o=0;o<r.length;o++)i=r[o],!(e.indexOf(i)>=0)&&(n[i]=t[i]);return n}let Xx=0;const Hh=Symbol.for("__REACT_DND_CONTEXT_INSTANCE__");var XE=X.memo(function(e){var{children:n}=e,r=R3(e,["children"]);const[i,o]=A3(r);return X.useEffect(()=>{if(o){const a=KE();return++Xx,()=>{--Xx===0&&(a[Hh]=null)}}},[]),be.jsx(UE.Provider,{value:i,children:n})});function A3(t){if("manager"in t)return[{dragDropManager:t.manager},!1];const e=M3(t.backend,t.context,t.options,t.debugMode),n=!t.context;return[e,n]}function M3(t,e=KE(),n,r){const i=e;return i[Hh]||(i[Hh]={dragDropManager:O3(t,e,n,r)}),i[Hh]}function KE(){return typeof global<"u"?global:window}var L3=function t(e,n){if(e===n)return!0;if(e&&n&&typeof e=="object"&&typeof n=="object"){if(e.constructor!==n.constructor)return!1;var r,i,o;if(Array.isArray(e)){if(r=e.length,r!=n.length)return!1;for(i=r;i--!==0;)if(!t(e[i],n[i]))return!1;return!0}if(e.constructor===RegExp)return e.source===n.source&&e.flags===n.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===n.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===n.toString();if(o=Object.keys(e),r=o.length,r!==Object.keys(n).length)return!1;for(i=r;i--!==0;)if(!Object.prototype.hasOwnProperty.call(n,o[i]))return!1;for(i=r;i--!==0;){var a=o[i];if(!t(e[a],n[a]))return!1}return!0}return e!==e&&n!==n};const F3=Eu(L3),kc=typeof window<"u"?X.useLayoutEffect:X.useEffect;function ZE(t,e,n){const[r,i]=X.useState(()=>e(t)),o=X.useCallback(()=>{const a=e(t);F3(r,a)||(i(a),n&&n())},[r,t,n]);return kc(o),[r,o]}function N3(t,e,n){const[r,i]=ZE(t,e,n);return kc(function(){const a=t.getHandlerId();if(a!=null)return t.subscribeToStateChange(i,{handlerIds:[a]})},[t,i]),r}function JE(t,e,n){return N3(e,t||(()=>({})),()=>n.reconnect())}function QE(t,e){const n=[...e||[]];return e==null&&typeof t!="function"&&n.push(t),X.useMemo(()=>typeof t=="function"?t():t,n)}function j3(t){return X.useMemo(()=>t.hooks.dragSource(),[t])}function B3(t){return X.useMemo(()=>t.hooks.dragPreview(),[t])}let Xg=!1,Kg=!1;class $3{receiveHandlerId(e){this.sourceId=e}getHandlerId(){return this.sourceId}canDrag(){Ht(!Xg,"You may not call monitor.canDrag() inside your canDrag() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source-monitor");try{return Xg=!0,this.internalMonitor.canDragSource(this.sourceId)}finally{Xg=!1}}isDragging(){if(!this.sourceId)return!1;Ht(!Kg,"You may not call monitor.isDragging() inside your isDragging() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source-monitor");try{return Kg=!0,this.internalMonitor.isDraggingSource(this.sourceId)}finally{Kg=!1}}subscribeToStateChange(e,n){return this.internalMonitor.subscribeToStateChange(e,n)}isDraggingSource(e){return this.internalMonitor.isDraggingSource(e)}isOverTarget(e,n){return this.internalMonitor.isOverTarget(e,n)}getTargetIds(){return this.internalMonitor.getTargetIds()}isSourcePublic(){return this.internalMonitor.isSourcePublic()}getSourceId(){return this.internalMonitor.getSourceId()}subscribeToOffsetChange(e){return this.internalMonitor.subscribeToOffsetChange(e)}canDragSource(e){return this.internalMonitor.canDragSource(e)}canDropOnTarget(e){return this.internalMonitor.canDropOnTarget(e)}getItemType(){return this.internalMonitor.getItemType()}getItem(){return this.internalMonitor.getItem()}getDropResult(){return this.internalMonitor.getDropResult()}didDrop(){return this.internalMonitor.didDrop()}getInitialClientOffset(){return this.internalMonitor.getInitialClientOffset()}getInitialSourceClientOffset(){return this.internalMonitor.getInitialSourceClientOffset()}getSourceClientOffset(){return this.internalMonitor.getSourceClientOffset()}getClientOffset(){return this.internalMonitor.getClientOffset()}getDifferenceFromInitialOffset(){return this.internalMonitor.getDifferenceFromInitialOffset()}constructor(e){this.sourceId=null,this.internalMonitor=e.getMonitor()}}let Zg=!1;class V3{receiveHandlerId(e){this.targetId=e}getHandlerId(){return this.targetId}subscribeToStateChange(e,n){return this.internalMonitor.subscribeToStateChange(e,n)}canDrop(){if(!this.targetId)return!1;Ht(!Zg,"You may not call monitor.canDrop() inside your canDrop() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drop-target-monitor");try{return Zg=!0,this.internalMonitor.canDropOnTarget(this.targetId)}finally{Zg=!1}}isOver(e){return this.targetId?this.internalMonitor.isOverTarget(this.targetId,e):!1}getItemType(){return this.internalMonitor.getItemType()}getItem(){return this.internalMonitor.getItem()}getDropResult(){return this.internalMonitor.getDropResult()}didDrop(){return this.internalMonitor.didDrop()}getInitialClientOffset(){return this.internalMonitor.getInitialClientOffset()}getInitialSourceClientOffset(){return this.internalMonitor.getInitialSourceClientOffset()}getSourceClientOffset(){return this.internalMonitor.getSourceClientOffset()}getClientOffset(){return this.internalMonitor.getClientOffset()}getDifferenceFromInitialOffset(){return this.internalMonitor.getDifferenceFromInitialOffset()}constructor(e){this.targetId=null,this.internalMonitor=e.getMonitor()}}function U3(t,e,n){const r=n.getRegistry(),i=r.addTarget(t,e);return[i,()=>r.removeTarget(i)]}function H3(t,e,n){const r=n.getRegistry(),i=r.addSource(t,e);return[i,()=>r.removeSource(i)]}function sv(t,e,n,r){let i;if(i!==void 0)return!!i;if(t===e)return!0;if(typeof t!="object"||!t||typeof e!="object"||!e)return!1;const o=Object.keys(t),a=Object.keys(e);if(o.length!==a.length)return!1;const c=Object.prototype.hasOwnProperty.bind(e);for(let f=0;f<o.length;f++){const p=o[f];if(!c(p))return!1;const y=t[p],g=e[p];if(i=void 0,i===!1||i===void 0&&y!==g)return!1}return!0}function av(t){return t!==null&&typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"current")}function W3(t){if(typeof t.type=="string")return;const e=t.type.displayName||t.type.name||"the component";throw new Error(`Only native element nodes can now be passed to React DnD connectors.You can either wrap ${e} into a <div>, or turn it into a drag source or a drop target itself.`)}function z3(t){return(e=null,n=null)=>{if(!X.isValidElement(e)){const o=e;return t(o,n),o}const r=e;return W3(r),Y3(r,n?o=>t(o,n):t)}}function ek(t){const e={};return Object.keys(t).forEach(n=>{const r=t[n];if(n.endsWith("Ref"))e[n]=t[n];else{const i=z3(r);e[n]=()=>i}}),e}function Kx(t,e){typeof t=="function"?t(e):t.current=e}function Y3(t,e){const n=t.ref;return Ht(typeof n!="string","Cannot connect React DnD to an element with an existing string ref. Please convert it to use a callback ref instead, or wrap it into a <span> or <div>. Read more: https://reactjs.org/docs/refs-and-the-dom.html#callback-refs"),n?X.cloneElement(t,{ref:r=>{Kx(n,r),Kx(e,r)}}):X.cloneElement(t,{ref:e})}class G3{receiveHandlerId(e){this.handlerId!==e&&(this.handlerId=e,this.reconnect())}get connectTarget(){return this.dragSource}get dragSourceOptions(){return this.dragSourceOptionsInternal}set dragSourceOptions(e){this.dragSourceOptionsInternal=e}get dragPreviewOptions(){return this.dragPreviewOptionsInternal}set dragPreviewOptions(e){this.dragPreviewOptionsInternal=e}reconnect(){const e=this.reconnectDragSource();this.reconnectDragPreview(e)}reconnectDragSource(){const e=this.dragSource,n=this.didHandlerIdChange()||this.didConnectedDragSourceChange()||this.didDragSourceOptionsChange();return n&&this.disconnectDragSource(),this.handlerId?e?(n&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragSource=e,this.lastConnectedDragSourceOptions=this.dragSourceOptions,this.dragSourceUnsubscribe=this.backend.connectDragSource(this.handlerId,e,this.dragSourceOptions)),n):(this.lastConnectedDragSource=e,n):n}reconnectDragPreview(e=!1){const n=this.dragPreview,r=e||this.didHandlerIdChange()||this.didConnectedDragPreviewChange()||this.didDragPreviewOptionsChange();if(r&&this.disconnectDragPreview(),!!this.handlerId){if(!n){this.lastConnectedDragPreview=n;return}r&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragPreview=n,this.lastConnectedDragPreviewOptions=this.dragPreviewOptions,this.dragPreviewUnsubscribe=this.backend.connectDragPreview(this.handlerId,n,this.dragPreviewOptions))}}didHandlerIdChange(){return this.lastConnectedHandlerId!==this.handlerId}didConnectedDragSourceChange(){return this.lastConnectedDragSource!==this.dragSource}didConnectedDragPreviewChange(){return this.lastConnectedDragPreview!==this.dragPreview}didDragSourceOptionsChange(){return!sv(this.lastConnectedDragSourceOptions,this.dragSourceOptions)}didDragPreviewOptionsChange(){return!sv(this.lastConnectedDragPreviewOptions,this.dragPreviewOptions)}disconnectDragSource(){this.dragSourceUnsubscribe&&(this.dragSourceUnsubscribe(),this.dragSourceUnsubscribe=void 0)}disconnectDragPreview(){this.dragPreviewUnsubscribe&&(this.dragPreviewUnsubscribe(),this.dragPreviewUnsubscribe=void 0,this.dragPreviewNode=null,this.dragPreviewRef=null)}get dragSource(){return this.dragSourceNode||this.dragSourceRef&&this.dragSourceRef.current}get dragPreview(){return this.dragPreviewNode||this.dragPreviewRef&&this.dragPreviewRef.current}clearDragSource(){this.dragSourceNode=null,this.dragSourceRef=null}clearDragPreview(){this.dragPreviewNode=null,this.dragPreviewRef=null}constructor(e){this.hooks=ek({dragSource:(n,r)=>{this.clearDragSource(),this.dragSourceOptions=r||null,av(n)?this.dragSourceRef=n:this.dragSourceNode=n,this.reconnectDragSource()},dragPreview:(n,r)=>{this.clearDragPreview(),this.dragPreviewOptions=r||null,av(n)?this.dragPreviewRef=n:this.dragPreviewNode=n,this.reconnectDragPreview()}}),this.handlerId=null,this.dragSourceRef=null,this.dragSourceOptionsInternal=null,this.dragPreviewRef=null,this.dragPreviewOptionsInternal=null,this.lastConnectedHandlerId=null,this.lastConnectedDragSource=null,this.lastConnectedDragSourceOptions=null,this.lastConnectedDragPreview=null,this.lastConnectedDragPreviewOptions=null,this.backend=e}}class q3{get connectTarget(){return this.dropTarget}reconnect(){const e=this.didHandlerIdChange()||this.didDropTargetChange()||this.didOptionsChange();e&&this.disconnectDropTarget();const n=this.dropTarget;if(this.handlerId){if(!n){this.lastConnectedDropTarget=n;return}e&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDropTarget=n,this.lastConnectedDropTargetOptions=this.dropTargetOptions,this.unsubscribeDropTarget=this.backend.connectDropTarget(this.handlerId,n,this.dropTargetOptions))}}receiveHandlerId(e){e!==this.handlerId&&(this.handlerId=e,this.reconnect())}get dropTargetOptions(){return this.dropTargetOptionsInternal}set dropTargetOptions(e){this.dropTargetOptionsInternal=e}didHandlerIdChange(){return this.lastConnectedHandlerId!==this.handlerId}didDropTargetChange(){return this.lastConnectedDropTarget!==this.dropTarget}didOptionsChange(){return!sv(this.lastConnectedDropTargetOptions,this.dropTargetOptions)}disconnectDropTarget(){this.unsubscribeDropTarget&&(this.unsubscribeDropTarget(),this.unsubscribeDropTarget=void 0)}get dropTarget(){return this.dropTargetNode||this.dropTargetRef&&this.dropTargetRef.current}clearDropTarget(){this.dropTargetRef=null,this.dropTargetNode=null}constructor(e){this.hooks=ek({dropTarget:(n,r)=>{this.clearDropTarget(),this.dropTargetOptions=r,av(n)?this.dropTargetRef=n:this.dropTargetNode=n,this.reconnect()}}),this.handlerId=null,this.dropTargetRef=null,this.dropTargetOptionsInternal=null,this.lastConnectedHandlerId=null,this.lastConnectedDropTarget=null,this.lastConnectedDropTargetOptions=null,this.backend=e}}function Rl(){const{dragDropManager:t}=X.useContext(UE);return Ht(t!=null,"Expected drag drop context"),t}function X3(t,e){const n=Rl(),r=X.useMemo(()=>new G3(n.getBackend()),[n]);return kc(()=>(r.dragSourceOptions=t||null,r.reconnect(),()=>r.disconnectDragSource()),[r,t]),kc(()=>(r.dragPreviewOptions=e||null,r.reconnect(),()=>r.disconnectDragPreview()),[r,e]),r}function K3(){const t=Rl();return X.useMemo(()=>new $3(t),[t])}class Z3{beginDrag(){const e=this.spec,n=this.monitor;let r=null;return typeof e.item=="object"?r=e.item:typeof e.item=="function"?r=e.item(n):r={},r??null}canDrag(){const e=this.spec,n=this.monitor;return typeof e.canDrag=="boolean"?e.canDrag:typeof e.canDrag=="function"?e.canDrag(n):!0}isDragging(e,n){const r=this.spec,i=this.monitor,{isDragging:o}=r;return o?o(i):n===e.getSourceId()}endDrag(){const e=this.spec,n=this.monitor,r=this.connector,{end:i}=e;i&&i(n.getItem(),n),r.reconnect()}constructor(e,n,r){this.spec=e,this.monitor=n,this.connector=r}}function J3(t,e,n){const r=X.useMemo(()=>new Z3(t,e,n),[e,n]);return X.useEffect(()=>{r.spec=t},[t]),r}function Q3(t){return X.useMemo(()=>{const e=t.type;return Ht(e!=null,"spec.type must be defined"),e},[t])}function eU(t,e,n){const r=Rl(),i=J3(t,e,n),o=Q3(t);kc(function(){if(o!=null){const[c,f]=H3(o,i,r);return e.receiveHandlerId(c),n.receiveHandlerId(c),f}},[r,e,n,i,o])}function tk(t,e){const n=QE(t,e);Ht(!n.begin,"useDrag::spec.begin was deprecated in v14. Replace spec.begin() with spec.item(). (see more here - https://react-dnd.github.io/react-dnd/docs/api/use-drag)");const r=K3(),i=X3(n.options,n.previewOptions);return eU(n,r,i),[JE(n.collect,r,i),j3(i),B3(i)]}function tU(t){const n=Rl().getMonitor(),[r,i]=ZE(n,t);return X.useEffect(()=>n.subscribeToOffsetChange(i)),X.useEffect(()=>n.subscribeToStateChange(i)),r}function nU(t){return X.useMemo(()=>t.hooks.dropTarget(),[t])}function rU(t){const e=Rl(),n=X.useMemo(()=>new q3(e.getBackend()),[e]);return kc(()=>(n.dropTargetOptions=t||null,n.reconnect(),()=>n.disconnectDropTarget()),[t]),n}function iU(){const t=Rl();return X.useMemo(()=>new V3(t),[t])}function oU(t){const{accept:e}=t;return X.useMemo(()=>(Ht(t.accept!=null,"accept must be defined"),Array.isArray(e)?e:[e]),[e])}class sU{canDrop(){const e=this.spec,n=this.monitor;return e.canDrop?e.canDrop(n.getItem(),n):!0}hover(){const e=this.spec,n=this.monitor;e.hover&&e.hover(n.getItem(),n)}drop(){const e=this.spec,n=this.monitor;if(e.drop)return e.drop(n.getItem(),n)}constructor(e,n){this.spec=e,this.monitor=n}}function aU(t,e){const n=X.useMemo(()=>new sU(t,e),[e]);return X.useEffect(()=>{n.spec=t},[t]),n}function lU(t,e,n){const r=Rl(),i=aU(t,e),o=oU(t);kc(function(){const[c,f]=U3(o,i,r);return e.receiveHandlerId(c),n.receiveHandlerId(c),f},[r,e,i,n,o.map(a=>a.toString()).join("|")])}function dp(t,e){const n=QE(t,e),r=iU(),i=rU(n.options);return lU(n,r,i),[JE(n.collect,r,i),nU(i)]}var nk=t=>{throw TypeError(t)},rk=(t,e,n)=>e.has(t)||nk("Cannot "+n),Nt=(t,e,n)=>(rk(t,e,"read from private field"),n?n.call(t):e.get(t)),Ds=(t,e,n)=>e.has(t)?nk("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,n),hc=(t,e,n,r)=>(rk(t,e,"write to private field"),e.set(t,n),n),lu,uU=class{constructor(){Ds(this,lu),this.register=t=>{Nt(this,lu).push(t)},this.unregister=t=>{for(;Nt(this,lu).indexOf(t)!==-1;)Nt(this,lu).splice(Nt(this,lu).indexOf(t),1)},this.backendChanged=t=>{for(let e of Nt(this,lu))e.backendChanged(t)},hc(this,lu,[])}};lu=new WeakMap;var Xo,hd,Ko,yl,pc,lv,uv,cv,Wh,zh,pd,ik=class Yh{constructor(e,n,r){if(Ds(this,Xo),Ds(this,hd),Ds(this,Ko),Ds(this,yl),Ds(this,pc),Ds(this,lv,(i,o,a)=>{if(!a.backend)throw new Error(`You must specify a 'backend' property in your Backend entry: ${JSON.stringify(a)}`);let c=a.backend(i,o,a.options),f=a.id,p=!a.id&&c&&c.constructor;if(p&&(f=c.constructor.name),!f)throw new Error(`You must specify an 'id' property in your Backend entry: ${JSON.stringify(a)}
5
5
  see this guide: https://github.com/louisbrunner/dnd-multi-backend/tree/master/packages/react-dnd-multi-backend#migrating-from-5xx`);if(p&&console.warn(`Deprecation notice: You are using a pipeline which doesn't include backends' 'id'.
6
6
  This might be unsupported in the future, please specify 'id' explicitely for every backend.`),Nt(this,Ko)[f])throw new Error(`You must specify a unique 'id' property in your Backend entry:
7
- ${JSON.stringify(a)} (conflicts with: ${JSON.stringify(Nt(this,Ko)[f])})`);return{id:f,instance:c,preview:a.preview??!1,transition:a.transition,skipDispatchOnTransition:a.skipDispatchOnTransition??!1}}),this.setup=()=>{if(!(typeof window>"u")){if(zh.isSetUp)throw new Error("Cannot have two MultiBackends at the same time.");zh.isSetUp=!0,Nt(this,uv).call(this,window),Nt(this,Ko)[Nt(this,Xo)].instance.setup()}},this.teardown=()=>{typeof window>"u"||(zh.isSetUp=!1,Nt(this,cv).call(this,window),Nt(this,Ko)[Nt(this,Xo)].instance.teardown())},this.connectDragSource=(i,o,a)=>Nt(this,pd).call(this,"connectDragSource",i,o,a),this.connectDragPreview=(i,o,a)=>Nt(this,pd).call(this,"connectDragPreview",i,o,a),this.connectDropTarget=(i,o,a)=>Nt(this,pd).call(this,"connectDropTarget",i,o,a),this.profile=()=>Nt(this,Ko)[Nt(this,Xo)].instance.profile(),this.previewEnabled=()=>Nt(this,Ko)[Nt(this,Xo)].preview,this.previewsList=()=>Nt(this,hd),this.backendsList=()=>Nt(this,yl),Ds(this,uv,i=>{for(let o of Nt(this,yl))o.transition&&i.addEventListener(o.transition.event,Nt(this,Hh))}),Ds(this,cv,i=>{for(let o of Nt(this,yl))o.transition&&i.removeEventListener(o.transition.event,Nt(this,Hh))}),Ds(this,Hh,i=>{var a;let o=Nt(this,Xo);if(Nt(this,yl).some(c=>c.id!==Nt(this,Xo)&&c.transition&&c.transition.check(i)?(hc(this,Xo,c.id),!0):!1),Nt(this,Xo)!==o){Nt(this,Ko)[o].instance.teardown();for(let[y,g]of Object.entries(Nt(this,pc)))g.unsubscribe(),g.unsubscribe=Nt(this,Wh).call(this,g.func,...g.args);Nt(this,hd).backendChanged(this);let c=Nt(this,Ko)[Nt(this,Xo)];if(c.instance.setup(),c.skipDispatchOnTransition)return;let f=i.constructor,p=new f(i.type,i);(a=i.target)==null||a.dispatchEvent(p)}}),Ds(this,Wh,(i,o,a,c)=>Nt(this,Ko)[Nt(this,Xo)].instance[i](o,a,c)),Ds(this,pd,(i,o,a,c)=>{let f=`${i}_${o}`,p=Nt(this,Wh).call(this,i,o,a,c);return Nt(this,pc)[f]={func:i,args:[o,a,c],unsubscribe:p},()=>{Nt(this,pc)[f].unsubscribe(),delete Nt(this,pc)[f]}}),!r||!r.backends||r.backends.length<1)throw new Error(`You must specify at least one Backend, if you are coming from 2.x.x (or don't understand this error)
8
- see this guide: https://github.com/louisbrunner/dnd-multi-backend/tree/master/packages/react-dnd-multi-backend#migrating-from-2xx`);hc(this,hd,new uU),hc(this,Ko,{}),hc(this,yl,[]);for(let i of r.backends){let o=Nt(this,lv).call(this,e,n,i);Nt(this,Ko)[o.id]=o,Nt(this,yl).push(o)}hc(this,Xo,Nt(this,yl)[0].id),hc(this,pc,{})}};Xo=new WeakMap,hd=new WeakMap,Ko=new WeakMap,yl=new WeakMap,pc=new WeakMap,lv=new WeakMap,uv=new WeakMap,cv=new WeakMap,Hh=new WeakMap,Wh=new WeakMap,pd=new WeakMap,ik.isSetUp=!1;var cU=ik,fU=(t,e,n)=>new cU(t,e,n),ok=(t,e)=>({event:t,check:e}),dU=ok("touchstart",t=>{let e=t;return e.touches!==null&&e.touches!==void 0}),hU=ok("pointerdown",t=>t.pointerType==="mouse"),du;(function(t){t.mouse="mouse",t.touch="touch",t.keyboard="keyboard"})(du||(du={}));class pU{get delay(){var e;return(e=this.args.delay)!==null&&e!==void 0?e:0}get scrollAngleRanges(){return this.args.scrollAngleRanges}get getDropTargetElementsAtPoint(){return this.args.getDropTargetElementsAtPoint}get ignoreContextMenu(){var e;return(e=this.args.ignoreContextMenu)!==null&&e!==void 0?e:!1}get enableHoverOutsideTarget(){var e;return(e=this.args.enableHoverOutsideTarget)!==null&&e!==void 0?e:!1}get enableKeyboardEvents(){var e;return(e=this.args.enableKeyboardEvents)!==null&&e!==void 0?e:!1}get enableMouseEvents(){var e;return(e=this.args.enableMouseEvents)!==null&&e!==void 0?e:!1}get enableTouchEvents(){var e;return(e=this.args.enableTouchEvents)!==null&&e!==void 0?e:!0}get touchSlop(){return this.args.touchSlop||0}get delayTouchStart(){var e,n,r,i;return(i=(r=(e=this.args)===null||e===void 0?void 0:e.delayTouchStart)!==null&&r!==void 0?r:(n=this.args)===null||n===void 0?void 0:n.delay)!==null&&i!==void 0?i:0}get delayMouseStart(){var e,n,r,i;return(i=(r=(e=this.args)===null||e===void 0?void 0:e.delayMouseStart)!==null&&r!==void 0?r:(n=this.args)===null||n===void 0?void 0:n.delay)!==null&&i!==void 0?i:0}get window(){if(this.context&&this.context.window)return this.context.window;if(typeof window<"u")return window}get document(){var e;if(!((e=this.context)===null||e===void 0)&&e.document)return this.context.document;if(this.window)return this.window.document}get rootElement(){var e;return((e=this.args)===null||e===void 0?void 0:e.rootElement)||this.document}constructor(e,n){this.args=e,this.context=n}}function gU(t,e,n,r){return Math.sqrt(Math.pow(Math.abs(n-t),2)+Math.pow(Math.abs(r-e),2))}function mU(t,e,n,r,i){if(!i)return!1;const o=Math.atan2(r-e,n-t)*180/Math.PI+180;for(let a=0;a<i.length;++a){const c=i[a];if(c&&(c.start==null||o>=c.start)&&(c.end==null||o<=c.end))return!0}return!1}const vU={Left:1},yU={Left:0};function Jg(t){return t.button===void 0||t.button===yU.Left}function bU(t){return t.buttons===void 0||(t.buttons&vU.Left)===0}function sk(t){return!!t.targetTouches}const wU=1;function xU(t){const e=t.nodeType===wU?t:t.parentElement;if(!e)return;const{top:n,left:r}=e.getBoundingClientRect();return{x:r,y:n}}function SU(t,e){if(t.targetTouches.length===1)return dp(t.targetTouches[0]);if(e&&t.touches.length===1&&t.touches[0].target===e.target)return dp(t.touches[0])}function dp(t,e){return sk(t)?SU(t,e):{x:t.clientX,y:t.clientY}}const Zx=(()=>{let t=!1;try{addEventListener("test",()=>{},Object.defineProperty({},"passive",{get(){return t=!0,!0}}))}catch{}return t})(),sd={[du.mouse]:{start:"mousedown",move:"mousemove",end:"mouseup",contextmenu:"contextmenu"},[du.touch]:{start:"touchstart",move:"touchmove",end:"touchend"},[du.keyboard]:{keydown:"keydown"}};class Td{profile(){var e;return{sourceNodes:this.sourceNodes.size,sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,targetNodes:this.targetNodes.size,dragOverTargetIds:((e=this.dragOverTargetIds)===null||e===void 0?void 0:e.length)||0}}get document(){return this.options.document}setup(){const e=this.options.rootElement;e&&(Ht(!Td.isSetUp,"Cannot have two Touch backends at the same time."),Td.isSetUp=!0,this.addEventListener(e,"start",this.getTopMoveStartHandler()),this.addEventListener(e,"start",this.handleTopMoveStartCapture,!0),this.addEventListener(e,"move",this.handleTopMove),this.addEventListener(e,"move",this.handleTopMoveCapture,!0),this.addEventListener(e,"end",this.handleTopMoveEndCapture,!0),this.options.enableMouseEvents&&!this.options.ignoreContextMenu&&this.addEventListener(e,"contextmenu",this.handleTopMoveEndCapture),this.options.enableKeyboardEvents&&this.addEventListener(e,"keydown",this.handleCancelOnEscape,!0))}teardown(){const e=this.options.rootElement;e&&(Td.isSetUp=!1,this._mouseClientOffset={},this.removeEventListener(e,"start",this.handleTopMoveStartCapture,!0),this.removeEventListener(e,"start",this.handleTopMoveStart),this.removeEventListener(e,"move",this.handleTopMoveCapture,!0),this.removeEventListener(e,"move",this.handleTopMove),this.removeEventListener(e,"end",this.handleTopMoveEndCapture,!0),this.options.enableMouseEvents&&!this.options.ignoreContextMenu&&this.removeEventListener(e,"contextmenu",this.handleTopMoveEndCapture),this.options.enableKeyboardEvents&&this.removeEventListener(e,"keydown",this.handleCancelOnEscape,!0),this.uninstallSourceNodeRemovalObserver())}addEventListener(e,n,r,i=!1){const o=Zx?{capture:i,passive:!1}:i;this.listenerTypes.forEach(function(a){const c=sd[a][n];c&&e.addEventListener(c,r,o)})}removeEventListener(e,n,r,i=!1){const o=Zx?{capture:i,passive:!1}:i;this.listenerTypes.forEach(function(a){const c=sd[a][n];c&&e.removeEventListener(c,r,o)})}connectDragSource(e,n){const r=this.handleMoveStart.bind(this,e);return this.sourceNodes.set(e,n),this.addEventListener(n,"start",r),()=>{this.sourceNodes.delete(e),this.removeEventListener(n,"start",r)}}connectDragPreview(e,n,r){return this.sourcePreviewNodeOptions.set(e,r),this.sourcePreviewNodes.set(e,n),()=>{this.sourcePreviewNodes.delete(e),this.sourcePreviewNodeOptions.delete(e)}}connectDropTarget(e,n){const r=this.options.rootElement;if(!this.document||!r)return()=>{};const i=o=>{if(!this.document||!r||!this.monitor.isDragging())return;let a;switch(o.type){case sd.mouse.move:a={x:o.clientX,y:o.clientY};break;case sd.touch.move:var c,f;a={x:((c=o.touches[0])===null||c===void 0?void 0:c.clientX)||0,y:((f=o.touches[0])===null||f===void 0?void 0:f.clientY)||0};break}const p=a!=null?this.document.elementFromPoint(a.x,a.y):void 0,y=p&&n.contains(p);if(p===n||y)return this.handleMove(o,e)};return this.addEventListener(this.document.body,"move",i),this.targetNodes.set(e,n),()=>{this.document&&(this.targetNodes.delete(e),this.removeEventListener(this.document.body,"move",i))}}getTopMoveStartHandler(){return!this.options.delayTouchStart&&!this.options.delayMouseStart?this.handleTopMoveStart:this.handleTopMoveStartDelay}installSourceNodeRemovalObserver(e){this.uninstallSourceNodeRemovalObserver(),this.draggedSourceNode=e,this.draggedSourceNodeRemovalObserver=new MutationObserver(()=>{e&&!e.parentElement&&(this.resurrectSourceNode(),this.uninstallSourceNodeRemovalObserver())}),!(!e||!e.parentElement)&&this.draggedSourceNodeRemovalObserver.observe(e.parentElement,{childList:!0})}resurrectSourceNode(){this.document&&this.draggedSourceNode&&(this.draggedSourceNode.style.display="none",this.draggedSourceNode.removeAttribute("data-reactid"),this.document.body.appendChild(this.draggedSourceNode))}uninstallSourceNodeRemovalObserver(){this.draggedSourceNodeRemovalObserver&&this.draggedSourceNodeRemovalObserver.disconnect(),this.draggedSourceNodeRemovalObserver=void 0,this.draggedSourceNode=void 0}constructor(e,n,r){this.getSourceClientOffset=i=>{const o=this.sourceNodes.get(i);return o&&xU(o)},this.handleTopMoveStartCapture=i=>{Jg(i)&&(this.moveStartSourceIds=[])},this.handleMoveStart=i=>{Array.isArray(this.moveStartSourceIds)&&this.moveStartSourceIds.unshift(i)},this.handleTopMoveStart=i=>{if(!Jg(i))return;const o=dp(i);o&&(sk(i)&&(this.lastTargetTouchFallback=i.targetTouches[0]),this._mouseClientOffset=o),this.waitingForDelay=!1},this.handleTopMoveStartDelay=i=>{if(!Jg(i))return;const o=i.type===sd.touch.start?this.options.delayTouchStart:this.options.delayMouseStart;this.timeout=setTimeout(this.handleTopMoveStart.bind(this,i),o),this.waitingForDelay=!0},this.handleTopMoveCapture=()=>{this.dragOverTargetIds=[]},this.handleMove=(i,o)=>{this.dragOverTargetIds&&this.dragOverTargetIds.unshift(o)},this.handleTopMove=i=>{if(this.timeout&&clearTimeout(this.timeout),!this.document||this.waitingForDelay)return;const{moveStartSourceIds:o,dragOverTargetIds:a}=this,c=this.options.enableHoverOutsideTarget,f=dp(i,this.lastTargetTouchFallback);if(!f)return;if(this._isScrolling||!this.monitor.isDragging()&&mU(this._mouseClientOffset.x||0,this._mouseClientOffset.y||0,f.x,f.y,this.options.scrollAngleRanges)){this._isScrolling=!0;return}if(!this.monitor.isDragging()&&this._mouseClientOffset.hasOwnProperty("x")&&o&&gU(this._mouseClientOffset.x||0,this._mouseClientOffset.y||0,f.x,f.y)>(this.options.touchSlop?this.options.touchSlop:0)&&(this.moveStartSourceIds=void 0,this.actions.beginDrag(o,{clientOffset:this._mouseClientOffset,getSourceClientOffset:this.getSourceClientOffset,publishSource:!1})),!this.monitor.isDragging())return;const p=this.sourceNodes.get(this.monitor.getSourceId());this.installSourceNodeRemovalObserver(p),this.actions.publishDragSource(),i.cancelable&&i.preventDefault();const y=(a||[]).map(I=>this.targetNodes.get(I)).filter(I=>!!I),g=this.options.getDropTargetElementsAtPoint?this.options.getDropTargetElementsAtPoint(f.x,f.y,y):this.document.elementsFromPoint(f.x,f.y),T=[];for(const I in g){if(!g.hasOwnProperty(I))continue;let A=g[I];for(A!=null&&T.push(A);A;)A=A.parentElement,A&&T.indexOf(A)===-1&&T.push(A)}const E=T.filter(I=>y.indexOf(I)>-1).map(I=>this._getDropTargetId(I)).filter(I=>!!I).filter((I,A,j)=>j.indexOf(I)===A);if(c)for(const I in this.targetNodes){const A=this.targetNodes.get(I);if(p&&A&&A.contains(p)&&E.indexOf(I)===-1){E.unshift(I);break}}E.reverse(),this.actions.hover(E,{clientOffset:f})},this._getDropTargetId=i=>{const o=this.targetNodes.keys();let a=o.next();for(;a.done===!1;){const c=a.value;if(i===this.targetNodes.get(c))return c;a=o.next()}},this.handleTopMoveEndCapture=i=>{if(this._isScrolling=!1,this.lastTargetTouchFallback=void 0,!!bU(i)){if(!this.monitor.isDragging()||this.monitor.didDrop()){this.moveStartSourceIds=void 0;return}i.cancelable&&i.preventDefault(),this._mouseClientOffset={},this.uninstallSourceNodeRemovalObserver(),this.actions.drop(),this.actions.endDrag()}},this.handleCancelOnEscape=i=>{i.key==="Escape"&&this.monitor.isDragging()&&(this._mouseClientOffset={},this.uninstallSourceNodeRemovalObserver(),this.actions.endDrag())},this.options=new pU(r,n),this.actions=e.getActions(),this.monitor=e.getMonitor(),this.sourceNodes=new Map,this.sourcePreviewNodes=new Map,this.sourcePreviewNodeOptions=new Map,this.targetNodes=new Map,this.listenerTypes=[],this._mouseClientOffset={},this._isScrolling=!1,this.options.enableMouseEvents&&this.listenerTypes.push(du.mouse),this.options.enableTouchEvents&&this.listenerTypes.push(du.touch),this.options.enableKeyboardEvents&&this.listenerTypes.push(du.keyboard)}}const TU=function(e,n={},r={}){return new Td(e,n,r)};var Ms=function(){return Ms=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},Ms.apply(this,arguments)};function oo(t,e,n){if(n||arguments.length===2)for(var r=0,i=e.length,o;r<i;r++)(o||!(r in e))&&(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return t.concat(o||Array.prototype.slice.call(e))}function CU(t){var e=t.isVisible,n=t.ease,r=n===void 0?"easeIn":n,i=t.duration,o=t.variants,a=o===void 0?{open:{opacity:1,height:"auto"},close:{opacity:0,height:0}}:o,c=t.children,f=lV({polyfill:MF}),p=f[0],y=f[1].height,g=X.useState(e),T=g[0],E=g[1],I=X.useState(e),A=I[0],j=I[1],R=X.useState(!1),H=R[0],U=R[1],ne=function(){U(!1),e||E(!1)};X.useEffect(function(){U(!0),e?E(!0):j(!1)},[e]);var q=y===0;return X.useEffect(function(){T&&j(!0)},[q]),X.createElement(sV.div,{style:H?{overflow:"hidden"}:void 0,onAnimationComplete:ne,initial:A?"open":"close",animate:A?"open":"close",inherit:!1,variants:a,transition:{ease:r,duration:EU(y,i)}},X.createElement("div",{ref:p},T&&c))}function EU(t,e){if(e)return e;if(!t)return 0;var n=t/36;return Math.round((4+10*Math.pow(n,.25)+n/5)*10)/1500}var ak=X.createContext({}),kU={isLock:!1},DU=function(t){var e=X.useState(kU.isLock),n=e[0],r=e[1];return X.createElement(ak.Provider,{value:{isLock:n,lock:function(){return r(!0)},unlock:function(){return r(!1)}}},t.children)},Kd=X.createContext({}),kh={dropTargetId:void 0,index:void 0},PU=function(t){var e=X.useState(kh.dropTargetId),n=e[0],r=e[1],i=X.useState(kh.index),o=i[0],a=i[1],c=function(p,y){r(p),a(y)},f=function(){r(kh.dropTargetId),a(kh.index)};return X.createElement(Kd.Provider,{value:{dropTargetId:n,index:o,showPlaceholder:c,hidePlaceholder:f}},t.children)},OU=function(t,e){return t.text>e.text?1:t.text<e.text?-1:0},ad=function(t,e){return t.find(function(n){return n.id===e})},lk=function(t,e,n){if(n===0)return!1;var r=t.find(function(i){return i.id===n});return r===void 0?!1:r.parent===e?!0:lk(t,e,r.parent)},Ly=function(t){return typeof t=="object"&&t!==null&&"id"in t&&"parent"in t&&"text"in t},xu=function(t,e,n){var r=n.tree,i=n.rootId,o=n.canDrop;if(t===null){if(e===i)return!0;var a=r.find(function(y){return y.id===e});return!!(a&&a.droppable)}else{var c=Ly(t)?t.id:null;if(o){var f=o(c,e);if(f!==void 0)return f}if(c===e)return!1;var p=r.find(function(g){return g.id===c}),a=r.find(function(g){return g.id===e});return p===void 0||c===null?e===i||!!(a!=null&&a.droppable):a===void 0?p.parent!==0:p.parent===e||!a.droppable?!1:!lk(r,c,e)}},_U=function(t,e,n){return t.map(function(r){return r.id===e?Ms(Ms({},r),{parent:n}):r})},uk=function(t,e,n){if(n===0)return 0;var r=t.filter(function(i){return i.parent===e});return r[n]?t.findIndex(function(i){return i.id===r[n].id}):t.findIndex(function(i){return i.id===r[n-1].id})+1},RU=function(t,e){return t.findIndex(function(n){return n.id===e})},ck=function(t,e,n,r){var i=RU(t,e),o=uk(t,n,r);return o=o>i?o-1:o,[i,o]},IU=function(t,e,n){var r=e<0?t.length+e:e;if(r>=0&&r<t.length){var i=n<0?t.length+n:n,o=t.splice(e,1)[0];t.splice(i,0,o)}},AU=function(t,e,n,r){var i=ck(t,e,n,r),o=i[0],a=i[1],c=oo([],t,!0);return IU(c,o,a),c.map(function(f){return f.id===e?Ms(Ms({},f),{parent:n}):f})},MU=function(t,e){var n=t.getBoundingClientRect(),r=n.top+n.height/2;return e>r?"down":"up"},fv=function(t,e){var n="",r=0;return t.forEach(function(i,o){var a,c=MU(i,((a=e.getClientOffset())===null||a===void 0?void 0:a.y)||0);n===""?n=c:n!==c&&(n=c,r=o),o===t.length-1&&c==="down"&&(r=o+1)}),r},Jx=function(t,e,n){var r=e.closest('[role="list"]'),i=r==null?void 0:r.querySelectorAll(':scope > [role="listitem"]');return i?fv(i,n):null},LU=function(t,e,n){var r=t.getBoundingClientRect(),i=n.dropTargetOffset,o=r.top+i,a=r.bottom-i;return e>a?"lower":e<o?"upper":"middle"},dv=function(t,e,n,r){var i;if(!e)return null;if(t===null){var o=e.querySelectorAll(':scope > [role="listitem"]');return{id:r.rootId,index:fv(o,n)}}var a=n.getItem(),c=e.querySelector('[role="list"]'),f=LU(e,((i=n.getClientOffset())===null||i===void 0?void 0:i.y)||0,r);if(c){if(f==="upper")if(xu(a,t.parent,r)){var p=Jx(t,e,n);return p===null?null:{id:t.parent,index:p}}else return{id:t.id,index:0};var o=c.querySelectorAll(':scope > [role="listitem"]');return{id:t.id,index:fv(o,n)}}else{if(f==="middle")return{id:t.id,index:0};if(xu(a,t.parent,r)){var p=Jx(t,e,n);return p===null?null:{id:t.parent,index:p}}return null}},FU=function(t){return t===void 0&&(t={}),{backends:[{id:"html5",backend:sC,options:t.html5,transition:hU},{id:"touch",backend:TU,options:t.touch||{enableMouseEvents:!0},preview:!0,transition:dU}]}},Yh=function(t,e){return t.some(function(n){return n.parent===e})},fk=X.createContext({}),NU=function(t){var e=WU(t.tree,t.initialOpen),n=e[0],r=e[1],i=r.handleToggle,o=r.handleCloseAll,a=r.handleOpenAll,c=r.handleOpen,f=r.handleClose;X.useImperativeHandle(t.treeRef,function(){return{open:function(E){return c(E,t.onChangeOpen)},close:function(E){return f(E,t.onChangeOpen)},openAll:function(){return a(t.onChangeOpen)},closeAll:function(){return o(t.onChangeOpen)}}});var p=Rl().getMonitor(),y=t.canDrop,g=t.canDrag,T=Ms(Ms({extraAcceptTypes:[],listComponent:"ul",listItemComponent:"li",placeholderComponent:"li",sort:!0,insertDroppableFirst:!0,enableAnimateExpand:!1,dropTargetOffset:0,initialOpen:!1},t),{openIds:n,onDrop:function(E,I,A){if(E){var j={dragSourceId:E.id,dropTargetId:I,dragSource:E,dropTarget:ad(t.tree,I),monitor:p},R=t.tree;if(ad(R,E.id)||(R=oo(oo([],R,!0),[E],!1)),t.sort===!1){var H=ck(R,E.id,I,A),U=H[1];j.destinationIndex=U,j.relativeIndex=A,t.onDrop(AU(R,E.id,I,A),j);return}t.onDrop(_U(R,E.id,I),j)}else{var j={dropTargetId:I,dropTarget:ad(t.tree,I),monitor:p};t.sort===!1&&(j.destinationIndex=uk(t.tree,I,A),j.relativeIndex=A),t.onDrop(t.tree,j)}},canDrop:y?function(E,I){return y(t.tree,{dragSourceId:E??void 0,dropTargetId:I,dragSource:p.getItem(),dropTarget:ad(t.tree,I),monitor:p})}:void 0,canDrag:g?function(E){return g(ad(t.tree,E))}:void 0,onToggle:function(E){return i(E,t.onChangeOpen)}});return X.createElement(fk.Provider,{value:T},t.children)},jU=function(t){return X.createElement(NU,Ms({},t),X.createElement(DU,null,X.createElement(PU,null,t.children)))},BU=function(t){var e=X.useContext(ak);X.useEffect(function(){if(t.current){var n=t.current,r=function(y){var g=y.target;(g instanceof HTMLInputElement||g instanceof HTMLTextAreaElement)&&e.lock()},i=function(y){var g=y.target;(g instanceof HTMLInputElement||g instanceof HTMLTextAreaElement)&&e.unlock()},o=function(y){return r(y)},a=function(y){return i(y)},c=function(y){return r(y)},f=function(y){return i(y)},p=new MutationObserver(function(){document.activeElement===document.body&&e.unlock()});return p.observe(n,{subtree:!0,childList:!0}),n.addEventListener("mouseover",o),n.addEventListener("mouseout",a),n.addEventListener("focusin",c),n.addEventListener("focusout",f),function(){p.disconnect(),n.removeEventListener("mouseover",o),n.removeEventListener("mouseout",a),n.removeEventListener("focusin",c),n.removeEventListener("focusout",f)}}},[t,e]),X.useEffect(function(){var n;(n=t.current)===null||n===void 0||n.setAttribute("draggable",e.isLock?"false":"true")},[t,e.isLock])},Vp={TREE_ITEM:Symbol()},dk=null,hk=function(t){var e=t.target;if(e instanceof HTMLElement){var n=e.closest('[role="listitem"]');t.currentTarget===n&&(dk=n)}},Qx=function(t){return hk(t)},eS=function(t){return hk(t)},$U=function(t,e){var n=Du();X.useEffect(function(){var c=e.current;return c==null||c.addEventListener("dragstart",Qx),c==null||c.addEventListener("touchstart",eS,{passive:!0}),function(){c==null||c.removeEventListener("dragstart",Qx),c==null||c.removeEventListener("touchstart",eS)}},[e]);var r=tk({type:Vp.TREE_ITEM,item:function(c){var f=Ms({ref:e},t);return n.onDragStart&&n.onDragStart(f,c),f},end:function(c,f){var p=c;n.onDragEnd&&n.onDragEnd(p,f)},canDrag:function(){var c=n.canDrag;return dk!==e.current?!1:c?c(t.id):!0},collect:function(c){return{isDragging:c.isDragging()}}}),i=r[0].isDragging,o=r[1],a=r[2];return[i,o,a]},VU=function(t,e,n){var r=X.useRef(0),i=X.useRef(0),o=function(){r.current+=1,r.current===1&&!e&&(i.current=window.setTimeout(function(){return n(t)},500))},a=function(){r.current-=1,r.current===0&&window.clearTimeout(i.current)},c=function(){i.current>0&&window.clearTimeout(i.current),r.current=0,i.current=0};return{onDragEnter:o,onDragLeave:a,onDrop:c}},UU=function(t){var e=Du(),n=X.useContext(Kd),r=fp({accept:oo([Vp.TREE_ITEM],e.extraAcceptTypes,!0),drop:function(f,p){var y=e.rootId,g=e.onDrop,T=n.dropTargetId,E=n.index;p.isOver({shallow:!0})&&T!==void 0&&E!==void 0&&g(Ly(f)?f:null,y,E),n.hidePlaceholder()},canDrop:function(f,p){var y=e.rootId;return p.isOver({shallow:!0})?f===void 0?!1:xu(f,y,e):!1},hover:function(f,p){if(p.isOver({shallow:!0})){var y=e.rootId,g=n.dropTargetId,T=n.index,E=n.showPlaceholder,I=n.hidePlaceholder,A=dv(null,t.current,p,e);if(A===null||!xu(f,y,e)){I();return}(A.id!==g||A.index!==T)&&E(A.id,A.index)}},collect:function(f){var p=f.getItem();return{isOver:f.isOver({shallow:!0})&&f.canDrop(),dragSource:p}}}),i=r[0],o=i.isOver,a=i.dragSource,c=r[1];return[o,a,c]},HU=function(t,e){var n=Du(),r=X.useContext(Kd),i=fp({accept:oo([Vp.TREE_ITEM],n.extraAcceptTypes,!0),drop:function(p,y){var g=r.dropTargetId,T=r.index;y.isOver({shallow:!0})&&g!==void 0&&T!==void 0&&n.onDrop(Ly(p)?p:null,g,T),r.hidePlaceholder()},canDrop:function(p,y){if(y.isOver({shallow:!0})){var g=dv(t,e.current,y,n);return g===null?!1:xu(p,g.id,n)}return!1},hover:function(p,y){if(y.isOver({shallow:!0})){var g=r.dropTargetId,T=r.index,E=r.showPlaceholder,I=r.hidePlaceholder,A=dv(t,e.current,y,n);if(A===null||!xu(p,A.id,n)){I();return}(A.id!==g||A.index!==T)&&E(A.id,A.index)}},collect:function(p){var y=p.getItem();return{isOver:p.isOver({shallow:!0})&&p.canDrop(),dragSource:y}}}),o=i[0],a=o.isOver,c=o.dragSource,f=i[1];return[a,c,f]},WU=function(t,e){var n=X.useMemo(function(){return e===!0?t.filter(function(g){return Yh(t,g.id)}).map(function(g){return g.id}):Array.isArray(e)?e:[]},[e]),r=X.useState(n),i=r[0],o=r[1];X.useEffect(function(){return o(n)},[n]);var a=function(g,T){var E=i.includes(g)?i.filter(function(I){return I!==g}):oo(oo([],i,!0),[g],!1);o(E),T&&T(E)},c=function(g){o([]),g&&g([])},f=function(g){var T=t.filter(function(E){return Yh(t,E.id)}).map(function(E){return E.id});o(T),g&&g(T)},p=function(g,T){var E=[];if(Array.isArray(g)){var I=t.filter(function(A){return g.includes(A.id)&&Yh(t,A.id)});E=oo(oo([],i,!0),I.map(function(A){return A.id}),!0).filter(function(A,j,R){return R.indexOf(A)===j})}else E=i.includes(g)?i:oo(oo([],i,!0),[g],!1);o(E),T&&T(E)},y=function(g,T){var E=i.filter(function(I){return Array.isArray(g)?!g.includes(I):I!==g});o(E),T&&T(E)};return[i,{handleToggle:a,handleCloseAll:c,handleOpenAll:f,handleOpen:p,handleClose:y}]},zU=function(){return tU(function(t){var e=t.getItemType();return{item:t.getItem(),clientOffset:t.getClientOffset(),isDragging:t.isDragging()&&e===Vp.TREE_ITEM}})},Du=function(){var t=X.useContext(fk);if(!t)throw new Error("useTreeContext must be used under TreeProvider");return t},YU=function(t,e){var n=Du(),r=n.rootId,i=n.rootProps,o=n.classes,a=(o==null?void 0:o.container)||"";return e&&(o!=null&&o.dropTarget)&&(a="".concat(a," ").concat(o.dropTarget)),t===r&&(o!=null&&o.root)&&(a="".concat(a," ").concat(o.root)),t===r&&(i!=null&&i.className)&&(a="".concat(a," ").concat(i.className)),a=a.trim(),a},GU=function(t,e,n){e.current?n(e):n(t),X.useEffect(function(){e.current?n(e):n(t)},[e.current])},qU=function(t){var e=Du(),n=X.useContext(Kd),r=X.useRef(null),i=X.useRef(null),o=e.tree.find(function(le){return le.id===t.id}),a=e.openIds,c=e.classes,f=e.enableAnimateExpand,p=a.includes(t.id),y=$U(o,r),g=y[0],T=y[1],E=y[2],I=HU(o,r),A=I[0],j=I[1],R=I[2];GU(r,i,T),xu(j,t.id,e)&&R(r),X.useEffect(function(){e.dragPreviewRender?E(hF(),{captureDraggingState:!0}):i.current&&E(r)},[E,e.dragPreviewRender]),BU(r);var H=function(){return e.onToggle(o.id)},U=e.listItemComponent,ne=e.canDrag?e.canDrag(t.id):!0,q=n.dropTargetId===t.id,ie={depth:t.depth,isOpen:p,isDragging:g,isDropTarget:q,draggable:ne,hasChild:Yh(e.tree,t.id),containerRef:r,handleRef:i,onToggle:H},x="";return c!=null&&c.listItem&&(x=typeof c.listItem=="string"?c.listItem:c.listItem(o,ie)),A&&(c!=null&&c.dropTarget)&&(x="".concat(x," ").concat(c.dropTarget)),g&&(c!=null&&c.draggingSource)&&(x="".concat(x," ").concat(c.draggingSource)),X.createElement(U,{ref:r,className:x,role:"listitem"},e.render(o,ie),f&&ie.hasChild&&X.createElement(CU,{isVisible:p},X.createElement(hv,{parentId:t.id,depth:t.depth+1})),!f&&ie.hasChild&&p&&X.createElement(hv,{parentId:t.id,depth:t.depth+1}))},tS=function(t){var e=Du(),n=e.placeholderRender,r=e.placeholderComponent,i=e.classes,o=X.useContext(Kd),a=Rl(),c=a.getMonitor(),f=c.getItem();if(!n||!f)return null;var p=t.dropTargetId===o.dropTargetId&&(t.index===o.index||t.index===void 0&&t.listCount===o.index),y=c.getTargetIds();return!p||!y.length?null:X.createElement(r,{className:(i==null?void 0:i.placeholder)||""},n(f,{depth:t.depth}))},hv=function(t){var e=Du(),n=X.useRef(null),r=e.tree.filter(function(A){return A.parent===t.parentId}),i=r,o=typeof e.sort=="function"?e.sort:OU;if(e.insertDroppableFirst){var a=r.filter(function(A){return A.droppable}),c=r.filter(function(A){return!A.droppable});e.sort===!1?i=oo(oo([],a,!0),c,!0):(a=a.sort(o),c=c.sort(o),i=oo(oo([],a,!0),c,!0))}else e.sort!==!1&&(i=r.sort(o));var f=UU(n),p=f[0],y=f[1],g=f[2];t.parentId===e.rootId&&xu(y,e.rootId,e)&&g(n);var T=YU(t.parentId,p),E=e.rootProps||{},I=e.listComponent;return X.createElement(I,Ms({ref:n,role:"list"},E,{className:T}),i.map(function(A,j){return X.createElement(X.Fragment,{key:A.id},X.createElement(tS,{depth:t.depth,listCount:i.length,dropTargetId:t.parentId,index:j}),X.createElement(qU,{id:A.id,depth:t.depth}))}),X.createElement(tS,{depth:t.depth,listCount:i.length,dropTargetId:t.parentId}))},XU={height:"100%",left:0,pointerEvents:"none",position:"fixed",top:0,width:"100%",zIndex:100},KU=function(t){var e=t.clientOffset;if(!e)return{};var n=e.x,r=e.y,i="translate(".concat(n,"px, ").concat(r,"px)");return{pointerEvents:"none",transform:i}},ZU=function(){var t=Du(),e=zU(),n=e.isDragging,r=e.clientOffset;return!n||!r?null:X.createElement("div",{style:XU},X.createElement("div",{style:KU(e)},t.dragPreviewRender&&t.dragPreviewRender(e)))};function JU(t,e){return X.createElement(jU,Ms({},t,{treeRef:e}),t.dragPreviewRender&&X.createElement(ZU,null),X.createElement(hv,{parentId:t.rootId,depth:0}))}var QU=X.forwardRef(JU);const pk=X.createContext({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"}),Up=X.createContext({}),Fy=X.createContext(null),Hp=typeof document<"u",eH=Hp?X.useLayoutEffect:X.useEffect,gk=X.createContext({strict:!1}),Ny=t=>t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),tH="framerAppearId",mk="data-"+Ny(tH);function nH(t,e,n,r){const{visualElement:i}=X.useContext(Up),o=X.useContext(gk),a=X.useContext(Fy),c=X.useContext(pk).reducedMotion,f=X.useRef();r=r||o.renderer,!f.current&&r&&(f.current=r(t,{visualState:e,parent:i,props:n,presenceContext:a,blockInitialAnimation:a?a.initial===!1:!1,reducedMotionConfig:c}));const p=f.current;X.useInsertionEffect(()=>{p&&p.update(n,a)});const y=X.useRef(!!(n[mk]&&!window.HandoffComplete));return eH(()=>{p&&(p.render(),y.current&&p.animationState&&p.animationState.animateChanges())}),X.useEffect(()=>{p&&(p.updateFeatures(),!y.current&&p.animationState&&p.animationState.animateChanges(),y.current&&(y.current=!1,window.HandoffComplete=!0))}),p}function wf(t){return t&&typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"current")}function rH(t,e,n){return X.useCallback(r=>{r&&t.mount&&t.mount(r),e&&(r?e.mount(r):e.unmount()),n&&(typeof n=="function"?n(r):wf(n)&&(n.current=r))},[e])}function jd(t){return typeof t=="string"||Array.isArray(t)}function Wp(t){return t!==null&&typeof t=="object"&&typeof t.start=="function"}const jy=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],By=["initial",...jy];function zp(t){return Wp(t.animate)||By.some(e=>jd(t[e]))}function vk(t){return!!(zp(t)||t.variants)}function iH(t,e){if(zp(t)){const{initial:n,animate:r}=t;return{initial:n===!1||jd(n)?n:void 0,animate:jd(r)?r:void 0}}return t.inherit!==!1?e:{}}function oH(t){const{initial:e,animate:n}=iH(t,X.useContext(Up));return X.useMemo(()=>({initial:e,animate:n}),[nS(e),nS(n)])}function nS(t){return Array.isArray(t)?t.join(" "):t}const rS={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},Bd={};for(const t in rS)Bd[t]={isEnabled:e=>rS[t].some(n=>!!e[n])};function sH(t){for(const e in t)Bd[e]={...Bd[e],...t[e]}}const yk=X.createContext({}),bk=X.createContext({}),aH=Symbol.for("motionComponentSymbol");function lH({preloadedFeatures:t,createVisualElement:e,useRender:n,useVisualState:r,Component:i}){t&&sH(t);function o(c,f){let p;const y={...X.useContext(pk),...c,layoutId:uH(c)},{isStatic:g}=y,T=oH(c),E=r(c,g);if(!g&&Hp){T.visualElement=nH(i,E,y,e);const I=X.useContext(bk),A=X.useContext(gk).strict;T.visualElement&&(p=T.visualElement.loadFeatures(y,A,t,I))}return kn.createElement(Up.Provider,{value:T},p&&T.visualElement?kn.createElement(p,{visualElement:T.visualElement,...y}):null,n(i,c,rH(E,T.visualElement,f),E,g,T.visualElement))}const a=X.forwardRef(o);return a[aH]=i,a}function uH({layoutId:t}){const e=X.useContext(yk).id;return e&&t!==void 0?e+"-"+t:t}function cH(t){function e(r,i={}){return lH(t(r,i))}if(typeof Proxy>"u")return e;const n=new Map;return new Proxy(e,{get:(r,i)=>(n.has(i)||n.set(i,e(i)),n.get(i))})}const fH=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function $y(t){return typeof t!="string"||t.includes("-")?!1:!!(fH.indexOf(t)>-1||/[A-Z]/.test(t))}const hp={};function dH(t){Object.assign(hp,t)}const Zd=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Ic=new Set(Zd);function wk(t,{layout:e,layoutId:n}){return Ic.has(t)||t.startsWith("origin")||(e||n!==void 0)&&(!!hp[t]||t==="opacity")}const Io=t=>!!(t&&t.getVelocity),hH={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},pH=Zd.length;function gH(t,{enableHardwareAcceleration:e=!0,allowTransformNone:n=!0},r,i){let o="";for(let a=0;a<pH;a++){const c=Zd[a];if(t[c]!==void 0){const f=hH[c]||c;o+=`${f}(${t[c]}) `}}return e&&!t.z&&(o+="translateZ(0)"),o=o.trim(),i?o=i(t,r?"":o):n&&r&&(o="none"),o}const xk=t=>e=>typeof e=="string"&&e.startsWith(t),Sk=xk("--"),pv=xk("var(--"),mH=/var\s*\(\s*--[\w-]+(\s*,\s*(?:(?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)+)?\s*\)/g,vH=(t,e)=>e&&typeof t=="number"?e.transform(t):t,Su=(t,e,n)=>Math.min(Math.max(n,t),e),Ac={test:t=>typeof t=="number",parse:parseFloat,transform:t=>t},Cd={...Ac,transform:t=>Su(0,1,t)},Dh={...Ac,default:1},Ed=t=>Math.round(t*1e5)/1e5,Yp=/(-)?([\d]*\.?[\d])+/g,Tk=/(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))/gi,yH=/^(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))$/i;function Jd(t){return typeof t=="string"}const Qd=t=>({test:e=>Jd(e)&&e.endsWith(t)&&e.split(" ").length===1,parse:parseFloat,transform:e=>`${e}${t}`}),uu=Qd("deg"),Va=Qd("%"),Rt=Qd("px"),bH=Qd("vh"),wH=Qd("vw"),iS={...Va,parse:t=>Va.parse(t)/100,transform:t=>Va.transform(t*100)},oS={...Ac,transform:Math.round},Ck={borderWidth:Rt,borderTopWidth:Rt,borderRightWidth:Rt,borderBottomWidth:Rt,borderLeftWidth:Rt,borderRadius:Rt,radius:Rt,borderTopLeftRadius:Rt,borderTopRightRadius:Rt,borderBottomRightRadius:Rt,borderBottomLeftRadius:Rt,width:Rt,maxWidth:Rt,height:Rt,maxHeight:Rt,size:Rt,top:Rt,right:Rt,bottom:Rt,left:Rt,padding:Rt,paddingTop:Rt,paddingRight:Rt,paddingBottom:Rt,paddingLeft:Rt,margin:Rt,marginTop:Rt,marginRight:Rt,marginBottom:Rt,marginLeft:Rt,rotate:uu,rotateX:uu,rotateY:uu,rotateZ:uu,scale:Dh,scaleX:Dh,scaleY:Dh,scaleZ:Dh,skew:uu,skewX:uu,skewY:uu,distance:Rt,translateX:Rt,translateY:Rt,translateZ:Rt,x:Rt,y:Rt,z:Rt,perspective:Rt,transformPerspective:Rt,opacity:Cd,originX:iS,originY:iS,originZ:Rt,zIndex:oS,fillOpacity:Cd,strokeOpacity:Cd,numOctaves:oS};function Vy(t,e,n,r){const{style:i,vars:o,transform:a,transformOrigin:c}=t;let f=!1,p=!1,y=!0;for(const g in e){const T=e[g];if(Sk(g)){o[g]=T;continue}const E=Ck[g],I=vH(T,E);if(Ic.has(g)){if(f=!0,a[g]=I,!y)continue;T!==(E.default||0)&&(y=!1)}else g.startsWith("origin")?(p=!0,c[g]=I):i[g]=I}if(e.transform||(f||r?i.transform=gH(t.transform,n,y,r):i.transform&&(i.transform="none")),p){const{originX:g="50%",originY:T="50%",originZ:E=0}=c;i.transformOrigin=`${g} ${T} ${E}`}}const Uy=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function Ek(t,e,n){for(const r in e)!Io(e[r])&&!wk(r,n)&&(t[r]=e[r])}function xH({transformTemplate:t},e,n){return X.useMemo(()=>{const r=Uy();return Vy(r,e,{enableHardwareAcceleration:!n},t),Object.assign({},r.vars,r.style)},[e])}function SH(t,e,n){const r=t.style||{},i={};return Ek(i,r,t),Object.assign(i,xH(t,e,n)),t.transformValues?t.transformValues(i):i}function TH(t,e,n){const r={},i=SH(t,e,n);return t.drag&&t.dragListener!==!1&&(r.draggable=!1,i.userSelect=i.WebkitUserSelect=i.WebkitTouchCallout="none",i.touchAction=t.drag===!0?"none":`pan-${t.drag==="x"?"y":"x"}`),t.tabIndex===void 0&&(t.onTap||t.onTapStart||t.whileTap)&&(r.tabIndex=0),r.style=i,r}const CH=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","transformValues","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","ignoreStrict","viewport"]);function pp(t){return t.startsWith("while")||t.startsWith("drag")&&t!=="draggable"||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||t.startsWith("onLayout")||CH.has(t)}let kk=t=>!pp(t);function EH(t){t&&(kk=e=>e.startsWith("on")?!pp(e):t(e))}try{EH(require("@emotion/is-prop-valid").default)}catch{}function kH(t,e,n){const r={};for(const i in t)i==="values"&&typeof t.values=="object"||(kk(i)||n===!0&&pp(i)||!e&&!pp(i)||t.draggable&&i.startsWith("onDrag"))&&(r[i]=t[i]);return r}function sS(t,e,n){return typeof t=="string"?t:Rt.transform(e+n*t)}function DH(t,e,n){const r=sS(e,t.x,t.width),i=sS(n,t.y,t.height);return`${r} ${i}`}const PH={offset:"stroke-dashoffset",array:"stroke-dasharray"},OH={offset:"strokeDashoffset",array:"strokeDasharray"};function _H(t,e,n=1,r=0,i=!0){t.pathLength=1;const o=i?PH:OH;t[o.offset]=Rt.transform(-r);const a=Rt.transform(e),c=Rt.transform(n);t[o.array]=`${a} ${c}`}function Hy(t,{attrX:e,attrY:n,attrScale:r,originX:i,originY:o,pathLength:a,pathSpacing:c=1,pathOffset:f=0,...p},y,g,T){if(Vy(t,p,y,T),g){t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox);return}t.attrs=t.style,t.style={};const{attrs:E,style:I,dimensions:A}=t;E.transform&&(A&&(I.transform=E.transform),delete E.transform),A&&(i!==void 0||o!==void 0||I.transform)&&(I.transformOrigin=DH(A,i!==void 0?i:.5,o!==void 0?o:.5)),e!==void 0&&(E.x=e),n!==void 0&&(E.y=n),r!==void 0&&(E.scale=r),a!==void 0&&_H(E,a,c,f,!1)}const Dk=()=>({...Uy(),attrs:{}}),Wy=t=>typeof t=="string"&&t.toLowerCase()==="svg";function RH(t,e,n,r){const i=X.useMemo(()=>{const o=Dk();return Hy(o,e,{enableHardwareAcceleration:!1},Wy(r),t.transformTemplate),{...o.attrs,style:{...o.style}}},[e]);if(t.style){const o={};Ek(o,t.style,t),i.style={...o,...i.style}}return i}function IH(t=!1){return(n,r,i,{latestValues:o},a)=>{const f=($y(n)?RH:TH)(r,o,a,n),y={...kH(r,typeof n=="string",t),...f,ref:i},{children:g}=r,T=X.useMemo(()=>Io(g)?g.get():g,[g]);return X.createElement(n,{...y,children:T})}}function Pk(t,{style:e,vars:n},r,i){Object.assign(t.style,e,i&&i.getProjectionStyles(r));for(const o in n)t.style.setProperty(o,n[o])}const Ok=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function _k(t,e,n,r){Pk(t,e,void 0,r);for(const i in e.attrs)t.setAttribute(Ok.has(i)?i:Ny(i),e.attrs[i])}function zy(t,e){const{style:n}=t,r={};for(const i in n)(Io(n[i])||e.style&&Io(e.style[i])||wk(i,t))&&(r[i]=n[i]);return r}function Rk(t,e){const n=zy(t,e);for(const r in t)if(Io(t[r])||Io(e[r])){const i=Zd.indexOf(r)!==-1?"attr"+r.charAt(0).toUpperCase()+r.substring(1):r;n[i]=t[r]}return n}function Yy(t,e,n,r={},i={}){return typeof e=="function"&&(e=e(n!==void 0?n:t.custom,r,i)),typeof e=="string"&&(e=t.variants&&t.variants[e]),typeof e=="function"&&(e=e(n!==void 0?n:t.custom,r,i)),e}function AH(t){const e=X.useRef(null);return e.current===null&&(e.current=t()),e.current}const gp=t=>Array.isArray(t),MH=t=>!!(t&&typeof t=="object"&&t.mix&&t.toValue),LH=t=>gp(t)?t[t.length-1]||0:t;function Gh(t){const e=Io(t)?t.get():t;return MH(e)?e.toValue():e}function FH({scrapeMotionValuesFromProps:t,createRenderState:e,onMount:n},r,i,o){const a={latestValues:NH(r,i,o,t),renderState:e()};return n&&(a.mount=c=>n(r,c,a)),a}const Ik=t=>(e,n)=>{const r=X.useContext(Up),i=X.useContext(Fy),o=()=>FH(t,e,r,i);return n?o():AH(o)};function NH(t,e,n,r){const i={},o=r(t,{});for(const T in o)i[T]=Gh(o[T]);let{initial:a,animate:c}=t;const f=zp(t),p=vk(t);e&&p&&!f&&t.inherit!==!1&&(a===void 0&&(a=e.initial),c===void 0&&(c=e.animate));let y=n?n.initial===!1:!1;y=y||a===!1;const g=y?c:a;return g&&typeof g!="boolean"&&!Wp(g)&&(Array.isArray(g)?g:[g]).forEach(E=>{const I=Yy(t,E);if(!I)return;const{transitionEnd:A,transition:j,...R}=I;for(const H in R){let U=R[H];if(Array.isArray(U)){const ne=y?U.length-1:0;U=U[ne]}U!==null&&(i[H]=U)}for(const H in A)i[H]=A[H]}),i}const sr=t=>t;class aS{constructor(){this.order=[],this.scheduled=new Set}add(e){if(!this.scheduled.has(e))return this.scheduled.add(e),this.order.push(e),!0}remove(e){const n=this.order.indexOf(e);n!==-1&&(this.order.splice(n,1),this.scheduled.delete(e))}clear(){this.order.length=0,this.scheduled.clear()}}function jH(t){let e=new aS,n=new aS,r=0,i=!1,o=!1;const a=new WeakSet,c={schedule:(f,p=!1,y=!1)=>{const g=y&&i,T=g?e:n;return p&&a.add(f),T.add(f)&&g&&i&&(r=e.order.length),f},cancel:f=>{n.remove(f),a.delete(f)},process:f=>{if(i){o=!0;return}if(i=!0,[e,n]=[n,e],n.clear(),r=e.order.length,r)for(let p=0;p<r;p++){const y=e.order[p];y(f),a.has(y)&&(c.schedule(y),t())}i=!1,o&&(o=!1,c.process(f))}};return c}const Ph=["prepare","read","update","preRender","render","postRender"],BH=40;function $H(t,e){let n=!1,r=!0;const i={delta:0,timestamp:0,isProcessing:!1},o=Ph.reduce((g,T)=>(g[T]=jH(()=>n=!0),g),{}),a=g=>o[g].process(i),c=()=>{const g=performance.now();n=!1,i.delta=r?1e3/60:Math.max(Math.min(g-i.timestamp,BH),1),i.timestamp=g,i.isProcessing=!0,Ph.forEach(a),i.isProcessing=!1,n&&e&&(r=!1,t(c))},f=()=>{n=!0,r=!0,i.isProcessing||t(c)};return{schedule:Ph.reduce((g,T)=>{const E=o[T];return g[T]=(I,A=!1,j=!1)=>(n||f(),E.schedule(I,A,j)),g},{}),cancel:g=>Ph.forEach(T=>o[T].cancel(g)),state:i,steps:o}}const{schedule:Ln,cancel:Ol,state:Ni,steps:Qg}=$H(typeof requestAnimationFrame<"u"?requestAnimationFrame:sr,!0),VH={useVisualState:Ik({scrapeMotionValuesFromProps:Rk,createRenderState:Dk,onMount:(t,e,{renderState:n,latestValues:r})=>{Ln.read(()=>{try{n.dimensions=typeof e.getBBox=="function"?e.getBBox():e.getBoundingClientRect()}catch{n.dimensions={x:0,y:0,width:0,height:0}}}),Ln.render(()=>{Hy(n,r,{enableHardwareAcceleration:!1},Wy(e.tagName),t.transformTemplate),_k(e,n)})}})},UH={useVisualState:Ik({scrapeMotionValuesFromProps:zy,createRenderState:Uy})};function HH(t,{forwardMotionProps:e=!1},n,r){return{...$y(t)?VH:UH,preloadedFeatures:n,useRender:IH(e),createVisualElement:r,Component:t}}function xl(t,e,n,r={passive:!0}){return t.addEventListener(e,n,r),()=>t.removeEventListener(e,n)}const Ak=t=>t.pointerType==="mouse"?typeof t.button!="number"||t.button<=0:t.isPrimary!==!1;function Gp(t,e="page"){return{point:{x:t[e+"X"],y:t[e+"Y"]}}}const WH=t=>e=>Ak(e)&&t(e,Gp(e));function El(t,e,n,r){return xl(t,e,WH(n),r)}const zH=(t,e)=>n=>e(t(n)),hu=(...t)=>t.reduce(zH);function Mk(t){let e=null;return()=>{const n=()=>{e=null};return e===null?(e=t,n):!1}}const lS=Mk("dragHorizontal"),uS=Mk("dragVertical");function Lk(t){let e=!1;if(t==="y")e=uS();else if(t==="x")e=lS();else{const n=lS(),r=uS();n&&r?e=()=>{n(),r()}:(n&&n(),r&&r())}return e}function Fk(){const t=Lk(!0);return t?(t(),!1):!0}class Pu{constructor(e){this.isMounted=!1,this.node=e}update(){}}function cS(t,e){const n="pointer"+(e?"enter":"leave"),r="onHover"+(e?"Start":"End"),i=(o,a)=>{if(o.pointerType==="touch"||Fk())return;const c=t.getProps();t.animationState&&c.whileHover&&t.animationState.setActive("whileHover",e),c[r]&&Ln.update(()=>c[r](o,a))};return El(t.current,n,i,{passive:!t.getProps()[r]})}class YH extends Pu{mount(){this.unmount=hu(cS(this.node,!0),cS(this.node,!1))}unmount(){}}class GH extends Pu{constructor(){super(...arguments),this.isActive=!1}onFocus(){let e=!1;try{e=this.node.current.matches(":focus-visible")}catch{e=!0}!e||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){!this.isActive||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=hu(xl(this.node.current,"focus",()=>this.onFocus()),xl(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}const Nk=(t,e)=>e?t===e?!0:Nk(t,e.parentElement):!1;function em(t,e){if(!e)return;const n=new PointerEvent("pointer"+t);e(n,Gp(n))}class qH extends Pu{constructor(){super(...arguments),this.removeStartListeners=sr,this.removeEndListeners=sr,this.removeAccessibleListeners=sr,this.startPointerPress=(e,n)=>{if(this.isPressing)return;this.removeEndListeners();const r=this.node.getProps(),o=El(window,"pointerup",(c,f)=>{if(!this.checkPressEnd())return;const{onTap:p,onTapCancel:y,globalTapTarget:g}=this.node.getProps();Ln.update(()=>{!g&&!Nk(this.node.current,c.target)?y&&y(c,f):p&&p(c,f)})},{passive:!(r.onTap||r.onPointerUp)}),a=El(window,"pointercancel",(c,f)=>this.cancelPress(c,f),{passive:!(r.onTapCancel||r.onPointerCancel)});this.removeEndListeners=hu(o,a),this.startPress(e,n)},this.startAccessiblePress=()=>{const e=o=>{if(o.key!=="Enter"||this.isPressing)return;const a=c=>{c.key!=="Enter"||!this.checkPressEnd()||em("up",(f,p)=>{const{onTap:y}=this.node.getProps();y&&Ln.update(()=>y(f,p))})};this.removeEndListeners(),this.removeEndListeners=xl(this.node.current,"keyup",a),em("down",(c,f)=>{this.startPress(c,f)})},n=xl(this.node.current,"keydown",e),r=()=>{this.isPressing&&em("cancel",(o,a)=>this.cancelPress(o,a))},i=xl(this.node.current,"blur",r);this.removeAccessibleListeners=hu(n,i)}}startPress(e,n){this.isPressing=!0;const{onTapStart:r,whileTap:i}=this.node.getProps();i&&this.node.animationState&&this.node.animationState.setActive("whileTap",!0),r&&Ln.update(()=>r(e,n))}checkPressEnd(){return this.removeEndListeners(),this.isPressing=!1,this.node.getProps().whileTap&&this.node.animationState&&this.node.animationState.setActive("whileTap",!1),!Fk()}cancelPress(e,n){if(!this.checkPressEnd())return;const{onTapCancel:r}=this.node.getProps();r&&Ln.update(()=>r(e,n))}mount(){const e=this.node.getProps(),n=El(e.globalTapTarget?window:this.node.current,"pointerdown",this.startPointerPress,{passive:!(e.onTapStart||e.onPointerStart)}),r=xl(this.node.current,"focus",this.startAccessiblePress);this.removeStartListeners=hu(n,r)}unmount(){this.removeStartListeners(),this.removeEndListeners(),this.removeAccessibleListeners()}}const gv=new WeakMap,tm=new WeakMap,XH=t=>{const e=gv.get(t.target);e&&e(t)},KH=t=>{t.forEach(XH)};function ZH({root:t,...e}){const n=t||document;tm.has(n)||tm.set(n,{});const r=tm.get(n),i=JSON.stringify(e);return r[i]||(r[i]=new IntersectionObserver(KH,{root:t,...e})),r[i]}function JH(t,e,n){const r=ZH(e);return gv.set(t,n),r.observe(t),()=>{gv.delete(t),r.unobserve(t)}}const QH={some:0,all:1};class eW extends Pu{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:e={}}=this.node.getProps(),{root:n,margin:r,amount:i="some",once:o}=e,a={root:n?n.current:void 0,rootMargin:r,threshold:typeof i=="number"?i:QH[i]},c=f=>{const{isIntersecting:p}=f;if(this.isInView===p||(this.isInView=p,o&&!p&&this.hasEnteredView))return;p&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",p);const{onViewportEnter:y,onViewportLeave:g}=this.node.getProps(),T=p?y:g;T&&T(f)};return JH(this.node.current,a,c)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:e,prevProps:n}=this.node;["amount","margin","root"].some(tW(e,n))&&this.startObserver()}unmount(){}}function tW({viewport:t={}},{viewport:e={}}={}){return n=>t[n]!==e[n]}const nW={inView:{Feature:eW},tap:{Feature:qH},focus:{Feature:GH},hover:{Feature:YH}};function jk(t,e){if(!Array.isArray(e))return!1;const n=e.length;if(n!==t.length)return!1;for(let r=0;r<n;r++)if(e[r]!==t[r])return!1;return!0}function rW(t){const e={};return t.values.forEach((n,r)=>e[r]=n.get()),e}function iW(t){const e={};return t.values.forEach((n,r)=>e[r]=n.getVelocity()),e}function qp(t,e,n){const r=t.getProps();return Yy(r,e,n!==void 0?n:r.custom,rW(t),iW(t))}let eh=sr,la=sr;process.env.NODE_ENV!=="production"&&(eh=(t,e)=>{!t&&typeof console<"u"&&console.warn(e)},la=(t,e)=>{if(!t)throw new Error(e)});const pu=t=>t*1e3,kl=t=>t/1e3,oW={current:!1},Bk=t=>Array.isArray(t)&&typeof t[0]=="number";function $k(t){return!!(!t||typeof t=="string"&&Vk[t]||Bk(t)||Array.isArray(t)&&t.every($k))}const gd=([t,e,n,r])=>`cubic-bezier(${t}, ${e}, ${n}, ${r})`,Vk={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:gd([0,.65,.55,1]),circOut:gd([.55,0,1,.45]),backIn:gd([.31,.01,.66,-.59]),backOut:gd([.33,1.53,.69,.99])};function Uk(t){if(t)return Bk(t)?gd(t):Array.isArray(t)?t.map(Uk):Vk[t]}function sW(t,e,n,{delay:r=0,duration:i,repeat:o=0,repeatType:a="loop",ease:c,times:f}={}){const p={[e]:n};f&&(p.offset=f);const y=Uk(c);return Array.isArray(y)&&(p.easing=y),t.animate(p,{delay:r,duration:i,easing:Array.isArray(y)?"linear":y,fill:"both",iterations:o+1,direction:a==="reverse"?"alternate":"normal"})}function aW(t,{repeat:e,repeatType:n="loop"}){const r=e&&n!=="loop"&&e%2===1?0:t.length-1;return t[r]}const Hk=(t,e,n)=>(((1-3*n+3*e)*t+(3*n-6*e))*t+3*e)*t,lW=1e-7,uW=12;function cW(t,e,n,r,i){let o,a,c=0;do a=e+(n-e)/2,o=Hk(a,r,i)-t,o>0?n=a:e=a;while(Math.abs(o)>lW&&++c<uW);return a}function th(t,e,n,r){if(t===e&&n===r)return sr;const i=o=>cW(o,0,1,t,n);return o=>o===0||o===1?o:Hk(i(o),e,r)}const fW=th(.42,0,1,1),dW=th(0,0,.58,1),Wk=th(.42,0,.58,1),hW=t=>Array.isArray(t)&&typeof t[0]!="number",zk=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,Yk=t=>e=>1-t(1-e),Gy=t=>1-Math.sin(Math.acos(t)),Gk=Yk(Gy),pW=zk(Gy),qk=th(.33,1.53,.69,.99),qy=Yk(qk),gW=zk(qy),mW=t=>(t*=2)<1?.5*qy(t):.5*(2-Math.pow(2,-10*(t-1))),fS={linear:sr,easeIn:fW,easeInOut:Wk,easeOut:dW,circIn:Gy,circInOut:pW,circOut:Gk,backIn:qy,backInOut:gW,backOut:qk,anticipate:mW},dS=t=>{if(Array.isArray(t)){la(t.length===4,"Cubic bezier arrays must contain four numerical values.");const[e,n,r,i]=t;return th(e,n,r,i)}else if(typeof t=="string")return la(fS[t]!==void 0,`Invalid easing type '${t}'`),fS[t];return t},Xy=(t,e)=>n=>!!(Jd(n)&&yH.test(n)&&n.startsWith(t)||e&&Object.prototype.hasOwnProperty.call(n,e)),Xk=(t,e,n)=>r=>{if(!Jd(r))return r;const[i,o,a,c]=r.match(Yp);return{[t]:parseFloat(i),[e]:parseFloat(o),[n]:parseFloat(a),alpha:c!==void 0?parseFloat(c):1}},vW=t=>Su(0,255,t),nm={...Ac,transform:t=>Math.round(vW(t))},bc={test:Xy("rgb","red"),parse:Xk("red","green","blue"),transform:({red:t,green:e,blue:n,alpha:r=1})=>"rgba("+nm.transform(t)+", "+nm.transform(e)+", "+nm.transform(n)+", "+Ed(Cd.transform(r))+")"};function yW(t){let e="",n="",r="",i="";return t.length>5?(e=t.substring(1,3),n=t.substring(3,5),r=t.substring(5,7),i=t.substring(7,9)):(e=t.substring(1,2),n=t.substring(2,3),r=t.substring(3,4),i=t.substring(4,5),e+=e,n+=n,r+=r,i+=i),{red:parseInt(e,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:i?parseInt(i,16)/255:1}}const mv={test:Xy("#"),parse:yW,transform:bc.transform},xf={test:Xy("hsl","hue"),parse:Xk("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:n,alpha:r=1})=>"hsla("+Math.round(t)+", "+Va.transform(Ed(e))+", "+Va.transform(Ed(n))+", "+Ed(Cd.transform(r))+")"},io={test:t=>bc.test(t)||mv.test(t)||xf.test(t),parse:t=>bc.test(t)?bc.parse(t):xf.test(t)?xf.parse(t):mv.parse(t),transform:t=>Jd(t)?t:t.hasOwnProperty("red")?bc.transform(t):xf.transform(t)},Zn=(t,e,n)=>-n*t+n*e+t;function rm(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+(e-t)*6*n:n<1/2?e:n<2/3?t+(e-t)*(2/3-n)*6:t}function bW({hue:t,saturation:e,lightness:n,alpha:r}){t/=360,e/=100,n/=100;let i=0,o=0,a=0;if(!e)i=o=a=n;else{const c=n<.5?n*(1+e):n+e-n*e,f=2*n-c;i=rm(f,c,t+1/3),o=rm(f,c,t),a=rm(f,c,t-1/3)}return{red:Math.round(i*255),green:Math.round(o*255),blue:Math.round(a*255),alpha:r}}const im=(t,e,n)=>{const r=t*t;return Math.sqrt(Math.max(0,n*(e*e-r)+r))},wW=[mv,bc,xf],xW=t=>wW.find(e=>e.test(t));function hS(t){const e=xW(t);la(!!e,`'${t}' is not an animatable color. Use the equivalent color code instead.`);let n=e.parse(t);return e===xf&&(n=bW(n)),n}const Kk=(t,e)=>{const n=hS(t),r=hS(e),i={...n};return o=>(i.red=im(n.red,r.red,o),i.green=im(n.green,r.green,o),i.blue=im(n.blue,r.blue,o),i.alpha=Zn(n.alpha,r.alpha,o),bc.transform(i))};function SW(t){var e,n;return isNaN(t)&&Jd(t)&&(((e=t.match(Yp))===null||e===void 0?void 0:e.length)||0)+(((n=t.match(Tk))===null||n===void 0?void 0:n.length)||0)>0}const Zk={regex:mH,countKey:"Vars",token:"${v}",parse:sr},Jk={regex:Tk,countKey:"Colors",token:"${c}",parse:io.parse},Qk={regex:Yp,countKey:"Numbers",token:"${n}",parse:Ac.parse};function om(t,{regex:e,countKey:n,token:r,parse:i}){const o=t.tokenised.match(e);o&&(t["num"+n]=o.length,t.tokenised=t.tokenised.replace(e,r),t.values.push(...o.map(i)))}function mp(t){const e=t.toString(),n={value:e,tokenised:e,values:[],numVars:0,numColors:0,numNumbers:0};return n.value.includes("var(--")&&om(n,Zk),om(n,Jk),om(n,Qk),n}function eD(t){return mp(t).values}function tD(t){const{values:e,numColors:n,numVars:r,tokenised:i}=mp(t),o=e.length;return a=>{let c=i;for(let f=0;f<o;f++)f<r?c=c.replace(Zk.token,a[f]):f<r+n?c=c.replace(Jk.token,io.transform(a[f])):c=c.replace(Qk.token,Ed(a[f]));return c}}const TW=t=>typeof t=="number"?0:t;function CW(t){const e=eD(t);return tD(t)(e.map(TW))}const Tu={test:SW,parse:eD,createTransformer:tD,getAnimatableNone:CW},nD=(t,e)=>n=>`${n>0?e:t}`;function rD(t,e){return typeof t=="number"?n=>Zn(t,e,n):io.test(t)?Kk(t,e):t.startsWith("var(")?nD(t,e):oD(t,e)}const iD=(t,e)=>{const n=[...t],r=n.length,i=t.map((o,a)=>rD(o,e[a]));return o=>{for(let a=0;a<r;a++)n[a]=i[a](o);return n}},EW=(t,e)=>{const n={...t,...e},r={};for(const i in n)t[i]!==void 0&&e[i]!==void 0&&(r[i]=rD(t[i],e[i]));return i=>{for(const o in r)n[o]=r[o](i);return n}},oD=(t,e)=>{const n=Tu.createTransformer(e),r=mp(t),i=mp(e);return r.numVars===i.numVars&&r.numColors===i.numColors&&r.numNumbers>=i.numNumbers?hu(iD(r.values,i.values),n):(eh(!0,`Complex values '${t}' and '${e}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`),nD(t,e))},$d=(t,e,n)=>{const r=e-t;return r===0?1:(n-t)/r},pS=(t,e)=>n=>Zn(t,e,n);function kW(t){return typeof t=="number"?pS:typeof t=="string"?io.test(t)?Kk:oD:Array.isArray(t)?iD:typeof t=="object"?EW:pS}function DW(t,e,n){const r=[],i=n||kW(t[0]),o=t.length-1;for(let a=0;a<o;a++){let c=i(t[a],t[a+1]);if(e){const f=Array.isArray(e)?e[a]||sr:e;c=hu(f,c)}r.push(c)}return r}function sD(t,e,{clamp:n=!0,ease:r,mixer:i}={}){const o=t.length;if(la(o===e.length,"Both input and output ranges must be the same length"),o===1)return()=>e[0];t[0]>t[o-1]&&(t=[...t].reverse(),e=[...e].reverse());const a=DW(e,r,i),c=a.length,f=p=>{let y=0;if(c>1)for(;y<t.length-2&&!(p<t[y+1]);y++);const g=$d(t[y],t[y+1],p);return a[y](g)};return n?p=>f(Su(t[0],t[o-1],p)):f}function PW(t,e){const n=t[t.length-1];for(let r=1;r<=e;r++){const i=$d(0,e,r);t.push(Zn(n,1,i))}}function OW(t){const e=[0];return PW(e,t.length-1),e}function _W(t,e){return t.map(n=>n*e)}function RW(t,e){return t.map(()=>e||Wk).splice(0,t.length-1)}function vp({duration:t=300,keyframes:e,times:n,ease:r="easeInOut"}){const i=hW(r)?r.map(dS):dS(r),o={done:!1,value:e[0]},a=_W(n&&n.length===e.length?n:OW(e),t),c=sD(a,e,{ease:Array.isArray(i)?i:RW(e,i)});return{calculatedDuration:t,next:f=>(o.value=c(f),o.done=f>=t,o)}}function aD(t,e){return e?t*(1e3/e):0}const IW=5;function lD(t,e,n){const r=Math.max(e-IW,0);return aD(n-t(r),e-r)}const gS=.001,AW=.01,mS=10,MW=.05,LW=1;function FW({duration:t=800,bounce:e=.25,velocity:n=0,mass:r=1}){let i,o;eh(t<=pu(mS),"Spring duration must be 10 seconds or less");let a=1-e;a=Su(MW,LW,a),t=Su(AW,mS,kl(t)),a<1?(i=p=>{const y=p*a,g=y*t,T=y-n,E=vv(p,a),I=Math.exp(-g);return gS-T/E*I},o=p=>{const g=p*a*t,T=g*n+n,E=Math.pow(a,2)*Math.pow(p,2)*t,I=Math.exp(-g),A=vv(Math.pow(p,2),a);return(-i(p)+gS>0?-1:1)*((T-E)*I)/A}):(i=p=>{const y=Math.exp(-p*t),g=(p-n)*t+1;return-.001+y*g},o=p=>{const y=Math.exp(-p*t),g=(n-p)*(t*t);return y*g});const c=5/t,f=jW(i,o,c);if(t=pu(t),isNaN(f))return{stiffness:100,damping:10,duration:t};{const p=Math.pow(f,2)*r;return{stiffness:p,damping:a*2*Math.sqrt(r*p),duration:t}}}const NW=12;function jW(t,e,n){let r=n;for(let i=1;i<NW;i++)r=r-t(r)/e(r);return r}function vv(t,e){return t*Math.sqrt(1-e*e)}const BW=["duration","bounce"],$W=["stiffness","damping","mass"];function vS(t,e){return e.some(n=>t[n]!==void 0)}function VW(t){let e={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...t};if(!vS(t,$W)&&vS(t,BW)){const n=FW(t);e={...e,...n,mass:1},e.isResolvedFromDuration=!0}return e}function uD({keyframes:t,restDelta:e,restSpeed:n,...r}){const i=t[0],o=t[t.length-1],a={done:!1,value:i},{stiffness:c,damping:f,mass:p,duration:y,velocity:g,isResolvedFromDuration:T}=VW({...r,velocity:-kl(r.velocity||0)}),E=g||0,I=f/(2*Math.sqrt(c*p)),A=o-i,j=kl(Math.sqrt(c/p)),R=Math.abs(A)<5;n||(n=R?.01:2),e||(e=R?.005:.5);let H;if(I<1){const U=vv(j,I);H=ne=>{const q=Math.exp(-I*j*ne);return o-q*((E+I*j*A)/U*Math.sin(U*ne)+A*Math.cos(U*ne))}}else if(I===1)H=U=>o-Math.exp(-j*U)*(A+(E+j*A)*U);else{const U=j*Math.sqrt(I*I-1);H=ne=>{const q=Math.exp(-I*j*ne),ie=Math.min(U*ne,300);return o-q*((E+I*j*A)*Math.sinh(ie)+U*A*Math.cosh(ie))/U}}return{calculatedDuration:T&&y||null,next:U=>{const ne=H(U);if(T)a.done=U>=y;else{let q=E;U!==0&&(I<1?q=lD(H,U,ne):q=0);const ie=Math.abs(q)<=n,x=Math.abs(o-ne)<=e;a.done=ie&&x}return a.value=a.done?o:ne,a}}}function yS({keyframes:t,velocity:e=0,power:n=.8,timeConstant:r=325,bounceDamping:i=10,bounceStiffness:o=500,modifyTarget:a,min:c,max:f,restDelta:p=.5,restSpeed:y}){const g=t[0],T={done:!1,value:g},E=le=>c!==void 0&&le<c||f!==void 0&&le>f,I=le=>c===void 0?f:f===void 0||Math.abs(c-le)<Math.abs(f-le)?c:f;let A=n*e;const j=g+A,R=a===void 0?j:a(j);R!==j&&(A=R-g);const H=le=>-A*Math.exp(-le/r),U=le=>R+H(le),ne=le=>{const ae=H(le),ze=U(le);T.done=Math.abs(ae)<=p,T.value=T.done?R:ze};let q,ie;const x=le=>{E(T.value)&&(q=le,ie=uD({keyframes:[T.value,I(T.value)],velocity:lD(U,le,T.value),damping:i,stiffness:o,restDelta:p,restSpeed:y}))};return x(0),{calculatedDuration:null,next:le=>{let ae=!1;return!ie&&q===void 0&&(ae=!0,ne(le),x(le)),q!==void 0&&le>q?ie.next(le-q):(!ae&&ne(le),T)}}}const UW=t=>{const e=({timestamp:n})=>t(n);return{start:()=>Ln.update(e,!0),stop:()=>Ol(e),now:()=>Ni.isProcessing?Ni.timestamp:performance.now()}},bS=2e4;function wS(t){let e=0;const n=50;let r=t.next(e);for(;!r.done&&e<bS;)e+=n,r=t.next(e);return e>=bS?1/0:e}const HW={decay:yS,inertia:yS,tween:vp,keyframes:vp,spring:uD};function yp({autoplay:t=!0,delay:e=0,driver:n=UW,keyframes:r,type:i="keyframes",repeat:o=0,repeatDelay:a=0,repeatType:c="loop",onPlay:f,onStop:p,onComplete:y,onUpdate:g,...T}){let E=1,I=!1,A,j;const R=()=>{j=new Promise(Te=>{A=Te})};R();let H;const U=HW[i]||vp;let ne;U!==vp&&typeof r[0]!="number"&&(process.env.NODE_ENV!=="production"&&la(r.length===2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${r}`),ne=sD([0,100],r,{clamp:!1}),r=[0,100]);const q=U({...T,keyframes:r});let ie;c==="mirror"&&(ie=U({...T,keyframes:[...r].reverse(),velocity:-(T.velocity||0)}));let x="idle",le=null,ae=null,ze=null;q.calculatedDuration===null&&o&&(q.calculatedDuration=wS(q));const{calculatedDuration:tt}=q;let Qe=1/0,et=1/0;tt!==null&&(Qe=tt+a,et=Qe*(o+1)-a);let Ye=0;const pe=Te=>{if(ae===null)return;E>0&&(ae=Math.min(ae,Te)),E<0&&(ae=Math.min(Te-et/E,ae)),le!==null?Ye=le:Ye=Math.round(Te-ae)*E;const Le=Ye-e*(E>=0?1:-1),He=E>=0?Le<0:Le>et;Ye=Math.max(Le,0),x==="finished"&&le===null&&(Ye=et);let je=Ye,Fe=q;if(o){const pt=Math.min(Ye,et)/Qe;let ft=Math.floor(pt),yt=pt%1;!yt&&pt>=1&&(yt=1),yt===1&&ft--,ft=Math.min(ft,o+1),!!(ft%2)&&(c==="reverse"?(yt=1-yt,a&&(yt-=a/Qe)):c==="mirror"&&(Fe=ie)),je=Su(0,1,yt)*Qe}const Ve=He?{done:!1,value:r[0]}:Fe.next(je);ne&&(Ve.value=ne(Ve.value));let{done:nt}=Ve;!He&&tt!==null&&(nt=E>=0?Ye>=et:Ye<=0);const ct=le===null&&(x==="finished"||x==="running"&&nt);return g&&g(Ve.value),ct&&Oe(),Ve},fe=()=>{H&&H.stop(),H=void 0},Ce=()=>{x="idle",fe(),A(),R(),ae=ze=null},Oe=()=>{x="finished",y&&y(),fe(),A()},Ne=()=>{if(I)return;H||(H=n(pe));const Te=H.now();f&&f(),le!==null?ae=Te-le:(!ae||x==="finished")&&(ae=Te),x==="finished"&&R(),ze=ae,le=null,x="running",H.start()};t&&Ne();const me={then(Te,Le){return j.then(Te,Le)},get time(){return kl(Ye)},set time(Te){Te=pu(Te),Ye=Te,le!==null||!H||E===0?le=Te:ae=H.now()-Te/E},get duration(){const Te=q.calculatedDuration===null?wS(q):q.calculatedDuration;return kl(Te)},get speed(){return E},set speed(Te){Te===E||!H||(E=Te,me.time=kl(Ye))},get state(){return x},play:Ne,pause:()=>{x="paused",le=Ye},stop:()=>{I=!0,x!=="idle"&&(x="idle",p&&p(),Ce())},cancel:()=>{ze!==null&&pe(ze),Ce()},complete:()=>{x="finished"},sample:Te=>(ae=0,pe(Te))};return me}function WW(t){let e;return()=>(e===void 0&&(e=t()),e)}const zW=WW(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),YW=new Set(["opacity","clipPath","filter","transform","backgroundColor"]),Oh=10,GW=2e4,qW=(t,e)=>e.type==="spring"||t==="backgroundColor"||!$k(e.ease);function XW(t,e,{onUpdate:n,onComplete:r,...i}){if(!(zW()&&YW.has(e)&&!i.repeatDelay&&i.repeatType!=="mirror"&&i.damping!==0&&i.type!=="inertia"))return!1;let a=!1,c,f,p=!1;const y=()=>{f=new Promise(U=>{c=U})};y();let{keyframes:g,duration:T=300,ease:E,times:I}=i;if(qW(e,i)){const U=yp({...i,repeat:0,delay:0});let ne={done:!1,value:g[0]};const q=[];let ie=0;for(;!ne.done&&ie<GW;)ne=U.sample(ie),q.push(ne.value),ie+=Oh;I=void 0,g=q,T=ie-Oh,E="linear"}const A=sW(t.owner.current,e,g,{...i,duration:T,ease:E,times:I}),j=()=>{p=!1,A.cancel()},R=()=>{p=!0,Ln.update(j),c(),y()};return A.onfinish=()=>{p||(t.set(aW(g,i)),r&&r(),R())},{then(U,ne){return f.then(U,ne)},attachTimeline(U){return A.timeline=U,A.onfinish=null,sr},get time(){return kl(A.currentTime||0)},set time(U){A.currentTime=pu(U)},get speed(){return A.playbackRate},set speed(U){A.playbackRate=U},get duration(){return kl(T)},play:()=>{a||(A.play(),Ol(j))},pause:()=>A.pause(),stop:()=>{if(a=!0,A.playState==="idle")return;const{currentTime:U}=A;if(U){const ne=yp({...i,autoplay:!1});t.setWithVelocity(ne.sample(U-Oh).value,ne.sample(U).value,Oh)}R()},complete:()=>{p||A.finish()},cancel:R}}function KW({keyframes:t,delay:e,onUpdate:n,onComplete:r}){const i=()=>(n&&n(t[t.length-1]),r&&r(),{time:0,speed:1,duration:0,play:sr,pause:sr,stop:sr,then:o=>(o(),Promise.resolve()),cancel:sr,complete:sr});return e?yp({keyframes:[0,1],duration:0,delay:e,onComplete:i}):i()}const ZW={type:"spring",stiffness:500,damping:25,restSpeed:10},JW=t=>({type:"spring",stiffness:550,damping:t===0?2*Math.sqrt(550):30,restSpeed:10}),QW={type:"keyframes",duration:.8},ez={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},tz=(t,{keyframes:e})=>e.length>2?QW:Ic.has(t)?t.startsWith("scale")?JW(e[1]):ZW:ez,yv=(t,e)=>t==="zIndex"?!1:!!(typeof e=="number"||Array.isArray(e)||typeof e=="string"&&(Tu.test(e)||e==="0")&&!e.startsWith("url(")),nz=new Set(["brightness","contrast","saturate","opacity"]);function rz(t){const[e,n]=t.slice(0,-1).split("(");if(e==="drop-shadow")return t;const[r]=n.match(Yp)||[];if(!r)return t;const i=n.replace(r,"");let o=nz.has(e)?1:0;return r!==n&&(o*=100),e+"("+o+i+")"}const iz=/([a-z-]*)\(.*?\)/g,bv={...Tu,getAnimatableNone:t=>{const e=t.match(iz);return e?e.map(rz).join(" "):t}},oz={...Ck,color:io,backgroundColor:io,outlineColor:io,fill:io,stroke:io,borderColor:io,borderTopColor:io,borderRightColor:io,borderBottomColor:io,borderLeftColor:io,filter:bv,WebkitFilter:bv},Ky=t=>oz[t];function cD(t,e){let n=Ky(t);return n!==bv&&(n=Tu),n.getAnimatableNone?n.getAnimatableNone(e):void 0}const fD=t=>/^0[^.\s]+$/.test(t);function sz(t){if(typeof t=="number")return t===0;if(t!==null)return t==="none"||t==="0"||fD(t)}function az(t,e,n,r){const i=yv(e,n);let o;Array.isArray(n)?o=[...n]:o=[null,n];const a=r.from!==void 0?r.from:t.get();let c;const f=[];for(let p=0;p<o.length;p++)o[p]===null&&(o[p]=p===0?a:o[p-1]),sz(o[p])&&f.push(p),typeof o[p]=="string"&&o[p]!=="none"&&o[p]!=="0"&&(c=o[p]);if(i&&f.length&&c)for(let p=0;p<f.length;p++){const y=f[p];o[y]=cD(e,c)}return o}function lz({when:t,delay:e,delayChildren:n,staggerChildren:r,staggerDirection:i,repeat:o,repeatType:a,repeatDelay:c,from:f,elapsed:p,...y}){return!!Object.keys(y).length}function Zy(t,e){return t[e]||t.default||t}const uz={skipAnimations:!1},Jy=(t,e,n,r={})=>i=>{const o=Zy(r,t)||{},a=o.delay||r.delay||0;let{elapsed:c=0}=r;c=c-pu(a);const f=az(e,t,n,o),p=f[0],y=f[f.length-1],g=yv(t,p),T=yv(t,y);eh(g===T,`You are trying to animate ${t} from "${p}" to "${y}". ${p} is not an animatable value - to enable this animation set ${p} to a value animatable to ${y} via the \`style\` property.`);let E={keyframes:f,velocity:e.getVelocity(),ease:"easeOut",...o,delay:-c,onUpdate:I=>{e.set(I),o.onUpdate&&o.onUpdate(I)},onComplete:()=>{i(),o.onComplete&&o.onComplete()}};if(lz(o)||(E={...E,...tz(t,E)}),E.duration&&(E.duration=pu(E.duration)),E.repeatDelay&&(E.repeatDelay=pu(E.repeatDelay)),!g||!T||oW.current||o.type===!1||uz.skipAnimations)return KW(E);if(!r.isHandoff&&e.owner&&e.owner.current instanceof HTMLElement&&!e.owner.getProps().onUpdate){const I=XW(e,t,E);if(I)return I}return yp(E)};function bp(t){return!!(Io(t)&&t.add)}const dD=t=>/^\-?\d*\.?\d+$/.test(t);function Qy(t,e){t.indexOf(e)===-1&&t.push(e)}function eb(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}class tb{constructor(){this.subscriptions=[]}add(e){return Qy(this.subscriptions,e),()=>eb(this.subscriptions,e)}notify(e,n,r){const i=this.subscriptions.length;if(i)if(i===1)this.subscriptions[0](e,n,r);else for(let o=0;o<i;o++){const a=this.subscriptions[o];a&&a(e,n,r)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const xS=new Set;function nb(t,e,n){t||xS.has(e)||(console.warn(e),xS.add(e))}const cz=t=>!isNaN(parseFloat(t));class fz{constructor(e,n={}){this.version="10.18.0",this.timeDelta=0,this.lastUpdated=0,this.canTrackVelocity=!1,this.events={},this.updateAndNotify=(r,i=!0)=>{this.prev=this.current,this.current=r;const{delta:o,timestamp:a}=Ni;this.lastUpdated!==a&&(this.timeDelta=o,this.lastUpdated=a,Ln.postRender(this.scheduleVelocityCheck)),this.prev!==this.current&&this.events.change&&this.events.change.notify(this.current),this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()),i&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.scheduleVelocityCheck=()=>Ln.postRender(this.velocityCheck),this.velocityCheck=({timestamp:r})=>{r!==this.lastUpdated&&(this.prev=this.current,this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=e,this.canTrackVelocity=cz(this.current),this.owner=n.owner}onChange(e){return process.env.NODE_ENV!=="production"&&nb(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",e)}on(e,n){this.events[e]||(this.events[e]=new tb);const r=this.events[e].add(n);return e==="change"?()=>{r(),Ln.read(()=>{this.events.change.getSize()||this.stop()})}:r}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e,n){this.passiveEffect=e,this.stopPassiveEffect=n}set(e,n=!0){!n||!this.passiveEffect?this.updateAndNotify(e,n):this.passiveEffect(e,this.updateAndNotify)}setWithVelocity(e,n,r){this.set(n),this.prev=e,this.timeDelta=r}jump(e){this.updateAndNotify(e),this.prev=e,this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){return this.canTrackVelocity?aD(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0}start(e){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=e(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function Rf(t,e){return new fz(t,e)}const hD=t=>e=>e.test(t),dz={test:t=>t==="auto",parse:t=>t},pD=[Ac,Rt,Va,uu,wH,bH,dz],ld=t=>pD.find(hD(t)),hz=[...pD,io,Tu],pz=t=>hz.find(hD(t));function gz(t,e,n){t.hasValue(e)?t.getValue(e).set(n):t.addValue(e,Rf(n))}function mz(t,e){const n=qp(t,e);let{transitionEnd:r={},transition:i={},...o}=n?t.makeTargetAnimatable(n,!1):{};o={...o,...r};for(const a in o){const c=LH(o[a]);gz(t,a,c)}}function vz(t,e,n){var r,i;const o=Object.keys(e).filter(c=>!t.hasValue(c)),a=o.length;if(a)for(let c=0;c<a;c++){const f=o[c],p=e[f];let y=null;Array.isArray(p)&&(y=p[0]),y===null&&(y=(i=(r=n[f])!==null&&r!==void 0?r:t.readValue(f))!==null&&i!==void 0?i:e[f]),y!=null&&(typeof y=="string"&&(dD(y)||fD(y))?y=parseFloat(y):!pz(y)&&Tu.test(p)&&(y=cD(f,p)),t.addValue(f,Rf(y,{owner:t})),n[f]===void 0&&(n[f]=y),y!==null&&t.setBaseTarget(f,y))}}function yz(t,e){return e?(e[t]||e.default||e).from:void 0}function bz(t,e,n){const r={};for(const i in t){const o=yz(i,e);if(o!==void 0)r[i]=o;else{const a=n.getValue(i);a&&(r[i]=a.get())}}return r}function wz({protectedKeys:t,needsAnimating:e},n){const r=t.hasOwnProperty(n)&&e[n]!==!0;return e[n]=!1,r}function xz(t,e){const n=t.get();if(Array.isArray(e)){for(let r=0;r<e.length;r++)if(e[r]!==n)return!0}else return n!==e}function gD(t,e,{delay:n=0,transitionOverride:r,type:i}={}){let{transition:o=t.getDefaultTransition(),transitionEnd:a,...c}=t.makeTargetAnimatable(e);const f=t.getValue("willChange");r&&(o=r);const p=[],y=i&&t.animationState&&t.animationState.getState()[i];for(const g in c){const T=t.getValue(g),E=c[g];if(!T||E===void 0||y&&wz(y,g))continue;const I={delay:n,elapsed:0,...Zy(o||{},g)};if(window.HandoffAppearAnimations){const R=t.getProps()[mk];if(R){const H=window.HandoffAppearAnimations(R,g,T,Ln);H!==null&&(I.elapsed=H,I.isHandoff=!0)}}let A=!I.isHandoff&&!xz(T,E);if(I.type==="spring"&&(T.getVelocity()||I.velocity)&&(A=!1),T.animation&&(A=!1),A)continue;T.start(Jy(g,T,E,t.shouldReduceMotion&&Ic.has(g)?{type:!1}:I));const j=T.animation;bp(f)&&(f.add(g),j.then(()=>f.remove(g))),p.push(j)}return a&&Promise.all(p).then(()=>{a&&mz(t,a)}),p}function wv(t,e,n={}){const r=qp(t,e,n.custom);let{transition:i=t.getDefaultTransition()||{}}=r||{};n.transitionOverride&&(i=n.transitionOverride);const o=r?()=>Promise.all(gD(t,r,n)):()=>Promise.resolve(),a=t.variantChildren&&t.variantChildren.size?(f=0)=>{const{delayChildren:p=0,staggerChildren:y,staggerDirection:g}=i;return Sz(t,e,p+f,y,g,n)}:()=>Promise.resolve(),{when:c}=i;if(c){const[f,p]=c==="beforeChildren"?[o,a]:[a,o];return f().then(()=>p())}else return Promise.all([o(),a(n.delay)])}function Sz(t,e,n=0,r=0,i=1,o){const a=[],c=(t.variantChildren.size-1)*r,f=i===1?(p=0)=>p*r:(p=0)=>c-p*r;return Array.from(t.variantChildren).sort(Tz).forEach((p,y)=>{p.notify("AnimationStart",e),a.push(wv(p,e,{...o,delay:n+f(y)}).then(()=>p.notify("AnimationComplete",e)))}),Promise.all(a)}function Tz(t,e){return t.sortNodePosition(e)}function Cz(t,e,n={}){t.notify("AnimationStart",e);let r;if(Array.isArray(e)){const i=e.map(o=>wv(t,o,n));r=Promise.all(i)}else if(typeof e=="string")r=wv(t,e,n);else{const i=typeof e=="function"?qp(t,e,n.custom):e;r=Promise.all(gD(t,i,n))}return r.then(()=>t.notify("AnimationComplete",e))}const Ez=[...jy].reverse(),kz=jy.length;function Dz(t){return e=>Promise.all(e.map(({animation:n,options:r})=>Cz(t,n,r)))}function Pz(t){let e=Dz(t);const n=_z();let r=!0;const i=(f,p)=>{const y=qp(t,p);if(y){const{transition:g,transitionEnd:T,...E}=y;f={...f,...E,...T}}return f};function o(f){e=f(t)}function a(f,p){const y=t.getProps(),g=t.getVariantContext(!0)||{},T=[],E=new Set;let I={},A=1/0;for(let R=0;R<kz;R++){const H=Ez[R],U=n[H],ne=y[H]!==void 0?y[H]:g[H],q=jd(ne),ie=H===p?U.isActive:null;ie===!1&&(A=R);let x=ne===g[H]&&ne!==y[H]&&q;if(x&&r&&t.manuallyAnimateOnMount&&(x=!1),U.protectedKeys={...I},!U.isActive&&ie===null||!ne&&!U.prevProp||Wp(ne)||typeof ne=="boolean")continue;let ae=Oz(U.prevProp,ne)||H===p&&U.isActive&&!x&&q||R>A&&q,ze=!1;const tt=Array.isArray(ne)?ne:[ne];let Qe=tt.reduce(i,{});ie===!1&&(Qe={});const{prevResolvedValues:et={}}=U,Ye={...et,...Qe},pe=fe=>{ae=!0,E.has(fe)&&(ze=!0,E.delete(fe)),U.needsAnimating[fe]=!0};for(const fe in Ye){const Ce=Qe[fe],Oe=et[fe];if(I.hasOwnProperty(fe))continue;let Ne=!1;gp(Ce)&&gp(Oe)?Ne=!jk(Ce,Oe):Ne=Ce!==Oe,Ne?Ce!==void 0?pe(fe):E.add(fe):Ce!==void 0&&E.has(fe)?pe(fe):U.protectedKeys[fe]=!0}U.prevProp=ne,U.prevResolvedValues=Qe,U.isActive&&(I={...I,...Qe}),r&&t.blockInitialAnimation&&(ae=!1),ae&&(!x||ze)&&T.push(...tt.map(fe=>({animation:fe,options:{type:H,...f}})))}if(E.size){const R={};E.forEach(H=>{const U=t.getBaseTarget(H);U!==void 0&&(R[H]=U)}),T.push({animation:R})}let j=!!T.length;return r&&(y.initial===!1||y.initial===y.animate)&&!t.manuallyAnimateOnMount&&(j=!1),r=!1,j?e(T):Promise.resolve()}function c(f,p,y){var g;if(n[f].isActive===p)return Promise.resolve();(g=t.variantChildren)===null||g===void 0||g.forEach(E=>{var I;return(I=E.animationState)===null||I===void 0?void 0:I.setActive(f,p)}),n[f].isActive=p;const T=a(y,f);for(const E in n)n[E].protectedKeys={};return T}return{animateChanges:a,setActive:c,setAnimateFunction:o,getState:()=>n}}function Oz(t,e){return typeof e=="string"?e!==t:Array.isArray(e)?!jk(e,t):!1}function lc(t=!1){return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function _z(){return{animate:lc(!0),whileInView:lc(),whileHover:lc(),whileTap:lc(),whileDrag:lc(),whileFocus:lc(),exit:lc()}}class Rz extends Pu{constructor(e){super(e),e.animationState||(e.animationState=Pz(e))}updateAnimationControlsSubscription(){const{animate:e}=this.node.getProps();this.unmount(),Wp(e)&&(this.unmount=e.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:e}=this.node.getProps(),{animate:n}=this.node.prevProps||{};e!==n&&this.updateAnimationControlsSubscription()}unmount(){}}let Iz=0;class Az extends Pu{constructor(){super(...arguments),this.id=Iz++}update(){if(!this.node.presenceContext)return;const{isPresent:e,onExitComplete:n,custom:r}=this.node.presenceContext,{isPresent:i}=this.node.prevPresenceContext||{};if(!this.node.animationState||e===i)return;const o=this.node.animationState.setActive("exit",!e,{custom:r??this.node.getProps().custom});n&&!e&&o.then(()=>n(this.id))}mount(){const{register:e}=this.node.presenceContext||{};e&&(this.unmount=e(this.id))}unmount(){}}const Mz={animation:{Feature:Rz},exit:{Feature:Az}},SS=(t,e)=>Math.abs(t-e);function Lz(t,e){const n=SS(t.x,e.x),r=SS(t.y,e.y);return Math.sqrt(n**2+r**2)}class mD{constructor(e,n,{transformPagePoint:r,contextWindow:i,dragSnapToOrigin:o=!1}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const g=am(this.lastMoveEventInfo,this.history),T=this.startEvent!==null,E=Lz(g.offset,{x:0,y:0})>=3;if(!T&&!E)return;const{point:I}=g,{timestamp:A}=Ni;this.history.push({...I,timestamp:A});const{onStart:j,onMove:R}=this.handlers;T||(j&&j(this.lastMoveEvent,g),this.startEvent=this.lastMoveEvent),R&&R(this.lastMoveEvent,g)},this.handlePointerMove=(g,T)=>{this.lastMoveEvent=g,this.lastMoveEventInfo=sm(T,this.transformPagePoint),Ln.update(this.updatePoint,!0)},this.handlePointerUp=(g,T)=>{this.end();const{onEnd:E,onSessionEnd:I,resumeAnimation:A}=this.handlers;if(this.dragSnapToOrigin&&A&&A(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const j=am(g.type==="pointercancel"?this.lastMoveEventInfo:sm(T,this.transformPagePoint),this.history);this.startEvent&&E&&E(g,j),I&&I(g,j)},!Ak(e))return;this.dragSnapToOrigin=o,this.handlers=n,this.transformPagePoint=r,this.contextWindow=i||window;const a=Gp(e),c=sm(a,this.transformPagePoint),{point:f}=c,{timestamp:p}=Ni;this.history=[{...f,timestamp:p}];const{onSessionStart:y}=n;y&&y(e,am(c,this.history)),this.removeListeners=hu(El(this.contextWindow,"pointermove",this.handlePointerMove),El(this.contextWindow,"pointerup",this.handlePointerUp),El(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),Ol(this.updatePoint)}}function sm(t,e){return e?{point:e(t.point)}:t}function TS(t,e){return{x:t.x-e.x,y:t.y-e.y}}function am({point:t},e){return{point:t,delta:TS(t,vD(e)),offset:TS(t,Fz(e)),velocity:Nz(e,.1)}}function Fz(t){return t[0]}function vD(t){return t[t.length-1]}function Nz(t,e){if(t.length<2)return{x:0,y:0};let n=t.length-1,r=null;const i=vD(t);for(;n>=0&&(r=t[n],!(i.timestamp-r.timestamp>pu(e)));)n--;if(!r)return{x:0,y:0};const o=kl(i.timestamp-r.timestamp);if(o===0)return{x:0,y:0};const a={x:(i.x-r.x)/o,y:(i.y-r.y)/o};return a.x===1/0&&(a.x=0),a.y===1/0&&(a.y=0),a}function ts(t){return t.max-t.min}function xv(t,e=0,n=.01){return Math.abs(t-e)<=n}function CS(t,e,n,r=.5){t.origin=r,t.originPoint=Zn(e.min,e.max,t.origin),t.scale=ts(n)/ts(e),(xv(t.scale,1,1e-4)||isNaN(t.scale))&&(t.scale=1),t.translate=Zn(n.min,n.max,t.origin)-t.originPoint,(xv(t.translate)||isNaN(t.translate))&&(t.translate=0)}function kd(t,e,n,r){CS(t.x,e.x,n.x,r?r.originX:void 0),CS(t.y,e.y,n.y,r?r.originY:void 0)}function ES(t,e,n){t.min=n.min+e.min,t.max=t.min+ts(e)}function jz(t,e,n){ES(t.x,e.x,n.x),ES(t.y,e.y,n.y)}function kS(t,e,n){t.min=e.min-n.min,t.max=t.min+ts(e)}function Dd(t,e,n){kS(t.x,e.x,n.x),kS(t.y,e.y,n.y)}function Bz(t,{min:e,max:n},r){return e!==void 0&&t<e?t=r?Zn(e,t,r.min):Math.max(t,e):n!==void 0&&t>n&&(t=r?Zn(n,t,r.max):Math.min(t,n)),t}function DS(t,e,n){return{min:e!==void 0?t.min+e:void 0,max:n!==void 0?t.max+n-(t.max-t.min):void 0}}function $z(t,{top:e,left:n,bottom:r,right:i}){return{x:DS(t.x,n,i),y:DS(t.y,e,r)}}function PS(t,e){let n=e.min-t.min,r=e.max-t.max;return e.max-e.min<t.max-t.min&&([n,r]=[r,n]),{min:n,max:r}}function Vz(t,e){return{x:PS(t.x,e.x),y:PS(t.y,e.y)}}function Uz(t,e){let n=.5;const r=ts(t),i=ts(e);return i>r?n=$d(e.min,e.max-r,t.min):r>i&&(n=$d(t.min,t.max-i,e.min)),Su(0,1,n)}function Hz(t,e){const n={};return e.min!==void 0&&(n.min=e.min-t.min),e.max!==void 0&&(n.max=e.max-t.min),n}const Sv=.35;function Wz(t=Sv){return t===!1?t=0:t===!0&&(t=Sv),{x:OS(t,"left","right"),y:OS(t,"top","bottom")}}function OS(t,e,n){return{min:_S(t,e),max:_S(t,n)}}function _S(t,e){return typeof t=="number"?t:t[e]||0}const RS=()=>({translate:0,scale:1,origin:0,originPoint:0}),Sf=()=>({x:RS(),y:RS()}),IS=()=>({min:0,max:0}),kr=()=>({x:IS(),y:IS()});function Os(t){return[t("x"),t("y")]}function yD({top:t,left:e,right:n,bottom:r}){return{x:{min:e,max:n},y:{min:t,max:r}}}function zz({x:t,y:e}){return{top:e.min,right:t.max,bottom:e.max,left:t.min}}function Yz(t,e){if(!e)return t;const n=e({x:t.left,y:t.top}),r=e({x:t.right,y:t.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}function lm(t){return t===void 0||t===1}function Tv({scale:t,scaleX:e,scaleY:n}){return!lm(t)||!lm(e)||!lm(n)}function gc(t){return Tv(t)||bD(t)||t.z||t.rotate||t.rotateX||t.rotateY}function bD(t){return AS(t.x)||AS(t.y)}function AS(t){return t&&t!=="0%"}function wp(t,e,n){const r=t-n,i=e*r;return n+i}function MS(t,e,n,r,i){return i!==void 0&&(t=wp(t,i,r)),wp(t,n,r)+e}function Cv(t,e=0,n=1,r,i){t.min=MS(t.min,e,n,r,i),t.max=MS(t.max,e,n,r,i)}function wD(t,{x:e,y:n}){Cv(t.x,e.translate,e.scale,e.originPoint),Cv(t.y,n.translate,n.scale,n.originPoint)}function Gz(t,e,n,r=!1){const i=n.length;if(!i)return;e.x=e.y=1;let o,a;for(let c=0;c<i;c++){o=n[c],a=o.projectionDelta;const f=o.instance;f&&f.style&&f.style.display==="contents"||(r&&o.options.layoutScroll&&o.scroll&&o!==o.root&&Tf(t,{x:-o.scroll.offset.x,y:-o.scroll.offset.y}),a&&(e.x*=a.x.scale,e.y*=a.y.scale,wD(t,a)),r&&gc(o.latestValues)&&Tf(t,o.latestValues))}e.x=LS(e.x),e.y=LS(e.y)}function LS(t){return Number.isInteger(t)||t>1.0000000000001||t<.999999999999?t:1}function cu(t,e){t.min=t.min+e,t.max=t.max+e}function FS(t,e,[n,r,i]){const o=e[i]!==void 0?e[i]:.5,a=Zn(t.min,t.max,o);Cv(t,e[n],e[r],a,e.scale)}const qz=["x","scaleX","originX"],Xz=["y","scaleY","originY"];function Tf(t,e){FS(t.x,e,qz),FS(t.y,e,Xz)}function xD(t,e){return yD(Yz(t.getBoundingClientRect(),e))}function Kz(t,e,n){const r=xD(t,n),{scroll:i}=e;return i&&(cu(r.x,i.offset.x),cu(r.y,i.offset.y)),r}const SD=({current:t})=>t?t.ownerDocument.defaultView:null,Zz=new WeakMap;class Jz{constructor(e){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=kr(),this.visualElement=e}start(e,{snapToCursor:n=!1}={}){const{presenceContext:r}=this.visualElement;if(r&&r.isPresent===!1)return;const i=y=>{const{dragSnapToOrigin:g}=this.getProps();g?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(Gp(y,"page").point)},o=(y,g)=>{const{drag:T,dragPropagation:E,onDragStart:I}=this.getProps();if(T&&!E&&(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=Lk(T),!this.openGlobalLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),Os(j=>{let R=this.getAxisMotionValue(j).get()||0;if(Va.test(R)){const{projection:H}=this.visualElement;if(H&&H.layout){const U=H.layout.layoutBox[j];U&&(R=ts(U)*(parseFloat(R)/100))}}this.originPoint[j]=R}),I&&Ln.update(()=>I(y,g),!1,!0);const{animationState:A}=this.visualElement;A&&A.setActive("whileDrag",!0)},a=(y,g)=>{const{dragPropagation:T,dragDirectionLock:E,onDirectionLock:I,onDrag:A}=this.getProps();if(!T&&!this.openGlobalLock)return;const{offset:j}=g;if(E&&this.currentDirection===null){this.currentDirection=Qz(j),this.currentDirection!==null&&I&&I(this.currentDirection);return}this.updateAxis("x",g.point,j),this.updateAxis("y",g.point,j),this.visualElement.render(),A&&A(y,g)},c=(y,g)=>this.stop(y,g),f=()=>Os(y=>{var g;return this.getAnimationState(y)==="paused"&&((g=this.getAxisMotionValue(y).animation)===null||g===void 0?void 0:g.play())}),{dragSnapToOrigin:p}=this.getProps();this.panSession=new mD(e,{onSessionStart:i,onStart:o,onMove:a,onSessionEnd:c,resumeAnimation:f},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:p,contextWindow:SD(this.visualElement)})}stop(e,n){const r=this.isDragging;if(this.cancel(),!r)return;const{velocity:i}=n;this.startAnimation(i);const{onDragEnd:o}=this.getProps();o&&Ln.update(()=>o(e,n))}cancel(){this.isDragging=!1;const{projection:e,animationState:n}=this.visualElement;e&&(e.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:r}=this.getProps();!r&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),n&&n.setActive("whileDrag",!1)}updateAxis(e,n,r){const{drag:i}=this.getProps();if(!r||!_h(e,i,this.currentDirection))return;const o=this.getAxisMotionValue(e);let a=this.originPoint[e]+r[e];this.constraints&&this.constraints[e]&&(a=Bz(a,this.constraints[e],this.elastic[e])),o.set(a)}resolveConstraints(){var e;const{dragConstraints:n,dragElastic:r}=this.getProps(),i=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):(e=this.visualElement.projection)===null||e===void 0?void 0:e.layout,o=this.constraints;n&&wf(n)?this.constraints||(this.constraints=this.resolveRefConstraints()):n&&i?this.constraints=$z(i.layoutBox,n):this.constraints=!1,this.elastic=Wz(r),o!==this.constraints&&i&&this.constraints&&!this.hasMutatedConstraints&&Os(a=>{this.getAxisMotionValue(a)&&(this.constraints[a]=Hz(i.layoutBox[a],this.constraints[a]))})}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:n}=this.getProps();if(!e||!wf(e))return!1;const r=e.current;la(r!==null,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");const{projection:i}=this.visualElement;if(!i||!i.layout)return!1;const o=Kz(r,i.root,this.visualElement.getTransformPagePoint());let a=Vz(i.layout.layoutBox,o);if(n){const c=n(zz(a));this.hasMutatedConstraints=!!c,c&&(a=yD(c))}return a}startAnimation(e){const{drag:n,dragMomentum:r,dragElastic:i,dragTransition:o,dragSnapToOrigin:a,onDragTransitionEnd:c}=this.getProps(),f=this.constraints||{},p=Os(y=>{if(!_h(y,n,this.currentDirection))return;let g=f&&f[y]||{};a&&(g={min:0,max:0});const T=i?200:1e6,E=i?40:1e7,I={type:"inertia",velocity:r?e[y]:0,bounceStiffness:T,bounceDamping:E,timeConstant:750,restDelta:1,restSpeed:10,...o,...g};return this.startAxisValueAnimation(y,I)});return Promise.all(p).then(c)}startAxisValueAnimation(e,n){const r=this.getAxisMotionValue(e);return r.start(Jy(e,r,0,n))}stopAnimation(){Os(e=>this.getAxisMotionValue(e).stop())}pauseAnimation(){Os(e=>{var n;return(n=this.getAxisMotionValue(e).animation)===null||n===void 0?void 0:n.pause()})}getAnimationState(e){var n;return(n=this.getAxisMotionValue(e).animation)===null||n===void 0?void 0:n.state}getAxisMotionValue(e){const n="_drag"+e.toUpperCase(),r=this.visualElement.getProps(),i=r[n];return i||this.visualElement.getValue(e,(r.initial?r.initial[e]:void 0)||0)}snapToCursor(e){Os(n=>{const{drag:r}=this.getProps();if(!_h(n,r,this.currentDirection))return;const{projection:i}=this.visualElement,o=this.getAxisMotionValue(n);if(i&&i.layout){const{min:a,max:c}=i.layout.layoutBox[n];o.set(e[n]-Zn(a,c,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:e,dragConstraints:n}=this.getProps(),{projection:r}=this.visualElement;if(!wf(n)||!r||!this.constraints)return;this.stopAnimation();const i={x:0,y:0};Os(a=>{const c=this.getAxisMotionValue(a);if(c){const f=c.get();i[a]=Uz({min:f,max:f},this.constraints[a])}});const{transformTemplate:o}=this.visualElement.getProps();this.visualElement.current.style.transform=o?o({},""):"none",r.root&&r.root.updateScroll(),r.updateLayout(),this.resolveConstraints(),Os(a=>{if(!_h(a,e,null))return;const c=this.getAxisMotionValue(a),{min:f,max:p}=this.constraints[a];c.set(Zn(f,p,i[a]))})}addListeners(){if(!this.visualElement.current)return;Zz.set(this.visualElement,this);const e=this.visualElement.current,n=El(e,"pointerdown",f=>{const{drag:p,dragListener:y=!0}=this.getProps();p&&y&&this.start(f)}),r=()=>{const{dragConstraints:f}=this.getProps();wf(f)&&(this.constraints=this.resolveRefConstraints())},{projection:i}=this.visualElement,o=i.addEventListener("measure",r);i&&!i.layout&&(i.root&&i.root.updateScroll(),i.updateLayout()),r();const a=xl(window,"resize",()=>this.scalePositionWithinConstraints()),c=i.addEventListener("didUpdate",({delta:f,hasLayoutChanged:p})=>{this.isDragging&&p&&(Os(y=>{const g=this.getAxisMotionValue(y);g&&(this.originPoint[y]+=f[y].translate,g.set(g.get()+f[y].translate))}),this.visualElement.render())});return()=>{a(),n(),o(),c&&c()}}getProps(){const e=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:r=!1,dragPropagation:i=!1,dragConstraints:o=!1,dragElastic:a=Sv,dragMomentum:c=!0}=e;return{...e,drag:n,dragDirectionLock:r,dragPropagation:i,dragConstraints:o,dragElastic:a,dragMomentum:c}}}function _h(t,e,n){return(e===!0||e===t)&&(n===null||n===t)}function Qz(t,e=10){let n=null;return Math.abs(t.y)>e?n="y":Math.abs(t.x)>e&&(n="x"),n}class e5 extends Pu{constructor(e){super(e),this.removeGroupControls=sr,this.removeListeners=sr,this.controls=new Jz(e)}mount(){const{dragControls:e}=this.node.getProps();e&&(this.removeGroupControls=e.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||sr}unmount(){this.removeGroupControls(),this.removeListeners()}}const NS=t=>(e,n)=>{t&&Ln.update(()=>t(e,n))};class t5 extends Pu{constructor(){super(...arguments),this.removePointerDownListener=sr}onPointerDown(e){this.session=new mD(e,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:SD(this.node)})}createPanHandlers(){const{onPanSessionStart:e,onPanStart:n,onPan:r,onPanEnd:i}=this.node.getProps();return{onSessionStart:NS(e),onStart:NS(n),onMove:r,onEnd:(o,a)=>{delete this.session,i&&Ln.update(()=>i(o,a))}}}mount(){this.removePointerDownListener=El(this.node.current,"pointerdown",e=>this.onPointerDown(e))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}function n5(){const t=X.useContext(Fy);if(t===null)return[!0,null];const{isPresent:e,onExitComplete:n,register:r}=t,i=X.useId();return X.useEffect(()=>r(i),[]),!e&&n?[!1,()=>n&&n(i)]:[!0]}const qh={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function jS(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}const ud={correct:(t,e)=>{if(!e.target)return t;if(typeof t=="string")if(Rt.test(t))t=parseFloat(t);else return t;const n=jS(t,e.target.x),r=jS(t,e.target.y);return`${n}% ${r}%`}},r5={correct:(t,{treeScale:e,projectionDelta:n})=>{const r=t,i=Tu.parse(t);if(i.length>5)return r;const o=Tu.createTransformer(t),a=typeof i[0]!="number"?1:0,c=n.x.scale*e.x,f=n.y.scale*e.y;i[0+a]/=c,i[1+a]/=f;const p=Zn(c,f,.5);return typeof i[2+a]=="number"&&(i[2+a]/=p),typeof i[3+a]=="number"&&(i[3+a]/=p),o(i)}};class i5 extends X.Component{componentDidMount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r,layoutId:i}=this.props,{projection:o}=e;dH(o5),o&&(n.group&&n.group.add(o),r&&r.register&&i&&r.register(o),o.root.didUpdate(),o.addEventListener("animationComplete",()=>{this.safeToRemove()}),o.setOptions({...o.options,onExitComplete:()=>this.safeToRemove()})),qh.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:n,visualElement:r,drag:i,isPresent:o}=this.props,a=r.projection;return a&&(a.isPresent=o,i||e.layoutDependency!==n||n===void 0?a.willUpdate():this.safeToRemove(),e.isPresent!==o&&(o?a.promote():a.relegate()||Ln.postRender(()=>{const c=a.getStack();(!c||!c.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),queueMicrotask(()=>{!e.currentAnimation&&e.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r}=this.props,{projection:i}=e;i&&(i.scheduleCheckAfterUnmount(),n&&n.group&&n.group.remove(i),r&&r.deregister&&r.deregister(i))}safeToRemove(){const{safeToRemove:e}=this.props;e&&e()}render(){return null}}function TD(t){const[e,n]=n5(),r=X.useContext(yk);return X.createElement(i5,{...t,layoutGroup:r,switchLayoutGroup:X.useContext(bk),isPresent:e,safeToRemove:n})}const o5={borderRadius:{...ud,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:ud,borderTopRightRadius:ud,borderBottomLeftRadius:ud,borderBottomRightRadius:ud,boxShadow:r5},CD=["TopLeft","TopRight","BottomLeft","BottomRight"],s5=CD.length,BS=t=>typeof t=="string"?parseFloat(t):t,$S=t=>typeof t=="number"||Rt.test(t);function a5(t,e,n,r,i,o){i?(t.opacity=Zn(0,n.opacity!==void 0?n.opacity:1,l5(r)),t.opacityExit=Zn(e.opacity!==void 0?e.opacity:1,0,u5(r))):o&&(t.opacity=Zn(e.opacity!==void 0?e.opacity:1,n.opacity!==void 0?n.opacity:1,r));for(let a=0;a<s5;a++){const c=`border${CD[a]}Radius`;let f=VS(e,c),p=VS(n,c);if(f===void 0&&p===void 0)continue;f||(f=0),p||(p=0),f===0||p===0||$S(f)===$S(p)?(t[c]=Math.max(Zn(BS(f),BS(p),r),0),(Va.test(p)||Va.test(f))&&(t[c]+="%")):t[c]=p}(e.rotate||n.rotate)&&(t.rotate=Zn(e.rotate||0,n.rotate||0,r))}function VS(t,e){return t[e]!==void 0?t[e]:t.borderRadius}const l5=ED(0,.5,Gk),u5=ED(.5,.95,sr);function ED(t,e,n){return r=>r<t?0:r>e?1:n($d(t,e,r))}function US(t,e){t.min=e.min,t.max=e.max}function ks(t,e){US(t.x,e.x),US(t.y,e.y)}function HS(t,e,n,r,i){return t-=e,t=wp(t,1/n,r),i!==void 0&&(t=wp(t,1/i,r)),t}function c5(t,e=0,n=1,r=.5,i,o=t,a=t){if(Va.test(e)&&(e=parseFloat(e),e=Zn(a.min,a.max,e/100)-a.min),typeof e!="number")return;let c=Zn(o.min,o.max,r);t===o&&(c-=e),t.min=HS(t.min,e,n,c,i),t.max=HS(t.max,e,n,c,i)}function WS(t,e,[n,r,i],o,a){c5(t,e[n],e[r],e[i],e.scale,o,a)}const f5=["x","scaleX","originX"],d5=["y","scaleY","originY"];function zS(t,e,n,r){WS(t.x,e,f5,n?n.x:void 0,r?r.x:void 0),WS(t.y,e,d5,n?n.y:void 0,r?r.y:void 0)}function YS(t){return t.translate===0&&t.scale===1}function kD(t){return YS(t.x)&&YS(t.y)}function h5(t,e){return t.x.min===e.x.min&&t.x.max===e.x.max&&t.y.min===e.y.min&&t.y.max===e.y.max}function DD(t,e){return Math.round(t.x.min)===Math.round(e.x.min)&&Math.round(t.x.max)===Math.round(e.x.max)&&Math.round(t.y.min)===Math.round(e.y.min)&&Math.round(t.y.max)===Math.round(e.y.max)}function GS(t){return ts(t.x)/ts(t.y)}class p5{constructor(){this.members=[]}add(e){Qy(this.members,e),e.scheduleRender()}remove(e){if(eb(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(e){const n=this.members.findIndex(i=>e===i);if(n===0)return!1;let r;for(let i=n;i>=0;i--){const o=this.members[i];if(o.isPresent!==!1){r=o;break}}return r?(this.promote(r),!0):!1}promote(e,n){const r=this.lead;if(e!==r&&(this.prevLead=r,this.lead=e,e.show(),r)){r.instance&&r.scheduleRender(),e.scheduleRender(),e.resumeFrom=r,n&&(e.resumeFrom.preserveOpacity=!0),r.snapshot&&(e.snapshot=r.snapshot,e.snapshot.latestValues=r.animationValues||r.latestValues),e.root&&e.root.isUpdating&&(e.isLayoutDirty=!0);const{crossfade:i}=e.options;i===!1&&r.hide()}}exitAnimationComplete(){this.members.forEach(e=>{const{options:n,resumingFrom:r}=e;n.onExitComplete&&n.onExitComplete(),r&&r.options.onExitComplete&&r.options.onExitComplete()})}scheduleRender(){this.members.forEach(e=>{e.instance&&e.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function qS(t,e,n){let r="";const i=t.x.translate/e.x,o=t.y.translate/e.y;if((i||o)&&(r=`translate3d(${i}px, ${o}px, 0) `),(e.x!==1||e.y!==1)&&(r+=`scale(${1/e.x}, ${1/e.y}) `),n){const{rotate:f,rotateX:p,rotateY:y}=n;f&&(r+=`rotate(${f}deg) `),p&&(r+=`rotateX(${p}deg) `),y&&(r+=`rotateY(${y}deg) `)}const a=t.x.scale*e.x,c=t.y.scale*e.y;return(a!==1||c!==1)&&(r+=`scale(${a}, ${c})`),r||"none"}const g5=(t,e)=>t.depth-e.depth;class m5{constructor(){this.children=[],this.isDirty=!1}add(e){Qy(this.children,e),this.isDirty=!0}remove(e){eb(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(g5),this.isDirty=!1,this.children.forEach(e)}}function v5(t,e){const n=performance.now(),r=({timestamp:i})=>{const o=i-n;o>=e&&(Ol(r),t(o-e))};return Ln.read(r,!0),()=>Ol(r)}function y5(t){window.MotionDebug&&window.MotionDebug.record(t)}function b5(t){return t instanceof SVGElement&&t.tagName!=="svg"}function w5(t,e,n){const r=Io(t)?t:Rf(t);return r.start(Jy("",r,e,n)),r.animation}const XS=["","X","Y","Z"],x5={visibility:"hidden"},KS=1e3;let S5=0;const mc={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0};function PD({attachResizeListener:t,defaultParent:e,measureScroll:n,checkIsScrollRoot:r,resetTransform:i}){return class{constructor(a={},c=e==null?void 0:e()){this.id=S5++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,mc.totalNodes=mc.resolvedTargetDeltas=mc.recalculatedProjection=0,this.nodes.forEach(E5),this.nodes.forEach(_5),this.nodes.forEach(R5),this.nodes.forEach(k5),y5(mc)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=a,this.root=c?c.root||c:this,this.path=c?[...c.path,c]:[],this.parent=c,this.depth=c?c.depth+1:0;for(let f=0;f<this.path.length;f++)this.path[f].shouldResetTransform=!0;this.root===this&&(this.nodes=new m5)}addEventListener(a,c){return this.eventHandlers.has(a)||this.eventHandlers.set(a,new tb),this.eventHandlers.get(a).add(c)}notifyListeners(a,...c){const f=this.eventHandlers.get(a);f&&f.notify(...c)}hasListeners(a){return this.eventHandlers.has(a)}mount(a,c=this.root.hasTreeAnimated){if(this.instance)return;this.isSVG=b5(a),this.instance=a;const{layoutId:f,layout:p,visualElement:y}=this.options;if(y&&!y.current&&y.mount(a),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),c&&(p||f)&&(this.isLayoutDirty=!0),t){let g;const T=()=>this.root.updateBlockedByResize=!1;t(a,()=>{this.root.updateBlockedByResize=!0,g&&g(),g=v5(T,250),qh.hasAnimatedSinceResize&&(qh.hasAnimatedSinceResize=!1,this.nodes.forEach(JS))})}f&&this.root.registerSharedNode(f,this),this.options.animate!==!1&&y&&(f||p)&&this.addEventListener("didUpdate",({delta:g,hasLayoutChanged:T,hasRelativeTargetChanged:E,layout:I})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const A=this.options.transition||y.getDefaultTransition()||F5,{onLayoutAnimationStart:j,onLayoutAnimationComplete:R}=y.getProps(),H=!this.targetLayout||!DD(this.targetLayout,I)||E,U=!T&&E;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||U||T&&(H||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(g,U);const ne={...Zy(A,"layout"),onPlay:j,onComplete:R};(y.shouldReduceMotion||this.options.layoutRoot)&&(ne.delay=0,ne.type=!1),this.startAnimation(ne)}else T||JS(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=I})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const a=this.getStack();a&&a.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,Ol(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(I5),this.animationId++)}getTransformTemplate(){const{visualElement:a}=this.options;return a&&a.getProps().transformTemplate}willUpdate(a=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let y=0;y<this.path.length;y++){const g=this.path[y];g.shouldResetTransform=!0,g.updateScroll("snapshot"),g.options.layoutRoot&&g.willUpdate(!1)}const{layoutId:c,layout:f}=this.options;if(c===void 0&&!f)return;const p=this.getTransformTemplate();this.prevTransformTemplateValue=p?p(this.latestValues,""):void 0,this.updateSnapshot(),a&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(ZS);return}this.isUpdating||this.nodes.forEach(P5),this.isUpdating=!1,this.nodes.forEach(O5),this.nodes.forEach(T5),this.nodes.forEach(C5),this.clearAllSnapshots();const c=performance.now();Ni.delta=Su(0,1e3/60,c-Ni.timestamp),Ni.timestamp=c,Ni.isProcessing=!0,Qg.update.process(Ni),Qg.preRender.process(Ni),Qg.render.process(Ni),Ni.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,queueMicrotask(()=>this.update()))}clearAllSnapshots(){this.nodes.forEach(D5),this.sharedNodes.forEach(A5)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,Ln.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){Ln.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure())}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let f=0;f<this.path.length;f++)this.path[f].updateScroll();const a=this.layout;this.layout=this.measure(!1),this.layoutCorrected=kr(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:c}=this.options;c&&c.notify("LayoutMeasure",this.layout.layoutBox,a?a.layoutBox:void 0)}updateScroll(a="measure"){let c=!!(this.options.layoutScroll&&this.instance);this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===a&&(c=!1),c&&(this.scroll={animationId:this.root.animationId,phase:a,isRoot:r(this.instance),offset:n(this.instance)})}resetTransform(){if(!i)return;const a=this.isLayoutDirty||this.shouldResetTransform,c=this.projectionDelta&&!kD(this.projectionDelta),f=this.getTransformTemplate(),p=f?f(this.latestValues,""):void 0,y=p!==this.prevTransformTemplateValue;a&&(c||gc(this.latestValues)||y)&&(i(this.instance,p),this.shouldResetTransform=!1,this.scheduleRender())}measure(a=!0){const c=this.measurePageBox();let f=this.removeElementScroll(c);return a&&(f=this.removeTransform(f)),N5(f),{animationId:this.root.animationId,measuredBox:c,layoutBox:f,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:a}=this.options;if(!a)return kr();const c=a.measureViewportBox(),{scroll:f}=this.root;return f&&(cu(c.x,f.offset.x),cu(c.y,f.offset.y)),c}removeElementScroll(a){const c=kr();ks(c,a);for(let f=0;f<this.path.length;f++){const p=this.path[f],{scroll:y,options:g}=p;if(p!==this.root&&y&&g.layoutScroll){if(y.isRoot){ks(c,a);const{scroll:T}=this.root;T&&(cu(c.x,-T.offset.x),cu(c.y,-T.offset.y))}cu(c.x,y.offset.x),cu(c.y,y.offset.y)}}return c}applyTransform(a,c=!1){const f=kr();ks(f,a);for(let p=0;p<this.path.length;p++){const y=this.path[p];!c&&y.options.layoutScroll&&y.scroll&&y!==y.root&&Tf(f,{x:-y.scroll.offset.x,y:-y.scroll.offset.y}),gc(y.latestValues)&&Tf(f,y.latestValues)}return gc(this.latestValues)&&Tf(f,this.latestValues),f}removeTransform(a){const c=kr();ks(c,a);for(let f=0;f<this.path.length;f++){const p=this.path[f];if(!p.instance||!gc(p.latestValues))continue;Tv(p.latestValues)&&p.updateSnapshot();const y=kr(),g=p.measurePageBox();ks(y,g),zS(c,p.latestValues,p.snapshot?p.snapshot.layoutBox:void 0,y)}return gc(this.latestValues)&&zS(c,this.latestValues),c}setTargetDelta(a){this.targetDelta=a,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(a){this.options={...this.options,...a,crossfade:a.crossfade!==void 0?a.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==Ni.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(a=!1){var c;const f=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=f.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=f.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=f.isSharedProjectionDirty);const p=!!this.resumingFrom||this!==f;if(!(a||p&&this.isSharedProjectionDirty||this.isProjectionDirty||!((c=this.parent)===null||c===void 0)&&c.isProjectionDirty||this.attemptToResolveRelativeTarget))return;const{layout:g,layoutId:T}=this.options;if(!(!this.layout||!(g||T))){if(this.resolvedRelativeTargetAt=Ni.timestamp,!this.targetDelta&&!this.relativeTarget){const E=this.getClosestProjectingParent();E&&E.layout&&this.animationProgress!==1?(this.relativeParent=E,this.forceRelativeParentToResolveTarget(),this.relativeTarget=kr(),this.relativeTargetOrigin=kr(),Dd(this.relativeTargetOrigin,this.layout.layoutBox,E.layout.layoutBox),ks(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)){if(this.target||(this.target=kr(),this.targetWithTransforms=kr()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),jz(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):ks(this.target,this.layout.layoutBox),wD(this.target,this.targetDelta)):ks(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const E=this.getClosestProjectingParent();E&&!!E.resumingFrom==!!this.resumingFrom&&!E.options.layoutScroll&&E.target&&this.animationProgress!==1?(this.relativeParent=E,this.forceRelativeParentToResolveTarget(),this.relativeTarget=kr(),this.relativeTargetOrigin=kr(),Dd(this.relativeTargetOrigin,this.target,E.target),ks(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}mc.resolvedTargetDeltas++}}}getClosestProjectingParent(){if(!(!this.parent||Tv(this.parent.latestValues)||bD(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var a;const c=this.getLead(),f=!!this.resumingFrom||this!==c;let p=!0;if((this.isProjectionDirty||!((a=this.parent)===null||a===void 0)&&a.isProjectionDirty)&&(p=!1),f&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(p=!1),this.resolvedRelativeTargetAt===Ni.timestamp&&(p=!1),p)return;const{layout:y,layoutId:g}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(y||g))return;ks(this.layoutCorrected,this.layout.layoutBox);const T=this.treeScale.x,E=this.treeScale.y;Gz(this.layoutCorrected,this.treeScale,this.path,f),c.layout&&!c.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(c.target=c.layout.layoutBox);const{target:I}=c;if(!I){this.projectionTransform&&(this.projectionDelta=Sf(),this.projectionTransform="none",this.scheduleRender());return}this.projectionDelta||(this.projectionDelta=Sf(),this.projectionDeltaWithTransform=Sf());const A=this.projectionTransform;kd(this.projectionDelta,this.layoutCorrected,I,this.latestValues),this.projectionTransform=qS(this.projectionDelta,this.treeScale),(this.projectionTransform!==A||this.treeScale.x!==T||this.treeScale.y!==E)&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",I)),mc.recalculatedProjection++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(a=!0){if(this.options.scheduleRender&&this.options.scheduleRender(),a){const c=this.getStack();c&&c.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}setAnimationOrigin(a,c=!1){const f=this.snapshot,p=f?f.latestValues:{},y={...this.latestValues},g=Sf();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!c;const T=kr(),E=f?f.source:void 0,I=this.layout?this.layout.source:void 0,A=E!==I,j=this.getStack(),R=!j||j.members.length<=1,H=!!(A&&!R&&this.options.crossfade===!0&&!this.path.some(L5));this.animationProgress=0;let U;this.mixTargetDelta=ne=>{const q=ne/1e3;QS(g.x,a.x,q),QS(g.y,a.y,q),this.setTargetDelta(g),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(Dd(T,this.layout.layoutBox,this.relativeParent.layout.layoutBox),M5(this.relativeTarget,this.relativeTargetOrigin,T,q),U&&h5(this.relativeTarget,U)&&(this.isProjectionDirty=!1),U||(U=kr()),ks(U,this.relativeTarget)),A&&(this.animationValues=y,a5(y,p,this.latestValues,q,H,R)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=q},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(a){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(Ol(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=Ln.update(()=>{qh.hasAnimatedSinceResize=!0,this.currentAnimation=w5(0,KS,{...a,onUpdate:c=>{this.mixTargetDelta(c),a.onUpdate&&a.onUpdate(c)},onComplete:()=>{a.onComplete&&a.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const a=this.getStack();a&&a.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(KS),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const a=this.getLead();let{targetWithTransforms:c,target:f,layout:p,latestValues:y}=a;if(!(!c||!f||!p)){if(this!==a&&this.layout&&p&&OD(this.options.animationType,this.layout.layoutBox,p.layoutBox)){f=this.target||kr();const g=ts(this.layout.layoutBox.x);f.x.min=a.target.x.min,f.x.max=f.x.min+g;const T=ts(this.layout.layoutBox.y);f.y.min=a.target.y.min,f.y.max=f.y.min+T}ks(c,f),Tf(c,y),kd(this.projectionDeltaWithTransform,this.layoutCorrected,c,y)}}registerSharedNode(a,c){this.sharedNodes.has(a)||this.sharedNodes.set(a,new p5),this.sharedNodes.get(a).add(c);const p=c.options.initialPromotionConfig;c.promote({transition:p?p.transition:void 0,preserveFollowOpacity:p&&p.shouldPreserveFollowOpacity?p.shouldPreserveFollowOpacity(c):void 0})}isLead(){const a=this.getStack();return a?a.lead===this:!0}getLead(){var a;const{layoutId:c}=this.options;return c?((a=this.getStack())===null||a===void 0?void 0:a.lead)||this:this}getPrevLead(){var a;const{layoutId:c}=this.options;return c?(a=this.getStack())===null||a===void 0?void 0:a.prevLead:void 0}getStack(){const{layoutId:a}=this.options;if(a)return this.root.sharedNodes.get(a)}promote({needsReset:a,transition:c,preserveFollowOpacity:f}={}){const p=this.getStack();p&&p.promote(this,f),a&&(this.projectionDelta=void 0,this.needsReset=!0),c&&this.setOptions({transition:c})}relegate(){const a=this.getStack();return a?a.relegate(this):!1}resetRotation(){const{visualElement:a}=this.options;if(!a)return;let c=!1;const{latestValues:f}=a;if((f.rotate||f.rotateX||f.rotateY||f.rotateZ)&&(c=!0),!c)return;const p={};for(let y=0;y<XS.length;y++){const g="rotate"+XS[y];f[g]&&(p[g]=f[g],a.setStaticValue(g,0))}a.render();for(const y in p)a.setStaticValue(y,p[y]);a.scheduleRender()}getProjectionStyles(a){var c,f;if(!this.instance||this.isSVG)return;if(!this.isVisible)return x5;const p={visibility:""},y=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,p.opacity="",p.pointerEvents=Gh(a==null?void 0:a.pointerEvents)||"",p.transform=y?y(this.latestValues,""):"none",p;const g=this.getLead();if(!this.projectionDelta||!this.layout||!g.target){const A={};return this.options.layoutId&&(A.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,A.pointerEvents=Gh(a==null?void 0:a.pointerEvents)||""),this.hasProjected&&!gc(this.latestValues)&&(A.transform=y?y({},""):"none",this.hasProjected=!1),A}const T=g.animationValues||g.latestValues;this.applyTransformsToTarget(),p.transform=qS(this.projectionDeltaWithTransform,this.treeScale,T),y&&(p.transform=y(T,p.transform));const{x:E,y:I}=this.projectionDelta;p.transformOrigin=`${E.origin*100}% ${I.origin*100}% 0`,g.animationValues?p.opacity=g===this?(f=(c=T.opacity)!==null&&c!==void 0?c:this.latestValues.opacity)!==null&&f!==void 0?f:1:this.preserveOpacity?this.latestValues.opacity:T.opacityExit:p.opacity=g===this?T.opacity!==void 0?T.opacity:"":T.opacityExit!==void 0?T.opacityExit:0;for(const A in hp){if(T[A]===void 0)continue;const{correct:j,applyTo:R}=hp[A],H=p.transform==="none"?T[A]:j(T[A],g);if(R){const U=R.length;for(let ne=0;ne<U;ne++)p[R[ne]]=H}else p[A]=H}return this.options.layoutId&&(p.pointerEvents=g===this?Gh(a==null?void 0:a.pointerEvents)||"":"none"),p}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(a=>{var c;return(c=a.currentAnimation)===null||c===void 0?void 0:c.stop()}),this.root.nodes.forEach(ZS),this.root.sharedNodes.clear()}}}function T5(t){t.updateLayout()}function C5(t){var e;const n=((e=t.resumeFrom)===null||e===void 0?void 0:e.snapshot)||t.snapshot;if(t.isLead()&&t.layout&&n&&t.hasListeners("didUpdate")){const{layoutBox:r,measuredBox:i}=t.layout,{animationType:o}=t.options,a=n.source!==t.layout.source;o==="size"?Os(g=>{const T=a?n.measuredBox[g]:n.layoutBox[g],E=ts(T);T.min=r[g].min,T.max=T.min+E}):OD(o,n.layoutBox,r)&&Os(g=>{const T=a?n.measuredBox[g]:n.layoutBox[g],E=ts(r[g]);T.max=T.min+E,t.relativeTarget&&!t.currentAnimation&&(t.isProjectionDirty=!0,t.relativeTarget[g].max=t.relativeTarget[g].min+E)});const c=Sf();kd(c,r,n.layoutBox);const f=Sf();a?kd(f,t.applyTransform(i,!0),n.measuredBox):kd(f,r,n.layoutBox);const p=!kD(c);let y=!1;if(!t.resumeFrom){const g=t.getClosestProjectingParent();if(g&&!g.resumeFrom){const{snapshot:T,layout:E}=g;if(T&&E){const I=kr();Dd(I,n.layoutBox,T.layoutBox);const A=kr();Dd(A,r,E.layoutBox),DD(I,A)||(y=!0),g.options.layoutRoot&&(t.relativeTarget=A,t.relativeTargetOrigin=I,t.relativeParent=g)}}}t.notifyListeners("didUpdate",{layout:r,snapshot:n,delta:f,layoutDelta:c,hasLayoutChanged:p,hasRelativeTargetChanged:y})}else if(t.isLead()){const{onExitComplete:r}=t.options;r&&r()}t.options.transition=void 0}function E5(t){mc.totalNodes++,t.parent&&(t.isProjecting()||(t.isProjectionDirty=t.parent.isProjectionDirty),t.isSharedProjectionDirty||(t.isSharedProjectionDirty=!!(t.isProjectionDirty||t.parent.isProjectionDirty||t.parent.isSharedProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=t.parent.isTransformDirty))}function k5(t){t.isProjectionDirty=t.isSharedProjectionDirty=t.isTransformDirty=!1}function D5(t){t.clearSnapshot()}function ZS(t){t.clearMeasurements()}function P5(t){t.isLayoutDirty=!1}function O5(t){const{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function JS(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0,t.isProjectionDirty=!0}function _5(t){t.resolveTargetDelta()}function R5(t){t.calcProjection()}function I5(t){t.resetRotation()}function A5(t){t.removeLeadSnapshot()}function QS(t,e,n){t.translate=Zn(e.translate,0,n),t.scale=Zn(e.scale,1,n),t.origin=e.origin,t.originPoint=e.originPoint}function e1(t,e,n,r){t.min=Zn(e.min,n.min,r),t.max=Zn(e.max,n.max,r)}function M5(t,e,n,r){e1(t.x,e.x,n.x,r),e1(t.y,e.y,n.y,r)}function L5(t){return t.animationValues&&t.animationValues.opacityExit!==void 0}const F5={duration:.45,ease:[.4,0,.1,1]},t1=t=>typeof navigator<"u"&&navigator.userAgent.toLowerCase().includes(t),n1=t1("applewebkit/")&&!t1("chrome/")?Math.round:sr;function r1(t){t.min=n1(t.min),t.max=n1(t.max)}function N5(t){r1(t.x),r1(t.y)}function OD(t,e,n){return t==="position"||t==="preserve-aspect"&&!xv(GS(e),GS(n),.2)}const j5=PD({attachResizeListener:(t,e)=>xl(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),um={current:void 0},_D=PD({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!um.current){const t=new j5({});t.mount(window),t.setOptions({layoutScroll:!0}),um.current=t}return um.current},resetTransform:(t,e)=>{t.style.transform=e!==void 0?e:"none"},checkIsScrollRoot:t=>window.getComputedStyle(t).position==="fixed"}),B5={pan:{Feature:t5},drag:{Feature:e5,ProjectionNode:_D,MeasureLayout:TD}},$5=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function V5(t){const e=$5.exec(t);if(!e)return[,];const[,n,r]=e;return[n,r]}const U5=4;function Ev(t,e,n=1){la(n<=U5,`Max CSS variable fallback depth detected in property "${t}". This may indicate a circular fallback dependency.`);const[r,i]=V5(t);if(!r)return;const o=window.getComputedStyle(e).getPropertyValue(r);if(o){const a=o.trim();return dD(a)?parseFloat(a):a}else return pv(i)?Ev(i,e,n+1):i}function H5(t,{...e},n){const r=t.current;if(!(r instanceof Element))return{target:e,transitionEnd:n};n&&(n={...n}),t.values.forEach(i=>{const o=i.get();if(!pv(o))return;const a=Ev(o,r);a&&i.set(a)});for(const i in e){const o=e[i];if(!pv(o))continue;const a=Ev(o,r);a&&(e[i]=a,n||(n={}),n[i]===void 0&&(n[i]=o))}return{target:e,transitionEnd:n}}const W5=new Set(["width","height","top","left","right","bottom","x","y","translateX","translateY"]),RD=t=>W5.has(t),z5=t=>Object.keys(t).some(RD),Rh=t=>t===Ac||t===Rt,i1=(t,e)=>parseFloat(t.split(", ")[e]),o1=(t,e)=>(n,{transform:r})=>{if(r==="none"||!r)return 0;const i=r.match(/^matrix3d\((.+)\)$/);if(i)return i1(i[1],e);{const o=r.match(/^matrix\((.+)\)$/);return o?i1(o[1],t):0}},Y5=new Set(["x","y","z"]),G5=Zd.filter(t=>!Y5.has(t));function q5(t){const e=[];return G5.forEach(n=>{const r=t.getValue(n);r!==void 0&&(e.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),e.length&&t.render(),e}const If={width:({x:t},{paddingLeft:e="0",paddingRight:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),height:({y:t},{paddingTop:e="0",paddingBottom:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),top:(t,{top:e})=>parseFloat(e),left:(t,{left:e})=>parseFloat(e),bottom:({y:t},{top:e})=>parseFloat(e)+(t.max-t.min),right:({x:t},{left:e})=>parseFloat(e)+(t.max-t.min),x:o1(4,13),y:o1(5,14)};If.translateX=If.x;If.translateY=If.y;const X5=(t,e,n)=>{const r=e.measureViewportBox(),i=e.current,o=getComputedStyle(i),{display:a}=o,c={};a==="none"&&e.setStaticValue("display",t.display||"block"),n.forEach(p=>{c[p]=If[p](r,o)}),e.render();const f=e.measureViewportBox();return n.forEach(p=>{const y=e.getValue(p);y&&y.jump(c[p]),t[p]=If[p](f,o)}),t},K5=(t,e,n={},r={})=>{e={...e},r={...r};const i=Object.keys(e).filter(RD);let o=[],a=!1;const c=[];if(i.forEach(f=>{const p=t.getValue(f);if(!t.hasValue(f))return;let y=n[f],g=ld(y);const T=e[f];let E;if(gp(T)){const I=T.length,A=T[0]===null?1:0;y=T[A],g=ld(y);for(let j=A;j<I&&T[j]!==null;j++)E?la(ld(T[j])===E,"All keyframes must be of the same type"):(E=ld(T[j]),la(E===g||Rh(g)&&Rh(E),"Keyframes must be of the same dimension as the current value"))}else E=ld(T);if(g!==E)if(Rh(g)&&Rh(E)){const I=p.get();typeof I=="string"&&p.set(parseFloat(I)),typeof T=="string"?e[f]=parseFloat(T):Array.isArray(T)&&E===Rt&&(e[f]=T.map(parseFloat))}else g!=null&&g.transform&&(E!=null&&E.transform)&&(y===0||T===0)?y===0?p.set(E.transform(y)):e[f]=g.transform(T):(a||(o=q5(t),a=!0),c.push(f),r[f]=r[f]!==void 0?r[f]:e[f],p.jump(T))}),c.length){const f=c.indexOf("height")>=0?window.pageYOffset:null,p=X5(e,t,c);return o.length&&o.forEach(([y,g])=>{t.getValue(y).set(g)}),t.render(),Hp&&f!==null&&window.scrollTo({top:f}),{target:p,transitionEnd:r}}else return{target:e,transitionEnd:r}};function Z5(t,e,n,r){return z5(e)?K5(t,e,n,r):{target:e,transitionEnd:r}}const J5=(t,e,n,r)=>{const i=H5(t,e,r);return e=i.target,r=i.transitionEnd,Z5(t,e,n,r)},kv={current:null},ID={current:!1};function Q5(){if(ID.current=!0,!!Hp)if(window.matchMedia){const t=window.matchMedia("(prefers-reduced-motion)"),e=()=>kv.current=t.matches;t.addListener(e),e()}else kv.current=!1}function e4(t,e,n){const{willChange:r}=e;for(const i in e){const o=e[i],a=n[i];if(Io(o))t.addValue(i,o),bp(r)&&r.add(i),process.env.NODE_ENV==="development"&&nb(o.version==="10.18.0",`Attempting to mix Framer Motion versions ${o.version} with 10.18.0 may not work as expected.`);else if(Io(a))t.addValue(i,Rf(o,{owner:t})),bp(r)&&r.remove(i);else if(a!==o)if(t.hasValue(i)){const c=t.getValue(i);!c.hasAnimated&&c.set(o)}else{const c=t.getStaticValue(i);t.addValue(i,Rf(c!==void 0?c:o,{owner:t}))}}for(const i in n)e[i]===void 0&&t.removeValue(i);return e}const s1=new WeakMap,AD=Object.keys(Bd),t4=AD.length,a1=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"],n4=By.length;class r4{constructor({parent:e,props:n,presenceContext:r,reducedMotionConfig:i,visualState:o},a={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.scheduleRender=()=>Ln.render(this.render,!1,!0);const{latestValues:c,renderState:f}=o;this.latestValues=c,this.baseTarget={...c},this.initialValues=n.initial?{...c}:{},this.renderState=f,this.parent=e,this.props=n,this.presenceContext=r,this.depth=e?e.depth+1:0,this.reducedMotionConfig=i,this.options=a,this.isControllingVariants=zp(n),this.isVariantNode=vk(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(e&&e.current);const{willChange:p,...y}=this.scrapeMotionValuesFromProps(n,{});for(const g in y){const T=y[g];c[g]!==void 0&&Io(T)&&(T.set(c[g],!1),bp(p)&&p.add(g))}}scrapeMotionValuesFromProps(e,n){return{}}mount(e){this.current=e,s1.set(e,this),this.projection&&!this.projection.instance&&this.projection.mount(e),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,r)=>this.bindToMotionValue(r,n)),ID.current||Q5(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:kv.current,process.env.NODE_ENV!=="production"&&nb(this.shouldReduceMotion!==!0,"You have Reduced Motion enabled on your device. Animations may not appear as expected."),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){s1.delete(this.current),this.projection&&this.projection.unmount(),Ol(this.notifyUpdate),Ol(this.render),this.valueSubscriptions.forEach(e=>e()),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const e in this.events)this.events[e].clear();for(const e in this.features)this.features[e].unmount();this.current=null}bindToMotionValue(e,n){const r=Ic.has(e),i=n.on("change",a=>{this.latestValues[e]=a,this.props.onUpdate&&Ln.update(this.notifyUpdate,!1,!0),r&&this.projection&&(this.projection.isTransformDirty=!0)}),o=n.on("renderRequest",this.scheduleRender);this.valueSubscriptions.set(e,()=>{i(),o()})}sortNodePosition(e){return!this.current||!this.sortInstanceNodePosition||this.type!==e.type?0:this.sortInstanceNodePosition(this.current,e.current)}loadFeatures({children:e,...n},r,i,o){let a,c;if(process.env.NODE_ENV!=="production"&&i&&r){const f="You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";n.ignoreStrict?eh(!1,f):la(!1,f)}for(let f=0;f<t4;f++){const p=AD[f],{isEnabled:y,Feature:g,ProjectionNode:T,MeasureLayout:E}=Bd[p];T&&(a=T),y(n)&&(!this.features[p]&&g&&(this.features[p]=new g(this)),E&&(c=E))}if((this.type==="html"||this.type==="svg")&&!this.projection&&a){this.projection=new a(this.latestValues,this.parent&&this.parent.projection);const{layoutId:f,layout:p,drag:y,dragConstraints:g,layoutScroll:T,layoutRoot:E}=n;this.projection.setOptions({layoutId:f,layout:p,alwaysMeasureLayout:!!y||g&&wf(g),visualElement:this,scheduleRender:()=>this.scheduleRender(),animationType:typeof p=="string"?p:"both",initialPromotionConfig:o,layoutScroll:T,layoutRoot:E})}return c}updateFeatures(){for(const e in this.features){const n=this.features[e];n.isMounted?n.update():(n.mount(),n.isMounted=!0)}}triggerBuild(){this.build(this.renderState,this.latestValues,this.options,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):kr()}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,n){this.latestValues[e]=n}makeTargetAnimatable(e,n=!0){return this.makeTargetAnimatableFromInstance(e,this.props,n)}update(e,n){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=e,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let r=0;r<a1.length;r++){const i=a1[r];this.propEventSubscriptions[i]&&(this.propEventSubscriptions[i](),delete this.propEventSubscriptions[i]);const o=e["on"+i];o&&(this.propEventSubscriptions[i]=this.on(i,o))}this.prevMotionValues=e4(this,this.scrapeMotionValuesFromProps(e,this.prevProps),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(e){return this.props.variants?this.props.variants[e]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}getVariantContext(e=!1){if(e)return this.parent?this.parent.getVariantContext():void 0;if(!this.isControllingVariants){const r=this.parent?this.parent.getVariantContext()||{}:{};return this.props.initial!==void 0&&(r.initial=this.props.initial),r}const n={};for(let r=0;r<n4;r++){const i=By[r],o=this.props[i];(jd(o)||o===!1)&&(n[i]=o)}return n}addVariantChild(e){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(e),()=>n.variantChildren.delete(e)}addValue(e,n){n!==this.values.get(e)&&(this.removeValue(e),this.bindToMotionValue(e,n)),this.values.set(e,n),this.latestValues[e]=n.get()}removeValue(e){this.values.delete(e);const n=this.valueSubscriptions.get(e);n&&(n(),this.valueSubscriptions.delete(e)),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,n){if(this.props.values&&this.props.values[e])return this.props.values[e];let r=this.values.get(e);return r===void 0&&n!==void 0&&(r=Rf(n,{owner:this}),this.addValue(e,r)),r}readValue(e){var n;return this.latestValues[e]!==void 0||!this.current?this.latestValues[e]:(n=this.getBaseTargetFromProps(this.props,e))!==null&&n!==void 0?n:this.readValueFromInstance(this.current,e,this.options)}setBaseTarget(e,n){this.baseTarget[e]=n}getBaseTarget(e){var n;const{initial:r}=this.props,i=typeof r=="string"||typeof r=="object"?(n=Yy(this.props,r))===null||n===void 0?void 0:n[e]:void 0;if(r&&i!==void 0)return i;const o=this.getBaseTargetFromProps(this.props,e);return o!==void 0&&!Io(o)?o:this.initialValues[e]!==void 0&&i===void 0?void 0:this.baseTarget[e]}on(e,n){return this.events[e]||(this.events[e]=new tb),this.events[e].add(n)}notify(e,...n){this.events[e]&&this.events[e].notify(...n)}}class MD extends r4{sortInstanceNodePosition(e,n){return e.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(e,n){return e.style?e.style[n]:void 0}removeValueFromRenderState(e,{vars:n,style:r}){delete n[e],delete r[e]}makeTargetAnimatableFromInstance({transition:e,transitionEnd:n,...r},{transformValues:i},o){let a=bz(r,e||{},this);if(i&&(n&&(n=i(n)),r&&(r=i(r)),a&&(a=i(a))),o){vz(this,r,a);const c=J5(this,r,a,n);n=c.transitionEnd,r=c.target}return{transition:e,transitionEnd:n,...r}}}function i4(t){return window.getComputedStyle(t)}class o4 extends MD{constructor(){super(...arguments),this.type="html"}readValueFromInstance(e,n){if(Ic.has(n)){const r=Ky(n);return r&&r.default||0}else{const r=i4(e),i=(Sk(n)?r.getPropertyValue(n):r[n])||0;return typeof i=="string"?i.trim():i}}measureInstanceViewportBox(e,{transformPagePoint:n}){return xD(e,n)}build(e,n,r,i){Vy(e,n,r,i.transformTemplate)}scrapeMotionValuesFromProps(e,n){return zy(e,n)}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:e}=this.props;Io(e)&&(this.childSubscription=e.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}renderInstance(e,n,r,i){Pk(e,n,r,i)}}class s4 extends MD{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1}getBaseTargetFromProps(e,n){return e[n]}readValueFromInstance(e,n){if(Ic.has(n)){const r=Ky(n);return r&&r.default||0}return n=Ok.has(n)?n:Ny(n),e.getAttribute(n)}measureInstanceViewportBox(){return kr()}scrapeMotionValuesFromProps(e,n){return Rk(e,n)}build(e,n,r,i){Hy(e,n,r,this.isSVGTag,i.transformTemplate)}renderInstance(e,n,r,i){_k(e,n,r,i)}mount(e){this.isSVGTag=Wy(e.tagName),super.mount(e)}}const a4=(t,e)=>$y(t)?new s4(e,{enableHardwareAcceleration:!1}):new o4(e,{enableHardwareAcceleration:!0}),l4={layout:{ProjectionNode:_D,MeasureLayout:TD}},u4={...Mz,...nW,...B5,...l4},LD=cH((t,e)=>HH(t,e,u4,a4));function FD(t){return Dp({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M463 192H315.9L271.2 58.6C269 52.1 262.9 48 256 48s-13 4.1-15.2 10.6L196.1 192H48c-8.8 0-16 7.2-16 16 0 .9.1 1.9.3 2.7.2 3.5 1.8 7.4 6.7 11.3l120.9 85.2-46.4 134.9c-2.3 6.5 0 13.8 5.5 18 2.9 2.1 5.6 3.9 9 3.9 3.3 0 7.2-1.7 10-3.6l118-84.1 118 84.1c2.8 2 6.7 3.6 10 3.6 3.4 0 6.1-1.7 8.9-3.9 5.6-4.2 7.8-11.4 5.5-18L352 307.2l119.9-86 2.9-2.5c2.6-2.8 5.2-6.6 5.2-10.7 0-8.8-8.2-16-17-16zm-127.2 92.5c-10 7.2-14.2 20.2-10.2 31.8l30.1 87.7c1.3 3.7-2.9 6.8-6.1 4.6l-77.4-55.2c-4.9-3.5-10.6-5.2-16.3-5.2-5.7 0-11.4 1.7-16.2 5.2l-77.4 55.1c-3.2 2.3-7.4-.9-6.1-4.6l30.1-87.7c4-11.8-.2-24.8-10.3-32l-81-57.1c-3.2-2.2-1.6-7.3 2.3-7.3H196c12 0 22.7-7.7 26.5-19.1l29.6-88.2c1.2-3.6 6.4-3.6 7.6 0l29.6 88.2c3.8 11.4 14.5 19.1 26.5 19.1h97.3c3.9 0 5.5 5 2.3 7.2l-79.6 57.5z"},child:[]}]})(t)}function ND(t){return Dp({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M256 372.686L380.83 448l-33.021-142.066L458 210.409l-145.267-12.475L256 64l-56.743 133.934L54 210.409l110.192 95.525L131.161 448z"},child:[]}]})(t)}function rb(t,e){return e?t:void 0}function c4(t){return be.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",viewBox:"0 0 16 16",...t,children:be.jsx("path",{fill:"currenColor",d:"M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z"})})}function f4(t){const{renderChildren:e,parentRef:n,onlyChild:r}=t,[i,o]=X.useState({top:0,left:0}),a=X.useRef(null),[c,f]=X.useState("auto");return X.useLayoutEffect(()=>{if(n.current&&a.current){const p=n.current.getBoundingClientRect(),y=a.current.getBoundingClientRect();let g=p.top;const T=p.left+p.width,E=y.height+(window.innerHeight-p.top)>window.innerHeight;E&&(console.log("overtop"),f(window.innerHeight-p.top-50)),p.top+y.height>window.innerHeight&&!E&&(g=p.top-y.height+p.height),o({top:g,left:T})}},[n,a]),r?e({maxHeight:c}):Bv.createPortal(be.jsx("div",{ref:a,style:{position:"fixed",top:i.top,left:i.left,zIndex:1200},onDragStart:p=>{console.log("onDragStart Dropdown",p.target)},children:e({maxHeight:c})}),n.current)}function cm(t,e,n){if(n||arguments.length===2)for(var r=0,i=e.length,o;r<i;r++)(o||!(r in e))&&(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return t.concat(o||Array.prototype.slice.call(e))}/*!
7
+ ${JSON.stringify(a)} (conflicts with: ${JSON.stringify(Nt(this,Ko)[f])})`);return{id:f,instance:c,preview:a.preview??!1,transition:a.transition,skipDispatchOnTransition:a.skipDispatchOnTransition??!1}}),this.setup=()=>{if(!(typeof window>"u")){if(Yh.isSetUp)throw new Error("Cannot have two MultiBackends at the same time.");Yh.isSetUp=!0,Nt(this,uv).call(this,window),Nt(this,Ko)[Nt(this,Xo)].instance.setup()}},this.teardown=()=>{typeof window>"u"||(Yh.isSetUp=!1,Nt(this,cv).call(this,window),Nt(this,Ko)[Nt(this,Xo)].instance.teardown())},this.connectDragSource=(i,o,a)=>Nt(this,pd).call(this,"connectDragSource",i,o,a),this.connectDragPreview=(i,o,a)=>Nt(this,pd).call(this,"connectDragPreview",i,o,a),this.connectDropTarget=(i,o,a)=>Nt(this,pd).call(this,"connectDropTarget",i,o,a),this.profile=()=>Nt(this,Ko)[Nt(this,Xo)].instance.profile(),this.previewEnabled=()=>Nt(this,Ko)[Nt(this,Xo)].preview,this.previewsList=()=>Nt(this,hd),this.backendsList=()=>Nt(this,yl),Ds(this,uv,i=>{for(let o of Nt(this,yl))o.transition&&i.addEventListener(o.transition.event,Nt(this,Wh))}),Ds(this,cv,i=>{for(let o of Nt(this,yl))o.transition&&i.removeEventListener(o.transition.event,Nt(this,Wh))}),Ds(this,Wh,i=>{var a;let o=Nt(this,Xo);if(Nt(this,yl).some(c=>c.id!==Nt(this,Xo)&&c.transition&&c.transition.check(i)?(hc(this,Xo,c.id),!0):!1),Nt(this,Xo)!==o){Nt(this,Ko)[o].instance.teardown();for(let[y,g]of Object.entries(Nt(this,pc)))g.unsubscribe(),g.unsubscribe=Nt(this,zh).call(this,g.func,...g.args);Nt(this,hd).backendChanged(this);let c=Nt(this,Ko)[Nt(this,Xo)];if(c.instance.setup(),c.skipDispatchOnTransition)return;let f=i.constructor,p=new f(i.type,i);(a=i.target)==null||a.dispatchEvent(p)}}),Ds(this,zh,(i,o,a,c)=>Nt(this,Ko)[Nt(this,Xo)].instance[i](o,a,c)),Ds(this,pd,(i,o,a,c)=>{let f=`${i}_${o}`,p=Nt(this,zh).call(this,i,o,a,c);return Nt(this,pc)[f]={func:i,args:[o,a,c],unsubscribe:p},()=>{Nt(this,pc)[f].unsubscribe(),delete Nt(this,pc)[f]}}),!r||!r.backends||r.backends.length<1)throw new Error(`You must specify at least one Backend, if you are coming from 2.x.x (or don't understand this error)
8
+ see this guide: https://github.com/louisbrunner/dnd-multi-backend/tree/master/packages/react-dnd-multi-backend#migrating-from-2xx`);hc(this,hd,new uU),hc(this,Ko,{}),hc(this,yl,[]);for(let i of r.backends){let o=Nt(this,lv).call(this,e,n,i);Nt(this,Ko)[o.id]=o,Nt(this,yl).push(o)}hc(this,Xo,Nt(this,yl)[0].id),hc(this,pc,{})}};Xo=new WeakMap,hd=new WeakMap,Ko=new WeakMap,yl=new WeakMap,pc=new WeakMap,lv=new WeakMap,uv=new WeakMap,cv=new WeakMap,Wh=new WeakMap,zh=new WeakMap,pd=new WeakMap,ik.isSetUp=!1;var cU=ik,fU=(t,e,n)=>new cU(t,e,n),ok=(t,e)=>({event:t,check:e}),dU=ok("touchstart",t=>{let e=t;return e.touches!==null&&e.touches!==void 0}),hU=ok("pointerdown",t=>t.pointerType==="mouse"),du;(function(t){t.mouse="mouse",t.touch="touch",t.keyboard="keyboard"})(du||(du={}));class pU{get delay(){var e;return(e=this.args.delay)!==null&&e!==void 0?e:0}get scrollAngleRanges(){return this.args.scrollAngleRanges}get getDropTargetElementsAtPoint(){return this.args.getDropTargetElementsAtPoint}get ignoreContextMenu(){var e;return(e=this.args.ignoreContextMenu)!==null&&e!==void 0?e:!1}get enableHoverOutsideTarget(){var e;return(e=this.args.enableHoverOutsideTarget)!==null&&e!==void 0?e:!1}get enableKeyboardEvents(){var e;return(e=this.args.enableKeyboardEvents)!==null&&e!==void 0?e:!1}get enableMouseEvents(){var e;return(e=this.args.enableMouseEvents)!==null&&e!==void 0?e:!1}get enableTouchEvents(){var e;return(e=this.args.enableTouchEvents)!==null&&e!==void 0?e:!0}get touchSlop(){return this.args.touchSlop||0}get delayTouchStart(){var e,n,r,i;return(i=(r=(e=this.args)===null||e===void 0?void 0:e.delayTouchStart)!==null&&r!==void 0?r:(n=this.args)===null||n===void 0?void 0:n.delay)!==null&&i!==void 0?i:0}get delayMouseStart(){var e,n,r,i;return(i=(r=(e=this.args)===null||e===void 0?void 0:e.delayMouseStart)!==null&&r!==void 0?r:(n=this.args)===null||n===void 0?void 0:n.delay)!==null&&i!==void 0?i:0}get window(){if(this.context&&this.context.window)return this.context.window;if(typeof window<"u")return window}get document(){var e;if(!((e=this.context)===null||e===void 0)&&e.document)return this.context.document;if(this.window)return this.window.document}get rootElement(){var e;return((e=this.args)===null||e===void 0?void 0:e.rootElement)||this.document}constructor(e,n){this.args=e,this.context=n}}function gU(t,e,n,r){return Math.sqrt(Math.pow(Math.abs(n-t),2)+Math.pow(Math.abs(r-e),2))}function mU(t,e,n,r,i){if(!i)return!1;const o=Math.atan2(r-e,n-t)*180/Math.PI+180;for(let a=0;a<i.length;++a){const c=i[a];if(c&&(c.start==null||o>=c.start)&&(c.end==null||o<=c.end))return!0}return!1}const vU={Left:1},yU={Left:0};function Jg(t){return t.button===void 0||t.button===yU.Left}function bU(t){return t.buttons===void 0||(t.buttons&vU.Left)===0}function sk(t){return!!t.targetTouches}const wU=1;function xU(t){const e=t.nodeType===wU?t:t.parentElement;if(!e)return;const{top:n,left:r}=e.getBoundingClientRect();return{x:r,y:n}}function SU(t,e){if(t.targetTouches.length===1)return hp(t.targetTouches[0]);if(e&&t.touches.length===1&&t.touches[0].target===e.target)return hp(t.touches[0])}function hp(t,e){return sk(t)?SU(t,e):{x:t.clientX,y:t.clientY}}const Zx=(()=>{let t=!1;try{addEventListener("test",()=>{},Object.defineProperty({},"passive",{get(){return t=!0,!0}}))}catch{}return t})(),sd={[du.mouse]:{start:"mousedown",move:"mousemove",end:"mouseup",contextmenu:"contextmenu"},[du.touch]:{start:"touchstart",move:"touchmove",end:"touchend"},[du.keyboard]:{keydown:"keydown"}};class Td{profile(){var e;return{sourceNodes:this.sourceNodes.size,sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,targetNodes:this.targetNodes.size,dragOverTargetIds:((e=this.dragOverTargetIds)===null||e===void 0?void 0:e.length)||0}}get document(){return this.options.document}setup(){const e=this.options.rootElement;e&&(Ht(!Td.isSetUp,"Cannot have two Touch backends at the same time."),Td.isSetUp=!0,this.addEventListener(e,"start",this.getTopMoveStartHandler()),this.addEventListener(e,"start",this.handleTopMoveStartCapture,!0),this.addEventListener(e,"move",this.handleTopMove),this.addEventListener(e,"move",this.handleTopMoveCapture,!0),this.addEventListener(e,"end",this.handleTopMoveEndCapture,!0),this.options.enableMouseEvents&&!this.options.ignoreContextMenu&&this.addEventListener(e,"contextmenu",this.handleTopMoveEndCapture),this.options.enableKeyboardEvents&&this.addEventListener(e,"keydown",this.handleCancelOnEscape,!0))}teardown(){const e=this.options.rootElement;e&&(Td.isSetUp=!1,this._mouseClientOffset={},this.removeEventListener(e,"start",this.handleTopMoveStartCapture,!0),this.removeEventListener(e,"start",this.handleTopMoveStart),this.removeEventListener(e,"move",this.handleTopMoveCapture,!0),this.removeEventListener(e,"move",this.handleTopMove),this.removeEventListener(e,"end",this.handleTopMoveEndCapture,!0),this.options.enableMouseEvents&&!this.options.ignoreContextMenu&&this.removeEventListener(e,"contextmenu",this.handleTopMoveEndCapture),this.options.enableKeyboardEvents&&this.removeEventListener(e,"keydown",this.handleCancelOnEscape,!0),this.uninstallSourceNodeRemovalObserver())}addEventListener(e,n,r,i=!1){const o=Zx?{capture:i,passive:!1}:i;this.listenerTypes.forEach(function(a){const c=sd[a][n];c&&e.addEventListener(c,r,o)})}removeEventListener(e,n,r,i=!1){const o=Zx?{capture:i,passive:!1}:i;this.listenerTypes.forEach(function(a){const c=sd[a][n];c&&e.removeEventListener(c,r,o)})}connectDragSource(e,n){const r=this.handleMoveStart.bind(this,e);return this.sourceNodes.set(e,n),this.addEventListener(n,"start",r),()=>{this.sourceNodes.delete(e),this.removeEventListener(n,"start",r)}}connectDragPreview(e,n,r){return this.sourcePreviewNodeOptions.set(e,r),this.sourcePreviewNodes.set(e,n),()=>{this.sourcePreviewNodes.delete(e),this.sourcePreviewNodeOptions.delete(e)}}connectDropTarget(e,n){const r=this.options.rootElement;if(!this.document||!r)return()=>{};const i=o=>{if(!this.document||!r||!this.monitor.isDragging())return;let a;switch(o.type){case sd.mouse.move:a={x:o.clientX,y:o.clientY};break;case sd.touch.move:var c,f;a={x:((c=o.touches[0])===null||c===void 0?void 0:c.clientX)||0,y:((f=o.touches[0])===null||f===void 0?void 0:f.clientY)||0};break}const p=a!=null?this.document.elementFromPoint(a.x,a.y):void 0,y=p&&n.contains(p);if(p===n||y)return this.handleMove(o,e)};return this.addEventListener(this.document.body,"move",i),this.targetNodes.set(e,n),()=>{this.document&&(this.targetNodes.delete(e),this.removeEventListener(this.document.body,"move",i))}}getTopMoveStartHandler(){return!this.options.delayTouchStart&&!this.options.delayMouseStart?this.handleTopMoveStart:this.handleTopMoveStartDelay}installSourceNodeRemovalObserver(e){this.uninstallSourceNodeRemovalObserver(),this.draggedSourceNode=e,this.draggedSourceNodeRemovalObserver=new MutationObserver(()=>{e&&!e.parentElement&&(this.resurrectSourceNode(),this.uninstallSourceNodeRemovalObserver())}),!(!e||!e.parentElement)&&this.draggedSourceNodeRemovalObserver.observe(e.parentElement,{childList:!0})}resurrectSourceNode(){this.document&&this.draggedSourceNode&&(this.draggedSourceNode.style.display="none",this.draggedSourceNode.removeAttribute("data-reactid"),this.document.body.appendChild(this.draggedSourceNode))}uninstallSourceNodeRemovalObserver(){this.draggedSourceNodeRemovalObserver&&this.draggedSourceNodeRemovalObserver.disconnect(),this.draggedSourceNodeRemovalObserver=void 0,this.draggedSourceNode=void 0}constructor(e,n,r){this.getSourceClientOffset=i=>{const o=this.sourceNodes.get(i);return o&&xU(o)},this.handleTopMoveStartCapture=i=>{Jg(i)&&(this.moveStartSourceIds=[])},this.handleMoveStart=i=>{Array.isArray(this.moveStartSourceIds)&&this.moveStartSourceIds.unshift(i)},this.handleTopMoveStart=i=>{if(!Jg(i))return;const o=hp(i);o&&(sk(i)&&(this.lastTargetTouchFallback=i.targetTouches[0]),this._mouseClientOffset=o),this.waitingForDelay=!1},this.handleTopMoveStartDelay=i=>{if(!Jg(i))return;const o=i.type===sd.touch.start?this.options.delayTouchStart:this.options.delayMouseStart;this.timeout=setTimeout(this.handleTopMoveStart.bind(this,i),o),this.waitingForDelay=!0},this.handleTopMoveCapture=()=>{this.dragOverTargetIds=[]},this.handleMove=(i,o)=>{this.dragOverTargetIds&&this.dragOverTargetIds.unshift(o)},this.handleTopMove=i=>{if(this.timeout&&clearTimeout(this.timeout),!this.document||this.waitingForDelay)return;const{moveStartSourceIds:o,dragOverTargetIds:a}=this,c=this.options.enableHoverOutsideTarget,f=hp(i,this.lastTargetTouchFallback);if(!f)return;if(this._isScrolling||!this.monitor.isDragging()&&mU(this._mouseClientOffset.x||0,this._mouseClientOffset.y||0,f.x,f.y,this.options.scrollAngleRanges)){this._isScrolling=!0;return}if(!this.monitor.isDragging()&&this._mouseClientOffset.hasOwnProperty("x")&&o&&gU(this._mouseClientOffset.x||0,this._mouseClientOffset.y||0,f.x,f.y)>(this.options.touchSlop?this.options.touchSlop:0)&&(this.moveStartSourceIds=void 0,this.actions.beginDrag(o,{clientOffset:this._mouseClientOffset,getSourceClientOffset:this.getSourceClientOffset,publishSource:!1})),!this.monitor.isDragging())return;const p=this.sourceNodes.get(this.monitor.getSourceId());this.installSourceNodeRemovalObserver(p),this.actions.publishDragSource(),i.cancelable&&i.preventDefault();const y=(a||[]).map(I=>this.targetNodes.get(I)).filter(I=>!!I),g=this.options.getDropTargetElementsAtPoint?this.options.getDropTargetElementsAtPoint(f.x,f.y,y):this.document.elementsFromPoint(f.x,f.y),T=[];for(const I in g){if(!g.hasOwnProperty(I))continue;let A=g[I];for(A!=null&&T.push(A);A;)A=A.parentElement,A&&T.indexOf(A)===-1&&T.push(A)}const E=T.filter(I=>y.indexOf(I)>-1).map(I=>this._getDropTargetId(I)).filter(I=>!!I).filter((I,A,j)=>j.indexOf(I)===A);if(c)for(const I in this.targetNodes){const A=this.targetNodes.get(I);if(p&&A&&A.contains(p)&&E.indexOf(I)===-1){E.unshift(I);break}}E.reverse(),this.actions.hover(E,{clientOffset:f})},this._getDropTargetId=i=>{const o=this.targetNodes.keys();let a=o.next();for(;a.done===!1;){const c=a.value;if(i===this.targetNodes.get(c))return c;a=o.next()}},this.handleTopMoveEndCapture=i=>{if(this._isScrolling=!1,this.lastTargetTouchFallback=void 0,!!bU(i)){if(!this.monitor.isDragging()||this.monitor.didDrop()){this.moveStartSourceIds=void 0;return}i.cancelable&&i.preventDefault(),this._mouseClientOffset={},this.uninstallSourceNodeRemovalObserver(),this.actions.drop(),this.actions.endDrag()}},this.handleCancelOnEscape=i=>{i.key==="Escape"&&this.monitor.isDragging()&&(this._mouseClientOffset={},this.uninstallSourceNodeRemovalObserver(),this.actions.endDrag())},this.options=new pU(r,n),this.actions=e.getActions(),this.monitor=e.getMonitor(),this.sourceNodes=new Map,this.sourcePreviewNodes=new Map,this.sourcePreviewNodeOptions=new Map,this.targetNodes=new Map,this.listenerTypes=[],this._mouseClientOffset={},this._isScrolling=!1,this.options.enableMouseEvents&&this.listenerTypes.push(du.mouse),this.options.enableTouchEvents&&this.listenerTypes.push(du.touch),this.options.enableKeyboardEvents&&this.listenerTypes.push(du.keyboard)}}const TU=function(e,n={},r={}){return new Td(e,n,r)};var Ms=function(){return Ms=Object.assign||function(e){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},Ms.apply(this,arguments)};function oo(t,e,n){if(n||arguments.length===2)for(var r=0,i=e.length,o;r<i;r++)(o||!(r in e))&&(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return t.concat(o||Array.prototype.slice.call(e))}function CU(t){var e=t.isVisible,n=t.ease,r=n===void 0?"easeIn":n,i=t.duration,o=t.variants,a=o===void 0?{open:{opacity:1,height:"auto"},close:{opacity:0,height:0}}:o,c=t.children,f=lV({polyfill:MF}),p=f[0],y=f[1].height,g=X.useState(e),T=g[0],E=g[1],I=X.useState(e),A=I[0],j=I[1],R=X.useState(!1),H=R[0],U=R[1],ne=function(){U(!1),e||E(!1)};X.useEffect(function(){U(!0),e?E(!0):j(!1)},[e]);var q=y===0;return X.useEffect(function(){T&&j(!0)},[q]),X.createElement(sV.div,{style:H?{overflow:"hidden"}:void 0,onAnimationComplete:ne,initial:A?"open":"close",animate:A?"open":"close",inherit:!1,variants:a,transition:{ease:r,duration:EU(y,i)}},X.createElement("div",{ref:p},T&&c))}function EU(t,e){if(e)return e;if(!t)return 0;var n=t/36;return Math.round((4+10*Math.pow(n,.25)+n/5)*10)/1500}var ak=X.createContext({}),kU={isLock:!1},DU=function(t){var e=X.useState(kU.isLock),n=e[0],r=e[1];return X.createElement(ak.Provider,{value:{isLock:n,lock:function(){return r(!0)},unlock:function(){return r(!1)}}},t.children)},Zd=X.createContext({}),Dh={dropTargetId:void 0,index:void 0},PU=function(t){var e=X.useState(Dh.dropTargetId),n=e[0],r=e[1],i=X.useState(Dh.index),o=i[0],a=i[1],c=function(p,y){r(p),a(y)},f=function(){r(Dh.dropTargetId),a(Dh.index)};return X.createElement(Zd.Provider,{value:{dropTargetId:n,index:o,showPlaceholder:c,hidePlaceholder:f}},t.children)},OU=function(t,e){return t.text>e.text?1:t.text<e.text?-1:0},ad=function(t,e){return t.find(function(n){return n.id===e})},lk=function(t,e,n){if(n===0)return!1;var r=t.find(function(i){return i.id===n});return r===void 0?!1:r.parent===e?!0:lk(t,e,r.parent)},Ly=function(t){return typeof t=="object"&&t!==null&&"id"in t&&"parent"in t&&"text"in t},xu=function(t,e,n){var r=n.tree,i=n.rootId,o=n.canDrop;if(t===null){if(e===i)return!0;var a=r.find(function(y){return y.id===e});return!!(a&&a.droppable)}else{var c=Ly(t)?t.id:null;if(o){var f=o(c,e);if(f!==void 0)return f}if(c===e)return!1;var p=r.find(function(g){return g.id===c}),a=r.find(function(g){return g.id===e});return p===void 0||c===null?e===i||!!(a!=null&&a.droppable):a===void 0?p.parent!==0:p.parent===e||!a.droppable?!1:!lk(r,c,e)}},_U=function(t,e,n){return t.map(function(r){return r.id===e?Ms(Ms({},r),{parent:n}):r})},uk=function(t,e,n){if(n===0)return 0;var r=t.filter(function(i){return i.parent===e});return r[n]?t.findIndex(function(i){return i.id===r[n].id}):t.findIndex(function(i){return i.id===r[n-1].id})+1},RU=function(t,e){return t.findIndex(function(n){return n.id===e})},ck=function(t,e,n,r){var i=RU(t,e),o=uk(t,n,r);return o=o>i?o-1:o,[i,o]},IU=function(t,e,n){var r=e<0?t.length+e:e;if(r>=0&&r<t.length){var i=n<0?t.length+n:n,o=t.splice(e,1)[0];t.splice(i,0,o)}},AU=function(t,e,n,r){var i=ck(t,e,n,r),o=i[0],a=i[1],c=oo([],t,!0);return IU(c,o,a),c.map(function(f){return f.id===e?Ms(Ms({},f),{parent:n}):f})},MU=function(t,e){var n=t.getBoundingClientRect(),r=n.top+n.height/2;return e>r?"down":"up"},fv=function(t,e){var n="",r=0;return t.forEach(function(i,o){var a,c=MU(i,((a=e.getClientOffset())===null||a===void 0?void 0:a.y)||0);n===""?n=c:n!==c&&(n=c,r=o),o===t.length-1&&c==="down"&&(r=o+1)}),r},Jx=function(t,e,n){var r=e.closest('[role="list"]'),i=r==null?void 0:r.querySelectorAll(':scope > [role="listitem"]');return i?fv(i,n):null},LU=function(t,e,n){var r=t.getBoundingClientRect(),i=n.dropTargetOffset,o=r.top+i,a=r.bottom-i;return e>a?"lower":e<o?"upper":"middle"},dv=function(t,e,n,r){var i;if(!e)return null;if(t===null){var o=e.querySelectorAll(':scope > [role="listitem"]');return{id:r.rootId,index:fv(o,n)}}var a=n.getItem(),c=e.querySelector('[role="list"]'),f=LU(e,((i=n.getClientOffset())===null||i===void 0?void 0:i.y)||0,r);if(c){if(f==="upper")if(xu(a,t.parent,r)){var p=Jx(t,e,n);return p===null?null:{id:t.parent,index:p}}else return{id:t.id,index:0};var o=c.querySelectorAll(':scope > [role="listitem"]');return{id:t.id,index:fv(o,n)}}else{if(f==="middle")return{id:t.id,index:0};if(xu(a,t.parent,r)){var p=Jx(t,e,n);return p===null?null:{id:t.parent,index:p}}return null}},FU=function(t){return t===void 0&&(t={}),{backends:[{id:"html5",backend:sC,options:t.html5,transition:hU},{id:"touch",backend:TU,options:t.touch||{enableMouseEvents:!0},preview:!0,transition:dU}]}},Gh=function(t,e){return t.some(function(n){return n.parent===e})},fk=X.createContext({}),NU=function(t){var e=WU(t.tree,t.initialOpen),n=e[0],r=e[1],i=r.handleToggle,o=r.handleCloseAll,a=r.handleOpenAll,c=r.handleOpen,f=r.handleClose;X.useImperativeHandle(t.treeRef,function(){return{open:function(E){return c(E,t.onChangeOpen)},close:function(E){return f(E,t.onChangeOpen)},openAll:function(){return a(t.onChangeOpen)},closeAll:function(){return o(t.onChangeOpen)}}});var p=Rl().getMonitor(),y=t.canDrop,g=t.canDrag,T=Ms(Ms({extraAcceptTypes:[],listComponent:"ul",listItemComponent:"li",placeholderComponent:"li",sort:!0,insertDroppableFirst:!0,enableAnimateExpand:!1,dropTargetOffset:0,initialOpen:!1},t),{openIds:n,onDrop:function(E,I,A){if(E){var j={dragSourceId:E.id,dropTargetId:I,dragSource:E,dropTarget:ad(t.tree,I),monitor:p},R=t.tree;if(ad(R,E.id)||(R=oo(oo([],R,!0),[E],!1)),t.sort===!1){var H=ck(R,E.id,I,A),U=H[1];j.destinationIndex=U,j.relativeIndex=A,t.onDrop(AU(R,E.id,I,A),j);return}t.onDrop(_U(R,E.id,I),j)}else{var j={dropTargetId:I,dropTarget:ad(t.tree,I),monitor:p};t.sort===!1&&(j.destinationIndex=uk(t.tree,I,A),j.relativeIndex=A),t.onDrop(t.tree,j)}},canDrop:y?function(E,I){return y(t.tree,{dragSourceId:E??void 0,dropTargetId:I,dragSource:p.getItem(),dropTarget:ad(t.tree,I),monitor:p})}:void 0,canDrag:g?function(E){return g(ad(t.tree,E))}:void 0,onToggle:function(E){return i(E,t.onChangeOpen)}});return X.createElement(fk.Provider,{value:T},t.children)},jU=function(t){return X.createElement(NU,Ms({},t),X.createElement(DU,null,X.createElement(PU,null,t.children)))},BU=function(t){var e=X.useContext(ak);X.useEffect(function(){if(t.current){var n=t.current,r=function(y){var g=y.target;(g instanceof HTMLInputElement||g instanceof HTMLTextAreaElement)&&e.lock()},i=function(y){var g=y.target;(g instanceof HTMLInputElement||g instanceof HTMLTextAreaElement)&&e.unlock()},o=function(y){return r(y)},a=function(y){return i(y)},c=function(y){return r(y)},f=function(y){return i(y)},p=new MutationObserver(function(){document.activeElement===document.body&&e.unlock()});return p.observe(n,{subtree:!0,childList:!0}),n.addEventListener("mouseover",o),n.addEventListener("mouseout",a),n.addEventListener("focusin",c),n.addEventListener("focusout",f),function(){p.disconnect(),n.removeEventListener("mouseover",o),n.removeEventListener("mouseout",a),n.removeEventListener("focusin",c),n.removeEventListener("focusout",f)}}},[t,e]),X.useEffect(function(){var n;(n=t.current)===null||n===void 0||n.setAttribute("draggable",e.isLock?"false":"true")},[t,e.isLock])},Vp={TREE_ITEM:Symbol()},dk=null,hk=function(t){var e=t.target;if(e instanceof HTMLElement){var n=e.closest('[role="listitem"]');t.currentTarget===n&&(dk=n)}},Qx=function(t){return hk(t)},eS=function(t){return hk(t)},$U=function(t,e){var n=Du();X.useEffect(function(){var c=e.current;return c==null||c.addEventListener("dragstart",Qx),c==null||c.addEventListener("touchstart",eS,{passive:!0}),function(){c==null||c.removeEventListener("dragstart",Qx),c==null||c.removeEventListener("touchstart",eS)}},[e]);var r=tk({type:Vp.TREE_ITEM,item:function(c){var f=Ms({ref:e},t);return n.onDragStart&&n.onDragStart(f,c),f},end:function(c,f){var p=c;n.onDragEnd&&n.onDragEnd(p,f)},canDrag:function(){var c=n.canDrag;return dk!==e.current?!1:c?c(t.id):!0},collect:function(c){return{isDragging:c.isDragging()}}}),i=r[0].isDragging,o=r[1],a=r[2];return[i,o,a]},VU=function(t,e,n){var r=X.useRef(0),i=X.useRef(0),o=function(){r.current+=1,r.current===1&&!e&&(i.current=window.setTimeout(function(){return n(t)},500))},a=function(){r.current-=1,r.current===0&&window.clearTimeout(i.current)},c=function(){i.current>0&&window.clearTimeout(i.current),r.current=0,i.current=0};return{onDragEnter:o,onDragLeave:a,onDrop:c}},UU=function(t){var e=Du(),n=X.useContext(Zd),r=dp({accept:oo([Vp.TREE_ITEM],e.extraAcceptTypes,!0),drop:function(f,p){var y=e.rootId,g=e.onDrop,T=n.dropTargetId,E=n.index;p.isOver({shallow:!0})&&T!==void 0&&E!==void 0&&g(Ly(f)?f:null,y,E),n.hidePlaceholder()},canDrop:function(f,p){var y=e.rootId;return p.isOver({shallow:!0})?f===void 0?!1:xu(f,y,e):!1},hover:function(f,p){if(p.isOver({shallow:!0})){var y=e.rootId,g=n.dropTargetId,T=n.index,E=n.showPlaceholder,I=n.hidePlaceholder,A=dv(null,t.current,p,e);if(A===null||!xu(f,y,e)){I();return}(A.id!==g||A.index!==T)&&E(A.id,A.index)}},collect:function(f){var p=f.getItem();return{isOver:f.isOver({shallow:!0})&&f.canDrop(),dragSource:p}}}),i=r[0],o=i.isOver,a=i.dragSource,c=r[1];return[o,a,c]},HU=function(t,e){var n=Du(),r=X.useContext(Zd),i=dp({accept:oo([Vp.TREE_ITEM],n.extraAcceptTypes,!0),drop:function(p,y){var g=r.dropTargetId,T=r.index;y.isOver({shallow:!0})&&g!==void 0&&T!==void 0&&n.onDrop(Ly(p)?p:null,g,T),r.hidePlaceholder()},canDrop:function(p,y){if(y.isOver({shallow:!0})){var g=dv(t,e.current,y,n);return g===null?!1:xu(p,g.id,n)}return!1},hover:function(p,y){if(y.isOver({shallow:!0})){var g=r.dropTargetId,T=r.index,E=r.showPlaceholder,I=r.hidePlaceholder,A=dv(t,e.current,y,n);if(A===null||!xu(p,A.id,n)){I();return}(A.id!==g||A.index!==T)&&E(A.id,A.index)}},collect:function(p){var y=p.getItem();return{isOver:p.isOver({shallow:!0})&&p.canDrop(),dragSource:y}}}),o=i[0],a=o.isOver,c=o.dragSource,f=i[1];return[a,c,f]},WU=function(t,e){var n=X.useMemo(function(){return e===!0?t.filter(function(g){return Gh(t,g.id)}).map(function(g){return g.id}):Array.isArray(e)?e:[]},[e]),r=X.useState(n),i=r[0],o=r[1];X.useEffect(function(){return o(n)},[n]);var a=function(g,T){var E=i.includes(g)?i.filter(function(I){return I!==g}):oo(oo([],i,!0),[g],!1);o(E),T&&T(E)},c=function(g){o([]),g&&g([])},f=function(g){var T=t.filter(function(E){return Gh(t,E.id)}).map(function(E){return E.id});o(T),g&&g(T)},p=function(g,T){var E=[];if(Array.isArray(g)){var I=t.filter(function(A){return g.includes(A.id)&&Gh(t,A.id)});E=oo(oo([],i,!0),I.map(function(A){return A.id}),!0).filter(function(A,j,R){return R.indexOf(A)===j})}else E=i.includes(g)?i:oo(oo([],i,!0),[g],!1);o(E),T&&T(E)},y=function(g,T){var E=i.filter(function(I){return Array.isArray(g)?!g.includes(I):I!==g});o(E),T&&T(E)};return[i,{handleToggle:a,handleCloseAll:c,handleOpenAll:f,handleOpen:p,handleClose:y}]},zU=function(){return tU(function(t){var e=t.getItemType();return{item:t.getItem(),clientOffset:t.getClientOffset(),isDragging:t.isDragging()&&e===Vp.TREE_ITEM}})},Du=function(){var t=X.useContext(fk);if(!t)throw new Error("useTreeContext must be used under TreeProvider");return t},YU=function(t,e){var n=Du(),r=n.rootId,i=n.rootProps,o=n.classes,a=(o==null?void 0:o.container)||"";return e&&(o!=null&&o.dropTarget)&&(a="".concat(a," ").concat(o.dropTarget)),t===r&&(o!=null&&o.root)&&(a="".concat(a," ").concat(o.root)),t===r&&(i!=null&&i.className)&&(a="".concat(a," ").concat(i.className)),a=a.trim(),a},GU=function(t,e,n){e.current?n(e):n(t),X.useEffect(function(){e.current?n(e):n(t)},[e.current])},qU=function(t){var e=Du(),n=X.useContext(Zd),r=X.useRef(null),i=X.useRef(null),o=e.tree.find(function(le){return le.id===t.id}),a=e.openIds,c=e.classes,f=e.enableAnimateExpand,p=a.includes(t.id),y=$U(o,r),g=y[0],T=y[1],E=y[2],I=HU(o,r),A=I[0],j=I[1],R=I[2];GU(r,i,T),xu(j,t.id,e)&&R(r),X.useEffect(function(){e.dragPreviewRender?E(hF(),{captureDraggingState:!0}):i.current&&E(r)},[E,e.dragPreviewRender]),BU(r);var H=function(){return e.onToggle(o.id)},U=e.listItemComponent,ne=e.canDrag?e.canDrag(t.id):!0,q=n.dropTargetId===t.id,ie={depth:t.depth,isOpen:p,isDragging:g,isDropTarget:q,draggable:ne,hasChild:Gh(e.tree,t.id),containerRef:r,handleRef:i,onToggle:H},x="";return c!=null&&c.listItem&&(x=typeof c.listItem=="string"?c.listItem:c.listItem(o,ie)),A&&(c!=null&&c.dropTarget)&&(x="".concat(x," ").concat(c.dropTarget)),g&&(c!=null&&c.draggingSource)&&(x="".concat(x," ").concat(c.draggingSource)),X.createElement(U,{ref:r,className:x,role:"listitem"},e.render(o,ie),f&&ie.hasChild&&X.createElement(CU,{isVisible:p},X.createElement(hv,{parentId:t.id,depth:t.depth+1})),!f&&ie.hasChild&&p&&X.createElement(hv,{parentId:t.id,depth:t.depth+1}))},tS=function(t){var e=Du(),n=e.placeholderRender,r=e.placeholderComponent,i=e.classes,o=X.useContext(Zd),a=Rl(),c=a.getMonitor(),f=c.getItem();if(!n||!f)return null;var p=t.dropTargetId===o.dropTargetId&&(t.index===o.index||t.index===void 0&&t.listCount===o.index),y=c.getTargetIds();return!p||!y.length?null:X.createElement(r,{className:(i==null?void 0:i.placeholder)||""},n(f,{depth:t.depth}))},hv=function(t){var e=Du(),n=X.useRef(null),r=e.tree.filter(function(A){return A.parent===t.parentId}),i=r,o=typeof e.sort=="function"?e.sort:OU;if(e.insertDroppableFirst){var a=r.filter(function(A){return A.droppable}),c=r.filter(function(A){return!A.droppable});e.sort===!1?i=oo(oo([],a,!0),c,!0):(a=a.sort(o),c=c.sort(o),i=oo(oo([],a,!0),c,!0))}else e.sort!==!1&&(i=r.sort(o));var f=UU(n),p=f[0],y=f[1],g=f[2];t.parentId===e.rootId&&xu(y,e.rootId,e)&&g(n);var T=YU(t.parentId,p),E=e.rootProps||{},I=e.listComponent;return X.createElement(I,Ms({ref:n,role:"list"},E,{className:T}),i.map(function(A,j){return X.createElement(X.Fragment,{key:A.id},X.createElement(tS,{depth:t.depth,listCount:i.length,dropTargetId:t.parentId,index:j}),X.createElement(qU,{id:A.id,depth:t.depth}))}),X.createElement(tS,{depth:t.depth,listCount:i.length,dropTargetId:t.parentId}))},XU={height:"100%",left:0,pointerEvents:"none",position:"fixed",top:0,width:"100%",zIndex:100},KU=function(t){var e=t.clientOffset;if(!e)return{};var n=e.x,r=e.y,i="translate(".concat(n,"px, ").concat(r,"px)");return{pointerEvents:"none",transform:i}},ZU=function(){var t=Du(),e=zU(),n=e.isDragging,r=e.clientOffset;return!n||!r?null:X.createElement("div",{style:XU},X.createElement("div",{style:KU(e)},t.dragPreviewRender&&t.dragPreviewRender(e)))};function JU(t,e){return X.createElement(jU,Ms({},t,{treeRef:e}),t.dragPreviewRender&&X.createElement(ZU,null),X.createElement(hv,{parentId:t.rootId,depth:0}))}var QU=X.forwardRef(JU);const pk=X.createContext({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"}),Up=X.createContext({}),Fy=X.createContext(null),Hp=typeof document<"u",eH=Hp?X.useLayoutEffect:X.useEffect,gk=X.createContext({strict:!1}),Ny=t=>t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),tH="framerAppearId",mk="data-"+Ny(tH);function nH(t,e,n,r){const{visualElement:i}=X.useContext(Up),o=X.useContext(gk),a=X.useContext(Fy),c=X.useContext(pk).reducedMotion,f=X.useRef();r=r||o.renderer,!f.current&&r&&(f.current=r(t,{visualState:e,parent:i,props:n,presenceContext:a,blockInitialAnimation:a?a.initial===!1:!1,reducedMotionConfig:c}));const p=f.current;X.useInsertionEffect(()=>{p&&p.update(n,a)});const y=X.useRef(!!(n[mk]&&!window.HandoffComplete));return eH(()=>{p&&(p.render(),y.current&&p.animationState&&p.animationState.animateChanges())}),X.useEffect(()=>{p&&(p.updateFeatures(),!y.current&&p.animationState&&p.animationState.animateChanges(),y.current&&(y.current=!1,window.HandoffComplete=!0))}),p}function wf(t){return t&&typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"current")}function rH(t,e,n){return X.useCallback(r=>{r&&t.mount&&t.mount(r),e&&(r?e.mount(r):e.unmount()),n&&(typeof n=="function"?n(r):wf(n)&&(n.current=r))},[e])}function Bd(t){return typeof t=="string"||Array.isArray(t)}function Wp(t){return t!==null&&typeof t=="object"&&typeof t.start=="function"}const jy=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],By=["initial",...jy];function zp(t){return Wp(t.animate)||By.some(e=>Bd(t[e]))}function vk(t){return!!(zp(t)||t.variants)}function iH(t,e){if(zp(t)){const{initial:n,animate:r}=t;return{initial:n===!1||Bd(n)?n:void 0,animate:Bd(r)?r:void 0}}return t.inherit!==!1?e:{}}function oH(t){const{initial:e,animate:n}=iH(t,X.useContext(Up));return X.useMemo(()=>({initial:e,animate:n}),[nS(e),nS(n)])}function nS(t){return Array.isArray(t)?t.join(" "):t}const rS={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},$d={};for(const t in rS)$d[t]={isEnabled:e=>rS[t].some(n=>!!e[n])};function sH(t){for(const e in t)$d[e]={...$d[e],...t[e]}}const yk=X.createContext({}),bk=X.createContext({}),aH=Symbol.for("motionComponentSymbol");function lH({preloadedFeatures:t,createVisualElement:e,useRender:n,useVisualState:r,Component:i}){t&&sH(t);function o(c,f){let p;const y={...X.useContext(pk),...c,layoutId:uH(c)},{isStatic:g}=y,T=oH(c),E=r(c,g);if(!g&&Hp){T.visualElement=nH(i,E,y,e);const I=X.useContext(bk),A=X.useContext(gk).strict;T.visualElement&&(p=T.visualElement.loadFeatures(y,A,t,I))}return kn.createElement(Up.Provider,{value:T},p&&T.visualElement?kn.createElement(p,{visualElement:T.visualElement,...y}):null,n(i,c,rH(E,T.visualElement,f),E,g,T.visualElement))}const a=X.forwardRef(o);return a[aH]=i,a}function uH({layoutId:t}){const e=X.useContext(yk).id;return e&&t!==void 0?e+"-"+t:t}function cH(t){function e(r,i={}){return lH(t(r,i))}if(typeof Proxy>"u")return e;const n=new Map;return new Proxy(e,{get:(r,i)=>(n.has(i)||n.set(i,e(i)),n.get(i))})}const fH=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function $y(t){return typeof t!="string"||t.includes("-")?!1:!!(fH.indexOf(t)>-1||/[A-Z]/.test(t))}const pp={};function dH(t){Object.assign(pp,t)}const Jd=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Ic=new Set(Jd);function wk(t,{layout:e,layoutId:n}){return Ic.has(t)||t.startsWith("origin")||(e||n!==void 0)&&(!!pp[t]||t==="opacity")}const Io=t=>!!(t&&t.getVelocity),hH={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},pH=Jd.length;function gH(t,{enableHardwareAcceleration:e=!0,allowTransformNone:n=!0},r,i){let o="";for(let a=0;a<pH;a++){const c=Jd[a];if(t[c]!==void 0){const f=hH[c]||c;o+=`${f}(${t[c]}) `}}return e&&!t.z&&(o+="translateZ(0)"),o=o.trim(),i?o=i(t,r?"":o):n&&r&&(o="none"),o}const xk=t=>e=>typeof e=="string"&&e.startsWith(t),Sk=xk("--"),pv=xk("var(--"),mH=/var\s*\(\s*--[\w-]+(\s*,\s*(?:(?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)+)?\s*\)/g,vH=(t,e)=>e&&typeof t=="number"?e.transform(t):t,Su=(t,e,n)=>Math.min(Math.max(n,t),e),Ac={test:t=>typeof t=="number",parse:parseFloat,transform:t=>t},Cd={...Ac,transform:t=>Su(0,1,t)},Ph={...Ac,default:1},Ed=t=>Math.round(t*1e5)/1e5,Yp=/(-)?([\d]*\.?[\d])+/g,Tk=/(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))/gi,yH=/^(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))$/i;function Qd(t){return typeof t=="string"}const eh=t=>({test:e=>Qd(e)&&e.endsWith(t)&&e.split(" ").length===1,parse:parseFloat,transform:e=>`${e}${t}`}),uu=eh("deg"),Va=eh("%"),Rt=eh("px"),bH=eh("vh"),wH=eh("vw"),iS={...Va,parse:t=>Va.parse(t)/100,transform:t=>Va.transform(t*100)},oS={...Ac,transform:Math.round},Ck={borderWidth:Rt,borderTopWidth:Rt,borderRightWidth:Rt,borderBottomWidth:Rt,borderLeftWidth:Rt,borderRadius:Rt,radius:Rt,borderTopLeftRadius:Rt,borderTopRightRadius:Rt,borderBottomRightRadius:Rt,borderBottomLeftRadius:Rt,width:Rt,maxWidth:Rt,height:Rt,maxHeight:Rt,size:Rt,top:Rt,right:Rt,bottom:Rt,left:Rt,padding:Rt,paddingTop:Rt,paddingRight:Rt,paddingBottom:Rt,paddingLeft:Rt,margin:Rt,marginTop:Rt,marginRight:Rt,marginBottom:Rt,marginLeft:Rt,rotate:uu,rotateX:uu,rotateY:uu,rotateZ:uu,scale:Ph,scaleX:Ph,scaleY:Ph,scaleZ:Ph,skew:uu,skewX:uu,skewY:uu,distance:Rt,translateX:Rt,translateY:Rt,translateZ:Rt,x:Rt,y:Rt,z:Rt,perspective:Rt,transformPerspective:Rt,opacity:Cd,originX:iS,originY:iS,originZ:Rt,zIndex:oS,fillOpacity:Cd,strokeOpacity:Cd,numOctaves:oS};function Vy(t,e,n,r){const{style:i,vars:o,transform:a,transformOrigin:c}=t;let f=!1,p=!1,y=!0;for(const g in e){const T=e[g];if(Sk(g)){o[g]=T;continue}const E=Ck[g],I=vH(T,E);if(Ic.has(g)){if(f=!0,a[g]=I,!y)continue;T!==(E.default||0)&&(y=!1)}else g.startsWith("origin")?(p=!0,c[g]=I):i[g]=I}if(e.transform||(f||r?i.transform=gH(t.transform,n,y,r):i.transform&&(i.transform="none")),p){const{originX:g="50%",originY:T="50%",originZ:E=0}=c;i.transformOrigin=`${g} ${T} ${E}`}}const Uy=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function Ek(t,e,n){for(const r in e)!Io(e[r])&&!wk(r,n)&&(t[r]=e[r])}function xH({transformTemplate:t},e,n){return X.useMemo(()=>{const r=Uy();return Vy(r,e,{enableHardwareAcceleration:!n},t),Object.assign({},r.vars,r.style)},[e])}function SH(t,e,n){const r=t.style||{},i={};return Ek(i,r,t),Object.assign(i,xH(t,e,n)),t.transformValues?t.transformValues(i):i}function TH(t,e,n){const r={},i=SH(t,e,n);return t.drag&&t.dragListener!==!1&&(r.draggable=!1,i.userSelect=i.WebkitUserSelect=i.WebkitTouchCallout="none",i.touchAction=t.drag===!0?"none":`pan-${t.drag==="x"?"y":"x"}`),t.tabIndex===void 0&&(t.onTap||t.onTapStart||t.whileTap)&&(r.tabIndex=0),r.style=i,r}const CH=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","transformValues","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","ignoreStrict","viewport"]);function gp(t){return t.startsWith("while")||t.startsWith("drag")&&t!=="draggable"||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||t.startsWith("onLayout")||CH.has(t)}let kk=t=>!gp(t);function EH(t){t&&(kk=e=>e.startsWith("on")?!gp(e):t(e))}try{EH(require("@emotion/is-prop-valid").default)}catch{}function kH(t,e,n){const r={};for(const i in t)i==="values"&&typeof t.values=="object"||(kk(i)||n===!0&&gp(i)||!e&&!gp(i)||t.draggable&&i.startsWith("onDrag"))&&(r[i]=t[i]);return r}function sS(t,e,n){return typeof t=="string"?t:Rt.transform(e+n*t)}function DH(t,e,n){const r=sS(e,t.x,t.width),i=sS(n,t.y,t.height);return`${r} ${i}`}const PH={offset:"stroke-dashoffset",array:"stroke-dasharray"},OH={offset:"strokeDashoffset",array:"strokeDasharray"};function _H(t,e,n=1,r=0,i=!0){t.pathLength=1;const o=i?PH:OH;t[o.offset]=Rt.transform(-r);const a=Rt.transform(e),c=Rt.transform(n);t[o.array]=`${a} ${c}`}function Hy(t,{attrX:e,attrY:n,attrScale:r,originX:i,originY:o,pathLength:a,pathSpacing:c=1,pathOffset:f=0,...p},y,g,T){if(Vy(t,p,y,T),g){t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox);return}t.attrs=t.style,t.style={};const{attrs:E,style:I,dimensions:A}=t;E.transform&&(A&&(I.transform=E.transform),delete E.transform),A&&(i!==void 0||o!==void 0||I.transform)&&(I.transformOrigin=DH(A,i!==void 0?i:.5,o!==void 0?o:.5)),e!==void 0&&(E.x=e),n!==void 0&&(E.y=n),r!==void 0&&(E.scale=r),a!==void 0&&_H(E,a,c,f,!1)}const Dk=()=>({...Uy(),attrs:{}}),Wy=t=>typeof t=="string"&&t.toLowerCase()==="svg";function RH(t,e,n,r){const i=X.useMemo(()=>{const o=Dk();return Hy(o,e,{enableHardwareAcceleration:!1},Wy(r),t.transformTemplate),{...o.attrs,style:{...o.style}}},[e]);if(t.style){const o={};Ek(o,t.style,t),i.style={...o,...i.style}}return i}function IH(t=!1){return(n,r,i,{latestValues:o},a)=>{const f=($y(n)?RH:TH)(r,o,a,n),y={...kH(r,typeof n=="string",t),...f,ref:i},{children:g}=r,T=X.useMemo(()=>Io(g)?g.get():g,[g]);return X.createElement(n,{...y,children:T})}}function Pk(t,{style:e,vars:n},r,i){Object.assign(t.style,e,i&&i.getProjectionStyles(r));for(const o in n)t.style.setProperty(o,n[o])}const Ok=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function _k(t,e,n,r){Pk(t,e,void 0,r);for(const i in e.attrs)t.setAttribute(Ok.has(i)?i:Ny(i),e.attrs[i])}function zy(t,e){const{style:n}=t,r={};for(const i in n)(Io(n[i])||e.style&&Io(e.style[i])||wk(i,t))&&(r[i]=n[i]);return r}function Rk(t,e){const n=zy(t,e);for(const r in t)if(Io(t[r])||Io(e[r])){const i=Jd.indexOf(r)!==-1?"attr"+r.charAt(0).toUpperCase()+r.substring(1):r;n[i]=t[r]}return n}function Yy(t,e,n,r={},i={}){return typeof e=="function"&&(e=e(n!==void 0?n:t.custom,r,i)),typeof e=="string"&&(e=t.variants&&t.variants[e]),typeof e=="function"&&(e=e(n!==void 0?n:t.custom,r,i)),e}function AH(t){const e=X.useRef(null);return e.current===null&&(e.current=t()),e.current}const mp=t=>Array.isArray(t),MH=t=>!!(t&&typeof t=="object"&&t.mix&&t.toValue),LH=t=>mp(t)?t[t.length-1]||0:t;function qh(t){const e=Io(t)?t.get():t;return MH(e)?e.toValue():e}function FH({scrapeMotionValuesFromProps:t,createRenderState:e,onMount:n},r,i,o){const a={latestValues:NH(r,i,o,t),renderState:e()};return n&&(a.mount=c=>n(r,c,a)),a}const Ik=t=>(e,n)=>{const r=X.useContext(Up),i=X.useContext(Fy),o=()=>FH(t,e,r,i);return n?o():AH(o)};function NH(t,e,n,r){const i={},o=r(t,{});for(const T in o)i[T]=qh(o[T]);let{initial:a,animate:c}=t;const f=zp(t),p=vk(t);e&&p&&!f&&t.inherit!==!1&&(a===void 0&&(a=e.initial),c===void 0&&(c=e.animate));let y=n?n.initial===!1:!1;y=y||a===!1;const g=y?c:a;return g&&typeof g!="boolean"&&!Wp(g)&&(Array.isArray(g)?g:[g]).forEach(E=>{const I=Yy(t,E);if(!I)return;const{transitionEnd:A,transition:j,...R}=I;for(const H in R){let U=R[H];if(Array.isArray(U)){const ne=y?U.length-1:0;U=U[ne]}U!==null&&(i[H]=U)}for(const H in A)i[H]=A[H]}),i}const sr=t=>t;class aS{constructor(){this.order=[],this.scheduled=new Set}add(e){if(!this.scheduled.has(e))return this.scheduled.add(e),this.order.push(e),!0}remove(e){const n=this.order.indexOf(e);n!==-1&&(this.order.splice(n,1),this.scheduled.delete(e))}clear(){this.order.length=0,this.scheduled.clear()}}function jH(t){let e=new aS,n=new aS,r=0,i=!1,o=!1;const a=new WeakSet,c={schedule:(f,p=!1,y=!1)=>{const g=y&&i,T=g?e:n;return p&&a.add(f),T.add(f)&&g&&i&&(r=e.order.length),f},cancel:f=>{n.remove(f),a.delete(f)},process:f=>{if(i){o=!0;return}if(i=!0,[e,n]=[n,e],n.clear(),r=e.order.length,r)for(let p=0;p<r;p++){const y=e.order[p];y(f),a.has(y)&&(c.schedule(y),t())}i=!1,o&&(o=!1,c.process(f))}};return c}const Oh=["prepare","read","update","preRender","render","postRender"],BH=40;function $H(t,e){let n=!1,r=!0;const i={delta:0,timestamp:0,isProcessing:!1},o=Oh.reduce((g,T)=>(g[T]=jH(()=>n=!0),g),{}),a=g=>o[g].process(i),c=()=>{const g=performance.now();n=!1,i.delta=r?1e3/60:Math.max(Math.min(g-i.timestamp,BH),1),i.timestamp=g,i.isProcessing=!0,Oh.forEach(a),i.isProcessing=!1,n&&e&&(r=!1,t(c))},f=()=>{n=!0,r=!0,i.isProcessing||t(c)};return{schedule:Oh.reduce((g,T)=>{const E=o[T];return g[T]=(I,A=!1,j=!1)=>(n||f(),E.schedule(I,A,j)),g},{}),cancel:g=>Oh.forEach(T=>o[T].cancel(g)),state:i,steps:o}}const{schedule:Ln,cancel:Ol,state:Ni,steps:Qg}=$H(typeof requestAnimationFrame<"u"?requestAnimationFrame:sr,!0),VH={useVisualState:Ik({scrapeMotionValuesFromProps:Rk,createRenderState:Dk,onMount:(t,e,{renderState:n,latestValues:r})=>{Ln.read(()=>{try{n.dimensions=typeof e.getBBox=="function"?e.getBBox():e.getBoundingClientRect()}catch{n.dimensions={x:0,y:0,width:0,height:0}}}),Ln.render(()=>{Hy(n,r,{enableHardwareAcceleration:!1},Wy(e.tagName),t.transformTemplate),_k(e,n)})}})},UH={useVisualState:Ik({scrapeMotionValuesFromProps:zy,createRenderState:Uy})};function HH(t,{forwardMotionProps:e=!1},n,r){return{...$y(t)?VH:UH,preloadedFeatures:n,useRender:IH(e),createVisualElement:r,Component:t}}function xl(t,e,n,r={passive:!0}){return t.addEventListener(e,n,r),()=>t.removeEventListener(e,n)}const Ak=t=>t.pointerType==="mouse"?typeof t.button!="number"||t.button<=0:t.isPrimary!==!1;function Gp(t,e="page"){return{point:{x:t[e+"X"],y:t[e+"Y"]}}}const WH=t=>e=>Ak(e)&&t(e,Gp(e));function El(t,e,n,r){return xl(t,e,WH(n),r)}const zH=(t,e)=>n=>e(t(n)),hu=(...t)=>t.reduce(zH);function Mk(t){let e=null;return()=>{const n=()=>{e=null};return e===null?(e=t,n):!1}}const lS=Mk("dragHorizontal"),uS=Mk("dragVertical");function Lk(t){let e=!1;if(t==="y")e=uS();else if(t==="x")e=lS();else{const n=lS(),r=uS();n&&r?e=()=>{n(),r()}:(n&&n(),r&&r())}return e}function Fk(){const t=Lk(!0);return t?(t(),!1):!0}class Pu{constructor(e){this.isMounted=!1,this.node=e}update(){}}function cS(t,e){const n="pointer"+(e?"enter":"leave"),r="onHover"+(e?"Start":"End"),i=(o,a)=>{if(o.pointerType==="touch"||Fk())return;const c=t.getProps();t.animationState&&c.whileHover&&t.animationState.setActive("whileHover",e),c[r]&&Ln.update(()=>c[r](o,a))};return El(t.current,n,i,{passive:!t.getProps()[r]})}class YH extends Pu{mount(){this.unmount=hu(cS(this.node,!0),cS(this.node,!1))}unmount(){}}class GH extends Pu{constructor(){super(...arguments),this.isActive=!1}onFocus(){let e=!1;try{e=this.node.current.matches(":focus-visible")}catch{e=!0}!e||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){!this.isActive||!this.node.animationState||(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=hu(xl(this.node.current,"focus",()=>this.onFocus()),xl(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}const Nk=(t,e)=>e?t===e?!0:Nk(t,e.parentElement):!1;function em(t,e){if(!e)return;const n=new PointerEvent("pointer"+t);e(n,Gp(n))}class qH extends Pu{constructor(){super(...arguments),this.removeStartListeners=sr,this.removeEndListeners=sr,this.removeAccessibleListeners=sr,this.startPointerPress=(e,n)=>{if(this.isPressing)return;this.removeEndListeners();const r=this.node.getProps(),o=El(window,"pointerup",(c,f)=>{if(!this.checkPressEnd())return;const{onTap:p,onTapCancel:y,globalTapTarget:g}=this.node.getProps();Ln.update(()=>{!g&&!Nk(this.node.current,c.target)?y&&y(c,f):p&&p(c,f)})},{passive:!(r.onTap||r.onPointerUp)}),a=El(window,"pointercancel",(c,f)=>this.cancelPress(c,f),{passive:!(r.onTapCancel||r.onPointerCancel)});this.removeEndListeners=hu(o,a),this.startPress(e,n)},this.startAccessiblePress=()=>{const e=o=>{if(o.key!=="Enter"||this.isPressing)return;const a=c=>{c.key!=="Enter"||!this.checkPressEnd()||em("up",(f,p)=>{const{onTap:y}=this.node.getProps();y&&Ln.update(()=>y(f,p))})};this.removeEndListeners(),this.removeEndListeners=xl(this.node.current,"keyup",a),em("down",(c,f)=>{this.startPress(c,f)})},n=xl(this.node.current,"keydown",e),r=()=>{this.isPressing&&em("cancel",(o,a)=>this.cancelPress(o,a))},i=xl(this.node.current,"blur",r);this.removeAccessibleListeners=hu(n,i)}}startPress(e,n){this.isPressing=!0;const{onTapStart:r,whileTap:i}=this.node.getProps();i&&this.node.animationState&&this.node.animationState.setActive("whileTap",!0),r&&Ln.update(()=>r(e,n))}checkPressEnd(){return this.removeEndListeners(),this.isPressing=!1,this.node.getProps().whileTap&&this.node.animationState&&this.node.animationState.setActive("whileTap",!1),!Fk()}cancelPress(e,n){if(!this.checkPressEnd())return;const{onTapCancel:r}=this.node.getProps();r&&Ln.update(()=>r(e,n))}mount(){const e=this.node.getProps(),n=El(e.globalTapTarget?window:this.node.current,"pointerdown",this.startPointerPress,{passive:!(e.onTapStart||e.onPointerStart)}),r=xl(this.node.current,"focus",this.startAccessiblePress);this.removeStartListeners=hu(n,r)}unmount(){this.removeStartListeners(),this.removeEndListeners(),this.removeAccessibleListeners()}}const gv=new WeakMap,tm=new WeakMap,XH=t=>{const e=gv.get(t.target);e&&e(t)},KH=t=>{t.forEach(XH)};function ZH({root:t,...e}){const n=t||document;tm.has(n)||tm.set(n,{});const r=tm.get(n),i=JSON.stringify(e);return r[i]||(r[i]=new IntersectionObserver(KH,{root:t,...e})),r[i]}function JH(t,e,n){const r=ZH(e);return gv.set(t,n),r.observe(t),()=>{gv.delete(t),r.unobserve(t)}}const QH={some:0,all:1};class eW extends Pu{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:e={}}=this.node.getProps(),{root:n,margin:r,amount:i="some",once:o}=e,a={root:n?n.current:void 0,rootMargin:r,threshold:typeof i=="number"?i:QH[i]},c=f=>{const{isIntersecting:p}=f;if(this.isInView===p||(this.isInView=p,o&&!p&&this.hasEnteredView))return;p&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",p);const{onViewportEnter:y,onViewportLeave:g}=this.node.getProps(),T=p?y:g;T&&T(f)};return JH(this.node.current,a,c)}mount(){this.startObserver()}update(){if(typeof IntersectionObserver>"u")return;const{props:e,prevProps:n}=this.node;["amount","margin","root"].some(tW(e,n))&&this.startObserver()}unmount(){}}function tW({viewport:t={}},{viewport:e={}}={}){return n=>t[n]!==e[n]}const nW={inView:{Feature:eW},tap:{Feature:qH},focus:{Feature:GH},hover:{Feature:YH}};function jk(t,e){if(!Array.isArray(e))return!1;const n=e.length;if(n!==t.length)return!1;for(let r=0;r<n;r++)if(e[r]!==t[r])return!1;return!0}function rW(t){const e={};return t.values.forEach((n,r)=>e[r]=n.get()),e}function iW(t){const e={};return t.values.forEach((n,r)=>e[r]=n.getVelocity()),e}function qp(t,e,n){const r=t.getProps();return Yy(r,e,n!==void 0?n:r.custom,rW(t),iW(t))}let th=sr,la=sr;process.env.NODE_ENV!=="production"&&(th=(t,e)=>{!t&&typeof console<"u"&&console.warn(e)},la=(t,e)=>{if(!t)throw new Error(e)});const pu=t=>t*1e3,kl=t=>t/1e3,oW={current:!1},Bk=t=>Array.isArray(t)&&typeof t[0]=="number";function $k(t){return!!(!t||typeof t=="string"&&Vk[t]||Bk(t)||Array.isArray(t)&&t.every($k))}const gd=([t,e,n,r])=>`cubic-bezier(${t}, ${e}, ${n}, ${r})`,Vk={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:gd([0,.65,.55,1]),circOut:gd([.55,0,1,.45]),backIn:gd([.31,.01,.66,-.59]),backOut:gd([.33,1.53,.69,.99])};function Uk(t){if(t)return Bk(t)?gd(t):Array.isArray(t)?t.map(Uk):Vk[t]}function sW(t,e,n,{delay:r=0,duration:i,repeat:o=0,repeatType:a="loop",ease:c,times:f}={}){const p={[e]:n};f&&(p.offset=f);const y=Uk(c);return Array.isArray(y)&&(p.easing=y),t.animate(p,{delay:r,duration:i,easing:Array.isArray(y)?"linear":y,fill:"both",iterations:o+1,direction:a==="reverse"?"alternate":"normal"})}function aW(t,{repeat:e,repeatType:n="loop"}){const r=e&&n!=="loop"&&e%2===1?0:t.length-1;return t[r]}const Hk=(t,e,n)=>(((1-3*n+3*e)*t+(3*n-6*e))*t+3*e)*t,lW=1e-7,uW=12;function cW(t,e,n,r,i){let o,a,c=0;do a=e+(n-e)/2,o=Hk(a,r,i)-t,o>0?n=a:e=a;while(Math.abs(o)>lW&&++c<uW);return a}function nh(t,e,n,r){if(t===e&&n===r)return sr;const i=o=>cW(o,0,1,t,n);return o=>o===0||o===1?o:Hk(i(o),e,r)}const fW=nh(.42,0,1,1),dW=nh(0,0,.58,1),Wk=nh(.42,0,.58,1),hW=t=>Array.isArray(t)&&typeof t[0]!="number",zk=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,Yk=t=>e=>1-t(1-e),Gy=t=>1-Math.sin(Math.acos(t)),Gk=Yk(Gy),pW=zk(Gy),qk=nh(.33,1.53,.69,.99),qy=Yk(qk),gW=zk(qy),mW=t=>(t*=2)<1?.5*qy(t):.5*(2-Math.pow(2,-10*(t-1))),fS={linear:sr,easeIn:fW,easeInOut:Wk,easeOut:dW,circIn:Gy,circInOut:pW,circOut:Gk,backIn:qy,backInOut:gW,backOut:qk,anticipate:mW},dS=t=>{if(Array.isArray(t)){la(t.length===4,"Cubic bezier arrays must contain four numerical values.");const[e,n,r,i]=t;return nh(e,n,r,i)}else if(typeof t=="string")return la(fS[t]!==void 0,`Invalid easing type '${t}'`),fS[t];return t},Xy=(t,e)=>n=>!!(Qd(n)&&yH.test(n)&&n.startsWith(t)||e&&Object.prototype.hasOwnProperty.call(n,e)),Xk=(t,e,n)=>r=>{if(!Qd(r))return r;const[i,o,a,c]=r.match(Yp);return{[t]:parseFloat(i),[e]:parseFloat(o),[n]:parseFloat(a),alpha:c!==void 0?parseFloat(c):1}},vW=t=>Su(0,255,t),nm={...Ac,transform:t=>Math.round(vW(t))},bc={test:Xy("rgb","red"),parse:Xk("red","green","blue"),transform:({red:t,green:e,blue:n,alpha:r=1})=>"rgba("+nm.transform(t)+", "+nm.transform(e)+", "+nm.transform(n)+", "+Ed(Cd.transform(r))+")"};function yW(t){let e="",n="",r="",i="";return t.length>5?(e=t.substring(1,3),n=t.substring(3,5),r=t.substring(5,7),i=t.substring(7,9)):(e=t.substring(1,2),n=t.substring(2,3),r=t.substring(3,4),i=t.substring(4,5),e+=e,n+=n,r+=r,i+=i),{red:parseInt(e,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:i?parseInt(i,16)/255:1}}const mv={test:Xy("#"),parse:yW,transform:bc.transform},xf={test:Xy("hsl","hue"),parse:Xk("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:n,alpha:r=1})=>"hsla("+Math.round(t)+", "+Va.transform(Ed(e))+", "+Va.transform(Ed(n))+", "+Ed(Cd.transform(r))+")"},io={test:t=>bc.test(t)||mv.test(t)||xf.test(t),parse:t=>bc.test(t)?bc.parse(t):xf.test(t)?xf.parse(t):mv.parse(t),transform:t=>Qd(t)?t:t.hasOwnProperty("red")?bc.transform(t):xf.transform(t)},Zn=(t,e,n)=>-n*t+n*e+t;function rm(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+(e-t)*6*n:n<1/2?e:n<2/3?t+(e-t)*(2/3-n)*6:t}function bW({hue:t,saturation:e,lightness:n,alpha:r}){t/=360,e/=100,n/=100;let i=0,o=0,a=0;if(!e)i=o=a=n;else{const c=n<.5?n*(1+e):n+e-n*e,f=2*n-c;i=rm(f,c,t+1/3),o=rm(f,c,t),a=rm(f,c,t-1/3)}return{red:Math.round(i*255),green:Math.round(o*255),blue:Math.round(a*255),alpha:r}}const im=(t,e,n)=>{const r=t*t;return Math.sqrt(Math.max(0,n*(e*e-r)+r))},wW=[mv,bc,xf],xW=t=>wW.find(e=>e.test(t));function hS(t){const e=xW(t);la(!!e,`'${t}' is not an animatable color. Use the equivalent color code instead.`);let n=e.parse(t);return e===xf&&(n=bW(n)),n}const Kk=(t,e)=>{const n=hS(t),r=hS(e),i={...n};return o=>(i.red=im(n.red,r.red,o),i.green=im(n.green,r.green,o),i.blue=im(n.blue,r.blue,o),i.alpha=Zn(n.alpha,r.alpha,o),bc.transform(i))};function SW(t){var e,n;return isNaN(t)&&Qd(t)&&(((e=t.match(Yp))===null||e===void 0?void 0:e.length)||0)+(((n=t.match(Tk))===null||n===void 0?void 0:n.length)||0)>0}const Zk={regex:mH,countKey:"Vars",token:"${v}",parse:sr},Jk={regex:Tk,countKey:"Colors",token:"${c}",parse:io.parse},Qk={regex:Yp,countKey:"Numbers",token:"${n}",parse:Ac.parse};function om(t,{regex:e,countKey:n,token:r,parse:i}){const o=t.tokenised.match(e);o&&(t["num"+n]=o.length,t.tokenised=t.tokenised.replace(e,r),t.values.push(...o.map(i)))}function vp(t){const e=t.toString(),n={value:e,tokenised:e,values:[],numVars:0,numColors:0,numNumbers:0};return n.value.includes("var(--")&&om(n,Zk),om(n,Jk),om(n,Qk),n}function eD(t){return vp(t).values}function tD(t){const{values:e,numColors:n,numVars:r,tokenised:i}=vp(t),o=e.length;return a=>{let c=i;for(let f=0;f<o;f++)f<r?c=c.replace(Zk.token,a[f]):f<r+n?c=c.replace(Jk.token,io.transform(a[f])):c=c.replace(Qk.token,Ed(a[f]));return c}}const TW=t=>typeof t=="number"?0:t;function CW(t){const e=eD(t);return tD(t)(e.map(TW))}const Tu={test:SW,parse:eD,createTransformer:tD,getAnimatableNone:CW},nD=(t,e)=>n=>`${n>0?e:t}`;function rD(t,e){return typeof t=="number"?n=>Zn(t,e,n):io.test(t)?Kk(t,e):t.startsWith("var(")?nD(t,e):oD(t,e)}const iD=(t,e)=>{const n=[...t],r=n.length,i=t.map((o,a)=>rD(o,e[a]));return o=>{for(let a=0;a<r;a++)n[a]=i[a](o);return n}},EW=(t,e)=>{const n={...t,...e},r={};for(const i in n)t[i]!==void 0&&e[i]!==void 0&&(r[i]=rD(t[i],e[i]));return i=>{for(const o in r)n[o]=r[o](i);return n}},oD=(t,e)=>{const n=Tu.createTransformer(e),r=vp(t),i=vp(e);return r.numVars===i.numVars&&r.numColors===i.numColors&&r.numNumbers>=i.numNumbers?hu(iD(r.values,i.values),n):(th(!0,`Complex values '${t}' and '${e}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`),nD(t,e))},Vd=(t,e,n)=>{const r=e-t;return r===0?1:(n-t)/r},pS=(t,e)=>n=>Zn(t,e,n);function kW(t){return typeof t=="number"?pS:typeof t=="string"?io.test(t)?Kk:oD:Array.isArray(t)?iD:typeof t=="object"?EW:pS}function DW(t,e,n){const r=[],i=n||kW(t[0]),o=t.length-1;for(let a=0;a<o;a++){let c=i(t[a],t[a+1]);if(e){const f=Array.isArray(e)?e[a]||sr:e;c=hu(f,c)}r.push(c)}return r}function sD(t,e,{clamp:n=!0,ease:r,mixer:i}={}){const o=t.length;if(la(o===e.length,"Both input and output ranges must be the same length"),o===1)return()=>e[0];t[0]>t[o-1]&&(t=[...t].reverse(),e=[...e].reverse());const a=DW(e,r,i),c=a.length,f=p=>{let y=0;if(c>1)for(;y<t.length-2&&!(p<t[y+1]);y++);const g=Vd(t[y],t[y+1],p);return a[y](g)};return n?p=>f(Su(t[0],t[o-1],p)):f}function PW(t,e){const n=t[t.length-1];for(let r=1;r<=e;r++){const i=Vd(0,e,r);t.push(Zn(n,1,i))}}function OW(t){const e=[0];return PW(e,t.length-1),e}function _W(t,e){return t.map(n=>n*e)}function RW(t,e){return t.map(()=>e||Wk).splice(0,t.length-1)}function yp({duration:t=300,keyframes:e,times:n,ease:r="easeInOut"}){const i=hW(r)?r.map(dS):dS(r),o={done:!1,value:e[0]},a=_W(n&&n.length===e.length?n:OW(e),t),c=sD(a,e,{ease:Array.isArray(i)?i:RW(e,i)});return{calculatedDuration:t,next:f=>(o.value=c(f),o.done=f>=t,o)}}function aD(t,e){return e?t*(1e3/e):0}const IW=5;function lD(t,e,n){const r=Math.max(e-IW,0);return aD(n-t(r),e-r)}const gS=.001,AW=.01,mS=10,MW=.05,LW=1;function FW({duration:t=800,bounce:e=.25,velocity:n=0,mass:r=1}){let i,o;th(t<=pu(mS),"Spring duration must be 10 seconds or less");let a=1-e;a=Su(MW,LW,a),t=Su(AW,mS,kl(t)),a<1?(i=p=>{const y=p*a,g=y*t,T=y-n,E=vv(p,a),I=Math.exp(-g);return gS-T/E*I},o=p=>{const g=p*a*t,T=g*n+n,E=Math.pow(a,2)*Math.pow(p,2)*t,I=Math.exp(-g),A=vv(Math.pow(p,2),a);return(-i(p)+gS>0?-1:1)*((T-E)*I)/A}):(i=p=>{const y=Math.exp(-p*t),g=(p-n)*t+1;return-.001+y*g},o=p=>{const y=Math.exp(-p*t),g=(n-p)*(t*t);return y*g});const c=5/t,f=jW(i,o,c);if(t=pu(t),isNaN(f))return{stiffness:100,damping:10,duration:t};{const p=Math.pow(f,2)*r;return{stiffness:p,damping:a*2*Math.sqrt(r*p),duration:t}}}const NW=12;function jW(t,e,n){let r=n;for(let i=1;i<NW;i++)r=r-t(r)/e(r);return r}function vv(t,e){return t*Math.sqrt(1-e*e)}const BW=["duration","bounce"],$W=["stiffness","damping","mass"];function vS(t,e){return e.some(n=>t[n]!==void 0)}function VW(t){let e={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...t};if(!vS(t,$W)&&vS(t,BW)){const n=FW(t);e={...e,...n,mass:1},e.isResolvedFromDuration=!0}return e}function uD({keyframes:t,restDelta:e,restSpeed:n,...r}){const i=t[0],o=t[t.length-1],a={done:!1,value:i},{stiffness:c,damping:f,mass:p,duration:y,velocity:g,isResolvedFromDuration:T}=VW({...r,velocity:-kl(r.velocity||0)}),E=g||0,I=f/(2*Math.sqrt(c*p)),A=o-i,j=kl(Math.sqrt(c/p)),R=Math.abs(A)<5;n||(n=R?.01:2),e||(e=R?.005:.5);let H;if(I<1){const U=vv(j,I);H=ne=>{const q=Math.exp(-I*j*ne);return o-q*((E+I*j*A)/U*Math.sin(U*ne)+A*Math.cos(U*ne))}}else if(I===1)H=U=>o-Math.exp(-j*U)*(A+(E+j*A)*U);else{const U=j*Math.sqrt(I*I-1);H=ne=>{const q=Math.exp(-I*j*ne),ie=Math.min(U*ne,300);return o-q*((E+I*j*A)*Math.sinh(ie)+U*A*Math.cosh(ie))/U}}return{calculatedDuration:T&&y||null,next:U=>{const ne=H(U);if(T)a.done=U>=y;else{let q=E;U!==0&&(I<1?q=lD(H,U,ne):q=0);const ie=Math.abs(q)<=n,x=Math.abs(o-ne)<=e;a.done=ie&&x}return a.value=a.done?o:ne,a}}}function yS({keyframes:t,velocity:e=0,power:n=.8,timeConstant:r=325,bounceDamping:i=10,bounceStiffness:o=500,modifyTarget:a,min:c,max:f,restDelta:p=.5,restSpeed:y}){const g=t[0],T={done:!1,value:g},E=le=>c!==void 0&&le<c||f!==void 0&&le>f,I=le=>c===void 0?f:f===void 0||Math.abs(c-le)<Math.abs(f-le)?c:f;let A=n*e;const j=g+A,R=a===void 0?j:a(j);R!==j&&(A=R-g);const H=le=>-A*Math.exp(-le/r),U=le=>R+H(le),ne=le=>{const ae=H(le),ze=U(le);T.done=Math.abs(ae)<=p,T.value=T.done?R:ze};let q,ie;const x=le=>{E(T.value)&&(q=le,ie=uD({keyframes:[T.value,I(T.value)],velocity:lD(U,le,T.value),damping:i,stiffness:o,restDelta:p,restSpeed:y}))};return x(0),{calculatedDuration:null,next:le=>{let ae=!1;return!ie&&q===void 0&&(ae=!0,ne(le),x(le)),q!==void 0&&le>q?ie.next(le-q):(!ae&&ne(le),T)}}}const UW=t=>{const e=({timestamp:n})=>t(n);return{start:()=>Ln.update(e,!0),stop:()=>Ol(e),now:()=>Ni.isProcessing?Ni.timestamp:performance.now()}},bS=2e4;function wS(t){let e=0;const n=50;let r=t.next(e);for(;!r.done&&e<bS;)e+=n,r=t.next(e);return e>=bS?1/0:e}const HW={decay:yS,inertia:yS,tween:yp,keyframes:yp,spring:uD};function bp({autoplay:t=!0,delay:e=0,driver:n=UW,keyframes:r,type:i="keyframes",repeat:o=0,repeatDelay:a=0,repeatType:c="loop",onPlay:f,onStop:p,onComplete:y,onUpdate:g,...T}){let E=1,I=!1,A,j;const R=()=>{j=new Promise(Te=>{A=Te})};R();let H;const U=HW[i]||yp;let ne;U!==yp&&typeof r[0]!="number"&&(process.env.NODE_ENV!=="production"&&la(r.length===2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${r}`),ne=sD([0,100],r,{clamp:!1}),r=[0,100]);const q=U({...T,keyframes:r});let ie;c==="mirror"&&(ie=U({...T,keyframes:[...r].reverse(),velocity:-(T.velocity||0)}));let x="idle",le=null,ae=null,ze=null;q.calculatedDuration===null&&o&&(q.calculatedDuration=wS(q));const{calculatedDuration:tt}=q;let Qe=1/0,et=1/0;tt!==null&&(Qe=tt+a,et=Qe*(o+1)-a);let Ye=0;const pe=Te=>{if(ae===null)return;E>0&&(ae=Math.min(ae,Te)),E<0&&(ae=Math.min(Te-et/E,ae)),le!==null?Ye=le:Ye=Math.round(Te-ae)*E;const Le=Ye-e*(E>=0?1:-1),He=E>=0?Le<0:Le>et;Ye=Math.max(Le,0),x==="finished"&&le===null&&(Ye=et);let je=Ye,Fe=q;if(o){const pt=Math.min(Ye,et)/Qe;let ft=Math.floor(pt),yt=pt%1;!yt&&pt>=1&&(yt=1),yt===1&&ft--,ft=Math.min(ft,o+1),!!(ft%2)&&(c==="reverse"?(yt=1-yt,a&&(yt-=a/Qe)):c==="mirror"&&(Fe=ie)),je=Su(0,1,yt)*Qe}const Ve=He?{done:!1,value:r[0]}:Fe.next(je);ne&&(Ve.value=ne(Ve.value));let{done:nt}=Ve;!He&&tt!==null&&(nt=E>=0?Ye>=et:Ye<=0);const ct=le===null&&(x==="finished"||x==="running"&&nt);return g&&g(Ve.value),ct&&Oe(),Ve},fe=()=>{H&&H.stop(),H=void 0},Ce=()=>{x="idle",fe(),A(),R(),ae=ze=null},Oe=()=>{x="finished",y&&y(),fe(),A()},Ne=()=>{if(I)return;H||(H=n(pe));const Te=H.now();f&&f(),le!==null?ae=Te-le:(!ae||x==="finished")&&(ae=Te),x==="finished"&&R(),ze=ae,le=null,x="running",H.start()};t&&Ne();const me={then(Te,Le){return j.then(Te,Le)},get time(){return kl(Ye)},set time(Te){Te=pu(Te),Ye=Te,le!==null||!H||E===0?le=Te:ae=H.now()-Te/E},get duration(){const Te=q.calculatedDuration===null?wS(q):q.calculatedDuration;return kl(Te)},get speed(){return E},set speed(Te){Te===E||!H||(E=Te,me.time=kl(Ye))},get state(){return x},play:Ne,pause:()=>{x="paused",le=Ye},stop:()=>{I=!0,x!=="idle"&&(x="idle",p&&p(),Ce())},cancel:()=>{ze!==null&&pe(ze),Ce()},complete:()=>{x="finished"},sample:Te=>(ae=0,pe(Te))};return me}function WW(t){let e;return()=>(e===void 0&&(e=t()),e)}const zW=WW(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),YW=new Set(["opacity","clipPath","filter","transform","backgroundColor"]),_h=10,GW=2e4,qW=(t,e)=>e.type==="spring"||t==="backgroundColor"||!$k(e.ease);function XW(t,e,{onUpdate:n,onComplete:r,...i}){if(!(zW()&&YW.has(e)&&!i.repeatDelay&&i.repeatType!=="mirror"&&i.damping!==0&&i.type!=="inertia"))return!1;let a=!1,c,f,p=!1;const y=()=>{f=new Promise(U=>{c=U})};y();let{keyframes:g,duration:T=300,ease:E,times:I}=i;if(qW(e,i)){const U=bp({...i,repeat:0,delay:0});let ne={done:!1,value:g[0]};const q=[];let ie=0;for(;!ne.done&&ie<GW;)ne=U.sample(ie),q.push(ne.value),ie+=_h;I=void 0,g=q,T=ie-_h,E="linear"}const A=sW(t.owner.current,e,g,{...i,duration:T,ease:E,times:I}),j=()=>{p=!1,A.cancel()},R=()=>{p=!0,Ln.update(j),c(),y()};return A.onfinish=()=>{p||(t.set(aW(g,i)),r&&r(),R())},{then(U,ne){return f.then(U,ne)},attachTimeline(U){return A.timeline=U,A.onfinish=null,sr},get time(){return kl(A.currentTime||0)},set time(U){A.currentTime=pu(U)},get speed(){return A.playbackRate},set speed(U){A.playbackRate=U},get duration(){return kl(T)},play:()=>{a||(A.play(),Ol(j))},pause:()=>A.pause(),stop:()=>{if(a=!0,A.playState==="idle")return;const{currentTime:U}=A;if(U){const ne=bp({...i,autoplay:!1});t.setWithVelocity(ne.sample(U-_h).value,ne.sample(U).value,_h)}R()},complete:()=>{p||A.finish()},cancel:R}}function KW({keyframes:t,delay:e,onUpdate:n,onComplete:r}){const i=()=>(n&&n(t[t.length-1]),r&&r(),{time:0,speed:1,duration:0,play:sr,pause:sr,stop:sr,then:o=>(o(),Promise.resolve()),cancel:sr,complete:sr});return e?bp({keyframes:[0,1],duration:0,delay:e,onComplete:i}):i()}const ZW={type:"spring",stiffness:500,damping:25,restSpeed:10},JW=t=>({type:"spring",stiffness:550,damping:t===0?2*Math.sqrt(550):30,restSpeed:10}),QW={type:"keyframes",duration:.8},ez={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},tz=(t,{keyframes:e})=>e.length>2?QW:Ic.has(t)?t.startsWith("scale")?JW(e[1]):ZW:ez,yv=(t,e)=>t==="zIndex"?!1:!!(typeof e=="number"||Array.isArray(e)||typeof e=="string"&&(Tu.test(e)||e==="0")&&!e.startsWith("url(")),nz=new Set(["brightness","contrast","saturate","opacity"]);function rz(t){const[e,n]=t.slice(0,-1).split("(");if(e==="drop-shadow")return t;const[r]=n.match(Yp)||[];if(!r)return t;const i=n.replace(r,"");let o=nz.has(e)?1:0;return r!==n&&(o*=100),e+"("+o+i+")"}const iz=/([a-z-]*)\(.*?\)/g,bv={...Tu,getAnimatableNone:t=>{const e=t.match(iz);return e?e.map(rz).join(" "):t}},oz={...Ck,color:io,backgroundColor:io,outlineColor:io,fill:io,stroke:io,borderColor:io,borderTopColor:io,borderRightColor:io,borderBottomColor:io,borderLeftColor:io,filter:bv,WebkitFilter:bv},Ky=t=>oz[t];function cD(t,e){let n=Ky(t);return n!==bv&&(n=Tu),n.getAnimatableNone?n.getAnimatableNone(e):void 0}const fD=t=>/^0[^.\s]+$/.test(t);function sz(t){if(typeof t=="number")return t===0;if(t!==null)return t==="none"||t==="0"||fD(t)}function az(t,e,n,r){const i=yv(e,n);let o;Array.isArray(n)?o=[...n]:o=[null,n];const a=r.from!==void 0?r.from:t.get();let c;const f=[];for(let p=0;p<o.length;p++)o[p]===null&&(o[p]=p===0?a:o[p-1]),sz(o[p])&&f.push(p),typeof o[p]=="string"&&o[p]!=="none"&&o[p]!=="0"&&(c=o[p]);if(i&&f.length&&c)for(let p=0;p<f.length;p++){const y=f[p];o[y]=cD(e,c)}return o}function lz({when:t,delay:e,delayChildren:n,staggerChildren:r,staggerDirection:i,repeat:o,repeatType:a,repeatDelay:c,from:f,elapsed:p,...y}){return!!Object.keys(y).length}function Zy(t,e){return t[e]||t.default||t}const uz={skipAnimations:!1},Jy=(t,e,n,r={})=>i=>{const o=Zy(r,t)||{},a=o.delay||r.delay||0;let{elapsed:c=0}=r;c=c-pu(a);const f=az(e,t,n,o),p=f[0],y=f[f.length-1],g=yv(t,p),T=yv(t,y);th(g===T,`You are trying to animate ${t} from "${p}" to "${y}". ${p} is not an animatable value - to enable this animation set ${p} to a value animatable to ${y} via the \`style\` property.`);let E={keyframes:f,velocity:e.getVelocity(),ease:"easeOut",...o,delay:-c,onUpdate:I=>{e.set(I),o.onUpdate&&o.onUpdate(I)},onComplete:()=>{i(),o.onComplete&&o.onComplete()}};if(lz(o)||(E={...E,...tz(t,E)}),E.duration&&(E.duration=pu(E.duration)),E.repeatDelay&&(E.repeatDelay=pu(E.repeatDelay)),!g||!T||oW.current||o.type===!1||uz.skipAnimations)return KW(E);if(!r.isHandoff&&e.owner&&e.owner.current instanceof HTMLElement&&!e.owner.getProps().onUpdate){const I=XW(e,t,E);if(I)return I}return bp(E)};function wp(t){return!!(Io(t)&&t.add)}const dD=t=>/^\-?\d*\.?\d+$/.test(t);function Qy(t,e){t.indexOf(e)===-1&&t.push(e)}function eb(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}class tb{constructor(){this.subscriptions=[]}add(e){return Qy(this.subscriptions,e),()=>eb(this.subscriptions,e)}notify(e,n,r){const i=this.subscriptions.length;if(i)if(i===1)this.subscriptions[0](e,n,r);else for(let o=0;o<i;o++){const a=this.subscriptions[o];a&&a(e,n,r)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const xS=new Set;function nb(t,e,n){t||xS.has(e)||(console.warn(e),xS.add(e))}const cz=t=>!isNaN(parseFloat(t));class fz{constructor(e,n={}){this.version="10.18.0",this.timeDelta=0,this.lastUpdated=0,this.canTrackVelocity=!1,this.events={},this.updateAndNotify=(r,i=!0)=>{this.prev=this.current,this.current=r;const{delta:o,timestamp:a}=Ni;this.lastUpdated!==a&&(this.timeDelta=o,this.lastUpdated=a,Ln.postRender(this.scheduleVelocityCheck)),this.prev!==this.current&&this.events.change&&this.events.change.notify(this.current),this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()),i&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.scheduleVelocityCheck=()=>Ln.postRender(this.velocityCheck),this.velocityCheck=({timestamp:r})=>{r!==this.lastUpdated&&(this.prev=this.current,this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=e,this.canTrackVelocity=cz(this.current),this.owner=n.owner}onChange(e){return process.env.NODE_ENV!=="production"&&nb(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",e)}on(e,n){this.events[e]||(this.events[e]=new tb);const r=this.events[e].add(n);return e==="change"?()=>{r(),Ln.read(()=>{this.events.change.getSize()||this.stop()})}:r}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e,n){this.passiveEffect=e,this.stopPassiveEffect=n}set(e,n=!0){!n||!this.passiveEffect?this.updateAndNotify(e,n):this.passiveEffect(e,this.updateAndNotify)}setWithVelocity(e,n,r){this.set(n),this.prev=e,this.timeDelta=r}jump(e){this.updateAndNotify(e),this.prev=e,this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){return this.canTrackVelocity?aD(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0}start(e){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=e(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function Rf(t,e){return new fz(t,e)}const hD=t=>e=>e.test(t),dz={test:t=>t==="auto",parse:t=>t},pD=[Ac,Rt,Va,uu,wH,bH,dz],ld=t=>pD.find(hD(t)),hz=[...pD,io,Tu],pz=t=>hz.find(hD(t));function gz(t,e,n){t.hasValue(e)?t.getValue(e).set(n):t.addValue(e,Rf(n))}function mz(t,e){const n=qp(t,e);let{transitionEnd:r={},transition:i={},...o}=n?t.makeTargetAnimatable(n,!1):{};o={...o,...r};for(const a in o){const c=LH(o[a]);gz(t,a,c)}}function vz(t,e,n){var r,i;const o=Object.keys(e).filter(c=>!t.hasValue(c)),a=o.length;if(a)for(let c=0;c<a;c++){const f=o[c],p=e[f];let y=null;Array.isArray(p)&&(y=p[0]),y===null&&(y=(i=(r=n[f])!==null&&r!==void 0?r:t.readValue(f))!==null&&i!==void 0?i:e[f]),y!=null&&(typeof y=="string"&&(dD(y)||fD(y))?y=parseFloat(y):!pz(y)&&Tu.test(p)&&(y=cD(f,p)),t.addValue(f,Rf(y,{owner:t})),n[f]===void 0&&(n[f]=y),y!==null&&t.setBaseTarget(f,y))}}function yz(t,e){return e?(e[t]||e.default||e).from:void 0}function bz(t,e,n){const r={};for(const i in t){const o=yz(i,e);if(o!==void 0)r[i]=o;else{const a=n.getValue(i);a&&(r[i]=a.get())}}return r}function wz({protectedKeys:t,needsAnimating:e},n){const r=t.hasOwnProperty(n)&&e[n]!==!0;return e[n]=!1,r}function xz(t,e){const n=t.get();if(Array.isArray(e)){for(let r=0;r<e.length;r++)if(e[r]!==n)return!0}else return n!==e}function gD(t,e,{delay:n=0,transitionOverride:r,type:i}={}){let{transition:o=t.getDefaultTransition(),transitionEnd:a,...c}=t.makeTargetAnimatable(e);const f=t.getValue("willChange");r&&(o=r);const p=[],y=i&&t.animationState&&t.animationState.getState()[i];for(const g in c){const T=t.getValue(g),E=c[g];if(!T||E===void 0||y&&wz(y,g))continue;const I={delay:n,elapsed:0,...Zy(o||{},g)};if(window.HandoffAppearAnimations){const R=t.getProps()[mk];if(R){const H=window.HandoffAppearAnimations(R,g,T,Ln);H!==null&&(I.elapsed=H,I.isHandoff=!0)}}let A=!I.isHandoff&&!xz(T,E);if(I.type==="spring"&&(T.getVelocity()||I.velocity)&&(A=!1),T.animation&&(A=!1),A)continue;T.start(Jy(g,T,E,t.shouldReduceMotion&&Ic.has(g)?{type:!1}:I));const j=T.animation;wp(f)&&(f.add(g),j.then(()=>f.remove(g))),p.push(j)}return a&&Promise.all(p).then(()=>{a&&mz(t,a)}),p}function wv(t,e,n={}){const r=qp(t,e,n.custom);let{transition:i=t.getDefaultTransition()||{}}=r||{};n.transitionOverride&&(i=n.transitionOverride);const o=r?()=>Promise.all(gD(t,r,n)):()=>Promise.resolve(),a=t.variantChildren&&t.variantChildren.size?(f=0)=>{const{delayChildren:p=0,staggerChildren:y,staggerDirection:g}=i;return Sz(t,e,p+f,y,g,n)}:()=>Promise.resolve(),{when:c}=i;if(c){const[f,p]=c==="beforeChildren"?[o,a]:[a,o];return f().then(()=>p())}else return Promise.all([o(),a(n.delay)])}function Sz(t,e,n=0,r=0,i=1,o){const a=[],c=(t.variantChildren.size-1)*r,f=i===1?(p=0)=>p*r:(p=0)=>c-p*r;return Array.from(t.variantChildren).sort(Tz).forEach((p,y)=>{p.notify("AnimationStart",e),a.push(wv(p,e,{...o,delay:n+f(y)}).then(()=>p.notify("AnimationComplete",e)))}),Promise.all(a)}function Tz(t,e){return t.sortNodePosition(e)}function Cz(t,e,n={}){t.notify("AnimationStart",e);let r;if(Array.isArray(e)){const i=e.map(o=>wv(t,o,n));r=Promise.all(i)}else if(typeof e=="string")r=wv(t,e,n);else{const i=typeof e=="function"?qp(t,e,n.custom):e;r=Promise.all(gD(t,i,n))}return r.then(()=>t.notify("AnimationComplete",e))}const Ez=[...jy].reverse(),kz=jy.length;function Dz(t){return e=>Promise.all(e.map(({animation:n,options:r})=>Cz(t,n,r)))}function Pz(t){let e=Dz(t);const n=_z();let r=!0;const i=(f,p)=>{const y=qp(t,p);if(y){const{transition:g,transitionEnd:T,...E}=y;f={...f,...E,...T}}return f};function o(f){e=f(t)}function a(f,p){const y=t.getProps(),g=t.getVariantContext(!0)||{},T=[],E=new Set;let I={},A=1/0;for(let R=0;R<kz;R++){const H=Ez[R],U=n[H],ne=y[H]!==void 0?y[H]:g[H],q=Bd(ne),ie=H===p?U.isActive:null;ie===!1&&(A=R);let x=ne===g[H]&&ne!==y[H]&&q;if(x&&r&&t.manuallyAnimateOnMount&&(x=!1),U.protectedKeys={...I},!U.isActive&&ie===null||!ne&&!U.prevProp||Wp(ne)||typeof ne=="boolean")continue;let ae=Oz(U.prevProp,ne)||H===p&&U.isActive&&!x&&q||R>A&&q,ze=!1;const tt=Array.isArray(ne)?ne:[ne];let Qe=tt.reduce(i,{});ie===!1&&(Qe={});const{prevResolvedValues:et={}}=U,Ye={...et,...Qe},pe=fe=>{ae=!0,E.has(fe)&&(ze=!0,E.delete(fe)),U.needsAnimating[fe]=!0};for(const fe in Ye){const Ce=Qe[fe],Oe=et[fe];if(I.hasOwnProperty(fe))continue;let Ne=!1;mp(Ce)&&mp(Oe)?Ne=!jk(Ce,Oe):Ne=Ce!==Oe,Ne?Ce!==void 0?pe(fe):E.add(fe):Ce!==void 0&&E.has(fe)?pe(fe):U.protectedKeys[fe]=!0}U.prevProp=ne,U.prevResolvedValues=Qe,U.isActive&&(I={...I,...Qe}),r&&t.blockInitialAnimation&&(ae=!1),ae&&(!x||ze)&&T.push(...tt.map(fe=>({animation:fe,options:{type:H,...f}})))}if(E.size){const R={};E.forEach(H=>{const U=t.getBaseTarget(H);U!==void 0&&(R[H]=U)}),T.push({animation:R})}let j=!!T.length;return r&&(y.initial===!1||y.initial===y.animate)&&!t.manuallyAnimateOnMount&&(j=!1),r=!1,j?e(T):Promise.resolve()}function c(f,p,y){var g;if(n[f].isActive===p)return Promise.resolve();(g=t.variantChildren)===null||g===void 0||g.forEach(E=>{var I;return(I=E.animationState)===null||I===void 0?void 0:I.setActive(f,p)}),n[f].isActive=p;const T=a(y,f);for(const E in n)n[E].protectedKeys={};return T}return{animateChanges:a,setActive:c,setAnimateFunction:o,getState:()=>n}}function Oz(t,e){return typeof e=="string"?e!==t:Array.isArray(e)?!jk(e,t):!1}function lc(t=!1){return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function _z(){return{animate:lc(!0),whileInView:lc(),whileHover:lc(),whileTap:lc(),whileDrag:lc(),whileFocus:lc(),exit:lc()}}class Rz extends Pu{constructor(e){super(e),e.animationState||(e.animationState=Pz(e))}updateAnimationControlsSubscription(){const{animate:e}=this.node.getProps();this.unmount(),Wp(e)&&(this.unmount=e.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:e}=this.node.getProps(),{animate:n}=this.node.prevProps||{};e!==n&&this.updateAnimationControlsSubscription()}unmount(){}}let Iz=0;class Az extends Pu{constructor(){super(...arguments),this.id=Iz++}update(){if(!this.node.presenceContext)return;const{isPresent:e,onExitComplete:n,custom:r}=this.node.presenceContext,{isPresent:i}=this.node.prevPresenceContext||{};if(!this.node.animationState||e===i)return;const o=this.node.animationState.setActive("exit",!e,{custom:r??this.node.getProps().custom});n&&!e&&o.then(()=>n(this.id))}mount(){const{register:e}=this.node.presenceContext||{};e&&(this.unmount=e(this.id))}unmount(){}}const Mz={animation:{Feature:Rz},exit:{Feature:Az}},SS=(t,e)=>Math.abs(t-e);function Lz(t,e){const n=SS(t.x,e.x),r=SS(t.y,e.y);return Math.sqrt(n**2+r**2)}class mD{constructor(e,n,{transformPagePoint:r,contextWindow:i,dragSnapToOrigin:o=!1}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const g=am(this.lastMoveEventInfo,this.history),T=this.startEvent!==null,E=Lz(g.offset,{x:0,y:0})>=3;if(!T&&!E)return;const{point:I}=g,{timestamp:A}=Ni;this.history.push({...I,timestamp:A});const{onStart:j,onMove:R}=this.handlers;T||(j&&j(this.lastMoveEvent,g),this.startEvent=this.lastMoveEvent),R&&R(this.lastMoveEvent,g)},this.handlePointerMove=(g,T)=>{this.lastMoveEvent=g,this.lastMoveEventInfo=sm(T,this.transformPagePoint),Ln.update(this.updatePoint,!0)},this.handlePointerUp=(g,T)=>{this.end();const{onEnd:E,onSessionEnd:I,resumeAnimation:A}=this.handlers;if(this.dragSnapToOrigin&&A&&A(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const j=am(g.type==="pointercancel"?this.lastMoveEventInfo:sm(T,this.transformPagePoint),this.history);this.startEvent&&E&&E(g,j),I&&I(g,j)},!Ak(e))return;this.dragSnapToOrigin=o,this.handlers=n,this.transformPagePoint=r,this.contextWindow=i||window;const a=Gp(e),c=sm(a,this.transformPagePoint),{point:f}=c,{timestamp:p}=Ni;this.history=[{...f,timestamp:p}];const{onSessionStart:y}=n;y&&y(e,am(c,this.history)),this.removeListeners=hu(El(this.contextWindow,"pointermove",this.handlePointerMove),El(this.contextWindow,"pointerup",this.handlePointerUp),El(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),Ol(this.updatePoint)}}function sm(t,e){return e?{point:e(t.point)}:t}function TS(t,e){return{x:t.x-e.x,y:t.y-e.y}}function am({point:t},e){return{point:t,delta:TS(t,vD(e)),offset:TS(t,Fz(e)),velocity:Nz(e,.1)}}function Fz(t){return t[0]}function vD(t){return t[t.length-1]}function Nz(t,e){if(t.length<2)return{x:0,y:0};let n=t.length-1,r=null;const i=vD(t);for(;n>=0&&(r=t[n],!(i.timestamp-r.timestamp>pu(e)));)n--;if(!r)return{x:0,y:0};const o=kl(i.timestamp-r.timestamp);if(o===0)return{x:0,y:0};const a={x:(i.x-r.x)/o,y:(i.y-r.y)/o};return a.x===1/0&&(a.x=0),a.y===1/0&&(a.y=0),a}function ts(t){return t.max-t.min}function xv(t,e=0,n=.01){return Math.abs(t-e)<=n}function CS(t,e,n,r=.5){t.origin=r,t.originPoint=Zn(e.min,e.max,t.origin),t.scale=ts(n)/ts(e),(xv(t.scale,1,1e-4)||isNaN(t.scale))&&(t.scale=1),t.translate=Zn(n.min,n.max,t.origin)-t.originPoint,(xv(t.translate)||isNaN(t.translate))&&(t.translate=0)}function kd(t,e,n,r){CS(t.x,e.x,n.x,r?r.originX:void 0),CS(t.y,e.y,n.y,r?r.originY:void 0)}function ES(t,e,n){t.min=n.min+e.min,t.max=t.min+ts(e)}function jz(t,e,n){ES(t.x,e.x,n.x),ES(t.y,e.y,n.y)}function kS(t,e,n){t.min=e.min-n.min,t.max=t.min+ts(e)}function Dd(t,e,n){kS(t.x,e.x,n.x),kS(t.y,e.y,n.y)}function Bz(t,{min:e,max:n},r){return e!==void 0&&t<e?t=r?Zn(e,t,r.min):Math.max(t,e):n!==void 0&&t>n&&(t=r?Zn(n,t,r.max):Math.min(t,n)),t}function DS(t,e,n){return{min:e!==void 0?t.min+e:void 0,max:n!==void 0?t.max+n-(t.max-t.min):void 0}}function $z(t,{top:e,left:n,bottom:r,right:i}){return{x:DS(t.x,n,i),y:DS(t.y,e,r)}}function PS(t,e){let n=e.min-t.min,r=e.max-t.max;return e.max-e.min<t.max-t.min&&([n,r]=[r,n]),{min:n,max:r}}function Vz(t,e){return{x:PS(t.x,e.x),y:PS(t.y,e.y)}}function Uz(t,e){let n=.5;const r=ts(t),i=ts(e);return i>r?n=Vd(e.min,e.max-r,t.min):r>i&&(n=Vd(t.min,t.max-i,e.min)),Su(0,1,n)}function Hz(t,e){const n={};return e.min!==void 0&&(n.min=e.min-t.min),e.max!==void 0&&(n.max=e.max-t.min),n}const Sv=.35;function Wz(t=Sv){return t===!1?t=0:t===!0&&(t=Sv),{x:OS(t,"left","right"),y:OS(t,"top","bottom")}}function OS(t,e,n){return{min:_S(t,e),max:_S(t,n)}}function _S(t,e){return typeof t=="number"?t:t[e]||0}const RS=()=>({translate:0,scale:1,origin:0,originPoint:0}),Sf=()=>({x:RS(),y:RS()}),IS=()=>({min:0,max:0}),kr=()=>({x:IS(),y:IS()});function Os(t){return[t("x"),t("y")]}function yD({top:t,left:e,right:n,bottom:r}){return{x:{min:e,max:n},y:{min:t,max:r}}}function zz({x:t,y:e}){return{top:e.min,right:t.max,bottom:e.max,left:t.min}}function Yz(t,e){if(!e)return t;const n=e({x:t.left,y:t.top}),r=e({x:t.right,y:t.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}function lm(t){return t===void 0||t===1}function Tv({scale:t,scaleX:e,scaleY:n}){return!lm(t)||!lm(e)||!lm(n)}function gc(t){return Tv(t)||bD(t)||t.z||t.rotate||t.rotateX||t.rotateY}function bD(t){return AS(t.x)||AS(t.y)}function AS(t){return t&&t!=="0%"}function xp(t,e,n){const r=t-n,i=e*r;return n+i}function MS(t,e,n,r,i){return i!==void 0&&(t=xp(t,i,r)),xp(t,n,r)+e}function Cv(t,e=0,n=1,r,i){t.min=MS(t.min,e,n,r,i),t.max=MS(t.max,e,n,r,i)}function wD(t,{x:e,y:n}){Cv(t.x,e.translate,e.scale,e.originPoint),Cv(t.y,n.translate,n.scale,n.originPoint)}function Gz(t,e,n,r=!1){const i=n.length;if(!i)return;e.x=e.y=1;let o,a;for(let c=0;c<i;c++){o=n[c],a=o.projectionDelta;const f=o.instance;f&&f.style&&f.style.display==="contents"||(r&&o.options.layoutScroll&&o.scroll&&o!==o.root&&Tf(t,{x:-o.scroll.offset.x,y:-o.scroll.offset.y}),a&&(e.x*=a.x.scale,e.y*=a.y.scale,wD(t,a)),r&&gc(o.latestValues)&&Tf(t,o.latestValues))}e.x=LS(e.x),e.y=LS(e.y)}function LS(t){return Number.isInteger(t)||t>1.0000000000001||t<.999999999999?t:1}function cu(t,e){t.min=t.min+e,t.max=t.max+e}function FS(t,e,[n,r,i]){const o=e[i]!==void 0?e[i]:.5,a=Zn(t.min,t.max,o);Cv(t,e[n],e[r],a,e.scale)}const qz=["x","scaleX","originX"],Xz=["y","scaleY","originY"];function Tf(t,e){FS(t.x,e,qz),FS(t.y,e,Xz)}function xD(t,e){return yD(Yz(t.getBoundingClientRect(),e))}function Kz(t,e,n){const r=xD(t,n),{scroll:i}=e;return i&&(cu(r.x,i.offset.x),cu(r.y,i.offset.y)),r}const SD=({current:t})=>t?t.ownerDocument.defaultView:null,Zz=new WeakMap;class Jz{constructor(e){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=kr(),this.visualElement=e}start(e,{snapToCursor:n=!1}={}){const{presenceContext:r}=this.visualElement;if(r&&r.isPresent===!1)return;const i=y=>{const{dragSnapToOrigin:g}=this.getProps();g?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(Gp(y,"page").point)},o=(y,g)=>{const{drag:T,dragPropagation:E,onDragStart:I}=this.getProps();if(T&&!E&&(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=Lk(T),!this.openGlobalLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),Os(j=>{let R=this.getAxisMotionValue(j).get()||0;if(Va.test(R)){const{projection:H}=this.visualElement;if(H&&H.layout){const U=H.layout.layoutBox[j];U&&(R=ts(U)*(parseFloat(R)/100))}}this.originPoint[j]=R}),I&&Ln.update(()=>I(y,g),!1,!0);const{animationState:A}=this.visualElement;A&&A.setActive("whileDrag",!0)},a=(y,g)=>{const{dragPropagation:T,dragDirectionLock:E,onDirectionLock:I,onDrag:A}=this.getProps();if(!T&&!this.openGlobalLock)return;const{offset:j}=g;if(E&&this.currentDirection===null){this.currentDirection=Qz(j),this.currentDirection!==null&&I&&I(this.currentDirection);return}this.updateAxis("x",g.point,j),this.updateAxis("y",g.point,j),this.visualElement.render(),A&&A(y,g)},c=(y,g)=>this.stop(y,g),f=()=>Os(y=>{var g;return this.getAnimationState(y)==="paused"&&((g=this.getAxisMotionValue(y).animation)===null||g===void 0?void 0:g.play())}),{dragSnapToOrigin:p}=this.getProps();this.panSession=new mD(e,{onSessionStart:i,onStart:o,onMove:a,onSessionEnd:c,resumeAnimation:f},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:p,contextWindow:SD(this.visualElement)})}stop(e,n){const r=this.isDragging;if(this.cancel(),!r)return;const{velocity:i}=n;this.startAnimation(i);const{onDragEnd:o}=this.getProps();o&&Ln.update(()=>o(e,n))}cancel(){this.isDragging=!1;const{projection:e,animationState:n}=this.visualElement;e&&(e.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:r}=this.getProps();!r&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),n&&n.setActive("whileDrag",!1)}updateAxis(e,n,r){const{drag:i}=this.getProps();if(!r||!Rh(e,i,this.currentDirection))return;const o=this.getAxisMotionValue(e);let a=this.originPoint[e]+r[e];this.constraints&&this.constraints[e]&&(a=Bz(a,this.constraints[e],this.elastic[e])),o.set(a)}resolveConstraints(){var e;const{dragConstraints:n,dragElastic:r}=this.getProps(),i=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):(e=this.visualElement.projection)===null||e===void 0?void 0:e.layout,o=this.constraints;n&&wf(n)?this.constraints||(this.constraints=this.resolveRefConstraints()):n&&i?this.constraints=$z(i.layoutBox,n):this.constraints=!1,this.elastic=Wz(r),o!==this.constraints&&i&&this.constraints&&!this.hasMutatedConstraints&&Os(a=>{this.getAxisMotionValue(a)&&(this.constraints[a]=Hz(i.layoutBox[a],this.constraints[a]))})}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:n}=this.getProps();if(!e||!wf(e))return!1;const r=e.current;la(r!==null,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");const{projection:i}=this.visualElement;if(!i||!i.layout)return!1;const o=Kz(r,i.root,this.visualElement.getTransformPagePoint());let a=Vz(i.layout.layoutBox,o);if(n){const c=n(zz(a));this.hasMutatedConstraints=!!c,c&&(a=yD(c))}return a}startAnimation(e){const{drag:n,dragMomentum:r,dragElastic:i,dragTransition:o,dragSnapToOrigin:a,onDragTransitionEnd:c}=this.getProps(),f=this.constraints||{},p=Os(y=>{if(!Rh(y,n,this.currentDirection))return;let g=f&&f[y]||{};a&&(g={min:0,max:0});const T=i?200:1e6,E=i?40:1e7,I={type:"inertia",velocity:r?e[y]:0,bounceStiffness:T,bounceDamping:E,timeConstant:750,restDelta:1,restSpeed:10,...o,...g};return this.startAxisValueAnimation(y,I)});return Promise.all(p).then(c)}startAxisValueAnimation(e,n){const r=this.getAxisMotionValue(e);return r.start(Jy(e,r,0,n))}stopAnimation(){Os(e=>this.getAxisMotionValue(e).stop())}pauseAnimation(){Os(e=>{var n;return(n=this.getAxisMotionValue(e).animation)===null||n===void 0?void 0:n.pause()})}getAnimationState(e){var n;return(n=this.getAxisMotionValue(e).animation)===null||n===void 0?void 0:n.state}getAxisMotionValue(e){const n="_drag"+e.toUpperCase(),r=this.visualElement.getProps(),i=r[n];return i||this.visualElement.getValue(e,(r.initial?r.initial[e]:void 0)||0)}snapToCursor(e){Os(n=>{const{drag:r}=this.getProps();if(!Rh(n,r,this.currentDirection))return;const{projection:i}=this.visualElement,o=this.getAxisMotionValue(n);if(i&&i.layout){const{min:a,max:c}=i.layout.layoutBox[n];o.set(e[n]-Zn(a,c,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:e,dragConstraints:n}=this.getProps(),{projection:r}=this.visualElement;if(!wf(n)||!r||!this.constraints)return;this.stopAnimation();const i={x:0,y:0};Os(a=>{const c=this.getAxisMotionValue(a);if(c){const f=c.get();i[a]=Uz({min:f,max:f},this.constraints[a])}});const{transformTemplate:o}=this.visualElement.getProps();this.visualElement.current.style.transform=o?o({},""):"none",r.root&&r.root.updateScroll(),r.updateLayout(),this.resolveConstraints(),Os(a=>{if(!Rh(a,e,null))return;const c=this.getAxisMotionValue(a),{min:f,max:p}=this.constraints[a];c.set(Zn(f,p,i[a]))})}addListeners(){if(!this.visualElement.current)return;Zz.set(this.visualElement,this);const e=this.visualElement.current,n=El(e,"pointerdown",f=>{const{drag:p,dragListener:y=!0}=this.getProps();p&&y&&this.start(f)}),r=()=>{const{dragConstraints:f}=this.getProps();wf(f)&&(this.constraints=this.resolveRefConstraints())},{projection:i}=this.visualElement,o=i.addEventListener("measure",r);i&&!i.layout&&(i.root&&i.root.updateScroll(),i.updateLayout()),r();const a=xl(window,"resize",()=>this.scalePositionWithinConstraints()),c=i.addEventListener("didUpdate",({delta:f,hasLayoutChanged:p})=>{this.isDragging&&p&&(Os(y=>{const g=this.getAxisMotionValue(y);g&&(this.originPoint[y]+=f[y].translate,g.set(g.get()+f[y].translate))}),this.visualElement.render())});return()=>{a(),n(),o(),c&&c()}}getProps(){const e=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:r=!1,dragPropagation:i=!1,dragConstraints:o=!1,dragElastic:a=Sv,dragMomentum:c=!0}=e;return{...e,drag:n,dragDirectionLock:r,dragPropagation:i,dragConstraints:o,dragElastic:a,dragMomentum:c}}}function Rh(t,e,n){return(e===!0||e===t)&&(n===null||n===t)}function Qz(t,e=10){let n=null;return Math.abs(t.y)>e?n="y":Math.abs(t.x)>e&&(n="x"),n}class e5 extends Pu{constructor(e){super(e),this.removeGroupControls=sr,this.removeListeners=sr,this.controls=new Jz(e)}mount(){const{dragControls:e}=this.node.getProps();e&&(this.removeGroupControls=e.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||sr}unmount(){this.removeGroupControls(),this.removeListeners()}}const NS=t=>(e,n)=>{t&&Ln.update(()=>t(e,n))};class t5 extends Pu{constructor(){super(...arguments),this.removePointerDownListener=sr}onPointerDown(e){this.session=new mD(e,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:SD(this.node)})}createPanHandlers(){const{onPanSessionStart:e,onPanStart:n,onPan:r,onPanEnd:i}=this.node.getProps();return{onSessionStart:NS(e),onStart:NS(n),onMove:r,onEnd:(o,a)=>{delete this.session,i&&Ln.update(()=>i(o,a))}}}mount(){this.removePointerDownListener=El(this.node.current,"pointerdown",e=>this.onPointerDown(e))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}function n5(){const t=X.useContext(Fy);if(t===null)return[!0,null];const{isPresent:e,onExitComplete:n,register:r}=t,i=X.useId();return X.useEffect(()=>r(i),[]),!e&&n?[!1,()=>n&&n(i)]:[!0]}const Xh={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function jS(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}const ud={correct:(t,e)=>{if(!e.target)return t;if(typeof t=="string")if(Rt.test(t))t=parseFloat(t);else return t;const n=jS(t,e.target.x),r=jS(t,e.target.y);return`${n}% ${r}%`}},r5={correct:(t,{treeScale:e,projectionDelta:n})=>{const r=t,i=Tu.parse(t);if(i.length>5)return r;const o=Tu.createTransformer(t),a=typeof i[0]!="number"?1:0,c=n.x.scale*e.x,f=n.y.scale*e.y;i[0+a]/=c,i[1+a]/=f;const p=Zn(c,f,.5);return typeof i[2+a]=="number"&&(i[2+a]/=p),typeof i[3+a]=="number"&&(i[3+a]/=p),o(i)}};class i5 extends X.Component{componentDidMount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r,layoutId:i}=this.props,{projection:o}=e;dH(o5),o&&(n.group&&n.group.add(o),r&&r.register&&i&&r.register(o),o.root.didUpdate(),o.addEventListener("animationComplete",()=>{this.safeToRemove()}),o.setOptions({...o.options,onExitComplete:()=>this.safeToRemove()})),Xh.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:n,visualElement:r,drag:i,isPresent:o}=this.props,a=r.projection;return a&&(a.isPresent=o,i||e.layoutDependency!==n||n===void 0?a.willUpdate():this.safeToRemove(),e.isPresent!==o&&(o?a.promote():a.relegate()||Ln.postRender(()=>{const c=a.getStack();(!c||!c.members.length)&&this.safeToRemove()}))),null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),queueMicrotask(()=>{!e.currentAnimation&&e.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:e,layoutGroup:n,switchLayoutGroup:r}=this.props,{projection:i}=e;i&&(i.scheduleCheckAfterUnmount(),n&&n.group&&n.group.remove(i),r&&r.deregister&&r.deregister(i))}safeToRemove(){const{safeToRemove:e}=this.props;e&&e()}render(){return null}}function TD(t){const[e,n]=n5(),r=X.useContext(yk);return X.createElement(i5,{...t,layoutGroup:r,switchLayoutGroup:X.useContext(bk),isPresent:e,safeToRemove:n})}const o5={borderRadius:{...ud,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:ud,borderTopRightRadius:ud,borderBottomLeftRadius:ud,borderBottomRightRadius:ud,boxShadow:r5},CD=["TopLeft","TopRight","BottomLeft","BottomRight"],s5=CD.length,BS=t=>typeof t=="string"?parseFloat(t):t,$S=t=>typeof t=="number"||Rt.test(t);function a5(t,e,n,r,i,o){i?(t.opacity=Zn(0,n.opacity!==void 0?n.opacity:1,l5(r)),t.opacityExit=Zn(e.opacity!==void 0?e.opacity:1,0,u5(r))):o&&(t.opacity=Zn(e.opacity!==void 0?e.opacity:1,n.opacity!==void 0?n.opacity:1,r));for(let a=0;a<s5;a++){const c=`border${CD[a]}Radius`;let f=VS(e,c),p=VS(n,c);if(f===void 0&&p===void 0)continue;f||(f=0),p||(p=0),f===0||p===0||$S(f)===$S(p)?(t[c]=Math.max(Zn(BS(f),BS(p),r),0),(Va.test(p)||Va.test(f))&&(t[c]+="%")):t[c]=p}(e.rotate||n.rotate)&&(t.rotate=Zn(e.rotate||0,n.rotate||0,r))}function VS(t,e){return t[e]!==void 0?t[e]:t.borderRadius}const l5=ED(0,.5,Gk),u5=ED(.5,.95,sr);function ED(t,e,n){return r=>r<t?0:r>e?1:n(Vd(t,e,r))}function US(t,e){t.min=e.min,t.max=e.max}function ks(t,e){US(t.x,e.x),US(t.y,e.y)}function HS(t,e,n,r,i){return t-=e,t=xp(t,1/n,r),i!==void 0&&(t=xp(t,1/i,r)),t}function c5(t,e=0,n=1,r=.5,i,o=t,a=t){if(Va.test(e)&&(e=parseFloat(e),e=Zn(a.min,a.max,e/100)-a.min),typeof e!="number")return;let c=Zn(o.min,o.max,r);t===o&&(c-=e),t.min=HS(t.min,e,n,c,i),t.max=HS(t.max,e,n,c,i)}function WS(t,e,[n,r,i],o,a){c5(t,e[n],e[r],e[i],e.scale,o,a)}const f5=["x","scaleX","originX"],d5=["y","scaleY","originY"];function zS(t,e,n,r){WS(t.x,e,f5,n?n.x:void 0,r?r.x:void 0),WS(t.y,e,d5,n?n.y:void 0,r?r.y:void 0)}function YS(t){return t.translate===0&&t.scale===1}function kD(t){return YS(t.x)&&YS(t.y)}function h5(t,e){return t.x.min===e.x.min&&t.x.max===e.x.max&&t.y.min===e.y.min&&t.y.max===e.y.max}function DD(t,e){return Math.round(t.x.min)===Math.round(e.x.min)&&Math.round(t.x.max)===Math.round(e.x.max)&&Math.round(t.y.min)===Math.round(e.y.min)&&Math.round(t.y.max)===Math.round(e.y.max)}function GS(t){return ts(t.x)/ts(t.y)}class p5{constructor(){this.members=[]}add(e){Qy(this.members,e),e.scheduleRender()}remove(e){if(eb(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(e){const n=this.members.findIndex(i=>e===i);if(n===0)return!1;let r;for(let i=n;i>=0;i--){const o=this.members[i];if(o.isPresent!==!1){r=o;break}}return r?(this.promote(r),!0):!1}promote(e,n){const r=this.lead;if(e!==r&&(this.prevLead=r,this.lead=e,e.show(),r)){r.instance&&r.scheduleRender(),e.scheduleRender(),e.resumeFrom=r,n&&(e.resumeFrom.preserveOpacity=!0),r.snapshot&&(e.snapshot=r.snapshot,e.snapshot.latestValues=r.animationValues||r.latestValues),e.root&&e.root.isUpdating&&(e.isLayoutDirty=!0);const{crossfade:i}=e.options;i===!1&&r.hide()}}exitAnimationComplete(){this.members.forEach(e=>{const{options:n,resumingFrom:r}=e;n.onExitComplete&&n.onExitComplete(),r&&r.options.onExitComplete&&r.options.onExitComplete()})}scheduleRender(){this.members.forEach(e=>{e.instance&&e.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function qS(t,e,n){let r="";const i=t.x.translate/e.x,o=t.y.translate/e.y;if((i||o)&&(r=`translate3d(${i}px, ${o}px, 0) `),(e.x!==1||e.y!==1)&&(r+=`scale(${1/e.x}, ${1/e.y}) `),n){const{rotate:f,rotateX:p,rotateY:y}=n;f&&(r+=`rotate(${f}deg) `),p&&(r+=`rotateX(${p}deg) `),y&&(r+=`rotateY(${y}deg) `)}const a=t.x.scale*e.x,c=t.y.scale*e.y;return(a!==1||c!==1)&&(r+=`scale(${a}, ${c})`),r||"none"}const g5=(t,e)=>t.depth-e.depth;class m5{constructor(){this.children=[],this.isDirty=!1}add(e){Qy(this.children,e),this.isDirty=!0}remove(e){eb(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(g5),this.isDirty=!1,this.children.forEach(e)}}function v5(t,e){const n=performance.now(),r=({timestamp:i})=>{const o=i-n;o>=e&&(Ol(r),t(o-e))};return Ln.read(r,!0),()=>Ol(r)}function y5(t){window.MotionDebug&&window.MotionDebug.record(t)}function b5(t){return t instanceof SVGElement&&t.tagName!=="svg"}function w5(t,e,n){const r=Io(t)?t:Rf(t);return r.start(Jy("",r,e,n)),r.animation}const XS=["","X","Y","Z"],x5={visibility:"hidden"},KS=1e3;let S5=0;const mc={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0};function PD({attachResizeListener:t,defaultParent:e,measureScroll:n,checkIsScrollRoot:r,resetTransform:i}){return class{constructor(a={},c=e==null?void 0:e()){this.id=S5++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,mc.totalNodes=mc.resolvedTargetDeltas=mc.recalculatedProjection=0,this.nodes.forEach(E5),this.nodes.forEach(_5),this.nodes.forEach(R5),this.nodes.forEach(k5),y5(mc)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=a,this.root=c?c.root||c:this,this.path=c?[...c.path,c]:[],this.parent=c,this.depth=c?c.depth+1:0;for(let f=0;f<this.path.length;f++)this.path[f].shouldResetTransform=!0;this.root===this&&(this.nodes=new m5)}addEventListener(a,c){return this.eventHandlers.has(a)||this.eventHandlers.set(a,new tb),this.eventHandlers.get(a).add(c)}notifyListeners(a,...c){const f=this.eventHandlers.get(a);f&&f.notify(...c)}hasListeners(a){return this.eventHandlers.has(a)}mount(a,c=this.root.hasTreeAnimated){if(this.instance)return;this.isSVG=b5(a),this.instance=a;const{layoutId:f,layout:p,visualElement:y}=this.options;if(y&&!y.current&&y.mount(a),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),c&&(p||f)&&(this.isLayoutDirty=!0),t){let g;const T=()=>this.root.updateBlockedByResize=!1;t(a,()=>{this.root.updateBlockedByResize=!0,g&&g(),g=v5(T,250),Xh.hasAnimatedSinceResize&&(Xh.hasAnimatedSinceResize=!1,this.nodes.forEach(JS))})}f&&this.root.registerSharedNode(f,this),this.options.animate!==!1&&y&&(f||p)&&this.addEventListener("didUpdate",({delta:g,hasLayoutChanged:T,hasRelativeTargetChanged:E,layout:I})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const A=this.options.transition||y.getDefaultTransition()||F5,{onLayoutAnimationStart:j,onLayoutAnimationComplete:R}=y.getProps(),H=!this.targetLayout||!DD(this.targetLayout,I)||E,U=!T&&E;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||U||T&&(H||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(g,U);const ne={...Zy(A,"layout"),onPlay:j,onComplete:R};(y.shouldReduceMotion||this.options.layoutRoot)&&(ne.delay=0,ne.type=!1),this.startAnimation(ne)}else T||JS(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=I})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const a=this.getStack();a&&a.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,Ol(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(I5),this.animationId++)}getTransformTemplate(){const{visualElement:a}=this.options;return a&&a.getProps().transformTemplate}willUpdate(a=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let y=0;y<this.path.length;y++){const g=this.path[y];g.shouldResetTransform=!0,g.updateScroll("snapshot"),g.options.layoutRoot&&g.willUpdate(!1)}const{layoutId:c,layout:f}=this.options;if(c===void 0&&!f)return;const p=this.getTransformTemplate();this.prevTransformTemplateValue=p?p(this.latestValues,""):void 0,this.updateSnapshot(),a&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(ZS);return}this.isUpdating||this.nodes.forEach(P5),this.isUpdating=!1,this.nodes.forEach(O5),this.nodes.forEach(T5),this.nodes.forEach(C5),this.clearAllSnapshots();const c=performance.now();Ni.delta=Su(0,1e3/60,c-Ni.timestamp),Ni.timestamp=c,Ni.isProcessing=!0,Qg.update.process(Ni),Qg.preRender.process(Ni),Qg.render.process(Ni),Ni.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,queueMicrotask(()=>this.update()))}clearAllSnapshots(){this.nodes.forEach(D5),this.sharedNodes.forEach(A5)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,Ln.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){Ln.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure())}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let f=0;f<this.path.length;f++)this.path[f].updateScroll();const a=this.layout;this.layout=this.measure(!1),this.layoutCorrected=kr(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:c}=this.options;c&&c.notify("LayoutMeasure",this.layout.layoutBox,a?a.layoutBox:void 0)}updateScroll(a="measure"){let c=!!(this.options.layoutScroll&&this.instance);this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===a&&(c=!1),c&&(this.scroll={animationId:this.root.animationId,phase:a,isRoot:r(this.instance),offset:n(this.instance)})}resetTransform(){if(!i)return;const a=this.isLayoutDirty||this.shouldResetTransform,c=this.projectionDelta&&!kD(this.projectionDelta),f=this.getTransformTemplate(),p=f?f(this.latestValues,""):void 0,y=p!==this.prevTransformTemplateValue;a&&(c||gc(this.latestValues)||y)&&(i(this.instance,p),this.shouldResetTransform=!1,this.scheduleRender())}measure(a=!0){const c=this.measurePageBox();let f=this.removeElementScroll(c);return a&&(f=this.removeTransform(f)),N5(f),{animationId:this.root.animationId,measuredBox:c,layoutBox:f,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:a}=this.options;if(!a)return kr();const c=a.measureViewportBox(),{scroll:f}=this.root;return f&&(cu(c.x,f.offset.x),cu(c.y,f.offset.y)),c}removeElementScroll(a){const c=kr();ks(c,a);for(let f=0;f<this.path.length;f++){const p=this.path[f],{scroll:y,options:g}=p;if(p!==this.root&&y&&g.layoutScroll){if(y.isRoot){ks(c,a);const{scroll:T}=this.root;T&&(cu(c.x,-T.offset.x),cu(c.y,-T.offset.y))}cu(c.x,y.offset.x),cu(c.y,y.offset.y)}}return c}applyTransform(a,c=!1){const f=kr();ks(f,a);for(let p=0;p<this.path.length;p++){const y=this.path[p];!c&&y.options.layoutScroll&&y.scroll&&y!==y.root&&Tf(f,{x:-y.scroll.offset.x,y:-y.scroll.offset.y}),gc(y.latestValues)&&Tf(f,y.latestValues)}return gc(this.latestValues)&&Tf(f,this.latestValues),f}removeTransform(a){const c=kr();ks(c,a);for(let f=0;f<this.path.length;f++){const p=this.path[f];if(!p.instance||!gc(p.latestValues))continue;Tv(p.latestValues)&&p.updateSnapshot();const y=kr(),g=p.measurePageBox();ks(y,g),zS(c,p.latestValues,p.snapshot?p.snapshot.layoutBox:void 0,y)}return gc(this.latestValues)&&zS(c,this.latestValues),c}setTargetDelta(a){this.targetDelta=a,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(a){this.options={...this.options,...a,crossfade:a.crossfade!==void 0?a.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==Ni.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(a=!1){var c;const f=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=f.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=f.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=f.isSharedProjectionDirty);const p=!!this.resumingFrom||this!==f;if(!(a||p&&this.isSharedProjectionDirty||this.isProjectionDirty||!((c=this.parent)===null||c===void 0)&&c.isProjectionDirty||this.attemptToResolveRelativeTarget))return;const{layout:g,layoutId:T}=this.options;if(!(!this.layout||!(g||T))){if(this.resolvedRelativeTargetAt=Ni.timestamp,!this.targetDelta&&!this.relativeTarget){const E=this.getClosestProjectingParent();E&&E.layout&&this.animationProgress!==1?(this.relativeParent=E,this.forceRelativeParentToResolveTarget(),this.relativeTarget=kr(),this.relativeTargetOrigin=kr(),Dd(this.relativeTargetOrigin,this.layout.layoutBox,E.layout.layoutBox),ks(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)){if(this.target||(this.target=kr(),this.targetWithTransforms=kr()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),jz(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):ks(this.target,this.layout.layoutBox),wD(this.target,this.targetDelta)):ks(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const E=this.getClosestProjectingParent();E&&!!E.resumingFrom==!!this.resumingFrom&&!E.options.layoutScroll&&E.target&&this.animationProgress!==1?(this.relativeParent=E,this.forceRelativeParentToResolveTarget(),this.relativeTarget=kr(),this.relativeTargetOrigin=kr(),Dd(this.relativeTargetOrigin,this.target,E.target),ks(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}mc.resolvedTargetDeltas++}}}getClosestProjectingParent(){if(!(!this.parent||Tv(this.parent.latestValues)||bD(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var a;const c=this.getLead(),f=!!this.resumingFrom||this!==c;let p=!0;if((this.isProjectionDirty||!((a=this.parent)===null||a===void 0)&&a.isProjectionDirty)&&(p=!1),f&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(p=!1),this.resolvedRelativeTargetAt===Ni.timestamp&&(p=!1),p)return;const{layout:y,layoutId:g}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(y||g))return;ks(this.layoutCorrected,this.layout.layoutBox);const T=this.treeScale.x,E=this.treeScale.y;Gz(this.layoutCorrected,this.treeScale,this.path,f),c.layout&&!c.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(c.target=c.layout.layoutBox);const{target:I}=c;if(!I){this.projectionTransform&&(this.projectionDelta=Sf(),this.projectionTransform="none",this.scheduleRender());return}this.projectionDelta||(this.projectionDelta=Sf(),this.projectionDeltaWithTransform=Sf());const A=this.projectionTransform;kd(this.projectionDelta,this.layoutCorrected,I,this.latestValues),this.projectionTransform=qS(this.projectionDelta,this.treeScale),(this.projectionTransform!==A||this.treeScale.x!==T||this.treeScale.y!==E)&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",I)),mc.recalculatedProjection++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(a=!0){if(this.options.scheduleRender&&this.options.scheduleRender(),a){const c=this.getStack();c&&c.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}setAnimationOrigin(a,c=!1){const f=this.snapshot,p=f?f.latestValues:{},y={...this.latestValues},g=Sf();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!c;const T=kr(),E=f?f.source:void 0,I=this.layout?this.layout.source:void 0,A=E!==I,j=this.getStack(),R=!j||j.members.length<=1,H=!!(A&&!R&&this.options.crossfade===!0&&!this.path.some(L5));this.animationProgress=0;let U;this.mixTargetDelta=ne=>{const q=ne/1e3;QS(g.x,a.x,q),QS(g.y,a.y,q),this.setTargetDelta(g),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(Dd(T,this.layout.layoutBox,this.relativeParent.layout.layoutBox),M5(this.relativeTarget,this.relativeTargetOrigin,T,q),U&&h5(this.relativeTarget,U)&&(this.isProjectionDirty=!1),U||(U=kr()),ks(U,this.relativeTarget)),A&&(this.animationValues=y,a5(y,p,this.latestValues,q,H,R)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=q},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(a){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(Ol(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=Ln.update(()=>{Xh.hasAnimatedSinceResize=!0,this.currentAnimation=w5(0,KS,{...a,onUpdate:c=>{this.mixTargetDelta(c),a.onUpdate&&a.onUpdate(c)},onComplete:()=>{a.onComplete&&a.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const a=this.getStack();a&&a.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(KS),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const a=this.getLead();let{targetWithTransforms:c,target:f,layout:p,latestValues:y}=a;if(!(!c||!f||!p)){if(this!==a&&this.layout&&p&&OD(this.options.animationType,this.layout.layoutBox,p.layoutBox)){f=this.target||kr();const g=ts(this.layout.layoutBox.x);f.x.min=a.target.x.min,f.x.max=f.x.min+g;const T=ts(this.layout.layoutBox.y);f.y.min=a.target.y.min,f.y.max=f.y.min+T}ks(c,f),Tf(c,y),kd(this.projectionDeltaWithTransform,this.layoutCorrected,c,y)}}registerSharedNode(a,c){this.sharedNodes.has(a)||this.sharedNodes.set(a,new p5),this.sharedNodes.get(a).add(c);const p=c.options.initialPromotionConfig;c.promote({transition:p?p.transition:void 0,preserveFollowOpacity:p&&p.shouldPreserveFollowOpacity?p.shouldPreserveFollowOpacity(c):void 0})}isLead(){const a=this.getStack();return a?a.lead===this:!0}getLead(){var a;const{layoutId:c}=this.options;return c?((a=this.getStack())===null||a===void 0?void 0:a.lead)||this:this}getPrevLead(){var a;const{layoutId:c}=this.options;return c?(a=this.getStack())===null||a===void 0?void 0:a.prevLead:void 0}getStack(){const{layoutId:a}=this.options;if(a)return this.root.sharedNodes.get(a)}promote({needsReset:a,transition:c,preserveFollowOpacity:f}={}){const p=this.getStack();p&&p.promote(this,f),a&&(this.projectionDelta=void 0,this.needsReset=!0),c&&this.setOptions({transition:c})}relegate(){const a=this.getStack();return a?a.relegate(this):!1}resetRotation(){const{visualElement:a}=this.options;if(!a)return;let c=!1;const{latestValues:f}=a;if((f.rotate||f.rotateX||f.rotateY||f.rotateZ)&&(c=!0),!c)return;const p={};for(let y=0;y<XS.length;y++){const g="rotate"+XS[y];f[g]&&(p[g]=f[g],a.setStaticValue(g,0))}a.render();for(const y in p)a.setStaticValue(y,p[y]);a.scheduleRender()}getProjectionStyles(a){var c,f;if(!this.instance||this.isSVG)return;if(!this.isVisible)return x5;const p={visibility:""},y=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,p.opacity="",p.pointerEvents=qh(a==null?void 0:a.pointerEvents)||"",p.transform=y?y(this.latestValues,""):"none",p;const g=this.getLead();if(!this.projectionDelta||!this.layout||!g.target){const A={};return this.options.layoutId&&(A.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,A.pointerEvents=qh(a==null?void 0:a.pointerEvents)||""),this.hasProjected&&!gc(this.latestValues)&&(A.transform=y?y({},""):"none",this.hasProjected=!1),A}const T=g.animationValues||g.latestValues;this.applyTransformsToTarget(),p.transform=qS(this.projectionDeltaWithTransform,this.treeScale,T),y&&(p.transform=y(T,p.transform));const{x:E,y:I}=this.projectionDelta;p.transformOrigin=`${E.origin*100}% ${I.origin*100}% 0`,g.animationValues?p.opacity=g===this?(f=(c=T.opacity)!==null&&c!==void 0?c:this.latestValues.opacity)!==null&&f!==void 0?f:1:this.preserveOpacity?this.latestValues.opacity:T.opacityExit:p.opacity=g===this?T.opacity!==void 0?T.opacity:"":T.opacityExit!==void 0?T.opacityExit:0;for(const A in pp){if(T[A]===void 0)continue;const{correct:j,applyTo:R}=pp[A],H=p.transform==="none"?T[A]:j(T[A],g);if(R){const U=R.length;for(let ne=0;ne<U;ne++)p[R[ne]]=H}else p[A]=H}return this.options.layoutId&&(p.pointerEvents=g===this?qh(a==null?void 0:a.pointerEvents)||"":"none"),p}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(a=>{var c;return(c=a.currentAnimation)===null||c===void 0?void 0:c.stop()}),this.root.nodes.forEach(ZS),this.root.sharedNodes.clear()}}}function T5(t){t.updateLayout()}function C5(t){var e;const n=((e=t.resumeFrom)===null||e===void 0?void 0:e.snapshot)||t.snapshot;if(t.isLead()&&t.layout&&n&&t.hasListeners("didUpdate")){const{layoutBox:r,measuredBox:i}=t.layout,{animationType:o}=t.options,a=n.source!==t.layout.source;o==="size"?Os(g=>{const T=a?n.measuredBox[g]:n.layoutBox[g],E=ts(T);T.min=r[g].min,T.max=T.min+E}):OD(o,n.layoutBox,r)&&Os(g=>{const T=a?n.measuredBox[g]:n.layoutBox[g],E=ts(r[g]);T.max=T.min+E,t.relativeTarget&&!t.currentAnimation&&(t.isProjectionDirty=!0,t.relativeTarget[g].max=t.relativeTarget[g].min+E)});const c=Sf();kd(c,r,n.layoutBox);const f=Sf();a?kd(f,t.applyTransform(i,!0),n.measuredBox):kd(f,r,n.layoutBox);const p=!kD(c);let y=!1;if(!t.resumeFrom){const g=t.getClosestProjectingParent();if(g&&!g.resumeFrom){const{snapshot:T,layout:E}=g;if(T&&E){const I=kr();Dd(I,n.layoutBox,T.layoutBox);const A=kr();Dd(A,r,E.layoutBox),DD(I,A)||(y=!0),g.options.layoutRoot&&(t.relativeTarget=A,t.relativeTargetOrigin=I,t.relativeParent=g)}}}t.notifyListeners("didUpdate",{layout:r,snapshot:n,delta:f,layoutDelta:c,hasLayoutChanged:p,hasRelativeTargetChanged:y})}else if(t.isLead()){const{onExitComplete:r}=t.options;r&&r()}t.options.transition=void 0}function E5(t){mc.totalNodes++,t.parent&&(t.isProjecting()||(t.isProjectionDirty=t.parent.isProjectionDirty),t.isSharedProjectionDirty||(t.isSharedProjectionDirty=!!(t.isProjectionDirty||t.parent.isProjectionDirty||t.parent.isSharedProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=t.parent.isTransformDirty))}function k5(t){t.isProjectionDirty=t.isSharedProjectionDirty=t.isTransformDirty=!1}function D5(t){t.clearSnapshot()}function ZS(t){t.clearMeasurements()}function P5(t){t.isLayoutDirty=!1}function O5(t){const{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function JS(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0,t.isProjectionDirty=!0}function _5(t){t.resolveTargetDelta()}function R5(t){t.calcProjection()}function I5(t){t.resetRotation()}function A5(t){t.removeLeadSnapshot()}function QS(t,e,n){t.translate=Zn(e.translate,0,n),t.scale=Zn(e.scale,1,n),t.origin=e.origin,t.originPoint=e.originPoint}function e1(t,e,n,r){t.min=Zn(e.min,n.min,r),t.max=Zn(e.max,n.max,r)}function M5(t,e,n,r){e1(t.x,e.x,n.x,r),e1(t.y,e.y,n.y,r)}function L5(t){return t.animationValues&&t.animationValues.opacityExit!==void 0}const F5={duration:.45,ease:[.4,0,.1,1]},t1=t=>typeof navigator<"u"&&navigator.userAgent.toLowerCase().includes(t),n1=t1("applewebkit/")&&!t1("chrome/")?Math.round:sr;function r1(t){t.min=n1(t.min),t.max=n1(t.max)}function N5(t){r1(t.x),r1(t.y)}function OD(t,e,n){return t==="position"||t==="preserve-aspect"&&!xv(GS(e),GS(n),.2)}const j5=PD({attachResizeListener:(t,e)=>xl(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),um={current:void 0},_D=PD({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!um.current){const t=new j5({});t.mount(window),t.setOptions({layoutScroll:!0}),um.current=t}return um.current},resetTransform:(t,e)=>{t.style.transform=e!==void 0?e:"none"},checkIsScrollRoot:t=>window.getComputedStyle(t).position==="fixed"}),B5={pan:{Feature:t5},drag:{Feature:e5,ProjectionNode:_D,MeasureLayout:TD}},$5=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function V5(t){const e=$5.exec(t);if(!e)return[,];const[,n,r]=e;return[n,r]}const U5=4;function Ev(t,e,n=1){la(n<=U5,`Max CSS variable fallback depth detected in property "${t}". This may indicate a circular fallback dependency.`);const[r,i]=V5(t);if(!r)return;const o=window.getComputedStyle(e).getPropertyValue(r);if(o){const a=o.trim();return dD(a)?parseFloat(a):a}else return pv(i)?Ev(i,e,n+1):i}function H5(t,{...e},n){const r=t.current;if(!(r instanceof Element))return{target:e,transitionEnd:n};n&&(n={...n}),t.values.forEach(i=>{const o=i.get();if(!pv(o))return;const a=Ev(o,r);a&&i.set(a)});for(const i in e){const o=e[i];if(!pv(o))continue;const a=Ev(o,r);a&&(e[i]=a,n||(n={}),n[i]===void 0&&(n[i]=o))}return{target:e,transitionEnd:n}}const W5=new Set(["width","height","top","left","right","bottom","x","y","translateX","translateY"]),RD=t=>W5.has(t),z5=t=>Object.keys(t).some(RD),Ih=t=>t===Ac||t===Rt,i1=(t,e)=>parseFloat(t.split(", ")[e]),o1=(t,e)=>(n,{transform:r})=>{if(r==="none"||!r)return 0;const i=r.match(/^matrix3d\((.+)\)$/);if(i)return i1(i[1],e);{const o=r.match(/^matrix\((.+)\)$/);return o?i1(o[1],t):0}},Y5=new Set(["x","y","z"]),G5=Jd.filter(t=>!Y5.has(t));function q5(t){const e=[];return G5.forEach(n=>{const r=t.getValue(n);r!==void 0&&(e.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),e.length&&t.render(),e}const If={width:({x:t},{paddingLeft:e="0",paddingRight:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),height:({y:t},{paddingTop:e="0",paddingBottom:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),top:(t,{top:e})=>parseFloat(e),left:(t,{left:e})=>parseFloat(e),bottom:({y:t},{top:e})=>parseFloat(e)+(t.max-t.min),right:({x:t},{left:e})=>parseFloat(e)+(t.max-t.min),x:o1(4,13),y:o1(5,14)};If.translateX=If.x;If.translateY=If.y;const X5=(t,e,n)=>{const r=e.measureViewportBox(),i=e.current,o=getComputedStyle(i),{display:a}=o,c={};a==="none"&&e.setStaticValue("display",t.display||"block"),n.forEach(p=>{c[p]=If[p](r,o)}),e.render();const f=e.measureViewportBox();return n.forEach(p=>{const y=e.getValue(p);y&&y.jump(c[p]),t[p]=If[p](f,o)}),t},K5=(t,e,n={},r={})=>{e={...e},r={...r};const i=Object.keys(e).filter(RD);let o=[],a=!1;const c=[];if(i.forEach(f=>{const p=t.getValue(f);if(!t.hasValue(f))return;let y=n[f],g=ld(y);const T=e[f];let E;if(mp(T)){const I=T.length,A=T[0]===null?1:0;y=T[A],g=ld(y);for(let j=A;j<I&&T[j]!==null;j++)E?la(ld(T[j])===E,"All keyframes must be of the same type"):(E=ld(T[j]),la(E===g||Ih(g)&&Ih(E),"Keyframes must be of the same dimension as the current value"))}else E=ld(T);if(g!==E)if(Ih(g)&&Ih(E)){const I=p.get();typeof I=="string"&&p.set(parseFloat(I)),typeof T=="string"?e[f]=parseFloat(T):Array.isArray(T)&&E===Rt&&(e[f]=T.map(parseFloat))}else g!=null&&g.transform&&(E!=null&&E.transform)&&(y===0||T===0)?y===0?p.set(E.transform(y)):e[f]=g.transform(T):(a||(o=q5(t),a=!0),c.push(f),r[f]=r[f]!==void 0?r[f]:e[f],p.jump(T))}),c.length){const f=c.indexOf("height")>=0?window.pageYOffset:null,p=X5(e,t,c);return o.length&&o.forEach(([y,g])=>{t.getValue(y).set(g)}),t.render(),Hp&&f!==null&&window.scrollTo({top:f}),{target:p,transitionEnd:r}}else return{target:e,transitionEnd:r}};function Z5(t,e,n,r){return z5(e)?K5(t,e,n,r):{target:e,transitionEnd:r}}const J5=(t,e,n,r)=>{const i=H5(t,e,r);return e=i.target,r=i.transitionEnd,Z5(t,e,n,r)},kv={current:null},ID={current:!1};function Q5(){if(ID.current=!0,!!Hp)if(window.matchMedia){const t=window.matchMedia("(prefers-reduced-motion)"),e=()=>kv.current=t.matches;t.addListener(e),e()}else kv.current=!1}function e4(t,e,n){const{willChange:r}=e;for(const i in e){const o=e[i],a=n[i];if(Io(o))t.addValue(i,o),wp(r)&&r.add(i),process.env.NODE_ENV==="development"&&nb(o.version==="10.18.0",`Attempting to mix Framer Motion versions ${o.version} with 10.18.0 may not work as expected.`);else if(Io(a))t.addValue(i,Rf(o,{owner:t})),wp(r)&&r.remove(i);else if(a!==o)if(t.hasValue(i)){const c=t.getValue(i);!c.hasAnimated&&c.set(o)}else{const c=t.getStaticValue(i);t.addValue(i,Rf(c!==void 0?c:o,{owner:t}))}}for(const i in n)e[i]===void 0&&t.removeValue(i);return e}const s1=new WeakMap,AD=Object.keys($d),t4=AD.length,a1=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"],n4=By.length;class r4{constructor({parent:e,props:n,presenceContext:r,reducedMotionConfig:i,visualState:o},a={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.scheduleRender=()=>Ln.render(this.render,!1,!0);const{latestValues:c,renderState:f}=o;this.latestValues=c,this.baseTarget={...c},this.initialValues=n.initial?{...c}:{},this.renderState=f,this.parent=e,this.props=n,this.presenceContext=r,this.depth=e?e.depth+1:0,this.reducedMotionConfig=i,this.options=a,this.isControllingVariants=zp(n),this.isVariantNode=vk(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(e&&e.current);const{willChange:p,...y}=this.scrapeMotionValuesFromProps(n,{});for(const g in y){const T=y[g];c[g]!==void 0&&Io(T)&&(T.set(c[g],!1),wp(p)&&p.add(g))}}scrapeMotionValuesFromProps(e,n){return{}}mount(e){this.current=e,s1.set(e,this),this.projection&&!this.projection.instance&&this.projection.mount(e),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,r)=>this.bindToMotionValue(r,n)),ID.current||Q5(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:kv.current,process.env.NODE_ENV!=="production"&&nb(this.shouldReduceMotion!==!0,"You have Reduced Motion enabled on your device. Animations may not appear as expected."),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){s1.delete(this.current),this.projection&&this.projection.unmount(),Ol(this.notifyUpdate),Ol(this.render),this.valueSubscriptions.forEach(e=>e()),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const e in this.events)this.events[e].clear();for(const e in this.features)this.features[e].unmount();this.current=null}bindToMotionValue(e,n){const r=Ic.has(e),i=n.on("change",a=>{this.latestValues[e]=a,this.props.onUpdate&&Ln.update(this.notifyUpdate,!1,!0),r&&this.projection&&(this.projection.isTransformDirty=!0)}),o=n.on("renderRequest",this.scheduleRender);this.valueSubscriptions.set(e,()=>{i(),o()})}sortNodePosition(e){return!this.current||!this.sortInstanceNodePosition||this.type!==e.type?0:this.sortInstanceNodePosition(this.current,e.current)}loadFeatures({children:e,...n},r,i,o){let a,c;if(process.env.NODE_ENV!=="production"&&i&&r){const f="You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";n.ignoreStrict?th(!1,f):la(!1,f)}for(let f=0;f<t4;f++){const p=AD[f],{isEnabled:y,Feature:g,ProjectionNode:T,MeasureLayout:E}=$d[p];T&&(a=T),y(n)&&(!this.features[p]&&g&&(this.features[p]=new g(this)),E&&(c=E))}if((this.type==="html"||this.type==="svg")&&!this.projection&&a){this.projection=new a(this.latestValues,this.parent&&this.parent.projection);const{layoutId:f,layout:p,drag:y,dragConstraints:g,layoutScroll:T,layoutRoot:E}=n;this.projection.setOptions({layoutId:f,layout:p,alwaysMeasureLayout:!!y||g&&wf(g),visualElement:this,scheduleRender:()=>this.scheduleRender(),animationType:typeof p=="string"?p:"both",initialPromotionConfig:o,layoutScroll:T,layoutRoot:E})}return c}updateFeatures(){for(const e in this.features){const n=this.features[e];n.isMounted?n.update():(n.mount(),n.isMounted=!0)}}triggerBuild(){this.build(this.renderState,this.latestValues,this.options,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):kr()}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,n){this.latestValues[e]=n}makeTargetAnimatable(e,n=!0){return this.makeTargetAnimatableFromInstance(e,this.props,n)}update(e,n){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=e,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let r=0;r<a1.length;r++){const i=a1[r];this.propEventSubscriptions[i]&&(this.propEventSubscriptions[i](),delete this.propEventSubscriptions[i]);const o=e["on"+i];o&&(this.propEventSubscriptions[i]=this.on(i,o))}this.prevMotionValues=e4(this,this.scrapeMotionValuesFromProps(e,this.prevProps),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(e){return this.props.variants?this.props.variants[e]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}getVariantContext(e=!1){if(e)return this.parent?this.parent.getVariantContext():void 0;if(!this.isControllingVariants){const r=this.parent?this.parent.getVariantContext()||{}:{};return this.props.initial!==void 0&&(r.initial=this.props.initial),r}const n={};for(let r=0;r<n4;r++){const i=By[r],o=this.props[i];(Bd(o)||o===!1)&&(n[i]=o)}return n}addVariantChild(e){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(e),()=>n.variantChildren.delete(e)}addValue(e,n){n!==this.values.get(e)&&(this.removeValue(e),this.bindToMotionValue(e,n)),this.values.set(e,n),this.latestValues[e]=n.get()}removeValue(e){this.values.delete(e);const n=this.valueSubscriptions.get(e);n&&(n(),this.valueSubscriptions.delete(e)),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,n){if(this.props.values&&this.props.values[e])return this.props.values[e];let r=this.values.get(e);return r===void 0&&n!==void 0&&(r=Rf(n,{owner:this}),this.addValue(e,r)),r}readValue(e){var n;return this.latestValues[e]!==void 0||!this.current?this.latestValues[e]:(n=this.getBaseTargetFromProps(this.props,e))!==null&&n!==void 0?n:this.readValueFromInstance(this.current,e,this.options)}setBaseTarget(e,n){this.baseTarget[e]=n}getBaseTarget(e){var n;const{initial:r}=this.props,i=typeof r=="string"||typeof r=="object"?(n=Yy(this.props,r))===null||n===void 0?void 0:n[e]:void 0;if(r&&i!==void 0)return i;const o=this.getBaseTargetFromProps(this.props,e);return o!==void 0&&!Io(o)?o:this.initialValues[e]!==void 0&&i===void 0?void 0:this.baseTarget[e]}on(e,n){return this.events[e]||(this.events[e]=new tb),this.events[e].add(n)}notify(e,...n){this.events[e]&&this.events[e].notify(...n)}}class MD extends r4{sortInstanceNodePosition(e,n){return e.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(e,n){return e.style?e.style[n]:void 0}removeValueFromRenderState(e,{vars:n,style:r}){delete n[e],delete r[e]}makeTargetAnimatableFromInstance({transition:e,transitionEnd:n,...r},{transformValues:i},o){let a=bz(r,e||{},this);if(i&&(n&&(n=i(n)),r&&(r=i(r)),a&&(a=i(a))),o){vz(this,r,a);const c=J5(this,r,a,n);n=c.transitionEnd,r=c.target}return{transition:e,transitionEnd:n,...r}}}function i4(t){return window.getComputedStyle(t)}class o4 extends MD{constructor(){super(...arguments),this.type="html"}readValueFromInstance(e,n){if(Ic.has(n)){const r=Ky(n);return r&&r.default||0}else{const r=i4(e),i=(Sk(n)?r.getPropertyValue(n):r[n])||0;return typeof i=="string"?i.trim():i}}measureInstanceViewportBox(e,{transformPagePoint:n}){return xD(e,n)}build(e,n,r,i){Vy(e,n,r,i.transformTemplate)}scrapeMotionValuesFromProps(e,n){return zy(e,n)}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:e}=this.props;Io(e)&&(this.childSubscription=e.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}renderInstance(e,n,r,i){Pk(e,n,r,i)}}class s4 extends MD{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1}getBaseTargetFromProps(e,n){return e[n]}readValueFromInstance(e,n){if(Ic.has(n)){const r=Ky(n);return r&&r.default||0}return n=Ok.has(n)?n:Ny(n),e.getAttribute(n)}measureInstanceViewportBox(){return kr()}scrapeMotionValuesFromProps(e,n){return Rk(e,n)}build(e,n,r,i){Hy(e,n,r,this.isSVGTag,i.transformTemplate)}renderInstance(e,n,r,i){_k(e,n,r,i)}mount(e){this.isSVGTag=Wy(e.tagName),super.mount(e)}}const a4=(t,e)=>$y(t)?new s4(e,{enableHardwareAcceleration:!1}):new o4(e,{enableHardwareAcceleration:!0}),l4={layout:{ProjectionNode:_D,MeasureLayout:TD}},u4={...Mz,...nW,...B5,...l4},LD=cH((t,e)=>HH(t,e,u4,a4));function FD(t){return Dp({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M463 192H315.9L271.2 58.6C269 52.1 262.9 48 256 48s-13 4.1-15.2 10.6L196.1 192H48c-8.8 0-16 7.2-16 16 0 .9.1 1.9.3 2.7.2 3.5 1.8 7.4 6.7 11.3l120.9 85.2-46.4 134.9c-2.3 6.5 0 13.8 5.5 18 2.9 2.1 5.6 3.9 9 3.9 3.3 0 7.2-1.7 10-3.6l118-84.1 118 84.1c2.8 2 6.7 3.6 10 3.6 3.4 0 6.1-1.7 8.9-3.9 5.6-4.2 7.8-11.4 5.5-18L352 307.2l119.9-86 2.9-2.5c2.6-2.8 5.2-6.6 5.2-10.7 0-8.8-8.2-16-17-16zm-127.2 92.5c-10 7.2-14.2 20.2-10.2 31.8l30.1 87.7c1.3 3.7-2.9 6.8-6.1 4.6l-77.4-55.2c-4.9-3.5-10.6-5.2-16.3-5.2-5.7 0-11.4 1.7-16.2 5.2l-77.4 55.1c-3.2 2.3-7.4-.9-6.1-4.6l30.1-87.7c4-11.8-.2-24.8-10.3-32l-81-57.1c-3.2-2.2-1.6-7.3 2.3-7.3H196c12 0 22.7-7.7 26.5-19.1l29.6-88.2c1.2-3.6 6.4-3.6 7.6 0l29.6 88.2c3.8 11.4 14.5 19.1 26.5 19.1h97.3c3.9 0 5.5 5 2.3 7.2l-79.6 57.5z"},child:[]}]})(t)}function ND(t){return Dp({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M256 372.686L380.83 448l-33.021-142.066L458 210.409l-145.267-12.475L256 64l-56.743 133.934L54 210.409l110.192 95.525L131.161 448z"},child:[]}]})(t)}function rb(t,e){return e?t:void 0}function c4(t){return be.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",viewBox:"0 0 16 16",...t,children:be.jsx("path",{fill:"currenColor",d:"M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z"})})}function f4(t){const{renderChildren:e,parentRef:n,onlyChild:r}=t,[i,o]=X.useState({top:0,left:0}),a=X.useRef(null),[c,f]=X.useState("auto");return X.useLayoutEffect(()=>{if(n.current&&a.current){const p=n.current.getBoundingClientRect(),y=a.current.getBoundingClientRect();let g=p.top;const T=p.left+p.width,E=y.height+(window.innerHeight-p.top)>window.innerHeight;E&&(console.log("overtop"),f(window.innerHeight-p.top-50)),p.top+y.height>window.innerHeight&&!E&&(g=p.top-y.height+p.height),o({top:g,left:T})}},[n,a]),r?e({maxHeight:c}):Bv.createPortal(be.jsx("div",{ref:a,style:{position:"fixed",top:i.top,left:i.left,zIndex:1200},onDragStart:p=>{console.log("onDragStart Dropdown",p.target)},children:e({maxHeight:c})}),n.current)}function cm(t,e,n){if(n||arguments.length===2)for(var r=0,i=e.length,o;r<i;r++)(o||!(r in e))&&(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return t.concat(o||Array.prototype.slice.call(e))}/*!
9
9
  * content-type
10
10
  * Copyright(c) 2015 Douglas Christopher Wilson
11
11
  * MIT Licensed
12
- */var l1=/; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g,d4=/\\([\u000b\u0020-\u00ff])/g,h4=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/,p4=g4;function g4(t){if(!t)throw new TypeError("argument string is required");var e=typeof t=="object"?m4(t):t;if(typeof e!="string")throw new TypeError("argument string is required to be a string");var n=e.indexOf(";"),r=n!==-1?e.slice(0,n).trim():e.trim();if(!h4.test(r))throw new TypeError("invalid media type");var i=new v4(r.toLowerCase());if(n!==-1){var o,a,c;for(l1.lastIndex=n;a=l1.exec(e);){if(a.index!==n)throw new TypeError("invalid parameter format");n+=a[0].length,o=a[1].toLowerCase(),c=a[2],c.charCodeAt(0)===34&&(c=c.slice(1,-1),c.indexOf("\\")!==-1&&(c=c.replace(d4,"$1"))),i.parameters[o]=c}if(n!==e.length)throw new TypeError("invalid parameter format")}return i}function m4(t){var e;if(typeof t.getHeader=="function"?e=t.getHeader("content-type"):typeof t.headers=="object"&&(e=t.headers&&t.headers["content-type"]),typeof e!="string")throw new TypeError("content-type header is missing from object");return e}function v4(t){this.parameters=Object.create(null),this.type=t}var hf=new Map,jD=function(e){return e.cloneNode(!0)},u1=function(){return window.location.protocol==="file:"},BD=function(e,n,r){var i=new XMLHttpRequest;i.onreadystatechange=function(){try{if(!/\.svg/i.test(e)&&i.readyState===2){var o=i.getResponseHeader("Content-Type");if(!o)throw new Error("Content type not found");var a=p4(o).type;if(!(a==="image/svg+xml"||a==="text/plain"))throw new Error("Invalid content type: ".concat(a))}if(i.readyState===4){if(i.status===404||i.responseXML===null)throw new Error(u1()?"Note: SVG injection ajax calls do not work locally without adjusting security settings in your browser. Or consider using a local webserver.":"Unable to load SVG file: "+e);if(i.status===200||u1()&&i.status===0)r(null,i);else throw new Error("There was a problem injecting the SVG: "+i.status+" "+i.statusText)}}catch(c){if(i.abort(),c instanceof Error)r(c,i);else throw c}},i.open("GET",e),i.withCredentials=n,i.overrideMimeType&&i.overrideMimeType("text/xml"),i.send()},fu={},c1=function(e,n){fu[e]=fu[e]||[],fu[e].push(n)},y4=function(e){for(var n=function(a,c){setTimeout(function(){if(Array.isArray(fu[e])){var f=hf.get(e),p=fu[e][a];f instanceof SVGSVGElement&&p(null,jD(f)),f instanceof Error&&p(f),a===fu[e].length-1&&delete fu[e]}},0)},r=0,i=fu[e].length;r<i;r++)n(r)},b4=function(e,n,r){if(hf.has(e)){var i=hf.get(e);if(i===void 0){c1(e,r);return}if(i instanceof SVGSVGElement){r(null,jD(i));return}}hf.set(e,void 0),c1(e,r),BD(e,n,function(o,a){var c;o?hf.set(e,o):((c=a.responseXML)===null||c===void 0?void 0:c.documentElement)instanceof SVGSVGElement&&hf.set(e,a.responseXML.documentElement),y4(e)})},w4=function(e,n,r){BD(e,n,function(i,o){var a;i?r(i):((a=o.responseXML)===null||a===void 0?void 0:a.documentElement)instanceof SVGSVGElement&&r(null,o.responseXML.documentElement)})},x4=0,S4=function(){return++x4},Fa=[],f1={},T4="http://www.w3.org/2000/svg",fm="http://www.w3.org/1999/xlink",d1=function(e,n,r,i,o,a,c){var f=e.getAttribute("data-src")||e.getAttribute("src");if(!f){c(new Error("Invalid data-src or src attribute"));return}if(Fa.indexOf(e)!==-1){Fa.splice(Fa.indexOf(e),1),e=null;return}Fa.push(e),e.setAttribute("src","");var p=i?b4:w4;p(f,o,function(y,g){if(!g){Fa.splice(Fa.indexOf(e),1),e=null,c(y);return}var T=e.getAttribute("id");T&&g.setAttribute("id",T);var E=e.getAttribute("title");E&&g.setAttribute("title",E);var I=e.getAttribute("width");I&&g.setAttribute("width",I);var A=e.getAttribute("height");A&&g.setAttribute("height",A);var j=Array.from(new Set(cm(cm(cm([],(g.getAttribute("class")||"").split(" "),!0),["injected-svg"],!1),(e.getAttribute("class")||"").split(" "),!0))).join(" ").trim();g.setAttribute("class",j);var R=e.getAttribute("style");R&&g.setAttribute("style",R),g.setAttribute("data-src",f);var H=[].filter.call(e.attributes,function(Oe){return/^data-\w[\w-]*$/.test(Oe.name)});if(Array.prototype.forEach.call(H,function(Oe){Oe.name&&Oe.value&&g.setAttribute(Oe.name,Oe.value)}),r){var U={clipPath:["clip-path"],"color-profile":["color-profile"],cursor:["cursor"],filter:["filter"],linearGradient:["fill","stroke"],marker:["marker","marker-start","marker-mid","marker-end"],mask:["mask"],path:[],pattern:["fill","stroke"],radialGradient:["fill","stroke"]},ne,q,ie,x,le;Object.keys(U).forEach(function(Oe){ne=Oe,ie=U[Oe],q=g.querySelectorAll(ne+"[id]");for(var Ne=function(He,je){x=q[He].id,le=x+"-"+S4();var Fe;Array.prototype.forEach.call(ie,function(It){Fe=g.querySelectorAll("["+It+'*="'+x+'"]');for(var Mt=0,Vn=Fe.length;Mt<Vn;Mt++){var vr=Fe[Mt].getAttribute(It);vr&&!vr.match(new RegExp('url\\("?#'+x+'"?\\)'))||Fe[Mt].setAttribute(It,"url(#"+le+")")}});for(var Ve=g.querySelectorAll("[*|href]"),nt=[],ct=0,pt=Ve.length;ct<pt;ct++){var ft=Ve[ct].getAttributeNS(fm,"href");ft&&ft.toString()==="#"+q[He].id&&nt.push(Ve[ct])}for(var yt=0,Je=nt.length;yt<Je;yt++)nt[yt].setAttributeNS(fm,"href","#"+le);q[He].id=le},me=0,Te=q.length;me<Te;me++)Ne(me)})}g.removeAttribute("xmlns:a");for(var ae=g.querySelectorAll("script"),ze=[],tt,Qe,et=0,Ye=ae.length;et<Ye;et++)Qe=ae[et].getAttribute("type"),(!Qe||Qe==="application/ecmascript"||Qe==="application/javascript"||Qe==="text/javascript")&&(tt=ae[et].innerText||ae[et].textContent,tt&&ze.push(tt),g.removeChild(ae[et]));if(ze.length>0&&(n==="always"||n==="once"&&!f1[f])){for(var pe=0,fe=ze.length;pe<fe;pe++)new Function(ze[pe])(window);f1[f]=!0}var Ce=g.querySelectorAll("style");if(Array.prototype.forEach.call(Ce,function(Oe){Oe.textContent+=""}),g.setAttribute("xmlns",T4),g.setAttribute("xmlns:xlink",fm),a(g),!e.parentNode){Fa.splice(Fa.indexOf(e),1),e=null,c(new Error("Parent node is null"));return}e.parentNode.replaceChild(g,e),Fa.splice(Fa.indexOf(e),1),e=null,c(null,g)})},C4=function(e,n){var r=n===void 0?{}:n,i=r.afterAll,o=i===void 0?function(){}:i,a=r.afterEach,c=a===void 0?function(){}:a,f=r.beforeEach,p=f===void 0?function(){}:f,y=r.cacheRequests,g=y===void 0?!0:y,T=r.evalScripts,E=T===void 0?"never":T,I=r.httpRequestWithCredentials,A=I===void 0?!1:I,j=r.renumerateIRIElements,R=j===void 0?!0:j;if(e&&"length"in e)for(var H=0,U=0,ne=e.length;U<ne;U++)d1(e[U],E,R,g,A,p,function(q,ie){c(q,ie),e&&"length"in e&&e.length===++H&&o(H)});else e?d1(e,E,R,g,A,p,function(q,ie){c(q,ie),o(1),e=null}):o(0)},Dv={exports:{}},Ih={exports:{}},mn={};/** @license React v16.13.1
12
+ */var l1=/; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g,d4=/\\([\u000b\u0020-\u00ff])/g,h4=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/,p4=g4;function g4(t){if(!t)throw new TypeError("argument string is required");var e=typeof t=="object"?m4(t):t;if(typeof e!="string")throw new TypeError("argument string is required to be a string");var n=e.indexOf(";"),r=n!==-1?e.slice(0,n).trim():e.trim();if(!h4.test(r))throw new TypeError("invalid media type");var i=new v4(r.toLowerCase());if(n!==-1){var o,a,c;for(l1.lastIndex=n;a=l1.exec(e);){if(a.index!==n)throw new TypeError("invalid parameter format");n+=a[0].length,o=a[1].toLowerCase(),c=a[2],c.charCodeAt(0)===34&&(c=c.slice(1,-1),c.indexOf("\\")!==-1&&(c=c.replace(d4,"$1"))),i.parameters[o]=c}if(n!==e.length)throw new TypeError("invalid parameter format")}return i}function m4(t){var e;if(typeof t.getHeader=="function"?e=t.getHeader("content-type"):typeof t.headers=="object"&&(e=t.headers&&t.headers["content-type"]),typeof e!="string")throw new TypeError("content-type header is missing from object");return e}function v4(t){this.parameters=Object.create(null),this.type=t}var hf=new Map,jD=function(e){return e.cloneNode(!0)},u1=function(){return window.location.protocol==="file:"},BD=function(e,n,r){var i=new XMLHttpRequest;i.onreadystatechange=function(){try{if(!/\.svg/i.test(e)&&i.readyState===2){var o=i.getResponseHeader("Content-Type");if(!o)throw new Error("Content type not found");var a=p4(o).type;if(!(a==="image/svg+xml"||a==="text/plain"))throw new Error("Invalid content type: ".concat(a))}if(i.readyState===4){if(i.status===404||i.responseXML===null)throw new Error(u1()?"Note: SVG injection ajax calls do not work locally without adjusting security settings in your browser. Or consider using a local webserver.":"Unable to load SVG file: "+e);if(i.status===200||u1()&&i.status===0)r(null,i);else throw new Error("There was a problem injecting the SVG: "+i.status+" "+i.statusText)}}catch(c){if(i.abort(),c instanceof Error)r(c,i);else throw c}},i.open("GET",e),i.withCredentials=n,i.overrideMimeType&&i.overrideMimeType("text/xml"),i.send()},fu={},c1=function(e,n){fu[e]=fu[e]||[],fu[e].push(n)},y4=function(e){for(var n=function(a,c){setTimeout(function(){if(Array.isArray(fu[e])){var f=hf.get(e),p=fu[e][a];f instanceof SVGSVGElement&&p(null,jD(f)),f instanceof Error&&p(f),a===fu[e].length-1&&delete fu[e]}},0)},r=0,i=fu[e].length;r<i;r++)n(r)},b4=function(e,n,r){if(hf.has(e)){var i=hf.get(e);if(i===void 0){c1(e,r);return}if(i instanceof SVGSVGElement){r(null,jD(i));return}}hf.set(e,void 0),c1(e,r),BD(e,n,function(o,a){var c;o?hf.set(e,o):((c=a.responseXML)===null||c===void 0?void 0:c.documentElement)instanceof SVGSVGElement&&hf.set(e,a.responseXML.documentElement),y4(e)})},w4=function(e,n,r){BD(e,n,function(i,o){var a;i?r(i):((a=o.responseXML)===null||a===void 0?void 0:a.documentElement)instanceof SVGSVGElement&&r(null,o.responseXML.documentElement)})},x4=0,S4=function(){return++x4},Fa=[],f1={},T4="http://www.w3.org/2000/svg",fm="http://www.w3.org/1999/xlink",d1=function(e,n,r,i,o,a,c){var f=e.getAttribute("data-src")||e.getAttribute("src");if(!f){c(new Error("Invalid data-src or src attribute"));return}if(Fa.indexOf(e)!==-1){Fa.splice(Fa.indexOf(e),1),e=null;return}Fa.push(e),e.setAttribute("src","");var p=i?b4:w4;p(f,o,function(y,g){if(!g){Fa.splice(Fa.indexOf(e),1),e=null,c(y);return}var T=e.getAttribute("id");T&&g.setAttribute("id",T);var E=e.getAttribute("title");E&&g.setAttribute("title",E);var I=e.getAttribute("width");I&&g.setAttribute("width",I);var A=e.getAttribute("height");A&&g.setAttribute("height",A);var j=Array.from(new Set(cm(cm(cm([],(g.getAttribute("class")||"").split(" "),!0),["injected-svg"],!1),(e.getAttribute("class")||"").split(" "),!0))).join(" ").trim();g.setAttribute("class",j);var R=e.getAttribute("style");R&&g.setAttribute("style",R),g.setAttribute("data-src",f);var H=[].filter.call(e.attributes,function(Oe){return/^data-\w[\w-]*$/.test(Oe.name)});if(Array.prototype.forEach.call(H,function(Oe){Oe.name&&Oe.value&&g.setAttribute(Oe.name,Oe.value)}),r){var U={clipPath:["clip-path"],"color-profile":["color-profile"],cursor:["cursor"],filter:["filter"],linearGradient:["fill","stroke"],marker:["marker","marker-start","marker-mid","marker-end"],mask:["mask"],path:[],pattern:["fill","stroke"],radialGradient:["fill","stroke"]},ne,q,ie,x,le;Object.keys(U).forEach(function(Oe){ne=Oe,ie=U[Oe],q=g.querySelectorAll(ne+"[id]");for(var Ne=function(He,je){x=q[He].id,le=x+"-"+S4();var Fe;Array.prototype.forEach.call(ie,function(It){Fe=g.querySelectorAll("["+It+'*="'+x+'"]');for(var Mt=0,Vn=Fe.length;Mt<Vn;Mt++){var vr=Fe[Mt].getAttribute(It);vr&&!vr.match(new RegExp('url\\("?#'+x+'"?\\)'))||Fe[Mt].setAttribute(It,"url(#"+le+")")}});for(var Ve=g.querySelectorAll("[*|href]"),nt=[],ct=0,pt=Ve.length;ct<pt;ct++){var ft=Ve[ct].getAttributeNS(fm,"href");ft&&ft.toString()==="#"+q[He].id&&nt.push(Ve[ct])}for(var yt=0,Je=nt.length;yt<Je;yt++)nt[yt].setAttributeNS(fm,"href","#"+le);q[He].id=le},me=0,Te=q.length;me<Te;me++)Ne(me)})}g.removeAttribute("xmlns:a");for(var ae=g.querySelectorAll("script"),ze=[],tt,Qe,et=0,Ye=ae.length;et<Ye;et++)Qe=ae[et].getAttribute("type"),(!Qe||Qe==="application/ecmascript"||Qe==="application/javascript"||Qe==="text/javascript")&&(tt=ae[et].innerText||ae[et].textContent,tt&&ze.push(tt),g.removeChild(ae[et]));if(ze.length>0&&(n==="always"||n==="once"&&!f1[f])){for(var pe=0,fe=ze.length;pe<fe;pe++)new Function(ze[pe])(window);f1[f]=!0}var Ce=g.querySelectorAll("style");if(Array.prototype.forEach.call(Ce,function(Oe){Oe.textContent+=""}),g.setAttribute("xmlns",T4),g.setAttribute("xmlns:xlink",fm),a(g),!e.parentNode){Fa.splice(Fa.indexOf(e),1),e=null,c(new Error("Parent node is null"));return}e.parentNode.replaceChild(g,e),Fa.splice(Fa.indexOf(e),1),e=null,c(null,g)})},C4=function(e,n){var r=n===void 0?{}:n,i=r.afterAll,o=i===void 0?function(){}:i,a=r.afterEach,c=a===void 0?function(){}:a,f=r.beforeEach,p=f===void 0?function(){}:f,y=r.cacheRequests,g=y===void 0?!0:y,T=r.evalScripts,E=T===void 0?"never":T,I=r.httpRequestWithCredentials,A=I===void 0?!1:I,j=r.renumerateIRIElements,R=j===void 0?!0:j;if(e&&"length"in e)for(var H=0,U=0,ne=e.length;U<ne;U++)d1(e[U],E,R,g,A,p,function(q,ie){c(q,ie),e&&"length"in e&&e.length===++H&&o(H)});else e?d1(e,E,R,g,A,p,function(q,ie){c(q,ie),o(1),e=null}):o(0)},Dv={exports:{}},Ah={exports:{}},mn={};/** @license React v16.13.1
13
13
  * react-is.production.min.js
14
14
  *
15
15
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -23,12 +23,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
23
23
  *
24
24
  * This source code is licensed under the MIT license found in the
25
25
  * LICENSE file in the root directory of this source tree.
26
- */var p1;function k4(){return p1||(p1=1,process.env.NODE_ENV!=="production"&&function(){var t=typeof Symbol=="function"&&Symbol.for,e=t?Symbol.for("react.element"):60103,n=t?Symbol.for("react.portal"):60106,r=t?Symbol.for("react.fragment"):60107,i=t?Symbol.for("react.strict_mode"):60108,o=t?Symbol.for("react.profiler"):60114,a=t?Symbol.for("react.provider"):60109,c=t?Symbol.for("react.context"):60110,f=t?Symbol.for("react.async_mode"):60111,p=t?Symbol.for("react.concurrent_mode"):60111,y=t?Symbol.for("react.forward_ref"):60112,g=t?Symbol.for("react.suspense"):60113,T=t?Symbol.for("react.suspense_list"):60120,E=t?Symbol.for("react.memo"):60115,I=t?Symbol.for("react.lazy"):60116,A=t?Symbol.for("react.block"):60121,j=t?Symbol.for("react.fundamental"):60117,R=t?Symbol.for("react.responder"):60118,H=t?Symbol.for("react.scope"):60119;function U(Je){return typeof Je=="string"||typeof Je=="function"||Je===r||Je===p||Je===o||Je===i||Je===g||Je===T||typeof Je=="object"&&Je!==null&&(Je.$$typeof===I||Je.$$typeof===E||Je.$$typeof===a||Je.$$typeof===c||Je.$$typeof===y||Je.$$typeof===j||Je.$$typeof===R||Je.$$typeof===H||Je.$$typeof===A)}function ne(Je){if(typeof Je=="object"&&Je!==null){var It=Je.$$typeof;switch(It){case e:var Mt=Je.type;switch(Mt){case f:case p:case r:case o:case i:case g:return Mt;default:var Vn=Mt&&Mt.$$typeof;switch(Vn){case c:case y:case I:case E:case a:return Vn;default:return It}}case n:return It}}}var q=f,ie=p,x=c,le=a,ae=e,ze=y,tt=r,Qe=I,et=E,Ye=n,pe=o,fe=i,Ce=g,Oe=!1;function Ne(Je){return Oe||(Oe=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),me(Je)||ne(Je)===f}function me(Je){return ne(Je)===p}function Te(Je){return ne(Je)===c}function Le(Je){return ne(Je)===a}function He(Je){return typeof Je=="object"&&Je!==null&&Je.$$typeof===e}function je(Je){return ne(Je)===y}function Fe(Je){return ne(Je)===r}function Ve(Je){return ne(Je)===I}function nt(Je){return ne(Je)===E}function ct(Je){return ne(Je)===n}function pt(Je){return ne(Je)===o}function ft(Je){return ne(Je)===i}function yt(Je){return ne(Je)===g}vn.AsyncMode=q,vn.ConcurrentMode=ie,vn.ContextConsumer=x,vn.ContextProvider=le,vn.Element=ae,vn.ForwardRef=ze,vn.Fragment=tt,vn.Lazy=Qe,vn.Memo=et,vn.Portal=Ye,vn.Profiler=pe,vn.StrictMode=fe,vn.Suspense=Ce,vn.isAsyncMode=Ne,vn.isConcurrentMode=me,vn.isContextConsumer=Te,vn.isContextProvider=Le,vn.isElement=He,vn.isForwardRef=je,vn.isFragment=Fe,vn.isLazy=Ve,vn.isMemo=nt,vn.isPortal=ct,vn.isProfiler=pt,vn.isStrictMode=ft,vn.isSuspense=yt,vn.isValidElementType=U,vn.typeOf=ne}()),vn}var g1;function $D(){return g1||(g1=1,process.env.NODE_ENV==="production"?Ih.exports=E4():Ih.exports=k4()),Ih.exports}/*
26
+ */var p1;function k4(){return p1||(p1=1,process.env.NODE_ENV!=="production"&&function(){var t=typeof Symbol=="function"&&Symbol.for,e=t?Symbol.for("react.element"):60103,n=t?Symbol.for("react.portal"):60106,r=t?Symbol.for("react.fragment"):60107,i=t?Symbol.for("react.strict_mode"):60108,o=t?Symbol.for("react.profiler"):60114,a=t?Symbol.for("react.provider"):60109,c=t?Symbol.for("react.context"):60110,f=t?Symbol.for("react.async_mode"):60111,p=t?Symbol.for("react.concurrent_mode"):60111,y=t?Symbol.for("react.forward_ref"):60112,g=t?Symbol.for("react.suspense"):60113,T=t?Symbol.for("react.suspense_list"):60120,E=t?Symbol.for("react.memo"):60115,I=t?Symbol.for("react.lazy"):60116,A=t?Symbol.for("react.block"):60121,j=t?Symbol.for("react.fundamental"):60117,R=t?Symbol.for("react.responder"):60118,H=t?Symbol.for("react.scope"):60119;function U(Je){return typeof Je=="string"||typeof Je=="function"||Je===r||Je===p||Je===o||Je===i||Je===g||Je===T||typeof Je=="object"&&Je!==null&&(Je.$$typeof===I||Je.$$typeof===E||Je.$$typeof===a||Je.$$typeof===c||Je.$$typeof===y||Je.$$typeof===j||Je.$$typeof===R||Je.$$typeof===H||Je.$$typeof===A)}function ne(Je){if(typeof Je=="object"&&Je!==null){var It=Je.$$typeof;switch(It){case e:var Mt=Je.type;switch(Mt){case f:case p:case r:case o:case i:case g:return Mt;default:var Vn=Mt&&Mt.$$typeof;switch(Vn){case c:case y:case I:case E:case a:return Vn;default:return It}}case n:return It}}}var q=f,ie=p,x=c,le=a,ae=e,ze=y,tt=r,Qe=I,et=E,Ye=n,pe=o,fe=i,Ce=g,Oe=!1;function Ne(Je){return Oe||(Oe=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),me(Je)||ne(Je)===f}function me(Je){return ne(Je)===p}function Te(Je){return ne(Je)===c}function Le(Je){return ne(Je)===a}function He(Je){return typeof Je=="object"&&Je!==null&&Je.$$typeof===e}function je(Je){return ne(Je)===y}function Fe(Je){return ne(Je)===r}function Ve(Je){return ne(Je)===I}function nt(Je){return ne(Je)===E}function ct(Je){return ne(Je)===n}function pt(Je){return ne(Je)===o}function ft(Je){return ne(Je)===i}function yt(Je){return ne(Je)===g}vn.AsyncMode=q,vn.ConcurrentMode=ie,vn.ContextConsumer=x,vn.ContextProvider=le,vn.Element=ae,vn.ForwardRef=ze,vn.Fragment=tt,vn.Lazy=Qe,vn.Memo=et,vn.Portal=Ye,vn.Profiler=pe,vn.StrictMode=fe,vn.Suspense=Ce,vn.isAsyncMode=Ne,vn.isConcurrentMode=me,vn.isContextConsumer=Te,vn.isContextProvider=Le,vn.isElement=He,vn.isForwardRef=je,vn.isFragment=Fe,vn.isLazy=Ve,vn.isMemo=nt,vn.isPortal=ct,vn.isProfiler=pt,vn.isStrictMode=ft,vn.isSuspense=yt,vn.isValidElementType=U,vn.typeOf=ne}()),vn}var g1;function $D(){return g1||(g1=1,process.env.NODE_ENV==="production"?Ah.exports=E4():Ah.exports=k4()),Ah.exports}/*
27
27
  object-assign
28
28
  (c) Sindre Sorhus
29
29
  @license MIT
30
30
  */var dm,m1;function D4(){if(m1)return dm;m1=1;var t=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function r(o){if(o==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(o)}function i(){try{if(!Object.assign)return!1;var o=new String("abc");if(o[5]="de",Object.getOwnPropertyNames(o)[0]==="5")return!1;for(var a={},c=0;c<10;c++)a["_"+String.fromCharCode(c)]=c;var f=Object.getOwnPropertyNames(a).map(function(y){return a[y]});if(f.join("")!=="0123456789")return!1;var p={};return"abcdefghijklmnopqrst".split("").forEach(function(y){p[y]=y}),Object.keys(Object.assign({},p)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return dm=i()?Object.assign:function(o,a){for(var c,f=r(o),p,y=1;y<arguments.length;y++){c=Object(arguments[y]);for(var g in c)e.call(c,g)&&(f[g]=c[g]);if(t){p=t(c);for(var T=0;T<p.length;T++)n.call(c,p[T])&&(f[p[T]]=c[p[T]])}}return f},dm}var hm,v1;function ib(){if(v1)return hm;v1=1;var t="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return hm=t,hm}var pm,y1;function VD(){return y1||(y1=1,pm=Function.call.bind(Object.prototype.hasOwnProperty)),pm}var gm,b1;function P4(){if(b1)return gm;b1=1;var t=function(){};if(process.env.NODE_ENV!=="production"){var e=ib(),n={},r=VD();t=function(o){var a="Warning: "+o;typeof console<"u"&&console.error(a);try{throw new Error(a)}catch{}}}function i(o,a,c,f,p){if(process.env.NODE_ENV!=="production"){for(var y in o)if(r(o,y)){var g;try{if(typeof o[y]!="function"){var T=Error((f||"React class")+": "+c+" type `"+y+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[y]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw T.name="Invariant Violation",T}g=o[y](a,y,f,c,null,e)}catch(I){g=I}if(g&&!(g instanceof Error)&&t((f||"React class")+": type specification of "+c+" `"+y+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof g+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),g instanceof Error&&!(g.message in n)){n[g.message]=!0;var E=p?p():"";t("Failed "+c+" type: "+g.message+(E??""))}}}}return i.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},gm=i,gm}var mm,w1;function O4(){if(w1)return mm;w1=1;var t=$D(),e=D4(),n=ib(),r=VD(),i=P4(),o=function(){};process.env.NODE_ENV!=="production"&&(o=function(c){var f="Warning: "+c;typeof console<"u"&&console.error(f);try{throw new Error(f)}catch{}});function a(){return null}return mm=function(c,f){var p=typeof Symbol=="function"&&Symbol.iterator,y="@@iterator";function g(me){var Te=me&&(p&&me[p]||me[y]);if(typeof Te=="function")return Te}var T="<<anonymous>>",E={array:R("array"),bigint:R("bigint"),bool:R("boolean"),func:R("function"),number:R("number"),object:R("object"),string:R("string"),symbol:R("symbol"),any:H(),arrayOf:U,element:ne(),elementType:q(),instanceOf:ie,node:ze(),objectOf:le,oneOf:x,oneOfType:ae,shape:Qe,exact:et};function I(me,Te){return me===Te?me!==0||1/me===1/Te:me!==me&&Te!==Te}function A(me,Te){this.message=me,this.data=Te&&typeof Te=="object"?Te:{},this.stack=""}A.prototype=Error.prototype;function j(me){if(process.env.NODE_ENV!=="production")var Te={},Le=0;function He(Fe,Ve,nt,ct,pt,ft,yt){if(ct=ct||T,ft=ft||nt,yt!==n){if(f){var Je=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw Je.name="Invariant Violation",Je}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var It=ct+":"+nt;!Te[It]&&Le<3&&(o("You are manually calling a React.PropTypes validation function for the `"+ft+"` prop on `"+ct+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),Te[It]=!0,Le++)}}return Ve[nt]==null?Fe?Ve[nt]===null?new A("The "+pt+" `"+ft+"` is marked as required "+("in `"+ct+"`, but its value is `null`.")):new A("The "+pt+" `"+ft+"` is marked as required in "+("`"+ct+"`, but its value is `undefined`.")):null:me(Ve,nt,ct,pt,ft)}var je=He.bind(null,!1);return je.isRequired=He.bind(null,!0),je}function R(me){function Te(Le,He,je,Fe,Ve,nt){var ct=Le[He],pt=fe(ct);if(pt!==me){var ft=Ce(ct);return new A("Invalid "+Fe+" `"+Ve+"` of type "+("`"+ft+"` supplied to `"+je+"`, expected ")+("`"+me+"`."),{expectedType:me})}return null}return j(Te)}function H(){return j(a)}function U(me){function Te(Le,He,je,Fe,Ve){if(typeof me!="function")return new A("Property `"+Ve+"` of component `"+je+"` has invalid PropType notation inside arrayOf.");var nt=Le[He];if(!Array.isArray(nt)){var ct=fe(nt);return new A("Invalid "+Fe+" `"+Ve+"` of type "+("`"+ct+"` supplied to `"+je+"`, expected an array."))}for(var pt=0;pt<nt.length;pt++){var ft=me(nt,pt,je,Fe,Ve+"["+pt+"]",n);if(ft instanceof Error)return ft}return null}return j(Te)}function ne(){function me(Te,Le,He,je,Fe){var Ve=Te[Le];if(!c(Ve)){var nt=fe(Ve);return new A("Invalid "+je+" `"+Fe+"` of type "+("`"+nt+"` supplied to `"+He+"`, expected a single ReactElement."))}return null}return j(me)}function q(){function me(Te,Le,He,je,Fe){var Ve=Te[Le];if(!t.isValidElementType(Ve)){var nt=fe(Ve);return new A("Invalid "+je+" `"+Fe+"` of type "+("`"+nt+"` supplied to `"+He+"`, expected a single ReactElement type."))}return null}return j(me)}function ie(me){function Te(Le,He,je,Fe,Ve){if(!(Le[He]instanceof me)){var nt=me.name||T,ct=Ne(Le[He]);return new A("Invalid "+Fe+" `"+Ve+"` of type "+("`"+ct+"` supplied to `"+je+"`, expected ")+("instance of `"+nt+"`."))}return null}return j(Te)}function x(me){if(!Array.isArray(me))return process.env.NODE_ENV!=="production"&&(arguments.length>1?o("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):o("Invalid argument supplied to oneOf, expected an array.")),a;function Te(Le,He,je,Fe,Ve){for(var nt=Le[He],ct=0;ct<me.length;ct++)if(I(nt,me[ct]))return null;var pt=JSON.stringify(me,function(yt,Je){var It=Ce(Je);return It==="symbol"?String(Je):Je});return new A("Invalid "+Fe+" `"+Ve+"` of value `"+String(nt)+"` "+("supplied to `"+je+"`, expected one of "+pt+"."))}return j(Te)}function le(me){function Te(Le,He,je,Fe,Ve){if(typeof me!="function")return new A("Property `"+Ve+"` of component `"+je+"` has invalid PropType notation inside objectOf.");var nt=Le[He],ct=fe(nt);if(ct!=="object")return new A("Invalid "+Fe+" `"+Ve+"` of type "+("`"+ct+"` supplied to `"+je+"`, expected an object."));for(var pt in nt)if(r(nt,pt)){var ft=me(nt,pt,je,Fe,Ve+"."+pt,n);if(ft instanceof Error)return ft}return null}return j(Te)}function ae(me){if(!Array.isArray(me))return process.env.NODE_ENV!=="production"&&o("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var Te=0;Te<me.length;Te++){var Le=me[Te];if(typeof Le!="function")return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+Oe(Le)+" at index "+Te+"."),a}function He(je,Fe,Ve,nt,ct){for(var pt=[],ft=0;ft<me.length;ft++){var yt=me[ft],Je=yt(je,Fe,Ve,nt,ct,n);if(Je==null)return null;Je.data&&r(Je.data,"expectedType")&&pt.push(Je.data.expectedType)}var It=pt.length>0?", expected one of type ["+pt.join(", ")+"]":"";return new A("Invalid "+nt+" `"+ct+"` supplied to "+("`"+Ve+"`"+It+"."))}return j(He)}function ze(){function me(Te,Le,He,je,Fe){return Ye(Te[Le])?null:new A("Invalid "+je+" `"+Fe+"` supplied to "+("`"+He+"`, expected a ReactNode."))}return j(me)}function tt(me,Te,Le,He,je){return new A((me||"React class")+": "+Te+" type `"+Le+"."+He+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+je+"`.")}function Qe(me){function Te(Le,He,je,Fe,Ve){var nt=Le[He],ct=fe(nt);if(ct!=="object")return new A("Invalid "+Fe+" `"+Ve+"` of type `"+ct+"` "+("supplied to `"+je+"`, expected `object`."));for(var pt in me){var ft=me[pt];if(typeof ft!="function")return tt(je,Fe,Ve,pt,Ce(ft));var yt=ft(nt,pt,je,Fe,Ve+"."+pt,n);if(yt)return yt}return null}return j(Te)}function et(me){function Te(Le,He,je,Fe,Ve){var nt=Le[He],ct=fe(nt);if(ct!=="object")return new A("Invalid "+Fe+" `"+Ve+"` of type `"+ct+"` "+("supplied to `"+je+"`, expected `object`."));var pt=e({},Le[He],me);for(var ft in pt){var yt=me[ft];if(r(me,ft)&&typeof yt!="function")return tt(je,Fe,Ve,ft,Ce(yt));if(!yt)return new A("Invalid "+Fe+" `"+Ve+"` key `"+ft+"` supplied to `"+je+"`.\nBad object: "+JSON.stringify(Le[He],null," ")+`
31
- Valid keys: `+JSON.stringify(Object.keys(me),null," "));var Je=yt(nt,ft,je,Fe,Ve+"."+ft,n);if(Je)return Je}return null}return j(Te)}function Ye(me){switch(typeof me){case"number":case"string":case"undefined":return!0;case"boolean":return!me;case"object":if(Array.isArray(me))return me.every(Ye);if(me===null||c(me))return!0;var Te=g(me);if(Te){var Le=Te.call(me),He;if(Te!==me.entries){for(;!(He=Le.next()).done;)if(!Ye(He.value))return!1}else for(;!(He=Le.next()).done;){var je=He.value;if(je&&!Ye(je[1]))return!1}}else return!1;return!0;default:return!1}}function pe(me,Te){return me==="symbol"?!0:Te?Te["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&Te instanceof Symbol:!1}function fe(me){var Te=typeof me;return Array.isArray(me)?"array":me instanceof RegExp?"object":pe(Te,me)?"symbol":Te}function Ce(me){if(typeof me>"u"||me===null)return""+me;var Te=fe(me);if(Te==="object"){if(me instanceof Date)return"date";if(me instanceof RegExp)return"regexp"}return Te}function Oe(me){var Te=Ce(me);switch(Te){case"array":case"object":return"an "+Te;case"boolean":case"date":case"regexp":return"a "+Te;default:return Te}}function Ne(me){return!me.constructor||!me.constructor.name?T:me.constructor.name}return E.checkPropTypes=i,E.resetWarningCache=i.resetWarningCache,E.PropTypes=E,E},mm}var vm,x1;function _4(){if(x1)return vm;x1=1;var t=ib();function e(){}function n(){}return n.resetWarningCache=e,vm=function(){function r(a,c,f,p,y,g){if(g!==t){var T=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw T.name="Invariant Violation",T}}r.isRequired=r;function i(){return r}var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:e};return o.PropTypes=o,o},vm}if(process.env.NODE_ENV!=="production"){var R4=$D(),I4=!0;Dv.exports=O4()(R4.isElement,I4)}else Dv.exports=_4()();var Er=Dv.exports;const Rs=Eu(Er);var A4=function(e){var n=(e==null?void 0:e.ownerDocument)||document;return n.defaultView||window},M4=function(e,n){for(var r in e)if(!(r in n))return!0;for(var i in n)if(e[i]!==n[i])return!0;return!1},L4=["afterInjection","beforeInjection","desc","evalScripts","fallback","httpRequestWithCredentials","loading","renumerateIRIElements","src","title","useRequestCache","wrapper"],Ah="http://www.w3.org/2000/svg",S1="http://www.w3.org/1999/xlink",Xp=function(t){function e(){for(var r,i=arguments.length,o=new Array(i),a=0;a<i;a++)o[a]=arguments[a];return r=t.call.apply(t,[this].concat(o))||this,r.initialState={hasError:!1,isLoading:!0},r.state=r.initialState,r._isMounted=!1,r.reactWrapper=void 0,r.nonReactWrapper=void 0,r.refCallback=function(c){r.reactWrapper=c},r}FT(e,t);var n=e.prototype;return n.renderSVG=function(){var i=this;if(this.reactWrapper instanceof A4(this.reactWrapper).Node){var o=this.props,a=o.desc,c=o.evalScripts,f=o.httpRequestWithCredentials,p=o.renumerateIRIElements,y=o.src,g=o.title,T=o.useRequestCache,E=this.props.onError,I=this.props.beforeInjection,A=this.props.afterInjection,j=this.props.wrapper,R,H;j==="svg"?(R=document.createElementNS(Ah,j),R.setAttribute("xmlns",Ah),R.setAttribute("xmlns:xlink",S1),H=document.createElementNS(Ah,j)):(R=document.createElement(j),H=document.createElement(j)),R.appendChild(H),H.dataset.src=y,this.nonReactWrapper=this.reactWrapper.appendChild(R);var U=function(x){if(i.removeSVG(),!i._isMounted){E(x);return}i.setState(function(){return{hasError:!0,isLoading:!1}},function(){E(x)})},ne=function(x,le){if(x){U(x);return}i._isMounted&&i.setState(function(){return{isLoading:!1}},function(){try{A(le)}catch(ae){U(ae)}})},q=function(x){if(x.setAttribute("role","img"),a){var le=x.querySelector(":scope > desc");le&&x.removeChild(le);var ae=document.createElement("desc");ae.innerHTML=a,x.prepend(ae)}if(g){var ze=x.querySelector(":scope > title");ze&&x.removeChild(ze);var tt=document.createElement("title");tt.innerHTML=g,x.prepend(tt)}try{I(x)}catch(Qe){U(Qe)}};C4(H,{afterEach:ne,beforeEach:q,cacheRequests:T,evalScripts:c,httpRequestWithCredentials:f,renumerateIRIElements:p})}},n.removeSVG=function(){var i;(i=this.nonReactWrapper)!=null&&i.parentNode&&(this.nonReactWrapper.parentNode.removeChild(this.nonReactWrapper),this.nonReactWrapper=null)},n.componentDidMount=function(){this._isMounted=!0,this.renderSVG()},n.componentDidUpdate=function(i){var o=this;M4(Df({},i),this.props)&&this.setState(function(){return o.initialState},function(){o.removeSVG(),o.renderSVG()})},n.componentWillUnmount=function(){this._isMounted=!1,this.removeSVG()},n.render=function(){var i=this.props;i.afterInjection,i.beforeInjection,i.desc,i.evalScripts;var o=i.fallback;i.httpRequestWithCredentials;var a=i.loading;i.renumerateIRIElements,i.src,i.title,i.useRequestCache;var c=i.wrapper,f=Uv(i,L4),p=c;return kn.createElement(p,Df({},f,{ref:this.refCallback},c==="svg"?{xmlns:Ah,xmlnsXlink:S1}:{}),this.state.isLoading&&a&&kn.createElement(a,null),this.state.hasError&&o&&kn.createElement(o,null))},e}(kn.Component);Xp.defaultProps={afterInjection:function(){},beforeInjection:function(){},desc:"",evalScripts:"never",fallback:null,httpRequestWithCredentials:!1,loading:null,onError:function(){},renumerateIRIElements:!0,title:"",useRequestCache:!0,wrapper:"div"};Xp.propTypes={afterInjection:Er.func,beforeInjection:Er.func,desc:Er.string,evalScripts:Er.oneOf(["always","once","never"]),fallback:Er.oneOfType([Er.func,Er.object,Er.string]),httpRequestWithCredentials:Er.bool,loading:Er.oneOfType([Er.func,Er.object,Er.string]),onError:Er.func,renumerateIRIElements:Er.bool,src:Er.string.isRequired,title:Er.string,useRequestCache:Er.bool,wrapper:Er.oneOf(["div","span","svg"])};const Af=new Map;Af.set("text",t=>{var e,n;return be.jsx("div",{style:{width:24,height:24,backgroundColor:"#dadada",borderRadius:"5px",display:"flex",justifyContent:"center",alignItems:"center",lineHeight:"24px"},children:(n=(e=t==null?void 0:t.name)==null?void 0:e.trim().at(0))==null?void 0:n.toUpperCase()})});Af.set("svgHtml",t=>{function e(n){function r(o){const c=new DOMParser().parseFromString(o,"image/svg+xml").querySelector("svg");return c?(c.querySelectorAll("path").forEach(p=>{p.hasAttribute("fill")&&p.setAttribute("fill","currentColor"),p.hasAttribute("stroke")&&p.setAttribute("stroke","currentColor")}),c.outerHTML):""}const i=r(n.svgString);return be.jsx("div",{dangerouslySetInnerHTML:{__html:i},style:{width:24,height:24,margin:"0 auto"}})}return be.jsx(e,{svgString:t.icon})});Af.set("svgHttp",t=>be.jsx(Xp,{src:t.icon,beforeInjection:e=>{e.setAttribute("style","margin: 0 auto;"),e.querySelectorAll("path").forEach(r=>{r.hasAttribute("fill")&&r.setAttribute("fill","currentColor"),r.hasAttribute("stroke")&&r.setAttribute("stroke","currentColor")})}}));Af.set("img",t=>be.jsx("img",{src:t.icon||"/",alt:t.name,style:{height:24,maxHeight:24,maxWidth:24}}));function F4(t){return t.icon=(t.icon||"").trim(),t.icon?t.icon.startsWith("<svg")?"svgHtml":t.icon.endsWith(".svg")?"svgHttp":"img":"text"}function UD({item:t}){return(Af.get(F4(t))||Af.get("text"))(t)}function N4(t){return be.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",viewBox:"0 0 16 16",...t,children:be.jsx("path",{fill:"currenColor",d:"M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z"})})}function j4(t){const{renderChildren:e,parentRef:n,onlyChild:r,dropdownLevel:i}=t,[o,a]=X.useState({top:0,left:0}),c=X.useRef(null),[f,p]=X.useState("auto");return X.useLayoutEffect(()=>{if(n.current&&c.current){const y=n.current.getBoundingClientRect(),g=c.current.getBoundingClientRect();let T,E;if(i===1)T=y.bottom,E=y.left,g.height+T>window.innerHeight?(p(window.innerHeight-T-50),T=y.bottom-g.height):T=y.bottom;else if(i>1){T=y.top,E=y.left+y.width;const I=g.height+(window.innerHeight-y.top)>window.innerHeight;I&&(console.log("DropDown-fav overtop"),p(window.innerHeight-y.top-50)),y.top+g.height>window.innerHeight&&!I&&(T=y.top-g.height+y.height)}a({top:T-64,left:E})}},[n,c,i]),r?e({maxHeight:f}):Bv.createPortal(be.jsx("div",{ref:c,style:{position:"fixed",top:o.top,left:`calc(${o.left}px - var(--global-menu-width))`,zIndex:1200},children:e({maxHeight:f})}),n.current)}const Mf=new Map;Mf.set("text",t=>{var e,n;return be.jsx("div",{style:{width:24,height:24,backgroundColor:"#dadada",borderRadius:"5px",display:"flex",justifyContent:"center",alignItems:"center",lineHeight:"24px"},children:(n=(e=t==null?void 0:t.name)==null?void 0:e.trim().at(0))==null?void 0:n.toUpperCase()})});Mf.set("svgHtml",t=>{function e(n){function r(o){const c=new DOMParser().parseFromString(o,"image/svg+xml").querySelector("svg");return c?(c.querySelectorAll("path").forEach(p=>{p.hasAttribute("fill")&&p.setAttribute("fill","currentColor"),p.hasAttribute("stroke")&&p.setAttribute("stroke","currentColor")}),c.outerHTML):""}const i=r(n.svgString);return be.jsx("div",{dangerouslySetInnerHTML:{__html:i},style:{width:24,height:24,margin:"0 auto"}})}return be.jsx(e,{svgString:t.icon})});Mf.set("svgHttp",t=>be.jsx(Xp,{src:t.icon,beforeInjection:e=>{e.setAttribute("style","margin: 0 auto;"),e.querySelectorAll("path").forEach(r=>{r.hasAttribute("fill")&&r.setAttribute("fill","currentColor"),r.hasAttribute("stroke")&&r.setAttribute("stroke","currentColor")})}}));Mf.set("img",t=>be.jsx("img",{src:t.icon||"/",alt:t.name,style:{height:24,maxHeight:24,maxWidth:24}}));function B4(t){return t.icon=(t.icon||"").trim(),t.icon?t.icon.startsWith("<svg")?"svgHtml":t.icon.endsWith(".svg")?"svgHttp":"img":"text"}function $4({item:t}){return(Mf.get(B4(t))||Mf.get("text"))(t)}function HD({...t}){var tt,Qe,et;const e=t.item,n=t.level||0,r=!!((tt=t.item.children)!=null&&tt.length),i=`level-${n}`,o=(Ye,pe=i)=>`${Ye} ${pe} `,[a,c]=X.useState(!1),[f,p]=X.useState(e.isFavorite||!1),y=X.useRef(),g=X.useRef();g!=null&&g.current&&((Qe=g==null?void 0:g.current)==null?void 0:Qe.scrollWidth)>((et=g==null?void 0:g.current)==null?void 0:et.clientWidth);const T=window.location.origin,E=e.path&&e.path.includes("http")?new URL(e.path):{origin:"",pathname:""},I=window.location.pathname.split("/")[1],A=E.pathname.split("/")[1],j=t.item.redirectUrl||t.ssr||!T.includes("local")&&T!==E.origin||A!==I,R=r||n===0?"div":j?"a":Cp.Link,H=e.redirectUrl||(e.path&&e.path.includes("http")?new URL(e.path).pathname:e.path)||"#",U=n+1,ne=r&&a&&n>0,q=()=>{t.isDrop||c(!0)},ie=()=>{c(!1)},x="/global-menu-config/api/v1/menu-items/user/set-favorite",le=Ye=>{Ye.stopPropagation()},ae=T!==E.origin||t.item.redirectUrl?"_blank":"_self",ze=Object.entries(t.brandColors||{}).reduce((Ye,[pe,fe])=>(fe&&(Ye[`--${pe}`]=fe),Ye),{});return be.jsxs("div",{ref:y,className:o("menu-item__wrapper tree-node"),style:{borderRadius:"8px",transition:"all 0.3s",...ze},onMouseOver:q,onMouseOut:ie,onDragStart:Ye=>{n>1&&Ye.preventDefault(),c(!1)},onDragEnd:()=>{console.log("drag end 1223"),c(!1)},children:[be.jsxs(R,{target:ae,to:H,draggable:"true",className:o("menu-item__link"),style:{width:"100%",transition:"all 0.3s"},onClick:Ye=>{var pe;R==="a"&&ae==="_blank"||!r&&e.path&&((pe=t.onClickItem)==null||pe.call(t,e),le(Ye))},onDragStart:Ye=>{console.log("onDragStart component",Ye.target)},onDragEnd:()=>{console.log("onDragEnd menu item"),c(!1)},children:[be.jsx(V4,{cls:o,item:e}),be.jsx("span",{className:o("menu-item__label"),ref:g,children:e.name}),be.jsx(U4,{menuLevel:n,hasChildren:r,isHovered:a,isFavorite:f,onClick:Ye=>{const pe={menuConfigId:e.id,isFavorite:Ye},fe=t.baseUrl+x;As.post(fe,pe).then(Ce=>{var Oe;p(Ye),Xv(ki("components.menu.pushSuccess.menuSuccess",{defaultValue:"Set favorite menu item successful"})),(Oe=t.onSetFavoriteSuccess)==null||Oe.call(t,t.item.id,Ye)}).catch(Ce=>{var Oe,Ne;console.log(" MenuItem.tsx ~ error:",Ce),zd(((Ne=(Oe=Ce.response)==null?void 0:Oe.data)==null?void 0:Ne.errorMessage)||Ce.message||ki("components.menu.pushError.menuError",{defaultValue:"Have error when set favorite menu item"}))})}}),r&&be.jsx("div",{className:o("menu-item__icon-arrow__wrapper"),children:be.jsx(N4,{className:o("menu-item__icon-arrow__icon")})})]}),ne&&be.jsx(j4,{parentRef:y,onlyChild:U<2,dropdownLevel:n,renderChildren:({maxHeight:Ye})=>{var pe;return be.jsx(LD.div,{className:o("menu-item__dropdown dropdown-favorite ? 'menu-item__dropdown--open' : 'menu-item__dropdown--close'}",`level-${U}`),style:rb({maxHeight:Ye,overflowY:"auto",paddingRight:3},Ye!=="auto"&&!!U),children:(pe=e.children)==null?void 0:pe.map(fe=>X.createElement(HD,{...t,key:fe.id,item:fe,level:U,onClickItem:t.onClickItem}))})}})]})}function V4({item:t,cls:e}){return be.jsx("div",{className:e("menu-item__icon"),children:be.jsx($4,{item:t})})}function U4(t){const e={marginRight:t.hasChildren?10:0,fontSize:22,fill:mr.warning,minWidth:16};if(t.menuLevel!==0)return be.jsxs(be.Fragment,{children:[t.isHovered&&!t.isFavorite&&be.jsx(aa.Tooltip,{title:"Add to favorites",children:be.jsx(FD,{style:e,onClick:n=>{var r;n.preventDefault(),n.stopPropagation(),(r=t.onClick)==null||r.call(t,!0)}})}),t.isFavorite&&be.jsx(aa.Tooltip,{title:"Remove from favorites",children:be.jsx(ND,{style:e,onClick:n=>{var r;n.preventDefault(),n.stopPropagation(),(r=t.onClick)==null||r.call(t,!1)}})})]})}const H4='.flex-col-center{display:flex;flex-direction:column;justify-content:center}.wrap-section{transition:all .3s;padding:0 4px}.favorite-menu{display:flex;height:56px;border-right:1px solid #ddd;background-color:#fafafa;transition:height .3s cubic-bezier(.4,0,.2,1),background .2s,border .2s;width:100%}.favorite-menu.favorite-menu--empty{height:0!important;overflow:hidden;border-right:none;background:transparent}.scrollbar-hidden::-webkit-scrollbar{width:2px;background:transparent}.favorite-menu__wrap-btn-logout,.favorite-menu__btn-logout{margin:40px 0}.favorite-menu__logout-btn__text{margin-left:12px;font-size:.875rem;opacity:0;transition:ease-in-out .2s;transition-delay:.15s}.favorite-menu__wrapper-toggle-btn{display:flex;flex-direction:row;justify-content:flex-end;transition:all .3s;margin-right:-8px;margin-top:40px;justify-content:center;width:100%}.favorite-menu__toggle-btn{margin-top:-6px;color:#85858a}.favorite-menu__logout-btn{width:100%;text-align:left;display:flex;flex-direction:row;align-items:center;padding:8px 16px 8px 18.6665px;min-height:48px;border-radius:.375rem;overflow:hidden;transition:all .3s ease-in-out;background-color:initial}.favorite-menu__logout-btn:hover{background-color:#919eab14}.favorite-menu__icon-logout{flex-shrink:0}.menu-item__wrapper{display:flex;position:relative;width:100%}.menu-item__link{display:flex;flex-direction:row;border-radius:.375rem;align-items:center;padding:.5rem;position:relative;height:48px;cursor:pointer;color:#85858a}.menu-item__link:hover{background-color:#919eab14}.menu-item__link.active{background-color:#009d4f1a;color:inherit}.menu-item__link.active.level-2,.menu-item__link.active.level-3,.menu-item__link.active.level-4,.menu-item__link.active.level-5,.menu-item__link.active.level-6,.menu-item__link.active.level-7,.menu-item__link.active.level-8,.menu-item__link.active.level-9,.menu-item__link.active.level-10{background-color:inherit;color:inherit}.menu-item__link.active.level-2:hover,.menu-item__link.active.level-3:hover,.menu-item__link.active.level-4:hover,.menu-item__link.active.level-5:hover,.menu-item__link.active.level-6:hover,.menu-item__link.active.level-7:hover,.menu-item__link.active.level-8:hover,.menu-item__link.active.level-9:hover,.menu-item__link.active.level-10:hover{background-color:#919eab14}.menu-item__link.menu-item__link.level-0{padding:0;background-color:#919eab14;transition:all .15s}.menu-item__icon{width:1.5rem;height:1.5rem;flex-shrink:0;display:grid;place-items:center}.menu-item__icon.level-1>*{margin:0 auto}.menu-item__label{font-size:.875rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;flex-shrink:1;margin-left:12px;padding-right:12px;color:#292929;opacity:1}.menu-item__label.level-1{text-overflow:unset}.menu-item__label.active{color:inherit}.menu-item__label{margin-left:8px;font-size:.75rem;line-height:1rem}.menu-item__label.level-0,.menu-item__label.level-1{font-size:.875rem;transition-delay:.15s}.menu-item__label.level-0{color:#85858a;margin-left:8px}.menu-item__icon-arrow__wrapper{display:grid;place-items:center;position:absolute;top:50%;transform:translateY(-50%);right:0}.menu-item__icon-arrow__wrapper.level-0{display:none}.menu-item__icon-arrow__icon{transition:all .3s!important;transform:rotate(-90deg)!important}.menu-item__icon-arrow__icon.active{color:inherit}.menu-item__icon-arrow__icon.open{transform:rotate(0)!important}.menu-item__dropdown{background-color:#fafafa;border:1px solid #ddd;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;border-radius:4px;width:210px;max-width:210px;padding:4px;z-index:1200}.menu-item__dropdown.dropdown-favorite{width:auto;min-width:180px;max-width:350px}.menu-item__dropdown::-webkit-scrollbar{width:4px}.menu-item__dropdown::-webkit-scrollbar-thumb{background-color:#9b9b9b99;border-radius:2px}.menu-item__dropdown,.menu-item__dropdown>*{margin-top:4px}.menu-item__dropdown:first-of-type{margin-top:0}.menu-item__dropdown>*:first-child{margin-top:0}.menu-item__dropdown .menu-item__link{height:40px}.menu-item__dropdown .menu-item__link.level-1{height:48px}.menu-item__dropdown.level-1{width:auto;max-width:unset;box-shadow:none;border:none;padding:0;background-color:unset}.icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;background-color:transparent;transition:background-color .3s ease;border:none}.icon-btn:hover{background-color:var(--btn-bg-hover)}.simplebar-scrollbar:before{background-color:#0000002d}.favorite-menu__menu .simplebar-track.simplebar-vertical{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.treeFavorited{display:flex;align-items:center;margin:0 -5px}.treeFavorited li{margin:0 5px}.item.hover-on:before{content:"";position:absolute;top:0;left:0;height:100%;width:2px;background-color:var(--primary300)}.simplebar-placeholder{width:auto!important}';var uc={};/**
31
+ Valid keys: `+JSON.stringify(Object.keys(me),null," "));var Je=yt(nt,ft,je,Fe,Ve+"."+ft,n);if(Je)return Je}return null}return j(Te)}function Ye(me){switch(typeof me){case"number":case"string":case"undefined":return!0;case"boolean":return!me;case"object":if(Array.isArray(me))return me.every(Ye);if(me===null||c(me))return!0;var Te=g(me);if(Te){var Le=Te.call(me),He;if(Te!==me.entries){for(;!(He=Le.next()).done;)if(!Ye(He.value))return!1}else for(;!(He=Le.next()).done;){var je=He.value;if(je&&!Ye(je[1]))return!1}}else return!1;return!0;default:return!1}}function pe(me,Te){return me==="symbol"?!0:Te?Te["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&Te instanceof Symbol:!1}function fe(me){var Te=typeof me;return Array.isArray(me)?"array":me instanceof RegExp?"object":pe(Te,me)?"symbol":Te}function Ce(me){if(typeof me>"u"||me===null)return""+me;var Te=fe(me);if(Te==="object"){if(me instanceof Date)return"date";if(me instanceof RegExp)return"regexp"}return Te}function Oe(me){var Te=Ce(me);switch(Te){case"array":case"object":return"an "+Te;case"boolean":case"date":case"regexp":return"a "+Te;default:return Te}}function Ne(me){return!me.constructor||!me.constructor.name?T:me.constructor.name}return E.checkPropTypes=i,E.resetWarningCache=i.resetWarningCache,E.PropTypes=E,E},mm}var vm,x1;function _4(){if(x1)return vm;x1=1;var t=ib();function e(){}function n(){}return n.resetWarningCache=e,vm=function(){function r(a,c,f,p,y,g){if(g!==t){var T=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw T.name="Invariant Violation",T}}r.isRequired=r;function i(){return r}var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:e};return o.PropTypes=o,o},vm}if(process.env.NODE_ENV!=="production"){var R4=$D(),I4=!0;Dv.exports=O4()(R4.isElement,I4)}else Dv.exports=_4()();var Er=Dv.exports;const Rs=Eu(Er);var A4=function(e){var n=(e==null?void 0:e.ownerDocument)||document;return n.defaultView||window},M4=function(e,n){for(var r in e)if(!(r in n))return!0;for(var i in n)if(e[i]!==n[i])return!0;return!1},L4=["afterInjection","beforeInjection","desc","evalScripts","fallback","httpRequestWithCredentials","loading","renumerateIRIElements","src","title","useRequestCache","wrapper"],Mh="http://www.w3.org/2000/svg",S1="http://www.w3.org/1999/xlink",Xp=function(t){function e(){for(var r,i=arguments.length,o=new Array(i),a=0;a<i;a++)o[a]=arguments[a];return r=t.call.apply(t,[this].concat(o))||this,r.initialState={hasError:!1,isLoading:!0},r.state=r.initialState,r._isMounted=!1,r.reactWrapper=void 0,r.nonReactWrapper=void 0,r.refCallback=function(c){r.reactWrapper=c},r}FT(e,t);var n=e.prototype;return n.renderSVG=function(){var i=this;if(this.reactWrapper instanceof A4(this.reactWrapper).Node){var o=this.props,a=o.desc,c=o.evalScripts,f=o.httpRequestWithCredentials,p=o.renumerateIRIElements,y=o.src,g=o.title,T=o.useRequestCache,E=this.props.onError,I=this.props.beforeInjection,A=this.props.afterInjection,j=this.props.wrapper,R,H;j==="svg"?(R=document.createElementNS(Mh,j),R.setAttribute("xmlns",Mh),R.setAttribute("xmlns:xlink",S1),H=document.createElementNS(Mh,j)):(R=document.createElement(j),H=document.createElement(j)),R.appendChild(H),H.dataset.src=y,this.nonReactWrapper=this.reactWrapper.appendChild(R);var U=function(x){if(i.removeSVG(),!i._isMounted){E(x);return}i.setState(function(){return{hasError:!0,isLoading:!1}},function(){E(x)})},ne=function(x,le){if(x){U(x);return}i._isMounted&&i.setState(function(){return{isLoading:!1}},function(){try{A(le)}catch(ae){U(ae)}})},q=function(x){if(x.setAttribute("role","img"),a){var le=x.querySelector(":scope > desc");le&&x.removeChild(le);var ae=document.createElement("desc");ae.innerHTML=a,x.prepend(ae)}if(g){var ze=x.querySelector(":scope > title");ze&&x.removeChild(ze);var tt=document.createElement("title");tt.innerHTML=g,x.prepend(tt)}try{I(x)}catch(Qe){U(Qe)}};C4(H,{afterEach:ne,beforeEach:q,cacheRequests:T,evalScripts:c,httpRequestWithCredentials:f,renumerateIRIElements:p})}},n.removeSVG=function(){var i;(i=this.nonReactWrapper)!=null&&i.parentNode&&(this.nonReactWrapper.parentNode.removeChild(this.nonReactWrapper),this.nonReactWrapper=null)},n.componentDidMount=function(){this._isMounted=!0,this.renderSVG()},n.componentDidUpdate=function(i){var o=this;M4(Df({},i),this.props)&&this.setState(function(){return o.initialState},function(){o.removeSVG(),o.renderSVG()})},n.componentWillUnmount=function(){this._isMounted=!1,this.removeSVG()},n.render=function(){var i=this.props;i.afterInjection,i.beforeInjection,i.desc,i.evalScripts;var o=i.fallback;i.httpRequestWithCredentials;var a=i.loading;i.renumerateIRIElements,i.src,i.title,i.useRequestCache;var c=i.wrapper,f=Uv(i,L4),p=c;return kn.createElement(p,Df({},f,{ref:this.refCallback},c==="svg"?{xmlns:Mh,xmlnsXlink:S1}:{}),this.state.isLoading&&a&&kn.createElement(a,null),this.state.hasError&&o&&kn.createElement(o,null))},e}(kn.Component);Xp.defaultProps={afterInjection:function(){},beforeInjection:function(){},desc:"",evalScripts:"never",fallback:null,httpRequestWithCredentials:!1,loading:null,onError:function(){},renumerateIRIElements:!0,title:"",useRequestCache:!0,wrapper:"div"};Xp.propTypes={afterInjection:Er.func,beforeInjection:Er.func,desc:Er.string,evalScripts:Er.oneOf(["always","once","never"]),fallback:Er.oneOfType([Er.func,Er.object,Er.string]),httpRequestWithCredentials:Er.bool,loading:Er.oneOfType([Er.func,Er.object,Er.string]),onError:Er.func,renumerateIRIElements:Er.bool,src:Er.string.isRequired,title:Er.string,useRequestCache:Er.bool,wrapper:Er.oneOf(["div","span","svg"])};const Af=new Map;Af.set("text",t=>{var e,n;return be.jsx("div",{style:{width:24,height:24,backgroundColor:"#dadada",borderRadius:"5px",display:"flex",justifyContent:"center",alignItems:"center",lineHeight:"24px"},children:(n=(e=t==null?void 0:t.name)==null?void 0:e.trim().at(0))==null?void 0:n.toUpperCase()})});Af.set("svgHtml",t=>{function e(n){function r(o){const c=new DOMParser().parseFromString(o,"image/svg+xml").querySelector("svg");return c?(c.querySelectorAll("path").forEach(p=>{p.hasAttribute("fill")&&p.setAttribute("fill","currentColor"),p.hasAttribute("stroke")&&p.setAttribute("stroke","currentColor")}),c.outerHTML):""}const i=r(n.svgString);return be.jsx("div",{dangerouslySetInnerHTML:{__html:i},style:{width:24,height:24,margin:"0 auto"}})}return be.jsx(e,{svgString:t.icon})});Af.set("svgHttp",t=>be.jsx(Xp,{src:t.icon,beforeInjection:e=>{e.setAttribute("style","margin: 0 auto;"),e.querySelectorAll("path").forEach(r=>{r.hasAttribute("fill")&&r.setAttribute("fill","currentColor"),r.hasAttribute("stroke")&&r.setAttribute("stroke","currentColor")})}}));Af.set("img",t=>be.jsx("img",{src:t.icon||"/",alt:t.name,style:{height:24,maxHeight:24,maxWidth:24}}));function F4(t){return t.icon=(t.icon||"").trim(),t.icon?t.icon.startsWith("<svg")?"svgHtml":t.icon.endsWith(".svg")?"svgHttp":"img":"text"}function UD({item:t}){return(Af.get(F4(t))||Af.get("text"))(t)}function N4(t){return be.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",viewBox:"0 0 16 16",...t,children:be.jsx("path",{fill:"currenColor",d:"M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z"})})}function j4(t){const{renderChildren:e,parentRef:n,onlyChild:r,dropdownLevel:i}=t,[o,a]=X.useState({top:0,left:0}),c=X.useRef(null),[f,p]=X.useState("auto");return X.useLayoutEffect(()=>{if(n.current&&c.current){const y=n.current.getBoundingClientRect(),g=c.current.getBoundingClientRect();let T,E;if(i===1)T=y.bottom,E=y.left,g.height+T>window.innerHeight?(p(window.innerHeight-T-50),T=y.bottom-g.height):T=y.bottom;else if(i>1){T=y.top,E=y.left+y.width;const I=g.height+(window.innerHeight-y.top)>window.innerHeight;I&&(console.log("DropDown-fav overtop"),p(window.innerHeight-y.top-50)),y.top+g.height>window.innerHeight&&!I&&(T=y.top-g.height+y.height)}a({top:T-64,left:E})}},[n,c,i]),r?e({maxHeight:f}):Bv.createPortal(be.jsx("div",{ref:c,style:{position:"fixed",top:o.top,left:`calc(${o.left}px - var(--global-menu-width))`,zIndex:1200},children:e({maxHeight:f})}),n.current)}const Mf=new Map;Mf.set("text",t=>{var e,n;return be.jsx("div",{style:{width:24,height:24,backgroundColor:"#dadada",borderRadius:"5px",display:"flex",justifyContent:"center",alignItems:"center",lineHeight:"24px"},children:(n=(e=t==null?void 0:t.name)==null?void 0:e.trim().at(0))==null?void 0:n.toUpperCase()})});Mf.set("svgHtml",t=>{function e(n){function r(o){const c=new DOMParser().parseFromString(o,"image/svg+xml").querySelector("svg");return c?(c.querySelectorAll("path").forEach(p=>{p.hasAttribute("fill")&&p.setAttribute("fill","currentColor"),p.hasAttribute("stroke")&&p.setAttribute("stroke","currentColor")}),c.outerHTML):""}const i=r(n.svgString);return be.jsx("div",{dangerouslySetInnerHTML:{__html:i},style:{width:24,height:24,margin:"0 auto"}})}return be.jsx(e,{svgString:t.icon})});Mf.set("svgHttp",t=>be.jsx(Xp,{src:t.icon,beforeInjection:e=>{e.setAttribute("style","margin: 0 auto;"),e.querySelectorAll("path").forEach(r=>{r.hasAttribute("fill")&&r.setAttribute("fill","currentColor"),r.hasAttribute("stroke")&&r.setAttribute("stroke","currentColor")})}}));Mf.set("img",t=>be.jsx("img",{src:t.icon||"/",alt:t.name,style:{height:24,maxHeight:24,maxWidth:24}}));function B4(t){return t.icon=(t.icon||"").trim(),t.icon?t.icon.startsWith("<svg")?"svgHtml":t.icon.endsWith(".svg")?"svgHttp":"img":"text"}function $4({item:t}){return(Mf.get(B4(t))||Mf.get("text"))(t)}function HD({...t}){var tt,Qe,et;const e=t.item,n=t.level||0,r=!!((tt=t.item.children)!=null&&tt.length),i=`level-${n}`,o=(Ye,pe=i)=>`${Ye} ${pe} `,[a,c]=X.useState(!1),[f,p]=X.useState(e.isFavorite||!1),y=X.useRef(),g=X.useRef();g!=null&&g.current&&((Qe=g==null?void 0:g.current)==null?void 0:Qe.scrollWidth)>((et=g==null?void 0:g.current)==null?void 0:et.clientWidth);const T=window.location.origin,E=e.path&&e.path.includes("http")?new URL(e.path):{origin:"",pathname:""},I=window.location.pathname.split("/")[1],A=E.pathname.split("/")[1],j=t.ssr||!T.includes("local")&&T!==E.origin||A!==I,R=r||n===0?"div":t.item.redirectUrl?Od.Link:j?"a":Od.Link,H=e.redirectUrl||(e.path&&e.path.includes("http")?new URL(e.path).pathname:e.path)||"#",U=n+1,ne=r&&a&&n>0,q=()=>{t.isDrop||c(!0)},ie=()=>{c(!1)},x="/global-menu-config/api/v1/menu-items/user/set-favorite",le=Ye=>{Ye.stopPropagation()},ae=T!==E.origin||t.item.redirectUrl?"_blank":"_self",ze=Object.entries(t.brandColors||{}).reduce((Ye,[pe,fe])=>(fe&&(Ye[`--${pe}`]=fe),Ye),{});return be.jsxs("div",{ref:y,className:o("menu-item__wrapper tree-node"),style:{borderRadius:"8px",transition:"all 0.3s",...ze},onMouseOver:q,onMouseOut:ie,onDragStart:Ye=>{n>1&&Ye.preventDefault(),c(!1)},onDragEnd:()=>{console.log("drag end 1223"),c(!1)},children:[be.jsxs(R,{target:ae,to:H,draggable:"true",className:o("menu-item__link"),style:{width:"100%",transition:"all 0.3s"},onClick:Ye=>{var pe;R==="a"&&ae==="_blank"||!r&&e.path&&((pe=t.onClickItem)==null||pe.call(t,e),le(Ye))},onDragStart:Ye=>{console.log("onDragStart component",Ye.target)},onDragEnd:()=>{console.log("onDragEnd menu item"),c(!1)},children:[be.jsx(V4,{cls:o,item:e}),be.jsx("span",{className:o("menu-item__label"),ref:g,children:e.name}),be.jsx(U4,{menuLevel:n,hasChildren:r,isHovered:a,isFavorite:f,onClick:Ye=>{const pe={menuConfigId:e.id,isFavorite:Ye},fe=t.baseUrl+x;As.post(fe,pe).then(Ce=>{var Oe;p(Ye),Xv(ki("components.menu.pushSuccess.menuSuccess",{defaultValue:"Set favorite menu item successful"})),(Oe=t.onSetFavoriteSuccess)==null||Oe.call(t,t.item.id,Ye)}).catch(Ce=>{var Oe,Ne;console.log(" MenuItem.tsx ~ error:",Ce),Yd(((Ne=(Oe=Ce.response)==null?void 0:Oe.data)==null?void 0:Ne.errorMessage)||Ce.message||ki("components.menu.pushError.menuError",{defaultValue:"Have error when set favorite menu item"}))})}}),r&&be.jsx("div",{className:o("menu-item__icon-arrow__wrapper"),children:be.jsx(N4,{className:o("menu-item__icon-arrow__icon")})})]}),ne&&be.jsx(j4,{parentRef:y,onlyChild:U<2,dropdownLevel:n,renderChildren:({maxHeight:Ye})=>{var pe;return be.jsx(LD.div,{className:o("menu-item__dropdown dropdown-favorite ? 'menu-item__dropdown--open' : 'menu-item__dropdown--close'}",`level-${U}`),style:rb({maxHeight:Ye,overflowY:"auto",paddingRight:3},Ye!=="auto"&&!!U),children:(pe=e.children)==null?void 0:pe.map(fe=>X.createElement(HD,{...t,key:fe.id,item:fe,level:U,onClickItem:t.onClickItem}))})}})]})}function V4({item:t,cls:e}){return be.jsx("div",{className:e("menu-item__icon"),children:be.jsx($4,{item:t})})}function U4(t){const e={marginRight:t.hasChildren?10:0,fontSize:22,fill:mr.warning,minWidth:16};if(t.menuLevel!==0)return be.jsxs(be.Fragment,{children:[t.isHovered&&!t.isFavorite&&be.jsx(aa.Tooltip,{title:"Add to favorites",children:be.jsx(FD,{style:e,onClick:n=>{var r;n.preventDefault(),n.stopPropagation(),(r=t.onClick)==null||r.call(t,!0)}})}),t.isFavorite&&be.jsx(aa.Tooltip,{title:"Remove from favorites",children:be.jsx(ND,{style:e,onClick:n=>{var r;n.preventDefault(),n.stopPropagation(),(r=t.onClick)==null||r.call(t,!1)}})})]})}const H4='.flex-col-center{display:flex;flex-direction:column;justify-content:center}.wrap-section{transition:all .3s;padding:0 4px}.favorite-menu{display:flex;height:56px;border-right:1px solid #ddd;background-color:#fafafa;transition:height .3s cubic-bezier(.4,0,.2,1),background .2s,border .2s;width:100%}.favorite-menu.favorite-menu--empty{height:0!important;overflow:hidden;border-right:none;background:transparent}.scrollbar-hidden::-webkit-scrollbar{width:2px;background:transparent}.favorite-menu__wrap-btn-logout,.favorite-menu__btn-logout{margin:40px 0}.favorite-menu__logout-btn__text{margin-left:12px;font-size:.875rem;opacity:0;transition:ease-in-out .2s;transition-delay:.15s}.favorite-menu__wrapper-toggle-btn{display:flex;flex-direction:row;justify-content:flex-end;transition:all .3s;margin-right:-8px;margin-top:40px;justify-content:center;width:100%}.favorite-menu__toggle-btn{margin-top:-6px;color:#85858a}.favorite-menu__logout-btn{width:100%;text-align:left;display:flex;flex-direction:row;align-items:center;padding:8px 16px 8px 18.6665px;min-height:48px;border-radius:.375rem;overflow:hidden;transition:all .3s ease-in-out;background-color:initial}.favorite-menu__logout-btn:hover{background-color:#919eab14}.favorite-menu__icon-logout{flex-shrink:0}.menu-item__wrapper{display:flex;position:relative;width:100%}.menu-item__link{display:flex;flex-direction:row;border-radius:.375rem;align-items:center;padding:.5rem;position:relative;height:48px;cursor:pointer;color:#85858a}.menu-item__link:hover{background-color:#919eab14}.menu-item__link.active{background-color:#009d4f1a;color:inherit}.menu-item__link.active.level-2,.menu-item__link.active.level-3,.menu-item__link.active.level-4,.menu-item__link.active.level-5,.menu-item__link.active.level-6,.menu-item__link.active.level-7,.menu-item__link.active.level-8,.menu-item__link.active.level-9,.menu-item__link.active.level-10{background-color:inherit;color:inherit}.menu-item__link.active.level-2:hover,.menu-item__link.active.level-3:hover,.menu-item__link.active.level-4:hover,.menu-item__link.active.level-5:hover,.menu-item__link.active.level-6:hover,.menu-item__link.active.level-7:hover,.menu-item__link.active.level-8:hover,.menu-item__link.active.level-9:hover,.menu-item__link.active.level-10:hover{background-color:#919eab14}.menu-item__link.menu-item__link.level-0{padding:0;background-color:#919eab14;transition:all .15s}.menu-item__icon{width:1.5rem;height:1.5rem;flex-shrink:0;display:grid;place-items:center}.menu-item__icon.level-1>*{margin:0 auto}.menu-item__label{font-size:.875rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;flex-shrink:1;margin-left:12px;padding-right:12px;color:#292929;opacity:1}.menu-item__label.level-1{text-overflow:unset}.menu-item__label.active{color:inherit}.menu-item__label{margin-left:8px;font-size:.75rem;line-height:1rem}.menu-item__label.level-0,.menu-item__label.level-1{font-size:.875rem;transition-delay:.15s}.menu-item__label.level-0{color:#85858a;margin-left:8px}.menu-item__icon-arrow__wrapper{display:grid;place-items:center;position:absolute;top:50%;transform:translateY(-50%);right:0}.menu-item__icon-arrow__wrapper.level-0{display:none}.menu-item__icon-arrow__icon{transition:all .3s!important;transform:rotate(-90deg)!important}.menu-item__icon-arrow__icon.active{color:inherit}.menu-item__icon-arrow__icon.open{transform:rotate(0)!important}.menu-item__dropdown{background-color:#fafafa;border:1px solid #ddd;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;border-radius:4px;width:210px;max-width:210px;padding:4px;z-index:1200}.menu-item__dropdown.dropdown-favorite{width:auto;min-width:180px;max-width:350px}.menu-item__dropdown::-webkit-scrollbar{width:4px}.menu-item__dropdown::-webkit-scrollbar-thumb{background-color:#9b9b9b99;border-radius:2px}.menu-item__dropdown,.menu-item__dropdown>*{margin-top:4px}.menu-item__dropdown:first-of-type{margin-top:0}.menu-item__dropdown>*:first-child{margin-top:0}.menu-item__dropdown .menu-item__link{height:40px}.menu-item__dropdown .menu-item__link.level-1{height:48px}.menu-item__dropdown.level-1{width:auto;max-width:unset;box-shadow:none;border:none;padding:0;background-color:unset}.icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;background-color:transparent;transition:background-color .3s ease;border:none}.icon-btn:hover{background-color:var(--btn-bg-hover)}.simplebar-scrollbar:before{background-color:#0000002d}.favorite-menu__menu .simplebar-track.simplebar-vertical{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.treeFavorited{display:flex;align-items:center;margin:0 -5px}.treeFavorited li{margin:0 5px}.item.hover-on:before{content:"";position:absolute;top:0;left:0;height:100%;width:2px;background-color:var(--primary300)}.simplebar-placeholder{width:auto!important}';var uc={};/**
32
32
  * @license React
33
33
  * react-dom-server-legacy.browser.production.min.js
34
34
  *
@@ -42,7 +42,7 @@ Valid keys: `+JSON.stringify(Object.keys(me),null," "));var Je=yt(nt,ft,je,Fe,V
42
42
  `?k.push(`
43
43
  `,G):k.push(""+G))}return typeof ve=="string"&&ve[0]===`
44
44
  `&&k.push(`
45
- `),ve;case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":k.push(Qe(F));for(var zn in G)if(n.call(G,zn)&&(ve=G[zn],ve!=null))switch(zn){case"children":case"dangerouslySetInnerHTML":throw Error(e(399,F));default:ie(k,ee,zn,ve)}return k.push("/>"),null;case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return ae(k,G,F,ee);case"html":return De.insertionMode===0&&k.push("<!DOCTYPE html>"),ae(k,G,F,ee);default:if(F.indexOf("-")===-1&&typeof G.is!="string")return ae(k,G,F,ee);k.push(Qe(F)),Re=ve=null;for(mt in G)if(n.call(G,mt)&&(Ke=G[mt],Ke!=null))switch(mt){case"children":ve=Ke;break;case"dangerouslySetInnerHTML":Re=Ke;break;case"style":q(k,ee,Ke);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:a(mt)&&typeof Ke!="function"&&typeof Ke!="symbol"&&k.push(" ",mt,'="',I(Ke),'"')}return k.push(">"),x(k,Re,ve),ve}}function Ye(k,F,G){if(k.push('<!--$?--><template id="'),G===null)throw Error(e(395));return k.push(G),k.push('"></template>')}function pe(k,F,G,ee){switch(G.insertionMode){case 0:case 1:return k.push('<div hidden id="'),k.push(F.segmentPrefix),F=ee.toString(16),k.push(F),k.push('">');case 2:return k.push('<svg aria-hidden="true" style="display:none" id="'),k.push(F.segmentPrefix),F=ee.toString(16),k.push(F),k.push('">');case 3:return k.push('<math aria-hidden="true" style="display:none" id="'),k.push(F.segmentPrefix),F=ee.toString(16),k.push(F),k.push('">');case 4:return k.push('<table hidden id="'),k.push(F.segmentPrefix),F=ee.toString(16),k.push(F),k.push('">');case 5:return k.push('<table hidden><tbody id="'),k.push(F.segmentPrefix),F=ee.toString(16),k.push(F),k.push('">');case 6:return k.push('<table hidden><tr id="'),k.push(F.segmentPrefix),F=ee.toString(16),k.push(F),k.push('">');case 7:return k.push('<table hidden><colgroup id="'),k.push(F.segmentPrefix),F=ee.toString(16),k.push(F),k.push('">');default:throw Error(e(397))}}function fe(k,F){switch(F.insertionMode){case 0:case 1:return k.push("</div>");case 2:return k.push("</svg>");case 3:return k.push("</math>");case 4:return k.push("</table>");case 5:return k.push("</tbody></table>");case 6:return k.push("</tr></table>");case 7:return k.push("</colgroup></table>");default:throw Error(e(397))}}var Ce=/[<\u2028\u2029]/g;function Oe(k){return JSON.stringify(k).replace(Ce,function(F){switch(F){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}function Ne(k,F){return F=F===void 0?"":F,{bootstrapChunks:[],startInlineScript:"<script>",placeholderPrefix:F+"P:",segmentPrefix:F+"S:",boundaryPrefix:F+"B:",idPrefix:F,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1,generateStaticMarkup:k}}function me(k,F,G,ee){return G.generateStaticMarkup?(k.push(I(F)),!1):(F===""?k=ee:(ee&&k.push("<!-- -->"),k.push(I(F)),k=!0),k)}var Te=Object.assign,Le=Symbol.for("react.element"),He=Symbol.for("react.portal"),je=Symbol.for("react.fragment"),Fe=Symbol.for("react.strict_mode"),Ve=Symbol.for("react.profiler"),nt=Symbol.for("react.provider"),ct=Symbol.for("react.context"),pt=Symbol.for("react.forward_ref"),ft=Symbol.for("react.suspense"),yt=Symbol.for("react.suspense_list"),Je=Symbol.for("react.memo"),It=Symbol.for("react.lazy"),Mt=Symbol.for("react.scope"),Vn=Symbol.for("react.debug_trace_mode"),vr=Symbol.for("react.legacy_hidden"),Un=Symbol.for("react.default_value"),Sn=Symbol.iterator;function Vi(k){if(k==null)return null;if(typeof k=="function")return k.displayName||k.name||null;if(typeof k=="string")return k;switch(k){case je:return"Fragment";case He:return"Portal";case Ve:return"Profiler";case Fe:return"StrictMode";case ft:return"Suspense";case yt:return"SuspenseList"}if(typeof k=="object")switch(k.$$typeof){case ct:return(k.displayName||"Context")+".Consumer";case nt:return(k._context.displayName||"Context")+".Provider";case pt:var F=k.render;return k=k.displayName,k||(k=F.displayName||F.name||"",k=k!==""?"ForwardRef("+k+")":"ForwardRef"),k;case Je:return F=k.displayName||null,F!==null?F:Vi(k.type)||"Memo";case It:F=k._payload,k=k._init;try{return Vi(k(F))}catch{}}return null}var Dr={};function Jn(k,F){if(k=k.contextTypes,!k)return Dr;var G={},ee;for(ee in k)G[ee]=F[ee];return G}var sn=null;function fn(k,F){if(k!==F){k.context._currentValue2=k.parentValue,k=k.parent;var G=F.parent;if(k===null){if(G!==null)throw Error(e(401))}else{if(G===null)throw Error(e(401));fn(k,G)}F.context._currentValue2=F.value}}function dn(k){k.context._currentValue2=k.parentValue,k=k.parent,k!==null&&dn(k)}function ut(k){var F=k.parent;F!==null&&ut(F),k.context._currentValue2=k.value}function Dn(k,F){if(k.context._currentValue2=k.parentValue,k=k.parent,k===null)throw Error(e(402));k.depth===F.depth?fn(k,F):Dn(k,F)}function si(k,F){var G=F.parent;if(G===null)throw Error(e(402));k.depth===G.depth?fn(k,G):si(k,G),F.context._currentValue2=F.value}function on(k){var F=sn;F!==k&&(F===null?ut(k):k===null?dn(F):F.depth===k.depth?fn(F,k):F.depth>k.depth?Dn(F,k):si(F,k),sn=k)}var Ui={isMounted:function(){return!1},enqueueSetState:function(k,F){k=k._reactInternals,k.queue!==null&&k.queue.push(F)},enqueueReplaceState:function(k,F){k=k._reactInternals,k.replace=!0,k.queue=[F]},enqueueForceUpdate:function(){}};function Hi(k,F,G,ee){var De=k.state!==void 0?k.state:null;k.updater=Ui,k.props=G,k.state=De;var ve={queue:[],replace:!1};k._reactInternals=ve;var Re=F.contextType;if(k.context=typeof Re=="object"&&Re!==null?Re._currentValue2:ee,Re=F.getDerivedStateFromProps,typeof Re=="function"&&(Re=Re(G,De),De=Re==null?De:Te({},De,Re),k.state=De),typeof F.getDerivedStateFromProps!="function"&&typeof k.getSnapshotBeforeUpdate!="function"&&(typeof k.UNSAFE_componentWillMount=="function"||typeof k.componentWillMount=="function"))if(F=k.state,typeof k.componentWillMount=="function"&&k.componentWillMount(),typeof k.UNSAFE_componentWillMount=="function"&&k.UNSAFE_componentWillMount(),F!==k.state&&Ui.enqueueReplaceState(k,k.state,null),ve.queue!==null&&0<ve.queue.length)if(F=ve.queue,Re=ve.replace,ve.queue=null,ve.replace=!1,Re&&F.length===1)k.state=F[0];else{for(ve=Re?F[0]:k.state,De=!0,Re=Re?1:0;Re<F.length;Re++){var Ke=F[Re];Ke=typeof Ke=="function"?Ke.call(k,ve,G,ee):Ke,Ke!=null&&(De?(De=!1,ve=Te({},ve,Ke)):Te(ve,Ke))}k.state=ve}else ve.queue=null}var Wi={id:1,overflow:""};function Pr(k,F,G){var ee=k.id;k=k.overflow;var De=32-Nn(ee)-1;ee&=~(1<<De),G+=1;var ve=32-Nn(F)+De;if(30<ve){var Re=De-De%5;return ve=(ee&(1<<Re)-1).toString(32),ee>>=Re,De-=Re,{id:1<<32-Nn(F)+De|G<<De|ee,overflow:ve+k}}return{id:1<<ve|G<<De|ee,overflow:k}}var Nn=Math.clz32?Math.clz32:Yr,Or=Math.log,yr=Math.LN2;function Yr(k){return k>>>=0,k===0?32:31-(Or(k)/yr|0)|0}function Gr(k,F){return k===F&&(k!==0||1/k===1/F)||k!==k&&F!==F}var Ao=typeof Object.is=="function"?Object.is:Gr,Hn=null,qr=null,Qn=null,Wt=null,ai=!1,zi=!1,Pn=0,hn=null,li=0;function ui(){if(Hn===null)throw Error(e(321));return Hn}function Tn(){if(0<li)throw Error(e(312));return{memoizedState:null,queue:null,next:null}}function ao(){return Wt===null?Qn===null?(ai=!1,Qn=Wt=Tn()):(ai=!0,Wt=Qn):Wt.next===null?(ai=!1,Wt=Wt.next=Tn()):(ai=!0,Wt=Wt.next),Wt}function br(){qr=Hn=null,zi=!1,Qn=null,li=0,Wt=hn=null}function ci(k,F){return typeof F=="function"?F(k):F}function an(k,F,G){if(Hn=ui(),Wt=ao(),ai){var ee=Wt.queue;if(F=ee.dispatch,hn!==null&&(G=hn.get(ee),G!==void 0)){hn.delete(ee),ee=Wt.memoizedState;do ee=k(ee,G.action),G=G.next;while(G!==null);return Wt.memoizedState=ee,[ee,F]}return[Wt.memoizedState,F]}return k=k===ci?typeof F=="function"?F():F:G!==void 0?G(F):F,Wt.memoizedState=k,k=Wt.queue={last:null,dispatch:null},k=k.dispatch=Ls.bind(null,Hn,k),[Wt.memoizedState,k]}function Pi(k,F){if(Hn=ui(),Wt=ao(),F=F===void 0?null:F,Wt!==null){var G=Wt.memoizedState;if(G!==null&&F!==null){var ee=G[1];e:if(ee===null)ee=!1;else{for(var De=0;De<ee.length&&De<F.length;De++)if(!Ao(F[De],ee[De])){ee=!1;break e}ee=!0}if(ee)return G[0]}}return k=k(),Wt.memoizedState=[k,F],k}function Ls(k,F,G){if(25<=li)throw Error(e(301));if(k===Hn)if(zi=!0,k={action:G,next:null},hn===null&&(hn=new Map),G=hn.get(F),G===void 0)hn.set(F,k);else{for(F=G;F.next!==null;)F=F.next;F.next=k}}function Fs(){throw Error(e(394))}function Xr(){}var lo={readContext:function(k){return k._currentValue2},useContext:function(k){return ui(),k._currentValue2},useMemo:Pi,useReducer:an,useRef:function(k){Hn=ui(),Wt=ao();var F=Wt.memoizedState;return F===null?(k={current:k},Wt.memoizedState=k):F},useState:function(k){return an(ci,k)},useInsertionEffect:Xr,useLayoutEffect:function(){},useCallback:function(k,F){return Pi(function(){return k},F)},useImperativeHandle:Xr,useEffect:Xr,useDebugValue:Xr,useDeferredValue:function(k){return ui(),k},useTransition:function(){return ui(),[!1,Fs]},useId:function(){var k=qr.treeContext,F=k.overflow;k=k.id,k=(k&~(1<<32-Nn(k)-1)).toString(32)+F;var G=uo;if(G===null)throw Error(e(404));return F=Pn++,k=":"+G.idPrefix+"R"+k,0<F&&(k+="H"+F.toString(32)),k+":"},useMutableSource:function(k,F){return ui(),F(k._source)},useSyncExternalStore:function(k,F,G){if(G===void 0)throw Error(e(407));return G()}},uo=null,Oi=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function er(k){return console.error(k),null}function _r(){}function Rr(k,F,G,ee,De,ve,Re,Ke,gt){var mt=[],dt=new Set;return F={destination:null,responseState:F,progressiveChunkSize:ee===void 0?12800:ee,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:dt,pingedTasks:mt,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:De===void 0?er:De,onAllReady:_r,onShellReady:Re===void 0?_r:Re,onShellError:_r,onFatalError:_r},G=Kr(F,0,null,G,!1,!1),G.parentFlushed=!0,k=fi(F,k,null,G,dt,Dr,null,Wi),mt.push(k),F}function fi(k,F,G,ee,De,ve,Re,Ke){k.allPendingTasks++,G===null?k.pendingRootTasks++:G.pendingTasks++;var gt={node:F,ping:function(){var mt=k.pingedTasks;mt.push(gt),mt.length===1&&Wn(k)},blockedBoundary:G,blockedSegment:ee,abortSet:De,legacyContext:ve,context:Re,treeContext:Ke};return De.add(gt),gt}function Kr(k,F,G,ee,De,ve){return{status:0,id:-1,index:F,parentFlushed:!1,chunks:[],children:[],formatContext:ee,boundary:G,lastPushedText:De,textEmbedded:ve}}function wr(k,F){if(k=k.onError(F),k!=null&&typeof k!="string")throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof k+'" instead');return k}function Ir(k,F){var G=k.onShellError;G(F),G=k.onFatalError,G(F),k.destination!==null?(k.status=2,k.destination.destroy(F)):(k.status=1,k.fatalError=F)}function tr(k,F,G,ee,De){for(Hn={},qr=F,Pn=0,k=G(ee,De);zi;)zi=!1,Pn=0,li+=1,Wt=null,k=G(ee,De);return br(),k}function Yi(k,F,G,ee){var De=G.render(),ve=ee.childContextTypes;if(ve!=null){var Re=F.legacyContext;if(typeof G.getChildContext!="function")ee=Re;else{G=G.getChildContext();for(var Ke in G)if(!(Ke in ve))throw Error(e(108,Vi(ee)||"Unknown",Ke));ee=Te({},Re,G)}F.legacyContext=ee,yn(k,F,De),F.legacyContext=Re}else yn(k,F,De)}function _i(k,F){if(k&&k.defaultProps){F=Te({},F),k=k.defaultProps;for(var G in k)F[G]===void 0&&(F[G]=k[G]);return F}return F}function ar(k,F,G,ee,De){if(typeof G=="function")if(G.prototype&&G.prototype.isReactComponent){De=Jn(G,F.legacyContext);var ve=G.contextType;ve=new G(ee,typeof ve=="object"&&ve!==null?ve._currentValue2:De),Hi(ve,G,ee,De),Yi(k,F,ve,G)}else{ve=Jn(G,F.legacyContext),De=tr(k,F,G,ee,ve);var Re=Pn!==0;if(typeof De=="object"&&De!==null&&typeof De.render=="function"&&De.$$typeof===void 0)Hi(De,G,ee,ve),Yi(k,F,De,G);else if(Re){ee=F.treeContext,F.treeContext=Pr(ee,1,0);try{yn(k,F,De)}finally{F.treeContext=ee}}else yn(k,F,De)}else if(typeof G=="string"){switch(De=F.blockedSegment,ve=et(De.chunks,G,ee,k.responseState,De.formatContext),De.lastPushedText=!1,Re=De.formatContext,De.formatContext=U(Re,G,ee),Mr(k,F,ve),De.formatContext=Re,G){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:De.chunks.push("</",G,">")}De.lastPushedText=!1}else{switch(G){case vr:case Vn:case Fe:case Ve:case je:yn(k,F,ee.children);return;case yt:yn(k,F,ee.children);return;case Mt:throw Error(e(343));case ft:e:{G=F.blockedBoundary,De=F.blockedSegment,ve=ee.fallback,ee=ee.children,Re=new Set;var Ke={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:Re,errorDigest:null},gt=Kr(k,De.chunks.length,Ke,De.formatContext,!1,!1);De.children.push(gt),De.lastPushedText=!1;var mt=Kr(k,0,null,De.formatContext,!1,!1);mt.parentFlushed=!0,F.blockedBoundary=Ke,F.blockedSegment=mt;try{if(Mr(k,F,ee),k.responseState.generateStaticMarkup||mt.lastPushedText&&mt.textEmbedded&&mt.chunks.push("<!-- -->"),mt.status=1,xr(Ke,mt),Ke.pendingTasks===0)break e}catch(dt){mt.status=4,Ke.forceClientRender=!0,Ke.errorDigest=wr(k,dt)}finally{F.blockedBoundary=G,F.blockedSegment=De}F=fi(k,ve,G,gt,Re,F.legacyContext,F.context,F.treeContext),k.pingedTasks.push(F)}return}if(typeof G=="object"&&G!==null)switch(G.$$typeof){case pt:if(ee=tr(k,F,G.render,ee,De),Pn!==0){G=F.treeContext,F.treeContext=Pr(G,1,0);try{yn(k,F,ee)}finally{F.treeContext=G}}else yn(k,F,ee);return;case Je:G=G.type,ee=_i(G,ee),ar(k,F,G,ee,De);return;case nt:if(De=ee.children,G=G._context,ee=ee.value,ve=G._currentValue2,G._currentValue2=ee,Re=sn,sn=ee={parent:Re,depth:Re===null?0:Re.depth+1,context:G,parentValue:ve,value:ee},F.context=ee,yn(k,F,De),k=sn,k===null)throw Error(e(403));ee=k.parentValue,k.context._currentValue2=ee===Un?k.context._defaultValue:ee,k=sn=k.parent,F.context=k;return;case ct:ee=ee.children,ee=ee(G._currentValue2),yn(k,F,ee);return;case It:De=G._init,G=De(G._payload),ee=_i(G,ee),ar(k,F,G,ee,void 0);return}throw Error(e(130,G==null?G:typeof G,""))}}function yn(k,F,G){if(F.node=G,typeof G=="object"&&G!==null){switch(G.$$typeof){case Le:ar(k,F,G.type,G.props,G.ref);return;case He:throw Error(e(257));case It:var ee=G._init;G=ee(G._payload),yn(k,F,G);return}if(R(G)){Ar(k,F,G);return}if(G===null||typeof G!="object"?ee=null:(ee=Sn&&G[Sn]||G["@@iterator"],ee=typeof ee=="function"?ee:null),ee&&(ee=ee.call(G))){if(G=ee.next(),!G.done){var De=[];do De.push(G.value),G=ee.next();while(!G.done);Ar(k,F,De)}return}throw k=Object.prototype.toString.call(G),Error(e(31,k==="[object Object]"?"object with keys {"+Object.keys(G).join(", ")+"}":k))}typeof G=="string"?(ee=F.blockedSegment,ee.lastPushedText=me(F.blockedSegment.chunks,G,k.responseState,ee.lastPushedText)):typeof G=="number"&&(ee=F.blockedSegment,ee.lastPushedText=me(F.blockedSegment.chunks,""+G,k.responseState,ee.lastPushedText))}function Ar(k,F,G){for(var ee=G.length,De=0;De<ee;De++){var ve=F.treeContext;F.treeContext=Pr(ve,ee,De);try{Mr(k,F,G[De])}finally{F.treeContext=ve}}}function Mr(k,F,G){var ee=F.blockedSegment.formatContext,De=F.legacyContext,ve=F.context;try{return yn(k,F,G)}catch(gt){if(br(),typeof gt=="object"&&gt!==null&&typeof gt.then=="function"){G=gt;var Re=F.blockedSegment,Ke=Kr(k,Re.chunks.length,null,Re.formatContext,Re.lastPushedText,!0);Re.children.push(Ke),Re.lastPushedText=!1,k=fi(k,F.node,F.blockedBoundary,Ke,F.abortSet,F.legacyContext,F.context,F.treeContext).ping,G.then(k,k),F.blockedSegment.formatContext=ee,F.legacyContext=De,F.context=ve,on(ve)}else throw F.blockedSegment.formatContext=ee,F.legacyContext=De,F.context=ve,on(ve),gt}}function di(k){var F=k.blockedBoundary;k=k.blockedSegment,k.status=3,Zr(this,F,k)}function hi(k,F,G){var ee=k.blockedBoundary;k.blockedSegment.status=3,ee===null?(F.allPendingTasks--,F.status!==2&&(F.status=2,F.destination!==null&&F.destination.push(null))):(ee.pendingTasks--,ee.forceClientRender||(ee.forceClientRender=!0,k=G===void 0?Error(e(432)):G,ee.errorDigest=F.onError(k),ee.parentFlushed&&F.clientRenderedBoundaries.push(ee)),ee.fallbackAbortableTasks.forEach(function(De){return hi(De,F,G)}),ee.fallbackAbortableTasks.clear(),F.allPendingTasks--,F.allPendingTasks===0&&(ee=F.onAllReady,ee()))}function xr(k,F){if(F.chunks.length===0&&F.children.length===1&&F.children[0].boundary===null){var G=F.children[0];G.id=F.id,G.parentFlushed=!0,G.status===1&&xr(k,G)}else k.completedSegments.push(F)}function Zr(k,F,G){if(F===null){if(G.parentFlushed){if(k.completedRootSegment!==null)throw Error(e(389));k.completedRootSegment=G}k.pendingRootTasks--,k.pendingRootTasks===0&&(k.onShellError=_r,F=k.onShellReady,F())}else F.pendingTasks--,F.forceClientRender||(F.pendingTasks===0?(G.parentFlushed&&G.status===1&&xr(F,G),F.parentFlushed&&k.completedBoundaries.push(F),F.fallbackAbortableTasks.forEach(di,k),F.fallbackAbortableTasks.clear()):G.parentFlushed&&G.status===1&&(xr(F,G),F.completedSegments.length===1&&F.parentFlushed&&k.partialBoundaries.push(F)));k.allPendingTasks--,k.allPendingTasks===0&&(k=k.onAllReady,k())}function Wn(k){if(k.status!==2){var F=sn,G=Oi.current;Oi.current=lo;var ee=uo;uo=k.responseState;try{var De=k.pingedTasks,ve;for(ve=0;ve<De.length;ve++){var Re=De[ve],Ke=k,gt=Re.blockedSegment;if(gt.status===0){on(Re.context);try{yn(Ke,Re,Re.node),Ke.responseState.generateStaticMarkup||gt.lastPushedText&&gt.textEmbedded&&gt.chunks.push("<!-- -->"),Re.abortSet.delete(Re),gt.status=1,Zr(Ke,Re.blockedBoundary,gt)}catch(En){if(br(),typeof En=="object"&&En!==null&&typeof En.then=="function"){var mt=Re.ping;En.then(mt,mt)}else{Re.abortSet.delete(Re),gt.status=4;var dt=Re.blockedBoundary,Ft=En,Bn=wr(Ke,Ft);if(dt===null?Ir(Ke,Ft):(dt.pendingTasks--,dt.forceClientRender||(dt.forceClientRender=!0,dt.errorDigest=Bn,dt.parentFlushed&&Ke.clientRenderedBoundaries.push(dt))),Ke.allPendingTasks--,Ke.allPendingTasks===0){var zn=Ke.onAllReady;zn()}}}finally{}}}De.splice(0,ve),k.destination!==null&&Cn(k,k.destination)}catch(En){wr(k,En),Ir(k,En)}finally{uo=ee,Oi.current=G,G===lo&&on(F)}}}function pi(k,F,G){switch(G.parentFlushed=!0,G.status){case 0:var ee=G.id=k.nextSegmentId++;return G.lastPushedText=!1,G.textEmbedded=!1,k=k.responseState,F.push('<template id="'),F.push(k.placeholderPrefix),k=ee.toString(16),F.push(k),F.push('"></template>');case 1:G.status=2;var De=!0;ee=G.chunks;var ve=0;G=G.children;for(var Re=0;Re<G.length;Re++){for(De=G[Re];ve<De.index;ve++)F.push(ee[ve]);De=gi(k,F,De)}for(;ve<ee.length-1;ve++)F.push(ee[ve]);return ve<ee.length&&(De=F.push(ee[ve])),De;default:throw Error(e(390))}}function gi(k,F,G){var ee=G.boundary;if(ee===null)return pi(k,F,G);if(ee.parentFlushed=!0,ee.forceClientRender)return k.responseState.generateStaticMarkup||(ee=ee.errorDigest,F.push("<!--$!-->"),F.push("<template"),ee&&(F.push(' data-dgst="'),ee=I(ee),F.push(ee),F.push('"')),F.push("></template>")),pi(k,F,G),k=k.responseState.generateStaticMarkup?!0:F.push("<!--/$-->"),k;if(0<ee.pendingTasks){ee.rootSegmentID=k.nextSegmentId++,0<ee.completedSegments.length&&k.partialBoundaries.push(ee);var De=k.responseState,ve=De.nextSuspenseID++;return De=De.boundaryPrefix+ve.toString(16),ee=ee.id=De,Ye(F,k.responseState,ee),pi(k,F,G),F.push("<!--/$-->")}if(ee.byteSize>k.progressiveChunkSize)return ee.rootSegmentID=k.nextSegmentId++,k.completedBoundaries.push(ee),Ye(F,k.responseState,ee.id),pi(k,F,G),F.push("<!--/$-->");if(k.responseState.generateStaticMarkup||F.push("<!--$-->"),G=ee.completedSegments,G.length!==1)throw Error(e(391));return gi(k,F,G[0]),k=k.responseState.generateStaticMarkup?!0:F.push("<!--/$-->"),k}function Ri(k,F,G){return pe(F,k.responseState,G.formatContext,G.id),gi(k,F,G),fe(F,G.formatContext)}function nn(k,F,G){for(var ee=G.completedSegments,De=0;De<ee.length;De++)jn(k,F,G,ee[De]);if(ee.length=0,k=k.responseState,ee=G.id,G=G.rootSegmentID,F.push(k.startInlineScript),k.sentCompleteBoundaryFunction?F.push('$RC("'):(k.sentCompleteBoundaryFunction=!0,F.push('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("')),ee===null)throw Error(e(395));return G=G.toString(16),F.push(ee),F.push('","'),F.push(k.segmentPrefix),F.push(G),F.push('")<\/script>')}function jn(k,F,G,ee){if(ee.status===2)return!0;var De=ee.id;if(De===-1){if((ee.id=G.rootSegmentID)===-1)throw Error(e(392));return Ri(k,F,ee)}return Ri(k,F,ee),k=k.responseState,F.push(k.startInlineScript),k.sentCompleteSegmentFunction?F.push('$RS("'):(k.sentCompleteSegmentFunction=!0,F.push('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("')),F.push(k.segmentPrefix),De=De.toString(16),F.push(De),F.push('","'),F.push(k.placeholderPrefix),F.push(De),F.push('")<\/script>')}function Cn(k,F){try{var G=k.completedRootSegment;if(G!==null&&k.pendingRootTasks===0){gi(k,F,G),k.completedRootSegment=null;var ee=k.responseState.bootstrapChunks;for(G=0;G<ee.length-1;G++)F.push(ee[G]);G<ee.length&&F.push(ee[G])}var De=k.clientRenderedBoundaries,ve;for(ve=0;ve<De.length;ve++){var Re=De[ve];ee=F;var Ke=k.responseState,gt=Re.id,mt=Re.errorDigest,dt=Re.errorMessage,Ft=Re.errorComponentStack;if(ee.push(Ke.startInlineScript),Ke.sentClientRenderFunction?ee.push('$RX("'):(Ke.sentClientRenderFunction=!0,ee.push('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("')),gt===null)throw Error(e(395));if(ee.push(gt),ee.push('"'),mt||dt||Ft){ee.push(",");var Bn=Oe(mt||"");ee.push(Bn)}if(dt||Ft){ee.push(",");var zn=Oe(dt||"");ee.push(zn)}if(Ft){ee.push(",");var En=Oe(Ft);ee.push(En)}if(!ee.push(")<\/script>")){k.destination=null,ve++,De.splice(0,ve);return}}De.splice(0,ve);var Jr=k.completedBoundaries;for(ve=0;ve<Jr.length;ve++)if(!nn(k,F,Jr[ve])){k.destination=null,ve++,Jr.splice(0,ve);return}Jr.splice(0,ve);var lr=k.partialBoundaries;for(ve=0;ve<lr.length;ve++){var Gi=lr[ve];e:{De=k,Re=F;var mi=Gi.completedSegments;for(Ke=0;Ke<mi.length;Ke++)if(!jn(De,Re,Gi,mi[Ke])){Ke++,mi.splice(0,Ke);var qi=!1;break e}mi.splice(0,Ke),qi=!0}if(!qi){k.destination=null,ve++,lr.splice(0,ve);return}}lr.splice(0,ve);var Lr=k.completedBoundaries;for(ve=0;ve<Lr.length;ve++)if(!nn(k,F,Lr[ve])){k.destination=null,ve++,Lr.splice(0,ve);return}Lr.splice(0,ve)}finally{k.allPendingTasks===0&&k.pingedTasks.length===0&&k.clientRenderedBoundaries.length===0&&k.completedBoundaries.length===0&&F.push(null)}}function co(k,F){try{var G=k.abortableTasks;G.forEach(function(ee){return hi(ee,k,F)}),G.clear(),k.destination!==null&&Cn(k,k.destination)}catch(ee){wr(k,ee),Ir(k,ee)}}function On(){}function _n(k,F,G,ee){var De=!1,ve=null,Re="",Ke={push:function(mt){return mt!==null&&(Re+=mt),!0},destroy:function(mt){De=!0,ve=mt}},gt=!1;if(k=Rr(k,Ne(G,F?F.identifierPrefix:void 0),{insertionMode:1,selectedValue:null},1/0,On,void 0,function(){gt=!0}),Wn(k),co(k,ee),k.status===1)k.status=2,Ke.destroy(k.fatalError);else if(k.status!==2&&k.destination===null){k.destination=Ke;try{Cn(k,Ke)}catch(mt){wr(k,mt),Ir(k,mt)}}if(De)throw ve;if(!gt)throw Error(e(426));return Re}return uc.renderToNodeStream=function(){throw Error(e(207))},uc.renderToStaticMarkup=function(k,F){return _n(k,F,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},uc.renderToStaticNodeStream=function(){throw Error(e(208))},uc.renderToString=function(k,F){return _n(k,F,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},uc.version="18.3.1",uc}var Mh={};/**
45
+ `),ve;case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":k.push(Qe(F));for(var zn in G)if(n.call(G,zn)&&(ve=G[zn],ve!=null))switch(zn){case"children":case"dangerouslySetInnerHTML":throw Error(e(399,F));default:ie(k,ee,zn,ve)}return k.push("/>"),null;case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return ae(k,G,F,ee);case"html":return De.insertionMode===0&&k.push("<!DOCTYPE html>"),ae(k,G,F,ee);default:if(F.indexOf("-")===-1&&typeof G.is!="string")return ae(k,G,F,ee);k.push(Qe(F)),Re=ve=null;for(mt in G)if(n.call(G,mt)&&(Ke=G[mt],Ke!=null))switch(mt){case"children":ve=Ke;break;case"dangerouslySetInnerHTML":Re=Ke;break;case"style":q(k,ee,Ke);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:a(mt)&&typeof Ke!="function"&&typeof Ke!="symbol"&&k.push(" ",mt,'="',I(Ke),'"')}return k.push(">"),x(k,Re,ve),ve}}function Ye(k,F,G){if(k.push('<!--$?--><template id="'),G===null)throw Error(e(395));return k.push(G),k.push('"></template>')}function pe(k,F,G,ee){switch(G.insertionMode){case 0:case 1:return k.push('<div hidden id="'),k.push(F.segmentPrefix),F=ee.toString(16),k.push(F),k.push('">');case 2:return k.push('<svg aria-hidden="true" style="display:none" id="'),k.push(F.segmentPrefix),F=ee.toString(16),k.push(F),k.push('">');case 3:return k.push('<math aria-hidden="true" style="display:none" id="'),k.push(F.segmentPrefix),F=ee.toString(16),k.push(F),k.push('">');case 4:return k.push('<table hidden id="'),k.push(F.segmentPrefix),F=ee.toString(16),k.push(F),k.push('">');case 5:return k.push('<table hidden><tbody id="'),k.push(F.segmentPrefix),F=ee.toString(16),k.push(F),k.push('">');case 6:return k.push('<table hidden><tr id="'),k.push(F.segmentPrefix),F=ee.toString(16),k.push(F),k.push('">');case 7:return k.push('<table hidden><colgroup id="'),k.push(F.segmentPrefix),F=ee.toString(16),k.push(F),k.push('">');default:throw Error(e(397))}}function fe(k,F){switch(F.insertionMode){case 0:case 1:return k.push("</div>");case 2:return k.push("</svg>");case 3:return k.push("</math>");case 4:return k.push("</table>");case 5:return k.push("</tbody></table>");case 6:return k.push("</tr></table>");case 7:return k.push("</colgroup></table>");default:throw Error(e(397))}}var Ce=/[<\u2028\u2029]/g;function Oe(k){return JSON.stringify(k).replace(Ce,function(F){switch(F){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}function Ne(k,F){return F=F===void 0?"":F,{bootstrapChunks:[],startInlineScript:"<script>",placeholderPrefix:F+"P:",segmentPrefix:F+"S:",boundaryPrefix:F+"B:",idPrefix:F,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1,generateStaticMarkup:k}}function me(k,F,G,ee){return G.generateStaticMarkup?(k.push(I(F)),!1):(F===""?k=ee:(ee&&k.push("<!-- -->"),k.push(I(F)),k=!0),k)}var Te=Object.assign,Le=Symbol.for("react.element"),He=Symbol.for("react.portal"),je=Symbol.for("react.fragment"),Fe=Symbol.for("react.strict_mode"),Ve=Symbol.for("react.profiler"),nt=Symbol.for("react.provider"),ct=Symbol.for("react.context"),pt=Symbol.for("react.forward_ref"),ft=Symbol.for("react.suspense"),yt=Symbol.for("react.suspense_list"),Je=Symbol.for("react.memo"),It=Symbol.for("react.lazy"),Mt=Symbol.for("react.scope"),Vn=Symbol.for("react.debug_trace_mode"),vr=Symbol.for("react.legacy_hidden"),Un=Symbol.for("react.default_value"),Sn=Symbol.iterator;function Vi(k){if(k==null)return null;if(typeof k=="function")return k.displayName||k.name||null;if(typeof k=="string")return k;switch(k){case je:return"Fragment";case He:return"Portal";case Ve:return"Profiler";case Fe:return"StrictMode";case ft:return"Suspense";case yt:return"SuspenseList"}if(typeof k=="object")switch(k.$$typeof){case ct:return(k.displayName||"Context")+".Consumer";case nt:return(k._context.displayName||"Context")+".Provider";case pt:var F=k.render;return k=k.displayName,k||(k=F.displayName||F.name||"",k=k!==""?"ForwardRef("+k+")":"ForwardRef"),k;case Je:return F=k.displayName||null,F!==null?F:Vi(k.type)||"Memo";case It:F=k._payload,k=k._init;try{return Vi(k(F))}catch{}}return null}var Dr={};function Jn(k,F){if(k=k.contextTypes,!k)return Dr;var G={},ee;for(ee in k)G[ee]=F[ee];return G}var sn=null;function fn(k,F){if(k!==F){k.context._currentValue2=k.parentValue,k=k.parent;var G=F.parent;if(k===null){if(G!==null)throw Error(e(401))}else{if(G===null)throw Error(e(401));fn(k,G)}F.context._currentValue2=F.value}}function dn(k){k.context._currentValue2=k.parentValue,k=k.parent,k!==null&&dn(k)}function ut(k){var F=k.parent;F!==null&&ut(F),k.context._currentValue2=k.value}function Dn(k,F){if(k.context._currentValue2=k.parentValue,k=k.parent,k===null)throw Error(e(402));k.depth===F.depth?fn(k,F):Dn(k,F)}function si(k,F){var G=F.parent;if(G===null)throw Error(e(402));k.depth===G.depth?fn(k,G):si(k,G),F.context._currentValue2=F.value}function on(k){var F=sn;F!==k&&(F===null?ut(k):k===null?dn(F):F.depth===k.depth?fn(F,k):F.depth>k.depth?Dn(F,k):si(F,k),sn=k)}var Ui={isMounted:function(){return!1},enqueueSetState:function(k,F){k=k._reactInternals,k.queue!==null&&k.queue.push(F)},enqueueReplaceState:function(k,F){k=k._reactInternals,k.replace=!0,k.queue=[F]},enqueueForceUpdate:function(){}};function Hi(k,F,G,ee){var De=k.state!==void 0?k.state:null;k.updater=Ui,k.props=G,k.state=De;var ve={queue:[],replace:!1};k._reactInternals=ve;var Re=F.contextType;if(k.context=typeof Re=="object"&&Re!==null?Re._currentValue2:ee,Re=F.getDerivedStateFromProps,typeof Re=="function"&&(Re=Re(G,De),De=Re==null?De:Te({},De,Re),k.state=De),typeof F.getDerivedStateFromProps!="function"&&typeof k.getSnapshotBeforeUpdate!="function"&&(typeof k.UNSAFE_componentWillMount=="function"||typeof k.componentWillMount=="function"))if(F=k.state,typeof k.componentWillMount=="function"&&k.componentWillMount(),typeof k.UNSAFE_componentWillMount=="function"&&k.UNSAFE_componentWillMount(),F!==k.state&&Ui.enqueueReplaceState(k,k.state,null),ve.queue!==null&&0<ve.queue.length)if(F=ve.queue,Re=ve.replace,ve.queue=null,ve.replace=!1,Re&&F.length===1)k.state=F[0];else{for(ve=Re?F[0]:k.state,De=!0,Re=Re?1:0;Re<F.length;Re++){var Ke=F[Re];Ke=typeof Ke=="function"?Ke.call(k,ve,G,ee):Ke,Ke!=null&&(De?(De=!1,ve=Te({},ve,Ke)):Te(ve,Ke))}k.state=ve}else ve.queue=null}var Wi={id:1,overflow:""};function Pr(k,F,G){var ee=k.id;k=k.overflow;var De=32-Nn(ee)-1;ee&=~(1<<De),G+=1;var ve=32-Nn(F)+De;if(30<ve){var Re=De-De%5;return ve=(ee&(1<<Re)-1).toString(32),ee>>=Re,De-=Re,{id:1<<32-Nn(F)+De|G<<De|ee,overflow:ve+k}}return{id:1<<ve|G<<De|ee,overflow:k}}var Nn=Math.clz32?Math.clz32:Yr,Or=Math.log,yr=Math.LN2;function Yr(k){return k>>>=0,k===0?32:31-(Or(k)/yr|0)|0}function Gr(k,F){return k===F&&(k!==0||1/k===1/F)||k!==k&&F!==F}var Ao=typeof Object.is=="function"?Object.is:Gr,Hn=null,qr=null,Qn=null,Wt=null,ai=!1,zi=!1,Pn=0,hn=null,li=0;function ui(){if(Hn===null)throw Error(e(321));return Hn}function Tn(){if(0<li)throw Error(e(312));return{memoizedState:null,queue:null,next:null}}function ao(){return Wt===null?Qn===null?(ai=!1,Qn=Wt=Tn()):(ai=!0,Wt=Qn):Wt.next===null?(ai=!1,Wt=Wt.next=Tn()):(ai=!0,Wt=Wt.next),Wt}function br(){qr=Hn=null,zi=!1,Qn=null,li=0,Wt=hn=null}function ci(k,F){return typeof F=="function"?F(k):F}function an(k,F,G){if(Hn=ui(),Wt=ao(),ai){var ee=Wt.queue;if(F=ee.dispatch,hn!==null&&(G=hn.get(ee),G!==void 0)){hn.delete(ee),ee=Wt.memoizedState;do ee=k(ee,G.action),G=G.next;while(G!==null);return Wt.memoizedState=ee,[ee,F]}return[Wt.memoizedState,F]}return k=k===ci?typeof F=="function"?F():F:G!==void 0?G(F):F,Wt.memoizedState=k,k=Wt.queue={last:null,dispatch:null},k=k.dispatch=Ls.bind(null,Hn,k),[Wt.memoizedState,k]}function Pi(k,F){if(Hn=ui(),Wt=ao(),F=F===void 0?null:F,Wt!==null){var G=Wt.memoizedState;if(G!==null&&F!==null){var ee=G[1];e:if(ee===null)ee=!1;else{for(var De=0;De<ee.length&&De<F.length;De++)if(!Ao(F[De],ee[De])){ee=!1;break e}ee=!0}if(ee)return G[0]}}return k=k(),Wt.memoizedState=[k,F],k}function Ls(k,F,G){if(25<=li)throw Error(e(301));if(k===Hn)if(zi=!0,k={action:G,next:null},hn===null&&(hn=new Map),G=hn.get(F),G===void 0)hn.set(F,k);else{for(F=G;F.next!==null;)F=F.next;F.next=k}}function Fs(){throw Error(e(394))}function Xr(){}var lo={readContext:function(k){return k._currentValue2},useContext:function(k){return ui(),k._currentValue2},useMemo:Pi,useReducer:an,useRef:function(k){Hn=ui(),Wt=ao();var F=Wt.memoizedState;return F===null?(k={current:k},Wt.memoizedState=k):F},useState:function(k){return an(ci,k)},useInsertionEffect:Xr,useLayoutEffect:function(){},useCallback:function(k,F){return Pi(function(){return k},F)},useImperativeHandle:Xr,useEffect:Xr,useDebugValue:Xr,useDeferredValue:function(k){return ui(),k},useTransition:function(){return ui(),[!1,Fs]},useId:function(){var k=qr.treeContext,F=k.overflow;k=k.id,k=(k&~(1<<32-Nn(k)-1)).toString(32)+F;var G=uo;if(G===null)throw Error(e(404));return F=Pn++,k=":"+G.idPrefix+"R"+k,0<F&&(k+="H"+F.toString(32)),k+":"},useMutableSource:function(k,F){return ui(),F(k._source)},useSyncExternalStore:function(k,F,G){if(G===void 0)throw Error(e(407));return G()}},uo=null,Oi=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function er(k){return console.error(k),null}function _r(){}function Rr(k,F,G,ee,De,ve,Re,Ke,gt){var mt=[],dt=new Set;return F={destination:null,responseState:F,progressiveChunkSize:ee===void 0?12800:ee,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:dt,pingedTasks:mt,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:De===void 0?er:De,onAllReady:_r,onShellReady:Re===void 0?_r:Re,onShellError:_r,onFatalError:_r},G=Kr(F,0,null,G,!1,!1),G.parentFlushed=!0,k=fi(F,k,null,G,dt,Dr,null,Wi),mt.push(k),F}function fi(k,F,G,ee,De,ve,Re,Ke){k.allPendingTasks++,G===null?k.pendingRootTasks++:G.pendingTasks++;var gt={node:F,ping:function(){var mt=k.pingedTasks;mt.push(gt),mt.length===1&&Wn(k)},blockedBoundary:G,blockedSegment:ee,abortSet:De,legacyContext:ve,context:Re,treeContext:Ke};return De.add(gt),gt}function Kr(k,F,G,ee,De,ve){return{status:0,id:-1,index:F,parentFlushed:!1,chunks:[],children:[],formatContext:ee,boundary:G,lastPushedText:De,textEmbedded:ve}}function wr(k,F){if(k=k.onError(F),k!=null&&typeof k!="string")throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof k+'" instead');return k}function Ir(k,F){var G=k.onShellError;G(F),G=k.onFatalError,G(F),k.destination!==null?(k.status=2,k.destination.destroy(F)):(k.status=1,k.fatalError=F)}function tr(k,F,G,ee,De){for(Hn={},qr=F,Pn=0,k=G(ee,De);zi;)zi=!1,Pn=0,li+=1,Wt=null,k=G(ee,De);return br(),k}function Yi(k,F,G,ee){var De=G.render(),ve=ee.childContextTypes;if(ve!=null){var Re=F.legacyContext;if(typeof G.getChildContext!="function")ee=Re;else{G=G.getChildContext();for(var Ke in G)if(!(Ke in ve))throw Error(e(108,Vi(ee)||"Unknown",Ke));ee=Te({},Re,G)}F.legacyContext=ee,yn(k,F,De),F.legacyContext=Re}else yn(k,F,De)}function _i(k,F){if(k&&k.defaultProps){F=Te({},F),k=k.defaultProps;for(var G in k)F[G]===void 0&&(F[G]=k[G]);return F}return F}function ar(k,F,G,ee,De){if(typeof G=="function")if(G.prototype&&G.prototype.isReactComponent){De=Jn(G,F.legacyContext);var ve=G.contextType;ve=new G(ee,typeof ve=="object"&&ve!==null?ve._currentValue2:De),Hi(ve,G,ee,De),Yi(k,F,ve,G)}else{ve=Jn(G,F.legacyContext),De=tr(k,F,G,ee,ve);var Re=Pn!==0;if(typeof De=="object"&&De!==null&&typeof De.render=="function"&&De.$$typeof===void 0)Hi(De,G,ee,ve),Yi(k,F,De,G);else if(Re){ee=F.treeContext,F.treeContext=Pr(ee,1,0);try{yn(k,F,De)}finally{F.treeContext=ee}}else yn(k,F,De)}else if(typeof G=="string"){switch(De=F.blockedSegment,ve=et(De.chunks,G,ee,k.responseState,De.formatContext),De.lastPushedText=!1,Re=De.formatContext,De.formatContext=U(Re,G,ee),Mr(k,F,ve),De.formatContext=Re,G){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:De.chunks.push("</",G,">")}De.lastPushedText=!1}else{switch(G){case vr:case Vn:case Fe:case Ve:case je:yn(k,F,ee.children);return;case yt:yn(k,F,ee.children);return;case Mt:throw Error(e(343));case ft:e:{G=F.blockedBoundary,De=F.blockedSegment,ve=ee.fallback,ee=ee.children,Re=new Set;var Ke={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:Re,errorDigest:null},gt=Kr(k,De.chunks.length,Ke,De.formatContext,!1,!1);De.children.push(gt),De.lastPushedText=!1;var mt=Kr(k,0,null,De.formatContext,!1,!1);mt.parentFlushed=!0,F.blockedBoundary=Ke,F.blockedSegment=mt;try{if(Mr(k,F,ee),k.responseState.generateStaticMarkup||mt.lastPushedText&&mt.textEmbedded&&mt.chunks.push("<!-- -->"),mt.status=1,xr(Ke,mt),Ke.pendingTasks===0)break e}catch(dt){mt.status=4,Ke.forceClientRender=!0,Ke.errorDigest=wr(k,dt)}finally{F.blockedBoundary=G,F.blockedSegment=De}F=fi(k,ve,G,gt,Re,F.legacyContext,F.context,F.treeContext),k.pingedTasks.push(F)}return}if(typeof G=="object"&&G!==null)switch(G.$$typeof){case pt:if(ee=tr(k,F,G.render,ee,De),Pn!==0){G=F.treeContext,F.treeContext=Pr(G,1,0);try{yn(k,F,ee)}finally{F.treeContext=G}}else yn(k,F,ee);return;case Je:G=G.type,ee=_i(G,ee),ar(k,F,G,ee,De);return;case nt:if(De=ee.children,G=G._context,ee=ee.value,ve=G._currentValue2,G._currentValue2=ee,Re=sn,sn=ee={parent:Re,depth:Re===null?0:Re.depth+1,context:G,parentValue:ve,value:ee},F.context=ee,yn(k,F,De),k=sn,k===null)throw Error(e(403));ee=k.parentValue,k.context._currentValue2=ee===Un?k.context._defaultValue:ee,k=sn=k.parent,F.context=k;return;case ct:ee=ee.children,ee=ee(G._currentValue2),yn(k,F,ee);return;case It:De=G._init,G=De(G._payload),ee=_i(G,ee),ar(k,F,G,ee,void 0);return}throw Error(e(130,G==null?G:typeof G,""))}}function yn(k,F,G){if(F.node=G,typeof G=="object"&&G!==null){switch(G.$$typeof){case Le:ar(k,F,G.type,G.props,G.ref);return;case He:throw Error(e(257));case It:var ee=G._init;G=ee(G._payload),yn(k,F,G);return}if(R(G)){Ar(k,F,G);return}if(G===null||typeof G!="object"?ee=null:(ee=Sn&&G[Sn]||G["@@iterator"],ee=typeof ee=="function"?ee:null),ee&&(ee=ee.call(G))){if(G=ee.next(),!G.done){var De=[];do De.push(G.value),G=ee.next();while(!G.done);Ar(k,F,De)}return}throw k=Object.prototype.toString.call(G),Error(e(31,k==="[object Object]"?"object with keys {"+Object.keys(G).join(", ")+"}":k))}typeof G=="string"?(ee=F.blockedSegment,ee.lastPushedText=me(F.blockedSegment.chunks,G,k.responseState,ee.lastPushedText)):typeof G=="number"&&(ee=F.blockedSegment,ee.lastPushedText=me(F.blockedSegment.chunks,""+G,k.responseState,ee.lastPushedText))}function Ar(k,F,G){for(var ee=G.length,De=0;De<ee;De++){var ve=F.treeContext;F.treeContext=Pr(ve,ee,De);try{Mr(k,F,G[De])}finally{F.treeContext=ve}}}function Mr(k,F,G){var ee=F.blockedSegment.formatContext,De=F.legacyContext,ve=F.context;try{return yn(k,F,G)}catch(gt){if(br(),typeof gt=="object"&&gt!==null&&typeof gt.then=="function"){G=gt;var Re=F.blockedSegment,Ke=Kr(k,Re.chunks.length,null,Re.formatContext,Re.lastPushedText,!0);Re.children.push(Ke),Re.lastPushedText=!1,k=fi(k,F.node,F.blockedBoundary,Ke,F.abortSet,F.legacyContext,F.context,F.treeContext).ping,G.then(k,k),F.blockedSegment.formatContext=ee,F.legacyContext=De,F.context=ve,on(ve)}else throw F.blockedSegment.formatContext=ee,F.legacyContext=De,F.context=ve,on(ve),gt}}function di(k){var F=k.blockedBoundary;k=k.blockedSegment,k.status=3,Zr(this,F,k)}function hi(k,F,G){var ee=k.blockedBoundary;k.blockedSegment.status=3,ee===null?(F.allPendingTasks--,F.status!==2&&(F.status=2,F.destination!==null&&F.destination.push(null))):(ee.pendingTasks--,ee.forceClientRender||(ee.forceClientRender=!0,k=G===void 0?Error(e(432)):G,ee.errorDigest=F.onError(k),ee.parentFlushed&&F.clientRenderedBoundaries.push(ee)),ee.fallbackAbortableTasks.forEach(function(De){return hi(De,F,G)}),ee.fallbackAbortableTasks.clear(),F.allPendingTasks--,F.allPendingTasks===0&&(ee=F.onAllReady,ee()))}function xr(k,F){if(F.chunks.length===0&&F.children.length===1&&F.children[0].boundary===null){var G=F.children[0];G.id=F.id,G.parentFlushed=!0,G.status===1&&xr(k,G)}else k.completedSegments.push(F)}function Zr(k,F,G){if(F===null){if(G.parentFlushed){if(k.completedRootSegment!==null)throw Error(e(389));k.completedRootSegment=G}k.pendingRootTasks--,k.pendingRootTasks===0&&(k.onShellError=_r,F=k.onShellReady,F())}else F.pendingTasks--,F.forceClientRender||(F.pendingTasks===0?(G.parentFlushed&&G.status===1&&xr(F,G),F.parentFlushed&&k.completedBoundaries.push(F),F.fallbackAbortableTasks.forEach(di,k),F.fallbackAbortableTasks.clear()):G.parentFlushed&&G.status===1&&(xr(F,G),F.completedSegments.length===1&&F.parentFlushed&&k.partialBoundaries.push(F)));k.allPendingTasks--,k.allPendingTasks===0&&(k=k.onAllReady,k())}function Wn(k){if(k.status!==2){var F=sn,G=Oi.current;Oi.current=lo;var ee=uo;uo=k.responseState;try{var De=k.pingedTasks,ve;for(ve=0;ve<De.length;ve++){var Re=De[ve],Ke=k,gt=Re.blockedSegment;if(gt.status===0){on(Re.context);try{yn(Ke,Re,Re.node),Ke.responseState.generateStaticMarkup||gt.lastPushedText&&gt.textEmbedded&&gt.chunks.push("<!-- -->"),Re.abortSet.delete(Re),gt.status=1,Zr(Ke,Re.blockedBoundary,gt)}catch(En){if(br(),typeof En=="object"&&En!==null&&typeof En.then=="function"){var mt=Re.ping;En.then(mt,mt)}else{Re.abortSet.delete(Re),gt.status=4;var dt=Re.blockedBoundary,Ft=En,Bn=wr(Ke,Ft);if(dt===null?Ir(Ke,Ft):(dt.pendingTasks--,dt.forceClientRender||(dt.forceClientRender=!0,dt.errorDigest=Bn,dt.parentFlushed&&Ke.clientRenderedBoundaries.push(dt))),Ke.allPendingTasks--,Ke.allPendingTasks===0){var zn=Ke.onAllReady;zn()}}}finally{}}}De.splice(0,ve),k.destination!==null&&Cn(k,k.destination)}catch(En){wr(k,En),Ir(k,En)}finally{uo=ee,Oi.current=G,G===lo&&on(F)}}}function pi(k,F,G){switch(G.parentFlushed=!0,G.status){case 0:var ee=G.id=k.nextSegmentId++;return G.lastPushedText=!1,G.textEmbedded=!1,k=k.responseState,F.push('<template id="'),F.push(k.placeholderPrefix),k=ee.toString(16),F.push(k),F.push('"></template>');case 1:G.status=2;var De=!0;ee=G.chunks;var ve=0;G=G.children;for(var Re=0;Re<G.length;Re++){for(De=G[Re];ve<De.index;ve++)F.push(ee[ve]);De=gi(k,F,De)}for(;ve<ee.length-1;ve++)F.push(ee[ve]);return ve<ee.length&&(De=F.push(ee[ve])),De;default:throw Error(e(390))}}function gi(k,F,G){var ee=G.boundary;if(ee===null)return pi(k,F,G);if(ee.parentFlushed=!0,ee.forceClientRender)return k.responseState.generateStaticMarkup||(ee=ee.errorDigest,F.push("<!--$!-->"),F.push("<template"),ee&&(F.push(' data-dgst="'),ee=I(ee),F.push(ee),F.push('"')),F.push("></template>")),pi(k,F,G),k=k.responseState.generateStaticMarkup?!0:F.push("<!--/$-->"),k;if(0<ee.pendingTasks){ee.rootSegmentID=k.nextSegmentId++,0<ee.completedSegments.length&&k.partialBoundaries.push(ee);var De=k.responseState,ve=De.nextSuspenseID++;return De=De.boundaryPrefix+ve.toString(16),ee=ee.id=De,Ye(F,k.responseState,ee),pi(k,F,G),F.push("<!--/$-->")}if(ee.byteSize>k.progressiveChunkSize)return ee.rootSegmentID=k.nextSegmentId++,k.completedBoundaries.push(ee),Ye(F,k.responseState,ee.id),pi(k,F,G),F.push("<!--/$-->");if(k.responseState.generateStaticMarkup||F.push("<!--$-->"),G=ee.completedSegments,G.length!==1)throw Error(e(391));return gi(k,F,G[0]),k=k.responseState.generateStaticMarkup?!0:F.push("<!--/$-->"),k}function Ri(k,F,G){return pe(F,k.responseState,G.formatContext,G.id),gi(k,F,G),fe(F,G.formatContext)}function nn(k,F,G){for(var ee=G.completedSegments,De=0;De<ee.length;De++)jn(k,F,G,ee[De]);if(ee.length=0,k=k.responseState,ee=G.id,G=G.rootSegmentID,F.push(k.startInlineScript),k.sentCompleteBoundaryFunction?F.push('$RC("'):(k.sentCompleteBoundaryFunction=!0,F.push('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("')),ee===null)throw Error(e(395));return G=G.toString(16),F.push(ee),F.push('","'),F.push(k.segmentPrefix),F.push(G),F.push('")<\/script>')}function jn(k,F,G,ee){if(ee.status===2)return!0;var De=ee.id;if(De===-1){if((ee.id=G.rootSegmentID)===-1)throw Error(e(392));return Ri(k,F,ee)}return Ri(k,F,ee),k=k.responseState,F.push(k.startInlineScript),k.sentCompleteSegmentFunction?F.push('$RS("'):(k.sentCompleteSegmentFunction=!0,F.push('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("')),F.push(k.segmentPrefix),De=De.toString(16),F.push(De),F.push('","'),F.push(k.placeholderPrefix),F.push(De),F.push('")<\/script>')}function Cn(k,F){try{var G=k.completedRootSegment;if(G!==null&&k.pendingRootTasks===0){gi(k,F,G),k.completedRootSegment=null;var ee=k.responseState.bootstrapChunks;for(G=0;G<ee.length-1;G++)F.push(ee[G]);G<ee.length&&F.push(ee[G])}var De=k.clientRenderedBoundaries,ve;for(ve=0;ve<De.length;ve++){var Re=De[ve];ee=F;var Ke=k.responseState,gt=Re.id,mt=Re.errorDigest,dt=Re.errorMessage,Ft=Re.errorComponentStack;if(ee.push(Ke.startInlineScript),Ke.sentClientRenderFunction?ee.push('$RX("'):(Ke.sentClientRenderFunction=!0,ee.push('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("')),gt===null)throw Error(e(395));if(ee.push(gt),ee.push('"'),mt||dt||Ft){ee.push(",");var Bn=Oe(mt||"");ee.push(Bn)}if(dt||Ft){ee.push(",");var zn=Oe(dt||"");ee.push(zn)}if(Ft){ee.push(",");var En=Oe(Ft);ee.push(En)}if(!ee.push(")<\/script>")){k.destination=null,ve++,De.splice(0,ve);return}}De.splice(0,ve);var Jr=k.completedBoundaries;for(ve=0;ve<Jr.length;ve++)if(!nn(k,F,Jr[ve])){k.destination=null,ve++,Jr.splice(0,ve);return}Jr.splice(0,ve);var lr=k.partialBoundaries;for(ve=0;ve<lr.length;ve++){var Gi=lr[ve];e:{De=k,Re=F;var mi=Gi.completedSegments;for(Ke=0;Ke<mi.length;Ke++)if(!jn(De,Re,Gi,mi[Ke])){Ke++,mi.splice(0,Ke);var qi=!1;break e}mi.splice(0,Ke),qi=!0}if(!qi){k.destination=null,ve++,lr.splice(0,ve);return}}lr.splice(0,ve);var Lr=k.completedBoundaries;for(ve=0;ve<Lr.length;ve++)if(!nn(k,F,Lr[ve])){k.destination=null,ve++,Lr.splice(0,ve);return}Lr.splice(0,ve)}finally{k.allPendingTasks===0&&k.pingedTasks.length===0&&k.clientRenderedBoundaries.length===0&&k.completedBoundaries.length===0&&F.push(null)}}function co(k,F){try{var G=k.abortableTasks;G.forEach(function(ee){return hi(ee,k,F)}),G.clear(),k.destination!==null&&Cn(k,k.destination)}catch(ee){wr(k,ee),Ir(k,ee)}}function On(){}function _n(k,F,G,ee){var De=!1,ve=null,Re="",Ke={push:function(mt){return mt!==null&&(Re+=mt),!0},destroy:function(mt){De=!0,ve=mt}},gt=!1;if(k=Rr(k,Ne(G,F?F.identifierPrefix:void 0),{insertionMode:1,selectedValue:null},1/0,On,void 0,function(){gt=!0}),Wn(k),co(k,ee),k.status===1)k.status=2,Ke.destroy(k.fatalError);else if(k.status!==2&&k.destination===null){k.destination=Ke;try{Cn(k,Ke)}catch(mt){wr(k,mt),Ir(k,mt)}}if(De)throw ve;if(!gt)throw Error(e(426));return Re}return uc.renderToNodeStream=function(){throw Error(e(207))},uc.renderToStaticMarkup=function(k,F){return _n(k,F,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},uc.renderToStaticNodeStream=function(){throw Error(e(208))},uc.renderToString=function(k,F){return _n(k,F,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},uc.version="18.3.1",uc}var Lh={};/**
46
46
  * @license React
47
47
  * react-dom-server.browser.production.min.js
48
48
  *
@@ -50,11 +50,11 @@ Valid keys: `+JSON.stringify(Object.keys(me),null," "));var Je=yt(nt,ft,je,Fe,V
50
50
  *
51
51
  * This source code is licensed under the MIT license found in the
52
52
  * LICENSE file in the root directory of this source tree.
53
- */var C1;function z4(){if(C1)return Mh;C1=1;var t=X;function e(D){for(var M="https://reactjs.org/docs/error-decoder.html?invariant="+D,W=1;W<arguments.length;W++)M+="&args[]="+encodeURIComponent(arguments[W]);return"Minified React error #"+D+"; visit "+M+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var n=null,r=0;function i(D,M){if(M.length!==0)if(512<M.length)0<r&&(D.enqueue(new Uint8Array(n.buffer,0,r)),n=new Uint8Array(512),r=0),D.enqueue(M);else{var W=n.length-r;W<M.length&&(W===0?D.enqueue(n):(n.set(M.subarray(0,W),r),D.enqueue(n),M=M.subarray(W)),n=new Uint8Array(512),r=0),n.set(M,r),r+=M.length}}function o(D,M){return i(D,M),!0}function a(D){n&&0<r&&(D.enqueue(new Uint8Array(n.buffer,0,r)),n=null,r=0)}var c=new TextEncoder;function f(D){return c.encode(D)}function p(D){return c.encode(D)}function y(D,M){typeof D.error=="function"?D.error(M):D.close()}var g=Object.prototype.hasOwnProperty,T=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,E={},I={};function A(D){return g.call(I,D)?!0:g.call(E,D)?!1:T.test(D)?I[D]=!0:(E[D]=!0,!1)}function j(D,M,W,Q,we,xe,Me){this.acceptsBooleans=M===2||M===3||M===4,this.attributeName=Q,this.attributeNamespace=we,this.mustUseProperty=W,this.propertyName=D,this.type=M,this.sanitizeURL=xe,this.removeEmptyString=Me}var R={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(D){R[D]=new j(D,0,!1,D,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(D){var M=D[0];R[M]=new j(M,1,!1,D[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(D){R[D]=new j(D,2,!1,D.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(D){R[D]=new j(D,2,!1,D,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(D){R[D]=new j(D,3,!1,D.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(D){R[D]=new j(D,3,!0,D,null,!1,!1)}),["capture","download"].forEach(function(D){R[D]=new j(D,4,!1,D,null,!1,!1)}),["cols","rows","size","span"].forEach(function(D){R[D]=new j(D,6,!1,D,null,!1,!1)}),["rowSpan","start"].forEach(function(D){R[D]=new j(D,5,!1,D.toLowerCase(),null,!1,!1)});var H=/[\-:]([a-z])/g;function U(D){return D[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(D){var M=D.replace(H,U);R[M]=new j(M,1,!1,D,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(D){var M=D.replace(H,U);R[M]=new j(M,1,!1,D,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(D){var M=D.replace(H,U);R[M]=new j(M,1,!1,D,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(D){R[D]=new j(D,1,!1,D.toLowerCase(),null,!1,!1)}),R.xlinkHref=new j("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(D){R[D]=new j(D,1,!1,D.toLowerCase(),null,!0,!0)});var ne={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},q=["Webkit","ms","Moz","O"];Object.keys(ne).forEach(function(D){q.forEach(function(M){M=M+D.charAt(0).toUpperCase()+D.substring(1),ne[M]=ne[D]})});var ie=/["'&<>]/;function x(D){if(typeof D=="boolean"||typeof D=="number")return""+D;D=""+D;var M=ie.exec(D);if(M){var W="",Q,we=0;for(Q=M.index;Q<D.length;Q++){switch(D.charCodeAt(Q)){case 34:M="&quot;";break;case 38:M="&amp;";break;case 39:M="&#x27;";break;case 60:M="&lt;";break;case 62:M="&gt;";break;default:continue}we!==Q&&(W+=D.substring(we,Q)),we=Q+1,W+=M}D=we!==Q?W+D.substring(we,Q):W}return D}var le=/([A-Z])/g,ae=/^ms-/,ze=Array.isArray,tt=p("<script>"),Qe=p("<\/script>"),et=p('<script src="'),Ye=p('<script type="module" src="'),pe=p('" async=""><\/script>'),fe=/(<\/|<)(s)(cript)/gi;function Ce(D,M,W,Q){return""+M+(W==="s"?"\\u0073":"\\u0053")+Q}function Oe(D,M,W,Q,we){D=D===void 0?"":D,M=M===void 0?tt:p('<script nonce="'+x(M)+'">');var xe=[];if(W!==void 0&&xe.push(M,f((""+W).replace(fe,Ce)),Qe),Q!==void 0)for(W=0;W<Q.length;W++)xe.push(et,f(x(Q[W])),pe);if(we!==void 0)for(Q=0;Q<we.length;Q++)xe.push(Ye,f(x(we[Q])),pe);return{bootstrapChunks:xe,startInlineScript:M,placeholderPrefix:p(D+"P:"),segmentPrefix:p(D+"S:"),boundaryPrefix:D+"B:",idPrefix:D,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}function Ne(D,M){return{insertionMode:D,selectedValue:M}}function me(D){return Ne(D==="http://www.w3.org/2000/svg"?2:D==="http://www.w3.org/1998/Math/MathML"?3:0,null)}function Te(D,M,W){switch(M){case"select":return Ne(1,W.value!=null?W.value:W.defaultValue);case"svg":return Ne(2,null);case"math":return Ne(3,null);case"foreignObject":return Ne(1,null);case"table":return Ne(4,null);case"thead":case"tbody":case"tfoot":return Ne(5,null);case"colgroup":return Ne(7,null);case"tr":return Ne(6,null)}return 4<=D.insertionMode||D.insertionMode===0?Ne(1,null):D}var Le=p("<!-- -->");function He(D,M,W,Q){return M===""?Q:(Q&&D.push(Le),D.push(f(x(M))),!0)}var je=new Map,Fe=p(' style="'),Ve=p(":"),nt=p(";");function ct(D,M,W){if(typeof W!="object")throw Error(e(62));M=!0;for(var Q in W)if(g.call(W,Q)){var we=W[Q];if(we!=null&&typeof we!="boolean"&&we!==""){if(Q.indexOf("--")===0){var xe=f(x(Q));we=f(x((""+we).trim()))}else{xe=Q;var Me=je.get(xe);Me!==void 0||(Me=p(x(xe.replace(le,"-$1").toLowerCase().replace(ae,"-ms-"))),je.set(xe,Me)),xe=Me,we=typeof we=="number"?we===0||g.call(ne,Q)?f(""+we):f(we+"px"):f(x((""+we).trim()))}M?(M=!1,D.push(Fe,xe,Ve,we)):D.push(nt,xe,Ve,we)}}M||D.push(yt)}var pt=p(" "),ft=p('="'),yt=p('"'),Je=p('=""');function It(D,M,W,Q){switch(W){case"style":ct(D,M,Q);return;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(2<W.length)||W[0]!=="o"&&W[0]!=="O"||W[1]!=="n"&&W[1]!=="N"){if(M=R.hasOwnProperty(W)?R[W]:null,M!==null){switch(typeof Q){case"function":case"symbol":return;case"boolean":if(!M.acceptsBooleans)return}switch(W=f(M.attributeName),M.type){case 3:Q&&D.push(pt,W,Je);break;case 4:Q===!0?D.push(pt,W,Je):Q!==!1&&D.push(pt,W,ft,f(x(Q)),yt);break;case 5:isNaN(Q)||D.push(pt,W,ft,f(x(Q)),yt);break;case 6:!isNaN(Q)&&1<=Q&&D.push(pt,W,ft,f(x(Q)),yt);break;default:M.sanitizeURL&&(Q=""+Q),D.push(pt,W,ft,f(x(Q)),yt)}}else if(A(W)){switch(typeof Q){case"function":case"symbol":return;case"boolean":if(M=W.toLowerCase().slice(0,5),M!=="data-"&&M!=="aria-")return}D.push(pt,f(W),ft,f(x(Q)),yt)}}}var Mt=p(">"),Vn=p("/>");function vr(D,M,W){if(M!=null){if(W!=null)throw Error(e(60));if(typeof M!="object"||!("__html"in M))throw Error(e(61));M=M.__html,M!=null&&D.push(f(""+M))}}function Un(D){var M="";return t.Children.forEach(D,function(W){W!=null&&(M+=W)}),M}var Sn=p(' selected=""');function Vi(D,M,W,Q){D.push(fn(W));var we=W=null,xe;for(xe in M)if(g.call(M,xe)){var Me=M[xe];if(Me!=null)switch(xe){case"children":W=Me;break;case"dangerouslySetInnerHTML":we=Me;break;default:It(D,Q,xe,Me)}}return D.push(Mt),vr(D,we,W),typeof W=="string"?(D.push(f(x(W))),null):W}var Dr=p(`
53
+ */var C1;function z4(){if(C1)return Lh;C1=1;var t=X;function e(D){for(var M="https://reactjs.org/docs/error-decoder.html?invariant="+D,W=1;W<arguments.length;W++)M+="&args[]="+encodeURIComponent(arguments[W]);return"Minified React error #"+D+"; visit "+M+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var n=null,r=0;function i(D,M){if(M.length!==0)if(512<M.length)0<r&&(D.enqueue(new Uint8Array(n.buffer,0,r)),n=new Uint8Array(512),r=0),D.enqueue(M);else{var W=n.length-r;W<M.length&&(W===0?D.enqueue(n):(n.set(M.subarray(0,W),r),D.enqueue(n),M=M.subarray(W)),n=new Uint8Array(512),r=0),n.set(M,r),r+=M.length}}function o(D,M){return i(D,M),!0}function a(D){n&&0<r&&(D.enqueue(new Uint8Array(n.buffer,0,r)),n=null,r=0)}var c=new TextEncoder;function f(D){return c.encode(D)}function p(D){return c.encode(D)}function y(D,M){typeof D.error=="function"?D.error(M):D.close()}var g=Object.prototype.hasOwnProperty,T=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,E={},I={};function A(D){return g.call(I,D)?!0:g.call(E,D)?!1:T.test(D)?I[D]=!0:(E[D]=!0,!1)}function j(D,M,W,Q,we,xe,Me){this.acceptsBooleans=M===2||M===3||M===4,this.attributeName=Q,this.attributeNamespace=we,this.mustUseProperty=W,this.propertyName=D,this.type=M,this.sanitizeURL=xe,this.removeEmptyString=Me}var R={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(D){R[D]=new j(D,0,!1,D,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(D){var M=D[0];R[M]=new j(M,1,!1,D[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(D){R[D]=new j(D,2,!1,D.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(D){R[D]=new j(D,2,!1,D,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(D){R[D]=new j(D,3,!1,D.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(D){R[D]=new j(D,3,!0,D,null,!1,!1)}),["capture","download"].forEach(function(D){R[D]=new j(D,4,!1,D,null,!1,!1)}),["cols","rows","size","span"].forEach(function(D){R[D]=new j(D,6,!1,D,null,!1,!1)}),["rowSpan","start"].forEach(function(D){R[D]=new j(D,5,!1,D.toLowerCase(),null,!1,!1)});var H=/[\-:]([a-z])/g;function U(D){return D[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(D){var M=D.replace(H,U);R[M]=new j(M,1,!1,D,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(D){var M=D.replace(H,U);R[M]=new j(M,1,!1,D,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(D){var M=D.replace(H,U);R[M]=new j(M,1,!1,D,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(D){R[D]=new j(D,1,!1,D.toLowerCase(),null,!1,!1)}),R.xlinkHref=new j("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(D){R[D]=new j(D,1,!1,D.toLowerCase(),null,!0,!0)});var ne={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},q=["Webkit","ms","Moz","O"];Object.keys(ne).forEach(function(D){q.forEach(function(M){M=M+D.charAt(0).toUpperCase()+D.substring(1),ne[M]=ne[D]})});var ie=/["'&<>]/;function x(D){if(typeof D=="boolean"||typeof D=="number")return""+D;D=""+D;var M=ie.exec(D);if(M){var W="",Q,we=0;for(Q=M.index;Q<D.length;Q++){switch(D.charCodeAt(Q)){case 34:M="&quot;";break;case 38:M="&amp;";break;case 39:M="&#x27;";break;case 60:M="&lt;";break;case 62:M="&gt;";break;default:continue}we!==Q&&(W+=D.substring(we,Q)),we=Q+1,W+=M}D=we!==Q?W+D.substring(we,Q):W}return D}var le=/([A-Z])/g,ae=/^ms-/,ze=Array.isArray,tt=p("<script>"),Qe=p("<\/script>"),et=p('<script src="'),Ye=p('<script type="module" src="'),pe=p('" async=""><\/script>'),fe=/(<\/|<)(s)(cript)/gi;function Ce(D,M,W,Q){return""+M+(W==="s"?"\\u0073":"\\u0053")+Q}function Oe(D,M,W,Q,we){D=D===void 0?"":D,M=M===void 0?tt:p('<script nonce="'+x(M)+'">');var xe=[];if(W!==void 0&&xe.push(M,f((""+W).replace(fe,Ce)),Qe),Q!==void 0)for(W=0;W<Q.length;W++)xe.push(et,f(x(Q[W])),pe);if(we!==void 0)for(Q=0;Q<we.length;Q++)xe.push(Ye,f(x(we[Q])),pe);return{bootstrapChunks:xe,startInlineScript:M,placeholderPrefix:p(D+"P:"),segmentPrefix:p(D+"S:"),boundaryPrefix:D+"B:",idPrefix:D,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}function Ne(D,M){return{insertionMode:D,selectedValue:M}}function me(D){return Ne(D==="http://www.w3.org/2000/svg"?2:D==="http://www.w3.org/1998/Math/MathML"?3:0,null)}function Te(D,M,W){switch(M){case"select":return Ne(1,W.value!=null?W.value:W.defaultValue);case"svg":return Ne(2,null);case"math":return Ne(3,null);case"foreignObject":return Ne(1,null);case"table":return Ne(4,null);case"thead":case"tbody":case"tfoot":return Ne(5,null);case"colgroup":return Ne(7,null);case"tr":return Ne(6,null)}return 4<=D.insertionMode||D.insertionMode===0?Ne(1,null):D}var Le=p("<!-- -->");function He(D,M,W,Q){return M===""?Q:(Q&&D.push(Le),D.push(f(x(M))),!0)}var je=new Map,Fe=p(' style="'),Ve=p(":"),nt=p(";");function ct(D,M,W){if(typeof W!="object")throw Error(e(62));M=!0;for(var Q in W)if(g.call(W,Q)){var we=W[Q];if(we!=null&&typeof we!="boolean"&&we!==""){if(Q.indexOf("--")===0){var xe=f(x(Q));we=f(x((""+we).trim()))}else{xe=Q;var Me=je.get(xe);Me!==void 0||(Me=p(x(xe.replace(le,"-$1").toLowerCase().replace(ae,"-ms-"))),je.set(xe,Me)),xe=Me,we=typeof we=="number"?we===0||g.call(ne,Q)?f(""+we):f(we+"px"):f(x((""+we).trim()))}M?(M=!1,D.push(Fe,xe,Ve,we)):D.push(nt,xe,Ve,we)}}M||D.push(yt)}var pt=p(" "),ft=p('="'),yt=p('"'),Je=p('=""');function It(D,M,W,Q){switch(W){case"style":ct(D,M,Q);return;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(2<W.length)||W[0]!=="o"&&W[0]!=="O"||W[1]!=="n"&&W[1]!=="N"){if(M=R.hasOwnProperty(W)?R[W]:null,M!==null){switch(typeof Q){case"function":case"symbol":return;case"boolean":if(!M.acceptsBooleans)return}switch(W=f(M.attributeName),M.type){case 3:Q&&D.push(pt,W,Je);break;case 4:Q===!0?D.push(pt,W,Je):Q!==!1&&D.push(pt,W,ft,f(x(Q)),yt);break;case 5:isNaN(Q)||D.push(pt,W,ft,f(x(Q)),yt);break;case 6:!isNaN(Q)&&1<=Q&&D.push(pt,W,ft,f(x(Q)),yt);break;default:M.sanitizeURL&&(Q=""+Q),D.push(pt,W,ft,f(x(Q)),yt)}}else if(A(W)){switch(typeof Q){case"function":case"symbol":return;case"boolean":if(M=W.toLowerCase().slice(0,5),M!=="data-"&&M!=="aria-")return}D.push(pt,f(W),ft,f(x(Q)),yt)}}}var Mt=p(">"),Vn=p("/>");function vr(D,M,W){if(M!=null){if(W!=null)throw Error(e(60));if(typeof M!="object"||!("__html"in M))throw Error(e(61));M=M.__html,M!=null&&D.push(f(""+M))}}function Un(D){var M="";return t.Children.forEach(D,function(W){W!=null&&(M+=W)}),M}var Sn=p(' selected=""');function Vi(D,M,W,Q){D.push(fn(W));var we=W=null,xe;for(xe in M)if(g.call(M,xe)){var Me=M[xe];if(Me!=null)switch(xe){case"children":W=Me;break;case"dangerouslySetInnerHTML":we=Me;break;default:It(D,Q,xe,Me)}}return D.push(Mt),vr(D,we,W),typeof W=="string"?(D.push(f(x(W))),null):W}var Dr=p(`
54
54
  `),Jn=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,sn=new Map;function fn(D){var M=sn.get(D);if(M===void 0){if(!Jn.test(D))throw Error(e(65,D));M=p("<"+D),sn.set(D,M)}return M}var dn=p("<!DOCTYPE html>");function ut(D,M,W,Q,we){switch(M){case"select":D.push(fn("select"));var xe=null,Me=null;for(St in W)if(g.call(W,St)){var qe=W[St];if(qe!=null)switch(St){case"children":xe=qe;break;case"dangerouslySetInnerHTML":Me=qe;break;case"defaultValue":case"value":break;default:It(D,Q,St,qe)}}return D.push(Mt),vr(D,Me,xe),xe;case"option":Me=we.selectedValue,D.push(fn("option"));var ht=qe=null,_t=null,St=null;for(xe in W)if(g.call(W,xe)){var vt=W[xe];if(vt!=null)switch(xe){case"children":qe=vt;break;case"selected":_t=vt;break;case"dangerouslySetInnerHTML":St=vt;break;case"value":ht=vt;default:It(D,Q,xe,vt)}}if(Me!=null)if(W=ht!==null?""+ht:Un(qe),ze(Me)){for(Q=0;Q<Me.length;Q++)if(""+Me[Q]===W){D.push(Sn);break}}else""+Me===W&&D.push(Sn);else _t&&D.push(Sn);return D.push(Mt),vr(D,St,qe),qe;case"textarea":D.push(fn("textarea")),St=Me=xe=null;for(qe in W)if(g.call(W,qe)&&(ht=W[qe],ht!=null))switch(qe){case"children":St=ht;break;case"value":xe=ht;break;case"defaultValue":Me=ht;break;case"dangerouslySetInnerHTML":throw Error(e(91));default:It(D,Q,qe,ht)}if(xe===null&&Me!==null&&(xe=Me),D.push(Mt),St!=null){if(xe!=null)throw Error(e(92));if(ze(St)&&1<St.length)throw Error(e(93));xe=""+St}return typeof xe=="string"&&xe[0]===`
55
55
  `&&D.push(Dr),xe!==null&&D.push(f(x(""+xe))),null;case"input":D.push(fn("input")),ht=St=qe=xe=null;for(Me in W)if(g.call(W,Me)&&(_t=W[Me],_t!=null))switch(Me){case"children":case"dangerouslySetInnerHTML":throw Error(e(399,"input"));case"defaultChecked":ht=_t;break;case"defaultValue":qe=_t;break;case"checked":St=_t;break;case"value":xe=_t;break;default:It(D,Q,Me,_t)}return St!==null?It(D,Q,"checked",St):ht!==null&&It(D,Q,"checked",ht),xe!==null?It(D,Q,"value",xe):qe!==null&&It(D,Q,"value",qe),D.push(Vn),null;case"menuitem":D.push(fn("menuitem"));for(var In in W)if(g.call(W,In)&&(xe=W[In],xe!=null))switch(In){case"children":case"dangerouslySetInnerHTML":throw Error(e(400));default:It(D,Q,In,xe)}return D.push(Mt),null;case"title":D.push(fn("title")),xe=null;for(vt in W)if(g.call(W,vt)&&(Me=W[vt],Me!=null))switch(vt){case"children":xe=Me;break;case"dangerouslySetInnerHTML":throw Error(e(434));default:It(D,Q,vt,Me)}return D.push(Mt),xe;case"listing":case"pre":D.push(fn(M)),Me=xe=null;for(ht in W)if(g.call(W,ht)&&(qe=W[ht],qe!=null))switch(ht){case"children":xe=qe;break;case"dangerouslySetInnerHTML":Me=qe;break;default:It(D,Q,ht,qe)}if(D.push(Mt),Me!=null){if(xe!=null)throw Error(e(60));if(typeof Me!="object"||!("__html"in Me))throw Error(e(61));W=Me.__html,W!=null&&(typeof W=="string"&&0<W.length&&W[0]===`
56
56
  `?D.push(Dr,f(W)):D.push(f(""+W)))}return typeof xe=="string"&&xe[0]===`
57
- `&&D.push(Dr),xe;case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":D.push(fn(M));for(var bn in W)if(g.call(W,bn)&&(xe=W[bn],xe!=null))switch(bn){case"children":case"dangerouslySetInnerHTML":throw Error(e(399,M));default:It(D,Q,bn,xe)}return D.push(Vn),null;case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return Vi(D,W,M,Q);case"html":return we.insertionMode===0&&D.push(dn),Vi(D,W,M,Q);default:if(M.indexOf("-")===-1&&typeof W.is!="string")return Vi(D,W,M,Q);D.push(fn(M)),Me=xe=null;for(_t in W)if(g.call(W,_t)&&(qe=W[_t],qe!=null))switch(_t){case"children":xe=qe;break;case"dangerouslySetInnerHTML":Me=qe;break;case"style":ct(D,Q,qe);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:A(_t)&&typeof qe!="function"&&typeof qe!="symbol"&&D.push(pt,f(_t),ft,f(x(qe)),yt)}return D.push(Mt),vr(D,Me,xe),xe}}var Dn=p("</"),si=p(">"),on=p('<template id="'),Ui=p('"></template>'),Hi=p("<!--$-->"),Wi=p('<!--$?--><template id="'),Pr=p('"></template>'),Nn=p("<!--$!-->"),Or=p("<!--/$-->"),yr=p("<template"),Yr=p('"'),Gr=p(' data-dgst="');p(' data-msg="'),p(' data-stck="');var Ao=p("></template>");function Hn(D,M,W){if(i(D,Wi),W===null)throw Error(e(395));return i(D,W),o(D,Pr)}var qr=p('<div hidden id="'),Qn=p('">'),Wt=p("</div>"),ai=p('<svg aria-hidden="true" style="display:none" id="'),zi=p('">'),Pn=p("</svg>"),hn=p('<math aria-hidden="true" style="display:none" id="'),li=p('">'),ui=p("</math>"),Tn=p('<table hidden id="'),ao=p('">'),br=p("</table>"),ci=p('<table hidden><tbody id="'),an=p('">'),Pi=p("</tbody></table>"),Ls=p('<table hidden><tr id="'),Fs=p('">'),Xr=p("</tr></table>"),lo=p('<table hidden><colgroup id="'),uo=p('">'),Oi=p("</colgroup></table>");function er(D,M,W,Q){switch(W.insertionMode){case 0:case 1:return i(D,qr),i(D,M.segmentPrefix),i(D,f(Q.toString(16))),o(D,Qn);case 2:return i(D,ai),i(D,M.segmentPrefix),i(D,f(Q.toString(16))),o(D,zi);case 3:return i(D,hn),i(D,M.segmentPrefix),i(D,f(Q.toString(16))),o(D,li);case 4:return i(D,Tn),i(D,M.segmentPrefix),i(D,f(Q.toString(16))),o(D,ao);case 5:return i(D,ci),i(D,M.segmentPrefix),i(D,f(Q.toString(16))),o(D,an);case 6:return i(D,Ls),i(D,M.segmentPrefix),i(D,f(Q.toString(16))),o(D,Fs);case 7:return i(D,lo),i(D,M.segmentPrefix),i(D,f(Q.toString(16))),o(D,uo);default:throw Error(e(397))}}function _r(D,M){switch(M.insertionMode){case 0:case 1:return o(D,Wt);case 2:return o(D,Pn);case 3:return o(D,ui);case 4:return o(D,br);case 5:return o(D,Pi);case 6:return o(D,Xr);case 7:return o(D,Oi);default:throw Error(e(397))}}var Rr=p('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'),fi=p('$RS("'),Kr=p('","'),wr=p('")<\/script>'),Ir=p('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("'),tr=p('$RC("'),Yi=p('","'),_i=p('")<\/script>'),ar=p('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("'),yn=p('$RX("'),Ar=p('"'),Mr=p(")<\/script>"),di=p(","),hi=/[<\u2028\u2029]/g;function xr(D){return JSON.stringify(D).replace(hi,function(M){switch(M){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var Zr=Object.assign,Wn=Symbol.for("react.element"),pi=Symbol.for("react.portal"),gi=Symbol.for("react.fragment"),Ri=Symbol.for("react.strict_mode"),nn=Symbol.for("react.profiler"),jn=Symbol.for("react.provider"),Cn=Symbol.for("react.context"),co=Symbol.for("react.forward_ref"),On=Symbol.for("react.suspense"),_n=Symbol.for("react.suspense_list"),k=Symbol.for("react.memo"),F=Symbol.for("react.lazy"),G=Symbol.for("react.scope"),ee=Symbol.for("react.debug_trace_mode"),De=Symbol.for("react.legacy_hidden"),ve=Symbol.for("react.default_value"),Re=Symbol.iterator;function Ke(D){if(D==null)return null;if(typeof D=="function")return D.displayName||D.name||null;if(typeof D=="string")return D;switch(D){case gi:return"Fragment";case pi:return"Portal";case nn:return"Profiler";case Ri:return"StrictMode";case On:return"Suspense";case _n:return"SuspenseList"}if(typeof D=="object")switch(D.$$typeof){case Cn:return(D.displayName||"Context")+".Consumer";case jn:return(D._context.displayName||"Context")+".Provider";case co:var M=D.render;return D=D.displayName,D||(D=M.displayName||M.name||"",D=D!==""?"ForwardRef("+D+")":"ForwardRef"),D;case k:return M=D.displayName||null,M!==null?M:Ke(D.type)||"Memo";case F:M=D._payload,D=D._init;try{return Ke(D(M))}catch{}}return null}var gt={};function mt(D,M){if(D=D.contextTypes,!D)return gt;var W={},Q;for(Q in D)W[Q]=M[Q];return W}var dt=null;function Ft(D,M){if(D!==M){D.context._currentValue=D.parentValue,D=D.parent;var W=M.parent;if(D===null){if(W!==null)throw Error(e(401))}else{if(W===null)throw Error(e(401));Ft(D,W)}M.context._currentValue=M.value}}function Bn(D){D.context._currentValue=D.parentValue,D=D.parent,D!==null&&Bn(D)}function zn(D){var M=D.parent;M!==null&&zn(M),D.context._currentValue=D.value}function En(D,M){if(D.context._currentValue=D.parentValue,D=D.parent,D===null)throw Error(e(402));D.depth===M.depth?Ft(D,M):En(D,M)}function Jr(D,M){var W=M.parent;if(W===null)throw Error(e(402));D.depth===W.depth?Ft(D,W):Jr(D,W),M.context._currentValue=M.value}function lr(D){var M=dt;M!==D&&(M===null?zn(D):D===null?Bn(M):M.depth===D.depth?Ft(M,D):M.depth>D.depth?En(M,D):Jr(M,D),dt=D)}var Gi={isMounted:function(){return!1},enqueueSetState:function(D,M){D=D._reactInternals,D.queue!==null&&D.queue.push(M)},enqueueReplaceState:function(D,M){D=D._reactInternals,D.replace=!0,D.queue=[M]},enqueueForceUpdate:function(){}};function mi(D,M,W,Q){var we=D.state!==void 0?D.state:null;D.updater=Gi,D.props=W,D.state=we;var xe={queue:[],replace:!1};D._reactInternals=xe;var Me=M.contextType;if(D.context=typeof Me=="object"&&Me!==null?Me._currentValue:Q,Me=M.getDerivedStateFromProps,typeof Me=="function"&&(Me=Me(W,we),we=Me==null?we:Zr({},we,Me),D.state=we),typeof M.getDerivedStateFromProps!="function"&&typeof D.getSnapshotBeforeUpdate!="function"&&(typeof D.UNSAFE_componentWillMount=="function"||typeof D.componentWillMount=="function"))if(M=D.state,typeof D.componentWillMount=="function"&&D.componentWillMount(),typeof D.UNSAFE_componentWillMount=="function"&&D.UNSAFE_componentWillMount(),M!==D.state&&Gi.enqueueReplaceState(D,D.state,null),xe.queue!==null&&0<xe.queue.length)if(M=xe.queue,Me=xe.replace,xe.queue=null,xe.replace=!1,Me&&M.length===1)D.state=M[0];else{for(xe=Me?M[0]:D.state,we=!0,Me=Me?1:0;Me<M.length;Me++){var qe=M[Me];qe=typeof qe=="function"?qe.call(D,xe,W,Q):qe,qe!=null&&(we?(we=!1,xe=Zr({},xe,qe)):Zr(xe,qe))}D.state=xe}else xe.queue=null}var qi={id:1,overflow:""};function Lr(D,M,W){var Q=D.id;D=D.overflow;var we=32-Xi(Q)-1;Q&=~(1<<we),W+=1;var xe=32-Xi(M)+we;if(30<xe){var Me=we-we%5;return xe=(Q&(1<<Me)-1).toString(32),Q>>=Me,we-=Me,{id:1<<32-Xi(M)+we|W<<we|Q,overflow:xe+D}}return{id:1<<xe|W<<we|Q,overflow:D}}var Xi=Math.clz32?Math.clz32:is,Wa=Math.log,Ns=Math.LN2;function is(D){return D>>>=0,D===0?32:31-(Wa(D)/Ns|0)|0}function Sr(D,M){return D===M&&(D!==0||1/D===1/M)||D!==D&&M!==M}var za=typeof Object.is=="function"?Object.is:Sr,vi=null,js=null,os=null,rn=null,Gt=!1,Kt=!1,Ii=0,Qr=null,Mo=0;function yi(){if(vi===null)throw Error(e(321));return vi}function ur(){if(0<Mo)throw Error(e(312));return{memoizedState:null,queue:null,next:null}}function Bs(){return rn===null?os===null?(Gt=!1,os=rn=ur()):(Gt=!0,rn=os):rn.next===null?(Gt=!1,rn=rn.next=ur()):(Gt=!0,rn=rn.next),rn}function fo(){js=vi=null,Kt=!1,os=null,Mo=0,rn=Qr=null}function ua(D,M){return typeof M=="function"?M(D):M}function ln(D,M,W){if(vi=yi(),rn=Bs(),Gt){var Q=rn.queue;if(M=Q.dispatch,Qr!==null&&(W=Qr.get(Q),W!==void 0)){Qr.delete(Q),Q=rn.memoizedState;do Q=D(Q,W.action),W=W.next;while(W!==null);return rn.memoizedState=Q,[Q,M]}return[rn.memoizedState,M]}return D=D===ua?typeof M=="function"?M():M:W!==void 0?W(M):M,rn.memoizedState=D,D=rn.queue={last:null,dispatch:null},D=D.dispatch=bi.bind(null,vi,D),[rn.memoizedState,D]}function Lo(D,M){if(vi=yi(),rn=Bs(),M=M===void 0?null:M,rn!==null){var W=rn.memoizedState;if(W!==null&&M!==null){var Q=W[1];e:if(Q===null)Q=!1;else{for(var we=0;we<Q.length&&we<M.length;we++)if(!za(M[we],Q[we])){Q=!1;break e}Q=!0}if(Q)return W[0]}}return D=D(),rn.memoizedState=[D,M],D}function bi(D,M,W){if(25<=Mo)throw Error(e(301));if(D===vi)if(Kt=!0,D={action:W,next:null},Qr===null&&(Qr=new Map),W=Qr.get(M),W===void 0)Qr.set(M,D);else{for(M=W;M.next!==null;)M=M.next;M.next=D}}function ca(){throw Error(e(394))}function ho(){}var cr={readContext:function(D){return D._currentValue},useContext:function(D){return yi(),D._currentValue},useMemo:Lo,useReducer:ln,useRef:function(D){vi=yi(),rn=Bs();var M=rn.memoizedState;return M===null?(D={current:D},rn.memoizedState=D):M},useState:function(D){return ln(ua,D)},useInsertionEffect:ho,useLayoutEffect:function(){},useCallback:function(D,M){return Lo(function(){return D},M)},useImperativeHandle:ho,useEffect:ho,useDebugValue:ho,useDeferredValue:function(D){return yi(),D},useTransition:function(){return yi(),[!1,ca]},useId:function(){var D=js.treeContext,M=D.overflow;D=D.id,D=(D&~(1<<32-Xi(D)-1)).toString(32)+M;var W=h;if(W===null)throw Error(e(404));return M=Ii++,D=":"+W.idPrefix+"R"+D,0<M&&(D+="H"+M.toString(32)),D+":"},useMutableSource:function(D,M){return yi(),M(D._source)},useSyncExternalStore:function(D,M,W){if(W===void 0)throw Error(e(407));return W()}},h=null,b=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function C(D){return console.error(D),null}function P(){}function L(D,M,W,Q,we,xe,Me,qe,ht){var _t=[],St=new Set;return M={destination:null,responseState:M,progressiveChunkSize:Q===void 0?12800:Q,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:St,pingedTasks:_t,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:we===void 0?C:we,onAllReady:xe===void 0?P:xe,onShellReady:Me===void 0?P:Me,onShellError:qe===void 0?P:qe,onFatalError:ht===void 0?P:ht},W=V(M,0,null,W,!1,!1),W.parentFlushed=!0,D=N(M,D,null,W,St,gt,null,qi),_t.push(D),M}function N(D,M,W,Q,we,xe,Me,qe){D.allPendingTasks++,W===null?D.pendingRootTasks++:W.pendingTasks++;var ht={node:M,ping:function(){var _t=D.pingedTasks;_t.push(ht),_t.length===1&&Nr(D)},blockedBoundary:W,blockedSegment:Q,abortSet:we,legacyContext:xe,context:Me,treeContext:qe};return we.add(ht),ht}function V(D,M,W,Q,we,xe){return{status:0,id:-1,index:M,parentFlushed:!1,chunks:[],children:[],formatContext:Q,boundary:W,lastPushedText:we,textEmbedded:xe}}function se(D,M){if(D=D.onError(M),D!=null&&typeof D!="string")throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof D+'" instead');return D}function te(D,M){var W=D.onShellError;W(M),W=D.onFatalError,W(M),D.destination!==null?(D.status=2,y(D.destination,M)):(D.status=1,D.fatalError=M)}function ge(D,M,W,Q,we){for(vi={},js=M,Ii=0,D=W(Q,we);Kt;)Kt=!1,Ii=0,Mo+=1,rn=null,D=W(Q,we);return fo(),D}function _e(D,M,W,Q){var we=W.render(),xe=Q.childContextTypes;if(xe!=null){var Me=M.legacyContext;if(typeof W.getChildContext!="function")Q=Me;else{W=W.getChildContext();for(var qe in W)if(!(qe in xe))throw Error(e(108,Ke(Q)||"Unknown",qe));Q=Zr({},Me,W)}M.legacyContext=Q,Ue(D,M,we),M.legacyContext=Me}else Ue(D,M,we)}function Ie(D,M){if(D&&D.defaultProps){M=Zr({},M),D=D.defaultProps;for(var W in D)M[W]===void 0&&(M[W]=D[W]);return M}return M}function Ee(D,M,W,Q,we){if(typeof W=="function")if(W.prototype&&W.prototype.isReactComponent){we=mt(W,M.legacyContext);var xe=W.contextType;xe=new W(Q,typeof xe=="object"&&xe!==null?xe._currentValue:we),mi(xe,W,Q,we),_e(D,M,xe,W)}else{xe=mt(W,M.legacyContext),we=ge(D,M,W,Q,xe);var Me=Ii!==0;if(typeof we=="object"&&we!==null&&typeof we.render=="function"&&we.$$typeof===void 0)mi(we,W,Q,xe),_e(D,M,we,W);else if(Me){Q=M.treeContext,M.treeContext=Lr(Q,1,0);try{Ue(D,M,we)}finally{M.treeContext=Q}}else Ue(D,M,we)}else if(typeof W=="string"){switch(we=M.blockedSegment,xe=ut(we.chunks,W,Q,D.responseState,we.formatContext),we.lastPushedText=!1,Me=we.formatContext,we.formatContext=Te(Me,W,Q),Tt(D,M,xe),we.formatContext=Me,W){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:we.chunks.push(Dn,f(W),si)}we.lastPushedText=!1}else{switch(W){case De:case ee:case Ri:case nn:case gi:Ue(D,M,Q.children);return;case _n:Ue(D,M,Q.children);return;case G:throw Error(e(343));case On:e:{W=M.blockedBoundary,we=M.blockedSegment,xe=Q.fallback,Q=Q.children,Me=new Set;var qe={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:Me,errorDigest:null},ht=V(D,we.chunks.length,qe,we.formatContext,!1,!1);we.children.push(ht),we.lastPushedText=!1;var _t=V(D,0,null,we.formatContext,!1,!1);_t.parentFlushed=!0,M.blockedBoundary=qe,M.blockedSegment=_t;try{if(Tt(D,M,Q),_t.lastPushedText&&_t.textEmbedded&&_t.chunks.push(Le),_t.status=1,un(qe,_t),qe.pendingTasks===0)break e}catch(St){_t.status=4,qe.forceClientRender=!0,qe.errorDigest=se(D,St)}finally{M.blockedBoundary=W,M.blockedSegment=we}M=N(D,xe,W,ht,Me,M.legacyContext,M.context,M.treeContext),D.pingedTasks.push(M)}return}if(typeof W=="object"&&W!==null)switch(W.$$typeof){case co:if(Q=ge(D,M,W.render,Q,we),Ii!==0){W=M.treeContext,M.treeContext=Lr(W,1,0);try{Ue(D,M,Q)}finally{M.treeContext=W}}else Ue(D,M,Q);return;case k:W=W.type,Q=Ie(W,Q),Ee(D,M,W,Q,we);return;case jn:if(we=Q.children,W=W._context,Q=Q.value,xe=W._currentValue,W._currentValue=Q,Me=dt,dt=Q={parent:Me,depth:Me===null?0:Me.depth+1,context:W,parentValue:xe,value:Q},M.context=Q,Ue(D,M,we),D=dt,D===null)throw Error(e(403));Q=D.parentValue,D.context._currentValue=Q===ve?D.context._defaultValue:Q,D=dt=D.parent,M.context=D;return;case Cn:Q=Q.children,Q=Q(W._currentValue),Ue(D,M,Q);return;case F:we=W._init,W=we(W._payload),Q=Ie(W,Q),Ee(D,M,W,Q,void 0);return}throw Error(e(130,W==null?W:typeof W,""))}}function Ue(D,M,W){if(M.node=W,typeof W=="object"&&W!==null){switch(W.$$typeof){case Wn:Ee(D,M,W.type,W.props,W.ref);return;case pi:throw Error(e(257));case F:var Q=W._init;W=Q(W._payload),Ue(D,M,W);return}if(ze(W)){ot(D,M,W);return}if(W===null||typeof W!="object"?Q=null:(Q=Re&&W[Re]||W["@@iterator"],Q=typeof Q=="function"?Q:null),Q&&(Q=Q.call(W))){if(W=Q.next(),!W.done){var we=[];do we.push(W.value),W=Q.next();while(!W.done);ot(D,M,we)}return}throw D=Object.prototype.toString.call(W),Error(e(31,D==="[object Object]"?"object with keys {"+Object.keys(W).join(", ")+"}":D))}typeof W=="string"?(Q=M.blockedSegment,Q.lastPushedText=He(M.blockedSegment.chunks,W,D.responseState,Q.lastPushedText)):typeof W=="number"&&(Q=M.blockedSegment,Q.lastPushedText=He(M.blockedSegment.chunks,""+W,D.responseState,Q.lastPushedText))}function ot(D,M,W){for(var Q=W.length,we=0;we<Q;we++){var xe=M.treeContext;M.treeContext=Lr(xe,Q,we);try{Tt(D,M,W[we])}finally{M.treeContext=xe}}}function Tt(D,M,W){var Q=M.blockedSegment.formatContext,we=M.legacyContext,xe=M.context;try{return Ue(D,M,W)}catch(ht){if(fo(),typeof ht=="object"&&ht!==null&&typeof ht.then=="function"){W=ht;var Me=M.blockedSegment,qe=V(D,Me.chunks.length,null,Me.formatContext,Me.lastPushedText,!0);Me.children.push(qe),Me.lastPushedText=!1,D=N(D,M.node,M.blockedBoundary,qe,M.abortSet,M.legacyContext,M.context,M.treeContext).ping,W.then(D,D),M.blockedSegment.formatContext=Q,M.legacyContext=we,M.context=xe,lr(xe)}else throw M.blockedSegment.formatContext=Q,M.legacyContext=we,M.context=xe,lr(xe),ht}}function Et(D){var M=D.blockedBoundary;D=D.blockedSegment,D.status=3,Fr(this,M,D)}function Rn(D,M,W){var Q=D.blockedBoundary;D.blockedSegment.status=3,Q===null?(M.allPendingTasks--,M.status!==2&&(M.status=2,M.destination!==null&&M.destination.close())):(Q.pendingTasks--,Q.forceClientRender||(Q.forceClientRender=!0,D=W===void 0?Error(e(432)):W,Q.errorDigest=M.onError(D),Q.parentFlushed&&M.clientRenderedBoundaries.push(Q)),Q.fallbackAbortableTasks.forEach(function(we){return Rn(we,M,W)}),Q.fallbackAbortableTasks.clear(),M.allPendingTasks--,M.allPendingTasks===0&&(Q=M.onAllReady,Q()))}function un(D,M){if(M.chunks.length===0&&M.children.length===1&&M.children[0].boundary===null){var W=M.children[0];W.id=M.id,W.parentFlushed=!0,W.status===1&&un(D,W)}else D.completedSegments.push(M)}function Fr(D,M,W){if(M===null){if(W.parentFlushed){if(D.completedRootSegment!==null)throw Error(e(389));D.completedRootSegment=W}D.pendingRootTasks--,D.pendingRootTasks===0&&(D.onShellError=P,M=D.onShellReady,M())}else M.pendingTasks--,M.forceClientRender||(M.pendingTasks===0?(W.parentFlushed&&W.status===1&&un(M,W),M.parentFlushed&&D.completedBoundaries.push(M),M.fallbackAbortableTasks.forEach(Et,D),M.fallbackAbortableTasks.clear()):W.parentFlushed&&W.status===1&&(un(M,W),M.completedSegments.length===1&&M.parentFlushed&&D.partialBoundaries.push(M)));D.allPendingTasks--,D.allPendingTasks===0&&(D=D.onAllReady,D())}function Nr(D){if(D.status!==2){var M=dt,W=b.current;b.current=cr;var Q=h;h=D.responseState;try{var we=D.pingedTasks,xe;for(xe=0;xe<we.length;xe++){var Me=we[xe],qe=D,ht=Me.blockedSegment;if(ht.status===0){lr(Me.context);try{Ue(qe,Me,Me.node),ht.lastPushedText&&ht.textEmbedded&&ht.chunks.push(Le),Me.abortSet.delete(Me),ht.status=1,Fr(qe,Me.blockedBoundary,ht)}catch($n){if(fo(),typeof $n=="object"&&$n!==null&&typeof $n.then=="function"){var _t=Me.ping;$n.then(_t,_t)}else{Me.abortSet.delete(Me),ht.status=4;var St=Me.blockedBoundary,vt=$n,In=se(qe,vt);if(St===null?te(qe,vt):(St.pendingTasks--,St.forceClientRender||(St.forceClientRender=!0,St.errorDigest=In,St.parentFlushed&&qe.clientRenderedBoundaries.push(St))),qe.allPendingTasks--,qe.allPendingTasks===0){var bn=qe.onAllReady;bn()}}}finally{}}}we.splice(0,xe),D.destination!==null&&go(D,D.destination)}catch($n){se(D,$n),te(D,$n)}finally{h=Q,b.current=W,W===cr&&lr(M)}}}function Lt(D,M,W){switch(W.parentFlushed=!0,W.status){case 0:var Q=W.id=D.nextSegmentId++;return W.lastPushedText=!1,W.textEmbedded=!1,D=D.responseState,i(M,on),i(M,D.placeholderPrefix),D=f(Q.toString(16)),i(M,D),o(M,Ui);case 1:W.status=2;var we=!0;Q=W.chunks;var xe=0;W=W.children;for(var Me=0;Me<W.length;Me++){for(we=W[Me];xe<we.index;xe++)i(M,Q[xe]);we=jr(D,M,we)}for(;xe<Q.length-1;xe++)i(M,Q[xe]);return xe<Q.length&&(we=o(M,Q[xe])),we;default:throw Error(e(390))}}function jr(D,M,W){var Q=W.boundary;if(Q===null)return Lt(D,M,W);if(Q.parentFlushed=!0,Q.forceClientRender)Q=Q.errorDigest,o(M,Nn),i(M,yr),Q&&(i(M,Gr),i(M,f(x(Q))),i(M,Yr)),o(M,Ao),Lt(D,M,W);else if(0<Q.pendingTasks){Q.rootSegmentID=D.nextSegmentId++,0<Q.completedSegments.length&&D.partialBoundaries.push(Q);var we=D.responseState,xe=we.nextSuspenseID++;we=p(we.boundaryPrefix+xe.toString(16)),Q=Q.id=we,Hn(M,D.responseState,Q),Lt(D,M,W)}else if(Q.byteSize>D.progressiveChunkSize)Q.rootSegmentID=D.nextSegmentId++,D.completedBoundaries.push(Q),Hn(M,D.responseState,Q.id),Lt(D,M,W);else{if(o(M,Hi),W=Q.completedSegments,W.length!==1)throw Error(e(391));jr(D,M,W[0])}return o(M,Or)}function jt(D,M,W){return er(M,D.responseState,W.formatContext,W.id),jr(D,M,W),_r(M,W.formatContext)}function Qt(D,M,W){for(var Q=W.completedSegments,we=0;we<Q.length;we++)po(D,M,W,Q[we]);if(Q.length=0,D=D.responseState,Q=W.id,W=W.rootSegmentID,i(M,D.startInlineScript),D.sentCompleteBoundaryFunction?i(M,tr):(D.sentCompleteBoundaryFunction=!0,i(M,Ir)),Q===null)throw Error(e(395));return W=f(W.toString(16)),i(M,Q),i(M,Yi),i(M,D.segmentPrefix),i(M,W),o(M,_i)}function po(D,M,W,Q){if(Q.status===2)return!0;var we=Q.id;if(we===-1){if((Q.id=W.rootSegmentID)===-1)throw Error(e(392));return jt(D,M,Q)}return jt(D,M,Q),D=D.responseState,i(M,D.startInlineScript),D.sentCompleteSegmentFunction?i(M,fi):(D.sentCompleteSegmentFunction=!0,i(M,Rr)),i(M,D.segmentPrefix),we=f(we.toString(16)),i(M,we),i(M,Kr),i(M,D.placeholderPrefix),i(M,we),o(M,wr)}function go(D,M){n=new Uint8Array(512),r=0;try{var W=D.completedRootSegment;if(W!==null&&D.pendingRootTasks===0){jr(D,M,W),D.completedRootSegment=null;var Q=D.responseState.bootstrapChunks;for(W=0;W<Q.length-1;W++)i(M,Q[W]);W<Q.length&&o(M,Q[W])}var we=D.clientRenderedBoundaries,xe;for(xe=0;xe<we.length;xe++){var Me=we[xe];Q=M;var qe=D.responseState,ht=Me.id,_t=Me.errorDigest,St=Me.errorMessage,vt=Me.errorComponentStack;if(i(Q,qe.startInlineScript),qe.sentClientRenderFunction?i(Q,yn):(qe.sentClientRenderFunction=!0,i(Q,ar)),ht===null)throw Error(e(395));i(Q,ht),i(Q,Ar),(_t||St||vt)&&(i(Q,di),i(Q,f(xr(_t||"")))),(St||vt)&&(i(Q,di),i(Q,f(xr(St||"")))),vt&&(i(Q,di),i(Q,f(xr(vt)))),o(Q,Mr)}we.splice(0,xe);var In=D.completedBoundaries;for(xe=0;xe<In.length;xe++)Qt(D,M,In[xe]);In.splice(0,xe),a(M),n=new Uint8Array(512),r=0;var bn=D.partialBoundaries;for(xe=0;xe<bn.length;xe++){var $n=bn[xe];e:{we=D,Me=M;var ss=$n.completedSegments;for(qe=0;qe<ss.length;qe++)if(!po(we,Me,$n,ss[qe])){qe++,ss.splice(0,qe);var fa=!1;break e}ss.splice(0,qe),fa=!0}if(!fa){D.destination=null,xe++,bn.splice(0,xe);return}}bn.splice(0,xe);var mo=D.completedBoundaries;for(xe=0;xe<mo.length;xe++)Qt(D,M,mo[xe]);mo.splice(0,xe)}finally{a(M),D.allPendingTasks===0&&D.pingedTasks.length===0&&D.clientRenderedBoundaries.length===0&&D.completedBoundaries.length===0&&M.close()}}function Tr(D,M){try{var W=D.abortableTasks;W.forEach(function(Q){return Rn(Q,D,M)}),W.clear(),D.destination!==null&&go(D,D.destination)}catch(Q){se(D,Q),te(D,Q)}}return Mh.renderToReadableStream=function(D,M){return new Promise(function(W,Q){var we,xe,Me=new Promise(function(St,vt){xe=St,we=vt}),qe=L(D,Oe(M?M.identifierPrefix:void 0,M?M.nonce:void 0,M?M.bootstrapScriptContent:void 0,M?M.bootstrapScripts:void 0,M?M.bootstrapModules:void 0),me(M?M.namespaceURI:void 0),M?M.progressiveChunkSize:void 0,M?M.onError:void 0,xe,function(){var St=new ReadableStream({type:"bytes",pull:function(vt){if(qe.status===1)qe.status=2,y(vt,qe.fatalError);else if(qe.status!==2&&qe.destination===null){qe.destination=vt;try{go(qe,vt)}catch(In){se(qe,In),te(qe,In)}}},cancel:function(){Tr(qe)}},{highWaterMark:0});St.allReady=Me,W(St)},function(St){Me.catch(function(){}),Q(St)},we);if(M&&M.signal){var ht=M.signal,_t=function(){Tr(qe,ht.reason),ht.removeEventListener("abort",_t)};ht.addEventListener("abort",_t)}Nr(qe)})},Mh.version="18.3.1",Mh}var cc={};/**
57
+ `&&D.push(Dr),xe;case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":D.push(fn(M));for(var bn in W)if(g.call(W,bn)&&(xe=W[bn],xe!=null))switch(bn){case"children":case"dangerouslySetInnerHTML":throw Error(e(399,M));default:It(D,Q,bn,xe)}return D.push(Vn),null;case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return Vi(D,W,M,Q);case"html":return we.insertionMode===0&&D.push(dn),Vi(D,W,M,Q);default:if(M.indexOf("-")===-1&&typeof W.is!="string")return Vi(D,W,M,Q);D.push(fn(M)),Me=xe=null;for(_t in W)if(g.call(W,_t)&&(qe=W[_t],qe!=null))switch(_t){case"children":xe=qe;break;case"dangerouslySetInnerHTML":Me=qe;break;case"style":ct(D,Q,qe);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:A(_t)&&typeof qe!="function"&&typeof qe!="symbol"&&D.push(pt,f(_t),ft,f(x(qe)),yt)}return D.push(Mt),vr(D,Me,xe),xe}}var Dn=p("</"),si=p(">"),on=p('<template id="'),Ui=p('"></template>'),Hi=p("<!--$-->"),Wi=p('<!--$?--><template id="'),Pr=p('"></template>'),Nn=p("<!--$!-->"),Or=p("<!--/$-->"),yr=p("<template"),Yr=p('"'),Gr=p(' data-dgst="');p(' data-msg="'),p(' data-stck="');var Ao=p("></template>");function Hn(D,M,W){if(i(D,Wi),W===null)throw Error(e(395));return i(D,W),o(D,Pr)}var qr=p('<div hidden id="'),Qn=p('">'),Wt=p("</div>"),ai=p('<svg aria-hidden="true" style="display:none" id="'),zi=p('">'),Pn=p("</svg>"),hn=p('<math aria-hidden="true" style="display:none" id="'),li=p('">'),ui=p("</math>"),Tn=p('<table hidden id="'),ao=p('">'),br=p("</table>"),ci=p('<table hidden><tbody id="'),an=p('">'),Pi=p("</tbody></table>"),Ls=p('<table hidden><tr id="'),Fs=p('">'),Xr=p("</tr></table>"),lo=p('<table hidden><colgroup id="'),uo=p('">'),Oi=p("</colgroup></table>");function er(D,M,W,Q){switch(W.insertionMode){case 0:case 1:return i(D,qr),i(D,M.segmentPrefix),i(D,f(Q.toString(16))),o(D,Qn);case 2:return i(D,ai),i(D,M.segmentPrefix),i(D,f(Q.toString(16))),o(D,zi);case 3:return i(D,hn),i(D,M.segmentPrefix),i(D,f(Q.toString(16))),o(D,li);case 4:return i(D,Tn),i(D,M.segmentPrefix),i(D,f(Q.toString(16))),o(D,ao);case 5:return i(D,ci),i(D,M.segmentPrefix),i(D,f(Q.toString(16))),o(D,an);case 6:return i(D,Ls),i(D,M.segmentPrefix),i(D,f(Q.toString(16))),o(D,Fs);case 7:return i(D,lo),i(D,M.segmentPrefix),i(D,f(Q.toString(16))),o(D,uo);default:throw Error(e(397))}}function _r(D,M){switch(M.insertionMode){case 0:case 1:return o(D,Wt);case 2:return o(D,Pn);case 3:return o(D,ui);case 4:return o(D,br);case 5:return o(D,Pi);case 6:return o(D,Xr);case 7:return o(D,Oi);default:throw Error(e(397))}}var Rr=p('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'),fi=p('$RS("'),Kr=p('","'),wr=p('")<\/script>'),Ir=p('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("'),tr=p('$RC("'),Yi=p('","'),_i=p('")<\/script>'),ar=p('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("'),yn=p('$RX("'),Ar=p('"'),Mr=p(")<\/script>"),di=p(","),hi=/[<\u2028\u2029]/g;function xr(D){return JSON.stringify(D).replace(hi,function(M){switch(M){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var Zr=Object.assign,Wn=Symbol.for("react.element"),pi=Symbol.for("react.portal"),gi=Symbol.for("react.fragment"),Ri=Symbol.for("react.strict_mode"),nn=Symbol.for("react.profiler"),jn=Symbol.for("react.provider"),Cn=Symbol.for("react.context"),co=Symbol.for("react.forward_ref"),On=Symbol.for("react.suspense"),_n=Symbol.for("react.suspense_list"),k=Symbol.for("react.memo"),F=Symbol.for("react.lazy"),G=Symbol.for("react.scope"),ee=Symbol.for("react.debug_trace_mode"),De=Symbol.for("react.legacy_hidden"),ve=Symbol.for("react.default_value"),Re=Symbol.iterator;function Ke(D){if(D==null)return null;if(typeof D=="function")return D.displayName||D.name||null;if(typeof D=="string")return D;switch(D){case gi:return"Fragment";case pi:return"Portal";case nn:return"Profiler";case Ri:return"StrictMode";case On:return"Suspense";case _n:return"SuspenseList"}if(typeof D=="object")switch(D.$$typeof){case Cn:return(D.displayName||"Context")+".Consumer";case jn:return(D._context.displayName||"Context")+".Provider";case co:var M=D.render;return D=D.displayName,D||(D=M.displayName||M.name||"",D=D!==""?"ForwardRef("+D+")":"ForwardRef"),D;case k:return M=D.displayName||null,M!==null?M:Ke(D.type)||"Memo";case F:M=D._payload,D=D._init;try{return Ke(D(M))}catch{}}return null}var gt={};function mt(D,M){if(D=D.contextTypes,!D)return gt;var W={},Q;for(Q in D)W[Q]=M[Q];return W}var dt=null;function Ft(D,M){if(D!==M){D.context._currentValue=D.parentValue,D=D.parent;var W=M.parent;if(D===null){if(W!==null)throw Error(e(401))}else{if(W===null)throw Error(e(401));Ft(D,W)}M.context._currentValue=M.value}}function Bn(D){D.context._currentValue=D.parentValue,D=D.parent,D!==null&&Bn(D)}function zn(D){var M=D.parent;M!==null&&zn(M),D.context._currentValue=D.value}function En(D,M){if(D.context._currentValue=D.parentValue,D=D.parent,D===null)throw Error(e(402));D.depth===M.depth?Ft(D,M):En(D,M)}function Jr(D,M){var W=M.parent;if(W===null)throw Error(e(402));D.depth===W.depth?Ft(D,W):Jr(D,W),M.context._currentValue=M.value}function lr(D){var M=dt;M!==D&&(M===null?zn(D):D===null?Bn(M):M.depth===D.depth?Ft(M,D):M.depth>D.depth?En(M,D):Jr(M,D),dt=D)}var Gi={isMounted:function(){return!1},enqueueSetState:function(D,M){D=D._reactInternals,D.queue!==null&&D.queue.push(M)},enqueueReplaceState:function(D,M){D=D._reactInternals,D.replace=!0,D.queue=[M]},enqueueForceUpdate:function(){}};function mi(D,M,W,Q){var we=D.state!==void 0?D.state:null;D.updater=Gi,D.props=W,D.state=we;var xe={queue:[],replace:!1};D._reactInternals=xe;var Me=M.contextType;if(D.context=typeof Me=="object"&&Me!==null?Me._currentValue:Q,Me=M.getDerivedStateFromProps,typeof Me=="function"&&(Me=Me(W,we),we=Me==null?we:Zr({},we,Me),D.state=we),typeof M.getDerivedStateFromProps!="function"&&typeof D.getSnapshotBeforeUpdate!="function"&&(typeof D.UNSAFE_componentWillMount=="function"||typeof D.componentWillMount=="function"))if(M=D.state,typeof D.componentWillMount=="function"&&D.componentWillMount(),typeof D.UNSAFE_componentWillMount=="function"&&D.UNSAFE_componentWillMount(),M!==D.state&&Gi.enqueueReplaceState(D,D.state,null),xe.queue!==null&&0<xe.queue.length)if(M=xe.queue,Me=xe.replace,xe.queue=null,xe.replace=!1,Me&&M.length===1)D.state=M[0];else{for(xe=Me?M[0]:D.state,we=!0,Me=Me?1:0;Me<M.length;Me++){var qe=M[Me];qe=typeof qe=="function"?qe.call(D,xe,W,Q):qe,qe!=null&&(we?(we=!1,xe=Zr({},xe,qe)):Zr(xe,qe))}D.state=xe}else xe.queue=null}var qi={id:1,overflow:""};function Lr(D,M,W){var Q=D.id;D=D.overflow;var we=32-Xi(Q)-1;Q&=~(1<<we),W+=1;var xe=32-Xi(M)+we;if(30<xe){var Me=we-we%5;return xe=(Q&(1<<Me)-1).toString(32),Q>>=Me,we-=Me,{id:1<<32-Xi(M)+we|W<<we|Q,overflow:xe+D}}return{id:1<<xe|W<<we|Q,overflow:D}}var Xi=Math.clz32?Math.clz32:is,Wa=Math.log,Ns=Math.LN2;function is(D){return D>>>=0,D===0?32:31-(Wa(D)/Ns|0)|0}function Sr(D,M){return D===M&&(D!==0||1/D===1/M)||D!==D&&M!==M}var za=typeof Object.is=="function"?Object.is:Sr,vi=null,js=null,os=null,rn=null,Gt=!1,Kt=!1,Ii=0,Qr=null,Mo=0;function yi(){if(vi===null)throw Error(e(321));return vi}function ur(){if(0<Mo)throw Error(e(312));return{memoizedState:null,queue:null,next:null}}function Bs(){return rn===null?os===null?(Gt=!1,os=rn=ur()):(Gt=!0,rn=os):rn.next===null?(Gt=!1,rn=rn.next=ur()):(Gt=!0,rn=rn.next),rn}function fo(){js=vi=null,Kt=!1,os=null,Mo=0,rn=Qr=null}function ua(D,M){return typeof M=="function"?M(D):M}function ln(D,M,W){if(vi=yi(),rn=Bs(),Gt){var Q=rn.queue;if(M=Q.dispatch,Qr!==null&&(W=Qr.get(Q),W!==void 0)){Qr.delete(Q),Q=rn.memoizedState;do Q=D(Q,W.action),W=W.next;while(W!==null);return rn.memoizedState=Q,[Q,M]}return[rn.memoizedState,M]}return D=D===ua?typeof M=="function"?M():M:W!==void 0?W(M):M,rn.memoizedState=D,D=rn.queue={last:null,dispatch:null},D=D.dispatch=bi.bind(null,vi,D),[rn.memoizedState,D]}function Lo(D,M){if(vi=yi(),rn=Bs(),M=M===void 0?null:M,rn!==null){var W=rn.memoizedState;if(W!==null&&M!==null){var Q=W[1];e:if(Q===null)Q=!1;else{for(var we=0;we<Q.length&&we<M.length;we++)if(!za(M[we],Q[we])){Q=!1;break e}Q=!0}if(Q)return W[0]}}return D=D(),rn.memoizedState=[D,M],D}function bi(D,M,W){if(25<=Mo)throw Error(e(301));if(D===vi)if(Kt=!0,D={action:W,next:null},Qr===null&&(Qr=new Map),W=Qr.get(M),W===void 0)Qr.set(M,D);else{for(M=W;M.next!==null;)M=M.next;M.next=D}}function ca(){throw Error(e(394))}function ho(){}var cr={readContext:function(D){return D._currentValue},useContext:function(D){return yi(),D._currentValue},useMemo:Lo,useReducer:ln,useRef:function(D){vi=yi(),rn=Bs();var M=rn.memoizedState;return M===null?(D={current:D},rn.memoizedState=D):M},useState:function(D){return ln(ua,D)},useInsertionEffect:ho,useLayoutEffect:function(){},useCallback:function(D,M){return Lo(function(){return D},M)},useImperativeHandle:ho,useEffect:ho,useDebugValue:ho,useDeferredValue:function(D){return yi(),D},useTransition:function(){return yi(),[!1,ca]},useId:function(){var D=js.treeContext,M=D.overflow;D=D.id,D=(D&~(1<<32-Xi(D)-1)).toString(32)+M;var W=h;if(W===null)throw Error(e(404));return M=Ii++,D=":"+W.idPrefix+"R"+D,0<M&&(D+="H"+M.toString(32)),D+":"},useMutableSource:function(D,M){return yi(),M(D._source)},useSyncExternalStore:function(D,M,W){if(W===void 0)throw Error(e(407));return W()}},h=null,b=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function C(D){return console.error(D),null}function P(){}function L(D,M,W,Q,we,xe,Me,qe,ht){var _t=[],St=new Set;return M={destination:null,responseState:M,progressiveChunkSize:Q===void 0?12800:Q,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:St,pingedTasks:_t,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:we===void 0?C:we,onAllReady:xe===void 0?P:xe,onShellReady:Me===void 0?P:Me,onShellError:qe===void 0?P:qe,onFatalError:ht===void 0?P:ht},W=V(M,0,null,W,!1,!1),W.parentFlushed=!0,D=N(M,D,null,W,St,gt,null,qi),_t.push(D),M}function N(D,M,W,Q,we,xe,Me,qe){D.allPendingTasks++,W===null?D.pendingRootTasks++:W.pendingTasks++;var ht={node:M,ping:function(){var _t=D.pingedTasks;_t.push(ht),_t.length===1&&Nr(D)},blockedBoundary:W,blockedSegment:Q,abortSet:we,legacyContext:xe,context:Me,treeContext:qe};return we.add(ht),ht}function V(D,M,W,Q,we,xe){return{status:0,id:-1,index:M,parentFlushed:!1,chunks:[],children:[],formatContext:Q,boundary:W,lastPushedText:we,textEmbedded:xe}}function se(D,M){if(D=D.onError(M),D!=null&&typeof D!="string")throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof D+'" instead');return D}function te(D,M){var W=D.onShellError;W(M),W=D.onFatalError,W(M),D.destination!==null?(D.status=2,y(D.destination,M)):(D.status=1,D.fatalError=M)}function ge(D,M,W,Q,we){for(vi={},js=M,Ii=0,D=W(Q,we);Kt;)Kt=!1,Ii=0,Mo+=1,rn=null,D=W(Q,we);return fo(),D}function _e(D,M,W,Q){var we=W.render(),xe=Q.childContextTypes;if(xe!=null){var Me=M.legacyContext;if(typeof W.getChildContext!="function")Q=Me;else{W=W.getChildContext();for(var qe in W)if(!(qe in xe))throw Error(e(108,Ke(Q)||"Unknown",qe));Q=Zr({},Me,W)}M.legacyContext=Q,Ue(D,M,we),M.legacyContext=Me}else Ue(D,M,we)}function Ie(D,M){if(D&&D.defaultProps){M=Zr({},M),D=D.defaultProps;for(var W in D)M[W]===void 0&&(M[W]=D[W]);return M}return M}function Ee(D,M,W,Q,we){if(typeof W=="function")if(W.prototype&&W.prototype.isReactComponent){we=mt(W,M.legacyContext);var xe=W.contextType;xe=new W(Q,typeof xe=="object"&&xe!==null?xe._currentValue:we),mi(xe,W,Q,we),_e(D,M,xe,W)}else{xe=mt(W,M.legacyContext),we=ge(D,M,W,Q,xe);var Me=Ii!==0;if(typeof we=="object"&&we!==null&&typeof we.render=="function"&&we.$$typeof===void 0)mi(we,W,Q,xe),_e(D,M,we,W);else if(Me){Q=M.treeContext,M.treeContext=Lr(Q,1,0);try{Ue(D,M,we)}finally{M.treeContext=Q}}else Ue(D,M,we)}else if(typeof W=="string"){switch(we=M.blockedSegment,xe=ut(we.chunks,W,Q,D.responseState,we.formatContext),we.lastPushedText=!1,Me=we.formatContext,we.formatContext=Te(Me,W,Q),Tt(D,M,xe),we.formatContext=Me,W){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:we.chunks.push(Dn,f(W),si)}we.lastPushedText=!1}else{switch(W){case De:case ee:case Ri:case nn:case gi:Ue(D,M,Q.children);return;case _n:Ue(D,M,Q.children);return;case G:throw Error(e(343));case On:e:{W=M.blockedBoundary,we=M.blockedSegment,xe=Q.fallback,Q=Q.children,Me=new Set;var qe={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:Me,errorDigest:null},ht=V(D,we.chunks.length,qe,we.formatContext,!1,!1);we.children.push(ht),we.lastPushedText=!1;var _t=V(D,0,null,we.formatContext,!1,!1);_t.parentFlushed=!0,M.blockedBoundary=qe,M.blockedSegment=_t;try{if(Tt(D,M,Q),_t.lastPushedText&&_t.textEmbedded&&_t.chunks.push(Le),_t.status=1,un(qe,_t),qe.pendingTasks===0)break e}catch(St){_t.status=4,qe.forceClientRender=!0,qe.errorDigest=se(D,St)}finally{M.blockedBoundary=W,M.blockedSegment=we}M=N(D,xe,W,ht,Me,M.legacyContext,M.context,M.treeContext),D.pingedTasks.push(M)}return}if(typeof W=="object"&&W!==null)switch(W.$$typeof){case co:if(Q=ge(D,M,W.render,Q,we),Ii!==0){W=M.treeContext,M.treeContext=Lr(W,1,0);try{Ue(D,M,Q)}finally{M.treeContext=W}}else Ue(D,M,Q);return;case k:W=W.type,Q=Ie(W,Q),Ee(D,M,W,Q,we);return;case jn:if(we=Q.children,W=W._context,Q=Q.value,xe=W._currentValue,W._currentValue=Q,Me=dt,dt=Q={parent:Me,depth:Me===null?0:Me.depth+1,context:W,parentValue:xe,value:Q},M.context=Q,Ue(D,M,we),D=dt,D===null)throw Error(e(403));Q=D.parentValue,D.context._currentValue=Q===ve?D.context._defaultValue:Q,D=dt=D.parent,M.context=D;return;case Cn:Q=Q.children,Q=Q(W._currentValue),Ue(D,M,Q);return;case F:we=W._init,W=we(W._payload),Q=Ie(W,Q),Ee(D,M,W,Q,void 0);return}throw Error(e(130,W==null?W:typeof W,""))}}function Ue(D,M,W){if(M.node=W,typeof W=="object"&&W!==null){switch(W.$$typeof){case Wn:Ee(D,M,W.type,W.props,W.ref);return;case pi:throw Error(e(257));case F:var Q=W._init;W=Q(W._payload),Ue(D,M,W);return}if(ze(W)){ot(D,M,W);return}if(W===null||typeof W!="object"?Q=null:(Q=Re&&W[Re]||W["@@iterator"],Q=typeof Q=="function"?Q:null),Q&&(Q=Q.call(W))){if(W=Q.next(),!W.done){var we=[];do we.push(W.value),W=Q.next();while(!W.done);ot(D,M,we)}return}throw D=Object.prototype.toString.call(W),Error(e(31,D==="[object Object]"?"object with keys {"+Object.keys(W).join(", ")+"}":D))}typeof W=="string"?(Q=M.blockedSegment,Q.lastPushedText=He(M.blockedSegment.chunks,W,D.responseState,Q.lastPushedText)):typeof W=="number"&&(Q=M.blockedSegment,Q.lastPushedText=He(M.blockedSegment.chunks,""+W,D.responseState,Q.lastPushedText))}function ot(D,M,W){for(var Q=W.length,we=0;we<Q;we++){var xe=M.treeContext;M.treeContext=Lr(xe,Q,we);try{Tt(D,M,W[we])}finally{M.treeContext=xe}}}function Tt(D,M,W){var Q=M.blockedSegment.formatContext,we=M.legacyContext,xe=M.context;try{return Ue(D,M,W)}catch(ht){if(fo(),typeof ht=="object"&&ht!==null&&typeof ht.then=="function"){W=ht;var Me=M.blockedSegment,qe=V(D,Me.chunks.length,null,Me.formatContext,Me.lastPushedText,!0);Me.children.push(qe),Me.lastPushedText=!1,D=N(D,M.node,M.blockedBoundary,qe,M.abortSet,M.legacyContext,M.context,M.treeContext).ping,W.then(D,D),M.blockedSegment.formatContext=Q,M.legacyContext=we,M.context=xe,lr(xe)}else throw M.blockedSegment.formatContext=Q,M.legacyContext=we,M.context=xe,lr(xe),ht}}function Et(D){var M=D.blockedBoundary;D=D.blockedSegment,D.status=3,Fr(this,M,D)}function Rn(D,M,W){var Q=D.blockedBoundary;D.blockedSegment.status=3,Q===null?(M.allPendingTasks--,M.status!==2&&(M.status=2,M.destination!==null&&M.destination.close())):(Q.pendingTasks--,Q.forceClientRender||(Q.forceClientRender=!0,D=W===void 0?Error(e(432)):W,Q.errorDigest=M.onError(D),Q.parentFlushed&&M.clientRenderedBoundaries.push(Q)),Q.fallbackAbortableTasks.forEach(function(we){return Rn(we,M,W)}),Q.fallbackAbortableTasks.clear(),M.allPendingTasks--,M.allPendingTasks===0&&(Q=M.onAllReady,Q()))}function un(D,M){if(M.chunks.length===0&&M.children.length===1&&M.children[0].boundary===null){var W=M.children[0];W.id=M.id,W.parentFlushed=!0,W.status===1&&un(D,W)}else D.completedSegments.push(M)}function Fr(D,M,W){if(M===null){if(W.parentFlushed){if(D.completedRootSegment!==null)throw Error(e(389));D.completedRootSegment=W}D.pendingRootTasks--,D.pendingRootTasks===0&&(D.onShellError=P,M=D.onShellReady,M())}else M.pendingTasks--,M.forceClientRender||(M.pendingTasks===0?(W.parentFlushed&&W.status===1&&un(M,W),M.parentFlushed&&D.completedBoundaries.push(M),M.fallbackAbortableTasks.forEach(Et,D),M.fallbackAbortableTasks.clear()):W.parentFlushed&&W.status===1&&(un(M,W),M.completedSegments.length===1&&M.parentFlushed&&D.partialBoundaries.push(M)));D.allPendingTasks--,D.allPendingTasks===0&&(D=D.onAllReady,D())}function Nr(D){if(D.status!==2){var M=dt,W=b.current;b.current=cr;var Q=h;h=D.responseState;try{var we=D.pingedTasks,xe;for(xe=0;xe<we.length;xe++){var Me=we[xe],qe=D,ht=Me.blockedSegment;if(ht.status===0){lr(Me.context);try{Ue(qe,Me,Me.node),ht.lastPushedText&&ht.textEmbedded&&ht.chunks.push(Le),Me.abortSet.delete(Me),ht.status=1,Fr(qe,Me.blockedBoundary,ht)}catch($n){if(fo(),typeof $n=="object"&&$n!==null&&typeof $n.then=="function"){var _t=Me.ping;$n.then(_t,_t)}else{Me.abortSet.delete(Me),ht.status=4;var St=Me.blockedBoundary,vt=$n,In=se(qe,vt);if(St===null?te(qe,vt):(St.pendingTasks--,St.forceClientRender||(St.forceClientRender=!0,St.errorDigest=In,St.parentFlushed&&qe.clientRenderedBoundaries.push(St))),qe.allPendingTasks--,qe.allPendingTasks===0){var bn=qe.onAllReady;bn()}}}finally{}}}we.splice(0,xe),D.destination!==null&&go(D,D.destination)}catch($n){se(D,$n),te(D,$n)}finally{h=Q,b.current=W,W===cr&&lr(M)}}}function Lt(D,M,W){switch(W.parentFlushed=!0,W.status){case 0:var Q=W.id=D.nextSegmentId++;return W.lastPushedText=!1,W.textEmbedded=!1,D=D.responseState,i(M,on),i(M,D.placeholderPrefix),D=f(Q.toString(16)),i(M,D),o(M,Ui);case 1:W.status=2;var we=!0;Q=W.chunks;var xe=0;W=W.children;for(var Me=0;Me<W.length;Me++){for(we=W[Me];xe<we.index;xe++)i(M,Q[xe]);we=jr(D,M,we)}for(;xe<Q.length-1;xe++)i(M,Q[xe]);return xe<Q.length&&(we=o(M,Q[xe])),we;default:throw Error(e(390))}}function jr(D,M,W){var Q=W.boundary;if(Q===null)return Lt(D,M,W);if(Q.parentFlushed=!0,Q.forceClientRender)Q=Q.errorDigest,o(M,Nn),i(M,yr),Q&&(i(M,Gr),i(M,f(x(Q))),i(M,Yr)),o(M,Ao),Lt(D,M,W);else if(0<Q.pendingTasks){Q.rootSegmentID=D.nextSegmentId++,0<Q.completedSegments.length&&D.partialBoundaries.push(Q);var we=D.responseState,xe=we.nextSuspenseID++;we=p(we.boundaryPrefix+xe.toString(16)),Q=Q.id=we,Hn(M,D.responseState,Q),Lt(D,M,W)}else if(Q.byteSize>D.progressiveChunkSize)Q.rootSegmentID=D.nextSegmentId++,D.completedBoundaries.push(Q),Hn(M,D.responseState,Q.id),Lt(D,M,W);else{if(o(M,Hi),W=Q.completedSegments,W.length!==1)throw Error(e(391));jr(D,M,W[0])}return o(M,Or)}function jt(D,M,W){return er(M,D.responseState,W.formatContext,W.id),jr(D,M,W),_r(M,W.formatContext)}function Qt(D,M,W){for(var Q=W.completedSegments,we=0;we<Q.length;we++)po(D,M,W,Q[we]);if(Q.length=0,D=D.responseState,Q=W.id,W=W.rootSegmentID,i(M,D.startInlineScript),D.sentCompleteBoundaryFunction?i(M,tr):(D.sentCompleteBoundaryFunction=!0,i(M,Ir)),Q===null)throw Error(e(395));return W=f(W.toString(16)),i(M,Q),i(M,Yi),i(M,D.segmentPrefix),i(M,W),o(M,_i)}function po(D,M,W,Q){if(Q.status===2)return!0;var we=Q.id;if(we===-1){if((Q.id=W.rootSegmentID)===-1)throw Error(e(392));return jt(D,M,Q)}return jt(D,M,Q),D=D.responseState,i(M,D.startInlineScript),D.sentCompleteSegmentFunction?i(M,fi):(D.sentCompleteSegmentFunction=!0,i(M,Rr)),i(M,D.segmentPrefix),we=f(we.toString(16)),i(M,we),i(M,Kr),i(M,D.placeholderPrefix),i(M,we),o(M,wr)}function go(D,M){n=new Uint8Array(512),r=0;try{var W=D.completedRootSegment;if(W!==null&&D.pendingRootTasks===0){jr(D,M,W),D.completedRootSegment=null;var Q=D.responseState.bootstrapChunks;for(W=0;W<Q.length-1;W++)i(M,Q[W]);W<Q.length&&o(M,Q[W])}var we=D.clientRenderedBoundaries,xe;for(xe=0;xe<we.length;xe++){var Me=we[xe];Q=M;var qe=D.responseState,ht=Me.id,_t=Me.errorDigest,St=Me.errorMessage,vt=Me.errorComponentStack;if(i(Q,qe.startInlineScript),qe.sentClientRenderFunction?i(Q,yn):(qe.sentClientRenderFunction=!0,i(Q,ar)),ht===null)throw Error(e(395));i(Q,ht),i(Q,Ar),(_t||St||vt)&&(i(Q,di),i(Q,f(xr(_t||"")))),(St||vt)&&(i(Q,di),i(Q,f(xr(St||"")))),vt&&(i(Q,di),i(Q,f(xr(vt)))),o(Q,Mr)}we.splice(0,xe);var In=D.completedBoundaries;for(xe=0;xe<In.length;xe++)Qt(D,M,In[xe]);In.splice(0,xe),a(M),n=new Uint8Array(512),r=0;var bn=D.partialBoundaries;for(xe=0;xe<bn.length;xe++){var $n=bn[xe];e:{we=D,Me=M;var ss=$n.completedSegments;for(qe=0;qe<ss.length;qe++)if(!po(we,Me,$n,ss[qe])){qe++,ss.splice(0,qe);var fa=!1;break e}ss.splice(0,qe),fa=!0}if(!fa){D.destination=null,xe++,bn.splice(0,xe);return}}bn.splice(0,xe);var mo=D.completedBoundaries;for(xe=0;xe<mo.length;xe++)Qt(D,M,mo[xe]);mo.splice(0,xe)}finally{a(M),D.allPendingTasks===0&&D.pingedTasks.length===0&&D.clientRenderedBoundaries.length===0&&D.completedBoundaries.length===0&&M.close()}}function Tr(D,M){try{var W=D.abortableTasks;W.forEach(function(Q){return Rn(Q,D,M)}),W.clear(),D.destination!==null&&go(D,D.destination)}catch(Q){se(D,Q),te(D,Q)}}return Lh.renderToReadableStream=function(D,M){return new Promise(function(W,Q){var we,xe,Me=new Promise(function(St,vt){xe=St,we=vt}),qe=L(D,Oe(M?M.identifierPrefix:void 0,M?M.nonce:void 0,M?M.bootstrapScriptContent:void 0,M?M.bootstrapScripts:void 0,M?M.bootstrapModules:void 0),me(M?M.namespaceURI:void 0),M?M.progressiveChunkSize:void 0,M?M.onError:void 0,xe,function(){var St=new ReadableStream({type:"bytes",pull:function(vt){if(qe.status===1)qe.status=2,y(vt,qe.fatalError);else if(qe.status!==2&&qe.destination===null){qe.destination=vt;try{go(qe,vt)}catch(In){se(qe,In),te(qe,In)}}},cancel:function(){Tr(qe)}},{highWaterMark:0});St.allReady=Me,W(St)},function(St){Me.catch(function(){}),Q(St)},we);if(M&&M.signal){var ht=M.signal,_t=function(){Tr(qe,ht.reason),ht.removeEventListener("abort",_t)};ht.addEventListener("abort",_t)}Nr(qe)})},Lh.version="18.3.1",Lh}var cc={};/**
58
58
  * @license React
59
59
  * react-dom-server-legacy.browser.development.js
60
60
  *
@@ -93,7 +93,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
93
93
  Previous: %s
94
94
  Incoming: %s`,xi,"["+l.join(", ")+"]","["+d.join(", ")+"]");for(var m=0;m<d.length&&m<l.length;m++)if(!Gf(l[m],d[m]))return!1;return!0}function Vr(){if(ps>0)throw new Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function Zi(){return qt===null?$l===null?(wi=!1,$l=qt=Vr()):(wi=!0,qt=$l):qt.next===null?(wi=!1,qt=qt.next=Vr()):(wi=!0,qt=qt.next),qt}function Ys(l,d){$r=d,Bu=l,ni=!1,zs=0}function $c(l,d,m,S){for(;Ta;)Ta=!1,zs=0,ps+=1,qt=null,m=l(d,S);return Si(),m}function Vu(){var l=zs!==0;return l}function Si(){ni=!1,$r=null,Bu=null,Ta=!1,$l=null,ps=0,Zt=null,qt=null}function Uu(l){return ni&&i("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),ds(l)}function Gs(l){return xi="useContext",To(),ds(l)}function Ur(l,d){return typeof d=="function"?d(l):d}function Hu(l){return xi="useState",Wu(Ur,l)}function Wu(l,d,m){if(l!==Ur&&(xi="useReducer"),$r=To(),qt=Zi(),wi){var S=qt.queue,_=S.dispatch;if(Zt!==null){var B=Zt.get(S);if(B!==void 0){Zt.delete(S);var Y=qt.memoizedState,re=B;do{var Se=re.action;ni=!0,Y=l(Y,Se),ni=!1,re=re.next}while(re!==null);return qt.memoizedState=Y,[Y,_]}}return[qt.memoizedState,_]}else{ni=!0;var $e;l===Ur?$e=typeof d=="function"?d():d:$e=m!==void 0?m(d):d,ni=!1,qt.memoizedState=$e;var Xe=qt.queue={last:null,dispatch:null},rt=Xe.dispatch=Yu.bind(null,$r,Xe);return[qt.memoizedState,rt]}}function zu(l,d){$r=To(),qt=Zi();var m=d===void 0?null:d;if(qt!==null){var S=qt.memoizedState;if(S!==null&&m!==null){var _=S[1];if($u(m,_))return S[0]}}ni=!0;var B=l();return ni=!1,qt.memoizedState=[B,m],B}function qs(l){$r=To(),qt=Zi();var d=qt.memoizedState;if(d===null){var m={current:l};return Object.seal(m),qt.memoizedState=m,m}else return d}function gs(l,d){xi="useLayoutEffect",i("useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a mismatch between the initial, non-hydrated UI and the intended UI. To avoid this, useLayoutEffect should only be used in components that render exclusively on the client. See https://reactjs.org/link/uselayouteffect-ssr for common fixes.")}function Yu(l,d,m){if(ps>=nl)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(l===$r){Ta=!0;var S={action:m,next:null};Zt===null&&(Zt=new Map);var _=Zt.get(d);if(_===void 0)Zt.set(d,S);else{for(var B=_;B.next!==null;)B=B.next;B.next=S}}}function Vc(l,d){return zu(function(){return l},d)}function Vl(l,d,m){return To(),d(l._source)}function qf(l,d,m){if(m===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return m()}function Uc(l){return To(),l}function fr(){throw new Error("startTransition cannot be called during server rendering.")}function Gu(){return To(),[!1,fr]}function Hc(){var l=Bu,d=Hf(l.treeContext),m=Ca;if(m===null)throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");var S=zs++;return yn(m,d,S)}function Ti(){}var Ul={readContext:Uu,useContext:Gs,useMemo:zu,useReducer:Wu,useRef:qs,useState:Hu,useInsertionEffect:Ti,useLayoutEffect:gs,useCallback:Vc,useImperativeHandle:Ti,useEffect:Ti,useDebugValue:Ti,useDeferredValue:Uc,useTransition:Gu,useId:Hc,useMutableSource:Vl,useSyncExternalStore:qf},Ca=null;function ms(l){Ca=l}function rl(l){try{var d="",m=l;do{switch(m.tag){case 0:d+=ma(m.type,null,null);break;case 1:d+=ls(m.type,null,null);break;case 2:d+=Bo(m.type,null,null);break}m=m.parent}while(m);return d}catch(S){return`
95
95
  Error generating stack: `+S.message+`
96
- `+S.stack}}var rr=n.ReactCurrentDispatcher,Xs=n.ReactDebugCurrentFrame,Hl=0,Ea=1,Wl=2,ka=3,zl=4,Co=0,Yl=1,Ks=2,Wc=12800;function il(l){return console.error(l),null}function Da(){}function Pa(l,d,m,S,_,B,Y,re,Se){var $e=[],Xe=new Set,rt={destination:null,responseState:d,progressiveChunkSize:S===void 0?Wc:S,status:Co,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:Xe,pingedTasks:$e,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:_===void 0?il:_,onAllReady:Da,onShellReady:Y===void 0?Da:Y,onShellError:Da,onFatalError:Da},xt=Gl(rt,0,null,m,!1,!1);xt.parentFlushed=!0;var en=Zs(rt,l,null,xt,Xe,ba,Gn,Uf);return $e.push(en),rt}function qu(l,d){var m=l.pingedTasks;m.push(d),m.length===1&&a(function(){return tu(l)})}function zc(l,d){return{id:_i,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:d,errorDigest:null}}function Zs(l,d,m,S,_,B,Y,re){l.allPendingTasks++,m===null?l.pendingRootTasks++:m.pendingTasks++;var Se={node:d,ping:function(){return qu(l,Se)},blockedBoundary:m,blockedSegment:S,abortSet:_,legacyContext:B,context:Y,treeContext:re};return Se.componentStack=null,_.add(Se),Se}function Gl(l,d,m,S,_,B){return{status:Hl,id:-1,index:d,parentFlushed:!1,chunks:[],children:[],formatContext:S,boundary:m,lastPushedText:_,textEmbedded:B}}var Wo=null;function ql(){return Wo===null||Wo.componentStack===null?"":rl(Wo.componentStack)}function zo(l,d){l.componentStack={tag:0,parent:l.componentStack,type:d}}function ol(l,d){l.componentStack={tag:1,parent:l.componentStack,type:d}}function Ji(l,d){l.componentStack={tag:2,parent:l.componentStack,type:d}}function Qi(l){l.componentStack===null?i("Unexpectedly popped too many stack frames. This is a bug in React."):l.componentStack=l.componentStack.parent}var Eo=null;function sl(l,d){{var m;typeof d=="string"?m=d:d&&typeof d.message=="string"?m=d.message:m=String(d);var S=Eo||ql();Eo=null,l.errorMessage=m,l.errorComponentStack=S}}function vs(l,d){var m=l.onError(d);if(m!=null&&typeof m!="string")throw new Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof m+'" instead');return m}function eo(l,d){var m=l.onShellError;m(d);var S=l.onFatalError;S(d),l.destination!==null?(l.status=Ks,I(l.destination,d)):(l.status=Yl,l.fatalError=d)}function Oa(l,d,m){zo(d,"Suspense");var S=d.blockedBoundary,_=d.blockedSegment,B=m.fallback,Y=m.children,re=new Set,Se=zc(l,re),$e=_.chunks.length,Xe=Gl(l,$e,Se,_.formatContext,!1,!1);_.children.push(Xe),_.lastPushedText=!1;var rt=Gl(l,0,null,_.formatContext,!1,!1);rt.parentFlushed=!0,d.blockedBoundary=Se,d.blockedSegment=rt;try{if(dr(l,d,Y),vo(rt.chunks,l.responseState,rt.lastPushedText,rt.textEmbedded),rt.status=Ea,Ci(Se,rt),Se.pendingTasks===0){Qi(d);return}}catch(en){rt.status=zl,Se.forceClientRender=!0,Se.errorDigest=vs(l,en),sl(Se,en)}finally{d.blockedBoundary=S,d.blockedSegment=_}var xt=Zs(l,B,S,Xe,re,d.legacyContext,d.context,d.treeContext);xt.componentStack=d.componentStack,l.pingedTasks.push(xt),Qi(d)}function Xl(l,d,m,S){zo(d,m);var _=d.blockedSegment,B=vi(_.chunks,m,S,l.responseState,_.formatContext);_.lastPushedText=!1;var Y=_.formatContext;_.formatContext=Yi(Y,m,S),dr(l,d,B),_.formatContext=Y,rn(_.chunks,m),_.lastPushedText=!1,Qi(d)}function al(l){return l.prototype&&l.prototype.isReactComponent}function _a(l,d,m,S,_){var B={};Ys(d,B);var Y=m(S,_);return $c(m,S,Y,_)}function Yc(l,d,m,S,_){var B=m.render();m.props!==_&&(Bt||i("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",zt(S)||"a component"),Bt=!0);{var Y=S.childContextTypes;if(Y!=null){var re=d.legacyContext,Se=Lc(m,S,re,Y);d.legacyContext=Se,Wr(l,d,B),d.legacyContext=re;return}}Wr(l,d,B)}function Xu(l,d,m,S){Ji(d,m);var _=Za(m,d.legacyContext),B=Nc(m,S,_);So(B,m,S,_),Yc(l,d,B,m,S),Qi(d)}var Ku={},Js={},Zu={},Kl={},Bt=!1,ll={},Ju=!1,Qs=!1,Zl=!1;function Gc(l,d,m,S){var _;if(_=Za(m,d.legacyContext),ol(d,m),m.prototype&&typeof m.prototype.render=="function"){var B=zt(m)||"Unknown";Ku[B]||(i("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",B,B),Ku[B]=!0)}var Y=_a(l,d,m,S,_),re=Vu();if(typeof Y=="object"&&Y!==null&&typeof Y.render=="function"&&Y.$$typeof===void 0){var Se=zt(m)||"Unknown";Js[Se]||(i("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",Se,Se,Se),Js[Se]=!0)}if(typeof Y=="object"&&Y!==null&&typeof Y.render=="function"&&Y.$$typeof===void 0){{var $e=zt(m)||"Unknown";Js[$e]||(i("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",$e,$e,$e),Js[$e]=!0)}So(Y,m,S,_),Yc(l,d,Y,m,S)}else if(qc(m),re){var Xe=d.treeContext,rt=1,xt=0;d.treeContext=Nu(Xe,rt,xt);try{Wr(l,d,Y)}finally{d.treeContext=Xe}}else Wr(l,d,Y);Qi(d)}function qc(l){{if(l&&l.childContextTypes&&i("%s(...): childContextTypes cannot be defined on a function component.",l.displayName||l.name||"Component"),l.defaultProps!==void 0){var d=zt(l)||"Unknown";ll[d]||(i("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",d),ll[d]=!0)}if(typeof l.getDerivedStateFromProps=="function"){var m=zt(l)||"Unknown";Kl[m]||(i("%s: Function components do not support getDerivedStateFromProps.",m),Kl[m]=!0)}if(typeof l.contextType=="object"&&l.contextType!==null){var S=zt(l)||"Unknown";Zu[S]||(i("%s: Function components do not support contextType.",S),Zu[S]=!0)}}}function ri(l,d){if(l&&l.defaultProps){var m=cn({},d),S=l.defaultProps;for(var _ in S)m[_]===void 0&&(m[_]=S[_]);return m}return d}function Xc(l,d,m,S,_){ol(d,m.render);var B=_a(l,d,m.render,S,_),Y=Vu();if(Y){var re=d.treeContext,Se=1,$e=0;d.treeContext=Nu(re,Se,$e);try{Wr(l,d,B)}finally{d.treeContext=re}}else Wr(l,d,B);Qi(d)}function Jl(l,d,m,S,_){var B=m.type,Y=ri(B,S);Hr(l,d,B,Y,_)}function Qu(l,d,m,S){m._context===void 0?m!==m.Consumer&&(Zl||(Zl=!0,i("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):m=m._context;var _=S.children;typeof _!="function"&&i("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.");var B=ds(m),Y=_(B);Wr(l,d,Y)}function ec(l,d,m,S){var _=m._context,B=S.value,Y=S.children,re;re=d.context,d.context=xa(_,B),Wr(l,d,Y),d.context=Ja(_),re!==d.context&&i("Popping the context provider did not return back to the original snapshot. This is a bug in React.")}function Kc(l,d,m,S,_){zo(d,"Lazy");var B=m._payload,Y=m._init,re=Y(B),Se=ri(re,S);Hr(l,d,re,Se,_),Qi(d)}function Hr(l,d,m,S,_){if(typeof m=="function")if(al(m)){Xu(l,d,m,S);return}else{Gc(l,d,m,S);return}if(typeof m=="string"){Xl(l,d,m,S);return}switch(m){case it:case lt:case J:case de:case $s:{Wr(l,d,S.children);return}case ue:{zo(d,"SuspenseList"),Wr(l,d,S.children),Qi(d);return}case st:throw new Error("ReactDOMServer does not yet support scope components.");case ce:{Oa(l,d,S);return}}if(typeof m=="object"&&m!==null)switch(m.$$typeof){case Z:{Xc(l,d,m,S,_);return}case Ae:{Jl(l,d,m,S,_);return}case ke:{ec(l,d,m,S);return}case Pe:{Qu(l,d,m,S);return}case Be:{Kc(l,d,m,S);return}}var B="";throw(m===void 0||typeof m=="object"&&m!==null&&Object.keys(m).length===0)&&(B+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(m==null?m:typeof m)+"."+B))}function ys(l,d){typeof Symbol=="function"&&l[Symbol.toStringTag]==="Generator"&&(Ju||i("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),Ju=!0),l.entries===d&&(Qs||i("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Qs=!0)}function Wr(l,d,m){try{return Zc(l,d,m)}catch(S){throw typeof S=="object"&&S!==null&&typeof S.then=="function"||(Eo=Eo!==null?Eo:ql()),S}}function Zc(l,d,m){if(d.node=m,typeof m=="object"&&m!==null){switch(m.$$typeof){case Il:{var S=m,_=S.type,B=S.props,Y=S.ref;Hr(l,d,_,B,Y);return}case pa:throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case Be:{var re=m,Se=re._payload,$e=re._init,Xe;try{Xe=$e(Se)}catch(Ia){throw typeof Ia=="object"&&Ia!==null&&typeof Ia.then=="function"&&zo(d,"Lazy"),Ia}Wr(l,d,Xe);return}}if(Xr(m)){ea(l,d,m);return}var rt=Yn(m);if(rt){ys(m,rt);var xt=rt.call(m);if(xt){var en=xt.next();if(!en.done){var ir=[];do ir.push(en.value),en=xt.next();while(!en.done);ea(l,d,ir);return}return}}var ko=Object.prototype.toString.call(m);throw new Error("Objects are not valid as a React child (found: "+(ko==="[object Object]"?"object with keys {"+Object.keys(m).join(", ")+"}":ko)+"). If you meant to render a collection of children, use an array instead.")}if(typeof m=="string"){var xs=d.blockedSegment;xs.lastPushedText=ti(d.blockedSegment.chunks,m,l.responseState,xs.lastPushedText);return}if(typeof m=="number"){var to=d.blockedSegment;to.lastPushedText=ti(d.blockedSegment.chunks,""+m,l.responseState,to.lastPushedText);return}typeof m=="function"&&i("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}function ea(l,d,m){for(var S=m.length,_=0;_<S;_++){var B=d.treeContext;d.treeContext=Nu(B,S,_);try{dr(l,d,m[_])}finally{d.treeContext=B}}}function Jc(l,d,m){var S=d.blockedSegment,_=S.chunks.length,B=Gl(l,_,null,S.formatContext,S.lastPushedText,!0);S.children.push(B),S.lastPushedText=!1;var Y=Zs(l,d.node,d.blockedBoundary,B,d.abortSet,d.legacyContext,d.context,d.treeContext);d.componentStack!==null&&(Y.componentStack=d.componentStack.parent);var re=Y.ping;m.then(re,re)}function dr(l,d,m){var S=d.blockedSegment.formatContext,_=d.legacyContext,B=d.context,Y=null;Y=d.componentStack;try{return Wr(l,d,m)}catch(re){if(Si(),typeof re=="object"&&re!==null&&typeof re.then=="function"){Jc(l,d,re),d.blockedSegment.formatContext=S,d.legacyContext=_,d.context=B,$o(B),d.componentStack=Y;return}else throw d.blockedSegment.formatContext=S,d.legacyContext=_,d.context=B,$o(B),d.componentStack=Y,re}}function Qc(l,d,m,S){var _=vs(l,S);if(d===null?eo(l,S):(d.pendingTasks--,d.forceClientRender||(d.forceClientRender=!0,d.errorDigest=_,sl(d,S),d.parentFlushed&&l.clientRenderedBoundaries.push(d))),l.allPendingTasks--,l.allPendingTasks===0){var B=l.onAllReady;B()}}function Ql(l){var d=this,m=l.blockedBoundary,S=l.blockedSegment;S.status=ka,ef(d,m,S)}function eu(l,d,m){var S=l.blockedBoundary,_=l.blockedSegment;if(_.status=ka,S===null)d.allPendingTasks--,d.status!==Ks&&(d.status=Ks,d.destination!==null&&g(d.destination));else{if(S.pendingTasks--,!S.forceClientRender){S.forceClientRender=!0;var B=m===void 0?new Error("The render was aborted by the server without a reason."):m;S.errorDigest=d.onError(B);{var Y="The server did not finish this Suspense boundary: ";B&&typeof B.message=="string"?B=Y+B.message:B=Y+String(B);var re=Wo;Wo=l;try{sl(S,B)}finally{Wo=re}}S.parentFlushed&&d.clientRenderedBoundaries.push(S)}if(S.fallbackAbortableTasks.forEach(function($e){return eu($e,d,m)}),S.fallbackAbortableTasks.clear(),d.allPendingTasks--,d.allPendingTasks===0){var Se=d.onAllReady;Se()}}}function Ci(l,d){if(d.chunks.length===0&&d.children.length===1&&d.children[0].boundary===null){var m=d.children[0];m.id=d.id,m.parentFlushed=!0,m.status===Ea&&Ci(l,m)}else{var S=l.completedSegments;S.push(d)}}function ef(l,d,m){if(d===null){if(m.parentFlushed){if(l.completedRootSegment!==null)throw new Error("There can only be one root segment. This is a bug in React.");l.completedRootSegment=m}if(l.pendingRootTasks--,l.pendingRootTasks===0){l.onShellError=Da;var S=l.onShellReady;S()}}else if(d.pendingTasks--,!d.forceClientRender){if(d.pendingTasks===0)m.parentFlushed&&m.status===Ea&&Ci(d,m),d.parentFlushed&&l.completedBoundaries.push(d),d.fallbackAbortableTasks.forEach(Ql,l),d.fallbackAbortableTasks.clear();else if(m.parentFlushed&&m.status===Ea){Ci(d,m);var _=d.completedSegments;_.length===1&&d.parentFlushed&&l.partialBoundaries.push(d)}}if(l.allPendingTasks--,l.allPendingTasks===0){var B=l.onAllReady;B()}}function bs(l,d){var m=d.blockedSegment;if(m.status===Hl){$o(d.context);var S=null;S=Wo,Wo=d;try{Wr(l,d,d.node),vo(m.chunks,l.responseState,m.lastPushedText,m.textEmbedded),d.abortSet.delete(d),m.status=Ea,ef(l,d.blockedBoundary,m)}catch(B){if(Si(),typeof B=="object"&&B!==null&&typeof B.then=="function"){var _=d.ping;B.then(_,_)}else d.abortSet.delete(d),m.status=zl,Qc(l,d.blockedBoundary,m,B)}finally{Wo=S}}}function tu(l){if(l.status!==Ks){var d=Hs(),m=rr.current;rr.current=Ul;var S;S=Xs.getCurrentStack,Xs.getCurrentStack=ql;var _=Ca;ms(l.responseState);try{var B=l.pingedTasks,Y;for(Y=0;Y<B.length;Y++){var re=B[Y];bs(l,re)}B.splice(0,Y),l.destination!==null&&nu(l,l.destination)}catch(Se){vs(l,Se),eo(l,Se)}finally{ms(_),rr.current=m,Xs.getCurrentStack=S,m===Ul&&$o(d)}}}function ws(l,d,m){switch(m.parentFlushed=!0,m.status){case Hl:{var S=m.id=l.nextSegmentId++;return m.lastPushedText=!1,m.textEmbedded=!1,Qr(d,l.responseState,S)}case Ea:{m.status=Wl;for(var _=!0,B=m.chunks,Y=0,re=m.children,Se=0;Se<re.length;Se++){for(var $e=re[Se];Y<$e.index;Y++)f(d,B[Y]);_=ta(l,d,$e)}for(;Y<B.length-1;Y++)f(d,B[Y]);return Y<B.length&&(_=p(d,B[Y])),_}default:throw new Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function ta(l,d,m){var S=m.boundary;if(S===null)return ws(l,d,m);if(S.parentFlushed=!0,S.forceClientRender)return Ou(d,l.responseState,S.errorDigest,S.errorMessage,S.errorComponentStack),ws(l,d,m),yo(d,l.responseState);if(S.pendingTasks>0){S.rootSegmentID=l.nextSegmentId++,S.completedSegments.length>0&&l.partialBoundaries.push(S);var _=S.id=ar(l.responseState);return h(d,l.responseState,_),ws(l,d,m),P(d,l.responseState)}else{if(S.byteSize>l.progressiveChunkSize)return S.rootSegmentID=l.nextSegmentId++,l.completedBoundaries.push(S),h(d,l.responseState,S.id),ws(l,d,m),P(d,l.responseState);Ga(d,l.responseState);var B=S.completedSegments;if(B.length!==1)throw new Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");var Y=B[0];return ta(l,d,Y),ha(d,l.responseState)}}function Xf(l,d,m){return ei(d,l.responseState,m.id,m.errorDigest,m.errorMessage,m.errorComponentStack)}function tc(l,d,m){return go(d,l.responseState,m.formatContext,m.id),ta(l,d,m),Tr(d,m.formatContext)}function ul(l,d,m){for(var S=m.completedSegments,_=0;_<S.length;_++){var B=S[_];nc(l,d,m,B)}return S.length=0,In(d,l.responseState,m.id,m.rootSegmentID)}function cl(l,d,m){for(var S=m.completedSegments,_=0;_<S.length;_++){var B=S[_];if(!nc(l,d,m,B))return _++,S.splice(0,_),!1}return S.splice(0,_),!0}function nc(l,d,m,S){if(S.status===Wl)return!0;var _=S.id;if(_===-1){var B=S.id=m.rootSegmentID;if(B===-1)throw new Error("A root segment ID must have been assigned by now. This is a bug in React.");return tc(l,d,S)}else return tc(l,d,S),qe(d,l.responseState,_)}function nu(l,d){try{var m=l.completedRootSegment;m!==null&&l.pendingRootTasks===0&&(ta(l,d,m),l.completedRootSegment=null,Gt(d,l.responseState));var S=l.clientRenderedBoundaries,_;for(_=0;_<S.length;_++){var B=S[_];if(!Xf(l,d,B)){l.destination=null,_++,S.splice(0,_);return}}S.splice(0,_);var Y=l.completedBoundaries;for(_=0;_<Y.length;_++){var re=Y[_];if(!ul(l,d,re)){l.destination=null,_++,Y.splice(0,_);return}}Y.splice(0,_);var Se=l.partialBoundaries;for(_=0;_<Se.length;_++){var $e=Se[_];if(!cl(l,d,$e)){l.destination=null,_++,Se.splice(0,_);return}}Se.splice(0,_);var Xe=l.completedBoundaries;for(_=0;_<Xe.length;_++){var rt=Xe[_];if(!ul(l,d,rt)){l.destination=null,_++,Xe.splice(0,_);return}}Xe.splice(0,_)}finally{l.allPendingTasks===0&&l.pingedTasks.length===0&&l.clientRenderedBoundaries.length===0&&l.completedBoundaries.length===0&&(l.abortableTasks.size!==0&&i("There was still abortable task at the root when we closed. This is a bug in React."),g(d))}}function rc(l){a(function(){return tu(l)})}function tf(l,d){if(l.status===Yl){l.status=Ks,I(d,l.fatalError);return}if(l.status!==Ks&&l.destination===null){l.destination=d;try{nu(l,d)}catch(m){vs(l,m),eo(l,m)}}}function zr(l,d){try{var m=l.abortableTasks;m.forEach(function(S){return eu(S,l,d)}),m.clear(),l.destination!==null&&nu(l,l.destination)}catch(S){vs(l,S),eo(l,S)}}function Mi(){}function nf(l,d,m,S){var _=!1,B=null,Y="",re={push:function(rt){return rt!==null&&(Y+=rt),!0},destroy:function(rt){_=!0,B=rt}},Se=!1;function $e(){Se=!0}var Xe=Pa(l,da(m,d?d.identifierPrefix:void 0),as(),1/0,Mi,void 0,$e);if(rc(Xe),zr(Xe,S),tf(Xe,re),_)throw B;if(!Se)throw new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");return Y}function Kf(l,d){return nf(l,d,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')}function fl(l,d){return nf(l,d,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')}function Ra(){throw new Error("ReactDOMServer.renderToNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToString() instead.")}function v(){throw new Error("ReactDOMServer.renderToStaticNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToStaticMarkup() instead.")}cc.renderToNodeStream=Ra,cc.renderToStaticMarkup=fl,cc.renderToStaticNodeStream=v,cc.renderToString=Kf,cc.version=e}()),cc}var Lh={};/**
96
+ `+S.stack}}var rr=n.ReactCurrentDispatcher,Xs=n.ReactDebugCurrentFrame,Hl=0,Ea=1,Wl=2,ka=3,zl=4,Co=0,Yl=1,Ks=2,Wc=12800;function il(l){return console.error(l),null}function Da(){}function Pa(l,d,m,S,_,B,Y,re,Se){var $e=[],Xe=new Set,rt={destination:null,responseState:d,progressiveChunkSize:S===void 0?Wc:S,status:Co,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:Xe,pingedTasks:$e,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:_===void 0?il:_,onAllReady:Da,onShellReady:Y===void 0?Da:Y,onShellError:Da,onFatalError:Da},xt=Gl(rt,0,null,m,!1,!1);xt.parentFlushed=!0;var en=Zs(rt,l,null,xt,Xe,ba,Gn,Uf);return $e.push(en),rt}function qu(l,d){var m=l.pingedTasks;m.push(d),m.length===1&&a(function(){return tu(l)})}function zc(l,d){return{id:_i,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:d,errorDigest:null}}function Zs(l,d,m,S,_,B,Y,re){l.allPendingTasks++,m===null?l.pendingRootTasks++:m.pendingTasks++;var Se={node:d,ping:function(){return qu(l,Se)},blockedBoundary:m,blockedSegment:S,abortSet:_,legacyContext:B,context:Y,treeContext:re};return Se.componentStack=null,_.add(Se),Se}function Gl(l,d,m,S,_,B){return{status:Hl,id:-1,index:d,parentFlushed:!1,chunks:[],children:[],formatContext:S,boundary:m,lastPushedText:_,textEmbedded:B}}var Wo=null;function ql(){return Wo===null||Wo.componentStack===null?"":rl(Wo.componentStack)}function zo(l,d){l.componentStack={tag:0,parent:l.componentStack,type:d}}function ol(l,d){l.componentStack={tag:1,parent:l.componentStack,type:d}}function Ji(l,d){l.componentStack={tag:2,parent:l.componentStack,type:d}}function Qi(l){l.componentStack===null?i("Unexpectedly popped too many stack frames. This is a bug in React."):l.componentStack=l.componentStack.parent}var Eo=null;function sl(l,d){{var m;typeof d=="string"?m=d:d&&typeof d.message=="string"?m=d.message:m=String(d);var S=Eo||ql();Eo=null,l.errorMessage=m,l.errorComponentStack=S}}function vs(l,d){var m=l.onError(d);if(m!=null&&typeof m!="string")throw new Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof m+'" instead');return m}function eo(l,d){var m=l.onShellError;m(d);var S=l.onFatalError;S(d),l.destination!==null?(l.status=Ks,I(l.destination,d)):(l.status=Yl,l.fatalError=d)}function Oa(l,d,m){zo(d,"Suspense");var S=d.blockedBoundary,_=d.blockedSegment,B=m.fallback,Y=m.children,re=new Set,Se=zc(l,re),$e=_.chunks.length,Xe=Gl(l,$e,Se,_.formatContext,!1,!1);_.children.push(Xe),_.lastPushedText=!1;var rt=Gl(l,0,null,_.formatContext,!1,!1);rt.parentFlushed=!0,d.blockedBoundary=Se,d.blockedSegment=rt;try{if(dr(l,d,Y),vo(rt.chunks,l.responseState,rt.lastPushedText,rt.textEmbedded),rt.status=Ea,Ci(Se,rt),Se.pendingTasks===0){Qi(d);return}}catch(en){rt.status=zl,Se.forceClientRender=!0,Se.errorDigest=vs(l,en),sl(Se,en)}finally{d.blockedBoundary=S,d.blockedSegment=_}var xt=Zs(l,B,S,Xe,re,d.legacyContext,d.context,d.treeContext);xt.componentStack=d.componentStack,l.pingedTasks.push(xt),Qi(d)}function Xl(l,d,m,S){zo(d,m);var _=d.blockedSegment,B=vi(_.chunks,m,S,l.responseState,_.formatContext);_.lastPushedText=!1;var Y=_.formatContext;_.formatContext=Yi(Y,m,S),dr(l,d,B),_.formatContext=Y,rn(_.chunks,m),_.lastPushedText=!1,Qi(d)}function al(l){return l.prototype&&l.prototype.isReactComponent}function _a(l,d,m,S,_){var B={};Ys(d,B);var Y=m(S,_);return $c(m,S,Y,_)}function Yc(l,d,m,S,_){var B=m.render();m.props!==_&&(Bt||i("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",zt(S)||"a component"),Bt=!0);{var Y=S.childContextTypes;if(Y!=null){var re=d.legacyContext,Se=Lc(m,S,re,Y);d.legacyContext=Se,Wr(l,d,B),d.legacyContext=re;return}}Wr(l,d,B)}function Xu(l,d,m,S){Ji(d,m);var _=Za(m,d.legacyContext),B=Nc(m,S,_);So(B,m,S,_),Yc(l,d,B,m,S),Qi(d)}var Ku={},Js={},Zu={},Kl={},Bt=!1,ll={},Ju=!1,Qs=!1,Zl=!1;function Gc(l,d,m,S){var _;if(_=Za(m,d.legacyContext),ol(d,m),m.prototype&&typeof m.prototype.render=="function"){var B=zt(m)||"Unknown";Ku[B]||(i("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",B,B),Ku[B]=!0)}var Y=_a(l,d,m,S,_),re=Vu();if(typeof Y=="object"&&Y!==null&&typeof Y.render=="function"&&Y.$$typeof===void 0){var Se=zt(m)||"Unknown";Js[Se]||(i("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",Se,Se,Se),Js[Se]=!0)}if(typeof Y=="object"&&Y!==null&&typeof Y.render=="function"&&Y.$$typeof===void 0){{var $e=zt(m)||"Unknown";Js[$e]||(i("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",$e,$e,$e),Js[$e]=!0)}So(Y,m,S,_),Yc(l,d,Y,m,S)}else if(qc(m),re){var Xe=d.treeContext,rt=1,xt=0;d.treeContext=Nu(Xe,rt,xt);try{Wr(l,d,Y)}finally{d.treeContext=Xe}}else Wr(l,d,Y);Qi(d)}function qc(l){{if(l&&l.childContextTypes&&i("%s(...): childContextTypes cannot be defined on a function component.",l.displayName||l.name||"Component"),l.defaultProps!==void 0){var d=zt(l)||"Unknown";ll[d]||(i("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",d),ll[d]=!0)}if(typeof l.getDerivedStateFromProps=="function"){var m=zt(l)||"Unknown";Kl[m]||(i("%s: Function components do not support getDerivedStateFromProps.",m),Kl[m]=!0)}if(typeof l.contextType=="object"&&l.contextType!==null){var S=zt(l)||"Unknown";Zu[S]||(i("%s: Function components do not support contextType.",S),Zu[S]=!0)}}}function ri(l,d){if(l&&l.defaultProps){var m=cn({},d),S=l.defaultProps;for(var _ in S)m[_]===void 0&&(m[_]=S[_]);return m}return d}function Xc(l,d,m,S,_){ol(d,m.render);var B=_a(l,d,m.render,S,_),Y=Vu();if(Y){var re=d.treeContext,Se=1,$e=0;d.treeContext=Nu(re,Se,$e);try{Wr(l,d,B)}finally{d.treeContext=re}}else Wr(l,d,B);Qi(d)}function Jl(l,d,m,S,_){var B=m.type,Y=ri(B,S);Hr(l,d,B,Y,_)}function Qu(l,d,m,S){m._context===void 0?m!==m.Consumer&&(Zl||(Zl=!0,i("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):m=m._context;var _=S.children;typeof _!="function"&&i("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.");var B=ds(m),Y=_(B);Wr(l,d,Y)}function ec(l,d,m,S){var _=m._context,B=S.value,Y=S.children,re;re=d.context,d.context=xa(_,B),Wr(l,d,Y),d.context=Ja(_),re!==d.context&&i("Popping the context provider did not return back to the original snapshot. This is a bug in React.")}function Kc(l,d,m,S,_){zo(d,"Lazy");var B=m._payload,Y=m._init,re=Y(B),Se=ri(re,S);Hr(l,d,re,Se,_),Qi(d)}function Hr(l,d,m,S,_){if(typeof m=="function")if(al(m)){Xu(l,d,m,S);return}else{Gc(l,d,m,S);return}if(typeof m=="string"){Xl(l,d,m,S);return}switch(m){case it:case lt:case J:case de:case $s:{Wr(l,d,S.children);return}case ue:{zo(d,"SuspenseList"),Wr(l,d,S.children),Qi(d);return}case st:throw new Error("ReactDOMServer does not yet support scope components.");case ce:{Oa(l,d,S);return}}if(typeof m=="object"&&m!==null)switch(m.$$typeof){case Z:{Xc(l,d,m,S,_);return}case Ae:{Jl(l,d,m,S,_);return}case ke:{ec(l,d,m,S);return}case Pe:{Qu(l,d,m,S);return}case Be:{Kc(l,d,m,S);return}}var B="";throw(m===void 0||typeof m=="object"&&m!==null&&Object.keys(m).length===0)&&(B+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(m==null?m:typeof m)+"."+B))}function ys(l,d){typeof Symbol=="function"&&l[Symbol.toStringTag]==="Generator"&&(Ju||i("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),Ju=!0),l.entries===d&&(Qs||i("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Qs=!0)}function Wr(l,d,m){try{return Zc(l,d,m)}catch(S){throw typeof S=="object"&&S!==null&&typeof S.then=="function"||(Eo=Eo!==null?Eo:ql()),S}}function Zc(l,d,m){if(d.node=m,typeof m=="object"&&m!==null){switch(m.$$typeof){case Il:{var S=m,_=S.type,B=S.props,Y=S.ref;Hr(l,d,_,B,Y);return}case pa:throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case Be:{var re=m,Se=re._payload,$e=re._init,Xe;try{Xe=$e(Se)}catch(Ia){throw typeof Ia=="object"&&Ia!==null&&typeof Ia.then=="function"&&zo(d,"Lazy"),Ia}Wr(l,d,Xe);return}}if(Xr(m)){ea(l,d,m);return}var rt=Yn(m);if(rt){ys(m,rt);var xt=rt.call(m);if(xt){var en=xt.next();if(!en.done){var ir=[];do ir.push(en.value),en=xt.next();while(!en.done);ea(l,d,ir);return}return}}var ko=Object.prototype.toString.call(m);throw new Error("Objects are not valid as a React child (found: "+(ko==="[object Object]"?"object with keys {"+Object.keys(m).join(", ")+"}":ko)+"). If you meant to render a collection of children, use an array instead.")}if(typeof m=="string"){var xs=d.blockedSegment;xs.lastPushedText=ti(d.blockedSegment.chunks,m,l.responseState,xs.lastPushedText);return}if(typeof m=="number"){var to=d.blockedSegment;to.lastPushedText=ti(d.blockedSegment.chunks,""+m,l.responseState,to.lastPushedText);return}typeof m=="function"&&i("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}function ea(l,d,m){for(var S=m.length,_=0;_<S;_++){var B=d.treeContext;d.treeContext=Nu(B,S,_);try{dr(l,d,m[_])}finally{d.treeContext=B}}}function Jc(l,d,m){var S=d.blockedSegment,_=S.chunks.length,B=Gl(l,_,null,S.formatContext,S.lastPushedText,!0);S.children.push(B),S.lastPushedText=!1;var Y=Zs(l,d.node,d.blockedBoundary,B,d.abortSet,d.legacyContext,d.context,d.treeContext);d.componentStack!==null&&(Y.componentStack=d.componentStack.parent);var re=Y.ping;m.then(re,re)}function dr(l,d,m){var S=d.blockedSegment.formatContext,_=d.legacyContext,B=d.context,Y=null;Y=d.componentStack;try{return Wr(l,d,m)}catch(re){if(Si(),typeof re=="object"&&re!==null&&typeof re.then=="function"){Jc(l,d,re),d.blockedSegment.formatContext=S,d.legacyContext=_,d.context=B,$o(B),d.componentStack=Y;return}else throw d.blockedSegment.formatContext=S,d.legacyContext=_,d.context=B,$o(B),d.componentStack=Y,re}}function Qc(l,d,m,S){var _=vs(l,S);if(d===null?eo(l,S):(d.pendingTasks--,d.forceClientRender||(d.forceClientRender=!0,d.errorDigest=_,sl(d,S),d.parentFlushed&&l.clientRenderedBoundaries.push(d))),l.allPendingTasks--,l.allPendingTasks===0){var B=l.onAllReady;B()}}function Ql(l){var d=this,m=l.blockedBoundary,S=l.blockedSegment;S.status=ka,ef(d,m,S)}function eu(l,d,m){var S=l.blockedBoundary,_=l.blockedSegment;if(_.status=ka,S===null)d.allPendingTasks--,d.status!==Ks&&(d.status=Ks,d.destination!==null&&g(d.destination));else{if(S.pendingTasks--,!S.forceClientRender){S.forceClientRender=!0;var B=m===void 0?new Error("The render was aborted by the server without a reason."):m;S.errorDigest=d.onError(B);{var Y="The server did not finish this Suspense boundary: ";B&&typeof B.message=="string"?B=Y+B.message:B=Y+String(B);var re=Wo;Wo=l;try{sl(S,B)}finally{Wo=re}}S.parentFlushed&&d.clientRenderedBoundaries.push(S)}if(S.fallbackAbortableTasks.forEach(function($e){return eu($e,d,m)}),S.fallbackAbortableTasks.clear(),d.allPendingTasks--,d.allPendingTasks===0){var Se=d.onAllReady;Se()}}}function Ci(l,d){if(d.chunks.length===0&&d.children.length===1&&d.children[0].boundary===null){var m=d.children[0];m.id=d.id,m.parentFlushed=!0,m.status===Ea&&Ci(l,m)}else{var S=l.completedSegments;S.push(d)}}function ef(l,d,m){if(d===null){if(m.parentFlushed){if(l.completedRootSegment!==null)throw new Error("There can only be one root segment. This is a bug in React.");l.completedRootSegment=m}if(l.pendingRootTasks--,l.pendingRootTasks===0){l.onShellError=Da;var S=l.onShellReady;S()}}else if(d.pendingTasks--,!d.forceClientRender){if(d.pendingTasks===0)m.parentFlushed&&m.status===Ea&&Ci(d,m),d.parentFlushed&&l.completedBoundaries.push(d),d.fallbackAbortableTasks.forEach(Ql,l),d.fallbackAbortableTasks.clear();else if(m.parentFlushed&&m.status===Ea){Ci(d,m);var _=d.completedSegments;_.length===1&&d.parentFlushed&&l.partialBoundaries.push(d)}}if(l.allPendingTasks--,l.allPendingTasks===0){var B=l.onAllReady;B()}}function bs(l,d){var m=d.blockedSegment;if(m.status===Hl){$o(d.context);var S=null;S=Wo,Wo=d;try{Wr(l,d,d.node),vo(m.chunks,l.responseState,m.lastPushedText,m.textEmbedded),d.abortSet.delete(d),m.status=Ea,ef(l,d.blockedBoundary,m)}catch(B){if(Si(),typeof B=="object"&&B!==null&&typeof B.then=="function"){var _=d.ping;B.then(_,_)}else d.abortSet.delete(d),m.status=zl,Qc(l,d.blockedBoundary,m,B)}finally{Wo=S}}}function tu(l){if(l.status!==Ks){var d=Hs(),m=rr.current;rr.current=Ul;var S;S=Xs.getCurrentStack,Xs.getCurrentStack=ql;var _=Ca;ms(l.responseState);try{var B=l.pingedTasks,Y;for(Y=0;Y<B.length;Y++){var re=B[Y];bs(l,re)}B.splice(0,Y),l.destination!==null&&nu(l,l.destination)}catch(Se){vs(l,Se),eo(l,Se)}finally{ms(_),rr.current=m,Xs.getCurrentStack=S,m===Ul&&$o(d)}}}function ws(l,d,m){switch(m.parentFlushed=!0,m.status){case Hl:{var S=m.id=l.nextSegmentId++;return m.lastPushedText=!1,m.textEmbedded=!1,Qr(d,l.responseState,S)}case Ea:{m.status=Wl;for(var _=!0,B=m.chunks,Y=0,re=m.children,Se=0;Se<re.length;Se++){for(var $e=re[Se];Y<$e.index;Y++)f(d,B[Y]);_=ta(l,d,$e)}for(;Y<B.length-1;Y++)f(d,B[Y]);return Y<B.length&&(_=p(d,B[Y])),_}default:throw new Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function ta(l,d,m){var S=m.boundary;if(S===null)return ws(l,d,m);if(S.parentFlushed=!0,S.forceClientRender)return Ou(d,l.responseState,S.errorDigest,S.errorMessage,S.errorComponentStack),ws(l,d,m),yo(d,l.responseState);if(S.pendingTasks>0){S.rootSegmentID=l.nextSegmentId++,S.completedSegments.length>0&&l.partialBoundaries.push(S);var _=S.id=ar(l.responseState);return h(d,l.responseState,_),ws(l,d,m),P(d,l.responseState)}else{if(S.byteSize>l.progressiveChunkSize)return S.rootSegmentID=l.nextSegmentId++,l.completedBoundaries.push(S),h(d,l.responseState,S.id),ws(l,d,m),P(d,l.responseState);Ga(d,l.responseState);var B=S.completedSegments;if(B.length!==1)throw new Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");var Y=B[0];return ta(l,d,Y),ha(d,l.responseState)}}function Xf(l,d,m){return ei(d,l.responseState,m.id,m.errorDigest,m.errorMessage,m.errorComponentStack)}function tc(l,d,m){return go(d,l.responseState,m.formatContext,m.id),ta(l,d,m),Tr(d,m.formatContext)}function ul(l,d,m){for(var S=m.completedSegments,_=0;_<S.length;_++){var B=S[_];nc(l,d,m,B)}return S.length=0,In(d,l.responseState,m.id,m.rootSegmentID)}function cl(l,d,m){for(var S=m.completedSegments,_=0;_<S.length;_++){var B=S[_];if(!nc(l,d,m,B))return _++,S.splice(0,_),!1}return S.splice(0,_),!0}function nc(l,d,m,S){if(S.status===Wl)return!0;var _=S.id;if(_===-1){var B=S.id=m.rootSegmentID;if(B===-1)throw new Error("A root segment ID must have been assigned by now. This is a bug in React.");return tc(l,d,S)}else return tc(l,d,S),qe(d,l.responseState,_)}function nu(l,d){try{var m=l.completedRootSegment;m!==null&&l.pendingRootTasks===0&&(ta(l,d,m),l.completedRootSegment=null,Gt(d,l.responseState));var S=l.clientRenderedBoundaries,_;for(_=0;_<S.length;_++){var B=S[_];if(!Xf(l,d,B)){l.destination=null,_++,S.splice(0,_);return}}S.splice(0,_);var Y=l.completedBoundaries;for(_=0;_<Y.length;_++){var re=Y[_];if(!ul(l,d,re)){l.destination=null,_++,Y.splice(0,_);return}}Y.splice(0,_);var Se=l.partialBoundaries;for(_=0;_<Se.length;_++){var $e=Se[_];if(!cl(l,d,$e)){l.destination=null,_++,Se.splice(0,_);return}}Se.splice(0,_);var Xe=l.completedBoundaries;for(_=0;_<Xe.length;_++){var rt=Xe[_];if(!ul(l,d,rt)){l.destination=null,_++,Xe.splice(0,_);return}}Xe.splice(0,_)}finally{l.allPendingTasks===0&&l.pingedTasks.length===0&&l.clientRenderedBoundaries.length===0&&l.completedBoundaries.length===0&&(l.abortableTasks.size!==0&&i("There was still abortable task at the root when we closed. This is a bug in React."),g(d))}}function rc(l){a(function(){return tu(l)})}function tf(l,d){if(l.status===Yl){l.status=Ks,I(d,l.fatalError);return}if(l.status!==Ks&&l.destination===null){l.destination=d;try{nu(l,d)}catch(m){vs(l,m),eo(l,m)}}}function zr(l,d){try{var m=l.abortableTasks;m.forEach(function(S){return eu(S,l,d)}),m.clear(),l.destination!==null&&nu(l,l.destination)}catch(S){vs(l,S),eo(l,S)}}function Mi(){}function nf(l,d,m,S){var _=!1,B=null,Y="",re={push:function(rt){return rt!==null&&(Y+=rt),!0},destroy:function(rt){_=!0,B=rt}},Se=!1;function $e(){Se=!0}var Xe=Pa(l,da(m,d?d.identifierPrefix:void 0),as(),1/0,Mi,void 0,$e);if(rc(Xe),zr(Xe,S),tf(Xe,re),_)throw B;if(!Se)throw new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");return Y}function Kf(l,d){return nf(l,d,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')}function fl(l,d){return nf(l,d,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')}function Ra(){throw new Error("ReactDOMServer.renderToNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToString() instead.")}function v(){throw new Error("ReactDOMServer.renderToStaticNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToStaticMarkup() instead.")}cc.renderToNodeStream=Ra,cc.renderToStaticMarkup=fl,cc.renderToStaticNodeStream=v,cc.renderToString=Kf,cc.version=e}()),cc}var Fh={};/**
97
97
  * @license React
98
98
  * react-dom-server.browser.development.js
99
99
  *
@@ -132,17 +132,17 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
132
132
  Previous: %s
133
133
  Incoming: %s`,Zi,"["+v.join(", ")+"]","["+l.join(", ")+"]");for(var d=0;d<l.length&&d<v.length;d++)if(!qt(v[d],l[d]))return!1;return!0}function Vu(){if(To>0)throw new Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function Si(){return Zt===null?zs===null?(ps=!1,zs=Zt=Vu()):(ps=!0,Zt=zs):Zt.next===null?(ps=!1,Zt=Zt.next=Vu()):(ps=!0,Zt=Zt.next),Zt}function Uu(v,l){wi=l,Ta=v,Vr=!1,ni=0}function Gs(v,l,d,m){for(;nl;)nl=!1,ni=0,To+=1,Zt=null,d=v(l,m);return Hu(),d}function Ur(){var v=ni!==0;return v}function Hu(){Vr=!1,wi=null,Ta=null,nl=!1,zs=null,To=0,xi=null,Zt=null}function Wu(v){return Vr&&i("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),Sa(v)}function zu(v){return Zi="useContext",Ys(),Sa(v)}function qs(v,l){return typeof l=="function"?l(v):l}function gs(v){return Zi="useState",Yu(qs,v)}function Yu(v,l,d){if(v!==qs&&(Zi="useReducer"),wi=Ys(),Zt=Si(),ps){var m=Zt.queue,S=m.dispatch;if(xi!==null){var _=xi.get(m);if(_!==void 0){xi.delete(m);var B=Zt.memoizedState,Y=_;do{var re=Y.action;Vr=!0,B=v(B,re),Vr=!1,Y=Y.next}while(Y!==null);return Zt.memoizedState=B,[B,S]}}return[Zt.memoizedState,S]}else{Vr=!0;var Se;v===qs?Se=typeof l=="function"?l():l:Se=d!==void 0?d(l):l,Vr=!1,Zt.memoizedState=Se;var $e=Zt.queue={last:null,dispatch:null},Xe=$e.dispatch=Uc.bind(null,wi,$e);return[Zt.memoizedState,Xe]}}function Vc(v,l){wi=Ys(),Zt=Si();var d=l===void 0?null:l;if(Zt!==null){var m=Zt.memoizedState;if(m!==null&&d!==null){var S=m[1];if($c(d,S))return m[0]}}Vr=!0;var _=v();return Vr=!1,Zt.memoizedState=[_,d],_}function Vl(v){wi=Ys(),Zt=Si();var l=Zt.memoizedState;if(l===null){var d={current:v};return Object.seal(d),Zt.memoizedState=d,d}else return l}function qf(v,l){Zi="useLayoutEffect",i("useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a mismatch between the initial, non-hydrated UI and the intended UI. To avoid this, useLayoutEffect should only be used in components that render exclusively on the client. See https://reactjs.org/link/uselayouteffect-ssr for common fixes.")}function Uc(v,l,d){if(To>=$u)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(v===wi){nl=!0;var m={action:d,next:null};xi===null&&(xi=new Map);var S=xi.get(l);if(S===void 0)xi.set(l,m);else{for(var _=S;_.next!==null;)_=_.next;_.next=m}}}function fr(v,l){return Vc(function(){return v},l)}function Gu(v,l,d){return Ys(),l(v._source)}function Hc(v,l,d){if(d===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return d()}function Ti(v){return Ys(),v}function Ul(){throw new Error("startTransition cannot be called during server rendering.")}function Ca(){return Ys(),[!1,Ul]}function ms(){var v=Ta,l=Ho(v.treeContext),d=Xs;if(d===null)throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");var m=ni++;return jn(d,l,m)}function rl(){}var rr={readContext:Wu,useContext:zu,useMemo:Vc,useReducer:Yu,useRef:Vl,useState:gs,useInsertionEffect:rl,useLayoutEffect:qf,useCallback:fr,useImperativeHandle:rl,useEffect:rl,useDebugValue:rl,useDeferredValue:Ti,useTransition:Ca,useId:ms,useMutableSource:Gu,useSyncExternalStore:Hc},Xs=null;function Hl(v){Xs=v}function Ea(v){try{var l="",d=v;do{switch(d.tag){case 0:l+=Ki(d.type,null,null);break;case 1:l+=va(d.type,null,null);break;case 2:l+=Mc(d.type,null,null);break}d=d.parent}while(d);return l}catch(m){return`
134
134
  Error generating stack: `+m.message+`
135
- `+m.stack}}var Wl=n.ReactCurrentDispatcher,ka=n.ReactDebugCurrentFrame,zl=0,Co=1,Yl=2,Ks=3,Wc=4,il=0,Da=1,Pa=2,qu=12800;function zc(v){return console.error(v),null}function Zs(){}function Gl(v,l,d,m,S,_,B,Y,re){var Se=[],$e=new Set,Xe={destination:null,responseState:l,progressiveChunkSize:m===void 0?qu:m,status:il,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:$e,pingedTasks:Se,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:S===void 0?zc:S,onAllReady:_===void 0?Zs:_,onShellReady:B===void 0?Zs:B,onShellError:Y===void 0?Zs:Y,onFatalError:re===void 0?Zs:re},rt=ol(Xe,0,null,d,!1,!1);rt.parentFlushed=!0;var xt=zo(Xe,v,null,rt,$e,Gn,Fl,Wf);return Se.push(xt),Xe}function Wo(v,l){var d=v.pingedTasks;d.push(l),d.length===1&&a(function(){return tc(v)})}function ql(v,l){return{id:Ri,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:l,errorDigest:null}}function zo(v,l,d,m,S,_,B,Y){v.allPendingTasks++,d===null?v.pendingRootTasks++:d.pendingTasks++;var re={node:l,ping:function(){return Wo(v,re)},blockedBoundary:d,blockedSegment:m,abortSet:S,legacyContext:_,context:B,treeContext:Y};return re.componentStack=null,S.add(re),re}function ol(v,l,d,m,S,_){return{status:zl,id:-1,index:l,parentFlushed:!1,chunks:[],children:[],formatContext:m,boundary:d,lastPushedText:S,textEmbedded:_}}var Ji=null;function Qi(){return Ji===null||Ji.componentStack===null?"":Ea(Ji.componentStack)}function Eo(v,l){v.componentStack={tag:0,parent:v.componentStack,type:l}}function sl(v,l){v.componentStack={tag:1,parent:v.componentStack,type:l}}function vs(v,l){v.componentStack={tag:2,parent:v.componentStack,type:l}}function eo(v){v.componentStack===null?i("Unexpectedly popped too many stack frames. This is a bug in React."):v.componentStack=v.componentStack.parent}var Oa=null;function Xl(v,l){{var d;typeof l=="string"?d=l:l&&typeof l.message=="string"?d=l.message:d=String(l);var m=Oa||Qi();Oa=null,v.errorMessage=d,v.errorComponentStack=m}}function al(v,l){var d=v.onError(l);if(d!=null&&typeof d!="string")throw new Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof d+'" instead');return d}function _a(v,l){var d=v.onShellError;d(l);var m=v.onFatalError;m(l),v.destination!==null?(v.status=Pa,H(v.destination,l)):(v.status=Da,v.fatalError=l)}function Yc(v,l,d){Eo(l,"Suspense");var m=l.blockedBoundary,S=l.blockedSegment,_=d.fallback,B=d.children,Y=new Set,re=ql(v,Y),Se=S.chunks.length,$e=ol(v,Se,re,S.formatContext,!1,!1);S.children.push($e),S.lastPushedText=!1;var Xe=ol(v,0,null,S.formatContext,!1,!1);Xe.parentFlushed=!0,l.blockedBoundary=re,l.blockedSegment=Xe;try{if(Ci(v,l,B),_n(Xe.chunks,v.responseState,Xe.lastPushedText,Xe.textEmbedded),Xe.status=Co,ws(re,Xe),re.pendingTasks===0){eo(l);return}}catch(xt){Xe.status=Wc,re.forceClientRender=!0,re.errorDigest=al(v,xt),Xl(re,xt)}finally{l.blockedBoundary=m,l.blockedSegment=S}var rt=zo(v,_,m,$e,Y,l.legacyContext,l.context,l.treeContext);rt.componentStack=l.componentStack,v.pingedTasks.push(rt),eo(l)}function Xu(v,l,d,m){Eo(l,d);var S=l.blockedSegment,_=fo(S.chunks,d,m,v.responseState,S.formatContext);S.lastPushedText=!1;var B=S.formatContext;S.formatContext=gi(B,d,m),Ci(v,l,_),S.formatContext=B,Lo(S.chunks,d),S.lastPushedText=!1,eo(l)}function Ku(v){return v.prototype&&v.prototype.isReactComponent}function Js(v,l,d,m,S){var _={};Uu(l,_);var B=d(m,S);return Gs(d,m,B,S)}function Zu(v,l,d,m,S){var _=d.render();d.props!==S&&(Zl||i("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",pn(m)||"a component"),Zl=!0);{var B=m.childContextTypes;if(B!=null){var Y=l.legacyContext,re=Mu(d,m,Y,B);l.legacyContext=re,dr(v,l,_),l.legacyContext=Y;return}}dr(v,l,_)}function Kl(v,l,d,m){vs(l,d);var S=us(d,l.legacyContext),_=So(d,m,S);tl(_,d,m,S),Zu(v,l,_,d,m),eo(l)}var Bt={},ll={},Ju={},Qs={},Zl=!1,Gc={},qc=!1,ri=!1,Xc=!1;function Jl(v,l,d,m){var S;if(S=us(d,l.legacyContext),sl(l,d),d.prototype&&typeof d.prototype.render=="function"){var _=pn(d)||"Unknown";Bt[_]||(i("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",_,_),Bt[_]=!0)}var B=Js(v,l,d,m,S),Y=Ur();if(typeof B=="object"&&B!==null&&typeof B.render=="function"&&B.$$typeof===void 0){var re=pn(d)||"Unknown";ll[re]||(i("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",re,re,re),ll[re]=!0)}if(typeof B=="object"&&B!==null&&typeof B.render=="function"&&B.$$typeof===void 0){{var Se=pn(d)||"Unknown";ll[Se]||(i("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",Se,Se,Se),ll[Se]=!0)}tl(B,d,m,S),Zu(v,l,B,d,m)}else if(Qu(d),Y){var $e=l.treeContext,Xe=1,rt=0;l.treeContext=ju($e,Xe,rt);try{dr(v,l,B)}finally{l.treeContext=$e}}else dr(v,l,B);eo(l)}function Qu(v){{if(v&&v.childContextTypes&&i("%s(...): childContextTypes cannot be defined on a function component.",v.displayName||v.name||"Component"),v.defaultProps!==void 0){var l=pn(v)||"Unknown";Gc[l]||(i("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",l),Gc[l]=!0)}if(typeof v.getDerivedStateFromProps=="function"){var d=pn(v)||"Unknown";Qs[d]||(i("%s: Function components do not support getDerivedStateFromProps.",d),Qs[d]=!0)}if(typeof v.contextType=="object"&&v.contextType!==null){var m=pn(v)||"Unknown";Ju[m]||(i("%s: Function components do not support contextType.",m),Ju[m]=!0)}}}function ec(v,l){if(v&&v.defaultProps){var d=J({},l),m=v.defaultProps;for(var S in m)d[S]===void 0&&(d[S]=m[S]);return d}return l}function Kc(v,l,d,m,S){sl(l,d.render);var _=Js(v,l,d.render,m,S),B=Ur();if(B){var Y=l.treeContext,re=1,Se=0;l.treeContext=ju(Y,re,Se);try{dr(v,l,_)}finally{l.treeContext=Y}}else dr(v,l,_);eo(l)}function Hr(v,l,d,m,S){var _=d.type,B=ec(_,m);ea(v,l,_,B,S)}function ys(v,l,d,m){d._context===void 0?d!==d.Consumer&&(Xc||(Xc=!0,i("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):d=d._context;var S=m.children;typeof S!="function"&&i("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.");var _=Sa(d),B=S(_);dr(v,l,B)}function Wr(v,l,d,m){var S=d._context,_=m.value,B=m.children,Y;Y=l.context,l.context=Lu(S,_),dr(v,l,B),l.context=$f(S),Y!==l.context&&i("Popping the context provider did not return back to the original snapshot. This is a bug in React.")}function Zc(v,l,d,m,S){Eo(l,"Lazy");var _=d._payload,B=d._init,Y=B(_),re=ec(Y,m);ea(v,l,Y,re,S),eo(l)}function ea(v,l,d,m,S){if(typeof d=="function")if(Ku(d)){Kl(v,l,d,m);return}else{Jl(v,l,d,m);return}if(typeof d=="string"){Xu(v,l,d,m);return}switch(d){case Yn:case Vt:case Z:case ce:case Pe:{dr(v,l,m.children);return}case lt:{Eo(l,"SuspenseList"),dr(v,l,m.children),eo(l);return}case wt:throw new Error("ReactDOMServer does not yet support scope components.");case st:{Yc(v,l,m);return}}if(typeof d=="object"&&d!==null)switch(d.$$typeof){case Be:{Kc(v,l,d,m,S);return}case it:{Hr(v,l,d,m,S);return}case ue:{Wr(v,l,d,m);return}case Ae:{ys(v,l,d,m);return}case At:{Zc(v,l,d,m);return}}var _="";throw(d===void 0||typeof d=="object"&&d!==null&&Object.keys(d).length===0)&&(_+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(d==null?d:typeof d)+"."+_))}function Jc(v,l){typeof Symbol=="function"&&v[Symbol.toStringTag]==="Generator"&&(qc||i("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),qc=!0),v.entries===l&&(ri||i("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),ri=!0)}function dr(v,l,d){try{return Qc(v,l,d)}catch(m){throw typeof m=="object"&&m!==null&&typeof m.then=="function"||(Oa=Oa!==null?Oa:Qi()),m}}function Qc(v,l,d){if(l.node=d,typeof d=="object"&&d!==null){switch(d.$$typeof){case de:{var m=d,S=m.type,_=m.props,B=m.ref;ea(v,l,S,_,B);return}case ke:throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case At:{var Y=d,re=Y._payload,Se=Y._init,$e;try{$e=Se(re)}catch(to){throw typeof to=="object"&&to!==null&&typeof to.then=="function"&&Eo(l,"Lazy"),to}dr(v,l,$e);return}}if(er(d)){Ql(v,l,d);return}var Xe=Br(d);if(Xe){Jc(d,Xe);var rt=Xe.call(d);if(rt){var xt=rt.next();if(!xt.done){var en=[];do en.push(xt.value),xt=rt.next();while(!xt.done);Ql(v,l,en);return}return}}var ir=Object.prototype.toString.call(d);throw new Error("Objects are not valid as a React child (found: "+(ir==="[object Object]"?"object with keys {"+Object.keys(d).join(", ")+"}":ir)+"). If you meant to render a collection of children, use an array instead.")}if(typeof d=="string"){var ko=l.blockedSegment;ko.lastPushedText=On(l.blockedSegment.chunks,d,v.responseState,ko.lastPushedText);return}if(typeof d=="number"){var xs=l.blockedSegment;xs.lastPushedText=On(l.blockedSegment.chunks,""+d,v.responseState,xs.lastPushedText);return}typeof d=="function"&&i("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}function Ql(v,l,d){for(var m=d.length,S=0;S<m;S++){var _=l.treeContext;l.treeContext=ju(_,m,S);try{Ci(v,l,d[S])}finally{l.treeContext=_}}}function eu(v,l,d){var m=l.blockedSegment,S=m.chunks.length,_=ol(v,S,null,m.formatContext,m.lastPushedText,!0);m.children.push(_),m.lastPushedText=!1;var B=zo(v,l.node,l.blockedBoundary,_,l.abortSet,l.legacyContext,l.context,l.treeContext);l.componentStack!==null&&(B.componentStack=l.componentStack.parent);var Y=B.ping;d.then(Y,Y)}function Ci(v,l,d){var m=l.blockedSegment.formatContext,S=l.legacyContext,_=l.context,B=null;B=l.componentStack;try{return dr(v,l,d)}catch(Y){if(Hu(),typeof Y=="object"&&Y!==null&&typeof Y.then=="function"){eu(v,l,Y),l.blockedSegment.formatContext=m,l.legacyContext=S,l.context=_,ds(_),l.componentStack=B;return}else throw l.blockedSegment.formatContext=m,l.legacyContext=S,l.context=_,ds(_),l.componentStack=B,Y}}function ef(v,l,d,m){var S=al(v,m);if(l===null?_a(v,m):(l.pendingTasks--,l.forceClientRender||(l.forceClientRender=!0,l.errorDigest=S,Xl(l,m),l.parentFlushed&&v.clientRenderedBoundaries.push(l))),v.allPendingTasks--,v.allPendingTasks===0){var _=v.onAllReady;_()}}function bs(v){var l=this,d=v.blockedBoundary,m=v.blockedSegment;m.status=Ks,ta(l,d,m)}function tu(v,l,d){var m=v.blockedBoundary,S=v.blockedSegment;if(S.status=Ks,m===null)l.allPendingTasks--,l.status!==Pa&&(l.status=Pa,l.destination!==null&&I(l.destination));else{if(m.pendingTasks--,!m.forceClientRender){m.forceClientRender=!0;var _=d===void 0?new Error("The render was aborted by the server without a reason."):d;m.errorDigest=l.onError(_);{var B="The server did not finish this Suspense boundary: ";_&&typeof _.message=="string"?_=B+_.message:_=B+String(_);var Y=Ji;Ji=v;try{Xl(m,_)}finally{Ji=Y}}m.parentFlushed&&l.clientRenderedBoundaries.push(m)}if(m.fallbackAbortableTasks.forEach(function(Se){return tu(Se,l,d)}),m.fallbackAbortableTasks.clear(),l.allPendingTasks--,l.allPendingTasks===0){var re=l.onAllReady;re()}}}function ws(v,l){if(l.chunks.length===0&&l.children.length===1&&l.children[0].boundary===null){var d=l.children[0];d.id=l.id,d.parentFlushed=!0,d.status===Co&&ws(v,d)}else{var m=v.completedSegments;m.push(l)}}function ta(v,l,d){if(l===null){if(d.parentFlushed){if(v.completedRootSegment!==null)throw new Error("There can only be one root segment. This is a bug in React.");v.completedRootSegment=d}if(v.pendingRootTasks--,v.pendingRootTasks===0){v.onShellError=Zs;var m=v.onShellReady;m()}}else if(l.pendingTasks--,!l.forceClientRender){if(l.pendingTasks===0)d.parentFlushed&&d.status===Co&&ws(l,d),l.parentFlushed&&v.completedBoundaries.push(l),l.fallbackAbortableTasks.forEach(bs,v),l.fallbackAbortableTasks.clear();else if(d.parentFlushed&&d.status===Co){ws(l,d);var S=l.completedSegments;S.length===1&&l.parentFlushed&&v.partialBoundaries.push(l)}}if(v.allPendingTasks--,v.allPendingTasks===0){var _=v.onAllReady;_()}}function Xf(v,l){var d=l.blockedSegment;if(d.status===zl){ds(l.context);var m=null;m=Ji,Ji=l;try{dr(v,l,l.node),_n(d.chunks,v.responseState,d.lastPushedText,d.textEmbedded),l.abortSet.delete(l),d.status=Co,ta(v,l.blockedBoundary,d)}catch(_){if(Hu(),typeof _=="object"&&_!==null&&typeof _.then=="function"){var S=l.ping;_.then(S,S)}else l.abortSet.delete(l),d.status=Wc,ef(v,l.blockedBoundary,d,_)}finally{Ji=m}}}function tc(v){if(v.status!==Pa){var l=Fc(),d=Wl.current;Wl.current=rr;var m;m=ka.getCurrentStack,ka.getCurrentStack=Qi;var S=Xs;Hl(v.responseState);try{var _=v.pingedTasks,B;for(B=0;B<_.length;B++){var Y=_[B];Xf(v,Y)}_.splice(0,B),v.destination!==null&&Mi(v,v.destination)}catch(re){al(v,re),_a(v,re)}finally{Hl(S),Wl.current=d,ka.getCurrentStack=m,d===rr&&ds(l)}}}function ul(v,l,d){switch(d.parentFlushed=!0,d.status){case zl:{var m=d.id=v.nextSegmentId++;return d.lastPushedText=!1,d.textEmbedded=!1,cr(l,v.responseState,m)}case Co:{d.status=Yl;for(var S=!0,_=d.chunks,B=0,Y=d.children,re=0;re<Y.length;re++){for(var Se=Y[re];B<Se.index;B++)g(l,_[B]);S=cl(v,l,Se)}for(;B<_.length-1;B++)g(l,_[B]);return B<_.length&&(S=T(l,_[B])),S}default:throw new Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function cl(v,l,d){var m=d.boundary;if(m===null)return ul(v,l,d);if(m.parentFlushed=!0,m.forceClientRender)return Ue(l,v.responseState,m.errorDigest,m.errorMessage,m.errorComponentStack),ul(v,l,d),Et(l,v.responseState);if(m.pendingTasks>0){m.rootSegmentID=v.nextSegmentId++,m.completedSegments.length>0&&v.partialBoundaries.push(m);var S=m.id=nn(v.responseState);return Ee(l,v.responseState,S),ul(v,l,d),Tt(l,v.responseState)}else{if(m.byteSize>v.progressiveChunkSize)return m.rootSegmentID=v.nextSegmentId++,v.completedBoundaries.push(m),Ee(l,v.responseState,m.id),ul(v,l,d),Tt(l,v.responseState);Ie(l,v.responseState);var _=m.completedSegments;if(_.length!==1)throw new Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");var B=_[0];return cl(v,l,B),ot(l,v.responseState)}}function nc(v,l,d){return Il(l,v.responseState,d.id,d.errorDigest,d.errorMessage,d.errorComponentStack)}function nu(v,l,d){return St(l,v.responseState,d.formatContext,d.id),cl(v,l,d),vt(l,d.formatContext)}function rc(v,l,d){for(var m=d.completedSegments,S=0;S<m.length;S++){var _=m[S];zr(v,l,d,_)}return m.length=0,vo(l,v.responseState,d.id,d.rootSegmentID)}function tf(v,l,d){for(var m=d.completedSegments,S=0;S<m.length;S++){var _=m[S];if(!zr(v,l,d,_))return S++,m.splice(0,S),!1}return m.splice(0,S),!0}function zr(v,l,d,m){if(m.status===Yl)return!0;var S=m.id;if(S===-1){var _=m.id=d.rootSegmentID;if(_===-1)throw new Error("A root segment ID must have been assigned by now. This is a bug in React.");return nu(v,l,m)}else return nu(v,l,m),Ya(l,v.responseState,S)}function Mi(v,l){y();try{var d=v.completedRootSegment;d!==null&&v.pendingRootTasks===0&&(cl(v,l,d),v.completedRootSegment=null,bi(l,v.responseState));var m=v.clientRenderedBoundaries,S;for(S=0;S<m.length;S++){var _=m[S];nc(v,l,_)}m.splice(0,S);var B=v.completedBoundaries;for(S=0;S<B.length;S++){var Y=B[S];rc(v,l,Y)}B.splice(0,S),E(l),y(l);var re=v.partialBoundaries;for(S=0;S<re.length;S++){var Se=re[S];if(!tf(v,l,Se)){v.destination=null,S++,re.splice(0,S);return}}re.splice(0,S);var $e=v.completedBoundaries;for(S=0;S<$e.length;S++){var Xe=$e[S];rc(v,l,Xe)}$e.splice(0,S)}finally{E(l),v.allPendingTasks===0&&v.pingedTasks.length===0&&v.clientRenderedBoundaries.length===0&&v.completedBoundaries.length===0&&(v.abortableTasks.size!==0&&i("There was still abortable task at the root when we closed. This is a bug in React."),I(l))}}function nf(v){a(function(){return tc(v)})}function Kf(v,l){if(v.status===Da){v.status=Pa,H(l,v.fatalError);return}if(v.status!==Pa&&v.destination===null){v.destination=l;try{Mi(v,l)}catch(d){al(v,d),_a(v,d)}}}function fl(v,l){try{var d=v.abortableTasks;d.forEach(function(m){return tu(m,v,l)}),d.clear(),v.destination!==null&&Mi(v,v.destination)}catch(m){al(v,m),_a(v,m)}}function Ra(v,l){return new Promise(function(d,m){var S,_,B=new Promise(function(rt,xt){_=rt,S=xt});function Y(){var rt=new ReadableStream({type:"bytes",pull:function(xt){Kf(Se,xt)},cancel:function(xt){fl(Se)}},{highWaterMark:0});rt.allReady=B,d(rt)}function re(rt){B.catch(function(){}),m(rt)}var Se=Gl(v,_i(l?l.identifierPrefix:void 0,l?l.nonce:void 0,l?l.bootstrapScriptContent:void 0,l?l.bootstrapScripts:void 0,l?l.bootstrapModules:void 0),pi(l?l.namespaceURI:void 0),l?l.progressiveChunkSize:void 0,l?l.onError:void 0,_,Y,re,S);if(l&&l.signal){var $e=l.signal,Xe=function(){fl(Se,$e.reason),$e.removeEventListener("abort",Xe)};$e.addEventListener("abort",Xe)}nf(Se)})}Lh.renderToReadableStream=Ra,Lh.version=e}()),Lh}var Dc,Pv;process.env.NODE_ENV==="production"?(Dc=W4(),Pv=z4()):(Dc=Y4(),Pv=G4());Dc.version;var q4=Dc.renderToString;Dc.renderToStaticMarkup;Dc.renderToNodeStream;Dc.renderToStaticNodeStream;Pv.renderToReadableStream;var X4=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function WD(t,e){return t(e={exports:{}},e.exports),e.exports}var K4=WD(function(t){(function(e){var n=function(j,R,H){if(!f(R)||y(R)||g(R)||T(R)||c(R))return R;var U,ne=0,q=0;if(p(R))for(U=[],q=R.length;ne<q;ne++)U.push(n(j,R[ne],H));else for(var ie in U={},R)Object.prototype.hasOwnProperty.call(R,ie)&&(U[j(ie,H)]=n(j,R[ie],H));return U},r=function(j){return E(j)?j:(j=j.replace(/[\-_\s]+(.)?/g,function(R,H){return H?H.toUpperCase():""})).substr(0,1).toLowerCase()+j.substr(1)},i=function(j){var R=r(j);return R.substr(0,1).toUpperCase()+R.substr(1)},o=function(j,R){return function(H,U){var ne=(U=U||{}).separator||"_",q=U.split||/(?=[A-Z])/;return H.split(q).join(ne)}(j,R).toLowerCase()},a=Object.prototype.toString,c=function(j){return typeof j=="function"},f=function(j){return j===Object(j)},p=function(j){return a.call(j)=="[object Array]"},y=function(j){return a.call(j)=="[object Date]"},g=function(j){return a.call(j)=="[object RegExp]"},T=function(j){return a.call(j)=="[object Boolean]"},E=function(j){return(j-=0)==j},I=function(j,R){var H=R&&"process"in R?R.process:R;return typeof H!="function"?j:function(U,ne){return H(U,j,ne)}},A={camelize:r,decamelize:o,pascalize:i,depascalize:o,camelizeKeys:function(j,R){return n(I(r,R),j)},decamelizeKeys:function(j,R){return n(I(o,R),j,R)},pascalizeKeys:function(j,R){return n(I(i,R),j)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=A:e.humps=A})(X4)}).decamelize,Z4=function(t){if(Array.isArray(t))return t},J4=function(t,e){if(typeof Symbol<"u"&&Symbol.iterator in Object(t)){var n=[],r=!0,i=!1,o=void 0;try{for(var a,c=t[Symbol.iterator]();!(r=(a=c.next()).done)&&(n.push(a.value),!e||n.length!==e);r=!0);}catch(f){i=!0,o=f}finally{try{r||c.return==null||c.return()}finally{if(i)throw o}}return n}},D1=function(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},Q4=function(t,e){if(t){if(typeof t=="string")return D1(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set"?Array.from(t):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?D1(t,e):void 0}},e6=function(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
136
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)},t6=function(t,e){return Z4(t)||J4(t,e)||Q4(t,e)||e6()},zD=WD(function(t){function e(){return t.exports=e=Object.assign||function(n){for(var r=1;r<arguments.length;r++){var i=arguments[r];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(n[o]=i[o])}return n},e.apply(this,arguments)}t.exports=e}),n6=function(t,e){if(t==null)return{};var n,r,i={},o=Object.keys(t);for(r=0;r<o.length;r++)n=o[r],e.indexOf(n)>=0||(i[n]=t[n]);return i},YD=function(t,e){if(t==null)return{};var n,r,i=n6(t,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(r=0;r<o.length;r++)n=o[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i},r6=X.createContext(null);function GD(t){var e=t.children,n=e===void 0?"":e,r=YD(t,["children"]);return typeof n!="string"&&(n=q4(n)),X.createElement("template",zD({},r,{dangerouslySetInnerHTML:{__html:n}}))}function qD(t){var e=t.root,n=t.children;return Bv.createPortal(n===void 0?null:n,e)}function i6(t){var e=X.forwardRef(function(n,r){var i,o,a=n.mode,c=a===void 0?"open":a,f=n.delegatesFocus,p=f!==void 0&&f,y=n.styleSheets,g=y===void 0?[]:y,T=n.ssr,E=T!==void 0&&T,I=n.children,A=YD(n,["mode","delegatesFocus","styleSheets","ssr","children"]),j=(o=X.useRef((i=r)&&i.current),X.useEffect(function(){i&&(i.current=o.current)},[i]),o),R=X.useState(null),H=t6(R,2),U=H[0],ne=H[1],q="node_".concat(c).concat(p);return X.useLayoutEffect(function(){if(j.current)try{if(typeof r=="function"&&r(j.current),E){var ie=j.current.shadowRoot;return void ne(ie)}var x=j.current.attachShadow({mode:c,delegatesFocus:p});g.length>0&&(x.adoptedStyleSheets=g),ne(x)}catch(le){(function(ae){var ze=ae.error,tt=ae.styleSheets,Qe=ae.root;switch(ze.name){case"NotSupportedError":tt.length>0&&(Qe.adoptedStyleSheets=tt);break;default:throw ze}})({error:le,styleSheets:g,root:U})}},[r,j,g]),X.createElement(X.Fragment,null,X.createElement(t.tag,zD({key:q,ref:j},A),(U||E)&&X.createElement(r6.Provider,{value:U},E?X.createElement(GD,{shadowroot:c,shadowrootmode:c},t.render({root:U,ssr:E,children:I})):X.createElement(qD,{root:U},t.render({root:U,ssr:E,children:I})))))});return e.propTypes={mode:Rs.oneOf(["open","closed"]),delegatesFocus:Rs.bool,styleSheets:Rs.arrayOf(Rs.instanceOf(globalThis.CSSStyleSheet)),ssr:Rs.bool,children:Rs.node},e}GD.propTypes={children:Rs.oneOfType([Rs.string,Rs.node])},qD.propTypes={root:Rs.object.isRequired,children:Rs.node};var ym=new Map;function o6(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"core",n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:function(r){return r.children};return new Proxy(t,{get:function(r,i){var o=K4(i,{separator:"-"}),a="".concat(e,"-").concat(o);return ym.has(a)||ym.set(a,i6({tag:o,render:n})),ym.get(a)}})}var s6=o6();const a6=".app,.treeRoot{height:100%}.draggingSource{opacity:.3}.placeholderContainer{position:relative}.dropTarget{background-color:#8d878711}",l6=".favorite-bar{position:sticky;top:64px;z-index:var(--menu-z-index);border-bottom:1px solid #ddd}.favorite-bar--hidden{transform:translateY(-100%);opacity:0;height:0}.favorite-bar--visible{transform:translateY(0);opacity:1}";var P1;(function(t){t.DragStart="dragStart",t.DragMove="dragMove",t.DragEnd="dragEnd",t.DragCancel="dragCancel",t.DragOver="dragOver",t.RegisterDroppable="registerDroppable",t.SetDroppableDisabled="setDroppableDisabled",t.UnregisterDroppable="unregisterDroppable"})(P1||(P1={}));const u6=Object.freeze({x:0,y:0});var Cf;(function(t){t[t.Forward=1]="Forward",t[t.Backward=-1]="Backward"})(Cf||(Cf={}));var O1;(function(t){t.Click="click",t.DragStart="dragstart",t.Keydown="keydown",t.ContextMenu="contextmenu",t.Resize="resize",t.SelectionChange="selectionchange",t.VisibilityChange="visibilitychange"})(O1||(O1={}));var Is;(function(t){t.Space="Space",t.Down="ArrowDown",t.Right="ArrowRight",t.Left="ArrowLeft",t.Up="ArrowUp",t.Esc="Escape",t.Enter="Enter",t.Tab="Tab"})(Is||(Is={}));Is.Space,Is.Enter,Is.Esc,Is.Space,Is.Enter,Is.Tab;var _1;(function(t){t[t.RightClick=2]="RightClick"})(_1||(_1={}));var R1;(function(t){t[t.Pointer=0]="Pointer",t[t.DraggableRect=1]="DraggableRect"})(R1||(R1={}));var I1;(function(t){t[t.TreeOrder=0]="TreeOrder",t[t.ReversedTreeOrder=1]="ReversedTreeOrder"})(I1||(I1={}));Cf.Backward+"",Cf.Forward+"",Cf.Backward+"",Cf.Forward+"";var Ov;(function(t){t[t.Always=0]="Always",t[t.BeforeDragging=1]="BeforeDragging",t[t.WhileDragging=2]="WhileDragging"})(Ov||(Ov={}));var _v;(function(t){t.Optimized="optimized"})(_v||(_v={}));Ov.WhileDragging,_v.Optimized;({...u6});var A1;(function(t){t[t.Uninitialized=0]="Uninitialized",t[t.Initializing=1]="Initializing",t[t.Initialized=2]="Initialized"})(A1||(A1={}));function c6(t,e,n){const r=t.slice();return r.splice(n<0?r.length+n:n,0,r.splice(e,1)[0]),r}Is.Down,Is.Right,Is.Up,Is.Left;function f6(t){const e=new CustomEvent("updateFavoriteMenu",{detail:{menuItem:t}});window.dispatchEvent(e)}const bm="MENU_ITEM";function d6(t){const e=Cp.useLocation(),[n,r]=X.useState([]),[i,o]=X.useState([]),[a,c]=X.useState(!1);console.log("isSubmit",a);const f=X.useRef(null),[p,y]=X.useState(window.location.href);X.useEffect(()=>{y(window.location.href)},[e]);const g=q=>`${q}`;function T(q,ie){for(const x of q){if(x.id===ie)return x;if(x.children){const le=T(x.children,ie);if(le)return le}}return null}function E(q,ie){const x=T(n,q);x?(x.isFavorite=ie,f6(x),ob(q,ie)):console.error(`Item with id ${q} not found`)}const I=q=>{console.log("Favorite menus changed",q);const ie=q.detail.favoriteMenus||[];r(ie)},[A,j]=X.useState(!1);X.useEffect(()=>{const q=ie=>{j(ie.detail.isLoading)};return window.addEventListener("favoriteLoadingChange",q),()=>{window.removeEventListener("favoriteLoadingChange",q)}},[]),X.useEffect(()=>(window.addEventListener("favoriteMenusChange",I),()=>{window.removeEventListener("favoriteMenusChange",I)}),[]);const R=(q,ie)=>{n[q];const x=c6(n,q,ie);r(x),c(!0);const le={menuItemIds:x.map(ae=>ae.id)};As.post("global-menu-config/api/v1/menu-items/user/order-favorites",le,{baseURL:t.baseUrl}).then(()=>{window.dispatchEvent(new CustomEvent("favoriteOrderUpdated",{detail:{favoriteMenuId:x.map(ae=>ae.id)}}))}).catch(ae=>{console.error(ae),r(n)}).finally(()=>{c(!1)})};console.log("favoriteItems",n);const H=Object.entries(t.brandColors||{}).reduce((q,[ie,x])=>(x&&(q[`--${ie}`]=x),q),{}),U=({item:q,index:ie})=>{const x=X.useRef(null),[{isDragging:le},ae]=tk({type:bm,item:()=>({id:q.id,index:ie}),collect:Ye=>({isDragging:Ye.isDragging()})}),[{isOver:ze,isOverCurrent:tt},Qe]=fp(()=>({accept:bm,collect:Ye=>({isOver:Ye.isOver(),isOverCurrent:Ye.isOver({shallow:!0})}),drop:Ye=>{Ye.index!==ie&&(Ye.index<ie?(R(Ye.index,ie-1),Ye.index=ie-1):(R(Ye.index,ie),Ye.index=ie))}}),[]);let et="hover-off";return(tt||ze)&&(et="hover-on"),ae(Qe(x)),be.jsx("div",{ref:x,style:{opacity:le?.7:1,boxShadow:le?"0 4px 8px rgba(0, 0, 0, 0.2)":"none",cursor:"move",display:"inline-block",marginRight:"8px",position:"relative",transition:"transform 0.3s ease-in-out",...H},className:`item ${et}`,children:be.jsx(HD,{replacePath:t.replacePath,ssr:t.ssr,brandColors:t.brandColors,baseUrl:t.baseUrl,item:q,level:1,onSetFavoriteSuccess:E,isDrop:a,onClickItem:Ye=>{var pe;(pe=t.onClickItem)==null||pe.call(t,Ye),window.dispatchEvent(new CustomEvent("favoriteMenuPathChange",{detail:{path:Ye.path,menuItemId:Ye.id}}))}})})},ne=()=>{const q=X.useRef(null),[{isOver:ie,canDrop:x},le]=fp(()=>({accept:bm,drop:ae=>{R(ae.index,n.length-1),ae.index=n.length-1},collect:ae=>({isOver:ae.isOver(),canDrop:ae.canDrop()})}),[n]);return le(q),be.jsx("div",{ref:q,style:{height:48,width:150,display:"flex",alignItems:"center",justifyContent:"center",borderLeft:ie&&x?"2px solid var(--primary300)":"transparent",...H}})};return console.log("isLoading fav",A),be.jsx(be.Fragment,{children:be.jsx("div",{className:g(`favorite-menu${n.length===0?" favorite-menu--empty":""}`),style:{width:"100%",display:"flex"},children:n.length>0&&be.jsx(Gv,{ref:f,className:g("wrap-section favorite-menu__menu"),style:{marginTop:4,flex:1,height:"100%"},children:be.jsx(XE,{backend:sC,children:be.jsxs("div",{style:{display:"inline-flex"},children:[n.map((q,ie)=>be.jsx(U,{item:q,index:ie},q.id)),be.jsx(ne,{})]})})})})})}function h6(t=32){const[e,n]=X.useState(!0),r=X.useRef(0),i=()=>{const o=document.getElementById("app-iframe");if(o&&o.contentWindow){const a=o.contentWindow.scrollY;a>r.current&&a>t?n(!1):a<r.current&&n(!0),r.current=a}};return X.useEffect(()=>{const o=document.getElementById("app-iframe");if(!o)return;const a=()=>{const c=o.contentWindow;c&&(c.addEventListener("scroll",i),n(!0),r.current=c.scrollY||0)};return o.addEventListener("load",a),()=>{o.removeEventListener("load",a);const c=o.contentWindow;c&&c.removeEventListener("scroll",i)}},[]),{isFavoriteBarVisible:e}}function p6(t){const{isFavoriteBarVisible:e}=h6();return be.jsxs(be.Fragment,{children:[be.jsx("style",{children:l6}),be.jsx("div",{className:`favorite-bar backdrop-delay-transition ${e?"favorite-bar--visible":"favorite-bar--hidden"}`,children:be.jsx(s6.div,{children:be.jsx(Wv,{styles:[GT,H4,a6],children:be.jsx(d6,{...t})})})})]})}function ob(t,e){const n=JSON.parse(localStorage.getItem("favoriteItems")||"[]");if(e)n.includes(t)||n.push(t);else{const r=n.indexOf(t);r>-1&&n.splice(r,1)}localStorage.setItem("favoriteItems",JSON.stringify(n))}function g6(t){if(t.redirectUrl)return t.redirectUrl;if(t.path&&t.path.includes("http")){const e=new URL(t.path);return e.href.replace(e.origin,"")}return t.path||"#"}function XD({...t}){var Te,Le,He;const e=t.item,n=t.level||0,r=!!((Te=t.item.children)!=null&&Te.length),{isActive:i,isCollapsed:o}=t,a=`level-${n}`,c=o?"collapsed":"expanded",f=i(e.id)?"active":"",p=r?"parent":"child",y=t.params.isOpen?"isOpen":"isClose",g=t.isInternalApp?"isInternalApp":"",T=(je,Fe=a)=>`${je} ${Fe} ${c} ${f} ${p} ${y} ${g}`,[E,I]=X.useState(!1),[A,j]=X.useState(e.isFavorite||!1);X.useEffect(()=>{j(!!t.item.isFavorite)},[t.item.isFavorite]);const R=X.useRef(),H=X.useRef();H!=null&&H.current&&((Le=H==null?void 0:H.current)==null?void 0:Le.scrollWidth)>((He=H==null?void 0:H.current)==null?void 0:He.clientWidth);const U=window.location.origin,ne=e.path&&e.path.includes("http")?new URL(e.path):{origin:"",pathname:""},q=window.location.pathname.split("/")[1],ie=ne.pathname.split("/")[1],x=t.item.redirectUrl||t.ssr||!U.includes("local")&&U!==ne.origin||ie!==q,le=r?"div":!t.isInternalApp&&x?"a":Cp.Link,ae=g6(e),ze=n+1,tt=r&&o&&E,Qe=o||n===0?void 0:`${n+.25}rem`,et=()=>{I(!0)},Ye=()=>{I(!1)},pe="/global-menu-config/api/v1/menu-items/user/set-favorite",fe=e.serviceKey==="mn_poms";t.params.depth*20,t.params.depth,VU(e.id,t.params.isOpen,t.params.onToggle);const Oe=fe||o&&n===0?e.name==="POMs"?"Parking Operations Management":e.description||e.name:null,Ne=Object.entries(t.brandColors||{}).reduce((je,[Fe,Ve])=>(Ve&&(je[`--${Fe}`]=Ve),je),{}),me=U!==ne.origin||t.item.redirectUrl?"_blank":"_self";return be.jsxs("div",{ref:R,className:T("menu-item__wrapper tree-node"),style:{borderRadius:"8px",transition:"all 0.3s",...Ne},onMouseOver:et,onMouseOut:Ye,onDragStart:je=>{o&&n>1&&je.preventDefault()},children:[be.jsx(aa.Tooltip,{placement:"top",title:Oe,disableInteractive:!0,children:be.jsxs(le,{target:me,to:ae,draggable:"true",className:T("menu-item__link"),style:{paddingLeft:Qe},onClick:je=>{var Fe;le==="a"&&me==="_blank"||(!r&&e.path&&(localStorage.setItem("latestClickMenuPath",(e.path||"").replace(window.location.origin,"")),(Fe=t.onClickItem)==null||Fe.call(t,ae)),!o&&t.toggleExpand(je))},children:[be.jsx(m6,{cls:T,item:e}),be.jsx("span",{className:T("menu-item__label"),ref:H,children:e.name}),be.jsx(v6,{tooltipPosition:Oe?"right":"top",menuLevel:n,hasChildren:r,isHovered:E,isFavorite:A,onClick:je=>{const Fe={menuConfigId:e.id,isFavorite:je},Ve=t.baseUrl+pe;As.post(Ve,Fe).then(nt=>{var ct;j(je),Xv(ki("components.menu.pushSuccess.menuSuccess",{defaultValue:"Set favorite menu item successful"})),(ct=t.onSetFavoriteSuccess)==null||ct.call(t,t.item.id,je),ob(t.item.id,je)}).catch(nt=>{var ct,pt;zd(((pt=(ct=nt.response)==null?void 0:ct.data)==null?void 0:pt.errorMessage)||ki("components.menu.pushError.menuError",{defaultValue:"Have error when set favorite menu item"}))})}}),r&&be.jsx("div",{className:T("menu-item__icon-arrow__wrapper"),children:be.jsx(c4,{className:T(`menu-item__icon-arrow__icon ${t.params.isOpen?"open":"close"}`)})})]})}),tt&&be.jsx(f4,{parentRef:R,onlyChild:!o,renderChildren:({maxHeight:je})=>{var Fe;return be.jsx(LD.div,{className:T(`menu-item__dropdown ${t.params.isOpen?"menu-item__dropdown--open":"menu-item__dropdown--close"}`,`level-${ze}`),style:rb({maxHeight:je,overflowY:"auto",paddingRight:3},je!=="auto"&&!!ze),children:(Fe=e.children)==null?void 0:Fe.map(Ve=>X.createElement(XD,{...t,key:Ve.id,item:Ve,level:ze}))})}})]})}function m6({item:t,cls:e}){return be.jsx("div",{className:e("menu-item__icon"),children:be.jsx(UD,{item:t})})}function v6(t){const e={marginRight:t.hasChildren?10:0,fontSize:18,fill:mr.warning};return be.jsxs(be.Fragment,{children:[t.isHovered&&!t.isFavorite&&be.jsx(aa.Tooltip,{placement:t.tooltipPosition||"top",title:"Add to favorites",disableInteractive:!0,children:be.jsx("div",{children:be.jsx(FD,{style:e,onClick:n=>{var r;n.preventDefault(),n.stopPropagation(),(r=t.onClick)==null||r.call(t,!0)}})})}),t.isFavorite&&be.jsx(aa.Tooltip,{placement:t.tooltipPosition||"top",title:"Remove from favorites",disableInteractive:!0,children:be.jsx("div",{children:be.jsx(ND,{style:e,onClick:n=>{var r;n.preventDefault(),n.stopPropagation(),(r=t.onClick)==null||r.call(t,!1)}})})})]})}function y6(){return be.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",fill:"currentColor",stroke:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",children:be.jsx("path",{d:"M21 18v2H3v-2h18zM6.596 3.903L8.01 5.318 4.828 8.5 8.01 11.68l-1.414 1.415L2 8.5l4.596-4.597zM21 11v2h-9v-2h9zm0-7v2h-9V4h9z"})})}function b6(){return be.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",fill:"currentColor",stroke:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",children:be.jsx("path",{d:"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z"})})}function w6(t){return be.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"20",fill:"none",viewBox:"0 0 18 20",...t,children:be.jsx("path",{fill:"#E01B00",fillRule:"evenodd",d:"M.179 2.875A2.375 2.375 0 012.554.5h3.393a1.018 1.018 0 010 2.036H2.554a.34.34 0 00-.34.339v14.25c0 .187.152.34.34.34h3.393a1.018 1.018 0 110 2.035H2.554a2.375 2.375 0 01-2.375-2.375V2.875zm14.167 6.107h-7.72a1.018 1.018 0 000 2.036h7.72l-2.673 2.673a1.018 1.018 0 101.44 1.44l4.41-4.411a1.018 1.018 0 000-1.44l-4.41-4.41a1.018 1.018 0 10-1.44 1.439l2.673 2.673z",clipRule:"evenodd"})})}const x6=".flex-col-center{display:flex;flex-direction:column;justify-content:center}.wrap-section{padding:0 8px;transition:all .3s}.wrap-section.collapsed{padding:0 4px}.side-bar{position:fixed;top:64px;left:0;height:calc(100vh - 64px);max-width:18rem;display:flex;flex-direction:column;border-right:1px solid #ddd;background-color:#fafafa;transition:all .3s}.side-bar.expanded{width:17rem}.side-bar.collapsed{width:64px}.side-bar__wrap-btn-logout,.side-bar__btn-logout{margin:5px 0}.side-bar__logout-btn__text{margin-left:12px;font-size:.875rem;opacity:1}.side-bar__logout-btn__text.collapsed{opacity:0;transition:ease-in-out .2s;transition-delay:.15s}.side-bar__wrapper-toggle-btn{display:flex;flex-direction:row;justify-content:flex-end;transition:all .3s;margin-right:-8px;margin-top:40px}.side-bar__wrapper-toggle-btn.collapsed{justify-content:center;width:100%}.side-bar__toggle-btn{margin-top:-6px;color:#85858a}.side-bar__logout-btn{width:100%;text-align:left;display:flex;flex-direction:row;align-items:center;padding:8px 16px 8px 18.6665px;min-height:48px;border-radius:.375rem;overflow:hidden;transition:all .3s ease-in-out;background-color:initial}.side-bar__logout-btn:hover{background-color:#919eab14}.side-bar__icon-logout{flex-shrink:0}.menu-item__wrapper{display:flex;flex-direction:column;position:relative;width:100%;color:#292929}.menu-item__wrapper.collapsed.active,.menu-item__wrapper.expanded.active.parent.isClose,.menu-item__wrapper.expanded.active.child{color:var(--primary400);background-color:var(--primary200)}.menu-item__link{display:flex;flex-direction:row;border-radius:.375rem;align-items:center;padding:.5rem;position:relative;height:48px;cursor:pointer}.menu-item__link.expanded.level-0{padding:.5rem 10px}.isHome{position:sticky;top:0;background-color:#fafafa;z-index:10}.menu-item__link:hover{background-color:#919eab14}.menu-item__link.collapsed.level-0{padding-left:calc(.5rem + 7.665px)!important}.menu-item__link.active{background-color:#009d4f1a;color:inherit}.menu-item__link.active.level-0,.menu-item__link.active.level-1,.menu-item__link.active.level-2,.menu-item__link.active.level-3,.menu-item__link.active.level-4,.menu-item__link.active.level-5,.menu-item__link.active.level-6,.menu-item__link.active.level-7,.menu-item__link.active.level-8,.menu-item__link.active.level-9{background-color:inherit;color:inherit}.menu-item__link.active.level-1:hover,.menu-item__link.active.level-2:hover,.menu-item__link.active.level-3:hover,.menu-item__link.active.level-4:hover,.menu-item__link.active.level-5:hover,.menu-item__link.active.level-6:hover,.menu-item__link.active.level-7:hover,.menu-item__link.active.level-8:hover,.menu-item__link.active.level-9:hover,.menu-item__link.active.level-0:hover{background-color:#919eab14}.menu-item__link.level-0{transition:padding .2s}.menu-item__link.menu-item__link.collapsed.level-0{padding:0}.menu-item__icon{width:1.5rem;height:1.5rem;flex-shrink:0;display:grid;place-items:center;color:#85858a}.menu-item__icon.collapsed.active,.menu-item__icon.expanded.active.parent.isClose,.menu-item__icon.expanded.active.child{color:inherit}.menu-item__icon.collapsed.level-0>*{margin:0 auto}.menu-item__label{font-size:.875rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;flex-shrink:1;margin-left:12px;padding-right:12px;opacity:1}.menu-item__label.level-0.collapsed{text-overflow:unset}.menu-item__label.active{color:inherit}.menu-item__label.collapsed{margin-left:8px;font-size:.75rem;line-height:1rem}.menu-item__label.collapsed.level-0{font-size:.875rem;opacity:0;transition-delay:.15s}.menu-item__label.level-0{margin-left:8px;font-weight:500;font-size:.951rem}.menu-item__label.level-0.isInternalApp{font-weight:unset!important}.menu-item__icon-arrow__wrapper{display:grid;place-items:center;position:absolute;top:50%;transform:translateY(-50%);right:0}.menu-item__icon-arrow__wrapper.expanded{right:4px}.menu-item__icon-arrow__icon{transition:transform .3s!important;transform:rotate(-90deg)!important}.menu-item__icon-arrow__icon.active{color:inherit}.menu-item__icon-arrow__icon.expanded.open{transform:rotate(0)!important}.menu-item__dropdown.collapsed{background-color:#fafafa;border:1px solid #ddd;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;border-radius:4px;width:210px;max-width:210px;padding:4px;z-index:1200}.menu-item__dropdown::-webkit-scrollbar{width:4px}.menu-item__dropdown::-webkit-scrollbar-thumb{background-color:#9b9b9b99;border-radius:2px}.menu-item__dropdown,.menu-item__dropdown>*{margin-top:4px}.menu-item__dropdown.expanded.menu-item__dropdown--close{margin-top:0;transition:margin-top .3s}.menu-item__dropdown:first-of-type{margin-top:0}.menu-item__dropdown>*:first-child{margin-top:0}.menu-item__dropdown.collapsed .menu-item__link{height:40px}.menu-item__dropdown.collapsed .menu-item__link.level-0{height:48px}.menu-item__dropdown.collapsed.level-0{width:auto;max-width:unset;box-shadow:none;border:none;padding:0;background-color:unset}.menu-item__dropdown.expanded{overflow:hidden}.icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;background-color:transparent;transition:background-color .3s ease;border:none}.icon-btn:hover{background-color:var(--btn-bg-hover)}.simplebar-scrollbar:before{background-color:#0000002d}.side-bar__menu.collapsed .simplebar-track.simplebar-vertical{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}",S6=t=>{const e=t.isCollapsed?0:t.depth*16;return be.jsx("div",{style:{backgroundColor:t.color||"#93D500",height:"2px",position:"absolute",right:"0",top:"0",left:e}})},T6=".app,.treeRoot{height:100%}.draggingSource{opacity:.3}.placeholderContainer{position:relative}.dropTarget{background-color:#8d878711}",C6=t=>{const[e,n]=X.useState(()=>{const r=localStorage.getItem("openingMenuIds");return r&&r!=="[]"?JSON.parse(r):(t==null?void 0:t.initOpenIds)||[]});return X.useEffect(()=>{localStorage.setItem("openingMenuIds",JSON.stringify(e))},[e]),[e,n]};function KD(t){const e=!t||t==="true"?"64px":"17rem";document.documentElement.style.setProperty("--global-menu-width",e);const n=new CustomEvent("menuWidthChange",{detail:{menuWidth:e}});window.dispatchEvent(n)}const Xh=localStorage.getItem("isCollapsed");KD(Xh);function E6(t){const e=new CustomEvent("favoriteMenusChange",{detail:{favoriteMenus:t}});window.dispatchEvent(e)}function k6(t){const e=Cp.useLocation(),[n,r]=X.useState([]),i=n.map(fe=>fe.data),[o,a]=X.useState(!1),[c,f]=X.useState([]),[p,y]=X.useState(Xh===null?!0:Xh==="true"),[g,T]=X.useState(window.location.href),E=X.useRef(null);X.useEffect(()=>{var fe;(fe=t.handleCallback)==null||fe.call(t,i)},[i,t.handleCallback]),X.useEffect(()=>{T(window.location.href),e.pathname+e.search+e.hash&&localStorage.setItem("latestClickMenuPath",(e.pathname+e.search+e.hash||"").replace(window.location.origin,""))},[e]);const I=L1(i,g),[A,j]=C6({initOpenIds:t.initOpenIds}),R=()=>{var fe,Ce;if(y(!p),localStorage.setItem("isCollapsed",JSON.stringify(!p)),KD(p),p)A&&((fe=E.current)==null||fe.open(A));else{const Oe=n.filter(Ne=>Ne.parent===0).map(Ne=>Ne.id);console.log("closeIds:",Oe),(Ce=E.current)==null||Ce.close(Oe)}},[H,U]=X.useState(!1),ne=p?"collapsed":"expanded",q=fe=>`${fe} ${ne}`,ie=X.useRef(null);X.useLayoutEffect(()=>{(async()=>{var Ce,Oe;try{const Ne=t.menuPath||"/global-menu-config/api/v1/menu-items/user",me=t.baseUrl+Ne,{data:Te}=await As.get(me);let Le=Te.map(je=>({...je,parentKey:je.parentKey||0}));Le=JD(Le),t.replacePath&&(Le=ZD(Le,t.replacePath));const He=Le.map(je=>({id:je.id,parent:je.parentKey,text:je.name,data:je}));r(He)}catch(Ne){console.error("Global menu",Ne),zd(((Oe=(Ce=Ne.response)==null?void 0:Ce.data)==null?void 0:Oe.errorMessage)||Ne.message||ki("components.menu.pushError.menuError",{defaultValue:"Have error when set favorite menu item"}))}})()},[t.baseUrl,t.menuPath,t.replacePath]);const[x,le]=X.useState(!1),ae=async()=>{le(!0),window.dispatchEvent(new CustomEvent("favoriteLoadingChange",{detail:{isLoading:!0}}));try{const fe=await fetch(`${t.baseUrl}/global-menu-config/api/v1/menu-items/user/get-favorites`);if(!fe.ok)throw new Error("Failed to fetch favorite items");const Ce=await fe.json();f(Ce),document.documentElement.style.setProperty("--favorite-menu-height",`${Ce.length?57:0}px`)}catch(fe){document.documentElement.style.setProperty("--favorite-menu-height","0px"),console.error("Error fetching favorite items:",fe)}finally{le(!1),window.dispatchEvent(new CustomEvent("favoriteLoadingChange",{detail:{isLoading:!1}}))}};X.useEffect(()=>{ae()},[t.baseUrl,e]),X.useEffect(()=>{const fe=Ce=>{f(Ce.detail.favoriteMenuId)};return window.addEventListener("favoriteOrderUpdated",fe),()=>{window.removeEventListener("favoriteOrderUpdated",fe)}},[]),X.useEffect(()=>{let fe=[];c.forEach(Ne=>{const me=i.find(Te=>Te.id===Ne&&Te.isFavorite===!0);me&&(fe=[...fe,me])});function Ce(Ne){return i.every(me=>me.parentKey!==Ne.id)?Ne:{...Ne,children:i.filter(me=>me.parentKey===Ne.id).map(me=>Ce(me))}}const Oe=fe.map(Ne=>Ce(Ne));E6(Oe)},[i]);const ze=(fe,Ce,Oe)=>{let Ne=fe.find(me=>me.id===Oe);for(;Ne;){if(Ne.parentKey===Ce)return!0;Ne=fe.find(me=>me.id===(Ne==null?void 0:Ne.parentKey))}return!1},tt=X.useRef(A);X.useEffect(()=>{tt.current=A},[A]),X.useEffect(()=>{const fe=Ce=>{var je;const Oe=Ce,{path:Ne}=Oe.detail,Te=L1(i,Ne).map(Fe=>Fe.id),He=tt.current.filter(Fe=>Te.includes(Fe)?!1:!Te.some(Ve=>ze(i,Fe,Ve)));console.log("idsToClose:",He),p||(je=E.current)==null||je.open(Te),setTimeout(()=>{var Fe;(Fe=E.current)==null||Fe.close(He)},0),j(Te)};return window.addEventListener("favoriteMenuPathChange",fe),()=>{window.removeEventListener("favoriteMenuPathChange",fe)}},[i]);function Qe(fe){const Ce=fe.detail.menuItem;r(Oe=>Oe.map(Ne=>Ne.id!==Ce.id?Ne:{...Ne,data:Ce})),ae()}X.useEffect(()=>(window.addEventListener("updateFavoriteMenu",Qe),()=>{window.removeEventListener("updateFavoriteMenu",Qe)}),[]),X.useLayoutEffect(()=>{var Ne;const fe=localStorage.getItem("scrollPos");fe&&ie.current&&setTimeout(()=>{const me=ie.current.getScrollElement();me.scrollTop=parseInt(fe)},0);const Ce=()=>{if(ie.current){const me=ie.current.getScrollElement();localStorage.setItem("scrollPos",me.scrollTop.toString())}},Oe=(Ne=ie.current)==null?void 0:Ne.getScrollElement();return Oe==null||Oe.addEventListener("scroll",Ce),()=>{Oe==null||Oe.removeEventListener("scroll",Ce)}},[i]);function et(fe){a(!0);const Ce=[...n],Oe=[...fe],Ne=Oe.filter(Ve=>Ve.parent===0),me=Oe.filter(Ve=>Ve.parent!==0),Te=Ne.find(Ve=>{var nt;return((nt=Ve.data)==null?void 0:nt.name)==="Home"}),Le=Ne.filter(Ve=>{var nt;return((nt=Ve.data)==null?void 0:nt.name)!=="Home"}),je=[...Te?[Te,...Le]:Le,...me];r(je);const Fe=je.map((Ve,nt)=>({menuItemId:Ve.id,order:nt}));As.post("/global-menu-config/api/v1/menu-items/user",Fe,{baseURL:t.baseUrl}).then(()=>{}).catch(Ve=>{console.error(Ve),r(Ce)}).finally(()=>{a(!1)})}const Ye=X.useMemo(()=>Xh==="false"?A:[],[]),pe=document.getElementById("global-menu-container");return be.jsxs("div",{className:q("side-bar"),children:[be.jsx("div",{className:q("wrap-section side-bar__wrapper-toggle-btn"),children:be.jsx("button",{className:"icon-btn side-bar__toggle-btn",onClick:R,children:p?be.jsx(b6,{}):be.jsx(y6,{})})}),be.jsx(Gv,{ref:ie,className:q("wrap-section side-bar__menu"),style:{marginTop:24,flex:1,overflow:"auto",height:"100%",overflowX:"hidden"},children:be.jsx(XE,{backend:fU,options:FU(),children:be.jsx(QU,{ref:E,classes:{root:"treeRoot",draggingSource:"draggingSource",placeholder:"placeholderContainer",listItem:fe=>{var Ce;return((Ce=fe.data)==null?void 0:Ce.name)==="Home"?"isHome":""}},tree:n,rootId:0,sort:!1,insertDroppableFirst:!1,enableAnimateExpand:!0,dropTargetOffset:10,onDrop:et,render:(fe,Ce)=>{function Oe(Le){return n.every(He=>He.parent!==Le.id)?Le:{...Le,children:n.filter(He=>He.parent===Le.id).map(He=>Oe(He.data))}}const Ne=Oe(fe.data),me=Le=>I.some(He=>He.id===Le);function Te(Le,He){r(je=>je.map(Fe=>Fe.id===Le?{...Fe,data:{...Fe.data,isFavorite:He}}:Fe)),ae()}return be.jsx(XD,{onClickItem:t.onClickItem,isInternalApp:t.isInternalApp,isActive:me,isCollapsed:p,replacePath:t.replacePath,ssr:t.ssr,brandColors:t.brandColors,baseUrl:t.baseUrl,node:fe,params:Ce,nodes:n,item:Ne,expanded:()=>!1,toggleExpand:Le=>{var He;if(Le.stopPropagation(),Ce.isOpen)Ce.onToggle();else{const je=n.filter(Fe=>Fe.parent===fe.parent&&Fe.id!==fe.id).map(Fe=>Fe.id);console.log(" closeIds:",je),(He=E.current)==null||He.open(fe.id),setTimeout(()=>{var Fe;(Fe=E.current)==null||Fe.close(je)},0)}},level:Ce.depth,onSetFavoriteSuccess:Te})},placeholderRender:(fe,{depth:Ce})=>{var Oe;return be.jsx(S6,{node:fe,depth:Ce,color:(Oe=t.brandColors)==null?void 0:Oe.primary300,isCollapsed:p})},canDrag:fe=>{var Ce;return!o&&((Ce=fe==null?void 0:fe.data)==null?void 0:Ce.name)!=="Home"},canDrop:(fe,{dragSource:Ce,dropTargetId:Oe})=>(Ce==null?void 0:Ce.parent)===Oe,onDragStart:fe=>{console.log("onDragStart",fe)},onChangeOpen:fe=>{localStorage.getItem("isCollapsed")==="false"&&(console.log("onChangeOpen:",fe),j(fe))},initialOpen:Ye})})}),be.jsxs("div",{className:q("wrap-section side-bar__wrap-btn-logout"),children:[be.jsxs("button",{className:q("side-bar__logout-btn"),onClick:()=>{pe.style.setProperty("z-index","1304"),pe.classList.remove("backdrop-delay-transition"),U(!0)},children:[be.jsx(w6,{className:q("side-bar__icon-logout")}),be.jsx("span",{className:q("side-bar__logout-btn__text"),children:"Logout"})]}),be.jsx(MT,{isOpen:H,onClose:()=>{pe.style.setProperty("z-index","var(--menu-z-index)"),pe.classList.add("backdrop-delay-transition"),U(!1)},onConfirm:()=>t.logout?t.logout():lT(t.baseUrl)})]})]})}const M1={"/stella/page/SiteManagement/Company/List?tenantId=1":["/stella/page/SiteManagement/Company","/stella/page/SiteManagement/Region","/stella/page/SiteManagement/Location","/stella/page/SiteManagement/Zone","/stella/page/SiteManagement/Service","/stella/page/SiteManagement/Sign"],"/stella/page/SiteManagement/Portfolio/List":["/stella/page/SiteManagement/Portfolio"],"/stella/page/SiteManagement/CountryRegion/List":["/stella/page/SiteManagement/CountryRegion"],"/stella/page/SiteManagement/VehicleListController/List":["/stella/page/SiteManagement/VehicleListController"],"/stella/page/ContraventionManagement/CorrespondenceTemplate/List":["/stella/page/ContraventionManagement/CorrespondenceTemplate"],"/stella/page/ContraventionManagement/VerificationsAudit/List":["/stella/page/ContraventionManagement/VerificationsAudit"],"/stella/page/ContraventionManagement/PendingWardenVerification/List":["/stella/page/ContraventionManagement/PendingWardenVerification"],"/stella/page/ContraventionManagement/Appeal/Search":["/stella/page/ContraventionManagement/Appeal"],"/stella/page/ContraventionManagement/Contravention/Search":["/stella/page/ContraventionManagement/Contravention"],"/stella/page/ContraventionManagement/Tag/Search":["/stella/page/ContraventionManagement/Tag"],"/stella/page/ContraventionManagement/WorkflowMapping/List":["/stella/page/ContraventionManagement/WorkflowMapping"],"/stella/page/ContraventionManagement/WorkflowLetterTemplateMapping/List":["/stella/page/ContraventionManagement/WorkflowLetterTemplateMapping"],"/stella/page/ContraventionManagement/ScannedAppeal/Summary":["/stella/page/ContraventionManagement/ScannedAppeal"],"/stella/page/ContraventionManagement/PendingAppealWorkQueue/List":["/stella/page/ContraventionManagement/PendingAppeal"],"/stella/page/ContraventionManagement/NoDecisionAIAppeal/List":["/stella/page/ContraventionManagement/NoDecisionAIAppeal"],"/stella/page/ContraventionManagement/VerifyAIAppeal/List":["/stella/page/ContraventionManagement/VerifyAIAppeal"],"/anpr/page/LocationDisableReasons/Index":["/anpr/page/LocationDisableReasons"],"/anpr/page/Tags/Index":["/anpr/page/Tags"],"/anpr/page/VendorLocations/Index":["/anpr/page/VendorLocations"],"/anpr/page/Cameras/Index":["/anpr/page/Cameras"],"/anpr/page/Locations/Index":["/anpr/page/Locations"],"/anpr/page/Devices/Index":["/anpr/page/Devices","/anpr/page/Locations"],"/anpr/page/Technical/Overview":["/anpr/page/Technical"],"/anpr/page/Technical/Index":["/anpr/page/Technical"],"/anpr/page/Technical/Index?priority=P1":["/anpr/page/Technical"],"/anpr/page/Technical/Index?priority=P2":["/anpr/page/Technical"],"/anpr/page/Technical/Index?priority=P3":["/anpr/page/Technical"],"/anpr/page/Technical/Index?priority=P4":["/anpr/page/Technical"],"/anpr/page/CustomVerifications/Overview":["/anpr/page/CustomVerifications/Overview"],"/anpr/page/CustomVerifications/WipByLocation":["/anpr/page/CustomVerifications"],"/anpr/page/Issues/Create":["/anpr/page/Issues/Create"],"/anpr/page/Issues/ExportAsCsv":["/anpr/page/Issues/ExportAsCsv"],"/anpr/page/Issues/Overview":["/anpr/page/Issues/Overview"],"/anpr/page/Issues/Index?status=Closed":["/anpr/page/Issues"],"/anpr/page/Issues/Index":["/anpr/page/Issues"]};function D6(t,e){const r=t.replace(window.origin,"").replace("/app",""),i=new URL(r,window.location.origin),o=new URL(e.replace("/app",""),window.origin),a=(localStorage.getItem("latestClickMenuPath")||"").replace("/app","");return r&&M1[r]&&M1[r].some(c=>e.replace("/app","").includes(c))?a===r?5:4:i.pathname===o.pathname&&i.search===o.search?3:i.pathname===o.pathname?2:o.pathname.startsWith(i.pathname)?1:0}function L1(t,e){const n=t.map(a=>({item:a,priority:a.path?D6(a.path,e):0})).filter(a=>a.priority>0);console.log(" index.tsx ~ matchedItems:",n);const r=n.length>0?n.reduce((a,c)=>c.priority>a.priority?c:a).item:null,i=[];let o=r;for(;o;)i.unshift(o),o=t.find(a=>a.id===(o==null?void 0:o.parentKey))||null;return i}function ZD(t,e){return t.map(n=>{var r;return(r=n.children)!=null&&r.length?(n.path="",n.children=ZD(n.children,e)):n.path=e(n.path),n})}function JD(t){return t.map(n=>n.path&&!n.path.includes("http")&&n.path.includes("/")?{...n,path:window.location.origin+"/app"+n.path}:(n.children&&(n.children=JD(n.children)),n))}function P6(t){return be.jsx(Wv,{id:"global-menu-container",styles:[GT,x6,T6],style:{zIndex:"var(--menu-z-index)",position:"relative"},className:"backdrop-delay-transition",children:be.jsx(k6,{...t})})}const Fh={"page-container":"_page-container_1pwo1_1","page-main-content":"_page-main-content_1pwo1_8","page-title":"_page-title_1pwo1_19","text-base":"_text-base_1pwo1_26","mt-4":"_mt-4_1pwo1_33"},O6=()=>{const{t}=yT();return be.jsx("div",{className:"unauth__container "+Fh["page-container"],children:be.jsxs("div",{className:"unauth__main-content "+Fh["page-main-content"],children:[be.jsx(_6,{}),be.jsxs("div",{className:"unauth__main-text",children:[be.jsx("h2",{className:"unauth__main-text__title "+Fh["page-title"],children:t("components.unauthorizedPage.title")}),be.jsxs("p",{className:"unauth__main-text__desc "+Fh["text-base"],children:[t("components.unauthorizedPage.description1")," ",be.jsx("br",{})," ",t("components.unauthorizedPage.description2")]})]})]})})},_6=()=>be.jsxs("svg",{width:"61",height:"60",viewBox:"0 0 61 60",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[be.jsxs("g",{filter:"url(#filter0_d_10800_50471)",children:[be.jsx("rect",{x:"2.5",y:"1",width:"56",height:"56",rx:"28",fill:"white"}),be.jsx("path",{d:"M24.6667 27.833V23.1663C24.6667 21.6192 25.2812 20.1355 26.3752 19.0416C27.4692 17.9476 28.9529 17.333 30.5 17.333C32.0471 17.333 33.5308 17.9476 34.6248 19.0416C35.7188 20.1355 36.3333 21.6192 36.3333 23.1663V27.833M22.3333 27.833H38.6667C39.9553 27.833 41 28.8777 41 30.1663V38.333C41 39.6217 39.9553 40.6663 38.6667 40.6663H22.3333C21.0447 40.6663 20 39.6217 20 38.333V30.1663C20 28.8777 21.0447 27.833 22.3333 27.833Z",stroke:"#292929","stroke-width":"2.33333","stroke-linecap":"round","stroke-linejoin":"round"})]}),be.jsx("defs",{children:be.jsxs("filter",{id:"filter0_d_10800_50471",x:"0.5",y:"0",width:"60",height:"60",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[be.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),be.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),be.jsx("feOffset",{dy:"1"}),be.jsx("feGaussianBlur",{stdDeviation:"1"}),be.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.05 0"}),be.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_10800_50471"}),be.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_10800_50471",result:"shape"})]})})]});var xp={exports:{}};/**
135
+ `+m.stack}}var Wl=n.ReactCurrentDispatcher,ka=n.ReactDebugCurrentFrame,zl=0,Co=1,Yl=2,Ks=3,Wc=4,il=0,Da=1,Pa=2,qu=12800;function zc(v){return console.error(v),null}function Zs(){}function Gl(v,l,d,m,S,_,B,Y,re){var Se=[],$e=new Set,Xe={destination:null,responseState:l,progressiveChunkSize:m===void 0?qu:m,status:il,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:$e,pingedTasks:Se,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:S===void 0?zc:S,onAllReady:_===void 0?Zs:_,onShellReady:B===void 0?Zs:B,onShellError:Y===void 0?Zs:Y,onFatalError:re===void 0?Zs:re},rt=ol(Xe,0,null,d,!1,!1);rt.parentFlushed=!0;var xt=zo(Xe,v,null,rt,$e,Gn,Fl,Wf);return Se.push(xt),Xe}function Wo(v,l){var d=v.pingedTasks;d.push(l),d.length===1&&a(function(){return tc(v)})}function ql(v,l){return{id:Ri,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:l,errorDigest:null}}function zo(v,l,d,m,S,_,B,Y){v.allPendingTasks++,d===null?v.pendingRootTasks++:d.pendingTasks++;var re={node:l,ping:function(){return Wo(v,re)},blockedBoundary:d,blockedSegment:m,abortSet:S,legacyContext:_,context:B,treeContext:Y};return re.componentStack=null,S.add(re),re}function ol(v,l,d,m,S,_){return{status:zl,id:-1,index:l,parentFlushed:!1,chunks:[],children:[],formatContext:m,boundary:d,lastPushedText:S,textEmbedded:_}}var Ji=null;function Qi(){return Ji===null||Ji.componentStack===null?"":Ea(Ji.componentStack)}function Eo(v,l){v.componentStack={tag:0,parent:v.componentStack,type:l}}function sl(v,l){v.componentStack={tag:1,parent:v.componentStack,type:l}}function vs(v,l){v.componentStack={tag:2,parent:v.componentStack,type:l}}function eo(v){v.componentStack===null?i("Unexpectedly popped too many stack frames. This is a bug in React."):v.componentStack=v.componentStack.parent}var Oa=null;function Xl(v,l){{var d;typeof l=="string"?d=l:l&&typeof l.message=="string"?d=l.message:d=String(l);var m=Oa||Qi();Oa=null,v.errorMessage=d,v.errorComponentStack=m}}function al(v,l){var d=v.onError(l);if(d!=null&&typeof d!="string")throw new Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof d+'" instead');return d}function _a(v,l){var d=v.onShellError;d(l);var m=v.onFatalError;m(l),v.destination!==null?(v.status=Pa,H(v.destination,l)):(v.status=Da,v.fatalError=l)}function Yc(v,l,d){Eo(l,"Suspense");var m=l.blockedBoundary,S=l.blockedSegment,_=d.fallback,B=d.children,Y=new Set,re=ql(v,Y),Se=S.chunks.length,$e=ol(v,Se,re,S.formatContext,!1,!1);S.children.push($e),S.lastPushedText=!1;var Xe=ol(v,0,null,S.formatContext,!1,!1);Xe.parentFlushed=!0,l.blockedBoundary=re,l.blockedSegment=Xe;try{if(Ci(v,l,B),_n(Xe.chunks,v.responseState,Xe.lastPushedText,Xe.textEmbedded),Xe.status=Co,ws(re,Xe),re.pendingTasks===0){eo(l);return}}catch(xt){Xe.status=Wc,re.forceClientRender=!0,re.errorDigest=al(v,xt),Xl(re,xt)}finally{l.blockedBoundary=m,l.blockedSegment=S}var rt=zo(v,_,m,$e,Y,l.legacyContext,l.context,l.treeContext);rt.componentStack=l.componentStack,v.pingedTasks.push(rt),eo(l)}function Xu(v,l,d,m){Eo(l,d);var S=l.blockedSegment,_=fo(S.chunks,d,m,v.responseState,S.formatContext);S.lastPushedText=!1;var B=S.formatContext;S.formatContext=gi(B,d,m),Ci(v,l,_),S.formatContext=B,Lo(S.chunks,d),S.lastPushedText=!1,eo(l)}function Ku(v){return v.prototype&&v.prototype.isReactComponent}function Js(v,l,d,m,S){var _={};Uu(l,_);var B=d(m,S);return Gs(d,m,B,S)}function Zu(v,l,d,m,S){var _=d.render();d.props!==S&&(Zl||i("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",pn(m)||"a component"),Zl=!0);{var B=m.childContextTypes;if(B!=null){var Y=l.legacyContext,re=Mu(d,m,Y,B);l.legacyContext=re,dr(v,l,_),l.legacyContext=Y;return}}dr(v,l,_)}function Kl(v,l,d,m){vs(l,d);var S=us(d,l.legacyContext),_=So(d,m,S);tl(_,d,m,S),Zu(v,l,_,d,m),eo(l)}var Bt={},ll={},Ju={},Qs={},Zl=!1,Gc={},qc=!1,ri=!1,Xc=!1;function Jl(v,l,d,m){var S;if(S=us(d,l.legacyContext),sl(l,d),d.prototype&&typeof d.prototype.render=="function"){var _=pn(d)||"Unknown";Bt[_]||(i("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",_,_),Bt[_]=!0)}var B=Js(v,l,d,m,S),Y=Ur();if(typeof B=="object"&&B!==null&&typeof B.render=="function"&&B.$$typeof===void 0){var re=pn(d)||"Unknown";ll[re]||(i("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",re,re,re),ll[re]=!0)}if(typeof B=="object"&&B!==null&&typeof B.render=="function"&&B.$$typeof===void 0){{var Se=pn(d)||"Unknown";ll[Se]||(i("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",Se,Se,Se),ll[Se]=!0)}tl(B,d,m,S),Zu(v,l,B,d,m)}else if(Qu(d),Y){var $e=l.treeContext,Xe=1,rt=0;l.treeContext=ju($e,Xe,rt);try{dr(v,l,B)}finally{l.treeContext=$e}}else dr(v,l,B);eo(l)}function Qu(v){{if(v&&v.childContextTypes&&i("%s(...): childContextTypes cannot be defined on a function component.",v.displayName||v.name||"Component"),v.defaultProps!==void 0){var l=pn(v)||"Unknown";Gc[l]||(i("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",l),Gc[l]=!0)}if(typeof v.getDerivedStateFromProps=="function"){var d=pn(v)||"Unknown";Qs[d]||(i("%s: Function components do not support getDerivedStateFromProps.",d),Qs[d]=!0)}if(typeof v.contextType=="object"&&v.contextType!==null){var m=pn(v)||"Unknown";Ju[m]||(i("%s: Function components do not support contextType.",m),Ju[m]=!0)}}}function ec(v,l){if(v&&v.defaultProps){var d=J({},l),m=v.defaultProps;for(var S in m)d[S]===void 0&&(d[S]=m[S]);return d}return l}function Kc(v,l,d,m,S){sl(l,d.render);var _=Js(v,l,d.render,m,S),B=Ur();if(B){var Y=l.treeContext,re=1,Se=0;l.treeContext=ju(Y,re,Se);try{dr(v,l,_)}finally{l.treeContext=Y}}else dr(v,l,_);eo(l)}function Hr(v,l,d,m,S){var _=d.type,B=ec(_,m);ea(v,l,_,B,S)}function ys(v,l,d,m){d._context===void 0?d!==d.Consumer&&(Xc||(Xc=!0,i("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):d=d._context;var S=m.children;typeof S!="function"&&i("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.");var _=Sa(d),B=S(_);dr(v,l,B)}function Wr(v,l,d,m){var S=d._context,_=m.value,B=m.children,Y;Y=l.context,l.context=Lu(S,_),dr(v,l,B),l.context=$f(S),Y!==l.context&&i("Popping the context provider did not return back to the original snapshot. This is a bug in React.")}function Zc(v,l,d,m,S){Eo(l,"Lazy");var _=d._payload,B=d._init,Y=B(_),re=ec(Y,m);ea(v,l,Y,re,S),eo(l)}function ea(v,l,d,m,S){if(typeof d=="function")if(Ku(d)){Kl(v,l,d,m);return}else{Jl(v,l,d,m);return}if(typeof d=="string"){Xu(v,l,d,m);return}switch(d){case Yn:case Vt:case Z:case ce:case Pe:{dr(v,l,m.children);return}case lt:{Eo(l,"SuspenseList"),dr(v,l,m.children),eo(l);return}case wt:throw new Error("ReactDOMServer does not yet support scope components.");case st:{Yc(v,l,m);return}}if(typeof d=="object"&&d!==null)switch(d.$$typeof){case Be:{Kc(v,l,d,m,S);return}case it:{Hr(v,l,d,m,S);return}case ue:{Wr(v,l,d,m);return}case Ae:{ys(v,l,d,m);return}case At:{Zc(v,l,d,m);return}}var _="";throw(d===void 0||typeof d=="object"&&d!==null&&Object.keys(d).length===0)&&(_+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(d==null?d:typeof d)+"."+_))}function Jc(v,l){typeof Symbol=="function"&&v[Symbol.toStringTag]==="Generator"&&(qc||i("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),qc=!0),v.entries===l&&(ri||i("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),ri=!0)}function dr(v,l,d){try{return Qc(v,l,d)}catch(m){throw typeof m=="object"&&m!==null&&typeof m.then=="function"||(Oa=Oa!==null?Oa:Qi()),m}}function Qc(v,l,d){if(l.node=d,typeof d=="object"&&d!==null){switch(d.$$typeof){case de:{var m=d,S=m.type,_=m.props,B=m.ref;ea(v,l,S,_,B);return}case ke:throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case At:{var Y=d,re=Y._payload,Se=Y._init,$e;try{$e=Se(re)}catch(to){throw typeof to=="object"&&to!==null&&typeof to.then=="function"&&Eo(l,"Lazy"),to}dr(v,l,$e);return}}if(er(d)){Ql(v,l,d);return}var Xe=Br(d);if(Xe){Jc(d,Xe);var rt=Xe.call(d);if(rt){var xt=rt.next();if(!xt.done){var en=[];do en.push(xt.value),xt=rt.next();while(!xt.done);Ql(v,l,en);return}return}}var ir=Object.prototype.toString.call(d);throw new Error("Objects are not valid as a React child (found: "+(ir==="[object Object]"?"object with keys {"+Object.keys(d).join(", ")+"}":ir)+"). If you meant to render a collection of children, use an array instead.")}if(typeof d=="string"){var ko=l.blockedSegment;ko.lastPushedText=On(l.blockedSegment.chunks,d,v.responseState,ko.lastPushedText);return}if(typeof d=="number"){var xs=l.blockedSegment;xs.lastPushedText=On(l.blockedSegment.chunks,""+d,v.responseState,xs.lastPushedText);return}typeof d=="function"&&i("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}function Ql(v,l,d){for(var m=d.length,S=0;S<m;S++){var _=l.treeContext;l.treeContext=ju(_,m,S);try{Ci(v,l,d[S])}finally{l.treeContext=_}}}function eu(v,l,d){var m=l.blockedSegment,S=m.chunks.length,_=ol(v,S,null,m.formatContext,m.lastPushedText,!0);m.children.push(_),m.lastPushedText=!1;var B=zo(v,l.node,l.blockedBoundary,_,l.abortSet,l.legacyContext,l.context,l.treeContext);l.componentStack!==null&&(B.componentStack=l.componentStack.parent);var Y=B.ping;d.then(Y,Y)}function Ci(v,l,d){var m=l.blockedSegment.formatContext,S=l.legacyContext,_=l.context,B=null;B=l.componentStack;try{return dr(v,l,d)}catch(Y){if(Hu(),typeof Y=="object"&&Y!==null&&typeof Y.then=="function"){eu(v,l,Y),l.blockedSegment.formatContext=m,l.legacyContext=S,l.context=_,ds(_),l.componentStack=B;return}else throw l.blockedSegment.formatContext=m,l.legacyContext=S,l.context=_,ds(_),l.componentStack=B,Y}}function ef(v,l,d,m){var S=al(v,m);if(l===null?_a(v,m):(l.pendingTasks--,l.forceClientRender||(l.forceClientRender=!0,l.errorDigest=S,Xl(l,m),l.parentFlushed&&v.clientRenderedBoundaries.push(l))),v.allPendingTasks--,v.allPendingTasks===0){var _=v.onAllReady;_()}}function bs(v){var l=this,d=v.blockedBoundary,m=v.blockedSegment;m.status=Ks,ta(l,d,m)}function tu(v,l,d){var m=v.blockedBoundary,S=v.blockedSegment;if(S.status=Ks,m===null)l.allPendingTasks--,l.status!==Pa&&(l.status=Pa,l.destination!==null&&I(l.destination));else{if(m.pendingTasks--,!m.forceClientRender){m.forceClientRender=!0;var _=d===void 0?new Error("The render was aborted by the server without a reason."):d;m.errorDigest=l.onError(_);{var B="The server did not finish this Suspense boundary: ";_&&typeof _.message=="string"?_=B+_.message:_=B+String(_);var Y=Ji;Ji=v;try{Xl(m,_)}finally{Ji=Y}}m.parentFlushed&&l.clientRenderedBoundaries.push(m)}if(m.fallbackAbortableTasks.forEach(function(Se){return tu(Se,l,d)}),m.fallbackAbortableTasks.clear(),l.allPendingTasks--,l.allPendingTasks===0){var re=l.onAllReady;re()}}}function ws(v,l){if(l.chunks.length===0&&l.children.length===1&&l.children[0].boundary===null){var d=l.children[0];d.id=l.id,d.parentFlushed=!0,d.status===Co&&ws(v,d)}else{var m=v.completedSegments;m.push(l)}}function ta(v,l,d){if(l===null){if(d.parentFlushed){if(v.completedRootSegment!==null)throw new Error("There can only be one root segment. This is a bug in React.");v.completedRootSegment=d}if(v.pendingRootTasks--,v.pendingRootTasks===0){v.onShellError=Zs;var m=v.onShellReady;m()}}else if(l.pendingTasks--,!l.forceClientRender){if(l.pendingTasks===0)d.parentFlushed&&d.status===Co&&ws(l,d),l.parentFlushed&&v.completedBoundaries.push(l),l.fallbackAbortableTasks.forEach(bs,v),l.fallbackAbortableTasks.clear();else if(d.parentFlushed&&d.status===Co){ws(l,d);var S=l.completedSegments;S.length===1&&l.parentFlushed&&v.partialBoundaries.push(l)}}if(v.allPendingTasks--,v.allPendingTasks===0){var _=v.onAllReady;_()}}function Xf(v,l){var d=l.blockedSegment;if(d.status===zl){ds(l.context);var m=null;m=Ji,Ji=l;try{dr(v,l,l.node),_n(d.chunks,v.responseState,d.lastPushedText,d.textEmbedded),l.abortSet.delete(l),d.status=Co,ta(v,l.blockedBoundary,d)}catch(_){if(Hu(),typeof _=="object"&&_!==null&&typeof _.then=="function"){var S=l.ping;_.then(S,S)}else l.abortSet.delete(l),d.status=Wc,ef(v,l.blockedBoundary,d,_)}finally{Ji=m}}}function tc(v){if(v.status!==Pa){var l=Fc(),d=Wl.current;Wl.current=rr;var m;m=ka.getCurrentStack,ka.getCurrentStack=Qi;var S=Xs;Hl(v.responseState);try{var _=v.pingedTasks,B;for(B=0;B<_.length;B++){var Y=_[B];Xf(v,Y)}_.splice(0,B),v.destination!==null&&Mi(v,v.destination)}catch(re){al(v,re),_a(v,re)}finally{Hl(S),Wl.current=d,ka.getCurrentStack=m,d===rr&&ds(l)}}}function ul(v,l,d){switch(d.parentFlushed=!0,d.status){case zl:{var m=d.id=v.nextSegmentId++;return d.lastPushedText=!1,d.textEmbedded=!1,cr(l,v.responseState,m)}case Co:{d.status=Yl;for(var S=!0,_=d.chunks,B=0,Y=d.children,re=0;re<Y.length;re++){for(var Se=Y[re];B<Se.index;B++)g(l,_[B]);S=cl(v,l,Se)}for(;B<_.length-1;B++)g(l,_[B]);return B<_.length&&(S=T(l,_[B])),S}default:throw new Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function cl(v,l,d){var m=d.boundary;if(m===null)return ul(v,l,d);if(m.parentFlushed=!0,m.forceClientRender)return Ue(l,v.responseState,m.errorDigest,m.errorMessage,m.errorComponentStack),ul(v,l,d),Et(l,v.responseState);if(m.pendingTasks>0){m.rootSegmentID=v.nextSegmentId++,m.completedSegments.length>0&&v.partialBoundaries.push(m);var S=m.id=nn(v.responseState);return Ee(l,v.responseState,S),ul(v,l,d),Tt(l,v.responseState)}else{if(m.byteSize>v.progressiveChunkSize)return m.rootSegmentID=v.nextSegmentId++,v.completedBoundaries.push(m),Ee(l,v.responseState,m.id),ul(v,l,d),Tt(l,v.responseState);Ie(l,v.responseState);var _=m.completedSegments;if(_.length!==1)throw new Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");var B=_[0];return cl(v,l,B),ot(l,v.responseState)}}function nc(v,l,d){return Il(l,v.responseState,d.id,d.errorDigest,d.errorMessage,d.errorComponentStack)}function nu(v,l,d){return St(l,v.responseState,d.formatContext,d.id),cl(v,l,d),vt(l,d.formatContext)}function rc(v,l,d){for(var m=d.completedSegments,S=0;S<m.length;S++){var _=m[S];zr(v,l,d,_)}return m.length=0,vo(l,v.responseState,d.id,d.rootSegmentID)}function tf(v,l,d){for(var m=d.completedSegments,S=0;S<m.length;S++){var _=m[S];if(!zr(v,l,d,_))return S++,m.splice(0,S),!1}return m.splice(0,S),!0}function zr(v,l,d,m){if(m.status===Yl)return!0;var S=m.id;if(S===-1){var _=m.id=d.rootSegmentID;if(_===-1)throw new Error("A root segment ID must have been assigned by now. This is a bug in React.");return nu(v,l,m)}else return nu(v,l,m),Ya(l,v.responseState,S)}function Mi(v,l){y();try{var d=v.completedRootSegment;d!==null&&v.pendingRootTasks===0&&(cl(v,l,d),v.completedRootSegment=null,bi(l,v.responseState));var m=v.clientRenderedBoundaries,S;for(S=0;S<m.length;S++){var _=m[S];nc(v,l,_)}m.splice(0,S);var B=v.completedBoundaries;for(S=0;S<B.length;S++){var Y=B[S];rc(v,l,Y)}B.splice(0,S),E(l),y(l);var re=v.partialBoundaries;for(S=0;S<re.length;S++){var Se=re[S];if(!tf(v,l,Se)){v.destination=null,S++,re.splice(0,S);return}}re.splice(0,S);var $e=v.completedBoundaries;for(S=0;S<$e.length;S++){var Xe=$e[S];rc(v,l,Xe)}$e.splice(0,S)}finally{E(l),v.allPendingTasks===0&&v.pingedTasks.length===0&&v.clientRenderedBoundaries.length===0&&v.completedBoundaries.length===0&&(v.abortableTasks.size!==0&&i("There was still abortable task at the root when we closed. This is a bug in React."),I(l))}}function nf(v){a(function(){return tc(v)})}function Kf(v,l){if(v.status===Da){v.status=Pa,H(l,v.fatalError);return}if(v.status!==Pa&&v.destination===null){v.destination=l;try{Mi(v,l)}catch(d){al(v,d),_a(v,d)}}}function fl(v,l){try{var d=v.abortableTasks;d.forEach(function(m){return tu(m,v,l)}),d.clear(),v.destination!==null&&Mi(v,v.destination)}catch(m){al(v,m),_a(v,m)}}function Ra(v,l){return new Promise(function(d,m){var S,_,B=new Promise(function(rt,xt){_=rt,S=xt});function Y(){var rt=new ReadableStream({type:"bytes",pull:function(xt){Kf(Se,xt)},cancel:function(xt){fl(Se)}},{highWaterMark:0});rt.allReady=B,d(rt)}function re(rt){B.catch(function(){}),m(rt)}var Se=Gl(v,_i(l?l.identifierPrefix:void 0,l?l.nonce:void 0,l?l.bootstrapScriptContent:void 0,l?l.bootstrapScripts:void 0,l?l.bootstrapModules:void 0),pi(l?l.namespaceURI:void 0),l?l.progressiveChunkSize:void 0,l?l.onError:void 0,_,Y,re,S);if(l&&l.signal){var $e=l.signal,Xe=function(){fl(Se,$e.reason),$e.removeEventListener("abort",Xe)};$e.addEventListener("abort",Xe)}nf(Se)})}Fh.renderToReadableStream=Ra,Fh.version=e}()),Fh}var Dc,Pv;process.env.NODE_ENV==="production"?(Dc=W4(),Pv=z4()):(Dc=Y4(),Pv=G4());Dc.version;var q4=Dc.renderToString;Dc.renderToStaticMarkup;Dc.renderToNodeStream;Dc.renderToStaticNodeStream;Pv.renderToReadableStream;var X4=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function WD(t,e){return t(e={exports:{}},e.exports),e.exports}var K4=WD(function(t){(function(e){var n=function(j,R,H){if(!f(R)||y(R)||g(R)||T(R)||c(R))return R;var U,ne=0,q=0;if(p(R))for(U=[],q=R.length;ne<q;ne++)U.push(n(j,R[ne],H));else for(var ie in U={},R)Object.prototype.hasOwnProperty.call(R,ie)&&(U[j(ie,H)]=n(j,R[ie],H));return U},r=function(j){return E(j)?j:(j=j.replace(/[\-_\s]+(.)?/g,function(R,H){return H?H.toUpperCase():""})).substr(0,1).toLowerCase()+j.substr(1)},i=function(j){var R=r(j);return R.substr(0,1).toUpperCase()+R.substr(1)},o=function(j,R){return function(H,U){var ne=(U=U||{}).separator||"_",q=U.split||/(?=[A-Z])/;return H.split(q).join(ne)}(j,R).toLowerCase()},a=Object.prototype.toString,c=function(j){return typeof j=="function"},f=function(j){return j===Object(j)},p=function(j){return a.call(j)=="[object Array]"},y=function(j){return a.call(j)=="[object Date]"},g=function(j){return a.call(j)=="[object RegExp]"},T=function(j){return a.call(j)=="[object Boolean]"},E=function(j){return(j-=0)==j},I=function(j,R){var H=R&&"process"in R?R.process:R;return typeof H!="function"?j:function(U,ne){return H(U,j,ne)}},A={camelize:r,decamelize:o,pascalize:i,depascalize:o,camelizeKeys:function(j,R){return n(I(r,R),j)},decamelizeKeys:function(j,R){return n(I(o,R),j,R)},pascalizeKeys:function(j,R){return n(I(i,R),j)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=A:e.humps=A})(X4)}).decamelize,Z4=function(t){if(Array.isArray(t))return t},J4=function(t,e){if(typeof Symbol<"u"&&Symbol.iterator in Object(t)){var n=[],r=!0,i=!1,o=void 0;try{for(var a,c=t[Symbol.iterator]();!(r=(a=c.next()).done)&&(n.push(a.value),!e||n.length!==e);r=!0);}catch(f){i=!0,o=f}finally{try{r||c.return==null||c.return()}finally{if(i)throw o}}return n}},D1=function(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},Q4=function(t,e){if(t){if(typeof t=="string")return D1(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set"?Array.from(t):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?D1(t,e):void 0}},e6=function(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
136
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)},t6=function(t,e){return Z4(t)||J4(t,e)||Q4(t,e)||e6()},zD=WD(function(t){function e(){return t.exports=e=Object.assign||function(n){for(var r=1;r<arguments.length;r++){var i=arguments[r];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(n[o]=i[o])}return n},e.apply(this,arguments)}t.exports=e}),n6=function(t,e){if(t==null)return{};var n,r,i={},o=Object.keys(t);for(r=0;r<o.length;r++)n=o[r],e.indexOf(n)>=0||(i[n]=t[n]);return i},YD=function(t,e){if(t==null)return{};var n,r,i=n6(t,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(r=0;r<o.length;r++)n=o[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i},r6=X.createContext(null);function GD(t){var e=t.children,n=e===void 0?"":e,r=YD(t,["children"]);return typeof n!="string"&&(n=q4(n)),X.createElement("template",zD({},r,{dangerouslySetInnerHTML:{__html:n}}))}function qD(t){var e=t.root,n=t.children;return Bv.createPortal(n===void 0?null:n,e)}function i6(t){var e=X.forwardRef(function(n,r){var i,o,a=n.mode,c=a===void 0?"open":a,f=n.delegatesFocus,p=f!==void 0&&f,y=n.styleSheets,g=y===void 0?[]:y,T=n.ssr,E=T!==void 0&&T,I=n.children,A=YD(n,["mode","delegatesFocus","styleSheets","ssr","children"]),j=(o=X.useRef((i=r)&&i.current),X.useEffect(function(){i&&(i.current=o.current)},[i]),o),R=X.useState(null),H=t6(R,2),U=H[0],ne=H[1],q="node_".concat(c).concat(p);return X.useLayoutEffect(function(){if(j.current)try{if(typeof r=="function"&&r(j.current),E){var ie=j.current.shadowRoot;return void ne(ie)}var x=j.current.attachShadow({mode:c,delegatesFocus:p});g.length>0&&(x.adoptedStyleSheets=g),ne(x)}catch(le){(function(ae){var ze=ae.error,tt=ae.styleSheets,Qe=ae.root;switch(ze.name){case"NotSupportedError":tt.length>0&&(Qe.adoptedStyleSheets=tt);break;default:throw ze}})({error:le,styleSheets:g,root:U})}},[r,j,g]),X.createElement(X.Fragment,null,X.createElement(t.tag,zD({key:q,ref:j},A),(U||E)&&X.createElement(r6.Provider,{value:U},E?X.createElement(GD,{shadowroot:c,shadowrootmode:c},t.render({root:U,ssr:E,children:I})):X.createElement(qD,{root:U},t.render({root:U,ssr:E,children:I})))))});return e.propTypes={mode:Rs.oneOf(["open","closed"]),delegatesFocus:Rs.bool,styleSheets:Rs.arrayOf(Rs.instanceOf(globalThis.CSSStyleSheet)),ssr:Rs.bool,children:Rs.node},e}GD.propTypes={children:Rs.oneOfType([Rs.string,Rs.node])},qD.propTypes={root:Rs.object.isRequired,children:Rs.node};var ym=new Map;function o6(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"core",n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:function(r){return r.children};return new Proxy(t,{get:function(r,i){var o=K4(i,{separator:"-"}),a="".concat(e,"-").concat(o);return ym.has(a)||ym.set(a,i6({tag:o,render:n})),ym.get(a)}})}var s6=o6();const a6=".app,.treeRoot{height:100%}.draggingSource{opacity:.3}.placeholderContainer{position:relative}.dropTarget{background-color:#8d878711}",l6=".favorite-bar{position:sticky;top:64px;z-index:var(--menu-z-index);border-bottom:1px solid #ddd}.favorite-bar--hidden{transform:translateY(-100%);opacity:0;height:0}.favorite-bar--visible{transform:translateY(0);opacity:1}";var P1;(function(t){t.DragStart="dragStart",t.DragMove="dragMove",t.DragEnd="dragEnd",t.DragCancel="dragCancel",t.DragOver="dragOver",t.RegisterDroppable="registerDroppable",t.SetDroppableDisabled="setDroppableDisabled",t.UnregisterDroppable="unregisterDroppable"})(P1||(P1={}));const u6=Object.freeze({x:0,y:0});var Cf;(function(t){t[t.Forward=1]="Forward",t[t.Backward=-1]="Backward"})(Cf||(Cf={}));var O1;(function(t){t.Click="click",t.DragStart="dragstart",t.Keydown="keydown",t.ContextMenu="contextmenu",t.Resize="resize",t.SelectionChange="selectionchange",t.VisibilityChange="visibilitychange"})(O1||(O1={}));var Is;(function(t){t.Space="Space",t.Down="ArrowDown",t.Right="ArrowRight",t.Left="ArrowLeft",t.Up="ArrowUp",t.Esc="Escape",t.Enter="Enter",t.Tab="Tab"})(Is||(Is={}));Is.Space,Is.Enter,Is.Esc,Is.Space,Is.Enter,Is.Tab;var _1;(function(t){t[t.RightClick=2]="RightClick"})(_1||(_1={}));var R1;(function(t){t[t.Pointer=0]="Pointer",t[t.DraggableRect=1]="DraggableRect"})(R1||(R1={}));var I1;(function(t){t[t.TreeOrder=0]="TreeOrder",t[t.ReversedTreeOrder=1]="ReversedTreeOrder"})(I1||(I1={}));Cf.Backward+"",Cf.Forward+"",Cf.Backward+"",Cf.Forward+"";var Ov;(function(t){t[t.Always=0]="Always",t[t.BeforeDragging=1]="BeforeDragging",t[t.WhileDragging=2]="WhileDragging"})(Ov||(Ov={}));var _v;(function(t){t.Optimized="optimized"})(_v||(_v={}));Ov.WhileDragging,_v.Optimized;({...u6});var A1;(function(t){t[t.Uninitialized=0]="Uninitialized",t[t.Initializing=1]="Initializing",t[t.Initialized=2]="Initialized"})(A1||(A1={}));function c6(t,e,n){const r=t.slice();return r.splice(n<0?r.length+n:n,0,r.splice(e,1)[0]),r}Is.Down,Is.Right,Is.Up,Is.Left;function f6(t){const e=new CustomEvent("updateFavoriteMenu",{detail:{menuItem:t}});window.dispatchEvent(e)}const bm="MENU_ITEM";function d6(t){const e=Od.useLocation(),[n,r]=X.useState([]),[i,o]=X.useState([]),[a,c]=X.useState(!1);console.log("isSubmit",a);const f=X.useRef(null),[p,y]=X.useState(window.location.href);X.useEffect(()=>{y(window.location.href)},[e]);const g=q=>`${q}`;function T(q,ie){for(const x of q){if(x.id===ie)return x;if(x.children){const le=T(x.children,ie);if(le)return le}}return null}function E(q,ie){const x=T(n,q);x?(x.isFavorite=ie,f6(x),ob(q,ie)):console.error(`Item with id ${q} not found`)}const I=q=>{console.log("Favorite menus changed",q);const ie=q.detail.favoriteMenus||[];r(ie)},[A,j]=X.useState(!1);X.useEffect(()=>{const q=ie=>{j(ie.detail.isLoading)};return window.addEventListener("favoriteLoadingChange",q),()=>{window.removeEventListener("favoriteLoadingChange",q)}},[]),X.useEffect(()=>(window.addEventListener("favoriteMenusChange",I),()=>{window.removeEventListener("favoriteMenusChange",I)}),[]);const R=(q,ie)=>{n[q];const x=c6(n,q,ie);r(x),c(!0);const le={menuItemIds:x.map(ae=>ae.id)};As.post("global-menu-config/api/v1/menu-items/user/order-favorites",le,{baseURL:t.baseUrl}).then(()=>{window.dispatchEvent(new CustomEvent("favoriteOrderUpdated",{detail:{favoriteMenuId:x.map(ae=>ae.id)}}))}).catch(ae=>{console.error(ae),r(n)}).finally(()=>{c(!1)})};console.log("favoriteItems",n);const H=Object.entries(t.brandColors||{}).reduce((q,[ie,x])=>(x&&(q[`--${ie}`]=x),q),{}),U=({item:q,index:ie})=>{const x=X.useRef(null),[{isDragging:le},ae]=tk({type:bm,item:()=>({id:q.id,index:ie}),collect:Ye=>({isDragging:Ye.isDragging()})}),[{isOver:ze,isOverCurrent:tt},Qe]=dp(()=>({accept:bm,collect:Ye=>({isOver:Ye.isOver(),isOverCurrent:Ye.isOver({shallow:!0})}),drop:Ye=>{Ye.index!==ie&&(Ye.index<ie?(R(Ye.index,ie-1),Ye.index=ie-1):(R(Ye.index,ie),Ye.index=ie))}}),[]);let et="hover-off";return(tt||ze)&&(et="hover-on"),ae(Qe(x)),be.jsx("div",{ref:x,style:{opacity:le?.7:1,boxShadow:le?"0 4px 8px rgba(0, 0, 0, 0.2)":"none",cursor:"move",display:"inline-block",marginRight:"8px",position:"relative",transition:"transform 0.3s ease-in-out",...H},className:`item ${et}`,children:be.jsx(HD,{replacePath:t.replacePath,ssr:t.ssr,brandColors:t.brandColors,baseUrl:t.baseUrl,item:q,level:1,onSetFavoriteSuccess:E,isDrop:a,onClickItem:Ye=>{var pe;(pe=t.onClickItem)==null||pe.call(t,Ye),window.dispatchEvent(new CustomEvent("favoriteMenuPathChange",{detail:{path:Ye.path,menuItemId:Ye.id}}))}})})},ne=()=>{const q=X.useRef(null),[{isOver:ie,canDrop:x},le]=dp(()=>({accept:bm,drop:ae=>{R(ae.index,n.length-1),ae.index=n.length-1},collect:ae=>({isOver:ae.isOver(),canDrop:ae.canDrop()})}),[n]);return le(q),be.jsx("div",{ref:q,style:{height:48,width:150,display:"flex",alignItems:"center",justifyContent:"center",borderLeft:ie&&x?"2px solid var(--primary300)":"transparent",...H}})};return console.log("isLoading fav",A),be.jsx(be.Fragment,{children:be.jsx("div",{className:g(`favorite-menu${n.length===0?" favorite-menu--empty":""}`),style:{width:"100%",display:"flex"},children:n.length>0&&be.jsx(Gv,{ref:f,className:g("wrap-section favorite-menu__menu"),style:{marginTop:4,flex:1,height:"100%"},children:be.jsx(XE,{backend:sC,children:be.jsxs("div",{style:{display:"inline-flex"},children:[n.map((q,ie)=>be.jsx(U,{item:q,index:ie},q.id)),be.jsx(ne,{})]})})})})})}function h6(t=32){const[e,n]=X.useState(!0),r=X.useRef(0),i=()=>{const o=document.getElementById("app-iframe");if(o&&o.contentWindow){const a=o.contentWindow.scrollY;a>r.current&&a>t?n(!1):a<r.current&&n(!0),r.current=a}};return X.useEffect(()=>{const o=document.getElementById("app-iframe");if(!o)return;const a=()=>{const c=o.contentWindow;c&&(c.addEventListener("scroll",i),n(!0),r.current=c.scrollY||0)};return o.addEventListener("load",a),()=>{o.removeEventListener("load",a);const c=o.contentWindow;c&&c.removeEventListener("scroll",i)}},[]),{isFavoriteBarVisible:e}}function p6(t){const{isFavoriteBarVisible:e}=h6();return be.jsxs(be.Fragment,{children:[be.jsx("style",{children:l6}),be.jsx("div",{className:`favorite-bar backdrop-delay-transition ${e?"favorite-bar--visible":"favorite-bar--hidden"}`,children:be.jsx(s6.div,{children:be.jsx(Wv,{styles:[GT,H4,a6],children:be.jsx(d6,{...t})})})})]})}function ob(t,e){const n=JSON.parse(localStorage.getItem("favoriteItems")||"[]");if(e)n.includes(t)||n.push(t);else{const r=n.indexOf(t);r>-1&&n.splice(r,1)}localStorage.setItem("favoriteItems",JSON.stringify(n))}function g6(t){if(t.redirectUrl)return t.redirectUrl;if(t.path&&t.path.includes("http")){const e=new URL(t.path);return e.href.replace(e.origin,"")}return t.path||"#"}function XD({...t}){var Te,Le,He;const e=t.item,n=t.level||0,r=!!((Te=t.item.children)!=null&&Te.length),{isActive:i,isCollapsed:o}=t,a=`level-${n}`,c=o?"collapsed":"expanded",f=i(e.id)?"active":"",p=r?"parent":"child",y=t.params.isOpen?"isOpen":"isClose",g=t.isInternalApp?"isInternalApp":"",T=(je,Fe=a)=>`${je} ${Fe} ${c} ${f} ${p} ${y} ${g}`,[E,I]=X.useState(!1),[A,j]=X.useState(e.isFavorite||!1);X.useEffect(()=>{j(!!t.item.isFavorite)},[t.item.isFavorite]);const R=X.useRef(),H=X.useRef();H!=null&&H.current&&((Le=H==null?void 0:H.current)==null?void 0:Le.scrollWidth)>((He=H==null?void 0:H.current)==null?void 0:He.clientWidth);const U=window.location.origin,ne=e.path&&e.path.includes("http")?new URL(e.path):{origin:"",pathname:""},q=window.location.pathname.split("/")[1],ie=ne.pathname.split("/")[1],x=t.item.redirectUrl||t.ssr||!U.includes("local")&&U!==ne.origin||ie!==q,le=r?"div":!t.isInternalApp&&x?"a":Od.Link,ae=g6(e),ze=n+1,tt=r&&o&&E,Qe=o||n===0?void 0:`${n+.25}rem`,et=()=>{I(!0)},Ye=()=>{I(!1)},pe="/global-menu-config/api/v1/menu-items/user/set-favorite",fe=e.serviceKey==="mn_poms";t.params.depth*20,t.params.depth,VU(e.id,t.params.isOpen,t.params.onToggle);const Oe=fe||o&&n===0?e.name==="POMs"?"Parking Operations Management":e.description||e.name:null,Ne=Object.entries(t.brandColors||{}).reduce((je,[Fe,Ve])=>(Ve&&(je[`--${Fe}`]=Ve),je),{}),me=U!==ne.origin||t.item.redirectUrl?"_blank":"_self";return be.jsxs("div",{ref:R,className:T("menu-item__wrapper tree-node"),style:{borderRadius:"8px",transition:"all 0.3s",...Ne},onMouseOver:et,onMouseOut:Ye,onDragStart:je=>{o&&n>1&&je.preventDefault()},children:[be.jsx(aa.Tooltip,{placement:"top",title:Oe,disableInteractive:!0,children:be.jsxs(le,{target:me,to:ae,draggable:"true",className:T("menu-item__link"),style:{paddingLeft:Qe},onClick:je=>{var Fe;le==="a"&&me==="_blank"||(!r&&e.path&&(localStorage.setItem("latestClickMenuPath",(e.path||"").replace(window.location.origin,"")),(Fe=t.onClickItem)==null||Fe.call(t,ae)),!o&&t.toggleExpand(je))},children:[be.jsx(m6,{cls:T,item:e}),be.jsx("span",{className:T("menu-item__label"),ref:H,children:e.name}),be.jsx(v6,{tooltipPosition:Oe?"right":"top",menuLevel:n,hasChildren:r,isHovered:E,isFavorite:A,onClick:je=>{const Fe={menuConfigId:e.id,isFavorite:je},Ve=t.baseUrl+pe;As.post(Ve,Fe).then(nt=>{var ct;j(je),Xv(ki("components.menu.pushSuccess.menuSuccess",{defaultValue:"Set favorite menu item successful"})),(ct=t.onSetFavoriteSuccess)==null||ct.call(t,t.item.id,je),ob(t.item.id,je)}).catch(nt=>{var ct,pt;Yd(((pt=(ct=nt.response)==null?void 0:ct.data)==null?void 0:pt.errorMessage)||ki("components.menu.pushError.menuError",{defaultValue:"Have error when set favorite menu item"}))})}}),r&&be.jsx("div",{className:T("menu-item__icon-arrow__wrapper"),children:be.jsx(c4,{className:T(`menu-item__icon-arrow__icon ${t.params.isOpen?"open":"close"}`)})})]})}),tt&&be.jsx(f4,{parentRef:R,onlyChild:!o,renderChildren:({maxHeight:je})=>{var Fe;return be.jsx(LD.div,{className:T(`menu-item__dropdown ${t.params.isOpen?"menu-item__dropdown--open":"menu-item__dropdown--close"}`,`level-${ze}`),style:rb({maxHeight:je,overflowY:"auto",paddingRight:3},je!=="auto"&&!!ze),children:(Fe=e.children)==null?void 0:Fe.map(Ve=>X.createElement(XD,{...t,key:Ve.id,item:Ve,level:ze}))})}})]})}function m6({item:t,cls:e}){return be.jsx("div",{className:e("menu-item__icon"),children:be.jsx(UD,{item:t})})}function v6(t){const e={marginRight:t.hasChildren?10:0,fontSize:18,fill:mr.warning};return be.jsxs(be.Fragment,{children:[t.isHovered&&!t.isFavorite&&be.jsx(aa.Tooltip,{placement:t.tooltipPosition||"top",title:"Add to favorites",disableInteractive:!0,children:be.jsx("div",{children:be.jsx(FD,{style:e,onClick:n=>{var r;n.preventDefault(),n.stopPropagation(),(r=t.onClick)==null||r.call(t,!0)}})})}),t.isFavorite&&be.jsx(aa.Tooltip,{placement:t.tooltipPosition||"top",title:"Remove from favorites",disableInteractive:!0,children:be.jsx("div",{children:be.jsx(ND,{style:e,onClick:n=>{var r;n.preventDefault(),n.stopPropagation(),(r=t.onClick)==null||r.call(t,!1)}})})})]})}function y6(){return be.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",fill:"currentColor",stroke:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",children:be.jsx("path",{d:"M21 18v2H3v-2h18zM6.596 3.903L8.01 5.318 4.828 8.5 8.01 11.68l-1.414 1.415L2 8.5l4.596-4.597zM21 11v2h-9v-2h9zm0-7v2h-9V4h9z"})})}function b6(){return be.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"22",fill:"currentColor",stroke:"currentColor",strokeWidth:"0",viewBox:"0 0 24 24",children:be.jsx("path",{d:"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z"})})}function w6(t){return be.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"20",fill:"none",viewBox:"0 0 18 20",...t,children:be.jsx("path",{fill:"#E01B00",fillRule:"evenodd",d:"M.179 2.875A2.375 2.375 0 012.554.5h3.393a1.018 1.018 0 010 2.036H2.554a.34.34 0 00-.34.339v14.25c0 .187.152.34.34.34h3.393a1.018 1.018 0 110 2.035H2.554a2.375 2.375 0 01-2.375-2.375V2.875zm14.167 6.107h-7.72a1.018 1.018 0 000 2.036h7.72l-2.673 2.673a1.018 1.018 0 101.44 1.44l4.41-4.411a1.018 1.018 0 000-1.44l-4.41-4.41a1.018 1.018 0 10-1.44 1.439l2.673 2.673z",clipRule:"evenodd"})})}const x6=".flex-col-center{display:flex;flex-direction:column;justify-content:center}.wrap-section{padding:0 8px;transition:all .3s}.wrap-section.collapsed{padding:0 4px}.side-bar{position:fixed;top:64px;left:0;height:calc(100vh - 64px);max-width:18rem;display:flex;flex-direction:column;border-right:1px solid #ddd;background-color:#fafafa;transition:all .3s}.side-bar.expanded{width:17rem}.side-bar.collapsed{width:64px}.side-bar__wrap-btn-logout,.side-bar__btn-logout{margin:5px 0}.side-bar__logout-btn__text{margin-left:12px;font-size:.875rem;opacity:1}.side-bar__logout-btn__text.collapsed{opacity:0;transition:ease-in-out .2s;transition-delay:.15s}.side-bar__wrapper-toggle-btn{display:flex;flex-direction:row;justify-content:flex-end;transition:all .3s;margin-right:-8px;margin-top:40px}.side-bar__wrapper-toggle-btn.collapsed{justify-content:center;width:100%}.side-bar__toggle-btn{margin-top:-6px;color:#85858a}.side-bar__logout-btn{width:100%;text-align:left;display:flex;flex-direction:row;align-items:center;padding:8px 16px 8px 18.6665px;min-height:48px;border-radius:.375rem;overflow:hidden;transition:all .3s ease-in-out;background-color:initial}.side-bar__logout-btn:hover{background-color:#919eab14}.side-bar__icon-logout{flex-shrink:0}.menu-item__wrapper{display:flex;flex-direction:column;position:relative;width:100%;color:#292929}.menu-item__wrapper.collapsed.active,.menu-item__wrapper.expanded.active.parent.isClose,.menu-item__wrapper.expanded.active.child{color:var(--primary400);background-color:var(--primary200)}.menu-item__link{display:flex;flex-direction:row;border-radius:.375rem;align-items:center;padding:.5rem;position:relative;height:48px;cursor:pointer}.menu-item__link.expanded.level-0{padding:.5rem 10px}.isHome{position:sticky;top:0;background-color:#fafafa;z-index:10}.menu-item__link:hover{background-color:#919eab14}.menu-item__link.collapsed.level-0{padding-left:calc(.5rem + 7.665px)!important}.menu-item__link.active{background-color:#009d4f1a;color:inherit}.menu-item__link.active.level-0,.menu-item__link.active.level-1,.menu-item__link.active.level-2,.menu-item__link.active.level-3,.menu-item__link.active.level-4,.menu-item__link.active.level-5,.menu-item__link.active.level-6,.menu-item__link.active.level-7,.menu-item__link.active.level-8,.menu-item__link.active.level-9{background-color:inherit;color:inherit}.menu-item__link.active.level-1:hover,.menu-item__link.active.level-2:hover,.menu-item__link.active.level-3:hover,.menu-item__link.active.level-4:hover,.menu-item__link.active.level-5:hover,.menu-item__link.active.level-6:hover,.menu-item__link.active.level-7:hover,.menu-item__link.active.level-8:hover,.menu-item__link.active.level-9:hover,.menu-item__link.active.level-0:hover{background-color:#919eab14}.menu-item__link.level-0{transition:padding .2s}.menu-item__link.menu-item__link.collapsed.level-0{padding:0}.menu-item__icon{width:1.5rem;height:1.5rem;flex-shrink:0;display:grid;place-items:center;color:#85858a}.menu-item__icon.collapsed.active,.menu-item__icon.expanded.active.parent.isClose,.menu-item__icon.expanded.active.child{color:inherit}.menu-item__icon.collapsed.level-0>*{margin:0 auto}.menu-item__label{font-size:.875rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;flex-shrink:1;margin-left:12px;padding-right:12px;opacity:1}.menu-item__label.level-0.collapsed{text-overflow:unset}.menu-item__label.active{color:inherit}.menu-item__label.collapsed{margin-left:8px;font-size:.75rem;line-height:1rem}.menu-item__label.collapsed.level-0{font-size:.875rem;opacity:0;transition-delay:.15s}.menu-item__label.level-0{margin-left:8px;font-weight:500;font-size:.951rem}.menu-item__label.level-0.isInternalApp{font-weight:unset!important}.menu-item__icon-arrow__wrapper{display:grid;place-items:center;position:absolute;top:50%;transform:translateY(-50%);right:0}.menu-item__icon-arrow__wrapper.expanded{right:4px}.menu-item__icon-arrow__icon{transition:transform .3s!important;transform:rotate(-90deg)!important}.menu-item__icon-arrow__icon.active{color:inherit}.menu-item__icon-arrow__icon.expanded.open{transform:rotate(0)!important}.menu-item__dropdown.collapsed{background-color:#fafafa;border:1px solid #ddd;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;border-radius:4px;width:210px;max-width:210px;padding:4px;z-index:1200}.menu-item__dropdown::-webkit-scrollbar{width:4px}.menu-item__dropdown::-webkit-scrollbar-thumb{background-color:#9b9b9b99;border-radius:2px}.menu-item__dropdown,.menu-item__dropdown>*{margin-top:4px}.menu-item__dropdown.expanded.menu-item__dropdown--close{margin-top:0;transition:margin-top .3s}.menu-item__dropdown:first-of-type{margin-top:0}.menu-item__dropdown>*:first-child{margin-top:0}.menu-item__dropdown.collapsed .menu-item__link{height:40px}.menu-item__dropdown.collapsed .menu-item__link.level-0{height:48px}.menu-item__dropdown.collapsed.level-0{width:auto;max-width:unset;box-shadow:none;border:none;padding:0;background-color:unset}.menu-item__dropdown.expanded{overflow:hidden}.icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;background-color:transparent;transition:background-color .3s ease;border:none}.icon-btn:hover{background-color:var(--btn-bg-hover)}.simplebar-scrollbar:before{background-color:#0000002d}.side-bar__menu.collapsed .simplebar-track.simplebar-vertical{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}",S6=t=>{const e=t.isCollapsed?0:t.depth*16;return be.jsx("div",{style:{backgroundColor:t.color||"#93D500",height:"2px",position:"absolute",right:"0",top:"0",left:e}})},T6=".app,.treeRoot{height:100%}.draggingSource{opacity:.3}.placeholderContainer{position:relative}.dropTarget{background-color:#8d878711}",C6=t=>{const[e,n]=X.useState(()=>{const r=localStorage.getItem("openingMenuIds");return r&&r!=="[]"?JSON.parse(r):(t==null?void 0:t.initOpenIds)||[]});return X.useEffect(()=>{localStorage.setItem("openingMenuIds",JSON.stringify(e))},[e]),[e,n]};function KD(t){const e=!t||t==="true"?"64px":"17rem";document.documentElement.style.setProperty("--global-menu-width",e);const n=new CustomEvent("menuWidthChange",{detail:{menuWidth:e}});window.dispatchEvent(n)}const Kh=localStorage.getItem("isCollapsed");KD(Kh);function E6(t){const e=new CustomEvent("favoriteMenusChange",{detail:{favoriteMenus:t}});window.dispatchEvent(e)}function k6(t){const e=Od.useLocation(),[n,r]=X.useState([]),i=n.map(fe=>fe.data),[o,a]=X.useState(!1),[c,f]=X.useState([]),[p,y]=X.useState(Kh===null?!0:Kh==="true"),[g,T]=X.useState(window.location.href),E=X.useRef(null);X.useEffect(()=>{var fe;(fe=t.handleCallback)==null||fe.call(t,i)},[i,t.handleCallback]),X.useEffect(()=>{T(window.location.href),e.pathname+e.search+e.hash&&localStorage.setItem("latestClickMenuPath",(e.pathname+e.search+e.hash||"").replace(window.location.origin,""))},[e]);const I=L1(i,g),[A,j]=C6({initOpenIds:t.initOpenIds}),R=()=>{var fe,Ce;if(y(!p),localStorage.setItem("isCollapsed",JSON.stringify(!p)),KD(p),p)A&&((fe=E.current)==null||fe.open(A));else{const Oe=n.filter(Ne=>Ne.parent===0).map(Ne=>Ne.id);console.log("closeIds:",Oe),(Ce=E.current)==null||Ce.close(Oe)}},[H,U]=X.useState(!1),ne=p?"collapsed":"expanded",q=fe=>`${fe} ${ne}`,ie=X.useRef(null);X.useLayoutEffect(()=>{(async()=>{var Ce,Oe;try{const Ne=t.menuPath||"/global-menu-config/api/v1/menu-items/user",me=t.baseUrl+Ne,{data:Te}=await As.get(me);let Le=Te.map(je=>({...je,parentKey:je.parentKey||0}));Le=JD(Le),t.replacePath&&(Le=ZD(Le,t.replacePath));const He=Le.map(je=>({id:je.id,parent:je.parentKey,text:je.name,data:je}));r(He)}catch(Ne){console.error("Global menu",Ne),Yd(((Oe=(Ce=Ne.response)==null?void 0:Ce.data)==null?void 0:Oe.errorMessage)||Ne.message||ki("components.menu.pushError.menuError",{defaultValue:"Have error when set favorite menu item"}))}})()},[t.baseUrl,t.menuPath,t.replacePath]);const[x,le]=X.useState(!1),ae=async()=>{le(!0),window.dispatchEvent(new CustomEvent("favoriteLoadingChange",{detail:{isLoading:!0}}));try{const fe=await fetch(`${t.baseUrl}/global-menu-config/api/v1/menu-items/user/get-favorites`);if(!fe.ok)throw new Error("Failed to fetch favorite items");const Ce=await fe.json();f(Ce),document.documentElement.style.setProperty("--favorite-menu-height",`${Ce.length?57:0}px`)}catch(fe){document.documentElement.style.setProperty("--favorite-menu-height","0px"),console.error("Error fetching favorite items:",fe)}finally{le(!1),window.dispatchEvent(new CustomEvent("favoriteLoadingChange",{detail:{isLoading:!1}}))}};X.useEffect(()=>{ae()},[t.baseUrl,e]),X.useEffect(()=>{const fe=Ce=>{f(Ce.detail.favoriteMenuId)};return window.addEventListener("favoriteOrderUpdated",fe),()=>{window.removeEventListener("favoriteOrderUpdated",fe)}},[]),X.useEffect(()=>{let fe=[];c.forEach(Ne=>{const me=i.find(Te=>Te.id===Ne&&Te.isFavorite===!0);me&&(fe=[...fe,me])});function Ce(Ne){return i.every(me=>me.parentKey!==Ne.id)?Ne:{...Ne,children:i.filter(me=>me.parentKey===Ne.id).map(me=>Ce(me))}}const Oe=fe.map(Ne=>Ce(Ne));E6(Oe)},[i]);const ze=(fe,Ce,Oe)=>{let Ne=fe.find(me=>me.id===Oe);for(;Ne;){if(Ne.parentKey===Ce)return!0;Ne=fe.find(me=>me.id===(Ne==null?void 0:Ne.parentKey))}return!1},tt=X.useRef(A);X.useEffect(()=>{tt.current=A},[A]),X.useEffect(()=>{const fe=Ce=>{var je;const Oe=Ce,{path:Ne}=Oe.detail,Te=L1(i,Ne).map(Fe=>Fe.id),He=tt.current.filter(Fe=>Te.includes(Fe)?!1:!Te.some(Ve=>ze(i,Fe,Ve)));console.log("idsToClose:",He),p||(je=E.current)==null||je.open(Te),setTimeout(()=>{var Fe;(Fe=E.current)==null||Fe.close(He)},0),j(Te)};return window.addEventListener("favoriteMenuPathChange",fe),()=>{window.removeEventListener("favoriteMenuPathChange",fe)}},[i]);function Qe(fe){const Ce=fe.detail.menuItem;r(Oe=>Oe.map(Ne=>Ne.id!==Ce.id?Ne:{...Ne,data:Ce})),ae()}X.useEffect(()=>(window.addEventListener("updateFavoriteMenu",Qe),()=>{window.removeEventListener("updateFavoriteMenu",Qe)}),[]),X.useLayoutEffect(()=>{var Ne;const fe=localStorage.getItem("scrollPos");fe&&ie.current&&setTimeout(()=>{const me=ie.current.getScrollElement();me.scrollTop=parseInt(fe)},0);const Ce=()=>{if(ie.current){const me=ie.current.getScrollElement();localStorage.setItem("scrollPos",me.scrollTop.toString())}},Oe=(Ne=ie.current)==null?void 0:Ne.getScrollElement();return Oe==null||Oe.addEventListener("scroll",Ce),()=>{Oe==null||Oe.removeEventListener("scroll",Ce)}},[i]);function et(fe){a(!0);const Ce=[...n],Oe=[...fe],Ne=Oe.filter(Ve=>Ve.parent===0),me=Oe.filter(Ve=>Ve.parent!==0),Te=Ne.find(Ve=>{var nt;return((nt=Ve.data)==null?void 0:nt.name)==="Home"}),Le=Ne.filter(Ve=>{var nt;return((nt=Ve.data)==null?void 0:nt.name)!=="Home"}),je=[...Te?[Te,...Le]:Le,...me];r(je);const Fe=je.map((Ve,nt)=>({menuItemId:Ve.id,order:nt}));As.post("/global-menu-config/api/v1/menu-items/user",Fe,{baseURL:t.baseUrl}).then(()=>{}).catch(Ve=>{console.error(Ve),r(Ce)}).finally(()=>{a(!1)})}const Ye=X.useMemo(()=>Kh==="false"?A:[],[]),pe=document.getElementById("global-menu-container");return be.jsxs("div",{className:q("side-bar"),children:[be.jsx("div",{className:q("wrap-section side-bar__wrapper-toggle-btn"),children:be.jsx("button",{className:"icon-btn side-bar__toggle-btn",onClick:R,children:p?be.jsx(b6,{}):be.jsx(y6,{})})}),be.jsx(Gv,{ref:ie,className:q("wrap-section side-bar__menu"),style:{marginTop:24,flex:1,overflow:"auto",height:"100%",overflowX:"hidden"},children:be.jsx(XE,{backend:fU,options:FU(),children:be.jsx(QU,{ref:E,classes:{root:"treeRoot",draggingSource:"draggingSource",placeholder:"placeholderContainer",listItem:fe=>{var Ce;return((Ce=fe.data)==null?void 0:Ce.name)==="Home"?"isHome":""}},tree:n,rootId:0,sort:!1,insertDroppableFirst:!1,enableAnimateExpand:!0,dropTargetOffset:10,onDrop:et,render:(fe,Ce)=>{function Oe(Le){return n.every(He=>He.parent!==Le.id)?Le:{...Le,children:n.filter(He=>He.parent===Le.id).map(He=>Oe(He.data))}}const Ne=Oe(fe.data),me=Le=>I.some(He=>He.id===Le);function Te(Le,He){r(je=>je.map(Fe=>Fe.id===Le?{...Fe,data:{...Fe.data,isFavorite:He}}:Fe)),ae()}return be.jsx(XD,{onClickItem:t.onClickItem,isInternalApp:t.isInternalApp,isActive:me,isCollapsed:p,replacePath:t.replacePath,ssr:t.ssr,brandColors:t.brandColors,baseUrl:t.baseUrl,node:fe,params:Ce,nodes:n,item:Ne,expanded:()=>!1,toggleExpand:Le=>{var He;if(Le.stopPropagation(),Ce.isOpen)Ce.onToggle();else{const je=n.filter(Fe=>Fe.parent===fe.parent&&Fe.id!==fe.id).map(Fe=>Fe.id);console.log(" closeIds:",je),(He=E.current)==null||He.open(fe.id),setTimeout(()=>{var Fe;(Fe=E.current)==null||Fe.close(je)},0)}},level:Ce.depth,onSetFavoriteSuccess:Te})},placeholderRender:(fe,{depth:Ce})=>{var Oe;return be.jsx(S6,{node:fe,depth:Ce,color:(Oe=t.brandColors)==null?void 0:Oe.primary300,isCollapsed:p})},canDrag:fe=>{var Ce;return!o&&((Ce=fe==null?void 0:fe.data)==null?void 0:Ce.name)!=="Home"},canDrop:(fe,{dragSource:Ce,dropTargetId:Oe})=>(Ce==null?void 0:Ce.parent)===Oe,onDragStart:fe=>{console.log("onDragStart",fe)},onChangeOpen:fe=>{localStorage.getItem("isCollapsed")==="false"&&(console.log("onChangeOpen:",fe),j(fe))},initialOpen:Ye})})}),be.jsxs("div",{className:q("wrap-section side-bar__wrap-btn-logout"),children:[be.jsxs("button",{className:q("side-bar__logout-btn"),onClick:()=>{pe.style.setProperty("z-index","1304"),pe.classList.remove("backdrop-delay-transition"),U(!0)},children:[be.jsx(w6,{className:q("side-bar__icon-logout")}),be.jsx("span",{className:q("side-bar__logout-btn__text"),children:"Logout"})]}),be.jsx(MT,{isOpen:H,onClose:()=>{pe.style.setProperty("z-index","var(--menu-z-index)"),pe.classList.add("backdrop-delay-transition"),U(!1)},onConfirm:()=>t.logout?t.logout():lT(t.baseUrl)})]})]})}const M1={"/stella/page/SiteManagement/Company/List?tenantId=1":["/stella/page/SiteManagement/Company","/stella/page/SiteManagement/Region","/stella/page/SiteManagement/Location","/stella/page/SiteManagement/Zone","/stella/page/SiteManagement/Service","/stella/page/SiteManagement/Sign"],"/stella/page/SiteManagement/Portfolio/List":["/stella/page/SiteManagement/Portfolio"],"/stella/page/SiteManagement/CountryRegion/List":["/stella/page/SiteManagement/CountryRegion"],"/stella/page/SiteManagement/VehicleListController/List":["/stella/page/SiteManagement/VehicleListController"],"/stella/page/ContraventionManagement/CorrespondenceTemplate/List":["/stella/page/ContraventionManagement/CorrespondenceTemplate"],"/stella/page/ContraventionManagement/VerificationsAudit/List":["/stella/page/ContraventionManagement/VerificationsAudit"],"/stella/page/ContraventionManagement/PendingWardenVerification/List":["/stella/page/ContraventionManagement/PendingWardenVerification"],"/stella/page/ContraventionManagement/Appeal/Search":["/stella/page/ContraventionManagement/Appeal"],"/stella/page/ContraventionManagement/Contravention/Search":["/stella/page/ContraventionManagement/Contravention"],"/stella/page/ContraventionManagement/Tag/Search":["/stella/page/ContraventionManagement/Tag"],"/stella/page/ContraventionManagement/WorkflowMapping/List":["/stella/page/ContraventionManagement/WorkflowMapping"],"/stella/page/ContraventionManagement/WorkflowLetterTemplateMapping/List":["/stella/page/ContraventionManagement/WorkflowLetterTemplateMapping"],"/stella/page/ContraventionManagement/ScannedAppeal/Summary":["/stella/page/ContraventionManagement/ScannedAppeal"],"/stella/page/ContraventionManagement/PendingAppealWorkQueue/List":["/stella/page/ContraventionManagement/PendingAppeal"],"/stella/page/ContraventionManagement/NoDecisionAIAppeal/List":["/stella/page/ContraventionManagement/NoDecisionAIAppeal"],"/stella/page/ContraventionManagement/VerifyAIAppeal/List":["/stella/page/ContraventionManagement/VerifyAIAppeal"],"/anpr/page/LocationDisableReasons/Index":["/anpr/page/LocationDisableReasons"],"/anpr/page/Tags/Index":["/anpr/page/Tags"],"/anpr/page/VendorLocations/Index":["/anpr/page/VendorLocations"],"/anpr/page/Cameras/Index":["/anpr/page/Cameras"],"/anpr/page/Locations/Index":["/anpr/page/Locations"],"/anpr/page/Devices/Index":["/anpr/page/Devices","/anpr/page/Locations"],"/anpr/page/Technical/Overview":["/anpr/page/Technical"],"/anpr/page/Technical/Index":["/anpr/page/Technical"],"/anpr/page/Technical/Index?priority=P1":["/anpr/page/Technical"],"/anpr/page/Technical/Index?priority=P2":["/anpr/page/Technical"],"/anpr/page/Technical/Index?priority=P3":["/anpr/page/Technical"],"/anpr/page/Technical/Index?priority=P4":["/anpr/page/Technical"],"/anpr/page/CustomVerifications/Overview":["/anpr/page/CustomVerifications/Overview"],"/anpr/page/CustomVerifications/WipByLocation":["/anpr/page/CustomVerifications"],"/anpr/page/Issues/Create":["/anpr/page/Issues/Create"],"/anpr/page/Issues/ExportAsCsv":["/anpr/page/Issues/ExportAsCsv"],"/anpr/page/Issues/Overview":["/anpr/page/Issues/Overview"],"/anpr/page/Issues/Index?status=Closed":["/anpr/page/Issues"],"/anpr/page/Issues/Index":["/anpr/page/Issues"]};function D6(t,e){const r=t.replace(window.origin,"").replace("/app",""),i=new URL(r,window.location.origin),o=new URL(e.replace("/app",""),window.origin),a=(localStorage.getItem("latestClickMenuPath")||"").replace("/app","");return r&&M1[r]&&M1[r].some(c=>e.replace("/app","").includes(c))?a===r?5:4:i.pathname===o.pathname&&i.search===o.search?3:i.pathname===o.pathname?2:o.pathname.startsWith(i.pathname)?1:0}function L1(t,e){const n=t.map(a=>({item:a,priority:a.path?D6(a.path,e):0})).filter(a=>a.priority>0);console.log(" index.tsx ~ matchedItems:",n);const r=n.length>0?n.reduce((a,c)=>c.priority>a.priority?c:a).item:null,i=[];let o=r;for(;o;)i.unshift(o),o=t.find(a=>a.id===(o==null?void 0:o.parentKey))||null;return i}function ZD(t,e){return t.map(n=>{var r;return(r=n.children)!=null&&r.length?(n.path="",n.children=ZD(n.children,e)):n.path=e(n.path),n})}function JD(t){return t.map(n=>n.path&&!n.path.includes("http")&&n.path.includes("/")?{...n,path:window.location.origin+"/app"+n.path}:(n.children&&(n.children=JD(n.children)),n))}function P6(t){return be.jsx(Wv,{id:"global-menu-container",styles:[GT,x6,T6],style:{zIndex:"var(--menu-z-index)",position:"relative"},className:"backdrop-delay-transition",children:be.jsx(k6,{...t})})}const Nh={"page-container":"_page-container_1pwo1_1","page-main-content":"_page-main-content_1pwo1_8","page-title":"_page-title_1pwo1_19","text-base":"_text-base_1pwo1_26","mt-4":"_mt-4_1pwo1_33"},O6=()=>{const{t}=yT();return be.jsx("div",{className:"unauth__container "+Nh["page-container"],children:be.jsxs("div",{className:"unauth__main-content "+Nh["page-main-content"],children:[be.jsx(_6,{}),be.jsxs("div",{className:"unauth__main-text",children:[be.jsx("h2",{className:"unauth__main-text__title "+Nh["page-title"],children:t("components.unauthorizedPage.title")}),be.jsxs("p",{className:"unauth__main-text__desc "+Nh["text-base"],children:[t("components.unauthorizedPage.description1")," ",be.jsx("br",{})," ",t("components.unauthorizedPage.description2")]})]})]})})},_6=()=>be.jsxs("svg",{width:"61",height:"60",viewBox:"0 0 61 60",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[be.jsxs("g",{filter:"url(#filter0_d_10800_50471)",children:[be.jsx("rect",{x:"2.5",y:"1",width:"56",height:"56",rx:"28",fill:"white"}),be.jsx("path",{d:"M24.6667 27.833V23.1663C24.6667 21.6192 25.2812 20.1355 26.3752 19.0416C27.4692 17.9476 28.9529 17.333 30.5 17.333C32.0471 17.333 33.5308 17.9476 34.6248 19.0416C35.7188 20.1355 36.3333 21.6192 36.3333 23.1663V27.833M22.3333 27.833H38.6667C39.9553 27.833 41 28.8777 41 30.1663V38.333C41 39.6217 39.9553 40.6663 38.6667 40.6663H22.3333C21.0447 40.6663 20 39.6217 20 38.333V30.1663C20 28.8777 21.0447 27.833 22.3333 27.833Z",stroke:"#292929","stroke-width":"2.33333","stroke-linecap":"round","stroke-linejoin":"round"})]}),be.jsx("defs",{children:be.jsxs("filter",{id:"filter0_d_10800_50471",x:"0.5",y:"0",width:"60",height:"60",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB",children:[be.jsx("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),be.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),be.jsx("feOffset",{dy:"1"}),be.jsx("feGaussianBlur",{stdDeviation:"1"}),be.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.05 0"}),be.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_10800_50471"}),be.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_10800_50471",result:"shape"})]})})]});var Sp={exports:{}};/**
137
137
  * @license
138
138
  * Lodash <https://lodash.com/>
139
139
  * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
140
140
  * Released under MIT license <https://lodash.com/license>
141
141
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
142
142
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
143
- */xp.exports;(function(t,e){(function(){var n,r="4.17.21",i=200,o="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",a="Expected a function",c="Invalid `variable` option passed into `_.template`",f="__lodash_hash_undefined__",p=500,y="__lodash_placeholder__",g=1,T=2,E=4,I=1,A=2,j=1,R=2,H=4,U=8,ne=16,q=32,ie=64,x=128,le=256,ae=512,ze=30,tt="...",Qe=800,et=16,Ye=1,pe=2,fe=3,Ce=1/0,Oe=9007199254740991,Ne=17976931348623157e292,me=NaN,Te=4294967295,Le=Te-1,He=Te>>>1,je=[["ary",x],["bind",j],["bindKey",R],["curry",U],["curryRight",ne],["flip",ae],["partial",q],["partialRight",ie],["rearg",le]],Fe="[object Arguments]",Ve="[object Array]",nt="[object AsyncFunction]",ct="[object Boolean]",pt="[object Date]",ft="[object DOMException]",yt="[object Error]",Je="[object Function]",It="[object GeneratorFunction]",Mt="[object Map]",Vn="[object Number]",vr="[object Null]",Un="[object Object]",Sn="[object Promise]",Vi="[object Proxy]",Dr="[object RegExp]",Jn="[object Set]",sn="[object String]",fn="[object Symbol]",dn="[object Undefined]",ut="[object WeakMap]",Dn="[object WeakSet]",si="[object ArrayBuffer]",on="[object DataView]",Ui="[object Float32Array]",Hi="[object Float64Array]",Wi="[object Int8Array]",Pr="[object Int16Array]",Nn="[object Int32Array]",Or="[object Uint8Array]",yr="[object Uint8ClampedArray]",Yr="[object Uint16Array]",Gr="[object Uint32Array]",Ao=/\b__p \+= '';/g,Hn=/\b(__p \+=) '' \+/g,qr=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Qn=/&(?:amp|lt|gt|quot|#39);/g,Wt=/[&<>"']/g,ai=RegExp(Qn.source),zi=RegExp(Wt.source),Pn=/<%-([\s\S]+?)%>/g,hn=/<%([\s\S]+?)%>/g,li=/<%=([\s\S]+?)%>/g,ui=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Tn=/^\w*$/,ao=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,br=/[\\^$.*+?()[\]{}|]/g,ci=RegExp(br.source),an=/^\s+/,Pi=/\s/,Ls=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Fs=/\{\n\/\* \[wrapped with (.+)\] \*/,Xr=/,? & /,lo=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,uo=/[()=,{}\[\]\/\s]/,Oi=/\\(\\)?/g,er=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,_r=/\w*$/,Rr=/^[-+]0x[0-9a-f]+$/i,fi=/^0b[01]+$/i,Kr=/^\[object .+?Constructor\]$/,wr=/^0o[0-7]+$/i,Ir=/^(?:0|[1-9]\d*)$/,tr=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Yi=/($^)/,_i=/['\n\r\u2028\u2029\\]/g,ar="\\ud800-\\udfff",yn="\\u0300-\\u036f",Ar="\\ufe20-\\ufe2f",Mr="\\u20d0-\\u20ff",di=yn+Ar+Mr,hi="\\u2700-\\u27bf",xr="a-z\\xdf-\\xf6\\xf8-\\xff",Zr="\\xac\\xb1\\xd7\\xf7",Wn="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",pi="\\u2000-\\u206f",gi=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Ri="A-Z\\xc0-\\xd6\\xd8-\\xde",nn="\\ufe0e\\ufe0f",jn=Zr+Wn+pi+gi,Cn="['’]",co="["+ar+"]",On="["+jn+"]",_n="["+di+"]",k="\\d+",F="["+hi+"]",G="["+xr+"]",ee="[^"+ar+jn+k+hi+xr+Ri+"]",De="\\ud83c[\\udffb-\\udfff]",ve="(?:"+_n+"|"+De+")",Re="[^"+ar+"]",Ke="(?:\\ud83c[\\udde6-\\uddff]){2}",gt="[\\ud800-\\udbff][\\udc00-\\udfff]",mt="["+Ri+"]",dt="\\u200d",Ft="(?:"+G+"|"+ee+")",Bn="(?:"+mt+"|"+ee+")",zn="(?:"+Cn+"(?:d|ll|m|re|s|t|ve))?",En="(?:"+Cn+"(?:D|LL|M|RE|S|T|VE))?",Jr=ve+"?",lr="["+nn+"]?",Gi="(?:"+dt+"(?:"+[Re,Ke,gt].join("|")+")"+lr+Jr+")*",mi="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",qi="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Lr=lr+Jr+Gi,Xi="(?:"+[F,Ke,gt].join("|")+")"+Lr,Wa="(?:"+[Re+_n+"?",_n,Ke,gt,co].join("|")+")",Ns=RegExp(Cn,"g"),is=RegExp(_n,"g"),Sr=RegExp(De+"(?="+De+")|"+Wa+Lr,"g"),za=RegExp([mt+"?"+G+"+"+zn+"(?="+[On,mt,"$"].join("|")+")",Bn+"+"+En+"(?="+[On,mt+Ft,"$"].join("|")+")",mt+"?"+Ft+"+"+zn,mt+"+"+En,qi,mi,k,Xi].join("|"),"g"),vi=RegExp("["+dt+ar+di+nn+"]"),js=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,os=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],rn=-1,Gt={};Gt[Ui]=Gt[Hi]=Gt[Wi]=Gt[Pr]=Gt[Nn]=Gt[Or]=Gt[yr]=Gt[Yr]=Gt[Gr]=!0,Gt[Fe]=Gt[Ve]=Gt[si]=Gt[ct]=Gt[on]=Gt[pt]=Gt[yt]=Gt[Je]=Gt[Mt]=Gt[Vn]=Gt[Un]=Gt[Dr]=Gt[Jn]=Gt[sn]=Gt[ut]=!1;var Kt={};Kt[Fe]=Kt[Ve]=Kt[si]=Kt[on]=Kt[ct]=Kt[pt]=Kt[Ui]=Kt[Hi]=Kt[Wi]=Kt[Pr]=Kt[Nn]=Kt[Mt]=Kt[Vn]=Kt[Un]=Kt[Dr]=Kt[Jn]=Kt[sn]=Kt[fn]=Kt[Or]=Kt[yr]=Kt[Yr]=Kt[Gr]=!0,Kt[yt]=Kt[Je]=Kt[ut]=!1;var Ii={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},Qr={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},Mo={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},yi={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ur=parseFloat,Bs=parseInt,fo=typeof Di=="object"&&Di&&Di.Object===Object&&Di,ua=typeof self=="object"&&self&&self.Object===Object&&self,ln=fo||ua||Function("return this")(),Lo=e&&!e.nodeType&&e,bi=Lo&&!0&&t&&!t.nodeType&&t,ca=bi&&bi.exports===Lo,ho=ca&&fo.process,cr=function(){try{var Z=bi&&bi.require&&bi.require("util").types;return Z||ho&&ho.binding&&ho.binding("util")}catch{}}(),h=cr&&cr.isArrayBuffer,b=cr&&cr.isDate,C=cr&&cr.isMap,P=cr&&cr.isRegExp,L=cr&&cr.isSet,N=cr&&cr.isTypedArray;function V(Z,ce,ue){switch(ue.length){case 0:return Z.call(ce);case 1:return Z.call(ce,ue[0]);case 2:return Z.call(ce,ue[0],ue[1]);case 3:return Z.call(ce,ue[0],ue[1],ue[2])}return Z.apply(ce,ue)}function se(Z,ce,ue,Ae){for(var Be=-1,st=Z==null?0:Z.length;++Be<st;){var lt=Z[Be];ce(Ae,lt,ue(lt),Z)}return Ae}function te(Z,ce){for(var ue=-1,Ae=Z==null?0:Z.length;++ue<Ae&&ce(Z[ue],ue,Z)!==!1;);return Z}function ge(Z,ce){for(var ue=Z==null?0:Z.length;ue--&&ce(Z[ue],ue,Z)!==!1;);return Z}function _e(Z,ce){for(var ue=-1,Ae=Z==null?0:Z.length;++ue<Ae;)if(!ce(Z[ue],ue,Z))return!1;return!0}function Ie(Z,ce){for(var ue=-1,Ae=Z==null?0:Z.length,Be=0,st=[];++ue<Ae;){var lt=Z[ue];ce(lt,ue,Z)&&(st[Be++]=lt)}return st}function Ee(Z,ce){var ue=Z==null?0:Z.length;return!!ue&&Qt(Z,ce,0)>-1}function Ue(Z,ce,ue){for(var Ae=-1,Be=Z==null?0:Z.length;++Ae<Be;)if(ue(ce,Z[Ae]))return!0;return!1}function ot(Z,ce){for(var ue=-1,Ae=Z==null?0:Z.length,Be=Array(Ae);++ue<Ae;)Be[ue]=ce(Z[ue],ue,Z);return Be}function Tt(Z,ce){for(var ue=-1,Ae=ce.length,Be=Z.length;++ue<Ae;)Z[Be+ue]=ce[ue];return Z}function Et(Z,ce,ue,Ae){var Be=-1,st=Z==null?0:Z.length;for(Ae&&st&&(ue=Z[++Be]);++Be<st;)ue=ce(ue,Z[Be],Be,Z);return ue}function Rn(Z,ce,ue,Ae){var Be=Z==null?0:Z.length;for(Ae&&Be&&(ue=Z[--Be]);Be--;)ue=ce(ue,Z[Be],Be,Z);return ue}function un(Z,ce){for(var ue=-1,Ae=Z==null?0:Z.length;++ue<Ae;)if(ce(Z[ue],ue,Z))return!0;return!1}var Fr=D("length");function Nr(Z){return Z.split("")}function Lt(Z){return Z.match(lo)||[]}function jr(Z,ce,ue){var Ae;return ue(Z,function(Be,st,lt){if(ce(Be,st,lt))return Ae=st,!1}),Ae}function jt(Z,ce,ue,Ae){for(var Be=Z.length,st=ue+(Ae?1:-1);Ae?st--:++st<Be;)if(ce(Z[st],st,Z))return st;return-1}function Qt(Z,ce,ue){return ce===ce?Ou(Z,ce,ue):jt(Z,go,ue)}function po(Z,ce,ue,Ae){for(var Be=ue-1,st=Z.length;++Be<st;)if(Ae(Z[Be],ce))return Be;return-1}function go(Z){return Z!==Z}function Tr(Z,ce){var ue=Z==null?0:Z.length;return ue?we(Z,ce)/ue:me}function D(Z){return function(ce){return ce==null?n:ce[Z]}}function M(Z){return function(ce){return Z==null?n:Z[ce]}}function W(Z,ce,ue,Ae,Be){return Be(Z,function(st,lt,it){ue=Ae?(Ae=!1,st):ce(ue,st,lt,it)}),ue}function Q(Z,ce){var ue=Z.length;for(Z.sort(ce);ue--;)Z[ue]=Z[ue].value;return Z}function we(Z,ce){for(var ue,Ae=-1,Be=Z.length;++Ae<Be;){var st=ce(Z[Ae]);st!==n&&(ue=ue===n?st:ue+st)}return ue}function xe(Z,ce){for(var ue=-1,Ae=Array(Z);++ue<Z;)Ae[ue]=ce(ue);return Ae}function Me(Z,ce){return ot(ce,function(ue){return[ue,Z[ue]]})}function qe(Z){return Z&&Z.slice(0,Il(Z)+1).replace(an,"")}function ht(Z){return function(ce){return Z(ce)}}function _t(Z,ce){return ot(ce,function(ue){return Z[ue]})}function St(Z,ce){return Z.has(ce)}function vt(Z,ce){for(var ue=-1,Ae=Z.length;++ue<Ae&&Qt(ce,Z[ue],0)>-1;);return ue}function In(Z,ce){for(var ue=Z.length;ue--&&Qt(ce,Z[ue],0)>-1;);return ue}function bn(Z,ce){for(var ue=Z.length,Ae=0;ue--;)Z[ue]===ce&&++Ae;return Ae}var $n=M(Ii),ss=M(Qr);function fa(Z){return"\\"+yi[Z]}function mo(Z,ce){return Z==null?n:Z[ce]}function ei(Z){return vi.test(Z)}function Ya(Z){return js.test(Z)}function Ai(Z){for(var ce,ue=[];!(ce=Z.next()).done;)ue.push(ce.value);return ue}function da(Z){var ce=-1,ue=Array(Z.size);return Z.forEach(function(Ae,Be){ue[++ce]=[Be,Ae]}),ue}function as(Z,ce){return function(ue){return Z(ce(ue))}}function ti(Z,ce){for(var ue=-1,Ae=Z.length,Be=0,st=[];++ue<Ae;){var lt=Z[ue];(lt===ce||lt===y)&&(Z[ue]=y,st[Be++]=ue)}return st}function vo(Z){var ce=-1,ue=Array(Z.size);return Z.forEach(function(Ae){ue[++ce]=Ae}),ue}function Ga(Z){var ce=-1,ue=Array(Z.size);return Z.forEach(function(Ae){ue[++ce]=[Ae,Ae]}),ue}function Ou(Z,ce,ue){for(var Ae=ue-1,Be=Z.length;++Ae<Be;)if(Z[Ae]===ce)return Ae;return-1}function ha(Z,ce,ue){for(var Ae=ue+1;Ae--;)if(Z[Ae]===ce)return Ae;return Ae}function yo(Z){return ei(Z)?$s(Z):Fr(Z)}function cn(Z){return ei(Z)?J(Z):Nr(Z)}function Il(Z){for(var ce=Z.length;ce--&&Pi.test(Z.charAt(ce)););return ce}var pa=M(Mo);function $s(Z){for(var ce=Sr.lastIndex=0;Sr.test(Z);)++ce;return ce}function J(Z){return Z.match(Sr)||[]}function de(Z){return Z.match(za)||[]}var ke=function Z(ce){ce=ce==null?ln:Pe.defaults(ln.Object(),ce,Pe.pick(ln,os));var ue=ce.Array,Ae=ce.Date,Be=ce.Error,st=ce.Function,lt=ce.Math,it=ce.Object,At=ce.RegExp,wt=ce.String,Vt=ce.TypeError,Yn=ue.prototype,nr=st.prototype,An=it.prototype,zt=ce["__core-js_shared__"],Br=nr.toString,kt=An.hasOwnProperty,_u=0,pn=function(){var s=/[^.]+$/.exec(zt&&zt.keys&&zt.keys.IE_PROTO||"");return s?"Symbol(src)_1."+s:""}(),Fo=An.toString,Ru=Br.call(it),Iu=ln._,Au=At("^"+Br.call(kt).replace(br,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ga=ca?ce.Buffer:n,No=ce.Symbol,qa=ce.Uint8Array,Xa=ga?ga.allocUnsafe:n,Vs=as(it.getPrototypeOf,it),ma=it.create,Al=An.propertyIsEnumerable,jo=Yn.splice,Ml=No?No.isConcatSpreadable:n,Ki=No?No.iterator:n,Bo=No?No.toStringTag:n,ls=function(){try{var s=ic(it,"defineProperty");return s({},"",{}),s}catch{}}(),Bf=ce.clearTimeout!==ln.clearTimeout&&ce.clearTimeout,Ka=Ae&&Ae.now!==ln.Date.now&&Ae.now,Mc=ce.setTimeout!==ln.setTimeout&&ce.setTimeout,va=lt.ceil,Us=lt.floor,ya=it.getOwnPropertySymbols,Ll=ga?ga.isBuffer:n,ba=ce.isFinite,Za=Yn.join,Lc=as(it.keys,it),wn=lt.max,Gn=lt.min,us=Ae.now,Mu=ce.parseInt,cs=lt.random,Fl=Yn.reverse,bo=ic(ce,"DataView"),fs=ic(ce,"Map"),wa=ic(ce,"Promise"),wo=ic(ce,"Set"),$o=ic(ce,"WeakMap"),xa=ic(it,"create"),Ja=$o&&new $o,Hs={},ds=oc(bo),Lu=oc(fs),$f=oc(wa),Fc=oc(wo),Sa=oc($o),hs=No?No.prototype:n,Ws=hs?hs.valueOf:n,Qa=hs?hs.toString:n;function z(s){if(or(s)&&!Ut(s)&&!(s instanceof $t)){if(s instanceof Cr)return s;if(kt.call(s,"__wrapped__"))return _b(s)}return new Cr(s)}var Vo=function(){function s(){}return function(u){if(!qn(u))return{};if(ma)return ma(u);s.prototype=u;var w=new s;return s.prototype=n,w}}();function Uo(){}function Cr(s,u){this.__wrapped__=s,this.__actions__=[],this.__chain__=!!u,this.__index__=0,this.__values__=n}z.templateSettings={escape:Pn,evaluate:hn,interpolate:li,variable:"",imports:{_:z}},z.prototype=Uo.prototype,z.prototype.constructor=z,Cr.prototype=Vo(Uo.prototype),Cr.prototype.constructor=Cr;function $t(s){this.__wrapped__=s,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Te,this.__views__=[]}function Nl(){var s=new $t(this.__wrapped__);return s.__actions__=zr(this.__actions__),s.__dir__=this.__dir__,s.__filtered__=this.__filtered__,s.__iteratees__=zr(this.__iteratees__),s.__takeCount__=this.__takeCount__,s.__views__=zr(this.__views__),s}function el(){if(this.__filtered__){var s=new $t(this);s.__dir__=-1,s.__filtered__=!0}else s=this.clone(),s.__dir__*=-1;return s}function jl(){var s=this.__wrapped__.value(),u=this.__dir__,w=Ut(s),O=u<0,$=w?s.length:0,K=VP(0,$,this.__views__),oe=K.start,he=K.end,ye=he-oe,We=O?he:oe-1,Ge=this.__iteratees__,Ze=Ge.length,at=0,bt=Gn(ye,this.__takeCount__);if(!w||!O&&$==ye&&bt==ye)return Jc(s,this.__actions__);var Dt=[];e:for(;ye--&&at<bt;){We+=u;for(var Xt=-1,Pt=s[We];++Xt<Ze;){var Jt=Ge[Xt],tn=Jt.iteratee,Go=Jt.type,ro=tn(Pt);if(Go==pe)Pt=ro;else if(!ro){if(Go==Ye)continue e;break e}}Dt[at++]=Pt}return Dt}$t.prototype=Vo(Uo.prototype),$t.prototype.constructor=$t;function xo(s){var u=-1,w=s==null?0:s.length;for(this.clear();++u<w;){var O=s[u];this.set(O[0],O[1])}}function Fu(){this.__data__=xa?xa(null):{},this.size=0}function Nc(s){var u=this.has(s)&&delete this.__data__[s];return this.size-=u?1:0,u}function jc(s){var u=this.__data__;if(xa){var w=u[s];return w===f?n:w}return kt.call(u,s)?u[s]:n}function Bc(s){var u=this.__data__;return xa?u[s]!==n:kt.call(u,s)}function Vf(s,u){var w=this.__data__;return this.size+=this.has(s)?0:1,w[s]=xa&&u===n?f:u,this}xo.prototype.clear=Fu,xo.prototype.delete=Nc,xo.prototype.get=jc,xo.prototype.has=Bc,xo.prototype.set=Vf;function So(s){var u=-1,w=s==null?0:s.length;for(this.clear();++u<w;){var O=s[u];this.set(O[0],O[1])}}function Uf(){this.__data__=[],this.size=0}function Hf(s){var u=this.__data__,w=Zi(u,s);if(w<0)return!1;var O=u.length-1;return w==O?u.pop():jo.call(u,w,1),--this.size,!0}function Nu(s){var u=this.__data__,w=Zi(u,s);return w<0?n:u[w][1]}function tl(s){return Zi(this.__data__,s)>-1}function Wf(s,u){var w=this.__data__,O=Zi(w,s);return O<0?(++this.size,w.push([s,u])):w[O][1]=u,this}So.prototype.clear=Uf,So.prototype.delete=Hf,So.prototype.get=Nu,So.prototype.has=tl,So.prototype.set=Wf;function Ho(s){var u=-1,w=s==null?0:s.length;for(this.clear();++u<w;){var O=s[u];this.set(O[0],O[1])}}function ju(){this.size=0,this.__data__={hash:new xo,map:new(fs||So),string:new xo}}function Bl(s){var u=rh(this,s).delete(s);return this.size-=u?1:0,u}function zf(s){return rh(this,s).get(s)}function Yf(s){return rh(this,s).has(s)}function Gf(s,u){var w=rh(this,s),O=w.size;return w.set(s,u),this.size+=w.size==O?0:1,this}Ho.prototype.clear=ju,Ho.prototype.delete=Bl,Ho.prototype.get=zf,Ho.prototype.has=Yf,Ho.prototype.set=Gf;function $r(s){var u=-1,w=s==null?0:s.length;for(this.__data__=new Ho;++u<w;)this.add(s[u])}function Bu(s){return this.__data__.set(s,f),this}function $l(s){return this.__data__.has(s)}$r.prototype.add=$r.prototype.push=Bu,$r.prototype.has=$l;function qt(s){var u=this.__data__=new So(s);this.size=u.size}function wi(){this.__data__=new So,this.size=0}function Ta(s){var u=this.__data__,w=u.delete(s);return this.size=u.size,w}function zs(s){return this.__data__.get(s)}function Zt(s){return this.__data__.has(s)}function ps(s,u){var w=this.__data__;if(w instanceof So){var O=w.__data__;if(!fs||O.length<i-1)return O.push([s,u]),this.size=++w.size,this;w=this.__data__=new Ho(O)}return w.set(s,u),this.size=w.size,this}qt.prototype.clear=wi,qt.prototype.delete=Ta,qt.prototype.get=zs,qt.prototype.has=Zt,qt.prototype.set=ps;function nl(s,u){var w=Ut(s),O=!w&&sc(s),$=!w&&!O&&ru(s),K=!w&&!O&&!$&&sf(s),oe=w||O||$||K,he=oe?xe(s.length,wt):[],ye=he.length;for(var We in s)(u||kt.call(s,We))&&!(oe&&(We=="length"||$&&(We=="offset"||We=="parent")||K&&(We=="buffer"||We=="byteLength"||We=="byteOffset")||hl(We,ye)))&&he.push(We);return he}function ni(s){var u=s.length;return u?s[Js(0,u-1)]:n}function xi(s,u){return ih(zr(s),Gs(u,0,s.length))}function To(s){return ih(zr(s))}function $u(s,u,w){(w!==n&&!ra(s[u],w)||w===n&&!(u in s))&&Si(s,u,w)}function Vr(s,u,w){var O=s[u];(!(kt.call(s,u)&&ra(O,w))||w===n&&!(u in s))&&Si(s,u,w)}function Zi(s,u){for(var w=s.length;w--;)if(ra(s[w][0],u))return w;return-1}function Ys(s,u,w,O){return gs(s,function($,K,oe){u(O,$,w($),oe)}),O}function $c(s,u){return s&&Mi(u,ii(u),s)}function Vu(s,u){return s&&Mi(u,Po(u),s)}function Si(s,u,w){u=="__proto__"&&ls?ls(s,u,{configurable:!0,enumerable:!0,value:w,writable:!0}):s[u]=w}function Uu(s,u){for(var w=-1,O=u.length,$=ue(O),K=s==null;++w<O;)$[w]=K?n:gg(s,u[w]);return $}function Gs(s,u,w){return s===s&&(w!==n&&(s=s<=w?s:w),u!==n&&(s=s>=u?s:u)),s}function Ur(s,u,w,O,$,K){var oe,he=u&g,ye=u&T,We=u&E;if(w&&(oe=$?w(s,O,$,K):w(s)),oe!==n)return oe;if(!qn(s))return s;var Ge=Ut(s);if(Ge){if(oe=HP(s),!he)return zr(s,oe)}else{var Ze=Li(s),at=Ze==Je||Ze==It;if(ru(s))return ws(s,he);if(Ze==Un||Ze==Fe||at&&!$){if(oe=ye||at?{}:xb(s),!he)return ye?Kf(s,Vu(oe,s)):nf(s,$c(oe,s))}else{if(!Kt[Ze])return $?s:{};oe=WP(s,Ze,he)}}K||(K=new qt);var bt=K.get(s);if(bt)return bt;K.set(s,oe),Kb(s)?s.forEach(function(Pt){oe.add(Ur(Pt,u,w,Pt,s,K))}):qb(s)&&s.forEach(function(Pt,Jt){oe.set(Jt,Ur(Pt,u,w,Jt,s,K))});var Dt=We?ye?tg:eg:ye?Po:ii,Xt=Ge?n:Dt(s);return te(Xt||s,function(Pt,Jt){Xt&&(Jt=Pt,Pt=s[Jt]),Vr(oe,Jt,Ur(Pt,u,w,Jt,s,K))}),oe}function Hu(s){var u=ii(s);return function(w){return Wu(w,s,u)}}function Wu(s,u,w){var O=w.length;if(s==null)return!O;for(s=it(s);O--;){var $=w[O],K=u[$],oe=s[$];if(oe===n&&!($ in s)||!K(oe))return!1}return!0}function zu(s,u,w){if(typeof s!="function")throw new Vt(a);return Jf(function(){s.apply(n,w)},u)}function qs(s,u,w,O){var $=-1,K=Ee,oe=!0,he=s.length,ye=[],We=u.length;if(!he)return ye;w&&(u=ot(u,ht(w))),O?(K=Ue,oe=!1):u.length>=i&&(K=St,oe=!1,u=new $r(u));e:for(;++$<he;){var Ge=s[$],Ze=w==null?Ge:w(Ge);if(Ge=O||Ge!==0?Ge:0,oe&&Ze===Ze){for(var at=We;at--;)if(u[at]===Ze)continue e;ye.push(Ge)}else K(u,Ze,O)||ye.push(Ge)}return ye}var gs=v(Ti),Yu=v(Ul,!0);function Vc(s,u){var w=!0;return gs(s,function(O,$,K){return w=!!u(O,$,K),w}),w}function Vl(s,u,w){for(var O=-1,$=s.length;++O<$;){var K=s[O],oe=u(K);if(oe!=null&&(he===n?oe===oe&&!Yo(oe):w(oe,he)))var he=oe,ye=K}return ye}function qf(s,u,w,O){var $=s.length;for(w=Yt(w),w<0&&(w=-w>$?0:$+w),O=O===n||O>$?$:Yt(O),O<0&&(O+=$),O=w>O?0:Jb(O);w<O;)s[w++]=u;return s}function Uc(s,u){var w=[];return gs(s,function(O,$,K){u(O,$,K)&&w.push(O)}),w}function fr(s,u,w,O,$){var K=-1,oe=s.length;for(w||(w=YP),$||($=[]);++K<oe;){var he=s[K];u>0&&w(he)?u>1?fr(he,u-1,w,O,$):Tt($,he):O||($[$.length]=he)}return $}var Gu=l(),Hc=l(!0);function Ti(s,u){return s&&Gu(s,u,ii)}function Ul(s,u){return s&&Hc(s,u,ii)}function Ca(s,u){return Ie(u,function(w){return pl(s[w])})}function ms(s,u){u=Ci(u,s);for(var w=0,O=u.length;s!=null&&w<O;)s=s[Aa(u[w++])];return w&&w==O?s:n}function rl(s,u,w){var O=u(s);return Ut(s)?O:Tt(O,w(s))}function rr(s){return s==null?s===n?dn:vr:Bo&&Bo in it(s)?$P(s):QP(s)}function Xs(s,u){return s>u}function Hl(s,u){return s!=null&&kt.call(s,u)}function Ea(s,u){return s!=null&&u in it(s)}function Wl(s,u,w){return s>=Gn(u,w)&&s<wn(u,w)}function ka(s,u,w){for(var O=w?Ue:Ee,$=s[0].length,K=s.length,oe=K,he=ue(K),ye=1/0,We=[];oe--;){var Ge=s[oe];oe&&u&&(Ge=ot(Ge,ht(u))),ye=Gn(Ge.length,ye),he[oe]=!w&&(u||$>=120&&Ge.length>=120)?new $r(oe&&Ge):n}Ge=s[0];var Ze=-1,at=he[0];e:for(;++Ze<$&&We.length<ye;){var bt=Ge[Ze],Dt=u?u(bt):bt;if(bt=w||bt!==0?bt:0,!(at?St(at,Dt):O(We,Dt,w))){for(oe=K;--oe;){var Xt=he[oe];if(!(Xt?St(Xt,Dt):O(s[oe],Dt,w)))continue e}at&&at.push(Dt),We.push(bt)}}return We}function zl(s,u,w,O){return Ti(s,function($,K,oe){u(O,w($),K,oe)}),O}function Co(s,u,w){u=Ci(u,s),s=Eb(s,u);var O=s==null?s:s[Aa(Ss(u))];return O==null?n:V(O,s,w)}function Yl(s){return or(s)&&rr(s)==Fe}function Ks(s){return or(s)&&rr(s)==si}function Wc(s){return or(s)&&rr(s)==pt}function il(s,u,w,O,$){return s===u?!0:s==null||u==null||!or(s)&&!or(u)?s!==s&&u!==u:Da(s,u,w,O,il,$)}function Da(s,u,w,O,$,K){var oe=Ut(s),he=Ut(u),ye=oe?Ve:Li(s),We=he?Ve:Li(u);ye=ye==Fe?Un:ye,We=We==Fe?Un:We;var Ge=ye==Un,Ze=We==Un,at=ye==We;if(at&&ru(s)){if(!ru(u))return!1;oe=!0,Ge=!1}if(at&&!Ge)return K||(K=new qt),oe||sf(s)?yb(s,u,w,O,$,K):jP(s,u,ye,w,O,$,K);if(!(w&I)){var bt=Ge&&kt.call(s,"__wrapped__"),Dt=Ze&&kt.call(u,"__wrapped__");if(bt||Dt){var Xt=bt?s.value():s,Pt=Dt?u.value():u;return K||(K=new qt),$(Xt,Pt,w,O,K)}}return at?(K||(K=new qt),BP(s,u,w,O,$,K)):!1}function Pa(s){return or(s)&&Li(s)==Mt}function qu(s,u,w,O){var $=w.length,K=$,oe=!O;if(s==null)return!K;for(s=it(s);$--;){var he=w[$];if(oe&&he[2]?he[1]!==s[he[0]]:!(he[0]in s))return!1}for(;++$<K;){he=w[$];var ye=he[0],We=s[ye],Ge=he[1];if(oe&&he[2]){if(We===n&&!(ye in s))return!1}else{var Ze=new qt;if(O)var at=O(We,Ge,ye,s,u,Ze);if(!(at===n?il(Ge,We,I|A,O,Ze):at))return!1}}return!0}function zc(s){if(!qn(s)||qP(s))return!1;var u=pl(s)?Au:Kr;return u.test(oc(s))}function Zs(s){return or(s)&&rr(s)==Dr}function Gl(s){return or(s)&&Li(s)==Jn}function Wo(s){return or(s)&&ch(s.length)&&!!Gt[rr(s)]}function ql(s){return typeof s=="function"?s:s==null?Oo:typeof s=="object"?Ut(s)?sl(s[0],s[1]):Eo(s):u0(s)}function zo(s){if(!Zf(s))return Lc(s);var u=[];for(var w in it(s))kt.call(s,w)&&w!="constructor"&&u.push(w);return u}function ol(s){if(!qn(s))return JP(s);var u=Zf(s),w=[];for(var O in s)O=="constructor"&&(u||!kt.call(s,O))||w.push(O);return w}function Ji(s,u){return s<u}function Qi(s,u){var w=-1,O=Do(s)?ue(s.length):[];return gs(s,function($,K,oe){O[++w]=u($,K,oe)}),O}function Eo(s){var u=rg(s);return u.length==1&&u[0][2]?Tb(u[0][0],u[0][1]):function(w){return w===s||qu(w,s,u)}}function sl(s,u){return og(s)&&Sb(u)?Tb(Aa(s),u):function(w){var O=gg(w,s);return O===n&&O===u?mg(w,s):il(u,O,I|A)}}function vs(s,u,w,O,$){s!==u&&Gu(u,function(K,oe){if($||($=new qt),qn(K))eo(s,u,oe,w,vs,O,$);else{var he=O?O(ag(s,oe),K,oe+"",s,u,$):n;he===n&&(he=K),$u(s,oe,he)}},Po)}function eo(s,u,w,O,$,K,oe){var he=ag(s,w),ye=ag(u,w),We=oe.get(ye);if(We){$u(s,w,We);return}var Ge=K?K(he,ye,w+"",s,u,oe):n,Ze=Ge===n;if(Ze){var at=Ut(ye),bt=!at&&ru(ye),Dt=!at&&!bt&&sf(ye);Ge=ye,at||bt||Dt?Ut(he)?Ge=he:hr(he)?Ge=zr(he):bt?(Ze=!1,Ge=ws(ye,!0)):Dt?(Ze=!1,Ge=cl(ye,!0)):Ge=[]:Qf(ye)||sc(ye)?(Ge=he,sc(he)?Ge=Qb(he):(!qn(he)||pl(he))&&(Ge=xb(ye))):Ze=!1}Ze&&(oe.set(ye,Ge),$(Ge,ye,O,K,oe),oe.delete(ye)),$u(s,w,Ge)}function Oa(s,u){var w=s.length;if(w)return u+=u<0?w:0,hl(u,w)?s[u]:n}function Xl(s,u,w){u.length?u=ot(u,function(K){return Ut(K)?function(oe){return ms(oe,K.length===1?K[0]:K)}:K}):u=[Oo];var O=-1;u=ot(u,ht(Ct()));var $=Qi(s,function(K,oe,he){var ye=ot(u,function(We){return We(K)});return{criteria:ye,index:++O,value:K}});return Q($,function(K,oe){return nu(K,oe,w)})}function al(s,u){return _a(s,u,function(w,O){return mg(s,O)})}function _a(s,u,w){for(var O=-1,$=u.length,K={};++O<$;){var oe=u[O],he=ms(s,oe);w(he,oe)&&Qs(K,Ci(oe,s),he)}return K}function Yc(s){return function(u){return ms(u,s)}}function Xu(s,u,w,O){var $=O?po:Qt,K=-1,oe=u.length,he=s;for(s===u&&(u=zr(u)),w&&(he=ot(s,ht(w)));++K<oe;)for(var ye=0,We=u[K],Ge=w?w(We):We;(ye=$(he,Ge,ye,O))>-1;)he!==s&&jo.call(he,ye,1),jo.call(s,ye,1);return s}function Ku(s,u){for(var w=s?u.length:0,O=w-1;w--;){var $=u[w];if(w==O||$!==K){var K=$;hl($)?jo.call(s,$,1):Wr(s,$)}}return s}function Js(s,u){return s+Us(cs()*(u-s+1))}function Zu(s,u,w,O){for(var $=-1,K=wn(va((u-s)/(w||1)),0),oe=ue(K);K--;)oe[O?K:++$]=s,s+=w;return oe}function Kl(s,u){var w="";if(!s||u<1||u>Oe)return w;do u%2&&(w+=s),u=Us(u/2),u&&(s+=s);while(u);return w}function Bt(s,u){return lg(Cb(s,u,Oo),s+"")}function ll(s){return ni(af(s))}function Ju(s,u){var w=af(s);return ih(w,Gs(u,0,w.length))}function Qs(s,u,w,O){if(!qn(s))return s;u=Ci(u,s);for(var $=-1,K=u.length,oe=K-1,he=s;he!=null&&++$<K;){var ye=Aa(u[$]),We=w;if(ye==="__proto__"||ye==="constructor"||ye==="prototype")return s;if($!=oe){var Ge=he[ye];We=O?O(Ge,ye,he):n,We===n&&(We=qn(Ge)?Ge:hl(u[$+1])?[]:{})}Vr(he,ye,We),he=he[ye]}return s}var Zl=Ja?function(s,u){return Ja.set(s,u),s}:Oo,Gc=ls?function(s,u){return ls(s,"toString",{configurable:!0,enumerable:!1,value:yg(u),writable:!0})}:Oo;function qc(s){return ih(af(s))}function ri(s,u,w){var O=-1,$=s.length;u<0&&(u=-u>$?0:$+u),w=w>$?$:w,w<0&&(w+=$),$=u>w?0:w-u>>>0,u>>>=0;for(var K=ue($);++O<$;)K[O]=s[O+u];return K}function Xc(s,u){var w;return gs(s,function(O,$,K){return w=u(O,$,K),!w}),!!w}function Jl(s,u,w){var O=0,$=s==null?O:s.length;if(typeof u=="number"&&u===u&&$<=He){for(;O<$;){var K=O+$>>>1,oe=s[K];oe!==null&&!Yo(oe)&&(w?oe<=u:oe<u)?O=K+1:$=K}return $}return Qu(s,u,Oo,w)}function Qu(s,u,w,O){var $=0,K=s==null?0:s.length;if(K===0)return 0;u=w(u);for(var oe=u!==u,he=u===null,ye=Yo(u),We=u===n;$<K;){var Ge=Us(($+K)/2),Ze=w(s[Ge]),at=Ze!==n,bt=Ze===null,Dt=Ze===Ze,Xt=Yo(Ze);if(oe)var Pt=O||Dt;else We?Pt=Dt&&(O||at):he?Pt=Dt&&at&&(O||!bt):ye?Pt=Dt&&at&&!bt&&(O||!Xt):bt||Xt?Pt=!1:Pt=O?Ze<=u:Ze<u;Pt?$=Ge+1:K=Ge}return Gn(K,Le)}function ec(s,u){for(var w=-1,O=s.length,$=0,K=[];++w<O;){var oe=s[w],he=u?u(oe):oe;if(!w||!ra(he,ye)){var ye=he;K[$++]=oe===0?0:oe}}return K}function Kc(s){return typeof s=="number"?s:Yo(s)?me:+s}function Hr(s){if(typeof s=="string")return s;if(Ut(s))return ot(s,Hr)+"";if(Yo(s))return Qa?Qa.call(s):"";var u=s+"";return u=="0"&&1/s==-1/0?"-0":u}function ys(s,u,w){var O=-1,$=Ee,K=s.length,oe=!0,he=[],ye=he;if(w)oe=!1,$=Ue;else if(K>=i){var We=u?null:Ia(s);if(We)return vo(We);oe=!1,$=St,ye=new $r}else ye=u?[]:he;e:for(;++O<K;){var Ge=s[O],Ze=u?u(Ge):Ge;if(Ge=w||Ge!==0?Ge:0,oe&&Ze===Ze){for(var at=ye.length;at--;)if(ye[at]===Ze)continue e;u&&ye.push(Ze),he.push(Ge)}else $(ye,Ze,w)||(ye!==he&&ye.push(Ze),he.push(Ge))}return he}function Wr(s,u){return u=Ci(u,s),s=Eb(s,u),s==null||delete s[Aa(Ss(u))]}function Zc(s,u,w,O){return Qs(s,u,w(ms(s,u)),O)}function ea(s,u,w,O){for(var $=s.length,K=O?$:-1;(O?K--:++K<$)&&u(s[K],K,s););return w?ri(s,O?0:K,O?K+1:$):ri(s,O?K+1:0,O?$:K)}function Jc(s,u){var w=s;return w instanceof $t&&(w=w.value()),Et(u,function(O,$){return $.func.apply($.thisArg,Tt([O],$.args))},w)}function dr(s,u,w){var O=s.length;if(O<2)return O?ys(s[0]):[];for(var $=-1,K=ue(O);++$<O;)for(var oe=s[$],he=-1;++he<O;)he!=$&&(K[$]=qs(K[$]||oe,s[he],u,w));return ys(fr(K,1),u,w)}function Qc(s,u,w){for(var O=-1,$=s.length,K=u.length,oe={};++O<$;){var he=O<K?u[O]:n;w(oe,s[O],he)}return oe}function Ql(s){return hr(s)?s:[]}function eu(s){return typeof s=="function"?s:Oo}function Ci(s,u){return Ut(s)?s:og(s,u)?[s]:Ob(gn(s))}var ef=Bt;function bs(s,u,w){var O=s.length;return w=w===n?O:w,!u&&w>=O?s:ri(s,u,w)}var tu=Bf||function(s){return ln.clearTimeout(s)};function ws(s,u){if(u)return s.slice();var w=s.length,O=Xa?Xa(w):new s.constructor(w);return s.copy(O),O}function ta(s){var u=new s.constructor(s.byteLength);return new qa(u).set(new qa(s)),u}function Xf(s,u){var w=u?ta(s.buffer):s.buffer;return new s.constructor(w,s.byteOffset,s.byteLength)}function tc(s){var u=new s.constructor(s.source,_r.exec(s));return u.lastIndex=s.lastIndex,u}function ul(s){return Ws?it(Ws.call(s)):{}}function cl(s,u){var w=u?ta(s.buffer):s.buffer;return new s.constructor(w,s.byteOffset,s.length)}function nc(s,u){if(s!==u){var w=s!==n,O=s===null,$=s===s,K=Yo(s),oe=u!==n,he=u===null,ye=u===u,We=Yo(u);if(!he&&!We&&!K&&s>u||K&&oe&&ye&&!he&&!We||O&&oe&&ye||!w&&ye||!$)return 1;if(!O&&!K&&!We&&s<u||We&&w&&$&&!O&&!K||he&&w&&$||!oe&&$||!ye)return-1}return 0}function nu(s,u,w){for(var O=-1,$=s.criteria,K=u.criteria,oe=$.length,he=w.length;++O<oe;){var ye=nc($[O],K[O]);if(ye){if(O>=he)return ye;var We=w[O];return ye*(We=="desc"?-1:1)}}return s.index-u.index}function rc(s,u,w,O){for(var $=-1,K=s.length,oe=w.length,he=-1,ye=u.length,We=wn(K-oe,0),Ge=ue(ye+We),Ze=!O;++he<ye;)Ge[he]=u[he];for(;++$<oe;)(Ze||$<K)&&(Ge[w[$]]=s[$]);for(;We--;)Ge[he++]=s[$++];return Ge}function tf(s,u,w,O){for(var $=-1,K=s.length,oe=-1,he=w.length,ye=-1,We=u.length,Ge=wn(K-he,0),Ze=ue(Ge+We),at=!O;++$<Ge;)Ze[$]=s[$];for(var bt=$;++ye<We;)Ze[bt+ye]=u[ye];for(;++oe<he;)(at||$<K)&&(Ze[bt+w[oe]]=s[$++]);return Ze}function zr(s,u){var w=-1,O=s.length;for(u||(u=ue(O));++w<O;)u[w]=s[w];return u}function Mi(s,u,w,O){var $=!w;w||(w={});for(var K=-1,oe=u.length;++K<oe;){var he=u[K],ye=O?O(w[he],s[he],he,w,s):n;ye===n&&(ye=s[he]),$?Si(w,he,ye):Vr(w,he,ye)}return w}function nf(s,u){return Mi(s,ig(s),u)}function Kf(s,u){return Mi(s,bb(s),u)}function fl(s,u){return function(w,O){var $=Ut(w)?se:Ys,K=u?u():{};return $(w,s,Ct(O,2),K)}}function Ra(s){return Bt(function(u,w){var O=-1,$=w.length,K=$>1?w[$-1]:n,oe=$>2?w[2]:n;for(K=s.length>3&&typeof K=="function"?($--,K):n,oe&&no(w[0],w[1],oe)&&(K=$<3?n:K,$=1),u=it(u);++O<$;){var he=w[O];he&&s(u,he,O,K)}return u})}function v(s,u){return function(w,O){if(w==null)return w;if(!Do(w))return s(w,O);for(var $=w.length,K=u?$:-1,oe=it(w);(u?K--:++K<$)&&O(oe[K],K,oe)!==!1;);return w}}function l(s){return function(u,w,O){for(var $=-1,K=it(u),oe=O(u),he=oe.length;he--;){var ye=oe[s?he:++$];if(w(K[ye],ye,K)===!1)break}return u}}function d(s,u,w){var O=u&j,$=_(s);function K(){var oe=this&&this!==ln&&this instanceof K?$:s;return oe.apply(O?w:this,arguments)}return K}function m(s){return function(u){u=gn(u);var w=ei(u)?cn(u):n,O=w?w[0]:u.charAt(0),$=w?bs(w,1).join(""):u.slice(1);return O[s]()+$}}function S(s){return function(u){return Et(a0(s0(u).replace(Ns,"")),s,"")}}function _(s){return function(){var u=arguments;switch(u.length){case 0:return new s;case 1:return new s(u[0]);case 2:return new s(u[0],u[1]);case 3:return new s(u[0],u[1],u[2]);case 4:return new s(u[0],u[1],u[2],u[3]);case 5:return new s(u[0],u[1],u[2],u[3],u[4]);case 6:return new s(u[0],u[1],u[2],u[3],u[4],u[5]);case 7:return new s(u[0],u[1],u[2],u[3],u[4],u[5],u[6])}var w=Vo(s.prototype),O=s.apply(w,u);return qn(O)?O:w}}function B(s,u,w){var O=_(s);function $(){for(var K=arguments.length,oe=ue(K),he=K,ye=of($);he--;)oe[he]=arguments[he];var We=K<3&&oe[0]!==ye&&oe[K-1]!==ye?[]:ti(oe,ye);if(K-=We.length,K<w)return xs(s,u,Se,$.placeholder,n,oe,We,n,n,w-K);var Ge=this&&this!==ln&&this instanceof $?O:s;return V(Ge,this,oe)}return $}function Y(s){return function(u,w,O){var $=it(u);if(!Do(u)){var K=Ct(w,3);u=ii(u),w=function(he){return K($[he],he,$)}}var oe=s(u,w,O);return oe>-1?$[K?u[oe]:oe]:n}}function re(s){return dl(function(u){var w=u.length,O=w,$=Cr.prototype.thru;for(s&&u.reverse();O--;){var K=u[O];if(typeof K!="function")throw new Vt(a);if($&&!oe&&nh(K)=="wrapper")var oe=new Cr([],!0)}for(O=oe?O:w;++O<w;){K=u[O];var he=nh(K),ye=he=="wrapper"?ng(K):n;ye&&sg(ye[0])&&ye[1]==(x|U|q|le)&&!ye[4].length&&ye[9]==1?oe=oe[nh(ye[0])].apply(oe,ye[3]):oe=K.length==1&&sg(K)?oe[he]():oe.thru(K)}return function(){var We=arguments,Ge=We[0];if(oe&&We.length==1&&Ut(Ge))return oe.plant(Ge).value();for(var Ze=0,at=w?u[Ze].apply(this,We):Ge;++Ze<w;)at=u[Ze].call(this,at);return at}})}function Se(s,u,w,O,$,K,oe,he,ye,We){var Ge=u&x,Ze=u&j,at=u&R,bt=u&(U|ne),Dt=u&ae,Xt=at?n:_(s);function Pt(){for(var Jt=arguments.length,tn=ue(Jt),Go=Jt;Go--;)tn[Go]=arguments[Go];if(bt)var ro=of(Pt),qo=bn(tn,ro);if(O&&(tn=rc(tn,O,$,bt)),K&&(tn=tf(tn,K,oe,bt)),Jt-=qo,bt&&Jt<We){var pr=ti(tn,ro);return xs(s,u,Se,Pt.placeholder,w,tn,pr,he,ye,We-Jt)}var ia=Ze?w:this,ml=at?ia[s]:s;return Jt=tn.length,he?tn=eO(tn,he):Dt&&Jt>1&&tn.reverse(),Ge&&ye<Jt&&(tn.length=ye),this&&this!==ln&&this instanceof Pt&&(ml=Xt||_(ml)),ml.apply(ia,tn)}return Pt}function $e(s,u){return function(w,O){return zl(w,s,u(O),{})}}function Xe(s,u){return function(w,O){var $;if(w===n&&O===n)return u;if(w!==n&&($=w),O!==n){if($===n)return O;typeof w=="string"||typeof O=="string"?(w=Hr(w),O=Hr(O)):(w=Kc(w),O=Kc(O)),$=s(w,O)}return $}}function rt(s){return dl(function(u){return u=ot(u,ht(Ct())),Bt(function(w){var O=this;return s(u,function($){return V($,O,w)})})})}function xt(s,u){u=u===n?" ":Hr(u);var w=u.length;if(w<2)return w?Kl(u,s):u;var O=Kl(u,va(s/yo(u)));return ei(u)?bs(cn(O),0,s).join(""):O.slice(0,s)}function en(s,u,w,O){var $=u&j,K=_(s);function oe(){for(var he=-1,ye=arguments.length,We=-1,Ge=O.length,Ze=ue(Ge+ye),at=this&&this!==ln&&this instanceof oe?K:s;++We<Ge;)Ze[We]=O[We];for(;ye--;)Ze[We++]=arguments[++he];return V(at,$?w:this,Ze)}return oe}function ir(s){return function(u,w,O){return O&&typeof O!="number"&&no(u,w,O)&&(w=O=n),u=gl(u),w===n?(w=u,u=0):w=gl(w),O=O===n?u<w?1:-1:gl(O),Zu(u,w,O,s)}}function ko(s){return function(u,w){return typeof u=="string"&&typeof w=="string"||(u=Ts(u),w=Ts(w)),s(u,w)}}function xs(s,u,w,O,$,K,oe,he,ye,We){var Ge=u&U,Ze=Ge?oe:n,at=Ge?n:oe,bt=Ge?K:n,Dt=Ge?n:K;u|=Ge?q:ie,u&=~(Ge?ie:q),u&H||(u&=-4);var Xt=[s,u,$,bt,Ze,Dt,at,he,ye,We],Pt=w.apply(n,Xt);return sg(s)&&kb(Pt,Xt),Pt.placeholder=O,Db(Pt,s,u)}function to(s){var u=lt[s];return function(w,O){if(w=Ts(w),O=O==null?0:Gn(Yt(O),292),O&&ba(w)){var $=(gn(w)+"e").split("e"),K=u($[0]+"e"+(+$[1]+O));return $=(gn(K)+"e").split("e"),+($[0]+"e"+(+$[1]-O))}return u(w)}}var Ia=wo&&1/vo(new wo([,-0]))[1]==Ce?function(s){return new wo(s)}:xg;function rf(s){return function(u){var w=Li(u);return w==Mt?da(u):w==Jn?Ga(u):Me(u,s(u))}}function na(s,u,w,O,$,K,oe,he){var ye=u&R;if(!ye&&typeof s!="function")throw new Vt(a);var We=O?O.length:0;if(We||(u&=-97,O=$=n),oe=oe===n?oe:wn(Yt(oe),0),he=he===n?he:Yt(he),We-=$?$.length:0,u&ie){var Ge=O,Ze=$;O=$=n}var at=ye?n:ng(s),bt=[s,u,w,O,$,Ge,Ze,K,oe,he];if(at&&ZP(bt,at),s=bt[0],u=bt[1],w=bt[2],O=bt[3],$=bt[4],he=bt[9]=bt[9]===n?ye?0:s.length:wn(bt[9]-We,0),!he&&u&(U|ne)&&(u&=-25),!u||u==j)var Dt=d(s,u,w);else u==U||u==ne?Dt=B(s,u,he):(u==q||u==(j|q))&&!$.length?Dt=en(s,u,w,O):Dt=Se.apply(n,bt);var Xt=at?Zl:kb;return Db(Xt(Dt,bt),s,u)}function mb(s,u,w,O){return s===n||ra(s,An[w])&&!kt.call(O,w)?u:s}function vb(s,u,w,O,$,K){return qn(s)&&qn(u)&&(K.set(u,s),vs(s,u,n,vb,K),K.delete(u)),s}function NP(s){return Qf(s)?n:s}function yb(s,u,w,O,$,K){var oe=w&I,he=s.length,ye=u.length;if(he!=ye&&!(oe&&ye>he))return!1;var We=K.get(s),Ge=K.get(u);if(We&&Ge)return We==u&&Ge==s;var Ze=-1,at=!0,bt=w&A?new $r:n;for(K.set(s,u),K.set(u,s);++Ze<he;){var Dt=s[Ze],Xt=u[Ze];if(O)var Pt=oe?O(Xt,Dt,Ze,u,s,K):O(Dt,Xt,Ze,s,u,K);if(Pt!==n){if(Pt)continue;at=!1;break}if(bt){if(!un(u,function(Jt,tn){if(!St(bt,tn)&&(Dt===Jt||$(Dt,Jt,w,O,K)))return bt.push(tn)})){at=!1;break}}else if(!(Dt===Xt||$(Dt,Xt,w,O,K))){at=!1;break}}return K.delete(s),K.delete(u),at}function jP(s,u,w,O,$,K,oe){switch(w){case on:if(s.byteLength!=u.byteLength||s.byteOffset!=u.byteOffset)return!1;s=s.buffer,u=u.buffer;case si:return!(s.byteLength!=u.byteLength||!K(new qa(s),new qa(u)));case ct:case pt:case Vn:return ra(+s,+u);case yt:return s.name==u.name&&s.message==u.message;case Dr:case sn:return s==u+"";case Mt:var he=da;case Jn:var ye=O&I;if(he||(he=vo),s.size!=u.size&&!ye)return!1;var We=oe.get(s);if(We)return We==u;O|=A,oe.set(s,u);var Ge=yb(he(s),he(u),O,$,K,oe);return oe.delete(s),Ge;case fn:if(Ws)return Ws.call(s)==Ws.call(u)}return!1}function BP(s,u,w,O,$,K){var oe=w&I,he=eg(s),ye=he.length,We=eg(u),Ge=We.length;if(ye!=Ge&&!oe)return!1;for(var Ze=ye;Ze--;){var at=he[Ze];if(!(oe?at in u:kt.call(u,at)))return!1}var bt=K.get(s),Dt=K.get(u);if(bt&&Dt)return bt==u&&Dt==s;var Xt=!0;K.set(s,u),K.set(u,s);for(var Pt=oe;++Ze<ye;){at=he[Ze];var Jt=s[at],tn=u[at];if(O)var Go=oe?O(tn,Jt,at,u,s,K):O(Jt,tn,at,s,u,K);if(!(Go===n?Jt===tn||$(Jt,tn,w,O,K):Go)){Xt=!1;break}Pt||(Pt=at=="constructor")}if(Xt&&!Pt){var ro=s.constructor,qo=u.constructor;ro!=qo&&"constructor"in s&&"constructor"in u&&!(typeof ro=="function"&&ro instanceof ro&&typeof qo=="function"&&qo instanceof qo)&&(Xt=!1)}return K.delete(s),K.delete(u),Xt}function dl(s){return lg(Cb(s,n,Ab),s+"")}function eg(s){return rl(s,ii,ig)}function tg(s){return rl(s,Po,bb)}var ng=Ja?function(s){return Ja.get(s)}:xg;function nh(s){for(var u=s.name+"",w=Hs[u],O=kt.call(Hs,u)?w.length:0;O--;){var $=w[O],K=$.func;if(K==null||K==s)return $.name}return u}function of(s){var u=kt.call(z,"placeholder")?z:s;return u.placeholder}function Ct(){var s=z.iteratee||bg;return s=s===bg?ql:s,arguments.length?s(arguments[0],arguments[1]):s}function rh(s,u){var w=s.__data__;return GP(u)?w[typeof u=="string"?"string":"hash"]:w.map}function rg(s){for(var u=ii(s),w=u.length;w--;){var O=u[w],$=s[O];u[w]=[O,$,Sb($)]}return u}function ic(s,u){var w=mo(s,u);return zc(w)?w:n}function $P(s){var u=kt.call(s,Bo),w=s[Bo];try{s[Bo]=n;var O=!0}catch{}var $=Fo.call(s);return O&&(u?s[Bo]=w:delete s[Bo]),$}var ig=ya?function(s){return s==null?[]:(s=it(s),Ie(ya(s),function(u){return Al.call(s,u)}))}:Sg,bb=ya?function(s){for(var u=[];s;)Tt(u,ig(s)),s=Vs(s);return u}:Sg,Li=rr;(bo&&Li(new bo(new ArrayBuffer(1)))!=on||fs&&Li(new fs)!=Mt||wa&&Li(wa.resolve())!=Sn||wo&&Li(new wo)!=Jn||$o&&Li(new $o)!=ut)&&(Li=function(s){var u=rr(s),w=u==Un?s.constructor:n,O=w?oc(w):"";if(O)switch(O){case ds:return on;case Lu:return Mt;case $f:return Sn;case Fc:return Jn;case Sa:return ut}return u});function VP(s,u,w){for(var O=-1,$=w.length;++O<$;){var K=w[O],oe=K.size;switch(K.type){case"drop":s+=oe;break;case"dropRight":u-=oe;break;case"take":u=Gn(u,s+oe);break;case"takeRight":s=wn(s,u-oe);break}}return{start:s,end:u}}function UP(s){var u=s.match(Fs);return u?u[1].split(Xr):[]}function wb(s,u,w){u=Ci(u,s);for(var O=-1,$=u.length,K=!1;++O<$;){var oe=Aa(u[O]);if(!(K=s!=null&&w(s,oe)))break;s=s[oe]}return K||++O!=$?K:($=s==null?0:s.length,!!$&&ch($)&&hl(oe,$)&&(Ut(s)||sc(s)))}function HP(s){var u=s.length,w=new s.constructor(u);return u&&typeof s[0]=="string"&&kt.call(s,"index")&&(w.index=s.index,w.input=s.input),w}function xb(s){return typeof s.constructor=="function"&&!Zf(s)?Vo(Vs(s)):{}}function WP(s,u,w){var O=s.constructor;switch(u){case si:return ta(s);case ct:case pt:return new O(+s);case on:return Xf(s,w);case Ui:case Hi:case Wi:case Pr:case Nn:case Or:case yr:case Yr:case Gr:return cl(s,w);case Mt:return new O;case Vn:case sn:return new O(s);case Dr:return tc(s);case Jn:return new O;case fn:return ul(s)}}function zP(s,u){var w=u.length;if(!w)return s;var O=w-1;return u[O]=(w>1?"& ":"")+u[O],u=u.join(w>2?", ":" "),s.replace(Ls,`{
143
+ */Sp.exports;(function(t,e){(function(){var n,r="4.17.21",i=200,o="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",a="Expected a function",c="Invalid `variable` option passed into `_.template`",f="__lodash_hash_undefined__",p=500,y="__lodash_placeholder__",g=1,T=2,E=4,I=1,A=2,j=1,R=2,H=4,U=8,ne=16,q=32,ie=64,x=128,le=256,ae=512,ze=30,tt="...",Qe=800,et=16,Ye=1,pe=2,fe=3,Ce=1/0,Oe=9007199254740991,Ne=17976931348623157e292,me=NaN,Te=4294967295,Le=Te-1,He=Te>>>1,je=[["ary",x],["bind",j],["bindKey",R],["curry",U],["curryRight",ne],["flip",ae],["partial",q],["partialRight",ie],["rearg",le]],Fe="[object Arguments]",Ve="[object Array]",nt="[object AsyncFunction]",ct="[object Boolean]",pt="[object Date]",ft="[object DOMException]",yt="[object Error]",Je="[object Function]",It="[object GeneratorFunction]",Mt="[object Map]",Vn="[object Number]",vr="[object Null]",Un="[object Object]",Sn="[object Promise]",Vi="[object Proxy]",Dr="[object RegExp]",Jn="[object Set]",sn="[object String]",fn="[object Symbol]",dn="[object Undefined]",ut="[object WeakMap]",Dn="[object WeakSet]",si="[object ArrayBuffer]",on="[object DataView]",Ui="[object Float32Array]",Hi="[object Float64Array]",Wi="[object Int8Array]",Pr="[object Int16Array]",Nn="[object Int32Array]",Or="[object Uint8Array]",yr="[object Uint8ClampedArray]",Yr="[object Uint16Array]",Gr="[object Uint32Array]",Ao=/\b__p \+= '';/g,Hn=/\b(__p \+=) '' \+/g,qr=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Qn=/&(?:amp|lt|gt|quot|#39);/g,Wt=/[&<>"']/g,ai=RegExp(Qn.source),zi=RegExp(Wt.source),Pn=/<%-([\s\S]+?)%>/g,hn=/<%([\s\S]+?)%>/g,li=/<%=([\s\S]+?)%>/g,ui=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Tn=/^\w*$/,ao=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,br=/[\\^$.*+?()[\]{}|]/g,ci=RegExp(br.source),an=/^\s+/,Pi=/\s/,Ls=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Fs=/\{\n\/\* \[wrapped with (.+)\] \*/,Xr=/,? & /,lo=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,uo=/[()=,{}\[\]\/\s]/,Oi=/\\(\\)?/g,er=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,_r=/\w*$/,Rr=/^[-+]0x[0-9a-f]+$/i,fi=/^0b[01]+$/i,Kr=/^\[object .+?Constructor\]$/,wr=/^0o[0-7]+$/i,Ir=/^(?:0|[1-9]\d*)$/,tr=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Yi=/($^)/,_i=/['\n\r\u2028\u2029\\]/g,ar="\\ud800-\\udfff",yn="\\u0300-\\u036f",Ar="\\ufe20-\\ufe2f",Mr="\\u20d0-\\u20ff",di=yn+Ar+Mr,hi="\\u2700-\\u27bf",xr="a-z\\xdf-\\xf6\\xf8-\\xff",Zr="\\xac\\xb1\\xd7\\xf7",Wn="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",pi="\\u2000-\\u206f",gi=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Ri="A-Z\\xc0-\\xd6\\xd8-\\xde",nn="\\ufe0e\\ufe0f",jn=Zr+Wn+pi+gi,Cn="['’]",co="["+ar+"]",On="["+jn+"]",_n="["+di+"]",k="\\d+",F="["+hi+"]",G="["+xr+"]",ee="[^"+ar+jn+k+hi+xr+Ri+"]",De="\\ud83c[\\udffb-\\udfff]",ve="(?:"+_n+"|"+De+")",Re="[^"+ar+"]",Ke="(?:\\ud83c[\\udde6-\\uddff]){2}",gt="[\\ud800-\\udbff][\\udc00-\\udfff]",mt="["+Ri+"]",dt="\\u200d",Ft="(?:"+G+"|"+ee+")",Bn="(?:"+mt+"|"+ee+")",zn="(?:"+Cn+"(?:d|ll|m|re|s|t|ve))?",En="(?:"+Cn+"(?:D|LL|M|RE|S|T|VE))?",Jr=ve+"?",lr="["+nn+"]?",Gi="(?:"+dt+"(?:"+[Re,Ke,gt].join("|")+")"+lr+Jr+")*",mi="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",qi="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Lr=lr+Jr+Gi,Xi="(?:"+[F,Ke,gt].join("|")+")"+Lr,Wa="(?:"+[Re+_n+"?",_n,Ke,gt,co].join("|")+")",Ns=RegExp(Cn,"g"),is=RegExp(_n,"g"),Sr=RegExp(De+"(?="+De+")|"+Wa+Lr,"g"),za=RegExp([mt+"?"+G+"+"+zn+"(?="+[On,mt,"$"].join("|")+")",Bn+"+"+En+"(?="+[On,mt+Ft,"$"].join("|")+")",mt+"?"+Ft+"+"+zn,mt+"+"+En,qi,mi,k,Xi].join("|"),"g"),vi=RegExp("["+dt+ar+di+nn+"]"),js=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,os=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],rn=-1,Gt={};Gt[Ui]=Gt[Hi]=Gt[Wi]=Gt[Pr]=Gt[Nn]=Gt[Or]=Gt[yr]=Gt[Yr]=Gt[Gr]=!0,Gt[Fe]=Gt[Ve]=Gt[si]=Gt[ct]=Gt[on]=Gt[pt]=Gt[yt]=Gt[Je]=Gt[Mt]=Gt[Vn]=Gt[Un]=Gt[Dr]=Gt[Jn]=Gt[sn]=Gt[ut]=!1;var Kt={};Kt[Fe]=Kt[Ve]=Kt[si]=Kt[on]=Kt[ct]=Kt[pt]=Kt[Ui]=Kt[Hi]=Kt[Wi]=Kt[Pr]=Kt[Nn]=Kt[Mt]=Kt[Vn]=Kt[Un]=Kt[Dr]=Kt[Jn]=Kt[sn]=Kt[fn]=Kt[Or]=Kt[yr]=Kt[Yr]=Kt[Gr]=!0,Kt[yt]=Kt[Je]=Kt[ut]=!1;var Ii={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},Qr={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},Mo={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},yi={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ur=parseFloat,Bs=parseInt,fo=typeof Di=="object"&&Di&&Di.Object===Object&&Di,ua=typeof self=="object"&&self&&self.Object===Object&&self,ln=fo||ua||Function("return this")(),Lo=e&&!e.nodeType&&e,bi=Lo&&!0&&t&&!t.nodeType&&t,ca=bi&&bi.exports===Lo,ho=ca&&fo.process,cr=function(){try{var Z=bi&&bi.require&&bi.require("util").types;return Z||ho&&ho.binding&&ho.binding("util")}catch{}}(),h=cr&&cr.isArrayBuffer,b=cr&&cr.isDate,C=cr&&cr.isMap,P=cr&&cr.isRegExp,L=cr&&cr.isSet,N=cr&&cr.isTypedArray;function V(Z,ce,ue){switch(ue.length){case 0:return Z.call(ce);case 1:return Z.call(ce,ue[0]);case 2:return Z.call(ce,ue[0],ue[1]);case 3:return Z.call(ce,ue[0],ue[1],ue[2])}return Z.apply(ce,ue)}function se(Z,ce,ue,Ae){for(var Be=-1,st=Z==null?0:Z.length;++Be<st;){var lt=Z[Be];ce(Ae,lt,ue(lt),Z)}return Ae}function te(Z,ce){for(var ue=-1,Ae=Z==null?0:Z.length;++ue<Ae&&ce(Z[ue],ue,Z)!==!1;);return Z}function ge(Z,ce){for(var ue=Z==null?0:Z.length;ue--&&ce(Z[ue],ue,Z)!==!1;);return Z}function _e(Z,ce){for(var ue=-1,Ae=Z==null?0:Z.length;++ue<Ae;)if(!ce(Z[ue],ue,Z))return!1;return!0}function Ie(Z,ce){for(var ue=-1,Ae=Z==null?0:Z.length,Be=0,st=[];++ue<Ae;){var lt=Z[ue];ce(lt,ue,Z)&&(st[Be++]=lt)}return st}function Ee(Z,ce){var ue=Z==null?0:Z.length;return!!ue&&Qt(Z,ce,0)>-1}function Ue(Z,ce,ue){for(var Ae=-1,Be=Z==null?0:Z.length;++Ae<Be;)if(ue(ce,Z[Ae]))return!0;return!1}function ot(Z,ce){for(var ue=-1,Ae=Z==null?0:Z.length,Be=Array(Ae);++ue<Ae;)Be[ue]=ce(Z[ue],ue,Z);return Be}function Tt(Z,ce){for(var ue=-1,Ae=ce.length,Be=Z.length;++ue<Ae;)Z[Be+ue]=ce[ue];return Z}function Et(Z,ce,ue,Ae){var Be=-1,st=Z==null?0:Z.length;for(Ae&&st&&(ue=Z[++Be]);++Be<st;)ue=ce(ue,Z[Be],Be,Z);return ue}function Rn(Z,ce,ue,Ae){var Be=Z==null?0:Z.length;for(Ae&&Be&&(ue=Z[--Be]);Be--;)ue=ce(ue,Z[Be],Be,Z);return ue}function un(Z,ce){for(var ue=-1,Ae=Z==null?0:Z.length;++ue<Ae;)if(ce(Z[ue],ue,Z))return!0;return!1}var Fr=D("length");function Nr(Z){return Z.split("")}function Lt(Z){return Z.match(lo)||[]}function jr(Z,ce,ue){var Ae;return ue(Z,function(Be,st,lt){if(ce(Be,st,lt))return Ae=st,!1}),Ae}function jt(Z,ce,ue,Ae){for(var Be=Z.length,st=ue+(Ae?1:-1);Ae?st--:++st<Be;)if(ce(Z[st],st,Z))return st;return-1}function Qt(Z,ce,ue){return ce===ce?Ou(Z,ce,ue):jt(Z,go,ue)}function po(Z,ce,ue,Ae){for(var Be=ue-1,st=Z.length;++Be<st;)if(Ae(Z[Be],ce))return Be;return-1}function go(Z){return Z!==Z}function Tr(Z,ce){var ue=Z==null?0:Z.length;return ue?we(Z,ce)/ue:me}function D(Z){return function(ce){return ce==null?n:ce[Z]}}function M(Z){return function(ce){return Z==null?n:Z[ce]}}function W(Z,ce,ue,Ae,Be){return Be(Z,function(st,lt,it){ue=Ae?(Ae=!1,st):ce(ue,st,lt,it)}),ue}function Q(Z,ce){var ue=Z.length;for(Z.sort(ce);ue--;)Z[ue]=Z[ue].value;return Z}function we(Z,ce){for(var ue,Ae=-1,Be=Z.length;++Ae<Be;){var st=ce(Z[Ae]);st!==n&&(ue=ue===n?st:ue+st)}return ue}function xe(Z,ce){for(var ue=-1,Ae=Array(Z);++ue<Z;)Ae[ue]=ce(ue);return Ae}function Me(Z,ce){return ot(ce,function(ue){return[ue,Z[ue]]})}function qe(Z){return Z&&Z.slice(0,Il(Z)+1).replace(an,"")}function ht(Z){return function(ce){return Z(ce)}}function _t(Z,ce){return ot(ce,function(ue){return Z[ue]})}function St(Z,ce){return Z.has(ce)}function vt(Z,ce){for(var ue=-1,Ae=Z.length;++ue<Ae&&Qt(ce,Z[ue],0)>-1;);return ue}function In(Z,ce){for(var ue=Z.length;ue--&&Qt(ce,Z[ue],0)>-1;);return ue}function bn(Z,ce){for(var ue=Z.length,Ae=0;ue--;)Z[ue]===ce&&++Ae;return Ae}var $n=M(Ii),ss=M(Qr);function fa(Z){return"\\"+yi[Z]}function mo(Z,ce){return Z==null?n:Z[ce]}function ei(Z){return vi.test(Z)}function Ya(Z){return js.test(Z)}function Ai(Z){for(var ce,ue=[];!(ce=Z.next()).done;)ue.push(ce.value);return ue}function da(Z){var ce=-1,ue=Array(Z.size);return Z.forEach(function(Ae,Be){ue[++ce]=[Be,Ae]}),ue}function as(Z,ce){return function(ue){return Z(ce(ue))}}function ti(Z,ce){for(var ue=-1,Ae=Z.length,Be=0,st=[];++ue<Ae;){var lt=Z[ue];(lt===ce||lt===y)&&(Z[ue]=y,st[Be++]=ue)}return st}function vo(Z){var ce=-1,ue=Array(Z.size);return Z.forEach(function(Ae){ue[++ce]=Ae}),ue}function Ga(Z){var ce=-1,ue=Array(Z.size);return Z.forEach(function(Ae){ue[++ce]=[Ae,Ae]}),ue}function Ou(Z,ce,ue){for(var Ae=ue-1,Be=Z.length;++Ae<Be;)if(Z[Ae]===ce)return Ae;return-1}function ha(Z,ce,ue){for(var Ae=ue+1;Ae--;)if(Z[Ae]===ce)return Ae;return Ae}function yo(Z){return ei(Z)?$s(Z):Fr(Z)}function cn(Z){return ei(Z)?J(Z):Nr(Z)}function Il(Z){for(var ce=Z.length;ce--&&Pi.test(Z.charAt(ce)););return ce}var pa=M(Mo);function $s(Z){for(var ce=Sr.lastIndex=0;Sr.test(Z);)++ce;return ce}function J(Z){return Z.match(Sr)||[]}function de(Z){return Z.match(za)||[]}var ke=function Z(ce){ce=ce==null?ln:Pe.defaults(ln.Object(),ce,Pe.pick(ln,os));var ue=ce.Array,Ae=ce.Date,Be=ce.Error,st=ce.Function,lt=ce.Math,it=ce.Object,At=ce.RegExp,wt=ce.String,Vt=ce.TypeError,Yn=ue.prototype,nr=st.prototype,An=it.prototype,zt=ce["__core-js_shared__"],Br=nr.toString,kt=An.hasOwnProperty,_u=0,pn=function(){var s=/[^.]+$/.exec(zt&&zt.keys&&zt.keys.IE_PROTO||"");return s?"Symbol(src)_1."+s:""}(),Fo=An.toString,Ru=Br.call(it),Iu=ln._,Au=At("^"+Br.call(kt).replace(br,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ga=ca?ce.Buffer:n,No=ce.Symbol,qa=ce.Uint8Array,Xa=ga?ga.allocUnsafe:n,Vs=as(it.getPrototypeOf,it),ma=it.create,Al=An.propertyIsEnumerable,jo=Yn.splice,Ml=No?No.isConcatSpreadable:n,Ki=No?No.iterator:n,Bo=No?No.toStringTag:n,ls=function(){try{var s=ic(it,"defineProperty");return s({},"",{}),s}catch{}}(),Bf=ce.clearTimeout!==ln.clearTimeout&&ce.clearTimeout,Ka=Ae&&Ae.now!==ln.Date.now&&Ae.now,Mc=ce.setTimeout!==ln.setTimeout&&ce.setTimeout,va=lt.ceil,Us=lt.floor,ya=it.getOwnPropertySymbols,Ll=ga?ga.isBuffer:n,ba=ce.isFinite,Za=Yn.join,Lc=as(it.keys,it),wn=lt.max,Gn=lt.min,us=Ae.now,Mu=ce.parseInt,cs=lt.random,Fl=Yn.reverse,bo=ic(ce,"DataView"),fs=ic(ce,"Map"),wa=ic(ce,"Promise"),wo=ic(ce,"Set"),$o=ic(ce,"WeakMap"),xa=ic(it,"create"),Ja=$o&&new $o,Hs={},ds=oc(bo),Lu=oc(fs),$f=oc(wa),Fc=oc(wo),Sa=oc($o),hs=No?No.prototype:n,Ws=hs?hs.valueOf:n,Qa=hs?hs.toString:n;function z(s){if(or(s)&&!Ut(s)&&!(s instanceof $t)){if(s instanceof Cr)return s;if(kt.call(s,"__wrapped__"))return _b(s)}return new Cr(s)}var Vo=function(){function s(){}return function(u){if(!qn(u))return{};if(ma)return ma(u);s.prototype=u;var w=new s;return s.prototype=n,w}}();function Uo(){}function Cr(s,u){this.__wrapped__=s,this.__actions__=[],this.__chain__=!!u,this.__index__=0,this.__values__=n}z.templateSettings={escape:Pn,evaluate:hn,interpolate:li,variable:"",imports:{_:z}},z.prototype=Uo.prototype,z.prototype.constructor=z,Cr.prototype=Vo(Uo.prototype),Cr.prototype.constructor=Cr;function $t(s){this.__wrapped__=s,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Te,this.__views__=[]}function Nl(){var s=new $t(this.__wrapped__);return s.__actions__=zr(this.__actions__),s.__dir__=this.__dir__,s.__filtered__=this.__filtered__,s.__iteratees__=zr(this.__iteratees__),s.__takeCount__=this.__takeCount__,s.__views__=zr(this.__views__),s}function el(){if(this.__filtered__){var s=new $t(this);s.__dir__=-1,s.__filtered__=!0}else s=this.clone(),s.__dir__*=-1;return s}function jl(){var s=this.__wrapped__.value(),u=this.__dir__,w=Ut(s),O=u<0,$=w?s.length:0,K=VP(0,$,this.__views__),oe=K.start,he=K.end,ye=he-oe,We=O?he:oe-1,Ge=this.__iteratees__,Ze=Ge.length,at=0,bt=Gn(ye,this.__takeCount__);if(!w||!O&&$==ye&&bt==ye)return Jc(s,this.__actions__);var Dt=[];e:for(;ye--&&at<bt;){We+=u;for(var Xt=-1,Pt=s[We];++Xt<Ze;){var Jt=Ge[Xt],tn=Jt.iteratee,Go=Jt.type,ro=tn(Pt);if(Go==pe)Pt=ro;else if(!ro){if(Go==Ye)continue e;break e}}Dt[at++]=Pt}return Dt}$t.prototype=Vo(Uo.prototype),$t.prototype.constructor=$t;function xo(s){var u=-1,w=s==null?0:s.length;for(this.clear();++u<w;){var O=s[u];this.set(O[0],O[1])}}function Fu(){this.__data__=xa?xa(null):{},this.size=0}function Nc(s){var u=this.has(s)&&delete this.__data__[s];return this.size-=u?1:0,u}function jc(s){var u=this.__data__;if(xa){var w=u[s];return w===f?n:w}return kt.call(u,s)?u[s]:n}function Bc(s){var u=this.__data__;return xa?u[s]!==n:kt.call(u,s)}function Vf(s,u){var w=this.__data__;return this.size+=this.has(s)?0:1,w[s]=xa&&u===n?f:u,this}xo.prototype.clear=Fu,xo.prototype.delete=Nc,xo.prototype.get=jc,xo.prototype.has=Bc,xo.prototype.set=Vf;function So(s){var u=-1,w=s==null?0:s.length;for(this.clear();++u<w;){var O=s[u];this.set(O[0],O[1])}}function Uf(){this.__data__=[],this.size=0}function Hf(s){var u=this.__data__,w=Zi(u,s);if(w<0)return!1;var O=u.length-1;return w==O?u.pop():jo.call(u,w,1),--this.size,!0}function Nu(s){var u=this.__data__,w=Zi(u,s);return w<0?n:u[w][1]}function tl(s){return Zi(this.__data__,s)>-1}function Wf(s,u){var w=this.__data__,O=Zi(w,s);return O<0?(++this.size,w.push([s,u])):w[O][1]=u,this}So.prototype.clear=Uf,So.prototype.delete=Hf,So.prototype.get=Nu,So.prototype.has=tl,So.prototype.set=Wf;function Ho(s){var u=-1,w=s==null?0:s.length;for(this.clear();++u<w;){var O=s[u];this.set(O[0],O[1])}}function ju(){this.size=0,this.__data__={hash:new xo,map:new(fs||So),string:new xo}}function Bl(s){var u=ih(this,s).delete(s);return this.size-=u?1:0,u}function zf(s){return ih(this,s).get(s)}function Yf(s){return ih(this,s).has(s)}function Gf(s,u){var w=ih(this,s),O=w.size;return w.set(s,u),this.size+=w.size==O?0:1,this}Ho.prototype.clear=ju,Ho.prototype.delete=Bl,Ho.prototype.get=zf,Ho.prototype.has=Yf,Ho.prototype.set=Gf;function $r(s){var u=-1,w=s==null?0:s.length;for(this.__data__=new Ho;++u<w;)this.add(s[u])}function Bu(s){return this.__data__.set(s,f),this}function $l(s){return this.__data__.has(s)}$r.prototype.add=$r.prototype.push=Bu,$r.prototype.has=$l;function qt(s){var u=this.__data__=new So(s);this.size=u.size}function wi(){this.__data__=new So,this.size=0}function Ta(s){var u=this.__data__,w=u.delete(s);return this.size=u.size,w}function zs(s){return this.__data__.get(s)}function Zt(s){return this.__data__.has(s)}function ps(s,u){var w=this.__data__;if(w instanceof So){var O=w.__data__;if(!fs||O.length<i-1)return O.push([s,u]),this.size=++w.size,this;w=this.__data__=new Ho(O)}return w.set(s,u),this.size=w.size,this}qt.prototype.clear=wi,qt.prototype.delete=Ta,qt.prototype.get=zs,qt.prototype.has=Zt,qt.prototype.set=ps;function nl(s,u){var w=Ut(s),O=!w&&sc(s),$=!w&&!O&&ru(s),K=!w&&!O&&!$&&sf(s),oe=w||O||$||K,he=oe?xe(s.length,wt):[],ye=he.length;for(var We in s)(u||kt.call(s,We))&&!(oe&&(We=="length"||$&&(We=="offset"||We=="parent")||K&&(We=="buffer"||We=="byteLength"||We=="byteOffset")||hl(We,ye)))&&he.push(We);return he}function ni(s){var u=s.length;return u?s[Js(0,u-1)]:n}function xi(s,u){return oh(zr(s),Gs(u,0,s.length))}function To(s){return oh(zr(s))}function $u(s,u,w){(w!==n&&!ra(s[u],w)||w===n&&!(u in s))&&Si(s,u,w)}function Vr(s,u,w){var O=s[u];(!(kt.call(s,u)&&ra(O,w))||w===n&&!(u in s))&&Si(s,u,w)}function Zi(s,u){for(var w=s.length;w--;)if(ra(s[w][0],u))return w;return-1}function Ys(s,u,w,O){return gs(s,function($,K,oe){u(O,$,w($),oe)}),O}function $c(s,u){return s&&Mi(u,ii(u),s)}function Vu(s,u){return s&&Mi(u,Po(u),s)}function Si(s,u,w){u=="__proto__"&&ls?ls(s,u,{configurable:!0,enumerable:!0,value:w,writable:!0}):s[u]=w}function Uu(s,u){for(var w=-1,O=u.length,$=ue(O),K=s==null;++w<O;)$[w]=K?n:gg(s,u[w]);return $}function Gs(s,u,w){return s===s&&(w!==n&&(s=s<=w?s:w),u!==n&&(s=s>=u?s:u)),s}function Ur(s,u,w,O,$,K){var oe,he=u&g,ye=u&T,We=u&E;if(w&&(oe=$?w(s,O,$,K):w(s)),oe!==n)return oe;if(!qn(s))return s;var Ge=Ut(s);if(Ge){if(oe=HP(s),!he)return zr(s,oe)}else{var Ze=Li(s),at=Ze==Je||Ze==It;if(ru(s))return ws(s,he);if(Ze==Un||Ze==Fe||at&&!$){if(oe=ye||at?{}:xb(s),!he)return ye?Kf(s,Vu(oe,s)):nf(s,$c(oe,s))}else{if(!Kt[Ze])return $?s:{};oe=WP(s,Ze,he)}}K||(K=new qt);var bt=K.get(s);if(bt)return bt;K.set(s,oe),Kb(s)?s.forEach(function(Pt){oe.add(Ur(Pt,u,w,Pt,s,K))}):qb(s)&&s.forEach(function(Pt,Jt){oe.set(Jt,Ur(Pt,u,w,Jt,s,K))});var Dt=We?ye?tg:eg:ye?Po:ii,Xt=Ge?n:Dt(s);return te(Xt||s,function(Pt,Jt){Xt&&(Jt=Pt,Pt=s[Jt]),Vr(oe,Jt,Ur(Pt,u,w,Jt,s,K))}),oe}function Hu(s){var u=ii(s);return function(w){return Wu(w,s,u)}}function Wu(s,u,w){var O=w.length;if(s==null)return!O;for(s=it(s);O--;){var $=w[O],K=u[$],oe=s[$];if(oe===n&&!($ in s)||!K(oe))return!1}return!0}function zu(s,u,w){if(typeof s!="function")throw new Vt(a);return Jf(function(){s.apply(n,w)},u)}function qs(s,u,w,O){var $=-1,K=Ee,oe=!0,he=s.length,ye=[],We=u.length;if(!he)return ye;w&&(u=ot(u,ht(w))),O?(K=Ue,oe=!1):u.length>=i&&(K=St,oe=!1,u=new $r(u));e:for(;++$<he;){var Ge=s[$],Ze=w==null?Ge:w(Ge);if(Ge=O||Ge!==0?Ge:0,oe&&Ze===Ze){for(var at=We;at--;)if(u[at]===Ze)continue e;ye.push(Ge)}else K(u,Ze,O)||ye.push(Ge)}return ye}var gs=v(Ti),Yu=v(Ul,!0);function Vc(s,u){var w=!0;return gs(s,function(O,$,K){return w=!!u(O,$,K),w}),w}function Vl(s,u,w){for(var O=-1,$=s.length;++O<$;){var K=s[O],oe=u(K);if(oe!=null&&(he===n?oe===oe&&!Yo(oe):w(oe,he)))var he=oe,ye=K}return ye}function qf(s,u,w,O){var $=s.length;for(w=Yt(w),w<0&&(w=-w>$?0:$+w),O=O===n||O>$?$:Yt(O),O<0&&(O+=$),O=w>O?0:Jb(O);w<O;)s[w++]=u;return s}function Uc(s,u){var w=[];return gs(s,function(O,$,K){u(O,$,K)&&w.push(O)}),w}function fr(s,u,w,O,$){var K=-1,oe=s.length;for(w||(w=YP),$||($=[]);++K<oe;){var he=s[K];u>0&&w(he)?u>1?fr(he,u-1,w,O,$):Tt($,he):O||($[$.length]=he)}return $}var Gu=l(),Hc=l(!0);function Ti(s,u){return s&&Gu(s,u,ii)}function Ul(s,u){return s&&Hc(s,u,ii)}function Ca(s,u){return Ie(u,function(w){return pl(s[w])})}function ms(s,u){u=Ci(u,s);for(var w=0,O=u.length;s!=null&&w<O;)s=s[Aa(u[w++])];return w&&w==O?s:n}function rl(s,u,w){var O=u(s);return Ut(s)?O:Tt(O,w(s))}function rr(s){return s==null?s===n?dn:vr:Bo&&Bo in it(s)?$P(s):QP(s)}function Xs(s,u){return s>u}function Hl(s,u){return s!=null&&kt.call(s,u)}function Ea(s,u){return s!=null&&u in it(s)}function Wl(s,u,w){return s>=Gn(u,w)&&s<wn(u,w)}function ka(s,u,w){for(var O=w?Ue:Ee,$=s[0].length,K=s.length,oe=K,he=ue(K),ye=1/0,We=[];oe--;){var Ge=s[oe];oe&&u&&(Ge=ot(Ge,ht(u))),ye=Gn(Ge.length,ye),he[oe]=!w&&(u||$>=120&&Ge.length>=120)?new $r(oe&&Ge):n}Ge=s[0];var Ze=-1,at=he[0];e:for(;++Ze<$&&We.length<ye;){var bt=Ge[Ze],Dt=u?u(bt):bt;if(bt=w||bt!==0?bt:0,!(at?St(at,Dt):O(We,Dt,w))){for(oe=K;--oe;){var Xt=he[oe];if(!(Xt?St(Xt,Dt):O(s[oe],Dt,w)))continue e}at&&at.push(Dt),We.push(bt)}}return We}function zl(s,u,w,O){return Ti(s,function($,K,oe){u(O,w($),K,oe)}),O}function Co(s,u,w){u=Ci(u,s),s=Eb(s,u);var O=s==null?s:s[Aa(Ss(u))];return O==null?n:V(O,s,w)}function Yl(s){return or(s)&&rr(s)==Fe}function Ks(s){return or(s)&&rr(s)==si}function Wc(s){return or(s)&&rr(s)==pt}function il(s,u,w,O,$){return s===u?!0:s==null||u==null||!or(s)&&!or(u)?s!==s&&u!==u:Da(s,u,w,O,il,$)}function Da(s,u,w,O,$,K){var oe=Ut(s),he=Ut(u),ye=oe?Ve:Li(s),We=he?Ve:Li(u);ye=ye==Fe?Un:ye,We=We==Fe?Un:We;var Ge=ye==Un,Ze=We==Un,at=ye==We;if(at&&ru(s)){if(!ru(u))return!1;oe=!0,Ge=!1}if(at&&!Ge)return K||(K=new qt),oe||sf(s)?yb(s,u,w,O,$,K):jP(s,u,ye,w,O,$,K);if(!(w&I)){var bt=Ge&&kt.call(s,"__wrapped__"),Dt=Ze&&kt.call(u,"__wrapped__");if(bt||Dt){var Xt=bt?s.value():s,Pt=Dt?u.value():u;return K||(K=new qt),$(Xt,Pt,w,O,K)}}return at?(K||(K=new qt),BP(s,u,w,O,$,K)):!1}function Pa(s){return or(s)&&Li(s)==Mt}function qu(s,u,w,O){var $=w.length,K=$,oe=!O;if(s==null)return!K;for(s=it(s);$--;){var he=w[$];if(oe&&he[2]?he[1]!==s[he[0]]:!(he[0]in s))return!1}for(;++$<K;){he=w[$];var ye=he[0],We=s[ye],Ge=he[1];if(oe&&he[2]){if(We===n&&!(ye in s))return!1}else{var Ze=new qt;if(O)var at=O(We,Ge,ye,s,u,Ze);if(!(at===n?il(Ge,We,I|A,O,Ze):at))return!1}}return!0}function zc(s){if(!qn(s)||qP(s))return!1;var u=pl(s)?Au:Kr;return u.test(oc(s))}function Zs(s){return or(s)&&rr(s)==Dr}function Gl(s){return or(s)&&Li(s)==Jn}function Wo(s){return or(s)&&fh(s.length)&&!!Gt[rr(s)]}function ql(s){return typeof s=="function"?s:s==null?Oo:typeof s=="object"?Ut(s)?sl(s[0],s[1]):Eo(s):u0(s)}function zo(s){if(!Zf(s))return Lc(s);var u=[];for(var w in it(s))kt.call(s,w)&&w!="constructor"&&u.push(w);return u}function ol(s){if(!qn(s))return JP(s);var u=Zf(s),w=[];for(var O in s)O=="constructor"&&(u||!kt.call(s,O))||w.push(O);return w}function Ji(s,u){return s<u}function Qi(s,u){var w=-1,O=Do(s)?ue(s.length):[];return gs(s,function($,K,oe){O[++w]=u($,K,oe)}),O}function Eo(s){var u=rg(s);return u.length==1&&u[0][2]?Tb(u[0][0],u[0][1]):function(w){return w===s||qu(w,s,u)}}function sl(s,u){return og(s)&&Sb(u)?Tb(Aa(s),u):function(w){var O=gg(w,s);return O===n&&O===u?mg(w,s):il(u,O,I|A)}}function vs(s,u,w,O,$){s!==u&&Gu(u,function(K,oe){if($||($=new qt),qn(K))eo(s,u,oe,w,vs,O,$);else{var he=O?O(ag(s,oe),K,oe+"",s,u,$):n;he===n&&(he=K),$u(s,oe,he)}},Po)}function eo(s,u,w,O,$,K,oe){var he=ag(s,w),ye=ag(u,w),We=oe.get(ye);if(We){$u(s,w,We);return}var Ge=K?K(he,ye,w+"",s,u,oe):n,Ze=Ge===n;if(Ze){var at=Ut(ye),bt=!at&&ru(ye),Dt=!at&&!bt&&sf(ye);Ge=ye,at||bt||Dt?Ut(he)?Ge=he:hr(he)?Ge=zr(he):bt?(Ze=!1,Ge=ws(ye,!0)):Dt?(Ze=!1,Ge=cl(ye,!0)):Ge=[]:Qf(ye)||sc(ye)?(Ge=he,sc(he)?Ge=Qb(he):(!qn(he)||pl(he))&&(Ge=xb(ye))):Ze=!1}Ze&&(oe.set(ye,Ge),$(Ge,ye,O,K,oe),oe.delete(ye)),$u(s,w,Ge)}function Oa(s,u){var w=s.length;if(w)return u+=u<0?w:0,hl(u,w)?s[u]:n}function Xl(s,u,w){u.length?u=ot(u,function(K){return Ut(K)?function(oe){return ms(oe,K.length===1?K[0]:K)}:K}):u=[Oo];var O=-1;u=ot(u,ht(Ct()));var $=Qi(s,function(K,oe,he){var ye=ot(u,function(We){return We(K)});return{criteria:ye,index:++O,value:K}});return Q($,function(K,oe){return nu(K,oe,w)})}function al(s,u){return _a(s,u,function(w,O){return mg(s,O)})}function _a(s,u,w){for(var O=-1,$=u.length,K={};++O<$;){var oe=u[O],he=ms(s,oe);w(he,oe)&&Qs(K,Ci(oe,s),he)}return K}function Yc(s){return function(u){return ms(u,s)}}function Xu(s,u,w,O){var $=O?po:Qt,K=-1,oe=u.length,he=s;for(s===u&&(u=zr(u)),w&&(he=ot(s,ht(w)));++K<oe;)for(var ye=0,We=u[K],Ge=w?w(We):We;(ye=$(he,Ge,ye,O))>-1;)he!==s&&jo.call(he,ye,1),jo.call(s,ye,1);return s}function Ku(s,u){for(var w=s?u.length:0,O=w-1;w--;){var $=u[w];if(w==O||$!==K){var K=$;hl($)?jo.call(s,$,1):Wr(s,$)}}return s}function Js(s,u){return s+Us(cs()*(u-s+1))}function Zu(s,u,w,O){for(var $=-1,K=wn(va((u-s)/(w||1)),0),oe=ue(K);K--;)oe[O?K:++$]=s,s+=w;return oe}function Kl(s,u){var w="";if(!s||u<1||u>Oe)return w;do u%2&&(w+=s),u=Us(u/2),u&&(s+=s);while(u);return w}function Bt(s,u){return lg(Cb(s,u,Oo),s+"")}function ll(s){return ni(af(s))}function Ju(s,u){var w=af(s);return oh(w,Gs(u,0,w.length))}function Qs(s,u,w,O){if(!qn(s))return s;u=Ci(u,s);for(var $=-1,K=u.length,oe=K-1,he=s;he!=null&&++$<K;){var ye=Aa(u[$]),We=w;if(ye==="__proto__"||ye==="constructor"||ye==="prototype")return s;if($!=oe){var Ge=he[ye];We=O?O(Ge,ye,he):n,We===n&&(We=qn(Ge)?Ge:hl(u[$+1])?[]:{})}Vr(he,ye,We),he=he[ye]}return s}var Zl=Ja?function(s,u){return Ja.set(s,u),s}:Oo,Gc=ls?function(s,u){return ls(s,"toString",{configurable:!0,enumerable:!1,value:yg(u),writable:!0})}:Oo;function qc(s){return oh(af(s))}function ri(s,u,w){var O=-1,$=s.length;u<0&&(u=-u>$?0:$+u),w=w>$?$:w,w<0&&(w+=$),$=u>w?0:w-u>>>0,u>>>=0;for(var K=ue($);++O<$;)K[O]=s[O+u];return K}function Xc(s,u){var w;return gs(s,function(O,$,K){return w=u(O,$,K),!w}),!!w}function Jl(s,u,w){var O=0,$=s==null?O:s.length;if(typeof u=="number"&&u===u&&$<=He){for(;O<$;){var K=O+$>>>1,oe=s[K];oe!==null&&!Yo(oe)&&(w?oe<=u:oe<u)?O=K+1:$=K}return $}return Qu(s,u,Oo,w)}function Qu(s,u,w,O){var $=0,K=s==null?0:s.length;if(K===0)return 0;u=w(u);for(var oe=u!==u,he=u===null,ye=Yo(u),We=u===n;$<K;){var Ge=Us(($+K)/2),Ze=w(s[Ge]),at=Ze!==n,bt=Ze===null,Dt=Ze===Ze,Xt=Yo(Ze);if(oe)var Pt=O||Dt;else We?Pt=Dt&&(O||at):he?Pt=Dt&&at&&(O||!bt):ye?Pt=Dt&&at&&!bt&&(O||!Xt):bt||Xt?Pt=!1:Pt=O?Ze<=u:Ze<u;Pt?$=Ge+1:K=Ge}return Gn(K,Le)}function ec(s,u){for(var w=-1,O=s.length,$=0,K=[];++w<O;){var oe=s[w],he=u?u(oe):oe;if(!w||!ra(he,ye)){var ye=he;K[$++]=oe===0?0:oe}}return K}function Kc(s){return typeof s=="number"?s:Yo(s)?me:+s}function Hr(s){if(typeof s=="string")return s;if(Ut(s))return ot(s,Hr)+"";if(Yo(s))return Qa?Qa.call(s):"";var u=s+"";return u=="0"&&1/s==-1/0?"-0":u}function ys(s,u,w){var O=-1,$=Ee,K=s.length,oe=!0,he=[],ye=he;if(w)oe=!1,$=Ue;else if(K>=i){var We=u?null:Ia(s);if(We)return vo(We);oe=!1,$=St,ye=new $r}else ye=u?[]:he;e:for(;++O<K;){var Ge=s[O],Ze=u?u(Ge):Ge;if(Ge=w||Ge!==0?Ge:0,oe&&Ze===Ze){for(var at=ye.length;at--;)if(ye[at]===Ze)continue e;u&&ye.push(Ze),he.push(Ge)}else $(ye,Ze,w)||(ye!==he&&ye.push(Ze),he.push(Ge))}return he}function Wr(s,u){return u=Ci(u,s),s=Eb(s,u),s==null||delete s[Aa(Ss(u))]}function Zc(s,u,w,O){return Qs(s,u,w(ms(s,u)),O)}function ea(s,u,w,O){for(var $=s.length,K=O?$:-1;(O?K--:++K<$)&&u(s[K],K,s););return w?ri(s,O?0:K,O?K+1:$):ri(s,O?K+1:0,O?$:K)}function Jc(s,u){var w=s;return w instanceof $t&&(w=w.value()),Et(u,function(O,$){return $.func.apply($.thisArg,Tt([O],$.args))},w)}function dr(s,u,w){var O=s.length;if(O<2)return O?ys(s[0]):[];for(var $=-1,K=ue(O);++$<O;)for(var oe=s[$],he=-1;++he<O;)he!=$&&(K[$]=qs(K[$]||oe,s[he],u,w));return ys(fr(K,1),u,w)}function Qc(s,u,w){for(var O=-1,$=s.length,K=u.length,oe={};++O<$;){var he=O<K?u[O]:n;w(oe,s[O],he)}return oe}function Ql(s){return hr(s)?s:[]}function eu(s){return typeof s=="function"?s:Oo}function Ci(s,u){return Ut(s)?s:og(s,u)?[s]:Ob(gn(s))}var ef=Bt;function bs(s,u,w){var O=s.length;return w=w===n?O:w,!u&&w>=O?s:ri(s,u,w)}var tu=Bf||function(s){return ln.clearTimeout(s)};function ws(s,u){if(u)return s.slice();var w=s.length,O=Xa?Xa(w):new s.constructor(w);return s.copy(O),O}function ta(s){var u=new s.constructor(s.byteLength);return new qa(u).set(new qa(s)),u}function Xf(s,u){var w=u?ta(s.buffer):s.buffer;return new s.constructor(w,s.byteOffset,s.byteLength)}function tc(s){var u=new s.constructor(s.source,_r.exec(s));return u.lastIndex=s.lastIndex,u}function ul(s){return Ws?it(Ws.call(s)):{}}function cl(s,u){var w=u?ta(s.buffer):s.buffer;return new s.constructor(w,s.byteOffset,s.length)}function nc(s,u){if(s!==u){var w=s!==n,O=s===null,$=s===s,K=Yo(s),oe=u!==n,he=u===null,ye=u===u,We=Yo(u);if(!he&&!We&&!K&&s>u||K&&oe&&ye&&!he&&!We||O&&oe&&ye||!w&&ye||!$)return 1;if(!O&&!K&&!We&&s<u||We&&w&&$&&!O&&!K||he&&w&&$||!oe&&$||!ye)return-1}return 0}function nu(s,u,w){for(var O=-1,$=s.criteria,K=u.criteria,oe=$.length,he=w.length;++O<oe;){var ye=nc($[O],K[O]);if(ye){if(O>=he)return ye;var We=w[O];return ye*(We=="desc"?-1:1)}}return s.index-u.index}function rc(s,u,w,O){for(var $=-1,K=s.length,oe=w.length,he=-1,ye=u.length,We=wn(K-oe,0),Ge=ue(ye+We),Ze=!O;++he<ye;)Ge[he]=u[he];for(;++$<oe;)(Ze||$<K)&&(Ge[w[$]]=s[$]);for(;We--;)Ge[he++]=s[$++];return Ge}function tf(s,u,w,O){for(var $=-1,K=s.length,oe=-1,he=w.length,ye=-1,We=u.length,Ge=wn(K-he,0),Ze=ue(Ge+We),at=!O;++$<Ge;)Ze[$]=s[$];for(var bt=$;++ye<We;)Ze[bt+ye]=u[ye];for(;++oe<he;)(at||$<K)&&(Ze[bt+w[oe]]=s[$++]);return Ze}function zr(s,u){var w=-1,O=s.length;for(u||(u=ue(O));++w<O;)u[w]=s[w];return u}function Mi(s,u,w,O){var $=!w;w||(w={});for(var K=-1,oe=u.length;++K<oe;){var he=u[K],ye=O?O(w[he],s[he],he,w,s):n;ye===n&&(ye=s[he]),$?Si(w,he,ye):Vr(w,he,ye)}return w}function nf(s,u){return Mi(s,ig(s),u)}function Kf(s,u){return Mi(s,bb(s),u)}function fl(s,u){return function(w,O){var $=Ut(w)?se:Ys,K=u?u():{};return $(w,s,Ct(O,2),K)}}function Ra(s){return Bt(function(u,w){var O=-1,$=w.length,K=$>1?w[$-1]:n,oe=$>2?w[2]:n;for(K=s.length>3&&typeof K=="function"?($--,K):n,oe&&no(w[0],w[1],oe)&&(K=$<3?n:K,$=1),u=it(u);++O<$;){var he=w[O];he&&s(u,he,O,K)}return u})}function v(s,u){return function(w,O){if(w==null)return w;if(!Do(w))return s(w,O);for(var $=w.length,K=u?$:-1,oe=it(w);(u?K--:++K<$)&&O(oe[K],K,oe)!==!1;);return w}}function l(s){return function(u,w,O){for(var $=-1,K=it(u),oe=O(u),he=oe.length;he--;){var ye=oe[s?he:++$];if(w(K[ye],ye,K)===!1)break}return u}}function d(s,u,w){var O=u&j,$=_(s);function K(){var oe=this&&this!==ln&&this instanceof K?$:s;return oe.apply(O?w:this,arguments)}return K}function m(s){return function(u){u=gn(u);var w=ei(u)?cn(u):n,O=w?w[0]:u.charAt(0),$=w?bs(w,1).join(""):u.slice(1);return O[s]()+$}}function S(s){return function(u){return Et(a0(s0(u).replace(Ns,"")),s,"")}}function _(s){return function(){var u=arguments;switch(u.length){case 0:return new s;case 1:return new s(u[0]);case 2:return new s(u[0],u[1]);case 3:return new s(u[0],u[1],u[2]);case 4:return new s(u[0],u[1],u[2],u[3]);case 5:return new s(u[0],u[1],u[2],u[3],u[4]);case 6:return new s(u[0],u[1],u[2],u[3],u[4],u[5]);case 7:return new s(u[0],u[1],u[2],u[3],u[4],u[5],u[6])}var w=Vo(s.prototype),O=s.apply(w,u);return qn(O)?O:w}}function B(s,u,w){var O=_(s);function $(){for(var K=arguments.length,oe=ue(K),he=K,ye=of($);he--;)oe[he]=arguments[he];var We=K<3&&oe[0]!==ye&&oe[K-1]!==ye?[]:ti(oe,ye);if(K-=We.length,K<w)return xs(s,u,Se,$.placeholder,n,oe,We,n,n,w-K);var Ge=this&&this!==ln&&this instanceof $?O:s;return V(Ge,this,oe)}return $}function Y(s){return function(u,w,O){var $=it(u);if(!Do(u)){var K=Ct(w,3);u=ii(u),w=function(he){return K($[he],he,$)}}var oe=s(u,w,O);return oe>-1?$[K?u[oe]:oe]:n}}function re(s){return dl(function(u){var w=u.length,O=w,$=Cr.prototype.thru;for(s&&u.reverse();O--;){var K=u[O];if(typeof K!="function")throw new Vt(a);if($&&!oe&&rh(K)=="wrapper")var oe=new Cr([],!0)}for(O=oe?O:w;++O<w;){K=u[O];var he=rh(K),ye=he=="wrapper"?ng(K):n;ye&&sg(ye[0])&&ye[1]==(x|U|q|le)&&!ye[4].length&&ye[9]==1?oe=oe[rh(ye[0])].apply(oe,ye[3]):oe=K.length==1&&sg(K)?oe[he]():oe.thru(K)}return function(){var We=arguments,Ge=We[0];if(oe&&We.length==1&&Ut(Ge))return oe.plant(Ge).value();for(var Ze=0,at=w?u[Ze].apply(this,We):Ge;++Ze<w;)at=u[Ze].call(this,at);return at}})}function Se(s,u,w,O,$,K,oe,he,ye,We){var Ge=u&x,Ze=u&j,at=u&R,bt=u&(U|ne),Dt=u&ae,Xt=at?n:_(s);function Pt(){for(var Jt=arguments.length,tn=ue(Jt),Go=Jt;Go--;)tn[Go]=arguments[Go];if(bt)var ro=of(Pt),qo=bn(tn,ro);if(O&&(tn=rc(tn,O,$,bt)),K&&(tn=tf(tn,K,oe,bt)),Jt-=qo,bt&&Jt<We){var pr=ti(tn,ro);return xs(s,u,Se,Pt.placeholder,w,tn,pr,he,ye,We-Jt)}var ia=Ze?w:this,ml=at?ia[s]:s;return Jt=tn.length,he?tn=eO(tn,he):Dt&&Jt>1&&tn.reverse(),Ge&&ye<Jt&&(tn.length=ye),this&&this!==ln&&this instanceof Pt&&(ml=Xt||_(ml)),ml.apply(ia,tn)}return Pt}function $e(s,u){return function(w,O){return zl(w,s,u(O),{})}}function Xe(s,u){return function(w,O){var $;if(w===n&&O===n)return u;if(w!==n&&($=w),O!==n){if($===n)return O;typeof w=="string"||typeof O=="string"?(w=Hr(w),O=Hr(O)):(w=Kc(w),O=Kc(O)),$=s(w,O)}return $}}function rt(s){return dl(function(u){return u=ot(u,ht(Ct())),Bt(function(w){var O=this;return s(u,function($){return V($,O,w)})})})}function xt(s,u){u=u===n?" ":Hr(u);var w=u.length;if(w<2)return w?Kl(u,s):u;var O=Kl(u,va(s/yo(u)));return ei(u)?bs(cn(O),0,s).join(""):O.slice(0,s)}function en(s,u,w,O){var $=u&j,K=_(s);function oe(){for(var he=-1,ye=arguments.length,We=-1,Ge=O.length,Ze=ue(Ge+ye),at=this&&this!==ln&&this instanceof oe?K:s;++We<Ge;)Ze[We]=O[We];for(;ye--;)Ze[We++]=arguments[++he];return V(at,$?w:this,Ze)}return oe}function ir(s){return function(u,w,O){return O&&typeof O!="number"&&no(u,w,O)&&(w=O=n),u=gl(u),w===n?(w=u,u=0):w=gl(w),O=O===n?u<w?1:-1:gl(O),Zu(u,w,O,s)}}function ko(s){return function(u,w){return typeof u=="string"&&typeof w=="string"||(u=Ts(u),w=Ts(w)),s(u,w)}}function xs(s,u,w,O,$,K,oe,he,ye,We){var Ge=u&U,Ze=Ge?oe:n,at=Ge?n:oe,bt=Ge?K:n,Dt=Ge?n:K;u|=Ge?q:ie,u&=~(Ge?ie:q),u&H||(u&=-4);var Xt=[s,u,$,bt,Ze,Dt,at,he,ye,We],Pt=w.apply(n,Xt);return sg(s)&&kb(Pt,Xt),Pt.placeholder=O,Db(Pt,s,u)}function to(s){var u=lt[s];return function(w,O){if(w=Ts(w),O=O==null?0:Gn(Yt(O),292),O&&ba(w)){var $=(gn(w)+"e").split("e"),K=u($[0]+"e"+(+$[1]+O));return $=(gn(K)+"e").split("e"),+($[0]+"e"+(+$[1]-O))}return u(w)}}var Ia=wo&&1/vo(new wo([,-0]))[1]==Ce?function(s){return new wo(s)}:xg;function rf(s){return function(u){var w=Li(u);return w==Mt?da(u):w==Jn?Ga(u):Me(u,s(u))}}function na(s,u,w,O,$,K,oe,he){var ye=u&R;if(!ye&&typeof s!="function")throw new Vt(a);var We=O?O.length:0;if(We||(u&=-97,O=$=n),oe=oe===n?oe:wn(Yt(oe),0),he=he===n?he:Yt(he),We-=$?$.length:0,u&ie){var Ge=O,Ze=$;O=$=n}var at=ye?n:ng(s),bt=[s,u,w,O,$,Ge,Ze,K,oe,he];if(at&&ZP(bt,at),s=bt[0],u=bt[1],w=bt[2],O=bt[3],$=bt[4],he=bt[9]=bt[9]===n?ye?0:s.length:wn(bt[9]-We,0),!he&&u&(U|ne)&&(u&=-25),!u||u==j)var Dt=d(s,u,w);else u==U||u==ne?Dt=B(s,u,he):(u==q||u==(j|q))&&!$.length?Dt=en(s,u,w,O):Dt=Se.apply(n,bt);var Xt=at?Zl:kb;return Db(Xt(Dt,bt),s,u)}function mb(s,u,w,O){return s===n||ra(s,An[w])&&!kt.call(O,w)?u:s}function vb(s,u,w,O,$,K){return qn(s)&&qn(u)&&(K.set(u,s),vs(s,u,n,vb,K),K.delete(u)),s}function NP(s){return Qf(s)?n:s}function yb(s,u,w,O,$,K){var oe=w&I,he=s.length,ye=u.length;if(he!=ye&&!(oe&&ye>he))return!1;var We=K.get(s),Ge=K.get(u);if(We&&Ge)return We==u&&Ge==s;var Ze=-1,at=!0,bt=w&A?new $r:n;for(K.set(s,u),K.set(u,s);++Ze<he;){var Dt=s[Ze],Xt=u[Ze];if(O)var Pt=oe?O(Xt,Dt,Ze,u,s,K):O(Dt,Xt,Ze,s,u,K);if(Pt!==n){if(Pt)continue;at=!1;break}if(bt){if(!un(u,function(Jt,tn){if(!St(bt,tn)&&(Dt===Jt||$(Dt,Jt,w,O,K)))return bt.push(tn)})){at=!1;break}}else if(!(Dt===Xt||$(Dt,Xt,w,O,K))){at=!1;break}}return K.delete(s),K.delete(u),at}function jP(s,u,w,O,$,K,oe){switch(w){case on:if(s.byteLength!=u.byteLength||s.byteOffset!=u.byteOffset)return!1;s=s.buffer,u=u.buffer;case si:return!(s.byteLength!=u.byteLength||!K(new qa(s),new qa(u)));case ct:case pt:case Vn:return ra(+s,+u);case yt:return s.name==u.name&&s.message==u.message;case Dr:case sn:return s==u+"";case Mt:var he=da;case Jn:var ye=O&I;if(he||(he=vo),s.size!=u.size&&!ye)return!1;var We=oe.get(s);if(We)return We==u;O|=A,oe.set(s,u);var Ge=yb(he(s),he(u),O,$,K,oe);return oe.delete(s),Ge;case fn:if(Ws)return Ws.call(s)==Ws.call(u)}return!1}function BP(s,u,w,O,$,K){var oe=w&I,he=eg(s),ye=he.length,We=eg(u),Ge=We.length;if(ye!=Ge&&!oe)return!1;for(var Ze=ye;Ze--;){var at=he[Ze];if(!(oe?at in u:kt.call(u,at)))return!1}var bt=K.get(s),Dt=K.get(u);if(bt&&Dt)return bt==u&&Dt==s;var Xt=!0;K.set(s,u),K.set(u,s);for(var Pt=oe;++Ze<ye;){at=he[Ze];var Jt=s[at],tn=u[at];if(O)var Go=oe?O(tn,Jt,at,u,s,K):O(Jt,tn,at,s,u,K);if(!(Go===n?Jt===tn||$(Jt,tn,w,O,K):Go)){Xt=!1;break}Pt||(Pt=at=="constructor")}if(Xt&&!Pt){var ro=s.constructor,qo=u.constructor;ro!=qo&&"constructor"in s&&"constructor"in u&&!(typeof ro=="function"&&ro instanceof ro&&typeof qo=="function"&&qo instanceof qo)&&(Xt=!1)}return K.delete(s),K.delete(u),Xt}function dl(s){return lg(Cb(s,n,Ab),s+"")}function eg(s){return rl(s,ii,ig)}function tg(s){return rl(s,Po,bb)}var ng=Ja?function(s){return Ja.get(s)}:xg;function rh(s){for(var u=s.name+"",w=Hs[u],O=kt.call(Hs,u)?w.length:0;O--;){var $=w[O],K=$.func;if(K==null||K==s)return $.name}return u}function of(s){var u=kt.call(z,"placeholder")?z:s;return u.placeholder}function Ct(){var s=z.iteratee||bg;return s=s===bg?ql:s,arguments.length?s(arguments[0],arguments[1]):s}function ih(s,u){var w=s.__data__;return GP(u)?w[typeof u=="string"?"string":"hash"]:w.map}function rg(s){for(var u=ii(s),w=u.length;w--;){var O=u[w],$=s[O];u[w]=[O,$,Sb($)]}return u}function ic(s,u){var w=mo(s,u);return zc(w)?w:n}function $P(s){var u=kt.call(s,Bo),w=s[Bo];try{s[Bo]=n;var O=!0}catch{}var $=Fo.call(s);return O&&(u?s[Bo]=w:delete s[Bo]),$}var ig=ya?function(s){return s==null?[]:(s=it(s),Ie(ya(s),function(u){return Al.call(s,u)}))}:Sg,bb=ya?function(s){for(var u=[];s;)Tt(u,ig(s)),s=Vs(s);return u}:Sg,Li=rr;(bo&&Li(new bo(new ArrayBuffer(1)))!=on||fs&&Li(new fs)!=Mt||wa&&Li(wa.resolve())!=Sn||wo&&Li(new wo)!=Jn||$o&&Li(new $o)!=ut)&&(Li=function(s){var u=rr(s),w=u==Un?s.constructor:n,O=w?oc(w):"";if(O)switch(O){case ds:return on;case Lu:return Mt;case $f:return Sn;case Fc:return Jn;case Sa:return ut}return u});function VP(s,u,w){for(var O=-1,$=w.length;++O<$;){var K=w[O],oe=K.size;switch(K.type){case"drop":s+=oe;break;case"dropRight":u-=oe;break;case"take":u=Gn(u,s+oe);break;case"takeRight":s=wn(s,u-oe);break}}return{start:s,end:u}}function UP(s){var u=s.match(Fs);return u?u[1].split(Xr):[]}function wb(s,u,w){u=Ci(u,s);for(var O=-1,$=u.length,K=!1;++O<$;){var oe=Aa(u[O]);if(!(K=s!=null&&w(s,oe)))break;s=s[oe]}return K||++O!=$?K:($=s==null?0:s.length,!!$&&fh($)&&hl(oe,$)&&(Ut(s)||sc(s)))}function HP(s){var u=s.length,w=new s.constructor(u);return u&&typeof s[0]=="string"&&kt.call(s,"index")&&(w.index=s.index,w.input=s.input),w}function xb(s){return typeof s.constructor=="function"&&!Zf(s)?Vo(Vs(s)):{}}function WP(s,u,w){var O=s.constructor;switch(u){case si:return ta(s);case ct:case pt:return new O(+s);case on:return Xf(s,w);case Ui:case Hi:case Wi:case Pr:case Nn:case Or:case yr:case Yr:case Gr:return cl(s,w);case Mt:return new O;case Vn:case sn:return new O(s);case Dr:return tc(s);case Jn:return new O;case fn:return ul(s)}}function zP(s,u){var w=u.length;if(!w)return s;var O=w-1;return u[O]=(w>1?"& ":"")+u[O],u=u.join(w>2?", ":" "),s.replace(Ls,`{
144
144
  /* [wrapped with `+u+`] */
145
- `)}function YP(s){return Ut(s)||sc(s)||!!(Ml&&s&&s[Ml])}function hl(s,u){var w=typeof s;return u=u??Oe,!!u&&(w=="number"||w!="symbol"&&Ir.test(s))&&s>-1&&s%1==0&&s<u}function no(s,u,w){if(!qn(w))return!1;var O=typeof u;return(O=="number"?Do(w)&&hl(u,w.length):O=="string"&&u in w)?ra(w[u],s):!1}function og(s,u){if(Ut(s))return!1;var w=typeof s;return w=="number"||w=="symbol"||w=="boolean"||s==null||Yo(s)?!0:Tn.test(s)||!ui.test(s)||u!=null&&s in it(u)}function GP(s){var u=typeof s;return u=="string"||u=="number"||u=="symbol"||u=="boolean"?s!=="__proto__":s===null}function sg(s){var u=nh(s),w=z[u];if(typeof w!="function"||!(u in $t.prototype))return!1;if(s===w)return!0;var O=ng(w);return!!O&&s===O[0]}function qP(s){return!!pn&&pn in s}var XP=zt?pl:Tg;function Zf(s){var u=s&&s.constructor,w=typeof u=="function"&&u.prototype||An;return s===w}function Sb(s){return s===s&&!qn(s)}function Tb(s,u){return function(w){return w==null?!1:w[s]===u&&(u!==n||s in it(w))}}function KP(s){var u=lh(s,function(O){return w.size===p&&w.clear(),O}),w=u.cache;return u}function ZP(s,u){var w=s[1],O=u[1],$=w|O,K=$<(j|R|x),oe=O==x&&w==U||O==x&&w==le&&s[7].length<=u[8]||O==(x|le)&&u[7].length<=u[8]&&w==U;if(!(K||oe))return s;O&j&&(s[2]=u[2],$|=w&j?0:H);var he=u[3];if(he){var ye=s[3];s[3]=ye?rc(ye,he,u[4]):he,s[4]=ye?ti(s[3],y):u[4]}return he=u[5],he&&(ye=s[5],s[5]=ye?tf(ye,he,u[6]):he,s[6]=ye?ti(s[5],y):u[6]),he=u[7],he&&(s[7]=he),O&x&&(s[8]=s[8]==null?u[8]:Gn(s[8],u[8])),s[9]==null&&(s[9]=u[9]),s[0]=u[0],s[1]=$,s}function JP(s){var u=[];if(s!=null)for(var w in it(s))u.push(w);return u}function QP(s){return Fo.call(s)}function Cb(s,u,w){return u=wn(u===n?s.length-1:u,0),function(){for(var O=arguments,$=-1,K=wn(O.length-u,0),oe=ue(K);++$<K;)oe[$]=O[u+$];$=-1;for(var he=ue(u+1);++$<u;)he[$]=O[$];return he[u]=w(oe),V(s,this,he)}}function Eb(s,u){return u.length<2?s:ms(s,ri(u,0,-1))}function eO(s,u){for(var w=s.length,O=Gn(u.length,w),$=zr(s);O--;){var K=u[O];s[O]=hl(K,w)?$[K]:n}return s}function ag(s,u){if(!(u==="constructor"&&typeof s[u]=="function")&&u!="__proto__")return s[u]}var kb=Pb(Zl),Jf=Mc||function(s,u){return ln.setTimeout(s,u)},lg=Pb(Gc);function Db(s,u,w){var O=u+"";return lg(s,zP(O,tO(UP(O),w)))}function Pb(s){var u=0,w=0;return function(){var O=us(),$=et-(O-w);if(w=O,$>0){if(++u>=Qe)return arguments[0]}else u=0;return s.apply(n,arguments)}}function ih(s,u){var w=-1,O=s.length,$=O-1;for(u=u===n?O:u;++w<u;){var K=Js(w,$),oe=s[K];s[K]=s[w],s[w]=oe}return s.length=u,s}var Ob=KP(function(s){var u=[];return s.charCodeAt(0)===46&&u.push(""),s.replace(ao,function(w,O,$,K){u.push($?K.replace(Oi,"$1"):O||w)}),u});function Aa(s){if(typeof s=="string"||Yo(s))return s;var u=s+"";return u=="0"&&1/s==-1/0?"-0":u}function oc(s){if(s!=null){try{return Br.call(s)}catch{}try{return s+""}catch{}}return""}function tO(s,u){return te(je,function(w){var O="_."+w[0];u&w[1]&&!Ee(s,O)&&s.push(O)}),s.sort()}function _b(s){if(s instanceof $t)return s.clone();var u=new Cr(s.__wrapped__,s.__chain__);return u.__actions__=zr(s.__actions__),u.__index__=s.__index__,u.__values__=s.__values__,u}function nO(s,u,w){(w?no(s,u,w):u===n)?u=1:u=wn(Yt(u),0);var O=s==null?0:s.length;if(!O||u<1)return[];for(var $=0,K=0,oe=ue(va(O/u));$<O;)oe[K++]=ri(s,$,$+=u);return oe}function rO(s){for(var u=-1,w=s==null?0:s.length,O=0,$=[];++u<w;){var K=s[u];K&&($[O++]=K)}return $}function iO(){var s=arguments.length;if(!s)return[];for(var u=ue(s-1),w=arguments[0],O=s;O--;)u[O-1]=arguments[O];return Tt(Ut(w)?zr(w):[w],fr(u,1))}var oO=Bt(function(s,u){return hr(s)?qs(s,fr(u,1,hr,!0)):[]}),sO=Bt(function(s,u){var w=Ss(u);return hr(w)&&(w=n),hr(s)?qs(s,fr(u,1,hr,!0),Ct(w,2)):[]}),aO=Bt(function(s,u){var w=Ss(u);return hr(w)&&(w=n),hr(s)?qs(s,fr(u,1,hr,!0),n,w):[]});function lO(s,u,w){var O=s==null?0:s.length;return O?(u=w||u===n?1:Yt(u),ri(s,u<0?0:u,O)):[]}function uO(s,u,w){var O=s==null?0:s.length;return O?(u=w||u===n?1:Yt(u),u=O-u,ri(s,0,u<0?0:u)):[]}function cO(s,u){return s&&s.length?ea(s,Ct(u,3),!0,!0):[]}function fO(s,u){return s&&s.length?ea(s,Ct(u,3),!0):[]}function dO(s,u,w,O){var $=s==null?0:s.length;return $?(w&&typeof w!="number"&&no(s,u,w)&&(w=0,O=$),qf(s,u,w,O)):[]}function Rb(s,u,w){var O=s==null?0:s.length;if(!O)return-1;var $=w==null?0:Yt(w);return $<0&&($=wn(O+$,0)),jt(s,Ct(u,3),$)}function Ib(s,u,w){var O=s==null?0:s.length;if(!O)return-1;var $=O-1;return w!==n&&($=Yt(w),$=w<0?wn(O+$,0):Gn($,O-1)),jt(s,Ct(u,3),$,!0)}function Ab(s){var u=s==null?0:s.length;return u?fr(s,1):[]}function hO(s){var u=s==null?0:s.length;return u?fr(s,Ce):[]}function pO(s,u){var w=s==null?0:s.length;return w?(u=u===n?1:Yt(u),fr(s,u)):[]}function gO(s){for(var u=-1,w=s==null?0:s.length,O={};++u<w;){var $=s[u];O[$[0]]=$[1]}return O}function Mb(s){return s&&s.length?s[0]:n}function mO(s,u,w){var O=s==null?0:s.length;if(!O)return-1;var $=w==null?0:Yt(w);return $<0&&($=wn(O+$,0)),Qt(s,u,$)}function vO(s){var u=s==null?0:s.length;return u?ri(s,0,-1):[]}var yO=Bt(function(s){var u=ot(s,Ql);return u.length&&u[0]===s[0]?ka(u):[]}),bO=Bt(function(s){var u=Ss(s),w=ot(s,Ql);return u===Ss(w)?u=n:w.pop(),w.length&&w[0]===s[0]?ka(w,Ct(u,2)):[]}),wO=Bt(function(s){var u=Ss(s),w=ot(s,Ql);return u=typeof u=="function"?u:n,u&&w.pop(),w.length&&w[0]===s[0]?ka(w,n,u):[]});function xO(s,u){return s==null?"":Za.call(s,u)}function Ss(s){var u=s==null?0:s.length;return u?s[u-1]:n}function SO(s,u,w){var O=s==null?0:s.length;if(!O)return-1;var $=O;return w!==n&&($=Yt(w),$=$<0?wn(O+$,0):Gn($,O-1)),u===u?ha(s,u,$):jt(s,go,$,!0)}function TO(s,u){return s&&s.length?Oa(s,Yt(u)):n}var CO=Bt(Lb);function Lb(s,u){return s&&s.length&&u&&u.length?Xu(s,u):s}function EO(s,u,w){return s&&s.length&&u&&u.length?Xu(s,u,Ct(w,2)):s}function kO(s,u,w){return s&&s.length&&u&&u.length?Xu(s,u,n,w):s}var DO=dl(function(s,u){var w=s==null?0:s.length,O=Uu(s,u);return Ku(s,ot(u,function($){return hl($,w)?+$:$}).sort(nc)),O});function PO(s,u){var w=[];if(!(s&&s.length))return w;var O=-1,$=[],K=s.length;for(u=Ct(u,3);++O<K;){var oe=s[O];u(oe,O,s)&&(w.push(oe),$.push(O))}return Ku(s,$),w}function ug(s){return s==null?s:Fl.call(s)}function OO(s,u,w){var O=s==null?0:s.length;return O?(w&&typeof w!="number"&&no(s,u,w)?(u=0,w=O):(u=u==null?0:Yt(u),w=w===n?O:Yt(w)),ri(s,u,w)):[]}function _O(s,u){return Jl(s,u)}function RO(s,u,w){return Qu(s,u,Ct(w,2))}function IO(s,u){var w=s==null?0:s.length;if(w){var O=Jl(s,u);if(O<w&&ra(s[O],u))return O}return-1}function AO(s,u){return Jl(s,u,!0)}function MO(s,u,w){return Qu(s,u,Ct(w,2),!0)}function LO(s,u){var w=s==null?0:s.length;if(w){var O=Jl(s,u,!0)-1;if(ra(s[O],u))return O}return-1}function FO(s){return s&&s.length?ec(s):[]}function NO(s,u){return s&&s.length?ec(s,Ct(u,2)):[]}function jO(s){var u=s==null?0:s.length;return u?ri(s,1,u):[]}function BO(s,u,w){return s&&s.length?(u=w||u===n?1:Yt(u),ri(s,0,u<0?0:u)):[]}function $O(s,u,w){var O=s==null?0:s.length;return O?(u=w||u===n?1:Yt(u),u=O-u,ri(s,u<0?0:u,O)):[]}function VO(s,u){return s&&s.length?ea(s,Ct(u,3),!1,!0):[]}function UO(s,u){return s&&s.length?ea(s,Ct(u,3)):[]}var HO=Bt(function(s){return ys(fr(s,1,hr,!0))}),WO=Bt(function(s){var u=Ss(s);return hr(u)&&(u=n),ys(fr(s,1,hr,!0),Ct(u,2))}),zO=Bt(function(s){var u=Ss(s);return u=typeof u=="function"?u:n,ys(fr(s,1,hr,!0),n,u)});function YO(s){return s&&s.length?ys(s):[]}function GO(s,u){return s&&s.length?ys(s,Ct(u,2)):[]}function qO(s,u){return u=typeof u=="function"?u:n,s&&s.length?ys(s,n,u):[]}function cg(s){if(!(s&&s.length))return[];var u=0;return s=Ie(s,function(w){if(hr(w))return u=wn(w.length,u),!0}),xe(u,function(w){return ot(s,D(w))})}function Fb(s,u){if(!(s&&s.length))return[];var w=cg(s);return u==null?w:ot(w,function(O){return V(u,n,O)})}var XO=Bt(function(s,u){return hr(s)?qs(s,u):[]}),KO=Bt(function(s){return dr(Ie(s,hr))}),ZO=Bt(function(s){var u=Ss(s);return hr(u)&&(u=n),dr(Ie(s,hr),Ct(u,2))}),JO=Bt(function(s){var u=Ss(s);return u=typeof u=="function"?u:n,dr(Ie(s,hr),n,u)}),QO=Bt(cg);function e_(s,u){return Qc(s||[],u||[],Vr)}function t_(s,u){return Qc(s||[],u||[],Qs)}var n_=Bt(function(s){var u=s.length,w=u>1?s[u-1]:n;return w=typeof w=="function"?(s.pop(),w):n,Fb(s,w)});function Nb(s){var u=z(s);return u.__chain__=!0,u}function r_(s,u){return u(s),s}function oh(s,u){return u(s)}var i_=dl(function(s){var u=s.length,w=u?s[0]:0,O=this.__wrapped__,$=function(K){return Uu(K,s)};return u>1||this.__actions__.length||!(O instanceof $t)||!hl(w)?this.thru($):(O=O.slice(w,+w+(u?1:0)),O.__actions__.push({func:oh,args:[$],thisArg:n}),new Cr(O,this.__chain__).thru(function(K){return u&&!K.length&&K.push(n),K}))});function o_(){return Nb(this)}function s_(){return new Cr(this.value(),this.__chain__)}function a_(){this.__values__===n&&(this.__values__=Zb(this.value()));var s=this.__index__>=this.__values__.length,u=s?n:this.__values__[this.__index__++];return{done:s,value:u}}function l_(){return this}function u_(s){for(var u,w=this;w instanceof Uo;){var O=_b(w);O.__index__=0,O.__values__=n,u?$.__wrapped__=O:u=O;var $=O;w=w.__wrapped__}return $.__wrapped__=s,u}function c_(){var s=this.__wrapped__;if(s instanceof $t){var u=s;return this.__actions__.length&&(u=new $t(this)),u=u.reverse(),u.__actions__.push({func:oh,args:[ug],thisArg:n}),new Cr(u,this.__chain__)}return this.thru(ug)}function f_(){return Jc(this.__wrapped__,this.__actions__)}var d_=fl(function(s,u,w){kt.call(s,w)?++s[w]:Si(s,w,1)});function h_(s,u,w){var O=Ut(s)?_e:Vc;return w&&no(s,u,w)&&(u=n),O(s,Ct(u,3))}function p_(s,u){var w=Ut(s)?Ie:Uc;return w(s,Ct(u,3))}var g_=Y(Rb),m_=Y(Ib);function v_(s,u){return fr(sh(s,u),1)}function y_(s,u){return fr(sh(s,u),Ce)}function b_(s,u,w){return w=w===n?1:Yt(w),fr(sh(s,u),w)}function jb(s,u){var w=Ut(s)?te:gs;return w(s,Ct(u,3))}function Bb(s,u){var w=Ut(s)?ge:Yu;return w(s,Ct(u,3))}var w_=fl(function(s,u,w){kt.call(s,w)?s[w].push(u):Si(s,w,[u])});function x_(s,u,w,O){s=Do(s)?s:af(s),w=w&&!O?Yt(w):0;var $=s.length;return w<0&&(w=wn($+w,0)),fh(s)?w<=$&&s.indexOf(u,w)>-1:!!$&&Qt(s,u,w)>-1}var S_=Bt(function(s,u,w){var O=-1,$=typeof u=="function",K=Do(s)?ue(s.length):[];return gs(s,function(oe){K[++O]=$?V(u,oe,w):Co(oe,u,w)}),K}),T_=fl(function(s,u,w){Si(s,w,u)});function sh(s,u){var w=Ut(s)?ot:Qi;return w(s,Ct(u,3))}function C_(s,u,w,O){return s==null?[]:(Ut(u)||(u=u==null?[]:[u]),w=O?n:w,Ut(w)||(w=w==null?[]:[w]),Xl(s,u,w))}var E_=fl(function(s,u,w){s[w?0:1].push(u)},function(){return[[],[]]});function k_(s,u,w){var O=Ut(s)?Et:W,$=arguments.length<3;return O(s,Ct(u,4),w,$,gs)}function D_(s,u,w){var O=Ut(s)?Rn:W,$=arguments.length<3;return O(s,Ct(u,4),w,$,Yu)}function P_(s,u){var w=Ut(s)?Ie:Uc;return w(s,uh(Ct(u,3)))}function O_(s){var u=Ut(s)?ni:ll;return u(s)}function __(s,u,w){(w?no(s,u,w):u===n)?u=1:u=Yt(u);var O=Ut(s)?xi:Ju;return O(s,u)}function R_(s){var u=Ut(s)?To:qc;return u(s)}function I_(s){if(s==null)return 0;if(Do(s))return fh(s)?yo(s):s.length;var u=Li(s);return u==Mt||u==Jn?s.size:zo(s).length}function A_(s,u,w){var O=Ut(s)?un:Xc;return w&&no(s,u,w)&&(u=n),O(s,Ct(u,3))}var M_=Bt(function(s,u){if(s==null)return[];var w=u.length;return w>1&&no(s,u[0],u[1])?u=[]:w>2&&no(u[0],u[1],u[2])&&(u=[u[0]]),Xl(s,fr(u,1),[])}),ah=Ka||function(){return ln.Date.now()};function L_(s,u){if(typeof u!="function")throw new Vt(a);return s=Yt(s),function(){if(--s<1)return u.apply(this,arguments)}}function $b(s,u,w){return u=w?n:u,u=s&&u==null?s.length:u,na(s,x,n,n,n,n,u)}function Vb(s,u){var w;if(typeof u!="function")throw new Vt(a);return s=Yt(s),function(){return--s>0&&(w=u.apply(this,arguments)),s<=1&&(u=n),w}}var fg=Bt(function(s,u,w){var O=j;if(w.length){var $=ti(w,of(fg));O|=q}return na(s,O,u,w,$)}),Ub=Bt(function(s,u,w){var O=j|R;if(w.length){var $=ti(w,of(Ub));O|=q}return na(u,O,s,w,$)});function Hb(s,u,w){u=w?n:u;var O=na(s,U,n,n,n,n,n,u);return O.placeholder=Hb.placeholder,O}function Wb(s,u,w){u=w?n:u;var O=na(s,ne,n,n,n,n,n,u);return O.placeholder=Wb.placeholder,O}function zb(s,u,w){var O,$,K,oe,he,ye,We=0,Ge=!1,Ze=!1,at=!0;if(typeof s!="function")throw new Vt(a);u=Ts(u)||0,qn(w)&&(Ge=!!w.leading,Ze="maxWait"in w,K=Ze?wn(Ts(w.maxWait)||0,u):K,at="trailing"in w?!!w.trailing:at);function bt(pr){var ia=O,ml=$;return O=$=n,We=pr,oe=s.apply(ml,ia),oe}function Dt(pr){return We=pr,he=Jf(Jt,u),Ge?bt(pr):oe}function Xt(pr){var ia=pr-ye,ml=pr-We,c0=u-ia;return Ze?Gn(c0,K-ml):c0}function Pt(pr){var ia=pr-ye,ml=pr-We;return ye===n||ia>=u||ia<0||Ze&&ml>=K}function Jt(){var pr=ah();if(Pt(pr))return tn(pr);he=Jf(Jt,Xt(pr))}function tn(pr){return he=n,at&&O?bt(pr):(O=$=n,oe)}function Go(){he!==n&&tu(he),We=0,O=ye=$=he=n}function ro(){return he===n?oe:tn(ah())}function qo(){var pr=ah(),ia=Pt(pr);if(O=arguments,$=this,ye=pr,ia){if(he===n)return Dt(ye);if(Ze)return tu(he),he=Jf(Jt,u),bt(ye)}return he===n&&(he=Jf(Jt,u)),oe}return qo.cancel=Go,qo.flush=ro,qo}var F_=Bt(function(s,u){return zu(s,1,u)}),N_=Bt(function(s,u,w){return zu(s,Ts(u)||0,w)});function j_(s){return na(s,ae)}function lh(s,u){if(typeof s!="function"||u!=null&&typeof u!="function")throw new Vt(a);var w=function(){var O=arguments,$=u?u.apply(this,O):O[0],K=w.cache;if(K.has($))return K.get($);var oe=s.apply(this,O);return w.cache=K.set($,oe)||K,oe};return w.cache=new(lh.Cache||Ho),w}lh.Cache=Ho;function uh(s){if(typeof s!="function")throw new Vt(a);return function(){var u=arguments;switch(u.length){case 0:return!s.call(this);case 1:return!s.call(this,u[0]);case 2:return!s.call(this,u[0],u[1]);case 3:return!s.call(this,u[0],u[1],u[2])}return!s.apply(this,u)}}function B_(s){return Vb(2,s)}var $_=ef(function(s,u){u=u.length==1&&Ut(u[0])?ot(u[0],ht(Ct())):ot(fr(u,1),ht(Ct()));var w=u.length;return Bt(function(O){for(var $=-1,K=Gn(O.length,w);++$<K;)O[$]=u[$].call(this,O[$]);return V(s,this,O)})}),dg=Bt(function(s,u){var w=ti(u,of(dg));return na(s,q,n,u,w)}),Yb=Bt(function(s,u){var w=ti(u,of(Yb));return na(s,ie,n,u,w)}),V_=dl(function(s,u){return na(s,le,n,n,n,u)});function U_(s,u){if(typeof s!="function")throw new Vt(a);return u=u===n?u:Yt(u),Bt(s,u)}function H_(s,u){if(typeof s!="function")throw new Vt(a);return u=u==null?0:wn(Yt(u),0),Bt(function(w){var O=w[u],$=bs(w,0,u);return O&&Tt($,O),V(s,this,$)})}function W_(s,u,w){var O=!0,$=!0;if(typeof s!="function")throw new Vt(a);return qn(w)&&(O="leading"in w?!!w.leading:O,$="trailing"in w?!!w.trailing:$),zb(s,u,{leading:O,maxWait:u,trailing:$})}function z_(s){return $b(s,1)}function Y_(s,u){return dg(eu(u),s)}function G_(){if(!arguments.length)return[];var s=arguments[0];return Ut(s)?s:[s]}function q_(s){return Ur(s,E)}function X_(s,u){return u=typeof u=="function"?u:n,Ur(s,E,u)}function K_(s){return Ur(s,g|E)}function Z_(s,u){return u=typeof u=="function"?u:n,Ur(s,g|E,u)}function J_(s,u){return u==null||Wu(s,u,ii(u))}function ra(s,u){return s===u||s!==s&&u!==u}var Q_=ko(Xs),eR=ko(function(s,u){return s>=u}),sc=Yl(function(){return arguments}())?Yl:function(s){return or(s)&&kt.call(s,"callee")&&!Al.call(s,"callee")},Ut=ue.isArray,tR=h?ht(h):Ks;function Do(s){return s!=null&&ch(s.length)&&!pl(s)}function hr(s){return or(s)&&Do(s)}function nR(s){return s===!0||s===!1||or(s)&&rr(s)==ct}var ru=Ll||Tg,rR=b?ht(b):Wc;function iR(s){return or(s)&&s.nodeType===1&&!Qf(s)}function oR(s){if(s==null)return!0;if(Do(s)&&(Ut(s)||typeof s=="string"||typeof s.splice=="function"||ru(s)||sf(s)||sc(s)))return!s.length;var u=Li(s);if(u==Mt||u==Jn)return!s.size;if(Zf(s))return!zo(s).length;for(var w in s)if(kt.call(s,w))return!1;return!0}function sR(s,u){return il(s,u)}function aR(s,u,w){w=typeof w=="function"?w:n;var O=w?w(s,u):n;return O===n?il(s,u,n,w):!!O}function hg(s){if(!or(s))return!1;var u=rr(s);return u==yt||u==ft||typeof s.message=="string"&&typeof s.name=="string"&&!Qf(s)}function lR(s){return typeof s=="number"&&ba(s)}function pl(s){if(!qn(s))return!1;var u=rr(s);return u==Je||u==It||u==nt||u==Vi}function Gb(s){return typeof s=="number"&&s==Yt(s)}function ch(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=Oe}function qn(s){var u=typeof s;return s!=null&&(u=="object"||u=="function")}function or(s){return s!=null&&typeof s=="object"}var qb=C?ht(C):Pa;function uR(s,u){return s===u||qu(s,u,rg(u))}function cR(s,u,w){return w=typeof w=="function"?w:n,qu(s,u,rg(u),w)}function fR(s){return Xb(s)&&s!=+s}function dR(s){if(XP(s))throw new Be(o);return zc(s)}function hR(s){return s===null}function pR(s){return s==null}function Xb(s){return typeof s=="number"||or(s)&&rr(s)==Vn}function Qf(s){if(!or(s)||rr(s)!=Un)return!1;var u=Vs(s);if(u===null)return!0;var w=kt.call(u,"constructor")&&u.constructor;return typeof w=="function"&&w instanceof w&&Br.call(w)==Ru}var pg=P?ht(P):Zs;function gR(s){return Gb(s)&&s>=-9007199254740991&&s<=Oe}var Kb=L?ht(L):Gl;function fh(s){return typeof s=="string"||!Ut(s)&&or(s)&&rr(s)==sn}function Yo(s){return typeof s=="symbol"||or(s)&&rr(s)==fn}var sf=N?ht(N):Wo;function mR(s){return s===n}function vR(s){return or(s)&&Li(s)==ut}function yR(s){return or(s)&&rr(s)==Dn}var bR=ko(Ji),wR=ko(function(s,u){return s<=u});function Zb(s){if(!s)return[];if(Do(s))return fh(s)?cn(s):zr(s);if(Ki&&s[Ki])return Ai(s[Ki]());var u=Li(s),w=u==Mt?da:u==Jn?vo:af;return w(s)}function gl(s){if(!s)return s===0?s:0;if(s=Ts(s),s===Ce||s===-1/0){var u=s<0?-1:1;return u*Ne}return s===s?s:0}function Yt(s){var u=gl(s),w=u%1;return u===u?w?u-w:u:0}function Jb(s){return s?Gs(Yt(s),0,Te):0}function Ts(s){if(typeof s=="number")return s;if(Yo(s))return me;if(qn(s)){var u=typeof s.valueOf=="function"?s.valueOf():s;s=qn(u)?u+"":u}if(typeof s!="string")return s===0?s:+s;s=qe(s);var w=fi.test(s);return w||wr.test(s)?Bs(s.slice(2),w?2:8):Rr.test(s)?me:+s}function Qb(s){return Mi(s,Po(s))}function xR(s){return s?Gs(Yt(s),-9007199254740991,Oe):s===0?s:0}function gn(s){return s==null?"":Hr(s)}var SR=Ra(function(s,u){if(Zf(u)||Do(u)){Mi(u,ii(u),s);return}for(var w in u)kt.call(u,w)&&Vr(s,w,u[w])}),e0=Ra(function(s,u){Mi(u,Po(u),s)}),dh=Ra(function(s,u,w,O){Mi(u,Po(u),s,O)}),TR=Ra(function(s,u,w,O){Mi(u,ii(u),s,O)}),CR=dl(Uu);function ER(s,u){var w=Vo(s);return u==null?w:$c(w,u)}var kR=Bt(function(s,u){s=it(s);var w=-1,O=u.length,$=O>2?u[2]:n;for($&&no(u[0],u[1],$)&&(O=1);++w<O;)for(var K=u[w],oe=Po(K),he=-1,ye=oe.length;++he<ye;){var We=oe[he],Ge=s[We];(Ge===n||ra(Ge,An[We])&&!kt.call(s,We))&&(s[We]=K[We])}return s}),DR=Bt(function(s){return s.push(n,vb),V(t0,n,s)});function PR(s,u){return jr(s,Ct(u,3),Ti)}function OR(s,u){return jr(s,Ct(u,3),Ul)}function _R(s,u){return s==null?s:Gu(s,Ct(u,3),Po)}function RR(s,u){return s==null?s:Hc(s,Ct(u,3),Po)}function IR(s,u){return s&&Ti(s,Ct(u,3))}function AR(s,u){return s&&Ul(s,Ct(u,3))}function MR(s){return s==null?[]:Ca(s,ii(s))}function LR(s){return s==null?[]:Ca(s,Po(s))}function gg(s,u,w){var O=s==null?n:ms(s,u);return O===n?w:O}function FR(s,u){return s!=null&&wb(s,u,Hl)}function mg(s,u){return s!=null&&wb(s,u,Ea)}var NR=$e(function(s,u,w){u!=null&&typeof u.toString!="function"&&(u=Fo.call(u)),s[u]=w},yg(Oo)),jR=$e(function(s,u,w){u!=null&&typeof u.toString!="function"&&(u=Fo.call(u)),kt.call(s,u)?s[u].push(w):s[u]=[w]},Ct),BR=Bt(Co);function ii(s){return Do(s)?nl(s):zo(s)}function Po(s){return Do(s)?nl(s,!0):ol(s)}function $R(s,u){var w={};return u=Ct(u,3),Ti(s,function(O,$,K){Si(w,u(O,$,K),O)}),w}function VR(s,u){var w={};return u=Ct(u,3),Ti(s,function(O,$,K){Si(w,$,u(O,$,K))}),w}var UR=Ra(function(s,u,w){vs(s,u,w)}),t0=Ra(function(s,u,w,O){vs(s,u,w,O)}),HR=dl(function(s,u){var w={};if(s==null)return w;var O=!1;u=ot(u,function(K){return K=Ci(K,s),O||(O=K.length>1),K}),Mi(s,tg(s),w),O&&(w=Ur(w,g|T|E,NP));for(var $=u.length;$--;)Wr(w,u[$]);return w});function WR(s,u){return n0(s,uh(Ct(u)))}var zR=dl(function(s,u){return s==null?{}:al(s,u)});function n0(s,u){if(s==null)return{};var w=ot(tg(s),function(O){return[O]});return u=Ct(u),_a(s,w,function(O,$){return u(O,$[0])})}function YR(s,u,w){u=Ci(u,s);var O=-1,$=u.length;for($||($=1,s=n);++O<$;){var K=s==null?n:s[Aa(u[O])];K===n&&(O=$,K=w),s=pl(K)?K.call(s):K}return s}function GR(s,u,w){return s==null?s:Qs(s,u,w)}function qR(s,u,w,O){return O=typeof O=="function"?O:n,s==null?s:Qs(s,u,w,O)}var r0=rf(ii),i0=rf(Po);function XR(s,u,w){var O=Ut(s),$=O||ru(s)||sf(s);if(u=Ct(u,4),w==null){var K=s&&s.constructor;$?w=O?new K:[]:qn(s)?w=pl(K)?Vo(Vs(s)):{}:w={}}return($?te:Ti)(s,function(oe,he,ye){return u(w,oe,he,ye)}),w}function KR(s,u){return s==null?!0:Wr(s,u)}function ZR(s,u,w){return s==null?s:Zc(s,u,eu(w))}function JR(s,u,w,O){return O=typeof O=="function"?O:n,s==null?s:Zc(s,u,eu(w),O)}function af(s){return s==null?[]:_t(s,ii(s))}function QR(s){return s==null?[]:_t(s,Po(s))}function eI(s,u,w){return w===n&&(w=u,u=n),w!==n&&(w=Ts(w),w=w===w?w:0),u!==n&&(u=Ts(u),u=u===u?u:0),Gs(Ts(s),u,w)}function tI(s,u,w){return u=gl(u),w===n?(w=u,u=0):w=gl(w),s=Ts(s),Wl(s,u,w)}function nI(s,u,w){if(w&&typeof w!="boolean"&&no(s,u,w)&&(u=w=n),w===n&&(typeof u=="boolean"?(w=u,u=n):typeof s=="boolean"&&(w=s,s=n)),s===n&&u===n?(s=0,u=1):(s=gl(s),u===n?(u=s,s=0):u=gl(u)),s>u){var O=s;s=u,u=O}if(w||s%1||u%1){var $=cs();return Gn(s+$*(u-s+ur("1e-"+(($+"").length-1))),u)}return Js(s,u)}var rI=S(function(s,u,w){return u=u.toLowerCase(),s+(w?o0(u):u)});function o0(s){return vg(gn(s).toLowerCase())}function s0(s){return s=gn(s),s&&s.replace(tr,$n).replace(is,"")}function iI(s,u,w){s=gn(s),u=Hr(u);var O=s.length;w=w===n?O:Gs(Yt(w),0,O);var $=w;return w-=u.length,w>=0&&s.slice(w,$)==u}function oI(s){return s=gn(s),s&&zi.test(s)?s.replace(Wt,ss):s}function sI(s){return s=gn(s),s&&ci.test(s)?s.replace(br,"\\$&"):s}var aI=S(function(s,u,w){return s+(w?"-":"")+u.toLowerCase()}),lI=S(function(s,u,w){return s+(w?" ":"")+u.toLowerCase()}),uI=m("toLowerCase");function cI(s,u,w){s=gn(s),u=Yt(u);var O=u?yo(s):0;if(!u||O>=u)return s;var $=(u-O)/2;return xt(Us($),w)+s+xt(va($),w)}function fI(s,u,w){s=gn(s),u=Yt(u);var O=u?yo(s):0;return u&&O<u?s+xt(u-O,w):s}function dI(s,u,w){s=gn(s),u=Yt(u);var O=u?yo(s):0;return u&&O<u?xt(u-O,w)+s:s}function hI(s,u,w){return w||u==null?u=0:u&&(u=+u),Mu(gn(s).replace(an,""),u||0)}function pI(s,u,w){return(w?no(s,u,w):u===n)?u=1:u=Yt(u),Kl(gn(s),u)}function gI(){var s=arguments,u=gn(s[0]);return s.length<3?u:u.replace(s[1],s[2])}var mI=S(function(s,u,w){return s+(w?"_":"")+u.toLowerCase()});function vI(s,u,w){return w&&typeof w!="number"&&no(s,u,w)&&(u=w=n),w=w===n?Te:w>>>0,w?(s=gn(s),s&&(typeof u=="string"||u!=null&&!pg(u))&&(u=Hr(u),!u&&ei(s))?bs(cn(s),0,w):s.split(u,w)):[]}var yI=S(function(s,u,w){return s+(w?" ":"")+vg(u)});function bI(s,u,w){return s=gn(s),w=w==null?0:Gs(Yt(w),0,s.length),u=Hr(u),s.slice(w,w+u.length)==u}function wI(s,u,w){var O=z.templateSettings;w&&no(s,u,w)&&(u=n),s=gn(s),u=dh({},u,O,mb);var $=dh({},u.imports,O.imports,mb),K=ii($),oe=_t($,K),he,ye,We=0,Ge=u.interpolate||Yi,Ze="__p += '",at=At((u.escape||Yi).source+"|"+Ge.source+"|"+(Ge===li?er:Yi).source+"|"+(u.evaluate||Yi).source+"|$","g"),bt="//# sourceURL="+(kt.call(u,"sourceURL")?(u.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++rn+"]")+`
145
+ `)}function YP(s){return Ut(s)||sc(s)||!!(Ml&&s&&s[Ml])}function hl(s,u){var w=typeof s;return u=u??Oe,!!u&&(w=="number"||w!="symbol"&&Ir.test(s))&&s>-1&&s%1==0&&s<u}function no(s,u,w){if(!qn(w))return!1;var O=typeof u;return(O=="number"?Do(w)&&hl(u,w.length):O=="string"&&u in w)?ra(w[u],s):!1}function og(s,u){if(Ut(s))return!1;var w=typeof s;return w=="number"||w=="symbol"||w=="boolean"||s==null||Yo(s)?!0:Tn.test(s)||!ui.test(s)||u!=null&&s in it(u)}function GP(s){var u=typeof s;return u=="string"||u=="number"||u=="symbol"||u=="boolean"?s!=="__proto__":s===null}function sg(s){var u=rh(s),w=z[u];if(typeof w!="function"||!(u in $t.prototype))return!1;if(s===w)return!0;var O=ng(w);return!!O&&s===O[0]}function qP(s){return!!pn&&pn in s}var XP=zt?pl:Tg;function Zf(s){var u=s&&s.constructor,w=typeof u=="function"&&u.prototype||An;return s===w}function Sb(s){return s===s&&!qn(s)}function Tb(s,u){return function(w){return w==null?!1:w[s]===u&&(u!==n||s in it(w))}}function KP(s){var u=uh(s,function(O){return w.size===p&&w.clear(),O}),w=u.cache;return u}function ZP(s,u){var w=s[1],O=u[1],$=w|O,K=$<(j|R|x),oe=O==x&&w==U||O==x&&w==le&&s[7].length<=u[8]||O==(x|le)&&u[7].length<=u[8]&&w==U;if(!(K||oe))return s;O&j&&(s[2]=u[2],$|=w&j?0:H);var he=u[3];if(he){var ye=s[3];s[3]=ye?rc(ye,he,u[4]):he,s[4]=ye?ti(s[3],y):u[4]}return he=u[5],he&&(ye=s[5],s[5]=ye?tf(ye,he,u[6]):he,s[6]=ye?ti(s[5],y):u[6]),he=u[7],he&&(s[7]=he),O&x&&(s[8]=s[8]==null?u[8]:Gn(s[8],u[8])),s[9]==null&&(s[9]=u[9]),s[0]=u[0],s[1]=$,s}function JP(s){var u=[];if(s!=null)for(var w in it(s))u.push(w);return u}function QP(s){return Fo.call(s)}function Cb(s,u,w){return u=wn(u===n?s.length-1:u,0),function(){for(var O=arguments,$=-1,K=wn(O.length-u,0),oe=ue(K);++$<K;)oe[$]=O[u+$];$=-1;for(var he=ue(u+1);++$<u;)he[$]=O[$];return he[u]=w(oe),V(s,this,he)}}function Eb(s,u){return u.length<2?s:ms(s,ri(u,0,-1))}function eO(s,u){for(var w=s.length,O=Gn(u.length,w),$=zr(s);O--;){var K=u[O];s[O]=hl(K,w)?$[K]:n}return s}function ag(s,u){if(!(u==="constructor"&&typeof s[u]=="function")&&u!="__proto__")return s[u]}var kb=Pb(Zl),Jf=Mc||function(s,u){return ln.setTimeout(s,u)},lg=Pb(Gc);function Db(s,u,w){var O=u+"";return lg(s,zP(O,tO(UP(O),w)))}function Pb(s){var u=0,w=0;return function(){var O=us(),$=et-(O-w);if(w=O,$>0){if(++u>=Qe)return arguments[0]}else u=0;return s.apply(n,arguments)}}function oh(s,u){var w=-1,O=s.length,$=O-1;for(u=u===n?O:u;++w<u;){var K=Js(w,$),oe=s[K];s[K]=s[w],s[w]=oe}return s.length=u,s}var Ob=KP(function(s){var u=[];return s.charCodeAt(0)===46&&u.push(""),s.replace(ao,function(w,O,$,K){u.push($?K.replace(Oi,"$1"):O||w)}),u});function Aa(s){if(typeof s=="string"||Yo(s))return s;var u=s+"";return u=="0"&&1/s==-1/0?"-0":u}function oc(s){if(s!=null){try{return Br.call(s)}catch{}try{return s+""}catch{}}return""}function tO(s,u){return te(je,function(w){var O="_."+w[0];u&w[1]&&!Ee(s,O)&&s.push(O)}),s.sort()}function _b(s){if(s instanceof $t)return s.clone();var u=new Cr(s.__wrapped__,s.__chain__);return u.__actions__=zr(s.__actions__),u.__index__=s.__index__,u.__values__=s.__values__,u}function nO(s,u,w){(w?no(s,u,w):u===n)?u=1:u=wn(Yt(u),0);var O=s==null?0:s.length;if(!O||u<1)return[];for(var $=0,K=0,oe=ue(va(O/u));$<O;)oe[K++]=ri(s,$,$+=u);return oe}function rO(s){for(var u=-1,w=s==null?0:s.length,O=0,$=[];++u<w;){var K=s[u];K&&($[O++]=K)}return $}function iO(){var s=arguments.length;if(!s)return[];for(var u=ue(s-1),w=arguments[0],O=s;O--;)u[O-1]=arguments[O];return Tt(Ut(w)?zr(w):[w],fr(u,1))}var oO=Bt(function(s,u){return hr(s)?qs(s,fr(u,1,hr,!0)):[]}),sO=Bt(function(s,u){var w=Ss(u);return hr(w)&&(w=n),hr(s)?qs(s,fr(u,1,hr,!0),Ct(w,2)):[]}),aO=Bt(function(s,u){var w=Ss(u);return hr(w)&&(w=n),hr(s)?qs(s,fr(u,1,hr,!0),n,w):[]});function lO(s,u,w){var O=s==null?0:s.length;return O?(u=w||u===n?1:Yt(u),ri(s,u<0?0:u,O)):[]}function uO(s,u,w){var O=s==null?0:s.length;return O?(u=w||u===n?1:Yt(u),u=O-u,ri(s,0,u<0?0:u)):[]}function cO(s,u){return s&&s.length?ea(s,Ct(u,3),!0,!0):[]}function fO(s,u){return s&&s.length?ea(s,Ct(u,3),!0):[]}function dO(s,u,w,O){var $=s==null?0:s.length;return $?(w&&typeof w!="number"&&no(s,u,w)&&(w=0,O=$),qf(s,u,w,O)):[]}function Rb(s,u,w){var O=s==null?0:s.length;if(!O)return-1;var $=w==null?0:Yt(w);return $<0&&($=wn(O+$,0)),jt(s,Ct(u,3),$)}function Ib(s,u,w){var O=s==null?0:s.length;if(!O)return-1;var $=O-1;return w!==n&&($=Yt(w),$=w<0?wn(O+$,0):Gn($,O-1)),jt(s,Ct(u,3),$,!0)}function Ab(s){var u=s==null?0:s.length;return u?fr(s,1):[]}function hO(s){var u=s==null?0:s.length;return u?fr(s,Ce):[]}function pO(s,u){var w=s==null?0:s.length;return w?(u=u===n?1:Yt(u),fr(s,u)):[]}function gO(s){for(var u=-1,w=s==null?0:s.length,O={};++u<w;){var $=s[u];O[$[0]]=$[1]}return O}function Mb(s){return s&&s.length?s[0]:n}function mO(s,u,w){var O=s==null?0:s.length;if(!O)return-1;var $=w==null?0:Yt(w);return $<0&&($=wn(O+$,0)),Qt(s,u,$)}function vO(s){var u=s==null?0:s.length;return u?ri(s,0,-1):[]}var yO=Bt(function(s){var u=ot(s,Ql);return u.length&&u[0]===s[0]?ka(u):[]}),bO=Bt(function(s){var u=Ss(s),w=ot(s,Ql);return u===Ss(w)?u=n:w.pop(),w.length&&w[0]===s[0]?ka(w,Ct(u,2)):[]}),wO=Bt(function(s){var u=Ss(s),w=ot(s,Ql);return u=typeof u=="function"?u:n,u&&w.pop(),w.length&&w[0]===s[0]?ka(w,n,u):[]});function xO(s,u){return s==null?"":Za.call(s,u)}function Ss(s){var u=s==null?0:s.length;return u?s[u-1]:n}function SO(s,u,w){var O=s==null?0:s.length;if(!O)return-1;var $=O;return w!==n&&($=Yt(w),$=$<0?wn(O+$,0):Gn($,O-1)),u===u?ha(s,u,$):jt(s,go,$,!0)}function TO(s,u){return s&&s.length?Oa(s,Yt(u)):n}var CO=Bt(Lb);function Lb(s,u){return s&&s.length&&u&&u.length?Xu(s,u):s}function EO(s,u,w){return s&&s.length&&u&&u.length?Xu(s,u,Ct(w,2)):s}function kO(s,u,w){return s&&s.length&&u&&u.length?Xu(s,u,n,w):s}var DO=dl(function(s,u){var w=s==null?0:s.length,O=Uu(s,u);return Ku(s,ot(u,function($){return hl($,w)?+$:$}).sort(nc)),O});function PO(s,u){var w=[];if(!(s&&s.length))return w;var O=-1,$=[],K=s.length;for(u=Ct(u,3);++O<K;){var oe=s[O];u(oe,O,s)&&(w.push(oe),$.push(O))}return Ku(s,$),w}function ug(s){return s==null?s:Fl.call(s)}function OO(s,u,w){var O=s==null?0:s.length;return O?(w&&typeof w!="number"&&no(s,u,w)?(u=0,w=O):(u=u==null?0:Yt(u),w=w===n?O:Yt(w)),ri(s,u,w)):[]}function _O(s,u){return Jl(s,u)}function RO(s,u,w){return Qu(s,u,Ct(w,2))}function IO(s,u){var w=s==null?0:s.length;if(w){var O=Jl(s,u);if(O<w&&ra(s[O],u))return O}return-1}function AO(s,u){return Jl(s,u,!0)}function MO(s,u,w){return Qu(s,u,Ct(w,2),!0)}function LO(s,u){var w=s==null?0:s.length;if(w){var O=Jl(s,u,!0)-1;if(ra(s[O],u))return O}return-1}function FO(s){return s&&s.length?ec(s):[]}function NO(s,u){return s&&s.length?ec(s,Ct(u,2)):[]}function jO(s){var u=s==null?0:s.length;return u?ri(s,1,u):[]}function BO(s,u,w){return s&&s.length?(u=w||u===n?1:Yt(u),ri(s,0,u<0?0:u)):[]}function $O(s,u,w){var O=s==null?0:s.length;return O?(u=w||u===n?1:Yt(u),u=O-u,ri(s,u<0?0:u,O)):[]}function VO(s,u){return s&&s.length?ea(s,Ct(u,3),!1,!0):[]}function UO(s,u){return s&&s.length?ea(s,Ct(u,3)):[]}var HO=Bt(function(s){return ys(fr(s,1,hr,!0))}),WO=Bt(function(s){var u=Ss(s);return hr(u)&&(u=n),ys(fr(s,1,hr,!0),Ct(u,2))}),zO=Bt(function(s){var u=Ss(s);return u=typeof u=="function"?u:n,ys(fr(s,1,hr,!0),n,u)});function YO(s){return s&&s.length?ys(s):[]}function GO(s,u){return s&&s.length?ys(s,Ct(u,2)):[]}function qO(s,u){return u=typeof u=="function"?u:n,s&&s.length?ys(s,n,u):[]}function cg(s){if(!(s&&s.length))return[];var u=0;return s=Ie(s,function(w){if(hr(w))return u=wn(w.length,u),!0}),xe(u,function(w){return ot(s,D(w))})}function Fb(s,u){if(!(s&&s.length))return[];var w=cg(s);return u==null?w:ot(w,function(O){return V(u,n,O)})}var XO=Bt(function(s,u){return hr(s)?qs(s,u):[]}),KO=Bt(function(s){return dr(Ie(s,hr))}),ZO=Bt(function(s){var u=Ss(s);return hr(u)&&(u=n),dr(Ie(s,hr),Ct(u,2))}),JO=Bt(function(s){var u=Ss(s);return u=typeof u=="function"?u:n,dr(Ie(s,hr),n,u)}),QO=Bt(cg);function e_(s,u){return Qc(s||[],u||[],Vr)}function t_(s,u){return Qc(s||[],u||[],Qs)}var n_=Bt(function(s){var u=s.length,w=u>1?s[u-1]:n;return w=typeof w=="function"?(s.pop(),w):n,Fb(s,w)});function Nb(s){var u=z(s);return u.__chain__=!0,u}function r_(s,u){return u(s),s}function sh(s,u){return u(s)}var i_=dl(function(s){var u=s.length,w=u?s[0]:0,O=this.__wrapped__,$=function(K){return Uu(K,s)};return u>1||this.__actions__.length||!(O instanceof $t)||!hl(w)?this.thru($):(O=O.slice(w,+w+(u?1:0)),O.__actions__.push({func:sh,args:[$],thisArg:n}),new Cr(O,this.__chain__).thru(function(K){return u&&!K.length&&K.push(n),K}))});function o_(){return Nb(this)}function s_(){return new Cr(this.value(),this.__chain__)}function a_(){this.__values__===n&&(this.__values__=Zb(this.value()));var s=this.__index__>=this.__values__.length,u=s?n:this.__values__[this.__index__++];return{done:s,value:u}}function l_(){return this}function u_(s){for(var u,w=this;w instanceof Uo;){var O=_b(w);O.__index__=0,O.__values__=n,u?$.__wrapped__=O:u=O;var $=O;w=w.__wrapped__}return $.__wrapped__=s,u}function c_(){var s=this.__wrapped__;if(s instanceof $t){var u=s;return this.__actions__.length&&(u=new $t(this)),u=u.reverse(),u.__actions__.push({func:sh,args:[ug],thisArg:n}),new Cr(u,this.__chain__)}return this.thru(ug)}function f_(){return Jc(this.__wrapped__,this.__actions__)}var d_=fl(function(s,u,w){kt.call(s,w)?++s[w]:Si(s,w,1)});function h_(s,u,w){var O=Ut(s)?_e:Vc;return w&&no(s,u,w)&&(u=n),O(s,Ct(u,3))}function p_(s,u){var w=Ut(s)?Ie:Uc;return w(s,Ct(u,3))}var g_=Y(Rb),m_=Y(Ib);function v_(s,u){return fr(ah(s,u),1)}function y_(s,u){return fr(ah(s,u),Ce)}function b_(s,u,w){return w=w===n?1:Yt(w),fr(ah(s,u),w)}function jb(s,u){var w=Ut(s)?te:gs;return w(s,Ct(u,3))}function Bb(s,u){var w=Ut(s)?ge:Yu;return w(s,Ct(u,3))}var w_=fl(function(s,u,w){kt.call(s,w)?s[w].push(u):Si(s,w,[u])});function x_(s,u,w,O){s=Do(s)?s:af(s),w=w&&!O?Yt(w):0;var $=s.length;return w<0&&(w=wn($+w,0)),dh(s)?w<=$&&s.indexOf(u,w)>-1:!!$&&Qt(s,u,w)>-1}var S_=Bt(function(s,u,w){var O=-1,$=typeof u=="function",K=Do(s)?ue(s.length):[];return gs(s,function(oe){K[++O]=$?V(u,oe,w):Co(oe,u,w)}),K}),T_=fl(function(s,u,w){Si(s,w,u)});function ah(s,u){var w=Ut(s)?ot:Qi;return w(s,Ct(u,3))}function C_(s,u,w,O){return s==null?[]:(Ut(u)||(u=u==null?[]:[u]),w=O?n:w,Ut(w)||(w=w==null?[]:[w]),Xl(s,u,w))}var E_=fl(function(s,u,w){s[w?0:1].push(u)},function(){return[[],[]]});function k_(s,u,w){var O=Ut(s)?Et:W,$=arguments.length<3;return O(s,Ct(u,4),w,$,gs)}function D_(s,u,w){var O=Ut(s)?Rn:W,$=arguments.length<3;return O(s,Ct(u,4),w,$,Yu)}function P_(s,u){var w=Ut(s)?Ie:Uc;return w(s,ch(Ct(u,3)))}function O_(s){var u=Ut(s)?ni:ll;return u(s)}function __(s,u,w){(w?no(s,u,w):u===n)?u=1:u=Yt(u);var O=Ut(s)?xi:Ju;return O(s,u)}function R_(s){var u=Ut(s)?To:qc;return u(s)}function I_(s){if(s==null)return 0;if(Do(s))return dh(s)?yo(s):s.length;var u=Li(s);return u==Mt||u==Jn?s.size:zo(s).length}function A_(s,u,w){var O=Ut(s)?un:Xc;return w&&no(s,u,w)&&(u=n),O(s,Ct(u,3))}var M_=Bt(function(s,u){if(s==null)return[];var w=u.length;return w>1&&no(s,u[0],u[1])?u=[]:w>2&&no(u[0],u[1],u[2])&&(u=[u[0]]),Xl(s,fr(u,1),[])}),lh=Ka||function(){return ln.Date.now()};function L_(s,u){if(typeof u!="function")throw new Vt(a);return s=Yt(s),function(){if(--s<1)return u.apply(this,arguments)}}function $b(s,u,w){return u=w?n:u,u=s&&u==null?s.length:u,na(s,x,n,n,n,n,u)}function Vb(s,u){var w;if(typeof u!="function")throw new Vt(a);return s=Yt(s),function(){return--s>0&&(w=u.apply(this,arguments)),s<=1&&(u=n),w}}var fg=Bt(function(s,u,w){var O=j;if(w.length){var $=ti(w,of(fg));O|=q}return na(s,O,u,w,$)}),Ub=Bt(function(s,u,w){var O=j|R;if(w.length){var $=ti(w,of(Ub));O|=q}return na(u,O,s,w,$)});function Hb(s,u,w){u=w?n:u;var O=na(s,U,n,n,n,n,n,u);return O.placeholder=Hb.placeholder,O}function Wb(s,u,w){u=w?n:u;var O=na(s,ne,n,n,n,n,n,u);return O.placeholder=Wb.placeholder,O}function zb(s,u,w){var O,$,K,oe,he,ye,We=0,Ge=!1,Ze=!1,at=!0;if(typeof s!="function")throw new Vt(a);u=Ts(u)||0,qn(w)&&(Ge=!!w.leading,Ze="maxWait"in w,K=Ze?wn(Ts(w.maxWait)||0,u):K,at="trailing"in w?!!w.trailing:at);function bt(pr){var ia=O,ml=$;return O=$=n,We=pr,oe=s.apply(ml,ia),oe}function Dt(pr){return We=pr,he=Jf(Jt,u),Ge?bt(pr):oe}function Xt(pr){var ia=pr-ye,ml=pr-We,c0=u-ia;return Ze?Gn(c0,K-ml):c0}function Pt(pr){var ia=pr-ye,ml=pr-We;return ye===n||ia>=u||ia<0||Ze&&ml>=K}function Jt(){var pr=lh();if(Pt(pr))return tn(pr);he=Jf(Jt,Xt(pr))}function tn(pr){return he=n,at&&O?bt(pr):(O=$=n,oe)}function Go(){he!==n&&tu(he),We=0,O=ye=$=he=n}function ro(){return he===n?oe:tn(lh())}function qo(){var pr=lh(),ia=Pt(pr);if(O=arguments,$=this,ye=pr,ia){if(he===n)return Dt(ye);if(Ze)return tu(he),he=Jf(Jt,u),bt(ye)}return he===n&&(he=Jf(Jt,u)),oe}return qo.cancel=Go,qo.flush=ro,qo}var F_=Bt(function(s,u){return zu(s,1,u)}),N_=Bt(function(s,u,w){return zu(s,Ts(u)||0,w)});function j_(s){return na(s,ae)}function uh(s,u){if(typeof s!="function"||u!=null&&typeof u!="function")throw new Vt(a);var w=function(){var O=arguments,$=u?u.apply(this,O):O[0],K=w.cache;if(K.has($))return K.get($);var oe=s.apply(this,O);return w.cache=K.set($,oe)||K,oe};return w.cache=new(uh.Cache||Ho),w}uh.Cache=Ho;function ch(s){if(typeof s!="function")throw new Vt(a);return function(){var u=arguments;switch(u.length){case 0:return!s.call(this);case 1:return!s.call(this,u[0]);case 2:return!s.call(this,u[0],u[1]);case 3:return!s.call(this,u[0],u[1],u[2])}return!s.apply(this,u)}}function B_(s){return Vb(2,s)}var $_=ef(function(s,u){u=u.length==1&&Ut(u[0])?ot(u[0],ht(Ct())):ot(fr(u,1),ht(Ct()));var w=u.length;return Bt(function(O){for(var $=-1,K=Gn(O.length,w);++$<K;)O[$]=u[$].call(this,O[$]);return V(s,this,O)})}),dg=Bt(function(s,u){var w=ti(u,of(dg));return na(s,q,n,u,w)}),Yb=Bt(function(s,u){var w=ti(u,of(Yb));return na(s,ie,n,u,w)}),V_=dl(function(s,u){return na(s,le,n,n,n,u)});function U_(s,u){if(typeof s!="function")throw new Vt(a);return u=u===n?u:Yt(u),Bt(s,u)}function H_(s,u){if(typeof s!="function")throw new Vt(a);return u=u==null?0:wn(Yt(u),0),Bt(function(w){var O=w[u],$=bs(w,0,u);return O&&Tt($,O),V(s,this,$)})}function W_(s,u,w){var O=!0,$=!0;if(typeof s!="function")throw new Vt(a);return qn(w)&&(O="leading"in w?!!w.leading:O,$="trailing"in w?!!w.trailing:$),zb(s,u,{leading:O,maxWait:u,trailing:$})}function z_(s){return $b(s,1)}function Y_(s,u){return dg(eu(u),s)}function G_(){if(!arguments.length)return[];var s=arguments[0];return Ut(s)?s:[s]}function q_(s){return Ur(s,E)}function X_(s,u){return u=typeof u=="function"?u:n,Ur(s,E,u)}function K_(s){return Ur(s,g|E)}function Z_(s,u){return u=typeof u=="function"?u:n,Ur(s,g|E,u)}function J_(s,u){return u==null||Wu(s,u,ii(u))}function ra(s,u){return s===u||s!==s&&u!==u}var Q_=ko(Xs),eR=ko(function(s,u){return s>=u}),sc=Yl(function(){return arguments}())?Yl:function(s){return or(s)&&kt.call(s,"callee")&&!Al.call(s,"callee")},Ut=ue.isArray,tR=h?ht(h):Ks;function Do(s){return s!=null&&fh(s.length)&&!pl(s)}function hr(s){return or(s)&&Do(s)}function nR(s){return s===!0||s===!1||or(s)&&rr(s)==ct}var ru=Ll||Tg,rR=b?ht(b):Wc;function iR(s){return or(s)&&s.nodeType===1&&!Qf(s)}function oR(s){if(s==null)return!0;if(Do(s)&&(Ut(s)||typeof s=="string"||typeof s.splice=="function"||ru(s)||sf(s)||sc(s)))return!s.length;var u=Li(s);if(u==Mt||u==Jn)return!s.size;if(Zf(s))return!zo(s).length;for(var w in s)if(kt.call(s,w))return!1;return!0}function sR(s,u){return il(s,u)}function aR(s,u,w){w=typeof w=="function"?w:n;var O=w?w(s,u):n;return O===n?il(s,u,n,w):!!O}function hg(s){if(!or(s))return!1;var u=rr(s);return u==yt||u==ft||typeof s.message=="string"&&typeof s.name=="string"&&!Qf(s)}function lR(s){return typeof s=="number"&&ba(s)}function pl(s){if(!qn(s))return!1;var u=rr(s);return u==Je||u==It||u==nt||u==Vi}function Gb(s){return typeof s=="number"&&s==Yt(s)}function fh(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=Oe}function qn(s){var u=typeof s;return s!=null&&(u=="object"||u=="function")}function or(s){return s!=null&&typeof s=="object"}var qb=C?ht(C):Pa;function uR(s,u){return s===u||qu(s,u,rg(u))}function cR(s,u,w){return w=typeof w=="function"?w:n,qu(s,u,rg(u),w)}function fR(s){return Xb(s)&&s!=+s}function dR(s){if(XP(s))throw new Be(o);return zc(s)}function hR(s){return s===null}function pR(s){return s==null}function Xb(s){return typeof s=="number"||or(s)&&rr(s)==Vn}function Qf(s){if(!or(s)||rr(s)!=Un)return!1;var u=Vs(s);if(u===null)return!0;var w=kt.call(u,"constructor")&&u.constructor;return typeof w=="function"&&w instanceof w&&Br.call(w)==Ru}var pg=P?ht(P):Zs;function gR(s){return Gb(s)&&s>=-9007199254740991&&s<=Oe}var Kb=L?ht(L):Gl;function dh(s){return typeof s=="string"||!Ut(s)&&or(s)&&rr(s)==sn}function Yo(s){return typeof s=="symbol"||or(s)&&rr(s)==fn}var sf=N?ht(N):Wo;function mR(s){return s===n}function vR(s){return or(s)&&Li(s)==ut}function yR(s){return or(s)&&rr(s)==Dn}var bR=ko(Ji),wR=ko(function(s,u){return s<=u});function Zb(s){if(!s)return[];if(Do(s))return dh(s)?cn(s):zr(s);if(Ki&&s[Ki])return Ai(s[Ki]());var u=Li(s),w=u==Mt?da:u==Jn?vo:af;return w(s)}function gl(s){if(!s)return s===0?s:0;if(s=Ts(s),s===Ce||s===-1/0){var u=s<0?-1:1;return u*Ne}return s===s?s:0}function Yt(s){var u=gl(s),w=u%1;return u===u?w?u-w:u:0}function Jb(s){return s?Gs(Yt(s),0,Te):0}function Ts(s){if(typeof s=="number")return s;if(Yo(s))return me;if(qn(s)){var u=typeof s.valueOf=="function"?s.valueOf():s;s=qn(u)?u+"":u}if(typeof s!="string")return s===0?s:+s;s=qe(s);var w=fi.test(s);return w||wr.test(s)?Bs(s.slice(2),w?2:8):Rr.test(s)?me:+s}function Qb(s){return Mi(s,Po(s))}function xR(s){return s?Gs(Yt(s),-9007199254740991,Oe):s===0?s:0}function gn(s){return s==null?"":Hr(s)}var SR=Ra(function(s,u){if(Zf(u)||Do(u)){Mi(u,ii(u),s);return}for(var w in u)kt.call(u,w)&&Vr(s,w,u[w])}),e0=Ra(function(s,u){Mi(u,Po(u),s)}),hh=Ra(function(s,u,w,O){Mi(u,Po(u),s,O)}),TR=Ra(function(s,u,w,O){Mi(u,ii(u),s,O)}),CR=dl(Uu);function ER(s,u){var w=Vo(s);return u==null?w:$c(w,u)}var kR=Bt(function(s,u){s=it(s);var w=-1,O=u.length,$=O>2?u[2]:n;for($&&no(u[0],u[1],$)&&(O=1);++w<O;)for(var K=u[w],oe=Po(K),he=-1,ye=oe.length;++he<ye;){var We=oe[he],Ge=s[We];(Ge===n||ra(Ge,An[We])&&!kt.call(s,We))&&(s[We]=K[We])}return s}),DR=Bt(function(s){return s.push(n,vb),V(t0,n,s)});function PR(s,u){return jr(s,Ct(u,3),Ti)}function OR(s,u){return jr(s,Ct(u,3),Ul)}function _R(s,u){return s==null?s:Gu(s,Ct(u,3),Po)}function RR(s,u){return s==null?s:Hc(s,Ct(u,3),Po)}function IR(s,u){return s&&Ti(s,Ct(u,3))}function AR(s,u){return s&&Ul(s,Ct(u,3))}function MR(s){return s==null?[]:Ca(s,ii(s))}function LR(s){return s==null?[]:Ca(s,Po(s))}function gg(s,u,w){var O=s==null?n:ms(s,u);return O===n?w:O}function FR(s,u){return s!=null&&wb(s,u,Hl)}function mg(s,u){return s!=null&&wb(s,u,Ea)}var NR=$e(function(s,u,w){u!=null&&typeof u.toString!="function"&&(u=Fo.call(u)),s[u]=w},yg(Oo)),jR=$e(function(s,u,w){u!=null&&typeof u.toString!="function"&&(u=Fo.call(u)),kt.call(s,u)?s[u].push(w):s[u]=[w]},Ct),BR=Bt(Co);function ii(s){return Do(s)?nl(s):zo(s)}function Po(s){return Do(s)?nl(s,!0):ol(s)}function $R(s,u){var w={};return u=Ct(u,3),Ti(s,function(O,$,K){Si(w,u(O,$,K),O)}),w}function VR(s,u){var w={};return u=Ct(u,3),Ti(s,function(O,$,K){Si(w,$,u(O,$,K))}),w}var UR=Ra(function(s,u,w){vs(s,u,w)}),t0=Ra(function(s,u,w,O){vs(s,u,w,O)}),HR=dl(function(s,u){var w={};if(s==null)return w;var O=!1;u=ot(u,function(K){return K=Ci(K,s),O||(O=K.length>1),K}),Mi(s,tg(s),w),O&&(w=Ur(w,g|T|E,NP));for(var $=u.length;$--;)Wr(w,u[$]);return w});function WR(s,u){return n0(s,ch(Ct(u)))}var zR=dl(function(s,u){return s==null?{}:al(s,u)});function n0(s,u){if(s==null)return{};var w=ot(tg(s),function(O){return[O]});return u=Ct(u),_a(s,w,function(O,$){return u(O,$[0])})}function YR(s,u,w){u=Ci(u,s);var O=-1,$=u.length;for($||($=1,s=n);++O<$;){var K=s==null?n:s[Aa(u[O])];K===n&&(O=$,K=w),s=pl(K)?K.call(s):K}return s}function GR(s,u,w){return s==null?s:Qs(s,u,w)}function qR(s,u,w,O){return O=typeof O=="function"?O:n,s==null?s:Qs(s,u,w,O)}var r0=rf(ii),i0=rf(Po);function XR(s,u,w){var O=Ut(s),$=O||ru(s)||sf(s);if(u=Ct(u,4),w==null){var K=s&&s.constructor;$?w=O?new K:[]:qn(s)?w=pl(K)?Vo(Vs(s)):{}:w={}}return($?te:Ti)(s,function(oe,he,ye){return u(w,oe,he,ye)}),w}function KR(s,u){return s==null?!0:Wr(s,u)}function ZR(s,u,w){return s==null?s:Zc(s,u,eu(w))}function JR(s,u,w,O){return O=typeof O=="function"?O:n,s==null?s:Zc(s,u,eu(w),O)}function af(s){return s==null?[]:_t(s,ii(s))}function QR(s){return s==null?[]:_t(s,Po(s))}function eI(s,u,w){return w===n&&(w=u,u=n),w!==n&&(w=Ts(w),w=w===w?w:0),u!==n&&(u=Ts(u),u=u===u?u:0),Gs(Ts(s),u,w)}function tI(s,u,w){return u=gl(u),w===n?(w=u,u=0):w=gl(w),s=Ts(s),Wl(s,u,w)}function nI(s,u,w){if(w&&typeof w!="boolean"&&no(s,u,w)&&(u=w=n),w===n&&(typeof u=="boolean"?(w=u,u=n):typeof s=="boolean"&&(w=s,s=n)),s===n&&u===n?(s=0,u=1):(s=gl(s),u===n?(u=s,s=0):u=gl(u)),s>u){var O=s;s=u,u=O}if(w||s%1||u%1){var $=cs();return Gn(s+$*(u-s+ur("1e-"+(($+"").length-1))),u)}return Js(s,u)}var rI=S(function(s,u,w){return u=u.toLowerCase(),s+(w?o0(u):u)});function o0(s){return vg(gn(s).toLowerCase())}function s0(s){return s=gn(s),s&&s.replace(tr,$n).replace(is,"")}function iI(s,u,w){s=gn(s),u=Hr(u);var O=s.length;w=w===n?O:Gs(Yt(w),0,O);var $=w;return w-=u.length,w>=0&&s.slice(w,$)==u}function oI(s){return s=gn(s),s&&zi.test(s)?s.replace(Wt,ss):s}function sI(s){return s=gn(s),s&&ci.test(s)?s.replace(br,"\\$&"):s}var aI=S(function(s,u,w){return s+(w?"-":"")+u.toLowerCase()}),lI=S(function(s,u,w){return s+(w?" ":"")+u.toLowerCase()}),uI=m("toLowerCase");function cI(s,u,w){s=gn(s),u=Yt(u);var O=u?yo(s):0;if(!u||O>=u)return s;var $=(u-O)/2;return xt(Us($),w)+s+xt(va($),w)}function fI(s,u,w){s=gn(s),u=Yt(u);var O=u?yo(s):0;return u&&O<u?s+xt(u-O,w):s}function dI(s,u,w){s=gn(s),u=Yt(u);var O=u?yo(s):0;return u&&O<u?xt(u-O,w)+s:s}function hI(s,u,w){return w||u==null?u=0:u&&(u=+u),Mu(gn(s).replace(an,""),u||0)}function pI(s,u,w){return(w?no(s,u,w):u===n)?u=1:u=Yt(u),Kl(gn(s),u)}function gI(){var s=arguments,u=gn(s[0]);return s.length<3?u:u.replace(s[1],s[2])}var mI=S(function(s,u,w){return s+(w?"_":"")+u.toLowerCase()});function vI(s,u,w){return w&&typeof w!="number"&&no(s,u,w)&&(u=w=n),w=w===n?Te:w>>>0,w?(s=gn(s),s&&(typeof u=="string"||u!=null&&!pg(u))&&(u=Hr(u),!u&&ei(s))?bs(cn(s),0,w):s.split(u,w)):[]}var yI=S(function(s,u,w){return s+(w?" ":"")+vg(u)});function bI(s,u,w){return s=gn(s),w=w==null?0:Gs(Yt(w),0,s.length),u=Hr(u),s.slice(w,w+u.length)==u}function wI(s,u,w){var O=z.templateSettings;w&&no(s,u,w)&&(u=n),s=gn(s),u=hh({},u,O,mb);var $=hh({},u.imports,O.imports,mb),K=ii($),oe=_t($,K),he,ye,We=0,Ge=u.interpolate||Yi,Ze="__p += '",at=At((u.escape||Yi).source+"|"+Ge.source+"|"+(Ge===li?er:Yi).source+"|"+(u.evaluate||Yi).source+"|$","g"),bt="//# sourceURL="+(kt.call(u,"sourceURL")?(u.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++rn+"]")+`
146
146
  `;s.replace(at,function(Pt,Jt,tn,Go,ro,qo){return tn||(tn=Go),Ze+=s.slice(We,qo).replace(_i,fa),Jt&&(he=!0,Ze+=`' +
147
147
  __e(`+Jt+`) +
148
148
  '`),ro&&(ye=!0,Ze+=`';
@@ -159,7 +159,7 @@ __p += '`),tn&&(Ze+=`' +
159
159
  function print() { __p += __j.call(arguments, '') }
160
160
  `:`;
161
161
  `)+Ze+`return __p
162
- }`;var Xt=l0(function(){return st(K,bt+"return "+Ze).apply(n,oe)});if(Xt.source=Ze,hg(Xt))throw Xt;return Xt}function xI(s){return gn(s).toLowerCase()}function SI(s){return gn(s).toUpperCase()}function TI(s,u,w){if(s=gn(s),s&&(w||u===n))return qe(s);if(!s||!(u=Hr(u)))return s;var O=cn(s),$=cn(u),K=vt(O,$),oe=In(O,$)+1;return bs(O,K,oe).join("")}function CI(s,u,w){if(s=gn(s),s&&(w||u===n))return s.slice(0,Il(s)+1);if(!s||!(u=Hr(u)))return s;var O=cn(s),$=In(O,cn(u))+1;return bs(O,0,$).join("")}function EI(s,u,w){if(s=gn(s),s&&(w||u===n))return s.replace(an,"");if(!s||!(u=Hr(u)))return s;var O=cn(s),$=vt(O,cn(u));return bs(O,$).join("")}function kI(s,u){var w=ze,O=tt;if(qn(u)){var $="separator"in u?u.separator:$;w="length"in u?Yt(u.length):w,O="omission"in u?Hr(u.omission):O}s=gn(s);var K=s.length;if(ei(s)){var oe=cn(s);K=oe.length}if(w>=K)return s;var he=w-yo(O);if(he<1)return O;var ye=oe?bs(oe,0,he).join(""):s.slice(0,he);if($===n)return ye+O;if(oe&&(he+=ye.length-he),pg($)){if(s.slice(he).search($)){var We,Ge=ye;for($.global||($=At($.source,gn(_r.exec($))+"g")),$.lastIndex=0;We=$.exec(Ge);)var Ze=We.index;ye=ye.slice(0,Ze===n?he:Ze)}}else if(s.indexOf(Hr($),he)!=he){var at=ye.lastIndexOf($);at>-1&&(ye=ye.slice(0,at))}return ye+O}function DI(s){return s=gn(s),s&&ai.test(s)?s.replace(Qn,pa):s}var PI=S(function(s,u,w){return s+(w?" ":"")+u.toUpperCase()}),vg=m("toUpperCase");function a0(s,u,w){return s=gn(s),u=w?n:u,u===n?Ya(s)?de(s):Lt(s):s.match(u)||[]}var l0=Bt(function(s,u){try{return V(s,n,u)}catch(w){return hg(w)?w:new Be(w)}}),OI=dl(function(s,u){return te(u,function(w){w=Aa(w),Si(s,w,fg(s[w],s))}),s});function _I(s){var u=s==null?0:s.length,w=Ct();return s=u?ot(s,function(O){if(typeof O[1]!="function")throw new Vt(a);return[w(O[0]),O[1]]}):[],Bt(function(O){for(var $=-1;++$<u;){var K=s[$];if(V(K[0],this,O))return V(K[1],this,O)}})}function RI(s){return Hu(Ur(s,g))}function yg(s){return function(){return s}}function II(s,u){return s==null||s!==s?u:s}var AI=re(),MI=re(!0);function Oo(s){return s}function bg(s){return ql(typeof s=="function"?s:Ur(s,g))}function LI(s){return Eo(Ur(s,g))}function FI(s,u){return sl(s,Ur(u,g))}var NI=Bt(function(s,u){return function(w){return Co(w,s,u)}}),jI=Bt(function(s,u){return function(w){return Co(s,w,u)}});function wg(s,u,w){var O=ii(u),$=Ca(u,O);w==null&&!(qn(u)&&($.length||!O.length))&&(w=u,u=s,s=this,$=Ca(u,ii(u)));var K=!(qn(w)&&"chain"in w)||!!w.chain,oe=pl(s);return te($,function(he){var ye=u[he];s[he]=ye,oe&&(s.prototype[he]=function(){var We=this.__chain__;if(K||We){var Ge=s(this.__wrapped__),Ze=Ge.__actions__=zr(this.__actions__);return Ze.push({func:ye,args:arguments,thisArg:s}),Ge.__chain__=We,Ge}return ye.apply(s,Tt([this.value()],arguments))})}),s}function BI(){return ln._===this&&(ln._=Iu),this}function xg(){}function $I(s){return s=Yt(s),Bt(function(u){return Oa(u,s)})}var VI=rt(ot),UI=rt(_e),HI=rt(un);function u0(s){return og(s)?D(Aa(s)):Yc(s)}function WI(s){return function(u){return s==null?n:ms(s,u)}}var zI=ir(),YI=ir(!0);function Sg(){return[]}function Tg(){return!1}function GI(){return{}}function qI(){return""}function XI(){return!0}function KI(s,u){if(s=Yt(s),s<1||s>Oe)return[];var w=Te,O=Gn(s,Te);u=Ct(u),s-=Te;for(var $=xe(O,u);++w<s;)u(w);return $}function ZI(s){return Ut(s)?ot(s,Aa):Yo(s)?[s]:zr(Ob(gn(s)))}function JI(s){var u=++_u;return gn(s)+u}var QI=Xe(function(s,u){return s+u},0),eA=to("ceil"),tA=Xe(function(s,u){return s/u},1),nA=to("floor");function rA(s){return s&&s.length?Vl(s,Oo,Xs):n}function iA(s,u){return s&&s.length?Vl(s,Ct(u,2),Xs):n}function oA(s){return Tr(s,Oo)}function sA(s,u){return Tr(s,Ct(u,2))}function aA(s){return s&&s.length?Vl(s,Oo,Ji):n}function lA(s,u){return s&&s.length?Vl(s,Ct(u,2),Ji):n}var uA=Xe(function(s,u){return s*u},1),cA=to("round"),fA=Xe(function(s,u){return s-u},0);function dA(s){return s&&s.length?we(s,Oo):0}function hA(s,u){return s&&s.length?we(s,Ct(u,2)):0}return z.after=L_,z.ary=$b,z.assign=SR,z.assignIn=e0,z.assignInWith=dh,z.assignWith=TR,z.at=CR,z.before=Vb,z.bind=fg,z.bindAll=OI,z.bindKey=Ub,z.castArray=G_,z.chain=Nb,z.chunk=nO,z.compact=rO,z.concat=iO,z.cond=_I,z.conforms=RI,z.constant=yg,z.countBy=d_,z.create=ER,z.curry=Hb,z.curryRight=Wb,z.debounce=zb,z.defaults=kR,z.defaultsDeep=DR,z.defer=F_,z.delay=N_,z.difference=oO,z.differenceBy=sO,z.differenceWith=aO,z.drop=lO,z.dropRight=uO,z.dropRightWhile=cO,z.dropWhile=fO,z.fill=dO,z.filter=p_,z.flatMap=v_,z.flatMapDeep=y_,z.flatMapDepth=b_,z.flatten=Ab,z.flattenDeep=hO,z.flattenDepth=pO,z.flip=j_,z.flow=AI,z.flowRight=MI,z.fromPairs=gO,z.functions=MR,z.functionsIn=LR,z.groupBy=w_,z.initial=vO,z.intersection=yO,z.intersectionBy=bO,z.intersectionWith=wO,z.invert=NR,z.invertBy=jR,z.invokeMap=S_,z.iteratee=bg,z.keyBy=T_,z.keys=ii,z.keysIn=Po,z.map=sh,z.mapKeys=$R,z.mapValues=VR,z.matches=LI,z.matchesProperty=FI,z.memoize=lh,z.merge=UR,z.mergeWith=t0,z.method=NI,z.methodOf=jI,z.mixin=wg,z.negate=uh,z.nthArg=$I,z.omit=HR,z.omitBy=WR,z.once=B_,z.orderBy=C_,z.over=VI,z.overArgs=$_,z.overEvery=UI,z.overSome=HI,z.partial=dg,z.partialRight=Yb,z.partition=E_,z.pick=zR,z.pickBy=n0,z.property=u0,z.propertyOf=WI,z.pull=CO,z.pullAll=Lb,z.pullAllBy=EO,z.pullAllWith=kO,z.pullAt=DO,z.range=zI,z.rangeRight=YI,z.rearg=V_,z.reject=P_,z.remove=PO,z.rest=U_,z.reverse=ug,z.sampleSize=__,z.set=GR,z.setWith=qR,z.shuffle=R_,z.slice=OO,z.sortBy=M_,z.sortedUniq=FO,z.sortedUniqBy=NO,z.split=vI,z.spread=H_,z.tail=jO,z.take=BO,z.takeRight=$O,z.takeRightWhile=VO,z.takeWhile=UO,z.tap=r_,z.throttle=W_,z.thru=oh,z.toArray=Zb,z.toPairs=r0,z.toPairsIn=i0,z.toPath=ZI,z.toPlainObject=Qb,z.transform=XR,z.unary=z_,z.union=HO,z.unionBy=WO,z.unionWith=zO,z.uniq=YO,z.uniqBy=GO,z.uniqWith=qO,z.unset=KR,z.unzip=cg,z.unzipWith=Fb,z.update=ZR,z.updateWith=JR,z.values=af,z.valuesIn=QR,z.without=XO,z.words=a0,z.wrap=Y_,z.xor=KO,z.xorBy=ZO,z.xorWith=JO,z.zip=QO,z.zipObject=e_,z.zipObjectDeep=t_,z.zipWith=n_,z.entries=r0,z.entriesIn=i0,z.extend=e0,z.extendWith=dh,wg(z,z),z.add=QI,z.attempt=l0,z.camelCase=rI,z.capitalize=o0,z.ceil=eA,z.clamp=eI,z.clone=q_,z.cloneDeep=K_,z.cloneDeepWith=Z_,z.cloneWith=X_,z.conformsTo=J_,z.deburr=s0,z.defaultTo=II,z.divide=tA,z.endsWith=iI,z.eq=ra,z.escape=oI,z.escapeRegExp=sI,z.every=h_,z.find=g_,z.findIndex=Rb,z.findKey=PR,z.findLast=m_,z.findLastIndex=Ib,z.findLastKey=OR,z.floor=nA,z.forEach=jb,z.forEachRight=Bb,z.forIn=_R,z.forInRight=RR,z.forOwn=IR,z.forOwnRight=AR,z.get=gg,z.gt=Q_,z.gte=eR,z.has=FR,z.hasIn=mg,z.head=Mb,z.identity=Oo,z.includes=x_,z.indexOf=mO,z.inRange=tI,z.invoke=BR,z.isArguments=sc,z.isArray=Ut,z.isArrayBuffer=tR,z.isArrayLike=Do,z.isArrayLikeObject=hr,z.isBoolean=nR,z.isBuffer=ru,z.isDate=rR,z.isElement=iR,z.isEmpty=oR,z.isEqual=sR,z.isEqualWith=aR,z.isError=hg,z.isFinite=lR,z.isFunction=pl,z.isInteger=Gb,z.isLength=ch,z.isMap=qb,z.isMatch=uR,z.isMatchWith=cR,z.isNaN=fR,z.isNative=dR,z.isNil=pR,z.isNull=hR,z.isNumber=Xb,z.isObject=qn,z.isObjectLike=or,z.isPlainObject=Qf,z.isRegExp=pg,z.isSafeInteger=gR,z.isSet=Kb,z.isString=fh,z.isSymbol=Yo,z.isTypedArray=sf,z.isUndefined=mR,z.isWeakMap=vR,z.isWeakSet=yR,z.join=xO,z.kebabCase=aI,z.last=Ss,z.lastIndexOf=SO,z.lowerCase=lI,z.lowerFirst=uI,z.lt=bR,z.lte=wR,z.max=rA,z.maxBy=iA,z.mean=oA,z.meanBy=sA,z.min=aA,z.minBy=lA,z.stubArray=Sg,z.stubFalse=Tg,z.stubObject=GI,z.stubString=qI,z.stubTrue=XI,z.multiply=uA,z.nth=TO,z.noConflict=BI,z.noop=xg,z.now=ah,z.pad=cI,z.padEnd=fI,z.padStart=dI,z.parseInt=hI,z.random=nI,z.reduce=k_,z.reduceRight=D_,z.repeat=pI,z.replace=gI,z.result=YR,z.round=cA,z.runInContext=Z,z.sample=O_,z.size=I_,z.snakeCase=mI,z.some=A_,z.sortedIndex=_O,z.sortedIndexBy=RO,z.sortedIndexOf=IO,z.sortedLastIndex=AO,z.sortedLastIndexBy=MO,z.sortedLastIndexOf=LO,z.startCase=yI,z.startsWith=bI,z.subtract=fA,z.sum=dA,z.sumBy=hA,z.template=wI,z.times=KI,z.toFinite=gl,z.toInteger=Yt,z.toLength=Jb,z.toLower=xI,z.toNumber=Ts,z.toSafeInteger=xR,z.toString=gn,z.toUpper=SI,z.trim=TI,z.trimEnd=CI,z.trimStart=EI,z.truncate=kI,z.unescape=DI,z.uniqueId=JI,z.upperCase=PI,z.upperFirst=vg,z.each=jb,z.eachRight=Bb,z.first=Mb,wg(z,function(){var s={};return Ti(z,function(u,w){kt.call(z.prototype,w)||(s[w]=u)}),s}(),{chain:!1}),z.VERSION=r,te(["bind","bindKey","curry","curryRight","partial","partialRight"],function(s){z[s].placeholder=z}),te(["drop","take"],function(s,u){$t.prototype[s]=function(w){w=w===n?1:wn(Yt(w),0);var O=this.__filtered__&&!u?new $t(this):this.clone();return O.__filtered__?O.__takeCount__=Gn(w,O.__takeCount__):O.__views__.push({size:Gn(w,Te),type:s+(O.__dir__<0?"Right":"")}),O},$t.prototype[s+"Right"]=function(w){return this.reverse()[s](w).reverse()}}),te(["filter","map","takeWhile"],function(s,u){var w=u+1,O=w==Ye||w==fe;$t.prototype[s]=function($){var K=this.clone();return K.__iteratees__.push({iteratee:Ct($,3),type:w}),K.__filtered__=K.__filtered__||O,K}}),te(["head","last"],function(s,u){var w="take"+(u?"Right":"");$t.prototype[s]=function(){return this[w](1).value()[0]}}),te(["initial","tail"],function(s,u){var w="drop"+(u?"":"Right");$t.prototype[s]=function(){return this.__filtered__?new $t(this):this[w](1)}}),$t.prototype.compact=function(){return this.filter(Oo)},$t.prototype.find=function(s){return this.filter(s).head()},$t.prototype.findLast=function(s){return this.reverse().find(s)},$t.prototype.invokeMap=Bt(function(s,u){return typeof s=="function"?new $t(this):this.map(function(w){return Co(w,s,u)})}),$t.prototype.reject=function(s){return this.filter(uh(Ct(s)))},$t.prototype.slice=function(s,u){s=Yt(s);var w=this;return w.__filtered__&&(s>0||u<0)?new $t(w):(s<0?w=w.takeRight(-s):s&&(w=w.drop(s)),u!==n&&(u=Yt(u),w=u<0?w.dropRight(-u):w.take(u-s)),w)},$t.prototype.takeRightWhile=function(s){return this.reverse().takeWhile(s).reverse()},$t.prototype.toArray=function(){return this.take(Te)},Ti($t.prototype,function(s,u){var w=/^(?:filter|find|map|reject)|While$/.test(u),O=/^(?:head|last)$/.test(u),$=z[O?"take"+(u=="last"?"Right":""):u],K=O||/^find/.test(u);$&&(z.prototype[u]=function(){var oe=this.__wrapped__,he=O?[1]:arguments,ye=oe instanceof $t,We=he[0],Ge=ye||Ut(oe),Ze=function(Jt){var tn=$.apply(z,Tt([Jt],he));return O&&at?tn[0]:tn};Ge&&w&&typeof We=="function"&&We.length!=1&&(ye=Ge=!1);var at=this.__chain__,bt=!!this.__actions__.length,Dt=K&&!at,Xt=ye&&!bt;if(!K&&Ge){oe=Xt?oe:new $t(this);var Pt=s.apply(oe,he);return Pt.__actions__.push({func:oh,args:[Ze],thisArg:n}),new Cr(Pt,at)}return Dt&&Xt?s.apply(this,he):(Pt=this.thru(Ze),Dt?O?Pt.value()[0]:Pt.value():Pt)})}),te(["pop","push","shift","sort","splice","unshift"],function(s){var u=Yn[s],w=/^(?:push|sort|unshift)$/.test(s)?"tap":"thru",O=/^(?:pop|shift)$/.test(s);z.prototype[s]=function(){var $=arguments;if(O&&!this.__chain__){var K=this.value();return u.apply(Ut(K)?K:[],$)}return this[w](function(oe){return u.apply(Ut(oe)?oe:[],$)})}}),Ti($t.prototype,function(s,u){var w=z[u];if(w){var O=w.name+"";kt.call(Hs,O)||(Hs[O]=[]),Hs[O].push({name:u,func:w})}}),Hs[Se(n,R).name]=[{name:"wrapper",func:n}],$t.prototype.clone=Nl,$t.prototype.reverse=el,$t.prototype.value=jl,z.prototype.at=i_,z.prototype.chain=o_,z.prototype.commit=s_,z.prototype.next=a_,z.prototype.plant=u_,z.prototype.reverse=c_,z.prototype.toJSON=z.prototype.valueOf=z.prototype.value=f_,z.prototype.first=z.prototype.head,Ki&&(z.prototype[Ki]=l_),z},Pe=ke();bi?((bi.exports=Pe)._=Pe,Lo._=Pe):ln._=Pe}).call(Di)})(xp,xp.exports);var QD=xp.exports;const R6=Eu(QD);var eP={exports:{}};/*!
162
+ }`;var Xt=l0(function(){return st(K,bt+"return "+Ze).apply(n,oe)});if(Xt.source=Ze,hg(Xt))throw Xt;return Xt}function xI(s){return gn(s).toLowerCase()}function SI(s){return gn(s).toUpperCase()}function TI(s,u,w){if(s=gn(s),s&&(w||u===n))return qe(s);if(!s||!(u=Hr(u)))return s;var O=cn(s),$=cn(u),K=vt(O,$),oe=In(O,$)+1;return bs(O,K,oe).join("")}function CI(s,u,w){if(s=gn(s),s&&(w||u===n))return s.slice(0,Il(s)+1);if(!s||!(u=Hr(u)))return s;var O=cn(s),$=In(O,cn(u))+1;return bs(O,0,$).join("")}function EI(s,u,w){if(s=gn(s),s&&(w||u===n))return s.replace(an,"");if(!s||!(u=Hr(u)))return s;var O=cn(s),$=vt(O,cn(u));return bs(O,$).join("")}function kI(s,u){var w=ze,O=tt;if(qn(u)){var $="separator"in u?u.separator:$;w="length"in u?Yt(u.length):w,O="omission"in u?Hr(u.omission):O}s=gn(s);var K=s.length;if(ei(s)){var oe=cn(s);K=oe.length}if(w>=K)return s;var he=w-yo(O);if(he<1)return O;var ye=oe?bs(oe,0,he).join(""):s.slice(0,he);if($===n)return ye+O;if(oe&&(he+=ye.length-he),pg($)){if(s.slice(he).search($)){var We,Ge=ye;for($.global||($=At($.source,gn(_r.exec($))+"g")),$.lastIndex=0;We=$.exec(Ge);)var Ze=We.index;ye=ye.slice(0,Ze===n?he:Ze)}}else if(s.indexOf(Hr($),he)!=he){var at=ye.lastIndexOf($);at>-1&&(ye=ye.slice(0,at))}return ye+O}function DI(s){return s=gn(s),s&&ai.test(s)?s.replace(Qn,pa):s}var PI=S(function(s,u,w){return s+(w?" ":"")+u.toUpperCase()}),vg=m("toUpperCase");function a0(s,u,w){return s=gn(s),u=w?n:u,u===n?Ya(s)?de(s):Lt(s):s.match(u)||[]}var l0=Bt(function(s,u){try{return V(s,n,u)}catch(w){return hg(w)?w:new Be(w)}}),OI=dl(function(s,u){return te(u,function(w){w=Aa(w),Si(s,w,fg(s[w],s))}),s});function _I(s){var u=s==null?0:s.length,w=Ct();return s=u?ot(s,function(O){if(typeof O[1]!="function")throw new Vt(a);return[w(O[0]),O[1]]}):[],Bt(function(O){for(var $=-1;++$<u;){var K=s[$];if(V(K[0],this,O))return V(K[1],this,O)}})}function RI(s){return Hu(Ur(s,g))}function yg(s){return function(){return s}}function II(s,u){return s==null||s!==s?u:s}var AI=re(),MI=re(!0);function Oo(s){return s}function bg(s){return ql(typeof s=="function"?s:Ur(s,g))}function LI(s){return Eo(Ur(s,g))}function FI(s,u){return sl(s,Ur(u,g))}var NI=Bt(function(s,u){return function(w){return Co(w,s,u)}}),jI=Bt(function(s,u){return function(w){return Co(s,w,u)}});function wg(s,u,w){var O=ii(u),$=Ca(u,O);w==null&&!(qn(u)&&($.length||!O.length))&&(w=u,u=s,s=this,$=Ca(u,ii(u)));var K=!(qn(w)&&"chain"in w)||!!w.chain,oe=pl(s);return te($,function(he){var ye=u[he];s[he]=ye,oe&&(s.prototype[he]=function(){var We=this.__chain__;if(K||We){var Ge=s(this.__wrapped__),Ze=Ge.__actions__=zr(this.__actions__);return Ze.push({func:ye,args:arguments,thisArg:s}),Ge.__chain__=We,Ge}return ye.apply(s,Tt([this.value()],arguments))})}),s}function BI(){return ln._===this&&(ln._=Iu),this}function xg(){}function $I(s){return s=Yt(s),Bt(function(u){return Oa(u,s)})}var VI=rt(ot),UI=rt(_e),HI=rt(un);function u0(s){return og(s)?D(Aa(s)):Yc(s)}function WI(s){return function(u){return s==null?n:ms(s,u)}}var zI=ir(),YI=ir(!0);function Sg(){return[]}function Tg(){return!1}function GI(){return{}}function qI(){return""}function XI(){return!0}function KI(s,u){if(s=Yt(s),s<1||s>Oe)return[];var w=Te,O=Gn(s,Te);u=Ct(u),s-=Te;for(var $=xe(O,u);++w<s;)u(w);return $}function ZI(s){return Ut(s)?ot(s,Aa):Yo(s)?[s]:zr(Ob(gn(s)))}function JI(s){var u=++_u;return gn(s)+u}var QI=Xe(function(s,u){return s+u},0),eA=to("ceil"),tA=Xe(function(s,u){return s/u},1),nA=to("floor");function rA(s){return s&&s.length?Vl(s,Oo,Xs):n}function iA(s,u){return s&&s.length?Vl(s,Ct(u,2),Xs):n}function oA(s){return Tr(s,Oo)}function sA(s,u){return Tr(s,Ct(u,2))}function aA(s){return s&&s.length?Vl(s,Oo,Ji):n}function lA(s,u){return s&&s.length?Vl(s,Ct(u,2),Ji):n}var uA=Xe(function(s,u){return s*u},1),cA=to("round"),fA=Xe(function(s,u){return s-u},0);function dA(s){return s&&s.length?we(s,Oo):0}function hA(s,u){return s&&s.length?we(s,Ct(u,2)):0}return z.after=L_,z.ary=$b,z.assign=SR,z.assignIn=e0,z.assignInWith=hh,z.assignWith=TR,z.at=CR,z.before=Vb,z.bind=fg,z.bindAll=OI,z.bindKey=Ub,z.castArray=G_,z.chain=Nb,z.chunk=nO,z.compact=rO,z.concat=iO,z.cond=_I,z.conforms=RI,z.constant=yg,z.countBy=d_,z.create=ER,z.curry=Hb,z.curryRight=Wb,z.debounce=zb,z.defaults=kR,z.defaultsDeep=DR,z.defer=F_,z.delay=N_,z.difference=oO,z.differenceBy=sO,z.differenceWith=aO,z.drop=lO,z.dropRight=uO,z.dropRightWhile=cO,z.dropWhile=fO,z.fill=dO,z.filter=p_,z.flatMap=v_,z.flatMapDeep=y_,z.flatMapDepth=b_,z.flatten=Ab,z.flattenDeep=hO,z.flattenDepth=pO,z.flip=j_,z.flow=AI,z.flowRight=MI,z.fromPairs=gO,z.functions=MR,z.functionsIn=LR,z.groupBy=w_,z.initial=vO,z.intersection=yO,z.intersectionBy=bO,z.intersectionWith=wO,z.invert=NR,z.invertBy=jR,z.invokeMap=S_,z.iteratee=bg,z.keyBy=T_,z.keys=ii,z.keysIn=Po,z.map=ah,z.mapKeys=$R,z.mapValues=VR,z.matches=LI,z.matchesProperty=FI,z.memoize=uh,z.merge=UR,z.mergeWith=t0,z.method=NI,z.methodOf=jI,z.mixin=wg,z.negate=ch,z.nthArg=$I,z.omit=HR,z.omitBy=WR,z.once=B_,z.orderBy=C_,z.over=VI,z.overArgs=$_,z.overEvery=UI,z.overSome=HI,z.partial=dg,z.partialRight=Yb,z.partition=E_,z.pick=zR,z.pickBy=n0,z.property=u0,z.propertyOf=WI,z.pull=CO,z.pullAll=Lb,z.pullAllBy=EO,z.pullAllWith=kO,z.pullAt=DO,z.range=zI,z.rangeRight=YI,z.rearg=V_,z.reject=P_,z.remove=PO,z.rest=U_,z.reverse=ug,z.sampleSize=__,z.set=GR,z.setWith=qR,z.shuffle=R_,z.slice=OO,z.sortBy=M_,z.sortedUniq=FO,z.sortedUniqBy=NO,z.split=vI,z.spread=H_,z.tail=jO,z.take=BO,z.takeRight=$O,z.takeRightWhile=VO,z.takeWhile=UO,z.tap=r_,z.throttle=W_,z.thru=sh,z.toArray=Zb,z.toPairs=r0,z.toPairsIn=i0,z.toPath=ZI,z.toPlainObject=Qb,z.transform=XR,z.unary=z_,z.union=HO,z.unionBy=WO,z.unionWith=zO,z.uniq=YO,z.uniqBy=GO,z.uniqWith=qO,z.unset=KR,z.unzip=cg,z.unzipWith=Fb,z.update=ZR,z.updateWith=JR,z.values=af,z.valuesIn=QR,z.without=XO,z.words=a0,z.wrap=Y_,z.xor=KO,z.xorBy=ZO,z.xorWith=JO,z.zip=QO,z.zipObject=e_,z.zipObjectDeep=t_,z.zipWith=n_,z.entries=r0,z.entriesIn=i0,z.extend=e0,z.extendWith=hh,wg(z,z),z.add=QI,z.attempt=l0,z.camelCase=rI,z.capitalize=o0,z.ceil=eA,z.clamp=eI,z.clone=q_,z.cloneDeep=K_,z.cloneDeepWith=Z_,z.cloneWith=X_,z.conformsTo=J_,z.deburr=s0,z.defaultTo=II,z.divide=tA,z.endsWith=iI,z.eq=ra,z.escape=oI,z.escapeRegExp=sI,z.every=h_,z.find=g_,z.findIndex=Rb,z.findKey=PR,z.findLast=m_,z.findLastIndex=Ib,z.findLastKey=OR,z.floor=nA,z.forEach=jb,z.forEachRight=Bb,z.forIn=_R,z.forInRight=RR,z.forOwn=IR,z.forOwnRight=AR,z.get=gg,z.gt=Q_,z.gte=eR,z.has=FR,z.hasIn=mg,z.head=Mb,z.identity=Oo,z.includes=x_,z.indexOf=mO,z.inRange=tI,z.invoke=BR,z.isArguments=sc,z.isArray=Ut,z.isArrayBuffer=tR,z.isArrayLike=Do,z.isArrayLikeObject=hr,z.isBoolean=nR,z.isBuffer=ru,z.isDate=rR,z.isElement=iR,z.isEmpty=oR,z.isEqual=sR,z.isEqualWith=aR,z.isError=hg,z.isFinite=lR,z.isFunction=pl,z.isInteger=Gb,z.isLength=fh,z.isMap=qb,z.isMatch=uR,z.isMatchWith=cR,z.isNaN=fR,z.isNative=dR,z.isNil=pR,z.isNull=hR,z.isNumber=Xb,z.isObject=qn,z.isObjectLike=or,z.isPlainObject=Qf,z.isRegExp=pg,z.isSafeInteger=gR,z.isSet=Kb,z.isString=dh,z.isSymbol=Yo,z.isTypedArray=sf,z.isUndefined=mR,z.isWeakMap=vR,z.isWeakSet=yR,z.join=xO,z.kebabCase=aI,z.last=Ss,z.lastIndexOf=SO,z.lowerCase=lI,z.lowerFirst=uI,z.lt=bR,z.lte=wR,z.max=rA,z.maxBy=iA,z.mean=oA,z.meanBy=sA,z.min=aA,z.minBy=lA,z.stubArray=Sg,z.stubFalse=Tg,z.stubObject=GI,z.stubString=qI,z.stubTrue=XI,z.multiply=uA,z.nth=TO,z.noConflict=BI,z.noop=xg,z.now=lh,z.pad=cI,z.padEnd=fI,z.padStart=dI,z.parseInt=hI,z.random=nI,z.reduce=k_,z.reduceRight=D_,z.repeat=pI,z.replace=gI,z.result=YR,z.round=cA,z.runInContext=Z,z.sample=O_,z.size=I_,z.snakeCase=mI,z.some=A_,z.sortedIndex=_O,z.sortedIndexBy=RO,z.sortedIndexOf=IO,z.sortedLastIndex=AO,z.sortedLastIndexBy=MO,z.sortedLastIndexOf=LO,z.startCase=yI,z.startsWith=bI,z.subtract=fA,z.sum=dA,z.sumBy=hA,z.template=wI,z.times=KI,z.toFinite=gl,z.toInteger=Yt,z.toLength=Jb,z.toLower=xI,z.toNumber=Ts,z.toSafeInteger=xR,z.toString=gn,z.toUpper=SI,z.trim=TI,z.trimEnd=CI,z.trimStart=EI,z.truncate=kI,z.unescape=DI,z.uniqueId=JI,z.upperCase=PI,z.upperFirst=vg,z.each=jb,z.eachRight=Bb,z.first=Mb,wg(z,function(){var s={};return Ti(z,function(u,w){kt.call(z.prototype,w)||(s[w]=u)}),s}(),{chain:!1}),z.VERSION=r,te(["bind","bindKey","curry","curryRight","partial","partialRight"],function(s){z[s].placeholder=z}),te(["drop","take"],function(s,u){$t.prototype[s]=function(w){w=w===n?1:wn(Yt(w),0);var O=this.__filtered__&&!u?new $t(this):this.clone();return O.__filtered__?O.__takeCount__=Gn(w,O.__takeCount__):O.__views__.push({size:Gn(w,Te),type:s+(O.__dir__<0?"Right":"")}),O},$t.prototype[s+"Right"]=function(w){return this.reverse()[s](w).reverse()}}),te(["filter","map","takeWhile"],function(s,u){var w=u+1,O=w==Ye||w==fe;$t.prototype[s]=function($){var K=this.clone();return K.__iteratees__.push({iteratee:Ct($,3),type:w}),K.__filtered__=K.__filtered__||O,K}}),te(["head","last"],function(s,u){var w="take"+(u?"Right":"");$t.prototype[s]=function(){return this[w](1).value()[0]}}),te(["initial","tail"],function(s,u){var w="drop"+(u?"":"Right");$t.prototype[s]=function(){return this.__filtered__?new $t(this):this[w](1)}}),$t.prototype.compact=function(){return this.filter(Oo)},$t.prototype.find=function(s){return this.filter(s).head()},$t.prototype.findLast=function(s){return this.reverse().find(s)},$t.prototype.invokeMap=Bt(function(s,u){return typeof s=="function"?new $t(this):this.map(function(w){return Co(w,s,u)})}),$t.prototype.reject=function(s){return this.filter(ch(Ct(s)))},$t.prototype.slice=function(s,u){s=Yt(s);var w=this;return w.__filtered__&&(s>0||u<0)?new $t(w):(s<0?w=w.takeRight(-s):s&&(w=w.drop(s)),u!==n&&(u=Yt(u),w=u<0?w.dropRight(-u):w.take(u-s)),w)},$t.prototype.takeRightWhile=function(s){return this.reverse().takeWhile(s).reverse()},$t.prototype.toArray=function(){return this.take(Te)},Ti($t.prototype,function(s,u){var w=/^(?:filter|find|map|reject)|While$/.test(u),O=/^(?:head|last)$/.test(u),$=z[O?"take"+(u=="last"?"Right":""):u],K=O||/^find/.test(u);$&&(z.prototype[u]=function(){var oe=this.__wrapped__,he=O?[1]:arguments,ye=oe instanceof $t,We=he[0],Ge=ye||Ut(oe),Ze=function(Jt){var tn=$.apply(z,Tt([Jt],he));return O&&at?tn[0]:tn};Ge&&w&&typeof We=="function"&&We.length!=1&&(ye=Ge=!1);var at=this.__chain__,bt=!!this.__actions__.length,Dt=K&&!at,Xt=ye&&!bt;if(!K&&Ge){oe=Xt?oe:new $t(this);var Pt=s.apply(oe,he);return Pt.__actions__.push({func:sh,args:[Ze],thisArg:n}),new Cr(Pt,at)}return Dt&&Xt?s.apply(this,he):(Pt=this.thru(Ze),Dt?O?Pt.value()[0]:Pt.value():Pt)})}),te(["pop","push","shift","sort","splice","unshift"],function(s){var u=Yn[s],w=/^(?:push|sort|unshift)$/.test(s)?"tap":"thru",O=/^(?:pop|shift)$/.test(s);z.prototype[s]=function(){var $=arguments;if(O&&!this.__chain__){var K=this.value();return u.apply(Ut(K)?K:[],$)}return this[w](function(oe){return u.apply(Ut(oe)?oe:[],$)})}}),Ti($t.prototype,function(s,u){var w=z[u];if(w){var O=w.name+"";kt.call(Hs,O)||(Hs[O]=[]),Hs[O].push({name:u,func:w})}}),Hs[Se(n,R).name]=[{name:"wrapper",func:n}],$t.prototype.clone=Nl,$t.prototype.reverse=el,$t.prototype.value=jl,z.prototype.at=i_,z.prototype.chain=o_,z.prototype.commit=s_,z.prototype.next=a_,z.prototype.plant=u_,z.prototype.reverse=c_,z.prototype.toJSON=z.prototype.valueOf=z.prototype.value=f_,z.prototype.first=z.prototype.head,Ki&&(z.prototype[Ki]=l_),z},Pe=ke();bi?((bi.exports=Pe)._=Pe,Lo._=Pe):ln._=Pe}).call(Di)})(Sp,Sp.exports);var QD=Sp.exports;const R6=Eu(QD);var eP={exports:{}};/*!
163
163
  * jQuery JavaScript Library v3.7.1
164
164
  * https://jquery.com/
165
165
  *
@@ -402,7 +402,7 @@ function print() { __p += __j.call(arguments, '') }
402
402
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
403
403
  * See the License for the specific language governing permissions and
404
404
  * limitations under the License.
405
- */const Sp=new Map,W8=new Map,Nv=new Map;function V1(t,e){try{t.container.addComponent(e)}catch(n){_l.debug(`Component ${e.name} failed to register with FirebaseApp ${t.name}`,n)}}function Pc(t){const e=t.name;if(Nv.has(e))return _l.debug(`There were multiple attempts to register component ${e}.`),!1;Nv.set(e,t);for(const n of Sp.values())V1(n,t);for(const n of W8.values())V1(n,t);return!0}function lb(t,e){const n=t.container.getProvider("heartbeat").getImmediate({optional:!0});return n&&n.triggerHeartbeat(),t.container.getProvider(e)}/**
405
+ */const Tp=new Map,W8=new Map,Nv=new Map;function V1(t,e){try{t.container.addComponent(e)}catch(n){_l.debug(`Component ${e.name} failed to register with FirebaseApp ${t.name}`,n)}}function Pc(t){const e=t.name;if(Nv.has(e))return _l.debug(`There were multiple attempts to register component ${e}.`),!1;Nv.set(e,t);for(const n of Tp.values())V1(n,t);for(const n of W8.values())V1(n,t);return!0}function lb(t,e){const n=t.container.getProvider("heartbeat").getImmediate({optional:!0});return n&&n.triggerHeartbeat(),t.container.getProvider(e)}/**
406
406
  * @license
407
407
  * Copyright 2019 Google LLC
408
408
  *
@@ -432,7 +432,7 @@ function print() { __p += __j.call(arguments, '') }
432
432
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
433
433
  * See the License for the specific language governing permissions and
434
434
  * limitations under the License.
435
- */class Y8{constructor(e,n,r){this._isDeleted=!1,this._options=Object.assign({},e),this._config=Object.assign({},n),this._name=n.name,this._automaticDataCollectionEnabled=n.automaticDataCollectionEnabled,this._container=r,this.container.addComponent(new Cu("app",()=>this,"PUBLIC"))}get automaticDataCollectionEnabled(){return this.checkDestroyed(),this._automaticDataCollectionEnabled}set automaticDataCollectionEnabled(e){this.checkDestroyed(),this._automaticDataCollectionEnabled=e}get name(){return this.checkDestroyed(),this._name}get options(){return this.checkDestroyed(),this._options}get config(){return this.checkDestroyed(),this._config}get container(){return this._container}get isDeleted(){return this._isDeleted}set isDeleted(e){this._isDeleted=e}checkDestroyed(){if(this.isDeleted)throw gu.create("app-deleted",{appName:this._name})}}function cP(t,e={}){let n=t;typeof e!="object"&&(e={name:e});const r=Object.assign({name:Fv,automaticDataCollectionEnabled:!1},e),i=r.name;if(typeof i!="string"||!i)throw gu.create("bad-app-name",{appName:String(i)});if(n||(n=oP()),!n)throw gu.create("no-options");const o=Sp.get(i);if(o){if(Iv(n,o.options)&&Iv(r,o.config))return o;throw gu.create("duplicate-app",{appName:i})}const a=new Q6(i);for(const f of Nv.values())a.addComponent(f);const c=new Y8(n,r,a);return Sp.set(i,c),c}function G8(t=Fv){const e=Sp.get(t);if(!e&&t===Fv&&oP())return cP();if(!e)throw gu.create("no-app",{appName:t});return e}function mu(t,e,n){var r;let i=(r=H8[t])!==null&&r!==void 0?r:t;n&&(i+=`-${n}`);const o=i.match(/\s|\//),a=e.match(/\s|\//);if(o||a){const c=[`Unable to register library "${i}" with version "${e}":`];o&&c.push(`library name "${i}" contains illegal characters (whitespace or "/")`),o&&a&&c.push("and"),a&&c.push(`version name "${e}" contains illegal characters (whitespace or "/")`),_l.warn(c.join(" "));return}Pc(new Cu(`${i}-version`,()=>({library:i,version:e}),"VERSION"))}/**
435
+ */class Y8{constructor(e,n,r){this._isDeleted=!1,this._options=Object.assign({},e),this._config=Object.assign({},n),this._name=n.name,this._automaticDataCollectionEnabled=n.automaticDataCollectionEnabled,this._container=r,this.container.addComponent(new Cu("app",()=>this,"PUBLIC"))}get automaticDataCollectionEnabled(){return this.checkDestroyed(),this._automaticDataCollectionEnabled}set automaticDataCollectionEnabled(e){this.checkDestroyed(),this._automaticDataCollectionEnabled=e}get name(){return this.checkDestroyed(),this._name}get options(){return this.checkDestroyed(),this._options}get config(){return this.checkDestroyed(),this._config}get container(){return this._container}get isDeleted(){return this._isDeleted}set isDeleted(e){this._isDeleted=e}checkDestroyed(){if(this.isDeleted)throw gu.create("app-deleted",{appName:this._name})}}function cP(t,e={}){let n=t;typeof e!="object"&&(e={name:e});const r=Object.assign({name:Fv,automaticDataCollectionEnabled:!1},e),i=r.name;if(typeof i!="string"||!i)throw gu.create("bad-app-name",{appName:String(i)});if(n||(n=oP()),!n)throw gu.create("no-options");const o=Tp.get(i);if(o){if(Iv(n,o.options)&&Iv(r,o.config))return o;throw gu.create("duplicate-app",{appName:i})}const a=new Q6(i);for(const f of Nv.values())a.addComponent(f);const c=new Y8(n,r,a);return Tp.set(i,c),c}function G8(t=Fv){const e=Tp.get(t);if(!e&&t===Fv&&oP())return cP();if(!e)throw gu.create("no-app",{appName:t});return e}function mu(t,e,n){var r;let i=(r=H8[t])!==null&&r!==void 0?r:t;n&&(i+=`-${n}`);const o=i.match(/\s|\//),a=e.match(/\s|\//);if(o||a){const c=[`Unable to register library "${i}" with version "${e}":`];o&&c.push(`library name "${i}" contains illegal characters (whitespace or "/")`),o&&a&&c.push("and"),a&&c.push(`version name "${e}" contains illegal characters (whitespace or "/")`),_l.warn(c.join(" "));return}Pc(new Cu(`${i}-version`,()=>({library:i,version:e}),"VERSION"))}/**
436
436
  * @license
437
437
  * Copyright 2021 Google LLC
438
438
  *
@@ -447,7 +447,7 @@ function print() { __p += __j.call(arguments, '') }
447
447
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
448
448
  * See the License for the specific language governing permissions and
449
449
  * limitations under the License.
450
- */const q8="firebase-heartbeat-database",X8=1,Vd="firebase-heartbeat-store";let Cm=null;function fP(){return Cm||(Cm=Zp(q8,X8,{upgrade:(t,e)=>{switch(e){case 0:try{t.createObjectStore(Vd)}catch(n){console.warn(n)}}}}).catch(t=>{throw gu.create("idb-open",{originalErrorMessage:t.message})})),Cm}async function K8(t){try{const n=(await fP()).transaction(Vd),r=await n.objectStore(Vd).get(dP(t));return await n.done,r}catch(e){if(e instanceof jf)_l.warn(e.message);else{const n=gu.create("idb-get",{originalErrorMessage:e==null?void 0:e.message});_l.warn(n.message)}}}async function U1(t,e){try{const r=(await fP()).transaction(Vd,"readwrite");await r.objectStore(Vd).put(e,dP(t)),await r.done}catch(n){if(n instanceof jf)_l.warn(n.message);else{const r=gu.create("idb-set",{originalErrorMessage:n==null?void 0:n.message});_l.warn(r.message)}}}function dP(t){return`${t.name}!${t.options.appId}`}/**
450
+ */const q8="firebase-heartbeat-database",X8=1,Ud="firebase-heartbeat-store";let Cm=null;function fP(){return Cm||(Cm=Zp(q8,X8,{upgrade:(t,e)=>{switch(e){case 0:try{t.createObjectStore(Ud)}catch(n){console.warn(n)}}}}).catch(t=>{throw gu.create("idb-open",{originalErrorMessage:t.message})})),Cm}async function K8(t){try{const n=(await fP()).transaction(Ud),r=await n.objectStore(Ud).get(dP(t));return await n.done,r}catch(e){if(e instanceof jf)_l.warn(e.message);else{const n=gu.create("idb-get",{originalErrorMessage:e==null?void 0:e.message});_l.warn(n.message)}}}async function U1(t,e){try{const r=(await fP()).transaction(Ud,"readwrite");await r.objectStore(Ud).put(e,dP(t)),await r.done}catch(n){if(n instanceof jf)_l.warn(n.message);else{const r=gu.create("idb-set",{originalErrorMessage:n==null?void 0:n.message});_l.warn(r.message)}}}function dP(t){return`${t.name}!${t.options.appId}`}/**
451
451
  * @license
452
452
  * Copyright 2021 Google LLC
453
453
  *
@@ -642,7 +642,7 @@ function print() { __p += __j.call(arguments, '') }
642
642
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
643
643
  * See the License for the specific language governing permissions and
644
644
  * limitations under the License.
645
- */const x9="firebase-installations-database",S9=1,_c="firebase-installations-store";let Em=null;function cb(){return Em||(Em=Zp(x9,S9,{upgrade:(t,e)=>{switch(e){case 0:t.createObjectStore(_c)}}})),Em}async function Tp(t,e){const n=Jp(t),i=(await cb()).transaction(_c,"readwrite"),o=i.objectStore(_c),a=await o.get(n);return await o.put(e,n),await i.done,(!a||a.fid!==e.fid)&&EP(t,e.fid),e}async function DP(t){const e=Jp(t),r=(await cb()).transaction(_c,"readwrite");await r.objectStore(_c).delete(e),await r.done}async function Qp(t,e){const n=Jp(t),i=(await cb()).transaction(_c,"readwrite"),o=i.objectStore(_c),a=await o.get(n),c=e(a);return c===void 0?await o.delete(n):await o.put(c,n),await i.done,c&&(!a||a.fid!==c.fid)&&EP(t,c.fid),c}/**
645
+ */const x9="firebase-installations-database",S9=1,_c="firebase-installations-store";let Em=null;function cb(){return Em||(Em=Zp(x9,S9,{upgrade:(t,e)=>{switch(e){case 0:t.createObjectStore(_c)}}})),Em}async function Cp(t,e){const n=Jp(t),i=(await cb()).transaction(_c,"readwrite"),o=i.objectStore(_c),a=await o.get(n);return await o.put(e,n),await i.done,(!a||a.fid!==e.fid)&&EP(t,e.fid),e}async function DP(t){const e=Jp(t),r=(await cb()).transaction(_c,"readwrite");await r.objectStore(_c).delete(e),await r.done}async function Qp(t,e){const n=Jp(t),i=(await cb()).transaction(_c,"readwrite"),o=i.objectStore(_c),a=await o.get(n),c=e(a);return c===void 0?await o.delete(n):await o.put(c,n),await i.done,c&&(!a||a.fid!==c.fid)&&EP(t,c.fid),c}/**
646
646
  * @license
647
647
  * Copyright 2019 Google LLC
648
648
  *
@@ -657,7 +657,7 @@ function print() { __p += __j.call(arguments, '') }
657
657
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
658
658
  * See the License for the specific language governing permissions and
659
659
  * limitations under the License.
660
- */async function fb(t){let e;const n=await Qp(t.appConfig,r=>{const i=T9(r),o=C9(t,i);return e=o.registrationPromise,o.installationEntry});return n.fid===jv?{installationEntry:await e}:{installationEntry:n,registrationPromise:e}}function T9(t){const e=t||{fid:m9(),registrationStatus:0};return PP(e)}function C9(t,e){if(e.registrationStatus===0){if(!navigator.onLine){const i=Promise.reject(Oc.create("app-offline"));return{installationEntry:e,registrationPromise:i}}const n={fid:e.fid,registrationStatus:1,registrationTime:Date.now()},r=E9(t,n);return{installationEntry:n,registrationPromise:r}}else return e.registrationStatus===1?{installationEntry:e,registrationPromise:k9(t)}:{installationEntry:e}}async function E9(t,e){try{const n=await h9(t,e);return Tp(t.appConfig,n)}catch(n){throw vP(n)&&n.customData.serverCode===409?await DP(t.appConfig):await Tp(t.appConfig,{fid:e.fid,registrationStatus:0}),n}}async function k9(t){let e=await z1(t.appConfig);for(;e.registrationStatus===1;)await TP(100),e=await z1(t.appConfig);if(e.registrationStatus===0){const{installationEntry:n,registrationPromise:r}=await fb(t);return r||n}return e}function z1(t){return Qp(t,e=>{if(!e)throw Oc.create("installation-not-found");return PP(e)})}function PP(t){return D9(t)?{fid:t.fid,registrationStatus:0}:t}function D9(t){return t.registrationStatus===1&&t.registrationTime+pP<Date.now()}/**
660
+ */async function fb(t){let e;const n=await Qp(t.appConfig,r=>{const i=T9(r),o=C9(t,i);return e=o.registrationPromise,o.installationEntry});return n.fid===jv?{installationEntry:await e}:{installationEntry:n,registrationPromise:e}}function T9(t){const e=t||{fid:m9(),registrationStatus:0};return PP(e)}function C9(t,e){if(e.registrationStatus===0){if(!navigator.onLine){const i=Promise.reject(Oc.create("app-offline"));return{installationEntry:e,registrationPromise:i}}const n={fid:e.fid,registrationStatus:1,registrationTime:Date.now()},r=E9(t,n);return{installationEntry:n,registrationPromise:r}}else return e.registrationStatus===1?{installationEntry:e,registrationPromise:k9(t)}:{installationEntry:e}}async function E9(t,e){try{const n=await h9(t,e);return Cp(t.appConfig,n)}catch(n){throw vP(n)&&n.customData.serverCode===409?await DP(t.appConfig):await Cp(t.appConfig,{fid:e.fid,registrationStatus:0}),n}}async function k9(t){let e=await z1(t.appConfig);for(;e.registrationStatus===1;)await TP(100),e=await z1(t.appConfig);if(e.registrationStatus===0){const{installationEntry:n,registrationPromise:r}=await fb(t);return r||n}return e}function z1(t){return Qp(t,e=>{if(!e)throw Oc.create("installation-not-found");return PP(e)})}function PP(t){return D9(t)?{fid:t.fid,registrationStatus:0}:t}function D9(t){return t.registrationStatus===1&&t.registrationTime+pP<Date.now()}/**
661
661
  * @license
662
662
  * Copyright 2019 Google LLC
663
663
  *
@@ -687,7 +687,7 @@ function print() { __p += __j.call(arguments, '') }
687
687
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
688
688
  * See the License for the specific language governing permissions and
689
689
  * limitations under the License.
690
- */async function db(t,e=!1){let n;const r=await Qp(t.appConfig,o=>{if(!OP(o))throw Oc.create("not-registered");const a=o.authToken;if(!e&&I9(a))return o;if(a.requestStatus===1)return n=_9(t,e),o;{if(!navigator.onLine)throw Oc.create("app-offline");const c=M9(o);return n=R9(t,c),c}});return n?await n:r.authToken}async function _9(t,e){let n=await Y1(t.appConfig);for(;n.authToken.requestStatus===1;)await TP(100),n=await Y1(t.appConfig);const r=n.authToken;return r.requestStatus===0?db(t,e):r}function Y1(t){return Qp(t,e=>{if(!OP(e))throw Oc.create("not-registered");const n=e.authToken;return L9(n)?Object.assign(Object.assign({},e),{authToken:{requestStatus:0}}):e})}async function R9(t,e){try{const n=await P9(t,e),r=Object.assign(Object.assign({},e),{authToken:n});return await Tp(t.appConfig,r),n}catch(n){if(vP(n)&&(n.customData.serverCode===401||n.customData.serverCode===404))await DP(t.appConfig);else{const r=Object.assign(Object.assign({},e),{authToken:{requestStatus:0}});await Tp(t.appConfig,r)}throw n}}function OP(t){return t!==void 0&&t.registrationStatus===2}function I9(t){return t.requestStatus===2&&!A9(t)}function A9(t){const e=Date.now();return e<t.creationTime||t.creationTime+t.expiresIn<e+s9}function M9(t){const e={requestStatus:1,requestTime:Date.now()};return Object.assign(Object.assign({},t),{authToken:e})}function L9(t){return t.requestStatus===1&&t.requestTime+pP<Date.now()}/**
690
+ */async function db(t,e=!1){let n;const r=await Qp(t.appConfig,o=>{if(!OP(o))throw Oc.create("not-registered");const a=o.authToken;if(!e&&I9(a))return o;if(a.requestStatus===1)return n=_9(t,e),o;{if(!navigator.onLine)throw Oc.create("app-offline");const c=M9(o);return n=R9(t,c),c}});return n?await n:r.authToken}async function _9(t,e){let n=await Y1(t.appConfig);for(;n.authToken.requestStatus===1;)await TP(100),n=await Y1(t.appConfig);const r=n.authToken;return r.requestStatus===0?db(t,e):r}function Y1(t){return Qp(t,e=>{if(!OP(e))throw Oc.create("not-registered");const n=e.authToken;return L9(n)?Object.assign(Object.assign({},e),{authToken:{requestStatus:0}}):e})}async function R9(t,e){try{const n=await P9(t,e),r=Object.assign(Object.assign({},e),{authToken:n});return await Cp(t.appConfig,r),n}catch(n){if(vP(n)&&(n.customData.serverCode===401||n.customData.serverCode===404))await DP(t.appConfig);else{const r=Object.assign(Object.assign({},e),{authToken:{requestStatus:0}});await Cp(t.appConfig,r)}throw n}}function OP(t){return t!==void 0&&t.registrationStatus===2}function I9(t){return t.requestStatus===2&&!A9(t)}function A9(t){const e=Date.now();return e<t.creationTime||t.creationTime+t.expiresIn<e+s9}function M9(t){const e={requestStatus:1,requestTime:Date.now()};return Object.assign(Object.assign({},t),{authToken:e})}function L9(t){return t.requestStatus===1&&t.requestTime+pP<Date.now()}/**
691
691
  * @license
692
692
  * Copyright 2019 Google LLC
693
693
  *
@@ -775,7 +775,7 @@ function print() { __p += __j.call(arguments, '') }
775
775
  * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
776
776
  * or implied. See the License for the specific language governing permissions and limitations under
777
777
  * the License.
778
- */var Ud;(function(t){t.PUSH_RECEIVED="push-received",t.NOTIFICATION_CLICKED="notification-clicked"})(Ud||(Ud={}));/**
778
+ */var Hd;(function(t){t.PUSH_RECEIVED="push-received",t.NOTIFICATION_CLICKED="notification-clicked"})(Hd||(Hd={}));/**
779
779
  * @license
780
780
  * Copyright 2017 Google LLC
781
781
  *
@@ -820,7 +820,7 @@ function print() { __p += __j.call(arguments, '') }
820
820
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
821
821
  * See the License for the specific language governing permissions and
822
822
  * limitations under the License.
823
- */const e7="firebase-messaging-database",t7=1,Hd="firebase-messaging-store";let Pm=null;function AP(){return Pm||(Pm=Zp(e7,t7,{upgrade:(t,e)=>{switch(e){case 0:t.createObjectStore(Hd)}}})),Pm}async function n7(t){const e=MP(t),r=await(await AP()).transaction(Hd).objectStore(Hd).get(e);if(r)return r;{const i=await J9(t.appConfig.senderId);if(i)return await hb(t,i),i}}async function hb(t,e){const n=MP(t),i=(await AP()).transaction(Hd,"readwrite");return await i.objectStore(Hd).put(e,n),await i.done,e}function MP({appConfig:t}){return t.appId}/**
823
+ */const e7="firebase-messaging-database",t7=1,Wd="firebase-messaging-store";let Pm=null;function AP(){return Pm||(Pm=Zp(e7,t7,{upgrade:(t,e)=>{switch(e){case 0:t.createObjectStore(Wd)}}})),Pm}async function n7(t){const e=MP(t),r=await(await AP()).transaction(Wd).objectStore(Wd).get(e);if(r)return r;{const i=await J9(t.appConfig.senderId);if(i)return await hb(t,i),i}}async function hb(t,e){const n=MP(t),i=(await AP()).transaction(Wd,"readwrite");return await i.objectStore(Wd).put(e,n),await i.done,e}function MP({appConfig:t}){return t.appId}/**
824
824
  * @license
825
825
  * Copyright 2017 Google LLC
826
826
  *
@@ -1000,7 +1000,7 @@ function print() { __p += __j.call(arguments, '') }
1000
1000
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1001
1001
  * See the License for the specific language governing permissions and
1002
1002
  * limitations under the License.
1003
- */async function x7(t,e,n){const r=S7(e);(await t.firebaseDependencies.analyticsProvider.get()).logEvent(r,{message_id:n[IP],message_name:n[G9],message_time:n[q9],message_device_time:Math.floor(Date.now()/1e3)})}function S7(t){switch(t){case Ud.NOTIFICATION_CLICKED:return"notification_open";case Ud.PUSH_RECEIVED:return"notification_foreground";default:throw new Error}}/**
1003
+ */async function x7(t,e,n){const r=S7(e);(await t.firebaseDependencies.analyticsProvider.get()).logEvent(r,{message_id:n[IP],message_name:n[G9],message_time:n[q9],message_device_time:Math.floor(Date.now()/1e3)})}function S7(t){switch(t){case Hd.NOTIFICATION_CLICKED:return"notification_open";case Hd.PUSH_RECEIVED:return"notification_foreground";default:throw new Error}}/**
1004
1004
  * @license
1005
1005
  * Copyright 2017 Google LLC
1006
1006
  *
@@ -1015,7 +1015,7 @@ function print() { __p += __j.call(arguments, '') }
1015
1015
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1016
1016
  * See the License for the specific language governing permissions and
1017
1017
  * limitations under the License.
1018
- */async function T7(t,e){const n=e.data;if(!n.isFirebaseMessaging)return;t.onMessageHandler&&n.messageType===Ud.PUSH_RECEIVED&&(typeof t.onMessageHandler=="function"?t.onMessageHandler(K1(n)):t.onMessageHandler.next(K1(n)));const r=n.data;g7(r)&&r[X9]==="1"&&await x7(t,n.messageType,r)}const Z1="@firebase/messaging",J1="0.12.12";/**
1018
+ */async function T7(t,e){const n=e.data;if(!n.isFirebaseMessaging)return;t.onMessageHandler&&n.messageType===Hd.PUSH_RECEIVED&&(typeof t.onMessageHandler=="function"?t.onMessageHandler(K1(n)):t.onMessageHandler.next(K1(n)));const r=n.data;g7(r)&&r[X9]==="1"&&await x7(t,n.messageType,r)}const Z1="@firebase/messaging",J1="0.12.12";/**
1019
1019
  * @license
1020
1020
  * Copyright 2020 Google LLC
1021
1021
  *
@@ -1075,4 +1075,4 @@ function print() { __p += __j.call(arguments, '') }
1075
1075
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1076
1076
  * See the License for the specific language governing permissions and
1077
1077
  * limitations under the License.
1078
- */function O7(t=G8()){return D7().then(e=>{if(!e)throw $i.create("unsupported-browser")},e=>{throw $i.create("indexed-db-unsupported")}),lb(sb(t),"messaging").getImmediate()}async function _7(t,e){return t=sb(t),FP(t,e)}function R7(t,e){return t=sb(t),P7(t,e)}k7();exports.AuthContext=Vv;exports.AuthProvider=QA;exports.CustomOpenList=LT;exports.CustomOpenListProvider=wL;exports.DateRangePicker=L6;exports.ERROR_MESSAGE=sT;exports.FavoriteMenu=p6;exports.GlobalMenu=P6;exports.IconComponent=UD;exports.InfiniteLoader=kL;exports.Language=Hv;exports.LogoutConfirmModal=MT;exports.NotitficationItem=bL;exports.PropTypes=Rs;exports.Q=G2;exports.SaasThemeProvider=vL;exports.StyleWrapper=Wv;exports.TranslationProvider=oL;exports.UnauthorizedPage=O6;exports._=R6;exports._assertThisInitialized=Sl;exports._extends=Df;exports._extends$1=DL;exports._inheritsLoose=FT;exports._objectWithoutPropertiesLoose=Uv;exports.activeStyles=rb;exports.axiosInstance=As;exports.clsx=wl;exports.color=mr;exports.commonjsGlobal=Di;exports.createCustomTheme=RT;exports.getAugmentedNamespace=vM;exports.getMessagingInWindow=O7;exports.getToken=_7;exports.handleErrorAxios=uT;exports.initializeApp=cP;exports.lodashExports=QD;exports.login=aT;exports.logout=lT;exports.notify=Q2;exports.objectWithoutPropertiesLoose=mM;exports.onMessage=R7;exports.pushError=zd;exports.pushSuccess=Xv;exports.pushWarning=J2;exports.responseInterceptor=ZA;exports.search=tM;exports.setFavicon=IT;exports.setShellBackdrop=nM;exports.translate=ki;exports.translationConfig=rL;exports.updateFavoriteItems=ob;exports.useAuth=eM;exports.useCustomTranslation=nL;exports.useTheme=mL;exports.useTranslation=iL;exports.useUserPermissions=cT;
1078
+ */function O7(t=G8()){return D7().then(e=>{if(!e)throw $i.create("unsupported-browser")},e=>{throw $i.create("indexed-db-unsupported")}),lb(sb(t),"messaging").getImmediate()}async function _7(t,e){return t=sb(t),FP(t,e)}function R7(t,e){return t=sb(t),P7(t,e)}k7();exports.AuthContext=Vv;exports.AuthProvider=QA;exports.CustomOpenList=LT;exports.CustomOpenListProvider=wL;exports.DateRangePicker=L6;exports.ERROR_MESSAGE=sT;exports.FavoriteMenu=p6;exports.GlobalMenu=P6;exports.IconComponent=UD;exports.InfiniteLoader=kL;exports.Language=Hv;exports.LogoutConfirmModal=MT;exports.NotitficationItem=bL;exports.PropTypes=Rs;exports.Q=G2;exports.SaasThemeProvider=vL;exports.StyleWrapper=Wv;exports.TranslationProvider=oL;exports.UnauthorizedPage=O6;exports._=R6;exports._assertThisInitialized=Sl;exports._extends=Df;exports._extends$1=DL;exports._inheritsLoose=FT;exports._objectWithoutPropertiesLoose=Uv;exports.activeStyles=rb;exports.axiosInstance=As;exports.clsx=wl;exports.color=mr;exports.commonjsGlobal=Di;exports.createCustomTheme=RT;exports.getAugmentedNamespace=vM;exports.getMessagingInWindow=O7;exports.getToken=_7;exports.handleErrorAxios=uT;exports.initializeApp=cP;exports.lodashExports=QD;exports.login=aT;exports.logout=lT;exports.notify=Q2;exports.objectWithoutPropertiesLoose=mM;exports.onMessage=R7;exports.pushError=Yd;exports.pushSuccess=Xv;exports.pushWarning=J2;exports.responseInterceptor=ZA;exports.search=tM;exports.setFavicon=IT;exports.setShellBackdrop=nM;exports.translate=ki;exports.translationConfig=rL;exports.updateFavoriteItems=ob;exports.useAuth=eM;exports.useCustomTranslation=nL;exports.useTheme=mL;exports.useTranslation=iL;exports.useUserPermissions=cT;