@allurereport/web-awesome 3.0.0-beta.13 → 3.0.0-beta.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/dist/multi/{173.app-01ff983b.js → 173.app-1829fb8f.js} +1 -1
  2. package/dist/multi/{174.app-01ff983b.js → 174.app-1829fb8f.js} +1 -1
  3. package/dist/multi/{252.app-01ff983b.js → 252.app-1829fb8f.js} +1 -1
  4. package/dist/multi/{282.app-01ff983b.js → 282.app-1829fb8f.js} +1 -1
  5. package/dist/multi/{29.app-01ff983b.js → 29.app-1829fb8f.js} +1 -1
  6. package/dist/multi/{416.app-01ff983b.js → 416.app-1829fb8f.js} +1 -1
  7. package/dist/multi/{527.app-01ff983b.js → 527.app-1829fb8f.js} +1 -1
  8. package/dist/multi/{600.app-01ff983b.js → 600.app-1829fb8f.js} +1 -1
  9. package/dist/multi/{605.app-01ff983b.js → 605.app-1829fb8f.js} +1 -1
  10. package/dist/multi/{638.app-01ff983b.js → 638.app-1829fb8f.js} +1 -1
  11. package/dist/multi/{672.app-01ff983b.js → 672.app-1829fb8f.js} +1 -1
  12. package/dist/multi/{686.app-01ff983b.js → 686.app-1829fb8f.js} +1 -1
  13. package/dist/multi/{725.app-01ff983b.js → 725.app-1829fb8f.js} +1 -1
  14. package/dist/multi/{741.app-01ff983b.js → 741.app-1829fb8f.js} +1 -1
  15. package/dist/multi/{755.app-01ff983b.js → 755.app-1829fb8f.js} +1 -1
  16. package/dist/multi/{894.app-01ff983b.js → 894.app-1829fb8f.js} +1 -1
  17. package/dist/multi/{943.app-01ff983b.js → 943.app-1829fb8f.js} +1 -1
  18. package/dist/multi/{980.app-01ff983b.js → 980.app-1829fb8f.js} +1 -1
  19. package/dist/multi/app-1829fb8f.js +2 -0
  20. package/dist/multi/manifest.json +20 -20
  21. package/dist/multi/{styles-01ff983b.css → styles-1829fb8f.css} +12 -10
  22. package/dist/single/app-3a6e31c7.js +2 -0
  23. package/dist/single/manifest.json +1 -1
  24. package/package.json +4 -4
  25. package/src/components/BaseLayout/index.tsx +1 -4
  26. package/src/components/BaseLayout/styles.scss +4 -2
  27. package/src/components/Charts/index.tsx +89 -0
  28. package/src/components/Charts/styles.scss +29 -0
  29. package/src/components/Footer/index.tsx +6 -2
  30. package/src/components/Header/index.tsx +5 -2
  31. package/src/components/Header/styles.scss +2 -0
  32. package/src/components/MainReport/index.tsx +0 -2
  33. package/src/components/MetadataButton/index.tsx +2 -2
  34. package/src/components/Report/index.tsx +7 -0
  35. package/src/components/ReportBody/index.tsx +24 -13
  36. package/src/components/ReportBody/styles.scss +1 -0
  37. package/src/components/ReportHeader/index.tsx +3 -0
  38. package/src/components/SectionPicker/index.tsx +54 -0
  39. package/src/components/SectionPicker/styles.scss +5 -0
  40. package/src/components/SectionSwitcher/index.tsx +14 -0
  41. package/src/components/SectionSwitcher/styles.scss +4 -0
  42. package/src/components/SectionTabs/index.tsx +0 -0
  43. package/src/components/SideBySide/styles.scss +1 -1
  44. package/src/components/SplitLayout/index.tsx +1 -3
  45. package/src/components/SplitLayout/styles.scss +1 -3
  46. package/src/components/TestResult/TrDropdown/index.tsx +1 -2
  47. package/src/components/TestResult/TrEnvironmentItem/index.tsx +1 -2
  48. package/src/components/TestResult/TrHistory/TrHistoryItem.tsx +1 -2
  49. package/src/components/TestResult/TrPwTraces/PwTraceButton.tsx +0 -1
  50. package/src/components/TestResult/TrRetriesView/TrRetriesItem.tsx +5 -4
  51. package/src/components/TestResult/TrSteps/TrAttachment.tsx +31 -5
  52. package/src/components/TestResult/TrSteps/TrStep.tsx +1 -2
  53. package/src/components/TestResult/TrSteps/styles.scss +4 -2
  54. package/src/components/TestResult/TrTabs/index.tsx +8 -4
  55. package/src/components/TestResult/index.tsx +0 -1
  56. package/src/components/Tree/index.tsx +6 -6
  57. package/src/components/Tree/styles.scss +0 -4
  58. package/src/index.tsx +25 -12
  59. package/src/locales/az.json +16 -0
  60. package/src/locales/de.json +17 -0
  61. package/src/locales/en.json +16 -0
  62. package/src/locales/es.json +16 -0
  63. package/src/locales/fr.json +16 -0
  64. package/src/locales/he.json +16 -0
  65. package/src/locales/hy.json +16 -0
  66. package/src/locales/it.json +16 -0
  67. package/src/locales/ja.json +16 -0
  68. package/src/locales/ka.json +16 -0
  69. package/src/locales/kr.json +16 -0
  70. package/src/locales/nl.json +16 -0
  71. package/src/locales/pl.json +16 -0
  72. package/src/locales/pt.json +16 -0
  73. package/src/locales/ru.json +16 -0
  74. package/src/locales/sv.json +16 -0
  75. package/src/locales/tr.json +16 -0
  76. package/src/locales/zh.json +16 -0
  77. package/src/stores/chart.ts +32 -0
  78. package/src/stores/locale.ts +2 -0
  79. package/src/stores/router.ts +76 -16
  80. package/src/stores/sections.ts +63 -0
  81. package/src/stores/tree.ts +9 -6
  82. package/src/styles.scss +21 -0
  83. package/src/utils/charts.ts +169 -0
  84. package/types.d.ts +3 -1
  85. package/dist/multi/app-01ff983b.js +0 -2
  86. package/dist/single/app-607f21f7.js +0 -2
  87. package/src/components/ArrowButton/index.tsx +0 -36
  88. package/src/components/ArrowButton/styles.scss +0 -35
  89. /package/dist/multi/{app-01ff983b.js.LICENSE.txt → app-1829fb8f.js.LICENSE.txt} +0 -0
  90. /package/dist/single/{app-607f21f7.js.LICENSE.txt → app-3a6e31c7.js.LICENSE.txt} +0 -0
@@ -1,2 +0,0 @@
1
- /*! For license information please see app-01ff983b.js.LICENSE.txt */
2
- !function(){var e,t,n,r,i={985:function(e,t,n){"use strict";function r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function i(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return s=e.done,e},e:function(e){l=!0,a=e},f:function(){try{s||null==n.return||n.return()}finally{if(l)throw a}}}}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var a,s=n(410),l={fg:"#FFF",bg:"#000",newline:!1,escapeXML:!1,stream:!1,colors:(a={0:"#000",1:"#A00",2:"#0A0",3:"#A50",4:"#00A",5:"#A0A",6:"#0AA",7:"#AAA",8:"#555",9:"#F55",10:"#5F5",11:"#FF5",12:"#55F",13:"#F5F",14:"#5FF",15:"#FFF"},f(0,5).forEach((function(e){f(0,5).forEach((function(t){f(0,5).forEach((function(n){return function(e,t,n,r){var o=e>0?40*e+55:0,a=t>0?40*t+55:0,s=n>0?40*n+55:0;r[16+36*e+6*t+n]=function(e){var t,n=[],r=i(e);try{for(r.s();!(t=r.n()).done;){var o=t.value;n.push(c(o))}}catch(e){r.e(e)}finally{r.f()}return"#"+n.join("")}([o,a,s])}(e,t,n,a)}))}))})),f(0,23).forEach((function(e){var t=e+232,n=c(10*e+8);a[t]="#"+n+n+n})),a)};function c(e){for(var t=e.toString(16);t.length<2;)t="0"+t;return t}function u(e,t,n,r){var i;return"text"===t?i=function(e,t){return t.escapeXML?s.encodeXML(e):e}(n,r):"display"===t?i=function(e,t,n){var r,i={"-1":function(){return"<br/>"},0:function(){return e.length&&d(e)},1:function(){return p(e,"b")},3:function(){return p(e,"i")},4:function(){return p(e,"u")},8:function(){return g(e,"display:none")},9:function(){return p(e,"strike")},22:function(){return g(e,"font-weight:normal;text-decoration:none;font-style:normal")},23:function(){return b(e,"i")},24:function(){return b(e,"u")},39:function(){return m(e,n.fg)},49:function(){return v(e,n.bg)},53:function(){return g(e,"text-decoration:overline")}};return i[t=parseInt(t,10)]?r=i[t]():4<t&&t<7?r=p(e,"blink"):29<t&&t<38?r=m(e,n.colors[t-30]):39<t&&t<48?r=v(e,n.colors[t-40]):89<t&&t<98?r=m(e,n.colors[t-90+8]):99<t&&t<108&&(r=v(e,n.colors[t-100+8])),r}(e,n,r):"xterm256Foreground"===t?i=m(e,r.colors[n]):"xterm256Background"===t?i=v(e,r.colors[n]):"rgb"===t&&(i=function(e,t){return g(e,(38===+(t=t.substring(2).slice(0,-1)).substr(0,2)?"color:#":"background-color:#")+t.substring(5).split(";").map((function(e){return("0"+Number(e).toString(16)).substr(-2)})).join(""))}(e,n)),i}function d(e){var t=e.slice(0);return e.length=0,t.reverse().map((function(e){return"</"+e+">"})).join("")}function f(e,t){for(var n=[],r=e;r<=t;r++)n.push(r);return n}function h(e){var t=null;return 0===(e=parseInt(e,10))?t="all":1===e?t="bold":2<e&&e<5?t="underline":4<e&&e<7?t="blink":8===e?t="hide":9===e?t="strike":29<e&&e<38||39===e||89<e&&e<98?t="foreground-color":(39<e&&e<48||49===e||99<e&&e<108)&&(t="background-color"),t}function p(e,t,n){return n||(n=""),e.push(t),"<".concat(t).concat(n?' style="'.concat(n,'"'):"",">")}function g(e,t){return p(e,"span",t)}function m(e,t){return p(e,"span","color:"+t)}function v(e,t){return p(e,"span","background-color:"+t)}function b(e,t){var n;if(e.slice(-1)[0]===t&&(n=e.pop()),n)return"</"+t+">"}var y=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),(t=t||{}).colors&&(t.colors=Object.assign({},l.colors,t.colors)),this.options=Object.assign({},l,t),this.stack=[],this.stickyStack=[]}var t,n;return t=e,(n=[{key:"toHtml",value:function(e){var t=this;e="string"==typeof e?[e]:e;var n=this.stack,r=this.options,o=[];return this.stickyStack.forEach((function(e){var t=u(n,e.token,e.data,r);t&&o.push(t)})),function(e,t,n){var r=!1;function o(){return""}function a(e){return t.newline?n("display",-1):n("text",e),""}var s=[{pattern:/^\x08+/,sub:o},{pattern:/^\x1b\[[012]?K/,sub:o},{pattern:/^\x1b\[\(B/,sub:o},{pattern:/^\x1b\[[34]8;2;\d+;\d+;\d+m/,sub:function(e){return n("rgb",e),""}},{pattern:/^\x1b\[38;5;(\d+)m/,sub:function(e,t){return n("xterm256Foreground",t),""}},{pattern:/^\x1b\[48;5;(\d+)m/,sub:function(e,t){return n("xterm256Background",t),""}},{pattern:/^\n/,sub:a},{pattern:/^\r+\n/,sub:a},{pattern:/^\r/,sub:a},{pattern:/^\x1b\[((?:\d{1,3};?)+|)m/,sub:function(e,t){r=!0,0===t.trim().length&&(t="0");var o,a=i(t=t.trimRight(";").split(";"));try{for(a.s();!(o=a.n()).done;){var s=o.value;n("display",s)}}catch(e){a.e(e)}finally{a.f()}return""}},{pattern:/^\x1b\[\d?J/,sub:o},{pattern:/^\x1b\[\d{0,3};\d{0,3}f/,sub:o},{pattern:/^\x1b\[?[\d;]{0,3}/,sub:o},{pattern:/^(([^\x1b\x08\r\n])+)/,sub:function(e){return n("text",e),""}}];function l(t,n){n>3&&r||(r=!1,e=e.replace(t.pattern,t.sub))}var c=[],u=e.length;e:for(;u>0;){for(var d=0,f=0,h=s.length;f<h;d=++f)if(l(s[d],d),e.length!==u){u=e.length;continue e}if(e.length===u)break;c.push(0),u=e.length}}(e.join(""),r,(function(e,i){var a=u(n,e,i,r);a&&o.push(a),r.stream&&(t.stickyStack=function(e,t,n){var r;return"text"!==t&&(e=e.filter((r=h(n),function(e){return(null===r||e.category!==r)&&"all"!==r}))).push({token:t,data:n,category:h(n)}),e}(t.stickyStack,e,i))})),n.length&&o.push(d(n)),o.join("")}}])&&r(t.prototype,n),e}();e.exports=y},814:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.decodeHTML=t.decodeHTMLStrict=t.decodeXML=void 0;var i=r(n(662)),o=r(n(194)),a=r(n(82)),s=r(n(872)),l=/&(?:[a-zA-Z0-9]+|#[xX][\da-fA-F]+|#\d+);/g;function c(e){var t=d(e);return function(e){return String(e).replace(l,t)}}t.decodeXML=c(a.default),t.decodeHTMLStrict=c(i.default);var u=function(e,t){return e<t?1:-1};function d(e){return function(t){if("#"===t.charAt(1)){var n=t.charAt(2);return"X"===n||"x"===n?s.default(parseInt(t.substr(3),16)):s.default(parseInt(t.substr(2),10))}return e[t.slice(1,-1)]||t}}t.decodeHTML=function(){for(var e=Object.keys(o.default).sort(u),t=Object.keys(i.default).sort(u),n=0,r=0;n<t.length;n++)e[r]===t[n]?(t[n]+=";?",r++):t[n]+=";";var a=new RegExp("&(?:"+t.join("|")+"|#[xX][\\da-fA-F]+;?|#\\d+;?)","g"),s=d(i.default);function l(e){return";"!==e.substr(-1)&&(e+=";"),s(e)}return function(e){return String(e).replace(a,l)}}()},872:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var i=r(n(103)),o=String.fromCodePoint||function(e){var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+String.fromCharCode(e)};t.default=function(e){return e>=55296&&e<=57343||e>1114111?"�":(e in i.default&&(e=i.default[e]),o(e))}},18:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.escapeUTF8=t.escape=t.encodeNonAsciiHTML=t.encodeHTML=t.encodeXML=void 0;var i=u(r(n(82)).default),o=d(i);t.encodeXML=m(i);var a,s,l=u(r(n(662)).default),c=d(l);function u(e){return Object.keys(e).sort().reduce((function(t,n){return t[e[n]]="&"+n+";",t}),{})}function d(e){for(var t=[],n=[],r=0,i=Object.keys(e);r<i.length;r++){var o=i[r];1===o.length?t.push("\\"+o):n.push(o)}t.sort();for(var a=0;a<t.length-1;a++){for(var s=a;s<t.length-1&&t[s].charCodeAt(1)+1===t[s+1].charCodeAt(1);)s+=1;var l=1+s-a;l<3||t.splice(a,l,t[a]+"-"+t[s])}return n.unshift("["+t.join("")+"]"),new RegExp(n.join("|"),"g")}t.encodeHTML=(a=l,s=c,function(e){return e.replace(s,(function(e){return a[e]})).replace(f,p)}),t.encodeNonAsciiHTML=m(l);var f=/(?:[\x80-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/g,h=null!=String.prototype.codePointAt?function(e){return e.codePointAt(0)}:function(e){return 1024*(e.charCodeAt(0)-55296)+e.charCodeAt(1)-56320+65536};function p(e){return"&#x"+(e.length>1?h(e):e.charCodeAt(0)).toString(16).toUpperCase()+";"}var g=new RegExp(o.source+"|"+f.source,"g");function m(e){return function(t){return t.replace(g,(function(t){return e[t]||p(t)}))}}t.escape=function(e){return e.replace(g,p)},t.escapeUTF8=function(e){return e.replace(o,p)}},410:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.decodeXMLStrict=t.decodeHTML5Strict=t.decodeHTML4Strict=t.decodeHTML5=t.decodeHTML4=t.decodeHTMLStrict=t.decodeHTML=t.decodeXML=t.encodeHTML5=t.encodeHTML4=t.escapeUTF8=t.escape=t.encodeNonAsciiHTML=t.encodeHTML=t.encodeXML=t.encode=t.decodeStrict=t.decode=void 0;var r=n(814),i=n(18);t.decode=function(e,t){return(!t||t<=0?r.decodeXML:r.decodeHTML)(e)},t.decodeStrict=function(e,t){return(!t||t<=0?r.decodeXML:r.decodeHTMLStrict)(e)},t.encode=function(e,t){return(!t||t<=0?i.encodeXML:i.encodeHTML)(e)};var o=n(18);Object.defineProperty(t,"encodeXML",{enumerable:!0,get:function(){return o.encodeXML}}),Object.defineProperty(t,"encodeHTML",{enumerable:!0,get:function(){return o.encodeHTML}}),Object.defineProperty(t,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return o.encodeNonAsciiHTML}}),Object.defineProperty(t,"escape",{enumerable:!0,get:function(){return o.escape}}),Object.defineProperty(t,"escapeUTF8",{enumerable:!0,get:function(){return o.escapeUTF8}}),Object.defineProperty(t,"encodeHTML4",{enumerable:!0,get:function(){return o.encodeHTML}}),Object.defineProperty(t,"encodeHTML5",{enumerable:!0,get:function(){return o.encodeHTML}});var a=n(814);Object.defineProperty(t,"decodeXML",{enumerable:!0,get:function(){return a.decodeXML}}),Object.defineProperty(t,"decodeHTML",{enumerable:!0,get:function(){return a.decodeHTML}}),Object.defineProperty(t,"decodeHTMLStrict",{enumerable:!0,get:function(){return a.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTML4",{enumerable:!0,get:function(){return a.decodeHTML}}),Object.defineProperty(t,"decodeHTML5",{enumerable:!0,get:function(){return a.decodeHTML}}),Object.defineProperty(t,"decodeHTML4Strict",{enumerable:!0,get:function(){return a.decodeHTMLStrict}}),Object.defineProperty(t,"decodeHTML5Strict",{enumerable:!0,get:function(){return a.decodeHTMLStrict}}),Object.defineProperty(t,"decodeXMLStrict",{enumerable:!0,get:function(){return a.decodeXML}})},96:function(e,t,n){var r={"./az.json":[686,686],"./de.json":[894,894],"./en.json":[174,174],"./es.json":[725,725],"./fr.json":[605,605],"./he.json":[282,282],"./hy.json":[638,638],"./it.json":[672,672],"./ja.json":[980,980],"./ka.json":[173,173],"./kr.json":[416,416],"./nl.json":[943,943],"./pl.json":[29,29],"./pt.json":[741,741],"./ru.json":[600,600],"./sv.json":[252,252],"./tr.json":[755,755],"./zh.json":[527,527]};function i(e){if(!n.o(r,e))return Promise.resolve().then((function(){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=r[e],i=t[0];return n.e(t[1]).then((function(){return n.t(i,19)}))}i.keys=function(){return Object.keys(r)},i.id=96,e.exports=i},103:function(e){"use strict";e.exports=JSON.parse('{"0":65533,"128":8364,"130":8218,"131":402,"132":8222,"133":8230,"134":8224,"135":8225,"136":710,"137":8240,"138":352,"139":8249,"140":338,"142":381,"145":8216,"146":8217,"147":8220,"148":8221,"149":8226,"150":8211,"151":8212,"152":732,"153":8482,"154":353,"155":8250,"156":339,"158":382,"159":376}')},662:function(e){"use strict";e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Abreve":"Ă","abreve":"ă","ac":"∾","acd":"∿","acE":"∾̳","Acirc":"Â","acirc":"â","acute":"´","Acy":"А","acy":"а","AElig":"Æ","aelig":"æ","af":"⁡","Afr":"𝔄","afr":"𝔞","Agrave":"À","agrave":"à","alefsym":"ℵ","aleph":"ℵ","Alpha":"Α","alpha":"α","Amacr":"Ā","amacr":"ā","amalg":"⨿","amp":"&","AMP":"&","andand":"⩕","And":"⩓","and":"∧","andd":"⩜","andslope":"⩘","andv":"⩚","ang":"∠","ange":"⦤","angle":"∠","angmsdaa":"⦨","angmsdab":"⦩","angmsdac":"⦪","angmsdad":"⦫","angmsdae":"⦬","angmsdaf":"⦭","angmsdag":"⦮","angmsdah":"⦯","angmsd":"∡","angrt":"∟","angrtvb":"⊾","angrtvbd":"⦝","angsph":"∢","angst":"Å","angzarr":"⍼","Aogon":"Ą","aogon":"ą","Aopf":"𝔸","aopf":"𝕒","apacir":"⩯","ap":"≈","apE":"⩰","ape":"≊","apid":"≋","apos":"\'","ApplyFunction":"⁡","approx":"≈","approxeq":"≊","Aring":"Å","aring":"å","Ascr":"𝒜","ascr":"𝒶","Assign":"≔","ast":"*","asymp":"≈","asympeq":"≍","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","awconint":"∳","awint":"⨑","backcong":"≌","backepsilon":"϶","backprime":"‵","backsim":"∽","backsimeq":"⋍","Backslash":"∖","Barv":"⫧","barvee":"⊽","barwed":"⌅","Barwed":"⌆","barwedge":"⌅","bbrk":"⎵","bbrktbrk":"⎶","bcong":"≌","Bcy":"Б","bcy":"б","bdquo":"„","becaus":"∵","because":"∵","Because":"∵","bemptyv":"⦰","bepsi":"϶","bernou":"ℬ","Bernoullis":"ℬ","Beta":"Β","beta":"β","beth":"ℶ","between":"≬","Bfr":"𝔅","bfr":"𝔟","bigcap":"⋂","bigcirc":"◯","bigcup":"⋃","bigodot":"⨀","bigoplus":"⨁","bigotimes":"⨂","bigsqcup":"⨆","bigstar":"★","bigtriangledown":"▽","bigtriangleup":"△","biguplus":"⨄","bigvee":"⋁","bigwedge":"⋀","bkarow":"⤍","blacklozenge":"⧫","blacksquare":"▪","blacktriangle":"▴","blacktriangledown":"▾","blacktriangleleft":"◂","blacktriangleright":"▸","blank":"␣","blk12":"▒","blk14":"░","blk34":"▓","block":"█","bne":"=⃥","bnequiv":"≡⃥","bNot":"⫭","bnot":"⌐","Bopf":"𝔹","bopf":"𝕓","bot":"⊥","bottom":"⊥","bowtie":"⋈","boxbox":"⧉","boxdl":"┐","boxdL":"╕","boxDl":"╖","boxDL":"╗","boxdr":"┌","boxdR":"╒","boxDr":"╓","boxDR":"╔","boxh":"─","boxH":"═","boxhd":"┬","boxHd":"╤","boxhD":"╥","boxHD":"╦","boxhu":"┴","boxHu":"╧","boxhU":"╨","boxHU":"╩","boxminus":"⊟","boxplus":"⊞","boxtimes":"⊠","boxul":"┘","boxuL":"╛","boxUl":"╜","boxUL":"╝","boxur":"└","boxuR":"╘","boxUr":"╙","boxUR":"╚","boxv":"│","boxV":"║","boxvh":"┼","boxvH":"╪","boxVh":"╫","boxVH":"╬","boxvl":"┤","boxvL":"╡","boxVl":"╢","boxVL":"╣","boxvr":"├","boxvR":"╞","boxVr":"╟","boxVR":"╠","bprime":"‵","breve":"˘","Breve":"˘","brvbar":"¦","bscr":"𝒷","Bscr":"ℬ","bsemi":"⁏","bsim":"∽","bsime":"⋍","bsolb":"⧅","bsol":"\\\\","bsolhsub":"⟈","bull":"•","bullet":"•","bump":"≎","bumpE":"⪮","bumpe":"≏","Bumpeq":"≎","bumpeq":"≏","Cacute":"Ć","cacute":"ć","capand":"⩄","capbrcup":"⩉","capcap":"⩋","cap":"∩","Cap":"⋒","capcup":"⩇","capdot":"⩀","CapitalDifferentialD":"ⅅ","caps":"∩︀","caret":"⁁","caron":"ˇ","Cayleys":"ℭ","ccaps":"⩍","Ccaron":"Č","ccaron":"č","Ccedil":"Ç","ccedil":"ç","Ccirc":"Ĉ","ccirc":"ĉ","Cconint":"∰","ccups":"⩌","ccupssm":"⩐","Cdot":"Ċ","cdot":"ċ","cedil":"¸","Cedilla":"¸","cemptyv":"⦲","cent":"¢","centerdot":"·","CenterDot":"·","cfr":"𝔠","Cfr":"ℭ","CHcy":"Ч","chcy":"ч","check":"✓","checkmark":"✓","Chi":"Χ","chi":"χ","circ":"ˆ","circeq":"≗","circlearrowleft":"↺","circlearrowright":"↻","circledast":"⊛","circledcirc":"⊚","circleddash":"⊝","CircleDot":"⊙","circledR":"®","circledS":"Ⓢ","CircleMinus":"⊖","CirclePlus":"⊕","CircleTimes":"⊗","cir":"○","cirE":"⧃","cire":"≗","cirfnint":"⨐","cirmid":"⫯","cirscir":"⧂","ClockwiseContourIntegral":"∲","CloseCurlyDoubleQuote":"”","CloseCurlyQuote":"’","clubs":"♣","clubsuit":"♣","colon":":","Colon":"∷","Colone":"⩴","colone":"≔","coloneq":"≔","comma":",","commat":"@","comp":"∁","compfn":"∘","complement":"∁","complexes":"ℂ","cong":"≅","congdot":"⩭","Congruent":"≡","conint":"∮","Conint":"∯","ContourIntegral":"∮","copf":"𝕔","Copf":"ℂ","coprod":"∐","Coproduct":"∐","copy":"©","COPY":"©","copysr":"℗","CounterClockwiseContourIntegral":"∳","crarr":"↵","cross":"✗","Cross":"⨯","Cscr":"𝒞","cscr":"𝒸","csub":"⫏","csube":"⫑","csup":"⫐","csupe":"⫒","ctdot":"⋯","cudarrl":"⤸","cudarrr":"⤵","cuepr":"⋞","cuesc":"⋟","cularr":"↶","cularrp":"⤽","cupbrcap":"⩈","cupcap":"⩆","CupCap":"≍","cup":"∪","Cup":"⋓","cupcup":"⩊","cupdot":"⊍","cupor":"⩅","cups":"∪︀","curarr":"↷","curarrm":"⤼","curlyeqprec":"⋞","curlyeqsucc":"⋟","curlyvee":"⋎","curlywedge":"⋏","curren":"¤","curvearrowleft":"↶","curvearrowright":"↷","cuvee":"⋎","cuwed":"⋏","cwconint":"∲","cwint":"∱","cylcty":"⌭","dagger":"†","Dagger":"‡","daleth":"ℸ","darr":"↓","Darr":"↡","dArr":"⇓","dash":"‐","Dashv":"⫤","dashv":"⊣","dbkarow":"⤏","dblac":"˝","Dcaron":"Ď","dcaron":"ď","Dcy":"Д","dcy":"д","ddagger":"‡","ddarr":"⇊","DD":"ⅅ","dd":"ⅆ","DDotrahd":"⤑","ddotseq":"⩷","deg":"°","Del":"∇","Delta":"Δ","delta":"δ","demptyv":"⦱","dfisht":"⥿","Dfr":"𝔇","dfr":"𝔡","dHar":"⥥","dharl":"⇃","dharr":"⇂","DiacriticalAcute":"´","DiacriticalDot":"˙","DiacriticalDoubleAcute":"˝","DiacriticalGrave":"`","DiacriticalTilde":"˜","diam":"⋄","diamond":"⋄","Diamond":"⋄","diamondsuit":"♦","diams":"♦","die":"¨","DifferentialD":"ⅆ","digamma":"ϝ","disin":"⋲","div":"÷","divide":"÷","divideontimes":"⋇","divonx":"⋇","DJcy":"Ђ","djcy":"ђ","dlcorn":"⌞","dlcrop":"⌍","dollar":"$","Dopf":"𝔻","dopf":"𝕕","Dot":"¨","dot":"˙","DotDot":"⃜","doteq":"≐","doteqdot":"≑","DotEqual":"≐","dotminus":"∸","dotplus":"∔","dotsquare":"⊡","doublebarwedge":"⌆","DoubleContourIntegral":"∯","DoubleDot":"¨","DoubleDownArrow":"⇓","DoubleLeftArrow":"⇐","DoubleLeftRightArrow":"⇔","DoubleLeftTee":"⫤","DoubleLongLeftArrow":"⟸","DoubleLongLeftRightArrow":"⟺","DoubleLongRightArrow":"⟹","DoubleRightArrow":"⇒","DoubleRightTee":"⊨","DoubleUpArrow":"⇑","DoubleUpDownArrow":"⇕","DoubleVerticalBar":"∥","DownArrowBar":"⤓","downarrow":"↓","DownArrow":"↓","Downarrow":"⇓","DownArrowUpArrow":"⇵","DownBreve":"̑","downdownarrows":"⇊","downharpoonleft":"⇃","downharpoonright":"⇂","DownLeftRightVector":"⥐","DownLeftTeeVector":"⥞","DownLeftVectorBar":"⥖","DownLeftVector":"↽","DownRightTeeVector":"⥟","DownRightVectorBar":"⥗","DownRightVector":"⇁","DownTeeArrow":"↧","DownTee":"⊤","drbkarow":"⤐","drcorn":"⌟","drcrop":"⌌","Dscr":"𝒟","dscr":"𝒹","DScy":"Ѕ","dscy":"ѕ","dsol":"⧶","Dstrok":"Đ","dstrok":"đ","dtdot":"⋱","dtri":"▿","dtrif":"▾","duarr":"⇵","duhar":"⥯","dwangle":"⦦","DZcy":"Џ","dzcy":"џ","dzigrarr":"⟿","Eacute":"É","eacute":"é","easter":"⩮","Ecaron":"Ě","ecaron":"ě","Ecirc":"Ê","ecirc":"ê","ecir":"≖","ecolon":"≕","Ecy":"Э","ecy":"э","eDDot":"⩷","Edot":"Ė","edot":"ė","eDot":"≑","ee":"ⅇ","efDot":"≒","Efr":"𝔈","efr":"𝔢","eg":"⪚","Egrave":"È","egrave":"è","egs":"⪖","egsdot":"⪘","el":"⪙","Element":"∈","elinters":"⏧","ell":"ℓ","els":"⪕","elsdot":"⪗","Emacr":"Ē","emacr":"ē","empty":"∅","emptyset":"∅","EmptySmallSquare":"◻","emptyv":"∅","EmptyVerySmallSquare":"▫","emsp13":" ","emsp14":" ","emsp":" ","ENG":"Ŋ","eng":"ŋ","ensp":" ","Eogon":"Ę","eogon":"ę","Eopf":"𝔼","eopf":"𝕖","epar":"⋕","eparsl":"⧣","eplus":"⩱","epsi":"ε","Epsilon":"Ε","epsilon":"ε","epsiv":"ϵ","eqcirc":"≖","eqcolon":"≕","eqsim":"≂","eqslantgtr":"⪖","eqslantless":"⪕","Equal":"⩵","equals":"=","EqualTilde":"≂","equest":"≟","Equilibrium":"⇌","equiv":"≡","equivDD":"⩸","eqvparsl":"⧥","erarr":"⥱","erDot":"≓","escr":"ℯ","Escr":"ℰ","esdot":"≐","Esim":"⩳","esim":"≂","Eta":"Η","eta":"η","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","euro":"€","excl":"!","exist":"∃","Exists":"∃","expectation":"ℰ","exponentiale":"ⅇ","ExponentialE":"ⅇ","fallingdotseq":"≒","Fcy":"Ф","fcy":"ф","female":"♀","ffilig":"ffi","fflig":"ff","ffllig":"ffl","Ffr":"𝔉","ffr":"𝔣","filig":"fi","FilledSmallSquare":"◼","FilledVerySmallSquare":"▪","fjlig":"fj","flat":"♭","fllig":"fl","fltns":"▱","fnof":"ƒ","Fopf":"𝔽","fopf":"𝕗","forall":"∀","ForAll":"∀","fork":"⋔","forkv":"⫙","Fouriertrf":"ℱ","fpartint":"⨍","frac12":"½","frac13":"⅓","frac14":"¼","frac15":"⅕","frac16":"⅙","frac18":"⅛","frac23":"⅔","frac25":"⅖","frac34":"¾","frac35":"⅗","frac38":"⅜","frac45":"⅘","frac56":"⅚","frac58":"⅝","frac78":"⅞","frasl":"⁄","frown":"⌢","fscr":"𝒻","Fscr":"ℱ","gacute":"ǵ","Gamma":"Γ","gamma":"γ","Gammad":"Ϝ","gammad":"ϝ","gap":"⪆","Gbreve":"Ğ","gbreve":"ğ","Gcedil":"Ģ","Gcirc":"Ĝ","gcirc":"ĝ","Gcy":"Г","gcy":"г","Gdot":"Ġ","gdot":"ġ","ge":"≥","gE":"≧","gEl":"⪌","gel":"⋛","geq":"≥","geqq":"≧","geqslant":"⩾","gescc":"⪩","ges":"⩾","gesdot":"⪀","gesdoto":"⪂","gesdotol":"⪄","gesl":"⋛︀","gesles":"⪔","Gfr":"𝔊","gfr":"𝔤","gg":"≫","Gg":"⋙","ggg":"⋙","gimel":"ℷ","GJcy":"Ѓ","gjcy":"ѓ","gla":"⪥","gl":"≷","glE":"⪒","glj":"⪤","gnap":"⪊","gnapprox":"⪊","gne":"⪈","gnE":"≩","gneq":"⪈","gneqq":"≩","gnsim":"⋧","Gopf":"𝔾","gopf":"𝕘","grave":"`","GreaterEqual":"≥","GreaterEqualLess":"⋛","GreaterFullEqual":"≧","GreaterGreater":"⪢","GreaterLess":"≷","GreaterSlantEqual":"⩾","GreaterTilde":"≳","Gscr":"𝒢","gscr":"ℊ","gsim":"≳","gsime":"⪎","gsiml":"⪐","gtcc":"⪧","gtcir":"⩺","gt":">","GT":">","Gt":"≫","gtdot":"⋗","gtlPar":"⦕","gtquest":"⩼","gtrapprox":"⪆","gtrarr":"⥸","gtrdot":"⋗","gtreqless":"⋛","gtreqqless":"⪌","gtrless":"≷","gtrsim":"≳","gvertneqq":"≩︀","gvnE":"≩︀","Hacek":"ˇ","hairsp":" ","half":"½","hamilt":"ℋ","HARDcy":"Ъ","hardcy":"ъ","harrcir":"⥈","harr":"↔","hArr":"⇔","harrw":"↭","Hat":"^","hbar":"ℏ","Hcirc":"Ĥ","hcirc":"ĥ","hearts":"♥","heartsuit":"♥","hellip":"…","hercon":"⊹","hfr":"𝔥","Hfr":"ℌ","HilbertSpace":"ℋ","hksearow":"⤥","hkswarow":"⤦","hoarr":"⇿","homtht":"∻","hookleftarrow":"↩","hookrightarrow":"↪","hopf":"𝕙","Hopf":"ℍ","horbar":"―","HorizontalLine":"─","hscr":"𝒽","Hscr":"ℋ","hslash":"ℏ","Hstrok":"Ħ","hstrok":"ħ","HumpDownHump":"≎","HumpEqual":"≏","hybull":"⁃","hyphen":"‐","Iacute":"Í","iacute":"í","ic":"⁣","Icirc":"Î","icirc":"î","Icy":"И","icy":"и","Idot":"İ","IEcy":"Е","iecy":"е","iexcl":"¡","iff":"⇔","ifr":"𝔦","Ifr":"ℑ","Igrave":"Ì","igrave":"ì","ii":"ⅈ","iiiint":"⨌","iiint":"∭","iinfin":"⧜","iiota":"℩","IJlig":"IJ","ijlig":"ij","Imacr":"Ī","imacr":"ī","image":"ℑ","ImaginaryI":"ⅈ","imagline":"ℐ","imagpart":"ℑ","imath":"ı","Im":"ℑ","imof":"⊷","imped":"Ƶ","Implies":"⇒","incare":"℅","in":"∈","infin":"∞","infintie":"⧝","inodot":"ı","intcal":"⊺","int":"∫","Int":"∬","integers":"ℤ","Integral":"∫","intercal":"⊺","Intersection":"⋂","intlarhk":"⨗","intprod":"⨼","InvisibleComma":"⁣","InvisibleTimes":"⁢","IOcy":"Ё","iocy":"ё","Iogon":"Į","iogon":"į","Iopf":"𝕀","iopf":"𝕚","Iota":"Ι","iota":"ι","iprod":"⨼","iquest":"¿","iscr":"𝒾","Iscr":"ℐ","isin":"∈","isindot":"⋵","isinE":"⋹","isins":"⋴","isinsv":"⋳","isinv":"∈","it":"⁢","Itilde":"Ĩ","itilde":"ĩ","Iukcy":"І","iukcy":"і","Iuml":"Ï","iuml":"ï","Jcirc":"Ĵ","jcirc":"ĵ","Jcy":"Й","jcy":"й","Jfr":"𝔍","jfr":"𝔧","jmath":"ȷ","Jopf":"𝕁","jopf":"𝕛","Jscr":"𝒥","jscr":"𝒿","Jsercy":"Ј","jsercy":"ј","Jukcy":"Є","jukcy":"є","Kappa":"Κ","kappa":"κ","kappav":"ϰ","Kcedil":"Ķ","kcedil":"ķ","Kcy":"К","kcy":"к","Kfr":"𝔎","kfr":"𝔨","kgreen":"ĸ","KHcy":"Х","khcy":"х","KJcy":"Ќ","kjcy":"ќ","Kopf":"𝕂","kopf":"𝕜","Kscr":"𝒦","kscr":"𝓀","lAarr":"⇚","Lacute":"Ĺ","lacute":"ĺ","laemptyv":"⦴","lagran":"ℒ","Lambda":"Λ","lambda":"λ","lang":"⟨","Lang":"⟪","langd":"⦑","langle":"⟨","lap":"⪅","Laplacetrf":"ℒ","laquo":"«","larrb":"⇤","larrbfs":"⤟","larr":"←","Larr":"↞","lArr":"⇐","larrfs":"⤝","larrhk":"↩","larrlp":"↫","larrpl":"⤹","larrsim":"⥳","larrtl":"↢","latail":"⤙","lAtail":"⤛","lat":"⪫","late":"⪭","lates":"⪭︀","lbarr":"⤌","lBarr":"⤎","lbbrk":"❲","lbrace":"{","lbrack":"[","lbrke":"⦋","lbrksld":"⦏","lbrkslu":"⦍","Lcaron":"Ľ","lcaron":"ľ","Lcedil":"Ļ","lcedil":"ļ","lceil":"⌈","lcub":"{","Lcy":"Л","lcy":"л","ldca":"⤶","ldquo":"“","ldquor":"„","ldrdhar":"⥧","ldrushar":"⥋","ldsh":"↲","le":"≤","lE":"≦","LeftAngleBracket":"⟨","LeftArrowBar":"⇤","leftarrow":"←","LeftArrow":"←","Leftarrow":"⇐","LeftArrowRightArrow":"⇆","leftarrowtail":"↢","LeftCeiling":"⌈","LeftDoubleBracket":"⟦","LeftDownTeeVector":"⥡","LeftDownVectorBar":"⥙","LeftDownVector":"⇃","LeftFloor":"⌊","leftharpoondown":"↽","leftharpoonup":"↼","leftleftarrows":"⇇","leftrightarrow":"↔","LeftRightArrow":"↔","Leftrightarrow":"⇔","leftrightarrows":"⇆","leftrightharpoons":"⇋","leftrightsquigarrow":"↭","LeftRightVector":"⥎","LeftTeeArrow":"↤","LeftTee":"⊣","LeftTeeVector":"⥚","leftthreetimes":"⋋","LeftTriangleBar":"⧏","LeftTriangle":"⊲","LeftTriangleEqual":"⊴","LeftUpDownVector":"⥑","LeftUpTeeVector":"⥠","LeftUpVectorBar":"⥘","LeftUpVector":"↿","LeftVectorBar":"⥒","LeftVector":"↼","lEg":"⪋","leg":"⋚","leq":"≤","leqq":"≦","leqslant":"⩽","lescc":"⪨","les":"⩽","lesdot":"⩿","lesdoto":"⪁","lesdotor":"⪃","lesg":"⋚︀","lesges":"⪓","lessapprox":"⪅","lessdot":"⋖","lesseqgtr":"⋚","lesseqqgtr":"⪋","LessEqualGreater":"⋚","LessFullEqual":"≦","LessGreater":"≶","lessgtr":"≶","LessLess":"⪡","lesssim":"≲","LessSlantEqual":"⩽","LessTilde":"≲","lfisht":"⥼","lfloor":"⌊","Lfr":"𝔏","lfr":"𝔩","lg":"≶","lgE":"⪑","lHar":"⥢","lhard":"↽","lharu":"↼","lharul":"⥪","lhblk":"▄","LJcy":"Љ","ljcy":"љ","llarr":"⇇","ll":"≪","Ll":"⋘","llcorner":"⌞","Lleftarrow":"⇚","llhard":"⥫","lltri":"◺","Lmidot":"Ŀ","lmidot":"ŀ","lmoustache":"⎰","lmoust":"⎰","lnap":"⪉","lnapprox":"⪉","lne":"⪇","lnE":"≨","lneq":"⪇","lneqq":"≨","lnsim":"⋦","loang":"⟬","loarr":"⇽","lobrk":"⟦","longleftarrow":"⟵","LongLeftArrow":"⟵","Longleftarrow":"⟸","longleftrightarrow":"⟷","LongLeftRightArrow":"⟷","Longleftrightarrow":"⟺","longmapsto":"⟼","longrightarrow":"⟶","LongRightArrow":"⟶","Longrightarrow":"⟹","looparrowleft":"↫","looparrowright":"↬","lopar":"⦅","Lopf":"𝕃","lopf":"𝕝","loplus":"⨭","lotimes":"⨴","lowast":"∗","lowbar":"_","LowerLeftArrow":"↙","LowerRightArrow":"↘","loz":"◊","lozenge":"◊","lozf":"⧫","lpar":"(","lparlt":"⦓","lrarr":"⇆","lrcorner":"⌟","lrhar":"⇋","lrhard":"⥭","lrm":"‎","lrtri":"⊿","lsaquo":"‹","lscr":"𝓁","Lscr":"ℒ","lsh":"↰","Lsh":"↰","lsim":"≲","lsime":"⪍","lsimg":"⪏","lsqb":"[","lsquo":"‘","lsquor":"‚","Lstrok":"Ł","lstrok":"ł","ltcc":"⪦","ltcir":"⩹","lt":"<","LT":"<","Lt":"≪","ltdot":"⋖","lthree":"⋋","ltimes":"⋉","ltlarr":"⥶","ltquest":"⩻","ltri":"◃","ltrie":"⊴","ltrif":"◂","ltrPar":"⦖","lurdshar":"⥊","luruhar":"⥦","lvertneqq":"≨︀","lvnE":"≨︀","macr":"¯","male":"♂","malt":"✠","maltese":"✠","Map":"⤅","map":"↦","mapsto":"↦","mapstodown":"↧","mapstoleft":"↤","mapstoup":"↥","marker":"▮","mcomma":"⨩","Mcy":"М","mcy":"м","mdash":"—","mDDot":"∺","measuredangle":"∡","MediumSpace":" ","Mellintrf":"ℳ","Mfr":"𝔐","mfr":"𝔪","mho":"℧","micro":"µ","midast":"*","midcir":"⫰","mid":"∣","middot":"·","minusb":"⊟","minus":"−","minusd":"∸","minusdu":"⨪","MinusPlus":"∓","mlcp":"⫛","mldr":"…","mnplus":"∓","models":"⊧","Mopf":"𝕄","mopf":"𝕞","mp":"∓","mscr":"𝓂","Mscr":"ℳ","mstpos":"∾","Mu":"Μ","mu":"μ","multimap":"⊸","mumap":"⊸","nabla":"∇","Nacute":"Ń","nacute":"ń","nang":"∠⃒","nap":"≉","napE":"⩰̸","napid":"≋̸","napos":"ʼn","napprox":"≉","natural":"♮","naturals":"ℕ","natur":"♮","nbsp":" ","nbump":"≎̸","nbumpe":"≏̸","ncap":"⩃","Ncaron":"Ň","ncaron":"ň","Ncedil":"Ņ","ncedil":"ņ","ncong":"≇","ncongdot":"⩭̸","ncup":"⩂","Ncy":"Н","ncy":"н","ndash":"–","nearhk":"⤤","nearr":"↗","neArr":"⇗","nearrow":"↗","ne":"≠","nedot":"≐̸","NegativeMediumSpace":"​","NegativeThickSpace":"​","NegativeThinSpace":"​","NegativeVeryThinSpace":"​","nequiv":"≢","nesear":"⤨","nesim":"≂̸","NestedGreaterGreater":"≫","NestedLessLess":"≪","NewLine":"\\n","nexist":"∄","nexists":"∄","Nfr":"𝔑","nfr":"𝔫","ngE":"≧̸","nge":"≱","ngeq":"≱","ngeqq":"≧̸","ngeqslant":"⩾̸","nges":"⩾̸","nGg":"⋙̸","ngsim":"≵","nGt":"≫⃒","ngt":"≯","ngtr":"≯","nGtv":"≫̸","nharr":"↮","nhArr":"⇎","nhpar":"⫲","ni":"∋","nis":"⋼","nisd":"⋺","niv":"∋","NJcy":"Њ","njcy":"њ","nlarr":"↚","nlArr":"⇍","nldr":"‥","nlE":"≦̸","nle":"≰","nleftarrow":"↚","nLeftarrow":"⇍","nleftrightarrow":"↮","nLeftrightarrow":"⇎","nleq":"≰","nleqq":"≦̸","nleqslant":"⩽̸","nles":"⩽̸","nless":"≮","nLl":"⋘̸","nlsim":"≴","nLt":"≪⃒","nlt":"≮","nltri":"⋪","nltrie":"⋬","nLtv":"≪̸","nmid":"∤","NoBreak":"⁠","NonBreakingSpace":" ","nopf":"𝕟","Nopf":"ℕ","Not":"⫬","not":"¬","NotCongruent":"≢","NotCupCap":"≭","NotDoubleVerticalBar":"∦","NotElement":"∉","NotEqual":"≠","NotEqualTilde":"≂̸","NotExists":"∄","NotGreater":"≯","NotGreaterEqual":"≱","NotGreaterFullEqual":"≧̸","NotGreaterGreater":"≫̸","NotGreaterLess":"≹","NotGreaterSlantEqual":"⩾̸","NotGreaterTilde":"≵","NotHumpDownHump":"≎̸","NotHumpEqual":"≏̸","notin":"∉","notindot":"⋵̸","notinE":"⋹̸","notinva":"∉","notinvb":"⋷","notinvc":"⋶","NotLeftTriangleBar":"⧏̸","NotLeftTriangle":"⋪","NotLeftTriangleEqual":"⋬","NotLess":"≮","NotLessEqual":"≰","NotLessGreater":"≸","NotLessLess":"≪̸","NotLessSlantEqual":"⩽̸","NotLessTilde":"≴","NotNestedGreaterGreater":"⪢̸","NotNestedLessLess":"⪡̸","notni":"∌","notniva":"∌","notnivb":"⋾","notnivc":"⋽","NotPrecedes":"⊀","NotPrecedesEqual":"⪯̸","NotPrecedesSlantEqual":"⋠","NotReverseElement":"∌","NotRightTriangleBar":"⧐̸","NotRightTriangle":"⋫","NotRightTriangleEqual":"⋭","NotSquareSubset":"⊏̸","NotSquareSubsetEqual":"⋢","NotSquareSuperset":"⊐̸","NotSquareSupersetEqual":"⋣","NotSubset":"⊂⃒","NotSubsetEqual":"⊈","NotSucceeds":"⊁","NotSucceedsEqual":"⪰̸","NotSucceedsSlantEqual":"⋡","NotSucceedsTilde":"≿̸","NotSuperset":"⊃⃒","NotSupersetEqual":"⊉","NotTilde":"≁","NotTildeEqual":"≄","NotTildeFullEqual":"≇","NotTildeTilde":"≉","NotVerticalBar":"∤","nparallel":"∦","npar":"∦","nparsl":"⫽⃥","npart":"∂̸","npolint":"⨔","npr":"⊀","nprcue":"⋠","nprec":"⊀","npreceq":"⪯̸","npre":"⪯̸","nrarrc":"⤳̸","nrarr":"↛","nrArr":"⇏","nrarrw":"↝̸","nrightarrow":"↛","nRightarrow":"⇏","nrtri":"⋫","nrtrie":"⋭","nsc":"⊁","nsccue":"⋡","nsce":"⪰̸","Nscr":"𝒩","nscr":"𝓃","nshortmid":"∤","nshortparallel":"∦","nsim":"≁","nsime":"≄","nsimeq":"≄","nsmid":"∤","nspar":"∦","nsqsube":"⋢","nsqsupe":"⋣","nsub":"⊄","nsubE":"⫅̸","nsube":"⊈","nsubset":"⊂⃒","nsubseteq":"⊈","nsubseteqq":"⫅̸","nsucc":"⊁","nsucceq":"⪰̸","nsup":"⊅","nsupE":"⫆̸","nsupe":"⊉","nsupset":"⊃⃒","nsupseteq":"⊉","nsupseteqq":"⫆̸","ntgl":"≹","Ntilde":"Ñ","ntilde":"ñ","ntlg":"≸","ntriangleleft":"⋪","ntrianglelefteq":"⋬","ntriangleright":"⋫","ntrianglerighteq":"⋭","Nu":"Ν","nu":"ν","num":"#","numero":"№","numsp":" ","nvap":"≍⃒","nvdash":"⊬","nvDash":"⊭","nVdash":"⊮","nVDash":"⊯","nvge":"≥⃒","nvgt":">⃒","nvHarr":"⤄","nvinfin":"⧞","nvlArr":"⤂","nvle":"≤⃒","nvlt":"<⃒","nvltrie":"⊴⃒","nvrArr":"⤃","nvrtrie":"⊵⃒","nvsim":"∼⃒","nwarhk":"⤣","nwarr":"↖","nwArr":"⇖","nwarrow":"↖","nwnear":"⤧","Oacute":"Ó","oacute":"ó","oast":"⊛","Ocirc":"Ô","ocirc":"ô","ocir":"⊚","Ocy":"О","ocy":"о","odash":"⊝","Odblac":"Ő","odblac":"ő","odiv":"⨸","odot":"⊙","odsold":"⦼","OElig":"Œ","oelig":"œ","ofcir":"⦿","Ofr":"𝔒","ofr":"𝔬","ogon":"˛","Ograve":"Ò","ograve":"ò","ogt":"⧁","ohbar":"⦵","ohm":"Ω","oint":"∮","olarr":"↺","olcir":"⦾","olcross":"⦻","oline":"‾","olt":"⧀","Omacr":"Ō","omacr":"ō","Omega":"Ω","omega":"ω","Omicron":"Ο","omicron":"ο","omid":"⦶","ominus":"⊖","Oopf":"𝕆","oopf":"𝕠","opar":"⦷","OpenCurlyDoubleQuote":"“","OpenCurlyQuote":"‘","operp":"⦹","oplus":"⊕","orarr":"↻","Or":"⩔","or":"∨","ord":"⩝","order":"ℴ","orderof":"ℴ","ordf":"ª","ordm":"º","origof":"⊶","oror":"⩖","orslope":"⩗","orv":"⩛","oS":"Ⓢ","Oscr":"𝒪","oscr":"ℴ","Oslash":"Ø","oslash":"ø","osol":"⊘","Otilde":"Õ","otilde":"õ","otimesas":"⨶","Otimes":"⨷","otimes":"⊗","Ouml":"Ö","ouml":"ö","ovbar":"⌽","OverBar":"‾","OverBrace":"⏞","OverBracket":"⎴","OverParenthesis":"⏜","para":"¶","parallel":"∥","par":"∥","parsim":"⫳","parsl":"⫽","part":"∂","PartialD":"∂","Pcy":"П","pcy":"п","percnt":"%","period":".","permil":"‰","perp":"⊥","pertenk":"‱","Pfr":"𝔓","pfr":"𝔭","Phi":"Φ","phi":"φ","phiv":"ϕ","phmmat":"ℳ","phone":"☎","Pi":"Π","pi":"π","pitchfork":"⋔","piv":"ϖ","planck":"ℏ","planckh":"ℎ","plankv":"ℏ","plusacir":"⨣","plusb":"⊞","pluscir":"⨢","plus":"+","plusdo":"∔","plusdu":"⨥","pluse":"⩲","PlusMinus":"±","plusmn":"±","plussim":"⨦","plustwo":"⨧","pm":"±","Poincareplane":"ℌ","pointint":"⨕","popf":"𝕡","Popf":"ℙ","pound":"£","prap":"⪷","Pr":"⪻","pr":"≺","prcue":"≼","precapprox":"⪷","prec":"≺","preccurlyeq":"≼","Precedes":"≺","PrecedesEqual":"⪯","PrecedesSlantEqual":"≼","PrecedesTilde":"≾","preceq":"⪯","precnapprox":"⪹","precneqq":"⪵","precnsim":"⋨","pre":"⪯","prE":"⪳","precsim":"≾","prime":"′","Prime":"″","primes":"ℙ","prnap":"⪹","prnE":"⪵","prnsim":"⋨","prod":"∏","Product":"∏","profalar":"⌮","profline":"⌒","profsurf":"⌓","prop":"∝","Proportional":"∝","Proportion":"∷","propto":"∝","prsim":"≾","prurel":"⊰","Pscr":"𝒫","pscr":"𝓅","Psi":"Ψ","psi":"ψ","puncsp":" ","Qfr":"𝔔","qfr":"𝔮","qint":"⨌","qopf":"𝕢","Qopf":"ℚ","qprime":"⁗","Qscr":"𝒬","qscr":"𝓆","quaternions":"ℍ","quatint":"⨖","quest":"?","questeq":"≟","quot":"\\"","QUOT":"\\"","rAarr":"⇛","race":"∽̱","Racute":"Ŕ","racute":"ŕ","radic":"√","raemptyv":"⦳","rang":"⟩","Rang":"⟫","rangd":"⦒","range":"⦥","rangle":"⟩","raquo":"»","rarrap":"⥵","rarrb":"⇥","rarrbfs":"⤠","rarrc":"⤳","rarr":"→","Rarr":"↠","rArr":"⇒","rarrfs":"⤞","rarrhk":"↪","rarrlp":"↬","rarrpl":"⥅","rarrsim":"⥴","Rarrtl":"⤖","rarrtl":"↣","rarrw":"↝","ratail":"⤚","rAtail":"⤜","ratio":"∶","rationals":"ℚ","rbarr":"⤍","rBarr":"⤏","RBarr":"⤐","rbbrk":"❳","rbrace":"}","rbrack":"]","rbrke":"⦌","rbrksld":"⦎","rbrkslu":"⦐","Rcaron":"Ř","rcaron":"ř","Rcedil":"Ŗ","rcedil":"ŗ","rceil":"⌉","rcub":"}","Rcy":"Р","rcy":"р","rdca":"⤷","rdldhar":"⥩","rdquo":"”","rdquor":"”","rdsh":"↳","real":"ℜ","realine":"ℛ","realpart":"ℜ","reals":"ℝ","Re":"ℜ","rect":"▭","reg":"®","REG":"®","ReverseElement":"∋","ReverseEquilibrium":"⇋","ReverseUpEquilibrium":"⥯","rfisht":"⥽","rfloor":"⌋","rfr":"𝔯","Rfr":"ℜ","rHar":"⥤","rhard":"⇁","rharu":"⇀","rharul":"⥬","Rho":"Ρ","rho":"ρ","rhov":"ϱ","RightAngleBracket":"⟩","RightArrowBar":"⇥","rightarrow":"→","RightArrow":"→","Rightarrow":"⇒","RightArrowLeftArrow":"⇄","rightarrowtail":"↣","RightCeiling":"⌉","RightDoubleBracket":"⟧","RightDownTeeVector":"⥝","RightDownVectorBar":"⥕","RightDownVector":"⇂","RightFloor":"⌋","rightharpoondown":"⇁","rightharpoonup":"⇀","rightleftarrows":"⇄","rightleftharpoons":"⇌","rightrightarrows":"⇉","rightsquigarrow":"↝","RightTeeArrow":"↦","RightTee":"⊢","RightTeeVector":"⥛","rightthreetimes":"⋌","RightTriangleBar":"⧐","RightTriangle":"⊳","RightTriangleEqual":"⊵","RightUpDownVector":"⥏","RightUpTeeVector":"⥜","RightUpVectorBar":"⥔","RightUpVector":"↾","RightVectorBar":"⥓","RightVector":"⇀","ring":"˚","risingdotseq":"≓","rlarr":"⇄","rlhar":"⇌","rlm":"‏","rmoustache":"⎱","rmoust":"⎱","rnmid":"⫮","roang":"⟭","roarr":"⇾","robrk":"⟧","ropar":"⦆","ropf":"𝕣","Ropf":"ℝ","roplus":"⨮","rotimes":"⨵","RoundImplies":"⥰","rpar":")","rpargt":"⦔","rppolint":"⨒","rrarr":"⇉","Rrightarrow":"⇛","rsaquo":"›","rscr":"𝓇","Rscr":"ℛ","rsh":"↱","Rsh":"↱","rsqb":"]","rsquo":"’","rsquor":"’","rthree":"⋌","rtimes":"⋊","rtri":"▹","rtrie":"⊵","rtrif":"▸","rtriltri":"⧎","RuleDelayed":"⧴","ruluhar":"⥨","rx":"℞","Sacute":"Ś","sacute":"ś","sbquo":"‚","scap":"⪸","Scaron":"Š","scaron":"š","Sc":"⪼","sc":"≻","sccue":"≽","sce":"⪰","scE":"⪴","Scedil":"Ş","scedil":"ş","Scirc":"Ŝ","scirc":"ŝ","scnap":"⪺","scnE":"⪶","scnsim":"⋩","scpolint":"⨓","scsim":"≿","Scy":"С","scy":"с","sdotb":"⊡","sdot":"⋅","sdote":"⩦","searhk":"⤥","searr":"↘","seArr":"⇘","searrow":"↘","sect":"§","semi":";","seswar":"⤩","setminus":"∖","setmn":"∖","sext":"✶","Sfr":"𝔖","sfr":"𝔰","sfrown":"⌢","sharp":"♯","SHCHcy":"Щ","shchcy":"щ","SHcy":"Ш","shcy":"ш","ShortDownArrow":"↓","ShortLeftArrow":"←","shortmid":"∣","shortparallel":"∥","ShortRightArrow":"→","ShortUpArrow":"↑","shy":"­","Sigma":"Σ","sigma":"σ","sigmaf":"ς","sigmav":"ς","sim":"∼","simdot":"⩪","sime":"≃","simeq":"≃","simg":"⪞","simgE":"⪠","siml":"⪝","simlE":"⪟","simne":"≆","simplus":"⨤","simrarr":"⥲","slarr":"←","SmallCircle":"∘","smallsetminus":"∖","smashp":"⨳","smeparsl":"⧤","smid":"∣","smile":"⌣","smt":"⪪","smte":"⪬","smtes":"⪬︀","SOFTcy":"Ь","softcy":"ь","solbar":"⌿","solb":"⧄","sol":"/","Sopf":"𝕊","sopf":"𝕤","spades":"♠","spadesuit":"♠","spar":"∥","sqcap":"⊓","sqcaps":"⊓︀","sqcup":"⊔","sqcups":"⊔︀","Sqrt":"√","sqsub":"⊏","sqsube":"⊑","sqsubset":"⊏","sqsubseteq":"⊑","sqsup":"⊐","sqsupe":"⊒","sqsupset":"⊐","sqsupseteq":"⊒","square":"□","Square":"□","SquareIntersection":"⊓","SquareSubset":"⊏","SquareSubsetEqual":"⊑","SquareSuperset":"⊐","SquareSupersetEqual":"⊒","SquareUnion":"⊔","squarf":"▪","squ":"□","squf":"▪","srarr":"→","Sscr":"𝒮","sscr":"𝓈","ssetmn":"∖","ssmile":"⌣","sstarf":"⋆","Star":"⋆","star":"☆","starf":"★","straightepsilon":"ϵ","straightphi":"ϕ","strns":"¯","sub":"⊂","Sub":"⋐","subdot":"⪽","subE":"⫅","sube":"⊆","subedot":"⫃","submult":"⫁","subnE":"⫋","subne":"⊊","subplus":"⪿","subrarr":"⥹","subset":"⊂","Subset":"⋐","subseteq":"⊆","subseteqq":"⫅","SubsetEqual":"⊆","subsetneq":"⊊","subsetneqq":"⫋","subsim":"⫇","subsub":"⫕","subsup":"⫓","succapprox":"⪸","succ":"≻","succcurlyeq":"≽","Succeeds":"≻","SucceedsEqual":"⪰","SucceedsSlantEqual":"≽","SucceedsTilde":"≿","succeq":"⪰","succnapprox":"⪺","succneqq":"⪶","succnsim":"⋩","succsim":"≿","SuchThat":"∋","sum":"∑","Sum":"∑","sung":"♪","sup1":"¹","sup2":"²","sup3":"³","sup":"⊃","Sup":"⋑","supdot":"⪾","supdsub":"⫘","supE":"⫆","supe":"⊇","supedot":"⫄","Superset":"⊃","SupersetEqual":"⊇","suphsol":"⟉","suphsub":"⫗","suplarr":"⥻","supmult":"⫂","supnE":"⫌","supne":"⊋","supplus":"⫀","supset":"⊃","Supset":"⋑","supseteq":"⊇","supseteqq":"⫆","supsetneq":"⊋","supsetneqq":"⫌","supsim":"⫈","supsub":"⫔","supsup":"⫖","swarhk":"⤦","swarr":"↙","swArr":"⇙","swarrow":"↙","swnwar":"⤪","szlig":"ß","Tab":"\\t","target":"⌖","Tau":"Τ","tau":"τ","tbrk":"⎴","Tcaron":"Ť","tcaron":"ť","Tcedil":"Ţ","tcedil":"ţ","Tcy":"Т","tcy":"т","tdot":"⃛","telrec":"⌕","Tfr":"𝔗","tfr":"𝔱","there4":"∴","therefore":"∴","Therefore":"∴","Theta":"Θ","theta":"θ","thetasym":"ϑ","thetav":"ϑ","thickapprox":"≈","thicksim":"∼","ThickSpace":"  ","ThinSpace":" ","thinsp":" ","thkap":"≈","thksim":"∼","THORN":"Þ","thorn":"þ","tilde":"˜","Tilde":"∼","TildeEqual":"≃","TildeFullEqual":"≅","TildeTilde":"≈","timesbar":"⨱","timesb":"⊠","times":"×","timesd":"⨰","tint":"∭","toea":"⤨","topbot":"⌶","topcir":"⫱","top":"⊤","Topf":"𝕋","topf":"𝕥","topfork":"⫚","tosa":"⤩","tprime":"‴","trade":"™","TRADE":"™","triangle":"▵","triangledown":"▿","triangleleft":"◃","trianglelefteq":"⊴","triangleq":"≜","triangleright":"▹","trianglerighteq":"⊵","tridot":"◬","trie":"≜","triminus":"⨺","TripleDot":"⃛","triplus":"⨹","trisb":"⧍","tritime":"⨻","trpezium":"⏢","Tscr":"𝒯","tscr":"𝓉","TScy":"Ц","tscy":"ц","TSHcy":"Ћ","tshcy":"ћ","Tstrok":"Ŧ","tstrok":"ŧ","twixt":"≬","twoheadleftarrow":"↞","twoheadrightarrow":"↠","Uacute":"Ú","uacute":"ú","uarr":"↑","Uarr":"↟","uArr":"⇑","Uarrocir":"⥉","Ubrcy":"Ў","ubrcy":"ў","Ubreve":"Ŭ","ubreve":"ŭ","Ucirc":"Û","ucirc":"û","Ucy":"У","ucy":"у","udarr":"⇅","Udblac":"Ű","udblac":"ű","udhar":"⥮","ufisht":"⥾","Ufr":"𝔘","ufr":"𝔲","Ugrave":"Ù","ugrave":"ù","uHar":"⥣","uharl":"↿","uharr":"↾","uhblk":"▀","ulcorn":"⌜","ulcorner":"⌜","ulcrop":"⌏","ultri":"◸","Umacr":"Ū","umacr":"ū","uml":"¨","UnderBar":"_","UnderBrace":"⏟","UnderBracket":"⎵","UnderParenthesis":"⏝","Union":"⋃","UnionPlus":"⊎","Uogon":"Ų","uogon":"ų","Uopf":"𝕌","uopf":"𝕦","UpArrowBar":"⤒","uparrow":"↑","UpArrow":"↑","Uparrow":"⇑","UpArrowDownArrow":"⇅","updownarrow":"↕","UpDownArrow":"↕","Updownarrow":"⇕","UpEquilibrium":"⥮","upharpoonleft":"↿","upharpoonright":"↾","uplus":"⊎","UpperLeftArrow":"↖","UpperRightArrow":"↗","upsi":"υ","Upsi":"ϒ","upsih":"ϒ","Upsilon":"Υ","upsilon":"υ","UpTeeArrow":"↥","UpTee":"⊥","upuparrows":"⇈","urcorn":"⌝","urcorner":"⌝","urcrop":"⌎","Uring":"Ů","uring":"ů","urtri":"◹","Uscr":"𝒰","uscr":"𝓊","utdot":"⋰","Utilde":"Ũ","utilde":"ũ","utri":"▵","utrif":"▴","uuarr":"⇈","Uuml":"Ü","uuml":"ü","uwangle":"⦧","vangrt":"⦜","varepsilon":"ϵ","varkappa":"ϰ","varnothing":"∅","varphi":"ϕ","varpi":"ϖ","varpropto":"∝","varr":"↕","vArr":"⇕","varrho":"ϱ","varsigma":"ς","varsubsetneq":"⊊︀","varsubsetneqq":"⫋︀","varsupsetneq":"⊋︀","varsupsetneqq":"⫌︀","vartheta":"ϑ","vartriangleleft":"⊲","vartriangleright":"⊳","vBar":"⫨","Vbar":"⫫","vBarv":"⫩","Vcy":"В","vcy":"в","vdash":"⊢","vDash":"⊨","Vdash":"⊩","VDash":"⊫","Vdashl":"⫦","veebar":"⊻","vee":"∨","Vee":"⋁","veeeq":"≚","vellip":"⋮","verbar":"|","Verbar":"‖","vert":"|","Vert":"‖","VerticalBar":"∣","VerticalLine":"|","VerticalSeparator":"❘","VerticalTilde":"≀","VeryThinSpace":" ","Vfr":"𝔙","vfr":"𝔳","vltri":"⊲","vnsub":"⊂⃒","vnsup":"⊃⃒","Vopf":"𝕍","vopf":"𝕧","vprop":"∝","vrtri":"⊳","Vscr":"𝒱","vscr":"𝓋","vsubnE":"⫋︀","vsubne":"⊊︀","vsupnE":"⫌︀","vsupne":"⊋︀","Vvdash":"⊪","vzigzag":"⦚","Wcirc":"Ŵ","wcirc":"ŵ","wedbar":"⩟","wedge":"∧","Wedge":"⋀","wedgeq":"≙","weierp":"℘","Wfr":"𝔚","wfr":"𝔴","Wopf":"𝕎","wopf":"𝕨","wp":"℘","wr":"≀","wreath":"≀","Wscr":"𝒲","wscr":"𝓌","xcap":"⋂","xcirc":"◯","xcup":"⋃","xdtri":"▽","Xfr":"𝔛","xfr":"𝔵","xharr":"⟷","xhArr":"⟺","Xi":"Ξ","xi":"ξ","xlarr":"⟵","xlArr":"⟸","xmap":"⟼","xnis":"⋻","xodot":"⨀","Xopf":"𝕏","xopf":"𝕩","xoplus":"⨁","xotime":"⨂","xrarr":"⟶","xrArr":"⟹","Xscr":"𝒳","xscr":"𝓍","xsqcup":"⨆","xuplus":"⨄","xutri":"△","xvee":"⋁","xwedge":"⋀","Yacute":"Ý","yacute":"ý","YAcy":"Я","yacy":"я","Ycirc":"Ŷ","ycirc":"ŷ","Ycy":"Ы","ycy":"ы","yen":"¥","Yfr":"𝔜","yfr":"𝔶","YIcy":"Ї","yicy":"ї","Yopf":"𝕐","yopf":"𝕪","Yscr":"𝒴","yscr":"𝓎","YUcy":"Ю","yucy":"ю","yuml":"ÿ","Yuml":"Ÿ","Zacute":"Ź","zacute":"ź","Zcaron":"Ž","zcaron":"ž","Zcy":"З","zcy":"з","Zdot":"Ż","zdot":"ż","zeetrf":"ℨ","ZeroWidthSpace":"​","Zeta":"Ζ","zeta":"ζ","zfr":"𝔷","Zfr":"ℨ","ZHcy":"Ж","zhcy":"ж","zigrarr":"⇝","zopf":"𝕫","Zopf":"ℤ","Zscr":"𝒵","zscr":"𝓏","zwj":"‍","zwnj":"‌"}')},194:function(e){"use strict";e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Acirc":"Â","acirc":"â","acute":"´","AElig":"Æ","aelig":"æ","Agrave":"À","agrave":"à","amp":"&","AMP":"&","Aring":"Å","aring":"å","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","brvbar":"¦","Ccedil":"Ç","ccedil":"ç","cedil":"¸","cent":"¢","copy":"©","COPY":"©","curren":"¤","deg":"°","divide":"÷","Eacute":"É","eacute":"é","Ecirc":"Ê","ecirc":"ê","Egrave":"È","egrave":"è","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","frac12":"½","frac14":"¼","frac34":"¾","gt":">","GT":">","Iacute":"Í","iacute":"í","Icirc":"Î","icirc":"î","iexcl":"¡","Igrave":"Ì","igrave":"ì","iquest":"¿","Iuml":"Ï","iuml":"ï","laquo":"«","lt":"<","LT":"<","macr":"¯","micro":"µ","middot":"·","nbsp":" ","not":"¬","Ntilde":"Ñ","ntilde":"ñ","Oacute":"Ó","oacute":"ó","Ocirc":"Ô","ocirc":"ô","Ograve":"Ò","ograve":"ò","ordf":"ª","ordm":"º","Oslash":"Ø","oslash":"ø","Otilde":"Õ","otilde":"õ","Ouml":"Ö","ouml":"ö","para":"¶","plusmn":"±","pound":"£","quot":"\\"","QUOT":"\\"","raquo":"»","reg":"®","REG":"®","sect":"§","shy":"­","sup1":"¹","sup2":"²","sup3":"³","szlig":"ß","THORN":"Þ","thorn":"þ","times":"×","Uacute":"Ú","uacute":"ú","Ucirc":"Û","ucirc":"û","Ugrave":"Ù","ugrave":"ù","uml":"¨","Uuml":"Ü","uuml":"ü","Yacute":"Ý","yacute":"ý","yen":"¥","yuml":"ÿ"}')},82:function(e){"use strict";e.exports=JSON.parse('{"amp":"&","apos":"\'","gt":">","lt":"<","quot":"\\""}')}},o={};function a(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={exports:{}};return i[e].call(n.exports,n,n.exports,a),n.exports}a.m=i,a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},t=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},a.t=function(n,r){if(1&r&&(n=this(n)),8&r)return n;if("object"==typeof n&&n){if(4&r&&n.__esModule)return n;if(16&r&&"function"==typeof n.then)return n}var i=Object.create(null);a.r(i);var o={};e=e||[null,t({}),t([]),t(t)];for(var s=2&r&&n;"object"==typeof s&&!~e.indexOf(s);s=t(s))Object.getOwnPropertyNames(s).forEach((function(e){o[e]=function(){return n[e]}}));return o.default=function(){return n},a.d(i,o),i},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.f={},a.e=function(e){return Promise.all(Object.keys(a.f).reduce((function(t,n){return a.f[n](e,t),t}),[]))},a.u=function(e){return e+".app-"+a.h().slice(0,8)+".js"},a.miniCssF=function(e){},a.h=function(){return"01ff983b025ec56d35b5"},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n={},r="@allurereport/web-awesome:",a.l=function(e,t,i,o){if(n[e])n[e].push(t);else{var s,l;if(void 0!==i)for(var c=document.getElementsByTagName("script"),u=0;u<c.length;u++){var d=c[u];if(d.getAttribute("src")==e||d.getAttribute("data-webpack")==r+i){s=d;break}}s||(l=!0,(s=document.createElement("script")).charset="utf-8",s.timeout=120,a.nc&&s.setAttribute("nonce",a.nc),s.setAttribute("data-webpack",r+i),s.src=e),n[e]=[t];var f=function(t,r){s.onerror=s.onload=null,clearTimeout(h);var i=n[e];if(delete n[e],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((function(e){return e(r)})),t)return t(r)},h=setTimeout(f.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=f.bind(null,s.onerror),s.onload=f.bind(null,s.onload),l&&document.head.appendChild(s)}},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){var e;a.g.importScripts&&(e=a.g.location+"");var t=a.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var n=t.getElementsByTagName("script");if(n.length)for(var r=n.length-1;r>-1&&(!e||!/^http(s?):/.test(e));)e=n[r--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=e}(),function(){var e={792:0};a.f.j=function(t,n){var r=a.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var i=new Promise((function(n,i){r=e[t]=[n,i]}));n.push(r[2]=i);var o=a.p+a.u(t),s=new Error;a.l(o,(function(n){if(a.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var i=n&&("load"===n.type?"missing":n.type),o=n&&n.target&&n.target.src;s.message="Loading chunk "+t+" failed.\n("+i+": "+o+")",s.name="ChunkLoadError",s.type=i,s.request=o,r[1](s)}}),"chunk-"+t,t)}};var t=function(t,n){var r,i,o=n[0],s=n[1],l=n[2],c=0;if(o.some((function(t){return 0!==e[t]}))){for(r in s)a.o(s,r)&&(a.m[r]=s[r]);l&&l(a)}for(t&&t(n);c<o.length;c++)i=o[c],a.o(e,i)&&e[i]&&e[i][0](),e[i]=0},n=self.webpackChunk_allurereport_web_awesome=self.webpackChunk_allurereport_web_awesome||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))}(),function(){"use strict";var e={};a.r(e),a.d(e,{"arrow-button":function(){return ZR},"arrow-button-icon":function(){return XR},"arrow-button-icon--opened":function(){return JR},"arrow-button-m":function(){return KR},"arrow-button-s":function(){return QR},"icon-size-m":function(){return ez}});var t={};a.r(t),a.d(t,{"metadata-color-badge":function(){return Cz},"metadata-icon":function(){return Sz},"metadata-item-title":function(){return Mz},"metadata-item-value":function(){return Tz},"metadata-test-type":function(){return Nz},"metadata-tooltip":function(){return Oz},"metadata-tooltip-value":function(){return Ez},"metadata-with-icon":function(){return Az},"report-metadata":function(){return Lz},"report-metadata-all-tests":function(){return Dz},"report-metadata-keyvalue":function(){return Pz},"report-metadata-keyvalue-title":function(){return jz},"report-metadata-keyvalue-value":function(){return Rz},"report-metadata-keyvalue-wrapper":function(){return zz},"report-metadata-list":function(){return Fz},"report-metadata-s":function(){return Iz},"report-metadata-separator":function(){return Bz},"report-metadata-status":function(){return Uz},"report-metadata-summary":function(){return $z},"report-metadata-values":function(){return qz},"report-metadata-wrapper":function(){return Hz},"status-broken":function(){return Vz},"status-failed":function(){return Wz},"status-passed":function(){return Yz},"status-skipped":function(){return Gz},"status-unknown":function(){return Zz}});var n={};a.r(n),a.d(n,{"metadata-color-badge":function(){return tF},"metadata-icon":function(){return nF},"metadata-item-title":function(){return rF},"metadata-item-value":function(){return iF},"metadata-test-type":function(){return oF},"metadata-with-icon":function(){return aF},"report-metadata":function(){return sF},"report-metadata-all-tests":function(){return lF},"report-metadata-keyvalue":function(){return cF},"report-metadata-keyvalue-title":function(){return uF},"report-metadata-keyvalue-value":function(){return dF},"report-metadata-list":function(){return fF},"report-metadata-separator":function(){return hF},"report-metadata-status":function(){return pF},"report-metadata-summary":function(){return gF},"report-metadata-wrapper":function(){return mF},"status-broken":function(){return vF},"status-failed":function(){return bF},"status-passed":function(){return yF},"status-skipped":function(){return _F},"status-unknown":function(){return wF}});var r={};a.r(r),a.d(r,{"status-broken":function(){return mI},"status-failed":function(){return vI},"status-passed":function(){return bI},"status-skipped":function(){return yI},"status-unknown":function(){return _I},"test-result-prev-status":function(){return wI},"test-result-prev-status-tooltip":function(){return xI},"test-result-prev-statuses":function(){return kI}});var i={};a.r(i),a.d(i,{"severity-blocker":function(){return TI},"severity-critical":function(){return NI},"severity-minor":function(){return OI},"severity-normal":function(){return EI},"severity-trivial":function(){return AI},"test-result-severity":function(){return LI},"test-result-severity-text":function(){return DI}});var o={};a.r(o),a.d(o,{"status-broken":function(){return RI},"status-failed":function(){return zI},"status-passed":function(){return FI},"status-skipped":function(){return II},"status-unknown":function(){return BI},"test-result-status":function(){return UI},"test-result-status-icon":function(){return $I},"test-result-status-text":function(){return qI}});var s={};a.r(s),a.d(s,{diff:function(){return kB},"diff-buttons":function(){return CB},"diff-buttons-title":function(){return SB},"diff-controls":function(){return MB},"diff-green":function(){return TB},"diff-grey":function(){return NB},"diff-red":function(){return OB},"diff-screen":function(){return EB},"diff-view":function(){return AB},expected:function(){return LB},side:function(){return DB},"side-by-side":function(){return PB},"side-title":function(){return jB},"test-result-error":function(){return RB},"test-result-error-header":function(){return zB},"test-result-error-message":function(){return FB},"test-result-error-text":function(){return IB},"test-result-error-trace":function(){return BB},"tr-bg-broken":function(){return UB},"tr-bg-failed":function(){return $B},"tr-bg-passed":function(){return qB},"tr-bg-skipped":function(){return HB},"tr-bg-unknown":function(){return VB},"tr-color-broken":function(){return WB},"tr-color-failed":function(){return YB},"tr-color-passed":function(){return GB},"tr-color-skipped":function(){return ZB},"tr-color-unknown":function(){return XB},"tr-status-broken":function(){return JB},"tr-status-failed":function(){return KB},"tr-status-passed":function(){return QB},"tr-status-skipped":function(){return eU},"tr-status-unknown":function(){return tU},unified:function(){return nU}});const l=()=>new Promise((e=>{const t=()=>{if(globalThis.allureReportDataReady)return e(!0);setTimeout(t,30)};t()})),c=async(e,t="application/octet-stream")=>{if(globalThis.allureReportData){const n=e.replace(/\?attachment$/,"");return`data:${t};base64,${await(async e=>(await l(),new Promise(((t,n)=>globalThis.allureReportData[e]?t(globalThis.allureReportData[e]):n(new Error(`Data "${e}" not found!`))))))(n)}`}const n=globalThis.document.head.querySelector("base")?.href??"https://localhost",r=new URL(e,n),i=globalThis.localStorage.getItem("__allure_report_live_reload_hash__");return i&&r.searchParams.set("live_reload_hash",i),r.pathname+r.search+r.hash},u=async e=>{const t=await c(e),n=await globalThis.fetch(t);if(!n.ok)throw new Error(`Failed to fetch ${t}, response status: ${n.status}`);return n.json()},d=async(e,t)=>{const n=await c(e,t);return globalThis.fetch(n)},f=()=>globalThis.allureReportOptions,h=async(e,t,n)=>{const r=await(async({id:e,ext:t,contentType:n})=>d(`data/attachments/${e||"-"}${t||""}?attachment`,n))({id:e,ext:t,contentType:n});return await r.blob()},p={en:{short:"Eng",full:"English",iso:"en-US"},ru:{short:"Ру",full:"Русский",iso:"ru-RU"},pl:{short:"Pl",full:"Polski",iso:"pl-PL"},es:{short:"Es",full:"Español",iso:"es-ES"},pt:{short:"Pt",full:"Português",iso:"pt-PT"},de:{short:"De",full:"Deutsch",iso:"de-DE"},hy:{short:"Hy",full:"Հայերեն",iso:"hy-AM"},az:{short:"Az",full:"Azərbaycan",iso:"az-AZ"},fr:{short:"Fr",full:"Français",iso:"fr-FR"},it:{short:"It",full:"Italiano",iso:"it-IT"},ja:{short:"Ja",full:"日本語",iso:"ja-JP"},he:{short:"He",full:"עברית",iso:"he-IL"},ka:{short:"Ka",full:"ქართული",iso:"ka-GE"},kr:{short:"Kr",full:"한국어",iso:"kr-KR"},nl:{short:"Nl",full:"Nederlands",iso:"nl-NL"},sv:{short:"Sv",full:"Svenska",iso:"sv-SE"},tr:{short:"Tr",full:"Türkçe",iso:"tr-TR"},zh:{short:"Zh",full:"中文",iso:"zh-CN"}};var g,m,v,b,y,_,w,x,k,C,S,M,T={},N=[],O=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,E=Array.isArray;function A(e,t){for(var n in t)e[n]=t[n];return e}function L(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function D(e,t,n){var r,i,o,a={};for(o in t)"key"==o?r=t[o]:"ref"==o?i=t[o]:a[o]=t[o];if(arguments.length>2&&(a.children=arguments.length>3?g.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===a[o]&&(a[o]=e.defaultProps[o]);return P(e,a,r,i,null)}function P(e,t,n,r,i){var o={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:null==i?++v:i,__i:-1,__u:0};return null==i&&null!=m.vnode&&m.vnode(o),o}function j(e){return e.children}function R(e,t){this.props=e,this.context=t}function z(e,t){if(null==t)return e.__?z(e.__,e.__i+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?z(e):null}function F(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return F(e)}}function I(e){(!e.__d&&(e.__d=!0)&&y.push(e)&&!B.__r++||_!==m.debounceRendering)&&((_=m.debounceRendering)||w)(B)}function B(){var e,t,n,r,i,o,a,s;for(y.sort(x);e=y.shift();)e.__d&&(t=y.length,r=void 0,o=(i=(n=e).__v).__e,a=[],s=[],n.__P&&((r=A({},i)).__v=i.__v+1,m.vnode&&m.vnode(r),Z(n.__P,r,i,n.__n,n.__P.namespaceURI,32&i.__u?[o]:null,a,null==o?z(i):o,!!(32&i.__u),s),r.__v=i.__v,r.__.__k[r.__i]=r,X(a,r,s),r.__e!=o&&F(r)),y.length>t&&y.sort(x));B.__r=0}function U(e,t,n,r,i,o,a,s,l,c,u){var d,f,h,p,g,m=r&&r.__k||N,v=t.length;for(n.__d=l,$(n,t,m),l=n.__d,d=0;d<v;d++)null!=(h=n.__k[d])&&(f=-1===h.__i?T:m[h.__i]||T,h.__i=d,Z(e,h,f,i,o,a,s,l,c,u),p=h.__e,h.ref&&f.ref!=h.ref&&(f.ref&&K(f.ref,null,h),u.push(h.ref,h.__c||p,h)),null==g&&null!=p&&(g=p),65536&h.__u||f.__k===h.__k?l=q(h,l,e):"function"==typeof h.type&&void 0!==h.__d?l=h.__d:p&&(l=p.nextSibling),h.__d=void 0,h.__u&=-196609);n.__d=l,n.__e=g}function $(e,t,n){var r,i,o,a,s,l=t.length,c=n.length,u=c,d=0;for(e.__k=[],r=0;r<l;r++)null!=(i=t[r])&&"boolean"!=typeof i&&"function"!=typeof i?(a=r+d,(i=e.__k[r]="string"==typeof i||"number"==typeof i||"bigint"==typeof i||i.constructor==String?P(null,i,null,null,null):E(i)?P(j,{children:i},null,null,null):void 0===i.constructor&&i.__b>0?P(i.type,i.props,i.key,i.ref?i.ref:null,i.__v):i).__=e,i.__b=e.__b+1,o=null,-1!==(s=i.__i=V(i,n,a,u))&&(u--,(o=n[s])&&(o.__u|=131072)),null==o||null===o.__v?(-1==s&&d--,"function"!=typeof i.type&&(i.__u|=65536)):s!==a&&(s==a-1?d--:s==a+1?d++:(s>a?d--:d++,i.__u|=65536))):i=e.__k[r]=null;if(u)for(r=0;r<c;r++)null!=(o=n[r])&&!(131072&o.__u)&&(o.__e==e.__d&&(e.__d=z(o)),Q(o,o))}function q(e,t,n){var r,i;if("function"==typeof e.type){for(r=e.__k,i=0;r&&i<r.length;i++)r[i]&&(r[i].__=e,t=q(r[i],t,n));return t}e.__e!=t&&(t&&e.type&&!n.contains(t)&&(t=z(e)),n.insertBefore(e.__e,t||null),t=e.__e);do{t=t&&t.nextSibling}while(null!=t&&8===t.nodeType);return t}function H(e,t){return t=t||[],null==e||"boolean"==typeof e||(E(e)?e.some((function(e){H(e,t)})):t.push(e)),t}function V(e,t,n,r){var i=e.key,o=e.type,a=n-1,s=n+1,l=t[n];if(null===l||l&&i==l.key&&o===l.type&&!(131072&l.__u))return n;if(r>(null==l||131072&l.__u?0:1))for(;a>=0||s<t.length;){if(a>=0){if((l=t[a])&&!(131072&l.__u)&&i==l.key&&o===l.type)return a;a--}if(s<t.length){if((l=t[s])&&!(131072&l.__u)&&i==l.key&&o===l.type)return s;s++}}return-1}function W(e,t,n){"-"===t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||O.test(t)?n:n+"px"}function Y(e,t,n,r,i){var o;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof r&&(e.style.cssText=r=""),r)for(t in r)n&&t in n||W(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||W(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])o=t!==(t=t.replace(/(PointerCapture)$|Capture$/i,"$1")),t=t.toLowerCase()in e||"onFocusOut"===t||"onFocusIn"===t?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=n,n?r?n.u=r.u:(n.u=k,e.addEventListener(t,o?S:C,o)):e.removeEventListener(t,o?S:C,o);else{if("http://www.w3.org/2000/svg"==i)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=t&&"height"!=t&&"href"!=t&&"list"!=t&&"form"!=t&&"tabIndex"!=t&&"download"!=t&&"rowSpan"!=t&&"colSpan"!=t&&"role"!=t&&"popover"!=t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null==n||!1===n&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,"popover"==t&&1==n?"":n))}}function G(e){return function(t){if(this.l){var n=this.l[t.type+e];if(null==t.t)t.t=k++;else if(t.t<n.u)return;return n(m.event?m.event(t):t)}}}function Z(e,t,n,r,i,o,a,s,l,c){var u,d,f,h,p,g,v,b,y,_,w,x,k,C,S,M,T=t.type;if(void 0!==t.constructor)return null;128&n.__u&&(l=!!(32&n.__u),o=[s=t.__e=n.__e]),(u=m.__b)&&u(t);e:if("function"==typeof T)try{if(b=t.props,y="prototype"in T&&T.prototype.render,_=(u=T.contextType)&&r[u.__c],w=u?_?_.props.value:u.__:r,n.__c?v=(d=t.__c=n.__c).__=d.__E:(y?t.__c=d=new T(b,w):(t.__c=d=new R(b,w),d.constructor=T,d.render=ee),_&&_.sub(d),d.props=b,d.state||(d.state={}),d.context=w,d.__n=r,f=d.__d=!0,d.__h=[],d._sb=[]),y&&null==d.__s&&(d.__s=d.state),y&&null!=T.getDerivedStateFromProps&&(d.__s==d.state&&(d.__s=A({},d.__s)),A(d.__s,T.getDerivedStateFromProps(b,d.__s))),h=d.props,p=d.state,d.__v=t,f)y&&null==T.getDerivedStateFromProps&&null!=d.componentWillMount&&d.componentWillMount(),y&&null!=d.componentDidMount&&d.__h.push(d.componentDidMount);else{if(y&&null==T.getDerivedStateFromProps&&b!==h&&null!=d.componentWillReceiveProps&&d.componentWillReceiveProps(b,w),!d.__e&&(null!=d.shouldComponentUpdate&&!1===d.shouldComponentUpdate(b,d.__s,w)||t.__v===n.__v)){for(t.__v!==n.__v&&(d.props=b,d.state=d.__s,d.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.some((function(e){e&&(e.__=t)})),x=0;x<d._sb.length;x++)d.__h.push(d._sb[x]);d._sb=[],d.__h.length&&a.push(d);break e}null!=d.componentWillUpdate&&d.componentWillUpdate(b,d.__s,w),y&&null!=d.componentDidUpdate&&d.__h.push((function(){d.componentDidUpdate(h,p,g)}))}if(d.context=w,d.props=b,d.__P=e,d.__e=!1,k=m.__r,C=0,y){for(d.state=d.__s,d.__d=!1,k&&k(t),u=d.render(d.props,d.state,d.context),S=0;S<d._sb.length;S++)d.__h.push(d._sb[S]);d._sb=[]}else do{d.__d=!1,k&&k(t),u=d.render(d.props,d.state,d.context),d.state=d.__s}while(d.__d&&++C<25);d.state=d.__s,null!=d.getChildContext&&(r=A(A({},r),d.getChildContext())),y&&!f&&null!=d.getSnapshotBeforeUpdate&&(g=d.getSnapshotBeforeUpdate(h,p)),U(e,E(M=null!=u&&u.type===j&&null==u.key?u.props.children:u)?M:[M],t,n,r,i,o,a,s,l,c),d.base=t.__e,t.__u&=-161,d.__h.length&&a.push(d),v&&(d.__E=d.__=null)}catch(e){if(t.__v=null,l||null!=o){for(t.__u|=l?160:32;s&&8===s.nodeType&&s.nextSibling;)s=s.nextSibling;o[o.indexOf(s)]=null,t.__e=s}else t.__e=n.__e,t.__k=n.__k;m.__e(e,t,n)}else null==o&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=J(n.__e,t,n,r,i,o,a,l,c);(u=m.diffed)&&u(t)}function X(e,t,n){t.__d=void 0;for(var r=0;r<n.length;r++)K(n[r],n[++r],n[++r]);m.__c&&m.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){m.__e(e,t.__v)}}))}function J(e,t,n,r,i,o,a,s,l){var c,u,d,f,h,p,v,b=n.props,y=t.props,_=t.type;if("svg"===_?i="http://www.w3.org/2000/svg":"math"===_?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),null!=o)for(c=0;c<o.length;c++)if((h=o[c])&&"setAttribute"in h==!!_&&(_?h.localName===_:3===h.nodeType)){e=h,o[c]=null;break}if(null==e){if(null===_)return document.createTextNode(y);e=document.createElementNS(i,_,y.is&&y),s&&(m.__m&&m.__m(t,o),s=!1),o=null}if(null===_)b===y||s&&e.data===y||(e.data=y);else{if(o=o&&g.call(e.childNodes),b=n.props||T,!s&&null!=o)for(b={},c=0;c<e.attributes.length;c++)b[(h=e.attributes[c]).name]=h.value;for(c in b)if(h=b[c],"children"==c);else if("dangerouslySetInnerHTML"==c)d=h;else if(!(c in y)){if("value"==c&&"defaultValue"in y||"checked"==c&&"defaultChecked"in y)continue;Y(e,c,null,h,i)}for(c in y)h=y[c],"children"==c?f=h:"dangerouslySetInnerHTML"==c?u=h:"value"==c?p=h:"checked"==c?v=h:s&&"function"!=typeof h||b[c]===h||Y(e,c,h,b[c],i);if(u)s||d&&(u.__html===d.__html||u.__html===e.innerHTML)||(e.innerHTML=u.__html),t.__k=[];else if(d&&(e.innerHTML=""),U(e,E(f)?f:[f],t,n,r,"foreignObject"===_?"http://www.w3.org/1999/xhtml":i,o,a,o?o[0]:n.__k&&z(n,0),s,l),null!=o)for(c=o.length;c--;)L(o[c]);s||(c="value","progress"===_&&null==p?e.removeAttribute("value"):void 0!==p&&(p!==e[c]||"progress"===_&&!p||"option"===_&&p!==b[c])&&Y(e,c,p,b[c],i),c="checked",void 0!==v&&v!==e[c]&&Y(e,c,v,b[c],i))}return e}function K(e,t,n){try{if("function"==typeof e){var r="function"==typeof e.__u;r&&e.__u(),r&&null==t||(e.__u=e(t))}else e.current=t}catch(e){m.__e(e,n)}}function Q(e,t,n){var r,i;if(m.unmount&&m.unmount(e),(r=e.ref)&&(r.current&&r.current!==e.__e||K(r,null,t)),null!=(r=e.__c)){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(e){m.__e(e,t)}r.base=r.__P=null}if(r=e.__k)for(i=0;i<r.length;i++)r[i]&&Q(r[i],t,n||"function"!=typeof e.type);n||L(e.__e),e.__c=e.__=e.__e=e.__d=void 0}function ee(e,t,n){return this.constructor(e,n)}function te(e,t,n){var r,i,o,a,s=A({},e.props);for(o in e.type&&e.type.defaultProps&&(a=e.type.defaultProps),t)"key"==o?r=t[o]:"ref"==o?i=t[o]:s[o]=void 0===t[o]&&void 0!==a?a[o]:t[o];return arguments.length>2&&(s.children=arguments.length>3?g.call(arguments,2):n),P(e.type,s,r||e.key,i||e.ref,null)}function ne(e,t){var n={__c:t="__cC"+M++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some((function(e){e.__e=!0,I(e)}))},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n&&n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n}g=N.slice,m={__e:function(e,t,n,r){for(var i,o,a;t=t.__;)if((i=t.__c)&&!i.__)try{if((o=i.constructor)&&null!=o.getDerivedStateFromError&&(i.setState(o.getDerivedStateFromError(e)),a=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(e,r||{}),a=i.__d),a)return i.__E=i}catch(t){e=t}throw e}},v=0,b=function(e){return null!=e&&null==e.constructor},R.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=A({},this.state),"function"==typeof e&&(e=e(A({},n),this.props)),e&&A(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),I(this))},R.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),I(this))},R.prototype.render=j,y=[],w="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,x=function(e,t){return e.__v.__b-t.__v.__b},B.__r=0,k=0,C=G(!1),S=G(!0),M=0;var re,ie,oe,ae,se=0,le=[],ce=m,ue=ce.__b,de=ce.__r,fe=ce.diffed,he=ce.__c,pe=ce.unmount,ge=ce.__;function me(e,t){ce.__h&&ce.__h(ie,e,se||t),se=0;var n=ie.__H||(ie.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function ve(e){return se=1,be(Ee,e)}function be(e,t,n){var r=me(re++,2);if(r.t=e,!r.__c&&(r.__=[n?n(t):Ee(void 0,t),function(e){var t=r.__N?r.__N[0]:r.__[0],n=r.t(t,e);t!==n&&(r.__N=[n,r.__[1]],r.__c.setState({}))}],r.__c=ie,!ie.u)){var i=function(e,t,n){if(!r.__c.__H)return!0;var i=r.__c.__H.__.filter((function(e){return!!e.__c}));if(i.every((function(e){return!e.__N})))return!o||o.call(this,e,t,n);var a=!1;return i.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(a=!0)}})),!(!a&&r.__c.props===e)&&(!o||o.call(this,e,t,n))};ie.u=!0;var o=ie.shouldComponentUpdate,a=ie.componentWillUpdate;ie.componentWillUpdate=function(e,t,n){if(this.__e){var r=o;o=void 0,i(e,t,n),o=r}a&&a.call(this,e,t,n)},ie.shouldComponentUpdate=i}return r.__N||r.__}function ye(e,t){var n=me(re++,3);!ce.__s&&Oe(n.__H,t)&&(n.__=e,n.i=t,ie.__H.__h.push(n))}function _e(e){return se=5,we((function(){return{current:e}}),[])}function we(e,t){var n=me(re++,7);return Oe(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function xe(e,t){return se=8,we((function(){return e}),t)}function ke(e){var t=ie.context[e.__c],n=me(re++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(ie)),t.props.value):e.__}function Ce(){for(var e;e=le.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Te),e.__H.__h.forEach(Ne),e.__H.__h=[]}catch(t){e.__H.__h=[],ce.__e(t,e.__v)}}ce.__b=function(e){ie=null,ue&&ue(e)},ce.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),ge&&ge(e,t)},ce.__r=function(e){de&&de(e),re=0;var t=(ie=e.__c).__H;t&&(oe===ie?(t.__h=[],ie.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.i=e.__N=void 0}))):(t.__h.forEach(Te),t.__h.forEach(Ne),t.__h=[],re=0)),oe=ie},ce.diffed=function(e){fe&&fe(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==le.push(t)&&ae===ce.requestAnimationFrame||((ae=ce.requestAnimationFrame)||Me)(Ce)),t.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.i=void 0}))),oe=ie=null},ce.__c=function(e,t){t.some((function(e){try{e.__h.forEach(Te),e.__h=e.__h.filter((function(e){return!e.__||Ne(e)}))}catch(n){t.some((function(e){e.__h&&(e.__h=[])})),t=[],ce.__e(n,e.__v)}})),he&&he(e,t)},ce.unmount=function(e){pe&&pe(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{Te(e)}catch(e){t=e}})),n.__H=void 0,t&&ce.__e(t,n.__v))};var Se="function"==typeof requestAnimationFrame;function Me(e){var t,n=function(){clearTimeout(r),Se&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);Se&&(t=requestAnimationFrame(n))}function Te(e){var t=ie,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),ie=t}function Ne(e){var t=ie;e.__c=e.__(),ie=t}function Oe(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function Ee(e,t){return"function"==typeof t?t(e):t}function Ae(e,t){for(var n in t)e[n]=t[n];return e}function Le(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function De(e,t){this.props=e,this.context=t}function Pe(e,t){function n(e){var n=this.props.ref,r=n==e.ref;return!r&&n&&(n.call?n(null):n.current=null),t?!t(this.props,e)||!r:Le(this.props,e)}function r(t){return this.shouldComponentUpdate=n,D(e,t)}return r.displayName="Memo("+(e.displayName||e.name)+")",r.prototype.isReactComponent=!0,r.__f=!0,r}(De.prototype=new R).isPureReactComponent=!0,De.prototype.shouldComponentUpdate=function(e,t){return Le(this.props,e)||Le(this.state,t)};var je=m.__b;m.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),je&&je(e)};var Re="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function ze(e){function t(t){var n=Ae({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=Re,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var Fe=m.__e;m.__e=function(e,t,n,r){if(e.then)for(var i,o=t;o=o.__;)if((i=o.__c)&&i.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),i.__c(e,t);Fe(e,t,n,r)};var Ie=m.unmount;function Be(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=Ae({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return Be(e,t,n)}))),e}function Ue(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return Ue(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function $e(){this.__u=0,this.t=null,this.__b=null}function qe(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function He(){this.u=null,this.o=null}m.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),Ie&&Ie(e)},($e.prototype=new R).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var i=qe(r.__v),o=!1,a=function(){o||(o=!0,n.__R=null,i?i(s):s())};n.__R=a;var s=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=Ue(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}};r.__u++||32&t.__u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(a,a)},$e.prototype.componentWillUnmount=function(){this.t=[]},$e.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=Be(this.__b,n,r.__O=r.__P)}this.__b=null}var i=t.__a&&D(j,null,e.fallback);return i&&(i.__u&=-33),[D(j,null,t.__a?null:e.children),i]};var Ve=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};(He.prototype=new R).__a=function(e){var t=this,n=qe(t.__v),r=t.o.get(e);return r[0]++,function(i){var o=function(){t.props.revealOrder?(r.push(i),Ve(t,e,r)):i()};n?n(o):o()}},He.prototype.render=function(e){this.u=null,this.o=new Map;var t=H(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},He.prototype.componentDidUpdate=He.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){Ve(e,n,t)}))};var We="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,Ye=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Ge=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Ze=/[A-Z0-9]/g,Xe="undefined"!=typeof document,Je=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};R.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(R.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var Ke=m.event;function Qe(){}function et(){return this.cancelBubble}function tt(){return this.defaultPrevented}m.event=function(e){return Ke&&(e=Ke(e)),e.persist=Qe,e.isPropagationStopped=et,e.isDefaultPrevented=tt,e.nativeEvent=e};var nt={enumerable:!1,configurable:!0,get:function(){return this.class}},rt=m.vnode;m.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={},i=-1===n.indexOf("-");for(var o in t){var a=t[o];if(!("value"===o&&"defaultValue"in t&&null==a||Xe&&"children"===o&&"noscript"===n||"class"===o||"className"===o)){var s=o.toLowerCase();"defaultValue"===o&&"value"in t&&null==t.value?o="value":"download"===o&&!0===a?a="":"translate"===s&&"no"===a?a=!1:"o"===s[0]&&"n"===s[1]?"ondoubleclick"===s?o="ondblclick":"onchange"!==s||"input"!==n&&"textarea"!==n||Je(t.type)?"onfocus"===s?o="onfocusin":"onblur"===s?o="onfocusout":Ge.test(o)&&(o=s):s=o="oninput":i&&Ye.test(o)?o=o.replace(Ze,"-$&").toLowerCase():null===a&&(a=void 0),"oninput"===s&&r[o=s]&&(o="oninputCapture"),r[o]=a}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=H(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=H(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",nt)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=We,rt&&rt(e)};var it=m.__r;m.__r=function(e){it&&it(e),e.__c};var ot=m.diffed;function at(e){return function(e){return!!e&&e.$$typeof===We}(e)?te.apply(null,arguments):e}m.diffed=function(e){ot&&ot(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value)};var st=0;function lt(e,t,n,r,i,o){t||(t={});var a,s,l=t;if("ref"in l)for(s in l={},t)"ref"==s?a=t[s]:l[s]=t[s];var c={type:e,props:l,key:n,ref:a,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:--st,__i:-1,__u:0,__source:i,__self:o};if("function"==typeof e&&(a=e.defaultProps))for(s in a)void 0===l[s]&&(l[s]=a[s]);return m.vnode&&m.vnode(c),c}function ct(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=ct(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function ut(){for(var e,t,n=0,r="",i=arguments.length;n<i;n++)(e=arguments[n])&&(t=ct(e))&&(r&&(r+=" "),r+=t);return r}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;var dt={exports:{}};dt.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){return n&&!0===n.clone&&e(t)?i(function(e){return Array.isArray(e)?[]:{}}(t),t,n):t}function n(n,r,o){var a=n.slice();return r.forEach((function(r,s){void 0===a[s]?a[s]=t(r,o):e(r)?a[s]=i(n[s],r,o):-1===n.indexOf(r)&&a.push(t(r,o))})),a}function r(n,r,o){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],o)})),Object.keys(r).forEach((function(s){e(r[s])&&n[s]?a[s]=i(n[s],r[s],o):a[s]=t(r[s],o)})),a}function i(e,i,o){var a=Array.isArray(i),s=(o||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(e)?s(e,i,o):t(i,o):r(e,i,o)}return i.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return i(e,n,t)}))},i}();var ft,ht,pt=dt.exports,gt={exports:{}};ft=gt,(ht=gt.exports).default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},ft.exports=ht.default;var mt=gt.exports;const{svg:vt,xlink:bt}=mt,yt={[vt.name]:vt.uri,[bt.name]:bt.uri};function _t(e="",t){const n=function(e){return Object.keys(e).map((t=>`${t}="${e[t].toString().replace(/"/g,"&quot;")}"`)).join(" ")}(pt(yt,t||{}));return`<svg ${n}>${e}</svg>`}const{svg:wt,xlink:xt}=mt;var kt={attrs:{[wt.name]:wt.uri,[xt.name]:xt.uri,style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"}};class Ct{constructor(e){this.config=pt(kt,e||{}),this.symbols=[]}add(e){const{symbols:t}=this,n=this.find(e.id);return n?(t[t.indexOf(n)]=e,!1):(t.push(e),!0)}remove(e){const{symbols:t}=this,n=this.find(e);return!!n&&(t.splice(t.indexOf(n),1),n.destroy(),!0)}find(e){return this.symbols.filter((t=>t.id===e))[0]||null}has(e){return null!==this.find(e)}stringify(){const{attrs:e}=this.config;return _t(this.symbols.map((e=>e.stringify())).join(""),e)}toString(){return this.stringify()}destroy(){this.symbols.forEach((e=>e.destroy()))}}class St{constructor({id:e,viewBox:t,content:n}){this.id=e,this.viewBox=t,this.content=n}stringify(){return this.content}toString(){return this.stringify()}destroy(){["id","viewBox","content"].forEach((e=>delete this[e]))}}function Mt(e){const t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n}class Tt extends St{get isMounted(){return!!this.node}static createFromExistingNode(e){return new Tt({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})}destroy(){this.isMounted&&this.unmount(),super.destroy()}mount(e){if(this.isMounted)return this.node;const t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n}render(){return Mt(_t(this.stringify())).childNodes[0]}unmount(){this.node.parentNode.removeChild(this.node)}}var Nt={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1};function Ot(e){return Array.prototype.slice.call(e,0)}function Et(e){return(e||window.location.href).split("#")[0]}function At(e,t="linearGradient, radialGradient, pattern, mask, clipPath"){return Ot(e.querySelectorAll("symbol")).forEach((e=>{Ot(e.querySelectorAll(t)).forEach((t=>{e.parentNode.insertBefore(t,e)}))})),e}const Lt=mt.xlink.uri,Dt="xlink:href",Pt=/[{}|\\\^\[\]`"<>]/g;function jt(e){return e.replace(Pt,(e=>`%${e[0].charCodeAt(0).toString(16).toUpperCase()}`))}const Rt=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],zt=Rt.map((e=>`[${e}]`)).join(","),Ft="mount",It="symbol_mount",Bt="__SVG_SPRITE_NODE__",Ut="__SVG_SPRITE__",$t=()=>{const e=document.getElementById(Bt);e?qt.attach(e):qt.mount(document.body,!0)};let qt=new class extends Ct{constructor(e={}){super(pt(Nt,e));const t=(n=n||Object.create(null),{on:function(e,t){(n[e]||(n[e]=[])).push(t)},off:function(e,t){n[e]&&n[e].splice(n[e].indexOf(t)>>>0,1)},emit:function(e,t){(n[e]||[]).map((function(e){e(t)})),(n["*"]||[]).map((function(n){n(e,t)}))}});var n;this._emitter=t,this.node=null;const{config:r}=this;if(r.autoConfigure&&this._autoConfigure(e),r.syncUrlsWithBaseTag){const e=document.getElementsByTagName("base")[0].getAttribute("href");t.on(Ft,(()=>this.updateUrls("#",e)))}const i=this._handleLocationChange.bind(this);this._handleLocationChange=i,r.listenLocationChangeEvent&&window.addEventListener(r.locationChangeEvent,i),r.locationChangeAngularEmitter&&function(e){angular.module("ng").run(["$rootScope",t=>{t.$on("$locationChangeSuccess",((t,n,r)=>{!function(e,t){const n=document.createEvent("CustomEvent");n.initCustomEvent(e,!1,!1,t),window.dispatchEvent(n)}(e,{oldUrl:r,newUrl:n})}))}])}(r.locationChangeEvent),t.on(Ft,(e=>{r.moveGradientsOutsideSymbol&&At(e)})),t.on(It,(e=>{r.moveGradientsOutsideSymbol&&At(e.parentNode),(/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)||/edge/i.test(navigator.userAgent))&&function(e){const t=[];Ot(e.querySelectorAll("style")).forEach((e=>{e.textContent+="",t.push(e)}))}(e)}))}get isMounted(){return!!this.node}_autoConfigure(e){const{config:t}=this;void 0===e.syncUrlsWithBaseTag&&(t.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===e.locationChangeAngularEmitter&&(t.locationChangeAngularEmitter=void 0!==window.angular),void 0===e.moveGradientsOutsideSymbol&&(t.moveGradientsOutsideSymbol=/firefox/i.test(navigator.userAgent))}_handleLocationChange(e){const{oldUrl:t,newUrl:n}=e.detail;this.updateUrls(t,n)}add(e){const t=super.add(e);return this.isMounted&&t&&(e.mount(this.node),this._emitter.emit(It,e.node)),t}attach(e){const t=this;if(t.isMounted)return t.node;const n="string"==typeof e?document.querySelector(e):e;return t.node=n,this.symbols.forEach((e=>{e.mount(t.node),this._emitter.emit(It,e.node)})),Ot(n.querySelectorAll("symbol")).forEach((e=>{const n=Tt.createFromExistingNode(e);n.node=e,t.add(n)})),this._emitter.emit(Ft,n),n}destroy(){const{config:e,symbols:t,_emitter:n}=this;t.forEach((e=>e.destroy())),n.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()}mount(e=this.config.mountTo,t=!1){const n=this;if(n.isMounted)return n.node;const r="string"==typeof e?document.querySelector(e):e,i=n.render();return this.node=i,t&&r.childNodes[0]?r.insertBefore(i,r.childNodes[0]):r.appendChild(i),this._emitter.emit(Ft,i),i}render(){return Mt(this.stringify())}unmount(){this.node.parentNode.removeChild(this.node)}updateUrls(e,t){if(!this.isMounted)return!1;const n=document.querySelectorAll(this.config.usagesToUpdate);return function(e,t,n,r){const i=jt(n),o=jt(r),a=function(e,t){return Ot(e).reduce(((e,n)=>{if(!n.attributes)return e;const r=Ot(n.attributes).filter(t);return e.concat(r)}),[])}(e.querySelectorAll(zt),(({localName:e,value:t})=>-1!==Rt.indexOf(e)&&-1!==t.indexOf(`url(${i}`)));a.forEach((e=>e.value=e.value.replace(new RegExp(i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),o))),function(e,t,n){Ot(e).forEach((e=>{const r=e.getAttribute(Dt);if(r&&0===r.indexOf(t)){const i=r.replace(t,n);e.setAttributeNS(Lt,Dt,i)}}))}(t,i,o)}(this.node,n,`${Et(e)}#`,`${Et(t)}#`),!0}}({attrs:{id:Bt,"aria-hidden":"true"},autoConfigure:"undefined"!=typeof document,listenLocationChangeEvent:"undefined"!=typeof window});var Ht,Vt,Wt,Yt,Gt,Zt;"undefined"!=typeof window&&"undefined"!=typeof document&&(window[Ut]?qt=window[Ut]:window[Ut]=qt,document.body?$t():(Vt=[],Yt=(Wt=document).documentElement.doScroll,Gt="DOMContentLoaded",(Zt=(Yt?/^loaded|^c/:/^loaded|^i|^c/).test(Wt.readyState))||Wt.addEventListener(Gt,Ht=function(){for(Wt.removeEventListener(Gt,Ht),Zt=1;Ht=Vt.shift();)Ht()}),function(e){Zt?setTimeout(e,0):Vt.push(e)})($t));const Xt=new Tt({id:"7e3aa6e8f105b74dd36141c94bfbc1eb",content:'<symbol viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" id="7e3aa6e8f105b74dd36141c94bfbc1eb">\n <path fill-rule="evenodd" clip-rule="evenodd" d="M9.554 4.47a.6.6 0 0 1-.13.654l-3 3a.6.6 0 0 1-.849 0l-3-3A.6.6 0 0 1 3 4.1h6a.6.6 0 0 1 .554.37Z" fill="currentColor" fill-opacity=".56" />\n</symbol>',viewBox:"0 0 12 12"});qt.add(Xt);const Jt=new Tt({id:"f681aed9de72a8ea119158d26e3472cc",content:'<symbol viewBox="0 0 12 8" fill="currentColor" xmlns="http://www.w3.org/2000/svg" id="f681aed9de72a8ea119158d26e3472cc">\n <circle cx="3" cy="2" r="1" />\n <circle cx="6" cy="2" r="1" />\n <circle cx="9" cy="2" r="1" />\n <circle cx="3" cy="6" r="1" />\n <circle cx="6" cy="6" r="1" />\n <circle cx="9" cy="6" r="1" />\n</symbol>',viewBox:"0 0 12 8"});qt.add(Jt);const Kt=new Tt({id:"a2e5db401ed62fd39ef21026fac761ae",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="a2e5db401ed62fd39ef21026fac761ae">\n<g clip-path="url(#a2e5db401ed62fd39ef21026fac761ae_clip0_53_89)">\n<path d="M10 30H4C3.46957 30 2.96086 29.7893 2.58579 29.4142C2.21071 29.0391 2 28.5304 2 28V16C2 15.4696 2.21071 14.9609 2.58579 14.5858C2.96086 14.2107 3.46957 14 4 14H10C10.5304 14 11.0391 14.2107 11.4142 14.5858C11.7893 14.9609 12 15.4696 12 16V28C12 28.5304 11.7893 29.0391 11.4142 29.4142C11.0391 29.7893 10.5304 30 10 30ZM4 16V28H10V16H4Z" fill="currentColor" />\n<path d="M28 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V12H6V6H28V20H14V22H16V26H14V28H23V26H18V22H28C28.5304 22 29.0391 21.7893 29.4142 21.4142C29.7893 21.0391 30 20.5304 30 20V6C30 5.46957 29.7893 4.96086 29.4142 4.58579C29.0391 4.21071 28.5304 4 28 4Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="a2e5db401ed62fd39ef21026fac761ae_clip0_53_89">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>',viewBox:"0 0 32 32"});qt.add(Kt);const Qt=new Tt({id:"b1d648a783b58a400b404192338f655e",content:'<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 98 96" id="b1d648a783b58a400b404192338f655e">\n <path fill="currentColor" fill-rule="evenodd" d="M48.85 0C21.84 0 0 22 0 49.22 0 70.97 14 89.39 33.4 95.9c2.43.49 3.32-1.06 3.32-2.37 0-1.14-.08-5.05-.08-9.12-13.59 2.93-16.42-5.87-16.42-5.87-2.18-5.7-5.42-7.17-5.42-7.17-4.45-3.01.33-3.01.33-3.01 4.93.32 7.52 5.05 7.52 5.05 4.37 7.5 11.4 5.38 14.23 4.07.4-3.18 1.7-5.38 3.08-6.6-10.84-1.14-22.25-5.38-22.25-24.28 0-5.38 1.94-9.78 5.02-13.2-.49-1.22-2.19-6.28.48-13.04 0 0 4.13-1.3 13.43 5.05a46.97 46.97 0 0 1 12.21-1.63c4.13 0 8.33.57 12.22 1.63 9.3-6.35 13.42-5.05 13.42-5.05 2.67 6.76.97 11.82.49 13.04a18.9 18.9 0 0 1 5.01 13.2c0 18.9-11.4 23.06-22.32 24.28 1.78 1.55 3.32 4.48 3.32 9.13 0 6.6-.08 11.9-.08 13.52 0 1.3.89 2.86 3.31 2.37a49.18 49.18 0 0 0 33.4-46.7C97.72 22 75.8 0 48.86 0z" clip-rule="evenodd" />\n</symbol>',viewBox:"0 0 98 96"});qt.add(Qt);const en=new Tt({id:"97e840812207a4e85942a3d4cc9c425d",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="97e840812207a4e85942a3d4cc9c425d">\n <g clip-path="url(#97e840812207a4e85942a3d4cc9c425d_a)">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".56" stroke-width="1.5" d="M8 5.333V8m0 2.666h.006M14.666 8A6.667 6.667 0 1 1 1.333 8a6.667 6.667 0 0 1 13.333 0Z" />\n </g>\n <defs>\n <clipPath id="97e840812207a4e85942a3d4cc9c425d_a">\n <path fill="currentColor" d="M0 0h16v16H0z" />\n </clipPath>\n </defs>\n</symbol>',viewBox:"0 0 16 16"});qt.add(en);const tn=new Tt({id:"fd1fdbebd322c484b74d1ba8222ec72e",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="fd1fdbebd322c484b74d1ba8222ec72e">\n<path vector-effect="non-scaling-stroke" d="M11 4H7.8C6.11984 4 5.27976 4 4.63803 4.32698C4.07354 4.6146 3.6146 5.07354 3.32698 5.63803C3 6.27976 3 7.11984 3 8.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V13M20.1213 3.87868C21.2929 5.05025 21.2929 6.94975 20.1213 8.12132C18.9497 9.29289 17.0503 9.29289 15.8787 8.12132C14.7071 6.94975 14.7071 5.05025 15.8787 3.87868C17.0503 2.70711 18.9497 2.70711 20.1213 3.87868Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(tn);const nn=new Tt({id:"6a0dfad9d21a9029d1e845251a03a91c",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="6a0dfad9d21a9029d1e845251a03a91c">\n<path vector-effect="non-scaling-stroke" d="M7 13L12 18L17 13M7 6L12 11L17 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(nn);const rn=new Tt({id:"6714b0a01cad0cd868b19137adbf8ef7",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="6714b0a01cad0cd868b19137adbf8ef7">\n<path vector-effect="non-scaling-stroke" d="M6 9L12 15L18 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(rn);const on=new Tt({id:"d369105b52d959e0f31d7e56dae2612e",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="d369105b52d959e0f31d7e56dae2612e">\n<path vector-effect="non-scaling-stroke" d="M9 18L15 12L9 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(on);const an=new Tt({id:"0b66582bad1b04536ee18b4b8d9e9a30",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="0b66582bad1b04536ee18b4b8d9e9a30">\n<path vector-effect="non-scaling-stroke" d="M17 18L12 13L7 18M17 11L12 6L7 11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(an);const sn=new Tt({id:"7d421dfdc55a22c840e4f6e7f6d142f1",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="7d421dfdc55a22c840e4f6e7f6d142f1">\n<path vector-effect="non-scaling-stroke" d="M18 15L12 9L6 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(sn);const ln=new Tt({id:"a5aca797db351fc35e3c4b4d5d3a6673",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="a5aca797db351fc35e3c4b4d5d3a6673">\n<path vector-effect="non-scaling-stroke" d="M4 4V5.4C4 8.76031 4 10.4405 4.65396 11.7239C5.2292 12.8529 6.14708 13.7708 7.27606 14.346C8.55953 15 10.2397 15 13.6 15H20M20 15L15 10M20 15L15 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(ln);const cn=new Tt({id:"14ab32a1c041859dcf2a710b85f4e6bb",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="14ab32a1c041859dcf2a710b85f4e6bb">\n<path vector-effect="non-scaling-stroke" d="M14 10L21 3M21 3H15M21 3V9M10 14L3 21M3 21H9M3 21L3 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(cn);const un=new Tt({id:"2df7897188ce65409ea57e820129bd3f",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="2df7897188ce65409ea57e820129bd3f">\n<path vector-effect="non-scaling-stroke" d="M8.54636 19.7675C10.9455 20.8319 13.803 20.7741 16.2499 19.3613C20.3154 17.0141 21.7084 11.8156 19.3612 7.75008L19.1112 7.31706M4.63826 16.2502C2.29105 12.1847 3.68399 6.98619 7.74948 4.63898C10.1965 3.22621 13.0539 3.16841 15.4531 4.23277M2.49316 16.3338L5.22521 17.0659L5.95727 14.3338M18.0424 9.6659L18.7744 6.93385L21.5065 7.6659" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(un);const dn=new Tt({id:"2e896c815a6200a31f8b8e813ff3443b",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="2e896c815a6200a31f8b8e813ff3443b">\n<path vector-effect="non-scaling-stroke" d="M4.5 18H19.5M4.5 12H15.5M4.5 6H12.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(dn);const fn=new Tt({id:"9401086058a257018c5f11bd2d0f1699",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="9401086058a257018c5f11bd2d0f1699">\n<path vector-effect="non-scaling-stroke" d="M4.5 6H19.5M4.5 12C6.45262 12 13.5474 12 15.5 12M4.5 18L12.5 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(fn);const hn=new Tt({id:"b46ed421558c23c2bc56040f64fea542",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="b46ed421558c23c2bc56040f64fea542">\n<path vector-effect="non-scaling-stroke" d="M7 4V20M7 20L3 16M7 20L11 16M17 20V4M17 4L13 8M17 4L21 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(hn);const pn=new Tt({id:"bb021e85399e995f42b66451360b7f3e",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="bb021e85399e995f42b66451360b7f3e">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M8 13v4m8-6v6M12 7v10m-4 4h11l2-2V5l-2-2H5L3 5v14l2 2h3Z" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(pn);const gn=new Tt({id:"c2b90d2236acecf4ea15dfe9c6962306",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="c2b90d2236acecf4ea15dfe9c6962306">\n<path vector-effect="non-scaling-stroke" d="M2.5 7L5 9.5M2.5 20.5L5.5 17.5M1.5 13.5H4.6213M19 13.5H22.5M19 9.5L21.5 7M18.5 17.5L21.5 20.5M8 7.5V6.5C8 4.29086 9.7908 2.5 12 2.5C14.2092 2.5 16 4.29086 16 6.5V7.5M12 21.5C8.13401 21.5 5 18.366 5 14.5V11.4999C5 10.3829 5 9.82428 5.15712 9.37516C5.43856 8.57093 6.07093 7.93856 6.87522 7.65712C7.32427 7.5 7.88284 7.5 9 7.5H15.0001C16.1171 7.5 16.6757 7.5 17.1248 7.65712C17.9291 7.93856 18.5614 8.57093 18.8429 9.37516C19 9.82428 19 10.3829 19 11.4999V14.5C19 18.366 15.866 21.5 12 21.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(gn);const mn=new Tt({id:"11fffc2467a7bbf0274413a1ad37dc9f",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="11fffc2467a7bbf0274413a1ad37dc9f">\n<path vector-effect="non-scaling-stroke" d="M14.5 15L17.5 12L14.5 9M9.5 9L6.5 12L9.5 15M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(mn);const vn=new Tt({id:"6a4ae14f6cf80dfe96ec4985f4a1f09a",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="6a4ae14f6cf80dfe96ec4985f4a1f09a">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M12 4v14l2 2h3m0 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0ZM7 4h10M7 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm10 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm-5 8h5m0 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(vn);const bn=new Tt({id:"28573ddc1fa4574541a30ea41dc809d3",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="28573ddc1fa4574541a30ea41dc809d3">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M16 4h2l2 2v14l-2 2H6l-2-2V6l2-2h2m1 11 2 2 5-4m-6-7h5l1-1V4v0-1l-1-1H9L8 3v2l1 1h1Z" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(bn);const yn=new Tt({id:"5d13576ad53afa1a06870e7f2a89611c",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="5d13576ad53afa1a06870e7f2a89611c">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M14 11H8m2 4H8m8-8H8m12 0v13l-2 2H6l-2-2V4l2-2h12l2 2v3Z" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(yn);const _n=new Tt({id:"301433459aced022caf70a344436a818",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="301433459aced022caf70a344436a818">\n<path vector-effect="non-scaling-stroke" d="M20 7V6.8C20 5.11984 20 4.27976 19.673 3.63803C19.3854 3.07354 18.9265 2.6146 18.362 2.32698C17.7202 2 16.8802 2 15.2 2H8.8C7.11984 2 6.27976 2 5.63803 2.32698C5.07354 2.6146 4.6146 3.07354 4.32698 3.63803C4 4.27976 4 5.11984 4 6.8V17.2C4 18.8802 4 19.7202 4.32698 20.362C4.6146 20.9265 5.07354 21.3854 5.63803 21.673C6.27976 22 7.11984 22 8.8 22H12.5M12.5 11H8M11.5 15H8M16 7H8M18 18V12.5C18 11.6716 18.6716 11 19.5 11C20.3284 11 21 11.6716 21 12.5V18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18V14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(_n);const wn=new Tt({id:"8e25e3f623b611fe5142a6270ac7268d",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="8e25e3f623b611fe5142a6270ac7268d">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="m13 7-1-2-1-1-1-1H3L2 4v3m0 0h18l2 2v10l-2 2H4l-2-2V7Z" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(wn);const xn=new Tt({id:"fcf877cdf00a9154483271d31c261114",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="fcf877cdf00a9154483271d31c261114">\n<path vector-effect="non-scaling-stroke" d="M20 6L9 17L4 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(xn);const kn=new Tt({id:"1bc28c2f0dfd279d91231ef6e553e638",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="1bc28c2f0dfd279d91231ef6e553e638">\n<path vector-effect="non-scaling-stroke" d="M13 5H21M13 9H18M13 15H21M13 19H18M3 17.012L4.99133 19L9 15M4 4H8C8.55228 4 9 4.44772 9 5V9C9 9.55228 8.55228 10 8 10H4C3.44772 10 3 9.55228 3 9V5C3 4.44772 3.44772 4 4 4Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(kn);const Cn=new Tt({id:"472a7e86c3a9476a4f38bb06c801d30d",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="472a7e86c3a9476a4f38bb06c801d30d">\n<path vector-effect="non-scaling-stroke" d="M5 15C4.06812 15 3.60218 15 3.23463 14.8478C2.74458 14.6448 2.35523 14.2554 2.15224 13.7654C2 13.3978 2 12.9319 2 12V5.2C2 4.0799 2 3.51984 2.21799 3.09202C2.40973 2.71569 2.71569 2.40973 3.09202 2.21799C3.51984 2 4.0799 2 5.2 2H12C12.9319 2 13.3978 2 13.7654 2.15224C14.2554 2.35523 14.6448 2.74458 14.8478 3.23463C15 3.60218 15 4.06812 15 5M12.2 22H18.8C19.9201 22 20.4802 22 20.908 21.782C21.2843 21.5903 21.5903 21.2843 21.782 20.908C22 20.4802 22 19.9201 22 18.8V12.2C22 11.0799 22 10.5198 21.782 10.092C21.5903 9.71569 21.2843 9.40973 20.908 9.21799C20.4802 9 19.9201 9 18.8 9H12.2C11.0799 9 10.5198 9 10.092 9.21799C9.71569 9.40973 9.40973 9.71569 9.21799 10.092C9 10.5198 9 11.0799 9 12.2V18.8C9 19.9201 9 20.4802 9.21799 20.908C9.40973 21.2843 9.71569 21.5903 10.092 21.782C10.5198 22 11.0799 22 12.2 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Cn);const Sn=new Tt({id:"0e6dd40015c633a2be9271018b9b22bf",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="0e6dd40015c633a2be9271018b9b22bf">\n<path vector-effect="non-scaling-stroke" d="M4 16.2422C2.79401 15.435 2 14.0602 2 12.5C2 10.1564 3.79151 8.23129 6.07974 8.01937C6.54781 5.17213 9.02024 3 12 3C14.9798 3 17.4522 5.17213 17.9203 8.01937C20.2085 8.23129 22 10.1564 22 12.5C22 14.0602 21.206 15.435 20 16.2422M8 17L12 21M12 21L16 17M12 21V12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Sn);const Mn=new Tt({id:"dacf24b7c84e8a250ab378b98cf65780",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="dacf24b7c84e8a250ab378b98cf65780">\n<path vector-effect="non-scaling-stroke" d="M5 9H19M5 15H19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Mn);const Tn=new Tt({id:"f6af8233c5d208fa571aed090bfc4178",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="f6af8233c5d208fa571aed090bfc4178">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".56" stroke-width="1.5" d="M1.613 8.475c-.09-.144-.136-.216-.161-.326a.782.782 0 0 1 0-.298c.025-.111.07-.183.161-.327C2.363 6.336 4.597 3.333 8 3.333c3.404 0 5.637 3.003 6.387 4.191.09.144.136.216.162.327.019.083.019.214 0 .298-.026.11-.071.182-.162.326-.75 1.188-2.983 4.191-6.387 4.191-3.403 0-5.636-3.003-6.387-4.19Z" />\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".56" stroke-width="1.5" d="M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" />\n</symbol>',viewBox:"0 0 16 16"});qt.add(Tn);const Nn=new Tt({id:"e2bf3103166453fd92fed1c3c2fcc807",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="e2bf3103166453fd92fed1c3c2fcc807">\n<path vector-effect="non-scaling-stroke" d="M8 17H16M11.0177 2.764L4.23539 8.03912C3.78202 8.39175 3.55534 8.56806 3.39203 8.78886C3.24737 8.98444 3.1396 9.20478 3.07403 9.43905C3 9.70352 3 9.9907 3 10.5651V17.8C3 18.9201 3 19.4801 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21H17.8C18.9201 21 19.4802 21 19.908 20.782C20.2843 20.5903 20.5903 20.2843 20.782 19.908C21 19.4801 21 18.9201 21 17.8V10.5651C21 9.9907 21 9.70352 20.926 9.43905C20.8604 9.20478 20.7526 8.98444 20.608 8.78886C20.4447 8.56806 20.218 8.39175 19.7646 8.03913L12.9823 2.764C12.631 2.49075 12.4553 2.35412 12.2613 2.3016C12.0902 2.25526 11.9098 2.25526 11.7387 2.3016C11.5447 2.35412 11.369 2.49075 11.0177 2.764Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Nn);const On=new Tt({id:"db4c3937a96a0ed2c4446a44d3ed4487",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="db4c3937a96a0ed2c4446a44d3ed4487">\n<path vector-effect="non-scaling-stroke" d="M10.0002 13C10.4297 13.5741 10.9776 14.0491 11.6067 14.3929C12.2359 14.7367 12.9317 14.9411 13.6468 14.9923C14.362 15.0435 15.0798 14.9403 15.7515 14.6897C16.4233 14.4392 17.0333 14.047 17.5402 13.54L20.5402 10.54C21.451 9.59695 21.955 8.33394 21.9436 7.02296C21.9322 5.71198 21.4063 4.45791 20.4793 3.53087C19.5523 2.60383 18.2982 2.07799 16.9872 2.0666C15.6762 2.0552 14.4132 2.55918 13.4702 3.46997L11.7502 5.17997M14.0002 11C13.5707 10.4258 13.0228 9.95078 12.3936 9.60703C11.7645 9.26327 11.0687 9.05885 10.3535 9.00763C9.63841 8.95641 8.92061 9.0596 8.24885 9.31018C7.5771 9.56077 6.96709 9.9529 6.4602 10.46L3.4602 13.46C2.54941 14.403 2.04544 15.666 2.05683 16.977C2.06822 18.288 2.59407 19.542 3.52111 20.4691C4.44815 21.3961 5.70221 21.9219 7.01319 21.9333C8.32418 21.9447 9.58719 21.4408 10.5302 20.53L12.2402 18.82" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(On);const En=new Tt({id:"f346781556394af2bd92144ed8a81446",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="f346781556394af2bd92144ed8a81446">\n<path vector-effect="non-scaling-stroke" d="M21 9L21 3M21 3H15M21 3L13 11M10 5H7.8C6.11984 5 5.27976 5 4.63803 5.32698C4.07354 5.6146 3.6146 6.07354 3.32698 6.63803C3 7.27976 3 8.11984 3 9.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H14.2C15.8802 21 16.7202 21 17.362 20.673C17.9265 20.3854 18.3854 19.9265 18.673 19.362C19 18.7202 19 17.8802 19 16.2V14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(En);const An=new Tt({id:"eb91e2adaaf820e51d7f9276a36ae9bc",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="eb91e2adaaf820e51d7f9276a36ae9bc">\n<path vector-effect="non-scaling-stroke" d="M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(An);const Ln=new Tt({id:"a3d8dc7d008afa216e105f1d0e428c8a",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="a3d8dc7d008afa216e105f1d0e428c8a">\n<path vector-effect="non-scaling-stroke" d="M3 8L15 8M15 8C15 9.65686 16.3431 11 18 11C19.6569 11 21 9.65685 21 8C21 6.34315 19.6569 5 18 5C16.3431 5 15 6.34315 15 8ZM9 16L21 16M9 16C9 17.6569 7.65685 19 6 19C4.34315 19 3 17.6569 3 16C3 14.3431 4.34315 13 6 13C7.65685 13 9 14.3431 9 16Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Ln);const Dn=new Tt({id:"00720afc1b6bf51893d1d598043a4de1",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="00720afc1b6bf51893d1d598043a4de1">\n<path vector-effect="non-scaling-stroke" d="M18 6L6 18M6 6L18 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Dn);const Pn=new Tt({id:"72dc6b01e3eb761c8218eb9909e841a6",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="72dc6b01e3eb761c8218eb9909e841a6">\n<path vector-effect="non-scaling-stroke" d="M12.9999 2L4.09332 12.6879C3.74451 13.1064 3.57011 13.3157 3.56744 13.4925C3.56512 13.6461 3.63359 13.7923 3.75312 13.8889C3.89061 14 4.16304 14 4.7079 14H11.9999L10.9999 22L19.9064 11.3121C20.2552 10.8936 20.4296 10.6843 20.4323 10.5075C20.4346 10.3539 20.3661 10.2077 20.2466 10.1111C20.1091 10 19.8367 10 19.2918 10H11.9999L12.9999 2Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Pn);const jn=new Tt({id:"2b588854ea2eb02a33849edc6074ba47",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="2b588854ea2eb02a33849edc6074ba47">\n <path d="M2.667 10s.667-.667 2.667-.667c2 0 3.333 1.333 5.333 1.333S13.334 10 13.334 10V2s-.667.666-2.667.666c-2 0-3.333-1.333-5.333-1.333S2.667 2 2.667 2v12.666" stroke="currentColor" stroke-opacity=".72" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 16 16"});qt.add(jn);const Rn=new Tt({id:"e7a5450a50d9dbdceccdc513ec1c2df5",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="e7a5450a50d9dbdceccdc513ec1c2df5">\n<path vector-effect="non-scaling-stroke" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n<path vector-effect="non-scaling-stroke" d="M9.5 8.96533C9.5 8.48805 9.5 8.24941 9.59974 8.11618C9.68666 8.00007 9.81971 7.92744 9.96438 7.9171C10.1304 7.90525 10.3311 8.03429 10.7326 8.29239L15.4532 11.3271C15.8016 11.551 15.9758 11.663 16.0359 11.8054C16.0885 11.9298 16.0885 12.0702 16.0359 12.1946C15.9758 12.337 15.8016 12.449 15.4532 12.6729L10.7326 15.7076C10.3311 15.9657 10.1304 16.0948 9.96438 16.0829C9.81971 16.0726 9.68666 15.9999 9.59974 15.8838C9.5 15.7506 9.5 15.512 9.5 15.0347V8.96533Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Rn);const zn=new Tt({id:"cf230c9fbe89a2e58d07758cd8433be3",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="cf230c9fbe89a2e58d07758cd8433be3">\n <g clip-path="url(#cf230c9fbe89a2e58d07758cd8433be3_a)">\n <path vector-effect="non-scaling-stroke" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9.566 3.1 1.3-1.3a1.607 1.607 0 0 1 2.267 0L14.2 2.867a1.6 1.6 0 0 1 0 2.266l-1.3 1.3m1.766-5.1-1 1m-.333 6.334a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z" />\n </g>\n <defs>\n <clipPath id="cf230c9fbe89a2e58d07758cd8433be3_a">\n <path vector-effect="non-scaling-stroke" fill="currentColor" d="M0 0h16v16H0z" />\n </clipPath>\n </defs>\n</symbol>',viewBox:"0 0 16 16"});qt.add(zn);const Fn=new Tt({id:"74dd05c5f266368b8b6322f3a7323966",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="74dd05c5f266368b8b6322f3a7323966">\n <path vector-effect="non-scaling-stroke" d="M16.2 21H6.93137C6.32555 21 6.02265 21 5.88238 20.8802C5.76068 20.7763 5.69609 20.6203 5.70865 20.4608C5.72312 20.2769 5.93731 20.0627 6.36569 19.6343L14.8686 11.1314C15.2646 10.7354 15.4627 10.5373 15.691 10.4632C15.8918 10.3979 16.1082 10.3979 16.309 10.4632C16.5373 10.5373 16.7354 10.7354 17.1314 11.1314L21 15V16.2M16.2 21C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2M16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H16.2C17.8802 3 18.7202 3 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C21 5.27976 21 6.11984 21 7.8V16.2M10.5 8.5C10.5 9.60457 9.60457 10.5 8.5 10.5C7.39543 10.5 6.5 9.60457 6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5C9.60457 6.5 10.5 7.39543 10.5 8.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Fn);const In=new Tt({id:"59472a73e3c4c5e34794720bd8f10af7",content:'<symbol viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none" id="59472a73e3c4c5e34794720bd8f10af7">\n <path vector-effect="non-scaling-stroke" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity="1" stroke-width="1.5" d="M12 3v18M8 3h11l2 2v14l-2 2H5l-2-2V5l2-2h3Z" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(In);const Bn=new Tt({id:"a7ec9c9b2ab84be9a85639d7ee018535",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="a7ec9c9b2ab84be9a85639d7ee018535">\n <path vector-effect="non-scaling-stroke" d="M3 9H21M7.8 3H16.2C17.8802 3 18.7202 3 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C21 5.27976 21 6.11984 21 7.8V16.2C21 17.8802 21 18.7202 20.673 19.362C20.3854 19.9265 19.9265 20.3854 19.362 20.673C18.7202 21 17.8802 21 16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3Z" stroke="currentColor" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Bn);const Un=new Tt({id:"217fc04c9aefedce6159f027086c12b3",content:'<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" id="217fc04c9aefedce6159f027086c12b3">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="m14 10 7-7m0 0h-6m6 0v6m-11 5-7 7m0 0h6m-6 0v-6" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Un);const $n=new Tt({id:"dd12d7a14d7b9ccc775f46c10d72715d",content:'<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" id="dd12d7a14d7b9ccc775f46c10d72715d">\n <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".7" stroke-width="1.5" d="M4 14h6m0 0v6m0-6-7 7m17-11h-6m0 0V4m0 6 7-7" />\n</symbol>',viewBox:"0 0 24 24"});qt.add($n);const qn=new Tt({id:"2cfef4a6ca3bcab80737e78fa35a1e8e",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="2cfef4a6ca3bcab80737e78fa35a1e8e">\n<path vector-effect="non-scaling-stroke" d="M15 9H15.01M15 15C18.3137 15 21 12.3137 21 9C21 5.68629 18.3137 3 15 3C11.6863 3 9 5.68629 9 9C9 9.27368 9.01832 9.54308 9.05381 9.80704C9.11218 10.2412 9.14136 10.4583 9.12172 10.5956C9.10125 10.7387 9.0752 10.8157 9.00469 10.9419C8.937 11.063 8.81771 11.1823 8.57913 11.4209L3.46863 16.5314C3.29568 16.7043 3.2092 16.7908 3.14736 16.8917C3.09253 16.9812 3.05213 17.0787 3.02763 17.1808C3 17.2959 3 17.4182 3 17.6627V19.4C3 19.9601 3 20.2401 3.10899 20.454C3.20487 20.6422 3.35785 20.7951 3.54601 20.891C3.75992 21 4.03995 21 4.6 21H6.33726C6.58185 21 6.70414 21 6.81923 20.9724C6.92127 20.9479 7.01881 20.9075 7.10828 20.8526C7.2092 20.7908 7.29568 20.7043 7.46863 20.5314L12.5791 15.4209C12.8177 15.1823 12.937 15.063 13.0581 14.9953C13.1843 14.9248 13.2613 14.8987 13.4044 14.8783C13.5417 14.8586 13.7588 14.8878 14.193 14.9462C14.4569 14.9817 14.7263 15 15 15Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(qn);const Hn=new Tt({id:"f5f0f4b804a352ab8e0f24140051bbe3",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="f5f0f4b804a352ab8e0f24140051bbe3">\n<path vector-effect="non-scaling-stroke" d="M8.99999 12H12M8.99999 12C8.99999 12.3965 9.07692 12.7751 9.21667 13.1216M8.99999 12C8.99999 11.6224 9.06975 11.2611 9.19707 10.9283M15 12H12M15 12C15 11.6224 14.9303 11.2611 14.8029 10.9283M15 12C15 12.3776 14.9303 12.7389 14.8029 13.0717M12 15V12M12 15C11.6219 15 11.2601 14.93 10.9269 14.8024M12 15C12.4299 15 12.8388 14.9096 13.2085 14.7467M12 9V12M12 9C12.4299 9 12.8388 9.09044 13.2085 9.25334M12 9C11.5908 9 11.2008 9.08191 10.8454 9.23022M12 12L9.82377 9.93503M12 12L14.3085 13.916M12 12L9.94168 14.1825M12 12L14.1762 9.93503M12 12L14.8029 10.9283M12 12L9.21667 13.1216M12 12L10.9269 14.8024M12 12L13.2085 9.25334M12 12L14.8029 13.0717M12 12L13.2085 14.7467M12 12L10.8454 9.23022M12 12L9.19707 10.9283M9.82377 9.93503C10.1094 9.63416 10.4567 9.39246 10.8454 9.23022M9.82377 9.93503C9.55415 10.2191 9.33956 10.5559 9.19707 10.9283M14.3085 13.916C14.5165 13.6657 14.6846 13.381 14.8029 13.0717M14.3085 13.916C14.0131 14.2716 13.6371 14.5578 13.2085 14.7467M9.94168 14.1825C9.62921 13.8877 9.38003 13.5266 9.21667 13.1216M9.94168 14.1825C10.224 14.4488 10.5579 14.661 10.9269 14.8024M14.1762 9.93503C14.4458 10.2191 14.6604 10.5559 14.8029 10.9283M14.1762 9.93503C13.9039 9.64814 13.5755 9.41504 13.2085 9.25334M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Hn);const Vn=new Tt({id:"b53acf6616bc3217ee53f6fa11e30526",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="b53acf6616bc3217ee53f6fa11e30526">\n<path vector-effect="non-scaling-stroke" d="M5.5839 4.7328C6.33209 3.98462 7.17125 3.38527 8.06529 2.9339C7.43285 6.41756 8.46285 10.1468 11.158 12.842C13.8532 15.5372 17.5824 16.5672 21.0661 15.9347C20.6147 16.8288 20.0154 17.6679 19.2672 18.4161C15.4887 22.1946 9.36244 22.1946 5.5839 18.4161C1.80537 14.6376 1.80537 8.51134 5.5839 4.7328Z" stroke="currentColor" stroke-width="1.5" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Vn);const Wn=new Tt({id:"f6726cf2a294337e9b40efc54b12453b",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="f6726cf2a294337e9b40efc54b12453b">\n<path vector-effect="non-scaling-stroke" d="M22 12H20M19.071 19.0711L17.6567 17.6569M4 12H2M6.34292 6.34317L4.92871 4.92896M12 4V2M17.6567 6.34317L19.071 4.92896M12 22V20M4.92871 19.0711L6.34292 17.6569M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Wn);const Yn=new Tt({id:"fcf01aebea5d02da45d4b8d3bac62b58",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="fcf01aebea5d02da45d4b8d3bac62b58">\n<path vector-effect="non-scaling-stroke" d="M12 9.5V13.5L14.5 15M12 5C7.30558 5 3.5 8.80558 3.5 13.5C3.5 18.1944 7.30558 22 12 22C16.6944 22 20.5 18.1944 20.5 13.5C20.5 8.80558 16.6944 5 12 5ZM12 5V2M10 2H14M20.329 5.59204L18.829 4.09204L19.579 4.84204M3.67102 5.59204L5.17102 4.09204L4.42102 4.84204" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Yn);const Gn=new Tt({id:"ef04c87a5207f2ffaf69e06eb3c4633d",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 400 400" id="ef04c87a5207f2ffaf69e06eb3c4633d">\n <path fill="#2D4552" d="M136 222c-12 3-21 10-26 16 5-5 12-9 22-12 10-2 18-2 25-1v-6c-6 0-13 0-21 3Zm-27-46-48 12 3 3 40-10s0 7-5 14c9-7 10-19 10-19Zm40 112C82 306 46 228 35 188a227 227 0 0 1-7-45c-4 1-6 2-5 8 0 9 2 23 7 42 11 40 47 118 114 100 15-4 26-11 34-20-7 7-17 12-29 15Zm13-160v5h26l-2-5h-24Z" />\n <path fill="#2D4552" d="M194 168c12 3 18 11 21 19l14 3s-2-25-25-32c-22-6-36 12-37 14 6-4 15-8 27-4Zm105 19c-21-6-35 12-36 14 6-4 15-8 27-5 12 4 18 12 21 19l14 4s-2-26-26-32Zm-13 68-110-31s1 6 6 14l93 26 11-9Zm-76 66c-87-23-77-134-63-187 6-22 12-38 17-49-3 0-5 1-8 6-5 11-12 28-18 52-14 53-25 164 62 188 41 11 73-6 97-32a90 90 0 0 1-87 22Z" />\n <path fill="#E2574C" d="M162 262v-22l-63 18s5-27 37-36c10-3 19-3 26-2v-92h31l-10-24c-4-9-9-3-19 6-8 6-27 19-55 27-29 8-52 6-61 4-14-2-21-5-20 5 0 9 2 23 7 42 11 40 47 118 114 100 18-4 30-14 39-26h-26ZM61 188l48-12s-1 18-19 23-29-11-29-11Z" />\n <path fill="#2EAD33" d="M342 129c-13 2-43 5-79-5-37-10-62-27-71-35-14-12-20-20-26-8-5 11-12 29-19 53-14 53-24 164 63 187s134-78 148-131c6-24 9-42 10-54 1-14-9-10-26-7Zm-176 44s14-22 38-15c23 7 25 32 25 32l-63-17Zm57 96c-41-12-47-45-47-45l110 31s-22 26-63 14Zm39-68s14-21 37-14c24 6 26 32 26 32l-63-18Z" />\n <path fill="#D65348" d="m140 246-41 12s5-26 35-36l-23-86-2 1c-29 8-52 6-61 4-14-2-21-5-20 5 0 9 2 23 7 42 11 40 47 118 114 100h2l-11-42Zm-79-58 48-12s-1 18-19 23-29-11-29-11Z" />\n <path fill="#1D8D22" d="M225 269h-2c-41-12-47-45-47-45l57 16 30-116c-37-10-62-27-71-35-14-12-20-20-26-8-5 11-12 29-19 53-14 53-24 164 63 187l2 1 13-53Zm-59-96s14-22 38-15c23 7 25 32 25 32l-63-17Z" />\n <path fill="#C04B41" d="m142 245-11 4c3 14 7 28 14 40l4-1 9-3c-8-12-13-25-16-40Zm-4-102c-6 21-11 51-10 81l8-2 2-1a273 273 0 0 1 14-103l-8 5-6 20Z" />\n</symbol>',viewBox:"0 0 400 400"});qt.add(Gn);const Zn=new Tt({id:"4af8011a58a597dd8fd8c52187120c54",content:'<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32" id="4af8011a58a597dd8fd8c52187120c54">\n <g clip-path="url(#4af8011a58a597dd8fd8c52187120c54_a)">\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_b)" fill-rule="evenodd" d="M22.23 4.66a3.6 3.6 0 0 1 5.1.04A16.08 16.08 0 0 1 31.97 16a3.6 3.6 0 1 1-7.2 0c0-2.4-.98-4.61-2.58-6.24a3.6 3.6 0 0 1 .03-5.1Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_c)" fill-rule="evenodd" d="M12.4 3.6A3.6 3.6 0 0 1 16 0c4.4 0 8.4 1.8 11.29 4.66a3.6 3.6 0 0 1-5.06 5.13A8.87 8.87 0 0 0 16 7.2a3.6 3.6 0 0 1-3.6-3.6Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_d)" fill-rule="evenodd" d="M0 16A16 16 0 0 1 16 0a3.6 3.6 0 0 1 0 7.2 8.8 8.8 0 0 0-6.21 15.04 3.6 3.6 0 0 1-5.13 5.06A16.08 16.08 0 0 1 0 16Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_e)" fill-rule="evenodd" d="M4.66 22.24a3.6 3.6 0 0 1 5.1-.03 8.87 8.87 0 0 0 6.23 2.59 3.6 3.6 0 0 1 0 7.2c-4.4 0-8.4-1.8-11.3-4.66a3.6 3.6 0 0 1-.03-5.1Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_f)" fill-rule="evenodd" d="M28.38 12.4a3.6 3.6 0 0 1 3.6 3.6A16 16 0 0 1 16 32a3.6 3.6 0 0 1 0-7.2 8.8 8.8 0 0 0 8.8-8.8 3.6 3.6 0 0 1 3.6-3.6Z" clip-rule="evenodd" />\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_g)" fill-rule="evenodd" d="M28.38 12.4a3.6 3.6 0 0 1 3.6 3.6v12.4a3.6 3.6 0 1 1-7.2 0V16a3.6 3.6 0 0 1 3.6-3.6Z" clip-rule="evenodd" />\n <g clip-path="url(#4af8011a58a597dd8fd8c52187120c54_h)">\n <path fill="url(#4af8011a58a597dd8fd8c52187120c54_i)" fill-rule="evenodd" d="M22.23 4.66a3.6 3.6 0 0 1 5.1.04A16.08 16.08 0 0 1 31.97 16a3.6 3.6 0 1 1-7.2 0c0-2.4-.98-4.61-2.58-6.24a3.6 3.6 0 0 1 .03-5.1Z" clip-rule="evenodd" />\n </g>\n </g>\n <defs>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_b" x1="26.4" x2="28.8" y1="9.6" y2="15.01" gradientUnits="userSpaceOnUse">\n <stop stop-color="#7E22CE" />\n <stop offset="1" stop-color="#8B5CF6" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_c" x1="26.8" x2="17.8" y1="9.4" y2="3.61" gradientUnits="userSpaceOnUse">\n <stop stop-color="#EF4444" />\n <stop offset="1" stop-color="#DC2626" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_d" x1="3.6" x2="5.4" y1="14.01" y2="24.81" gradientUnits="userSpaceOnUse">\n <stop stop-color="#22C55E" />\n <stop offset="1" stop-color="#15803D" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_e" x1="4.8" x2="14.4" y1="22.21" y2="29.21" gradientUnits="userSpaceOnUse">\n <stop stop-color="#94A3B8" />\n <stop offset=".96" stop-color="#64748B" />\n <stop offset="1" stop-color="#64748B" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_f" x1="28.4" x2="22.19" y1="22.18" y2="28.4" gradientUnits="userSpaceOnUse">\n <stop stop-color="#D97706" />\n <stop offset="1" stop-color="#FBBF24" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_g" x1="29.2" x2="30.63" y1="54.43" y2="54.28" gradientUnits="userSpaceOnUse">\n <stop stop-color="#FBBF24" />\n <stop offset="1" stop-color="#FBBF24" />\n </linearGradient>\n <linearGradient id="4af8011a58a597dd8fd8c52187120c54_i" x1="26.4" x2="28.8" y1="9.6" y2="15.01" gradientUnits="userSpaceOnUse">\n <stop stop-color="#7E22CE" />\n <stop offset="1" stop-color="#8B5CF6" />\n </linearGradient>\n <clipPath id="4af8011a58a597dd8fd8c52187120c54_a">\n <path fill="#fff" d="M0 0h32v32H0z" />\n </clipPath>\n <clipPath id="4af8011a58a597dd8fd8c52187120c54_h">\n <path fill="#fff" d="M24.8 12H32v8h-7.2z" />\n </clipPath>\n </defs>\n</symbol>',viewBox:"0 0 32 32"});qt.add(Zn);const Xn=new Tt({id:"9a80d543f66830af93634ae4d68aa0b7",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="9a80d543f66830af93634ae4d68aa0b7">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V8ZM12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17H12.01C12.5623 17 13.01 16.5523 13.01 16C13.01 15.4477 12.5623 15 12.01 15H12Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Xn);const Jn=new Tt({id:"9fc212651ca048f099abf61155ea3483",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="9fc212651ca048f099abf61155ea3483">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM17.2071 9.70711C17.5976 9.31658 17.5976 8.68342 17.2071 8.29289C16.8166 7.90237 16.1834 7.90237 15.7929 8.29289L10.5 13.5858L8.20711 11.2929C7.81658 10.9024 7.18342 10.9024 6.79289 11.2929C6.40237 11.6834 6.40237 12.3166 6.79289 12.7071L9.79289 15.7071C10.1834 16.0976 10.8166 16.0976 11.2071 15.7071L17.2071 9.70711Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Jn);const Kn=new Tt({id:"6f69a868093429cca2d18204c014d1de",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="6f69a868093429cca2d18204c014d1de">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM10.9066 8.27123C11.3138 8.03191 11.7926 7.94443 12.2581 8.02428C12.7236 8.10413 13.1459 8.34615 13.45 8.70749C13.7542 9.06883 13.9207 9.52615 13.92 9.99847L13.92 9.99996C13.92 10.4691 13.5549 10.9582 12.8653 11.4179C12.5509 11.6275 12.2294 11.7889 11.9826 11.8986C11.8606 11.9529 11.7603 11.9929 11.6929 12.0186C11.663 12.03 11.6329 12.041 11.6027 12.0516C11.0794 12.2267 10.7968 12.7926 10.9713 13.3162C11.146 13.8401 11.7123 14.1233 12.2362 13.9486L12.4049 13.8876C12.5015 13.8508 12.6356 13.7971 12.7949 13.7263C13.1105 13.586 13.5391 13.3724 13.9747 13.082C14.7849 12.5419 15.9195 11.5312 15.92 10.0009C15.9213 9.05644 15.5883 8.14201 14.9801 7.41949C14.3717 6.69682 13.5273 6.21277 12.5962 6.05307C11.6652 5.89337 10.7077 6.06833 9.89327 6.54696C9.07886 7.02559 8.46013 7.77701 8.14666 8.66812C7.96339 9.18911 8.23716 9.76002 8.75815 9.9433C9.27914 10.1266 9.85006 9.85279 10.0333 9.33181C10.1901 8.88625 10.4994 8.51054 10.9066 8.27123ZM12 16C11.4477 16 11 16.4477 11 17C11 17.5522 11.4477 18 12 18H12.01C12.5623 18 13.01 17.5522 13.01 17C13.01 16.4477 12.5623 16 12.01 16H12Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Kn);const Qn=new Tt({id:"27eb29a1af650efa3c8f236e96fd49b8",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="27eb29a1af650efa3c8f236e96fd49b8">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(Qn);const er=new Tt({id:"d37b4d7c76a2a7896f3890561ed86f2d",content:'<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="d37b4d7c76a2a7896f3890561ed86f2d">\n<path vector-effect="non-scaling-stroke" fill-rule="evenodd" clip-rule="evenodd" d="M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L13.4142 12L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L12 13.4142L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L10.5858 12L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12 10.5858L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289Z" fill="currentColor" />\n</symbol>',viewBox:"0 0 24 24"});qt.add(er);const tr=new Tt({id:"eddd9bec4b080bb230775b072a486acc",content:'<symbol viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="eddd9bec4b080bb230775b072a486acc">\n <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.32" stroke-width="1.5" vector-effect="non-scaling-stroke" />\n <path d="M 15 8 A 7 7 0 0 1 8 15" stroke="currentColor" stroke-opacity="1" stroke-width="1.5" class="allure-spinner" vector-effect="non-scaling-stroke" />\n <style>\n #eddd9bec4b080bb230775b072a486acc .allure-spinner {\n transform-origin: center;\n animation: allure-spinner-spin 0.75s infinite ease-in-out;\n }\n\n @keyframes allure-spinner-spin {\n 100% {\n transform: rotate(360deg);\n }\n }\n </style>\n</symbol>',viewBox:"0 0 16 16"});qt.add(tr);const nr=new Tt({id:"baef59387353cd7f2939ebd4ddf30155",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="baef59387353cd7f2939ebd4ddf30155">\n<g clip-path="url(#baef59387353cd7f2939ebd4ddf30155_clip0_428_25)">\n<path d="M5.24 22.51L6.67 21.09C5.10422 19.6841 3.87398 17.9447 3.07 16C5.1 10.93 10.7 7 16 7C17.3639 7.018 18.7154 7.26128 20 7.72L21.55 6.16C19.7927 5.41732 17.9077 5.02335 16 5C12.7405 5.12257 9.58839 6.19756 6.9332 8.09209C4.27802 9.98662 2.23616 12.6176 1.06 15.66C0.980569 15.8797 0.980569 16.1203 1.06 16.34C1.94825 18.697 3.38043 20.811 5.24 22.51Z" fill="currentColor" />\n<path d="M12 15.73C12.0695 14.7717 12.4817 13.8705 13.1611 13.1911C13.8405 12.5117 14.7417 12.0995 15.7 12.03L17.51 10.21C16.4958 9.94295 15.4292 9.94642 14.4168 10.2201C13.4043 10.4937 12.4812 11.028 11.7396 11.7696C10.998 12.5112 10.4637 13.4343 10.1901 14.4468C9.91642 15.4592 9.91295 16.5258 10.18 17.54L12 15.73Z" fill="currentColor" />\n<path d="M30.94 15.66C29.7933 12.6732 27.7981 10.087 25.2 8.22L30 3.41L28.59 2L2 28.59L3.41 30L8.51 24.9C10.7839 26.234 13.364 26.9574 16 27C19.2595 26.8774 22.4116 25.8024 25.0668 23.9079C27.722 22.0134 29.7638 19.3824 30.94 16.34C31.0194 16.1203 31.0194 15.8797 30.94 15.66ZM20 16C19.9958 16.7001 19.8079 17.3868 19.4551 17.9916C19.1023 18.5963 18.597 19.0978 17.9896 19.4461C17.3822 19.7943 16.6941 19.977 15.994 19.9759C15.2939 19.9749 14.6063 19.7901 14 19.44L19.44 14C19.7995 14.6057 19.9927 15.2957 20 16ZM16 25C13.9021 24.9634 11.8439 24.4214 10 23.42L12.54 20.88C13.6953 21.6816 15.0955 22.052 16.4961 21.9265C17.8967 21.8009 19.2087 21.1874 20.2031 20.1931C21.1974 19.1987 21.8109 17.8867 21.9365 16.4861C22.062 15.0855 21.6916 13.6853 20.89 12.53L23.76 9.66C26.0546 11.235 27.849 13.4354 28.93 16C26.9 21.07 21.3 25 16 25Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="baef59387353cd7f2939ebd4ddf30155_clip0_428_25">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>',viewBox:"0 0 32 32"});qt.add(nr);const rr=new Tt({id:"81703ad6b4eb056b5d8424a52fc8c0e8",content:'<symbol viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" id="81703ad6b4eb056b5d8424a52fc8c0e8">\n<g clip-path="url(#81703ad6b4eb056b5d8424a52fc8c0e8_clip0_428_24)">\n<path d="M30.94 15.66C29.7638 12.6176 27.722 9.98662 25.0668 8.09209C22.4116 6.19756 19.2595 5.12257 16 5C12.7405 5.12257 9.58839 6.19756 6.9332 8.09209C4.27802 9.98662 2.23616 12.6176 1.06 15.66C0.980569 15.8797 0.980569 16.1203 1.06 16.34C2.23616 19.3824 4.27802 22.0134 6.9332 23.9079C9.58839 25.8024 12.7405 26.8774 16 27C19.2595 26.8774 22.4116 25.8024 25.0668 23.9079C27.722 22.0134 29.7638 19.3824 30.94 16.34C31.0194 16.1203 31.0194 15.8797 30.94 15.66ZM16 25C10.7 25 5.1 21.07 3.07 16C5.1 10.93 10.7 7 16 7C21.3 7 26.9 10.93 28.93 16C26.9 21.07 21.3 25 16 25Z" fill="currentColor" />\n<path d="M16 10C14.8133 10 13.6533 10.3519 12.6666 11.0112C11.6799 11.6705 10.9109 12.6075 10.4567 13.7039C10.0026 14.8003 9.88378 16.0067 10.1153 17.1705C10.3468 18.3344 10.9182 19.4035 11.7574 20.2426C12.5965 21.0818 13.6656 21.6532 14.8295 21.8847C15.9933 22.1162 17.1997 21.9974 18.2961 21.5433C19.3925 21.0892 20.3295 20.3201 20.9888 19.3334C21.6481 18.3467 22 17.1867 22 16C22 14.4087 21.3679 12.8826 20.2426 11.7574C19.1174 10.6321 17.5913 10 16 10ZM16 20C15.2089 20 14.4355 19.7654 13.7777 19.3259C13.1199 18.8864 12.6072 18.2616 12.3045 17.5307C12.0017 16.7998 11.9225 15.9956 12.0769 15.2196C12.2312 14.4437 12.6122 13.731 13.1716 13.1716C13.731 12.6122 14.4437 12.2312 15.2196 12.0769C15.9956 11.9225 16.7998 12.0017 17.5307 12.3045C18.2616 12.6072 18.8864 13.1199 19.3259 13.7777C19.7654 14.4355 20 15.2089 20 16C20 17.0609 19.5786 18.0783 18.8284 18.8284C18.0783 19.5786 17.0609 20 16 20Z" fill="currentColor" />\n</g>\n<defs>\n<clipPath id="81703ad6b4eb056b5d8424a52fc8c0e8_clip0_428_24">\n<rect width="32" height="32" fill="white" />\n</clipPath>\n</defs>\n</symbol>',viewBox:"0 0 32 32"});qt.add(rr);var ir={icon:"styles_icon__peopu","size-xs":"styles_size-xs__jr71y","size-s":"styles_size-s__nGH-V","size-m":"styles_size-m__INBNd",inline:"styles_inline__BmJqE"};const or={arrowsChevronDown:Xt.id,environment:Kt.id,github:Qt.id,draggable:Jt.id,lineAlertsAlertCircle:en.id,lineAlertsNotificationBox:tn.id,lineArrowsChevronDown:rn.id,lineArrowsChevronDownDouble:nn.id,lineArrowsChevronRight:on.id,lineArrowsChevronUp:sn.id,lineArrowsChevronUpDouble:an.id,lineArrowsCornerDownRight:ln.id,lineArrowsExpand3:cn.id,lineArrowsRefreshCcw1:un.id,lineArrowsSortLineAsc:dn.id,lineArrowsSortLineDesc:fn.id,lineArrowsSwitchVertical1:hn.id,lineChartsBarChartSquare:pn.id,lineDevBug2:gn.id,lineDevCodeSquare:mn.id,lineDevDataflow3:vn.id,lineFilesClipboardCheck:bn.id,lineFilesFile2:yn.id,lineFilesFileAttachment2:_n.id,lineFilesFolder:wn.id,lineGeneralCheck:xn.id,lineGeneralChecklist3:kn.id,lineGeneralCopy3:Cn.id,lineGeneralDownloadCloud:Sn.id,lineGeneralEqual:Mn.id,lineGeneralEye:Tn.id,lineGeneralHomeLine:Nn.id,lineGeneralLink1:On.id,lineGeneralLinkExternal:En.id,lineGeneralSearchMd:An.id,lineGeneralSettings1:Ln.id,lineGeneralXClose:Dn.id,lineGeneralZap:Pn.id,lineHelpersFlag:jn.id,lineHelpersPlayCircle:Rn.id,lineIconBomb2:zn.id,lineImagesImage:Fn.id,lineLayoutsColumn2:In.id,lineLayoutsLayoutTop:Bn.id,lineLayoutsMaximize2:Un.id,lineLayoutsMinimize2:$n.id,lineSecurityKey:qn.id,lineShapesDotCircle:Hn.id,lineShapesMoon:Vn.id,lineShapesSun:Wn.id,lineTimeClockStopwatch:Yn.id,playwrightLogo:Gn.id,reportLogo:Zn.id,solidAlertCircle:Xn.id,solidCheckCircle:Jn.id,solidHelpCircle:Kn.id,solidMinusCircle:Qn.id,solidXCircle:er.id,spinner:tr.id,view:rr.id,viewOff:nr.id},ar=({id:e,size:t="s",inline:n=!1,className:r="","data-testid":i})=>lt("svg",{className:ut(ir.icon,ir[`size-${t}`],n&&ir.inline,r),"data-testid":i,children:lt("use",{xlinkHref:`#${e}`})}),sr=({size:e})=>lt(ar,{role:"progressbar",id:tr.id,size:e}),lr=({size:e="m",tag:t="span",type:n="paragraph",bold:r=!1,className:i,children:o,...a})=>"paragraph"===n?lt(t,{...a,className:ut(`paragraphs-text-${e}${r?"-bold":""}`,i),children:o}):"ui"===n?lt(t,{...a,className:ut(`ui-text-${e}-ui${r?"-bold":""}`,i),children:o}):null,cr=({size:e="m",tag:t="span",type:n="paragraph",bold:r=!1,className:i,children:o,...a})=>"paragraph"===n?lt(t,{...a,className:ut(`paragraphs-code-${e}${r?"-bold":""}`,i),children:o}):"ui"===n?lt(t,{...a,className:ut(`ui-code-${e}-ui${r?"-bold":""}`,i),children:o}):null,ur=({size:e="m",tag:t="span",className:n,children:r,...i})=>lt(t,{...i,className:ut(`headings-head-${e}`,n),children:r});var dr={button:"styles_button__dJOMr",fullWidth:"styles_fullWidth__UvMfL",contentIcon:"styles_contentIcon__WG8cP",leadingIcon:"styles_leadingIcon__YCONr",dropdownIcon:"styles_dropdownIcon__QbL-e",buttonIcon:"styles_buttonIcon__jkuyM",size_l:"styles_size_l__qdpXc",size_m:"styles_size_m__YdAJU",size_s:"styles_size_s__ujh2O",icon_size_xs:"styles_icon_size_xs__I8F1x",style_primary:"styles_style_primary__repZw",active:"styles_active__qHBgG",danger:"styles_danger__ifSNz",positive:"styles_positive__NaE-e",style_outline:"styles_style_outline__UDLGz",style_ghost:"styles_style_ghost__XxqyT",style_flat:"styles_style_flat__tgVZ1",style_raised:"styles_style_raised__Pwwft",text:"styles_text__n3hds",pending:"styles_pending__8GUAj",content:"styles_content__pYX6n",spinner:"styles_spinner__anTET"};const fr=e=>{const{text:t,type:n="button",icon:r,iconSize:i="m",onClick:o,isPending:a=!1,size:s="m",style:l="primary",action:c="default",fullWidth:u=!1,isDisabled:d=!1,isIconButton:f=!1,isDropdownButton:h=!1,isActive:p=!1,focusable:g=!0,className:m,...v}=e,b=d||a;return lt("button",{...v,tabIndex:g?0:-1,className:ut(dr.button,f&&dr.buttonIcon,dr[`size_${s}`],dr[`icon_size_${i}`],dr[`style_${l}`],"danger"===c&&dr.danger,"positive"===c&&dr.positive,a&&dr.pending,u&&dr.fullWidth,!b&&p&&dr.active,m),disabled:b,onClick:o,type:n,children:lt(lr,{type:"ui",size:"s"===s?"s":"m",bold:!0,className:dr.content,children:[r&&lt(ar,{size:"s",className:f?dr.contentIcon:dr.leadingIcon,id:r}),!f&&lt("span",{className:dr.text,children:t}),h&&lt(ar,{id:or.lineArrowsChevronDown,size:"s",className:dr.dropdownIcon}),lt("span",{className:dr.spinner,"aria-hidden":!a,children:lt(sr,{})})]})})},hr=e=>lt(fr,{...e}),pr=e=>lt(fr,{...e,isIconButton:!0}),gr=e=>lt(fr,{...e,isDropdownButton:!0,isActive:e.isExpanded}),mr=Math.min,vr=Math.max,br={left:"right",right:"left",bottom:"top",top:"bottom"},yr={start:"end",end:"start"};function _r(e,t,n){return vr(e,mr(t,n))}function wr(e,t){return"function"==typeof e?e(t):e}function xr(e){return e.split("-")[0]}function kr(e){return e.split("-")[1]}function Cr(e){return"x"===e?"y":"x"}function Sr(e){return"y"===e?"height":"width"}function Mr(e){return["top","bottom"].includes(xr(e))?"y":"x"}function Tr(e){return Cr(Mr(e))}function Nr(e){return e.replace(/start|end/g,(e=>yr[e]))}function Or(e){return e.replace(/left|right|bottom|top/g,(e=>br[e]))}function Er(e){const{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function Ar(e,t,n){let{reference:r,floating:i}=e;const o=Mr(t),a=Tr(t),s=Sr(a),l=xr(t),c="y"===o,u=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,f=r[s]/2-i[s]/2;let h;switch(l){case"top":h={x:u,y:r.y-i.height};break;case"bottom":h={x:u,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:d};break;case"left":h={x:r.x-i.width,y:d};break;default:h={x:r.x,y:r.y}}switch(kr(t)){case"start":h[a]-=f*(n&&c?-1:1);break;case"end":h[a]+=f*(n&&c?-1:1)}return h}async function Lr(e,t){var n;void 0===t&&(t={});const{x:r,y:i,platform:o,rects:a,elements:s,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:f=!1,padding:h=0}=wr(t,e),p=function(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}(h),g=s[f?"floating"===d?"reference":"floating":d],m=Er(await o.getClippingRect({element:null==(n=await(null==o.isElement?void 0:o.isElement(g)))||n?g:g.contextElement||await(null==o.getDocumentElement?void 0:o.getDocumentElement(s.floating)),boundary:c,rootBoundary:u,strategy:l})),v="floating"===d?{x:r,y:i,width:a.floating.width,height:a.floating.height}:a.reference,b=await(null==o.getOffsetParent?void 0:o.getOffsetParent(s.floating)),y=await(null==o.isElement?void 0:o.isElement(b))&&await(null==o.getScale?void 0:o.getScale(b))||{x:1,y:1},_=Er(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:v,offsetParent:b,strategy:l}):v);return{top:(m.top-_.top+p.top)/y.y,bottom:(_.bottom-m.bottom+p.bottom)/y.y,left:(m.left-_.left+p.left)/y.x,right:(_.right-m.right+p.right)/y.x}}const Dr=Math.min,Pr=Math.max,jr=Math.round,Rr=Math.floor,zr=e=>({x:e,y:e});function Fr(){return"undefined"!=typeof window}function Ir(e){return $r(e)?(e.nodeName||"").toLowerCase():"#document"}function Br(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function Ur(e){var t;return null==(t=($r(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function $r(e){return!!Fr()&&(e instanceof Node||e instanceof Br(e).Node)}function qr(e){return!!Fr()&&(e instanceof Element||e instanceof Br(e).Element)}function Hr(e){return!!Fr()&&(e instanceof HTMLElement||e instanceof Br(e).HTMLElement)}function Vr(e){return!(!Fr()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof Br(e).ShadowRoot)}function Wr(e){const{overflow:t,overflowX:n,overflowY:r,display:i}=Kr(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(i)}function Yr(e){return["table","td","th"].includes(Ir(e))}function Gr(e){return[":popover-open",":modal"].some((t=>{try{return e.matches(t)}catch(e){return!1}}))}function Zr(e){const t=Xr(),n=qr(e)?Kr(e):e;return["transform","translate","scale","rotate","perspective"].some((e=>!!n[e]&&"none"!==n[e]))||!!n.containerType&&"normal"!==n.containerType||!t&&!!n.backdropFilter&&"none"!==n.backdropFilter||!t&&!!n.filter&&"none"!==n.filter||["transform","translate","scale","rotate","perspective","filter"].some((e=>(n.willChange||"").includes(e)))||["paint","layout","strict","content"].some((e=>(n.contain||"").includes(e)))}function Xr(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Jr(e){return["html","body","#document"].includes(Ir(e))}function Kr(e){return Br(e).getComputedStyle(e)}function Qr(e){return qr(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function ei(e){if("html"===Ir(e))return e;const t=e.assignedSlot||e.parentNode||Vr(e)&&e.host||Ur(e);return Vr(t)?t.host:t}function ti(e){const t=ei(e);return Jr(t)?e.ownerDocument?e.ownerDocument.body:e.body:Hr(t)&&Wr(t)?t:ti(t)}function ni(e,t,n){var r;void 0===t&&(t=[]),void 0===n&&(n=!0);const i=ti(e),o=i===(null==(r=e.ownerDocument)?void 0:r.body),a=Br(i);if(o){const e=ri(a);return t.concat(a,a.visualViewport||[],Wr(i)?i:[],e&&n?ni(e):[])}return t.concat(i,ni(i,[],n))}function ri(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function ii(e){const t=Kr(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const i=Hr(e),o=i?e.offsetWidth:n,a=i?e.offsetHeight:r,s=jr(n)!==o||jr(r)!==a;return s&&(n=o,r=a),{width:n,height:r,$:s}}function oi(e){return qr(e)?e:e.contextElement}function ai(e){const t=oi(e);if(!Hr(t))return zr(1);const n=t.getBoundingClientRect(),{width:r,height:i,$:o}=ii(t);let a=(o?jr(n.width):n.width)/r,s=(o?jr(n.height):n.height)/i;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const si=zr(0);function li(e){const t=Br(e);return Xr()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:si}function ci(e,t,n,r){void 0===t&&(t=!1),void 0===n&&(n=!1);const i=e.getBoundingClientRect(),o=oi(e);let a=zr(1);t&&(r?qr(r)&&(a=ai(r)):a=ai(e));const s=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==Br(e))&&t}(o,n,r)?li(o):zr(0);let l=(i.left+s.x)/a.x,c=(i.top+s.y)/a.y,u=i.width/a.x,d=i.height/a.y;if(o){const e=Br(o),t=r&&qr(r)?Br(r):r;let n=e,i=ri(n);for(;i&&r&&t!==n;){const e=ai(i),t=i.getBoundingClientRect(),r=Kr(i),o=t.left+(i.clientLeft+parseFloat(r.paddingLeft))*e.x,a=t.top+(i.clientTop+parseFloat(r.paddingTop))*e.y;l*=e.x,c*=e.y,u*=e.x,d*=e.y,l+=o,c+=a,n=Br(i),i=ri(n)}}return Er({width:u,height:d,x:l,y:c})}function ui(e,t){const n=Qr(e).scrollLeft;return t?t.left+n:ci(Ur(e)).left+n}function di(e,t,n){void 0===n&&(n=!1);const r=e.getBoundingClientRect();return{x:r.left+t.scrollLeft-(n?0:ui(e,r)),y:r.top+t.scrollTop}}function fi(e,t,n){let r;if("viewport"===t)r=function(e,t){const n=Br(e),r=Ur(e),i=n.visualViewport;let o=r.clientWidth,a=r.clientHeight,s=0,l=0;if(i){o=i.width,a=i.height;const e=Xr();(!e||e&&"fixed"===t)&&(s=i.offsetLeft,l=i.offsetTop)}return{width:o,height:a,x:s,y:l}}(e,n);else if("document"===t)r=function(e){const t=Ur(e),n=Qr(e),r=e.ownerDocument.body,i=Pr(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),o=Pr(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-n.scrollLeft+ui(e);const s=-n.scrollTop;return"rtl"===Kr(r).direction&&(a+=Pr(t.clientWidth,r.clientWidth)-i),{width:i,height:o,x:a,y:s}}(Ur(e));else if(qr(t))r=function(e,t){const n=ci(e,!0,"fixed"===t),r=n.top+e.clientTop,i=n.left+e.clientLeft,o=Hr(e)?ai(e):zr(1);return{width:e.clientWidth*o.x,height:e.clientHeight*o.y,x:i*o.x,y:r*o.y}}(t,n);else{const n=li(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return Er(r)}function hi(e,t){const n=ei(e);return!(n===t||!qr(n)||Jr(n))&&("fixed"===Kr(n).position||hi(n,t))}function pi(e,t,n){const r=Hr(t),i=Ur(t),o="fixed"===n,a=ci(e,!0,o,t);let s={scrollLeft:0,scrollTop:0};const l=zr(0);if(r||!r&&!o)if(("body"!==Ir(t)||Wr(i))&&(s=Qr(t)),r){const e=ci(t,!0,o,t);l.x=e.x+t.clientLeft,l.y=e.y+t.clientTop}else i&&(l.x=ui(i));const c=!i||r||o?zr(0):di(i,s);return{x:a.left+s.scrollLeft-l.x-c.x,y:a.top+s.scrollTop-l.y-c.y,width:a.width,height:a.height}}function gi(e){return"static"===Kr(e).position}function mi(e,t){if(!Hr(e)||"fixed"===Kr(e).position)return null;if(t)return t(e);let n=e.offsetParent;return Ur(e)===n&&(n=n.ownerDocument.body),n}function vi(e,t){const n=Br(e);if(Gr(e))return n;if(!Hr(e)){let t=ei(e);for(;t&&!Jr(t);){if(qr(t)&&!gi(t))return t;t=ei(t)}return n}let r=mi(e,t);for(;r&&Yr(r)&&gi(r);)r=mi(r,t);return r&&Jr(r)&&gi(r)&&!Zr(r)?n:r||function(e){let t=ei(e);for(;Hr(t)&&!Jr(t);){if(Zr(t))return t;if(Gr(t))return null;t=ei(t)}return null}(e)||n}const bi={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e;const o="fixed"===i,a=Ur(r),s=!!t&&Gr(t.floating);if(r===a||s&&o)return n;let l={scrollLeft:0,scrollTop:0},c=zr(1);const u=zr(0),d=Hr(r);if((d||!d&&!o)&&(("body"!==Ir(r)||Wr(a))&&(l=Qr(r)),Hr(r))){const e=ci(r);c=ai(r),u.x=e.x+r.clientLeft,u.y=e.y+r.clientTop}const f=!a||d||o?zr(0):di(a,l,!0);return{width:n.width*c.x,height:n.height*c.y,x:n.x*c.x-l.scrollLeft*c.x+u.x+f.x,y:n.y*c.y-l.scrollTop*c.y+u.y+f.y}},getDocumentElement:Ur,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e;const o=[..."clippingAncestors"===n?Gr(t)?[]:function(e,t){const n=t.get(e);if(n)return n;let r=ni(e,[],!1).filter((e=>qr(e)&&"body"!==Ir(e))),i=null;const o="fixed"===Kr(e).position;let a=o?ei(e):e;for(;qr(a)&&!Jr(a);){const t=Kr(a),n=Zr(a);n||"fixed"!==t.position||(i=null),(o?!n&&!i:!n&&"static"===t.position&&i&&["absolute","fixed"].includes(i.position)||Wr(a)&&!n&&hi(e,a))?r=r.filter((e=>e!==a)):i=t,a=ei(a)}return t.set(e,r),r}(t,this._c):[].concat(n),r],a=o[0],s=o.reduce(((e,n)=>{const r=fi(t,n,i);return e.top=Pr(r.top,e.top),e.right=Dr(r.right,e.right),e.bottom=Dr(r.bottom,e.bottom),e.left=Pr(r.left,e.left),e}),fi(t,a,i));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:vi,getElementRects:async function(e){const t=this.getOffsetParent||vi,n=this.getDimensions,r=await n(e.floating);return{reference:pi(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:n}=ii(e);return{width:t,height:n}},getScale:ai,isElement:qr,isRTL:function(e){return"rtl"===Kr(e).direction}};function yi(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function _i(e,t,n,r){void 0===r&&(r={});const{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:s="function"==typeof IntersectionObserver,animationFrame:l=!1}=r,c=oi(e),u=i||o?[...c?ni(c):[],...ni(t)]:[];u.forEach((e=>{i&&e.addEventListener("scroll",n,{passive:!0}),o&&e.addEventListener("resize",n)}));const d=c&&s?function(e,t){let n,r=null;const i=Ur(e);function o(){var e;clearTimeout(n),null==(e=r)||e.disconnect(),r=null}return function a(s,l){void 0===s&&(s=!1),void 0===l&&(l=1),o();const c=e.getBoundingClientRect(),{left:u,top:d,width:f,height:h}=c;if(s||t(),!f||!h)return;const p={rootMargin:-Rr(d)+"px "+-Rr(i.clientWidth-(u+f))+"px "+-Rr(i.clientHeight-(d+h))+"px "+-Rr(u)+"px",threshold:Pr(0,Dr(1,l))||1};let g=!0;function m(t){const r=t[0].intersectionRatio;if(r!==l){if(!g)return a();r?a(!1,r):n=setTimeout((()=>{a(!1,1e-7)}),1e3)}1!==r||yi(c,e.getBoundingClientRect())||a(),g=!1}try{r=new IntersectionObserver(m,{...p,root:i.ownerDocument})}catch(e){r=new IntersectionObserver(m,p)}r.observe(e)}(!0),o}(c,n):null;let f,h=-1,p=null;a&&(p=new ResizeObserver((e=>{let[r]=e;r&&r.target===c&&p&&(p.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame((()=>{var e;null==(e=p)||e.observe(t)}))),n()})),c&&!l&&p.observe(c),p.observe(t));let g=l?ci(e):null;return l&&function t(){const r=ci(e);g&&!yi(g,r)&&n(),g=r,f=requestAnimationFrame(t)}(),n(),()=>{var e;u.forEach((e=>{i&&e.removeEventListener("scroll",n),o&&e.removeEventListener("resize",n)})),null==d||d(),null==(e=p)||e.disconnect(),p=null,l&&cancelAnimationFrame(f)}}const wi=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:i,y:o,placement:a,middlewareData:s}=t,l=await async function(e,t){const{placement:n,platform:r,elements:i}=e,o=await(null==r.isRTL?void 0:r.isRTL(i.floating)),a=xr(n),s=kr(n),l="y"===Mr(n),c=["left","top"].includes(a)?-1:1,u=o&&l?-1:1,d=wr(t,e);let{mainAxis:f,crossAxis:h,alignmentAxis:p}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return s&&"number"==typeof p&&(h="end"===s?-1*p:p),l?{x:h*u,y:f*c}:{x:f*c,y:h*u}}(t,e);return a===(null==(n=s.offset)?void 0:n.placement)&&null!=(r=s.arrow)&&r.alignmentOffset?{}:{x:i+l.x,y:o+l.y,data:{...l,placement:a}}}}},xi=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:i}=t,{mainAxis:o=!0,crossAxis:a=!1,limiter:s={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...l}=wr(e,t),c={x:n,y:r},u=await Lr(t,l),d=Mr(xr(i)),f=Cr(d);let h=c[f],p=c[d];if(o){const e="y"===f?"bottom":"right";h=_r(h+u["y"===f?"top":"left"],h,h-u[e])}if(a){const e="y"===d?"bottom":"right";p=_r(p+u["y"===d?"top":"left"],p,p-u[e])}const g=s.fn({...t,[f]:h,[d]:p});return{...g,data:{x:g.x-n,y:g.y-r,enabled:{[f]:o,[d]:a}}}}}},ki=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:i,middlewareData:o,rects:a,initialPlacement:s,platform:l,elements:c}=t,{mainAxis:u=!0,crossAxis:d=!0,fallbackPlacements:f,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:p="none",flipAlignment:g=!0,...m}=wr(e,t);if(null!=(n=o.arrow)&&n.alignmentOffset)return{};const v=xr(i),b=Mr(s),y=xr(s)===s,_=await(null==l.isRTL?void 0:l.isRTL(c.floating)),w=f||(y||!g?[Or(s)]:function(e){const t=Or(e);return[Nr(e),t,Nr(t)]}(s)),x="none"!==p;!f&&x&&w.push(...function(e,t,n,r){const i=kr(e);let o=function(e,t,n){const r=["left","right"],i=["right","left"],o=["top","bottom"],a=["bottom","top"];switch(e){case"top":case"bottom":return n?t?i:r:t?r:i;case"left":case"right":return t?o:a;default:return[]}}(xr(e),"start"===n,r);return i&&(o=o.map((e=>e+"-"+i)),t&&(o=o.concat(o.map(Nr)))),o}(s,g,p,_));const k=[s,...w],C=await Lr(t,m),S=[];let M=(null==(r=o.flip)?void 0:r.overflows)||[];if(u&&S.push(C[v]),d){const e=function(e,t,n){void 0===n&&(n=!1);const r=kr(e),i=Tr(e),o=Sr(i);let a="x"===i?r===(n?"end":"start")?"right":"left":"start"===r?"bottom":"top";return t.reference[o]>t.floating[o]&&(a=Or(a)),[a,Or(a)]}(i,a,_);S.push(C[e[0]],C[e[1]])}if(M=[...M,{placement:i,overflows:S}],!S.every((e=>e<=0))){var T,N;const e=((null==(T=o.flip)?void 0:T.index)||0)+1,t=k[e];if(t)return{data:{index:e,overflows:M},reset:{placement:t}};let n=null==(N=M.filter((e=>e.overflows[0]<=0)).sort(((e,t)=>e.overflows[1]-t.overflows[1]))[0])?void 0:N.placement;if(!n)switch(h){case"bestFit":{var O;const e=null==(O=M.filter((e=>{if(x){const t=Mr(e.placement);return t===b||"y"===t}return!0})).map((e=>[e.placement,e.overflows.filter((e=>e>0)).reduce(((e,t)=>e+t),0)])).sort(((e,t)=>e[1]-t[1]))[0])?void 0:O[0];e&&(n=e);break}case"initialPlacement":n=s}if(i!==n)return{reset:{placement:n}}}return{}}}},Ci=(e,t,n)=>{const r=new Map,i={platform:bi,...n},o={...i.platform,_c:r};return(async(e,t,n)=>{const{placement:r="bottom",strategy:i="absolute",middleware:o=[],platform:a}=n,s=o.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Ar(c,r,l),f=r,h={},p=0;for(let n=0;n<s.length;n++){const{name:o,fn:g}=s[n],{x:m,y:v,data:b,reset:y}=await g({x:u,y:d,initialPlacement:r,placement:f,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:e,floating:t}});u=null!=m?m:u,d=null!=v?v:d,h={...h,[o]:{...h[o],...b}},y&&p<=50&&(p++,"object"==typeof y&&(y.placement&&(f=y.placement),y.rects&&(c=!0===y.rects?await a.getElementRects({reference:e,floating:t,strategy:i}):y.rects),({x:u,y:d}=Ar(c,f,l))),n=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:h}})(e,t,{...i,platform:o})},Si=({children:e})=>lt("div",{className:"styles_custom-tooltip__2reCz",children:lt(lr,{className:"tooltip-content",size:"s",bold:!0,children:e})}),Mi=({tooltipText:e,tooltipTextAfterClick:t,tooltipComponent:n,children:r,placement:i="top",triggerMode:o="hover",autoHideDelay:a=600,isTriggerActive:s=!0})=>{const l=_e(null),c=_e(null),[u,d]=ve(!1),[f,h]=ve(e),p=_e(null);ye((()=>{h(e);const t=()=>{c.current&&l.current&&Ci(c.current,l.current,{placement:i,middleware:[wi(6),ki(),xi({padding:5})]}).then((({x:e,y:t})=>{l.current&&Object.assign(l.current.style,{left:`${e}px`,top:`${t}px`,position:"absolute","z-index":100})}))};return u&&t(),c.current&&l.current?_i(c.current,l.current,t):()=>{}}),[u,i,e]),ye((()=>()=>{p.current&&clearTimeout(p.current)}),[]);const g=n||lt(Si,{children:f});return lt("div",{onMouseEnter:()=>{"hover"===o&&s&&d(!0),"click"===o&&p.current&&clearTimeout(p.current)},onMouseLeave:()=>{"hover"===o?(d(!1),h(e)):"click"===o&&u&&(p.current=window.setTimeout((()=>{d(!1)}),a))},onClick:()=>{"click"===o&&c.current&&s&&(d(!0),p.current&&clearTimeout(p.current)),t&&h(t)},children:[lt("div",{ref:c,children:r}),lt("div",{ref:l,children:u&&g})]})},Ti=e=>{const{source:t,transformData:n=(e=>e),renderLoader:r=(()=>null),renderError:i=(e=>lt("div",{children:e})),renderData:o}=e;return t.value.loading?r():t.value.error?i(t.value.error):o(n(t.value.data))},Ni=()=>lt("div",{className:"styles_page-loader__OFuzd",children:lt(sr,{size:"m"})}),Oi=e=>{const{placeholder:t,value:n,onChange:r,changeDebounce:i=300}=e,[o,a]=ve(n),s=((e,t=300)=>{const n=_e(e);return ye((()=>{n.current=e}),[e]),xe(((e,t=300)=>{let n;return(...r)=>{clearTimeout(n),n=setTimeout((()=>{e(...r)}),t)}})(((...e)=>n.current(...e)),t),[t])})(r,i),l=!!o;return lt(lr,{className:"styles_inputWrap__96bWy",type:"ui",size:"m",tag:"div",children:[lt(ar,{id:An.id,size:"s",className:"styles_leadingIcon__6Bcbs"}),lt("input",{className:ut("styles_input__ir8z5",l&&"styles_inputClear__R8pU3"),type:"text",placeholder:t,onInput:e=>{const t=e.target.value;a(t),s(t)},value:o,name:"search",autocomplete:"off","data-testid":"search-input"}),l&&lt("div",{className:"styles_clearButton__SR4Dg",children:lt(pr,{size:"s",icon:Dn.id,onClick:e=>{e.preventDefault(),e.stopPropagation(),a(""),s("")},style:"ghost","data-testid":"clear-button"})})]})};var Ei={menu:"styles_menu__Y2xWi","size-s":"styles_size-s__phegq","size-m":"styles_size-m__FqoGi","size-l":"styles_size-l__ShSlS","size-xl":"styles_size-xl__Mk5k2",menuListItem:"styles_menuListItem__FHex0",section:"styles_section__gV07b",menuItem:"styles_menuItem__mOGZq",interactive:"styles_interactive__VHNnJ",leadingIcon:"styles_leadingIcon__0ikkr",content:"styles_content__XpstT",right:"styles_right__9xwiq",checkmarkIcon:"styles_checkmarkIcon__SnS-7"};const Ai=ne(null),Li=e=>{const{children:t,menuTrigger:n,menuTriggerWrapper:r="div",size:i="m",isInitialOpened:o=!1,placement:a="bottom-end"}=e,[s,l]=ve(o),c=_e(null),u=_e(null);return ye((()=>{const e=e=>{"Escape"===e.key&&s&&l(!1)};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}}),[s]),ye((()=>{const e=e=>{s&&c.current&&(c.current.contains(e.target)||l(!1))};return s&&document.addEventListener("click",e),()=>{document.removeEventListener("click",e)}}),[s]),ye((()=>{const e=()=>{(c.current||u.current)&&Ci(u.current,c.current,{placement:a,middleware:[wi(6),ki(),xi({padding:5})]}).then((({x:e,y:t})=>{c.current&&Object.assign(c.current.style,{left:`${e}px`,top:`${t}px`,position:"absolute","z-index":10})}))};return e(),_i(u.current,c.current,e)}),[c.current,u.current]),lt(Ai.Provider,{value:{setIsOpened:l},children:lt(j,{children:["function"==typeof n&&lt(r,{ref:u,children:n({isOpened:s,onClick:()=>{l(!s)},setIsOpened:l})}),lt("div",{ref:c,children:s&&lt("aside",{className:ut(Ei.menu,Ei[`size-${i}`]),children:t})})]})})};Li.Section=e=>{const{children:t,...n}=e;return lt("ul",{className:Ei.section,...n,children:t})},Li.Item=e=>{const{setIsOpened:t}=(()=>{const e=ke(Ai);if(!e)throw new Error("useMenuContext must be used within a Menu");return e})(),{children:n,onClick:r,leadingIcon:i,rightSlot:o,ariaLabel:a,closeMenuOnClick:s=!0,...l}=e,c="function"==typeof r,u="string"==typeof i;return lt("li",{className:Ei.menuListItem,...l,children:lt(lr,{"aria-label":a,type:"paragraph",size:"m",tag:c?"button":"div",className:ut(Ei.menuItem,c&&Ei.interactive),onClick:e=>{c&&s&&(e.stopPropagation(),t(!1)),c&&r?.()},"data-interactive-menu-item":!!c||void 0,children:[u&&lt(ar,{id:i,className:Ei.leadingIcon,size:"m"}),lt("div",{className:Ei.content,children:n}),o&&lt("div",{className:Ei.right,children:o})]})})},Li.ItemWithCheckmark=e=>{const{isChecked:t=!1,...n}=e;return lt(Li.Item,{...n,rightSlot:t&&lt(ar,{className:Ei.checkmarkIcon,id:xn.id})})};var Di={"arrow-button":"styles_arrow-button__PtmoB","arrow-button-s":"styles_arrow-button-s__LG1S5","arrow-button-m":"styles_arrow-button-m__i7jQC","icon-size-m":"styles_icon-size-m__cHrQH","arrow-button-icon":"styles_arrow-button-icon__X5gUo","arrow-button-icon--opened":"styles_arrow-button-icon--opened__9AOMd"};const Pi=({isOpened:e,buttonSize:t="m",iconSize:n="xs",className:r,icon:i=or.lineArrowsChevronDown,onClick:o,...a})=>lt("button",{type:"button",...a,className:ut(Di["arrow-button"],Di[`arrow-button-${t}`]),onClick:o,children:lt(ar,{id:i,size:n,className:ut({[Di["arrow-button-icon--opened"]]:e},Di["arrow-button-icon"],Di[`icon-size-${n}`],r)})}),ji=async({id:e,ext:t,contentType:n})=>(async(e,t)=>{const n=await(async(e,t="application/octet-stream")=>{if(globalThis.allureReportData){const n=e.replace(/\?attachment$/,"");return`data:${t};base64,${await(async e=>(await new Promise((e=>{const t=()=>{if(globalThis.allureReportDataReady)return e(!0);setTimeout(t,30)};t()})),new Promise(((t,n)=>globalThis.allureReportData[e]?t(globalThis.allureReportData[e]):n(new Error(`Data "${e}" not found!`))))))(n)}`}const n=globalThis.document.head.querySelector("base")?.href??"https://localhost",r=new URL(e,n),i=globalThis.localStorage.getItem("__allure_report_live_reload_hash__");return i&&r.searchParams.set("live_reload_hash",i),r.pathname+r.search+r.hash})(e,t);return globalThis.fetch(n)})(`data/attachments/${e||"-"}${t||""}?attachment`,n),Ri=async(e,t,n)=>{const r=await ji({id:e,ext:t,contentType:n});return await r.blob()},zi=e=>{switch(e){case"image/bmp":case"image/gif":case"image/tiff":case"image/jpeg":case"image/jpg":case"image/png":case"image/*":return{type:"image",icon:"file"};case"text/xml":case"application/xml":case"application/json":case"text/json":case"text/yaml":case"application/yaml":case"application/x-yaml":case"text/x-yaml":case"text/css":return{type:"code",icon:"file"};case"text/plain":case"text/*":return{type:"text",icon:"txt"};case"text/html":return{type:"html",icon:"file"};case"text/csv":return{type:"table",icon:"csv"};case"text/tab-separated-values":return{type:"table",icon:"table"};case"image/svg+xml":return{type:"svg",icon:"file"};case"video/mp4":case"video/ogg":case"video/webm":return{type:"video",icon:"file"};case"text/uri-list":return{type:"uri",icon:"list"};case"application/x-tar":case"application/x-gtar":case"application/x-bzip2":case"application/gzip":case"application/zip":return{type:"archive",icon:"file"};default:return{type:null,icon:"file"}}},Fi={en:{short:"Eng",full:"English",iso:"en-US"},ru:{short:"Ру",full:"Русский",iso:"ru-RU"},pl:{short:"Pl",full:"Polski",iso:"pl-PL"},es:{short:"Es",full:"Español",iso:"es-ES"},pt:{short:"Pt",full:"Português",iso:"pt-PT"},de:{short:"De",full:"Deutsch",iso:"de-DE"},hy:{short:"Hy",full:"Հայերեն",iso:"hy-AM"},az:{short:"Az",full:"Azərbaycan",iso:"az-AZ"},fr:{short:"Fr",full:"Français",iso:"fr-FR"},it:{short:"It",full:"Italiano",iso:"it-IT"},ja:{short:"Ja",full:"日本語",iso:"ja-JP"},he:{short:"He",full:"עברית",iso:"he-IL"},ka:{short:"Ka",full:"ქართული",iso:"ka-GE"},kr:{short:"Kr",full:"한국어",iso:"kr-KR"},nl:{short:"Nl",full:"Nederlands",iso:"nl-NL"},sv:{short:"Sv",full:"Svenska",iso:"sv-SE"},tr:{short:"Tr",full:"Türkçe",iso:"tr-TR"},zh:{short:"Zh",full:"中文",iso:"zh-CN"}};function Ii(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function Bi(e,t){this.props=e,this.context=t}(Bi.prototype=new R).isPureReactComponent=!0,Bi.prototype.shouldComponentUpdate=function(e,t){return Ii(this.props,e)||Ii(this.state,t)};var Ui=m.__b;m.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),Ui&&Ui(e)};var $i=m.__e;m.__e=function(e,t,n,r){if(e.then)for(var i,o=t;o=o.__;)if((i=o.__c)&&i.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),i.__c(e,t);$i(e,t,n,r)};var qi=m.unmount;function Hi(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=function(e,t){for(var n in t)e[n]=t[n];return e}({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return Hi(e,t,n)}))),e}function Vi(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return Vi(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function Wi(){this.__u=0,this.t=null,this.__b=null}function Yi(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function Gi(){this.u=null,this.o=null}m.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),qi&&qi(e)},(Wi.prototype=new R).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var i=Yi(r.__v),o=!1,a=function(){o||(o=!0,n.__R=null,i?i(s):s())};n.__R=a;var s=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=Vi(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}};r.__u++||32&t.__u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(a,a)},Wi.prototype.componentWillUnmount=function(){this.t=[]},Wi.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=Hi(this.__b,n,r.__O=r.__P)}this.__b=null}var i=t.__a&&D(j,null,e.fallback);return i&&(i.__u&=-33),[D(j,null,t.__a?null:e.children),i]};var Zi=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};(Gi.prototype=new R).__a=function(e){var t=this,n=Yi(t.__v),r=t.o.get(e);return r[0]++,function(i){var o=function(){t.props.revealOrder?(r.push(i),Zi(t,e,r)):i()};n?n(o):o()}},Gi.prototype.render=function(e){this.u=null,this.o=new Map;var t=H(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},Gi.prototype.componentDidUpdate=Gi.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){Zi(e,n,t)}))};var Xi="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,Ji=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Ki=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Qi=/[A-Z0-9]/g,eo="undefined"!=typeof document,to=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};R.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(R.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var no=m.event;function ro(){}function io(){return this.cancelBubble}function oo(){return this.defaultPrevented}m.event=function(e){return no&&(e=no(e)),e.persist=ro,e.isPropagationStopped=io,e.isDefaultPrevented=oo,e.nativeEvent=e};var ao={enumerable:!1,configurable:!0,get:function(){return this.class}},so=m.vnode;m.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={},i=-1===n.indexOf("-");for(var o in t){var a=t[o];if(!("value"===o&&"defaultValue"in t&&null==a||eo&&"children"===o&&"noscript"===n||"class"===o||"className"===o)){var s=o.toLowerCase();"defaultValue"===o&&"value"in t&&null==t.value?o="value":"download"===o&&!0===a?a="":"translate"===s&&"no"===a?a=!1:"o"===s[0]&&"n"===s[1]?"ondoubleclick"===s?o="ondblclick":"onchange"!==s||"input"!==n&&"textarea"!==n||to(t.type)?"onfocus"===s?o="onfocusin":"onblur"===s?o="onfocusout":Ki.test(o)&&(o=s):s=o="oninput":i&&Ji.test(o)?o=o.replace(Qi,"-$&").toLowerCase():null===a&&(a=void 0),"oninput"===s&&r[o=s]&&(o="oninputCapture"),r[o]=a}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=H(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=H(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",ao)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=Xi,so&&so(e)};var lo=m.__r;m.__r=function(e){lo&&lo(e),e.__c};var co=m.diffed;m.diffed=function(e){co&&co(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value)};var uo="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function fo(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ho,po,go,mo={exports:{}},vo=(ho||(ho=1,po=mo,go=function(e){var t=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,n=0,r={},i={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function e(t){return t instanceof o?new o(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++n}),e.__id},clone:function e(t,n){var r,o;switch(n=n||{},i.util.type(t)){case"Object":if(o=i.util.objId(t),n[o])return n[o];for(var a in r={},n[o]=r,t)t.hasOwnProperty(a)&&(r[a]=e(t[a],n));return r;case"Array":return o=i.util.objId(t),n[o]?n[o]:(r=[],n[o]=r,t.forEach((function(t,i){r[i]=e(t,n)})),r);default:return t}},getLanguage:function(e){for(;e;){var n=t.exec(e.className);if(n)return n[1].toLowerCase();e=e.parentElement}return"none"},setLanguage:function(e,n){e.className=e.className.replace(RegExp(t,"gi"),""),e.classList.add("language-"+n)},currentScript:function(){if("undefined"==typeof document)return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(r){var e=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(r.stack)||[])[1];if(e){var t=document.getElementsByTagName("script");for(var n in t)if(t[n].src==e)return t[n]}return null}},isActive:function(e,t,n){for(var r="no-"+t;e;){var i=e.classList;if(i.contains(t))return!0;if(i.contains(r))return!1;e=e.parentElement}return!!n}},languages:{plain:r,plaintext:r,text:r,txt:r,extend:function(e,t){var n=i.util.clone(i.languages[e]);for(var r in t)n[r]=t[r];return n},insertBefore:function(e,t,n,r){var o=(r=r||i.languages)[e],a={};for(var s in o)if(o.hasOwnProperty(s)){if(s==t)for(var l in n)n.hasOwnProperty(l)&&(a[l]=n[l]);n.hasOwnProperty(s)||(a[s]=o[s])}var c=r[e];return r[e]=a,i.languages.DFS(i.languages,(function(t,n){n===c&&t!=e&&(this[t]=a)})),a},DFS:function e(t,n,r,o){o=o||{};var a=i.util.objId;for(var s in t)if(t.hasOwnProperty(s)){n.call(t,s,t[s],r||s);var l=t[s],c=i.util.type(l);"Object"!==c||o[a(l)]?"Array"!==c||o[a(l)]||(o[a(l)]=!0,e(l,n,s,o)):(o[a(l)]=!0,e(l,n,null,o))}}},plugins:{},highlightAll:function(e,t){i.highlightAllUnder(document,e,t)},highlightAllUnder:function(e,t,n){var r={callback:n,container:e,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};i.hooks.run("before-highlightall",r),r.elements=Array.prototype.slice.apply(r.container.querySelectorAll(r.selector)),i.hooks.run("before-all-elements-highlight",r);for(var o,a=0;o=r.elements[a++];)i.highlightElement(o,!0===t,r.callback)},highlightElement:function(t,n,r){var o=i.util.getLanguage(t),a=i.languages[o];i.util.setLanguage(t,o);var s=t.parentElement;s&&"pre"===s.nodeName.toLowerCase()&&i.util.setLanguage(s,o);var l={element:t,language:o,grammar:a,code:t.textContent};function c(e){l.highlightedCode=e,i.hooks.run("before-insert",l),l.element.innerHTML=l.highlightedCode,i.hooks.run("after-highlight",l),i.hooks.run("complete",l),r&&r.call(l.element)}if(i.hooks.run("before-sanity-check",l),(s=l.element.parentElement)&&"pre"===s.nodeName.toLowerCase()&&!s.hasAttribute("tabindex")&&s.setAttribute("tabindex","0"),!l.code)return i.hooks.run("complete",l),void(r&&r.call(l.element));if(i.hooks.run("before-highlight",l),l.grammar)if(n&&e.Worker){var u=new Worker(i.filename);u.onmessage=function(e){c(e.data)},u.postMessage(JSON.stringify({language:l.language,code:l.code,immediateClose:!0}))}else c(i.highlight(l.code,l.grammar,l.language));else c(i.util.encode(l.code))},highlight:function(e,t,n){var r={code:e,grammar:t,language:n};if(i.hooks.run("before-tokenize",r),!r.grammar)throw new Error('The language "'+r.language+'" has no grammar.');return r.tokens=i.tokenize(r.code,r.grammar),i.hooks.run("after-tokenize",r),o.stringify(i.util.encode(r.tokens),r.language)},tokenize:function(e,t){var n=t.rest;if(n){for(var r in n)t[r]=n[r];delete t.rest}var i=new l;return c(i,i.head,e),s(e,i,t,i.head,0),function(e){for(var t=[],n=e.head.next;n!==e.tail;)t.push(n.value),n=n.next;return t}(i)},hooks:{all:{},add:function(e,t){var n=i.hooks.all;n[e]=n[e]||[],n[e].push(t)},run:function(e,t){var n=i.hooks.all[e];if(n&&n.length)for(var r,o=0;r=n[o++];)r(t)}},Token:o};function o(e,t,n,r){this.type=e,this.content=t,this.alias=n,this.length=0|(r||"").length}function a(e,t,n,r){e.lastIndex=t;var i=e.exec(n);if(i&&r&&i[1]){var o=i[1].length;i.index+=o,i[0]=i[0].slice(o)}return i}function s(e,t,n,r,l,d){for(var f in n)if(n.hasOwnProperty(f)&&n[f]){var h=n[f];h=Array.isArray(h)?h:[h];for(var p=0;p<h.length;++p){if(d&&d.cause==f+","+p)return;var g=h[p],m=g.inside,v=!!g.lookbehind,b=!!g.greedy,y=g.alias;if(b&&!g.pattern.global){var _=g.pattern.toString().match(/[imsuy]*$/)[0];g.pattern=RegExp(g.pattern.source,_+"g")}for(var w=g.pattern||g,x=r.next,k=l;x!==t.tail&&!(d&&k>=d.reach);k+=x.value.length,x=x.next){var C=x.value;if(t.length>e.length)return;if(!(C instanceof o)){var S,M=1;if(b){if(!(S=a(w,k,e,v))||S.index>=e.length)break;var T=S.index,N=S.index+S[0].length,O=k;for(O+=x.value.length;T>=O;)O+=(x=x.next).value.length;if(k=O-=x.value.length,x.value instanceof o)continue;for(var E=x;E!==t.tail&&(O<N||"string"==typeof E.value);E=E.next)M++,O+=E.value.length;M--,C=e.slice(k,O),S.index-=k}else if(!(S=a(w,0,C,v)))continue;T=S.index;var A=S[0],L=C.slice(0,T),D=C.slice(T+A.length),P=k+C.length;d&&P>d.reach&&(d.reach=P);var j=x.prev;if(L&&(j=c(t,j,L),k+=L.length),u(t,j,M),x=c(t,j,new o(f,m?i.tokenize(A,m):A,y,A)),D&&c(t,x,D),M>1){var R={cause:f+","+p,reach:P};s(e,t,n,x.prev,k,R),d&&R.reach>d.reach&&(d.reach=R.reach)}}}}}}function l(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function c(e,t,n){var r=t.next,i={value:n,prev:t,next:r};return t.next=i,r.prev=i,e.length++,i}function u(e,t,n){for(var r=t.next,i=0;i<n&&r!==e.tail;i++)r=r.next;t.next=r,r.prev=t,e.length-=i}if(e.Prism=i,o.stringify=function e(t,n){if("string"==typeof t)return t;if(Array.isArray(t)){var r="";return t.forEach((function(t){r+=e(t,n)})),r}var o={type:t.type,content:e(t.content,n),tag:"span",classes:["token",t.type],attributes:{},language:n},a=t.alias;a&&(Array.isArray(a)?Array.prototype.push.apply(o.classes,a):o.classes.push(a)),i.hooks.run("wrap",o);var s="";for(var l in o.attributes)s+=" "+l+'="'+(o.attributes[l]||"").replace(/"/g,"&quot;")+'"';return"<"+o.tag+' class="'+o.classes.join(" ")+'"'+s+">"+o.content+"</"+o.tag+">"},!e.document)return e.addEventListener?(i.disableWorkerMessageHandler||e.addEventListener("message",(function(t){var n=JSON.parse(t.data),r=n.language,o=n.code,a=n.immediateClose;e.postMessage(i.highlight(o,i.languages[r],r)),a&&e.close()}),!1),i):i;var d=i.util.currentScript();function f(){i.manual||i.highlightAll()}if(d&&(i.filename=d.src,d.hasAttribute("data-manual")&&(i.manual=!0)),!i.manual){var h=document.readyState;"loading"===h||"interactive"===h&&d&&d.defer?document.addEventListener("DOMContentLoaded",f):window.requestAnimationFrame?window.requestAnimationFrame(f):window.setTimeout(f,16)}return i}("undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{}),po.exports&&(po.exports=go),void 0!==uo&&(uo.Prism=go),go.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},go.languages.markup.tag.inside["attr-value"].inside.entity=go.languages.markup.entity,go.languages.markup.doctype.inside["internal-subset"].inside=go.languages.markup,go.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&amp;/,"&"))})),Object.defineProperty(go.languages.markup.tag,"addInlined",{value:function(e,t){var n={};n["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:go.languages[t]},n.cdata=/^<!\[CDATA\[|\]\]>$/i;var r={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}};r["language-"+t]={pattern:/[\s\S]+/,inside:go.languages[t]};var i={};i[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:r},go.languages.insertBefore("markup","cdata",i)}}),Object.defineProperty(go.languages.markup.tag,"addAttribute",{value:function(e,t){go.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:go.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),go.languages.html=go.languages.markup,go.languages.mathml=go.languages.markup,go.languages.svg=go.languages.markup,go.languages.xml=go.languages.extend("markup",{}),go.languages.ssml=go.languages.xml,go.languages.atom=go.languages.xml,go.languages.rss=go.languages.xml,function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))}(go),go.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},go.languages.javascript=go.languages.extend("clike",{"class-name":[go.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),go.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,go.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:go.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:go.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:go.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:go.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:go.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),go.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:go.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),go.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),go.languages.markup&&(go.languages.markup.tag.addInlined("script","javascript"),go.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),go.languages.js=go.languages.javascript,function(){if(void 0!==go&&"undefined"!=typeof document){Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var e={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},t="data-src-status",n="loading",r="loaded",i="pre[data-src]:not(["+t+'="'+r+'"]):not(['+t+'="'+n+'"])';go.hooks.add("before-highlightall",(function(e){e.selector+=", "+i})),go.hooks.add("before-sanity-check",(function(o){var a=o.element;if(a.matches(i)){o.code="",a.setAttribute(t,n);var s=a.appendChild(document.createElement("CODE"));s.textContent="Loading…";var l=a.getAttribute("data-src"),c=o.language;if("none"===c){var u=(/\.(\w+)$/.exec(l)||[,"none"])[1];c=e[u]||u}go.util.setLanguage(s,c),go.util.setLanguage(a,c);var d=go.plugins.autoloader;d&&d.loadLanguages(c),function(e,t,n){var r=new XMLHttpRequest;r.open("GET",e,!0),r.onreadystatechange=function(){4==r.readyState&&(r.status<400&&r.responseText?t(r.responseText):r.status>=400?n("✖ Error "+r.status+" while fetching file: "+r.statusText):n("✖ Error: File does not exist or is empty"))},r.send(null)}(l,(function(e){a.setAttribute(t,r);var n=function(e){var t=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(e||"");if(t){var n=Number(t[1]),r=t[2],i=t[3];return r?i?[n,Number(i)]:[n,void 0]:[n,n]}}(a.getAttribute("data-range"));if(n){var i=e.split(/\r\n?|\n/g),o=n[0],l=null==n[1]?i.length:n[1];o<0&&(o+=i.length),o=Math.max(0,Math.min(o-1,i.length)),l<0&&(l+=i.length),l=Math.max(0,Math.min(l,i.length)),e=i.slice(o,l).join("\n"),a.hasAttribute("data-start")||a.setAttribute("data-start",String(o+1))}s.textContent=e,go.highlightElement(s)}),(function(e){a.setAttribute(t,"failed"),s.textContent=e}))}})),go.plugins.fileHighlight={highlight:function(e){for(var t,n=(e||document).querySelectorAll(i),r=0;t=n[r++];)go.highlightElement(t)}};var o=!1;go.fileHighlight=function(){o||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),o=!0),go.plugins.fileHighlight.highlight.apply(this,arguments)}}}()),mo.exports),bo=fo(vo);const yo=({attachment:e,item:t})=>(ye((()=>{bo.highlightAll()}),[e]),lt("pre",{"data-testid":"code-attachment-content",className:`language-${t?.link?.ext?.replace(".","")} line-numbers`,children:lt("code",{children:e?.text})},t?.link?.id)),_o=({attachment:e})=>{const[t,n]=ve(!0);return ye((()=>{if(e?.img){const t=new Image;t.onload=()=>n(!0),t.onerror=()=>n(!1),t.src=e.img}}),[e?.img]),lt("div",e?.img&&t?{"data-testid":"image-attachment-content",className:"styles_test-result-attachment-image__sJpWk",children:e?.img&&lt("img",{src:e.img,alt:e.originalFileName})}:{className:"styles_test-result-attachment-error__od2Zn",children:"something went wrong"})},wo={image:_o,svg:_o,json:yo,code:yo,uri:yo,css:yo,table:yo,html:yo,text:yo,video:({attachment:e})=>e?lt("video",{"data-testid":"video-attachment-content",class:"styles_test-result-attachment-video__251vv",controls:!0,loop:!0,muted:!0,children:lt("source",{src:e?.src,type:e?.contentType})}):lt(sr,{})},xo={html:({attachment:e})=>lt("div",{className:"styles_html-attachment-preview__0-kmL",dangerouslySetInnerHTML:{__html:e?.text}})},ko=({item:e,previewable:t})=>{const{link:{contentType:n,id:r,ext:i}}=e,[o,a]=ve(null),[s,l]=ve(!1),c=zi(n),u=wo[c.type],d=xo[c.type];return ye((()=>{(async()=>{const e=await(async(e,t,n)=>{if(!e&&!t)return null;const r=await ji({id:e,ext:t,contentType:n});switch(zi(n).type){case"svg":case"image":{const t=await r.blob();return{img:URL.createObjectURL(t),id:e}}case"uri":case"code":case"html":case"table":case"text":return{text:await r.text()};case"video":{const t=await r.blob();return{src:URL.createObjectURL(t),id:e,contentType:n}}default:return null}})(r,i,n)||null;l(!0),a(e)})()}),[n,r,i]),s?d&&t?lt(d,{attachment:o,item:e}):u?lt(u,{attachment:o,item:e}):null:lt("div",{className:"styles_test-result-spinner__B3aF3",children:lt(sr,{})})},Co=({code:e,children:t,className:n})=>(ye((()=>{bo.highlightAll()}),[]),lt("pre",{className:ut("language-text line-numbers language-diff",n),children:[e&&lt("code",{children:e}),t]}));var So="styles_modal-wrapper-fullscreen__11W3U",Mo="styles_active__YdnV4";const To=({changeThumb:e,children:t,isActiveThumb:n})=>lt("div",{className:ut("styles_modal-thumb__O5sLe",{[Mo]:n}),onClick:()=>()=>e?.(),children:t}),No=({attachments:e=[]})=>{const t=e?.filter((({link:{contentType:e}})=>{const t=zi(e).type;return!["archive",null].includes(t)}));return lt("div",{className:"styles_modal-gallery__w0J0I",children:t?.map((e=>lt(To,{item:e,children:lt(ko,{item:e})},e?.link?.id)))})},Oo=({data:e,isModalOpen:t,preview:n,component:r,attachments:i,closeModal:o,translations:a,title:s})=>{const{tooltipPreview:l,tooltipDownload:c,openInNewTabButton:u}=a,{link:d}=e||{},[f,h]=ve(!1),p=d?.contentType?.startsWith("image"),g="text/html"===d?.contentType,m=d?.id&&d?.ext&&d?.contentType,v=d?.name||d?.id&&d?.ext&&`${d.id}${d.ext}`||"",b=s||v,y=we((()=>r&&function(e){return function(e){return!!e&&e.$$typeof===Xi}(e)?te.apply(null,arguments):e}(r,{data:e,isFullScreen:f})),[r,e,f]);return ye((()=>{bo.highlightAll()}),[]),ye((()=>(document.body.style.overflow=t?"hidden":"",()=>{document.body.style.overflow=""})),[t]),t?lt("div",{className:"styles_modal-overlay__xdM2o",onClick:o,children:lt("div",{className:ut("styles_modal-content__2yYdb"),onClick:e=>e.stopPropagation(),children:[lt("div",{className:ut("styles_modal-wrapper__KacuO",{[So]:f}),children:[lt("div",{className:"styles_modal-header__IcCg9",children:[lt(ur,{size:"s",children:b}),lt("div",{className:"styles_modal-buttons__OBqaM",children:[p&&lt(hr,{style:"outline",onClick:async()=>{const{id:e,ext:t,contentType:n}=d||{};await(async(e,t,n)=>{if(!e&&!t)return;const r=await Ri(e,t,n),i=URL.createObjectURL(r);globalThis.open(i,"_blank")})(e,t,n)},icon:or.lineGeneralLinkExternal,text:u}),g&&lt(Mi,{tooltipText:l,children:lt(pr,{style:"outline",size:"m",iconSize:"s",icon:n?or.viewOff:or.view})}),m&&lt(Mi,{tooltipText:c,children:lt(pr,{style:"outline",size:"m",iconSize:"s",icon:or.lineGeneralDownloadCloud,onClick:e=>(async e=>{e.stopPropagation();const{id:t,ext:n,contentType:r}=d||{};t&&n&&r&&await(async(e,t,n)=>{if(!e&&!t)return;const r=`${e}${t}`,i=await Ri(e,t,n),o=URL.createObjectURL(i),a=document.createElement("a");a.href=o,a.download=r,a.click(),URL.revokeObjectURL(o)})(t,n,r)})(e)})}),lt(pr,{iconSize:"m",style:"ghost",onClick:()=>h(!f),icon:f?or.lineLayoutsMinimize2:or.lineLayoutsMaximize2}),lt(pr,{iconSize:"m",style:"ghost",onClick:o,icon:or.lineGeneralXClose})]})]}),lt("div",{className:"styles_modal-data__tEK64",children:lt("div",{className:"styles_modal-data-component__3HBgz",children:y},e?.link?.id)})]}),i?.length&&lt(No,{attachments:i})]})}):null};var Eo={tree:"styles_tree__fG6jK","tree-list":"styles_tree-list__3q7eT","tree-section":"styles_tree-section__iV9nA","tree-section-title":"styles_tree-section-title__3v2nF","tree-count":"styles_tree-count__RjQCr","tree-item":"styles_tree-item__-43NH","item-title":"styles_item-title__ip78x","test-count":"styles_test-count__ynxa4","tree-content":"styles_tree-content__RqVeR",root:"styles_root__gLSTv","tree-item-icon":"styles_tree-item-icon__pSBl5","status-passed":"styles_status-passed__kTMq4","status-failed":"styles_status-failed__2uYs3","status-broken":"styles_status-broken__34I8R","status-skipped":"styles_status-skipped__MEGGW","status-unknown":"styles_status-unknown__p2KHg","tree-status-bar":"styles_tree-status-bar__LJ7Y1","tree-status-bar-item":"styles_tree-status-bar-item__Yofv2",passed:"styles_passed__SeJia",failed:"styles_failed__-3jyb",broken:"styles_broken__g7-KJ",skipped:"styles_skipped__RfV4j",unknown:"styles_unknown__hkDQ1","tree-empty-results":"styles_tree-empty-results__4EWH4","tree-empty-results-title":"styles_tree-empty-results-title__hGsAb","tree-empty-results-clear-button":"styles_tree-empty-results-clear-button__9nCUy",order:"styles_order__-yTyr","tree-item-marked":"styles_tree-item-marked__TW7os"};const{solidAlertCircle:Ao,solidCheckCircle:Lo,solidHelpCircle:Do,solidMinusCircle:Po,solidXCircle:jo}=or,Ro={failed:jo,broken:Ao,passed:Lo,skipped:Po,unknown:Do},zo=({status:e="unknown",className:t,classNameIcon:n})=>{const r=ut(Eo[`status-${e}`],n);return lt("div",{"data-testid":`tree-leaf-status-${e}`,className:ut(Eo["tree-item-icon"],t),children:lt(ar,{className:r,id:Ro[e]})})},Fo=["failed","broken","passed","skipped","unknown"],Io=new Set(["failed","broken"]),Bo=new Set(["passed"]),Uo=new Set([...Io,...Bo]),$o=e=>{const t=new Set(e);return e=>t.has(e.status)};$o(Bo),$o(Io),$o(Uo);const qo=[{suffix:"d",accessor:e=>Math.floor(e/864e5)},{suffix:"h",accessor:e=>Math.floor(e/36e5)%24},{suffix:"m",accessor:e=>Math.floor(e/6e4)%60},{suffix:"s",accessor:e=>Math.floor(e/1e3)%60},{suffix:"ms",accessor:e=>Math.round(e)%1e3}],Ho={flaky:or.lineIconBomb2,new:or.lineGeneralEye},Vo=({type:e})=>lt(ar,{"data-testid":`tree-item-meta-icon-${e}`,id:Ho[e]}),Wo=({retriesCount:e=0})=>e>0?lt("div",{"data-testid":"tree-item-retries",className:"styles_tree-item-retries__dhixw",children:[lt(ar,{className:"styles_tree-item-retries-icon__4SC3U",id:or.lineArrowsRefreshCcw1}),lt(lr,{type:"ui",size:"m",children:e})]}):null,Yo=({duration:e,retriesCount:t,flaky:n,new:r})=>{const i=(e=>{if(void 0===e)return"unknown";if(e<.5)return"0s";const t=[];for(const{accessor:n,suffix:r}of qo){const i=n(e);if((0!==t.length||i)&&(t.push(i+r),t.length>1))break}return t.join(" ")})(e);return lt("div",{className:"styles_item-info__ELNw-",children:[r&&lt(Vo,{type:"new"}),n&&lt(Vo,{type:"flaky"}),lt(Wo,{retriesCount:t}),lt(lr,{"data-testid":"tree-leaf-duration",type:"ui",size:"m",className:"styles_item-info-time__fWpPK",children:i})]})},Go=({name:e,groupOrder:t,status:n,duration:r,retriesCount:i,flaky:o,id:a,marked:s,navigateTo:l,...c})=>lt("div",{...c,className:ut(Eo["tree-item"],s?Eo["tree-item-marked"]:""),onClick:()=>l(a),id:a,children:[lt(zo,{status:n}),lt(cr,{"data-testid":"tree-leaf-order",size:"s",className:Eo.order,children:t}),lt(lr,{"data-testid":"tree-leaf-title",className:Eo["item-title"],children:e}),lt(Yo,{duration:r,flaky:o,retriesCount:i})]}),Zo=({title:e,icon:t,isOpened:n,toggleTree:r,children:i,...o})=>lt("div",{"data-testid":"tree-section",...o,className:Eo["tree-section"],onClick:r,children:[lt(Pi,{"data-testid":"tree-arrow",isOpened:n}),t&&lt(ar,{id:t,size:"xs"}),lt(lr,{"data-testid":"tree-section-title",size:"m",bold:!0,className:Eo["tree-section-title"],children:e}),i]}),Xo=({statistic:e,statusFilter:t,reportStatistic:n,maxWidth:r=140,minWidth:i=46,offset:o=10})=>{const a=Math.floor(((e,t)=>{const n=Math.log(o);return(Math.log(e+o)-n)/(Math.log(t+o)-n)})(e?.total??0,n?.total??0)*(r-i)+i);return e?lt("div",{className:Eo["tree-status-bar"],style:{width:`${a}px`},children:Fo.map((t=>({status:t,value:e[t]}))).filter((({status:e,value:n})=>void 0!==n&&("total"===t||t===e&&n>0))).map((({status:e,value:t})=>lt("div",{className:ut(Eo["tree-status-bar-item"],Eo[e]),style:{flexGrow:t},children:t},e)))}):null},Jo=({categoryTitle:e,isOpened:t,toggleTree:n,statistic:r,reportStatistic:i,statusFilter:o,...a})=>lt(Zo,{...a,title:e,isOpened:t,toggleTree:n,children:lt(Xo,{reportStatistic:i,statusFilter:o,statistic:r})}),Ko=({tree:e,statusFilter:t,root:n,name:r,statistic:i,reportStatistic:o,collapsedTrees:a,toggleTree:s,routeId:l,navigateTo:c})=>{const u=a.has(e.nodeId),d=void 0===i||!!i?.failed||!!i?.broken,[f,h]=ve((()=>n||(u?!d:d)));if(!e?.trees?.length&&!e?.leaves?.length)return null;const p=f&&lt("div",{"data-testid":"tree-content",className:ut({[Eo["tree-content"]]:!0,[Eo.root]:n}),children:[e?.trees?.map?.((e=>lt(Ko,{name:e.name,tree:e,statistic:e.statistic,reportStatistic:o,statusFilter:t,collapsedTrees:a,toggleTree:s,routeId:l,navigateTo:c},e.nodeId))),e?.leaves?.map?.((e=>lt(Go,{"data-testid":"tree-leaf",id:e.nodeId,name:e.name,status:e.status,groupOrder:e.groupOrder,duration:e.duration,retriesCount:e.retriesCount,flaky:e.flaky,marked:e.nodeId===l,navigateTo:c},e.nodeId)))]});return lt("div",{className:Eo.tree,children:[r&&lt(Jo,{statusFilter:t,categoryTitle:r,isOpened:f,toggleTree:()=>{h(!f),s(e.nodeId)},statistic:i,reportStatistic:o}),p]})};var Qo={counter:"styles_counter__chRZ-","status-passed":"styles_status-passed__fOOfy","status-failed":"styles_status-failed__CIBqD","status-broken":"styles_status-broken__caix7","status-skipped":"styles_status-skipped__FrjS4","status-unknown":"styles_status-unknown__wxCbv","size-s":"styles_size-s__MzJcz","size-m":"styles_size-m__zaoMz","size-l":"styles_size-l__foUrC"};const ea=e=>{const{count:t,size:n="s",truncateCount:r=!1,status:i}=e,o=r&&t>99?"99+":t;return lt(lr,{tag:"small",size:"l"===n?"m":"s",type:"ui",bold:!0,className:ut(Qo.counter,Qo[`size-${n}`],i&&Qo[`status-${i}`]),"data-testid":"counter",children:o})},ta=e=>{const{value:t,label:n,onChange:r,focusable:i=!0,...o}=e;return lt("input",{...o,tabIndex:i?0:-1,className:"styles_toggle__aBRpI",role:"switch",type:"checkbox",checked:t,"aria-label":n,onToggle:e=>{const t=!e.target.checked;r(t)}})},na=e=>{const{children:t,onClick:n,href:r}=e;return lt(void 0===r?"button":"a",{href:r,onClick:n,className:"styles_link__BC-2O",children:t})};function ra(e){return function(){return e}}const ia=Math.abs,oa=Math.atan2,aa=Math.cos,sa=Math.max,la=Math.min,ca=Math.sin,ua=Math.sqrt,da=1e-12,fa=Math.PI,ha=fa/2,pa=2*fa;function ga(e){return e>=1?ha:e<=-1?-ha:Math.asin(e)}const ma=Math.PI,va=2*ma,ba=1e-6,ya=va-ba;function _a(e){this._+=e[0];for(let t=1,n=e.length;t<n;++t)this._+=arguments[t]+e[t]}let wa=class{constructor(e){this._x0=this._y0=this._x1=this._y1=null,this._="",this._append=null==e?_a:function(e){let t=Math.floor(e);if(!(t>=0))throw new Error(`invalid digits: ${e}`);if(t>15)return _a;const n=10**t;return function(e){this._+=e[0];for(let t=1,r=e.length;t<r;++t)this._+=Math.round(arguments[t]*n)/n+e[t]}}(e)}moveTo(e,t){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}`}closePath(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._append`Z`)}lineTo(e,t){this._append`L${this._x1=+e},${this._y1=+t}`}quadraticCurveTo(e,t,n,r){this._append`Q${+e},${+t},${this._x1=+n},${this._y1=+r}`}bezierCurveTo(e,t,n,r,i,o){this._append`C${+e},${+t},${+n},${+r},${this._x1=+i},${this._y1=+o}`}arcTo(e,t,n,r,i){if(e=+e,t=+t,n=+n,r=+r,(i=+i)<0)throw new Error(`negative radius: ${i}`);let o=this._x1,a=this._y1,s=n-e,l=r-t,c=o-e,u=a-t,d=c*c+u*u;if(null===this._x1)this._append`M${this._x1=e},${this._y1=t}`;else if(d>ba)if(Math.abs(u*s-l*c)>ba&&i){let f=n-o,h=r-a,p=s*s+l*l,g=f*f+h*h,m=Math.sqrt(p),v=Math.sqrt(d),b=i*Math.tan((ma-Math.acos((p+d-g)/(2*m*v)))/2),y=b/v,_=b/m;Math.abs(y-1)>ba&&this._append`L${e+y*c},${t+y*u}`,this._append`A${i},${i},0,0,${+(u*f>c*h)},${this._x1=e+_*s},${this._y1=t+_*l}`}else this._append`L${this._x1=e},${this._y1=t}`}arc(e,t,n,r,i,o){if(e=+e,t=+t,o=!!o,(n=+n)<0)throw new Error(`negative radius: ${n}`);let a=n*Math.cos(r),s=n*Math.sin(r),l=e+a,c=t+s,u=1^o,d=o?r-i:i-r;null===this._x1?this._append`M${l},${c}`:(Math.abs(this._x1-l)>ba||Math.abs(this._y1-c)>ba)&&this._append`L${l},${c}`,n&&(d<0&&(d=d%va+va),d>ya?this._append`A${n},${n},0,1,${u},${e-a},${t-s}A${n},${n},0,1,${u},${this._x1=l},${this._y1=c}`:d>ba&&this._append`A${n},${n},0,${+(d>=ma)},${u},${this._x1=e+n*Math.cos(i)},${this._y1=t+n*Math.sin(i)}`)}rect(e,t,n,r){this._append`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}h${n=+n}v${+r}h${-n}Z`}toString(){return this._}};function xa(e){let t=3;return e.digits=function(n){if(!arguments.length)return t;if(null==n)t=null;else{const e=Math.floor(n);if(!(e>=0))throw new RangeError(`invalid digits: ${n}`);t=e}return e},()=>new wa(t)}function ka(e){return e.innerRadius}function Ca(e){return e.outerRadius}function Sa(e){return e.startAngle}function Ma(e){return e.endAngle}function Ta(e){return e&&e.padAngle}function Na(e,t,n,r,i,o,a){var s=e-n,l=t-r,c=(a?o:-o)/ua(s*s+l*l),u=c*l,d=-c*s,f=e+u,h=t+d,p=n+u,g=r+d,m=(f+p)/2,v=(h+g)/2,b=p-f,y=g-h,_=b*b+y*y,w=i-o,x=f*g-p*h,k=(y<0?-1:1)*ua(sa(0,w*w*_-x*x)),C=(x*y-b*k)/_,S=(-x*b-y*k)/_,M=(x*y+b*k)/_,T=(-x*b+y*k)/_,N=C-m,O=S-v,E=M-m,A=T-v;return N*N+O*O>E*E+A*A&&(C=M,S=T),{cx:C,cy:S,x01:-u,y01:-d,x11:C*(i/w-1),y11:S*(i/w-1)}}function Oa(e){return"object"==typeof e&&"length"in e?e:Array.from(e)}function Ea(e){this._context=e}function Aa(e){return new Ea(e)}function La(e){return e[0]}function Da(e){return e[1]}function Pa(e,t){var n=ra(!0),r=null,i=Aa,o=null,a=xa(s);function s(s){var l,c,u,d=(s=Oa(s)).length,f=!1;for(null==r&&(o=i(u=a())),l=0;l<=d;++l)!(l<d&&n(c=s[l],l,s))===f&&((f=!f)?o.lineStart():o.lineEnd()),f&&o.point(+e(c,l,s),+t(c,l,s));if(u)return o=null,u+""||null}return e="function"==typeof e?e:void 0===e?La:ra(e),t="function"==typeof t?t:void 0===t?Da:ra(t),s.x=function(t){return arguments.length?(e="function"==typeof t?t:ra(+t),s):e},s.y=function(e){return arguments.length?(t="function"==typeof e?e:ra(+e),s):t},s.defined=function(e){return arguments.length?(n="function"==typeof e?e:ra(!!e),s):n},s.curve=function(e){return arguments.length?(i=e,null!=r&&(o=i(r)),s):i},s.context=function(e){return arguments.length?(null==e?r=o=null:o=i(r=e),s):r},s}function ja(e,t){return t<e?-1:t>e?1:t>=e?0:NaN}function Ra(e){return e}function za(){}function Fa(e,t,n){e._context.bezierCurveTo((2*e._x0+e._x1)/3,(2*e._y0+e._y1)/3,(e._x0+2*e._x1)/3,(e._y0+2*e._y1)/3,(e._x0+4*e._x1+t)/6,(e._y0+4*e._y1+n)/6)}function Ia(e){this._context=e}function Ba(e){this._context=e}function Ua(e){this._context=e}function $a(e,t){this._basis=new Ia(e),this._beta=t}Ea.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:this._context.lineTo(e,t)}}},Ia.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:Fa(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:Fa(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},Ba.prototype={areaStart:za,areaEnd:za,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x2,this._y2),this._context.closePath();break;case 2:this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break;case 3:this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4)}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x2=e,this._y2=t;break;case 1:this._point=2,this._x3=e,this._y3=t;break;case 2:this._point=3,this._x4=e,this._y4=t,this._context.moveTo((this._x0+4*this._x1+e)/6,(this._y0+4*this._y1+t)/6);break;default:Fa(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},Ua.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var n=(this._x0+4*this._x1+e)/6,r=(this._y0+4*this._y1+t)/6;this._line?this._context.lineTo(n,r):this._context.moveTo(n,r);break;case 3:this._point=4;default:Fa(this,e,t)}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t}},$a.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var e=this._x,t=this._y,n=e.length-1;if(n>0)for(var r,i=e[0],o=t[0],a=e[n]-i,s=t[n]-o,l=-1;++l<=n;)r=l/n,this._basis.point(this._beta*e[l]+(1-this._beta)*(i+r*a),this._beta*t[l]+(1-this._beta)*(o+r*s));this._x=this._y=null,this._basis.lineEnd()},point:function(e,t){this._x.push(+e),this._y.push(+t)}};var qa=function e(t){function n(e){return 1===t?new Ia(e):new $a(e,t)}return n.beta=function(t){return e(+t)},n}(.85);function Ha(e,t,n){e._context.bezierCurveTo(e._x1+e._k*(e._x2-e._x0),e._y1+e._k*(e._y2-e._y0),e._x2+e._k*(e._x1-t),e._y2+e._k*(e._y1-n),e._x2,e._y2)}function Va(e,t){this._context=e,this._k=(1-t)/6}Va.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:Ha(this,this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2,this._x1=e,this._y1=t;break;case 2:this._point=3;default:Ha(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var Wa=function e(t){function n(e){return new Va(e,t)}return n.tension=function(t){return e(+t)},n}(0);function Ya(e,t){this._context=e,this._k=(1-t)/6}Ya.prototype={areaStart:za,areaEnd:za,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:Ha(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var Ga=function e(t){function n(e){return new Ya(e,t)}return n.tension=function(t){return e(+t)},n}(0);function Za(e,t){this._context=e,this._k=(1-t)/6}Za.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Ha(this,e,t)}this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var Xa=function e(t){function n(e){return new Za(e,t)}return n.tension=function(t){return e(+t)},n}(0);function Ja(e,t,n){var r=e._x1,i=e._y1,o=e._x2,a=e._y2;if(e._l01_a>da){var s=2*e._l01_2a+3*e._l01_a*e._l12_a+e._l12_2a,l=3*e._l01_a*(e._l01_a+e._l12_a);r=(r*s-e._x0*e._l12_2a+e._x2*e._l01_2a)/l,i=(i*s-e._y0*e._l12_2a+e._y2*e._l01_2a)/l}if(e._l23_a>da){var c=2*e._l23_2a+3*e._l23_a*e._l12_a+e._l12_2a,u=3*e._l23_a*(e._l23_a+e._l12_a);o=(o*c+e._x1*e._l23_2a-t*e._l12_2a)/u,a=(a*c+e._y1*e._l23_2a-n*e._l12_2a)/u}e._context.bezierCurveTo(r,i,o,a,e._x2,e._y2)}function Ka(e,t){this._context=e,this._alpha=t}Ka.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3;default:Ja(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var Qa=function e(t){function n(e){return t?new Ka(e,t):new Va(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function es(e,t){this._context=e,this._alpha=t}es.prototype={areaStart:za,areaEnd:za,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=e,this._y3=t;break;case 1:this._point=2,this._context.moveTo(this._x4=e,this._y4=t);break;case 2:this._point=3,this._x5=e,this._y5=t;break;default:Ja(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var ts=function e(t){function n(e){return t?new es(e,t):new Ya(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function ns(e,t){this._context=e,this._alpha=t}ns.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){if(e=+e,t=+t,this._point){var n=this._x2-e,r=this._y2-t;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(n*n+r*r,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:Ja(this,e,t)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=e,this._y0=this._y1,this._y1=this._y2,this._y2=t}};var rs=function e(t){function n(e){return t?new ns(e,t):new Za(e,0)}return n.alpha=function(t){return e(+t)},n}(.5);function is(e){this._context=e}function os(e){return e<0?-1:1}function as(e,t,n){var r=e._x1-e._x0,i=t-e._x1,o=(e._y1-e._y0)/(r||i<0&&-0),a=(n-e._y1)/(i||r<0&&-0),s=(o*i+a*r)/(r+i);return(os(o)+os(a))*Math.min(Math.abs(o),Math.abs(a),.5*Math.abs(s))||0}function ss(e,t){var n=e._x1-e._x0;return n?(3*(e._y1-e._y0)/n-t)/2:t}function ls(e,t,n){var r=e._x0,i=e._y0,o=e._x1,a=e._y1,s=(o-r)/3;e._context.bezierCurveTo(r+s,i+s*t,o-s,a-s*n,o,a)}function cs(e){this._context=e}function us(e){this._context=new ds(e)}function ds(e){this._context=e}function fs(e){this._context=e}function hs(e){var t,n,r=e.length-1,i=new Array(r),o=new Array(r),a=new Array(r);for(i[0]=0,o[0]=2,a[0]=e[0]+2*e[1],t=1;t<r-1;++t)i[t]=1,o[t]=4,a[t]=4*e[t]+2*e[t+1];for(i[r-1]=2,o[r-1]=7,a[r-1]=8*e[r-1]+e[r],t=1;t<r;++t)n=i[t]/o[t-1],o[t]-=n,a[t]-=n*a[t-1];for(i[r-1]=a[r-1]/o[r-1],t=r-2;t>=0;--t)i[t]=(a[t]-i[t+1])/o[t];for(o[r-1]=(e[r]+i[r-1])/2,t=0;t<r-1;++t)o[t]=2*e[t+1]-i[t+1];return[i,o]}function ps(e,t){this._context=e,this._t=t}is.prototype={areaStart:za,areaEnd:za,lineStart:function(){this._point=0},lineEnd:function(){this._point&&this._context.closePath()},point:function(e,t){e=+e,t=+t,this._point?this._context.lineTo(e,t):(this._point=1,this._context.moveTo(e,t))}},cs.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:ls(this,this._t0,ss(this,this._t0))}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var n=NaN;if(t=+t,(e=+e)!==this._x1||t!==this._y1){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,ls(this,ss(this,n=as(this,e,t)),n);break;default:ls(this,this._t0,n=as(this,e,t))}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=n}}},(us.prototype=Object.create(cs.prototype)).point=function(e,t){cs.prototype.point.call(this,t,e)},ds.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,n,r,i,o){this._context.bezierCurveTo(t,e,r,n,o,i)}},fs.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[],this._y=[]},lineEnd:function(){var e=this._x,t=this._y,n=e.length;if(n)if(this._line?this._context.lineTo(e[0],t[0]):this._context.moveTo(e[0],t[0]),2===n)this._context.lineTo(e[1],t[1]);else for(var r=hs(e),i=hs(t),o=0,a=1;a<n;++o,++a)this._context.bezierCurveTo(r[0][o],i[0][o],r[1][o],i[1][o],e[a],t[a]);(this._line||0!==this._line&&1===n)&&this._context.closePath(),this._line=1-this._line,this._x=this._y=null},point:function(e,t){this._x.push(+e),this._y.push(+t)}},ps.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN,this._point=0},lineEnd:function(){0<this._t&&this._t<1&&2===this._point&&this._context.lineTo(this._x,this._y),(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line>=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(e,t){switch(e=+e,t=+t,this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;default:if(this._t<=0)this._context.lineTo(this._x,t),this._context.lineTo(e,t);else{var n=this._x*(1-this._t)+e*this._t;this._context.lineTo(n,this._y),this._context.lineTo(n,t)}}this._x=e,this._y=t}};const gs=e=>{switch(e){case"passed":return"var(--bg-support-castor)";case"failed":return"var(--bg-support-capella)";case"broken":return"var(--bg-support-atlas)";case"unknown":default:return"var(--bg-support-skat)";case"skipped":return"var(--bg-support-rau)"}},ms=(function(){var e=ka,t=Ca,n=ra(0),r=null,i=Sa,o=Ma,a=Ta,s=null,l=xa(c);function c(){var c,u,d=+e.apply(this,arguments),f=+t.apply(this,arguments),h=i.apply(this,arguments)-ha,p=o.apply(this,arguments)-ha,g=ia(p-h),m=p>h;if(s||(s=c=l()),f<d&&(u=f,f=d,d=u),f>da)if(g>pa-da)s.moveTo(f*aa(h),f*ca(h)),s.arc(0,0,f,h,p,!m),d>da&&(s.moveTo(d*aa(p),d*ca(p)),s.arc(0,0,d,p,h,m));else{var v,b,y=h,_=p,w=h,x=p,k=g,C=g,S=a.apply(this,arguments)/2,M=S>da&&(r?+r.apply(this,arguments):ua(d*d+f*f)),T=la(ia(f-d)/2,+n.apply(this,arguments)),N=T,O=T;if(M>da){var E=ga(M/d*ca(S)),A=ga(M/f*ca(S));(k-=2*E)>da?(w+=E*=m?1:-1,x-=E):(k=0,w=x=(h+p)/2),(C-=2*A)>da?(y+=A*=m?1:-1,_-=A):(C=0,y=_=(h+p)/2)}var L=f*aa(y),D=f*ca(y),P=d*aa(x),j=d*ca(x);if(T>da){var R,z=f*aa(_),F=f*ca(_),I=d*aa(w),B=d*ca(w);if(g<fa)if(R=function(e,t,n,r,i,o,a,s){var l=n-e,c=r-t,u=a-i,d=s-o,f=d*l-u*c;if(!(f*f<da))return[e+(f=(u*(t-o)-d*(e-i))/f)*l,t+f*c]}(L,D,I,B,z,F,P,j)){var U=L-R[0],$=D-R[1],q=z-R[0],H=F-R[1],V=1/ca(function(e){return e>1?0:e<-1?fa:Math.acos(e)}((U*q+$*H)/(ua(U*U+$*$)*ua(q*q+H*H)))/2),W=ua(R[0]*R[0]+R[1]*R[1]);N=la(T,(d-W)/(V-1)),O=la(T,(f-W)/(V+1))}else N=O=0}C>da?O>da?(v=Na(I,B,L,D,f,O,m),b=Na(z,F,P,j,f,O,m),s.moveTo(v.cx+v.x01,v.cy+v.y01),O<T?s.arc(v.cx,v.cy,O,oa(v.y01,v.x01),oa(b.y01,b.x01),!m):(s.arc(v.cx,v.cy,O,oa(v.y01,v.x01),oa(v.y11,v.x11),!m),s.arc(0,0,f,oa(v.cy+v.y11,v.cx+v.x11),oa(b.cy+b.y11,b.cx+b.x11),!m),s.arc(b.cx,b.cy,O,oa(b.y11,b.x11),oa(b.y01,b.x01),!m))):(s.moveTo(L,D),s.arc(0,0,f,y,_,!m)):s.moveTo(L,D),d>da&&k>da?N>da?(v=Na(P,j,z,F,d,-N,m),b=Na(L,D,I,B,d,-N,m),s.lineTo(v.cx+v.x01,v.cy+v.y01),N<T?s.arc(v.cx,v.cy,N,oa(v.y01,v.x01),oa(b.y01,b.x01),!m):(s.arc(v.cx,v.cy,N,oa(v.y01,v.x01),oa(v.y11,v.x11),!m),s.arc(0,0,d,oa(v.cy+v.y11,v.cx+v.x11),oa(b.cy+b.y11,b.cx+b.x11),m),s.arc(b.cx,b.cy,N,oa(b.y11,b.x11),oa(b.y01,b.x01),!m))):s.arc(0,0,d,x,w,m):s.lineTo(P,j)}else s.moveTo(0,0);if(s.closePath(),c)return s=null,c+""||null}return c.centroid=function(){var n=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,r=(+i.apply(this,arguments)+ +o.apply(this,arguments))/2-fa/2;return[aa(r)*n,ca(r)*n]},c.innerRadius=function(t){return arguments.length?(e="function"==typeof t?t:ra(+t),c):e},c.outerRadius=function(e){return arguments.length?(t="function"==typeof e?e:ra(+e),c):t},c.cornerRadius=function(e){return arguments.length?(n="function"==typeof e?e:ra(+e),c):n},c.padRadius=function(e){return arguments.length?(r=null==e?null:"function"==typeof e?e:ra(+e),c):r},c.startAngle=function(e){return arguments.length?(i="function"==typeof e?e:ra(+e),c):i},c.endAngle=function(e){return arguments.length?(o="function"==typeof e?e:ra(+e),c):o},c.padAngle=function(e){return arguments.length?(a="function"==typeof e?e:ra(+e),c):a},c.context=function(e){return arguments.length?(s=null==e?null:e,c):s},c}().innerRadius(40).outerRadius(50).cornerRadius(2).padAngle(.03),function(){var e=Ra,t=ja,n=null,r=ra(0),i=ra(pa),o=ra(0);function a(a){var s,l,c,u,d,f=(a=Oa(a)).length,h=0,p=new Array(f),g=new Array(f),m=+r.apply(this,arguments),v=Math.min(pa,Math.max(-pa,i.apply(this,arguments)-m)),b=Math.min(Math.abs(v)/f,o.apply(this,arguments)),y=b*(v<0?-1:1);for(s=0;s<f;++s)(d=g[p[s]=s]=+e(a[s],s,a))>0&&(h+=d);for(null!=t?p.sort((function(e,n){return t(g[e],g[n])})):null!=n&&p.sort((function(e,t){return n(a[e],a[t])})),s=0,c=h?(v-f*y)/h:0;s<f;++s,m=u)l=p[s],u=m+((d=g[l])>0?d*c:0)+y,g[l]={data:a[l],index:s,value:d,startAngle:m,endAngle:u,padAngle:b};return g}return a.value=function(t){return arguments.length?(e="function"==typeof t?t:ra(+t),a):e},a.sortValues=function(e){return arguments.length?(t=e,n=null,a):t},a.sort=function(e){return arguments.length?(n=e,t=null,a):n},a.startAngle=function(e){return arguments.length?(r="function"==typeof e?e:ra(+e),a):r},a.endAngle=function(e){return arguments.length?(i="function"==typeof e?e:ra(+e),a):i},a.padAngle=function(e){return arguments.length?(o="function"==typeof e?e:ra(+e),a):o},a}().value((e=>e.count)).padAngle(.03).sortValues(((e,t)=>e-t)),({slices:e,percentage:t,className:n})=>lt("article",{"aria-label":"Success rate",role:"presentation",className:ut("styles_chart__IzuK6",n),children:[lt("svg",{"aria-hidden":!0,viewBox:"0 0 100 100",children:lt("g",{transform:"translate(50, 50)",children:e.map((e=>lt("path",{d:e.d,fill:gs(e.status)},e.status)))})}),void 0!==t&&lt(ur,{className:"styles_legend__hv86p",size:"s",tag:"b",children:[t,"%"]})]}));var vs,bs,ys,_s,ws,xs={exports:{}};var ks=fo((ws||(ws=1,xs.exports=function(){if(_s)return ys;_s=1;var e=bs?vs:(bs=1,vs="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");function t(){}function n(){}return n.resetWarningCache=t,ys=function(){function r(t,n,r,i,o,a){if(a!==e){var s=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 s.name="Invariant Violation",s}}function i(){return r}r.isRequired=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:t};return o.PropTypes=o,o}}()()),xs.exports)),Cs=Bs(),Ss=e=>Rs(e,Cs),Ms=Bs();Ss.write=e=>Rs(e,Ms);var Ts=Bs();Ss.onStart=e=>Rs(e,Ts);var Ns=Bs();Ss.onFrame=e=>Rs(e,Ns);var Os=Bs();Ss.onFinish=e=>Rs(e,Os);var Es=[];Ss.setTimeout=(e,t)=>{const n=Ss.now()+t,r=()=>{const e=Es.findIndex((e=>e.cancel==r));~e&&Es.splice(e,1),Ps-=~e?1:0},i={time:n,handler:e,cancel:r};return Es.splice(As(n),0,i),Ps+=1,zs(),i};var As=e=>~(~Es.findIndex((t=>t.time>e))||~Es.length);Ss.cancel=e=>{Ts.delete(e),Ns.delete(e),Os.delete(e),Cs.delete(e),Ms.delete(e)},Ss.sync=e=>{js=!0,Ss.batchedUpdates(e),js=!1},Ss.throttle=e=>{let t;function n(){try{e(...t)}finally{t=null}}function r(...e){t=e,Ss.onStart(n)}return r.handler=e,r.cancel=()=>{Ts.delete(n),t=null},r};var Ls="undefined"!=typeof window?window.requestAnimationFrame:()=>{};Ss.use=e=>Ls=e,Ss.now="undefined"!=typeof performance?()=>performance.now():Date.now,Ss.batchedUpdates=e=>e(),Ss.catch=console.error,Ss.frameLoop="always",Ss.advance=()=>{"demand"!==Ss.frameLoop?console.warn("Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"):Is()};var Ds=-1,Ps=0,js=!1;function Rs(e,t){js?(t.delete(e),e(0)):(t.add(e),zs())}function zs(){Ds<0&&(Ds=0,"demand"!==Ss.frameLoop&&Ls(Fs))}function Fs(){~Ds&&(Ls(Fs),Ss.batchedUpdates(Is))}function Is(){const e=Ds;Ds=Ss.now();const t=As(Ds);t&&(Us(Es.splice(0,t),(e=>e.handler())),Ps-=t),Ps?(Ts.flush(),Cs.flush(e?Math.min(64,Ds-e):16.667),Ns.flush(),Ms.flush(),Os.flush()):Ds=-1}function Bs(){let e=new Set,t=e;return{add(n){Ps+=t!=e||e.has(n)?0:1,e.add(n)},delete:n=>(Ps-=t==e&&e.has(n)?1:0,e.delete(n)),flush(n){t.size&&(e=new Set,Ps-=t.size,Us(t,(t=>t(n)&&e.add(t))),Ps+=e.size,t=e)}}}function Us(e,t){e.forEach((e=>{try{t(e)}catch(e){Ss.catch(e)}}))}var $s=Object.defineProperty,qs={};function Hs(){}((e,t)=>{for(var n in t)$s(e,n,{get:t[n],enumerable:!0})})(qs,{assign:()=>il,colors:()=>tl,createStringInterpolator:()=>Js,skipAnimation:()=>nl,to:()=>Ks,willAdvance:()=>rl});var Vs={arr:Array.isArray,obj:e=>!!e&&"Object"===e.constructor.name,fun:e=>"function"==typeof e,str:e=>"string"==typeof e,num:e=>"number"==typeof e,und:e=>void 0===e};function Ws(e,t){if(Vs.arr(e)){if(!Vs.arr(t)||e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}return e===t}var Ys=(e,t)=>e.forEach(t);function Gs(e,t,n){if(Vs.arr(e))for(let r=0;r<e.length;r++)t.call(n,e[r],`${r}`);else for(const r in e)e.hasOwnProperty(r)&&t.call(n,e[r],r)}var Zs=e=>Vs.und(e)?[]:Vs.arr(e)?e:[e];function Xs(e,t){if(e.size){const n=Array.from(e);e.clear(),Ys(n,t)}}var Js,Ks,Qs=(e,...t)=>Xs(e,(e=>e(...t))),el=()=>"undefined"==typeof window||!window.navigator||/ServerSideRendering|^Deno\//.test(window.navigator.userAgent),tl=null,nl=!1,rl=Hs,il=e=>{e.to&&(Ks=e.to),e.now&&(Ss.now=e.now),void 0!==e.colors&&(tl=e.colors),null!=e.skipAnimation&&(nl=e.skipAnimation),e.createStringInterpolator&&(Js=e.createStringInterpolator),e.requestAnimationFrame&&Ss.use(e.requestAnimationFrame),e.batchedUpdates&&(Ss.batchedUpdates=e.batchedUpdates),e.willAdvance&&(rl=e.willAdvance),e.frameLoop&&(Ss.frameLoop=e.frameLoop)},ol=new Set,al=[],sl=[],ll=0,cl={get idle(){return!ol.size&&!al.length},start(e){ll>e.priority?(ol.add(e),Ss.onStart(ul)):(dl(e),Ss(hl))},advance:hl,sort(e){if(ll)Ss.onFrame((()=>cl.sort(e)));else{const t=al.indexOf(e);~t&&(al.splice(t,1),fl(e))}},clear(){al=[],ol.clear()}};function ul(){ol.forEach(dl),ol.clear(),Ss(hl)}function dl(e){al.includes(e)||fl(e)}function fl(e){al.splice(function(e,t){const n=e.findIndex(t);return n<0?e.length:n}(al,(t=>t.priority>e.priority)),0,e)}function hl(e){const t=sl;for(let n=0;n<al.length;n++){const r=al[n];ll=r.priority,r.idle||(rl(r),r.advance(e),r.idle||t.push(r))}return ll=0,(sl=al).length=0,(al=t).length>0}var pl="[-+]?\\d*\\.?\\d+",gl=pl+"%";function ml(...e){return"\\(\\s*("+e.join(")\\s*,\\s*(")+")\\s*\\)"}var vl=new RegExp("rgb"+ml(pl,pl,pl)),bl=new RegExp("rgba"+ml(pl,pl,pl,pl)),yl=new RegExp("hsl"+ml(pl,gl,gl)),_l=new RegExp("hsla"+ml(pl,gl,gl,pl)),wl=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,xl=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,kl=/^#([0-9a-fA-F]{6})$/,Cl=/^#([0-9a-fA-F]{8})$/;function Sl(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function Ml(e,t,n){const r=n<.5?n*(1+t):n+t-n*t,i=2*n-r,o=Sl(i,r,e+1/3),a=Sl(i,r,e),s=Sl(i,r,e-1/3);return Math.round(255*o)<<24|Math.round(255*a)<<16|Math.round(255*s)<<8}function Tl(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function Nl(e){return(parseFloat(e)%360+360)%360/360}function Ol(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function El(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function Al(e){let t=function(e){let t;return"number"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=kl.exec(e))?parseInt(t[1]+"ff",16)>>>0:tl&&void 0!==tl[e]?tl[e]:(t=vl.exec(e))?(Tl(t[1])<<24|Tl(t[2])<<16|Tl(t[3])<<8|255)>>>0:(t=bl.exec(e))?(Tl(t[1])<<24|Tl(t[2])<<16|Tl(t[3])<<8|Ol(t[4]))>>>0:(t=wl.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=Cl.exec(e))?parseInt(t[1],16)>>>0:(t=xl.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=yl.exec(e))?(255|Ml(Nl(t[1]),El(t[2]),El(t[3])))>>>0:(t=_l.exec(e))?(Ml(Nl(t[1]),El(t[2]),El(t[3]))|Ol(t[4]))>>>0:null}(e);return null===t?e:(t=t||0,`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`)}var Ll=(e,t,n)=>{if(Vs.fun(e))return e;if(Vs.arr(e))return Ll({range:e,output:t,extrapolate:n});if(Vs.str(e.output[0]))return Js(e);const r=e,i=r.output,o=r.range||[0,1],a=r.extrapolateLeft||r.extrapolate||"extend",s=r.extrapolateRight||r.extrapolate||"extend",l=r.easing||(e=>e);return e=>{const t=function(e,t){for(var n=1;n<t.length-1&&!(t[n]>=e);++n);return n-1}(e,o);return function(e,t,n,r,i,o,a,s,l){let c=l?l(e):e;if(c<t){if("identity"===a)return c;"clamp"===a&&(c=t)}if(c>n){if("identity"===s)return c;"clamp"===s&&(c=n)}return r===i?r:t===n?e<=t?r:i:(t===-1/0?c=-c:n===1/0?c-=t:c=(c-t)/(n-t),c=o(c),r===-1/0?c=-c:i===1/0?c+=r:c=c*(i-r)+r,c)}(e,o[t],o[t+1],i[t],i[t+1],l,a,s,r.map)}},Dl=1.70158,Pl=1.525*Dl,jl=Dl+1,Rl=2*Math.PI/3,zl=2*Math.PI/4.5,Fl=e=>{const t=7.5625,n=2.75;return e<1/n?t*e*e:e<2/n?t*(e-=1.5/n)*e+.75:e<2.5/n?t*(e-=2.25/n)*e+.9375:t*(e-=2.625/n)*e+.984375},Il={linear:e=>e,easeInQuad:e=>e*e,easeOutQuad:e=>1-(1-e)*(1-e),easeInOutQuad:e=>e<.5?2*e*e:1-Math.pow(-2*e+2,2)/2,easeInCubic:e=>e*e*e,easeOutCubic:e=>1-Math.pow(1-e,3),easeInOutCubic:e=>e<.5?4*e*e*e:1-Math.pow(-2*e+2,3)/2,easeInQuart:e=>e*e*e*e,easeOutQuart:e=>1-Math.pow(1-e,4),easeInOutQuart:e=>e<.5?8*e*e*e*e:1-Math.pow(-2*e+2,4)/2,easeInQuint:e=>e*e*e*e*e,easeOutQuint:e=>1-Math.pow(1-e,5),easeInOutQuint:e=>e<.5?16*e*e*e*e*e:1-Math.pow(-2*e+2,5)/2,easeInSine:e=>1-Math.cos(e*Math.PI/2),easeOutSine:e=>Math.sin(e*Math.PI/2),easeInOutSine:e=>-(Math.cos(Math.PI*e)-1)/2,easeInExpo:e=>0===e?0:Math.pow(2,10*e-10),easeOutExpo:e=>1===e?1:1-Math.pow(2,-10*e),easeInOutExpo:e=>0===e?0:1===e?1:e<.5?Math.pow(2,20*e-10)/2:(2-Math.pow(2,-20*e+10))/2,easeInCirc:e=>1-Math.sqrt(1-Math.pow(e,2)),easeOutCirc:e=>Math.sqrt(1-Math.pow(e-1,2)),easeInOutCirc:e=>e<.5?(1-Math.sqrt(1-Math.pow(2*e,2)))/2:(Math.sqrt(1-Math.pow(-2*e+2,2))+1)/2,easeInBack:e=>jl*e*e*e-Dl*e*e,easeOutBack:e=>1+jl*Math.pow(e-1,3)+Dl*Math.pow(e-1,2),easeInOutBack:e=>e<.5?Math.pow(2*e,2)*(7.189819*e-Pl)/2:(Math.pow(2*e-2,2)*((Pl+1)*(2*e-2)+Pl)+2)/2,easeInElastic:e=>0===e?0:1===e?1:-Math.pow(2,10*e-10)*Math.sin((10*e-10.75)*Rl),easeOutElastic:e=>0===e?0:1===e?1:Math.pow(2,-10*e)*Math.sin((10*e-.75)*Rl)+1,easeInOutElastic:e=>0===e?0:1===e?1:e<.5?-Math.pow(2,20*e-10)*Math.sin((20*e-11.125)*zl)/2:Math.pow(2,-20*e+10)*Math.sin((20*e-11.125)*zl)/2+1,easeInBounce:e=>1-Fl(1-e),easeOutBounce:Fl,easeInOutBounce:e=>e<.5?(1-Fl(1-2*e))/2:(1+Fl(2*e-1))/2,steps:(e,t="end")=>n=>{const r=(n="end"===t?Math.min(n,.999):Math.max(n,.001))*e;return((e,t,n)=>Math.min(Math.max(n,0),1))(0,0,("end"===t?Math.floor(r):Math.ceil(r))/e)}},Bl=Symbol.for("FluidValue.get"),Ul=Symbol.for("FluidValue.observers"),$l=e=>Boolean(e&&e[Bl]),ql=e=>e&&e[Bl]?e[Bl]():e,Hl=e=>e[Ul]||null;function Vl(e,t){const n=e[Ul];n&&n.forEach((e=>{!function(e,t){e.eventObserved?e.eventObserved(t):e(t)}(e,t)}))}var Wl=class{constructor(e){if(!e&&!(e=this.get))throw Error("Unknown getter");Yl(this,e)}},Yl=(e,t)=>Jl(e,Bl,t);function Gl(e,t){if(e[Bl]){let n=e[Ul];n||Jl(e,Ul,n=new Set),n.has(t)||(n.add(t),e.observerAdded&&e.observerAdded(n.size,t))}return t}function Zl(e,t){const n=e[Ul];if(n&&n.has(t)){const r=n.size-1;r?n.delete(t):e[Ul]=null,e.observerRemoved&&e.observerRemoved(r,t)}}var Xl,Jl=(e,t,n)=>Object.defineProperty(e,t,{value:n,writable:!0,configurable:!0}),Kl=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,Ql=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,ec=new RegExp(`(${Kl.source})(%|[a-z]+)`,"i"),tc=/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,nc=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/,rc=e=>{const[t,n]=ic(e);if(!t||el())return e;const r=window.getComputedStyle(document.documentElement).getPropertyValue(t);return r?r.trim():n&&n.startsWith("--")?window.getComputedStyle(document.documentElement).getPropertyValue(n)||e:n&&nc.test(n)?rc(n):n||e},ic=e=>{const t=nc.exec(e);if(!t)return[,];const[,n,r]=t;return[n,r]},oc=(e,t,n,r,i)=>`rgba(${Math.round(t)}, ${Math.round(n)}, ${Math.round(r)}, ${i})`,ac=e=>{Xl||(Xl=tl?new RegExp(`(${Object.keys(tl).join("|")})(?!\\w)`,"g"):/^\b$/);const t=e.output.map((e=>ql(e).replace(nc,rc).replace(Ql,Al).replace(Xl,Al))),n=t.map((e=>e.match(Kl).map(Number))),r=n[0].map(((e,t)=>n.map((e=>{if(!(t in e))throw Error('The arity of each "output" value must be equal');return e[t]})))),i=r.map((t=>Ll({...e,output:t})));return e=>{const n=!ec.test(t[0])&&t.find((e=>ec.test(e)))?.replace(Kl,"");let r=0;return t[0].replace(Kl,(()=>`${i[r++](e)}${n||""}`)).replace(tc,oc)}},sc="react-spring: ",lc=e=>{const t=e;let n=!1;if("function"!=typeof t)throw new TypeError(`${sc}once requires a function parameter`);return(...e)=>{n||(t(...e),n=!0)}},cc=lc(console.warn),uc=lc(console.warn);function dc(e){return Vs.str(e)&&("#"==e[0]||/\d/.test(e)||!el()&&nc.test(e)||e in(tl||{}))}var fc=el()?ye:function(e,t){var n=me(re++,4);!ce.__s&&Oe(n.__H,t)&&(n.__=e,n.i=t,ie.__h.push(n))};function hc(){const e=ve()[1],t=(()=>{const e=_e(!1);return fc((()=>(e.current=!0,()=>{e.current=!1})),[]),e})();return()=>{t.current&&e(Math.random())}}var pc=e=>ye(e,gc),gc=[];function mc(e){const t=_e();return ye((()=>{t.current=e})),t.current}var vc=Symbol.for("Animated:node"),bc=e=>e&&e[vc],yc=(e,t)=>{return n=e,r=vc,i=t,Object.defineProperty(n,r,{value:i,writable:!0,configurable:!0});var n,r,i},_c=e=>e&&e[vc]&&e[vc].getPayload(),wc=class{constructor(){yc(this,this)}getPayload(){return this.payload||[]}},xc=class extends wc{constructor(e){super(),this._value=e,this.done=!0,this.durationProgress=0,Vs.num(this._value)&&(this.lastPosition=this._value)}static create(e){return new xc(e)}getPayload(){return[this]}getValue(){return this._value}setValue(e,t){return Vs.num(e)&&(this.lastPosition=e,t&&(e=Math.round(e/t)*t,this.done&&(this.lastPosition=e))),this._value!==e&&(this._value=e,!0)}reset(){const{done:e}=this;this.done=!1,Vs.num(this._value)&&(this.elapsedTime=0,this.durationProgress=0,this.lastPosition=this._value,e&&(this.lastVelocity=null),this.v0=null)}},kc=class extends xc{constructor(e){super(0),this._string=null,this._toString=Ll({output:[e,e]})}static create(e){return new kc(e)}getValue(){const e=this._string;return null==e?this._string=this._toString(this._value):e}setValue(e){if(Vs.str(e)){if(e==this._string)return!1;this._string=e,this._value=1}else{if(!super.setValue(e))return!1;this._string=null}return!0}reset(e){e&&(this._toString=Ll({output:[this.getValue(),e]})),this._value=0,super.reset()}},Cc={dependencies:null},Sc=class extends wc{constructor(e){super(),this.source=e,this.setValue(e)}getValue(e){const t={};return Gs(this.source,((n,r)=>{var i;(i=n)&&i[vc]===i?t[r]=n.getValue(e):$l(n)?t[r]=ql(n):e||(t[r]=n)})),t}setValue(e){this.source=e,this.payload=this._makePayload(e)}reset(){this.payload&&Ys(this.payload,(e=>e.reset()))}_makePayload(e){if(e){const t=new Set;return Gs(e,this._addToPayload,t),Array.from(t)}}_addToPayload(e){Cc.dependencies&&$l(e)&&Cc.dependencies.add(e);const t=_c(e);t&&Ys(t,(e=>this.add(e)))}},Mc=class extends Sc{constructor(e){super(e)}static create(e){return new Mc(e)}getValue(){return this.source.map((e=>e.getValue()))}setValue(e){const t=this.getPayload();return e.length==t.length?t.map(((t,n)=>t.setValue(e[n]))).some(Boolean):(super.setValue(e.map(Tc)),!0)}};function Tc(e){return(dc(e)?kc:xc).create(e)}function Nc(e){const t=bc(e);return t?t.constructor:Vs.arr(e)?Mc:dc(e)?kc:xc}var Oc=(e,t)=>{const n=!Vs.fun(e)||e.prototype&&e.prototype.isReactComponent;return ze(((r,i)=>{const o=_e(null),a=n&&xe((e=>{o.current=function(e,t){return e&&(Vs.fun(e)?e(t):e.current=t),t}(i,e)}),[i]),[s,l]=function(e,t){const n=new Set;return Cc.dependencies=n,e.style&&(e={...e,style:t.createAnimatedStyle(e.style)}),e=new Sc(e),Cc.dependencies=null,[e,n]}(r,t),c=hc(),u=()=>{const e=o.current;n&&!e||!1===(!!e&&t.applyAnimatedValues(e,s.getValue(!0)))&&c()},d=new Ec(u,l),f=_e();fc((()=>(f.current=d,Ys(l,(e=>Gl(e,d))),()=>{f.current&&(Ys(f.current.deps,(e=>Zl(e,f.current))),Ss.cancel(f.current.update))}))),ye(u,[]),pc((()=>()=>{const e=f.current;Ys(e.deps,(t=>Zl(t,e)))}));const h=t.getComponentProps(s.getValue());return D(e,{...h,ref:a})}))},Ec=class{constructor(e,t){this.update=e,this.deps=t}eventObserved(e){"change"==e.type&&Ss.write(this.update)}},Ac=Symbol.for("AnimatedComponent"),Lc=e=>Vs.str(e)?e:e&&Vs.str(e.displayName)?e.displayName:Vs.fun(e)&&e.name||null;function Dc(e,...t){return Vs.fun(e)?e(...t):e}var Pc=(e,t)=>!0===e||!!(t&&e&&(Vs.fun(e)?e(t):Zs(e).includes(t))),jc=(e,t)=>Vs.obj(e)?t&&e[t]:e,Rc=(e,t)=>!0===e.default?e[t]:e.default?e.default[t]:void 0,zc=e=>e,Fc=(e,t=zc)=>{let n=Ic;e.default&&!0!==e.default&&(e=e.default,n=Object.keys(e));const r={};for(const i of n){const n=t(e[i],i);Vs.und(n)||(r[i]=n)}return r},Ic=["config","onProps","onStart","onChange","onPause","onResume","onRest"],Bc={config:1,from:1,to:1,ref:1,loop:1,reset:1,pause:1,cancel:1,reverse:1,immediate:1,default:1,delay:1,onProps:1,onStart:1,onChange:1,onPause:1,onResume:1,onRest:1,onResolve:1,items:1,trail:1,sort:1,expires:1,initial:1,enter:1,update:1,leave:1,children:1,onDestroyed:1,keys:1,callId:1,parentId:1};function Uc(e){const t=function(e){const t={};let n=0;if(Gs(e,((e,r)=>{Bc[r]||(t[r]=e,n++)})),n)return t}(e);if(t){const n={to:t};return Gs(e,((e,r)=>r in t||(n[r]=e))),n}return{...e}}function $c(e){return e=ql(e),Vs.arr(e)?e.map($c):dc(e)?qs.createStringInterpolator({range:[0,1],output:[e,e]})(1):e}function qc(e){for(const t in e)return!0;return!1}function Hc(e){return Vs.fun(e)||Vs.arr(e)&&Vs.obj(e[0])}function Vc(e,t){e.ref?.delete(e),t?.delete(e)}function Wc(e,t){t&&e.ref!==t&&(e.ref?.delete(e),t.add(e),e.ref=t)}var Yc={default:{tension:170,friction:26},gentle:{tension:120,friction:14},wobbly:{tension:180,friction:12},stiff:{tension:210,friction:20},slow:{tension:280,friction:60},molasses:{tension:280,friction:120}},Gc={...Yc.default,mass:1,damping:1,easing:Il.linear,clamp:!1},Zc=class{constructor(){this.velocity=0,Object.assign(this,Gc)}};function Xc(e,t){if(Vs.und(t.decay)){const n=!Vs.und(t.tension)||!Vs.und(t.friction);!n&&Vs.und(t.frequency)&&Vs.und(t.damping)&&Vs.und(t.mass)||(e.duration=void 0,e.decay=void 0),n&&(e.frequency=void 0)}else e.duration=void 0}var Jc=[],Kc=class{constructor(){this.changed=!1,this.values=Jc,this.toValues=null,this.fromValues=Jc,this.config=new Zc,this.immediate=!1}};function Qc(e,{key:t,props:n,defaultProps:r,state:i,actions:o}){return new Promise(((a,s)=>{let l,c,u=Pc(n.cancel??r?.cancel,t);if(u)h();else{Vs.und(n.pause)||(i.paused=Pc(n.pause,t));let e=r?.pause;!0!==e&&(e=i.paused||Pc(e,t)),l=Dc(n.delay||0,t),e?(i.resumeQueue.add(f),o.pause()):(o.resume(),f())}function d(){i.resumeQueue.add(f),i.timeouts.delete(c),c.cancel(),l=c.time-Ss.now()}function f(){l>0&&!qs.skipAnimation?(i.delayed=!0,c=Ss.setTimeout(h,l),i.pauseQueue.add(d),i.timeouts.add(c)):h()}function h(){i.delayed&&(i.delayed=!1),i.pauseQueue.delete(d),i.timeouts.delete(c),e<=(i.cancelId||0)&&(u=!0);try{o.start({...n,callId:e,cancel:u},a)}catch(e){s(e)}}}))}var eu=(e,t)=>1==t.length?t[0]:t.some((e=>e.cancelled))?ru(e.get()):t.every((e=>e.noop))?tu(e.get()):nu(e.get(),t.every((e=>e.finished))),tu=e=>({value:e,noop:!0,finished:!0,cancelled:!1}),nu=(e,t,n=!1)=>({value:e,finished:t,cancelled:n}),ru=e=>({value:e,cancelled:!0,finished:!1});function iu(e,t,n,r){const{callId:i,parentId:o,onRest:a}=t,{asyncTo:s,promise:l}=n;return o||e!==s||t.reset?n.promise=(async()=>{n.asyncId=i,n.asyncTo=e;const c=Fc(t,((e,t)=>"onRest"===t?void 0:e));let u,d;const f=new Promise(((e,t)=>(u=e,d=t))),h=e=>{const t=i<=(n.cancelId||0)&&ru(r)||i!==n.asyncId&&nu(r,!1);if(t)throw e.result=t,d(e),e},p=(e,t)=>{const o=new au,a=new su;return(async()=>{if(qs.skipAnimation)throw ou(n),a.result=nu(r,!1),d(a),a;h(o);const s=Vs.obj(e)?{...e}:{...t,to:e};s.parentId=i,Gs(c,((e,t)=>{Vs.und(s[t])&&(s[t]=e)}));const l=await r.start(s);return h(o),n.paused&&await new Promise((e=>{n.resumeQueue.add(e)})),l})()};let g;if(qs.skipAnimation)return ou(n),nu(r,!1);try{let t;t=Vs.arr(e)?(async e=>{for(const t of e)await p(t)})(e):Promise.resolve(e(p,r.stop.bind(r))),await Promise.all([t.then(u),f]),g=nu(r.get(),!0,!1)}catch(e){if(e instanceof au)g=e.result;else{if(!(e instanceof su))throw e;g=e.result}}finally{i==n.asyncId&&(n.asyncId=o,n.asyncTo=o?s:void 0,n.promise=o?l:void 0)}return Vs.fun(a)&&Ss.batchedUpdates((()=>{a(g,r,r.item)})),g})():l}function ou(e,t){Xs(e.timeouts,(e=>e.cancel())),e.pauseQueue.clear(),e.resumeQueue.clear(),e.asyncId=e.asyncTo=e.promise=void 0,t&&(e.cancelId=t)}var au=class extends Error{constructor(){super("An async animation has been interrupted. You see this error because you forgot to use `await` or `.catch(...)` on its returned promise.")}},su=class extends Error{constructor(){super("SkipAnimationSignal")}},lu=e=>e instanceof uu,cu=1,uu=class extends Wl{constructor(){super(...arguments),this.id=cu++,this._priority=0}get priority(){return this._priority}set priority(e){this._priority!=e&&(this._priority=e,this._onPriorityChange(e))}get(){const e=bc(this);return e&&e.getValue()}to(...e){return qs.to(this,e)}interpolate(...e){return cc(`${sc}The "interpolate" function is deprecated in v9 (use "to" instead)`),qs.to(this,e)}toJSON(){return this.get()}observerAdded(e){1==e&&this._attach()}observerRemoved(e){0==e&&this._detach()}_attach(){}_detach(){}_onChange(e,t=!1){Vl(this,{type:"change",parent:this,value:e,idle:t})}_onPriorityChange(e){this.idle||cl.sort(this),Vl(this,{type:"priority",parent:this,priority:e})}},du=Symbol.for("SpringPhase"),fu=e=>(1&e[du])>0,hu=e=>(2&e[du])>0,pu=e=>(4&e[du])>0,gu=(e,t)=>t?e[du]|=3:e[du]&=-3,mu=(e,t)=>t?e[du]|=4:e[du]&=-5,vu=class extends uu{constructor(e,t){if(super(),this.animation=new Kc,this.defaultProps={},this._state={paused:!1,delayed:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._pendingCalls=new Set,this._lastCallId=0,this._lastToId=0,this._memoizedDuration=0,!Vs.und(e)||!Vs.und(t)){const n=Vs.obj(e)?{...e}:{...t,from:e};Vs.und(n.default)&&(n.default=!0),this.start(n)}}get idle(){return!(hu(this)||this._state.asyncTo)||pu(this)}get goal(){return ql(this.animation.to)}get velocity(){const e=bc(this);return e instanceof xc?e.lastVelocity||0:e.getPayload().map((e=>e.lastVelocity||0))}get hasAnimated(){return fu(this)}get isAnimating(){return hu(this)}get isPaused(){return pu(this)}get isDelayed(){return this._state.delayed}advance(e){let t=!0,n=!1;const r=this.animation;let{toValues:i}=r;const{config:o}=r,a=_c(r.to);!a&&$l(r.to)&&(i=Zs(ql(r.to))),r.values.forEach(((s,l)=>{if(s.done)return;const c=s.constructor==kc?1:a?a[l].lastPosition:i[l];let u=r.immediate,d=c;if(!u){if(d=s.lastPosition,o.tension<=0)return void(s.done=!0);let t=s.elapsedTime+=e;const n=r.fromValues[l],i=null!=s.v0?s.v0:s.v0=Vs.arr(o.velocity)?o.velocity[l]:o.velocity;let a;const f=o.precision||(n==c?.005:Math.min(1,.001*Math.abs(c-n)));if(Vs.und(o.duration))if(o.decay){const e=!0===o.decay?.998:o.decay,r=Math.exp(-(1-e)*t);d=n+i/(1-e)*(1-r),u=Math.abs(s.lastPosition-d)<=f,a=i*r}else{a=null==s.lastVelocity?i:s.lastVelocity;const t=o.restVelocity||f/10,r=o.clamp?0:o.bounce,l=!Vs.und(r),h=n==c?s.v0>0:n<c;let p,g=!1;const m=1,v=Math.ceil(e/m);for(let e=0;e<v&&(p=Math.abs(a)>t,p||(u=Math.abs(c-d)<=f,!u));++e)l&&(g=d==c||d>c==h,g&&(a=-a*r,d=c)),a+=(1e-6*-o.tension*(d-c)+.001*-o.friction*a)/o.mass*m,d+=a*m}else{let r=1;o.duration>0&&(this._memoizedDuration!==o.duration&&(this._memoizedDuration=o.duration,s.durationProgress>0&&(s.elapsedTime=o.duration*s.durationProgress,t=s.elapsedTime+=e)),r=(o.progress||0)+t/this._memoizedDuration,r=r>1?1:r<0?0:r,s.durationProgress=r),d=n+o.easing(r)*(c-n),a=(d-s.lastPosition)/e,u=1==r}s.lastVelocity=a,Number.isNaN(d)&&(console.warn("Got NaN while animating:",this),u=!0)}a&&!a[l].done&&(u=!1),u?s.done=!0:t=!1,s.setValue(d,o.round)&&(n=!0)}));const s=bc(this),l=s.getValue();if(t){const e=ql(r.to);l===e&&!n||o.decay?n&&o.decay&&this._onChange(l):(s.setValue(e),this._onChange(e)),this._stop()}else n&&this._onChange(l)}set(e){return Ss.batchedUpdates((()=>{this._stop(),this._focus(e),this._set(e)})),this}pause(){this._update({pause:!0})}resume(){this._update({pause:!1})}finish(){if(hu(this)){const{to:e,config:t}=this.animation;Ss.batchedUpdates((()=>{this._onStart(),t.decay||this._set(e,!1),this._stop()}))}return this}update(e){return(this.queue||(this.queue=[])).push(e),this}start(e,t){let n;return Vs.und(e)?(n=this.queue||[],this.queue=[]):n=[Vs.obj(e)?e:{...t,to:e}],Promise.all(n.map((e=>this._update(e)))).then((e=>eu(this,e)))}stop(e){const{to:t}=this.animation;return this._focus(this.get()),ou(this._state,e&&this._lastCallId),Ss.batchedUpdates((()=>this._stop(t,e))),this}reset(){this._update({reset:!0})}eventObserved(e){"change"==e.type?this._start():"priority"==e.type&&(this.priority=e.priority+1)}_prepareNode(e){const t=this.key||"";let{to:n,from:r}=e;n=Vs.obj(n)?n[t]:n,(null==n||Hc(n))&&(n=void 0),r=Vs.obj(r)?r[t]:r,null==r&&(r=void 0);const i={to:n,from:r};return fu(this)||(e.reverse&&([n,r]=[r,n]),r=ql(r),Vs.und(r)?bc(this)||this._set(n):this._set(r)),i}_update({...e},t){const{key:n,defaultProps:r}=this;e.default&&Object.assign(r,Fc(e,((e,t)=>/^on/.test(t)?jc(e,n):e))),Cu(this,e,"onProps"),Su(this,"onProps",e,this);const i=this._prepareNode(e);if(Object.isFrozen(this))throw Error("Cannot animate a `SpringValue` object that is frozen. Did you forget to pass your component to `animated(...)` before animating its props?");const o=this._state;return Qc(++this._lastCallId,{key:n,props:e,defaultProps:r,state:o,actions:{pause:()=>{pu(this)||(mu(this,!0),Qs(o.pauseQueue),Su(this,"onPause",nu(this,bu(this,this.animation.to)),this))},resume:()=>{pu(this)&&(mu(this,!1),hu(this)&&this._resume(),Qs(o.resumeQueue),Su(this,"onResume",nu(this,bu(this,this.animation.to)),this))},start:this._merge.bind(this,i)}}).then((n=>{if(e.loop&&n.finished&&(!t||!n.noop)){const t=yu(e);if(t)return this._update(t,!0)}return n}))}_merge(e,t,n){if(t.cancel)return this.stop(!0),n(ru(this));const r=!Vs.und(e.to),i=!Vs.und(e.from);if(r||i){if(!(t.callId>this._lastToId))return n(ru(this));this._lastToId=t.callId}const{key:o,defaultProps:a,animation:s}=this,{to:l,from:c}=s;let{to:u=l,from:d=c}=e;!i||r||t.default&&!Vs.und(u)||(u=d),t.reverse&&([u,d]=[d,u]);const f=!Ws(d,c);f&&(s.from=d),d=ql(d);const h=!Ws(u,l);h&&this._focus(u);const p=Hc(t.to),{config:g}=s,{decay:m,velocity:v}=g;(r||i)&&(g.velocity=0),t.config&&!p&&function(e,t,n){n&&(Xc(n={...n},t),t={...n,...t}),Xc(e,t),Object.assign(e,t);for(const t in Gc)null==e[t]&&(e[t]=Gc[t]);let{frequency:r,damping:i}=e;const{mass:o}=e;Vs.und(r)||(r<.01&&(r=.01),i<0&&(i=0),e.tension=Math.pow(2*Math.PI/r,2)*o,e.friction=4*Math.PI*i*o/r)}(g,Dc(t.config,o),t.config!==a.config?Dc(a.config,o):void 0);let b=bc(this);if(!b||Vs.und(u))return n(nu(this,!0));const y=Vs.und(t.reset)?i&&!t.default:!Vs.und(d)&&Pc(t.reset,o),_=y?d:this.get(),w=$c(u),x=Vs.num(w)||Vs.arr(w)||dc(w),k=!p&&(!x||Pc(a.immediate||t.immediate,o));if(h){const e=Nc(u);if(e!==b.constructor){if(!k)throw Error(`Cannot animate between ${b.constructor.name} and ${e.name}, as the "to" prop suggests`);b=this._set(w)}}const C=b.constructor;let S=$l(u),M=!1;if(!S){const e=y||!fu(this)&&f;(h||e)&&(M=Ws($c(_),w),S=!M),(Ws(s.immediate,k)||k)&&Ws(g.decay,m)&&Ws(g.velocity,v)||(S=!0)}if(M&&hu(this)&&(s.changed&&!y?S=!0:S||this._stop(l)),!p&&((S||$l(l))&&(s.values=b.getPayload(),s.toValues=$l(u)?null:C==kc?[1]:Zs(w)),s.immediate!=k&&(s.immediate=k,k||y||this._set(l)),S)){const{onRest:e}=s;Ys(ku,(e=>Cu(this,t,e)));const r=nu(this,bu(this,l));Qs(this._pendingCalls,r),this._pendingCalls.add(n),s.changed&&Ss.batchedUpdates((()=>{s.changed=!y,e?.(r,this),y?Dc(a.onRest,r):s.onStart?.(r,this)}))}y&&this._set(_),p?n(iu(t.to,t,this._state,this)):S?this._start():hu(this)&&!h?this._pendingCalls.add(n):n(tu(_))}_focus(e){const t=this.animation;e!==t.to&&(Hl(this)&&this._detach(),t.to=e,Hl(this)&&this._attach())}_attach(){let e=0;const{to:t}=this.animation;$l(t)&&(Gl(t,this),lu(t)&&(e=t.priority+1)),this.priority=e}_detach(){const{to:e}=this.animation;$l(e)&&Zl(e,this)}_set(e,t=!0){const n=ql(e);if(!Vs.und(n)){const e=bc(this);if(!e||!Ws(n,e.getValue())){const r=Nc(n);e&&e.constructor==r?e.setValue(n):yc(this,r.create(n)),e&&Ss.batchedUpdates((()=>{this._onChange(n,t)}))}}return bc(this)}_onStart(){const e=this.animation;e.changed||(e.changed=!0,Su(this,"onStart",nu(this,bu(this,e.to)),this))}_onChange(e,t){t||(this._onStart(),Dc(this.animation.onChange,e,this)),Dc(this.defaultProps.onChange,e,this),super._onChange(e,t)}_start(){const e=this.animation;bc(this).reset(ql(e.to)),e.immediate||(e.fromValues=e.values.map((e=>e.lastPosition))),hu(this)||(gu(this,!0),pu(this)||this._resume())}_resume(){qs.skipAnimation?this.finish():cl.start(this)}_stop(e,t){if(hu(this)){gu(this,!1);const n=this.animation;Ys(n.values,(e=>{e.done=!0})),n.toValues&&(n.onChange=n.onPause=n.onResume=void 0),Vl(this,{type:"idle",parent:this});const r=t?ru(this.get()):nu(this.get(),bu(this,e??n.to));Qs(this._pendingCalls,r),n.changed&&(n.changed=!1,Su(this,"onRest",r,this))}}};function bu(e,t){const n=$c(t);return Ws($c(e.get()),n)}function yu(e,t=e.loop,n=e.to){const r=Dc(t);if(r){const i=!0!==r&&Uc(r),o=(i||e).reverse,a=!i||i.reset;return _u({...e,loop:t,default:!1,pause:void 0,to:!o||Hc(n)?n:void 0,from:a?e.from:void 0,reset:a,...i})}}function _u(e){const{to:t,from:n}=e=Uc(e),r=new Set;return Vs.obj(t)&&xu(t,r),Vs.obj(n)&&xu(n,r),e.keys=r.size?Array.from(r):null,e}function wu(e){const t=_u(e);return Vs.und(t.default)&&(t.default=Fc(t)),t}function xu(e,t){Gs(e,((e,n)=>null!=e&&t.add(n)))}var ku=["onStart","onRest","onChange","onPause","onResume"];function Cu(e,t,n){e.animation[n]=t[n]!==Rc(t,n)?jc(t[n],e.key):void 0}function Su(e,t,...n){e.animation[t]?.(...n),e.defaultProps[t]?.(...n)}var Mu=["onStart","onChange","onRest"],Tu=1,Nu=class{constructor(e,t){this.id=Tu++,this.springs={},this.queue=[],this._lastAsyncId=0,this._active=new Set,this._changed=new Set,this._started=!1,this._state={paused:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._events={onStart:new Map,onChange:new Map,onRest:new Map},this._onFrame=this._onFrame.bind(this),t&&(this._flush=t),e&&this.start({default:!0,...e})}get idle(){return!this._state.asyncTo&&Object.values(this.springs).every((e=>e.idle&&!e.isDelayed&&!e.isPaused))}get item(){return this._item}set item(e){this._item=e}get(){const e={};return this.each(((t,n)=>e[n]=t.get())),e}set(e){for(const t in e){const n=e[t];Vs.und(n)||this.springs[t].set(n)}}update(e){return e&&this.queue.push(_u(e)),this}start(e){let{queue:t}=this;return e?t=Zs(e).map(_u):this.queue=[],this._flush?this._flush(this,t):(ju(this,t),Ou(this,t))}stop(e,t){if(e!==!!e&&(t=e),t){const n=this.springs;Ys(Zs(t),(t=>n[t].stop(!!e)))}else ou(this._state,this._lastAsyncId),this.each((t=>t.stop(!!e)));return this}pause(e){if(Vs.und(e))this.start({pause:!0});else{const t=this.springs;Ys(Zs(e),(e=>t[e].pause()))}return this}resume(e){if(Vs.und(e))this.start({pause:!1});else{const t=this.springs;Ys(Zs(e),(e=>t[e].resume()))}return this}each(e){Gs(this.springs,e)}_onFrame(){const{onStart:e,onChange:t,onRest:n}=this._events,r=this._active.size>0,i=this._changed.size>0;(r&&!this._started||i&&!this._started)&&(this._started=!0,Xs(e,(([e,t])=>{t.value=this.get(),e(t,this,this._item)})));const o=!r&&this._started,a=i||o&&n.size?this.get():null;i&&t.size&&Xs(t,(([e,t])=>{t.value=a,e(t,this,this._item)})),o&&(this._started=!1,Xs(n,(([e,t])=>{t.value=a,e(t,this,this._item)})))}eventObserved(e){if("change"==e.type)this._changed.add(e.parent),e.idle||this._active.add(e.parent);else{if("idle"!=e.type)return;this._active.delete(e.parent)}Ss.onFrame(this._onFrame)}};function Ou(e,t){return Promise.all(t.map((t=>Eu(e,t)))).then((t=>eu(e,t)))}async function Eu(e,t,n){const{keys:r,to:i,from:o,loop:a,onRest:s,onResolve:l}=t,c=Vs.obj(t.default)&&t.default;a&&(t.loop=!1),!1===i&&(t.to=null),!1===o&&(t.from=null);const u=Vs.arr(i)||Vs.fun(i)?i:void 0;u?(t.to=void 0,t.onRest=void 0,c&&(c.onRest=void 0)):Ys(Mu,(n=>{const r=t[n];if(Vs.fun(r)){const i=e._events[n];t[n]=({finished:e,cancelled:t})=>{const n=i.get(r);n?(e||(n.finished=!1),t&&(n.cancelled=!0)):i.set(r,{value:null,finished:e||!1,cancelled:t||!1})},c&&(c[n]=t[n])}}));const d=e._state;t.pause===!d.paused?(d.paused=t.pause,Qs(t.pause?d.pauseQueue:d.resumeQueue)):d.paused&&(t.pause=!0);const f=(r||Object.keys(e.springs)).map((n=>e.springs[n].start(t))),h=!0===t.cancel||!0===Rc(t,"cancel");(u||h&&d.asyncId)&&f.push(Qc(++e._lastAsyncId,{props:t,state:d,actions:{pause:Hs,resume:Hs,start(t,n){h?(ou(d,e._lastAsyncId),n(ru(e))):(t.onRest=s,n(iu(u,t,d,e)))}}})),d.paused&&await new Promise((e=>{d.resumeQueue.add(e)}));const p=eu(e,await Promise.all(f));if(a&&p.finished&&(!n||!p.noop)){const n=yu(t,a,i);if(n)return ju(e,[n]),Eu(e,n,!0)}return l&&Ss.batchedUpdates((()=>l(p,e,e.item))),p}function Au(e,t){const n={...e.springs};return t&&Ys(Zs(t),(e=>{Vs.und(e.keys)&&(e=_u(e)),Vs.obj(e.to)||(e={...e,to:void 0}),Pu(n,e,(e=>Du(e)))})),Lu(e,n),n}function Lu(e,t){Gs(t,((t,n)=>{e.springs[n]||(e.springs[n]=t,Gl(t,e))}))}function Du(e,t){const n=new vu;return n.key=e,t&&Gl(n,t),n}function Pu(e,t,n){t.keys&&Ys(t.keys,(r=>{(e[r]||(e[r]=n(r)))._prepareNode(t)}))}function ju(e,t){Ys(t,(t=>{Pu(e.springs,t,(t=>Du(t,e)))}))}var Ru=({children:e,...t})=>{const n=ke(zu),r=t.pause||!!n.pause,i=t.immediate||!!n.immediate;t=function(e,t){const[n]=ve((()=>({inputs:t,result:e()}))),r=_e(),i=r.current;let o=i;if(o){const n=Boolean(o.inputs&&function(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}(t,o.inputs));n||(o={inputs:t,result:e()})}else o=n;return ye((()=>{r.current=o,i==n&&(n.inputs=n.result=void 0)}),[o]),o.result}((()=>({pause:r,immediate:i})),[r,i]);const{Provider:o}=zu;return D(o,{value:t},e)},zu=function(e,t){return Object.assign(e,ne({})),e.Provider._context=e,e.Consumer._context=e,e}(Ru);Ru.Provider=zu.Provider,Ru.Consumer=zu.Consumer;var Fu=()=>{const e=[],t=function(t){uc(`${sc}Directly calling start instead of using the api object is deprecated in v9 (use ".start" instead), this will be removed in later 0.X.0 versions`);const r=[];return Ys(e,((e,i)=>{if(Vs.und(t))r.push(e.start());else{const o=n(t,e,i);o&&r.push(e.start(o))}})),r};t.current=e,t.add=function(t){e.includes(t)||e.push(t)},t.delete=function(t){const n=e.indexOf(t);~n&&e.splice(n,1)},t.pause=function(){return Ys(e,(e=>e.pause(...arguments))),this},t.resume=function(){return Ys(e,(e=>e.resume(...arguments))),this},t.set=function(t){Ys(e,((e,n)=>{const r=Vs.fun(t)?t(n,e):t;r&&e.set(r)}))},t.start=function(t){const n=[];return Ys(e,((e,r)=>{if(Vs.und(t))n.push(e.start());else{const i=this._getProps(t,e,r);i&&n.push(e.start(i))}})),n},t.stop=function(){return Ys(e,(e=>e.stop(...arguments))),this},t.update=function(t){return Ys(e,((e,n)=>e.update(this._getProps(t,e,n)))),this};const n=function(e,t,n){return Vs.fun(e)?e(n,t):e};return t._getProps=n,t};function Iu(e,t){const n=Vs.fun(e),[[r],i]=function(e,t,n){const r=Vs.fun(t)&&t;r&&!n&&(n=[]);const i=we((()=>r||3==arguments.length?Fu():void 0),[]),o=_e(0),a=hc(),s=we((()=>({ctrls:[],queue:[],flush(e,t){const n=Au(e,t);return o.current>0&&!s.queue.length&&!Object.keys(n).some((t=>!e.springs[t]))?Ou(e,t):new Promise((r=>{Lu(e,n),s.queue.push((()=>{r(Ou(e,t))})),a()}))}})),[]),l=_e([...s.ctrls]),c=[],u=mc(e)||0;function d(e,n){for(let i=e;i<n;i++){const e=l.current[i]||(l.current[i]=new Nu(null,s.flush)),n=r?r(i,e):t[i];n&&(c[i]=wu(n))}}we((()=>{Ys(l.current.slice(e,u),(e=>{Vc(e,i),e.stop(!0)})),l.current.length=e,d(u,e)}),[e]),we((()=>{d(0,Math.min(u,e))}),n);const f=l.current.map(((e,t)=>Au(e,c[t]))),h=ke(Ru),p=mc(h),g=h!==p&&qc(h);fc((()=>{o.current++,s.ctrls=l.current;const{queue:e}=s;e.length&&(s.queue=[],Ys(e,(e=>e()))),Ys(l.current,((e,t)=>{i?.add(e),g&&e.start({default:h});const n=c[t];n&&(Wc(e,n.ref),e.ref?e.queue.push(n):e.start(n))}))})),pc((()=>()=>{Ys(s.ctrls,(e=>e.stop(!0)))}));const m=f.map((e=>({...e})));return i?[m,i]:m}(1,n?e:[e],n?[]:t);return n||2==arguments.length?[r,i]:r}function Bu(e,t,n){const r=Vs.fun(t)&&t,{reset:i,sort:o,trail:a=0,expires:s=!0,exitBeforeEnter:l=!1,onDestroyed:c,ref:u,config:d}=r?r():t,f=we((()=>r||3==arguments.length?Fu():void 0),[]),h=Zs(e),p=[],g=_e(null),m=i?null:g.current;fc((()=>{g.current=p})),pc((()=>(Ys(p,(e=>{f?.add(e.ctrl),e.ctrl.ref=f})),()=>{Ys(g.current,(e=>{e.expired&&clearTimeout(e.expirationId),Vc(e.ctrl,f),e.ctrl.stop(!0)}))})));const v=function(e,{key:t,keys:n=t},r){if(null===n){const t=new Set;return e.map((e=>{const n=r&&r.find((n=>n.item===e&&"leave"!==n.phase&&!t.has(n)));return n?(t.add(n),n.key):Uu++}))}return Vs.und(n)?e:Vs.fun(n)?e.map(n):Zs(n)}(h,r?r():t,m),b=i&&g.current||[];fc((()=>Ys(b,(({ctrl:e,item:t,key:n})=>{Vc(e,f),Dc(c,t,n)}))));const y=[];if(m&&Ys(m,((e,t)=>{e.expired?(clearTimeout(e.expirationId),b.push(e)):~(t=y[t]=v.indexOf(e.key))&&(p[t]=e)})),Ys(h,((e,t)=>{p[t]||(p[t]={key:v[t],item:e,phase:"mount",ctrl:new Nu},p[t].ctrl.item=e)})),y.length){let e=-1;const{leave:n}=r?r():t;Ys(y,((t,r)=>{const i=m[r];~t?(e=p.indexOf(i),p[e]={...i,item:h[t]}):n&&p.splice(++e,0,i)}))}Vs.fun(o)&&p.sort(((e,t)=>o(e.item,t.item)));let _=-a;const w=hc(),x=Fc(t),k=new Map,C=_e(new Map),S=_e(!1);Ys(p,((e,n)=>{const i=e.key,o=e.phase,c=r?r():t;let f,h;const p=Dc(c.delay||0,i);if("mount"==o)f=c.enter,h="enter";else{const e=v.indexOf(i)<0;if("leave"!=o)if(e)f=c.leave,h="leave";else{if(!(f=c.update))return;h="update"}else{if(e)return;f=c.enter,h="enter"}}if(f=Dc(f,e.item,n),f=Vs.obj(f)?Uc(f):{to:f},!f.config){const t=d||x.config;f.config=Dc(t,e.item,n,h)}_+=a;const b={...x,delay:p+_,ref:u,immediate:c.immediate,reset:!1,...f};if("enter"==h&&Vs.und(b.from)){const i=r?r():t,o=Vs.und(i.initial)||m?i.from:i.initial;b.from=Dc(o,e.item,n)}const{onResolve:y}=b;b.onResolve=e=>{Dc(y,e);const t=g.current,n=t.find((e=>e.key===i));if(n&&(!e.cancelled||"update"==n.phase)&&n.ctrl.idle){const e=t.every((e=>e.ctrl.idle));if("leave"==n.phase){const t=Dc(s,n.item);if(!1!==t){const r=!0===t?0:t;if(n.expired=!0,!e&&r>0)return void(r<=2147483647&&(n.expirationId=setTimeout(w,r)))}}e&&t.some((e=>e.expired))&&(C.current.delete(n),l&&(S.current=!0),w())}};const M=Au(e.ctrl,b);"leave"===h&&l?C.current.set(e,{phase:h,springs:M,payload:b}):k.set(e,{phase:h,springs:M,payload:b})}));const M=ke(Ru),T=mc(M),N=M!==T&&qc(M);fc((()=>{N&&Ys(p,(e=>{e.ctrl.start({default:M})}))}),[M]),Ys(k,((e,t)=>{if(C.current.size){const e=p.findIndex((e=>e.key===t.key));p.splice(e,1)}})),fc((()=>{Ys(C.current.size?C.current:k,(({phase:e,payload:t},n)=>{const{ctrl:r}=n;n.phase=e,f?.add(r),N&&"enter"==e&&r.start({default:M}),t&&(Wc(r,t.ref),!r.ref&&!f||S.current?(r.start(t),S.current&&(S.current=!1)):r.update(t))}))}),i?void 0:n);const O=e=>D(j,null,p.map(((t,n)=>{const{springs:r}=k.get(t)||t.ctrl,i=e({...r},t.item,t,n);return i&&i.type?D(i.type,{...i.props,key:Vs.str(t.key)||Vs.num(t.key)?t.key:t.ctrl.id,ref:i.ref}):i})));return f?[O,f]:O}var Uu=1,$u=class extends uu{constructor(e,t){super(),this.source=e,this.idle=!0,this._active=new Set,this.calc=Ll(...t);const n=this._get(),r=Nc(n);yc(this,r.create(n))}advance(e){const t=this._get();Ws(t,this.get())||(bc(this).setValue(t),this._onChange(t,this.idle)),!this.idle&&Hu(this._active)&&Vu(this)}_get(){const e=Vs.arr(this.source)?this.source.map(ql):Zs(ql(this.source));return this.calc(...e)}_start(){this.idle&&!Hu(this._active)&&(this.idle=!1,Ys(_c(this),(e=>{e.done=!1})),qs.skipAnimation?(Ss.batchedUpdates((()=>this.advance())),Vu(this)):cl.start(this))}_attach(){let e=1;Ys(Zs(this.source),(t=>{$l(t)&&Gl(t,this),lu(t)&&(t.idle||this._active.add(t),e=Math.max(e,t.priority+1))})),this.priority=e,this._start()}_detach(){Ys(Zs(this.source),(e=>{$l(e)&&Zl(e,this)})),this._active.clear(),Vu(this)}eventObserved(e){"change"==e.type?e.idle?this.advance():(this._active.add(e.parent),this._start()):"idle"==e.type?this._active.delete(e.parent):"priority"==e.type&&(this.priority=Zs(this.source).reduce(((e,t)=>Math.max(e,(lu(t)?t.priority:0)+1)),0))}};function qu(e){return!1!==e.idle}function Hu(e){return!e.size||Array.from(e).every(qu)}function Vu(e){e.idle||(e.idle=!0,Ys(_c(e),(e=>{e.done=!0})),Vl(e,{type:"idle",parent:e}))}qs.assign({createStringInterpolator:ac,to:(e,t)=>new $u(e,t)});var Wu=/^--/;function Yu(e,t){return null==t||"boolean"==typeof t||""===t?"":"number"!=typeof t||0===t||Wu.test(e)||Zu.hasOwnProperty(e)&&Zu[e]?(""+t).trim():t+"px"}var Gu={},Zu={animationIterationCount:!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,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},Xu=["Webkit","Ms","Moz","O"];Zu=Object.keys(Zu).reduce(((e,t)=>(Xu.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),Zu);var Ju=/^(matrix|translate|scale|rotate|skew)/,Ku=/^(translate)/,Qu=/^(rotate|skew)/,ed=(e,t)=>Vs.num(e)&&0!==e?e+t:e,td=(e,t)=>Vs.arr(e)?e.every((e=>td(e,t))):Vs.num(e)?e===t:parseFloat(e)===t,nd=class extends Sc{constructor({x:e,y:t,z:n,...r}){const i=[],o=[];(e||t||n)&&(i.push([e||0,t||0,n||0]),o.push((e=>[`translate3d(${e.map((e=>ed(e,"px"))).join(",")})`,td(e,0)]))),Gs(r,((e,t)=>{if("transform"===t)i.push([e||""]),o.push((e=>[e,""===e]));else if(Ju.test(t)){if(delete r[t],Vs.und(e))return;const n=Ku.test(t)?"px":Qu.test(t)?"deg":"";i.push(Zs(e)),o.push("rotate3d"===t?([e,t,r,i])=>[`rotate3d(${e},${t},${r},${ed(i,n)})`,td(i,0)]:e=>[`${t}(${e.map((e=>ed(e,n))).join(",")})`,td(e,t.startsWith("scale")?1:0)])}})),i.length&&(r.transform=new rd(i,o)),super(r)}},rd=class extends Wl{constructor(e,t){super(),this.inputs=e,this.transforms=t,this._value=null}get(){return this._value||(this._value=this._get())}_get(){let e="",t=!0;return Ys(this.inputs,((n,r)=>{const i=ql(n[0]),[o,a]=this.transforms[r](Vs.arr(i)?i:n.map(ql));e+=" "+o,t=t&&a})),t?"none":e}observerAdded(e){1==e&&Ys(this.inputs,(e=>Ys(e,(e=>$l(e)&&Gl(e,this)))))}observerRemoved(e){0==e&&Ys(this.inputs,(e=>Ys(e,(e=>$l(e)&&Zl(e,this)))))}eventObserved(e){"change"==e.type&&(this._value=null),Vl(this,e)}};qs.assign({batchedUpdates:function(e,t){return e(t)},createStringInterpolator:ac,colors:{transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199}});var id=((e,{applyAnimatedValues:t=(()=>!1),createAnimatedStyle:n=(e=>new Sc(e)),getComponentProps:r=(e=>e)}={})=>{const i={applyAnimatedValues:t,createAnimatedStyle:n,getComponentProps:r},o=e=>{const t=Lc(e)||"Anonymous";return(e=Vs.str(e)?o[e]||(o[e]=Oc(e,i)):e[Ac]||(e[Ac]=Oc(e,i))).displayName=`Animated(${t})`,e};return Gs(e,((t,n)=>{Vs.arr(e)&&(n=Lc(t)),o[n]=o(t)})),{animated:o}})(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],{applyAnimatedValues:function(e,t){if(!e.nodeType||!e.setAttribute)return!1;const n="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName,{className:r,style:i,children:o,scrollTop:a,scrollLeft:s,viewBox:l,...c}=t,u=Object.values(c),d=Object.keys(c).map((t=>n||e.hasAttribute(t)?t:Gu[t]||(Gu[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())))));void 0!==o&&(e.textContent=o);for(const t in i)if(i.hasOwnProperty(t)){const n=Yu(t,i[t]);Wu.test(t)?e.style.setProperty(t,n):e.style[t]=n}d.forEach(((t,n)=>{e.setAttribute(t,u[n])})),void 0!==r&&(e.className=r),void 0!==a&&(e.scrollTop=a),void 0!==s&&(e.scrollLeft=s),void 0!==l&&e.setAttribute("viewBox",l)},createAnimatedStyle:e=>new nd(e),getComponentProps:({scrollTop:e,scrollLeft:t,...n})=>n}),od=id.animated;function ad(){return ad=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},ad.apply(this,arguments)}var sd={pointerEvents:"none",position:"absolute",zIndex:10,top:0,left:0},ld=function(e,t){return"translate("+e+"px, "+t+"px)"},cd=Pe((function(e){var t,n=e.position,r=e.anchor,i=e.children,o=hT(),a=QM(),s=a.animate,l=a.config,c=lT(),u=c[0],d=c[1],f=_e(!1),h=void 0,p=!1,g=d.width>0&&d.height>0,m=Math.round(n[0]),v=Math.round(n[1]);g&&("top"===r?(m-=d.width/2,v-=d.height+14):"right"===r?(m+=14,v-=d.height/2):"bottom"===r?(m-=d.width/2,v+=14):"left"===r?(m-=d.width+14,v-=d.height/2):"center"===r&&(m-=d.width/2,v-=d.height/2),h={transform:ld(m,v)},f.current||(p=!0),f.current=[m,v]);var b=Iu({to:h,config:l,immediate:!s||p}),y=ad({},sd,o.tooltip.wrapper,{transform:null!=(t=b.transform)?t:ld(m,v),opacity:b.transform?1:0});return lt(od.div,{ref:u,style:y,children:i})}));cd.displayName="TooltipWrapper";var ud=Pe((function(e){var t=e.size,n=void 0===t?12:t,r=e.color,i=e.style;return lt("span",{style:ad({display:"block",width:n,height:n,background:r},void 0===i?{}:i)})})),dd=Pe((function(e){var t,n=e.id,r=e.value,i=e.format,o=e.enableChip,a=void 0!==o&&o,s=e.color,l=e.renderContent,c=hT(),u=cT(i);if("function"==typeof l)t=l();else{var d=r;void 0!==u&&void 0!==d&&(d=u(d)),t=lt("div",{style:c.tooltip.basic,children:[a&&lt(ud,{color:s,style:c.tooltip.chip}),void 0!==d?lt("span",{children:[n,": ",lt("strong",{children:""+d})]}):n]})}return lt("div",{style:c.tooltip.container,children:t})})),fd={width:"100%",borderCollapse:"collapse"},hd=Pe((function(e){var t,n=e.title,r=e.rows,i=void 0===r?[]:r,o=e.renderContent,a=hT();return i.length?(t="function"==typeof o?o():lt("div",{children:[n&&n,lt("table",{style:ad({},fd,a.tooltip.table),children:lt("tbody",{children:i.map((function(e,t){return lt("tr",{children:e.map((function(e,t){return lt("td",{style:a.tooltip.tableCell,children:e},t)}))},t)}))})})]}),lt("div",{style:a.tooltip.container,children:t})):null}));hd.displayName="TableTooltip";var pd=Pe((function(e){var t=e.x0,n=e.x1,r=e.y0,i=e.y1,o=hT(),a=QM(),s=a.animate,l=a.config,c=we((function(){return ad({},o.crosshair.line,{pointerEvents:"none"})}),[o.crosshair.line]),u=Iu({x1:t,x2:n,y1:r,y2:i,config:l,immediate:!s});return lt(od.line,ad({},u,{fill:"none",style:c}))}));pd.displayName="CrosshairLine";var gd=Pe((function(e){var t,n,r=e.width,i=e.height,o=e.type,a=e.x,s=e.y;return"cross"===o?(t={x0:a,x1:a,y0:0,y1:i},n={x0:0,x1:r,y0:s,y1:s}):"top-left"===o?(t={x0:a,x1:a,y0:0,y1:s},n={x0:0,x1:a,y0:s,y1:s}):"top"===o?t={x0:a,x1:a,y0:0,y1:s}:"top-right"===o?(t={x0:a,x1:a,y0:0,y1:s},n={x0:a,x1:r,y0:s,y1:s}):"right"===o?n={x0:a,x1:r,y0:s,y1:s}:"bottom-right"===o?(t={x0:a,x1:a,y0:s,y1:i},n={x0:a,x1:r,y0:s,y1:s}):"bottom"===o?t={x0:a,x1:a,y0:s,y1:i}:"bottom-left"===o?(t={x0:a,x1:a,y0:s,y1:i},n={x0:0,x1:a,y0:s,y1:s}):"left"===o?n={x0:0,x1:a,y0:s,y1:s}:"x"===o?t={x0:a,x1:a,y0:0,y1:i}:"y"===o&&(n={x0:0,x1:r,y0:s,y1:s}),lt(j,{children:[t&&lt(pd,{x0:t.x0,x1:t.x1,y0:t.y0,y1:t.y1}),n&&lt(pd,{x0:n.x0,x1:n.x1,y0:n.y0,y1:n.y1})]})}));gd.displayName="Crosshair";var md,vd,bd,yd,_d,wd,xd,kd,Cd,Sd,Md,Td,Nd,Od,Ed,Ad,Ld,Dd,Pd,jd,Rd,zd,Fd,Id,Bd,Ud,$d,qd,Hd,Vd,Wd,Yd,Gd,Zd,Xd,Jd,Kd,Qd,ef,tf,nf,rf,of,af,sf,lf,cf,uf,df,ff,hf,pf,gf,mf,vf,bf,yf,_f,wf,xf,kf,Cf,Sf,Mf,Tf,Nf,Of,Ef,Af,Lf,Df,Pf,jf,Rf,zf,Ff,If,Bf,Uf,$f,qf,Hf,Vf,Wf,Yf,Gf,Zf,Xf,Jf,Kf,Qf,eh,th,nh,rh,ih,oh,ah,sh=ne({showTooltipAt:function(){},showTooltipFromEvent:function(){},hideTooltip:function(){}}),lh={isVisible:!1,position:[null,null],content:null,anchor:null},ch=ne(lh),uh=function(){var e=ke(sh);if(void 0===e)throw new Error("useTooltip must be used within a TooltipProvider");return e},dh=function(){var e=function(){var e=ke(ch);if(void 0===e)throw new Error("useTooltipState must be used within a TooltipProvider");return e}();return function(e){return e.isVisible}(e)?lt(cd,{position:e.position,anchor:e.anchor,children:e.content}):null},fh=function(e){var t=e.container,n=e.children,r=function(e){var t=ve(lh),n=t[0],r=t[1],i=xe((function(e,t,n){var i=t[0],o=t[1];void 0===n&&(n="top"),r({isVisible:!0,position:[i,o],anchor:n,content:e})}),[r]),o=xe((function(t,n,i){void 0===i&&(i="top");var o=e.current.getBoundingClientRect(),a=e.current.offsetWidth,s=a===o.width?1:a/o.width,l="touches"in n?n.touches[0]:n,c=l.clientX,u=l.clientY,d=(c-o.left)*s,f=(u-o.top)*s;"left"!==i&&"right"!==i||(i=d<o.width/2?"right":"left"),r({isVisible:!0,position:[d,f],anchor:i,content:t})}),[e,r]),a=xe((function(){r(lh)}),[r]);return{actions:we((function(){return{showTooltipAt:i,showTooltipFromEvent:o,hideTooltip:a}}),[i,o,a]),state:n}}(t),i=r.actions,o=r.state;return lt(sh.Provider,{value:i,children:lt(ch.Provider,{value:o,children:n})})};function hh(){return yd?bd:(yd=1,bd=function(e,t){return e===t||e!=e&&t!=t})}function ph(){if(wd)return _d;wd=1;var e=hh();return _d=function(t,n){for(var r=t.length;r--;)if(e(t[r][0],n))return r;return-1}}function gh(){if(Ad)return Ed;Ad=1;var e=vd?md:(vd=1,md=function(){this.__data__=[],this.size=0}),t=function(){if(kd)return xd;kd=1;var e=ph(),t=Array.prototype.splice;return xd=function(n){var r=this.__data__,i=e(r,n);return!(i<0||(i==r.length-1?r.pop():t.call(r,i,1),--this.size,0))},xd}(),n=function(){if(Sd)return Cd;Sd=1;var e=ph();return Cd=function(t){var n=this.__data__,r=e(n,t);return r<0?void 0:n[r][1]},Cd}(),r=function(){if(Td)return Md;Td=1;var e=ph();return Md=function(t){return e(this.__data__,t)>-1}}(),i=function(){if(Od)return Nd;Od=1;var e=ph();return Nd=function(t,n){var r=this.__data__,i=e(r,t);return i<0?(++this.size,r.push([t,n])):r[i][1]=n,this},Nd}();function o(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,Ed=o}function mh(){if(Ud)return Bd;Ud=1;var e="object"==typeof uo&&uo&&uo.Object===Object&&uo;return Bd=e}function vh(){if(qd)return $d;qd=1;var e=mh(),t="object"==typeof self&&self&&self.Object===Object&&self,n=e||t||Function("return this")();return $d=n}function bh(){if(Vd)return Hd;Vd=1;var e=vh().Symbol;return Hd=e}function yh(){if(Jd)return Xd;Jd=1;var e=bh(),t=function(){if(Yd)return Wd;Yd=1;var e=bh(),t=Object.prototype,n=t.hasOwnProperty,r=t.toString,i=e?e.toStringTag:void 0;return Wd=function(e){var t=n.call(e,i),o=e[i];try{e[i]=void 0;var a=!0}catch(e){}var s=r.call(e);return a&&(t?e[i]=o:delete e[i]),s}}(),n=function(){if(Zd)return Gd;Zd=1;var e=Object.prototype.toString;return Gd=function(t){return e.call(t)}}(),r=e?e.toStringTag:void 0;return Xd=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":r&&r in Object(e)?t(e):n(e)}}function _h(){return Qd?Kd:(Qd=1,Kd=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)})}function wh(){if(tf)return ef;tf=1;var e=yh(),t=_h();return ef=function(n){if(!t(n))return!1;var r=e(n);return"[object Function]"==r||"[object GeneratorFunction]"==r||"[object AsyncFunction]"==r||"[object Proxy]"==r}}function xh(){if(lf)return sf;lf=1;var e=Function.prototype.toString;return sf=function(t){if(null!=t){try{return e.call(t)}catch(e){}try{return t+""}catch(e){}}return""}}function kh(){if(pf)return hf;pf=1;var e=function(){if(uf)return cf;uf=1;var e=wh(),t=function(){if(af)return of;af=1;var e,t=function(){if(rf)return nf;rf=1;var e=vh()["__core-js_shared__"];return nf=e}(),n=(e=/[^.]+$/.exec(t&&t.keys&&t.keys.IE_PROTO||""))?"Symbol(src)_1."+e:"";return of=function(e){return!!n&&n in e}}(),n=_h(),r=xh(),i=/^\[object .+?Constructor\]$/,o=Function.prototype,a=Object.prototype,s=o.toString,l=a.hasOwnProperty,c=RegExp("^"+s.call(l).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");return cf=function(o){return!(!n(o)||t(o))&&(e(o)?c:i).test(r(o))}}(),t=(ff||(ff=1,df=function(e,t){return null==e?void 0:e[t]}),df);return hf=function(n,r){var i=t(n,r);return e(i)?i:void 0},hf}function Ch(){if(mf)return gf;mf=1;var e=kh()(vh(),"Map");return gf=e}function Sh(){if(bf)return vf;bf=1;var e=kh()(Object,"create");return vf=e}function Mh(){if(Rf)return jf;Rf=1;var e=Pf?Df:(Pf=1,Df=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e});return jf=function(t,n){var r=t.__data__;return e(n)?r["string"==typeof n?"string":"hash"]:r.map}}function Th(){if(Wf)return Vf;Wf=1;var e=function(){if(Lf)return Af;Lf=1;var e=function(){if(Ef)return Of;Ef=1;var e=function(){if(_f)return yf;_f=1;var e=Sh();return yf=function(){this.__data__=e?e(null):{},this.size=0}}(),t=xf?wf:(xf=1,wf=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}),n=function(){if(Cf)return kf;Cf=1;var e=Sh(),t=Object.prototype.hasOwnProperty;return kf=function(n){var r=this.__data__;if(e){var i=r[n];return"__lodash_hash_undefined__"===i?void 0:i}return t.call(r,n)?r[n]:void 0}}(),r=function(){if(Mf)return Sf;Mf=1;var e=Sh(),t=Object.prototype.hasOwnProperty;return Sf=function(n){var r=this.__data__;return e?void 0!==r[n]:t.call(r,n)}}(),i=function(){if(Nf)return Tf;Nf=1;var e=Sh();return Tf=function(t,n){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=e&&void 0===n?"__lodash_hash_undefined__":n,this}}();function o(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,Of=o}(),t=gh(),n=Ch();return Af=function(){this.size=0,this.__data__={hash:new e,map:new(n||t),string:new e}}}(),t=function(){if(Ff)return zf;Ff=1;var e=Mh();return zf=function(t){var n=e(this,t).delete(t);return this.size-=n?1:0,n}}(),n=function(){if(Bf)return If;Bf=1;var e=Mh();return If=function(t){return e(this,t).get(t)}}(),r=function(){if($f)return Uf;$f=1;var e=Mh();return Uf=function(t){return e(this,t).has(t)}}(),i=function(){if(Hf)return qf;Hf=1;var e=Mh();return qf=function(t,n){var r=e(this,t),i=r.size;return r.set(t,n),this.size+=r.size==i?0:1,this}}();function o(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}return o.prototype.clear=e,o.prototype.delete=t,o.prototype.get=n,o.prototype.has=r,o.prototype.set=i,Vf=o}function Nh(){if(Xf)return Zf;Xf=1;var e=gh(),t=function(){if(Dd)return Ld;Dd=1;var e=gh();return Ld=function(){this.__data__=new e,this.size=0}}(),n=jd?Pd:(jd=1,Pd=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}),r=zd?Rd:(zd=1,Rd=function(e){return this.__data__.get(e)}),i=Id?Fd:(Id=1,Fd=function(e){return this.__data__.has(e)}),o=function(){if(Gf)return Yf;Gf=1;var e=gh(),t=Ch(),n=Th();return Yf=function(r,i){var o=this.__data__;if(o instanceof e){var a=o.__data__;if(!t||a.length<199)return a.push([r,i]),this.size=++o.size,this;o=this.__data__=new n(a)}return o.set(r,i),this.size=o.size,this}}();function a(t){var n=this.__data__=new e(t);this.size=n.size}return a.prototype.clear=t,a.prototype.delete=n,a.prototype.get=r,a.prototype.has=i,a.prototype.set=o,Zf=a}function Oh(){if(Kf)return Jf;Kf=1;var e=kh(),t=function(){try{var t=e(Object,"defineProperty");return t({},"",{}),t}catch(e){}}();return Jf=t}function Eh(){if(eh)return Qf;eh=1;var e=Oh();return Qf=function(t,n,r){"__proto__"==n&&e?e(t,n,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[n]=r}}function Ah(){if(nh)return th;nh=1;var e=Eh(),t=hh();return th=function(n,r,i){(void 0!==i&&!t(n[r],i)||void 0===i&&!(r in n))&&e(n,r,i)},th}function Lh(){if(ah)return oh;ah=1;var e=(ih||(ih=1,rh=function(e){return function(t,n,r){for(var i=-1,o=Object(t),a=r(t),s=a.length;s--;){var l=a[e?s:++i];if(!1===n(o[l],l,o))break}return t}}),rh),t=e();return oh=t}var Dh,Ph,jh,Rh,zh,Fh,Ih,Bh,Uh,$h,qh,Hh,Vh,Wh,Yh,Gh,Zh,Xh,Jh,Kh,Qh,ep,tp,np,rp,ip,op,ap,sp,lp,cp,up,dp,fp={exports:{}};function hp(){if(jh)return Ph;jh=1;var e=vh().Uint8Array;return Ph=e}function pp(){return Vh?Hh:(Vh=1,Hh=function(e,t){return function(n){return e(t(n))}})}function gp(){if(Yh)return Wh;Yh=1;var e=pp()(Object.getPrototypeOf,Object);return Wh=e}function mp(){if(Zh)return Gh;Zh=1;var e=Object.prototype;return Gh=function(t){var n=t&&t.constructor;return t===("function"==typeof n&&n.prototype||e)}}function vp(){return Qh?Kh:(Qh=1,Kh=function(e){return null!=e&&"object"==typeof e})}function bp(){if(rp)return np;rp=1;var e=function(){if(tp)return ep;tp=1;var e=yh(),t=vp();return ep=function(n){return t(n)&&"[object Arguments]"==e(n)}}(),t=vp(),n=Object.prototype,r=n.hasOwnProperty,i=n.propertyIsEnumerable,o=e(function(){return arguments}())?e:function(e){return t(e)&&r.call(e,"callee")&&!i.call(e,"callee")};return np=o}function yp(){if(op)return ip;op=1;var e=Array.isArray;return ip=e}function _p(){return sp?ap:(sp=1,ap=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991})}function wp(){if(cp)return lp;cp=1;var e=wh(),t=_p();return lp=function(n){return null!=n&&t(n.length)&&!e(n)}}function xp(){if(dp)return up;dp=1;var e=wp(),t=vp();return up=function(n){return t(n)&&e(n)}}var kp,Cp,Sp,Mp,Tp,Np,Op,Ep,Ap,Lp={exports:{}};function Dp(){return Sp||(Sp=1,function(e,t){var n=vh(),r=Cp?kp:(Cp=1,kp=function(){return!1}),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,a=o&&o.exports===i?n.Buffer:void 0,s=(a?a.isBuffer:void 0)||r;e.exports=s}(Lp,Lp.exports)),Lp.exports}function Pp(){if(Tp)return Mp;Tp=1;var e=yh(),t=gp(),n=vp(),r=Function.prototype,i=Object.prototype,o=r.toString,a=i.hasOwnProperty,s=o.call(Object);return Mp=function(r){if(!n(r)||"[object Object]"!=e(r))return!1;var i=t(r);if(null===i)return!0;var l=a.call(i,"constructor")&&i.constructor;return"function"==typeof l&&l instanceof l&&o.call(l)==s}}function jp(){return Ap?Ep:(Ap=1,Ep=function(e){return function(t){return e(t)}})}var Rp,zp,Fp,Ip,Bp,Up,$p,qp,Hp,Vp,Wp,Yp,Gp,Zp,Xp,Jp,Kp,Qp,eg,tg,ng,rg,ig,og,ag,sg,lg,cg,ug,dg,fg,hg,pg,gg,mg,vg,bg,yg,_g,wg,xg,kg,Cg,Sg,Mg,Tg,Ng,Og,Eg,Ag={exports:{}};function Lg(){return Rp||(Rp=1,function(e,t){var n=mh(),r=t&&!t.nodeType&&t,i=r&&e&&!e.nodeType&&e,o=i&&i.exports===r&&n.process,a=function(){try{return i&&i.require&&i.require("util").types||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a}(Ag,Ag.exports)),Ag.exports}function Dg(){if(Fp)return zp;Fp=1;var e=function(){if(Op)return Np;Op=1;var e=yh(),t=_p(),n=vp(),r={};return r["[object Float32Array]"]=r["[object Float64Array]"]=r["[object Int8Array]"]=r["[object Int16Array]"]=r["[object Int32Array]"]=r["[object Uint8Array]"]=r["[object Uint8ClampedArray]"]=r["[object Uint16Array]"]=r["[object Uint32Array]"]=!0,r["[object Arguments]"]=r["[object Array]"]=r["[object ArrayBuffer]"]=r["[object Boolean]"]=r["[object DataView]"]=r["[object Date]"]=r["[object Error]"]=r["[object Function]"]=r["[object Map]"]=r["[object Number]"]=r["[object Object]"]=r["[object RegExp]"]=r["[object Set]"]=r["[object String]"]=r["[object WeakMap]"]=!1,Np=function(i){return n(i)&&t(i.length)&&!!r[e(i)]}}(),t=jp(),n=Lg(),r=n&&n.isTypedArray,i=r?t(r):e;return zp=i}function Pg(){return Bp||(Bp=1,Ip=function(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}),Ip}function jg(){if($p)return Up;$p=1;var e=Eh(),t=hh(),n=Object.prototype.hasOwnProperty;return Up=function(r,i,o){var a=r[i];n.call(r,i)&&t(a,o)&&(void 0!==o||i in r)||e(r,i,o)},Up}function Rg(){if(Gp)return Yp;Gp=1;var e=/^(?:0|[1-9]\d*)$/;return Yp=function(t,n){var r=typeof t;return!!(n=null==n?9007199254740991:n)&&("number"==r||"symbol"!=r&&e.test(t))&&t>-1&&t%1==0&&t<n}}function zg(){if(Xp)return Zp;Xp=1;var e=(Wp||(Wp=1,Vp=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}),Vp),t=bp(),n=yp(),r=Dp(),i=Rg(),o=Dg(),a=Object.prototype.hasOwnProperty;return Zp=function(s,l){var c=n(s),u=!c&&t(s),d=!c&&!u&&r(s),f=!c&&!u&&!d&&o(s),h=c||u||d||f,p=h?e(s.length,String):[],g=p.length;for(var m in s)!l&&!a.call(s,m)||h&&("length"==m||d&&("offset"==m||"parent"==m)||f&&("buffer"==m||"byteLength"==m||"byteOffset"==m)||i(m,g))||p.push(m);return p}}function Fg(){if(ng)return tg;ng=1;var e=zg(),t=function(){if(eg)return Qp;eg=1;var e=_h(),t=mp(),n=(Kp||(Kp=1,Jp=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}),Jp),r=Object.prototype.hasOwnProperty;return Qp=function(i){if(!e(i))return n(i);var o=t(i),a=[];for(var s in i)("constructor"!=s||!o&&r.call(i,s))&&a.push(s);return a},Qp}(),n=wp();return tg=function(r){return n(r)?e(r,!0):t(r)}}function Ig(){return ug?cg:(ug=1,cg=function(e){return e})}function Bg(){if(pg)return hg;pg=1;var e=fg?dg:(fg=1,dg=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}),t=Math.max;return hg=function(n,r,i){return r=t(void 0===r?n.length-1:r,0),function(){for(var o=arguments,a=-1,s=t(o.length-r,0),l=Array(s);++a<s;)l[a]=o[r+a];a=-1;for(var c=Array(r+1);++a<r;)c[a]=o[a];return c[r]=i(l),e(n,this,c)}},hg}function Ug(){if(xg)return wg;xg=1;var e=function(){if(bg)return vg;bg=1;var e=mg?gg:(mg=1,gg=function(e){return function(){return e}}),t=Oh(),n=Ig();return vg=t?function(n,r){return t(n,"toString",{configurable:!0,enumerable:!1,value:e(r),writable:!0})}:n}(),t=function(){if(_g)return yg;_g=1;var e=Date.now;return yg=function(t){var n=0,r=0;return function(){var i=e(),o=16-(i-r);if(r=i,o>0){if(++n>=800)return arguments[0]}else n=0;return t.apply(void 0,arguments)}},yg}(),n=t(e);return wg=n}function $g(){if(Cg)return kg;Cg=1;var e=Ig(),t=Bg(),n=Ug();return kg=function(r,i){return n(t(r,i,e),r+"")},kg}function qg(){if(Mg)return Sg;Mg=1;var e=hh(),t=wp(),n=Rg(),r=_h();return Sg=function(i,o,a){if(!r(a))return!1;var s=typeof o;return!!("number"==s?t(a)&&n(o,a.length):"string"==s&&o in a)&&e(a[o],i)},Sg}var Hg,Vg,Wg,Yg,Gg,Zg,Xg,Jg,Kg,Qg,em,tm,nm,rm,im,om,am,sm,lm,cm,um,dm,fm,hm,pm=function(){if(Eg)return Og;Eg=1;var e=function(){if(lg)return sg;lg=1;var e=Nh(),t=Ah(),n=Lh(),r=function(){if(ag)return og;ag=1;var e=Ah(),t=(Dh||(Dh=1,function(e,t){var n=vh(),r=t&&!t.nodeType&&t,i=r&&e&&!e.nodeType&&e,o=i&&i.exports===r?n.Buffer:void 0,a=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,r=a?a(n):new e.constructor(n);return e.copy(r),r}}(fp,fp.exports)),fp.exports),n=function(){if(Ih)return Fh;Ih=1;var e=function(){if(zh)return Rh;zh=1;var e=hp();return Rh=function(t){var n=new t.constructor(t.byteLength);return new e(n).set(new e(t)),n}}();return Fh=function(t,n){var r=n?e(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}}(),r=(Uh||(Uh=1,Bh=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}),Bh),i=function(){if(Jh)return Xh;Jh=1;var e=function(){if(qh)return $h;qh=1;var e=_h(),t=Object.create,n=function(){function n(){}return function(r){if(!e(r))return{};if(t)return t(r);n.prototype=r;var i=new n;return n.prototype=void 0,i}}();return $h=n}(),t=gp(),n=mp();return Xh=function(r){return"function"!=typeof r.constructor||n(r)?{}:e(t(r))}}(),o=bp(),a=yp(),s=xp(),l=Dp(),c=wh(),u=_h(),d=Pp(),f=Dg(),h=Pg(),p=function(){if(ig)return rg;ig=1;var e=function(){if(Hp)return qp;Hp=1;var e=jg(),t=Eh();return qp=function(n,r,i,o){var a=!i;i||(i={});for(var s=-1,l=r.length;++s<l;){var c=r[s],u=o?o(i[c],n[c],c,i,n):void 0;void 0===u&&(u=n[c]),a?t(i,c,u):e(i,c,u)}return i},qp}(),t=Fg();return rg=function(n){return e(n,t(n))}}();return og=function(g,m,v,b,y,_,w){var x=h(g,v),k=h(m,v),C=w.get(k);if(C)e(g,v,C);else{var S=_?_(x,k,v+"",g,m,w):void 0,M=void 0===S;if(M){var T=a(k),N=!T&&l(k),O=!T&&!N&&f(k);S=k,T||N||O?a(x)?S=x:s(x)?S=r(x):N?(M=!1,S=t(k,!0)):O?(M=!1,S=n(k,!0)):S=[]:d(k)||o(k)?(S=x,o(x)?S=p(x):u(x)&&!c(x)||(S=i(k))):M=!1}M&&(w.set(k,S),y(S,k,b,_,w),w.delete(k)),e(g,v,S)}},og}(),i=_h(),o=Fg(),a=Pg();return sg=function s(l,c,u,d,f){l!==c&&n(c,(function(n,o){if(f||(f=new e),i(n))r(l,c,o,u,s,d,f);else{var h=d?d(a(l,o),n,o+"",l,c,f):void 0;void 0===h&&(h=n),t(l,o,h)}}),o)},sg}(),t=function(){if(Ng)return Tg;Ng=1;var e=$g(),t=qg();return Tg=function(n){return e((function(e,r){var i=-1,o=r.length,a=o>1?r[o-1]:void 0,s=o>2?r[2]:void 0;for(a=n.length>3&&"function"==typeof a?(o--,a):void 0,s&&t(r[0],r[1],s)&&(a=o<3?void 0:a,o=1),e=Object(e);++i<o;){var l=r[i];l&&n(e,l,i,a)}return e}))},Tg}(),n=t((function(t,n,r){e(t,n,r)}));return Og=n}(),gm=fo(pm);function mm(){if(Vg)return Hg;Vg=1;var e=yh(),t=vp();return Hg=function(n){return"symbol"==typeof n||t(n)&&"[object Symbol]"==e(n)}}function vm(){if(Yg)return Wg;Yg=1;var e=yp(),t=mm(),n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,r=/^\w*$/;return Wg=function(i,o){if(e(i))return!1;var a=typeof i;return!("number"!=a&&"symbol"!=a&&"boolean"!=a&&null!=i&&!t(i))||r.test(i)||!n.test(i)||null!=o&&i in Object(o)},Wg}function bm(){return tm||(tm=1,em=function(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i}),em}function ym(){if(om)return im;om=1;var e=function(){if(rm)return nm;rm=1;var e=bh(),t=bm(),n=yp(),r=mm(),i=e?e.prototype:void 0,o=i?i.toString:void 0;return nm=function e(i){if("string"==typeof i)return i;if(n(i))return t(i,e)+"";if(r(i))return o?o.call(i):"";var a=i+"";return"0"==a&&1/i==-1/0?"-0":a},nm}();return im=function(t){return null==t?"":e(t)}}function _m(){if(sm)return am;sm=1;var e=yp(),t=vm(),n=function(){if(Qg)return Kg;Qg=1;var e=function(){if(Jg)return Xg;Jg=1;var e=function(){if(Zg)return Gg;Zg=1;var e=Th();function t(n,r){if("function"!=typeof n||null!=r&&"function"!=typeof r)throw new TypeError("Expected a function");var i=function(){var e=arguments,t=r?r.apply(this,e):e[0],o=i.cache;if(o.has(t))return o.get(t);var a=n.apply(this,e);return i.cache=o.set(t,a)||o,a};return i.cache=new(t.Cache||e),i}return t.Cache=e,Gg=t}();return Xg=function(t){var n=e(t,(function(e){return 500===r.size&&r.clear(),e})),r=n.cache;return n}}(),t=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,n=/\\(\\)?/g,r=e((function(e){var r=[];return 46===e.charCodeAt(0)&&r.push(""),e.replace(t,(function(e,t,i,o){r.push(i?o.replace(n,"$1"):t||e)})),r}));return Kg=r}(),r=ym();return am=function(i,o){return e(i)?i:t(i,o)?[i]:n(r(i))},am}function wm(){if(cm)return lm;cm=1;var e=mm();return lm=function(t){if("string"==typeof t||e(t))return t;var n=t+"";return"0"==n&&1/t==-1/0?"-0":n}}function xm(){if(dm)return um;dm=1;var e=_m(),t=wm();return um=function(n,r){for(var i=0,o=(r=e(r,n)).length;null!=n&&i<o;)n=n[t(r[i++])];return i&&i==o?n:void 0},um}function km(){if(hm)return fm;hm=1;var e=xm();return fm=function(t,n,r){var i=null==t?void 0:e(t,n);return void 0===i?r:i},fm}var Cm,Sm,Mm,Tm,Nm=fo(km());function Om(){if(Sm)return Cm;Sm=1;var e=jg(),t=_m(),n=Rg(),r=_h(),i=wm();return Cm=function(o,a,s,l){if(!r(o))return o;for(var c=-1,u=(a=t(a,o)).length,d=u-1,f=o;null!=f&&++c<u;){var h=i(a[c]),p=s;if("__proto__"===h||"constructor"===h||"prototype"===h)return o;if(c!=d){var g=f[h];void 0===(p=l?l(g,h,f):void 0)&&(p=r(g)?g:n(a[c+1])?[]:{})}e(f,h,p),f=f[h]}return o},Cm}var Em=fo(function(){if(Tm)return Mm;Tm=1;var e=Om();return Mm=function(t,n,r){return null==t?t:e(t,n,r)}}());function Am(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function Lm(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}function Dm(){}var Pm=.7,jm=1/Pm,Rm="\\s*([+-]?\\d+)\\s*",zm="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Fm="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Im=/^#([0-9a-f]{3,8})$/,Bm=new RegExp(`^rgb\\(${Rm},${Rm},${Rm}\\)$`),Um=new RegExp(`^rgb\\(${Fm},${Fm},${Fm}\\)$`),$m=new RegExp(`^rgba\\(${Rm},${Rm},${Rm},${zm}\\)$`),qm=new RegExp(`^rgba\\(${Fm},${Fm},${Fm},${zm}\\)$`),Hm=new RegExp(`^hsl\\(${zm},${Fm},${Fm}\\)$`),Vm=new RegExp(`^hsla\\(${zm},${Fm},${Fm},${zm}\\)$`),Wm={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};function Ym(){return this.rgb().formatHex()}function Gm(){return this.rgb().formatRgb()}function Zm(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=Im.exec(e))?(n=t[1].length,t=parseInt(t[1],16),6===n?Xm(t):3===n?new ev(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===n?Jm(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===n?Jm(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=Bm.exec(e))?new ev(t[1],t[2],t[3],1):(t=Um.exec(e))?new ev(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=$m.exec(e))?Jm(t[1],t[2],t[3],t[4]):(t=qm.exec(e))?Jm(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=Hm.exec(e))?av(t[1],t[2]/100,t[3]/100,1):(t=Vm.exec(e))?av(t[1],t[2]/100,t[3]/100,t[4]):Wm.hasOwnProperty(e)?Xm(Wm[e]):"transparent"===e?new ev(NaN,NaN,NaN,0):null}function Xm(e){return new ev(e>>16&255,e>>8&255,255&e,1)}function Jm(e,t,n,r){return r<=0&&(e=t=n=NaN),new ev(e,t,n,r)}function Km(e){return e instanceof Dm||(e=Zm(e)),e?new ev((e=e.rgb()).r,e.g,e.b,e.opacity):new ev}function Qm(e,t,n,r){return 1===arguments.length?Km(e):new ev(e,t,n,null==r?1:r)}function ev(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}function tv(){return`#${ov(this.r)}${ov(this.g)}${ov(this.b)}`}function nv(){const e=rv(this.opacity);return`${1===e?"rgb(":"rgba("}${iv(this.r)}, ${iv(this.g)}, ${iv(this.b)}${1===e?")":`, ${e})`}`}function rv(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function iv(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function ov(e){return((e=iv(e))<16?"0":"")+e.toString(16)}function av(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new lv(e,t,n,r)}function sv(e){if(e instanceof lv)return new lv(e.h,e.s,e.l,e.opacity);if(e instanceof Dm||(e=Zm(e)),!e)return new lv;if(e instanceof lv)return e;var t=(e=e.rgb()).r/255,n=e.g/255,r=e.b/255,i=Math.min(t,n,r),o=Math.max(t,n,r),a=NaN,s=o-i,l=(o+i)/2;return s?(a=t===o?(n-r)/s+6*(n<r):n===o?(r-t)/s+2:(t-n)/s+4,s/=l<.5?o+i:2-o-i,a*=60):s=l>0&&l<1?0:a,new lv(a,s,l,e.opacity)}function lv(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}function cv(e){return(e=(e||0)%360)<0?e+360:e}function uv(e){return Math.max(0,Math.min(1,e||0))}function dv(e,t,n){return 255*(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)}Am(Dm,Zm,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:Ym,formatHex:Ym,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return sv(this).formatHsl()},formatRgb:Gm,toString:Gm}),Am(ev,Qm,Lm(Dm,{brighter(e){return e=null==e?jm:Math.pow(jm,e),new ev(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?Pm:Math.pow(Pm,e),new ev(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new ev(iv(this.r),iv(this.g),iv(this.b),rv(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:tv,formatHex:tv,formatHex8:function(){return`#${ov(this.r)}${ov(this.g)}${ov(this.b)}${ov(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:nv,toString:nv})),Am(lv,(function(e,t,n,r){return 1===arguments.length?sv(e):new lv(e,t,n,null==r?1:r)}),Lm(Dm,{brighter(e){return e=null==e?jm:Math.pow(jm,e),new lv(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?Pm:Math.pow(Pm,e),new lv(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,i=2*n-r;return new ev(dv(e>=240?e-240:e+120,i,r),dv(e,i,r),dv(e<120?e+240:e-120,i,r),this.opacity)},clamp(){return new lv(cv(this.h),uv(this.s),uv(this.l),rv(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=rv(this.opacity);return`${1===e?"hsl(":"hsla("}${cv(this.h)}, ${100*uv(this.s)}%, ${100*uv(this.l)}%${1===e?")":`, ${e})`}`}}));const fv=Math.PI/180,hv=180/Math.PI;var pv=-.14861,gv=1.78277,mv=-.29227,vv=-.90649,bv=1.97294,yv=bv*vv,_v=bv*gv,wv=gv*mv-vv*pv;function xv(e,t,n,r){return 1===arguments.length?function(e){if(e instanceof kv)return new kv(e.h,e.s,e.l,e.opacity);e instanceof ev||(e=Km(e));var t=e.r/255,n=e.g/255,r=e.b/255,i=(wv*r+yv*t-_v*n)/(wv+yv-_v),o=r-i,a=(bv*(n-i)-mv*o)/vv,s=Math.sqrt(a*a+o*o)/(bv*i*(1-i)),l=s?Math.atan2(a,o)*hv-120:NaN;return new kv(l<0?l+360:l,s,i,e.opacity)}(e):new kv(e,t,n,null==r?1:r)}function kv(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}Am(kv,xv,Lm(Dm,{brighter(e){return e=null==e?jm:Math.pow(jm,e),new kv(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?Pm:Math.pow(Pm,e),new kv(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=isNaN(this.h)?0:(this.h+120)*fv,t=+this.l,n=isNaN(this.s)?0:this.s*t*(1-t),r=Math.cos(e),i=Math.sin(e);return new ev(255*(t+n*(pv*r+gv*i)),255*(t+n*(mv*r+vv*i)),255*(t+n*(bv*r)),this.opacity)}}));var Cv=e=>()=>e;function Sv(e,t){return function(n){return e+n*t}}function Mv(e,t){var n=t-e;return n?Sv(e,n):Cv(isNaN(e)?t:e)}var Tv,Nv=function e(t){var n=function(e){return 1==(e=+e)?Mv:function(t,n){return n-t?function(e,t,n){return e=Math.pow(e,n),t=Math.pow(t,n)-e,n=1/n,function(r){return Math.pow(e+r*t,n)}}(t,n,e):Cv(isNaN(t)?n:t)}}(t);function r(e,t){var r=n((e=Qm(e)).r,(t=Qm(t)).r),i=n(e.g,t.g),o=n(e.b,t.b),a=Mv(e.opacity,t.opacity);return function(t){return e.r=r(t),e.g=i(t),e.b=o(t),e.opacity=a(t),e+""}}return r.gamma=e,r}(1),Ov=(Tv=function(e){var t=e.length-1;return function(n){var r=n<=0?n=0:n>=1?(n=1,t-1):Math.floor(n*t),i=e[r],o=e[r+1],a=r>0?e[r-1]:2*i-o,s=r<t-1?e[r+2]:2*o-i;return function(e,t,n,r,i){var o=e*e,a=o*e;return((1-3*e+3*o-a)*t+(4-6*o+3*a)*n+(1+3*e+3*o-3*a)*r+a*i)/6}((n-r/t)*t,a,i,o,s)}},function(e){var t,n,r=e.length,i=new Array(r),o=new Array(r),a=new Array(r);for(t=0;t<r;++t)n=Qm(e[t]),i[t]=n.r||0,o[t]=n.g||0,a[t]=n.b||0;return i=Tv(i),o=Tv(o),a=Tv(a),n.opacity=1,function(e){return n.r=i(e),n.g=o(e),n.b=a(e),n+""}});function Ev(e,t){t||(t=[]);var n,r=e?Math.min(t.length,e.length):0,i=t.slice();return function(o){for(n=0;n<r;++n)i[n]=e[n]*(1-o)+t[n]*o;return i}}function Av(e,t){var n,r=t?t.length:0,i=e?Math.min(r,e.length):0,o=new Array(i),a=new Array(r);for(n=0;n<i;++n)o[n]=Fv(e[n],t[n]);for(;n<r;++n)a[n]=t[n];return function(e){for(n=0;n<i;++n)a[n]=o[n](e);return a}}function Lv(e,t){var n=new Date;return e=+e,t=+t,function(r){return n.setTime(e*(1-r)+t*r),n}}function Dv(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function Pv(e,t){var n,r={},i={};for(n in null!==e&&"object"==typeof e||(e={}),null!==t&&"object"==typeof t||(t={}),t)n in e?r[n]=Fv(e[n],t[n]):i[n]=t[n];return function(e){for(n in r)i[n]=r[n](e);return i}}var jv=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Rv=new RegExp(jv.source,"g");function zv(e,t){var n,r,i,o=jv.lastIndex=Rv.lastIndex=0,a=-1,s=[],l=[];for(e+="",t+="";(n=jv.exec(e))&&(r=Rv.exec(t));)(i=r.index)>o&&(i=t.slice(o,i),s[a]?s[a]+=i:s[++a]=i),(n=n[0])===(r=r[0])?s[a]?s[a]+=r:s[++a]=r:(s[++a]=null,l.push({i:a,x:Dv(n,r)})),o=Rv.lastIndex;return o<t.length&&(i=t.slice(o),s[a]?s[a]+=i:s[++a]=i),s.length<2?l[0]?function(e){return function(t){return e(t)+""}}(l[0].x):function(e){return function(){return e}}(t):(t=l.length,function(e){for(var n,r=0;r<t;++r)s[(n=l[r]).i]=n.x(e);return s.join("")})}function Fv(e,t){var n,r=typeof t;return null==t||"boolean"===r?Cv(t):("number"===r?Dv:"string"===r?(n=Zm(t))?(t=n,Nv):zv:t instanceof Zm?Nv:t instanceof Date?Lv:function(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}(t)?Ev:Array.isArray(t)?Av:"function"!=typeof t.valueOf&&"function"!=typeof t.toString||isNaN(t)?Pv:Dv)(e,t)}function Iv(e,t){return e=+e,t=+t,function(n){return Math.round(e*(1-n)+t*n)}}function Bv(e){return function t(n){function r(t,r){var i=e((t=xv(t)).h,(r=xv(r)).h),o=Mv(t.s,r.s),a=Mv(t.l,r.l),s=Mv(t.opacity,r.opacity);return function(e){return t.h=i(e),t.s=o(e),t.l=a(Math.pow(e,n)),t.opacity=s(e),t+""}}return n=+n,r.gamma=t,r}(1)}Bv((function(e,t){var n=t-e;return n?Sv(e,n>180||n<-180?n-360*Math.round(n/360):n):Cv(isNaN(e)?t:e)}));var Uv,$v,qv,Hv,Vv=Bv(Mv),Wv=fo(function(){if($v)return Uv;$v=1;var e=yh(),t=yp(),n=vp();return Uv=function(r){return"string"==typeof r||!t(r)&&n(r)&&"[object String]"==e(r)}}()),Yv=fo((Hv||(Hv=1,qv=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}),qv));function Gv(e,t){return null==e||null==t?NaN:e<t?-1:e>t?1:e>=t?0:NaN}function Zv(e,t){return null==e||null==t?NaN:t<e?-1:t>e?1:t>=e?0:NaN}function Xv(e){let t,n,r;function i(e,r,i=0,o=e.length){if(i<o){if(0!==t(r,r))return o;do{const t=i+o>>>1;n(e[t],r)<0?i=t+1:o=t}while(i<o)}return i}return 2!==e.length?(t=Gv,n=(t,n)=>Gv(e(t),n),r=(t,n)=>e(t)-n):(t=e===Gv||e===Zv?e:Jv,n=e,r=e),{left:i,center:function(e,t,n=0,o=e.length){const a=i(e,t,n,o-1);return a>n&&r(e[a-1],t)>-r(e[a],t)?a-1:a},right:function(e,r,i=0,o=e.length){if(i<o){if(0!==t(r,r))return o;do{const t=i+o>>>1;n(e[t],r)<=0?i=t+1:o=t}while(i<o)}return i}}}function Jv(){return 0}yp();const Kv=Xv(Gv).right;Xv((function(e){return null===e?NaN:+e})).center;class Qv extends Map{constructor(e,t=tb){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:t}}),null!=e)for(const[t,n]of e)this.set(t,n)}get(e){return super.get(eb(this,e))}has(e){return super.has(eb(this,e))}set(e,t){return super.set(function({_intern:e,_key:t},n){const r=t(n);return e.has(r)?e.get(r):(e.set(r,n),n)}(this,e),t)}delete(e){return super.delete(function({_intern:e,_key:t},n){const r=t(n);return e.has(r)&&(n=e.get(r),e.delete(r)),n}(this,e))}}function eb({_intern:e,_key:t},n){const r=t(n);return e.has(r)?e.get(r):n}function tb(e){return null!==e&&"object"==typeof e?e.valueOf():e}const nb=Math.sqrt(50),rb=Math.sqrt(10),ib=Math.sqrt(2);function ob(e,t,n){const r=(t-e)/Math.max(0,n),i=Math.floor(Math.log10(r)),o=r/Math.pow(10,i),a=o>=nb?10:o>=rb?5:o>=ib?2:1;let s,l,c;return i<0?(c=Math.pow(10,-i)/a,s=Math.round(e*c),l=Math.round(t*c),s/c<e&&++s,l/c>t&&--l,c=-c):(c=Math.pow(10,i)*a,s=Math.round(e/c),l=Math.round(t/c),s*c<e&&++s,l*c>t&&--l),l<s&&.5<=n&&n<2?ob(e,t,2*n):[s,l,c]}function ab(e,t,n){if(!((n=+n)>0))return[];if((e=+e)==(t=+t))return[e];const r=t<e,[i,o,a]=r?ob(t,e,n):ob(e,t,n);if(!(o>=i))return[];const s=o-i+1,l=new Array(s);if(r)if(a<0)for(let e=0;e<s;++e)l[e]=(o-e)/-a;else for(let e=0;e<s;++e)l[e]=(o-e)*a;else if(a<0)for(let e=0;e<s;++e)l[e]=(i+e)/-a;else for(let e=0;e<s;++e)l[e]=(i+e)*a;return l}function sb(e,t,n){return ob(e=+e,t=+t,n=+n)[2]}function lb(e,t,n){n=+n;const r=(t=+t)<(e=+e),i=r?sb(t,e,n):sb(e,t,n);return(r?-1:1)*(i<0?1/-i:i)}function cb(e,t){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(t).domain(e)}return this}const ub=Symbol("implicit");function db(){var e=new Qv,t=[],n=[],r=ub;function i(i){let o=e.get(i);if(void 0===o){if(r!==ub)return r;e.set(i,o=t.push(i)-1)}return n[o%n.length]}return i.domain=function(n){if(!arguments.length)return t.slice();t=[],e=new Qv;for(const r of n)e.has(r)||e.set(r,t.push(r)-1);return i},i.range=function(e){return arguments.length?(n=Array.from(e),i):n.slice()},i.unknown=function(e){return arguments.length?(r=e,i):r},i.copy=function(){return db(t,n).unknown(r)},cb.apply(i,arguments),i}function fb(){var e,t,n=db().unknown(void 0),r=n.domain,i=n.range,o=0,a=1,s=!1,l=0,c=0,u=.5;function d(){var n=r().length,d=a<o,f=d?a:o,h=d?o:a;e=(h-f)/Math.max(1,n-l+2*c),s&&(e=Math.floor(e)),f+=(h-f-e*(n-l))*u,t=e*(1-l),s&&(f=Math.round(f),t=Math.round(t));var p=function(e,t,n){e=+e,t=+t,n=(i=arguments.length)<2?(t=e,e=0,1):i<3?1:+n;for(var r=-1,i=0|Math.max(0,Math.ceil((t-e)/n)),o=new Array(i);++r<i;)o[r]=e+r*n;return o}(n).map((function(t){return f+e*t}));return i(d?p.reverse():p)}return delete n.unknown,n.domain=function(e){return arguments.length?(r(e),d()):r()},n.range=function(e){return arguments.length?([o,a]=e,o=+o,a=+a,d()):[o,a]},n.rangeRound=function(e){return[o,a]=e,o=+o,a=+a,s=!0,d()},n.bandwidth=function(){return t},n.step=function(){return e},n.round=function(e){return arguments.length?(s=!!e,d()):s},n.padding=function(e){return arguments.length?(l=Math.min(1,c=+e),d()):l},n.paddingInner=function(e){return arguments.length?(l=Math.min(1,e),d()):l},n.paddingOuter=function(e){return arguments.length?(c=+e,d()):c},n.align=function(e){return arguments.length?(u=Math.max(0,Math.min(1,e)),d()):u},n.copy=function(){return fb(r(),[o,a]).round(s).paddingInner(l).paddingOuter(c).align(u)},cb.apply(d(),arguments)}function hb(e){var t=e.copy;return e.padding=e.paddingOuter,delete e.paddingInner,delete e.paddingOuter,e.copy=function(){return hb(t())},e}function pb(){return hb(fb.apply(null,arguments).paddingInner(1))}function gb(e){return+e}var mb=[0,1];function vb(e){return e}function bb(e,t){return(t-=e=+e)?function(n){return(n-e)/t}:function(e){return function(){return e}}(isNaN(t)?NaN:.5)}function yb(e,t,n){var r=e[0],i=e[1],o=t[0],a=t[1];return i<r?(r=bb(i,r),o=n(a,o)):(r=bb(r,i),o=n(o,a)),function(e){return o(r(e))}}function _b(e,t,n){var r=Math.min(e.length,t.length)-1,i=new Array(r),o=new Array(r),a=-1;for(e[r]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++a<r;)i[a]=bb(e[a],e[a+1]),o[a]=n(t[a],t[a+1]);return function(t){var n=Kv(e,t,1,r)-1;return o[n](i[n](t))}}function wb(e,t){return t.domain(e.domain()).range(e.range()).interpolate(e.interpolate()).clamp(e.clamp()).unknown(e.unknown())}function xb(){var e,t,n,r,i,o,a=mb,s=mb,l=Fv,c=vb;function u(){var e=Math.min(a.length,s.length);return c!==vb&&(c=function(e,t){var n;return e>t&&(n=e,e=t,t=n),function(n){return Math.max(e,Math.min(t,n))}}(a[0],a[e-1])),r=e>2?_b:yb,i=o=null,d}function d(t){return null==t||isNaN(t=+t)?n:(i||(i=r(a.map(e),s,l)))(e(c(t)))}return d.invert=function(n){return c(t((o||(o=r(s,a.map(e),Dv)))(n)))},d.domain=function(e){return arguments.length?(a=Array.from(e,gb),u()):a.slice()},d.range=function(e){return arguments.length?(s=Array.from(e),u()):s.slice()},d.rangeRound=function(e){return s=Array.from(e),l=Iv,u()},d.clamp=function(e){return arguments.length?(c=!!e||vb,u()):c!==vb},d.interpolate=function(e){return arguments.length?(l=e,u()):l},d.unknown=function(e){return arguments.length?(n=e,d):n},function(n,r){return e=n,t=r,u()}}function kb(){return xb()(vb,vb)}function Cb(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var n,r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}function Sb(e){return(e=Cb(Math.abs(e)))?e[1]:NaN}var Mb,Tb=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Nb(e){if(!(t=Tb.exec(e)))throw new Error("invalid format: "+e);var t;return new Ob({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function Ob(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}function Eb(e,t){var n=Cb(e,t);if(!n)return e+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}Nb.prototype=Ob.prototype,Ob.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};var Ab={"%":(e,t)=>(100*e).toFixed(t),b:e=>Math.round(e).toString(2),c:e=>e+"",d:function(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)},e:(e,t)=>e.toExponential(t),f:(e,t)=>e.toFixed(t),g:(e,t)=>e.toPrecision(t),o:e=>Math.round(e).toString(8),p:(e,t)=>Eb(100*e,t),r:Eb,s:function(e,t){var n=Cb(e,t);if(!n)return e+"";var r=n[0],i=n[1],o=i-(Mb=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,a=r.length;return o===a?r:o>a?r+new Array(o-a+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+Cb(e,Math.max(0,t+o-1))[0]},X:e=>Math.round(e).toString(16).toUpperCase(),x:e=>Math.round(e).toString(16)};function Lb(e){return e}var Db,Pb,jb,Rb=Array.prototype.map,zb=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function Fb(e){var t=e.domain;return e.ticks=function(e){var n=t();return ab(n[0],n[n.length-1],null==e?10:e)},e.tickFormat=function(e,n){var r=t();return function(e,t,n,r){var i,o=lb(e,t,n);switch((r=Nb(null==r?",f":r)).type){case"s":var a=Math.max(Math.abs(e),Math.abs(t));return null!=r.precision||isNaN(i=function(e,t){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(Sb(t)/3)))-Sb(Math.abs(e)))}(o,a))||(r.precision=i),jb(r,a);case"":case"e":case"g":case"p":case"r":null!=r.precision||isNaN(i=function(e,t){return e=Math.abs(e),t=Math.abs(t)-e,Math.max(0,Sb(t)-Sb(e))+1}(o,Math.max(Math.abs(e),Math.abs(t))))||(r.precision=i-("e"===r.type));break;case"f":case"%":null!=r.precision||isNaN(i=function(e){return Math.max(0,-Sb(Math.abs(e)))}(o))||(r.precision=i-2*("%"===r.type))}return Pb(r)}(r[0],r[r.length-1],null==e?10:e,n)},e.nice=function(n){null==n&&(n=10);var r,i,o=t(),a=0,s=o.length-1,l=o[a],c=o[s],u=10;for(c<l&&(i=l,l=c,c=i,i=a,a=s,s=i);u-- >0;){if((i=sb(l,c,n))===r)return o[a]=l,o[s]=c,t(o);if(i>0)l=Math.floor(l/i)*i,c=Math.ceil(c/i)*i;else{if(!(i<0))break;l=Math.ceil(l*i)/i,c=Math.floor(c*i)/i}r=i}return e},e}function Ib(){var e=kb();return e.copy=function(){return wb(e,Ib())},cb.apply(e,arguments),Fb(e)}function Bb(e,t){var n,r=0,i=(e=e.slice()).length-1,o=e[r],a=e[i];return a<o&&(n=r,r=i,i=n,n=o,o=a,a=n),e[r]=t.floor(o),e[i]=t.ceil(a),e}function Ub(e){return Math.log(e)}function $b(e){return Math.exp(e)}function qb(e){return-Math.log(-e)}function Hb(e){return-Math.exp(-e)}function Vb(e){return isFinite(e)?+("1e"+e):e<0?0:e}function Wb(e){return(t,n)=>-e(-t,n)}function Yb(){const e=function(e){const t=e(Ub,$b),n=t.domain;let r,i,o=10;function a(){return r=function(e){return e===Math.E?Math.log:10===e&&Math.log10||2===e&&Math.log2||(e=Math.log(e),t=>Math.log(t)/e)}(o),i=function(e){return 10===e?Vb:e===Math.E?Math.exp:t=>Math.pow(e,t)}(o),n()[0]<0?(r=Wb(r),i=Wb(i),e(qb,Hb)):e(Ub,$b),t}return t.base=function(e){return arguments.length?(o=+e,a()):o},t.domain=function(e){return arguments.length?(n(e),a()):n()},t.ticks=e=>{const t=n();let a=t[0],s=t[t.length-1];const l=s<a;l&&([a,s]=[s,a]);let c,u,d=r(a),f=r(s);const h=null==e?10:+e;let p=[];if(!(o%1)&&f-d<h){if(d=Math.floor(d),f=Math.ceil(f),a>0){for(;d<=f;++d)for(c=1;c<o;++c)if(u=d<0?c/i(-d):c*i(d),!(u<a)){if(u>s)break;p.push(u)}}else for(;d<=f;++d)for(c=o-1;c>=1;--c)if(u=d>0?c/i(-d):c*i(d),!(u<a)){if(u>s)break;p.push(u)}2*p.length<h&&(p=ab(a,s,h))}else p=ab(d,f,Math.min(f-d,h)).map(i);return l?p.reverse():p},t.tickFormat=(e,n)=>{if(null==e&&(e=10),null==n&&(n=10===o?"s":","),"function"!=typeof n&&(o%1||null!=(n=Nb(n)).precision||(n.trim=!0),n=Pb(n)),e===1/0)return n;const a=Math.max(1,o*e/t.ticks().length);return e=>{let t=e/i(Math.round(r(e)));return t*o<o-.5&&(t*=o),t<=a?n(e):""}},t.nice=()=>n(Bb(n(),{floor:e=>i(Math.floor(r(e))),ceil:e=>i(Math.ceil(r(e)))})),t}(xb()).domain([1,10]);return e.copy=()=>wb(e,Yb()).base(e.base()),cb.apply(e,arguments),e}function Gb(e){return function(t){return Math.sign(t)*Math.log1p(Math.abs(t/e))}}function Zb(e){return function(t){return Math.sign(t)*Math.expm1(Math.abs(t))*e}}function Xb(){var e=function(e){var t=1,n=e(Gb(t),Zb(t));return n.constant=function(n){return arguments.length?e(Gb(t=+n),Zb(t)):t},Fb(n)}(xb());return e.copy=function(){return wb(e,Xb()).constant(e.constant())},cb.apply(e,arguments)}Db=function(e){var t,n,r=void 0===e.grouping||void 0===e.thousands?Lb:(t=Rb.call(e.grouping,Number),n=e.thousands+"",function(e,r){for(var i=e.length,o=[],a=0,s=t[0],l=0;i>0&&s>0&&(l+s+1>r&&(s=Math.max(1,r-l)),o.push(e.substring(i-=s,i+s)),!((l+=s+1)>r));)s=t[a=(a+1)%t.length];return o.reverse().join(n)}),i=void 0===e.currency?"":e.currency[0]+"",o=void 0===e.currency?"":e.currency[1]+"",a=void 0===e.decimal?".":e.decimal+"",s=void 0===e.numerals?Lb:function(e){return function(t){return t.replace(/[0-9]/g,(function(t){return e[+t]}))}}(Rb.call(e.numerals,String)),l=void 0===e.percent?"%":e.percent+"",c=void 0===e.minus?"−":e.minus+"",u=void 0===e.nan?"NaN":e.nan+"";function d(e){var t=(e=Nb(e)).fill,n=e.align,d=e.sign,f=e.symbol,h=e.zero,p=e.width,g=e.comma,m=e.precision,v=e.trim,b=e.type;"n"===b?(g=!0,b="g"):Ab[b]||(void 0===m&&(m=12),v=!0,b="g"),(h||"0"===t&&"="===n)&&(h=!0,t="0",n="=");var y="$"===f?i:"#"===f&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",_="$"===f?o:/[%p]/.test(b)?l:"",w=Ab[b],x=/[defgprs%]/.test(b);function k(e){var i,o,l,f=y,k=_;if("c"===b)k=w(e)+k,e="";else{var C=(e=+e)<0||1/e<0;if(e=isNaN(e)?u:w(Math.abs(e),m),v&&(e=function(e){e:for(var t,n=e.length,r=1,i=-1;r<n;++r)switch(e[r]){case".":i=t=r;break;case"0":0===i&&(i=r),t=r;break;default:if(!+e[r])break e;i>0&&(i=0)}return i>0?e.slice(0,i)+e.slice(t+1):e}(e)),C&&0==+e&&"+"!==d&&(C=!1),f=(C?"("===d?d:c:"-"===d||"("===d?"":d)+f,k=("s"===b?zb[8+Mb/3]:"")+k+(C&&"("===d?")":""),x)for(i=-1,o=e.length;++i<o;)if(48>(l=e.charCodeAt(i))||l>57){k=(46===l?a+e.slice(i+1):e.slice(i))+k,e=e.slice(0,i);break}}g&&!h&&(e=r(e,1/0));var S=f.length+e.length+k.length,M=S<p?new Array(p-S+1).join(t):"";switch(g&&h&&(e=r(M+e,M.length?p-k.length:1/0),M=""),n){case"<":e=f+e+k+M;break;case"=":e=f+M+e+k;break;case"^":e=M.slice(0,S=M.length>>1)+f+e+k+M.slice(S);break;default:e=M+f+e+k}return s(e)}return m=void 0===m?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,m)):Math.max(0,Math.min(20,m)),k.toString=function(){return e+""},k}return{format:d,formatPrefix:function(e,t){var n=d(((e=Nb(e)).type="f",e)),r=3*Math.max(-8,Math.min(8,Math.floor(Sb(t)/3))),i=Math.pow(10,-r),o=zb[8+r/3];return function(e){return n(i*e)+o}}}}({thousands:",",grouping:[3],currency:["$",""]}),Pb=Db.format,jb=Db.formatPrefix;const Jb=new Date,Kb=new Date;function Qb(e,t,n,r){function i(t){return e(t=0===arguments.length?new Date:new Date(+t)),t}return i.floor=t=>(e(t=new Date(+t)),t),i.ceil=n=>(e(n=new Date(n-1)),t(n,1),e(n),n),i.round=e=>{const t=i(e),n=i.ceil(e);return e-t<n-e?t:n},i.offset=(e,n)=>(t(e=new Date(+e),null==n?1:Math.floor(n)),e),i.range=(n,r,o)=>{const a=[];if(n=i.ceil(n),o=null==o?1:Math.floor(o),!(n<r&&o>0))return a;let s;do{a.push(s=new Date(+n)),t(n,o),e(n)}while(s<n&&n<r);return a},i.filter=n=>Qb((t=>{if(t>=t)for(;e(t),!n(t);)t.setTime(t-1)}),((e,r)=>{if(e>=e)if(r<0)for(;++r<=0;)for(;t(e,-1),!n(e););else for(;--r>=0;)for(;t(e,1),!n(e););})),n&&(i.count=(t,r)=>(Jb.setTime(+t),Kb.setTime(+r),e(Jb),e(Kb),Math.floor(n(Jb,Kb))),i.every=e=>(e=Math.floor(e),isFinite(e)&&e>0?e>1?i.filter(r?t=>r(t)%e==0:t=>i.count(0,t)%e==0):i:null)),i}const ey=Qb((()=>{}),((e,t)=>{e.setTime(+e+t)}),((e,t)=>t-e));ey.every=e=>(e=Math.floor(e),isFinite(e)&&e>0?e>1?Qb((t=>{t.setTime(Math.floor(t/e)*e)}),((t,n)=>{t.setTime(+t+n*e)}),((t,n)=>(n-t)/e)):ey:null),ey.range;const ty=1e3,ny=6e4,ry=36e5,iy=864e5,oy=6048e5,ay=31536e6,sy=Qb((e=>{e.setTime(e-e.getMilliseconds())}),((e,t)=>{e.setTime(+e+t*ty)}),((e,t)=>(t-e)/ty),(e=>e.getUTCSeconds()));sy.range;const ly=Qb((e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*ty)}),((e,t)=>{e.setTime(+e+t*ny)}),((e,t)=>(t-e)/ny),(e=>e.getMinutes()));ly.range;const cy=Qb((e=>{e.setUTCSeconds(0,0)}),((e,t)=>{e.setTime(+e+t*ny)}),((e,t)=>(t-e)/ny),(e=>e.getUTCMinutes()));cy.range;const uy=Qb((e=>{e.setTime(e-e.getMilliseconds()-e.getSeconds()*ty-e.getMinutes()*ny)}),((e,t)=>{e.setTime(+e+t*ry)}),((e,t)=>(t-e)/ry),(e=>e.getHours()));uy.range;const dy=Qb((e=>{e.setUTCMinutes(0,0,0)}),((e,t)=>{e.setTime(+e+t*ry)}),((e,t)=>(t-e)/ry),(e=>e.getUTCHours()));dy.range;const fy=Qb((e=>e.setHours(0,0,0,0)),((e,t)=>e.setDate(e.getDate()+t)),((e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*ny)/iy),(e=>e.getDate()-1));fy.range;const hy=Qb((e=>{e.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCDate(e.getUTCDate()+t)}),((e,t)=>(t-e)/iy),(e=>e.getUTCDate()-1));hy.range;const py=Qb((e=>{e.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCDate(e.getUTCDate()+t)}),((e,t)=>(t-e)/iy),(e=>Math.floor(e/iy)));function gy(e){return Qb((t=>{t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)}),((e,t)=>{e.setDate(e.getDate()+7*t)}),((e,t)=>(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*ny)/oy))}py.range;const my=gy(0),vy=gy(1),by=gy(2),yy=gy(3),_y=gy(4),wy=gy(5),xy=gy(6);function ky(e){return Qb((t=>{t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCDate(e.getUTCDate()+7*t)}),((e,t)=>(t-e)/oy))}my.range,vy.range,by.range,yy.range,_y.range,wy.range,xy.range;const Cy=ky(0),Sy=ky(1),My=ky(2),Ty=ky(3),Ny=ky(4),Oy=ky(5),Ey=ky(6);Cy.range,Sy.range,My.range,Ty.range,Ny.range,Oy.range,Ey.range;const Ay=Qb((e=>{e.setDate(1),e.setHours(0,0,0,0)}),((e,t)=>{e.setMonth(e.getMonth()+t)}),((e,t)=>t.getMonth()-e.getMonth()+12*(t.getFullYear()-e.getFullYear())),(e=>e.getMonth()));Ay.range;const Ly=Qb((e=>{e.setUTCDate(1),e.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCMonth(e.getUTCMonth()+t)}),((e,t)=>t.getUTCMonth()-e.getUTCMonth()+12*(t.getUTCFullYear()-e.getUTCFullYear())),(e=>e.getUTCMonth()));Ly.range;const Dy=Qb((e=>{e.setMonth(0,1),e.setHours(0,0,0,0)}),((e,t)=>{e.setFullYear(e.getFullYear()+t)}),((e,t)=>t.getFullYear()-e.getFullYear()),(e=>e.getFullYear()));Dy.every=e=>isFinite(e=Math.floor(e))&&e>0?Qb((t=>{t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)}),((t,n)=>{t.setFullYear(t.getFullYear()+n*e)})):null,Dy.range;const Py=Qb((e=>{e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)}),((e,t)=>{e.setUTCFullYear(e.getUTCFullYear()+t)}),((e,t)=>t.getUTCFullYear()-e.getUTCFullYear()),(e=>e.getUTCFullYear()));function jy(e,t,n,r,i,o){const a=[[sy,1,ty],[sy,5,5e3],[sy,15,15e3],[sy,30,3e4],[o,1,ny],[o,5,3e5],[o,15,9e5],[o,30,18e5],[i,1,ry],[i,3,108e5],[i,6,216e5],[i,12,432e5],[r,1,iy],[r,2,1728e5],[n,1,oy],[t,1,2592e6],[t,3,7776e6],[e,1,ay]];function s(t,n,r){const i=Math.abs(n-t)/r,o=Xv((([,,e])=>e)).right(a,i);if(o===a.length)return e.every(lb(t/ay,n/ay,r));if(0===o)return ey.every(Math.max(lb(t,n,r),1));const[s,l]=a[i/a[o-1][2]<a[o][2]/i?o-1:o];return s.every(l)}return[function(e,t,n){const r=t<e;r&&([e,t]=[t,e]);const i=n&&"function"==typeof n.range?n:s(e,t,n),o=i?i.range(e,+t+1):[];return r?o.reverse():o},s]}Py.every=e=>isFinite(e=Math.floor(e))&&e>0?Qb((t=>{t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)}),((t,n)=>{t.setUTCFullYear(t.getUTCFullYear()+n*e)})):null,Py.range;const[Ry,zy]=jy(Py,Ly,Cy,py,dy,cy),[Fy,Iy]=jy(Dy,Ay,my,fy,uy,ly);function By(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function Uy(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function $y(e,t,n){return{y:e,m:t,d:n,H:0,M:0,S:0,L:0}}var qy,Hy,Vy,Wy={"-":"",_:" ",0:"0"},Yy=/^\s*\d+/,Gy=/^%/,Zy=/[\\^$*+?|[\]().{}]/g;function Xy(e,t,n){var r=e<0?"-":"",i=(r?-e:e)+"",o=i.length;return r+(o<n?new Array(n-o+1).join(t)+i:i)}function Jy(e){return e.replace(Zy,"\\$&")}function Ky(e){return new RegExp("^(?:"+e.map(Jy).join("|")+")","i")}function Qy(e){return new Map(e.map(((e,t)=>[e.toLowerCase(),t])))}function e_(e,t,n){var r=Yy.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function t_(e,t,n){var r=Yy.exec(t.slice(n,n+1));return r?(e.u=+r[0],n+r[0].length):-1}function n_(e,t,n){var r=Yy.exec(t.slice(n,n+2));return r?(e.U=+r[0],n+r[0].length):-1}function r_(e,t,n){var r=Yy.exec(t.slice(n,n+2));return r?(e.V=+r[0],n+r[0].length):-1}function i_(e,t,n){var r=Yy.exec(t.slice(n,n+2));return r?(e.W=+r[0],n+r[0].length):-1}function o_(e,t,n){var r=Yy.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function a_(e,t,n){var r=Yy.exec(t.slice(n,n+2));return r?(e.y=+r[0]+(+r[0]>68?1900:2e3),n+r[0].length):-1}function s_(e,t,n){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(n,n+6));return r?(e.Z=r[1]?0:-(r[2]+(r[3]||"00")),n+r[0].length):-1}function l_(e,t,n){var r=Yy.exec(t.slice(n,n+1));return r?(e.q=3*r[0]-3,n+r[0].length):-1}function c_(e,t,n){var r=Yy.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function u_(e,t,n){var r=Yy.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function d_(e,t,n){var r=Yy.exec(t.slice(n,n+3));return r?(e.m=0,e.d=+r[0],n+r[0].length):-1}function f_(e,t,n){var r=Yy.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function h_(e,t,n){var r=Yy.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function p_(e,t,n){var r=Yy.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function g_(e,t,n){var r=Yy.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function m_(e,t,n){var r=Yy.exec(t.slice(n,n+6));return r?(e.L=Math.floor(r[0]/1e3),n+r[0].length):-1}function v_(e,t,n){var r=Gy.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function b_(e,t,n){var r=Yy.exec(t.slice(n));return r?(e.Q=+r[0],n+r[0].length):-1}function y_(e,t,n){var r=Yy.exec(t.slice(n));return r?(e.s=+r[0],n+r[0].length):-1}function __(e,t){return Xy(e.getDate(),t,2)}function w_(e,t){return Xy(e.getHours(),t,2)}function x_(e,t){return Xy(e.getHours()%12||12,t,2)}function k_(e,t){return Xy(1+fy.count(Dy(e),e),t,3)}function C_(e,t){return Xy(e.getMilliseconds(),t,3)}function S_(e,t){return C_(e,t)+"000"}function M_(e,t){return Xy(e.getMonth()+1,t,2)}function T_(e,t){return Xy(e.getMinutes(),t,2)}function N_(e,t){return Xy(e.getSeconds(),t,2)}function O_(e){var t=e.getDay();return 0===t?7:t}function E_(e,t){return Xy(my.count(Dy(e)-1,e),t,2)}function A_(e){var t=e.getDay();return t>=4||0===t?_y(e):_y.ceil(e)}function L_(e,t){return e=A_(e),Xy(_y.count(Dy(e),e)+(4===Dy(e).getDay()),t,2)}function D_(e){return e.getDay()}function P_(e,t){return Xy(vy.count(Dy(e)-1,e),t,2)}function j_(e,t){return Xy(e.getFullYear()%100,t,2)}function R_(e,t){return Xy((e=A_(e)).getFullYear()%100,t,2)}function z_(e,t){return Xy(e.getFullYear()%1e4,t,4)}function F_(e,t){var n=e.getDay();return Xy((e=n>=4||0===n?_y(e):_y.ceil(e)).getFullYear()%1e4,t,4)}function I_(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+Xy(t/60|0,"0",2)+Xy(t%60,"0",2)}function B_(e,t){return Xy(e.getUTCDate(),t,2)}function U_(e,t){return Xy(e.getUTCHours(),t,2)}function $_(e,t){return Xy(e.getUTCHours()%12||12,t,2)}function q_(e,t){return Xy(1+hy.count(Py(e),e),t,3)}function H_(e,t){return Xy(e.getUTCMilliseconds(),t,3)}function V_(e,t){return H_(e,t)+"000"}function W_(e,t){return Xy(e.getUTCMonth()+1,t,2)}function Y_(e,t){return Xy(e.getUTCMinutes(),t,2)}function G_(e,t){return Xy(e.getUTCSeconds(),t,2)}function Z_(e){var t=e.getUTCDay();return 0===t?7:t}function X_(e,t){return Xy(Cy.count(Py(e)-1,e),t,2)}function J_(e){var t=e.getUTCDay();return t>=4||0===t?Ny(e):Ny.ceil(e)}function K_(e,t){return e=J_(e),Xy(Ny.count(Py(e),e)+(4===Py(e).getUTCDay()),t,2)}function Q_(e){return e.getUTCDay()}function ew(e,t){return Xy(Sy.count(Py(e)-1,e),t,2)}function tw(e,t){return Xy(e.getUTCFullYear()%100,t,2)}function nw(e,t){return Xy((e=J_(e)).getUTCFullYear()%100,t,2)}function rw(e,t){return Xy(e.getUTCFullYear()%1e4,t,4)}function iw(e,t){var n=e.getUTCDay();return Xy((e=n>=4||0===n?Ny(e):Ny.ceil(e)).getUTCFullYear()%1e4,t,4)}function ow(){return"+0000"}function aw(){return"%"}function sw(e){return+e}function lw(e){return Math.floor(+e/1e3)}function cw(e){return new Date(e)}function uw(e){return e instanceof Date?+e:+new Date(+e)}function dw(e,t,n,r,i,o,a,s,l,c){var u=kb(),d=u.invert,f=u.domain,h=c(".%L"),p=c(":%S"),g=c("%I:%M"),m=c("%I %p"),v=c("%a %d"),b=c("%b %d"),y=c("%B"),_=c("%Y");function w(e){return(l(e)<e?h:s(e)<e?p:a(e)<e?g:o(e)<e?m:r(e)<e?i(e)<e?v:b:n(e)<e?y:_)(e)}return u.invert=function(e){return new Date(d(e))},u.domain=function(e){return arguments.length?f(Array.from(e,uw)):f().map(cw)},u.ticks=function(t){var n=f();return e(n[0],n[n.length-1],null==t?10:t)},u.tickFormat=function(e,t){return null==t?w:c(t)},u.nice=function(e){var n=f();return e&&"function"==typeof e.range||(e=t(n[0],n[n.length-1],null==e?10:e)),e?f(Bb(n,e)):u},u.copy=function(){return wb(u,dw(e,t,n,r,i,o,a,s,l,c))},u}function fw(e){for(var t=e.length/6|0,n=new Array(t),r=0;r<t;)n[r]="#"+e.slice(6*r,6*++r);return n}qy=function(e){var t=e.dateTime,n=e.date,r=e.time,i=e.periods,o=e.days,a=e.shortDays,s=e.months,l=e.shortMonths,c=Ky(i),u=Qy(i),d=Ky(o),f=Qy(o),h=Ky(a),p=Qy(a),g=Ky(s),m=Qy(s),v=Ky(l),b=Qy(l),y={a:function(e){return a[e.getDay()]},A:function(e){return o[e.getDay()]},b:function(e){return l[e.getMonth()]},B:function(e){return s[e.getMonth()]},c:null,d:__,e:__,f:S_,g:R_,G:F_,H:w_,I:x_,j:k_,L:C_,m:M_,M:T_,p:function(e){return i[+(e.getHours()>=12)]},q:function(e){return 1+~~(e.getMonth()/3)},Q:sw,s:lw,S:N_,u:O_,U:E_,V:L_,w:D_,W:P_,x:null,X:null,y:j_,Y:z_,Z:I_,"%":aw},_={a:function(e){return a[e.getUTCDay()]},A:function(e){return o[e.getUTCDay()]},b:function(e){return l[e.getUTCMonth()]},B:function(e){return s[e.getUTCMonth()]},c:null,d:B_,e:B_,f:V_,g:nw,G:iw,H:U_,I:$_,j:q_,L:H_,m:W_,M:Y_,p:function(e){return i[+(e.getUTCHours()>=12)]},q:function(e){return 1+~~(e.getUTCMonth()/3)},Q:sw,s:lw,S:G_,u:Z_,U:X_,V:K_,w:Q_,W:ew,x:null,X:null,y:tw,Y:rw,Z:ow,"%":aw},w={a:function(e,t,n){var r=h.exec(t.slice(n));return r?(e.w=p.get(r[0].toLowerCase()),n+r[0].length):-1},A:function(e,t,n){var r=d.exec(t.slice(n));return r?(e.w=f.get(r[0].toLowerCase()),n+r[0].length):-1},b:function(e,t,n){var r=v.exec(t.slice(n));return r?(e.m=b.get(r[0].toLowerCase()),n+r[0].length):-1},B:function(e,t,n){var r=g.exec(t.slice(n));return r?(e.m=m.get(r[0].toLowerCase()),n+r[0].length):-1},c:function(e,n,r){return C(e,t,n,r)},d:u_,e:u_,f:m_,g:a_,G:o_,H:f_,I:f_,j:d_,L:g_,m:c_,M:h_,p:function(e,t,n){var r=c.exec(t.slice(n));return r?(e.p=u.get(r[0].toLowerCase()),n+r[0].length):-1},q:l_,Q:b_,s:y_,S:p_,u:t_,U:n_,V:r_,w:e_,W:i_,x:function(e,t,r){return C(e,n,t,r)},X:function(e,t,n){return C(e,r,t,n)},y:a_,Y:o_,Z:s_,"%":v_};function x(e,t){return function(n){var r,i,o,a=[],s=-1,l=0,c=e.length;for(n instanceof Date||(n=new Date(+n));++s<c;)37===e.charCodeAt(s)&&(a.push(e.slice(l,s)),null!=(i=Wy[r=e.charAt(++s)])?r=e.charAt(++s):i="e"===r?" ":"0",(o=t[r])&&(r=o(n,i)),a.push(r),l=s+1);return a.push(e.slice(l,s)),a.join("")}}function k(e,t){return function(n){var r,i,o=$y(1900,void 0,1);if(C(o,e,n+="",0)!=n.length)return null;if("Q"in o)return new Date(o.Q);if("s"in o)return new Date(1e3*o.s+("L"in o?o.L:0));if(t&&!("Z"in o)&&(o.Z=0),"p"in o&&(o.H=o.H%12+12*o.p),void 0===o.m&&(o.m="q"in o?o.q:0),"V"in o){if(o.V<1||o.V>53)return null;"w"in o||(o.w=1),"Z"in o?(i=(r=Uy($y(o.y,0,1))).getUTCDay(),r=i>4||0===i?Sy.ceil(r):Sy(r),r=hy.offset(r,7*(o.V-1)),o.y=r.getUTCFullYear(),o.m=r.getUTCMonth(),o.d=r.getUTCDate()+(o.w+6)%7):(i=(r=By($y(o.y,0,1))).getDay(),r=i>4||0===i?vy.ceil(r):vy(r),r=fy.offset(r,7*(o.V-1)),o.y=r.getFullYear(),o.m=r.getMonth(),o.d=r.getDate()+(o.w+6)%7)}else("W"in o||"U"in o)&&("w"in o||(o.w="u"in o?o.u%7:"W"in o?1:0),i="Z"in o?Uy($y(o.y,0,1)).getUTCDay():By($y(o.y,0,1)).getDay(),o.m=0,o.d="W"in o?(o.w+6)%7+7*o.W-(i+5)%7:o.w+7*o.U-(i+6)%7);return"Z"in o?(o.H+=o.Z/100|0,o.M+=o.Z%100,Uy(o)):By(o)}}function C(e,t,n,r){for(var i,o,a=0,s=t.length,l=n.length;a<s;){if(r>=l)return-1;if(37===(i=t.charCodeAt(a++))){if(i=t.charAt(a++),!(o=w[i in Wy?t.charAt(a++):i])||(r=o(e,n,r))<0)return-1}else if(i!=n.charCodeAt(r++))return-1}return r}return y.x=x(n,y),y.X=x(r,y),y.c=x(t,y),_.x=x(n,_),_.X=x(r,_),_.c=x(t,_),{format:function(e){var t=x(e+="",y);return t.toString=function(){return e},t},parse:function(e){var t=k(e+="",!1);return t.toString=function(){return e},t},utcFormat:function(e){var t=x(e+="",_);return t.toString=function(){return e},t},utcParse:function(e){var t=k(e+="",!0);return t.toString=function(){return e},t}}}({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]}),Hy=qy.format,qy.parse,Vy=qy.utcFormat,qy.utcParse;var hw=fw("1f77b4ff7f0e2ca02cd627289467bd8c564be377c27f7f7fbcbd2217becf"),pw=fw("7fc97fbeaed4fdc086ffff99386cb0f0027fbf5b17666666"),gw=fw("1b9e77d95f027570b3e7298a66a61ee6ab02a6761d666666"),mw=fw("a6cee31f78b4b2df8a33a02cfb9a99e31a1cfdbf6fff7f00cab2d66a3d9affff99b15928"),vw=fw("fbb4aeb3cde3ccebc5decbe4fed9a6ffffcce5d8bdfddaecf2f2f2"),bw=fw("b3e2cdfdcdaccbd5e8f4cae4e6f5c9fff2aef1e2cccccccc"),yw=fw("e41a1c377eb84daf4a984ea3ff7f00ffff33a65628f781bf999999"),_w=fw("66c2a5fc8d628da0cbe78ac3a6d854ffd92fe5c494b3b3b3"),ww=fw("8dd3c7ffffb3bebadafb807280b1d3fdb462b3de69fccde5d9d9d9bc80bdccebc5ffed6f"),xw=fw("4e79a7f28e2ce1575976b7b259a14fedc949af7aa1ff9da79c755fbab0ab"),kw=e=>Ov(e[e.length-1]),Cw=new Array(3).concat("d8b365f5f5f55ab4ac","a6611adfc27d80cdc1018571","a6611adfc27df5f5f580cdc1018571","8c510ad8b365f6e8c3c7eae55ab4ac01665e","8c510ad8b365f6e8c3f5f5f5c7eae55ab4ac01665e","8c510abf812ddfc27df6e8c3c7eae580cdc135978f01665e","8c510abf812ddfc27df6e8c3f5f5f5c7eae580cdc135978f01665e","5430058c510abf812ddfc27df6e8c3c7eae580cdc135978f01665e003c30","5430058c510abf812ddfc27df6e8c3f5f5f5c7eae580cdc135978f01665e003c30").map(fw),Sw=kw(Cw),Mw=new Array(3).concat("af8dc3f7f7f77fbf7b","7b3294c2a5cfa6dba0008837","7b3294c2a5cff7f7f7a6dba0008837","762a83af8dc3e7d4e8d9f0d37fbf7b1b7837","762a83af8dc3e7d4e8f7f7f7d9f0d37fbf7b1b7837","762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b7837","762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b7837","40004b762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b783700441b","40004b762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b783700441b").map(fw),Tw=kw(Mw),Nw=new Array(3).concat("e9a3c9f7f7f7a1d76a","d01c8bf1b6dab8e1864dac26","d01c8bf1b6daf7f7f7b8e1864dac26","c51b7de9a3c9fde0efe6f5d0a1d76a4d9221","c51b7de9a3c9fde0eff7f7f7e6f5d0a1d76a4d9221","c51b7dde77aef1b6dafde0efe6f5d0b8e1867fbc414d9221","c51b7dde77aef1b6dafde0eff7f7f7e6f5d0b8e1867fbc414d9221","8e0152c51b7dde77aef1b6dafde0efe6f5d0b8e1867fbc414d9221276419","8e0152c51b7dde77aef1b6dafde0eff7f7f7e6f5d0b8e1867fbc414d9221276419").map(fw),Ow=kw(Nw),Ew=new Array(3).concat("998ec3f7f7f7f1a340","5e3c99b2abd2fdb863e66101","5e3c99b2abd2f7f7f7fdb863e66101","542788998ec3d8daebfee0b6f1a340b35806","542788998ec3d8daebf7f7f7fee0b6f1a340b35806","5427888073acb2abd2d8daebfee0b6fdb863e08214b35806","5427888073acb2abd2d8daebf7f7f7fee0b6fdb863e08214b35806","2d004b5427888073acb2abd2d8daebfee0b6fdb863e08214b358067f3b08","2d004b5427888073acb2abd2d8daebf7f7f7fee0b6fdb863e08214b358067f3b08").map(fw),Aw=kw(Ew),Lw=new Array(3).concat("ef8a62f7f7f767a9cf","ca0020f4a58292c5de0571b0","ca0020f4a582f7f7f792c5de0571b0","b2182bef8a62fddbc7d1e5f067a9cf2166ac","b2182bef8a62fddbc7f7f7f7d1e5f067a9cf2166ac","b2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac","b2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac","67001fb2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac053061","67001fb2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac053061").map(fw),Dw=kw(Lw),Pw=new Array(3).concat("ef8a62ffffff999999","ca0020f4a582bababa404040","ca0020f4a582ffffffbababa404040","b2182bef8a62fddbc7e0e0e09999994d4d4d","b2182bef8a62fddbc7ffffffe0e0e09999994d4d4d","b2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d","b2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d","67001fb2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d1a1a1a","67001fb2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d1a1a1a").map(fw),jw=kw(Pw),Rw=new Array(3).concat("fc8d59ffffbf91bfdb","d7191cfdae61abd9e92c7bb6","d7191cfdae61ffffbfabd9e92c7bb6","d73027fc8d59fee090e0f3f891bfdb4575b4","d73027fc8d59fee090ffffbfe0f3f891bfdb4575b4","d73027f46d43fdae61fee090e0f3f8abd9e974add14575b4","d73027f46d43fdae61fee090ffffbfe0f3f8abd9e974add14575b4","a50026d73027f46d43fdae61fee090e0f3f8abd9e974add14575b4313695","a50026d73027f46d43fdae61fee090ffffbfe0f3f8abd9e974add14575b4313695").map(fw),zw=kw(Rw),Fw=new Array(3).concat("fc8d59ffffbf91cf60","d7191cfdae61a6d96a1a9641","d7191cfdae61ffffbfa6d96a1a9641","d73027fc8d59fee08bd9ef8b91cf601a9850","d73027fc8d59fee08bffffbfd9ef8b91cf601a9850","d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850","d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850","a50026d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850006837","a50026d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850006837").map(fw),Iw=kw(Fw),Bw=new Array(3).concat("fc8d59ffffbf99d594","d7191cfdae61abdda42b83ba","d7191cfdae61ffffbfabdda42b83ba","d53e4ffc8d59fee08be6f59899d5943288bd","d53e4ffc8d59fee08bffffbfe6f59899d5943288bd","d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd","d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd","9e0142d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd5e4fa2","9e0142d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd5e4fa2").map(fw),Uw=kw(Bw),$w=new Array(3).concat("e5f5f999d8c92ca25f","edf8fbb2e2e266c2a4238b45","edf8fbb2e2e266c2a42ca25f006d2c","edf8fbccece699d8c966c2a42ca25f006d2c","edf8fbccece699d8c966c2a441ae76238b45005824","f7fcfde5f5f9ccece699d8c966c2a441ae76238b45005824","f7fcfde5f5f9ccece699d8c966c2a441ae76238b45006d2c00441b").map(fw),qw=kw($w),Hw=new Array(3).concat("e0ecf49ebcda8856a7","edf8fbb3cde38c96c688419d","edf8fbb3cde38c96c68856a7810f7c","edf8fbbfd3e69ebcda8c96c68856a7810f7c","edf8fbbfd3e69ebcda8c96c68c6bb188419d6e016b","f7fcfde0ecf4bfd3e69ebcda8c96c68c6bb188419d6e016b","f7fcfde0ecf4bfd3e69ebcda8c96c68c6bb188419d810f7c4d004b").map(fw),Vw=kw(Hw),Ww=new Array(3).concat("e0f3dba8ddb543a2ca","f0f9e8bae4bc7bccc42b8cbe","f0f9e8bae4bc7bccc443a2ca0868ac","f0f9e8ccebc5a8ddb57bccc443a2ca0868ac","f0f9e8ccebc5a8ddb57bccc44eb3d32b8cbe08589e","f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe08589e","f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe0868ac084081").map(fw),Yw=kw(Ww),Gw=new Array(3).concat("fee8c8fdbb84e34a33","fef0d9fdcc8afc8d59d7301f","fef0d9fdcc8afc8d59e34a33b30000","fef0d9fdd49efdbb84fc8d59e34a33b30000","fef0d9fdd49efdbb84fc8d59ef6548d7301f990000","fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301f990000","fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301fb300007f0000").map(fw),Zw=kw(Gw),Xw=new Array(3).concat("ece2f0a6bddb1c9099","f6eff7bdc9e167a9cf02818a","f6eff7bdc9e167a9cf1c9099016c59","f6eff7d0d1e6a6bddb67a9cf1c9099016c59","f6eff7d0d1e6a6bddb67a9cf3690c002818a016450","fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016450","fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016c59014636").map(fw),Jw=kw(Xw),Kw=new Array(3).concat("ece7f2a6bddb2b8cbe","f1eef6bdc9e174a9cf0570b0","f1eef6bdc9e174a9cf2b8cbe045a8d","f1eef6d0d1e6a6bddb74a9cf2b8cbe045a8d","f1eef6d0d1e6a6bddb74a9cf3690c00570b0034e7b","fff7fbece7f2d0d1e6a6bddb74a9cf3690c00570b0034e7b","fff7fbece7f2d0d1e6a6bddb74a9cf3690c00570b0045a8d023858").map(fw),Qw=kw(Kw),ex=new Array(3).concat("e7e1efc994c7dd1c77","f1eef6d7b5d8df65b0ce1256","f1eef6d7b5d8df65b0dd1c77980043","f1eef6d4b9dac994c7df65b0dd1c77980043","f1eef6d4b9dac994c7df65b0e7298ace125691003f","f7f4f9e7e1efd4b9dac994c7df65b0e7298ace125691003f","f7f4f9e7e1efd4b9dac994c7df65b0e7298ace125698004367001f").map(fw),tx=kw(ex),nx=new Array(3).concat("fde0ddfa9fb5c51b8a","feebe2fbb4b9f768a1ae017e","feebe2fbb4b9f768a1c51b8a7a0177","feebe2fcc5c0fa9fb5f768a1c51b8a7a0177","feebe2fcc5c0fa9fb5f768a1dd3497ae017e7a0177","fff7f3fde0ddfcc5c0fa9fb5f768a1dd3497ae017e7a0177","fff7f3fde0ddfcc5c0fa9fb5f768a1dd3497ae017e7a017749006a").map(fw),rx=kw(nx),ix=new Array(3).concat("edf8b17fcdbb2c7fb8","ffffcca1dab441b6c4225ea8","ffffcca1dab441b6c42c7fb8253494","ffffccc7e9b47fcdbb41b6c42c7fb8253494","ffffccc7e9b47fcdbb41b6c41d91c0225ea80c2c84","ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea80c2c84","ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea8253494081d58").map(fw),ox=kw(ix),ax=new Array(3).concat("f7fcb9addd8e31a354","ffffccc2e69978c679238443","ffffccc2e69978c67931a354006837","ffffccd9f0a3addd8e78c67931a354006837","ffffccd9f0a3addd8e78c67941ab5d238443005a32","ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443005a32","ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443006837004529").map(fw),sx=kw(ax),lx=new Array(3).concat("fff7bcfec44fd95f0e","ffffd4fed98efe9929cc4c02","ffffd4fed98efe9929d95f0e993404","ffffd4fee391fec44ffe9929d95f0e993404","ffffd4fee391fec44ffe9929ec7014cc4c028c2d04","ffffe5fff7bcfee391fec44ffe9929ec7014cc4c028c2d04","ffffe5fff7bcfee391fec44ffe9929ec7014cc4c02993404662506").map(fw),cx=kw(lx),ux=new Array(3).concat("ffeda0feb24cf03b20","ffffb2fecc5cfd8d3ce31a1c","ffffb2fecc5cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cbd0026800026").map(fw),dx=kw(ux),fx=new Array(3).concat("deebf79ecae13182bd","eff3ffbdd7e76baed62171b5","eff3ffbdd7e76baed63182bd08519c","eff3ffc6dbef9ecae16baed63182bd08519c","eff3ffc6dbef9ecae16baed64292c62171b5084594","f7fbffdeebf7c6dbef9ecae16baed64292c62171b5084594","f7fbffdeebf7c6dbef9ecae16baed64292c62171b508519c08306b").map(fw),hx=kw(fx),px=new Array(3).concat("e5f5e0a1d99b31a354","edf8e9bae4b374c476238b45","edf8e9bae4b374c47631a354006d2c","edf8e9c7e9c0a1d99b74c47631a354006d2c","edf8e9c7e9c0a1d99b74c47641ab5d238b45005a32","f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45005a32","f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45006d2c00441b").map(fw),gx=kw(px),mx=new Array(3).concat("f0f0f0bdbdbd636363","f7f7f7cccccc969696525252","f7f7f7cccccc969696636363252525","f7f7f7d9d9d9bdbdbd969696636363252525","f7f7f7d9d9d9bdbdbd969696737373525252252525","fffffff0f0f0d9d9d9bdbdbd969696737373525252252525","fffffff0f0f0d9d9d9bdbdbd969696737373525252252525000000").map(fw),vx=kw(mx),bx=new Array(3).concat("efedf5bcbddc756bb1","f2f0f7cbc9e29e9ac86a51a3","f2f0f7cbc9e29e9ac8756bb154278f","f2f0f7dadaebbcbddc9e9ac8756bb154278f","f2f0f7dadaebbcbddc9e9ac8807dba6a51a34a1486","fcfbfdefedf5dadaebbcbddc9e9ac8807dba6a51a34a1486","fcfbfdefedf5dadaebbcbddc9e9ac8807dba6a51a354278f3f007d").map(fw),yx=kw(bx),_x=new Array(3).concat("fee0d2fc9272de2d26","fee5d9fcae91fb6a4acb181d","fee5d9fcae91fb6a4ade2d26a50f15","fee5d9fcbba1fc9272fb6a4ade2d26a50f15","fee5d9fcbba1fc9272fb6a4aef3b2ccb181d99000d","fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181d99000d","fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181da50f1567000d").map(fw),wx=kw(_x),xx=new Array(3).concat("fee6cefdae6be6550d","feeddefdbe85fd8d3cd94701","feeddefdbe85fd8d3ce6550da63603","feeddefdd0a2fdae6bfd8d3ce6550da63603","feeddefdd0a2fdae6bfd8d3cf16913d948018c2d04","fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d948018c2d04","fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d94801a636037f2704").map(fw),kx=kw(xx),Cx=Vv(xv(300,.5,0),xv(-240,.5,1)),Sx=Vv(xv(-100,.75,.35),xv(80,1.5,.8)),Mx=Vv(xv(260,.75,.35),xv(80,1.5,.8)),Tx=xv(),Nx=Qm(),Ox=Math.PI/3,Ex=2*Math.PI/3;function Ax(e){var t=e.length;return function(n){return e[Math.max(0,Math.min(t-1,Math.floor(n*t)))]}}var Lx,Dx,Px,jx,Rx,zx,Fx,Ix,Bx,Ux,$x,qx,Hx,Vx,Wx,Yx,Gx,Zx,Xx,Jx,Kx,Qx,ek,tk,nk=Ax(fw("44015444025645045745055946075a46085c460a5d460b5e470d60470e6147106347116447136548146748166848176948186a481a6c481b6d481c6e481d6f481f70482071482173482374482475482576482677482878482979472a7a472c7a472d7b472e7c472f7d46307e46327e46337f463480453581453781453882443983443a83443b84433d84433e85423f854240864241864142874144874045884046883f47883f48893e49893e4a893e4c8a3d4d8a3d4e8a3c4f8a3c508b3b518b3b528b3a538b3a548c39558c39568c38588c38598c375a8c375b8d365c8d365d8d355e8d355f8d34608d34618d33628d33638d32648e32658e31668e31678e31688e30698e306a8e2f6b8e2f6c8e2e6d8e2e6e8e2e6f8e2d708e2d718e2c718e2c728e2c738e2b748e2b758e2a768e2a778e2a788e29798e297a8e297b8e287c8e287d8e277e8e277f8e27808e26818e26828e26828e25838e25848e25858e24868e24878e23888e23898e238a8d228b8d228c8d228d8d218e8d218f8d21908d21918c20928c20928c20938c1f948c1f958b1f968b1f978b1f988b1f998a1f9a8a1e9b8a1e9c891e9d891f9e891f9f881fa0881fa1881fa1871fa28720a38620a48621a58521a68522a78522a88423a98324aa8325ab8225ac8226ad8127ad8128ae8029af7f2ab07f2cb17e2db27d2eb37c2fb47c31b57b32b67a34b67935b77937b87838b9773aba763bbb753dbc743fbc7340bd7242be7144bf7046c06f48c16e4ac16d4cc26c4ec36b50c46a52c56954c56856c66758c7655ac8645cc8635ec96260ca6063cb5f65cb5e67cc5c69cd5b6ccd5a6ece5870cf5773d05675d05477d1537ad1517cd2507fd34e81d34d84d44b86d54989d5488bd6468ed64590d74393d74195d84098d83e9bd93c9dd93ba0da39a2da37a5db36a8db34aadc32addc30b0dd2fb2dd2db5de2bb8de29bade28bddf26c0df25c2df23c5e021c8e020cae11fcde11dd0e11cd2e21bd5e21ad8e219dae319dde318dfe318e2e418e5e419e7e419eae51aece51befe51cf1e51df4e61ef6e620f8e621fbe723fde725")),rk=Ax(fw("00000401000501010601010802010902020b02020d03030f03031204041405041606051806051a07061c08071e0907200a08220b09240c09260d0a290e0b2b100b2d110c2f120d31130d34140e36150e38160f3b180f3d19103f1a10421c10441d11471e114920114b21114e22115024125325125527125829115a2a115c2c115f2d11612f116331116533106734106936106b38106c390f6e3b0f703d0f713f0f72400f74420f75440f764510774710784910784a10794c117a4e117b4f127b51127c52137c54137d56147d57157e59157e5a167e5c167f5d177f5f187f601880621980641a80651a80671b80681c816a1c816b1d816d1d816e1e81701f81721f817320817521817621817822817922827b23827c23827e24828025828125818326818426818627818827818928818b29818c29818e2a81902a81912b81932b80942c80962c80982d80992d809b2e7f9c2e7f9e2f7fa02f7fa1307ea3307ea5317ea6317da8327daa337dab337cad347cae347bb0357bb2357bb3367ab5367ab73779b83779ba3878bc3978bd3977bf3a77c03a76c23b75c43c75c53c74c73d73c83e73ca3e72cc3f71cd4071cf4070d0416fd2426fd3436ed5446dd6456cd8456cd9466bdb476adc4869de4968df4a68e04c67e24d66e34e65e44f64e55064e75263e85362e95462ea5661eb5760ec5860ed5a5fee5b5eef5d5ef05f5ef1605df2625df2645cf3655cf4675cf4695cf56b5cf66c5cf66e5cf7705cf7725cf8745cf8765cf9785df9795df97b5dfa7d5efa7f5efa815ffb835ffb8560fb8761fc8961fc8a62fc8c63fc8e64fc9065fd9266fd9467fd9668fd9869fd9a6afd9b6bfe9d6cfe9f6dfea16efea36ffea571fea772fea973feaa74feac76feae77feb078feb27afeb47bfeb67cfeb77efeb97ffebb81febd82febf84fec185fec287fec488fec68afec88cfeca8dfecc8ffecd90fecf92fed194fed395fed597fed799fed89afdda9cfddc9efddea0fde0a1fde2a3fde3a5fde5a7fde7a9fde9aafdebacfcecaefceeb0fcf0b2fcf2b4fcf4b6fcf6b8fcf7b9fcf9bbfcfbbdfcfdbf")),ik=Ax(fw("00000401000501010601010802010a02020c02020e03021004031204031405041706041907051b08051d09061f0a07220b07240c08260d08290e092b10092d110a30120a32140b34150b37160b39180c3c190c3e1b0c411c0c431e0c451f0c48210c4a230c4c240c4f260c51280b53290b552b0b572d0b592f0a5b310a5c320a5e340a5f3609613809623909633b09643d09653e0966400a67420a68440a68450a69470b6a490b6a4a0c6b4c0c6b4d0d6c4f0d6c510e6c520e6d540f6d550f6d57106e59106e5a116e5c126e5d126e5f136e61136e62146e64156e65156e67166e69166e6a176e6c186e6d186e6f196e71196e721a6e741a6e751b6e771c6d781c6d7a1d6d7c1d6d7d1e6d7f1e6c801f6c82206c84206b85216b87216b88226a8a226a8c23698d23698f24699025689225689326679526679727669827669a28659b29649d29649f2a63a02a63a22b62a32c61a52c60a62d60a82e5fa92e5eab2f5ead305dae305cb0315bb1325ab3325ab43359b63458b73557b93556ba3655bc3754bd3853bf3952c03a51c13a50c33b4fc43c4ec63d4dc73e4cc83f4bca404acb4149cc4248ce4347cf4446d04545d24644d34743d44842d54a41d74b3fd84c3ed94d3dda4e3cdb503bdd513ade5238df5337e05536e15635e25734e35933e45a31e55c30e65d2fe75e2ee8602de9612bea632aeb6429eb6628ec6726ed6925ee6a24ef6c23ef6e21f06f20f1711ff1731df2741cf3761bf37819f47918f57b17f57d15f67e14f68013f78212f78410f8850ff8870ef8890cf98b0bf98c0af98e09fa9008fa9207fa9407fb9606fb9706fb9906fb9b06fb9d07fc9f07fca108fca309fca50afca60cfca80dfcaa0ffcac11fcae12fcb014fcb216fcb418fbb61afbb81dfbba1ffbbc21fbbe23fac026fac228fac42afac62df9c72ff9c932f9cb35f8cd37f8cf3af7d13df7d340f6d543f6d746f5d949f5db4cf4dd4ff4df53f4e156f3e35af3e55df2e661f2e865f2ea69f1ec6df1ed71f1ef75f1f179f2f27df2f482f3f586f3f68af4f88ef5f992f6fa96f8fb9af9fc9dfafda1fcffa4")),ok=Ax(fw("0d088710078813078916078a19068c1b068d1d068e20068f2206902406912605912805922a05932c05942e05952f059631059733059735049837049938049a3a049a3c049b3e049c3f049c41049d43039e44039e46039f48039f4903a04b03a14c02a14e02a25002a25102a35302a35502a45601a45801a45901a55b01a55c01a65e01a66001a66100a76300a76400a76600a76700a86900a86a00a86c00a86e00a86f00a87100a87201a87401a87501a87701a87801a87a02a87b02a87d03a87e03a88004a88104a78305a78405a78606a68707a68808a68a09a58b0aa58d0ba58e0ca48f0da4910ea3920fa39410a29511a19613a19814a099159f9a169f9c179e9d189d9e199da01a9ca11b9ba21d9aa31e9aa51f99a62098a72197a82296aa2395ab2494ac2694ad2793ae2892b02991b12a90b22b8fb32c8eb42e8db52f8cb6308bb7318ab83289ba3388bb3488bc3587bd3786be3885bf3984c03a83c13b82c23c81c33d80c43e7fc5407ec6417dc7427cc8437bc9447aca457acb4679cc4778cc4977cd4a76ce4b75cf4c74d04d73d14e72d24f71d35171d45270d5536fd5546ed6556dd7566cd8576bd9586ada5a6ada5b69db5c68dc5d67dd5e66de5f65de6164df6263e06363e16462e26561e26660e3685fe4695ee56a5de56b5de66c5ce76e5be76f5ae87059e97158e97257ea7457eb7556eb7655ec7754ed7953ed7a52ee7b51ef7c51ef7e50f07f4ff0804ef1814df1834cf2844bf3854bf3874af48849f48948f58b47f58c46f68d45f68f44f79044f79143f79342f89441f89540f9973ff9983ef99a3efa9b3dfa9c3cfa9e3bfb9f3afba139fba238fca338fca537fca636fca835fca934fdab33fdac33fdae32fdaf31fdb130fdb22ffdb42ffdb52efeb72dfeb82cfeba2cfebb2bfebd2afebe2afec029fdc229fdc328fdc527fdc627fdc827fdca26fdcb26fccd25fcce25fcd025fcd225fbd324fbd524fbd724fad824fada24f9dc24f9dd25f8df25f8e125f7e225f7e425f6e626f6e826f5e926f5eb27f4ed27f3ee27f3f027f2f227f1f426f1f525f0f724f0f921")),ak=fo(wh());function sk(){if(zx)return Rx;zx=1;var e=Th(),t=Dx?Lx:(Dx=1,Lx=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}),n=jx?Px:(jx=1,Px=function(e){return this.__data__.has(e)});function r(t){var n=-1,r=null==t?0:t.length;for(this.__data__=new e;++n<r;)this.add(t[n])}return r.prototype.add=r.prototype.push=t,r.prototype.has=n,Rx=r}function lk(){if(Yx)return Wx;Yx=1;var e=function(){if(Vx)return Hx;Vx=1;var e=(Ix||(Ix=1,Fx=function(e,t,n,r){for(var i=e.length,o=n+(r?1:-1);r?o--:++o<i;)if(t(e[o],o,e))return o;return-1}),Fx),t=Ux?Bx:(Ux=1,Bx=function(e){return e!=e}),n=(qx||(qx=1,$x=function(e,t,n){for(var r=n-1,i=e.length;++r<i;)if(e[r]===t)return r;return-1}),$x);return Hx=function(r,i,o){return i==i?n(r,i,o):e(r,t,o)},Hx}();return Wx=function(t,n){return!(null==t||!t.length)&&e(t,n,0)>-1}}function ck(){return Zx||(Zx=1,Gx=function(e,t,n){for(var r=-1,i=null==e?0:e.length;++r<i;)if(n(t,e[r]))return!0;return!1}),Gx}function uk(){return Jx?Xx:(Jx=1,Xx=function(e,t){return e.has(t)})}var dk=function(){if(tk)return ek;tk=1;var e=function(){if(Qx)return Kx;Qx=1;var e=sk(),t=lk(),n=ck(),r=bm(),i=jp(),o=uk();return Kx=function(a,s,l,c){var u=-1,d=t,f=!0,h=a.length,p=[],g=s.length;if(!h)return p;l&&(s=r(s,i(l))),c?(d=n,f=!1):s.length>=200&&(d=o,f=!1,s=new e(s));e:for(;++u<h;){var m=a[u],v=null==l?m:l(m);if(m=c||0!==m?m:0,f&&v==v){for(var b=g;b--;)if(s[b]===v)continue e;p.push(m)}else d(s,v,c)||p.push(m)}return p},Kx}(),t=$g(),n=xp(),r=t((function(t,r){return n(t)?e(t,r):[]}));return ek=r}(),fk=fo(dk);function hk(e,t){if((n=(e=t?e.toExponential(t-1):e.toExponential()).indexOf("e"))<0)return null;var n,r=e.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+e.slice(n+1)]}var pk,gk=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function mk(e){if(!(t=gk.exec(e)))throw new Error("invalid format: "+e);var t;return new vk({fill:t[1],align:t[2],sign:t[3],symbol:t[4],zero:t[5],width:t[6],comma:t[7],precision:t[8]&&t[8].slice(1),trim:t[9],type:t[10]})}function vk(e){this.fill=void 0===e.fill?" ":e.fill+"",this.align=void 0===e.align?">":e.align+"",this.sign=void 0===e.sign?"-":e.sign+"",this.symbol=void 0===e.symbol?"":e.symbol+"",this.zero=!!e.zero,this.width=void 0===e.width?void 0:+e.width,this.comma=!!e.comma,this.precision=void 0===e.precision?void 0:+e.precision,this.trim=!!e.trim,this.type=void 0===e.type?"":e.type+""}function bk(e,t){var n=hk(e,t);if(!n)return e+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}mk.prototype=vk.prototype,vk.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};var yk={"%":function(e,t){return(100*e).toFixed(t)},b:function(e){return Math.round(e).toString(2)},c:function(e){return e+""},d:function(e){return Math.abs(e=Math.round(e))>=1e21?e.toLocaleString("en").replace(/,/g,""):e.toString(10)},e:function(e,t){return e.toExponential(t)},f:function(e,t){return e.toFixed(t)},g:function(e,t){return e.toPrecision(t)},o:function(e){return Math.round(e).toString(8)},p:function(e,t){return bk(100*e,t)},r:bk,s:function(e,t){var n=hk(e,t);if(!n)return e+"";var r=n[0],i=n[1],o=i-(pk=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,a=r.length;return o===a?r:o>a?r+new Array(o-a+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+hk(e,Math.max(0,t+o-1))[0]},X:function(e){return Math.round(e).toString(16).toUpperCase()},x:function(e){return Math.round(e).toString(16)}};function _k(e){return e}var wk,xk,kk=Array.prototype.map,Ck=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];wk=function(e){var t,n,r=void 0===e.grouping||void 0===e.thousands?_k:(t=kk.call(e.grouping,Number),n=e.thousands+"",function(e,r){for(var i=e.length,o=[],a=0,s=t[0],l=0;i>0&&s>0&&(l+s+1>r&&(s=Math.max(1,r-l)),o.push(e.substring(i-=s,i+s)),!((l+=s+1)>r));)s=t[a=(a+1)%t.length];return o.reverse().join(n)}),i=void 0===e.currency?"":e.currency[0]+"",o=void 0===e.currency?"":e.currency[1]+"",a=void 0===e.decimal?".":e.decimal+"",s=void 0===e.numerals?_k:function(e){return function(t){return t.replace(/[0-9]/g,(function(t){return e[+t]}))}}(kk.call(e.numerals,String)),l=void 0===e.percent?"%":e.percent+"",c=void 0===e.minus?"-":e.minus+"",u=void 0===e.nan?"NaN":e.nan+"";function d(e){var t=(e=mk(e)).fill,n=e.align,d=e.sign,f=e.symbol,h=e.zero,p=e.width,g=e.comma,m=e.precision,v=e.trim,b=e.type;"n"===b?(g=!0,b="g"):yk[b]||(void 0===m&&(m=12),v=!0,b="g"),(h||"0"===t&&"="===n)&&(h=!0,t="0",n="=");var y="$"===f?i:"#"===f&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",_="$"===f?o:/[%p]/.test(b)?l:"",w=yk[b],x=/[defgprs%]/.test(b);function k(e){var i,o,l,f=y,k=_;if("c"===b)k=w(e)+k,e="";else{var C=(e=+e)<0||1/e<0;if(e=isNaN(e)?u:w(Math.abs(e),m),v&&(e=function(e){e:for(var t,n=e.length,r=1,i=-1;r<n;++r)switch(e[r]){case".":i=t=r;break;case"0":0===i&&(i=r),t=r;break;default:if(!+e[r])break e;i>0&&(i=0)}return i>0?e.slice(0,i)+e.slice(t+1):e}(e)),C&&0==+e&&"+"!==d&&(C=!1),f=(C?"("===d?d:c:"-"===d||"("===d?"":d)+f,k=("s"===b?Ck[8+pk/3]:"")+k+(C&&"("===d?")":""),x)for(i=-1,o=e.length;++i<o;)if(48>(l=e.charCodeAt(i))||l>57){k=(46===l?a+e.slice(i+1):e.slice(i))+k,e=e.slice(0,i);break}}g&&!h&&(e=r(e,1/0));var S=f.length+e.length+k.length,M=S<p?new Array(p-S+1).join(t):"";switch(g&&h&&(e=r(M+e,M.length?p-k.length:1/0),M=""),n){case"<":e=f+e+k+M;break;case"=":e=f+M+e+k;break;case"^":e=M.slice(0,S=M.length>>1)+f+e+k+M.slice(S);break;default:e=M+f+e+k}return s(e)}return m=void 0===m?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,m)):Math.max(0,Math.min(20,m)),k.toString=function(){return e+""},k}return{format:d,formatPrefix:function(e,t){var n=d(((e=mk(e)).type="f",e)),r=3*Math.max(-8,Math.min(8,Math.floor(function(e){return(e=hk(Math.abs(e)))?e[1]:NaN}(t)/3))),i=Math.pow(10,-r),o=Ck[8+r/3];return function(e){return n(i*e)+o}}}}({decimal:".",thousands:",",grouping:[3],currency:["$",""],minus:"-"}),xk=wk.format,wk.formatPrefix;var Sk=new Date,Mk=new Date;function Tk(e,t,n,r){function i(t){return e(t=0===arguments.length?new Date:new Date(+t)),t}return i.floor=function(t){return e(t=new Date(+t)),t},i.ceil=function(n){return e(n=new Date(n-1)),t(n,1),e(n),n},i.round=function(e){var t=i(e),n=i.ceil(e);return e-t<n-e?t:n},i.offset=function(e,n){return t(e=new Date(+e),null==n?1:Math.floor(n)),e},i.range=function(n,r,o){var a,s=[];if(n=i.ceil(n),o=null==o?1:Math.floor(o),!(n<r&&o>0))return s;do{s.push(a=new Date(+n)),t(n,o),e(n)}while(a<n&&n<r);return s},i.filter=function(n){return Tk((function(t){if(t>=t)for(;e(t),!n(t);)t.setTime(t-1)}),(function(e,r){if(e>=e)if(r<0)for(;++r<=0;)for(;t(e,-1),!n(e););else for(;--r>=0;)for(;t(e,1),!n(e););}))},n&&(i.count=function(t,r){return Sk.setTime(+t),Mk.setTime(+r),e(Sk),e(Mk),Math.floor(n(Sk,Mk))},i.every=function(e){return e=Math.floor(e),isFinite(e)&&e>0?e>1?i.filter(r?function(t){return r(t)%e==0}:function(t){return i.count(0,t)%e==0}):i:null}),i}const Nk=864e5,Ok=6048e5;var Ek=Tk((e=>e.setHours(0,0,0,0)),((e,t)=>e.setDate(e.getDate()+t)),((e,t)=>(t-e-6e4*(t.getTimezoneOffset()-e.getTimezoneOffset()))/Nk),(e=>e.getDate()-1));function Ak(e){return Tk((function(t){t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)}),(function(e,t){e.setDate(e.getDate()+7*t)}),(function(e,t){return(t-e-6e4*(t.getTimezoneOffset()-e.getTimezoneOffset()))/Ok}))}Ek.range;var Lk=Ak(0),Dk=Ak(1),Pk=Ak(2),jk=Ak(3),Rk=Ak(4),zk=Ak(5),Fk=Ak(6);Lk.range,Dk.range,Pk.range,jk.range,Rk.range,zk.range,Fk.range;var Ik=Tk((function(e){e.setMonth(0,1),e.setHours(0,0,0,0)}),(function(e,t){e.setFullYear(e.getFullYear()+t)}),(function(e,t){return t.getFullYear()-e.getFullYear()}),(function(e){return e.getFullYear()}));Ik.every=function(e){return isFinite(e=Math.floor(e))&&e>0?Tk((function(t){t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)}),(function(t,n){t.setFullYear(t.getFullYear()+n*e)})):null},Ik.range;var Bk=Tk((function(e){e.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCDate(e.getUTCDate()+t)}),(function(e,t){return(t-e)/Nk}),(function(e){return e.getUTCDate()-1}));function Uk(e){return Tk((function(t){t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCDate(e.getUTCDate()+7*t)}),(function(e,t){return(t-e)/Ok}))}Bk.range;var $k=Uk(0),qk=Uk(1),Hk=Uk(2),Vk=Uk(3),Wk=Uk(4),Yk=Uk(5),Gk=Uk(6);$k.range,qk.range,Hk.range,Vk.range,Wk.range,Yk.range,Gk.range;var Zk=Tk((function(e){e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCFullYear(e.getUTCFullYear()+t)}),(function(e,t){return t.getUTCFullYear()-e.getUTCFullYear()}),(function(e){return e.getUTCFullYear()}));function Xk(e){if(0<=e.y&&e.y<100){var t=new Date(-1,e.m,e.d,e.H,e.M,e.S,e.L);return t.setFullYear(e.y),t}return new Date(e.y,e.m,e.d,e.H,e.M,e.S,e.L)}function Jk(e){if(0<=e.y&&e.y<100){var t=new Date(Date.UTC(-1,e.m,e.d,e.H,e.M,e.S,e.L));return t.setUTCFullYear(e.y),t}return new Date(Date.UTC(e.y,e.m,e.d,e.H,e.M,e.S,e.L))}function Kk(e,t,n){return{y:e,m:t,d:n,H:0,M:0,S:0,L:0}}Zk.every=function(e){return isFinite(e=Math.floor(e))&&e>0?Tk((function(t){t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)}),(function(t,n){t.setUTCFullYear(t.getUTCFullYear()+n*e)})):null},Zk.range;var Qk,eC,tC,nC,rC={"-":"",_:" ",0:"0"},iC=/^\s*\d+/,oC=/^%/,aC=/[\\^$*+?|[\]().{}]/g;function sC(e,t,n){var r=e<0?"-":"",i=(r?-e:e)+"",o=i.length;return r+(o<n?new Array(n-o+1).join(t)+i:i)}function lC(e){return e.replace(aC,"\\$&")}function cC(e){return new RegExp("^(?:"+e.map(lC).join("|")+")","i")}function uC(e){return new Map(e.map(((e,t)=>[e.toLowerCase(),t])))}function dC(e,t,n){var r=iC.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function fC(e,t,n){var r=iC.exec(t.slice(n,n+1));return r?(e.u=+r[0],n+r[0].length):-1}function hC(e,t,n){var r=iC.exec(t.slice(n,n+2));return r?(e.U=+r[0],n+r[0].length):-1}function pC(e,t,n){var r=iC.exec(t.slice(n,n+2));return r?(e.V=+r[0],n+r[0].length):-1}function gC(e,t,n){var r=iC.exec(t.slice(n,n+2));return r?(e.W=+r[0],n+r[0].length):-1}function mC(e,t,n){var r=iC.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function vC(e,t,n){var r=iC.exec(t.slice(n,n+2));return r?(e.y=+r[0]+(+r[0]>68?1900:2e3),n+r[0].length):-1}function bC(e,t,n){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(t.slice(n,n+6));return r?(e.Z=r[1]?0:-(r[2]+(r[3]||"00")),n+r[0].length):-1}function yC(e,t,n){var r=iC.exec(t.slice(n,n+1));return r?(e.q=3*r[0]-3,n+r[0].length):-1}function _C(e,t,n){var r=iC.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function wC(e,t,n){var r=iC.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function xC(e,t,n){var r=iC.exec(t.slice(n,n+3));return r?(e.m=0,e.d=+r[0],n+r[0].length):-1}function kC(e,t,n){var r=iC.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function CC(e,t,n){var r=iC.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function SC(e,t,n){var r=iC.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function MC(e,t,n){var r=iC.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function TC(e,t,n){var r=iC.exec(t.slice(n,n+6));return r?(e.L=Math.floor(r[0]/1e3),n+r[0].length):-1}function NC(e,t,n){var r=oC.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function OC(e,t,n){var r=iC.exec(t.slice(n));return r?(e.Q=+r[0],n+r[0].length):-1}function EC(e,t,n){var r=iC.exec(t.slice(n));return r?(e.s=+r[0],n+r[0].length):-1}function AC(e,t){return sC(e.getDate(),t,2)}function LC(e,t){return sC(e.getHours(),t,2)}function DC(e,t){return sC(e.getHours()%12||12,t,2)}function PC(e,t){return sC(1+Ek.count(Ik(e),e),t,3)}function jC(e,t){return sC(e.getMilliseconds(),t,3)}function RC(e,t){return jC(e,t)+"000"}function zC(e,t){return sC(e.getMonth()+1,t,2)}function FC(e,t){return sC(e.getMinutes(),t,2)}function IC(e,t){return sC(e.getSeconds(),t,2)}function BC(e){var t=e.getDay();return 0===t?7:t}function UC(e,t){return sC(Lk.count(Ik(e)-1,e),t,2)}function $C(e){var t=e.getDay();return t>=4||0===t?Rk(e):Rk.ceil(e)}function qC(e,t){return e=$C(e),sC(Rk.count(Ik(e),e)+(4===Ik(e).getDay()),t,2)}function HC(e){return e.getDay()}function VC(e,t){return sC(Dk.count(Ik(e)-1,e),t,2)}function WC(e,t){return sC(e.getFullYear()%100,t,2)}function YC(e,t){return sC((e=$C(e)).getFullYear()%100,t,2)}function GC(e,t){return sC(e.getFullYear()%1e4,t,4)}function ZC(e,t){var n=e.getDay();return sC((e=n>=4||0===n?Rk(e):Rk.ceil(e)).getFullYear()%1e4,t,4)}function XC(e){var t=e.getTimezoneOffset();return(t>0?"-":(t*=-1,"+"))+sC(t/60|0,"0",2)+sC(t%60,"0",2)}function JC(e,t){return sC(e.getUTCDate(),t,2)}function KC(e,t){return sC(e.getUTCHours(),t,2)}function QC(e,t){return sC(e.getUTCHours()%12||12,t,2)}function eS(e,t){return sC(1+Bk.count(Zk(e),e),t,3)}function tS(e,t){return sC(e.getUTCMilliseconds(),t,3)}function nS(e,t){return tS(e,t)+"000"}function rS(e,t){return sC(e.getUTCMonth()+1,t,2)}function iS(e,t){return sC(e.getUTCMinutes(),t,2)}function oS(e,t){return sC(e.getUTCSeconds(),t,2)}function aS(e){var t=e.getUTCDay();return 0===t?7:t}function sS(e,t){return sC($k.count(Zk(e)-1,e),t,2)}function lS(e){var t=e.getUTCDay();return t>=4||0===t?Wk(e):Wk.ceil(e)}function cS(e,t){return e=lS(e),sC(Wk.count(Zk(e),e)+(4===Zk(e).getUTCDay()),t,2)}function uS(e){return e.getUTCDay()}function dS(e,t){return sC(qk.count(Zk(e)-1,e),t,2)}function fS(e,t){return sC(e.getUTCFullYear()%100,t,2)}function hS(e,t){return sC((e=lS(e)).getUTCFullYear()%100,t,2)}function pS(e,t){return sC(e.getUTCFullYear()%1e4,t,4)}function gS(e,t){var n=e.getUTCDay();return sC((e=n>=4||0===n?Wk(e):Wk.ceil(e)).getUTCFullYear()%1e4,t,4)}function mS(){return"+0000"}function vS(){return"%"}function bS(e){return+e}function yS(e){return Math.floor(+e/1e3)}Qk=function(e){var t=e.dateTime,n=e.date,r=e.time,i=e.periods,o=e.days,a=e.shortDays,s=e.months,l=e.shortMonths,c=cC(i),u=uC(i),d=cC(o),f=uC(o),h=cC(a),p=uC(a),g=cC(s),m=uC(s),v=cC(l),b=uC(l),y={a:function(e){return a[e.getDay()]},A:function(e){return o[e.getDay()]},b:function(e){return l[e.getMonth()]},B:function(e){return s[e.getMonth()]},c:null,d:AC,e:AC,f:RC,g:YC,G:ZC,H:LC,I:DC,j:PC,L:jC,m:zC,M:FC,p:function(e){return i[+(e.getHours()>=12)]},q:function(e){return 1+~~(e.getMonth()/3)},Q:bS,s:yS,S:IC,u:BC,U:UC,V:qC,w:HC,W:VC,x:null,X:null,y:WC,Y:GC,Z:XC,"%":vS},_={a:function(e){return a[e.getUTCDay()]},A:function(e){return o[e.getUTCDay()]},b:function(e){return l[e.getUTCMonth()]},B:function(e){return s[e.getUTCMonth()]},c:null,d:JC,e:JC,f:nS,g:hS,G:gS,H:KC,I:QC,j:eS,L:tS,m:rS,M:iS,p:function(e){return i[+(e.getUTCHours()>=12)]},q:function(e){return 1+~~(e.getUTCMonth()/3)},Q:bS,s:yS,S:oS,u:aS,U:sS,V:cS,w:uS,W:dS,x:null,X:null,y:fS,Y:pS,Z:mS,"%":vS},w={a:function(e,t,n){var r=h.exec(t.slice(n));return r?(e.w=p.get(r[0].toLowerCase()),n+r[0].length):-1},A:function(e,t,n){var r=d.exec(t.slice(n));return r?(e.w=f.get(r[0].toLowerCase()),n+r[0].length):-1},b:function(e,t,n){var r=v.exec(t.slice(n));return r?(e.m=b.get(r[0].toLowerCase()),n+r[0].length):-1},B:function(e,t,n){var r=g.exec(t.slice(n));return r?(e.m=m.get(r[0].toLowerCase()),n+r[0].length):-1},c:function(e,n,r){return C(e,t,n,r)},d:wC,e:wC,f:TC,g:vC,G:mC,H:kC,I:kC,j:xC,L:MC,m:_C,M:CC,p:function(e,t,n){var r=c.exec(t.slice(n));return r?(e.p=u.get(r[0].toLowerCase()),n+r[0].length):-1},q:yC,Q:OC,s:EC,S:SC,u:fC,U:hC,V:pC,w:dC,W:gC,x:function(e,t,r){return C(e,n,t,r)},X:function(e,t,n){return C(e,r,t,n)},y:vC,Y:mC,Z:bC,"%":NC};function x(e,t){return function(n){var r,i,o,a=[],s=-1,l=0,c=e.length;for(n instanceof Date||(n=new Date(+n));++s<c;)37===e.charCodeAt(s)&&(a.push(e.slice(l,s)),null!=(i=rC[r=e.charAt(++s)])?r=e.charAt(++s):i="e"===r?" ":"0",(o=t[r])&&(r=o(n,i)),a.push(r),l=s+1);return a.push(e.slice(l,s)),a.join("")}}function k(e,t){return function(n){var r,i,o=Kk(1900,void 0,1);if(C(o,e,n+="",0)!=n.length)return null;if("Q"in o)return new Date(o.Q);if("s"in o)return new Date(1e3*o.s+("L"in o?o.L:0));if(t&&!("Z"in o)&&(o.Z=0),"p"in o&&(o.H=o.H%12+12*o.p),void 0===o.m&&(o.m="q"in o?o.q:0),"V"in o){if(o.V<1||o.V>53)return null;"w"in o||(o.w=1),"Z"in o?(i=(r=Jk(Kk(o.y,0,1))).getUTCDay(),r=i>4||0===i?qk.ceil(r):qk(r),r=Bk.offset(r,7*(o.V-1)),o.y=r.getUTCFullYear(),o.m=r.getUTCMonth(),o.d=r.getUTCDate()+(o.w+6)%7):(i=(r=Xk(Kk(o.y,0,1))).getDay(),r=i>4||0===i?Dk.ceil(r):Dk(r),r=Ek.offset(r,7*(o.V-1)),o.y=r.getFullYear(),o.m=r.getMonth(),o.d=r.getDate()+(o.w+6)%7)}else("W"in o||"U"in o)&&("w"in o||(o.w="u"in o?o.u%7:"W"in o?1:0),i="Z"in o?Jk(Kk(o.y,0,1)).getUTCDay():Xk(Kk(o.y,0,1)).getDay(),o.m=0,o.d="W"in o?(o.w+6)%7+7*o.W-(i+5)%7:o.w+7*o.U-(i+6)%7);return"Z"in o?(o.H+=o.Z/100|0,o.M+=o.Z%100,Jk(o)):Xk(o)}}function C(e,t,n,r){for(var i,o,a=0,s=t.length,l=n.length;a<s;){if(r>=l)return-1;if(37===(i=t.charCodeAt(a++))){if(i=t.charAt(a++),!(o=w[i in rC?t.charAt(a++):i])||(r=o(e,n,r))<0)return-1}else if(i!=n.charCodeAt(r++))return-1}return r}return y.x=x(n,y),y.X=x(r,y),y.c=x(t,y),_.x=x(n,_),_.X=x(r,_),_.c=x(t,_),{format:function(e){var t=x(e+="",y);return t.toString=function(){return e},t},parse:function(e){var t=k(e+="",!1);return t.toString=function(){return e},t},utcFormat:function(e){var t=x(e+="",_);return t.toString=function(){return e},t},utcParse:function(e){var t=k(e+="",!0);return t.toString=function(){return e},t}}}({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]}),eC=Qk.format,tC=Qk.parse,Qk.utcFormat,nC=Qk.utcParse;var _S,wS,xS,kS,CS,SS,MS,TS,NS,OS,ES,AS,LS,DS,PS,jS,RS,zS,FS,IS,BS,US,$S=fo(Pp());function qS(){if(TS)return MS;TS=1;var e=(kS||(kS=1,xS=function(e,t){return null!=e&&t in Object(e)}),xS),t=function(){if(SS)return CS;SS=1;var e=_m(),t=bp(),n=yp(),r=Rg(),i=_p(),o=wm();return CS=function(a,s,l){for(var c=-1,u=(s=e(s,a)).length,d=!1;++c<u;){var f=o(s[c]);if(!(d=null!=a&&l(a,f)))break;a=a[f]}return d||++c!=u?d:!!(u=null==a?0:a.length)&&i(u)&&r(f,u)&&(n(a)||t(a))},CS}();return MS=function(n,r){return null!=n&&t(n,r,e)}}function HS(){return AS||(AS=1,ES=function(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e}),ES}function VS(){if(jS)return PS;jS=1;var e=HS(),t=function(){if(DS)return LS;DS=1;var e=bh(),t=bp(),n=yp(),r=e?e.isConcatSpreadable:void 0;return LS=function(e){return n(e)||t(e)||!!(r&&e&&e[r])}}();return PS=function n(r,i,o,a,s){var l=-1,c=r.length;for(o||(o=t),s||(s=[]);++l<c;){var u=r[l];i>0&&o(u)?i>1?n(u,i-1,o,a,s):e(s,u):a||(s[s.length]=u)}return s},PS}var WS,YS,GS,ZS,XS,JS,KS,QS,eM,tM,nM,rM,iM,oM,aM,sM,lM,cM,uM,dM,fM,hM,pM,gM,mM,vM,bM,yM,_M,wM,xM,kM,CM,SM,MM,TM,NM,OM,EM,AM,LM,DM,PM,jM,RM=function(){if(US)return BS;US=1;var e=function(){if(OS)return NS;OS=1;var e=function(){if(wS)return _S;wS=1;var e=xm(),t=Om(),n=_m();return _S=function(r,i,o){for(var a=-1,s=i.length,l={};++a<s;){var c=i[a],u=e(r,c);o(u,c)&&t(l,n(c,r),u)}return l},_S}(),t=qS();return NS=function(n,r){return e(n,r,(function(e,r){return t(n,r)}))}}(),t=function(){if(IS)return FS;IS=1;var e=function(){if(zS)return RS;zS=1;var e=VS();return RS=function(t){return null!=t&&t.length?e(t,1):[]},RS}(),t=Bg(),n=Ug();return FS=function(r){return n(t(r,void 0,e),r+"")}}()((function(t,n){return null==t?{}:e(t,n)}));return BS=t}(),zM=fo(RM);function FM(){if(ZS)return GS;ZS=1;var e=sk(),t=(YS||(YS=1,WS=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}),WS),n=uk();return GS=function(r,i,o,a,s,l){var c=1&o,u=r.length,d=i.length;if(u!=d&&!(c&&d>u))return!1;var f=l.get(r),h=l.get(i);if(f&&h)return f==i&&h==r;var p=-1,g=!0,m=2&o?new e:void 0;for(l.set(r,i),l.set(i,r);++p<u;){var v=r[p],b=i[p];if(a)var y=c?a(b,v,p,i,r,l):a(v,b,p,r,i,l);if(void 0!==y){if(y)continue;g=!1;break}if(m){if(!t(i,(function(e,t){if(!n(m,t)&&(v===e||s(v,e,o,a,l)))return m.push(t)}))){g=!1;break}}else if(v!==b&&!s(v,b,o,a,l)){g=!1;break}}return l.delete(r),l.delete(i),g},GS}function IM(){return QS||(QS=1,KS=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}),KS}function BM(){if(gM)return pM;gM=1;var e=zg(),t=function(){if(hM)return fM;hM=1;var e=mp(),t=function(){if(dM)return uM;dM=1;var e=pp()(Object.keys,Object);return uM=e}(),n=Object.prototype.hasOwnProperty;return fM=function(r){if(!e(r))return t(r);var i=[];for(var o in Object(r))n.call(r,o)&&"constructor"!=o&&i.push(o);return i},fM}(),n=wp();return pM=function(r){return n(r)?e(r):t(r)}}function UM(){if(SM)return CM;SM=1;var e=kh()(vh(),"Set");return CM=e}function $M(){if(AM)return EM;AM=1;var e=Nh(),t=FM(),n=function(){if(tM)return eM;tM=1;var e=bh(),t=hp(),n=hh(),r=FM(),i=(JS||(JS=1,XS=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}),XS),o=IM(),a=e?e.prototype:void 0,s=a?a.valueOf:void 0;return eM=function(e,a,l,c,u,d,f){switch(l){case"[object DataView]":if(e.byteLength!=a.byteLength||e.byteOffset!=a.byteOffset)return!1;e=e.buffer,a=a.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=a.byteLength||!d(new t(e),new t(a)));case"[object Boolean]":case"[object Date]":case"[object Number]":return n(+e,+a);case"[object Error]":return e.name==a.name&&e.message==a.message;case"[object RegExp]":case"[object String]":return e==a+"";case"[object Map]":var h=i;case"[object Set]":var p=1&c;if(h||(h=o),e.size!=a.size&&!p)return!1;var g=f.get(e);if(g)return g==a;c|=2,f.set(e,a);var m=r(h(e),h(a),c,u,d,f);return f.delete(e),m;case"[object Symbol]":if(s)return s.call(e)==s.call(a)}return!1},eM}(),r=function(){if(yM)return bM;yM=1;var e=function(){if(vM)return mM;vM=1;var e=function(){if(rM)return nM;rM=1;var e=HS(),t=yp();return nM=function(n,r,i){var o=r(n);return t(n)?o:e(o,i(n))},nM}(),t=function(){if(cM)return lM;cM=1;var e=(oM||(oM=1,iM=function(e,t){for(var n=-1,r=null==e?0:e.length,i=0,o=[];++n<r;){var a=e[n];t(a,n,e)&&(o[i++]=a)}return o}),iM),t=sM?aM:(sM=1,aM=function(){return[]}),n=Object.prototype.propertyIsEnumerable,r=Object.getOwnPropertySymbols,i=r?function(t){return null==t?[]:(t=Object(t),e(r(t),(function(e){return n.call(t,e)})))}:t;return lM=i}(),n=BM();return mM=function(r){return e(r,n,t)}}(),t=Object.prototype.hasOwnProperty;return bM=function(n,r,i,o,a,s){var l=1&i,c=e(n),u=c.length;if(u!=e(r).length&&!l)return!1;for(var d=u;d--;){var f=c[d];if(!(l?f in r:t.call(r,f)))return!1}var h=s.get(n),p=s.get(r);if(h&&p)return h==r&&p==n;var g=!0;s.set(n,r),s.set(r,n);for(var m=l;++d<u;){var v=n[f=c[d]],b=r[f];if(o)var y=l?o(b,v,f,r,n,s):o(v,b,f,n,r,s);if(!(void 0===y?v===b||a(v,b,i,o,s):y)){g=!1;break}m||(m="constructor"==f)}if(g&&!m){var _=n.constructor,w=r.constructor;_==w||!("constructor"in n)||!("constructor"in r)||"function"==typeof _&&_ instanceof _&&"function"==typeof w&&w instanceof w||(g=!1)}return s.delete(n),s.delete(r),g},bM}(),i=function(){if(OM)return NM;OM=1;var e=function(){if(wM)return _M;wM=1;var e=kh()(vh(),"DataView");return _M=e}(),t=Ch(),n=function(){if(kM)return xM;kM=1;var e=kh()(vh(),"Promise");return xM=e}(),r=UM(),i=function(){if(TM)return MM;TM=1;var e=kh()(vh(),"WeakMap");return MM=e}(),o=yh(),a=xh(),s="[object Map]",l="[object Promise]",c="[object Set]",u="[object WeakMap]",d="[object DataView]",f=a(e),h=a(t),p=a(n),g=a(r),m=a(i),v=o;return(e&&v(new e(new ArrayBuffer(1)))!=d||t&&v(new t)!=s||n&&v(n.resolve())!=l||r&&v(new r)!=c||i&&v(new i)!=u)&&(v=function(e){var t=o(e),n="[object Object]"==t?e.constructor:void 0,r=n?a(n):"";if(r)switch(r){case f:return d;case h:return s;case p:return l;case g:return c;case m:return u}return t}),NM=v}(),o=yp(),a=Dp(),s=Dg(),l="[object Arguments]",c="[object Array]",u="[object Object]",d=Object.prototype.hasOwnProperty;return EM=function(f,h,p,g,m,v){var b=o(f),y=o(h),_=b?c:i(f),w=y?c:i(h),x=(_=_==l?u:_)==u,k=(w=w==l?u:w)==u,C=_==w;if(C&&a(f)){if(!a(h))return!1;b=!0,x=!1}if(C&&!x)return v||(v=new e),b||s(f)?t(f,h,p,g,m,v):n(f,h,_,p,g,m,v);if(!(1&p)){var S=x&&d.call(f,"__wrapped__"),M=k&&d.call(h,"__wrapped__");if(S||M){var T=S?f.value():f,N=M?h.value():h;return v||(v=new e),m(T,N,p,g,v)}}return!!C&&(v||(v=new e),r(f,h,p,g,m,v))},EM}function qM(){if(DM)return LM;DM=1;var e=$M(),t=vp();return LM=function n(r,i,o,a,s){return r===i||(null==r||null==i||!t(r)&&!t(i)?r!=r&&i!=i:e(r,i,o,a,n,s))},LM}var HM=fo(function(){if(jM)return PM;jM=1;var e=qM();return PM=function(t,n){return e(t,n)}}()),VM={background:"transparent",text:{fontFamily:"sans-serif",fontSize:11,fill:"#333333",outlineWidth:0,outlineColor:"transparent",outlineOpacity:1},axis:{domain:{line:{stroke:"transparent",strokeWidth:1}},ticks:{line:{stroke:"#777777",strokeWidth:1},text:{}},legend:{text:{fontSize:12}}},grid:{line:{stroke:"#dddddd",strokeWidth:1}},legends:{hidden:{symbol:{fill:"#333333",opacity:.6},text:{fill:"#333333",opacity:.6}},text:{},ticks:{line:{stroke:"#777777",strokeWidth:1},text:{fontSize:10}},title:{text:{}}},labels:{text:{}},markers:{lineColor:"#000000",lineStrokeWidth:1,text:{}},dots:{text:{}},tooltip:{container:{background:"white",color:"inherit",fontSize:"inherit",borderRadius:"2px",boxShadow:"0 1px 2px rgba(0, 0, 0, 0.25)",padding:"5px 9px"},basic:{whiteSpace:"pre",display:"flex",alignItems:"center"},chip:{marginRight:7},table:{},tableCell:{padding:"3px 5px"},tableCellValue:{fontWeight:"bold"}},crosshair:{line:{stroke:"#000000",strokeWidth:1,strokeOpacity:.75,strokeDasharray:"6 6"}},annotations:{text:{fontSize:13,outlineWidth:2,outlineColor:"#ffffff",outlineOpacity:1},link:{stroke:"#000000",strokeWidth:1,outlineWidth:2,outlineColor:"#ffffff",outlineOpacity:1},outline:{fill:"none",stroke:"#000000",strokeWidth:2,outlineWidth:2,outlineColor:"#ffffff",outlineOpacity:1},symbol:{fill:"#000000",outlineWidth:2,outlineColor:"#ffffff",outlineOpacity:1}}};function WM(){return WM=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},WM.apply(this,arguments)}function YM(e,t){return YM=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},YM(e,t)}function GM(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}var ZM=["axis.ticks.text","axis.legend.text","legends.title.text","legends.text","legends.ticks.text","legends.title.text","labels.text","dots.text","markers.text","annotations.text"],XM=ne(),JM=function(e){var t=e.children,n=e.animate,r=void 0===n||n,i=e.config,o=void 0===i?"default":i,a=we((function(){var e=Wv(o)?Yc[o]:o;return{animate:r,config:e}}),[r,o]);return lt(XM.Provider,{value:a,children:t})},KM={animate:ks.bool,motionConfig:ks.oneOfType([ks.oneOf(Object.keys(Yc)),ks.shape({mass:ks.number,tension:ks.number,friction:ks.number,clamp:ks.bool,precision:ks.number,velocity:ks.number,duration:ks.number,easing:ks.func})])};JM.propTypes={children:ks.node.isRequired,animate:KM.animate,config:KM.motionConfig};var QM=function(){return ke(XM)},eT=function(e){var t=QM(),n=t.animate,r=t.config,i=function(e){var t=_e();return ye((function(){t.current=e}),[e]),t.current}(e),o=we((function(){return zv(i,e)}),[i,e]);return((e,...t)=>new $u(e,t))(Iu({from:{value:0},to:{value:1},reset:!0,config:r,immediate:!n}).value,o)},tT={nivo:["#d76445","#f47560","#e8c1a0","#97e3d5","#61cdbb","#00b0a7"],BrBG:Yv(Cw),PRGn:Yv(Mw),PiYG:Yv(Nw),PuOr:Yv(Ew),RdBu:Yv(Lw),RdGy:Yv(Pw),RdYlBu:Yv(Rw),RdYlGn:Yv(Fw),spectral:Yv(Bw),blues:Yv(fx),greens:Yv(px),greys:Yv(mx),oranges:Yv(xx),purples:Yv(bx),reds:Yv(_x),BuGn:Yv($w),BuPu:Yv(Hw),GnBu:Yv(Ww),OrRd:Yv(Gw),PuBuGn:Yv(Xw),PuBu:Yv(Kw),PuRd:Yv(ex),RdPu:Yv(nx),YlGnBu:Yv(ix),YlGn:Yv(ax),YlOrBr:Yv(lx),YlOrRd:Yv(ux)},nT=Object.keys(tT);Yv(Cw),Yv(Mw),Yv(Nw),Yv(Ew),Yv(Lw),Yv(Pw),Yv(Rw),Yv(Fw),Yv(Bw),Yv(fx),Yv(px),Yv(mx),Yv(xx),Yv(bx),Yv(_x),Yv($w),Yv(Hw),Yv(Ww),Yv(Gw),Yv(Xw),Yv(Kw),Yv(ex),Yv(nx),Yv(ix),Yv(ax),Yv(lx),Yv(ux),ks.oneOfType([ks.oneOf(nT),ks.func,ks.arrayOf(ks.string)]);var rT={basis:function(e){return new Ia(e)},basisClosed:function(e){return new Ba(e)},basisOpen:function(e){return new Ua(e)},bundle:qa,cardinal:Wa,cardinalClosed:Ga,cardinalOpen:Xa,catmullRom:Qa,catmullRomClosed:ts,catmullRomOpen:rs,linear:Aa,linearClosed:function(e){return new is(e)},monotoneX:function(e){return new cs(e)},monotoneY:function(e){return new us(e)},natural:function(e){return new fs(e)},step:function(e){return new ps(e,.5)},stepAfter:function(e){return new ps(e,1)},stepBefore:function(e){return new ps(e,0)}},iT=Object.keys(rT);iT.filter((function(e){return e.endsWith("Closed")})),fk(iT,"bundle","basisClosed","basisOpen","cardinalClosed","cardinalOpen","catmullRomClosed","catmullRomOpen","linearClosed"),fk(iT,"bundle","basisClosed","basisOpen","cardinalClosed","cardinalOpen","catmullRomClosed","catmullRomOpen","linearClosed");var oT=function(e){if(!rT[e])throw new TypeError("'"+e+"', is not a valid curve interpolator identifier.");return rT[e]};ks.shape({top:ks.number,right:ks.number,bottom:ks.number,left:ks.number}).isRequired,ks.oneOf(["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]),db(ww);var aT={top:0,right:0,bottom:0,left:0},sT=function(e,t,n){return void 0===n&&(n={}),we((function(){var r=WM({},aT,n);return{margin:r,innerWidth:e-r.left-r.right,innerHeight:t-r.top-r.bottom,outerWidth:e,outerHeight:t}}),[e,t,n.top,n.right,n.bottom,n.left])},lT=function(){var e=_e(null),t=ve({left:0,top:0,width:0,height:0}),n=t[0],r=t[1],i=ve((function(){return"undefined"==typeof ResizeObserver?null:new ResizeObserver((function(e){var t=e[0];return r(t.contentRect)}))}))[0];return ye((function(){return e.current&&null!==i&&i.observe(e.current),function(){null!==i&&i.disconnect()}}),[]),[e,n]},cT=function(e){return we((function(){return function(e){return"function"==typeof e?e:"string"==typeof e?0===e.indexOf("time:")?eC(e.slice("5")):xk(e):function(e){return""+e}}(e)}),[e])},uT=ne(),dT={},fT=function(e){var t=e.theme,n=void 0===t?dT:t,r=e.children,i=function(e){return we((function(){return function(e,t){var n=gm({},e,t);return ZM.forEach((function(e){Em(n,e,function(e,t){return WM({},t,e)}(Nm(n,e),n.text))})),n}(VM,e)}),[e])}(n);return lt(uT.Provider,{value:i,children:r})};fT.propTypes={children:ks.node.isRequired,theme:ks.object};var hT=function(){return ke(uT)},pT=["outlineWidth","outlineColor","outlineOpacity"],gT=function(e){return e.outlineWidth,e.outlineColor,e.outlineOpacity,GM(e,pT)},mT=function(e){var t=e.children,n=e.condition,r=e.wrapper;return n?at(r,{},t):t};mT.propTypes={children:ks.node.isRequired,condition:ks.bool.isRequired,wrapper:ks.element.isRequired};var vT={position:"relative"},bT=function(e){var t=e.children,n=e.theme,r=e.renderWrapper,i=void 0===r||r,o=e.isInteractive,a=void 0===o||o,s=e.animate,l=e.motionConfig,c=_e(null);return lt(fT,{theme:n,children:lt(JM,{animate:s,config:l,children:lt(fh,{container:c,children:lt(mT,{condition:i,wrapper:lt("div",{style:vT,ref:c}),children:[t,a&&lt(dh,{})]})})})})};bT.propTypes={children:ks.element.isRequired,isInteractive:ks.bool,renderWrapper:ks.bool,theme:ks.object,animate:ks.bool,motionConfig:ks.oneOfType([ks.string,KM.motionConfig])},ks.func.isRequired,ks.bool,ks.bool,ks.object.isRequired,ks.bool.isRequired,ks.oneOfType([ks.string,KM.motionConfig]);var yT=function(e){var t=e.children,n=lT(),r=n[0],i=n[1];return lt("div",{ref:r,style:{width:"100%",height:"100%"},children:i.width>0&&i.height>0&&t({width:i.width,height:i.height})})};yT.propTypes={children:ks.func.isRequired};var _T=["id","colors"],wT=function(e){var t=e.id,n=e.colors;return lt("linearGradient",WM({id:t,x1:0,x2:0,y1:0,y2:1},GM(e,_T),{children:n.map((function(e){var t=e.offset,n=e.color,r=e.opacity;return lt("stop",{offset:t+"%",stopColor:n,stopOpacity:void 0!==r?r:1},t)}))}))};wT.propTypes={id:ks.string.isRequired,colors:ks.arrayOf(ks.shape({offset:ks.number.isRequired,color:ks.string.isRequired,opacity:ks.number})).isRequired,gradientTransform:ks.string};var xT={linearGradient:wT},kT=Pe((function(e){var t=e.id,n=e.background,r=void 0===n?"#ffffff":n,i=e.color,o=void 0===i?"#000000":i,a=e.size,s=void 0===a?4:a,l=e.padding,c=void 0===l?4:l,u=e.stagger,d=void 0!==u&&u,f=s+c,h=s/2,p=c/2;return!0===d&&(f=2*s+2*c),lt("pattern",{id:t,width:f,height:f,patternUnits:"userSpaceOnUse",children:[lt("rect",{width:f,height:f,fill:r}),lt("circle",{cx:p+h,cy:p+h,r:h,fill:o}),d&&lt("circle",{cx:1.5*c+s+h,cy:1.5*c+s+h,r:h,fill:o})]})}));kT.displayName="PatternDots",kT.propTypes={id:ks.string.isRequired,color:ks.string.isRequired,background:ks.string.isRequired,size:ks.number.isRequired,padding:ks.number.isRequired,stagger:ks.bool.isRequired};var CT=function(e){return e*Math.PI/180},ST={svg:{align:{left:"start",center:"middle",right:"end",start:"start",middle:"middle",end:"end"},baseline:{top:"text-before-edge",center:"central",bottom:"alphabetic"}},canvas:{align:{left:"left",center:"center",right:"right",start:"left",middle:"center",end:"right"},baseline:{top:"top",center:"middle",bottom:"bottom"}}},MT=Pe((function(e){var t=e.id,n=e.spacing,r=void 0===n?5:n,i=e.rotation,o=void 0===i?0:i,a=e.background,s=void 0===a?"#000000":a,l=e.color,c=void 0===l?"#ffffff":l,u=e.lineWidth,d=void 0===u?2:u,f=Math.round(o)%360,h=Math.abs(r);f>180?f-=360:f>90?f-=180:f<-180?f+=360:f<-90&&(f+=180);var p,g=h,m=h;return 0===f?p="\n M 0 0 L "+g+" 0\n M 0 "+m+" L "+g+" "+m+"\n ":90===f?p="\n M 0 0 L 0 "+m+"\n M "+g+" 0 L "+g+" "+m+"\n ":(g=Math.abs(h/Math.sin(CT(f))),m=h/Math.sin(CT(90-f)),p=f>0?"\n M 0 "+-m+" L "+2*g+" "+m+"\n M "+-g+" "+-m+" L "+g+" "+m+"\n M "+-g+" 0 L "+g+" "+2*m+"\n ":"\n M "+-g+" "+m+" L "+g+" "+-m+"\n M "+-g+" "+2*m+" L "+2*g+" "+-m+"\n M 0 "+2*m+" L "+2*g+" 0\n "),lt("pattern",{id:t,width:g,height:m,patternUnits:"userSpaceOnUse",children:[lt("rect",{width:g,height:m,fill:s,stroke:"rgba(255, 0, 0, 0.1)",strokeWidth:0}),lt("path",{d:p,strokeWidth:d,stroke:c,strokeLinecap:"square"})]})}));MT.displayName="PatternLines",MT.propTypes={id:ks.string.isRequired,spacing:ks.number.isRequired,rotation:ks.number.isRequired,background:ks.string.isRequired,color:ks.string.isRequired,lineWidth:ks.number.isRequired};var TT=Pe((function(e){var t=e.id,n=e.color,r=void 0===n?"#000000":n,i=e.background,o=void 0===i?"#ffffff":i,a=e.size,s=void 0===a?4:a,l=e.padding,c=void 0===l?4:l,u=e.stagger,d=void 0!==u&&u,f=s+c,h=c/2;return!0===d&&(f=2*s+2*c),lt("pattern",{id:t,width:f,height:f,patternUnits:"userSpaceOnUse",children:[lt("rect",{width:f,height:f,fill:o}),lt("rect",{x:h,y:h,width:s,height:s,fill:r}),d&&lt("rect",{x:1.5*c+s,y:1.5*c+s,width:s,height:s,fill:r})]})}));TT.displayName="PatternSquares",TT.propTypes={id:ks.string.isRequired,color:ks.string.isRequired,background:ks.string.isRequired,size:ks.number.isRequired,padding:ks.number.isRequired,stagger:ks.bool.isRequired};var NT={patternDots:kT,patternLines:MT,patternSquares:TT},OT=["type"],ET=WM({},xT,NT),AT=function(e){var t=e.defs;return!t||t.length<1?null:lt("defs",{"aria-hidden":!0,children:t.map((function(e){var t=e.type,n=GM(e,OT);return ET[t]?D(ET[t],WM({key:n.id},n)):null}))})};AT.propTypes={defs:ks.arrayOf(ks.shape({type:ks.oneOf(Object.keys(ET)).isRequired,id:ks.string.isRequired}))};var LT=Pe(AT),DT=function(e){var t=e.width,n=e.height,r=e.margin,i=e.defs,o=e.children,a=e.role,s=e.ariaLabel,l=e.ariaLabelledBy,c=e.ariaDescribedBy,u=e.isFocusable,d=hT();return lt("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:n,role:a,"aria-label":s,"aria-labelledby":l,"aria-describedby":c,focusable:u,tabIndex:u?0:void 0,children:[lt(LT,{defs:i}),lt("rect",{width:t,height:n,fill:d.background}),lt("g",{transform:"translate("+r.left+","+r.top+")",children:o})]})};DT.propTypes={width:ks.number.isRequired,height:ks.number.isRequired,margin:ks.shape({top:ks.number.isRequired,left:ks.number.isRequired}).isRequired,defs:ks.array,children:ks.oneOfType([ks.arrayOf(ks.node),ks.node]).isRequired,role:ks.string,isFocusable:ks.bool,ariaLabel:ks.string,ariaLabelledBy:ks.string,ariaDescribedBy:ks.string};var PT=function(e){var t=e.size,n=e.color,r=e.borderWidth;return lt("circle",{r:t/2,fill:n,stroke:e.borderColor,strokeWidth:r,style:{pointerEvents:"none"}})};PT.propTypes={size:ks.number.isRequired,color:ks.string.isRequired,borderWidth:ks.number.isRequired,borderColor:ks.string.isRequired};var jT=Pe(PT),RT=function(e){var t=e.x,n=e.y,r=e.symbol,i=void 0===r?jT:r,o=e.size,a=e.datum,s=e.color,l=e.borderWidth,c=e.borderColor,u=e.label,d=e.labelTextAnchor,f=void 0===d?"middle":d,h=e.labelYOffset,p=void 0===h?-12:h,g=hT(),m=QM(),v=m.animate,b=Iu({transform:"translate("+t+", "+n+")",config:m.config,immediate:!v});return lt(od.g,{transform:b.transform,style:{pointerEvents:"none"},children:[D(i,{size:o,color:s,datum:a,borderWidth:l,borderColor:c}),u&&lt("text",{textAnchor:f,y:p,style:gT(g.dots.text),children:u})]})};RT.propTypes={x:ks.number.isRequired,y:ks.number.isRequired,datum:ks.object.isRequired,size:ks.number.isRequired,color:ks.string.isRequired,borderWidth:ks.number.isRequired,borderColor:ks.string.isRequired,symbol:ks.oneOfType([ks.func,ks.object]),label:ks.oneOfType([ks.string,ks.number]),labelTextAnchor:ks.oneOf(["start","middle","end"]),labelYOffset:ks.number};var zT=Pe(RT),FT=function(e){var t=e.width,n=e.height,r=e.axis,i=e.scale,o=e.value,a=e.lineStyle,s=e.textStyle,l=e.legend,c=e.legendNode,u=e.legendPosition,d=void 0===u?"top-right":u,f=e.legendOffsetX,h=void 0===f?14:f,p=e.legendOffsetY,g=void 0===p?14:p,m=e.legendOrientation,v=void 0===m?"horizontal":m,b=hT(),y=0,_=0,w=0,x=0;if("y"===r?(w=i(o),_=t):(y=i(o),x=n),l&&!c){var k=function(e){var t=e.width,n=e.height,r=e.position,i=e.offsetX,o=e.offsetY,a=e.orientation,s=0,l=0,c="vertical"===a?-90:0,u="start";if("x"===e.axis)switch(r){case"top-left":s=-i,l=o,u="end";break;case"top":l=-o,u="horizontal"===a?"middle":"start";break;case"top-right":s=i,l=o,u="horizontal"===a?"start":"end";break;case"right":s=i,l=n/2,u="horizontal"===a?"start":"middle";break;case"bottom-right":s=i,l=n-o,u="start";break;case"bottom":l=n+o,u="horizontal"===a?"middle":"end";break;case"bottom-left":l=n-o,s=-i,u="horizontal"===a?"end":"start";break;case"left":s=-i,l=n/2,u="horizontal"===a?"end":"middle"}else switch(r){case"top-left":s=i,l=-o,u="start";break;case"top":s=t/2,l=-o,u="horizontal"===a?"middle":"start";break;case"top-right":s=t-i,l=-o,u="horizontal"===a?"end":"start";break;case"right":s=t+i,u="horizontal"===a?"start":"middle";break;case"bottom-right":s=t-i,l=o,u="end";break;case"bottom":s=t/2,l=o,u="horizontal"===a?"middle":"end";break;case"bottom-left":s=i,l=o,u="horizontal"===a?"start":"end";break;case"left":s=-i,u="horizontal"===a?"end":"middle"}return{x:s,y:l,rotation:c,textAnchor:u}}({axis:r,width:t,height:n,position:d,offsetX:h,offsetY:g,orientation:v});c=lt("text",{transform:"translate("+k.x+", "+k.y+") rotate("+k.rotation+")",textAnchor:k.textAnchor,dominantBaseline:"central",style:s,children:l})}return lt("g",{transform:"translate("+y+", "+w+")",children:[lt("line",{x1:0,x2:_,y1:0,y2:x,stroke:b.markers.lineColor,strokeWidth:b.markers.lineStrokeWidth,style:a}),c]})};FT.propTypes={width:ks.number.isRequired,height:ks.number.isRequired,axis:ks.oneOf(["x","y"]).isRequired,scale:ks.func.isRequired,value:ks.oneOfType([ks.number,ks.string,ks.instanceOf(Date)]).isRequired,lineStyle:ks.object,textStyle:ks.object,legend:ks.string,legendPosition:ks.oneOf(["top-left","top","top-right","right","bottom-right","bottom","bottom-left","left"]),legendOffsetX:ks.number.isRequired,legendOffsetY:ks.number.isRequired,legendOrientation:ks.oneOf(["horizontal","vertical"]).isRequired};var IT=Pe(FT),BT=function(e){var t=e.markers,n=e.width,r=e.height,i=e.xScale,o=e.yScale;return t&&0!==t.length?t.map((function(e,t){return lt(IT,WM({},e,{width:n,height:r,scale:"y"===e.axis?o:i}),t)})):null};BT.propTypes={width:ks.number.isRequired,height:ks.number.isRequired,xScale:ks.func.isRequired,yScale:ks.func.isRequired,markers:ks.arrayOf(ks.shape({axis:ks.oneOf(["x","y"]).isRequired,value:ks.oneOfType([ks.number,ks.string,ks.instanceOf(Date)]).isRequired,lineStyle:ks.object,textStyle:ks.object}))};var UT=Pe(BT),$T=["theme","renderWrapper","animate","motionConfig"],qT=function(e){return function(t){var n,r;function i(){return t.apply(this,arguments)||this}return r=t,(n=i).prototype=Object.create(r.prototype),n.prototype.constructor=n,YM(n,r),i.prototype.render=function(){var t=this.props,n=t.theme,r=t.renderWrapper,i=t.animate,o=t.motionConfig,a=GM(t,$T);return lt(bT,{theme:n,renderWrapper:r,isInteractive:a.isInteractive,animate:i,motionConfig:o,children:lt(e,WM({},a))})},i}(R)},HT=function(e,t){var n,r="touches"in t?t.touches[0]:t,i=r.clientX,o=r.clientY,a=e.getBoundingClientRect(),s=(n=void 0!==e.getBBox?e.getBBox():{width:e.offsetWidth||0,height:e.offsetHeight||0}).width===a.width?1:n.width/a.width;return[(i-a.left)*s,(o-a.top)*s]},VT=Object.keys(xT),WT=Object.keys(NT);function YT(){return YT=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},YT.apply(this,arguments)}function GT(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var ZT={nivo:["#e8c1a0","#f47560","#f1e15b","#e8a838","#61cdbb","#97e3d5"],category10:hw,accent:pw,dark2:gw,paired:mw,pastel1:vw,pastel2:bw,set1:yw,set2:_w,set3:ww,tableau10:xw},XT=Object.keys(ZT),JT={brown_blueGreen:Cw,purpleRed_green:Mw,pink_yellowGreen:Nw,purple_orange:Ew,red_blue:Lw,red_grey:Pw,red_yellow_blue:Rw,red_yellow_green:Fw,spectral:Bw},KT=Object.keys(JT),QT={brown_blueGreen:Sw,purpleRed_green:Tw,pink_yellowGreen:Ow,purple_orange:Aw,red_blue:Dw,red_grey:jw,red_yellow_blue:zw,red_yellow_green:Iw,spectral:Uw},eN={blues:fx,greens:px,greys:mx,oranges:xx,purples:bx,reds:_x,blue_green:$w,blue_purple:Hw,green_blue:Ww,orange_red:Gw,purple_blue_green:Xw,purple_blue:Kw,purple_red:ex,red_purple:nx,yellow_green_blue:ix,yellow_green:ax,yellow_orange_brown:lx,yellow_orange_red:ux},tN=Object.keys(eN),nN={blues:hx,greens:gx,greys:vx,oranges:kx,purples:yx,reds:wx,turbo:function(e){return e=Math.max(0,Math.min(1,e)),"rgb("+Math.max(0,Math.min(255,Math.round(34.61+e*(1172.33-e*(10793.56-e*(33300.12-e*(38394.49-14825.05*e)))))))+", "+Math.max(0,Math.min(255,Math.round(23.31+e*(557.33+e*(1225.33-e*(3574.96-e*(1073.77+707.56*e)))))))+", "+Math.max(0,Math.min(255,Math.round(27.2+e*(3211.1-e*(15327.97-e*(27814-e*(22569.18-6838.66*e)))))))+")"},viridis:nk,inferno:ik,magma:rk,plasma:ok,cividis:function(e){return e=Math.max(0,Math.min(1,e)),"rgb("+Math.max(0,Math.min(255,Math.round(-4.54-e*(35.34-e*(2381.73-e*(6402.7-e*(7024.72-2710.57*e)))))))+", "+Math.max(0,Math.min(255,Math.round(32.49+e*(170.73+e*(52.82-e*(131.46-e*(176.58-67.37*e)))))))+", "+Math.max(0,Math.min(255,Math.round(81.24+e*(442.36-e*(2482.43-e*(6167.24-e*(6614.94-2475.67*e)))))))+")"},warm:Sx,cool:Mx,cubehelixDefault:Cx,blue_green:qw,blue_purple:Vw,green_blue:Yw,orange_red:Zw,purple_blue_green:Jw,purple_blue:Qw,purple_red:tx,red_purple:rx,yellow_green_blue:ox,yellow_green:sx,yellow_orange_brown:cx,yellow_orange_red:dx},rN=YT({},ZT,JT,eN);YT({},QT,nN,{rainbow:function(e){(e<0||e>1)&&(e-=Math.floor(e));var t=Math.abs(e-.5);return Tx.h=360*e-100,Tx.s=1.5-1.5*t,Tx.l=.8-.9*t,Tx+""},sinebow:function(e){var t;return e=(.5-e)*Math.PI,Nx.r=255*(t=Math.sin(e))*t,Nx.g=255*(t=Math.sin(e+Ox))*t,Nx.b=255*(t=Math.sin(e+Ex))*t,Nx+""}});var iN,oN,aN,sN,lN,cN,uN,dN,fN=function(e,t){return we((function(){return function(e,t){if("function"==typeof e)return e;if($S(e)){if(function(e){return void 0!==e.theme}(e)){if(void 0===t)throw new Error("Unable to use color from theme as no theme was provided");var n=Nm(t,e.theme);if(void 0===n)throw new Error("Color from theme is undefined at path: '"+e.theme+"'");return function(){return n}}if(function(e){return void 0!==e.from}(e)){var r=function(t){return Nm(t,e.from)};if(Array.isArray(e.modifiers)){for(var i,o=[],a=function(){var e=i.value,t=e[0],n=e[1];if("brighter"===t)o.push((function(e){return e.brighter(n)}));else if("darker"===t)o.push((function(e){return e.darker(n)}));else{if("opacity"!==t)throw new Error("Invalid color modifier: '"+t+"', must be one of: 'brighter', 'darker', 'opacity'");o.push((function(e){return e.opacity=n,e}))}},s=function(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return GT(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?GT(e,t):void 0}}(e))){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(e.modifiers);!(i=s()).done;)a();return 0===o.length?r:function(e){return o.reduce((function(e,t){return t(e)}),Qm(r(e))).toString()}}return r}throw new Error("Invalid color spec, you should either specify 'theme' or 'from' when using a config object")}return function(){return e}}(e,t)}),[e,t])};function hN(){if(cN)return lN;cN=1;var e=sk(),t=lk(),n=ck(),r=uk(),i=function(){if(sN)return aN;sN=1;var e=UM(),t=oN?iN:(oN=1,iN=function(){}),n=IM(),r=e&&1/n(new e([,-0]))[1]==1/0?function(t){return new e(t)}:t;return aN=r}(),o=IM();return lN=function(a,s,l){var c=-1,u=t,d=a.length,f=!0,h=[],p=h;if(l)f=!1,u=n;else if(d>=200){var g=s?null:i(a);if(g)return o(g);f=!1,u=r,p=new e}else p=s?[]:h;e:for(;++c<d;){var m=a[c],v=s?s(m):m;if(m=l||0!==m?m:0,f&&v==v){for(var b=p.length;b--;)if(p[b]===v)continue e;s&&p.push(v),h.push(m)}else u(p,v,l)||(p!==h&&p.push(v),h.push(m))}return h},lN}ks.oneOfType([ks.string,ks.func,ks.shape({theme:ks.string.isRequired}),ks.shape({from:ks.string.isRequired,modifiers:ks.arrayOf(ks.array)})]);var pN,gN,mN,vN,bN,yN,_N,wN,xN,kN,CN,SN,MN,TN,NN,ON,EN,AN,LN,DN,PN,jN,RN=fo(function(){if(dN)return uN;dN=1;var e=hN();return uN=function(t){return t&&t.length?e(t):[]}}());function zN(){if(vN)return mN;vN=1;var e=_h();return mN=function(t){return t==t&&!e(t)}}function FN(){return wN||(wN=1,_N=function(e,t){return function(n){return null!=n&&n[e]===t&&(void 0!==t||e in Object(n))}}),_N}function IN(){if(DN)return LN;DN=1;var e=function(){if(kN)return xN;kN=1;var e=function(){if(gN)return pN;gN=1;var e=Nh(),t=qM();return pN=function(n,r,i,o){var a=i.length,s=a,l=!o;if(null==n)return!s;for(n=Object(n);a--;){var c=i[a];if(l&&c[2]?c[1]!==n[c[0]]:!(c[0]in n))return!1}for(;++a<s;){var u=(c=i[a])[0],d=n[u],f=c[1];if(l&&c[2]){if(void 0===d&&!(u in n))return!1}else{var h=new e;if(o)var p=o(d,f,u,n,r,h);if(!(void 0===p?t(f,d,3,o,h):p))return!1}}return!0},pN}(),t=function(){if(yN)return bN;yN=1;var e=zN(),t=BM();return bN=function(n){for(var r=t(n),i=r.length;i--;){var o=r[i],a=n[o];r[i]=[o,a,e(a)]}return r},bN}(),n=FN();return xN=function(r){var i=t(r);return 1==i.length&&i[0][2]?n(i[0][0],i[0][1]):function(t){return t===r||e(t,r,i)}},xN}(),t=function(){if(SN)return CN;SN=1;var e=qM(),t=km(),n=qS(),r=vm(),i=zN(),o=FN(),a=wm();return CN=function(s,l){return r(s)&&i(l)?o(a(s),l):function(r){var i=t(r,s);return void 0===i&&i===l?n(r,s):e(l,i,3)}}}(),n=Ig(),r=yp(),i=function(){if(AN)return EN;AN=1;var e=(TN||(TN=1,MN=function(e){return function(t){return null==t?void 0:t[e]}}),MN),t=function(){if(ON)return NN;ON=1;var e=xm();return NN=function(t){return function(n){return e(n,t)}},NN}(),n=vm(),r=wm();return EN=function(i){return n(i)?e(r(i)):t(i)}}();return LN=function(o){return"function"==typeof o?o:null==o?n:"object"==typeof o?r(o)?t(o[0],o[1]):e(o):i(o)}}var BN,UN,$N,qN,HN,VN,WN,YN,GN,ZN,XN,JN,KN,QN,eO,tO,nO,rO,iO=fo(function(){if(jN)return PN;jN=1;var e=IN(),t=hN();return PN=function(n,r){return n&&n.length?t(n,e(r,2)):[]}}());var oO,aO,sO,lO,cO=fo(function(){if(rO)return nO;rO=1;var e=VS(),t=function(){if(tO)return eO;tO=1;var e=bm(),t=xm(),n=IN(),r=function(){if(YN)return WN;YN=1;var e=function(){if(VN)return HN;VN=1;var e=function(){if(UN)return BN;UN=1;var e=Lh(),t=BM();return BN=function(n,r){return n&&e(n,r,t)},BN}(),t=function(){if(qN)return $N;qN=1;var e=wp();return $N=function(t,n){return function(r,i){if(null==r)return r;if(!e(r))return t(r,i);for(var o=r.length,a=n?o:-1,s=Object(r);(n?a--:++a<o)&&!1!==i(s[a],a,s););return r}},$N}(),n=t(e);return HN=n}(),t=wp();return WN=function(n,r){var i=-1,o=t(n)?Array(n.length):[];return e(n,(function(e,t,n){o[++i]=r(e,t,n)})),o},WN}(),i=(ZN||(ZN=1,GN=function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}),GN),o=jp(),a=function(){if(QN)return KN;QN=1;var e=function(){if(JN)return XN;JN=1;var e=mm();return XN=function(t,n){if(t!==n){var r=void 0!==t,i=null===t,o=t==t,a=e(t),s=void 0!==n,l=null===n,c=n==n,u=e(n);if(!l&&!u&&!a&&t>n||a&&s&&c&&!l&&!u||i&&s&&c||!r&&c||!o)return 1;if(!i&&!a&&!u&&t<n||u&&r&&o&&!i&&!a||l&&r&&o||!s&&o||!c)return-1}return 0}}();return KN=function(t,n,r){for(var i=-1,o=t.criteria,a=n.criteria,s=o.length,l=r.length;++i<s;){var c=e(o[i],a[i]);if(c)return i>=l?c:c*("desc"==r[i]?-1:1)}return t.index-n.index},KN}(),s=Ig(),l=yp();return eO=function(c,u,d){u=u.length?e(u,(function(e){return l(e)?function(n){return t(n,1===e.length?e[0]:e)}:e})):[s];var f=-1;u=e(u,o(n));var h=r(c,(function(t,n,r){return{criteria:e(u,(function(e){return e(t)})),index:++f,value:t}}));return i(h,(function(e,t){return a(e,t,d)}))},eO}(),n=$g(),r=qg(),i=n((function(n,i){if(null==n)return[];var o=i.length;return o>1&&r(n,i[0],i[1])?i=[]:o>2&&r(i[0],i[1],i[2])&&(i=[i[0]]),t(n,e(i,1),[])}));return nO=i}()),uO=fo(function(){if(lO)return sO;lO=1;var e=function(){if(aO)return oO;aO=1;var e=yh(),t=vp();return oO=function(n){return t(n)&&"[object Date]"==e(n)}}(),t=jp(),n=Lg(),r=n&&n.isDate,i=r?t(r):e;return sO=i}()),dO=new Date,fO=new Date;function hO(e,t,n,r){function i(t){return e(t=0===arguments.length?new Date:new Date(+t)),t}return i.floor=function(t){return e(t=new Date(+t)),t},i.ceil=function(n){return e(n=new Date(n-1)),t(n,1),e(n),n},i.round=function(e){var t=i(e),n=i.ceil(e);return e-t<n-e?t:n},i.offset=function(e,n){return t(e=new Date(+e),null==n?1:Math.floor(n)),e},i.range=function(n,r,o){var a,s=[];if(n=i.ceil(n),o=null==o?1:Math.floor(o),!(n<r&&o>0))return s;do{s.push(a=new Date(+n)),t(n,o),e(n)}while(a<n&&n<r);return s},i.filter=function(n){return hO((function(t){if(t>=t)for(;e(t),!n(t);)t.setTime(t-1)}),(function(e,r){if(e>=e)if(r<0)for(;++r<=0;)for(;t(e,-1),!n(e););else for(;--r>=0;)for(;t(e,1),!n(e););}))},n&&(i.count=function(t,r){return dO.setTime(+t),fO.setTime(+r),e(dO),e(fO),Math.floor(n(dO,fO))},i.every=function(e){return e=Math.floor(e),isFinite(e)&&e>0?e>1?i.filter(r?function(t){return r(t)%e==0}:function(t){return i.count(0,t)%e==0}):i:null}),i}var pO=hO((function(){}),(function(e,t){e.setTime(+e+t)}),(function(e,t){return t-e}));pO.every=function(e){return e=Math.floor(e),isFinite(e)&&e>0?e>1?hO((function(t){t.setTime(Math.floor(t/e)*e)}),(function(t,n){t.setTime(+t+n*e)}),(function(t,n){return(n-t)/e})):pO:null},pO.range;var gO=1e3,mO=6e4,vO=36e5,bO=6048e5,yO=hO((function(e){e.setTime(e-e.getMilliseconds())}),(function(e,t){e.setTime(+e+t*gO)}),(function(e,t){return(t-e)/gO}),(function(e){return e.getUTCSeconds()}));yO.range;var _O=hO((function(e){e.setTime(e-e.getMilliseconds()-e.getSeconds()*gO)}),(function(e,t){e.setTime(+e+t*mO)}),(function(e,t){return(t-e)/mO}),(function(e){return e.getMinutes()}));_O.range;var wO=hO((function(e){e.setTime(e-e.getMilliseconds()-e.getSeconds()*gO-e.getMinutes()*mO)}),(function(e,t){e.setTime(+e+t*vO)}),(function(e,t){return(t-e)/vO}),(function(e){return e.getHours()}));function xO(e){return hO((function(t){t.setDate(t.getDate()-(t.getDay()+7-e)%7),t.setHours(0,0,0,0)}),(function(e,t){e.setDate(e.getDate()+7*t)}),(function(e,t){return(t-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*mO)/bO}))}wO.range;var kO=xO(0),CO=xO(1),SO=xO(2),MO=xO(3),TO=xO(4),NO=xO(5),OO=xO(6);kO.range,CO.range,SO.range,MO.range,TO.range,NO.range,OO.range;var EO=hO((function(e){e.setDate(1),e.setHours(0,0,0,0)}),(function(e,t){e.setMonth(e.getMonth()+t)}),(function(e,t){return t.getMonth()-e.getMonth()+12*(t.getFullYear()-e.getFullYear())}),(function(e){return e.getMonth()}));EO.range;var AO=hO((function(e){e.setMonth(0,1),e.setHours(0,0,0,0)}),(function(e,t){e.setFullYear(e.getFullYear()+t)}),(function(e,t){return t.getFullYear()-e.getFullYear()}),(function(e){return e.getFullYear()}));AO.every=function(e){return isFinite(e=Math.floor(e))&&e>0?hO((function(t){t.setFullYear(Math.floor(t.getFullYear()/e)*e),t.setMonth(0,1),t.setHours(0,0,0,0)}),(function(t,n){t.setFullYear(t.getFullYear()+n*e)})):null},AO.range;var LO=hO((function(e){e.setUTCSeconds(0,0)}),(function(e,t){e.setTime(+e+t*mO)}),(function(e,t){return(t-e)/mO}),(function(e){return e.getUTCMinutes()}));LO.range;var DO=hO((function(e){e.setUTCMinutes(0,0,0)}),(function(e,t){e.setTime(+e+t*vO)}),(function(e,t){return(t-e)/vO}),(function(e){return e.getUTCHours()}));function PO(e){return hO((function(t){t.setUTCDate(t.getUTCDate()-(t.getUTCDay()+7-e)%7),t.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCDate(e.getUTCDate()+7*t)}),(function(e,t){return(t-e)/bO}))}DO.range;var jO=PO(0),RO=PO(1),zO=PO(2),FO=PO(3),IO=PO(4),BO=PO(5),UO=PO(6);jO.range,RO.range,zO.range,FO.range,IO.range,BO.range,UO.range;var $O=hO((function(e){e.setUTCDate(1),e.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCMonth(e.getUTCMonth()+t)}),(function(e,t){return t.getUTCMonth()-e.getUTCMonth()+12*(t.getUTCFullYear()-e.getUTCFullYear())}),(function(e){return e.getUTCMonth()}));$O.range;var qO=hO((function(e){e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)}),(function(e,t){e.setUTCFullYear(e.getUTCFullYear()+t)}),(function(e,t){return t.getUTCFullYear()-e.getUTCFullYear()}),(function(e){return e.getUTCFullYear()}));function HO(){return HO=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},HO.apply(this,arguments)}qO.every=function(e){return isFinite(e=Math.floor(e))&&e>0?hO((function(t){t.setUTCFullYear(Math.floor(t.getUTCFullYear()/e)*e),t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)}),(function(t,n){t.setUTCFullYear(t.getUTCFullYear()+n*e)})):null},qO.range;var VO=[function(e){return e.setMilliseconds(0)},function(e){return e.setSeconds(0)},function(e){return e.setMinutes(0)},function(e){return e.setHours(0)},function(e){return e.setDate(1)},function(e){return e.setMonth(0)}],WO={millisecond:[],second:VO.slice(0,1),minute:VO.slice(0,2),hour:VO.slice(0,3),day:VO.slice(0,4),month:VO.slice(0,5),year:VO.slice(0,6)},YO=function(e){var t=e.format,n=void 0===t?"native":t,r=e.precision,i=void 0===r?"millisecond":r,o=e.useUTC,a=void 0===o||o,s=function(e){return function(t){return WO[e].forEach((function(e){e(t)})),t}}(i);return function(e){if(void 0===e)return e;if("native"===n||e instanceof Date)return s(e);var t=a?nC(n):tC(n);return s(t(e))}},GO=function(e,t,n,r){var i,o,a,s,l=e.min,c=void 0===l?0:l,u=e.max,d=void 0===u?"auto":u,f=e.stacked,h=void 0!==f&&f,p=e.reverse,g=void 0!==p&&p,m=e.clamp,v=void 0!==m&&m,b=e.nice,y=void 0!==b&&b;i="auto"===c?!0===h?null!=(o=t.minStacked)?o:0:t.min:c,a="auto"===d?!0===h?null!=(s=t.maxStacked)?s:0:t.max:d;var _=Ib().rangeRound("x"===r?[0,n]:[n,0]).domain(g?[a,i]:[i,a]).clamp(v);return!0===y?_.nice():"number"==typeof y&&_.nice(y),ZO(_,h)},ZO=function(e,t){void 0===t&&(t=!1);var n=e;return n.type="linear",n.stacked=t,n},XO=function(e,t){return e===t},JO=function(e,t){return e.getTime()===t.getTime()};function KO(e,t,n,r){switch(e.type){case"linear":return GO(e,t,n,r);case"point":return function(e,t,n){var r=pb().range([0,n]).domain(t.all);return r.type="point",r}(0,t,n);case"band":return function(e,t,n,r){var i=e.round,o=void 0===i||i;return function(e){var t=e;return t.type="band",t}(fb().range("x"===r?[0,n]:[n,0]).domain(t.all).round(o))}(e,t,n,r);case"time":return function(e,t,n){var r,i,o=e.format,a=void 0===o?"native":o,s=e.precision,l=void 0===s?"millisecond":s,c=e.min,u=void 0===c?"auto":c,d=e.max,f=void 0===d?"auto":d,h=e.useUTC,p=void 0===h||h,g=e.nice,m=void 0!==g&&g,v=YO({format:a,precision:l,useUTC:p});r="auto"===u?v(t.min):"native"!==a?v(u):u,i="auto"===f?v(t.max):"native"!==a?v(f):f;var b=p?function(){return cb.apply(dw(Ry,zy,Py,Ly,Cy,hy,dy,cy,sy,Vy).domain([Date.UTC(2e3,0,1),Date.UTC(2e3,0,2)]),arguments)}():function(){return cb.apply(dw(Fy,Iy,Dy,Ay,my,fy,uy,ly,sy,Hy).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}();b.range([0,n]),r&&i&&b.domain([r,i]),!0===m?b.nice():"object"!=typeof m&&"number"!=typeof m||b.nice(m);var y=b;return y.type="time",y.useUTC=p,y}(e,t,n);case"log":return function(e,t,n,r){var i,o=e.base,a=void 0===o?10:o,s=e.min,l=void 0===s?"auto":s,c=e.max,u=void 0===c?"auto":c;if(t.all.some((function(e){return 0===e})))throw new Error("a log scale domain must not include or cross zero");var d,f,h=!1;if(t.all.filter((function(e){return null!=e})).forEach((function(e){h||(void 0===i?i=Math.sign(e):Math.sign(e)!==i&&(h=!0))})),h)throw new Error("a log scale domain must be strictly-positive or strictly-negative");d="auto"===l?t.min:l,f="auto"===u?t.max:u;var p=Yb().domain([d,f]).rangeRound("x"===r?[0,n]:[n,0]).base(a).nice();return p.type="log",p}(e,t,n,r);case"symlog":return function(e,t,n,r){var i,o,a=e.constant,s=void 0===a?1:a,l=e.min,c=void 0===l?"auto":l,u=e.max,d=void 0===u?"auto":u,f=e.reverse,h=void 0!==f&&f;i="auto"===c?t.min:c,o="auto"===d?t.max:d;var p=Xb().constant(s).rangeRound("x"===r?[0,n]:[n,0]).nice();!0===h?p.domain([o,i]):p.domain([i,o]);var g=p;return g.type="symlog",g}(e,t,n,r);default:throw new Error("invalid scale spec")}}var QO=function(e,t,n){var r;if("stacked"in n&&n.stacked){var i=e.data["x"===t?"xStacked":"yStacked"];return null==i?null:n(i)}return null!=(r=n(e.data[t]))?r:null},eE=function(e,t,n,r){var i={},o=i.getValue,a=void 0===o?function(e){return e.data[t]}:o,s=i.setValue,l=void 0===s?function(e,n){e.data[t]=n}:s;if("linear"===n.type)e.forEach((function(e){e.data.forEach((function(e){var t=a(e);t&&l(e,parseFloat(String(t)))}))}));else if("time"===n.type&&"native"!==n.format){var c=YO(n);e.forEach((function(e){e.data.forEach((function(e){var t=a(e);t&&l(e,c(t))}))}))}var u=[];switch(e.forEach((function(e){e.data.forEach((function(e){u.push(a(e))}))})),n.type){case"linear":var d=cO(RN(u).filter((function(e){return null!==e})),(function(e){return e}));return{all:d,min:Math.min.apply(Math,d),max:Math.max.apply(Math,d)};case"time":var f=iO(u,(function(e){return e.getTime()})).slice(0).sort((function(e,t){return t.getTime()-e.getTime()})).reverse();return{all:f,min:f[0],max:Yv(f)};default:var h=RN(u);return{all:h,min:h[0],max:Yv(h)}}},tE=function(e,t,n){var r=function(e){return"x"===e?"y":"x"}(e),i=[];t[r].all.forEach((function(t){var o=uO(t)?JO:XO,a=[];n.forEach((function(n){var s=n.data.find((function(e){return o(e.data[r],t)})),l=null,c=null;if(void 0!==s){if(null!==(l=s.data[e])){var u=Yv(a);void 0===u?c=l:null!==u&&(c=u+l)}s.data["x"===e?"xStacked":"yStacked"]=c}a.push(c),null!==c&&i.push(c)}))})),t[e].minStacked=Math.min.apply(Math,i),t[e].maxStacked=Math.max.apply(Math,i)},nE=function(e){var t=e.bandwidth();if(0===t)return e;var n=t/2;return e.round()&&(n=Math.round(n)),function(t){var r;return(null!=(r=e(t))?r:0)+n}},rE={millisecond:[pO,pO],second:[yO,yO],minute:[_O,LO],hour:[wO,DO],day:[hO((function(e){return e.setHours(0,0,0,0)}),(function(e,t){return e.setDate(e.getDate()+t)}),(function(e,t){return(t.getTime()-e.getTime())/864e5}),(function(e){return Math.floor(e.getTime()/864e5)})),hO((function(e){return e.setUTCHours(0,0,0,0)}),(function(e,t){return e.setUTCDate(e.getUTCDate()+t)}),(function(e,t){return(t.getTime()-e.getTime())/864e5}),(function(e){return Math.floor(e.getTime()/864e5)}))],week:[kO,jO],sunday:[kO,jO],monday:[CO,RO],tuesday:[SO,zO],wednesday:[MO,FO],thursday:[TO,IO],friday:[NO,BO],saturday:[OO,UO],month:[EO,$O],year:[AO,qO]},iE=Object.keys(rE),oE=new RegExp("^every\\s*(\\d+)?\\s*("+iE.join("|")+")s?$","i"),aE=function(e,t){if(Array.isArray(t))return t;if("string"==typeof t&&"useUTC"in e){var n=t.match(oE);if(n){var r=n[1],i=n[2],o=rE[i][e.useUTC?1:0];if("day"===i){var a,s,l=e.domain(),c=l[0],u=l[1],d=new Date(u);return d.setDate(d.getDate()+1),null!=(a=null==(s=o.every(Number(null!=r?r:1)))?void 0:s.range(c,d))?a:[]}if(void 0===r)return e.ticks(o);var f=o.every(Number(r));if(f)return e.ticks(f)}throw new Error("Invalid tickValues: "+t)}if("ticks"in e){if(void 0===t)return e.ticks();if("number"==typeof(h=t)&&isFinite(h)&&Math.floor(h)===h)return e.ticks(t)}var h;return e.domain()};function sE(){return sE=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},sE.apply(this,arguments)}var lE=function(e){var t,n=e.axis,r=e.scale,i=e.ticksPosition,o=e.tickValues,a=e.tickSize,s=e.tickPadding,l=e.tickRotation,c=e.truncateTickAt,u=e.engine,d=void 0===u?"svg":u,f=aE(r,o),h=ST[d],p="bandwidth"in r?nE(r):r,g={lineX:0,lineY:0},m={textX:0,textY:0},v="object"==typeof document&&"rtl"===document.dir,b=h.align.center,y=h.baseline.center;return"x"===n?(t=function(e){var t;return{x:null!=(t=p(e))?t:0,y:0}},g.lineY=a*("after"===i?1:-1),m.textY=(a+s)*("after"===i?1:-1),y="after"===i?h.baseline.top:h.baseline.bottom,0===l?b=h.align.center:"after"===i&&l<0||"before"===i&&l>0?(b=h.align[v?"left":"right"],y=h.baseline.center):("after"===i&&l>0||"before"===i&&l<0)&&(b=h.align[v?"right":"left"],y=h.baseline.center)):(t=function(e){var t;return{x:0,y:null!=(t=p(e))?t:0}},g.lineX=a*("after"===i?1:-1),m.textX=(a+s)*("after"===i?1:-1),b="after"===i?h.align.left:h.align.right),{ticks:f.map((function(e){var n="string"==typeof e?function(e){var t=String(e).length;return c&&c>0&&t>c?""+String(e).slice(0,c).concat("..."):""+e}(e):e;return sE({key:e instanceof Date?""+e.valueOf():""+e,value:n},t(e),g,m)})),textAlign:b,textBaseline:y}},cE=function(e,t){if(void 0===e||"function"==typeof e)return e;if("time"===t.type){var n=eC(e);return function(e){return n(e instanceof Date?e:new Date(e))}}return xk(e)},uE=function(e){var t,n=e.width,r=e.height,i=e.scale,o=e.axis,a=e.values,s=(t=a,(Array.isArray(t)?a:void 0)||aE(i,a)),l="bandwidth"in i?nE(i):i,c="x"===o?s.map((function(e){var t,n;return{key:e instanceof Date?""+e.valueOf():""+e,x1:null!=(t=l(e))?t:0,x2:null!=(n=l(e))?n:0,y1:0,y2:r}})):s.map((function(e){var t,r;return{key:e instanceof Date?""+e.valueOf():""+e,x1:0,x2:n,y1:null!=(t=l(e))?t:0,y2:null!=(r=l(e))?r:0}}));return c},dE=Pe((function(e){var t,n=e.value,r=e.format,i=e.lineX,o=e.lineY,a=e.onClick,s=e.textBaseline,l=e.textAnchor,c=e.animatedProps,u=hT(),d=u.axis.ticks.line,f=u.axis.ticks.text,h=null!=(t=null==r?void 0:r(n))?t:n,p=we((function(){var e={opacity:c.opacity};return a?{style:sE({},e,{cursor:"pointer"}),onClick:function(e){return a(e,h)}}:{style:e}}),[c.opacity,a,h]);return lt(od.g,sE({transform:c.transform},p,{children:[lt("line",{x1:0,x2:i,y1:0,y2:o,style:d}),f.outlineWidth>0&&lt(od.text,{dominantBaseline:s,textAnchor:l,transform:c.textTransform,style:f,strokeWidth:2*f.outlineWidth,stroke:f.outlineColor,strokeLinejoin:"round",children:""+h}),lt(od.text,{dominantBaseline:s,textAnchor:l,transform:c.textTransform,style:gT(f),children:""+h})]}))})),fE=Pe((function(e){var t=e.axis,n=e.scale,r=e.x,i=void 0===r?0:r,o=e.y,a=void 0===o?0:o,s=e.length,l=e.ticksPosition,c=e.tickValues,u=e.tickSize,d=void 0===u?5:u,f=e.tickPadding,h=void 0===f?5:f,p=e.tickRotation,g=void 0===p?0:p,m=e.format,v=e.renderTick,b=void 0===v?dE:v,y=e.truncateTickAt,_=e.legend,w=e.legendPosition,x=void 0===w?"end":w,k=e.legendOffset,C=void 0===k?0:k,S=e.onClick,M=e.ariaHidden,T=hT(),N=T.axis.legend.text,O=we((function(){return cE(m,n)}),[m,n]),E=lE({axis:t,scale:n,ticksPosition:l,tickValues:c,tickSize:d,tickPadding:h,tickRotation:g,truncateTickAt:y}),A=E.ticks,L=E.textAlign,P=E.textBaseline,R=null;if(void 0!==_){var z,F=0,I=0,B=0;"y"===t?(B=-90,F=C,"start"===x?(z="start",I=s):"middle"===x?(z="middle",I=s/2):"end"===x&&(z="end")):(I=C,"start"===x?z="start":"middle"===x?(z="middle",F=s/2):"end"===x&&(z="end",F=s)),R=lt(j,{children:[N.outlineWidth>0&&lt("text",{transform:"translate("+F+", "+I+") rotate("+B+")",textAnchor:z,style:sE({dominantBaseline:"central"},N),strokeWidth:2*N.outlineWidth,stroke:N.outlineColor,strokeLinejoin:"round",children:_}),lt("text",{transform:"translate("+F+", "+I+") rotate("+B+")",textAnchor:z,style:sE({dominantBaseline:"central"},N),children:_})]})}var U=QM(),$=U.animate,q=U.config,H=Iu({transform:"translate("+i+","+a+")",lineX2:"x"===t?s:0,lineY2:"x"===t?0:s,config:q,immediate:!$}),V=xe((function(e){return{opacity:1,transform:"translate("+e.x+","+e.y+")",textTransform:"translate("+e.textX+","+e.textY+") rotate("+g+")"}}),[g]),W=xe((function(e){return{opacity:0,transform:"translate("+e.x+","+e.y+")",textTransform:"translate("+e.textX+","+e.textY+") rotate("+g+")"}}),[g]),Y=Bu(A,{keys:function(e){return e.key},initial:V,from:W,enter:V,update:V,leave:{opacity:0},config:q,immediate:!$});return lt(od.g,{transform:H.transform,"aria-hidden":M,children:[Y((function(e,t,n,r){return D(b,sE({tickIndex:r,format:O,rotate:g,textBaseline:P,textAnchor:L,truncateTickAt:y,animatedProps:e},t,S?{onClick:S}:{}))})),lt(od.line,{style:T.axis.domain.line,x1:0,x2:H.lineX2,y1:0,y2:H.lineY2}),R]})})),hE=["top","right","bottom","left"],pE=Pe((function(e){var t=e.xScale,n=e.yScale,r=e.width,i=e.height,o={top:e.top,right:e.right,bottom:e.bottom,left:e.left};return lt(j,{children:hE.map((function(e){var a=o[e];if(!a)return null;var s="top"===e||"bottom"===e;return lt(fE,sE({},a,{axis:s?"x":"y",x:"right"===e?r:0,y:"bottom"===e?i:0,scale:s?t:n,length:s?r:i,ticksPosition:"top"===e||"left"===e?"before":"after",truncateTickAt:a.truncateTickAt}),e)}))})})),gE=Pe((function(e){var t=e.animatedProps,n=hT();return lt(od.line,sE({},t,n.grid.line))})),mE=Pe((function(e){var t=e.lines,n=QM(),r=n.animate,i=Bu(t,{keys:function(e){return e.key},initial:function(e){return{opacity:1,x1:e.x1,x2:e.x2,y1:e.y1,y2:e.y2}},from:function(e){return{opacity:0,x1:e.x1,x2:e.x2,y1:e.y1,y2:e.y2}},enter:function(e){return{opacity:1,x1:e.x1,x2:e.x2,y1:e.y1,y2:e.y2}},update:function(e){return{opacity:1,x1:e.x1,x2:e.x2,y1:e.y1,y2:e.y2}},leave:{opacity:0},config:n.config,immediate:!r});return lt("g",{children:i((function(e,t){return D(gE,sE({},t,{key:t.key,animatedProps:e}))}))})})),vE=Pe((function(e){var t=e.width,n=e.height,r=e.xScale,i=e.yScale,o=e.xValues,a=e.yValues,s=we((function(){return!!r&&uE({width:t,height:n,scale:r,axis:"x",values:o})}),[r,o,t,n]),l=we((function(){return!!i&&uE({width:t,height:n,scale:i,axis:"y",values:a})}),[n,t,i,a]);return lt(j,{children:[s&&lt(mE,{lines:s}),l&&lt(mE,{lines:l})]})})),bE=function(e,t){var n=t.width,r=t.height,i=t.scale,o=t.axis,a=t.values;uE({width:n,height:r,scale:i,axis:o,values:a}).forEach((function(t){e.beginPath(),e.moveTo(t.x1,t.y1),e.lineTo(t.x2,t.y2),e.stroke()}))};function yE(){return yE=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},yE.apply(this,arguments)}var _E,wE,xE={top:0,right:0,bottom:0,left:0},kE=function(e){var t,n=e.direction,r=e.itemsSpacing,i=e.padding,o=e.itemCount,a=e.itemWidth,s=e.itemHeight;if("number"!=typeof i&&("object"!=typeof(t=i)||Array.isArray(t)||null===t))throw new Error("Invalid property padding, must be one of: number, object");var l="number"==typeof i?{top:i,right:i,bottom:i,left:i}:yE({},xE,i),c=l.left+l.right,u=l.top+l.bottom,d=a+c,f=s+u,h=(o-1)*r;return"row"===n?d=a*o+h+c:"column"===n&&(f=s*o+h+u),{width:d,height:f,padding:l}},CE=function(e){var t=e.anchor,n=e.translateX,r=e.translateY,i=e.containerWidth,o=e.containerHeight,a=e.width,s=e.height,l=n,c=r;switch(t){case"top":l+=(i-a)/2;break;case"top-right":l+=i-a;break;case"right":l+=i-a,c+=(o-s)/2;break;case"bottom-right":l+=i-a,c+=o-s;break;case"bottom":l+=(i-a)/2,c+=o-s;break;case"bottom-left":c+=o-s;break;case"left":c+=(o-s)/2;break;case"center":l+=(i-a)/2,c+=(o-s)/2}return{x:l,y:c}},SE=function(e){var t,n,r,i,o,a,s=e.direction,l=e.justify,c=e.symbolSize,u=e.symbolSpacing,d=e.width,f=e.height;switch(s){case"left-to-right":t=0,n=(f-c)/2,i=f/2,a="central",l?(r=d,o="end"):(r=c+u,o="start");break;case"right-to-left":t=d-c,n=(f-c)/2,i=f/2,a="central",l?(r=0,o="start"):(r=d-c-u,o="end");break;case"top-to-bottom":t=(d-c)/2,n=0,r=d/2,o="middle",l?(i=f,a="alphabetic"):(i=c+u,a="text-before-edge");break;case"bottom-to-top":t=(d-c)/2,n=f-c,r=d/2,o="middle",l?(i=0,a="text-before-edge"):(i=f-c-u,a="alphabetic")}return{symbolX:t,symbolY:n,labelX:r,labelY:i,labelAnchor:o,labelAlignment:a}},ME={circle:function(e){var t=e.x,n=e.y,r=e.size,i=e.fill,o=e.opacity,a=void 0===o?1:o,s=e.borderWidth,l=void 0===s?0:s,c=e.borderColor;return lt("circle",{r:r/2,cx:t+r/2,cy:n+r/2,fill:i,opacity:a,strokeWidth:l,stroke:void 0===c?"transparent":c,style:{pointerEvents:"none"}})},diamond:function(e){var t=e.x,n=e.y,r=e.size,i=e.fill,o=e.opacity,a=void 0===o?1:o,s=e.borderWidth,l=void 0===s?0:s,c=e.borderColor;return lt("g",{transform:"translate("+t+","+n+")",children:lt("path",{d:"\n M"+r/2+" 0\n L"+.8*r+" "+r/2+"\n L"+r/2+" "+r+"\n L"+.2*r+" "+r/2+"\n L"+r/2+" 0\n ",fill:i,opacity:a,strokeWidth:l,stroke:void 0===c?"transparent":c,style:{pointerEvents:"none"}})})},square:function(e){var t=e.x,n=e.y,r=e.size,i=e.fill,o=e.opacity,a=void 0===o?1:o,s=e.borderWidth,l=void 0===s?0:s,c=e.borderColor;return lt("rect",{x:t,y:n,fill:i,opacity:a,strokeWidth:l,stroke:void 0===c?"transparent":c,width:r,height:r,style:{pointerEvents:"none"}})},triangle:function(e){var t=e.x,n=e.y,r=e.size,i=e.fill,o=e.opacity,a=void 0===o?1:o,s=e.borderWidth,l=void 0===s?0:s,c=e.borderColor;return lt("g",{transform:"translate("+t+","+n+")",children:lt("path",{d:"\n M"+r/2+" 0\n L"+r+" "+r+"\n L0 "+r+"\n L"+r/2+" 0\n ",fill:i,opacity:a,strokeWidth:l,stroke:void 0===c?"transparent":c,style:{pointerEvents:"none"}})})}},TE=function(e){var t,n,r,i,o,a,s,l,c,u,d,f=e.x,h=e.y,p=e.width,g=e.height,m=e.data,v=e.direction,b=void 0===v?"left-to-right":v,y=e.justify,_=void 0!==y&&y,w=e.textColor,x=e.background,k=void 0===x?"transparent":x,C=e.opacity,S=void 0===C?1:C,M=e.symbolShape,T=void 0===M?"square":M,N=e.symbolSize,O=void 0===N?16:N,E=e.symbolSpacing,A=void 0===E?8:E,L=e.symbolBorderWidth,P=void 0===L?0:L,j=e.symbolBorderColor,R=void 0===j?"transparent":j,z=e.onClick,F=e.onMouseEnter,I=e.onMouseLeave,B=e.toggleSerie,U=e.effects,$=ve({}),q=$[0],H=$[1],V=hT(),W=xe((function(e){if(U){var t=U.filter((function(e){return"hover"===e.on})).reduce((function(e,t){return yE({},e,t.style)}),{});H(t)}null==F||F(m,e)}),[F,m,U]),Y=xe((function(e){if(U){var t=U.filter((function(e){return"hover"!==e.on})).reduce((function(e,t){return yE({},e,t.style)}),{});H(t)}null==I||I(m,e)}),[I,m,U]),G=SE({direction:b,justify:_,symbolSize:null!=(t=q.symbolSize)?t:O,symbolSpacing:A,width:p,height:g}),Z=G.symbolX,X=G.symbolY,J=G.labelX,K=G.labelY,Q=G.labelAnchor,ee=G.labelAlignment,te=[z,F,I,B].some((function(e){return void 0!==e})),ne="function"==typeof T?T:ME[T];return lt("g",{transform:"translate("+f+","+h+")",style:{opacity:null!=(n=q.itemOpacity)?n:S},children:[lt("rect",{width:p,height:g,fill:null!=(r=q.itemBackground)?r:k,style:{cursor:te?"pointer":"auto"},onClick:function(e){null==z||z(m,e),null==B||B(m.id)},onMouseEnter:W,onMouseLeave:Y}),D(ne,yE({id:m.id,x:Z,y:X,size:null!=(i=q.symbolSize)?i:O,fill:null!=(o=null!=(a=m.fill)?a:m.color)?o:"black",borderWidth:null!=(s=q.symbolBorderWidth)?s:P,borderColor:null!=(l=q.symbolBorderColor)?l:R},m.hidden?V.legends.hidden.symbol:void 0)),lt("text",{textAnchor:Q,style:yE({},gT(V.legends.text),{fill:null!=(c=null!=(u=null!=(d=q.itemTextColor)?d:w)?u:V.legends.text.fill)?c:"black",dominantBaseline:ee,pointerEvents:"none",userSelect:"none"},m.hidden?V.legends.hidden.text:void 0),x:J,y:K,children:m.label})]})},NE=function(e){var t=e.data,n=e.x,r=e.y,i=e.direction,o=e.padding,a=void 0===o?0:o,s=e.justify,l=e.effects,c=e.itemWidth,u=e.itemHeight,d=e.itemDirection,f=void 0===d?"left-to-right":d,h=e.itemsSpacing,p=void 0===h?0:h,g=e.itemTextColor,m=e.itemBackground,v=void 0===m?"transparent":m,b=e.itemOpacity,y=void 0===b?1:b,_=e.symbolShape,w=e.symbolSize,x=e.symbolSpacing,k=e.symbolBorderWidth,C=e.symbolBorderColor,S=e.onClick,M=e.onMouseEnter,T=e.onMouseLeave,N=e.toggleSerie,O=kE({itemCount:t.length,itemWidth:c,itemHeight:u,itemsSpacing:p,direction:i,padding:a}).padding,E="row"===i?c+p:0,A="column"===i?u+p:0;return lt("g",{transform:"translate("+n+","+r+")",children:t.map((function(e,t){return lt(TE,{data:e,x:t*E+O.left,y:t*A+O.top,width:c,height:u,direction:f,justify:s,effects:l,textColor:g,background:v,opacity:y,symbolShape:_,symbolSize:w,symbolSpacing:x,symbolBorderWidth:k,symbolBorderColor:C,onClick:S,onMouseEnter:M,onMouseLeave:T,toggleSerie:N},t)}))})},OE=function(e){var t=e.data,n=e.containerWidth,r=e.containerHeight,i=e.translateX,o=void 0===i?0:i,a=e.translateY,s=void 0===a?0:a,l=e.anchor,c=e.direction,u=e.padding,d=void 0===u?0:u,f=e.justify,h=e.itemsSpacing,p=void 0===h?0:h,g=e.itemWidth,m=e.itemHeight,v=e.itemDirection,b=e.itemTextColor,y=e.itemBackground,_=e.itemOpacity,w=e.symbolShape,x=e.symbolSize,k=e.symbolSpacing,C=e.symbolBorderWidth,S=e.symbolBorderColor,M=e.onClick,T=e.onMouseEnter,N=e.onMouseLeave,O=e.toggleSerie,E=e.effects,A=kE({itemCount:t.length,itemsSpacing:p,itemWidth:g,itemHeight:m,direction:c,padding:d}),L=A.width,D=A.height,P=CE({anchor:l,translateX:o,translateY:s,containerWidth:n,containerHeight:r,width:L,height:D}),j=P.x,R=P.y;return lt(NE,{data:t,x:j,y:R,direction:c,padding:d,justify:f,effects:E,itemsSpacing:p,itemWidth:g,itemHeight:m,itemDirection:v,itemTextColor:b,itemBackground:y,itemOpacity:_,symbolShape:w,symbolSize:x,symbolSpacing:k,symbolBorderWidth:C,symbolBorderColor:S,onClick:M,onMouseEnter:T,onMouseLeave:N,toggleSerie:"boolean"==typeof O?void 0:O})},EE={start:"left",middle:"center",end:"right"},AE=fo(function(){if(wE)return _E;wE=1;var e=ym(),t=0;return _E=function(n){var r=++t;return e(n)+r}}());const LE=134217729;function DE(e,t,n,r,i){let o,a,s,l,c=t[0],u=r[0],d=0,f=0;u>c==u>-c?(o=c,c=t[++d]):(o=u,u=r[++f]);let h=0;if(d<e&&f<n)for(u>c==u>-c?(a=c+o,s=o-(a-c),c=t[++d]):(a=u+o,s=o-(a-u),u=r[++f]),o=a,0!==s&&(i[h++]=s);d<e&&f<n;)u>c==u>-c?(a=o+c,l=a-o,s=o-(a-l)+(c-l),c=t[++d]):(a=o+u,l=a-o,s=o-(a-l)+(u-l),u=r[++f]),o=a,0!==s&&(i[h++]=s);for(;d<e;)a=o+c,l=a-o,s=o-(a-l)+(c-l),c=t[++d],o=a,0!==s&&(i[h++]=s);for(;f<n;)a=o+u,l=a-o,s=o-(a-l)+(u-l),u=r[++f],o=a,0!==s&&(i[h++]=s);return 0===o&&0!==h||(i[h++]=o),h}function PE(e){return new Float64Array(e)}const jE=PE(4),RE=PE(8),zE=PE(12),FE=PE(16),IE=PE(4);function BE(e,t,n,r,i,o){const a=(t-o)*(n-i),s=(e-i)*(r-o),l=a-s,c=Math.abs(a+s);return Math.abs(l)>=33306690738754716e-32*c?l:-function(e,t,n,r,i,o,a){let s,l,c,u,d,f,h,p,g,m,v,b,y,_,w,x,k,C;const S=e-i,M=n-i,T=t-o,N=r-o;_=S*N,f=LE*S,h=f-(f-S),p=S-h,f=LE*N,g=f-(f-N),m=N-g,w=p*m-(_-h*g-p*g-h*m),x=T*M,f=LE*T,h=f-(f-T),p=T-h,f=LE*M,g=f-(f-M),m=M-g,k=p*m-(x-h*g-p*g-h*m),v=w-k,d=w-v,jE[0]=w-(v+d)+(d-k),b=_+v,d=b-_,y=_-(b-d)+(v-d),v=y-x,d=y-v,jE[1]=y-(v+d)+(d-x),C=b+v,d=C-b,jE[2]=b-(C-d)+(v-d),jE[3]=C;let O=function(e,t){let n=t[0];for(let e=1;e<4;e++)n+=t[e];return n}(0,jE),E=22204460492503146e-32*a;if(O>=E||-O>=E)return O;if(d=e-S,s=e-(S+d)+(d-i),d=n-M,c=n-(M+d)+(d-i),d=t-T,l=t-(T+d)+(d-o),d=r-N,u=r-(N+d)+(d-o),0===s&&0===l&&0===c&&0===u)return O;if(E=11093356479670487e-47*a+33306690738754706e-32*Math.abs(O),O+=S*u+N*s-(T*c+M*l),O>=E||-O>=E)return O;_=s*N,f=LE*s,h=f-(f-s),p=s-h,f=LE*N,g=f-(f-N),m=N-g,w=p*m-(_-h*g-p*g-h*m),x=l*M,f=LE*l,h=f-(f-l),p=l-h,f=LE*M,g=f-(f-M),m=M-g,k=p*m-(x-h*g-p*g-h*m),v=w-k,d=w-v,IE[0]=w-(v+d)+(d-k),b=_+v,d=b-_,y=_-(b-d)+(v-d),v=y-x,d=y-v,IE[1]=y-(v+d)+(d-x),C=b+v,d=C-b,IE[2]=b-(C-d)+(v-d),IE[3]=C;const A=DE(4,jE,4,IE,RE);_=S*u,f=LE*S,h=f-(f-S),p=S-h,f=LE*u,g=f-(f-u),m=u-g,w=p*m-(_-h*g-p*g-h*m),x=T*c,f=LE*T,h=f-(f-T),p=T-h,f=LE*c,g=f-(f-c),m=c-g,k=p*m-(x-h*g-p*g-h*m),v=w-k,d=w-v,IE[0]=w-(v+d)+(d-k),b=_+v,d=b-_,y=_-(b-d)+(v-d),v=y-x,d=y-v,IE[1]=y-(v+d)+(d-x),C=b+v,d=C-b,IE[2]=b-(C-d)+(v-d),IE[3]=C;const L=DE(A,RE,4,IE,zE);_=s*u,f=LE*s,h=f-(f-s),p=s-h,f=LE*u,g=f-(f-u),m=u-g,w=p*m-(_-h*g-p*g-h*m),x=l*c,f=LE*l,h=f-(f-l),p=l-h,f=LE*c,g=f-(f-c),m=c-g,k=p*m-(x-h*g-p*g-h*m),v=w-k,d=w-v,IE[0]=w-(v+d)+(d-k),b=_+v,d=b-_,y=_-(b-d)+(v-d),v=y-x,d=y-v,IE[1]=y-(v+d)+(d-x),C=b+v,d=C-b,IE[2]=b-(C-d)+(v-d),IE[3]=C;const D=DE(L,zE,4,IE,FE);return FE[D-1]}(e,t,n,r,i,o,c)}const UE=Math.pow(2,-52),$E=new Uint32Array(512);class qE{static from(e,t=ZE,n=XE){const r=e.length,i=new Float64Array(2*r);for(let o=0;o<r;o++){const r=e[o];i[2*o]=t(r),i[2*o+1]=n(r)}return new qE(i)}constructor(e){const t=e.length>>1;if(t>0&&"number"!=typeof e[0])throw new Error("Expected coords to contain numbers.");this.coords=e;const n=Math.max(2*t-5,0);this._triangles=new Uint32Array(3*n),this._halfedges=new Int32Array(3*n),this._hashSize=Math.ceil(Math.sqrt(t)),this._hullPrev=new Uint32Array(t),this._hullNext=new Uint32Array(t),this._hullTri=new Uint32Array(t),this._hullHash=new Int32Array(this._hashSize),this._ids=new Uint32Array(t),this._dists=new Float64Array(t),this.update()}update(){const{coords:e,_hullPrev:t,_hullNext:n,_hullTri:r,_hullHash:i}=this,o=e.length>>1;let a=1/0,s=1/0,l=-1/0,c=-1/0;for(let t=0;t<o;t++){const n=e[2*t],r=e[2*t+1];n<a&&(a=n),r<s&&(s=r),n>l&&(l=n),r>c&&(c=r),this._ids[t]=t}const u=(a+l)/2,d=(s+c)/2;let f,h,p;for(let t=0,n=1/0;t<o;t++){const r=HE(u,d,e[2*t],e[2*t+1]);r<n&&(f=t,n=r)}const g=e[2*f],m=e[2*f+1];for(let t=0,n=1/0;t<o;t++){if(t===f)continue;const r=HE(g,m,e[2*t],e[2*t+1]);r<n&&r>0&&(h=t,n=r)}let v=e[2*h],b=e[2*h+1],y=1/0;for(let t=0;t<o;t++){if(t===f||t===h)continue;const n=WE(g,m,v,b,e[2*t],e[2*t+1]);n<y&&(p=t,y=n)}let _=e[2*p],w=e[2*p+1];if(y===1/0){for(let t=0;t<o;t++)this._dists[t]=e[2*t]-e[0]||e[2*t+1]-e[1];YE(this._ids,this._dists,0,o-1);const t=new Uint32Array(o);let n=0;for(let e=0,r=-1/0;e<o;e++){const i=this._ids[e],o=this._dists[i];o>r&&(t[n++]=i,r=o)}return this.hull=t.subarray(0,n),this.triangles=new Uint32Array(0),void(this.halfedges=new Uint32Array(0))}if(BE(g,m,v,b,_,w)<0){const e=h,t=v,n=b;h=p,v=_,b=w,p=e,_=t,w=n}const x=function(e,t,n,r,i,o){const a=n-e,s=r-t,l=i-e,c=o-t,u=a*a+s*s,d=l*l+c*c,f=.5/(a*c-s*l);return{x:e+(c*u-s*d)*f,y:t+(a*d-l*u)*f}}(g,m,v,b,_,w);this._cx=x.x,this._cy=x.y;for(let t=0;t<o;t++)this._dists[t]=HE(e[2*t],e[2*t+1],x.x,x.y);YE(this._ids,this._dists,0,o-1),this._hullStart=f;let k=3;n[f]=t[p]=h,n[h]=t[f]=p,n[p]=t[h]=f,r[f]=0,r[h]=1,r[p]=2,i.fill(-1),i[this._hashKey(g,m)]=f,i[this._hashKey(v,b)]=h,i[this._hashKey(_,w)]=p,this.trianglesLen=0,this._addTriangle(f,h,p,-1,-1,-1);for(let o,a,s=0;s<this._ids.length;s++){const l=this._ids[s],c=e[2*l],u=e[2*l+1];if(s>0&&Math.abs(c-o)<=UE&&Math.abs(u-a)<=UE)continue;if(o=c,a=u,l===f||l===h||l===p)continue;let d=0;for(let e=0,t=this._hashKey(c,u);e<this._hashSize&&(d=i[(t+e)%this._hashSize],-1===d||d===n[d]);e++);d=t[d];let g,m=d;for(;g=n[m],BE(c,u,e[2*m],e[2*m+1],e[2*g],e[2*g+1])>=0;)if(m=g,m===d){m=-1;break}if(-1===m)continue;let v=this._addTriangle(m,l,n[m],-1,-1,r[m]);r[l]=this._legalize(v+2),r[m]=v,k++;let b=n[m];for(;g=n[b],BE(c,u,e[2*b],e[2*b+1],e[2*g],e[2*g+1])<0;)v=this._addTriangle(b,l,g,r[l],-1,r[b]),r[l]=this._legalize(v+2),n[b]=b,k--,b=g;if(m===d)for(;g=t[m],BE(c,u,e[2*g],e[2*g+1],e[2*m],e[2*m+1])<0;)v=this._addTriangle(g,l,m,-1,r[m],r[g]),this._legalize(v+2),r[g]=v,n[m]=m,k--,m=g;this._hullStart=t[l]=m,n[m]=t[b]=l,n[l]=b,i[this._hashKey(c,u)]=l,i[this._hashKey(e[2*m],e[2*m+1])]=m}this.hull=new Uint32Array(k);for(let e=0,t=this._hullStart;e<k;e++)this.hull[e]=t,t=n[t];this.triangles=this._triangles.subarray(0,this.trianglesLen),this.halfedges=this._halfedges.subarray(0,this.trianglesLen)}_hashKey(e,t){return Math.floor(function(e,t){const n=e/(Math.abs(e)+Math.abs(t));return(t>0?3-n:1+n)/4}(e-this._cx,t-this._cy)*this._hashSize)%this._hashSize}_legalize(e){const{_triangles:t,_halfedges:n,coords:r}=this;let i=0,o=0;for(;;){const a=n[e],s=e-e%3;if(o=s+(e+2)%3,-1===a){if(0===i)break;e=$E[--i];continue}const l=a-a%3,c=s+(e+1)%3,u=l+(a+2)%3,d=t[o],f=t[e],h=t[c],p=t[u];if(VE(r[2*d],r[2*d+1],r[2*f],r[2*f+1],r[2*h],r[2*h+1],r[2*p],r[2*p+1])){t[e]=p,t[a]=d;const r=n[u];if(-1===r){let t=this._hullStart;do{if(this._hullTri[t]===u){this._hullTri[t]=e;break}t=this._hullPrev[t]}while(t!==this._hullStart)}this._link(e,r),this._link(a,n[o]),this._link(o,u);const s=l+(a+1)%3;i<$E.length&&($E[i++]=s)}else{if(0===i)break;e=$E[--i]}}return o}_link(e,t){this._halfedges[e]=t,-1!==t&&(this._halfedges[t]=e)}_addTriangle(e,t,n,r,i,o){const a=this.trianglesLen;return this._triangles[a]=e,this._triangles[a+1]=t,this._triangles[a+2]=n,this._link(a,r),this._link(a+1,i),this._link(a+2,o),this.trianglesLen+=3,a}}function HE(e,t,n,r){const i=e-n,o=t-r;return i*i+o*o}function VE(e,t,n,r,i,o,a,s){const l=e-a,c=t-s,u=n-a,d=r-s,f=i-a,h=o-s,p=u*u+d*d,g=f*f+h*h;return l*(d*g-p*h)-c*(u*g-p*f)+(l*l+c*c)*(u*h-d*f)<0}function WE(e,t,n,r,i,o){const a=n-e,s=r-t,l=i-e,c=o-t,u=a*a+s*s,d=l*l+c*c,f=.5/(a*c-s*l),h=(c*u-s*d)*f,p=(a*d-l*u)*f;return h*h+p*p}function YE(e,t,n,r){if(r-n<=20)for(let i=n+1;i<=r;i++){const r=e[i],o=t[r];let a=i-1;for(;a>=n&&t[e[a]]>o;)e[a+1]=e[a--];e[a+1]=r}else{let i=n+1,o=r;GE(e,n+r>>1,i),t[e[n]]>t[e[r]]&&GE(e,n,r),t[e[i]]>t[e[r]]&&GE(e,i,r),t[e[n]]>t[e[i]]&&GE(e,n,i);const a=e[i],s=t[a];for(;;){do{i++}while(t[e[i]]<s);do{o--}while(t[e[o]]>s);if(o<i)break;GE(e,i,o)}e[n+1]=e[o],e[o]=a,r-i+1>=o-n?(YE(e,t,i,r),YE(e,t,n,o-1)):(YE(e,t,n,o-1),YE(e,t,i,r))}}function GE(e,t,n){const r=e[t];e[t]=e[n],e[n]=r}function ZE(e){return e[0]}function XE(e){return e[1]}const JE=1e-6;class KE{constructor(){this._x0=this._y0=this._x1=this._y1=null,this._=""}moveTo(e,t){this._+=`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}`}closePath(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._+="Z")}lineTo(e,t){this._+=`L${this._x1=+e},${this._y1=+t}`}arc(e,t,n){const r=(e=+e)+(n=+n),i=t=+t;if(n<0)throw new Error("negative radius");null===this._x1?this._+=`M${r},${i}`:(Math.abs(this._x1-r)>JE||Math.abs(this._y1-i)>JE)&&(this._+="L"+r+","+i),n&&(this._+=`A${n},${n},0,1,1,${e-n},${t}A${n},${n},0,1,1,${this._x1=r},${this._y1=i}`)}rect(e,t,n,r){this._+=`M${this._x0=this._x1=+e},${this._y0=this._y1=+t}h${+n}v${+r}h${-n}Z`}value(){return this._||null}}class QE{constructor(){this._=[]}moveTo(e,t){this._.push([e,t])}closePath(){this._.push(this._[0].slice())}lineTo(e,t){this._.push([e,t])}value(){return this._.length?this._:null}}class eA{constructor(e,[t,n,r,i]=[0,0,960,500]){if(!((r=+r)>=(t=+t)&&(i=+i)>=(n=+n)))throw new Error("invalid bounds");this.delaunay=e,this._circumcenters=new Float64Array(2*e.points.length),this.vectors=new Float64Array(2*e.points.length),this.xmax=r,this.xmin=t,this.ymax=i,this.ymin=n,this._init()}update(){return this.delaunay.update(),this._init(),this}_init(){const{delaunay:{points:e,hull:t,triangles:n},vectors:r}=this;let i,o;const a=this.circumcenters=this._circumcenters.subarray(0,n.length/3*2);for(let r,s,l=0,c=0,u=n.length;l<u;l+=3,c+=2){const u=2*n[l],d=2*n[l+1],f=2*n[l+2],h=e[u],p=e[u+1],g=e[d],m=e[d+1],v=e[f],b=e[f+1],y=g-h,_=m-p,w=v-h,x=b-p,k=2*(y*x-_*w);if(Math.abs(k)<1e-9){if(void 0===i){i=o=0;for(const n of t)i+=e[2*n],o+=e[2*n+1];i/=t.length,o/=t.length}const n=1e9*Math.sign((i-h)*x-(o-p)*w);r=(h+v)/2-n*x,s=(p+b)/2+n*w}else{const e=1/k,t=y*y+_*_,n=w*w+x*x;r=h+(x*t-_*n)*e,s=p+(y*n-w*t)*e}a[c]=r,a[c+1]=s}let s,l,c,u=t[t.length-1],d=4*u,f=e[2*u],h=e[2*u+1];r.fill(0);for(let n=0;n<t.length;++n)u=t[n],s=d,l=f,c=h,d=4*u,f=e[2*u],h=e[2*u+1],r[s+2]=r[d]=c-h,r[s+3]=r[d+1]=f-l}render(e){const t=null==e?e=new KE:void 0,{delaunay:{halfedges:n,inedges:r,hull:i},circumcenters:o,vectors:a}=this;if(i.length<=1)return null;for(let t=0,r=n.length;t<r;++t){const r=n[t];if(r<t)continue;const i=2*Math.floor(t/3),a=2*Math.floor(r/3),s=o[i],l=o[i+1],c=o[a],u=o[a+1];this._renderSegment(s,l,c,u,e)}let s,l=i[i.length-1];for(let t=0;t<i.length;++t){s=l,l=i[t];const n=2*Math.floor(r[l]/3),c=o[n],u=o[n+1],d=4*s,f=this._project(c,u,a[d+2],a[d+3]);f&&this._renderSegment(c,u,f[0],f[1],e)}return t&&t.value()}renderBounds(e){const t=null==e?e=new KE:void 0;return e.rect(this.xmin,this.ymin,this.xmax-this.xmin,this.ymax-this.ymin),t&&t.value()}renderCell(e,t){const n=null==t?t=new KE:void 0,r=this._clip(e);if(null===r||!r.length)return;t.moveTo(r[0],r[1]);let i=r.length;for(;r[0]===r[i-2]&&r[1]===r[i-1]&&i>1;)i-=2;for(let e=2;e<i;e+=2)r[e]===r[e-2]&&r[e+1]===r[e-1]||t.lineTo(r[e],r[e+1]);return t.closePath(),n&&n.value()}*cellPolygons(){const{delaunay:{points:e}}=this;for(let t=0,n=e.length/2;t<n;++t){const e=this.cellPolygon(t);e&&(e.index=t,yield e)}}cellPolygon(e){const t=new QE;return this.renderCell(e,t),t.value()}_renderSegment(e,t,n,r,i){let o;const a=this._regioncode(e,t),s=this._regioncode(n,r);0===a&&0===s?(i.moveTo(e,t),i.lineTo(n,r)):(o=this._clipSegment(e,t,n,r,a,s))&&(i.moveTo(o[0],o[1]),i.lineTo(o[2],o[3]))}contains(e,t,n){return(t=+t)==t&&(n=+n)==n&&this.delaunay._step(e,t,n)===e}*neighbors(e){const t=this._clip(e);if(t)for(const n of this.delaunay.neighbors(e)){const e=this._clip(n);if(e)e:for(let r=0,i=t.length;r<i;r+=2)for(let o=0,a=e.length;o<a;o+=2)if(t[r]===e[o]&&t[r+1]===e[o+1]&&t[(r+2)%i]===e[(o+a-2)%a]&&t[(r+3)%i]===e[(o+a-1)%a]){yield n;break e}}}_cell(e){const{circumcenters:t,delaunay:{inedges:n,halfedges:r,triangles:i}}=this,o=n[e];if(-1===o)return null;const a=[];let s=o;do{const n=Math.floor(s/3);if(a.push(t[2*n],t[2*n+1]),s=s%3==2?s-2:s+1,i[s]!==e)break;s=r[s]}while(s!==o&&-1!==s);return a}_clip(e){if(0===e&&1===this.delaunay.hull.length)return[this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax,this.xmin,this.ymin];const t=this._cell(e);if(null===t)return null;const{vectors:n}=this,r=4*e;return this._simplify(n[r]||n[r+1]?this._clipInfinite(e,t,n[r],n[r+1],n[r+2],n[r+3]):this._clipFinite(e,t))}_clipFinite(e,t){const n=t.length;let r,i,o,a,s=null,l=t[n-2],c=t[n-1],u=this._regioncode(l,c),d=0;for(let f=0;f<n;f+=2)if(r=l,i=c,l=t[f],c=t[f+1],o=u,u=this._regioncode(l,c),0===o&&0===u)a=d,d=0,s?s.push(l,c):s=[l,c];else{let t,n,f,h,p;if(0===o){if(null===(t=this._clipSegment(r,i,l,c,o,u)))continue;[n,f,h,p]=t}else{if(null===(t=this._clipSegment(l,c,r,i,u,o)))continue;[h,p,n,f]=t,a=d,d=this._edgecode(n,f),a&&d&&this._edge(e,a,d,s,s.length),s?s.push(n,f):s=[n,f]}a=d,d=this._edgecode(h,p),a&&d&&this._edge(e,a,d,s,s.length),s?s.push(h,p):s=[h,p]}if(s)a=d,d=this._edgecode(s[0],s[1]),a&&d&&this._edge(e,a,d,s,s.length);else if(this.contains(e,(this.xmin+this.xmax)/2,(this.ymin+this.ymax)/2))return[this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax,this.xmin,this.ymin];return s}_clipSegment(e,t,n,r,i,o){const a=i<o;for(a&&([e,t,n,r,i,o]=[n,r,e,t,o,i]);;){if(0===i&&0===o)return a?[n,r,e,t]:[e,t,n,r];if(i&o)return null;let s,l,c=i||o;8&c?(s=e+(n-e)*(this.ymax-t)/(r-t),l=this.ymax):4&c?(s=e+(n-e)*(this.ymin-t)/(r-t),l=this.ymin):2&c?(l=t+(r-t)*(this.xmax-e)/(n-e),s=this.xmax):(l=t+(r-t)*(this.xmin-e)/(n-e),s=this.xmin),i?(e=s,t=l,i=this._regioncode(e,t)):(n=s,r=l,o=this._regioncode(n,r))}}_clipInfinite(e,t,n,r,i,o){let a,s=Array.from(t);if((a=this._project(s[0],s[1],n,r))&&s.unshift(a[0],a[1]),(a=this._project(s[s.length-2],s[s.length-1],i,o))&&s.push(a[0],a[1]),s=this._clipFinite(e,s))for(let t,n=0,r=s.length,i=this._edgecode(s[r-2],s[r-1]);n<r;n+=2)t=i,i=this._edgecode(s[n],s[n+1]),t&&i&&(n=this._edge(e,t,i,s,n),r=s.length);else this.contains(e,(this.xmin+this.xmax)/2,(this.ymin+this.ymax)/2)&&(s=[this.xmin,this.ymin,this.xmax,this.ymin,this.xmax,this.ymax,this.xmin,this.ymax]);return s}_edge(e,t,n,r,i){for(;t!==n;){let n,o;switch(t){case 5:t=4;continue;case 4:t=6,n=this.xmax,o=this.ymin;break;case 6:t=2;continue;case 2:t=10,n=this.xmax,o=this.ymax;break;case 10:t=8;continue;case 8:t=9,n=this.xmin,o=this.ymax;break;case 9:t=1;continue;case 1:t=5,n=this.xmin,o=this.ymin}r[i]===n&&r[i+1]===o||!this.contains(e,n,o)||(r.splice(i,0,n,o),i+=2)}return i}_project(e,t,n,r){let i,o,a,s=1/0;if(r<0){if(t<=this.ymin)return null;(i=(this.ymin-t)/r)<s&&(a=this.ymin,o=e+(s=i)*n)}else if(r>0){if(t>=this.ymax)return null;(i=(this.ymax-t)/r)<s&&(a=this.ymax,o=e+(s=i)*n)}if(n>0){if(e>=this.xmax)return null;(i=(this.xmax-e)/n)<s&&(o=this.xmax,a=t+(s=i)*r)}else if(n<0){if(e<=this.xmin)return null;(i=(this.xmin-e)/n)<s&&(o=this.xmin,a=t+(s=i)*r)}return[o,a]}_edgecode(e,t){return(e===this.xmin?1:e===this.xmax?2:0)|(t===this.ymin?4:t===this.ymax?8:0)}_regioncode(e,t){return(e<this.xmin?1:e>this.xmax?2:0)|(t<this.ymin?4:t>this.ymax?8:0)}_simplify(e){if(e&&e.length>4){for(let t=0;t<e.length;t+=2){const n=(t+2)%e.length,r=(t+4)%e.length;(e[t]===e[n]&&e[n]===e[r]||e[t+1]===e[n+1]&&e[n+1]===e[r+1])&&(e.splice(n,2),t-=2)}e.length||(e=null)}return e}}const tA=2*Math.PI,nA=Math.pow;function rA(e){return e[0]}function iA(e){return e[1]}function oA(e,t,n){return[e+Math.sin(e+t)*n,t+Math.cos(e-t)*n]}class aA{static from(e,t=rA,n=iA,r){return new aA("length"in e?function(e,t,n,r){const i=e.length,o=new Float64Array(2*i);for(let a=0;a<i;++a){const i=e[a];o[2*a]=t.call(r,i,a,e),o[2*a+1]=n.call(r,i,a,e)}return o}(e,t,n,r):Float64Array.from(function*(e,t,n,r){let i=0;for(const o of e)yield t.call(r,o,i,e),yield n.call(r,o,i,e),++i}(e,t,n,r)))}constructor(e){this._delaunator=new qE(e),this.inedges=new Int32Array(e.length/2),this._hullIndex=new Int32Array(e.length/2),this.points=this._delaunator.coords,this._init()}update(){return this._delaunator.update(),this._init(),this}_init(){const e=this._delaunator,t=this.points;if(e.hull&&e.hull.length>2&&function(e){const{triangles:t,coords:n}=e;for(let e=0;e<t.length;e+=3){const r=2*t[e],i=2*t[e+1],o=2*t[e+2];if((n[o]-n[r])*(n[i+1]-n[r+1])-(n[i]-n[r])*(n[o+1]-n[r+1])>1e-10)return!1}return!0}(e)){this.collinear=Int32Array.from({length:t.length/2},((e,t)=>t)).sort(((e,n)=>t[2*e]-t[2*n]||t[2*e+1]-t[2*n+1]));const e=this.collinear[0],n=this.collinear[this.collinear.length-1],r=[t[2*e],t[2*e+1],t[2*n],t[2*n+1]],i=1e-8*Math.hypot(r[3]-r[1],r[2]-r[0]);for(let e=0,n=t.length/2;e<n;++e){const n=oA(t[2*e],t[2*e+1],i);t[2*e]=n[0],t[2*e+1]=n[1]}this._delaunator=new qE(t)}else delete this.collinear;const n=this.halfedges=this._delaunator.halfedges,r=this.hull=this._delaunator.hull,i=this.triangles=this._delaunator.triangles,o=this.inedges.fill(-1),a=this._hullIndex.fill(-1);for(let e=0,t=n.length;e<t;++e){const t=i[e%3==2?e-2:e+1];-1!==n[e]&&-1!==o[t]||(o[t]=e)}for(let e=0,t=r.length;e<t;++e)a[r[e]]=e;r.length<=2&&r.length>0&&(this.triangles=new Int32Array(3).fill(-1),this.halfedges=new Int32Array(3).fill(-1),this.triangles[0]=r[0],o[r[0]]=1,2===r.length&&(o[r[1]]=0,this.triangles[1]=r[1],this.triangles[2]=r[1]))}voronoi(e){return new eA(this,e)}*neighbors(e){const{inedges:t,hull:n,_hullIndex:r,halfedges:i,triangles:o,collinear:a}=this;if(a){const t=a.indexOf(e);return t>0&&(yield a[t-1]),void(t<a.length-1&&(yield a[t+1]))}const s=t[e];if(-1===s)return;let l=s,c=-1;do{if(yield c=o[l],l=l%3==2?l-2:l+1,o[l]!==e)return;if(l=i[l],-1===l){const t=n[(r[e]+1)%n.length];return void(t!==c&&(yield t))}}while(l!==s)}find(e,t,n=0){if((e=+e)!=e||(t=+t)!=t)return-1;const r=n;let i;for(;(i=this._step(n,e,t))>=0&&i!==n&&i!==r;)n=i;return i}_step(e,t,n){const{inedges:r,hull:i,_hullIndex:o,halfedges:a,triangles:s,points:l}=this;if(-1===r[e]||!l.length)return(e+1)%(l.length>>1);let c=e,u=nA(t-l[2*e],2)+nA(n-l[2*e+1],2);const d=r[e];let f=d;do{let r=s[f];const d=nA(t-l[2*r],2)+nA(n-l[2*r+1],2);if(d<u&&(u=d,c=r),f=f%3==2?f-2:f+1,s[f]!==e)break;if(f=a[f],-1===f){if(f=i[(o[e]+1)%i.length],f!==r&&nA(t-l[2*f],2)+nA(n-l[2*f+1],2)<u)return f;break}}while(f!==d);return c}render(e){const t=null==e?e=new KE:void 0,{points:n,halfedges:r,triangles:i}=this;for(let t=0,o=r.length;t<o;++t){const o=r[t];if(o<t)continue;const a=2*i[t],s=2*i[o];e.moveTo(n[a],n[a+1]),e.lineTo(n[s],n[s+1])}return this.renderHull(e),t&&t.value()}renderPoints(e,t){void 0!==t||e&&"function"==typeof e.moveTo||(t=e,e=null),t=null==t?2:+t;const n=null==e?e=new KE:void 0,{points:r}=this;for(let n=0,i=r.length;n<i;n+=2){const i=r[n],o=r[n+1];e.moveTo(i+t,o),e.arc(i,o,t,0,tA)}return n&&n.value()}renderHull(e){const t=null==e?e=new KE:void 0,{hull:n,points:r}=this,i=2*n[0],o=n.length;e.moveTo(r[i],r[i+1]);for(let t=1;t<o;++t){const i=2*n[t];e.lineTo(r[i],r[i+1])}return e.closePath(),t&&t.value()}hullPolygon(){const e=new QE;return this.renderHull(e),e.value()}renderTriangle(e,t){const n=null==t?t=new KE:void 0,{points:r,triangles:i}=this,o=2*i[e*=3],a=2*i[e+1],s=2*i[e+2];return t.moveTo(r[o],r[o+1]),t.lineTo(r[a],r[a+1]),t.lineTo(r[s],r[s+1]),t.closePath(),n&&n.value()}*trianglePolygons(){const{triangles:e}=this;for(let t=0,n=e.length/3;t<n;++t)yield this.trianglePolygon(t)}trianglePolygon(e){const t=new QE;return this.renderTriangle(e,t),t.value()}}var sA=function(e){return[e.x,e.y]},lA=aT,cA="cursor",uA=function(e){var t=e.points,n=e.getNodePosition,r=void 0===n?sA:n,i=e.margin,o=void 0===i?lA:i;return t.map((function(e){var t=r(e),n=t[0],i=t[1];return[n+o.left,i+o.top]}))},dA=function(e){var t=e.points,n=e.getNodePosition,r=void 0===n?sA:n,i=e.width,o=e.height,a=e.margin,s=void 0===a?lA:a,l=e.debug;return we((function(){return function(e){var t=e.points,n=e.width,r=e.height,i=e.margin,o=void 0===i?lA:i,a=e.debug,s=aA.from(t),l=a?s.voronoi([0,0,o.left+n+o.right,o.top+r+o.bottom]):void 0;return{points:t,delaunay:s,voronoi:l}}({points:uA({points:t,margin:s,getNodePosition:r}),width:i,height:o,margin:s,debug:l})}),[t,i,o,s,l])},fA=function(e){var t=e.nodes,n=e.width,r=e.height,i=e.margin,o=void 0===i?lA:i,a=e.getNodePosition,s=e.setCurrent,l=e.onMouseEnter,c=e.onMouseMove,u=e.onMouseLeave,d=e.onClick,f=e.onTouchStart,h=e.onTouchMove,p=e.onTouchEnd,g=e.enableTouchCrosshair,m=void 0!==g&&g,v=e.detectionRadius,b=void 0===v?1/0:v,y=e.tooltip,_=e.tooltipPosition,w=void 0===_?cA:_,x=e.tooltipAnchor,k=void 0===x?"top":x,C=e.debug,S=_e(null),M=dA({points:t,getNodePosition:a,width:n,height:r,margin:o,debug:C}),T=M.delaunay,N=M.voronoi,O=function(e){var t=e.elementRef,n=e.nodes,r=e.getNodePosition,i=void 0===r?sA:r,o=e.delaunay,a=e.setCurrent,s=e.margin,l=void 0===s?lA:s,c=e.detectionRadius,u=void 0===c?1/0:c,d=e.isInteractive,f=void 0===d||d,h=e.onMouseEnter,p=e.onMouseMove,g=e.onMouseLeave,m=e.onClick,v=e.onTouchStart,b=e.onTouchMove,y=e.onTouchEnd,_=e.enableTouchCrosshair,w=void 0!==_&&_,x=e.tooltip,k=e.tooltipPosition,C=void 0===k?cA:k,S=e.tooltipAnchor,M=void 0===S?"top":S,T=ve(null),N=T[0],O=T[1],E=_e(null);ye((function(){E.current=N}),[E,N]);var A=xe((function(e){if(!t.current)return null;var r=HT(t.current,e),a=r[0],s=r[1],c=o.find(a,s),d=void 0!==c?n[c]:null;if(d&&u!==1/0){var f=i(d),h=f[0],p=f[1];(function(e,t,n,r){var i=n-e,o=r-t;return i*=i,o*=o,Math.sqrt(i+o)})(a,s,h+l.left,p+l.top)>u&&(c=null,d=null)}return null===c||null===d?null:[c,d]}),[t,o,n,i,l,u]),L=uh(),D=L.showTooltipAt,P=L.showTooltipFromEvent,j=L.hideTooltip,R=we((function(){if(x)return"cursor"===C?function(e,t){P(x(e),t,M)}:function(e){var t=i(e),n=t[0],r=t[1];D(x(e),[n+l.left,r+l.top],M)}}),[D,P,x,C,M,i,l]),z=xe((function(e){var t=A(e);if(O(t),null==a||a(t?t[1]:null),t){var n=t[1];null==R||R(n,e),null==h||h(t[1],e)}}),[A,O,a,R,h]),F=xe((function(e){var t=A(e);if(O(t),t){var n=t[0],r=t[1];if(null==a||a(r),null==R||R(r,e),E.current){var i=E.current,o=i[0],s=i[1];n!==o?null==g||g(s,e):null==p||p(r,e)}else null==h||h(r,e)}else null==a||a(null),null==j||j(),E.current&&(null==g||g(E.current[1],e))}),[A,O,E,h,p,g,R,j]),I=xe((function(e){O(null),null==a||a(null),j(),g&&E.current&&g(E.current[1],e)}),[O,a,E,j,g]),B=xe((function(e){var t=A(e);O(t),t&&(null==m||m(t[1],e))}),[A,O,m]),U=xe((function(e){var t=A(e);w&&(O(t),null==a||a(t?t[1]:null)),t&&(null==v||v(t[1],e))}),[A,O,a,w,v]),$=xe((function(e){var t=A(e);w&&(O(t),null==a||a(t?t[1]:null)),t&&(null==b||b(t[1],e))}),[A,O,a,w,b]),q=xe((function(e){w&&(O(null),null==a||a(null)),y&&E.current&&y(E.current[1],e)}),[w,O,a,y,E]);return{current:N,handleMouseEnter:f?z:void 0,handleMouseMove:f?F:void 0,handleMouseLeave:f?I:void 0,handleClick:f?B:void 0,handleTouchStart:f?U:void 0,handleTouchMove:f?$:void 0,handleTouchEnd:f?q:void 0}}({elementRef:S,nodes:t,delaunay:T,margin:o,detectionRadius:b,setCurrent:s,onMouseEnter:l,onMouseMove:c,onMouseLeave:u,onClick:d,onTouchStart:f,onTouchMove:h,onTouchEnd:p,enableTouchCrosshair:m,tooltip:y,tooltipPosition:w,tooltipAnchor:k}),E=O.current,A=O.handleMouseEnter,L=O.handleMouseMove,D=O.handleMouseLeave,P=O.handleClick,R=O.handleTouchStart,z=O.handleTouchMove,F=O.handleTouchEnd,I=we((function(){if(C&&N)return N.render()}),[C,N]);return lt("g",{ref:S,transform:"translate("+-o.left+","+-o.top+")",children:[C&&N&&lt(j,{children:[lt("path",{d:I,stroke:"red",strokeWidth:1,opacity:.75}),b<1/0&&lt("path",{stroke:"red",strokeWidth:.35,fill:"none",d:T.renderPoints(void 0,b)}),E&&lt("path",{fill:"pink",opacity:.35,d:N.renderCell(E[0])})]}),lt("rect",{"data-ref":"mesh-interceptor",width:o.left+n+o.right,height:o.top+r+o.bottom,fill:"red",opacity:0,style:{cursor:"auto"},onMouseEnter:A,onMouseMove:L,onMouseLeave:D,onTouchStart:R,onTouchMove:z,onTouchEnd:F,onClick:P})]})};function hA(){return hA=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},hA.apply(this,arguments)}var pA=Pe((function(e){var t=e.point;return lt(dd,{id:lt("span",{children:["x: ",lt("strong",{children:t.data.xFormatted}),", y:"," ",lt("strong",{children:t.data.yFormatted})]}),enableChip:!0,color:t.serieColor})})),gA=Pe((function(e){var t=e.slice,n=e.axis,r=hT(),i="x"===n?"y":"x";return lt(hd,{rows:t.points.map((function(e){return[lt(ud,{color:e.serieColor,style:r.tooltip.chip},"chip"),e.serieId,lt("span",{style:r.tooltip.tableCellValue,children:e.data[i+"Formatted"]},"value")]}))})})),mA={curve:"linear",xScale:{type:"point"},yScale:{type:"linear",min:0,max:"auto"},layers:["grid","markers","axes","areas","crosshair","lines","points","slices","mesh","legends"],axisBottom:{},axisLeft:{},enableGridX:!0,enableGridY:!0,enablePoints:!0,pointSize:6,pointColor:{from:"color"},pointBorderWidth:0,pointBorderColor:{theme:"background"},enablePointLabel:!1,pointLabel:"yFormatted",colors:{scheme:"nivo"},enableArea:!1,areaBaselineValue:0,areaOpacity:.2,areaBlendMode:"normal",lineWidth:2,legends:[],isInteractive:!0,tooltip:pA,enableSlices:!1,debugSlices:!1,sliceTooltip:gA,debugMesh:!1,enableCrosshair:!0,crosshairType:"bottom-left"},vA=hA({},mA,{enablePointLabel:!1,useMesh:!1,enableTouchCrosshair:!1,animate:!0,motionConfig:"gentle",defs:[],fill:[],role:"img",initialHiddenIds:[]});hA({},mA,{pixelRatio:"undefined"!=typeof window&&window.devicePixelRatio||1});var bA,yA=function(e){var t=e.curve;return we((function(){return Pa().defined((function(e){return null!==e.x&&null!==e.y})).x((function(e){return e.x})).y((function(e){return e.y})).curve(oT(t))}),[t])},_A=function(e){var t=e.curve,n=e.yScale,r=e.areaBaselineValue;return we((function(){return function(e,t,n){var r=null,i=ra(!0),o=null,a=Aa,s=null,l=xa(c);function c(c){var u,d,f,h,p,g=(c=Oa(c)).length,m=!1,v=new Array(g),b=new Array(g);for(null==o&&(s=a(p=l())),u=0;u<=g;++u){if(!(u<g&&i(h=c[u],u,c))===m)if(m=!m)d=u,s.areaStart(),s.lineStart();else{for(s.lineEnd(),s.lineStart(),f=u-1;f>=d;--f)s.point(v[f],b[f]);s.lineEnd(),s.areaEnd()}m&&(v[u]=+e(h,u,c),b[u]=+t(h,u,c),s.point(r?+r(h,u,c):v[u],n?+n(h,u,c):b[u]))}if(p)return s=null,p+""||null}function u(){return Pa().defined(i).curve(a).context(o)}return e="function"==typeof e?e:void 0===e?La:ra(+e),t="function"==typeof t?t:ra(void 0===t?0:+t),n="function"==typeof n?n:void 0===n?Da:ra(+n),c.x=function(t){return arguments.length?(e="function"==typeof t?t:ra(+t),r=null,c):e},c.x0=function(t){return arguments.length?(e="function"==typeof t?t:ra(+t),c):e},c.x1=function(e){return arguments.length?(r=null==e?null:"function"==typeof e?e:ra(+e),c):r},c.y=function(e){return arguments.length?(t="function"==typeof e?e:ra(+e),n=null,c):t},c.y0=function(e){return arguments.length?(t="function"==typeof e?e:ra(+e),c):t},c.y1=function(e){return arguments.length?(n=null==e?null:"function"==typeof e?e:ra(+e),c):n},c.lineX0=c.lineY0=function(){return u().x(e).y(t)},c.lineY1=function(){return u().x(e).y(n)},c.lineX1=function(){return u().x(r).y(t)},c.defined=function(e){return arguments.length?(i="function"==typeof e?e:ra(!!e),c):i},c.curve=function(e){return arguments.length?(a=e,null!=o&&(s=a(o)),c):a},c.context=function(e){return arguments.length?(null==e?o=s=null:s=a(o=e),c):o},c}().defined((function(e){return null!==e.x&&null!==e.y})).x((function(e){return e.x})).y1((function(e){return e.y})).curve(oT(t)).y0(n(r))}),[t,n,r])},wA=function(e){var t=e.data,n=e.xScale,r=void 0===n?vA.xScale:n,i=e.xFormat,o=e.yScale,a=void 0===o?vA.yScale:o,s=e.yFormat,l=e.width,c=e.height,u=e.colors,d=void 0===u?vA.colors:u,f=e.curve,h=void 0===f?vA.curve:f,p=e.areaBaselineValue,g=void 0===p?vA.areaBaselineValue:p,m=e.pointColor,v=void 0===m?vA.pointColor:m,b=e.pointBorderColor,y=void 0===b?vA.pointBorderColor:b,_=e.enableSlices,w=void 0===_?vA.enableSlicesTooltip:_,x=e.initialHiddenIds,k=void 0===x?vA.initialHiddenIds:x,C=ve(AE("line"))[0],S=cT(i),M=cT(s),T=function(e,t){return we((function(){return function(e,t){if("function"==typeof e)return e;var n=function(e){return Nm(e,"id")};if(Array.isArray(e)){var r=db(e),i=function(e){return r(n(e))};return i.scale=r,i}if($S(e)){if(function(e){return void 0!==e.datum}(e))return function(t){return Nm(t,e.datum)};if(function(e){return void 0!==e.scheme}(e)){if(function(e){return XT.includes(e)}(e.scheme)){var o=db(rN[e.scheme]),a=function(e){return o(n(e))};return a.scale=o,a}if(function(e){return KT.includes(e)}(e.scheme)){if(void 0!==e.size&&(e.size<3||e.size>11))throw new Error("Invalid size '"+e.size+"' for diverging color scheme '"+e.scheme+"', must be between 3~11");var s=db(rN[e.scheme][e.size||11]),l=function(e){return s(n(e))};return l.scale=s,l}if(function(e){return tN.includes(e)}(e.scheme)){if(void 0!==e.size&&(e.size<3||e.size>9))throw new Error("Invalid size '"+e.size+"' for sequential color scheme '"+e.scheme+"', must be between 3~9");var c=db(rN[e.scheme][e.size||9]),u=function(e){return c(n(e))};return u.scale=c,u}}throw new Error("Invalid colors, when using an object, you should either pass a 'datum' or a 'scheme' property")}return function(){return e}}(e)}),[e,"id"])}(d),N=hT(),O=fN(v,N),E=fN(y,N),A=ve(null!=k?k:[]),L=A[0],D=A[1],P=we((function(){return function(e,t,n,r,i){var o=e.map((function(e){return function(e){return HO({},e,{data:e.data.map((function(e){return{data:HO({},e)}}))})}(e)})),a=function(e,t,n){return{x:eE(e,"x",t),y:eE(e,"y",n)}}(o,t,n);"stacked"in t&&!0===t.stacked&&function(e,t){tE("x",e,t)}(a,o),"stacked"in n&&!0===n.stacked&&function(e,t){tE("y",e,t)}(a,o);var s=KO(t,a.x,r,"x"),l=KO(n,a.y,i,"y"),c=o.map((function(e){return HO({},e,{data:e.data.map((function(e){return HO({},e,{position:{x:QO(e,"x",s),y:QO(e,"y",l)}})}))})}));return HO({},a,{series:c,xScale:s,yScale:l})}(t.filter((function(e){return-1===L.indexOf(e.id)})),r,a,l,c)}),[t,L,r,a,l,c]),j=P.xScale,R=P.yScale,z=P.series,F=we((function(){var e=t.map((function(e){return{id:e.id,label:e.id,color:T(e)}})),n=e.map((function(e){return hA({},z.find((function(t){return t.id===e.id})),{color:e.color})})).filter((function(e){return Boolean(e.id)}));return{legendData:e.map((function(e){return hA({},e,{hidden:!n.find((function(t){return t.id===e.id}))})})).reverse(),series:n}}),[t,z,T]),I=F.legendData,B=F.series,U=xe((function(e){D((function(t){return t.indexOf(e)>-1?t.filter((function(t){return t!==e})):[].concat(t,[e])}))}),[]),$=function(e){var t=e.series,n=e.getPointColor,r=e.getPointBorderColor,i=e.formatX,o=e.formatY;return we((function(){return t.reduce((function(e,t){return[].concat(e,t.data.filter((function(e){return null!==e.position.x&&null!==e.position.y})).map((function(a,s){var l={id:t.id+"."+s,index:e.length+s,serieId:t.id,serieColor:t.color,x:a.position.x,y:a.position.y};return l.color=n(t),l.borderColor=r(l),l.data=hA({},a.data,{xFormatted:i(a.data.x),yFormatted:o(a.data.y)}),l})))}),[])}),[t,n,r,i,o])}({series:B,getPointColor:O,getPointBorderColor:E,formatX:S,formatY:M}),q=function(e){var t=e.componentId,n=e.enableSlices,r=e.points,i=e.width,o=e.height;return we((function(){if(!1===n)return[];if("x"===n){var e=new Map;return r.forEach((function(t){null!==t.data.x&&null!==t.data.y&&(e.has(t.x)?e.get(t.x).push(t):e.set(t.x,[t]))})),Array.from(e.entries()).sort((function(e,t){return e[0]-t[0]})).map((function(e,n,r){var a,s,l=e[0],c=e[1],u=r[n-1],d=r[n+1];return a=u?l-(l-u[0])/2:l,s=d?l-a+(d[0]-l)/2:i-a,{id:"slice:"+t+":"+l,x0:a,x:l,y0:0,y:0,width:s,height:o,points:c.reverse()}}))}if("y"===n){var a=new Map;return r.forEach((function(e){null!==e.data.x&&null!==e.data.y&&(a.has(e.y)?a.get(e.y).push(e):a.set(e.y,[e]))})),Array.from(a.entries()).sort((function(e,t){return e[0]-t[0]})).map((function(e,t,n){var r,a,s=e[0],l=e[1],c=n[t-1],u=n[t+1];return r=c?s-(s-c[0])/2:s,a=u?s-r+(u[0]-s)/2:o-r,{id:s,x0:0,x:0,y0:r,y:s,width:i,height:a,points:l.reverse()}}))}}),[t,n,o,r,i])}({componentId:C,enableSlices:w,points:$,width:l,height:c});return{legendData:I,toggleSerie:U,lineGenerator:yA({curve:h}),areaGenerator:_A({curve:h,yScale:R,areaBaselineValue:g}),getColor:T,series:B,xScale:j,yScale:R,slices:q,points:$}},xA=function(e){var t=e.areaBlendMode,n=e.areaOpacity,r=e.color,i=e.fill,o=e.path,a=QM(),s=a.animate,l=a.config,c=eT(o),u=Iu({color:r,config:l,immediate:!s});return lt(od.path,{d:c,fill:i||u.color,fillOpacity:n,strokeWidth:0,style:{mixBlendMode:t}})},kA=Pe((function(e){var t=e.areaGenerator,n=e.areaOpacity,r=e.areaBlendMode;return lt("g",{children:e.lines.slice(0).reverse().map((function(e){return lt(xA,hA({path:t(e.data.map((function(e){return e.position})))},hA({areaOpacity:n,areaBlendMode:r},e)),e.id)}))})})),CA=Pe((function(e){var t=e.lineGenerator,n=e.points,r=e.color,i=e.thickness,o=we((function(){return t(n)}),[t,n]),a=eT(o);return lt(od.path,{d:a,fill:"none",strokeWidth:i,stroke:r})})),SA=Pe((function(e){var t=e.lines,n=e.lineGenerator,r=e.lineWidth;return t.slice(0).reverse().map((function(e){var t=e.id,i=e.data,o=e.color;return lt(CA,{id:t,points:i.map((function(e){return e.position})),lineGenerator:n,color:o,thickness:r},t)}))})),MA=Pe((function(e){var t=e.slice,n=e.slices,r=e.axis,i=e.debug,o=e.tooltip,a=e.isCurrent,s=e.setCurrent,l=e.onMouseEnter,c=e.onMouseMove,u=e.onMouseLeave,d=e.onClick,f=e.onTouchStart,h=e.onTouchMove,p=e.onTouchEnd,g=uh(),m=g.showTooltipFromEvent,v=g.hideTooltip,b=xe((function(e){m(D(o,{slice:t,axis:r}),e,"right"),s(t),l&&l(t,e)}),[m,o,t,r,s,l]),y=xe((function(e){m(D(o,{slice:t,axis:r}),e,"right"),c&&c(t,e)}),[m,o,t,r,c]),_=xe((function(e){v(),s(null),u&&u(t,e)}),[v,s,u,t]),w=xe((function(e){d&&d(t,e)}),[t,d]),x=xe((function(e){m(D(o,{slice:t,axis:r}),e,"right"),s(t),f&&f(t,e)}),[r,f,s,m,t,o]),k=xe((function(e){var i=e.touches[0],a=document.elementFromPoint(i.clientX,i.clientY),l=null==a?void 0:a.getAttribute("data-ref");if(l){var c=n.find((function(e){return e.id===l}));c&&(m(D(o,{slice:c,axis:r}),e,"right"),s(c))}h&&h(t,e)}),[r,h,s,m,t,n,o]),C=xe((function(e){v(),s(null),p&&p(t,e)}),[v,s,p,t]);return lt("rect",{x:t.x0,y:t.y0,width:t.width,height:t.height,stroke:"red",strokeWidth:i?1:0,strokeOpacity:.75,fill:"red",fillOpacity:a&&i?.35:0,onMouseEnter:b,onMouseMove:y,onMouseLeave:_,onClick:w,onTouchStart:x,onTouchMove:k,onTouchEnd:C,"data-ref":t.id})})),TA=Pe((function(e){var t=e.slices,n=e.axis,r=e.debug,i=e.height,o=e.tooltip,a=e.current,s=e.setCurrent,l=e.onMouseEnter,c=e.onMouseMove,u=e.onMouseLeave,d=e.onClick,f=e.onTouchStart,h=e.onTouchMove,p=e.onTouchEnd;return t.map((function(e){return lt(MA,{slice:e,slices:t,axis:n,debug:r,height:i,tooltip:o,setCurrent:s,isCurrent:null!==a&&a.id===e.id,onMouseEnter:l,onMouseMove:c,onMouseLeave:u,onClick:d,onTouchStart:f,onTouchMove:h,onTouchEnd:p},e.id)}))})),NA=Pe((function(e){var t=e.points,n=e.symbol,r=e.size,i=e.borderWidth,o=e.enableLabel,a=e.label,s=e.labelYOffset,l=hT(),c=function(e){return ak(e)?e:function(t){return Nm(t,e)}}(a),u=t.slice(0).reverse().map((function(e){return{id:e.id,x:e.x,y:e.y,datum:e.data,fill:e.color,stroke:e.borderColor,label:o?c(e):null}}));return lt("g",{children:u.map((function(e){return lt(zT,{x:e.x,y:e.y,datum:e.datum,symbol:n,size:r,color:e.fill,borderWidth:i,borderColor:e.stroke,label:e.label,labelYOffset:s,theme:l},e.id)}))})})),OA=Pe((function(e){var t=e.points,n=e.width,r=e.height,i=e.margin,o=e.setCurrent,a=e.onMouseEnter,s=e.onMouseMove,l=e.onMouseLeave,c=e.onClick,u=e.onTouchStart,d=e.onTouchMove,f=e.onTouchEnd,h=e.tooltip,p=e.debug,g=e.enableTouchCrosshair,m=uh(),v=m.showTooltipAt,b=m.hideTooltip,y=xe((function(e,t){v(D(h,{point:e}),[e.x+i.left,e.y+i.top],"top"),a&&a(e,t)}),[v,h,a,i]),_=xe((function(e,t){v(D(h,{point:e}),[e.x+i.left,e.y+i.top],"top"),s&&s(e,t)}),[v,h,i.left,i.top,s]),w=xe((function(e,t){b(),l&&l(e,t)}),[b,l]),x=xe((function(e,t){c&&c(e,t)}),[c]),k=xe((function(e,t){v(D(h,{point:e}),[e.x+i.left,e.y+i.top],"top"),u&&u(e,t)}),[i.left,i.top,u,v,h]),C=xe((function(e,t){v(D(h,{point:e}),[e.x+i.left,e.y+i.top],"top"),d&&d(e,t)}),[i.left,i.top,d,v,h]),S=xe((function(e,t){b(),f&&f(e,t)}),[f,b]);return lt(fA,{nodes:t,width:n,height:r,setCurrent:o,onMouseEnter:y,onMouseMove:_,onMouseLeave:w,onClick:x,onTouchStart:k,onTouchMove:C,onTouchEnd:S,enableTouchCrosshair:g,debug:p})})),EA=(qT((function(e){var t=e.data,n=e.xScale,r=void 0===n?{type:"point"}:n,i=e.xFormat,o=e.yScale,a=void 0===o?{type:"linear",min:0,max:"auto"}:o,s=e.yFormat,l=e.layers,c=void 0===l?["grid","markers","axes","areas","crosshair","lines","points","slices","mesh","legends"]:l,u=e.curve,d=void 0===u?"linear":u,f=e.areaBaselineValue,h=void 0===f?0:f,p=e.colors,g=void 0===p?{scheme:"nivo"}:p,m=e.margin,v=e.width,b=e.height,y=e.axisTop,_=e.axisRight,w=e.axisBottom,x=void 0===w?{}:w,k=e.axisLeft,C=void 0===k?{}:k,S=e.enableGridX,M=void 0===S||S,T=e.enableGridY,N=void 0===T||T,O=e.gridXValues,E=e.gridYValues,A=e.lineWidth,L=void 0===A?2:A,D=e.enableArea,P=void 0!==D&&D,R=e.areaOpacity,z=void 0===R?.2:R,F=e.areaBlendMode,I=void 0===F?"normal":F,B=e.enablePoints,U=void 0===B||B,$=e.pointSymbol,q=e.pointSize,H=void 0===q?6:q,V=e.pointColor,W=void 0===V?{from:"color"}:V,Y=e.pointBorderWidth,G=void 0===Y?0:Y,Z=e.pointBorderColor,X=void 0===Z?{theme:"background"}:Z,J=e.enablePointLabel,K=void 0!==J&&J,Q=e.pointLabel,ee=void 0===Q?"data.yFormatted":Q,te=e.pointLabelYOffset,ne=e.defs,re=void 0===ne?[]:ne,ie=e.fill,oe=void 0===ie?[]:ie,ae=e.markers,se=e.legends,le=void 0===se?[]:se,ce=e.isInteractive,ue=void 0===ce||ce,de=e.useMesh,fe=void 0!==de&&de,he=e.debugMesh,pe=void 0!==he&&he,ge=e.onMouseEnter,me=e.onMouseMove,be=e.onMouseLeave,ye=e.onClick,_e=e.onTouchStart,we=e.onTouchMove,xe=e.onTouchEnd,ke=e.tooltip,Ce=void 0===ke?pA:ke,Se=e.enableSlices,Me=void 0!==Se&&Se,Te=e.debugSlices,Ne=void 0!==Te&&Te,Oe=e.sliceTooltip,Ee=void 0===Oe?gA:Oe,Ae=e.enableCrosshair,Le=void 0===Ae||Ae,De=e.crosshairType,Pe=void 0===De?"bottom-left":De,je=e.enableTouchCrosshair,Re=void 0!==je&&je,ze=e.role,Fe=void 0===ze?"img":ze,Ie=e.initialHiddenIds,Be=void 0===Ie?[]:Ie,Ue=sT(v,b,m),$e=Ue.margin,qe=Ue.innerWidth,He=Ue.innerHeight,Ve=Ue.outerWidth,We=Ue.outerHeight,Ye=wA({data:t,xScale:r,xFormat:i,yScale:a,yFormat:s,width:qe,height:He,colors:g,curve:d,areaBaselineValue:h,pointColor:W,pointBorderColor:X,enableSlices:Me,initialHiddenIds:Be}),Ge=Ye.legendData,Ze=Ye.toggleSerie,Xe=Ye.lineGenerator,Je=Ye.areaGenerator,Ke=Ye.series,Qe=Ye.xScale,et=Ye.yScale,tt=Ye.slices,nt=Ye.points,rt=hT(),it=fN(W,rt),ot=fN(X,rt),at=ve(null),st=at[0],ct=at[1],ut=ve(null),dt=ut[0],ft=ut[1],ht={grid:lt(vE,{theme:rt,width:qe,height:He,xScale:M?Qe:null,yScale:N?et:null,xValues:O,yValues:E},"grid"),markers:lt(UT,{markers:ae,width:qe,height:He,xScale:Qe,yScale:et,theme:rt},"markers"),axes:lt(pE,{xScale:Qe,yScale:et,width:qe,height:He,theme:rt,top:y,right:_,bottom:x,left:C},"axes"),areas:null,lines:lt(SA,{lines:Ke,lineGenerator:Xe,lineWidth:L},"lines"),slices:null,points:null,crosshair:null,mesh:null,legends:le.map((function(e,t){return lt(OE,hA({},e,{containerWidth:qe,containerHeight:He,data:e.data||Ge,theme:rt,toggleSerie:e.toggleSerie?Ze:void 0}),"legend."+t)}))},pt=function(e,t,n,r){var i={},o=i.dataKey,a=i.colorKey,s=void 0===a?"color":a,l=i.targetKey,c=void 0===l?"fill":l,u=[],d={};return e.length&&t.length&&(u=[].concat(e),t.forEach((function(t){for(var r=function(){var r=n[i],a=r.id;if(function(e,t,n){if("*"===e)return!0;if(ak(e))return e(t);if($S(e)){var r=n?Nm(t,n):t;return HM(zM(r,Object.keys(e)),e)}return!1}(r.match,t,o)){var l=e.find((function(e){return e.id===a}));if(l)if(WT.includes(l.type))if("inherit"===l.background||"inherit"===l.color){var f=Nm(t,s),h=l.background,p=l.color,g=a;"inherit"===l.background&&(g=g+".bg."+f,h=f),"inherit"===l.color&&(g=g+".fg."+f,p=f),Em(t,c,"url(#"+g+")"),d[g]||(u.push(WM({},l,{id:g,background:h,color:p})),d[g]=1)}else Em(t,c,"url(#"+a+")");else if(VT.includes(l.type))if(l.colors.map((function(e){return e.color})).includes("inherit")){var m=Nm(t,s),v=a,b=WM({},l,{colors:l.colors.map((function(e,t){return"inherit"!==e.color?e:(v=v+"."+t+"."+m,WM({},e,{color:"inherit"===e.color?m:e.color}))}))});b.id=v,Em(t,c,"url(#"+v+")"),d[v]||(u.push(b),d[v]=1)}else Em(t,c,"url(#"+a+")");return"break"}},i=0;i<n.length&&"break"!==r();i++);}))),u}(re,Ke,oe);return P&&(ht.areas=lt(kA,{areaGenerator:Je,areaOpacity:z,areaBlendMode:I,lines:Ke},"areas")),ue&&!1!==Me&&(ht.slices=lt(TA,{slices:tt,axis:Me,debug:Ne,height:He,tooltip:Ee,current:dt,setCurrent:ft,onMouseEnter:ge,onMouseMove:me,onMouseLeave:be,onClick:ye,onTouchStart:_e,onTouchMove:we,onTouchEnd:xe},"slices")),U&&(ht.points=lt(NA,{points:nt,symbol:$,size:H,color:it,borderWidth:G,borderColor:ot,enableLabel:K,label:ee,labelYOffset:te},"points")),ue&&Le&&(null!==st&&(ht.crosshair=lt(gd,{width:qe,height:He,x:st.x,y:st.y,type:Pe},"crosshair")),null!==dt&&(ht.crosshair=lt(gd,{width:qe,height:He,x:dt.x,y:dt.y,type:Me},"crosshair"))),ue&&fe&&!1===Me&&(ht.mesh=lt(OA,{points:nt,width:qe,height:He,margin:$e,current:st,setCurrent:ct,onMouseEnter:ge,onMouseMove:me,onMouseLeave:be,onClick:ye,onTouchStart:_e,onTouchMove:we,onTouchEnd:xe,tooltip:Ce,enableTouchCrosshair:Re,debug:pe},"mesh")),lt(DT,{defs:pt,width:Ve,height:We,margin:$e,role:Fe,children:c.map((function(t,n){return"function"==typeof t?lt(j,{children:t(hA({},e,{innerWidth:qe,innerHeight:He,series:Ke,slices:tt,points:nt,xScale:Qe,yScale:et,lineGenerator:Xe,areaGenerator:Je,currentPoint:st,setCurrentPoint:ct,currentSlice:dt,setCurrentSlice:ft}))},n):ht[t]}))})})),qT((function(e){var t=_e(null),n=e.width,r=e.height,i=e.margin,o=e.pixelRatio,a=void 0===o?"undefined"!=typeof window&&window.devicePixelRatio||1:o,s=e.data,l=e.xScale,c=void 0===l?{type:"point"}:l,u=e.xFormat,d=e.yScale,f=void 0===d?{type:"linear",min:0,max:"auto"}:d,h=e.yFormat,p=e.curve,g=void 0===p?"linear":p,m=e.layers,v=void 0===m?["grid","markers","axes","areas","crosshair","lines","points","slices","mesh","legends"]:m,b=e.colors,y=void 0===b?{scheme:"nivo"}:b,_=e.lineWidth,w=void 0===_?2:_,x=e.enableArea,k=void 0!==x&&x,C=e.areaBaselineValue,S=void 0===C?0:C,M=e.areaOpacity,T=void 0===M?.2:M,N=e.enablePoints,O=void 0===N||N,E=e.pointSize,A=void 0===E?6:E,L=e.pointColor,P=void 0===L?{from:"color"}:L,j=e.pointBorderWidth,R=void 0===j?0:j,z=e.pointBorderColor,F=void 0===z?{theme:"background"}:z,I=e.enableGridX,B=void 0===I||I,U=e.gridXValues,$=e.enableGridY,q=void 0===$||$,H=e.gridYValues,V=e.axisTop,W=e.axisRight,Y=e.axisBottom,G=void 0===Y?{}:Y,Z=e.axisLeft,X=void 0===Z?{}:Z,J=e.legends,K=void 0===J?[]:J,Q=e.isInteractive,ee=void 0===Q||Q,te=e.debugMesh,ne=void 0!==te&&te,re=e.onMouseLeave,ie=e.onClick,oe=e.tooltip,ae=void 0===oe?pA:oe,se=e.canvasRef,le=sT(n,r,i),ce=le.margin,ue=le.innerWidth,de=le.innerHeight,fe=le.outerWidth,he=le.outerHeight,pe=hT(),ge=ve(null),me=ge[0],be=ge[1],we=wA({data:s,xScale:c,xFormat:u,yScale:f,yFormat:h,width:ue,height:de,colors:y,curve:g,areaBaselineValue:S,pointColor:P,pointBorderColor:F}),ke=we.lineGenerator,Ce=we.areaGenerator,Se=we.series,Me=we.xScale,Te=we.yScale,Ne=we.points,Oe=dA({points:Ne,width:ue,height:de,debug:ne}),Ee=Oe.delaunay,Ae=Oe.voronoi;ye((function(){se&&(se.current=t.current),t.current.width=fe*a,t.current.height=he*a;var e=t.current.getContext("2d");e.scale(a,a),e.fillStyle=pe.background,e.fillRect(0,0,fe,he),e.translate(ce.left,ce.top),v.forEach((function(t){if("function"==typeof t&&t({ctx:e,innerWidth:ue,innerHeight:de,series:Se,points:Ne,xScale:Me,yScale:Te,lineWidth:w,lineGenerator:ke,areaGenerator:Ce,currentPoint:me,setCurrentPoint:be}),"grid"===t&&pe.grid.line.strokeWidth>0&&(e.lineWidth=pe.grid.line.strokeWidth,e.strokeStyle=pe.grid.line.stroke,B&&bE(e,{width:ue,height:de,scale:Me,axis:"x",values:U}),q&&bE(e,{width:ue,height:de,scale:Te,axis:"y",values:H})),"axes"===t&&function(e,t){var n=t.xScale,r=t.yScale,i=t.width,o=t.height,a=t.theme,s={top:t.top,right:t.right,bottom:t.bottom,left:t.left};hE.forEach((function(t){var l=s[t];if(!l)return null;var c="top"===t||"bottom"===t,u="top"===t||"left"===t?"before":"after",d=c?n:r,f=cE(l.format,d);!function(e,t){var n,r=t.axis,i=t.scale,o=t.x,a=void 0===o?0:o,s=t.y,l=void 0===s?0:s,c=t.length,u=t.ticksPosition,d=t.tickValues,f=t.tickSize,h=void 0===f?5:f,p=t.tickPadding,g=void 0===p?5:p,m=t.tickRotation,v=void 0===m?0:m,b=t.format,y=t.legend,_=t.legendPosition,w=void 0===_?"end":_,x=t.legendOffset,k=void 0===x?0:x,C=t.theme,S=lE({axis:r,scale:i,ticksPosition:u,tickValues:d,tickSize:h,tickPadding:g,tickRotation:v,engine:"canvas"}),M=S.ticks,T=S.textAlign,N=S.textBaseline;e.save(),e.translate(a,l),e.textAlign=T,e.textBaseline=N;var O=C.axis.ticks.text;e.font=(O.fontWeight?O.fontWeight+" ":"")+O.fontSize+"px "+O.fontFamily,(null!=(n=C.axis.domain.line.strokeWidth)?n:0)>0&&(e.lineWidth=Number(C.axis.domain.line.strokeWidth),e.lineCap="square",C.axis.domain.line.stroke&&(e.strokeStyle=C.axis.domain.line.stroke),e.beginPath(),e.moveTo(0,0),e.lineTo("x"===r?c:0,"x"===r?0:c),e.stroke());var E="function"==typeof b?b:function(e){return""+e};if(M.forEach((function(t){var n;(null!=(n=C.axis.ticks.line.strokeWidth)?n:0)>0&&(e.lineWidth=Number(C.axis.ticks.line.strokeWidth),e.lineCap="square",C.axis.ticks.line.stroke&&(e.strokeStyle=C.axis.ticks.line.stroke),e.beginPath(),e.moveTo(t.x,t.y),e.lineTo(t.x+t.lineX,t.y+t.lineY),e.stroke());var r=E(t.value);e.save(),e.translate(t.x+t.textX,t.y+t.textY),e.rotate(CT(v)),O.outlineWidth>0&&(e.strokeStyle=O.outlineColor,e.lineWidth=2*O.outlineWidth,e.lineJoin="round",e.strokeText(""+r,0,0)),C.axis.ticks.text.fill&&(e.fillStyle=O.fill),e.fillText(""+r,0,0),e.restore()})),void 0!==y){var A=0,L=0,D=0,P="center";"y"===r?(D=-90,A=k,"start"===w?(P="start",L=c):"middle"===w?(P="center",L=c/2):"end"===w&&(P="end")):(L=k,"start"===w?P="start":"middle"===w?(P="center",A=c/2):"end"===w&&(P="end",A=c)),e.translate(A,L),e.rotate(CT(D)),e.font=(C.axis.legend.text.fontWeight?C.axis.legend.text.fontWeight+" ":"")+C.axis.legend.text.fontSize+"px "+C.axis.legend.text.fontFamily,C.axis.legend.text.fill&&(e.fillStyle=C.axis.legend.text.fill),e.textAlign=P,e.textBaseline="middle",e.fillText(y,0,0)}e.restore()}(e,sE({},l,{axis:c?"x":"y",x:"right"===t?i:0,y:"bottom"===t?o:0,scale:d,format:f,length:c?i:o,ticksPosition:u,theme:a}))}))}(e,{xScale:Me,yScale:Te,width:ue,height:de,top:V,right:W,bottom:G,left:X,theme:pe}),"areas"===t&&!0===k){e.save(),e.globalAlpha=T,Ce.context(e);for(var n=Se.length-1;n>=0;n--)e.fillStyle=Se[n].color,e.beginPath(),Ce(Se[n].data.map((function(e){return e.position}))),e.fill();e.restore()}if("lines"===t&&(ke.context(e),Se.forEach((function(t){e.strokeStyle=t.color,e.lineWidth=w,e.beginPath(),ke(t.data.map((function(e){return e.position}))),e.stroke()}))),"points"===t&&!0===O&&A>0&&Ne.forEach((function(t){e.fillStyle=t.color,e.beginPath(),e.arc(t.x,t.y,A/2,0,2*Math.PI),e.fill(),R>0&&(e.strokeStyle=t.borderColor,e.lineWidth=R,e.stroke())})),"mesh"===t&&!0===ne&&(function(e,t){e.save(),e.globalAlpha=.75,e.beginPath(),t.render(e),e.strokeStyle="red",e.lineWidth=1,e.stroke(),e.restore()}(e,Ae),me&&function(e,t,n){e.save(),e.globalAlpha=.35,e.beginPath(),t.renderCell(n,e),e.fillStyle="pink",e.fill(),e.restore()}(e,Ae,me.index)),"legends"===t){var r=Se.map((function(e){return{id:e.id,label:e.id,color:e.color}})).reverse();K.forEach((function(t){!function(e,t){var n=t.data,r=t.containerWidth,i=t.containerHeight,o=t.translateX,a=void 0===o?0:o,s=t.translateY,l=void 0===s?0:s,c=t.anchor,u=t.direction,d=t.padding,f=void 0===d?0:d,h=t.justify,p=void 0!==h&&h,g=t.itemsSpacing,m=void 0===g?0:g,v=t.itemWidth,b=t.itemHeight,y=t.itemDirection,_=void 0===y?"left-to-right":y,w=t.itemTextColor,x=t.symbolSize,k=void 0===x?16:x,C=t.symbolSpacing,S=void 0===C?8:C,M=t.theme,T=kE({itemCount:n.length,itemWidth:v,itemHeight:b,itemsSpacing:m,direction:u,padding:f}),N=T.width,O=T.height,E=T.padding,A=CE({anchor:c,translateX:a,translateY:l,containerWidth:r,containerHeight:i,width:N,height:O}),L=A.x,D=A.y,P="row"===u?v+m:0,j="column"===u?b+m:0;e.save(),e.translate(L,D),e.font=M.legends.text.fontSize+"px "+(M.legends.text.fontFamily||"sans-serif"),n.forEach((function(t,n){var r,i,o=n*P+E.left,a=n*j+E.top,s=SE({direction:_,justify:p,symbolSize:k,symbolSpacing:S,width:v,height:b}),l=s.symbolX,c=s.symbolY,u=s.labelX,d=s.labelY,f=s.labelAnchor,h=s.labelAlignment;e.fillStyle=null!=(r=t.color)?r:"black",e.fillRect(o+l,a+c,k,k),e.textAlign=EE[f],"central"===h&&(e.textBaseline="middle"),e.fillStyle=null!=(i=null!=w?w:M.legends.text.fill)?i:"black",e.fillText(String(t.label),o+u,a+d)})),e.restore()}(e,hA({},t,{data:t.data||r,containerWidth:ue,containerHeight:de,theme:pe}))}))}}))}),[t,fe,he,v,pe,ke,Se,Me,Te,B,U,q,H,V,W,G,X,K,Ne,O,A,me]);var Le=xe((function(e){var n=HT(t.current,e),r=n[0],i=n[1];if(!function(e,t,n,r,i,o){return e<=i&&i<=e+n&&t<=o&&o<=t+r}(ce.left,ce.top,ue,de,r,i))return null;var o=Ee.find(r-ce.left,i-ce.top);return Ne[o]}),[t,ce,ue,de,Ee]),De=uh(),Pe=De.showTooltipFromEvent,je=De.hideTooltip,Re=xe((function(e){var t=Le(e);be(t),t?Pe(D(ae,{point:t}),e):je()}),[Le,be,Pe,je,ae]),ze=xe((function(e){je(),be(null),me&&re&&re(me,e)}),[je,be,re]),Fe=xe((function(e){if(ie){var t=Le(e);t&&ie(t,e)}}),[Le,ie]);return lt("canvas",{ref:t,width:fe*a,height:he*a,style:{width:fe,height:he,cursor:ee?"auto":"normal"},onMouseEnter:ee?Re:void 0,onMouseMove:ee?Re:void 0,onMouseLeave:ee?ze:void 0,onClick:ee?Fe:void 0})}))),AA=ze((function(e,t){return lt(EA,hA({},e,{canvasRef:t}))}));ze((function(e,t){return lt(yT,{children:function(n){var r=n.width,i=n.height;return lt(AA,hA({width:r,height:i},e,{ref:t}))}})})),function(e){e.Mesh="Mesh",e.SlicesX="SlicesX",e.SlicesY="SlicesY"}(bA||(bA={}));const LA=e=>{const{className:t}=e;return lt(lr,{type:"paragraph",size:"m",bold:!0,className:ut("styles_text__BcILe",t),children:[lt(ar,{id:or.reportLogo,size:"m",inline:!0,className:"styles_logo__jHlBl"}),lt("span",{children:"Allure Report"})]})},DA=e=>{const{className:t,logo:n}=e;return lt("div",{className:ut("styles_report-logo__OOEnL",t),children:n?lt("img",{src:n,alt:"report logo"}):lt(ar,{id:or.reportLogo,inline:!0})})};function PA(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function jA(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?PA(Object(n),!0).forEach((function(t){zA(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):PA(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function RA(e){return RA="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},RA(e)}function zA(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function FA(){return FA=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},FA.apply(this,arguments)}function IA(e){if("undefined"!=typeof window&&window.navigator)return!!navigator.userAgent.match(e)}var BA=IA(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),UA=IA(/Edge/i),$A=IA(/firefox/i),qA=IA(/safari/i)&&!IA(/chrome/i)&&!IA(/android/i),HA=IA(/iP(ad|od|hone)/i),VA=IA(/chrome/i)&&IA(/android/i),WA={capture:!1,passive:!1};function YA(e,t,n){e.addEventListener(t,n,!BA&&WA)}function GA(e,t,n){e.removeEventListener(t,n,!BA&&WA)}function ZA(e,t){if(t){if(">"===t[0]&&(t=t.substring(1)),e)try{if(e.matches)return e.matches(t);if(e.msMatchesSelector)return e.msMatchesSelector(t);if(e.webkitMatchesSelector)return e.webkitMatchesSelector(t)}catch(e){return!1}return!1}}function XA(e){return e.host&&e!==document&&e.host.nodeType?e.host:e.parentNode}function JA(e,t,n,r){if(e){n=n||document;do{if(null!=t&&(">"===t[0]?e.parentNode===n&&ZA(e,t):ZA(e,t))||r&&e===n)return e;if(e===n)break}while(e=XA(e))}return null}var KA,QA=/\s+/g;function eL(e,t,n){if(e&&t)if(e.classList)e.classList[n?"add":"remove"](t);else{var r=(" "+e.className+" ").replace(QA," ").replace(" "+t+" "," ");e.className=(r+(n?" "+t:"")).replace(QA," ")}}function tL(e,t,n){var r=e&&e.style;if(r){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(e,""):e.currentStyle&&(n=e.currentStyle),void 0===t?n:n[t];t in r||-1!==t.indexOf("webkit")||(t="-webkit-"+t),r[t]=n+("string"==typeof n?"":"px")}}function nL(e,t){var n="";if("string"==typeof e)n=e;else do{var r=tL(e,"transform");r&&"none"!==r&&(n=r+" "+n)}while(!t&&(e=e.parentNode));var i=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return i&&new i(n)}function rL(e,t,n){if(e){var r=e.getElementsByTagName(t),i=0,o=r.length;if(n)for(;i<o;i++)n(r[i],i);return r}return[]}function iL(){return document.scrollingElement||document.documentElement}function oL(e,t,n,r,i){if(e.getBoundingClientRect||e===window){var o,a,s,l,c,u,d;if(e!==window&&e.parentNode&&e!==iL()?(a=(o=e.getBoundingClientRect()).top,s=o.left,l=o.bottom,c=o.right,u=o.height,d=o.width):(a=0,s=0,l=window.innerHeight,c=window.innerWidth,u=window.innerHeight,d=window.innerWidth),(t||n)&&e!==window&&(i=i||e.parentNode,!BA))do{if(i&&i.getBoundingClientRect&&("none"!==tL(i,"transform")||n&&"static"!==tL(i,"position"))){var f=i.getBoundingClientRect();a-=f.top+parseInt(tL(i,"border-top-width")),s-=f.left+parseInt(tL(i,"border-left-width")),l=a+o.height,c=s+o.width;break}}while(i=i.parentNode);if(r&&e!==window){var h=nL(i||e),p=h&&h.a,g=h&&h.d;h&&(l=(a/=g)+(u/=g),c=(s/=p)+(d/=p))}return{top:a,left:s,bottom:l,right:c,width:d,height:u}}}function aL(e,t,n){for(var r=dL(e,!0),i=oL(e)[t];r;){if(!(i>=oL(r)[n]))return r;if(r===iL())break;r=dL(r,!1)}return!1}function sL(e,t,n,r){for(var i=0,o=0,a=e.children;o<a.length;){if("none"!==a[o].style.display&&a[o]!==pD.ghost&&(r||a[o]!==pD.dragged)&&JA(a[o],n.draggable,e,!1)){if(i===t)return a[o];i++}o++}return null}function lL(e,t){for(var n=e.lastElementChild;n&&(n===pD.ghost||"none"===tL(n,"display")||t&&!ZA(n,t));)n=n.previousElementSibling;return n||null}function cL(e,t){var n=0;if(!e||!e.parentNode)return-1;for(;e=e.previousElementSibling;)"TEMPLATE"===e.nodeName.toUpperCase()||e===pD.clone||t&&!ZA(e,t)||n++;return n}function uL(e){var t=0,n=0,r=iL();if(e)do{var i=nL(e),o=i.a,a=i.d;t+=e.scrollLeft*o,n+=e.scrollTop*a}while(e!==r&&(e=e.parentNode));return[t,n]}function dL(e,t){if(!e||!e.getBoundingClientRect)return iL();var n=e,r=!1;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var i=tL(n);if(n.clientWidth<n.scrollWidth&&("auto"==i.overflowX||"scroll"==i.overflowX)||n.clientHeight<n.scrollHeight&&("auto"==i.overflowY||"scroll"==i.overflowY)){if(!n.getBoundingClientRect||n===document.body)return iL();if(r||t)return n;r=!0}}}while(n=n.parentNode);return iL()}function fL(e,t){return Math.round(e.top)===Math.round(t.top)&&Math.round(e.left)===Math.round(t.left)&&Math.round(e.height)===Math.round(t.height)&&Math.round(e.width)===Math.round(t.width)}function hL(e,t){return function(){if(!KA){var n=arguments;1===n.length?e.call(this,n[0]):e.apply(this,n),KA=setTimeout((function(){KA=void 0}),t)}}}function pL(e,t,n){e.scrollLeft+=t,e.scrollTop+=n}function gL(e){var t=window.Polymer,n=window.jQuery||window.Zepto;return t&&t.dom?t.dom(e).cloneNode(!0):n?n(e).clone(!0)[0]:e.cloneNode(!0)}function mL(e,t,n){var r={};return Array.from(e.children).forEach((function(i){var o,a,s,l;if(JA(i,t.draggable,e,!1)&&!i.animated&&i!==n){var c=oL(i);r.left=Math.min(null!==(o=r.left)&&void 0!==o?o:1/0,c.left),r.top=Math.min(null!==(a=r.top)&&void 0!==a?a:1/0,c.top),r.right=Math.max(null!==(s=r.right)&&void 0!==s?s:-1/0,c.right),r.bottom=Math.max(null!==(l=r.bottom)&&void 0!==l?l:-1/0,c.bottom)}})),r.width=r.right-r.left,r.height=r.bottom-r.top,r.x=r.left,r.y=r.top,r}var vL="Sortable"+(new Date).getTime(),bL=[],yL={initializeByDefault:!0},_L={mount:function(e){for(var t in yL)yL.hasOwnProperty(t)&&!(t in e)&&(e[t]=yL[t]);bL.forEach((function(t){if(t.pluginName===e.pluginName)throw"Sortable: Cannot mount plugin ".concat(e.pluginName," more than once")})),bL.push(e)},pluginEvent:function(e,t,n){var r=this;this.eventCanceled=!1,n.cancel=function(){r.eventCanceled=!0};var i=e+"Global";bL.forEach((function(r){t[r.pluginName]&&(t[r.pluginName][i]&&t[r.pluginName][i](jA({sortable:t},n)),t.options[r.pluginName]&&t[r.pluginName][e]&&t[r.pluginName][e](jA({sortable:t},n)))}))},initializePlugins:function(e,t,n,r){for(var i in bL.forEach((function(r){var i=r.pluginName;if(e.options[i]||r.initializeByDefault){var o=new r(e,t,e.options);o.sortable=e,o.options=e.options,e[i]=o,FA(n,o.defaults)}})),e.options)if(e.options.hasOwnProperty(i)){var o=this.modifyOption(e,i,e.options[i]);void 0!==o&&(e.options[i]=o)}},getEventProperties:function(e,t){var n={};return bL.forEach((function(r){"function"==typeof r.eventProperties&&FA(n,r.eventProperties.call(t[r.pluginName],e))})),n},modifyOption:function(e,t,n){var r;return bL.forEach((function(i){e[i.pluginName]&&i.optionListeners&&"function"==typeof i.optionListeners[t]&&(r=i.optionListeners[t].call(e[i.pluginName],n))})),r}},wL=["evt"],xL=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.evt,i=function(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}(n,wL);_L.pluginEvent.bind(pD)(e,t,jA({dragEl:CL,parentEl:SL,ghostEl:ML,rootEl:TL,nextEl:NL,lastDownEl:OL,cloneEl:EL,cloneHidden:AL,dragStarted:HL,putSortable:zL,activeSortable:pD.active,originalEvent:r,oldIndex:LL,oldDraggableIndex:PL,newIndex:DL,newDraggableIndex:jL,hideGhostForTarget:uD,unhideGhostForTarget:dD,cloneNowHidden:function(){AL=!0},cloneNowShown:function(){AL=!1},dispatchSortableEvent:function(e){kL({sortable:t,name:e,originalEvent:r})}},i))};function kL(e){!function(e){var t=e.sortable,n=e.rootEl,r=e.name,i=e.targetEl,o=e.cloneEl,a=e.toEl,s=e.fromEl,l=e.oldIndex,c=e.newIndex,u=e.oldDraggableIndex,d=e.newDraggableIndex,f=e.originalEvent,h=e.putSortable,p=e.extraEventProperties;if(t=t||n&&n[vL]){var g,m=t.options,v="on"+r.charAt(0).toUpperCase()+r.substr(1);!window.CustomEvent||BA||UA?(g=document.createEvent("Event")).initEvent(r,!0,!0):g=new CustomEvent(r,{bubbles:!0,cancelable:!0}),g.to=a||n,g.from=s||n,g.item=i||n,g.clone=o,g.oldIndex=l,g.newIndex=c,g.oldDraggableIndex=u,g.newDraggableIndex=d,g.originalEvent=f,g.pullMode=h?h.lastPutMode:void 0;var b=jA(jA({},p),_L.getEventProperties(r,t));for(var y in b)g[y]=b[y];n&&n.dispatchEvent(g),m[v]&&m[v].call(t,g)}}(jA({putSortable:zL,cloneEl:EL,targetEl:CL,rootEl:TL,oldIndex:LL,oldDraggableIndex:PL,newIndex:DL,newDraggableIndex:jL},e))}var CL,SL,ML,TL,NL,OL,EL,AL,LL,DL,PL,jL,RL,zL,FL,IL,BL,UL,$L,qL,HL,VL,WL,YL,GL,ZL=!1,XL=!1,JL=[],KL=!1,QL=!1,eD=[],tD=!1,nD=[],rD="undefined"!=typeof document,iD=HA,oD=UA||BA?"cssFloat":"float",aD=rD&&!VA&&!HA&&"draggable"in document.createElement("div"),sD=function(){if(rD){if(BA)return!1;var e=document.createElement("x");return e.style.cssText="pointer-events:auto","auto"===e.style.pointerEvents}}(),lD=function(e,t){var n=tL(e),r=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),i=sL(e,0,t),o=sL(e,1,t),a=i&&tL(i),s=o&&tL(o),l=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+oL(i).width,c=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+oL(o).width;if("flex"===n.display)return"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal";if("grid"===n.display)return n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(i&&a.float&&"none"!==a.float){var u="left"===a.float?"left":"right";return!o||"both"!==s.clear&&s.clear!==u?"horizontal":"vertical"}return i&&("block"===a.display||"flex"===a.display||"table"===a.display||"grid"===a.display||l>=r&&"none"===n[oD]||o&&"none"===n[oD]&&l+c>r)?"vertical":"horizontal"},cD=function(e){function t(e,n){return function(r,i,o,a){var s=r.options.group.name&&i.options.group.name&&r.options.group.name===i.options.group.name;if(null==e&&(n||s))return!0;if(null==e||!1===e)return!1;if(n&&"clone"===e)return e;if("function"==typeof e)return t(e(r,i,o,a),n)(r,i,o,a);var l=(n?r:i).options.group.name;return!0===e||"string"==typeof e&&e===l||e.join&&e.indexOf(l)>-1}}var n={},r=e.group;r&&"object"==RA(r)||(r={name:r}),n.name=r.name,n.checkPull=t(r.pull,!0),n.checkPut=t(r.put),n.revertClone=r.revertClone,e.group=n},uD=function(){!sD&&ML&&tL(ML,"display","none")},dD=function(){!sD&&ML&&tL(ML,"display","")};rD&&!VA&&document.addEventListener("click",(function(e){if(XL)return e.preventDefault(),e.stopPropagation&&e.stopPropagation(),e.stopImmediatePropagation&&e.stopImmediatePropagation(),XL=!1,!1}),!0);var fD=function(e){if(CL){var t=function(e,t){var n;return JL.some((function(r){var i=r[vL].options.emptyInsertThreshold;if(i&&!lL(r)){var o=oL(r),a=e>=o.left-i&&e<=o.right+i,s=t>=o.top-i&&t<=o.bottom+i;return a&&s?n=r:void 0}})),n}((e=e.touches?e.touches[0]:e).clientX,e.clientY);if(t){var n={};for(var r in e)e.hasOwnProperty(r)&&(n[r]=e[r]);n.target=n.rootEl=t,n.preventDefault=void 0,n.stopPropagation=void 0,t[vL]._onDragOver(n)}}},hD=function(e){CL&&CL.parentNode[vL]._isOutsideThisEl(e.target)};function pD(e,t){if(!e||!e.nodeType||1!==e.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e));this.el=e,this.options=t=FA({},t),e[vL]=this;var n={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return lD(e,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(e,t){e.setData("Text",t.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==pD.supportPointer&&"PointerEvent"in window&&(!qA||HA),emptyInsertThreshold:5};for(var r in _L.initializePlugins(this,e,n),n)!(r in t)&&(t[r]=n[r]);for(var i in cD(t),this)"_"===i.charAt(0)&&"function"==typeof this[i]&&(this[i]=this[i].bind(this));this.nativeDraggable=!t.forceFallback&&aD,this.nativeDraggable&&(this.options.touchStartThreshold=1),t.supportPointer?YA(e,"pointerdown",this._onTapStart):(YA(e,"mousedown",this._onTapStart),YA(e,"touchstart",this._onTapStart)),this.nativeDraggable&&(YA(e,"dragover",this),YA(e,"dragenter",this)),JL.push(this.el),t.store&&t.store.get&&this.sort(t.store.get(this)||[]),FA(this,function(){var e,t=[];return{captureAnimationState:function(){t=[],this.options.animation&&[].slice.call(this.el.children).forEach((function(e){if("none"!==tL(e,"display")&&e!==pD.ghost){t.push({target:e,rect:oL(e)});var n=jA({},t[t.length-1].rect);if(e.thisAnimationDuration){var r=nL(e,!0);r&&(n.top-=r.f,n.left-=r.e)}e.fromRect=n}}))},addAnimationState:function(e){t.push(e)},removeAnimationState:function(e){t.splice(function(e,t){for(var n in e)if(e.hasOwnProperty(n))for(var r in t)if(t.hasOwnProperty(r)&&t[r]===e[n][r])return Number(n);return-1}(t,{target:e}),1)},animateAll:function(n){var r=this;if(!this.options.animation)return clearTimeout(e),void("function"==typeof n&&n());var i=!1,o=0;t.forEach((function(e){var t=0,n=e.target,a=n.fromRect,s=oL(n),l=n.prevFromRect,c=n.prevToRect,u=e.rect,d=nL(n,!0);d&&(s.top-=d.f,s.left-=d.e),n.toRect=s,n.thisAnimationDuration&&fL(l,s)&&!fL(a,s)&&(u.top-s.top)/(u.left-s.left)==(a.top-s.top)/(a.left-s.left)&&(t=function(e,t,n,r){return Math.sqrt(Math.pow(t.top-e.top,2)+Math.pow(t.left-e.left,2))/Math.sqrt(Math.pow(t.top-n.top,2)+Math.pow(t.left-n.left,2))*r.animation}(u,l,c,r.options)),fL(s,a)||(n.prevFromRect=a,n.prevToRect=s,t||(t=r.options.animation),r.animate(n,u,s,t)),t&&(i=!0,o=Math.max(o,t),clearTimeout(n.animationResetTimer),n.animationResetTimer=setTimeout((function(){n.animationTime=0,n.prevFromRect=null,n.fromRect=null,n.prevToRect=null,n.thisAnimationDuration=null}),t),n.thisAnimationDuration=t)})),clearTimeout(e),i?e=setTimeout((function(){"function"==typeof n&&n()}),o):"function"==typeof n&&n(),t=[]},animate:function(e,t,n,r){if(r){tL(e,"transition",""),tL(e,"transform","");var i=nL(this.el),o=i&&i.a,a=i&&i.d,s=(t.left-n.left)/(o||1),l=(t.top-n.top)/(a||1);e.animatingX=!!s,e.animatingY=!!l,tL(e,"transform","translate3d("+s+"px,"+l+"px,0)"),this.forRepaintDummy=function(e){return e.offsetWidth}(e),tL(e,"transition","transform "+r+"ms"+(this.options.easing?" "+this.options.easing:"")),tL(e,"transform","translate3d(0,0,0)"),"number"==typeof e.animated&&clearTimeout(e.animated),e.animated=setTimeout((function(){tL(e,"transition",""),tL(e,"transform",""),e.animated=!1,e.animatingX=!1,e.animatingY=!1}),r)}}}}())}function gD(e,t,n,r,i,o,a,s){var l,c,u=e[vL],d=u.options.onMove;return!window.CustomEvent||BA||UA?(l=document.createEvent("Event")).initEvent("move",!0,!0):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=t,l.from=e,l.dragged=n,l.draggedRect=r,l.related=i||t,l.relatedRect=o||oL(t),l.willInsertAfter=s,l.originalEvent=a,e.dispatchEvent(l),d&&(c=d.call(u,l,a)),c}function mD(e){e.draggable=!1}function vD(){tD=!1}function bD(e){for(var t=e.tagName+e.className+e.src+e.href+e.textContent,n=t.length,r=0;n--;)r+=t.charCodeAt(n);return r.toString(36)}function yD(e){return setTimeout(e,0)}function _D(e){return clearTimeout(e)}pD.prototype={constructor:pD,_isOutsideThisEl:function(e){this.el.contains(e)||e===this.el||(VL=null)},_getDirection:function(e,t){return"function"==typeof this.options.direction?this.options.direction.call(this,e,t,CL):this.options.direction},_onTapStart:function(e){if(e.cancelable){var t=this,n=this.el,r=this.options,i=r.preventOnFilter,o=e.type,a=e.touches&&e.touches[0]||e.pointerType&&"touch"===e.pointerType&&e,s=(a||e).target,l=e.target.shadowRoot&&(e.path&&e.path[0]||e.composedPath&&e.composedPath()[0])||s,c=r.filter;if(function(e){nD.length=0;for(var t=e.getElementsByTagName("input"),n=t.length;n--;){var r=t[n];r.checked&&nD.push(r)}}(n),!CL&&!(/mousedown|pointerdown/.test(o)&&0!==e.button||r.disabled)&&!l.isContentEditable&&(this.nativeDraggable||!qA||!s||"SELECT"!==s.tagName.toUpperCase())&&!((s=JA(s,r.draggable,n,!1))&&s.animated||OL===s)){if(LL=cL(s),PL=cL(s,r.draggable),"function"==typeof c){if(c.call(this,e,s,this))return kL({sortable:t,rootEl:l,name:"filter",targetEl:s,toEl:n,fromEl:n}),xL("filter",t,{evt:e}),void(i&&e.preventDefault())}else if(c&&(c=c.split(",").some((function(r){if(r=JA(l,r.trim(),n,!1))return kL({sortable:t,rootEl:r,name:"filter",targetEl:s,fromEl:n,toEl:n}),xL("filter",t,{evt:e}),!0}))))return void(i&&e.preventDefault());r.handle&&!JA(l,r.handle,n,!1)||this._prepareDragStart(e,a,s)}}},_prepareDragStart:function(e,t,n){var r,i=this,o=i.el,a=i.options,s=o.ownerDocument;if(n&&!CL&&n.parentNode===o){var l=oL(n);if(TL=o,SL=(CL=n).parentNode,NL=CL.nextSibling,OL=n,RL=a.group,pD.dragged=CL,FL={target:CL,clientX:(t||e).clientX,clientY:(t||e).clientY},$L=FL.clientX-l.left,qL=FL.clientY-l.top,this._lastX=(t||e).clientX,this._lastY=(t||e).clientY,CL.style["will-change"]="all",r=function(){xL("delayEnded",i,{evt:e}),pD.eventCanceled?i._onDrop():(i._disableDelayedDragEvents(),!$A&&i.nativeDraggable&&(CL.draggable=!0),i._triggerDragStart(e,t),kL({sortable:i,name:"choose",originalEvent:e}),eL(CL,a.chosenClass,!0))},a.ignore.split(",").forEach((function(e){rL(CL,e.trim(),mD)})),YA(s,"dragover",fD),YA(s,"mousemove",fD),YA(s,"touchmove",fD),a.supportPointer?(YA(s,"pointerup",i._onDrop),!this.nativeDraggable&&YA(s,"pointercancel",i._onDrop)):(YA(s,"mouseup",i._onDrop),YA(s,"touchend",i._onDrop),YA(s,"touchcancel",i._onDrop)),$A&&this.nativeDraggable&&(this.options.touchStartThreshold=4,CL.draggable=!0),xL("delayStart",this,{evt:e}),!a.delay||a.delayOnTouchOnly&&!t||this.nativeDraggable&&(UA||BA))r();else{if(pD.eventCanceled)return void this._onDrop();a.supportPointer?(YA(s,"pointerup",i._disableDelayedDrag),YA(s,"pointercancel",i._disableDelayedDrag)):(YA(s,"mouseup",i._disableDelayedDrag),YA(s,"touchend",i._disableDelayedDrag),YA(s,"touchcancel",i._disableDelayedDrag)),YA(s,"mousemove",i._delayedDragTouchMoveHandler),YA(s,"touchmove",i._delayedDragTouchMoveHandler),a.supportPointer&&YA(s,"pointermove",i._delayedDragTouchMoveHandler),i._dragStartTimer=setTimeout(r,a.delay)}}},_delayedDragTouchMoveHandler:function(e){var t=e.touches?e.touches[0]:e;Math.max(Math.abs(t.clientX-this._lastX),Math.abs(t.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){CL&&mD(CL),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var e=this.el.ownerDocument;GA(e,"mouseup",this._disableDelayedDrag),GA(e,"touchend",this._disableDelayedDrag),GA(e,"touchcancel",this._disableDelayedDrag),GA(e,"pointerup",this._disableDelayedDrag),GA(e,"pointercancel",this._disableDelayedDrag),GA(e,"mousemove",this._delayedDragTouchMoveHandler),GA(e,"touchmove",this._delayedDragTouchMoveHandler),GA(e,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(e,t){t=t||"touch"==e.pointerType&&e,!this.nativeDraggable||t?this.options.supportPointer?YA(document,"pointermove",this._onTouchMove):YA(document,t?"touchmove":"mousemove",this._onTouchMove):(YA(CL,"dragend",this),YA(TL,"dragstart",this._onDragStart));try{document.selection?yD((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(e){}},_dragStarted:function(e,t){if(ZL=!1,TL&&CL){xL("dragStarted",this,{evt:t}),this.nativeDraggable&&YA(document,"dragover",hD);var n=this.options;!e&&eL(CL,n.dragClass,!1),eL(CL,n.ghostClass,!0),pD.active=this,e&&this._appendGhost(),kL({sortable:this,name:"start",originalEvent:t})}else this._nulling()},_emulateDragOver:function(){if(IL){this._lastX=IL.clientX,this._lastY=IL.clientY,uD();for(var e=document.elementFromPoint(IL.clientX,IL.clientY),t=e;e&&e.shadowRoot&&(e=e.shadowRoot.elementFromPoint(IL.clientX,IL.clientY))!==t;)t=e;if(CL.parentNode[vL]._isOutsideThisEl(e),t)do{if(t[vL]&&t[vL]._onDragOver({clientX:IL.clientX,clientY:IL.clientY,target:e,rootEl:t})&&!this.options.dragoverBubble)break;e=t}while(t=XA(t));dD()}},_onTouchMove:function(e){if(FL){var t=this.options,n=t.fallbackTolerance,r=t.fallbackOffset,i=e.touches?e.touches[0]:e,o=ML&&nL(ML,!0),a=ML&&o&&o.a,s=ML&&o&&o.d,l=iD&&GL&&uL(GL),c=(i.clientX-FL.clientX+r.x)/(a||1)+(l?l[0]-eD[0]:0)/(a||1),u=(i.clientY-FL.clientY+r.y)/(s||1)+(l?l[1]-eD[1]:0)/(s||1);if(!pD.active&&!ZL){if(n&&Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.clientY-this._lastY))<n)return;this._onDragStart(e,!0)}if(ML){o?(o.e+=c-(BL||0),o.f+=u-(UL||0)):o={a:1,b:0,c:0,d:1,e:c,f:u};var d="matrix(".concat(o.a,",").concat(o.b,",").concat(o.c,",").concat(o.d,",").concat(o.e,",").concat(o.f,")");tL(ML,"webkitTransform",d),tL(ML,"mozTransform",d),tL(ML,"msTransform",d),tL(ML,"transform",d),BL=c,UL=u,IL=i}e.cancelable&&e.preventDefault()}},_appendGhost:function(){if(!ML){var e=this.options.fallbackOnBody?document.body:TL,t=oL(CL,!0,iD,!0,e),n=this.options;if(iD){for(GL=e;"static"===tL(GL,"position")&&"none"===tL(GL,"transform")&&GL!==document;)GL=GL.parentNode;GL!==document.body&&GL!==document.documentElement?(GL===document&&(GL=iL()),t.top+=GL.scrollTop,t.left+=GL.scrollLeft):GL=iL(),eD=uL(GL)}eL(ML=CL.cloneNode(!0),n.ghostClass,!1),eL(ML,n.fallbackClass,!0),eL(ML,n.dragClass,!0),tL(ML,"transition",""),tL(ML,"transform",""),tL(ML,"box-sizing","border-box"),tL(ML,"margin",0),tL(ML,"top",t.top),tL(ML,"left",t.left),tL(ML,"width",t.width),tL(ML,"height",t.height),tL(ML,"opacity","0.8"),tL(ML,"position",iD?"absolute":"fixed"),tL(ML,"zIndex","100000"),tL(ML,"pointerEvents","none"),pD.ghost=ML,e.appendChild(ML),tL(ML,"transform-origin",$L/parseInt(ML.style.width)*100+"% "+qL/parseInt(ML.style.height)*100+"%")}},_onDragStart:function(e,t){var n=this,r=e.dataTransfer,i=n.options;xL("dragStart",this,{evt:e}),pD.eventCanceled?this._onDrop():(xL("setupClone",this),pD.eventCanceled||((EL=gL(CL)).removeAttribute("id"),EL.draggable=!1,EL.style["will-change"]="",this._hideClone(),eL(EL,this.options.chosenClass,!1),pD.clone=EL),n.cloneId=yD((function(){xL("clone",n),pD.eventCanceled||(n.options.removeCloneOnHide||TL.insertBefore(EL,CL),n._hideClone(),kL({sortable:n,name:"clone"}))})),!t&&eL(CL,i.dragClass,!0),t?(XL=!0,n._loopId=setInterval(n._emulateDragOver,50)):(GA(document,"mouseup",n._onDrop),GA(document,"touchend",n._onDrop),GA(document,"touchcancel",n._onDrop),r&&(r.effectAllowed="move",i.setData&&i.setData.call(n,r,CL)),YA(document,"drop",n),tL(CL,"transform","translateZ(0)")),ZL=!0,n._dragStartId=yD(n._dragStarted.bind(n,t,e)),YA(document,"selectstart",n),HL=!0,window.getSelection().removeAllRanges(),qA&&tL(document.body,"user-select","none"))},_onDragOver:function(e){var t,n,r,i,o=this.el,a=e.target,s=this.options,l=s.group,c=pD.active,u=RL===l,d=s.sort,f=zL||c,h=this,p=!1;if(!tD){if(void 0!==e.preventDefault&&e.cancelable&&e.preventDefault(),a=JA(a,s.draggable,o,!0),O("dragOver"),pD.eventCanceled)return p;if(CL.contains(e.target)||a.animated&&a.animatingX&&a.animatingY||h._ignoreWhileAnimating===a)return A(!1);if(XL=!1,c&&!s.disabled&&(u?d||(r=SL!==TL):zL===this||(this.lastPutMode=RL.checkPull(this,c,CL,e))&&l.checkPut(this,c,CL,e))){if(i="vertical"===this._getDirection(e,a),t=oL(CL),O("dragOverValid"),pD.eventCanceled)return p;if(r)return SL=TL,E(),this._hideClone(),O("revert"),pD.eventCanceled||(NL?TL.insertBefore(CL,NL):TL.appendChild(CL)),A(!0);var g=lL(o,s.draggable);if(!g||function(e,t,n){var r=oL(lL(n.el,n.options.draggable)),i=mL(n.el,n.options,ML);return t?e.clientX>i.right+10||e.clientY>r.bottom&&e.clientX>r.left:e.clientY>i.bottom+10||e.clientX>r.right&&e.clientY>r.top}(e,i,this)&&!g.animated){if(g===CL)return A(!1);if(g&&o===e.target&&(a=g),a&&(n=oL(a)),!1!==gD(TL,o,CL,t,a,n,e,!!a))return E(),g&&g.nextSibling?o.insertBefore(CL,g.nextSibling):o.appendChild(CL),SL=o,L(),A(!0)}else if(g&&function(e,t,n){var r=oL(sL(n.el,0,n.options,!0)),i=mL(n.el,n.options,ML);return t?e.clientX<i.left-10||e.clientY<r.top&&e.clientX<r.right:e.clientY<i.top-10||e.clientY<r.bottom&&e.clientX<r.left}(e,i,this)){var m=sL(o,0,s,!0);if(m===CL)return A(!1);if(n=oL(a=m),!1!==gD(TL,o,CL,t,a,n,e,!1))return E(),o.insertBefore(CL,m),SL=o,L(),A(!0)}else if(a.parentNode===o){n=oL(a);var v,b,y,_=CL.parentNode!==o,w=!function(e,t,n){var r=n?e.left:e.top,i=n?e.right:e.bottom,o=n?e.width:e.height,a=n?t.left:t.top,s=n?t.right:t.bottom,l=n?t.width:t.height;return r===a||i===s||r+o/2===a+l/2}(CL.animated&&CL.toRect||t,a.animated&&a.toRect||n,i),x=i?"top":"left",k=aL(a,"top","top")||aL(CL,"top","top"),C=k?k.scrollTop:void 0;if(VL!==a&&(b=n[x],KL=!1,QL=!w&&s.invertSwap||_),v=function(e,t,n,r,i,o,a,s){var l=r?e.clientY:e.clientX,c=r?n.height:n.width,u=r?n.top:n.left,d=r?n.bottom:n.right,f=!1;if(!a)if(s&&YL<c*i){if(!KL&&(1===WL?l>u+c*o/2:l<d-c*o/2)&&(KL=!0),KL)f=!0;else if(1===WL?l<u+YL:l>d-YL)return-WL}else if(l>u+c*(1-i)/2&&l<d-c*(1-i)/2)return function(e){return cL(CL)<cL(e)?1:-1}(t);return(f=f||a)&&(l<u+c*o/2||l>d-c*o/2)?l>u+c/2?1:-1:0}(e,a,n,i,w?1:s.swapThreshold,null==s.invertedSwapThreshold?s.swapThreshold:s.invertedSwapThreshold,QL,VL===a),0!==v){var S=cL(CL);do{S-=v,y=SL.children[S]}while(y&&("none"===tL(y,"display")||y===ML))}if(0===v||y===a)return A(!1);VL=a,WL=v;var M=a.nextElementSibling,T=!1,N=gD(TL,o,CL,t,a,n,e,T=1===v);if(!1!==N)return 1!==N&&-1!==N||(T=1===N),tD=!0,setTimeout(vD,30),E(),T&&!M?o.appendChild(CL):a.parentNode.insertBefore(CL,T?M:a),k&&pL(k,0,C-k.scrollTop),SL=CL.parentNode,void 0===b||QL||(YL=Math.abs(b-oL(a)[x])),L(),A(!0)}if(o.contains(CL))return A(!1)}return!1}function O(s,l){xL(s,h,jA({evt:e,isOwner:u,axis:i?"vertical":"horizontal",revert:r,dragRect:t,targetRect:n,canSort:d,fromSortable:f,target:a,completed:A,onMove:function(n,r){return gD(TL,o,CL,t,n,oL(n),e,r)},changed:L},l))}function E(){O("dragOverAnimationCapture"),h.captureAnimationState(),h!==f&&f.captureAnimationState()}function A(t){return O("dragOverCompleted",{insertion:t}),t&&(u?c._hideClone():c._showClone(h),h!==f&&(eL(CL,zL?zL.options.ghostClass:c.options.ghostClass,!1),eL(CL,s.ghostClass,!0)),zL!==h&&h!==pD.active?zL=h:h===pD.active&&zL&&(zL=null),f===h&&(h._ignoreWhileAnimating=a),h.animateAll((function(){O("dragOverAnimationComplete"),h._ignoreWhileAnimating=null})),h!==f&&(f.animateAll(),f._ignoreWhileAnimating=null)),(a===CL&&!CL.animated||a===o&&!a.animated)&&(VL=null),s.dragoverBubble||e.rootEl||a===document||(CL.parentNode[vL]._isOutsideThisEl(e.target),!t&&fD(e)),!s.dragoverBubble&&e.stopPropagation&&e.stopPropagation(),p=!0}function L(){DL=cL(CL),jL=cL(CL,s.draggable),kL({sortable:h,name:"change",toEl:o,newIndex:DL,newDraggableIndex:jL,originalEvent:e})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){GA(document,"mousemove",this._onTouchMove),GA(document,"touchmove",this._onTouchMove),GA(document,"pointermove",this._onTouchMove),GA(document,"dragover",fD),GA(document,"mousemove",fD),GA(document,"touchmove",fD)},_offUpEvents:function(){var e=this.el.ownerDocument;GA(e,"mouseup",this._onDrop),GA(e,"touchend",this._onDrop),GA(e,"pointerup",this._onDrop),GA(e,"pointercancel",this._onDrop),GA(e,"touchcancel",this._onDrop),GA(document,"selectstart",this)},_onDrop:function(e){var t=this.el,n=this.options;DL=cL(CL),jL=cL(CL,n.draggable),xL("drop",this,{evt:e}),SL=CL&&CL.parentNode,DL=cL(CL),jL=cL(CL,n.draggable),pD.eventCanceled||(ZL=!1,QL=!1,KL=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),_D(this.cloneId),_D(this._dragStartId),this.nativeDraggable&&(GA(document,"drop",this),GA(t,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),qA&&tL(document.body,"user-select",""),tL(CL,"transform",""),e&&(HL&&(e.cancelable&&e.preventDefault(),!n.dropBubble&&e.stopPropagation()),ML&&ML.parentNode&&ML.parentNode.removeChild(ML),(TL===SL||zL&&"clone"!==zL.lastPutMode)&&EL&&EL.parentNode&&EL.parentNode.removeChild(EL),CL&&(this.nativeDraggable&&GA(CL,"dragend",this),mD(CL),CL.style["will-change"]="",HL&&!ZL&&eL(CL,zL?zL.options.ghostClass:this.options.ghostClass,!1),eL(CL,this.options.chosenClass,!1),kL({sortable:this,name:"unchoose",toEl:SL,newIndex:null,newDraggableIndex:null,originalEvent:e}),TL!==SL?(DL>=0&&(kL({rootEl:SL,name:"add",toEl:SL,fromEl:TL,originalEvent:e}),kL({sortable:this,name:"remove",toEl:SL,originalEvent:e}),kL({rootEl:SL,name:"sort",toEl:SL,fromEl:TL,originalEvent:e}),kL({sortable:this,name:"sort",toEl:SL,originalEvent:e})),zL&&zL.save()):DL!==LL&&DL>=0&&(kL({sortable:this,name:"update",toEl:SL,originalEvent:e}),kL({sortable:this,name:"sort",toEl:SL,originalEvent:e})),pD.active&&(null!=DL&&-1!==DL||(DL=LL,jL=PL),kL({sortable:this,name:"end",toEl:SL,originalEvent:e}),this.save())))),this._nulling()},_nulling:function(){xL("nulling",this),TL=CL=SL=ML=NL=EL=OL=AL=FL=IL=HL=DL=jL=LL=PL=VL=WL=zL=RL=pD.dragged=pD.ghost=pD.clone=pD.active=null,nD.forEach((function(e){e.checked=!0})),nD.length=BL=UL=0},handleEvent:function(e){switch(e.type){case"drop":case"dragend":this._onDrop(e);break;case"dragenter":case"dragover":CL&&(this._onDragOver(e),function(e){e.dataTransfer&&(e.dataTransfer.dropEffect="move"),e.cancelable&&e.preventDefault()}(e));break;case"selectstart":e.preventDefault()}},toArray:function(){for(var e,t=[],n=this.el.children,r=0,i=n.length,o=this.options;r<i;r++)JA(e=n[r],o.draggable,this.el,!1)&&t.push(e.getAttribute(o.dataIdAttr)||bD(e));return t},sort:function(e,t){var n={},r=this.el;this.toArray().forEach((function(e,t){var i=r.children[t];JA(i,this.options.draggable,r,!1)&&(n[e]=i)}),this),t&&this.captureAnimationState(),e.forEach((function(e){n[e]&&(r.removeChild(n[e]),r.appendChild(n[e]))})),t&&this.animateAll()},save:function(){var e=this.options.store;e&&e.set&&e.set(this)},closest:function(e,t){return JA(e,t||this.options.draggable,this.el,!1)},option:function(e,t){var n=this.options;if(void 0===t)return n[e];var r=_L.modifyOption(this,e,t);n[e]=void 0!==r?r:t,"group"===e&&cD(n)},destroy:function(){xL("destroy",this);var e=this.el;e[vL]=null,GA(e,"mousedown",this._onTapStart),GA(e,"touchstart",this._onTapStart),GA(e,"pointerdown",this._onTapStart),this.nativeDraggable&&(GA(e,"dragover",this),GA(e,"dragenter",this)),Array.prototype.forEach.call(e.querySelectorAll("[draggable]"),(function(e){e.removeAttribute("draggable")})),this._onDrop(),this._disableDelayedDragEvents(),JL.splice(JL.indexOf(this.el),1),this.el=e=null},_hideClone:function(){if(!AL){if(xL("hideClone",this),pD.eventCanceled)return;tL(EL,"display","none"),this.options.removeCloneOnHide&&EL.parentNode&&EL.parentNode.removeChild(EL),AL=!0}},_showClone:function(e){if("clone"===e.lastPutMode){if(AL){if(xL("showClone",this),pD.eventCanceled)return;CL.parentNode!=TL||this.options.group.revertClone?NL?TL.insertBefore(EL,NL):TL.appendChild(EL):TL.insertBefore(EL,CL),this.options.group.revertClone&&this.animate(CL,EL),tL(EL,"display",""),AL=!1}}else this._hideClone()}},rD&&YA(document,"touchmove",(function(e){(pD.active||ZL)&&e.cancelable&&e.preventDefault()})),pD.utils={on:YA,off:GA,css:tL,find:rL,is:function(e,t){return!!JA(e,t,e,!1)},extend:function(e,t){if(e&&t)for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e},throttle:hL,closest:JA,toggleClass:eL,clone:gL,index:cL,nextTick:yD,cancelNextTick:_D,detectDirection:lD,getChild:sL,expando:vL},pD.get=function(e){return e[vL]},pD.mount=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];t[0].constructor===Array&&(t=t[0]),t.forEach((function(e){if(!e.prototype||!e.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(e));e.utils&&(pD.utils=jA(jA({},pD.utils),e.utils)),_L.mount(e)}))},pD.create=function(e,t){return new pD(e,t)},pD.version="1.15.6";var wD,xD,kD,CD,SD,MD,TD=[],ND=!1;function OD(){TD.forEach((function(e){clearInterval(e.pid)})),TD=[]}function ED(){clearInterval(MD)}var AD,LD=hL((function(e,t,n,r){if(t.scroll){var i,o=(e.touches?e.touches[0]:e).clientX,a=(e.touches?e.touches[0]:e).clientY,s=t.scrollSensitivity,l=t.scrollSpeed,c=iL(),u=!1;xD!==n&&(xD=n,OD(),wD=t.scroll,i=t.scrollFn,!0===wD&&(wD=dL(n,!0)));var d=0,f=wD;do{var h=f,p=oL(h),g=p.top,m=p.bottom,v=p.left,b=p.right,y=p.width,_=p.height,w=void 0,x=void 0,k=h.scrollWidth,C=h.scrollHeight,S=tL(h),M=h.scrollLeft,T=h.scrollTop;h===c?(w=y<k&&("auto"===S.overflowX||"scroll"===S.overflowX||"visible"===S.overflowX),x=_<C&&("auto"===S.overflowY||"scroll"===S.overflowY||"visible"===S.overflowY)):(w=y<k&&("auto"===S.overflowX||"scroll"===S.overflowX),x=_<C&&("auto"===S.overflowY||"scroll"===S.overflowY));var N=w&&(Math.abs(b-o)<=s&&M+y<k)-(Math.abs(v-o)<=s&&!!M),O=x&&(Math.abs(m-a)<=s&&T+_<C)-(Math.abs(g-a)<=s&&!!T);if(!TD[d])for(var E=0;E<=d;E++)TD[E]||(TD[E]={});TD[d].vx==N&&TD[d].vy==O&&TD[d].el===h||(TD[d].el=h,TD[d].vx=N,TD[d].vy=O,clearInterval(TD[d].pid),0==N&&0==O||(u=!0,TD[d].pid=setInterval(function(){r&&0===this.layer&&pD.active._onTouchMove(SD);var t=TD[this.layer].vy?TD[this.layer].vy*l:0,n=TD[this.layer].vx?TD[this.layer].vx*l:0;"function"==typeof i&&"continue"!==i.call(pD.dragged.parentNode[vL],n,t,e,SD,TD[this.layer].el)||pL(TD[this.layer].el,n,t)}.bind({layer:d}),24))),d++}while(t.bubbleScroll&&f!==c&&(f=dL(f,!1)));ND=u}}),30),DD=function(e){var t=e.originalEvent,n=e.putSortable,r=e.dragEl,i=e.activeSortable,o=e.dispatchSortableEvent,a=e.hideGhostForTarget,s=e.unhideGhostForTarget;if(t){var l=n||i;a();var c=t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:t,u=document.elementFromPoint(c.clientX,c.clientY);s(),l&&!l.el.contains(u)&&(o("spill"),this.onSpill({dragEl:r,putSortable:n}))}};function PD(){}function jD(){}PD.prototype={startIndex:null,dragStart:function(e){var t=e.oldDraggableIndex;this.startIndex=t},onSpill:function(e){var t=e.dragEl,n=e.putSortable;this.sortable.captureAnimationState(),n&&n.captureAnimationState();var r=sL(this.sortable.el,this.startIndex,this.options);r?this.sortable.el.insertBefore(t,r):this.sortable.el.appendChild(t),this.sortable.animateAll(),n&&n.animateAll()},drop:DD},FA(PD,{pluginName:"revertOnSpill"}),jD.prototype={onSpill:function(e){var t=e.dragEl,n=e.putSortable||this.sortable;n.captureAnimationState(),t.parentNode&&t.parentNode.removeChild(t),n.animateAll()},drop:DD},FA(jD,{pluginName:"removeOnSpill"}),pD.mount(new function(){function e(){for(var e in this.defaults={scroll:!0,forceAutoScrollFallback:!1,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===e.charAt(0)&&"function"==typeof this[e]&&(this[e]=this[e].bind(this))}return e.prototype={dragStarted:function(e){var t=e.originalEvent;this.sortable.nativeDraggable?YA(document,"dragover",this._handleAutoScroll):this.options.supportPointer?YA(document,"pointermove",this._handleFallbackAutoScroll):t.touches?YA(document,"touchmove",this._handleFallbackAutoScroll):YA(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(e){var t=e.originalEvent;this.options.dragOverBubble||t.rootEl||this._handleAutoScroll(t)},drop:function(){this.sortable.nativeDraggable?GA(document,"dragover",this._handleAutoScroll):(GA(document,"pointermove",this._handleFallbackAutoScroll),GA(document,"touchmove",this._handleFallbackAutoScroll),GA(document,"mousemove",this._handleFallbackAutoScroll)),ED(),OD(),clearTimeout(KA),KA=void 0},nulling:function(){SD=xD=wD=ND=MD=kD=CD=null,TD.length=0},_handleFallbackAutoScroll:function(e){this._handleAutoScroll(e,!0)},_handleAutoScroll:function(e,t){var n=this,r=(e.touches?e.touches[0]:e).clientX,i=(e.touches?e.touches[0]:e).clientY,o=document.elementFromPoint(r,i);if(SD=e,t||this.options.forceAutoScrollFallback||UA||BA||qA){LD(e,this.options,o,t);var a=dL(o,!0);!ND||MD&&r===kD&&i===CD||(MD&&ED(),MD=setInterval((function(){var o=dL(document.elementFromPoint(r,i),!0);o!==a&&(a=o,OD()),LD(e,n.options,o,t)}),10),kD=r,CD=i)}else{if(!this.options.bubbleScroll||dL(o,!0)===iL())return void OD();LD(e,this.options,dL(o,!1),!1)}}},FA(e,{pluginName:"scroll",initializeByDefault:!0})}),pD.mount(jD,PD),pD.mount(new function(){function e(){this.defaults={swapClass:"sortable-swap-highlight"}}return e.prototype={dragStart:function(e){var t=e.dragEl;AD=t},dragOverValid:function(e){var t=e.completed,n=e.target,r=e.onMove,i=e.activeSortable,o=e.changed,a=e.cancel;if(i.options.swap){var s=this.sortable.el,l=this.options;if(n&&n!==s){var c=AD;!1!==r(n)?(eL(n,l.swapClass,!0),AD=n):AD=null,c&&c!==AD&&eL(c,l.swapClass,!1)}o(),t(!0),a()}},drop:function(e){var t=e.activeSortable,n=e.putSortable,r=e.dragEl,i=n||this.sortable,o=this.options;AD&&eL(AD,o.swapClass,!1),AD&&(o.swap||n&&n.options.swap)&&r!==AD&&(i.captureAnimationState(),i!==t&&t.captureAnimationState(),function(e,t){var n,r,i=e.parentNode,o=t.parentNode;i&&o&&!i.isEqualNode(t)&&!o.isEqualNode(e)&&(n=cL(e),r=cL(t),i.isEqualNode(o)&&n<r&&r++,i.insertBefore(t,i.children[n]),o.insertBefore(e,o.children[r]))}(r,AD),i.animateAll(),i!==t&&t.animateAll())},nulling:function(){AD=null}},FA(e,{pluginName:"swap",eventProperties:function(){return{swapItem:AD}}})});const RD=({locale:e,setLocale:t,availableLocales:n})=>{const r=n||Object.keys(Fi),i=[...new Set(r)].map((e=>({key:e,value:Fi[e].full})));return lt(Li,{size:"s",menuTrigger:({isOpened:t,onClick:n})=>lt(gr,{style:"ghost",size:"s",text:Fi[e]&&Fi[e].short||Fi.en.short,isExpanded:t,onClick:n}),children:lt(Li.Section,{children:i.map((({key:n,value:r})=>lt(Li.ItemWithCheckmark,{onClick:()=>{t(n)},isChecked:e===n,children:r},n)))})})},zD=({theme:e,toggleTheme:t,getTheme:n})=>(ye((()=>{n()}),[n]),lt(pr,{onClick:t,style:"ghost",icon:"light"===e?or.lineShapesMoon:or.lineShapesSun,size:"s"}));function FD(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=FD(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function ID(){for(var e,t,n=0,r="",i=arguments.length;n<i;n++)(e=arguments[n])&&(t=FD(e))&&(r&&(r+=" "),r+=t);return r}var BD,UD=ID;null!=(BD="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0)&&BD.__PREACT_DEVTOOLS__&&BD.__PREACT_DEVTOOLS__.attachPreact("10.24.0",m,{Fragment:j,Component:R});var $D={};function qD(e){return e.type===j?"Fragment":"function"==typeof e.type?e.type.displayName||e.type.name:"string"==typeof e.type?e.type:"#text"}var HD=[],VD=[];function WD(){return HD.length>0?HD[HD.length-1]:null}var YD=!0;function GD(e){return"function"==typeof e.type&&e.type!=j}function ZD(e){for(var t=[e],n=e;null!=n.__o;)t.push(n.__o),n=n.__o;return t.reduce((function(e,t){e+=" in "+qD(t);var n=t.__source;return n?e+=" (at "+n.fileName+":"+n.lineNumber+")":YD&&console.warn("Add @babel/plugin-transform-react-jsx-source to get a more detailed component stack. Note that you should not add it to production builds of your App for bundle size reasons."),YD=!1,e+"\n"}),"")}var XD="function"==typeof WeakMap;function JD(e){var t=[];return e.__k?(e.__k.forEach((function(e){e&&"function"==typeof e.type?t.push.apply(t,JD(e)):e&&"string"==typeof e.type&&t.push(e.type)})),t):t}function KD(e){return e?"function"==typeof e.type?null==e.__?null!=e.__e&&null!=e.__e.parentNode?e.__e.parentNode.localName:"":KD(e.__):e.type:""}var QD=R.prototype.setState;function eP(e){return"table"===e||"tfoot"===e||"tbody"===e||"thead"===e||"td"===e||"tr"===e||"th"===e}R.prototype.setState=function(e,t){return null==this.__v&&null==this.state&&console.warn('Calling "this.setState" inside the constructor of a component is a no-op and might be a bug in your application. Instead, set "this.state = {}" directly.\n\n'+ZD(WD())),QD.call(this,e,t)};var tP=/^(address|article|aside|blockquote|details|div|dl|fieldset|figcaption|figure|footer|form|h1|h2|h3|h4|h5|h6|header|hgroup|hr|main|menu|nav|ol|p|pre|search|section|table|ul)$/,nP=R.prototype.forceUpdate;function rP(e){var t=e.props,n=qD(e),r="";for(var i in t)if(t.hasOwnProperty(i)&&"children"!==i){var o=t[i];"function"==typeof o&&(o="function "+(o.displayName||o.name)+"() {}"),o=Object(o)!==o||o.toString?o+"":Object.prototype.toString.call(o),r+=" "+i+"="+JSON.stringify(o)}var a=t.children;return"<"+n+r+(a&&a.length?">..</"+n+">":" />")}R.prototype.forceUpdate=function(e){return null==this.__v?console.warn('Calling "this.forceUpdate" inside the constructor of a component is a no-op and might be a bug in your application.\n\n'+ZD(WD())):null==this.__P&&console.warn('Can\'t call "this.forceUpdate" on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.\n\n'+ZD(this.__v)),nP.call(this,e)},m.__m=function(e,t){var n=e.type,r=t.map((function(e){return e.localName}));console.error("Expected a DOM node of type "+n+" but found "+r.join(", ")+"as available DOM-node(s), this is caused by the SSR'd HTML containing different DOM-nodes compared to the hydrated one.\n\n"+ZD(e))},function(){!function(){var e=m.__b,t=m.diffed,n=m.__,r=m.vnode,i=m.__r;m.diffed=function(e){GD(e)&&VD.pop(),HD.pop(),t&&t(e)},m.__b=function(t){GD(t)&&HD.push(t),e&&e(t)},m.__=function(e,t){VD=[],n&&n(e,t)},m.vnode=function(e){e.__o=VD.length>0?VD[VD.length-1]:null,r&&r(e)},m.__r=function(e){GD(e)&&VD.push(e),i&&i(e)}}();var e=!1,t=m.__b,n=m.diffed,r=m.vnode,i=m.__r,o=m.__e,a=m.__,s=m.__h,l=XD?{useEffect:new WeakMap,useLayoutEffect:new WeakMap,lazyPropTypes:new WeakMap}:null,c=[];m.__e=function(e,t,n,r){if(t&&t.__c&&"function"==typeof e.then){var i=e;e=new Error("Missing Suspense. The throwing component was: "+qD(t));for(var a=t;a;a=a.__)if(a.__c&&a.__c.__c){e=i;break}if(e instanceof Error)throw e}try{(r=r||{}).componentStack=ZD(t),o(e,t,n,r),"function"!=typeof e.then&&setTimeout((function(){throw e}))}catch(e){throw e}},m.__=function(e,t){if(!t)throw new Error("Undefined parent passed to render(), this is the second argument.\nCheck if the element is available in the DOM/has the correct id.");var n;switch(t.nodeType){case 1:case 11:case 9:n=!0;break;default:n=!1}if(!n){var r=qD(e);throw new Error("Expected a valid HTML node as a second argument to render.\tReceived "+t+" instead: render(<"+r+" />, "+t+");")}a&&a(e,t)},m.__b=function(n){var r=n.type;if(e=!0,void 0===r)throw new Error("Undefined component passed to createElement()\n\nYou likely forgot to export your component or might have mixed up default and named imports"+rP(n)+"\n\n"+ZD(n));if(null!=r&&"object"==typeof r){if(void 0!==r.__k&&void 0!==r.__e)throw new Error("Invalid type passed to createElement(): "+r+"\n\nDid you accidentally pass a JSX literal as JSX twice?\n\n let My"+qD(n)+" = "+rP(r)+";\n let vnode = <My"+qD(n)+" />;\n\nThis usually happens when you export a JSX literal and not the component.\n\n"+ZD(n));throw new Error("Invalid type passed to createElement(): "+(Array.isArray(r)?"array":r))}if(void 0!==n.ref&&"function"!=typeof n.ref&&"object"!=typeof n.ref&&!("$$typeof"in n))throw new Error('Component\'s "ref" property should be a function, or an object created by createRef(), but got ['+typeof n.ref+"] instead\n"+rP(n)+"\n\n"+ZD(n));if("string"==typeof n.type)for(var i in n.props)if("o"===i[0]&&"n"===i[1]&&"function"!=typeof n.props[i]&&null!=n.props[i])throw new Error("Component's \""+i+'" property should be a function, but got ['+typeof n.props[i]+"] instead\n"+rP(n)+"\n\n"+ZD(n));if("function"==typeof n.type&&n.type.propTypes){if("Lazy"===n.type.displayName&&l&&!l.lazyPropTypes.has(n.type)){var o="PropTypes are not supported on lazy(). Use propTypes on the wrapped component itself. ";try{var a=n.type();l.lazyPropTypes.set(n.type,!0),console.warn(o+"Component wrapped in lazy() is "+qD(a))}catch(e){console.warn(o+"We will log the wrapped component's name once it is loaded.")}}var s=n.props;n.type.__f&&delete(s=function(e,t){for(var n in t)e[n]=t[n];return e}({},s)).ref,function(e,t,n,r,i){Object.keys(e).forEach((function(n){var o;try{o=e[n](t,n,r,"prop",null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(e){o=e}o&&!(o.message in $D)&&($D[o.message]=!0,console.error("Failed prop type: "+o.message+(i&&"\n"+i()||"")))}))}(n.type.propTypes,s,0,qD(n),(function(){return ZD(n)}))}t&&t(n)};var u,d=0;m.__r=function(t){i&&i(t),e=!0;var n=t.__c;if(n===u?d++:d=1,d>=25)throw new Error("Too many re-renders. This is limited to prevent an infinite loop which may lock up your browser. The component causing this is: "+qD(t));u=n},m.__h=function(t,n,r){if(!t||!e)throw new Error("Hook can only be invoked from render methods.");s&&s(t,n,r)};var f=function(e,t){return{get:function(){var n="get"+e+t;c&&c.indexOf(n)<0&&(c.push(n),console.warn("getting vnode."+e+" is deprecated, "+t))},set:function(){var n="set"+e+t;c&&c.indexOf(n)<0&&(c.push(n),console.warn("setting vnode."+e+" is not allowed, "+t))}}},h={nodeName:f("nodeName","use vnode.type"),attributes:f("attributes","use vnode.props"),children:f("children","use vnode.props.children")},p=Object.create({},h);m.vnode=function(e){var t=e.props;if(null!==e.type&&null!=t&&("__source"in t||"__self"in t)){var n=e.props={};for(var i in t){var o=t[i];"__source"===i?e.__source=o:"__self"===i?e.__self=o:n[i]=o}}e.__proto__=p,r&&r(e)},m.diffed=function(t){var r,i=t.type,o=t.__;if(t.__k&&t.__k.forEach((function(e){if("object"==typeof e&&e&&void 0===e.type){var n=Object.keys(e).join(",");throw new Error("Objects are not valid as a child. Encountered an object with the keys {"+n+"}.\n\n"+ZD(t))}})),t.__c===u&&(d=0),"string"==typeof i&&(eP(i)||"p"===i||"a"===i||"button"===i)){var a=KD(o);if(""!==a&&eP(i))"table"===i&&"td"!==a&&eP(a)?(console.log(a,o.__e),console.error("Improper nesting of table. Your <table> should not have a table-node parent."+rP(t)+"\n\n"+ZD(t))):"thead"!==i&&"tfoot"!==i&&"tbody"!==i||"table"===a?"tr"===i&&"thead"!==a&&"tfoot"!==a&&"tbody"!==a?console.error("Improper nesting of table. Your <tr> should have a <thead/tbody/tfoot> parent."+rP(t)+"\n\n"+ZD(t)):"td"===i&&"tr"!==a?console.error("Improper nesting of table. Your <td> should have a <tr> parent."+rP(t)+"\n\n"+ZD(t)):"th"===i&&"tr"!==a&&console.error("Improper nesting of table. Your <th> should have a <tr>."+rP(t)+"\n\n"+ZD(t)):console.error("Improper nesting of table. Your <thead/tbody/tfoot> should have a <table> parent."+rP(t)+"\n\n"+ZD(t));else if("p"===i){var s=JD(t).filter((function(e){return tP.test(e)}));s.length&&console.error("Improper nesting of paragraph. Your <p> should not have "+s.join(", ")+"as child-elements."+rP(t)+"\n\n"+ZD(t))}else"a"!==i&&"button"!==i||-1!==JD(t).indexOf(i)&&console.error("Improper nesting of interactive content. Your <"+i+"> should not have other "+("a"===i?"anchor":"button")+" tags as child-elements."+rP(t)+"\n\n"+ZD(t))}if(e=!1,n&&n(t),null!=t.__k)for(var l=[],c=0;c<t.__k.length;c++){var f=t.__k[c];if(f&&null!=f.key){var h=f.key;if(-1!==l.indexOf(h)){console.error('Following component has two or more children with the same key attribute: "'+h+'". This may cause glitches and misbehavior in rendering process. Component: \n\n'+rP(t)+"\n\n"+ZD(t));break}l.push(h)}}if(null!=t.__c&&null!=t.__c.__H){var p=t.__c.__H.__;if(p)for(var g=0;g<p.length;g+=1){var m=p[g];if(m.__H)for(var v=0;v<m.__H.length;v++)if((r=m.__H[v])!=r){var b=qD(t);throw new Error("Invalid argument passed to hook. Hooks should not be called with NaN in the dependency array. Hook index "+g+" in component "+b+" was called with NaN.")}}}}}();var iP="b2XhjWBW",oP="fma_u1MG",aP=0;function sP(e,t,n,r,i,o){t||(t={});var a,s,l=t;if("ref"in l)for(s in l={},t)"ref"==s?a=t[s]:l[s]=t[s];var c={type:e,props:l,key:n,ref:a,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:--aP,__i:-1,__u:0,__source:i,__self:o};if("function"==typeof e&&(a=e.defaultProps))for(s in a)void 0===l[s]&&(l[s]=a[s]);return m.vnode&&m.vnode(c),c}Array.isArray;const lP=()=>sP("div",{className:oP,children:sP("a",{href:"https://allurereport.org",target:"_blank",rel:"noreferrer",children:[sP(lr,{type:"paragraph",size:"m",className:oP,children:"Powered by"}),sP(LA,{className:"XNvCzvZ7"})]})});var cP=Symbol.for("preact-signals");function uP(){if(pP>1)pP--;else{for(var e,t=!1;void 0!==hP;){var n=hP;for(hP=void 0,gP++;void 0!==n;){var r=n.o;if(n.o=void 0,n.f&=-3,!(8&n.f)&&_P(n))try{n.c()}catch(n){t||(e=n,t=!0)}n=r}}if(gP=0,pP--,t)throw e}}var dP,fP=void 0,hP=void 0,pP=0,gP=0,mP=0;function vP(e){if(void 0!==fP){var t=e.n;if(void 0===t||t.t!==fP)return t={i:0,S:e,p:fP.s,n:void 0,t:fP,e:void 0,x:void 0,r:t},void 0!==fP.s&&(fP.s.n=t),fP.s=t,e.n=t,32&fP.f&&e.S(t),t;if(-1===t.i)return t.i=0,void 0!==t.n&&(t.n.p=t.p,void 0!==t.p&&(t.p.n=t.n),t.p=fP.s,t.n=void 0,fP.s.n=t,fP.s=t),t}}function bP(e){this.v=e,this.i=0,this.n=void 0,this.t=void 0}function yP(e){return new bP(e)}function _P(e){for(var t=e.s;void 0!==t;t=t.n)if(t.S.i!==t.i||!t.S.h()||t.S.i!==t.i)return!0;return!1}function wP(e){for(var t=e.s;void 0!==t;t=t.n){var n=t.S.n;if(void 0!==n&&(t.r=n),t.S.n=t,t.i=-1,void 0===t.n){e.s=t;break}}}function xP(e){for(var t=e.s,n=void 0;void 0!==t;){var r=t.p;-1===t.i?(t.S.U(t),void 0!==r&&(r.n=t.n),void 0!==t.n&&(t.n.p=r)):n=t,t.S.n=t.r,void 0!==t.r&&(t.r=void 0),t=r}e.s=n}function kP(e){bP.call(this,void 0),this.x=e,this.s=void 0,this.g=mP-1,this.f=4}function CP(e){return new kP(e)}function SP(e){var t=e.u;if(e.u=void 0,"function"==typeof t){pP++;var n=fP;fP=void 0;try{t()}catch(t){throw e.f&=-2,e.f|=8,MP(e),t}finally{fP=n,uP()}}}function MP(e){for(var t=e.s;void 0!==t;t=t.n)t.S.U(t);e.x=void 0,e.s=void 0,SP(e)}function TP(e){if(fP!==this)throw new Error("Out-of-order effect");xP(this),fP=e,this.f&=-2,8&this.f&&MP(this),uP()}function NP(e){this.x=e,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32}function OP(e){var t=new NP(e);try{t.c()}catch(e){throw t.d(),e}return t.d.bind(t)}function EP(e,t){m[e]=t.bind(null,m[e]||function(){})}function AP(e){dP&&dP(),dP=e&&e.S()}function LP(e){var t=this,n=e.data,r=function(e){return we((function(){return yP(e)}),[])}(n);r.value=n;var i=we((function(){for(var e=t.__v;e=e.__;)if(e.__c){e.__c.__$f|=4;break}return t.__$u.c=function(){var e;b(i.peek())||3!==(null==(e=t.base)?void 0:e.nodeType)?(t.__$f|=1,t.setState({})):t.base.data=i.peek()},CP((function(){var e=r.value.value;return 0===e?0:!0===e?"":e||""}))}),[]);return i.value}function DP(e,t,n,r){var i=t in e&&void 0===e.ownerSVGElement,o=yP(n);return{o:function(e,t){o.value=e,r=t},d:OP((function(){var n=o.value.value;r[t]!==n&&(r[t]=n,i?e[t]=n:n?e.setAttribute(t,n):e.removeAttribute(t))}))}}bP.prototype.brand=cP,bP.prototype.h=function(){return!0},bP.prototype.S=function(e){this.t!==e&&void 0===e.e&&(e.x=this.t,void 0!==this.t&&(this.t.e=e),this.t=e)},bP.prototype.U=function(e){if(void 0!==this.t){var t=e.e,n=e.x;void 0!==t&&(t.x=n,e.e=void 0),void 0!==n&&(n.e=t,e.x=void 0),e===this.t&&(this.t=n)}},bP.prototype.subscribe=function(e){var t=this;return OP((function(){var n=t.value,r=fP;fP=void 0;try{e(n)}finally{fP=r}}))},bP.prototype.valueOf=function(){return this.value},bP.prototype.toString=function(){return this.value+""},bP.prototype.toJSON=function(){return this.value},bP.prototype.peek=function(){var e=fP;fP=void 0;try{return this.value}finally{fP=e}},Object.defineProperty(bP.prototype,"value",{get:function(){var e=vP(this);return void 0!==e&&(e.i=this.i),this.v},set:function(e){if(e!==this.v){if(gP>100)throw new Error("Cycle detected");this.v=e,this.i++,mP++,pP++;try{for(var t=this.t;void 0!==t;t=t.x)t.t.N()}finally{uP()}}}}),(kP.prototype=new bP).h=function(){if(this.f&=-3,1&this.f)return!1;if(32==(36&this.f))return!0;if(this.f&=-5,this.g===mP)return!0;if(this.g=mP,this.f|=1,this.i>0&&!_P(this))return this.f&=-2,!0;var e=fP;try{wP(this),fP=this;var t=this.x();(16&this.f||this.v!==t||0===this.i)&&(this.v=t,this.f&=-17,this.i++)}catch(e){this.v=e,this.f|=16,this.i++}return fP=e,xP(this),this.f&=-2,!0},kP.prototype.S=function(e){if(void 0===this.t){this.f|=36;for(var t=this.s;void 0!==t;t=t.n)t.S.S(t)}bP.prototype.S.call(this,e)},kP.prototype.U=function(e){if(void 0!==this.t&&(bP.prototype.U.call(this,e),void 0===this.t)){this.f&=-33;for(var t=this.s;void 0!==t;t=t.n)t.S.U(t)}},kP.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var e=this.t;void 0!==e;e=e.x)e.t.N()}},Object.defineProperty(kP.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var e=vP(this);if(this.h(),void 0!==e&&(e.i=this.i),16&this.f)throw this.v;return this.v}}),NP.prototype.c=function(){var e=this.S();try{if(8&this.f)return;if(void 0===this.x)return;var t=this.x();"function"==typeof t&&(this.u=t)}finally{e()}},NP.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,SP(this),wP(this),pP++;var e=fP;return fP=this,TP.bind(this,e)},NP.prototype.N=function(){2&this.f||(this.f|=2,this.o=hP,hP=this)},NP.prototype.d=function(){this.f|=8,1&this.f||MP(this)},LP.displayName="_st",Object.defineProperties(bP.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:LP},props:{configurable:!0,get:function(){return{data:this}}},__b:{configurable:!0,value:1}}),EP("__b",(function(e,t){if("string"==typeof t.type){var n,r=t.props;for(var i in r)if("children"!==i){var o=r[i];o instanceof bP&&(n||(t.__np=n={}),n[i]=o,r[i]=o.peek())}}e(t)})),EP("__r",(function(e,t){AP();var n,r=t.__c;r&&(r.__$f&=-2,void 0===(n=r.__$u)&&(r.__$u=n=function(e){var t;return OP((function(){t=this})),t.c=function(){r.__$f|=1,r.setState({})},t}())),AP(n),e(t)})),EP("__e",(function(e,t,n,r){AP(),e(t,n,r)})),EP("diffed",(function(e,t){var n;if(AP(),"string"==typeof t.type&&(n=t.__e)){var r=t.__np,i=t.props;if(r){var o=n.U;if(o)for(var a in o){var s=o[a];void 0===s||a in r||(s.d(),o[a]=void 0)}else n.U=o={};for(var l in r){var c=o[l],u=r[l];void 0===c?(c=DP(n,l,u,i),o[l]=c):c.o(u,i)}}}e(t)})),EP("unmount",(function(e,t){if("string"==typeof t.type){var n=t.__e;if(n){var r=n.U;if(r)for(var i in n.U=void 0,r){var o=r[i];o&&o.d()}}}else{var a=t.__c;if(a){var s=a.__$u;s&&(a.__$u=void 0,s.d())}}e(t)})),EP("__h",(function(e,t,n,r){(r<3||9===r)&&(t.__$f|=2),e(t,n,r)})),R.prototype.shouldComponentUpdate=function(e,t){var n=this.__$u;if(!(n&&void 0!==n.s||4&this.__$f))return!0;if(3&this.__$f)return!0;for(var r in t)return!0;for(var i in e)if("__source"!==i&&e[i]!==this.props[i])return!0;for(var o in this.props)if(!(o in e))return!0;return!1};const PP=yP("light"),jP=e=>{PP.value=e,document.documentElement.setAttribute("data-theme",e),window.localStorage.setItem("theme",e)},RP=()=>{jP("light"===PP.value?"dark":"light")},zP=()=>{const{theme:e}=f()??{},t=window.localStorage.getItem("theme")||e;if(t)return void jP(t);const n=window.matchMedia("(prefers-color-scheme: dark)").matches;jP(n?"dark":"light")},FP=yP({loading:!0,error:void 0,data:{total:0}}),IP=yP({loading:!0,error:void 0,data:{}}),BP=async()=>{FP.value={...FP.value,loading:!0,error:void 0};try{const e=await u("widgets/statistic.json");FP.value={data:e,error:void 0,loading:!1}}catch(e){FP.value={data:{total:0},error:e.message,loading:!1}}},UP=e=>"string"==typeof e,$P=()=>{let e,t;const n=new Promise(((n,r)=>{e=n,t=r}));return n.resolve=e,n.reject=t,n},qP=e=>null==e?"":""+e,HP=/###/g,VP=e=>e&&e.indexOf("###")>-1?e.replace(HP,"."):e,WP=e=>!e||UP(e),YP=(e,t,n)=>{const r=UP(t)?t.split("."):t;let i=0;for(;i<r.length-1;){if(WP(e))return{};const t=VP(r[i]);!e[t]&&n&&(e[t]=new n),e=Object.prototype.hasOwnProperty.call(e,t)?e[t]:{},++i}return WP(e)?{}:{obj:e,k:VP(r[i])}},GP=(e,t,n)=>{const{obj:r,k:i}=YP(e,t,Object);if(void 0!==r||1===t.length)return void(r[i]=n);let o=t[t.length-1],a=t.slice(0,t.length-1),s=YP(e,a,Object);for(;void 0===s.obj&&a.length;)o=`${a[a.length-1]}.${o}`,a=a.slice(0,a.length-1),s=YP(e,a,Object),s?.obj&&void 0!==s.obj[`${s.k}.${o}`]&&(s.obj=void 0);s.obj[`${s.k}.${o}`]=n},ZP=(e,t)=>{const{obj:n,k:r}=YP(e,t);if(n)return n[r]},XP=(e,t,n)=>{for(const r in t)"__proto__"!==r&&"constructor"!==r&&(r in e?UP(e[r])||e[r]instanceof String||UP(t[r])||t[r]instanceof String?n&&(e[r]=t[r]):XP(e[r],t[r],n):e[r]=t[r]);return e},JP=e=>e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var KP={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};const QP=e=>UP(e)?e.replace(/[&<>"'\/]/g,(e=>KP[e])):e,ej=[" ",",","?","!",";"],tj=new class{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){const t=this.regExpMap.get(e);if(void 0!==t)return t;const n=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,n),this.regExpQueue.push(e),n}}(20),nj=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(!e)return;if(e[t])return e[t];const r=t.split(n);let i=e;for(let e=0;e<r.length;){if(!i||"object"!=typeof i)return;let t,o="";for(let a=e;a<r.length;++a)if(a!==e&&(o+=n),o+=r[a],t=i[o],void 0!==t){if(["string","number","boolean"].indexOf(typeof t)>-1&&a<r.length-1)continue;e+=a-e+1;break}i=t}return i},rj=e=>e?.replace("_","-"),ij={type:"logger",log(e){this.output("log",e)},warn(e){this.output("warn",e)},error(e){this.output("error",e)},output(e,t){console?.[e]?.apply?.(console,t)}};class oj{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.init(e,t)}init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||ij,this.options=t,this.debug=t.debug}log(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"log","",!0)}warn(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","",!0)}error(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"error","")}deprecate(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}forward(e,t,n,r){return r&&!this.debug?null:(UP(e[0])&&(e[0]=`${n}${this.prefix} ${e[0]}`),this.logger[t](e))}create(e){return new oj(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return(e=e||this.options).prefix=e.prefix||this.prefix,new oj(this.logger,e)}}var aj=new oj;class sj{constructor(){this.observers={}}on(e,t){return e.split(" ").forEach((e=>{this.observers[e]||(this.observers[e]=new Map);const n=this.observers[e].get(t)||0;this.observers[e].set(t,n+1)})),this}off(e,t){this.observers[e]&&(t?this.observers[e].delete(t):delete this.observers[e])}emit(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];this.observers[e]&&Array.from(this.observers[e].entries()).forEach((e=>{let[t,r]=e;for(let e=0;e<r;e++)t(...n)})),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach((t=>{let[r,i]=t;for(let t=0;t<i;t++)r.apply(r,[e,...n])}))}}class lj extends sj{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};super(),this.data=e||{},this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),void 0===this.options.ignoreJSONStructure&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}removeNamespaces(e){const t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}getResource(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const i=void 0!==r.keySeparator?r.keySeparator:this.options.keySeparator,o=void 0!==r.ignoreJSONStructure?r.ignoreJSONStructure:this.options.ignoreJSONStructure;let a;e.indexOf(".")>-1?a=e.split("."):(a=[e,t],n&&(Array.isArray(n)?a.push(...n):UP(n)&&i?a.push(...n.split(i)):a.push(n)));const s=ZP(this.data,a);return!s&&!t&&!n&&e.indexOf(".")>-1&&(e=a[0],t=a[1],n=a.slice(2).join(".")),!s&&o&&UP(n)?nj(this.data?.[e]?.[t],n,i):s}addResource(e,t,n,r){let i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1};const o=void 0!==i.keySeparator?i.keySeparator:this.options.keySeparator;let a=[e,t];n&&(a=a.concat(o?n.split(o):n)),e.indexOf(".")>-1&&(a=e.split("."),r=t,t=a[1]),this.addNamespaces(t),GP(this.data,a,r),i.silent||this.emit("added",e,t,n,r)}addResources(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(const r in n)(UP(n[r])||Array.isArray(n[r]))&&this.addResource(e,t,r,n[r],{silent:!0});r.silent||this.emit("added",e,t,n)}addResourceBundle(e,t,n,r,i){let o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1,skipCopy:!1},a=[e,t];e.indexOf(".")>-1&&(a=e.split("."),r=n,n=t,t=a[1]),this.addNamespaces(t);let s=ZP(this.data,a)||{};o.skipCopy||(n=JSON.parse(JSON.stringify(n))),r?XP(s,n,i):s={...s,...n},GP(this.data,a,s),o.silent||this.emit("added",e,t,n)}removeResourceBundle(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}hasResourceBundle(e,t){return void 0!==this.getResource(e,t)}getResourceBundle(e,t){return t||(t=this.options.defaultNS),this.getResource(e,t)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){const t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find((e=>t[e]&&Object.keys(t[e]).length>0))}toJSON(){return this.data}}var cj={processors:{},addPostProcessor(e){this.processors[e.name]=e},handle(e,t,n,r,i){return e.forEach((e=>{t=this.processors[e]?.process(t,n,r,i)??t})),t}};const uj={};class dj extends sj{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};super(),((e,t,n)=>{["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"].forEach((e=>{t[e]&&(n[e]=t[e])}))})(0,e,this),this.options=t,void 0===this.options.keySeparator&&(this.options.keySeparator="."),this.logger=aj.create("translator")}changeLanguage(e){e&&(this.language=e)}exists(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(null==e)return!1;const n=this.resolve(e,t);return void 0!==n?.res}extractFromKey(e,t){let n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");const r=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator;let i=t.ns||this.options.defaultNS||[];const o=n&&e.indexOf(n)>-1,a=!(this.options.userDefinedKeySeparator||t.keySeparator||this.options.userDefinedNsSeparator||t.nsSeparator||((e,t,n)=>{t=t||"",n=n||"";const r=ej.filter((e=>t.indexOf(e)<0&&n.indexOf(e)<0));if(0===r.length)return!0;const i=tj.getRegExp(`(${r.map((e=>"?"===e?"\\?":e)).join("|")})`);let o=!i.test(e);if(!o){const t=e.indexOf(n);t>0&&!i.test(e.substring(0,t))&&(o=!0)}return o})(e,n,r));if(o&&!a){const t=e.match(this.interpolator.nestingRegexp);if(t&&t.length>0)return{key:e,namespaces:UP(i)?[i]:i};const o=e.split(n);(n!==r||n===r&&this.options.ns.indexOf(o[0])>-1)&&(i=o.shift()),e=o.join(r)}return{key:e,namespaces:UP(i)?[i]:i}}translate(e,t,n){if("object"!=typeof t&&this.options.overloadTranslationOptionHandler&&(t=this.options.overloadTranslationOptionHandler(arguments)),"object"==typeof t&&(t={...t}),t||(t={}),null==e)return"";Array.isArray(e)||(e=[String(e)]);const r=void 0!==t.returnDetails?t.returnDetails:this.options.returnDetails,i=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,{key:o,namespaces:a}=this.extractFromKey(e[e.length-1],t),s=a[a.length-1],l=t.lng||this.language,c=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if("cimode"===l?.toLowerCase()){if(c){const e=t.nsSeparator||this.options.nsSeparator;return r?{res:`${s}${e}${o}`,usedKey:o,exactUsedKey:o,usedLng:l,usedNS:s,usedParams:this.getUsedParamsDetails(t)}:`${s}${e}${o}`}return r?{res:o,usedKey:o,exactUsedKey:o,usedLng:l,usedNS:s,usedParams:this.getUsedParamsDetails(t)}:o}const u=this.resolve(e,t);let d=u?.res;const f=u?.usedKey||o,h=u?.exactUsedKey||o,p=Object.prototype.toString.apply(d),g=void 0!==t.joinArrays?t.joinArrays:this.options.joinArrays,m=!this.i18nFormat||this.i18nFormat.handleAsObject,v=!UP(d)&&"boolean"!=typeof d&&"number"!=typeof d;if(!(m&&d&&v&&["[object Number]","[object Function]","[object RegExp]"].indexOf(p)<0)||UP(g)&&Array.isArray(d))if(m&&UP(g)&&Array.isArray(d))d=d.join(g),d&&(d=this.extendTranslation(d,e,t,n));else{let r=!1,a=!1;const c=void 0!==t.count&&!UP(t.count),f=dj.hasDefaultValue(t),h=c?this.pluralResolver.getSuffix(l,t.count,t):"",p=t.ordinal&&c?this.pluralResolver.getSuffix(l,t.count,{ordinal:!1}):"",g=c&&!t.ordinal&&0===t.count,m=g&&t[`defaultValue${this.options.pluralSeparator}zero`]||t[`defaultValue${h}`]||t[`defaultValue${p}`]||t.defaultValue;!this.isValidLookup(d)&&f&&(r=!0,d=m),this.isValidLookup(d)||(a=!0,d=o);const v=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&a?void 0:d,b=f&&m!==d&&this.options.updateMissing;if(a||r||b){if(this.logger.log(b?"updateKey":"missingKey",l,s,o,b?m:d),i){const e=this.resolve(o,{...t,keySeparator:!1});e&&e.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.")}let e=[];const n=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if("fallback"===this.options.saveMissingTo&&n&&n[0])for(let t=0;t<n.length;t++)e.push(n[t]);else"all"===this.options.saveMissingTo?e=this.languageUtils.toResolveHierarchy(t.lng||this.language):e.push(t.lng||this.language);const r=(e,n,r)=>{const i=f&&r!==d?r:v;this.options.missingKeyHandler?this.options.missingKeyHandler(e,s,n,i,b,t):this.backendConnector?.saveMissing&&this.backendConnector.saveMissing(e,s,n,i,b,t),this.emit("missingKey",e,s,n,d)};this.options.saveMissing&&(this.options.saveMissingPlurals&&c?e.forEach((e=>{const n=this.pluralResolver.getSuffixes(e,t);g&&t[`defaultValue${this.options.pluralSeparator}zero`]&&n.indexOf(`${this.options.pluralSeparator}zero`)<0&&n.push(`${this.options.pluralSeparator}zero`),n.forEach((n=>{r([e],o+n,t[`defaultValue${n}`]||m)}))})):r(e,o,m))}d=this.extendTranslation(d,e,t,u,n),a&&d===o&&this.options.appendNamespaceToMissingKey&&(d=`${s}:${o}`),(a||r)&&this.options.parseMissingKeyHandler&&(d=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${s}:${o}`:o,r?d:void 0))}else{if(!t.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const e=this.options.returnedObjectHandler?this.options.returnedObjectHandler(f,d,{...t,ns:a}):`key '${o} (${this.language})' returned an object instead of string.`;return r?(u.res=e,u.usedParams=this.getUsedParamsDetails(t),u):e}if(i){const e=Array.isArray(d),n=e?[]:{},r=e?h:f;for(const e in d)if(Object.prototype.hasOwnProperty.call(d,e)){const o=`${r}${i}${e}`;n[e]=this.translate(o,{...t,joinArrays:!1,ns:a}),n[e]===o&&(n[e]=d[e])}d=n}}return r?(u.res=d,u.usedParams=this.getUsedParamsDetails(t),u):d}extendTranslation(e,t,n,r,i){var o=this;if(this.i18nFormat?.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...n},n.lng||this.language||r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init({...n,interpolation:{...this.options.interpolation,...n.interpolation}});const a=UP(e)&&(void 0!==n?.interpolation?.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let s;if(a){const t=e.match(this.interpolator.nestingRegexp);s=t&&t.length}let l=n.replace&&!UP(n.replace)?n.replace:n;if(this.options.interpolation.defaultVariables&&(l={...this.options.interpolation.defaultVariables,...l}),e=this.interpolator.interpolate(e,l,n.lng||this.language||r.usedLng,n),a){const t=e.match(this.interpolator.nestingRegexp);s<(t&&t.length)&&(n.nest=!1)}!n.lng&&r&&r.res&&(n.lng=this.language||r.usedLng),!1!==n.nest&&(e=this.interpolator.nest(e,(function(){for(var e=arguments.length,r=new Array(e),a=0;a<e;a++)r[a]=arguments[a];return i?.[0]!==r[0]||n.context?o.translate(...r,t):(o.logger.warn(`It seems you are nesting recursively key: ${r[0]} in key: ${t[0]}`),null)}),n)),n.interpolation&&this.interpolator.reset()}const a=n.postProcess||this.options.postProcess,s=UP(a)?[a]:a;return null!=e&&s?.length&&!1!==n.applyPostProcessor&&(e=cj.handle(s,e,t,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...r,usedParams:this.getUsedParamsDetails(n)},...n}:n,this)),e}resolve(e){let t,n,r,i,o,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return UP(e)&&(e=[e]),e.forEach((e=>{if(this.isValidLookup(t))return;const s=this.extractFromKey(e,a),l=s.key;n=l;let c=s.namespaces;this.options.fallbackNS&&(c=c.concat(this.options.fallbackNS));const u=void 0!==a.count&&!UP(a.count),d=u&&!a.ordinal&&0===a.count,f=void 0!==a.context&&(UP(a.context)||"number"==typeof a.context)&&""!==a.context,h=a.lngs?a.lngs:this.languageUtils.toResolveHierarchy(a.lng||this.language,a.fallbackLng);c.forEach((e=>{this.isValidLookup(t)||(o=e,uj[`${h[0]}-${e}`]||!this.utils?.hasLoadedNamespace||this.utils?.hasLoadedNamespace(o)||(uj[`${h[0]}-${e}`]=!0,this.logger.warn(`key "${n}" for languages "${h.join(", ")}" won't get resolved as namespace "${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!!!")),h.forEach((n=>{if(this.isValidLookup(t))return;i=n;const o=[l];if(this.i18nFormat?.addLookupKeys)this.i18nFormat.addLookupKeys(o,l,n,e,a);else{let e;u&&(e=this.pluralResolver.getSuffix(n,a.count,a));const t=`${this.options.pluralSeparator}zero`,r=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(u&&(o.push(l+e),a.ordinal&&0===e.indexOf(r)&&o.push(l+e.replace(r,this.options.pluralSeparator)),d&&o.push(l+t)),f){const n=`${l}${this.options.contextSeparator}${a.context}`;o.push(n),u&&(o.push(n+e),a.ordinal&&0===e.indexOf(r)&&o.push(n+e.replace(r,this.options.pluralSeparator)),d&&o.push(n+t))}}let s;for(;s=o.pop();)this.isValidLookup(t)||(r=s,t=this.getResource(n,e,s,a))})))}))})),{res:t,usedKey:n,exactUsedKey:r,usedLng:i,usedNS:o}}isValidLookup(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}getResource(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat?.getResource?this.i18nFormat.getResource(e,t,n,r):this.resourceStore.getResource(e,t,n,r)}getUsedParamsDetails(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],n=e.replace&&!UP(e.replace);let r=n?e.replace:e;if(n&&void 0!==e.count&&(r.count=e.count),this.options.interpolation.defaultVariables&&(r={...this.options.interpolation.defaultVariables,...r}),!n){r={...r};for(const e of t)delete r[e]}return r}static hasDefaultValue(e){for(const t in e)if(Object.prototype.hasOwnProperty.call(e,t)&&"defaultValue"===t.substring(0,12)&&void 0!==e[t])return!0;return!1}}class fj{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=aj.create("languageUtils")}getScriptPartFromCode(e){if(!(e=rj(e))||e.indexOf("-")<0)return null;const t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}getLanguagePartFromCode(e){if(!(e=rj(e))||e.indexOf("-")<0)return e;const t=e.split("-");return this.formatLanguageCode(t[0])}formatLanguageCode(e){if(UP(e)&&e.indexOf("-")>-1){let t;try{t=Intl.getCanonicalLocales(e)[0]}catch(e){}return t&&this.options.lowerCaseLng&&(t=t.toLowerCase()),t||(this.options.lowerCaseLng?e.toLowerCase():e)}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}getBestMatchFromCodes(e){if(!e)return null;let t;return e.forEach((e=>{if(t)return;const n=this.formatLanguageCode(e);this.options.supportedLngs&&!this.isSupportedCode(n)||(t=n)})),!t&&this.options.supportedLngs&&e.forEach((e=>{if(t)return;const n=this.getLanguagePartFromCode(e);if(this.isSupportedCode(n))return t=n;t=this.options.supportedLngs.find((e=>e===n?e:e.indexOf("-")<0&&n.indexOf("-")<0?void 0:e.indexOf("-")>0&&n.indexOf("-")<0&&e.substring(0,e.indexOf("-"))===n||0===e.indexOf(n)&&n.length>1?e:void 0))})),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t}getFallbackCodes(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t)),UP(e)&&(e=[e]),Array.isArray(e))return e;if(!t)return e.default||[];let n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}toResolveHierarchy(e,t){const n=this.getFallbackCodes(t||this.options.fallbackLng||[],e),r=[],i=e=>{e&&(this.isSupportedCode(e)?r.push(e):this.logger.warn(`rejecting language code not found in supportedLngs: ${e}`))};return UP(e)&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?("languageOnly"!==this.options.load&&i(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&i(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&i(this.getLanguagePartFromCode(e))):UP(e)&&i(this.formatLanguageCode(e)),n.forEach((e=>{r.indexOf(e)<0&&i(this.formatLanguageCode(e))})),r}}const hj={zero:0,one:1,two:2,few:3,many:4,other:5},pj={select:e=>1===e?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class gj{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.languageUtils=e,this.options=t,this.logger=aj.create("pluralResolver"),this.pluralRulesCache={}}addRule(e,t){this.rules[e]=t}clearCache(){this.pluralRulesCache={}}getRule(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=rj("dev"===e?"en":e),r=t.ordinal?"ordinal":"cardinal",i=JSON.stringify({cleanedCode:n,type:r});if(i in this.pluralRulesCache)return this.pluralRulesCache[i];let o;try{o=new Intl.PluralRules(n,{type:r})}catch(n){if(!Intl)return this.logger.error("No Intl support, please use an Intl polyfill!"),pj;if(!e.match(/-|_/))return pj;const r=this.languageUtils.getLanguagePartFromCode(e);o=this.getRule(r,t)}return this.pluralRulesCache[i]=o,o}needsPlural(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,t);return n||(n=this.getRule("dev",t)),n?.resolvedOptions().pluralCategories.length>1}getPluralFormsOfKey(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,n).map((e=>`${t}${e}`))}getSuffixes(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,t);return n||(n=this.getRule("dev",t)),n?n.resolvedOptions().pluralCategories.sort(((e,t)=>hj[e]-hj[t])).map((e=>`${this.options.prepend}${t.ordinal?`ordinal${this.options.prepend}`:""}${e}`)):[]}getSuffix(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=this.getRule(e,n);return r?`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${r.select(t)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix("dev",t,n))}}const mj=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:".",i=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],o=((e,t,n)=>{const r=ZP(e,n);return void 0!==r?r:ZP(t,n)})(e,t,n);return!o&&i&&UP(n)&&(o=nj(e,n,r),void 0===o&&(o=nj(t,n,r))),o},vj=e=>e.replace(/\$/g,"$$$$");class bj{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=aj.create("interpolator"),this.options=e,this.format=e?.interpolation?.format||(e=>e),this.init(e)}init(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});const{escape:t,escapeValue:n,useRawValueToEscape:r,prefix:i,prefixEscaped:o,suffix:a,suffixEscaped:s,formatSeparator:l,unescapeSuffix:c,unescapePrefix:u,nestingPrefix:d,nestingPrefixEscaped:f,nestingSuffix:h,nestingSuffixEscaped:p,nestingOptionsSeparator:g,maxReplaces:m,alwaysFormat:v}=e.interpolation;this.escape=void 0!==t?t:QP,this.escapeValue=void 0===n||n,this.useRawValueToEscape=void 0!==r&&r,this.prefix=i?JP(i):o||"{{",this.suffix=a?JP(a):s||"}}",this.formatSeparator=l||",",this.unescapePrefix=c?"":u||"-",this.unescapeSuffix=this.unescapePrefix?"":c||"",this.nestingPrefix=d?JP(d):f||JP("$t("),this.nestingSuffix=h?JP(h):p||JP(")"),this.nestingOptionsSeparator=g||",",this.maxReplaces=m||1e3,this.alwaysFormat=void 0!==v&&v,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(e,t)=>e?.source===t?(e.lastIndex=0,e):new RegExp(t,"g");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}(.+?)${this.nestingSuffix}`)}interpolate(e,t,n,r){let i,o,a;const s=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},l=e=>{if(e.indexOf(this.formatSeparator)<0){const i=mj(t,s,e,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(i,void 0,n,{...r,...t,interpolationkey:e}):i}const i=e.split(this.formatSeparator),o=i.shift().trim(),a=i.join(this.formatSeparator).trim();return this.format(mj(t,s,o,this.options.keySeparator,this.options.ignoreJSONStructure),a,n,{...r,...t,interpolationkey:o})};this.resetRegExp();const c=r?.missingInterpolationHandler||this.options.missingInterpolationHandler,u=void 0!==r?.interpolation?.skipOnVariables?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:e=>vj(e)},{regex:this.regexp,safeValue:e=>this.escapeValue?vj(this.escape(e)):vj(e)}].forEach((t=>{for(a=0;i=t.regex.exec(e);){const n=i[1].trim();if(o=l(n),void 0===o)if("function"==typeof c){const t=c(e,i,r);o=UP(t)?t:""}else if(r&&Object.prototype.hasOwnProperty.call(r,n))o="";else{if(u){o=i[0];continue}this.logger.warn(`missed to pass in variable ${n} for interpolating ${e}`),o=""}else UP(o)||this.useRawValueToEscape||(o=qP(o));const s=t.safeValue(o);if(e=e.replace(i[0],s),u?(t.regex.lastIndex+=o.length,t.regex.lastIndex-=i[0].length):t.regex.lastIndex=0,a++,a>=this.maxReplaces)break}})),e}nest(e,t){let n,r,i,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const a=(e,t)=>{const n=this.nestingOptionsSeparator;if(e.indexOf(n)<0)return e;const r=e.split(new RegExp(`${n}[ ]*{`));let o=`{${r[1]}`;e=r[0],o=this.interpolate(o,i);const a=o.match(/'/g),s=o.match(/"/g);((a?.length??0)%2==0&&!s||s.length%2!=0)&&(o=o.replace(/'/g,'"'));try{i=JSON.parse(o),t&&(i={...t,...i})}catch(t){return this.logger.warn(`failed parsing options string in nesting for key ${e}`,t),`${e}${n}${o}`}return i.defaultValue&&i.defaultValue.indexOf(this.prefix)>-1&&delete i.defaultValue,e};for(;n=this.nestingRegexp.exec(e);){let s=[];i={...o},i=i.replace&&!UP(i.replace)?i.replace:i,i.applyPostProcessor=!1,delete i.defaultValue;let l=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){const e=n[1].split(this.formatSeparator).map((e=>e.trim()));n[1]=e.shift(),s=e,l=!0}if(r=t(a.call(this,n[1].trim(),i),i),r&&n[0]===e&&!UP(r))return r;UP(r)||(r=qP(r)),r||(this.logger.warn(`missed to resolve ${n[1]} for nesting ${e}`),r=""),l&&(r=s.reduce(((e,t)=>this.format(e,t,o.lng,{...o,interpolationkey:n[1].trim()})),r.trim())),e=e.replace(n[0],r),this.regexp.lastIndex=0}return e}}const yj=e=>{const t={};return(n,r,i)=>{let o=i;i&&i.interpolationkey&&i.formatParams&&i.formatParams[i.interpolationkey]&&i[i.interpolationkey]&&(o={...o,[i.interpolationkey]:void 0});const a=r+JSON.stringify(o);let s=t[a];return s||(s=e(rj(r),i),t[a]=s),s(n)}};class _j{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.logger=aj.create("formatter"),this.options=e,this.formats={number:yj(((e,t)=>{const n=new Intl.NumberFormat(e,{...t});return e=>n.format(e)})),currency:yj(((e,t)=>{const n=new Intl.NumberFormat(e,{...t,style:"currency"});return e=>n.format(e)})),datetime:yj(((e,t)=>{const n=new Intl.DateTimeFormat(e,{...t});return e=>n.format(e)})),relativetime:yj(((e,t)=>{const n=new Intl.RelativeTimeFormat(e,{...t});return e=>n.format(e,t.range||"day")})),list:yj(((e,t)=>{const n=new Intl.ListFormat(e,{...t});return e=>n.format(e)}))},this.init(e)}init(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};this.formatSeparator=t.interpolation.formatSeparator||","}add(e,t){this.formats[e.toLowerCase().trim()]=t}addCached(e,t){this.formats[e.toLowerCase().trim()]=yj(t)}format(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const i=t.split(this.formatSeparator);if(i.length>1&&i[0].indexOf("(")>1&&i[0].indexOf(")")<0&&i.find((e=>e.indexOf(")")>-1))){const e=i.findIndex((e=>e.indexOf(")")>-1));i[0]=[i[0],...i.splice(1,e)].join(this.formatSeparator)}const o=i.reduce(((e,t)=>{const{formatName:i,formatOptions:o}=(e=>{let t=e.toLowerCase().trim();const n={};if(e.indexOf("(")>-1){const r=e.split("(");t=r[0].toLowerCase().trim();const i=r[1].substring(0,r[1].length-1);"currency"===t&&i.indexOf(":")<0?n.currency||(n.currency=i.trim()):"relativetime"===t&&i.indexOf(":")<0?n.range||(n.range=i.trim()):i.split(";").forEach((e=>{if(e){const[t,...r]=e.split(":"),i=r.join(":").trim().replace(/^'+|'+$/g,""),o=t.trim();n[o]||(n[o]=i),"false"===i&&(n[o]=!1),"true"===i&&(n[o]=!0),isNaN(i)||(n[o]=parseInt(i,10))}}))}return{formatName:t,formatOptions:n}})(t);if(this.formats[i]){let t=e;try{const a=r?.formatParams?.[r.interpolationkey]||{},s=a.locale||a.lng||r.locale||r.lng||n;t=this.formats[i](e,s,{...o,...r,...a})}catch(e){this.logger.warn(e)}return t}return this.logger.warn(`there was no format function for ${i}`),e}),e);return o}}class wj extends sj{constructor(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};super(),this.backend=e,this.store=t,this.services=n,this.languageUtils=n.languageUtils,this.options=r,this.logger=aj.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=r.maxParallelReads||10,this.readingCalls=0,this.maxRetries=r.maxRetries>=0?r.maxRetries:5,this.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,this.state={},this.queue=[],this.backend?.init?.(n,r.backend,r)}queueLoad(e,t,n,r){const i={},o={},a={},s={};return e.forEach((e=>{let r=!0;t.forEach((t=>{const a=`${e}|${t}`;!n.reload&&this.store.hasResourceBundle(e,t)?this.state[a]=2:this.state[a]<0||(1===this.state[a]?void 0===o[a]&&(o[a]=!0):(this.state[a]=1,r=!1,void 0===o[a]&&(o[a]=!0),void 0===i[a]&&(i[a]=!0),void 0===s[t]&&(s[t]=!0)))})),r||(a[e]=!0)})),(Object.keys(i).length||Object.keys(o).length)&&this.queue.push({pending:o,pendingCount:Object.keys(o).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(i),pending:Object.keys(o),toLoadLanguages:Object.keys(a),toLoadNamespaces:Object.keys(s)}}loaded(e,t,n){const r=e.split("|"),i=r[0],o=r[1];t&&this.emit("failedLoading",i,o,t),!t&&n&&this.store.addResourceBundle(i,o,n,void 0,void 0,{skipCopy:!0}),this.state[e]=t?-1:2,t&&n&&(this.state[e]=0);const a={};this.queue.forEach((n=>{((e,t,n,r)=>{const{obj:i,k:o}=YP(e,t,Object);i[o]=i[o]||[],i[o].push(n)})(n.loaded,[i],o),((e,t)=>{void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)})(n,e),t&&n.errors.push(t),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach((e=>{a[e]||(a[e]={});const t=n.loaded[e];t.length&&t.forEach((t=>{void 0===a[e][t]&&(a[e][t]=!0)}))})),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())})),this.emit("loaded",a),this.queue=this.queue.filter((e=>!e.done))}read(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,o=arguments.length>5?arguments[5]:void 0;if(!e.length)return o(null,{});if(this.readingCalls>=this.maxParallelReads)return void this.waitingReads.push({lng:e,ns:t,fcName:n,tried:r,wait:i,callback:o});this.readingCalls++;const a=(a,s)=>{if(this.readingCalls--,this.waitingReads.length>0){const e=this.waitingReads.shift();this.read(e.lng,e.ns,e.fcName,e.tried,e.wait,e.callback)}a&&s&&r<this.maxRetries?setTimeout((()=>{this.read.call(this,e,t,n,r+1,2*i,o)}),i):o(a,s)},s=this.backend[n].bind(this.backend);if(2!==s.length)return s(e,t,a);try{const n=s(e,t);n&&"function"==typeof n.then?n.then((e=>a(null,e))).catch(a):a(null,n)}catch(e){a(e)}}prepareLoading(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=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."),r&&r();UP(e)&&(e=this.languageUtils.toResolveHierarchy(e)),UP(t)&&(t=[t]);const i=this.queueLoad(e,t,n,r);if(!i.toLoad.length)return i.pending.length||r(),null;i.toLoad.forEach((e=>{this.loadOne(e)}))}load(e,t,n){this.prepareLoading(e,t,{},n)}reload(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}loadOne(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=e.split("|"),r=n[0],i=n[1];this.read(r,i,"read",void 0,void 0,((n,o)=>{n&&this.logger.warn(`${t}loading namespace ${i} for language ${r} failed`,n),!n&&o&&this.logger.log(`${t}loaded namespace ${i} for language ${r}`,o),this.loaded(e,n,o)}))}saveMissing(e,t,n,r,i){let o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{},a=arguments.length>6&&void 0!==arguments[6]?arguments[6]:()=>{};if(!this.services?.utils?.hasLoadedNamespace||this.services?.utils?.hasLoadedNamespace(t)){if(null!=n&&""!==n){if(this.backend?.create){const s={...o,isUpdate:i},l=this.backend.create.bind(this.backend);if(l.length<6)try{let i;i=5===l.length?l(e,t,n,r,s):l(e,t,n,r),i&&"function"==typeof i.then?i.then((e=>a(null,e))).catch(a):a(null,i)}catch(e){a(e)}else l(e,t,n,r,a,s)}e&&e[0]&&this.store.addResource(e[0],t,n,r)}}else this.logger.warn(`did not save key "${n}" as the namespace "${t}" 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!!!")}}const xj=()=>({debug:!1,initAsync:!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:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:e=>{let t={};if("object"==typeof e[1]&&(t=e[1]),UP(e[1])&&(t.defaultValue=e[1]),UP(e[2])&&(t.tDescription=e[2]),"object"==typeof e[2]||"object"==typeof e[3]){const n=e[3]||e[2];Object.keys(n).forEach((e=>{t[e]=n[e]}))}return t},interpolation:{escapeValue:!0,format:e=>e,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),kj=e=>(UP(e.ns)&&(e.ns=[e.ns]),UP(e.fallbackLng)&&(e.fallbackLng=[e.fallbackLng]),UP(e.fallbackNS)&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs?.indexOf?.("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),"boolean"==typeof e.initImmediate&&(e.initAsync=e.initImmediate),e),Cj=()=>{};class Sj extends sj{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;var n;if(super(),this.options=kj(e),this.services={},this.logger=aj,this.modules={external:[]},n=this,Object.getOwnPropertyNames(Object.getPrototypeOf(n)).forEach((e=>{"function"==typeof n[e]&&(n[e]=n[e].bind(n))})),t&&!this.isInitialized&&!e.isClone){if(!this.options.initAsync)return this.init(e,t),this;setTimeout((()=>{this.init(e,t)}),0)}}init(){var e=this;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,"function"==typeof t&&(n=t,t={}),!t.defaultNS&&!1!==t.defaultNS&&t.ns&&(UP(t.ns)?t.defaultNS=t.ns:t.ns.indexOf("translation")<0&&(t.defaultNS=t.ns[0]));const r=xj();this.options={...r,...this.options,...kj(t)},this.options.interpolation={...r.interpolation,...this.options.interpolation},void 0!==t.keySeparator&&(this.options.userDefinedKeySeparator=t.keySeparator),void 0!==t.nsSeparator&&(this.options.userDefinedNsSeparator=t.nsSeparator);const i=e=>e?"function"==typeof e?new e:e:null;if(!this.options.isClone){let t;this.modules.logger?aj.init(i(this.modules.logger),this.options):aj.init(null,this.options),t=this.modules.formatter?this.modules.formatter:_j;const n=new fj(this.options);this.store=new lj(this.options.resources,this.options);const o=this.services;o.logger=aj,o.resourceStore=this.store,o.languageUtils=n,o.pluralResolver=new gj(n,{prepend:this.options.pluralSeparator,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!t||this.options.interpolation.format&&this.options.interpolation.format!==r.interpolation.format||(o.formatter=i(t),o.formatter.init(o,this.options),this.options.interpolation.format=o.formatter.format.bind(o.formatter)),o.interpolator=new bj(this.options),o.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},o.backendConnector=new wj(i(this.modules.backend),o.resourceStore,o,this.options),o.backendConnector.on("*",(function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];e.emit(t,...r)})),this.modules.languageDetector&&(o.languageDetector=i(this.modules.languageDetector),o.languageDetector.init&&o.languageDetector.init(o,this.options.detection,this.options)),this.modules.i18nFormat&&(o.i18nFormat=i(this.modules.i18nFormat),o.i18nFormat.init&&o.i18nFormat.init(this)),this.translator=new dj(this.services,this.options),this.translator.on("*",(function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];e.emit(t,...r)})),this.modules.external.forEach((e=>{e.init&&e.init(this)}))}if(this.format=this.options.interpolation.format,n||(n=Cj),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const e=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);e.length>0&&"dev"!==e[0]&&(this.options.lng=e[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach((t=>{this[t]=function(){return e.store[t](...arguments)}})),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach((t=>{this[t]=function(){return e.store[t](...arguments),e}}));const o=$P(),a=()=>{const e=(e,t)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),o.resolve(t),n(e,t)};if(this.languages&&!this.isInitialized)return e(null,this.t.bind(this));this.changeLanguage(this.options.lng,e)};return this.options.resources||!this.options.initAsync?a():setTimeout(a,0),o}loadResources(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Cj;const n=UP(e)?e:this.language;if("function"==typeof e&&(t=e),!this.options.resources||this.options.partialBundledLanguages){if("cimode"===n?.toLowerCase()&&(!this.options.preload||0===this.options.preload.length))return t();const e=[],r=t=>{t&&"cimode"!==t&&this.services.languageUtils.toResolveHierarchy(t).forEach((t=>{"cimode"!==t&&e.indexOf(t)<0&&e.push(t)}))};n?r(n):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((e=>r(e))),this.options.preload?.forEach?.((e=>r(e))),this.services.backendConnector.load(e,this.options.ns,(e=>{e||this.resolvedLanguage||!this.language||this.setResolvedLanguage(this.language),t(e)}))}else t(null)}reloadResources(e,t,n){const r=$P();return"function"==typeof e&&(n=e,e=void 0),"function"==typeof t&&(n=t,t=void 0),e||(e=this.languages),t||(t=this.options.ns),n||(n=Cj),this.services.backendConnector.reload(e,t,(e=>{r.resolve(),n(e)})),r}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&cj.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}setResolvedLanguage(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1))for(let e=0;e<this.languages.length;e++){const t=this.languages[e];if(!(["cimode","dev"].indexOf(t)>-1)&&this.store.hasLanguageSomeTranslations(t)){this.resolvedLanguage=t;break}}}changeLanguage(e,t){var n=this;this.isLanguageChangingTo=e;const r=$P();this.emit("languageChanging",e);const i=e=>{this.language=e,this.languages=this.services.languageUtils.toResolveHierarchy(e),this.resolvedLanguage=void 0,this.setResolvedLanguage(e)},o=(e,o)=>{o?(i(o),this.translator.changeLanguage(o),this.isLanguageChangingTo=void 0,this.emit("languageChanged",o),this.logger.log("languageChanged",o)):this.isLanguageChangingTo=void 0,r.resolve((function(){return n.t(...arguments)})),t&&t(e,(function(){return n.t(...arguments)}))},a=t=>{e||t||!this.services.languageDetector||(t=[]);const n=UP(t)?t:this.services.languageUtils.getBestMatchFromCodes(t);n&&(this.language||i(n),this.translator.language||this.translator.changeLanguage(n),this.services.languageDetector?.cacheUserLanguage?.(n)),this.loadResources(n,(e=>{o(e,n)}))};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?0===this.services.languageDetector.detect.length?this.services.languageDetector.detect().then(a):this.services.languageDetector.detect(a):a(e):a(this.services.languageDetector.detect()),r}getFixedT(e,t,n){var r=this;const i=function(e,t){let o;if("object"!=typeof t){for(var a=arguments.length,s=new Array(a>2?a-2:0),l=2;l<a;l++)s[l-2]=arguments[l];o=r.options.overloadTranslationOptionHandler([e,t].concat(s))}else o={...t};o.lng=o.lng||i.lng,o.lngs=o.lngs||i.lngs,o.ns=o.ns||i.ns,""!==o.keyPrefix&&(o.keyPrefix=o.keyPrefix||n||i.keyPrefix);const c=r.options.keySeparator||".";let u;return u=o.keyPrefix&&Array.isArray(e)?e.map((e=>`${o.keyPrefix}${c}${e}`)):o.keyPrefix?`${o.keyPrefix}${c}${e}`:e,r.t(u,o)};return UP(e)?i.lng=e:i.lngs=e,i.ns=t,i.keyPrefix=n,i}t(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.translator?.translate(...t)}exists(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.translator?.exists(...t)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e){let t=arguments.length>1&&void 0!==arguments[1]?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;const n=t.lng||this.resolvedLanguage||this.languages[0],r=!!this.options&&this.options.fallbackLng,i=this.languages[this.languages.length-1];if("cimode"===n.toLowerCase())return!0;const o=(e,t)=>{const n=this.services.backendConnector.state[`${e}|${t}`];return-1===n||0===n||2===n};if(t.precheck){const e=t.precheck(this,o);if(void 0!==e)return e}return!(!this.hasResourceBundle(n,e)&&this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages)&&(!o(n,e)||r&&!o(i,e)))}loadNamespaces(e,t){const n=$P();return this.options.ns?(UP(e)&&(e=[e]),e.forEach((e=>{this.options.ns.indexOf(e)<0&&this.options.ns.push(e)})),this.loadResources((e=>{n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}loadLanguages(e,t){const n=$P();UP(e)&&(e=[e]);const r=this.options.preload||[],i=e.filter((e=>r.indexOf(e)<0&&this.services.languageUtils.isSupportedCode(e)));return i.length?(this.options.preload=r.concat(i),this.loadResources((e=>{n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}dir(e){if(e||(e=this.resolvedLanguage||(this.languages?.length>0?this.languages[0]:this.language)),!e)return"rtl";const t=this.services?.languageUtils||new fj(xj());return["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"].indexOf(t.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(){return new Sj(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)}cloneInstance(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Cj;const n=e.forkResourceStore;n&&delete e.forkResourceStore;const r={...this.options,...e,isClone:!0},i=new Sj(r);return void 0===e.debug&&void 0===e.prefix||(i.logger=i.logger.clone(e)),["store","services","language"].forEach((e=>{i[e]=this[e]})),i.services={...this.services},i.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},n&&(i.store=new lj(this.store.data,r),i.services.resourceStore=i.store),i.translator=new dj(i.services,r),i.translator.on("*",(function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];i.emit(e,...n)})),i.init(r,t),i.translator.options=r,i.translator.backendConnector.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},i}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const Mj=Sj.createInstance();Mj.createInstance=Sj.createInstance,Mj.createInstance,Mj.dir,Mj.init,Mj.loadResources,Mj.reloadResources,Mj.use,Mj.changeLanguage,Mj.getFixedT,Mj.t,Mj.exists,Mj.setDefaultNamespace,Mj.hasLoadedNamespace,Mj.loadNamespaces,Mj.loadLanguages;const Tj=yP("en"),Nj=CP((()=>p[Tj.value]?.iso??p.en.iso)),Oj=(CP((()=>["ar","he","fa"].includes(Tj.value))),async()=>{const{reportLanguage:e}=f()??{},t=localStorage.getItem("currentLocale")||e||"en";await Lj(t)}),Ej=Mj.use({type:"backend",read:async(e,t,n)=>{await a(96)(`./${e}.json`).then((e=>{n(null,e[t])})).catch((e=>{n(e,null)}))}}).init({lng:Tj.value,fallbackLng:"en",ns:["empty","execution","filters","search","severity","sort-by","sort-by.directions","sort-by.values","statuses","tabs","testSummary","ui","welcome","controls","errors","split","modal","environments"],interpolation:{escapeValue:!1}}),Aj=e=>({t:CP((()=>(t,n)=>Mj.t(t,{ns:e,...n}))).value,currentLocale:Tj.value}),Lj=async e=>{await Mj.changeLanguage(e),localStorage.setItem("currentLocale",e),Tj.value=e},Dj=()=>{const[e,t]=ve(null),[n,r]=ve();ye((()=>{const e=f();e?.createdAt&&t(Number(e.createdAt)),e?.allureVersion&&r(e.allureVersion)}),[]);const i=new Date(e).toLocaleDateString(Nj.value,{month:"numeric",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric"});return sP(lr,{type:"paragraph",size:"m",className:"YdnHCDVV",children:[i,n&&sP("span",{children:[" Ver: ",n]})]})},Pj=()=>sP("div",{className:ID("hYe6DCa9"),children:[sP(lP,{}),sP(Dj,{})]}),jj=(e,t)=>{try{const n=localStorage.getItem(e);return n?JSON.parse(n):t}catch{return t}},Rj=yP({loading:!1,error:void 0,data:[]}),zj=yP({loading:!1,error:void 0,data:{}}),Fj=yP(jj("collapsedEnvironments",[])),Ij=yP(jj("currentEnvironment","")),Bj=async()=>{Rj.value={...Rj.value,loading:!0,error:void 0};try{const e=await u("widgets/environments.json");Rj.value={data:e,error:void 0,loading:!1}}catch(e){Rj.value={...Rj.value,error:e.message,loading:!1}}};OP((()=>{localStorage.setItem("currentEnvironment",JSON.stringify(Ij.value))})),OP((()=>{localStorage.setItem("collapsedEnvironments",JSON.stringify([...Fj.value]))}));const Uj=()=>{const{t:e}=Aj("environments"),t=Ij.value,n=e=>{var t;t=e,Ij.value=t};return Rj.value.data.length<=1?null:sP("div",{className:"J13nhfx4","data-testid":"environment-picker",children:[sP(ar,{id:or.environment,size:"s"}),sP(lr,{className:"oDZnH_Bx",type:"ui",size:"s",bold:!0,children:[e("environment",{count:1}),":"]}),sP(Li,{size:"s",menuTrigger:({isOpened:n,onClick:r})=>sP(gr,{style:"ghost",size:"s",text:t||e("all"),isExpanded:n,"data-testid":"environment-picker-button",onClick:r}),children:sP(Li.Section,{children:[sP(Li.ItemWithCheckmark,{onClick:()=>n(""),isChecked:!t,children:e("all")}),Rj.value.data.map((e=>sP(Li.ItemWithCheckmark,{onClick:()=>n(e),isChecked:e===t,children:e},e)))]})})]})},$j=yP("base"),qj=yP(!1),Hj=e=>{$j.value=e,document.documentElement.setAttribute("data-layout",e),window.localStorage.setItem("layout",e)},Vj=CP((()=>"split"===$j.value)),Wj=()=>{const{layout:e}=f()??{},t=window.localStorage.getItem("layout")||e||"base";t&&Hj(t)};var Yj=()=>{const e=Vj.value?or.lineLayoutsLayoutTop:or.lineLayoutsColumn2;return sP(pr,{"data-testId":"toggle-layout-button",size:"s",icon:e,style:"ghost",onClick:()=>(qj.value=!0,void setTimeout((()=>{Hj("base"===$j.value?"split":"base"),setTimeout((()=>{qj.value=!1}),300)}),200))})};const Gj=({className:e})=>sP("div",{className:e,children:[sP(Uj,{}),sP(RD,{locale:Tj.value,setLocale:Lj}),sP(Yj,{}),sP(zD,{theme:PP.value,toggleTheme:RP,getTheme:zP})]});var Zj="ChConoqG",Xj="DC096Vl9",Jj="vCHAp_yZ";const Kj=()=>{const e=globalThis.location.hash.slice(1),[t,n]=e.split("/");return{id:t||null,params:n?{tabName:n}:{}}},Qj=yP(Kj()),eR=()=>{const e=Kj();e.id===Qj.value.id&&e.params.tabName===Qj.value.params.tabName||(Qj.value=e)},tR=e=>{let t="";if("string"==typeof e)t=e.startsWith("#")?e.slice(1):e;else{const{id:n,params:r={}}=e;t=`${n}/${r.tabName??""}`}history.pushState(null,"",`#${t}`),eR()},nR=e=>{window.open(`#${e}`,"_blank")},rR=CP((()=>Qj.value.params?.tabName||"overview")),iR=({testResult:e})=>{const{breadcrumbs:t,name:n}=e||{};return sP("div",{className:"KayT_VKx",children:[sP("div",{className:UD(Zj,"DJELNKs1"),children:sP(pr,{icon:or.lineGeneralHomeLine,size:"s",style:"ghost",className:"F1I3vLtG",onClick:()=>tR("")})}),Boolean(t?.length)&&t?.[0]?.map(((e,t)=>sP("div",{className:Zj,children:[sP(ar,{id:or.lineArrowsChevronDown,className:Xj}),sP(lr,{size:"s",bold:!0,className:Jj,children:e})]},t))),sP("div",{className:Zj,children:[n&&sP(ar,{id:or.lineArrowsChevronDown,className:Xj}),sP(lr,{size:"s",bold:!0,className:Jj,children:n})]})]})},oR=yP({loading:!0,error:void 0,data:void 0}),aR=yP({loading:!0,error:void 0,data:void 0}),sR=async e=>{if(!(!e||oR.value.data&&e in oR.value.data)){oR.value={...oR.value,loading:!0,error:void 0};try{const t=await u(`data/test-results/${e}.json`);oR.value={data:{...oR.value.data,[e]:t},error:void 0,loading:!1}}catch(e){oR.value={...oR.value,error:e.message,loading:!1}}}},lR=({className:e})=>{const{id:t}=Qj.value;return sP("div",{className:UD("y3b2nNS8",e),children:[t&&sP(iR,{testResult:oR.value?.data?.[t]}),sP(Gj,{className:"yme8680C"})]})},cR=["failed","broken","passed","skipped","unknown"],uR=new Set(["failed","broken"]),dR=new Set(["passed"]),fR=new Set([...uR,...dR]),hR=e=>{const t=new Set(e);return e=>t.has(e.status)},pR=(hR(dR),hR(uR),hR(fR),(e,t,n=1)=>{e[t]=(e[t]??0)+n,e.total+=n}),gR=[{suffix:"d",accessor:e=>Math.floor(e/864e5)},{suffix:"h",accessor:e=>Math.floor(e/36e5)%24},{suffix:"m",accessor:e=>Math.floor(e/6e4)%60},{suffix:"s",accessor:e=>Math.floor(e/1e3)%60},{suffix:"ms",accessor:e=>Math.round(e)%1e3}],mR=e=>{if(void 0===e)return"unknown";if(e<.5)return"0s";const t=[];for(const{accessor:n,suffix:r}of gR){const i=n(e);if((0!==t.length||i)&&(t.push(i+r),t.length>1))break}return t.join(" ")},vR=e=>(t,n)=>e(n,t),bR=e=>(t,n)=>t===n?0:null==t?1:null==n?-1:e(t,n),yR=(e,t,n)=>bR(((r,i)=>void 0!==n?t(r[e]??n,i[e]??n):e in r&&e in i?t(r[e],i[e]):0)),_R=e=>(t,n)=>{for(const r of e){const e=r(t,n);if(0!==e)return e}return 0},wR=()=>bR(((e,t)=>e.localeCompare(t))),xR=()=>bR(((e,t)=>e-t)),kR=e=>{const{testResultsByEnv:t={}}=e??{},n=Object.keys(t).length??0;return n<=1&&"default"in t?0:n},CR=e=>{const t=((e="status")=>{const t=yR;switch(e){case"alphabet":return t("name",wR());case"order":case"duration":case"status":return t("statistic",(()=>{const e=cR.map((e=>yR(e,vR(xR()),0)));return bR(_R(e))})());default:return console.error(`unsupported comparator ${e}`),()=>0}})(e.sortBy),n="asc"===e.direction?t:vR(t);return _R([n,yR("name",wR())])},SR=(e=[],t,n)=>{const r=[...e].map((e=>t[e])).filter((e=>((e,t)=>[!t?.query||e.name.toLowerCase().includes(t.query.toLowerCase()),!t?.status||"total"===t?.status||e.status===t.status,!t?.filter?.flaky||e.flaky,!t?.filter?.retry||e.retry].every(Boolean))(e,n))),i=(e=>{const t=((e="status")=>{const t=yR;switch(e){case"order":return t("groupOrder",xR());case"duration":return t("duration",xR());case"alphabet":return t("name",wR());case"status":return t("status",bR(((e,t)=>cR.indexOf(e)-cR.indexOf(t))));default:return console.error(`unsupported comparator ${e}`),()=>0}})(e.sortBy),n="asc"===e.direction?t:vR(t);return _R([n,yR("name",wR())])})(n);return r.sort(i)},MR=e=>{const{group:t,groupsById:n,leavesById:r,filterOptions:i}=e,o=t.leaves??[],a=SR(o,r,i),s=t.groups?.map((e=>MR({group:n[e],groupsById:n,leavesById:r,filterOptions:i})))?.filter((e=>!TR(e)))??[],l={total:0};return s.forEach((e=>{if(e.statistic){const t=e.statistic;((e,t)=>{cR.forEach((n=>{t[n]&&pR(e,n,t[n])}))})(l,t)}})),a.forEach((e=>{const t=e.status;pR(l,t)})),{...t,statistic:l,leaves:a,trees:s.sort(CR(i))}},TR=e=>!e.trees?.length&&!e.leaves?.length||!e.leaves?.length&&e.trees?.every((e=>TR(e))),NR=yP({loading:!0,error:void 0,data:void 0}),OR=CP((()=>Object.values(NR?.value?.data??{}).every((({leavesById:e})=>!e||!Object.keys(e).length)))),ER=yP(new Set(jj("collapsedTrees",[])));OP((()=>{localStorage.setItem("collapsedTrees",JSON.stringify([...ER.value]))}));const AR=e=>{const t=new Set(ER.value);t.has(e)?t.delete(e):t.add(e),ER.value=t},LR=yP(new Set(jj("selectedFilters",[])));OP((()=>{localStorage.setItem("selectedFilters",JSON.stringify([...LR.value]))}));const DR=yP(jj("treeFilters",{query:"",status:"total",filter:{flaky:!1,retry:!1,new:!1},sortBy:"order",direction:"asc"}));OP((()=>{localStorage.setItem("treeFilters",JSON.stringify(DR.value))}));const PR=CP((()=>Object.entries(NR.value.data).reduce(((e,[t,n])=>{if(!n)return e;const{root:r,leavesById:i,groupsById:o}=n,a=MR({group:r,leavesById:i,groupsById:o,filterOptions:DR.value});return Object.assign(e,{[t]:a})}),{}))),jR=CP((()=>Object.values(PR.value).every(TR))),RR=e=>{DR.value={...DR.value,query:e}},zR=e=>{DR.value={...DR.value,status:e}},FR=e=>{DR.value={...DR.value,sortBy:e}},IR=e=>{DR.value={...DR.value,direction:e}},BR=(e,t)=>{DR.value={...DR.value,filter:{...DR.value.filter,[e]:t}}},UR=async e=>{const t=e.filter((e=>!NR.value.data?.[e]));if(0!==t.length){NR.value={...NR.value,loading:!0,error:void 0};try{const n=await Promise.all(t.map((e=>u(`widgets/${e}/tree.json`))));NR.value={data:e.reduce(((e,t,r)=>({...e,[t]:n[r]})),{}),loading:!1,error:void 0}}catch(e){NR.value={...NR.value,error:e.message,loading:!1}}}},$R=e=>{if(e)return e.charAt(0).toLocaleUpperCase()+e.slice(1)},qR=ne(null),HR=()=>{const e=ke(qR);if(!e)throw new Error("Tabs' components must be used within a Tabs component");return e},VR=e=>{const{children:t,initialTab:n}=e,[r,i]=ve(n);return sP(qR.Provider,{value:{currentTab:r,setCurrentTab:i},children:t})},WR=e=>sP(VR,{...e}),YR=e=>sP("div",{className:"mtwom68I",children:e.children}),GR=e=>{const{id:t,children:n,...r}=e,{currentTab:i,setCurrentTab:o}=HR(),a=i===t;return sP("button",{...r,className:"UsCYY7sB",onClick:()=>{if(a)return o("total"),void zR("total");o(t),zR(t)},"aria-current":!!a||void 0,children:sP(lr,{type:"paragraph",size:"m",bold:!0,children:n})})};var ZR="pkAmb3H0",XR="cRDmGSBn",JR="p50HH678",KR="tcaKNlfE",QR="wJsbiVN7",ez="QoIY5gbV";const tz=({isOpened:t,buttonSize:n="m",iconSize:r="xs",className:i,icon:o=or.lineArrowsChevronDown,...a})=>sP("button",{className:ID(ZR,e[`arrow-button-${n}`]),...a,children:sP(ar,{id:o,size:r,className:ID(XR,t&&JR,e[`icon-size-${r}`],i)})}),nz=({isOpened:e,setIsOpen:t,counter:n,title:r,...i})=>sP("button",{...i,className:UD("pLtXZ2UC",e&&"WwtUTGAA"),type:"button",onClick:()=>t(!e),children:[sP(lr,{size:"m",bold:!0,children:r}),null!==n&&sP(ea,{count:n,size:"s"}),sP(tz,{isOpened:e,iconSize:"s",buttonSize:"s",className:"tRJc3qyU"})]});var rz="qWrwxu6j",iz="fsOIsHLA",oz="mvQf76Qn";const az=()=>{const{t:e}=Aj("empty"),{t:t}=Aj("environments"),{currentTab:n}=HR(),{id:r}=Qj.value;return sP(Ti,{source:NR,renderLoader:()=>sP(Ni,{}),renderData:()=>{if(OR.value)return sP("div",{className:oz,children:sP("div",{className:rz,children:sP(lr,{className:iz,children:e("no-results")})})});if(jR.value)return sP("div",{className:oz,children:sP("div",{className:rz,children:[sP(lr,{tag:"p",className:iz,children:e("no-tests-found")}),sP(hr,{className:"i31d8d94",type:"button",text:e("clear-filters"),size:"s",style:"outline",onClick:()=>{DR.value={query:"",status:"total",filter:{flaky:!1,retry:!1,new:!1},sortBy:"order",direction:"asc"}}})]})});if(1===Rj.value.data.length)return sP("div",{className:oz,children:sP(Ko,{reportStatistic:FP.value.data,statistic:IP.value.data[Ij.value],collapsedTrees:ER.value,toggleTree:AR,navigateTo:tR,tree:PR.value.default,statusFilter:n,routeId:r,root:!0})});const i=Ij.value?PR.value[Ij.value]:void 0;return i?sP("div",{className:oz,children:sP(Ko,{reportStatistic:FP.value.data,statistic:IP.value.data[Ij.value],collapsedTrees:ER.value,toggleTree:AR,navigateTo:tR,tree:i,statusFilter:n,routeId:r,root:!0})}):sP(j,{children:Object.entries(PR.value).map((([e,i])=>{const{total:o}=i.statistic;if(0===o)return null;const a=!Fj.value.includes(e),s=IP.value.data[e];return sP("div",{className:"vLyntNe5","data-testid":"tree-section",children:[sP("div",{className:"s_iBWA8v",children:[sP(nz,{isOpened:a,setIsOpen:()=>{Fj.value=a?Fj.value.concat(e):Fj.value.filter((t=>t!==e))},title:`${t("environment",{count:1})}: "${e}"`,counter:o,"data-testid":"tree-section-env-button"}),sP(Xo,{statistic:s,reportStatistic:FP.value.data,statusFilter:n})]}),a&&sP("div",{className:oz,"data-testid":"tree-section-env-content",children:sP(Ko,{statistic:IP.value.data[e],reportStatistic:FP.value.data,collapsedTrees:ER.value,toggleTree:AR,statusFilter:n,navigateTo:tR,tree:i,routeId:r,root:!0})})]},e)}))})}})};var sz="DAC2n06T";const lz=()=>{const{t:e}=Aj("filters"),{flaky:t,retry:n,new:r}=DR.value.filter,i=t||n||r;return sP(Li,{menuTrigger:({isOpened:t,onClick:n})=>sP("div",{className:i&&"OMv2CVEp",children:sP(hr,{icon:or.lineGeneralSettings1,text:e("more-filters"),size:"m",style:"outline",isActive:t,"data-testid":"filters-button",onClick:n})}),children:sP(Li.Section,{"data-testid":"filters-menu",children:[sP(Li.Item,{closeMenuOnClick:!1,ariaLabel:e("enable-filter",{filter:e("flaky")}),onClick:()=>{BR("flaky",!t)},leadingIcon:or.lineIconBomb2,rightSlot:sP("div",{className:sz,children:sP(ta,{focusable:!1,value:t,label:e("enable-filter",{filter:e("flaky")}),"data-testid":"flaky-filter",onChange:e=>BR("flaky",e)})}),children:e("flaky")}),sP(Li.Item,{closeMenuOnClick:!1,ariaLabel:e("enable-filter",{filter:e("retry")}),onClick:()=>BR("retry",!n),leadingIcon:or.lineArrowsRefreshCcw1,rightSlot:sP("div",{className:sz,children:sP(ta,{focusable:!1,value:n,label:e("enable-filter",{filter:e("retry")}),"data-testid":"retry-filter",onChange:e=>BR("retry",e)})}),children:e("retry")}),sP(Li.Item,{closeMenuOnClick:!1,ariaLabel:e("enable-filter",{filter:e("new")}),onClick:()=>BR("new",!r),leadingIcon:or.lineAlertsNotificationBox,rightSlot:sP("div",{className:sz,children:sP(ta,{focusable:!1,value:r,label:e("enable-filter",{filter:e("new")}),"data-testid":"new-filter",onChange:e=>BR("new",e)})}),children:e("new")})]})})},cz=()=>{const{query:e}=DR.value,{t:t}=Aj("search");return sP(Oi,{placeholder:t("search-placeholder"),value:e,onChange:RR})},uz=()=>sP("div",{className:"yC7Qklga",children:[sP(cz,{}),sP(lz,{})]}),dz=({children:e})=>sP("div",{className:"R_ww6ldK",children:e}),fz=()=>{const{t:e}=Aj("sort-by"),{t:t}=Aj("sort-by.values"),{t:n}=Aj("sort-by.directions"),{sortBy:r,direction:i}=DR.value,o=t(r),a=n(`${r}-${i}-short`);return sP("div",{children:sP(lr,{type:"paragraph",size:"m",className:"bgbbgYmw",children:[e("sort-by-text")," ",sP(Li,{size:"l",menuTriggerWrapper:"span",menuTrigger:({onClick:e,isOpened:t})=>sP(lr,{type:"paragraph",size:"m",children:sP(na,{onClick:e,children:[o," ",a,sP(ar,{size:"s",id:or.lineArrowsChevronDown,className:UD("qpX6Ct89",t&&"R0U9mYzd")})]})}),children:sP(Li.Section,{children:[sP(Li,{size:"s",menuTrigger:({onClick:t,isOpened:n})=>sP(Li.Item,{closeMenuOnClick:!1,onClick:t,leadingIcon:or.lineArrowsSwitchVertical1,rightSlot:sP(dz,{children:sP(gr,{style:"outline",size:"s",isExpanded:n,text:o,focusable:!1})}),children:e("sort-by-category")}),children:sP(Li.Section,{children:[sP(Li.ItemWithCheckmark,{onClick:()=>FR("order"),isChecked:"order"===r,children:t("order")}),sP(Li.ItemWithCheckmark,{onClick:()=>FR("duration"),isChecked:"duration"===r,children:t("duration")}),sP(Li.ItemWithCheckmark,{onClick:()=>FR("status"),isChecked:"status"===r,children:t("status")}),sP(Li.ItemWithCheckmark,{onClick:()=>FR("alphabet"),isChecked:"alphabet"===r,children:t("alphabet")})]})}),sP(Li,{size:"m",menuTrigger:({onClick:t,isOpened:n})=>sP(Li.Item,{closeMenuOnClick:!1,onClick:t,leadingIcon:"asc"===i?or.lineArrowsSortLineAsc:or.lineArrowsSortLineDesc,rightSlot:sP(dz,{children:sP(gr,{style:"outline",size:"s",isExpanded:n,text:a,focusable:!1})}),children:e("direction-category")}),children:sP(Li.Section,{children:[sP(Li.ItemWithCheckmark,{onClick:()=>IR("asc"),leadingIcon:or.lineArrowsSortLineAsc,isChecked:"asc"===i,children:n(`${r}-asc`)}),sP(Li.ItemWithCheckmark,{onClick:()=>IR("desc"),leadingIcon:or.lineArrowsSortLineDesc,isChecked:"desc"===i,children:n(`${r}-desc`)})]})})]})})]})})},hz=ne(null),pz=({children:e})=>{const[t,n]=be(((e,t)=>{switch(t.type){case"setDirection":return{...e,direction:t.payload};case"setSortBy":return{...e,sortBy:t.payload};case"setFilter":return{...e,filter:{...e.filter,[t.payload.filterKey]:t.payload.value}};case"setQuery":return{...e,query:t.payload};default:return e}}),{query:"",direction:"asc",filter:{flaky:!1,new:!1,retry:!1},sortBy:"alphabet"}),r=xe((e=>n({type:"setSortBy",payload:e})),[]),i=xe((e=>n({type:"setDirection",payload:e})),[]),o=xe(((e,t)=>n({type:"setFilter",payload:{filterKey:e,value:t}})),[]),a=xe((e=>n({type:"setQuery",payload:e})),[]);return sP(hz.Provider,{value:{...t,setSortBy:r,setDirection:i,setFilter:o,setQuery:a},children:e})},gz=()=>{const{t:e}=Aj("statuses");return sP("header",{className:"rcYygsvy",children:[sP(uz,{}),sP("div",{className:"fAV2rQGO",children:[sP(YR,{children:sP(Ti,{source:FP,renderData:t=>{const n=cR.map((e=>({status:e,value:t[e]}))).filter((({value:e})=>e)).map((({status:t,value:n})=>sP(GR,{"data-testid":`tab-${t}`,id:t,children:[$R(e(t)??t)," ",sP(ea,{count:n,size:"s",status:t})]},t)));return sP(j,{children:[sP(GR,{"data-testid":"tab-all",id:"total",children:[$R(e("total"))," ",sP(ea,{count:t?.total??0,size:"s"})]}),n]})}})}),sP(fz,{})]})]})},mz=()=>sP("div",{className:"kCl0Zs3g",children:sP(az,{})}),vz=()=>{const e=DR.value.status;return sP(pz,{children:sP("section",{children:sP(WR,{initialTab:e,children:[sP(gz,{}),sP(mz,{})]})})})},bz=()=>{const{logo:e}=f()??{};return sP("div",{className:"WTJPyB_J",children:sP(DA,{logo:e})})},yz=yP({loading:!0,error:void 0,data:void 0}),_z=async e=>{yz.value={...yz.value,loading:!0,error:void 0};try{const t=await u(e?`widgets/${e}/pie_chart.json`:"widgets/pie_chart.json");yz.value={data:t,error:void 0,loading:!1}}catch(e){yz.value={error:e.message,loading:!1}}},wz=()=>sP("div",{className:"n4rYharX",children:sP(Ti,{source:yz,renderLoader:()=>null,renderData:e=>sP(ms,{slices:e.slices,percentage:e.percentage})})}),xz=()=>{const{reportName:e,createdAt:t}=f()??{},n=new Date(t).toLocaleDateString(Nj.value,{month:"long",day:"numeric",year:"numeric"});return sP("div",{className:"_c9rkrJI",children:[sP("div",{className:"zS7_OItU",children:[sP(bz,{}),sP("div",{className:"vMfYOHzS",children:[sP(ur,{size:"s",tag:"h2",className:"O3rCqOkG","data-testid":"report-title",children:e}),sP(lr,{type:"paragraph",size:"m",className:"dNa2n1iH",children:n})]})]}),sP(wz,{})]})},kz=async e=>{if(navigator.clipboard)return void await navigator.clipboard.writeText(e);const t=document.createElement("textarea");t.value=e,t.style.position="fixed",t.style.opacity="0",document.body.appendChild(t),t.focus(),t.select(),document.execCommand("copy"),document.body.removeChild(t)};var Cz="nN4HTcaV",Sz="zekPInHE",Mz="n8aAEqJN",Tz="gWhwmmak",Nz="vbS07EBz",Oz="GnFlAHvD",Ez="SOj4fXZr",Az="Y0BjnooD",Lz="DYf1zpQK",Dz="x3aRsFUn",Pz="UDXyMSw0",jz="S2HdG_Q4",Rz="J2Ih3NTA",zz="P3sa8qE8",Fz="mINTqK_J",Iz="Mo_tidg4",Bz="A6GWJHtf",Uz="mS0_tpbu",$z="Qc1PPhPw",qz="WnwsZxzW",Hz="FFZ1ZZHu",Vz="SmbunT7K",Wz="XZvscg6t",Yz="tf5VzSUo",Gz="a26GxOK7",Zz="HaG13R7H";const Xz=({envInfo:e,size:t="m",columns:n=2})=>sP("div",{class:Fz,style:{gridTemplateColumns:`repeat(${n}, ${100/n-5}%)`},"data-testid":"metadata-list",children:e?.map((({name:e,values:n,value:r})=>sP(eF,{size:t,title:e,value:r,values:n},e)))}),Jz=({groupedLabels:e,size:t="m"})=>sP("div",{class:Fz,children:e&&Object.entries(e)?.map((([e,n])=>sP(eF,{size:t,title:e,values:n},e)))}),Kz=e=>{const{value:t}=e,{t:n}=Aj("ui");return sP("div",{className:Oz,children:[sP("div",{className:Ez,children:sP(lr,{children:t})}),sP(hr,{style:"outline",icon:or.lineGeneralCopy3,text:n("copy"),onClick:()=>kz(t)})]})},Qz=({size:e="s",value:t})=>sP(Li,{size:"xl",menuTrigger:({onClick:n})=>sP("div",{className:zz,children:sP(lr,{type:"ui",size:e,onClick:n,bold:!0,className:Rz,children:t})}),children:sP(Li.Section,{children:sP(Kz,{value:t})})}),eF=({title:e,value:n,values:r,size:i="m"})=>sP("div",{className:Pz,"data-testid":"metadata-item",children:[sP(lr,{type:"ui",size:i,className:UD(jz,t[`report-metadata-${i}`]),"data-testid":"metadata-item-key",children:e}),sP("div",r?.length?{className:qz,"data-testid":"metadata-item-value",children:r.map((e=>sP(Qz,{value:e},e)))}:{className:qz,"data-testid":"metadata-item-value",children:sP(Qz,{value:n})})]});var tF="H1FTwt0p",nF="olN4GBkY",rF="BPmah4u0",iF="nniai2BI",oF="v3ysKQxp",aF="qzVfMJ62",sF="rSSOw0a2",lF="GX_rB7lR",cF="leWWvIJ0",uF="mVVC1964",dF="scoj0j8L",fF="ITwjhwRa",hF="g27isKzC",pF="wzfUu19I",gF="GF7CSNA8",mF="Qa3VANQ9",vF="ue52FuVD",bF="TE01RZXH",yF="uginZSIO",_F="qkhMdfXn",wF="GwUOcir4";const xF=({count:e})=>sP(lr,{"data-testid":"metadata-value",type:"ui",size:"m",tag:"div",className:iF,children:e});var kF=({className:e,renderComponent:t=xF,props:n,...r})=>{const{title:i}=n||{};return sP("div",{...r,className:ID("metadata-item",e),children:[sP(lr,{type:"ui",size:"s",tag:"div",className:rF,children:i}),sP(t||xF,{...n})]})};const CF=({status:e,count:t})=>sP("div",{"data-testid":"metadata-value",className:oF,children:[sP("div",{className:ID(tF,n?.[`status-${e}`])}),sP(lr,{type:"ui",size:"m",bold:!0,children:t})]}),SF={flaky:or.lineIconBomb2,retries:or.lineArrowsRefreshCcw1,new:or.lineAlertsNotificationBox},MF=({type:e,count:t})=>sP("div",{"data-testid":"metadata-value",className:aF,children:["all"!==e&&sP(ar,{className:nF,id:SF[e],size:"s"}),sP(lr,{size:"m",bold:!0,children:t})]}),TF=["flaky","retries"],NF=({stats:e})=>{const{t:t}=Aj("statuses"),{t:n}=Aj("testSummary"),r=CP((()=>({title:n("total"),type:"all",count:e.total}))),i=TF.map((t=>{if(!e[t])return;const r={title:n(t),count:e[t]||0,type:t};return sP("div",{children:sP(kF,{"data-testid":`metadata-item-${t}`,props:r,renderComponent:MF})},t)})).filter(Boolean),o=cR.map((t=>({status:t,value:e[t]}))).filter((({value:e})=>e)).map((({status:e,value:n})=>{const r=$R(t(e)??e??"");return sP(kF,{"data-testid":`metadata-item-${e}`,props:{title:r,count:n,status:e},renderComponent:CF},e)}));return sP("div",{class:gF,children:[sP("div",{className:lF,children:[sP(kF,{"data-testid":"metadata-item-total",props:r.value,renderComponent:MF}),Boolean(i.length)&&sP("div",{className:hF}),i]}),sP("div",{className:pF,children:o})]})},OF=yP({loading:!1,error:void 0,data:void 0}),EF=async()=>{OF.value={...OF.value,loading:!0,error:void 0};try{const e=await u("widgets/allure_environment.json");OF.value={data:e,error:void 0,loading:!1}}catch(e){OF.value={...OF.value,error:e.message,loading:!1}}},AF=yP({loading:!1,error:void 0,data:void 0}),LF=({envInfo:e=[]})=>{const[t,n]=ve(!0),r=e.map((e=>({...e,value:e.values.join(", ")})));return sP("div",{class:sF,children:[sP(nz,{isOpened:t,setIsOpen:n,title:"Metadata",counter:e.length}),t&&sP(Xz,{envInfo:r})]})},DF=e=>{const{t:t}=Aj("ui"),[n,r]=ve(!0),i=Object.entries(e.variables).map((([e,t])=>({name:e,value:t})));return sP("div",{class:sF,"data-testid":"report-variables",children:[sP(nz,{isOpened:n,setIsOpen:r,title:t("variables"),counter:Object.keys(e.variables).length,"data-testid":"report-variables-button"}),n&&sP(Xz,{envInfo:i})]})},PF=()=>{const e=Ij.value?IP.value.data[Ij.value]:FP.value.data;return ye((()=>{(async(e="default")=>{AF.value={...AF.value,loading:!0,error:void 0};try{const t=await u(e?`widgets/${e}/variables.json`:"widgets/variables.json");AF.value={data:{...AF.value.data,[e]:t},error:void 0,loading:!1}}catch(e){AF.value={...AF.value,error:e.message,loading:!1}}})(Ij.value)}),[Ij.value]),sP("div",{className:mF,children:[e&&sP(NF,{stats:e}),sP(Ti,{source:AF,transformData:e=>e?.[Ij.value??"default"]??{},renderData:e=>!!Object.keys(e).length&&sP(DF,{variables:e})}),sP(Ti,{source:OF,renderError:()=>null,renderData:e=>Boolean(e?.length)&&sP(LF,{envInfo:e})})]})};var jF=()=>sP(j,{children:[!Vj.value&&sP(lR,{}),sP("div",{className:UD("jMfDHmT3",Vj.value?"vxvi7vCG":""),children:[sP(xz,{}),sP(PF,{}),sP(vz,{})]})]});const RF="bits",zF="bytes",FF="",IF="jedec",BF={symbol:{iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},fullform:{iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]}};var UF="Vjs52neG";const $F=({blob:e,isFullScreen:t})=>{const n=_e(null),r=()=>{n.current?.contentWindow?.postMessage({method:"load",params:{trace:e}},"https://trace.playwright.dev")};return ye((()=>{n.current&&(n.current.onload=r)}),[e]),sP("iframe",{className:UD("vKiiQIrL",{[UF]:t}),ref:n,width:"100%",height:"100%",src:"https://trace.playwright.dev/next/"})},qF=yP(!1),HF=yP({data:null,preview:!1,component:null,isModalOpen:qF.value,closeModal:null,title:""}),VF=e=>{HF.value={...e},qF.value=!0},WF=({link:e})=>{const{t:t}=Aj("ui");return sP(Mi,{tooltipText:t("openPwTrace"),children:sP(pr,{icon:or.lineArrowsExpand3,size:"s",style:"ghost",onClick:async()=>{const t=await(async({id:e,ext:t,contentType:n})=>d(`data/attachments/${e||"-"}${t||""}?attachment`,n))(e),n=await t.blob();VF({component:sP($F,{blob:n}),title:`Playwright Trace Viewer | ${e.name}${e.ext}`})}})})};var YF="VKOlcV4U",GF="sXJUrXQT",ZF="nn68CIdd",XF="luT1VnGP",JF="zGCnYcwA",KF="p8fgu_re",QF="l7iVQhqV",eI="_95lTgH3b",tI="QyDf7oEf",nI="blSCD0ef";const rI=({item:e,shouldExpand:t})=>{const{t:n}=Aj("controls"),{id:r,ext:i,contentType:o}=e.link,a="application/vnd.allure.playwright-trace"===o,s=!1===e.link.missed?e.link.contentLength:void 0,l=s?function(e,{bits:t=!1,pad:n=!1,base:r=-1,round:i=2,locale:o="",localeOptions:a={},separator:s="",spacer:l=" ",symbols:c={},standard:u="",output:d="string",fullform:f=!1,fullforms:h=[],exponent:p=-1,roundingMethod:g="round",precision:m=0}={}){let v=p,b=Number(e),y=[],_=0,w=FF;"si"===u?(r=10,u=IF):"iec"===u||u===IF?r=2:2===r?u="iec":(r=10,u=IF);const x=10===r?1e3:1024,k=!0===f,C=b<0,S=Math[g];if("bigint"!=typeof e&&isNaN(e))throw new TypeError("Invalid number");if("function"!=typeof S)throw new TypeError("Invalid rounding method");if(C&&(b=-b),(-1===v||isNaN(v))&&(v=Math.floor(Math.log(b)/Math.log(x)),v<0&&(v=0)),v>8&&(m>0&&(m+=8-v),v=8),"exponent"===d)return v;if(0===b)y[0]=0,w=y[1]=BF.symbol[u][t?RF:zF][v];else{_=b/(2===r?Math.pow(2,10*v):Math.pow(1e3,v)),t&&(_*=8,_>=x&&v<8&&(_/=x,v++));const e=Math.pow(10,v>0?i:0);y[0]=S(_*e)/e,y[0]===x&&v<8&&-1===p&&(y[0]=1,v++),w=y[1]=10===r&&1===v?t?"kbit":"kB":BF.symbol[u][t?RF:zF][v]}if(C&&(y[0]=-y[0]),m>0&&(y[0]=y[0].toPrecision(m)),y[1]=c[y[1]]||y[1],!0===o?y[0]=y[0].toLocaleString():o.length>0?y[0]=y[0].toLocaleString(o,a):s.length>0&&(y[0]=y[0].toString().replace(".",s)),n&&i>0){const e=y[0].toString(),t=s||(e.match(/(\D)/g)||[]).pop()||".",n=e.toString().split(t),r=n[1]||FF,o=r.length,a=i-o;y[0]=`${n[0]}${t}${r.padEnd(o+a,"0")}`}return k&&(y[1]=h[v]?h[v]:BF.fullform[u][v]+(t?"bit":"byte")+(1===y[0]?FF:"s")),"array"===d?y:"object"===d?{value:y[0],symbol:y[1],exponent:v,unit:w}:y.join(l)}(s,{base:2,round:1}):"-";ye((()=>{qF.value&&VF({isModalOpen:!0,data:e,component:sP(ko,{item:e})})}),[e]);return sP("div",{className:GF,children:[Boolean(o)&&sP(lr,{size:"s",children:o}),Boolean(l)&&sP(lr,{size:"s",children:l}),sP("div",{className:"mNhMD4M5",children:[a&&sP(WF,{link:e.link}),t&&sP(Mi,{tooltipText:n("expand"),children:sP(pr,{className:YF,style:"ghost",size:"s",iconSize:"s",icon:or.lineArrowsExpand3,onClick:t=>{t.stopPropagation(),VF({data:e,component:sP(ko,{item:e,previewable:!0})})}})}),sP(Mi,{tooltipText:n("downloadAttachment"),children:sP(pr,{style:"ghost",size:"s",iconSize:"s",className:YF,icon:or.lineGeneralDownloadCloud,onClick:e=>(async e=>{e.stopPropagation(),await(async(e,t,n)=>{if(!e&&!t)return;const r=`${e}${t}`,i=await h(e,t,n),o=URL.createObjectURL(i),a=document.createElement("a");a.href=o,a.download=r,a.click(),URL.revokeObjectURL(o)})(r,i,o)})(e)})})]})]})},{lineImagesImage:iI,lineFilesFileAttachment2:oI,playwrightLogo:aI}=or,sI={"text/plain":oI,"application/xml":oI,"text/html":oI,"text/csv":oI,"text/tab-separated-values":oI,"text/css":oI,"text/uri-list":oI,"image/svg+xml":iI,"image/png":iI,"application/json":oI,"application/zip":oI,"video/webm":iI,"image/jpeg":iI,"video/mp4":iI,"application/vnd.allure.image.diff":iI,"application/vnd.allure.playwright-trace":aI},lI=({item:e,stepIndex:t})=>{const[n,r]=ve(!1),{link:i}=e,{missed:o}=i,a=(e=>{switch(e){case"image/bmp":case"image/gif":case"image/tiff":case"image/jpeg":case"image/jpg":case"image/png":case"image/*":return{type:"image",icon:"file"};case"text/xml":case"application/xml":case"application/json":case"text/json":case"text/yaml":case"application/yaml":case"application/x-yaml":case"text/x-yaml":case"text/css":return{type:"code",icon:"file"};case"text/plain":case"text/*":return{type:"text",icon:"txt"};case"text/html":return{type:"html",icon:"file"};case"text/csv":return{type:"table",icon:"csv"};case"text/tab-separated-values":return{type:"table",icon:"table"};case"image/svg+xml":return{type:"svg",icon:"file"};case"video/mp4":case"video/ogg":case"video/webm":return{type:"video",icon:"file"};case"text/uri-list":return{type:"uri",icon:"list"};case"application/x-tar":case"application/x-gtar":case"application/x-bzip2":case"application/gzip":case"application/zip":return{type:"archive",icon:"file"};default:return{type:null,icon:"file"}}})(i.contentType),s=!["archive",null].includes(a.type);return sP("div",{"data-testid":"test-result-attachment",className:JF,children:[sP("div",{"data-testid":"test-result-attachment-header",className:"eVefXDQ_",onClick:e=>{e.stopPropagation(),r((e=>!e))},children:[s?sP(tz,{isOpened:n}):sP("div",{className:nI}),sP("div",{className:"yzcDORxL",children:sP(ar,{size:"s",id:sI[i.contentType]??oI})}),sP(cr,{size:"s",className:KF,children:t}),sP(lr,{className:"YYCSAKki",children:i.name||i.originalFileName}),o&&sP(lr,{size:"s",className:"ZIuCxI4O","data-testid":"test-result-attachment-missed",children:"missed"}),sP("div",{children:sP(rI,{item:e,shouldExpand:s})})]}),n&&s&&sP("div",{className:"Yino1buJ",children:sP("div",{className:"Px8Q9Npk",children:sP(ko,{item:e})})})]})},cI=({testResult:e})=>{const{attachments:t}=e??{},{t:n}=Aj("empty");return sP("div",{className:"zfDiQjUs",children:t.length?t?.map(((e,t)=>sP(lI,{item:e,stepIndex:t+1},t))):sP("div",{className:"gHLb2IHz",children:n("no-attachments-results")})})};var uI="vU4QD1Zt";const dI={flaky:or.lineIconBomb2,known:or.lineAlertsAlertCircle,muted:or.lineGeneralEye},fI=({statuses:e})=>{const{t:t}=Aj("filters");return sP("div",{className:"Y_ABjIlV",children:e.map((([e],n)=>{const r=t(e);return sP("div",{className:"RzEWIfyL",children:[sP(ar,{className:"sYnvAmJE",id:dI[e],size:"s"}),$R(r)]},n)}))})},hI=({testResult:e})=>{const{fullName:t,id:n}=e??{},r=n||"",{t:i}=Aj("controls"),o=()=>sP("div",{"data-testid":"test-result-fullname",className:"o1EnGYNC",children:[sP(Mi,{tooltipText:i("clipboard"),tooltipTextAfterClick:i("clipboardSuccess"),children:sP(pr,{"data-testid":"test-result-fullname-copy",style:"ghost",size:"s",icon:or.lineGeneralCopy3,onClick:()=>kz(t)})}),sP(cr,{tag:"div",size:"s",className:"TIr1REhQ",children:t&&t})]});return sP(Ti,{source:aR,renderData:n=>{const a=n.indexOf(r)+1;return sP("div",{className:"B6JMaRT1",children:[t&&sP(o,{}),n&&!e?.hidden&&sP("div",{className:"shgEfPTh",children:[sP(Mi,{tooltipText:i("prevTR"),isTriggerActive:a>1,children:sP(pr,{icon:or.lineArrowsChevronDown,style:"ghost",isDisabled:a===n.length,"data-testid":"test-result-nav-prev",className:"uTguWiQa",onClick:()=>tR(n[a])})}),sP(cr,{"data-testid":"test-result-nav-current",size:"s",className:"qqSDE47b",children:[a,"/",n.length]}),sP(Mi,{tooltipText:i("nextTR"),children:sP(pr,{icon:or.lineArrowsChevronDown,style:"ghost",isDisabled:a<=1,"data-testid":"test-result-nav-next",onClick:()=>tR(n[a-2])})})]})]})}})},pI={month:"numeric",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1},gI=(e,t=pI)=>{const n=new Date(e),{t:r}=Aj("ui");return new Intl.DateTimeFormat("en-US",t).format(n).replace(",",` ${r("at")}`)};var mI="Qtaknh4H",vI="MvcZI6N6",bI="ZklQzVpr",yI="KWGGj5BL",_I="AqrlysBM",wI="mYGYsQ_6",xI="pd_eIpqc",kI="_7pQBjWyU";const CI=({item:e})=>sP("div",{className:wI,onClick:()=>tR(`${e.id}`),children:sP(ar,{id:or.lineShapesDotCircle,className:r[`status-${e?.status}`]})}),SI=({item:e})=>{const t=e.stop&&gI(e.stop),{t:n}=Aj("statuses"),r=n(e.status);return sP("div",{className:xI,children:[sP(lr,{tag:"div",size:"m",bold:!0,children:$R(r)}),sP(lr,{size:"m",children:t})]})},MI=({history:e})=>sP("div",{className:kI,children:e?.slice(0,6).map(((e,t)=>sP("div",{className:wI,children:sP(Mi,{tooltipComponent:sP(SI,{item:e}),children:sP(CI,{item:e})},t)},t)))});var TI="GnI1LVKC",NI="ECouP9l9",OI="IdGh4r5i",EI="K7nDhuR6",AI="x0Fr7zsV",LI="rjsNCUai",DI="AfnYIQTv";const PI={blocker:or.lineArrowsChevronUpDouble,critical:or.lineArrowsChevronUp,normal:or.lineGeneralEqual,minor:or.lineArrowsChevronDown,trivial:or.lineArrowsChevronDownDouble},jI=({severity:e="normal"})=>{const{t:t}=Aj("severity"),n=UD(i[`severity-${e}`]);return sP("div",{className:LI,children:[sP(ar,{className:n,id:PI[e]}),sP(lr,{size:"s",bold:!0,className:DI,children:$R(t(e))})]})};var RI="bZfVSAWd",zI="IyMtG5f9",FI="tsNZ2hZ0",II="BDowOGLG",BI="khqNXjFC",UI="OR0Vz8Ro",$I="bGq0bpCD",qI="qv4ikC9p";const HI=({status:e})=>{const{t:t}=Aj("statuses");return sP("div",{"data-testid":`test-result-status-${e}`,className:UD(UI,o[`status-${e}`]),children:[sP(zo,{status:e,className:$I,classNameIcon:$I}),sP(lr,{type:"ui",size:"s",className:qI,children:$R(t(e)??e)})]})},VI=ne(null),WI=()=>{const e=ke(VI);if(!e)throw new Error("TestResultTabs components must be used within a TrTabs component");return e},YI=e=>{const{children:t,initialTab:n}=e,[r,i]=ve(n);return sP(VI.Provider,{value:{currentTab:r,setCurrentTab:i},children:t})},GI=e=>sP(YI,{...e}),ZI=e=>sP("div",{className:"Ri_uNNW0",children:e.children}),XI=e=>{const{currentTab:t,setCurrentTab:n}=WI(),{id:r,children:i}=e,o=rR.value===r,a=o||t===r;return ye((()=>{o&&n(r)}),[rR.value]),sP("button",{className:"CCsq1_ON",onClick:()=>{a||(n(r),tR({...Qj.value,params:{...Qj.value.params,tabName:"overview"!==r?r:""}}))},"data-testid":`test-result-tab-${r}`,"aria-current":!!a||void 0,children:sP(lr,{type:"paragraph",size:"m",children:i})})},JI=({testResult:e})=>{const{name:t,status:n,muted:r,flaky:i,known:o,duration:a,labels:s,history:l,retries:c,attachments:u,stop:d}=e??{},f=mR(a),h=d&&gI(d),p=s?.find((e=>"severity"===e.name))?.value??"normal",{t:g}=Aj("ui"),m=Object.entries({flaky:i,muted:r,known:o}).filter((([,e])=>e));return sP("div",{className:UD("_ySO1N0z",Vj.value&&"pFFeg3Zk"),children:[sP(hI,{testResult:e}),e&&sP((()=>sP(j,{children:[t&&sP(ur,{"data-testid":"test-result-info-title",tag:"h1",size:"s",className:"JO7GwVtt",children:t}),sP("div",{className:"F6S5W1e2",children:[Boolean(n)&&sP(HI,{status:n}),Boolean(l?.length)&&sP(MI,{history:l}),sP(jI,{severity:p}),Boolean(m.length)&&sP(fI,{statuses:m}),sP(Mi,{tooltipText:h,children:sP(lr,{tag:"div",size:"s",bold:!0,className:"me_UMwzF",children:f})})]}),sP("div",{className:"T9uo7iug",children:sP(ZI,{children:[sP(XI,{id:"overview",children:g("overview")}),sP(XI,{id:"history",children:sP("div",{className:uI,children:[g("history"),Boolean(l?.length)&&sP(ea,{size:"s",count:l?.length})]})}),sP(XI,{id:"retries",children:sP("div",{className:uI,children:[g("retries"),Boolean(c?.length)&&sP(ea,{size:"s",count:c?.length})]})}),sP(XI,{id:"attachments",children:sP("div",{className:uI,children:[g("attachments"),Boolean(u?.length)&&sP(ea,{size:"s",count:u?.length})]})}),sP(Ti,{source:zj,transformData:t=>t[e.testCase.id],renderData:e=>{const t=kR(e);return sP(XI,{id:"environments",children:sP("div",{className:uI,children:[g("environments"),!!t&&sP(ea,{size:"s",count:t})]})})}})]})})]})),{})]})},KI=()=>{const{t:e}=Aj("empty");return sP("div",{className:"BzXsHBvw",children:sP("div",{className:"koOYvEfj",children:[sP(ar,{size:"m",width:"32px",height:"32px",id:or.lineDevCodeSquare,className:"lGholSnL"}),sP(lr,{className:"IGp9O8Vd",children:e("no-test-case-results")})]})})};var QI=()=>sP("div",{className:"N3IRv8v_",children:[sP(JI,{}),sP(KI,{})]}),eB=a(985),tB=a.n(eB);function nB(){}function rB(e,t,n,r,i){for(var o,a=[];t;)a.push(t),o=t.previousComponent,delete t.previousComponent,t=o;a.reverse();for(var s=0,l=a.length,c=0,u=0;s<l;s++){var d=a[s];if(d.removed)d.value=e.join(r.slice(u,u+d.count)),u+=d.count;else{if(!d.added&&i){var f=n.slice(c,c+d.count);f=f.map((function(e,t){var n=r[u+t];return n.length>e.length?n:e})),d.value=e.join(f)}else d.value=e.join(n.slice(c,c+d.count));c+=d.count,d.added||(u+=d.count)}}return a}nB.prototype={diff:function(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=r.callback;"function"==typeof r&&(i=r,r={});var o=this;function a(e){return e=o.postProcess(e,r),i?(setTimeout((function(){i(e)}),0),!0):e}e=this.castInput(e,r),t=this.castInput(t,r),e=this.removeEmpty(this.tokenize(e,r));var s=(t=this.removeEmpty(this.tokenize(t,r))).length,l=e.length,c=1,u=s+l;null!=r.maxEditLength&&(u=Math.min(u,r.maxEditLength));var d=null!==(n=r.timeout)&&void 0!==n?n:1/0,f=Date.now()+d,h=[{oldPos:-1,lastComponent:void 0}],p=this.extractCommon(h[0],t,e,0,r);if(h[0].oldPos+1>=l&&p+1>=s)return a(rB(o,h[0].lastComponent,t,e,o.useLongestToken));var g=-1/0,m=1/0;function v(){for(var n=Math.max(g,-c);n<=Math.min(m,c);n+=2){var i=void 0,u=h[n-1],d=h[n+1];u&&(h[n-1]=void 0);var f=!1;if(d){var v=d.oldPos-n;f=d&&0<=v&&v<s}var b=u&&u.oldPos+1<l;if(f||b){if(i=!b||f&&u.oldPos<d.oldPos?o.addToPath(d,!0,!1,0,r):o.addToPath(u,!1,!0,1,r),p=o.extractCommon(i,t,e,n,r),i.oldPos+1>=l&&p+1>=s)return a(rB(o,i.lastComponent,t,e,o.useLongestToken));h[n]=i,i.oldPos+1>=l&&(m=Math.min(m,n-1)),p+1>=s&&(g=Math.max(g,n+1))}else h[n]=void 0}c++}if(i)!function e(){setTimeout((function(){if(c>u||Date.now()>f)return i();v()||e()}),0)}();else for(;c<=u&&Date.now()<=f;){var b=v();if(b)return b}},addToPath:function(e,t,n,r,i){var o=e.lastComponent;return o&&!i.oneChangePerToken&&o.added===t&&o.removed===n?{oldPos:e.oldPos+r,lastComponent:{count:o.count+1,added:t,removed:n,previousComponent:o.previousComponent}}:{oldPos:e.oldPos+r,lastComponent:{count:1,added:t,removed:n,previousComponent:o}}},extractCommon:function(e,t,n,r,i){for(var o=t.length,a=n.length,s=e.oldPos,l=s-r,c=0;l+1<o&&s+1<a&&this.equals(n[s+1],t[l+1],i);)l++,s++,c++,i.oneChangePerToken&&(e.lastComponent={count:1,previousComponent:e.lastComponent,added:!1,removed:!1});return c&&!i.oneChangePerToken&&(e.lastComponent={count:c,previousComponent:e.lastComponent,added:!1,removed:!1}),e.oldPos=s,l},equals:function(e,t,n){return n.comparator?n.comparator(e,t):e===t||n.ignoreCase&&e.toLowerCase()===t.toLowerCase()},removeEmpty:function(e){for(var t=[],n=0;n<e.length;n++)e[n]&&t.push(e[n]);return t},castInput:function(e){return e},tokenize:function(e){return Array.from(e)},join:function(e){return e.join("")},postProcess:function(e){return e}};var iB=new nB;function oB(e,t){var n;for(n=0;n<e.length&&n<t.length;n++)if(e[n]!=t[n])return e.slice(0,n);return e.slice(0,n)}function aB(e,t){var n;if(!e||!t||e[e.length-1]!=t[t.length-1])return"";for(n=0;n<e.length&&n<t.length;n++)if(e[e.length-(n+1)]!=t[t.length-(n+1)])return e.slice(-n);return e.slice(-n)}function sB(e,t,n){if(e.slice(0,t.length)!=t)throw Error("string ".concat(JSON.stringify(e)," doesn't start with prefix ").concat(JSON.stringify(t),"; this is a bug"));return n+e.slice(t.length)}function lB(e,t,n){if(!t)return e+n;if(e.slice(-t.length)!=t)throw Error("string ".concat(JSON.stringify(e)," doesn't end with suffix ").concat(JSON.stringify(t),"; this is a bug"));return e.slice(0,-t.length)+n}function cB(e,t){return sB(e,t,"")}function uB(e,t){return lB(e,t,"")}function dB(e,t){return t.slice(0,function(e,t){var n=0;e.length>t.length&&(n=e.length-t.length);var r=t.length;e.length<t.length&&(r=e.length);var i=Array(r),o=0;i[0]=0;for(var a=1;a<r;a++){for(t[a]==t[o]?i[a]=i[o]:i[a]=o;o>0&&t[a]!=t[o];)o=i[o];t[a]==t[o]&&o++}o=0;for(var s=n;s<e.length;s++){for(;o>0&&e[s]!=t[o];)o=i[o];e[s]==t[o]&&o++}return o}(e,t))}var fB="a-zA-Z0-9_\\u{C0}-\\u{FF}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",hB=new RegExp("[".concat(fB,"]+|\\s+|[^").concat(fB,"]"),"ug"),pB=new nB;function gB(e,t,n,r){if(t&&n){var i=t.value.match(/^\s*/)[0],o=t.value.match(/\s*$/)[0],a=n.value.match(/^\s*/)[0],s=n.value.match(/\s*$/)[0];if(e){var l=oB(i,a);e.value=lB(e.value,a,l),t.value=cB(t.value,l),n.value=cB(n.value,l)}if(r){var c=aB(o,s);r.value=sB(r.value,s,c),t.value=uB(t.value,c),n.value=uB(n.value,c)}}else if(n)e&&(n.value=n.value.replace(/^\s*/,"")),r&&(r.value=r.value.replace(/^\s*/,""));else if(e&&r){var u=r.value.match(/^\s*/)[0],d=t.value.match(/^\s*/)[0],f=t.value.match(/\s*$/)[0],h=oB(u,d);t.value=cB(t.value,h);var p=aB(cB(u,h),f);t.value=uB(t.value,p),r.value=sB(r.value,u,p),e.value=lB(e.value,u,u.slice(0,u.length-p.length))}else if(r){var g=r.value.match(/^\s*/)[0],m=dB(t.value.match(/\s*$/)[0],g);t.value=uB(t.value,m)}else if(e){var v=dB(e.value.match(/\s*$/)[0],t.value.match(/^\s*/)[0]);t.value=cB(t.value,v)}}pB.equals=function(e,t,n){return n.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e.trim()===t.trim()},pB.tokenize=function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(n.intlSegmenter){if("word"!=n.intlSegmenter.resolvedOptions().granularity)throw new Error('The segmenter passed must have a granularity of "word"');t=Array.from(n.intlSegmenter.segment(e),(function(e){return e.segment}))}else t=e.match(hB)||[];var r=[],i=null;return t.forEach((function(e){/\s/.test(e)?null==i?r.push(e):r.push(r.pop()+e):/\s/.test(i)?r[r.length-1]==i?r.push(r.pop()+e):r.push(i+e):r.push(e),i=e})),r},pB.join=function(e){return e.map((function(e,t){return 0==t?e:e.replace(/^\s+/,"")})).join("")},pB.postProcess=function(e,t){if(!e||t.oneChangePerToken)return e;var n=null,r=null,i=null;return e.forEach((function(e){e.added?r=e:e.removed?i=e:((r||i)&&gB(n,i,r,e),n=e,r=null,i=null)})),(r||i)&&gB(n,i,r,null),e};var mB=new nB;mB.tokenize=function(e){var t=new RegExp("(\\r?\\n)|[".concat(fB,"]+|[^\\S\\n\\r]+|[^").concat(fB,"]"),"ug");return e.match(t)||[]};var vB=new nB;function bB(e,t,n){return vB.diff(e,t,n)}function yB(e){return yB="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},yB(e)}vB.tokenize=function(e,t){t.stripTrailingCr&&(e=e.replace(/\r\n/g,"\n"));var n=[],r=e.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(var i=0;i<r.length;i++){var o=r[i];i%2&&!t.newlineIsToken?n[n.length-1]+=o:n.push(o)}return n},vB.equals=function(e,t,n){return n.ignoreWhitespace?(n.newlineIsToken&&e.includes("\n")||(e=e.trim()),n.newlineIsToken&&t.includes("\n")||(t=t.trim())):n.ignoreNewlineAtEof&&!n.newlineIsToken&&(e.endsWith("\n")&&(e=e.slice(0,-1)),t.endsWith("\n")&&(t=t.slice(0,-1))),nB.prototype.equals.call(this,e,t,n)},(new nB).tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)},(new nB).tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};var _B=new nB;function wB(e,t,n,r,i){var o,a;for(t=t||[],n=n||[],r&&(e=r(i,e)),o=0;o<t.length;o+=1)if(t[o]===e)return n[o];if("[object Array]"===Object.prototype.toString.call(e)){for(t.push(e),a=new Array(e.length),n.push(a),o=0;o<e.length;o+=1)a[o]=wB(e[o],t,n,r,i);return t.pop(),n.pop(),a}if(e&&e.toJSON&&(e=e.toJSON()),"object"===yB(e)&&null!==e){t.push(e),a={},n.push(a);var s,l=[];for(s in e)Object.prototype.hasOwnProperty.call(e,s)&&l.push(s);for(l.sort(),o=0;o<l.length;o+=1)a[s=l[o]]=wB(e[s],t,n,r,s);t.pop(),n.pop()}else a=e;return a}_B.useLongestToken=!0,_B.tokenize=vB.tokenize,_B.castInput=function(e,t){var n=t.undefinedReplacement,r=t.stringifyReplacer,i=void 0===r?function(e,t){return void 0===t?n:t}:r;return"string"==typeof e?e:JSON.stringify(wB(e,null,null,i),i," ")},_B.equals=function(e,t,n){return nB.prototype.equals.call(_B,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"),n)};var xB=new nB;xB.tokenize=function(e){return e.slice()},xB.join=xB.removeEmpty=function(e){return e};var kB="syGZIoxJ",CB="RXa8doT1",SB="zpir2BWl",MB="G950Nz0z",TB="zsrd3avP",NB="lhxolKcF",OB="mBwUCrFL",EB="g4KlyZzX",AB="hJeLOo1U",LB="N_wcZPgp",DB="Dsth5JnN",PB="esQmeeTd",jB="oJ9BJkyy",RB="nwVUw1wN",zB="zPbBjLko",FB="DszOlnW0",IB="dUSZKrAh",BB="dDI6ZI0h",UB="EMv1khN9",$B="rqEozDHS",qB="FkKVUv3j",HB="dozi_JG4",VB="skVYG1mj",WB="uNUwe_HS",YB="sG54O2AC",GB="puYODjqd",ZB="h0ucaiY8",XB="yDO2U9CM",JB="tqCmioIo",KB="ZfK0VKlv",QB="bZnjmgRq",eU="iSKfb3Ul",tU="SG8hz9WF",nU="yHFYrUoh";const rU={chars:function(e,t,n){return iB.diff(e,t,n)},words:function(e,t,n){return null==(null==n?void 0:n.ignoreWhitespace)||n.ignoreWhitespace?pB.diff(e,t,n):function(e,t,n){return mB.diff(e,t,n)}(e,t,n)},lines:bB},iU=({expected:e,actual:t})=>{const[n,r]=ve("lines"),[i,o]=ve("unified"),[a,s]=ve((()=>bB(e,t))),{t:l}=Aj("controls"),c=()=>sP(j,{children:a.map(((e,t)=>sP("div",{className:e.added?TB:e.removed?OB:"",children:e.value},t)))});return sP("div",{className:kB,"data-testId":"test-result-diff",children:[sP("div",{className:MB,children:[sP("div",{className:CB,children:[sP(cr,{size:"s",className:SB,children:[l("viewMode"),":"]}),sP("div",{className:AB,children:["unified","side-by-side"].map((e=>sP(hr,{size:"s",style:i===e?"primary":"outline",text:l(e),onClick:()=>o(e)},e)))})]}),sP("div",{className:CB,children:[sP(cr,{size:"s",className:SB,children:[l("compareBy"),":"]}),["chars","words","lines"].map((i=>sP(hr,{size:"s",style:n===i?"primary":"outline",text:l(i),onClick:()=>((n="chars")=>{const i=(0,rU[n])(e,t,{});r(n),s(i)})(i)},i)))]})]}),sP("side-by-side"===i?()=>sP("div",{className:PB,children:[sP("div",{className:DB,children:[sP(cr,{type:"ui",size:"s",className:jB,children:l("expected")}),sP(Co,{code:e,className:EB})]}),sP("div",{className:DB,children:[sP("div",{className:LB,children:sP(cr,{size:"s",className:jB,children:l("actual")})}),sP(Co,{className:EB,children:sP(c,{})})]})]}):()=>sP(j,{children:sP("div",{className:nU,children:sP(Co,{className:EB,children:[sP("div",{className:NB,children:e}),sP(c,{})]})})}),{})]})},oU=({trace:e})=>{const t=new(tB())({fg:"var(--on-text-primary)",colors:{}}).toHtml(e);return sP("div",{"data-testid":"test-result-error-trace",className:BB,children:sP(cr,{size:"s",type:"ui",children:sP("pre",{dangerouslySetInnerHTML:{__html:t},children:t})})})},aU=({message:e,trace:t,actual:n,expected:r,status:i})=>{const[o,a]=ve(!1),{t:l}=Aj("ui"),{t:c}=Aj("controls"),{t:u}=Aj("empty");return sP("div",{"data-testid":"test-result-error",className:UD(RB,s[`tr-status-${i}`]),children:[e?sP(j,{children:[sP("div",{"data-testid":"test-result-error-header",className:zB,children:[sP(lr,{tag:"p",size:"m",bold:!0,className:UD(IB,s[`tr-color-${i}`]),children:l("error")}),sP(Mi,{tooltipText:c("clipboard"),tooltipTextAfterClick:c("clipboardSuccess"),children:sP(pr,{style:"ghost",size:"s",icon:or.lineGeneralCopy3,onClick:()=>{kz(e)}})})]}),sP("div",{className:FB,onClick:()=>a(!o),children:sP(cr,{"data-testid":"test-result-error-message",size:"s",children:sP("pre",{children:e})})})]}):u("no-message-provided"),Boolean(n&&"undefined"!==n&&r&&"undefined"!==r)&&sP(hr,{style:"flat","data-testId":"test-result-diff-button",size:"s",text:c("showDiff"),onClick:()=>VF({title:c("comparison"),data:{actual:n,expected:r},component:sP(iU,{actual:n,expected:r})})}),o&&Boolean(t.length)&&sP(oU,{trace:t})]})};var sU="IUE2Omu5";const lU=({env:e,testResult:t,current:n=!1})=>{const{status:r,error:i,stop:o,duration:a,id:s}=t,[l,c]=ve(!1),u=!i||!Object.keys(i).length,d=o?gI(o):"",f=mR(a),{t:h}=Aj("controls"),p=s;return sP("div",{"data-testid":"test-result-env-item",children:[sP("div",{className:"dMWnxDb0",children:[!u&&sP("span",{onClick:()=>c(!l),children:sP(tz,{isOpened:l,icon:or.arrowsChevronDown})}),sP("div",{className:UD("lWx95Nbt",{[sU]:n}),role:n?void 0:"button",onClick:e=>{n||(e.stopPropagation(),tR(p))},children:[sP(zo,{status:r,className:"JaebewVW"}),sP(lr,{className:"aYdTB6bA",bold:!0,children:e}),sP(lr,{className:"YDQT9BDS",children:d}),sP("div",{className:"W1EawBgQ",children:[sP(lr,{type:"ui",size:"s",className:"VhLNf09q",children:f}),!n&&sP(Mi,{tooltipText:h("openInNewTab"),children:sP(pr,{icon:or.lineGeneralLinkExternal,style:"ghost",size:"s",className:"iULZkSC8","data-testid":"test-result-env-item-new-tab-button",onClick:e=>{e.stopPropagation(),nR(p)}})})]})]})]}),l&&!u&&sP("div",{children:sP(aU,{status:r,...i})})]})},cU=({env:e,activeTestResultId:t,testResultId:n})=>(ye((()=>{sR(n)}),[n]),sP(Ti,{source:oR,transformData:e=>e[n],renderData:r=>r&&sP(lU,{env:e,testResult:r,current:t===n})})),uU=({testResult:e})=>{const{t:t}=Aj("empty");return sP("div",{className:"ozZv4YYg",children:sP(Ti,{source:zj,renderData:n=>{if(!kR(n))return sP("div",{className:"W1D3Dob7",children:t("no-environments-results")});const r=Object.entries(n.testResultsByEnv).sort((([e],[t])=>t.localeCompare(e)));return sP("ul",{children:r.map((([t,n])=>sP("li",{children:sP(cU,{env:t,testResultId:n,activeTestResultId:e.id})},`${t}-${n}`)))})},transformData:t=>t[e?.testCase?.id]})})},dU=({testResult:e})=>sP("div",{className:"aQ1HBWAb",children:[Vj.value?"":sP(iR,{testResult:e}),sP(Gj,{className:"EzTNXc2t"})]});var fU="F0nBsCs0",hU="aJcIdb37";const pU=({testResultItem:e})=>{const{status:t,error:n,stop:r,duration:i,id:o}=e,[a,s]=ve(!1),l=gI(r),c=mR(i),{t:u}=Aj("controls"),d=o;return sP("div",{children:[sP("div",{className:"kswjYBvR",children:[Boolean(n)&&sP("span",{onClick:()=>s(!a),children:sP(tz,{isOpened:a,icon:or.arrowsChevronDown})}),sP("div",{className:"SMPSTdLn",onClick:e=>{e.stopPropagation(),tR(d)},children:[sP(zo,{status:t,className:"OMi8QUdx"}),sP(lr,{className:"UZnGR7He",children:l}),sP("div",{className:"SoDTj6MG",children:[sP(lr,{type:"ui",size:"s",className:"XPnhNSK8",children:c}),sP(Mi,{tooltipText:u("openInNewTab"),children:sP(pr,{icon:or.lineGeneralLinkExternal,style:"ghost",size:"s",className:"cDd5rF2D",onClick:e=>{e.stopPropagation(),nR(d)}})})]})]})]}),a&&n&&sP("div",{children:sP(aU,{...n,status:t})})]})};var gU=({testResult:e})=>{const{history:t}=e??{},{t:n}=Aj("empty");return sP("div",{className:hU,children:t.length?t?.map(((e,t)=>sP(pU,{testResultItem:e},t))):sP("div",{className:fU,children:n("no-history-results")})})},mU=()=>{const{t:e}=Aj("empty");return sP("div",{className:"y8QoXSIL",children:sP("div",{className:"PB69_VZ_",children:[sP(ar,{size:"m",width:"32px",height:"32px",id:or.lineDevCodeSquare,className:"yDYp5hpY"}),sP(lr,{className:"pSX73zId",children:e("no-test-steps-results")})]})})};const vU=({description:e})=>{const[t,n]=ve(!0);return sP("div",{className:"Q1HbMGcP",children:sP("div",{className:"DYtd2iR0",children:[sP(nz,{title:"Description",setIsOpen:n,isOpened:t}),t&&sP(lr,{tag:"p",className:"lcO4cBIj",children:e||"Description mock"})]})})},bU={issue:or.lineDevBug2,link:or.lineGeneralLink1,tms:or.lineGeneralChecklist3,github:or.github},yU=({link:e})=>{const{url:t,type:n}=e;return sP("div",{className:"wH1b223H",children:[sP(ar,{id:bU[n]??or.lineGeneralLink1}),sP(lr,{tag:"a",href:t,target:"_blank",size:"m",className:"Pv304n1w",children:t})]})},_U=({links:e})=>{const[t,n]=ve(!0),{t:r}=Aj("ui"),i=e.map(((e,t)=>sP(yU,{link:e},t)));return sP("div",{className:"rU8uOnpG",children:sP("div",{className:"PZxhaJkM",children:[sP(nz,{isOpened:t,setIsOpen:n,counter:e.length,title:r("links")}),t&&sP("div",{className:"WTRPAslw",children:i})]})})},wU=({testResult:e})=>{const{t:t}=Aj("ui"),{labels:n,groupedLabels:r}=e??{},[i,o]=ve(!0);return sP("div",{className:"SvCoMxvo",children:[sP(nz,{isOpened:i,setIsOpen:o,counter:n?.length,title:t("labels")}),sP("div",{className:"gAGfGuP8",children:i&&sP(Jz,{groupedLabels:r})})]})},xU=({parameters:e})=>{const[t,n]=ve(!0),{t:r}=Aj("ui");return sP("div",{className:"DXuoyqyf",children:[sP(nz,{isOpened:t,setIsOpen:n,counter:e?.length,title:r("parameters")}),sP("div",{className:"uUacfxad",children:t&&sP(Xz,{envInfo:e})})]})},kU=({pwTraces:e})=>{const{t:t}=Aj("ui"),[n,r]=ve(!0);return sP("div",{className:"QfnFjFD6",children:[sP(nz,{isOpened:n,setIsOpen:r,counter:e?.length,title:t("pwTrace")}),n&&sP("div",{className:"I6_o5RUi",children:e?.map(((e,t)=>sP(lI,{stepIndex:t+1,item:e},e.link.id)))})]})},CU=({isOpened:e,setIsOpen:t,title:n,icon:r,counter:i,className:o})=>sP("div",{className:UD("XDKNsrBT",o),onClick:()=>t(!e),children:[sP(tz,{isOpened:e,icon:or.arrowsChevronDown}),sP("div",{className:"g_DYfW02",children:[sP(ar,{id:r}),sP(lr,{bold:!0,children:n}),sP(ea,{count:i,size:"s"})]})]}),SU=e=>{const{item:t}=e,n=mR(t?.duration),r=t.steps?.length,i=t.steps?.filter((e=>"attachment"===e.type))?.length;return sP("div",{className:GF,children:[Boolean(r)&&sP("div",{className:ZF,children:[sP(ar,{id:or.lineArrowsCornerDownRight,className:XF}),sP(lr,{size:"s",children:r})]}),Boolean(i)&&sP("div",{className:ZF,children:[sP(ar,{id:or.lineFilesFileAttachment2,className:XF}),sP(lr,{size:"s",children:i})]}),sP(lr,{type:"ui",size:"s",className:"fG3nxMw9",children:n})]})},MU=e=>{const{parameters:t}=e;return sP("div",{className:"JSrX31Ic",children:sP(Xz,{size:"s",envInfo:t,columns:1})})},TU=e=>{const{item:t}=e;return sP("div",{"data-testid":"test-result-step-content",className:"ZC6k5aDG",children:[Boolean(t?.parameters?.length)&&sP(MU,{parameters:t.parameters}),Boolean(t?.message&&t?.trace)&&sP(aU,{...t}),Boolean(t?.steps?.length)&&sP(j,{children:t.steps?.map(((e,t)=>"step"===e.type?sP(OU,{stepIndex:t+1,item:e},t):"attachment"===e.type?sP(lI,{stepIndex:t+1,item:e},t):null))})]})},NU=e=>"step"===e.type&&("passed"!==e.status||e.steps.some(NU)),OU=({item:e,stepIndex:t})=>{const n=NU(e),r=!ER.value.has(e.stepId)&&Boolean(n),[i,o]=ve(r||!1),a=Boolean(e?.steps?.length||e?.parameters?.length||e?.message||e?.trace);return sP("div",{"data-testid":"test-result-step",className:JF,children:[sP("div",{className:"shp49_Ch",onClick:()=>{o(!i),AR(e.stepId)},children:[a?sP(tz,{isOpened:i,icon:or.arrowsChevronDown,iconSize:"xs",className:a?"":"ayR3EuIO","data-testid":"test-result-step-arrow-button"}):sP("div",{className:nI}),sP(zo,{status:e.status}),sP(cr,{size:"s",className:KF,children:t}),sP(lr,{"data-testid":"test-result-step-title",className:"AHvvSUfJ",children:e.name}),sP(SU,{item:e})]}),a&&i&&sP(TU,{item:e})]})},EU={before:OU,after:OU,step:OU,attachment:lI},AU=({setup:e,id:t})=>{const n=`${t}-setup`,r=Boolean(!ER.value.has(n)),[i,o]=ve(r),{t:a}=Aj("execution");return sP("div",{className:eI,children:[sP(CU,{icon:or.lineTimeClockStopwatch,isOpened:i,setIsOpen:()=>{o(!i),AR(n)},counter:e?.length,title:a("setup")}),i&&sP("div",{className:tI,children:e?.map(((e,t)=>{const n=EU[e.type];return n?sP(n,{item:e,stepIndex:t+1,className:QF},t):null}))})]})},LU={step:OU,attachment:lI},DU=({steps:e,id:t})=>{const n=`${t}-steps`,r=Boolean(!ER.value.has(n)),[i,o]=ve(r),{t:a}=Aj("execution");return sP("div",{className:eI,children:[sP(CU,{icon:or.lineHelpersPlayCircle,isOpened:i,setIsOpen:()=>{o(!i),AR(n)},counter:e?.length,title:a("body")}),i&&sP("div",{className:tI,children:e?.map(((e,t)=>{const{type:n}=e,r=LU[n];return r?sP(r,{item:e,stepIndex:t+1},t):null}))})]})},PU={before:OU,after:OU,step:OU,attachment:lI},jU=({teardown:e,id:t})=>{const n=`${t}-teardown`,r=!ER.value.has(n),[i,o]=ve(r),{t:a}=Aj("execution");return sP("div",{className:eI,children:[sP(CU,{icon:or.lineHelpersFlag,isOpened:i,setIsOpen:()=>{o(!i),AR(n)},counter:e?.length,title:a("teardown")}),i&&sP("div",{className:tI,children:e?.map(((e,t)=>{const n=PU[e.type];return n?sP(n,{item:e,stepIndex:t+1,className:QF},t):null}))})]})},RU=({testResult:e})=>{const{error:t,parameters:n,groupedLabels:r,links:i,description:o,setup:a,steps:s,teardown:l,id:c,status:u}=e||{},d=!a?.length&&!s.length&&!l.length,f=e?.attachments?.filter((e=>"application/vnd.allure.playwright-trace"===e.link.contentType));return sP(j,{children:[Boolean(t?.message)&&sP("div",{className:"ysybXq6j",children:sP(aU,{...t,status:u})}),Boolean(f.length)&&sP(kU,{pwTraces:f}),Boolean(n?.length)&&sP(xU,{parameters:n}),Boolean(r&&Object.keys(r||{})?.length)&&sP(wU,{testResult:e}),Boolean(i?.length)&&sP(_U,{links:i}),Boolean(o)&&sP(vU,{description:o}),sP("div",{className:"ngxaEBWQ",children:[d&&sP(mU,{}),Boolean(a?.length)&&sP(AU,{id:c,setup:a}),Boolean(s?.length)&&sP(DU,{id:c,steps:s}),Boolean(l?.length)&&sP(jU,{id:c,teardown:l})]})]})},zU=({testResultItem:e})=>{const{id:t,status:n,error:r,stop:i,duration:o}=e,[a,s]=ve(!1),l=gI(i),c="number"==typeof o?mR(o):void 0,u=t;return sP("div",{children:[sP("div",{className:"qheQzcdJ",onClick:()=>s(!a),children:[Boolean(r)&&sP(tz,{isOpened:a,icon:or.lineArrowsChevronDown}),sP("div",{className:"enXpP7zD",children:[sP(zo,{status:n,className:"pOxQO3ZQ"}),sP(lr,{className:"QabAX8v8",children:l}),sP("div",{className:"Jwmue9vu",children:[Boolean(c)&&sP(lr,{type:"ui",size:"s",className:"B5X8kwrh",children:c}),sP(pr,{icon:or.lineGeneralLinkExternal,style:"ghost",size:"s",className:"ZZHyNee5",onClick:()=>tR(u)})]})]})]}),a&&r&&sP("div",{className:"uKSvG6dg",children:sP(aU,{...r,status:n})})]})},FU=({testResult:e})=>{const{retries:t}=e??{},{t:n}=Aj("empty");return sP("div",{className:hU,children:t.length?t?.map(((e,t)=>sP(zU,{testResultItem:e},t))):sP("div",{className:fU,children:n("no-retries-results")})})},IU=({testResult:e})=>{const{currentTab:t}=WI();return sP({overview:RU,history:gU,attachments:cI,retries:FU,environments:uU}[t],{testResult:e})},BU=({testResult:e})=>sP(GI,{initialTab:"overview",children:[sP(JI,{testResult:e}),sP(IU,{testResult:e})]});var UU=({testResult:e})=>{const t=Vj.value?"OudN9AzA":"";return ye((()=>{const t=e?.testCase?.id;t&&(async e=>{if(!zj.value.data[e]){zj.value={...zj.value,loading:!0,error:void 0};try{const t=await u(`data/test-env-groups/${e}.json`);zj.value={data:{...zj.value.data,[e]:t},error:void 0,loading:!1}}catch(e){zj.value={...zj.value,error:e.message,loading:!1}}}})(t)}),[e]),sP(j,{children:[!Vj.value&&sP(dU,{testResult:e}),sP("div",{className:UD("fMON1QNO",t),children:e?sP(BU,{testResult:e}):sP(QI,{})})]})};const $U=()=>{const{id:e}=Qj.value,t=e?sP(Ti,{source:oR,renderLoader:()=>sP(Ni,{}),transformData:t=>t[e],renderData:e=>sP(j,{children:sP("div",{className:iP,children:[sP(UU,{testResult:e}),sP(Pj,{})]},e?.id)})}):sP("div",{className:iP,children:[sP(Ti,{source:NR,renderLoader:()=>sP(Ni,{}),renderData:()=>sP(jF,{})}),sP(Pj,{})]});return sP("div",{className:"CfGgwYiF","data-testid":"base-layout",children:t})},qU=()=>{const{t:e}=Aj("controls"),t={tooltipDownload:e("downloadAttachment"),tooltipPreview:e("previewAttachment"),openInNewTabButton:e("openInNewTab")};return sP(Oo,{...HF.value,translations:t,isModalOpen:qF.value,closeModal:()=>qF.value=!1})};var HU="undefined"!=typeof window?window:null,VU=null===HU,WU=VU?void 0:HU.document,YU="addEventListener",GU="removeEventListener",ZU="getBoundingClientRect",XU="_a",JU="_b",KU="_c",QU="horizontal",e$=function(){return!1},t$=VU?"calc":["","-webkit-","-moz-","-o-"].filter((function(e){var t=WU.createElement("div");return t.style.cssText="width:"+e+"calc(9px)",!!t.style.length})).shift()+"calc",n$=function(e){return"string"==typeof e||e instanceof String},r$=function(e){if(n$(e)){var t=WU.querySelector(e);if(!t)throw new Error("Selector "+e+" did not match a DOM element");return t}return e},i$=function(e,t,n){var r=e[t];return void 0!==r?r:n},o$=function(e,t,n,r){if(t){if("end"===r)return 0;if("center"===r)return e/2}else if(n){if("start"===r)return 0;if("center"===r)return e/2}return e},a$=function(e,t){var n=WU.createElement("div");return n.className="gutter gutter-"+t,n},s$=function(e,t,n){var r={};return n$(t)?r[e]=t:r[e]=t$+"("+t+"% - "+n+"px)",r},l$=function(e,t){var n;return(n={})[e]=t+"px",n},c$=function(e,t){if(void 0===t&&(t={}),VU)return{};var n,r,i,o,a,s,l=e;Array.from&&(l=Array.from(l));var c=r$(l[0]).parentNode,u=getComputedStyle?getComputedStyle(c):null,d=u?u.flexDirection:null,f=i$(t,"sizes")||l.map((function(){return 100/l.length})),h=i$(t,"minSize",100),p=Array.isArray(h)?h:l.map((function(){return h})),g=i$(t,"maxSize",1/0),m=Array.isArray(g)?g:l.map((function(){return g})),v=i$(t,"expandToMin",!1),b=i$(t,"gutterSize",10),y=i$(t,"gutterAlign","center"),_=i$(t,"snapOffset",30),w=Array.isArray(_)?_:l.map((function(){return _})),x=i$(t,"dragInterval",1),k=i$(t,"direction",QU),C=i$(t,"cursor",k===QU?"col-resize":"row-resize"),S=i$(t,"gutter",a$),M=i$(t,"elementStyle",s$),T=i$(t,"gutterStyle",l$);function N(e,t,r,i){var o=M(n,t,r,i);Object.keys(o).forEach((function(t){e.style[t]=o[t]}))}function O(){return s.map((function(e){return e.size}))}function E(e){return"touches"in e?e.touches[0][r]:e[r]}function A(e){var t=s[this.a],n=s[this.b],r=t.size+n.size;t.size=e/this.size*r,n.size=r-e/this.size*r,N(t.element,t.size,this[JU],t.i),N(n.element,n.size,this[KU],n.i)}function L(e){var n,r=s[this.a],i=s[this.b];this.dragging&&(n=E(e)-this.start+(this[JU]-this.dragOffset),x>1&&(n=Math.round(n/x)*x),n<=r.minSize+r.snapOffset+this[JU]?n=r.minSize+this[JU]:n>=this.size-(i.minSize+i.snapOffset+this[KU])&&(n=this.size-(i.minSize+this[KU])),n>=r.maxSize-r.snapOffset+this[JU]?n=r.maxSize+this[JU]:n<=this.size-(i.maxSize-i.snapOffset+this[KU])&&(n=this.size-(i.maxSize+this[KU])),A.call(this,n),i$(t,"onDrag",e$)(O()))}function D(){var e=s[this.a].element,t=s[this.b].element,r=e[ZU](),a=t[ZU]();this.size=r[n]+a[n]+this[JU]+this[KU],this.start=r[i],this.end=r[o]}function P(e){var t=function(e){if(!getComputedStyle)return null;var t=getComputedStyle(e);if(!t)return null;var n=e[a];return 0===n?null:n-=k===QU?parseFloat(t.paddingLeft)+parseFloat(t.paddingRight):parseFloat(t.paddingTop)+parseFloat(t.paddingBottom)}(c);if(null===t)return e;if(p.reduce((function(e,t){return e+t}),0)>t)return e;var n=0,r=[],i=e.map((function(i,o){var a=t*i/100,s=o$(b,0===o,o===e.length-1,y),l=p[o]+s;return a<l?(n+=l-a,r.push(0),l):(r.push(a-l),a)}));return 0===n?e:i.map((function(e,i){var o=e;if(n>0&&r[i]-n>0){var a=Math.min(n,r[i]-n);n-=a,o=e-a}return o/t*100}))}function j(){var e=this,n=s[e.a].element,r=s[e.b].element;e.dragging&&i$(t,"onDragEnd",e$)(O()),e.dragging=!1,HU[GU]("mouseup",e.stop),HU[GU]("touchend",e.stop),HU[GU]("touchcancel",e.stop),HU[GU]("mousemove",e.move),HU[GU]("touchmove",e.move),e.stop=null,e.move=null,n[GU]("selectstart",e$),n[GU]("dragstart",e$),r[GU]("selectstart",e$),r[GU]("dragstart",e$),n.style.userSelect="",n.style.webkitUserSelect="",n.style.MozUserSelect="",n.style.pointerEvents="",r.style.userSelect="",r.style.webkitUserSelect="",r.style.MozUserSelect="",r.style.pointerEvents="",e.gutter.style.cursor="",e.parent.style.cursor="",WU.body.style.cursor=""}function R(e){if(!("button"in e)||0===e.button){var n=this,r=s[n.a].element,i=s[n.b].element;n.dragging||i$(t,"onDragStart",e$)(O()),e.preventDefault(),n.dragging=!0,n.move=L.bind(n),n.stop=j.bind(n),HU[YU]("mouseup",n.stop),HU[YU]("touchend",n.stop),HU[YU]("touchcancel",n.stop),HU[YU]("mousemove",n.move),HU[YU]("touchmove",n.move),r[YU]("selectstart",e$),r[YU]("dragstart",e$),i[YU]("selectstart",e$),i[YU]("dragstart",e$),r.style.userSelect="none",r.style.webkitUserSelect="none",r.style.MozUserSelect="none",r.style.pointerEvents="none",i.style.userSelect="none",i.style.webkitUserSelect="none",i.style.MozUserSelect="none",i.style.pointerEvents="none",n.gutter.style.cursor=C,n.parent.style.cursor=C,WU.body.style.cursor=C,D.call(n),n.dragOffset=E(e)-n.end}}k===QU?(n="width",r="clientX",i="left",o="right",a="clientWidth"):"vertical"===k&&(n="height",r="clientY",i="top",o="bottom",a="clientHeight"),f=P(f);var z=[];function F(e){var t=e.i===z.length,n=t?z[e.i-1]:z[e.i];D.call(n);var r=t?n.size-e.minSize-n[KU]:e.minSize+n[JU];A.call(n,r)}return s=l.map((function(e,t){var r,i={element:r$(e),size:f[t],minSize:p[t],maxSize:m[t],snapOffset:w[t],i:t};if(t>0&&((r={a:t-1,b:t,dragging:!1,direction:k,parent:c})[JU]=o$(b,t-1==0,!1,y),r[KU]=o$(b,!1,t===l.length-1,y),"row-reverse"===d||"column-reverse"===d)){var o=r.a;r.a=r.b,r.b=o}if(t>0){var a=S(t,k,i.element);!function(e,t,r){var i=T(n,t,r);Object.keys(i).forEach((function(t){e.style[t]=i[t]}))}(a,b,t),r[XU]=R.bind(r),a[YU]("mousedown",r[XU]),a[YU]("touchstart",r[XU]),c.insertBefore(a,i.element),r.gutter=a}return N(i.element,i.size,o$(b,0===t,t===l.length-1,y),t),t>0&&z.push(r),i})),s.forEach((function(e){var t=e.element[ZU]()[n];t<e.minSize&&(v?F(e):e.minSize=t)})),{setSizes:function(e){var t=P(e);t.forEach((function(e,n){if(n>0){var r=z[n-1],i=s[r.a],o=s[r.b];i.size=t[n-1],o.size=e,N(i.element,i.size,r[JU],i.i),N(o.element,o.size,r[KU],o.i)}}))},getSizes:O,collapse:function(e){F(s[e])},destroy:function(e,t){z.forEach((function(r){if(!0!==t?r.parent.removeChild(r.gutter):(r.gutter[GU]("mousedown",r[XU]),r.gutter[GU]("touchstart",r[XU])),!0!==e){var i=M(n,r.a.size,r[JU]);Object.keys(i).forEach((function(e){s[r.a].element.style[e]="",s[r.b].element.style[e]=""}))}}))},parent:c,pairs:z}},u$="OyL7dy7N",d$="t22uAI7s",f$=({left:e,right:t})=>{const n=_e(null),r=we((()=>e),[e]),i=we((()=>t),[t]);return ye((()=>{const e=JSON.parse(localStorage.getItem("sideBySidePosition")||"[50, 50]"),t=c$([`.${u$}`,`.${d$}`],{sizes:e,gutterSize:7,gutter:()=>{const e=document.createElement("div");return e.className="sgMxjSNq",e.addEventListener("dblclick",(()=>{const e=t.getSizes();if("[50,50]"===JSON.stringify(e))return t.setSizes([30,70]),void localStorage.setItem("sideBySidePosition",JSON.stringify([30,70]));t.setSizes([50,50]),localStorage.setItem("sideBySidePosition",JSON.stringify([50,50]))})),e},onDragEnd:()=>{const e=t.getSizes();localStorage.setItem("sideBySidePosition",JSON.stringify(e))}});return()=>{t.destroy()}}),[]),sP("div",{class:"Jryczg8r",ref:n,children:[sP("div",{class:u$,children:r}),sP("div",{class:d$,children:i})]})};const h$=()=>sP("div",{className:"J3luvrjd",ref:_e(null),children:sP(jF,{})}),p$=()=>sP("div",{className:"BpSc4eib",children:sP(Ni,{})}),g$=()=>{const{id:e}=Qj.value,[t,n]=ve(null),{t:r}=Aj("controls"),i=sP(Ti,{source:NR,renderLoader:()=>sP(Ni,{}),renderData:()=>sP(h$,{})});return ye((()=>{t||n(i)}),[t]),sP("div",{className:"uWkVNOG3","data-testId":"split-layout",children:[sP(lR,{className:"xQMolyrq"}),sP(f$,{left:t,right:sP((()=>e?sP(Ti,{source:oR,renderLoader:()=>sP(p$,{}),transformData:t=>{if(e in t)return t[e]},renderData:e=>e?sP(UU,{testResult:e}):sP(p$,{})}):sP("div",{className:"FJ3CL24V",children:sP(lr,{children:r("noSelectedTR")})})),{})}),sP(Pj,{})]})},m$=(e=>{const t=window?.navigator?.userAgentData?.platform??window?.navigator?.platform;return!!t&&/^Mac/i.test(t)})(),v$=()=>sP("div",{className:UD("lh7Hl9Np",qj.value?"qK8S7ypD":""),"data-testid":"loader",children:[sP(ar,{id:or.reportLogo,size:"m"}),sP(sr,{})]}),b$=document.getElementById("app");document.addEventListener("DOMContentLoaded",(()=>{m$&&document.documentElement.setAttribute("data-os","mac")})),function(e,t,n){var r,i,o,a;m.__&&m.__(e,t),i=(r="function"==typeof n)?null:n&&n.__k||t.__k,o=[],a=[],Z(t,e=(!r&&n||t).__k=D(j,null,[e]),i||T,T,t.namespaceURI,!r&&n?[n]:i?null:t.firstChild?g.call(t.childNodes):null,o,!r&&n?n:i?i.__e:t.firstChild,r,a),X(o,e,a)}(sP((()=>{const[e,t]=ve(!1),{id:n}=Qj.value;return ye((()=>{(async()=>{const e=[l,BP,_z,Bj,EF];globalThis&&e.unshift(Oj,Wj,zP),await Ej,await Promise.all(e.map((e=>e(Ij.value)))),Ij.value?await UR([Ij.value]):(await UR(Rj.value.data),await(async e=>{const t=e.filter((e=>!IP.value.data?.[e]));if(0!==t.length){IP.value={...IP.value,loading:!0,error:void 0};try{const n=await Promise.all(t.map((e=>u(`widgets/${e}/statistic.json`))));IP.value={data:e.reduce(((e,t,r)=>({...e,[t]:n[r]})),{}),loading:!1,error:void 0}}catch(e){IP.value={...IP.value,error:e.message,loading:!1}}}})(Rj.value.data)),t(!0)})()}),[Ij.value]),ye((()=>{n&&(sR(n),(async e=>{try{const t=await u(e?`widgets/${e}/nav.json`:"widgets/nav.json");aR.value={data:t,error:void 0,loading:!1}}catch(e){aR.value={...aR.value,error:e.message,loading:!1}}})(Ij.value))}),[n,Ij]),ye((()=>(eR(),globalThis.addEventListener("hashchange",(()=>eR())),()=>{globalThis.removeEventListener("hashchange",(()=>eR()))})),[]),sP("div",{className:"P1qG0zXS",children:[!e&&sP(v$,{}),e&&sP(j,{children:[Vj.value?sP(g$,{}):sP($U,{}),sP(qU,{})]})]})}),{}),b$)}()}();